@arcgis/core 4.32.0-next.20250107 → 4.32.0-next.20250108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/WebLinkChart.js +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{07304287ed5244fa4e12.js → 12b2c8251ec2d0e2ca46.js} +1 -1
- package/assets/esri/core/workers/chunks/24a597ae32a2083a50a5.js +1 -0
- package/assets/esri/core/workers/chunks/510cb8647841fec436c8.js +1 -0
- package/assets/esri/core/workers/chunks/{f6d6bc43ac1c13892d44.js → 58485909e1cfeb52c01e.js} +1 -1
- package/assets/esri/core/workers/chunks/{c49707b577f3805f0142.js → 5b61a1e7ac60a02a906d.js} +1 -1
- package/assets/esri/core/workers/chunks/76a7114a69264f5c07b0.js +2 -0
- package/assets/esri/core/workers/chunks/{ca1e186f136abb23ae4b.js → 7d0fc25ce1f74adcfeb6.js} +1 -1
- package/assets/esri/core/workers/chunks/{dca0eb66116e4b5403fc.js → 7df076d15b7b7a66dcee.js} +1 -1
- package/assets/esri/core/workers/chunks/{955421ee2247965244f0.js → 7fe92f072d3641ec4662.js} +1 -1
- package/assets/esri/core/workers/chunks/{4423aac6e44c3dbf184e.js → 89286d8f59844724cd16.js} +1 -1
- package/assets/esri/core/workers/chunks/a8ec4189ec3b37d5ff74.js +1 -0
- package/assets/esri/core/workers/chunks/cd92b80de7e9f982f9a9.js +1 -0
- package/chunks/CrackAndCluster-CfzXpEle.js +1 -1
- package/chunks/LineSeries.js +1 -1
- package/chunks/OperatorProject.js +1 -1
- package/chunks/Pattern.glsl.js +1 -1
- package/chunks/QuadraticBezier.js +1 -1
- package/chunks/Transformation2D.js +1 -1
- package/chunks/chartUtilsAm5.js +1 -1
- package/chunks/lyr3DWorker.js +1 -1
- package/chunks/vxlLayer.js +1 -1
- package/geometry/support/meshUtils/primitives.js +1 -1
- package/geometry/support/triangle.js +1 -1
- package/interfaces.d.ts +175 -91
- package/layers/LinkChartLayer.js +1 -1
- package/layers/MapNotesLayer.js +1 -1
- package/layers/MediaLayer.js +1 -1
- package/layers/support/ImageElement.js +1 -1
- package/layers/support/VideoElement.js +1 -1
- package/layers/support/rasterFunctions/rasterProjectionHelper.js +1 -1
- package/layers/video/VideoController.js +1 -1
- package/linkChart/OrganicLayoutSettings.js +1 -1
- package/package.json +3 -3
- package/smartMapping/renderers/color.js +1 -1
- package/smartMapping/renderers/size.js +1 -1
- package/smartMapping/renderers/univariateColorSize.js +1 -1
- package/support/mediaLayerUtils.js +5 -0
- package/support/revision.js +1 -1
- package/symbols/cim/CIMSymbolDrawHelper.js +1 -1
- package/symbols/cim/placements/PlacementInsidePolygon.js +1 -1
- package/views/2d/AnimationManager.js +1 -1
- package/views/2d/engine/vectorTiles/buckets/FillBucket.js +1 -1
- package/views/2d/engine/webgl/Overlay.js +1 -1
- package/views/2d/engine/webgl/SDFConverter.js +1 -1
- package/views/2d/engine/webgl/mesh/templates/shapingUtils.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/shaders/hittestUtils.js +1 -1
- package/views/2d/layers/features/processor/ClusterStrategy.js +1 -1
- package/views/2d/layers/features/support/GraphicsReader.js +1 -1
- package/views/2d/navigation/MapViewNavigation.js +1 -1
- package/views/2d/support/HighlightGroup.js +1 -1
- package/views/3d/analysis/Slice/ShiftManipulator.js +1 -1
- package/views/3d/analysis/Viewshed/FieldOfViewManipulation.js +1 -1
- package/views/3d/analysis/support/measurementUtils.js +1 -1
- package/views/3d/environment/CloudsParameters.js +1 -1
- package/views/3d/environment/MarsAtmosphere.js +1 -1
- package/views/3d/interactive/editingTools/transform/ScaleRotateTransform.js +1 -1
- package/views/3d/layers/MediaLayerView3D.js +1 -1
- package/views/3d/layers/graphics/placementUtils.js +1 -1
- package/views/3d/layers/i3s/I3SUtil.js +1 -1
- package/views/3d/layers/support/FeatureTileVisibility3D.js +1 -1
- package/views/3d/state/helpers/SceneIntersectionHelper.js +1 -1
- package/views/3d/support/HighlightGroup.js +1 -1
- package/views/3d/terrain/SphericalPatch.js +1 -1
- package/views/3d/terrain/TilePerLayerInfo.js +1 -1
- package/views/3d/terrain/TileRenderer.js +1 -1
- package/views/3d/terrain/TileTexture.js +1 -1
- package/views/3d/webgl-engine/collections/Component/ComponentIntersectionData.js +1 -1
- package/views/3d/webgl-engine/effects/bloom/BloomRenderNode.js +1 -1
- package/views/3d/webgl-engine/lib/PathProfile.js +1 -1
- package/views/3d/webgl-engine/lib/edgeRendering/EdgeView.js +1 -1
- package/views/SceneView.js +1 -1
- package/views/View.js +1 -1
- package/views/input/BrowserEventSource.js +1 -1
- package/views/layers/MediaLayerView.js +1 -1
- package/views/support/HighlightGroup.d.ts +4 -0
- package/views/support/HighlightGroup.js +5 -0
- package/views/webgl/Texture.js +1 -1
- package/views/webgl/textureUtils.js +1 -1
- package/webscene/Slide.js +1 -1
- package/widgets/BasemapLayerList.js +1 -1
- package/widgets/BuildingExplorer/BuildingLevelPicker/BuildingLevelPicker.js +1 -1
- package/widgets/CatalogLayerList.js +1 -1
- package/widgets/FeatureTable/support/exportUtils.js +1 -1
- package/widgets/LayerList/support/layerListUtils.js +1 -1
- package/widgets/LayerList.js +1 -1
- package/widgets/Legend/styles/support/relationshipUtils.js +1 -1
- package/widgets/PanoramicViewer/utils.js +1 -1
- package/widgets/ScaleRangeSlider/ScaleRangeSliderViewModel.js +1 -1
- package/widgets/Sketch/SketchViewModel.js +1 -1
- package/widgets/TableList.js +1 -1
- package/assets/esri/core/workers/chunks/127c82cdb229434883b6.js +0 -1
- package/assets/esri/core/workers/chunks/66b411119b8ffb99b9dc.js +0 -1
- package/assets/esri/core/workers/chunks/8cd2c9ec1e541836b81c.js +0 -1
- package/assets/esri/core/workers/chunks/b07710e01494a6cda097.js +0 -1
- package/assets/esri/core/workers/chunks/c05e0bd145a1c27d6857.js +0 -2
- package/views/2d/support/HighlightGroup.d.ts +0 -4
- /package/assets/esri/core/workers/chunks/{c05e0bd145a1c27d6857.js.LICENSE.txt → 76a7114a69264f5c07b0.js.LICENSE.txt} +0 -0
package/interfaces.d.ts
CHANGED
|
@@ -1548,8 +1548,8 @@ declare namespace __esri {
|
|
|
1548
1548
|
export interface LinkChartLayerConstructProperties {
|
|
1549
1549
|
url: string;
|
|
1550
1550
|
title?: string;
|
|
1551
|
-
|
|
1552
|
-
|
|
1551
|
+
initializationInclusionModeDefinition?: InclusionModeDefinitionOptimizedGeometry;
|
|
1552
|
+
initializationLinkChartConfig?: InitializationLinkChartConfig;
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
@@ -23229,20 +23229,20 @@ declare namespace __esri {
|
|
|
23229
23229
|
}
|
|
23230
23230
|
|
|
23231
23231
|
export class LinkChartLayer extends Layer {
|
|
23232
|
-
/**
|
|
23233
|
-
* Sets a default layout configuration for the link chart.
|
|
23234
|
-
*
|
|
23235
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#defaultLinkChartConfig Read more...}
|
|
23236
|
-
*/
|
|
23237
|
-
defaultLinkChartConfig: DefaultLinkChartConfig;
|
|
23238
23232
|
/**
|
|
23239
23233
|
* Defines a set of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphNamedObject.html named types} and/or
|
|
23240
23234
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities}
|
|
23241
23235
|
* and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships} to be included in the layer.
|
|
23242
23236
|
*
|
|
23243
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#
|
|
23237
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#initializationInclusionModeDefinition Read more...}
|
|
23244
23238
|
*/
|
|
23245
|
-
|
|
23239
|
+
initializationInclusionModeDefinition: InclusionModeDefinition;
|
|
23240
|
+
/**
|
|
23241
|
+
* the configuration the layer was initialized with.
|
|
23242
|
+
*
|
|
23243
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#initializationLinkChartConfig Read more...}
|
|
23244
|
+
*/
|
|
23245
|
+
initializationLinkChartConfig: InitializationLinkChartConfig;
|
|
23246
23246
|
/**
|
|
23247
23247
|
* A collection of operational {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-KnowledgeGraphSublayer.html sublayers}.
|
|
23248
23248
|
*
|
|
@@ -23272,20 +23272,20 @@ declare namespace __esri {
|
|
|
23272
23272
|
}
|
|
23273
23273
|
|
|
23274
23274
|
interface LinkChartLayerProperties extends LayerProperties {
|
|
23275
|
-
/**
|
|
23276
|
-
* Sets a default layout configuration for the link chart.
|
|
23277
|
-
*
|
|
23278
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#defaultLinkChartConfig Read more...}
|
|
23279
|
-
*/
|
|
23280
|
-
defaultLinkChartConfig?: DefaultLinkChartConfig;
|
|
23281
23275
|
/**
|
|
23282
23276
|
* Defines a set of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphNamedObject.html named types} and/or
|
|
23283
23277
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities}
|
|
23284
23278
|
* and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships} to be included in the layer.
|
|
23285
23279
|
*
|
|
23286
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#
|
|
23280
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#initializationInclusionModeDefinition Read more...}
|
|
23287
23281
|
*/
|
|
23288
|
-
|
|
23282
|
+
initializationInclusionModeDefinition?: InclusionModeDefinition;
|
|
23283
|
+
/**
|
|
23284
|
+
* the configuration the layer was initialized with.
|
|
23285
|
+
*
|
|
23286
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LinkChartLayer.html#initializationLinkChartConfig Read more...}
|
|
23287
|
+
*/
|
|
23288
|
+
initializationLinkChartConfig?: InitializationLinkChartConfig;
|
|
23289
23289
|
/**
|
|
23290
23290
|
* The url of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html knowledge graph service}.
|
|
23291
23291
|
*
|
|
@@ -23294,7 +23294,7 @@ declare namespace __esri {
|
|
|
23294
23294
|
url?: string;
|
|
23295
23295
|
}
|
|
23296
23296
|
|
|
23297
|
-
export interface
|
|
23297
|
+
export interface InitializationLinkChartConfig {
|
|
23298
23298
|
layoutMode?: | "radial-root-centric"
|
|
23299
23299
|
| "geographic-organic-standard"
|
|
23300
23300
|
| "organic-standard"
|
|
@@ -45125,7 +45125,7 @@ declare namespace __esri {
|
|
|
45125
45125
|
/**
|
|
45126
45126
|
* The maximum amount of time in seconds to spend on the layout calculation.
|
|
45127
45127
|
*
|
|
45128
|
-
* @default
|
|
45128
|
+
* @default 2
|
|
45129
45129
|
*
|
|
45130
45130
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-linkChart-OrganicLayoutSettings.html#computationBudgetTime Read more...}
|
|
45131
45131
|
*/
|
|
@@ -87078,48 +87078,6 @@ declare namespace __esri {
|
|
|
87078
87078
|
bounds: number[];
|
|
87079
87079
|
}
|
|
87080
87080
|
|
|
87081
|
-
export class HighlightGroup extends Accessor {
|
|
87082
|
-
/**
|
|
87083
|
-
* The name of the highlight group.
|
|
87084
|
-
*
|
|
87085
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html#name Read more...}
|
|
87086
|
-
*/
|
|
87087
|
-
name: string;
|
|
87088
|
-
/**
|
|
87089
|
-
* The highlight options are used to highlight features on the map.
|
|
87090
|
-
*
|
|
87091
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html#options Read more...}
|
|
87092
|
-
*/
|
|
87093
|
-
options: HighlightOptions;
|
|
87094
|
-
/**
|
|
87095
|
-
* HighlightGroup class allows you to visually emphasize specific features on the map.
|
|
87096
|
-
*
|
|
87097
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html Read more...}
|
|
87098
|
-
*/
|
|
87099
|
-
constructor(properties?: HighlightGroupProperties);
|
|
87100
|
-
/**
|
|
87101
|
-
* Creates a deep clone of the HighlightGroup object.
|
|
87102
|
-
*
|
|
87103
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html#clone Read more...}
|
|
87104
|
-
*/
|
|
87105
|
-
clone(): HighlightGroup;
|
|
87106
|
-
}
|
|
87107
|
-
|
|
87108
|
-
interface HighlightGroupProperties {
|
|
87109
|
-
/**
|
|
87110
|
-
* The name of the highlight group.
|
|
87111
|
-
*
|
|
87112
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html#name Read more...}
|
|
87113
|
-
*/
|
|
87114
|
-
name?: string;
|
|
87115
|
-
/**
|
|
87116
|
-
* The highlight options are used to highlight features on the map.
|
|
87117
|
-
*
|
|
87118
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-support-HighlightGroup.html#options Read more...}
|
|
87119
|
-
*/
|
|
87120
|
-
options?: HighlightOptions;
|
|
87121
|
-
}
|
|
87122
|
-
|
|
87123
87081
|
export interface ViewState extends Accessor, JSONSupport {
|
|
87124
87082
|
}
|
|
87125
87083
|
|
|
@@ -89757,12 +89715,12 @@ declare namespace __esri {
|
|
|
89757
89715
|
*/
|
|
89758
89716
|
createQuery(): Query;
|
|
89759
89717
|
/**
|
|
89760
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89761
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89718
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
89719
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
89762
89720
|
* of the HighlightGroup is provided.
|
|
89763
89721
|
*
|
|
89764
89722
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
89765
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89723
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
89766
89724
|
*
|
|
89767
89725
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#highlight Read more...}
|
|
89768
89726
|
*/
|
|
@@ -89993,12 +89951,12 @@ declare namespace __esri {
|
|
|
89993
89951
|
*/
|
|
89994
89952
|
createQuery(): Query;
|
|
89995
89953
|
/**
|
|
89996
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89997
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89954
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
89955
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
89998
89956
|
* of the HighlightGroup is provided.
|
|
89999
89957
|
*
|
|
90000
89958
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
90001
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
89959
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
90002
89960
|
*
|
|
90003
89961
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#highlight Read more...}
|
|
90004
89962
|
*/
|
|
@@ -90268,12 +90226,12 @@ declare namespace __esri {
|
|
|
90268
90226
|
*/
|
|
90269
90227
|
createQuery(): Query;
|
|
90270
90228
|
/**
|
|
90271
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90272
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90229
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
90230
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
90273
90231
|
* of the HighlightGroup is provided.
|
|
90274
90232
|
*
|
|
90275
90233
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
90276
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90234
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
90277
90235
|
*
|
|
90278
90236
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlight Read more...}
|
|
90279
90237
|
*/
|
|
@@ -90594,12 +90552,12 @@ declare namespace __esri {
|
|
|
90594
90552
|
*/
|
|
90595
90553
|
createQuery(): Query;
|
|
90596
90554
|
/**
|
|
90597
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90598
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90555
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
90556
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
90599
90557
|
* of the HighlightGroup is provided.
|
|
90600
90558
|
*
|
|
90601
90559
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
90602
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90560
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
90603
90561
|
*
|
|
90604
90562
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#highlight Read more...}
|
|
90605
90563
|
*/
|
|
@@ -90739,12 +90697,12 @@ declare namespace __esri {
|
|
|
90739
90697
|
*/
|
|
90740
90698
|
constructor(properties?: GraphicsLayerViewProperties);
|
|
90741
90699
|
/**
|
|
90742
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90743
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90700
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
90701
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
90744
90702
|
* of the HighlightGroup is provided.
|
|
90745
90703
|
*
|
|
90746
90704
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
90747
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90705
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
90748
90706
|
*
|
|
90749
90707
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html#highlight Read more...}
|
|
90750
90708
|
*/
|
|
@@ -90795,12 +90753,12 @@ declare namespace __esri {
|
|
|
90795
90753
|
export class HighlightLayerViewMixin {
|
|
90796
90754
|
highlightOptions: HighlightOptions;
|
|
90797
90755
|
/**
|
|
90798
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90799
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90756
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
90757
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
90800
90758
|
* of the HighlightGroup is provided.
|
|
90801
90759
|
*
|
|
90802
90760
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
90803
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
90761
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
90804
90762
|
*
|
|
90805
90763
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-HighlightLayerViewMixin.html#highlight Read more...}
|
|
90806
90764
|
*/
|
|
@@ -91055,6 +91013,14 @@ declare namespace __esri {
|
|
|
91055
91013
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-MediaLayerView.html Read more...}
|
|
91056
91014
|
*/
|
|
91057
91015
|
constructor(properties?: MediaLayerViewProperties);
|
|
91016
|
+
/**
|
|
91017
|
+
* Highlights the given media element(s) in a MediaLayerView.
|
|
91018
|
+
*
|
|
91019
|
+
* @param target The media element(s) to highlight.
|
|
91020
|
+
*
|
|
91021
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-MediaLayerView.html#highlight Read more...}
|
|
91022
|
+
*/
|
|
91023
|
+
highlight(target?: ImageElement | VideoElement | Iterable<ImageElement | VideoElement>): Handle;
|
|
91058
91024
|
}
|
|
91059
91025
|
|
|
91060
91026
|
interface MediaLayerViewProperties extends LayerViewProperties {
|
|
@@ -91177,12 +91143,12 @@ declare namespace __esri {
|
|
|
91177
91143
|
*/
|
|
91178
91144
|
createQuery(): Query;
|
|
91179
91145
|
/**
|
|
91180
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91181
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91146
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
91147
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
91182
91148
|
* of the HighlightGroup is provided.
|
|
91183
91149
|
*
|
|
91184
91150
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
91185
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91151
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
91186
91152
|
*
|
|
91187
91153
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#highlight Read more...}
|
|
91188
91154
|
*/
|
|
@@ -91541,12 +91507,12 @@ declare namespace __esri {
|
|
|
91541
91507
|
*/
|
|
91542
91508
|
hasEventListener(type: string): boolean;
|
|
91543
91509
|
/**
|
|
91544
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91545
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91510
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
91511
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
91546
91512
|
* of the HighlightGroup is provided.
|
|
91547
91513
|
*
|
|
91548
91514
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
91549
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91515
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
91550
91516
|
*
|
|
91551
91517
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#highlight Read more...}
|
|
91552
91518
|
*/
|
|
@@ -91853,12 +91819,12 @@ declare namespace __esri {
|
|
|
91853
91819
|
*/
|
|
91854
91820
|
createQuery(): Query;
|
|
91855
91821
|
/**
|
|
91856
|
-
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91857
|
-
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91822
|
+
* Highlights the given feature(s) in a layer view using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options}
|
|
91823
|
+
* from a specific {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}
|
|
91858
91824
|
* of the HighlightGroup is provided.
|
|
91859
91825
|
*
|
|
91860
91826
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
91861
|
-
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
91827
|
+
* @param group The name of the highlight group from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name name}. Features will be highlighted using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options options} specified in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup}. If the `name` parameter is not provided, the feature(s) will be highlighted using the `default` highlight group options. To be used, the HighlightGroup object must exist in the `highlights` collection of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights MapView} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights SceneView}.
|
|
91862
91828
|
*
|
|
91863
91829
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#highlight Read more...}
|
|
91864
91830
|
*/
|
|
@@ -93392,6 +93358,48 @@ declare namespace __esri {
|
|
|
93392
93358
|
|
|
93393
93359
|
export const colorUtils: colorUtils;
|
|
93394
93360
|
|
|
93361
|
+
export class HighlightGroup extends Accessor {
|
|
93362
|
+
/**
|
|
93363
|
+
* The name of the highlight group.
|
|
93364
|
+
*
|
|
93365
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name Read more...}
|
|
93366
|
+
*/
|
|
93367
|
+
name: string;
|
|
93368
|
+
/**
|
|
93369
|
+
* The highlight options are used to highlight features on the map.
|
|
93370
|
+
*
|
|
93371
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options Read more...}
|
|
93372
|
+
*/
|
|
93373
|
+
options: HighlightOptions;
|
|
93374
|
+
/**
|
|
93375
|
+
* HighlightGroup class allows you to visually emphasize specific features on the map.
|
|
93376
|
+
*
|
|
93377
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html Read more...}
|
|
93378
|
+
*/
|
|
93379
|
+
constructor(properties?: HighlightGroupProperties);
|
|
93380
|
+
/**
|
|
93381
|
+
* Creates a deep clone of the HighlightGroup object.
|
|
93382
|
+
*
|
|
93383
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#clone Read more...}
|
|
93384
|
+
*/
|
|
93385
|
+
clone(): HighlightGroup;
|
|
93386
|
+
}
|
|
93387
|
+
|
|
93388
|
+
interface HighlightGroupProperties {
|
|
93389
|
+
/**
|
|
93390
|
+
* The name of the highlight group.
|
|
93391
|
+
*
|
|
93392
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#name Read more...}
|
|
93393
|
+
*/
|
|
93394
|
+
name?: string;
|
|
93395
|
+
/**
|
|
93396
|
+
* The highlight options are used to highlight features on the map.
|
|
93397
|
+
*
|
|
93398
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html#options Read more...}
|
|
93399
|
+
*/
|
|
93400
|
+
options?: HighlightOptions;
|
|
93401
|
+
}
|
|
93402
|
+
|
|
93395
93403
|
export class Theme extends Accessor {
|
|
93396
93404
|
/**
|
|
93397
93405
|
* The base color used to render temporary graphics in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html View}.
|
|
@@ -93697,7 +93705,7 @@ declare namespace __esri {
|
|
|
93697
93705
|
*/
|
|
93698
93706
|
graphics: Collection<Graphic>;
|
|
93699
93707
|
/**
|
|
93700
|
-
* The highlights property is a collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
93708
|
+
* The highlights property is a collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} objects that allow you to visually emphasize specific features on the map.
|
|
93701
93709
|
*
|
|
93702
93710
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights Read more...}
|
|
93703
93711
|
*/
|
|
@@ -94110,7 +94118,7 @@ declare namespace __esri {
|
|
|
94110
94118
|
*/
|
|
94111
94119
|
graphics?: CollectionProperties<GraphicProperties>;
|
|
94112
94120
|
/**
|
|
94113
|
-
* The highlights property is a collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-
|
|
94121
|
+
* The highlights property is a collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightGroup.html HighlightGroup} objects that allow you to visually emphasize specific features on the map.
|
|
94114
94122
|
*
|
|
94115
94123
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights Read more...}
|
|
94116
94124
|
*/
|
|
@@ -98991,6 +98999,14 @@ declare namespace __esri {
|
|
|
98991
98999
|
export type UpdateBasemapsCallback = (items: Basemap[]) => Basemap[] | Promise<Basemap[]>;
|
|
98992
99000
|
|
|
98993
99001
|
export class BasemapLayerList extends Widget {
|
|
99002
|
+
/**
|
|
99003
|
+
* Specifies a function to handle filtering base layer {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
99004
|
+
*
|
|
99005
|
+
* @default null
|
|
99006
|
+
*
|
|
99007
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#baseFilterPredicate Read more...}
|
|
99008
|
+
*/
|
|
99009
|
+
baseFilterPredicate: BaseFilterPredicate;
|
|
98994
99010
|
/**
|
|
98995
99011
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#visibleElements visibleElements.filter} is true.
|
|
98996
99012
|
*
|
|
@@ -99081,6 +99097,14 @@ declare namespace __esri {
|
|
|
99081
99097
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#minFilterItems Read more...}
|
|
99082
99098
|
*/
|
|
99083
99099
|
minFilterItems: number;
|
|
99100
|
+
/**
|
|
99101
|
+
* Specifies a function to handle filtering reference layer {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
99102
|
+
*
|
|
99103
|
+
* @default null
|
|
99104
|
+
*
|
|
99105
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#referenceFilterPredicate Read more...}
|
|
99106
|
+
*/
|
|
99107
|
+
referenceFilterPredicate: ReferenceFilterPredicate;
|
|
99084
99108
|
/**
|
|
99085
99109
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#visibleElements visibleElements.filter} is true.
|
|
99086
99110
|
*
|
|
@@ -99162,6 +99186,12 @@ declare namespace __esri {
|
|
|
99162
99186
|
}
|
|
99163
99187
|
|
|
99164
99188
|
interface BasemapLayerListProperties extends WidgetProperties {
|
|
99189
|
+
/**
|
|
99190
|
+
* Specifies a function to handle filtering base layer {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
99191
|
+
*
|
|
99192
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#baseFilterPredicate Read more...}
|
|
99193
|
+
*/
|
|
99194
|
+
baseFilterPredicate?: BaseFilterPredicate;
|
|
99165
99195
|
/**
|
|
99166
99196
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#visibleElements visibleElements.filter} is true.
|
|
99167
99197
|
*
|
|
@@ -99222,6 +99252,12 @@ declare namespace __esri {
|
|
|
99222
99252
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#minFilterItems Read more...}
|
|
99223
99253
|
*/
|
|
99224
99254
|
minFilterItems?: number;
|
|
99255
|
+
/**
|
|
99256
|
+
* Specifies a function to handle filtering reference layer {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
99257
|
+
*
|
|
99258
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#referenceFilterPredicate Read more...}
|
|
99259
|
+
*/
|
|
99260
|
+
referenceFilterPredicate?: ReferenceFilterPredicate;
|
|
99225
99261
|
/**
|
|
99226
99262
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#visibleElements visibleElements.filter} is true.
|
|
99227
99263
|
*
|
|
@@ -99423,6 +99459,8 @@ declare namespace __esri {
|
|
|
99423
99459
|
view?: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" });
|
|
99424
99460
|
}
|
|
99425
99461
|
|
|
99462
|
+
export type BaseFilterPredicate = (item: ListItem) => void;
|
|
99463
|
+
|
|
99426
99464
|
export interface BasemapLayerListCatalogOptions {
|
|
99427
99465
|
filterPlaceholder?: string;
|
|
99428
99466
|
listItemCreatedFunction?: CatalogLayerListListItemCreatedHandler;
|
|
@@ -99440,6 +99478,7 @@ declare namespace __esri {
|
|
|
99440
99478
|
}
|
|
99441
99479
|
|
|
99442
99480
|
export type ListItemCreatedHandler = (event: any) => void;
|
|
99481
|
+
export type ReferenceFilterPredicate = (item: ListItem) => void;
|
|
99443
99482
|
|
|
99444
99483
|
export interface BasemapLayerListTriggerActionEvent {
|
|
99445
99484
|
action: ActionButton | ActionToggle;
|
|
@@ -100499,6 +100538,14 @@ declare namespace __esri {
|
|
|
100499
100538
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#filterPlaceholder Read more...}
|
|
100500
100539
|
*/
|
|
100501
100540
|
filterPlaceholder: string;
|
|
100541
|
+
/**
|
|
100542
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
100543
|
+
*
|
|
100544
|
+
* @default null
|
|
100545
|
+
*
|
|
100546
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#filterPredicate Read more...}
|
|
100547
|
+
*/
|
|
100548
|
+
filterPredicate: FilterPredicate;
|
|
100502
100549
|
/**
|
|
100503
100550
|
* The value of the filter input if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#visibleElements visibleElements.filter} is true.
|
|
100504
100551
|
*
|
|
@@ -100612,6 +100659,12 @@ declare namespace __esri {
|
|
|
100612
100659
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#filterPlaceholder Read more...}
|
|
100613
100660
|
*/
|
|
100614
100661
|
filterPlaceholder?: string;
|
|
100662
|
+
/**
|
|
100663
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
100664
|
+
*
|
|
100665
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#filterPredicate Read more...}
|
|
100666
|
+
*/
|
|
100667
|
+
filterPredicate?: FilterPredicate;
|
|
100615
100668
|
/**
|
|
100616
100669
|
* The value of the filter input if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CatalogLayerList.html#visibleElements visibleElements.filter} is true.
|
|
100617
100670
|
*
|
|
@@ -100813,6 +100866,7 @@ declare namespace __esri {
|
|
|
100813
100866
|
item: ListItem;
|
|
100814
100867
|
}
|
|
100815
100868
|
|
|
100869
|
+
export type FilterPredicate = (item: ListItem) => void;
|
|
100816
100870
|
export type CatalogLayerListListItemCreatedHandler = (event: any) => void;
|
|
100817
100871
|
|
|
100818
100872
|
export interface CatalogLayerListTriggerActionEvent {
|
|
@@ -112155,6 +112209,14 @@ declare namespace __esri {
|
|
|
112155
112209
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#filterPlaceholder Read more...}
|
|
112156
112210
|
*/
|
|
112157
112211
|
filterPlaceholder: string;
|
|
112212
|
+
/**
|
|
112213
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
112214
|
+
*
|
|
112215
|
+
* @default null
|
|
112216
|
+
*
|
|
112217
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#filterPredicate Read more...}
|
|
112218
|
+
*/
|
|
112219
|
+
filterPredicate: LayerListFilterPredicate;
|
|
112158
112220
|
/**
|
|
112159
112221
|
* The value of the filter input if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#visibleElements visibleElements.filter} is true.
|
|
112160
112222
|
*
|
|
@@ -112313,6 +112375,12 @@ declare namespace __esri {
|
|
|
112313
112375
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#filterPlaceholder Read more...}
|
|
112314
112376
|
*/
|
|
112315
112377
|
filterPlaceholder?: string;
|
|
112378
|
+
/**
|
|
112379
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html list items}.
|
|
112380
|
+
*
|
|
112381
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#filterPredicate Read more...}
|
|
112382
|
+
*/
|
|
112383
|
+
filterPredicate?: LayerListFilterPredicate;
|
|
112316
112384
|
/**
|
|
112317
112385
|
* The value of the filter input if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#visibleElements visibleElements.filter} is true.
|
|
112318
112386
|
*
|
|
@@ -112940,6 +113008,7 @@ declare namespace __esri {
|
|
|
112940
113008
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItemPanel.html#LayerListItemPanelContent Read more...}
|
|
112941
113009
|
*/
|
|
112942
113010
|
export type LayerListItemPanelContent = Widget | HTMLElement | string | "legend";
|
|
113011
|
+
export type LayerListFilterPredicate = (item: ListItem) => void;
|
|
112943
113012
|
|
|
112944
113013
|
export interface LayerListCatalogOptions {
|
|
112945
113014
|
filterPlaceholder?: string;
|
|
@@ -123130,6 +123199,14 @@ declare namespace __esri {
|
|
|
123130
123199
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#filterPlaceholder Read more...}
|
|
123131
123200
|
*/
|
|
123132
123201
|
filterPlaceholder: string;
|
|
123202
|
+
/**
|
|
123203
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html list items}.
|
|
123204
|
+
*
|
|
123205
|
+
* @default null
|
|
123206
|
+
*
|
|
123207
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#filterPredicate Read more...}
|
|
123208
|
+
*/
|
|
123209
|
+
filterPredicate: TableListFilterPredicate;
|
|
123133
123210
|
/**
|
|
123134
123211
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#visibleElements visibleElements.filter} is true.
|
|
123135
123212
|
*
|
|
@@ -123246,6 +123323,12 @@ declare namespace __esri {
|
|
|
123246
123323
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#filterPlaceholder Read more...}
|
|
123247
123324
|
*/
|
|
123248
123325
|
filterPlaceholder?: string;
|
|
123326
|
+
/**
|
|
123327
|
+
* Specifies a function to handle filtering {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html list items}.
|
|
123328
|
+
*
|
|
123329
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#filterPredicate Read more...}
|
|
123330
|
+
*/
|
|
123331
|
+
filterPredicate?: TableListFilterPredicate;
|
|
123249
123332
|
/**
|
|
123250
123333
|
* The value of the filter input text string if {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html#visibleElements visibleElements.filter} is true.
|
|
123251
123334
|
*
|
|
@@ -123641,6 +123724,7 @@ declare namespace __esri {
|
|
|
123641
123724
|
item: TableListListItem;
|
|
123642
123725
|
}
|
|
123643
123726
|
|
|
123727
|
+
export type TableListFilterPredicate = (item: TableListListItem) => void;
|
|
123644
123728
|
export type TableListListItemCreatedHandler = (event: any) => void;
|
|
123645
123729
|
|
|
123646
123730
|
export interface TableListTriggerActionEvent {
|