@arcgis/map-components 5.2.0-next.87 → 5.2.0-next.88
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/dist/cdn/{IOZ5U2X7.js → 2GQ6KVNI.js} +1 -1
- package/dist/cdn/3CFRD2EN.js +2 -0
- package/dist/cdn/{7IWMEBK6.js → 6BNYO33V.js} +1 -1
- package/dist/cdn/{3IY3D62Z.js → JXBEE5GW.js} +1 -1
- package/dist/cdn/JZC42PXS.js +2 -0
- package/dist/cdn/NB5DQKQY.js +2 -0
- package/dist/cdn/TRFWUKXA.js +2 -0
- package/dist/cdn/index.js +1 -1
- package/dist/components/arcgis-area-measurement-2d/customElement.d.ts +10 -0
- package/dist/components/arcgis-area-measurement-3d/customElement.d.ts +10 -0
- package/dist/components/arcgis-attachments/customElement.d.ts +10 -0
- package/dist/components/arcgis-basemap-gallery/customElement.d.ts +10 -0
- package/dist/components/arcgis-basemap-layer-list/customElement.d.ts +23 -0
- package/dist/components/arcgis-basemap-layer-list-next/customElement.d.ts +604 -51
- package/dist/components/arcgis-basemap-layer-list-next/customElement.js +2 -2
- package/dist/components/arcgis-basemap-layer-list-next/types.d.ts +39 -0
- package/dist/components/arcgis-basemap-toggle/customElement.d.ts +10 -0
- package/dist/components/arcgis-bookmarks/customElement.d.ts +20 -0
- package/dist/components/arcgis-building-explorer/customElement.d.ts +10 -0
- package/dist/components/arcgis-catalog-layer-list/customElement.d.ts +23 -0
- package/dist/components/arcgis-catalog-layer-list-next/customElement.d.ts +433 -59
- package/dist/components/arcgis-catalog-layer-list-next/customElement.js +2 -2
- package/dist/components/arcgis-catalog-layer-list-next/types.d.ts +41 -6
- package/dist/components/arcgis-compass/customElement.d.ts +10 -0
- package/dist/components/arcgis-coordinate-conversion/customElement.d.ts +10 -0
- package/dist/components/arcgis-coordinate-conversion-next/customElement.d.ts +10 -0
- package/dist/components/arcgis-daylight/customElement.d.ts +10 -0
- package/dist/components/arcgis-direct-line-measurement-3d/customElement.d.ts +10 -0
- package/dist/components/arcgis-directional-pad/customElement.d.ts +10 -0
- package/dist/components/arcgis-directions/customElement.d.ts +10 -0
- package/dist/components/arcgis-distance-measurement-2d/customElement.d.ts +10 -0
- package/dist/components/arcgis-editor/customElement.d.ts +10 -0
- package/dist/components/arcgis-elevation-profile/customElement.d.ts +10 -0
- package/dist/components/arcgis-expand/customElement.d.ts +10 -0
- package/dist/components/arcgis-feature/customElement.d.ts +10 -0
- package/dist/components/arcgis-feature-form/customElement.d.ts +10 -0
- package/dist/components/arcgis-feature-next/customElement.d.ts +32 -1
- package/dist/components/arcgis-feature-table/customElement.d.ts +10 -0
- package/dist/components/arcgis-feature-templates/customElement.d.ts +10 -0
- package/dist/components/arcgis-feature-templates-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-features/customElement.d.ts +20 -0
- package/dist/components/arcgis-features-next/customElement.d.ts +32 -1
- package/dist/components/arcgis-features-next/customElement.js +1 -1
- package/dist/components/arcgis-floor-filter/customElement.d.ts +10 -0
- package/dist/components/arcgis-grid-controls/customElement.d.ts +10 -0
- package/dist/components/arcgis-histogram-range-slider/customElement.d.ts +10 -0
- package/dist/components/arcgis-home/customElement.d.ts +10 -0
- package/dist/components/arcgis-layer-list/customElement.d.ts +20 -0
- package/dist/components/arcgis-layer-list-next/customElement.d.ts +285 -123
- package/dist/components/arcgis-layer-list-next/customElement.js +2 -3
- package/dist/components/arcgis-layer-list-next/types.d.ts +44 -6
- package/dist/components/arcgis-legend/customElement.d.ts +10 -0
- package/dist/components/arcgis-line-of-sight/customElement.d.ts +10 -0
- package/dist/components/arcgis-link-chart/customElement.d.ts +10 -0
- package/dist/components/arcgis-link-chart-layout-switcher/customElement.d.ts +10 -0
- package/dist/components/arcgis-link-chart-nonspatial-visibility-toggle/customElement.d.ts +10 -0
- package/dist/components/arcgis-locate/customElement.d.ts +10 -0
- package/dist/components/arcgis-map/customElement.d.ts +10 -0
- package/dist/components/arcgis-measurement/customElement.d.ts +10 -0
- package/dist/components/arcgis-multi-feature-form/customElement.d.ts +25 -1
- package/dist/components/arcgis-navigation-toggle/customElement.d.ts +10 -0
- package/dist/components/arcgis-oriented-imagery-viewer/customElement.d.ts +10 -0
- package/dist/components/arcgis-oriented-imagery-viewer-panoramic-viewer-zoom/customElement.d.ts +10 -0
- package/dist/components/arcgis-paste/customElement.d.ts +10 -0
- package/dist/components/arcgis-popup/customElement.d.ts +20 -0
- package/dist/components/arcgis-popup/customElement.js +1 -1
- package/dist/components/arcgis-presentation/customElement.d.ts +10 -0
- package/dist/components/arcgis-presentation/customElement.js +70 -71
- package/dist/components/arcgis-print/customElement.d.ts +10 -0
- package/dist/components/arcgis-scale-bar/customElement.d.ts +10 -0
- package/dist/components/arcgis-scale-range-slider/customElement.d.ts +10 -0
- package/dist/components/arcgis-scene/customElement.d.ts +10 -0
- package/dist/components/arcgis-search/customElement.d.ts +10 -0
- package/dist/components/arcgis-search-result-renderer/customElement.d.ts +10 -0
- package/dist/components/arcgis-selection-toolbar/customElement.d.ts +10 -0
- package/dist/components/arcgis-shadow-cast/customElement.d.ts +10 -0
- package/dist/components/arcgis-sketch/customElement.d.ts +10 -0
- package/dist/components/arcgis-slice/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-binary-color-size-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-classed-color-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-classed-size-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-color-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-color-size-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-heatmap-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-opacity-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-scale-range/customElement.d.ts +10 -0
- package/dist/components/arcgis-slider-size-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-snapping-controls/customElement.d.ts +10 -0
- package/dist/components/arcgis-swipe/customElement.d.ts +10 -0
- package/dist/components/arcgis-table-list/customElement.d.ts +102 -15
- package/dist/components/arcgis-table-list-next/customElement.d.ts +310 -44
- package/dist/components/arcgis-table-list-next/customElement.js +2 -3
- package/dist/components/arcgis-table-list-next/types.d.ts +37 -0
- package/dist/components/arcgis-time-bar/customElement.d.ts +10 -0
- package/dist/components/arcgis-time-bar-slider/customElement.d.ts +10 -0
- package/dist/components/arcgis-time-slider/customElement.d.ts +10 -0
- package/dist/components/arcgis-track/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-aggregated-geometry/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-aggregated-geometry-result-item/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-associations/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-analysis/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-analysis-next/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-inputs/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-inputs-next/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-location/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-location-next/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-results/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-trace-results-next/customElement.d.ts +10 -0
- package/dist/components/arcgis-utility-network-validate-topology/customElement.d.ts +10 -0
- package/dist/components/arcgis-value-picker-legacy/customElement.d.ts +10 -0
- package/dist/components/arcgis-version-management/customElement.d.ts +10 -0
- package/dist/components/arcgis-video/customElement.d.ts +10 -0
- package/dist/components/arcgis-video-player/customElement.d.ts +10 -0
- package/dist/components/arcgis-volume-measurement/customElement.d.ts +22 -1
- package/dist/components/arcgis-weather/customElement.d.ts +10 -0
- package/dist/components/arcgis-zoom/customElement.d.ts +10 -0
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/loader.js +1 -1
- package/dist/types/lumina.d.ts +1 -1
- package/dist/types/preact.d.ts +1 -1
- package/dist/types/react.d.ts +1 -1
- package/dist/types/stencil.d.ts +1 -1
- package/package.json +5 -5
- package/dist/cdn/3UUQJCZL.js +0 -2
- package/dist/cdn/FZHWZNBO.js +0 -2
- package/dist/cdn/TCMRGJTC.js +0 -2
- package/dist/cdn/TUTTPXC5.js +0 -2
|
@@ -1,6 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import type CatalogLayer from "@arcgis/core/layers/CatalogLayer.js";
|
|
2
|
+
import type KnowledgeGraphLayer from "@arcgis/core/layers/KnowledgeGraphLayer.js";
|
|
3
|
+
import type MapImageLayer from "@arcgis/core/layers/MapImageLayer.js";
|
|
4
|
+
import type TileLayer from "@arcgis/core/layers/TileLayer.js";
|
|
5
|
+
import type CatalogItemCollection from "@arcgis/core/layers/list/CatalogItemCollection.js";
|
|
6
|
+
import type { useT9n } from "../../controllers/useT9n.js";
|
|
7
|
+
import type { ArcgisTableList } from "../arcgis-table-list/customElement.js";
|
|
8
|
+
import type { ArcgisCatalogLayerListNext } from "./customElement.js";
|
|
9
|
+
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type CatalogLayerListMessageOverrides = ReturnType<typeof useT9n<{
|
|
12
|
+
componentLabel: string;
|
|
13
|
+
noItemsToDisplay: string;
|
|
14
|
+
layerInvisibleAtScale: string;
|
|
15
|
+
layerInvisibleAtTime: string;
|
|
16
|
+
layerError: string;
|
|
17
|
+
untitledLayer: string;
|
|
18
|
+
layerVisibility: string;
|
|
19
|
+
showLayer: string;
|
|
20
|
+
hideLayer: string;
|
|
21
|
+
layerIncompatible: string;
|
|
22
|
+
layerIncompatibleTooltip: string;
|
|
23
|
+
temporary: string;
|
|
24
|
+
tables: string;
|
|
25
|
+
catalogLayers: string;
|
|
26
|
+
}>>["_overrides"];
|
|
27
|
+
|
|
28
|
+
/** The properties used to configure the Catalog Layer List (next). */
|
|
29
|
+
export type CatalogLayerListOptions = Partial<Pick<ArcgisCatalogLayerListNext, "filterPlaceholder" | "hideStatusIndicators" | "minFilterItems" | "selectionMode" | "showErrors" | "showFilter" | "showTemporaryLayerIndicators" | "visibilityAppearance">>
|
|
30
|
+
& {
|
|
31
|
+
listItemCreatedFunction?: CatalogItemCollection["listItemCreatedFunction"];
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export type FlowLayer = CatalogLayer | SubtablesLayer;
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export type FlowList = ArcgisCatalogLayerListNext | ArcgisTableList;
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type SubtablesLayer = KnowledgeGraphLayer | MapImageLayer | TileLayer;
|
|
@@ -20,6 +20,16 @@ export abstract class ArcgisCompass extends LitElement {
|
|
|
20
20
|
* prevent memory leaks.
|
|
21
21
|
*
|
|
22
22
|
* @default false
|
|
23
|
+
* @example
|
|
24
|
+
*
|
|
25
|
+
* ```html
|
|
26
|
+
* <arcgis-compass auto-destroy-disabled></arcgis-compass>
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ```js
|
|
30
|
+
* compassElement.autoDestroyDisabled = true;
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
23
33
|
*/
|
|
24
34
|
accessor autoDestroyDisabled: boolean;
|
|
25
35
|
/**
|
|
@@ -54,6 +54,16 @@ export abstract class ArcgisCoordinateConversion extends LitElement {
|
|
|
54
54
|
* prevent memory leaks.
|
|
55
55
|
*
|
|
56
56
|
* @default false
|
|
57
|
+
* @example
|
|
58
|
+
*
|
|
59
|
+
* ```html
|
|
60
|
+
* <arcgis-coordinate-conversion auto-destroy-disabled></arcgis-coordinate-conversion>
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* ```js
|
|
64
|
+
* coordinateConversionElement.autoDestroyDisabled = true;
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
57
67
|
*/
|
|
58
68
|
accessor autoDestroyDisabled: boolean;
|
|
59
69
|
/**
|
|
@@ -61,6 +61,16 @@ export abstract class ArcgisCoordinateConversionNext extends LitElement {
|
|
|
61
61
|
* prevent memory leaks.
|
|
62
62
|
*
|
|
63
63
|
* @default false
|
|
64
|
+
* @example
|
|
65
|
+
*
|
|
66
|
+
* ```html
|
|
67
|
+
* <arcgis-coordinate-conversion-next auto-destroy-disabled></arcgis-coordinate-conversion-next>
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* ```js
|
|
71
|
+
* coordinateConversionNextElement.autoDestroyDisabled = true;
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
64
74
|
*/
|
|
65
75
|
accessor autoDestroyDisabled: boolean;
|
|
66
76
|
/**
|
|
@@ -88,6 +88,16 @@ export abstract class ArcgisDaylight extends LitElement {
|
|
|
88
88
|
* prevent memory leaks.
|
|
89
89
|
*
|
|
90
90
|
* @default false
|
|
91
|
+
* @example
|
|
92
|
+
*
|
|
93
|
+
* ```html
|
|
94
|
+
* <arcgis-daylight auto-destroy-disabled></arcgis-daylight>
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* ```js
|
|
98
|
+
* daylightElement.autoDestroyDisabled = true;
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
91
101
|
*/
|
|
92
102
|
accessor autoDestroyDisabled: boolean;
|
|
93
103
|
/**
|
|
@@ -132,6 +132,16 @@ export abstract class ArcgisDirectLineMeasurement3d extends LitElement {
|
|
|
132
132
|
* prevent memory leaks.
|
|
133
133
|
*
|
|
134
134
|
* @default false
|
|
135
|
+
* @example
|
|
136
|
+
*
|
|
137
|
+
* ```html
|
|
138
|
+
* <arcgis-direct-line-measurement-3d auto-destroy-disabled></arcgis-direct-line-measurement-3d>
|
|
139
|
+
* ```
|
|
140
|
+
*
|
|
141
|
+
* ```js
|
|
142
|
+
* directLineMeasurement-3dElement.autoDestroyDisabled = true;
|
|
143
|
+
* ```
|
|
144
|
+
*
|
|
135
145
|
*/
|
|
136
146
|
accessor autoDestroyDisabled: boolean;
|
|
137
147
|
/**
|
|
@@ -28,6 +28,16 @@ export abstract class ArcgisDirectionalPad extends LitElement {
|
|
|
28
28
|
* prevent memory leaks.
|
|
29
29
|
*
|
|
30
30
|
* @default false
|
|
31
|
+
* @example
|
|
32
|
+
*
|
|
33
|
+
* ```html
|
|
34
|
+
* <arcgis-directional-pad auto-destroy-disabled></arcgis-directional-pad>
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* ```js
|
|
38
|
+
* directionalPadElement.autoDestroyDisabled = true;
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
31
41
|
*/
|
|
32
42
|
accessor autoDestroyDisabled: boolean;
|
|
33
43
|
/**
|
|
@@ -65,6 +65,16 @@ export abstract class ArcgisDirections extends LitElement {
|
|
|
65
65
|
* prevent memory leaks.
|
|
66
66
|
*
|
|
67
67
|
* @default false
|
|
68
|
+
* @example
|
|
69
|
+
*
|
|
70
|
+
* ```html
|
|
71
|
+
* <arcgis-directions auto-destroy-disabled></arcgis-directions>
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
74
|
+
* ```js
|
|
75
|
+
* directionsElement.autoDestroyDisabled = true;
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
68
78
|
*/
|
|
69
79
|
accessor autoDestroyDisabled: boolean;
|
|
70
80
|
/**
|
|
@@ -95,6 +95,16 @@ export abstract class ArcgisDistanceMeasurement2d extends LitElement {
|
|
|
95
95
|
* prevent memory leaks.
|
|
96
96
|
*
|
|
97
97
|
* @default false
|
|
98
|
+
* @example
|
|
99
|
+
*
|
|
100
|
+
* ```html
|
|
101
|
+
* <arcgis-distance-measurement-2d auto-destroy-disabled></arcgis-distance-measurement-2d>
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* ```js
|
|
105
|
+
* distanceMeasurement-2dElement.autoDestroyDisabled = true;
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
98
108
|
*/
|
|
99
109
|
accessor autoDestroyDisabled: boolean;
|
|
100
110
|
/**
|
|
@@ -33,6 +33,16 @@ export abstract class ArcgisEditor extends LitElement {
|
|
|
33
33
|
* prevent memory leaks.
|
|
34
34
|
*
|
|
35
35
|
* @default false
|
|
36
|
+
* @example
|
|
37
|
+
*
|
|
38
|
+
* ```html
|
|
39
|
+
* <arcgis-editor auto-destroy-disabled></arcgis-editor>
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* ```js
|
|
43
|
+
* editorElement.autoDestroyDisabled = true;
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
accessor autoDestroyDisabled: boolean;
|
|
38
48
|
/**
|
|
@@ -234,6 +234,16 @@ export abstract class ArcgisElevationProfile extends LitElement {
|
|
|
234
234
|
* prevent memory leaks.
|
|
235
235
|
*
|
|
236
236
|
* @default false
|
|
237
|
+
* @example
|
|
238
|
+
*
|
|
239
|
+
* ```html
|
|
240
|
+
* <arcgis-elevation-profile auto-destroy-disabled></arcgis-elevation-profile>
|
|
241
|
+
* ```
|
|
242
|
+
*
|
|
243
|
+
* ```js
|
|
244
|
+
* elevationProfileElement.autoDestroyDisabled = true;
|
|
245
|
+
* ```
|
|
246
|
+
*
|
|
237
247
|
*/
|
|
238
248
|
accessor autoDestroyDisabled: boolean;
|
|
239
249
|
/**
|
|
@@ -39,6 +39,16 @@ export abstract class ArcgisExpand extends LitElement {
|
|
|
39
39
|
* prevent memory leaks.
|
|
40
40
|
*
|
|
41
41
|
* @default false
|
|
42
|
+
* @example
|
|
43
|
+
*
|
|
44
|
+
* ```html
|
|
45
|
+
* <arcgis-expand auto-destroy-disabled></arcgis-expand>
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* ```js
|
|
49
|
+
* expandElement.autoDestroyDisabled = true;
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
accessor autoDestroyDisabled: boolean;
|
|
44
54
|
/**
|
|
@@ -36,6 +36,16 @@ export abstract class ArcgisFeature extends LitElement {
|
|
|
36
36
|
* prevent memory leaks.
|
|
37
37
|
*
|
|
38
38
|
* @default false
|
|
39
|
+
* @example
|
|
40
|
+
*
|
|
41
|
+
* ```html
|
|
42
|
+
* <arcgis-feature auto-destroy-disabled></arcgis-feature>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* ```js
|
|
46
|
+
* featureElement.autoDestroyDisabled = true;
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
accessor autoDestroyDisabled: boolean;
|
|
41
51
|
/**
|
|
@@ -19,6 +19,16 @@ export abstract class ArcgisFeatureForm extends LitElement {
|
|
|
19
19
|
* prevent memory leaks.
|
|
20
20
|
*
|
|
21
21
|
* @default false
|
|
22
|
+
* @example
|
|
23
|
+
*
|
|
24
|
+
* ```html
|
|
25
|
+
* <arcgis-feature-form auto-destroy-disabled></arcgis-feature-form>
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ```js
|
|
29
|
+
* featureFormElement.autoDestroyDisabled = true;
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
22
32
|
*/
|
|
23
33
|
accessor autoDestroyDisabled: boolean;
|
|
24
34
|
/**
|
|
@@ -36,6 +36,16 @@ export abstract class ArcgisFeatureNext extends LitElement {
|
|
|
36
36
|
* prevent memory leaks.
|
|
37
37
|
*
|
|
38
38
|
* @default false
|
|
39
|
+
* @example
|
|
40
|
+
*
|
|
41
|
+
* ```html
|
|
42
|
+
* <arcgis-feature-next auto-destroy-disabled></arcgis-feature-next>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* ```js
|
|
46
|
+
* featureNextElement.autoDestroyDisabled = true;
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
accessor autoDestroyDisabled: boolean;
|
|
41
51
|
/**
|
|
@@ -92,9 +102,20 @@ export abstract class ArcgisFeatureNext extends LitElement {
|
|
|
92
102
|
*/
|
|
93
103
|
get heading(): string;
|
|
94
104
|
/**
|
|
95
|
-
* Indicates the heading level to use for the
|
|
105
|
+
* Indicates the heading level to use for the heading of the component. By default, the heading is rendered as a `<h2>`. Depending on the component's placement in your app, you may need to adjust this heading for proper semantics. This is important for meeting accessibility standards.
|
|
96
106
|
*
|
|
97
107
|
* @default 2
|
|
108
|
+
* @see [HTML heading elements](https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements)
|
|
109
|
+
* @example
|
|
110
|
+
*
|
|
111
|
+
* ```html
|
|
112
|
+
* <arcgis-feature-next heading-level="2"></arcgis-feature-next>
|
|
113
|
+
* ```
|
|
114
|
+
*
|
|
115
|
+
* ```js
|
|
116
|
+
* featureNextElement.headingLevel = 2;
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
98
119
|
*/
|
|
99
120
|
accessor headingLevel: HeadingLevel;
|
|
100
121
|
/**
|
|
@@ -131,6 +152,16 @@ export abstract class ArcgisFeatureNext extends LitElement {
|
|
|
131
152
|
* Indicates whether to hide the component's [heading](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-feature-next/#heading).
|
|
132
153
|
*
|
|
133
154
|
* @default false
|
|
155
|
+
* @example
|
|
156
|
+
*
|
|
157
|
+
* ```html
|
|
158
|
+
* <arcgis-feature-next hide-heading></arcgis-feature-next>
|
|
159
|
+
* ```
|
|
160
|
+
*
|
|
161
|
+
* ```js
|
|
162
|
+
* featureNextElement.hideHeading = true;
|
|
163
|
+
* ```
|
|
164
|
+
*
|
|
134
165
|
*/
|
|
135
166
|
accessor hideHeading: boolean;
|
|
136
167
|
/**
|
|
@@ -141,6 +141,16 @@ export abstract class ArcgisFeatureTable extends LitElement {
|
|
|
141
141
|
* prevent memory leaks.
|
|
142
142
|
*
|
|
143
143
|
* @default false
|
|
144
|
+
* @example
|
|
145
|
+
*
|
|
146
|
+
* ```html
|
|
147
|
+
* <arcgis-feature-table auto-destroy-disabled></arcgis-feature-table>
|
|
148
|
+
* ```
|
|
149
|
+
*
|
|
150
|
+
* ```js
|
|
151
|
+
* featureTableElement.autoDestroyDisabled = true;
|
|
152
|
+
* ```
|
|
153
|
+
*
|
|
144
154
|
*/
|
|
145
155
|
accessor autoDestroyDisabled: boolean;
|
|
146
156
|
/**
|
|
@@ -73,6 +73,16 @@ export abstract class ArcgisFeatureTemplates extends LitElement {
|
|
|
73
73
|
* prevent memory leaks.
|
|
74
74
|
*
|
|
75
75
|
* @default false
|
|
76
|
+
* @example
|
|
77
|
+
*
|
|
78
|
+
* ```html
|
|
79
|
+
* <arcgis-feature-templates auto-destroy-disabled></arcgis-feature-templates>
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* ```js
|
|
83
|
+
* featureTemplatesElement.autoDestroyDisabled = true;
|
|
84
|
+
* ```
|
|
85
|
+
*
|
|
76
86
|
*/
|
|
77
87
|
accessor autoDestroyDisabled: boolean;
|
|
78
88
|
/**
|
|
@@ -31,6 +31,16 @@ export abstract class ArcgisFeatureTemplatesLegacy extends LitElement {
|
|
|
31
31
|
* prevent memory leaks.
|
|
32
32
|
*
|
|
33
33
|
* @default false
|
|
34
|
+
* @example
|
|
35
|
+
*
|
|
36
|
+
* ```html
|
|
37
|
+
* <arcgis-feature-templates-legacy auto-destroy-disabled></arcgis-feature-templates-legacy>
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* ```js
|
|
41
|
+
* featureTemplatesLegacyElement.autoDestroyDisabled = true;
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
accessor autoDestroyDisabled: boolean;
|
|
36
46
|
/**
|
|
@@ -67,6 +67,16 @@ export abstract class ArcgisFeatures extends LitElement {
|
|
|
67
67
|
* prevent memory leaks.
|
|
68
68
|
*
|
|
69
69
|
* @default false
|
|
70
|
+
* @example
|
|
71
|
+
*
|
|
72
|
+
* ```html
|
|
73
|
+
* <arcgis-features auto-destroy-disabled></arcgis-features>
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* ```js
|
|
77
|
+
* featuresElement.autoDestroyDisabled = true;
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
70
80
|
*/
|
|
71
81
|
accessor autoDestroyDisabled: boolean;
|
|
72
82
|
/**
|
|
@@ -297,6 +307,16 @@ export abstract class ArcgisFeatures extends LitElement {
|
|
|
297
307
|
* Indicates whether to hide the component's [heading](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-features/#heading).
|
|
298
308
|
*
|
|
299
309
|
* @default false
|
|
310
|
+
* @example
|
|
311
|
+
*
|
|
312
|
+
* ```html
|
|
313
|
+
* <arcgis-features hide-heading></arcgis-features>
|
|
314
|
+
* ```
|
|
315
|
+
*
|
|
316
|
+
* ```js
|
|
317
|
+
* featuresElement.hideHeading = true;
|
|
318
|
+
* ```
|
|
319
|
+
*
|
|
300
320
|
*/
|
|
301
321
|
accessor hideHeading: boolean;
|
|
302
322
|
/**
|
|
@@ -67,6 +67,16 @@ export abstract class ArcgisFeaturesNext extends LitElement {
|
|
|
67
67
|
* prevent memory leaks.
|
|
68
68
|
*
|
|
69
69
|
* @default false
|
|
70
|
+
* @example
|
|
71
|
+
*
|
|
72
|
+
* ```html
|
|
73
|
+
* <arcgis-features-next auto-destroy-disabled></arcgis-features-next>
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* ```js
|
|
77
|
+
* featuresNextElement.autoDestroyDisabled = true;
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
70
80
|
*/
|
|
71
81
|
accessor autoDestroyDisabled: boolean;
|
|
72
82
|
/**
|
|
@@ -211,9 +221,20 @@ export abstract class ArcgisFeaturesNext extends LitElement {
|
|
|
211
221
|
*/
|
|
212
222
|
accessor heading: string | null | undefined;
|
|
213
223
|
/**
|
|
214
|
-
* Indicates the heading level to use for the
|
|
224
|
+
* Indicates the heading level to use for the heading of the component. By default, the heading is rendered as a `<h2>`. Depending on the component's placement in your app, you may need to adjust this heading for proper semantics. This is important for meeting accessibility standards.
|
|
215
225
|
*
|
|
216
226
|
* @default 2
|
|
227
|
+
* @see [HTML heading elements](https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements)
|
|
228
|
+
* @example
|
|
229
|
+
*
|
|
230
|
+
* ```html
|
|
231
|
+
* <arcgis-features-next heading-level="2"></arcgis-features-next>
|
|
232
|
+
* ```
|
|
233
|
+
*
|
|
234
|
+
* ```js
|
|
235
|
+
* featuresNextElement.headingLevel = 2;
|
|
236
|
+
* ```
|
|
237
|
+
*
|
|
217
238
|
*/
|
|
218
239
|
accessor headingLevel: HeadingLevel;
|
|
219
240
|
/**
|
|
@@ -280,6 +301,16 @@ export abstract class ArcgisFeaturesNext extends LitElement {
|
|
|
280
301
|
* Indicates whether to hide the component's [heading](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-features-next/#heading).
|
|
281
302
|
*
|
|
282
303
|
* @default false
|
|
304
|
+
* @example
|
|
305
|
+
*
|
|
306
|
+
* ```html
|
|
307
|
+
* <arcgis-features-next hide-heading></arcgis-features-next>
|
|
308
|
+
* ```
|
|
309
|
+
*
|
|
310
|
+
* ```js
|
|
311
|
+
* featuresNextElement.hideHeading = true;
|
|
312
|
+
* ```
|
|
313
|
+
*
|
|
283
314
|
*/
|
|
284
315
|
accessor hideHeading: boolean;
|
|
285
316
|
/**
|
|
@@ -388,7 +388,7 @@ class ae extends z {
|
|
|
388
388
|
const A = !r;
|
|
389
389
|
return o`<calcite-flow-item .focusTrapEnabled=${this.focusTrapEnabled} class=${x(y({
|
|
390
390
|
"flow-item-collapsed": c
|
|
391
|
-
}))} .closable=${
|
|
391
|
+
}))} .closable=${!t} .closed=${!F} .collapsed=${s === "list" && c} .collapseDirection=${this.collapseDirection ?? (g ? "down" : "up")} .collapsible=${s === "list" && l} .messageOverrides=${{ collapse: this.messages.collapse, expand: this.messages.expand, back: C }} .description=${this.hideFeatureMenuHeading ? void 0 : d(i.total ?? "", {
|
|
392
392
|
total: p.length
|
|
393
393
|
})} .heading=${this.hideFeatureMenuHeading ? void 0 : M} .headingLevel=${m} .loading=${e.waitingForContents} .selected=${A} @calciteFlowItemBack=${(R) => {
|
|
394
394
|
R.preventDefault(), this._handleFeatureMenuBack();
|
|
@@ -50,6 +50,16 @@ export abstract class ArcgisFloorFilter extends LitElement {
|
|
|
50
50
|
* prevent memory leaks.
|
|
51
51
|
*
|
|
52
52
|
* @default false
|
|
53
|
+
* @example
|
|
54
|
+
*
|
|
55
|
+
* ```html
|
|
56
|
+
* <arcgis-floor-filter auto-destroy-disabled></arcgis-floor-filter>
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* ```js
|
|
60
|
+
* floorFilterElement.autoDestroyDisabled = true;
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
53
63
|
*/
|
|
54
64
|
accessor autoDestroyDisabled: boolean;
|
|
55
65
|
/** The currently selected facility. */
|
|
@@ -96,6 +96,16 @@ export abstract class ArcgisGridControls extends LitElement {
|
|
|
96
96
|
* prevent memory leaks.
|
|
97
97
|
*
|
|
98
98
|
* @default false
|
|
99
|
+
* @example
|
|
100
|
+
*
|
|
101
|
+
* ```html
|
|
102
|
+
* <arcgis-grid-controls auto-destroy-disabled></arcgis-grid-controls>
|
|
103
|
+
* ```
|
|
104
|
+
*
|
|
105
|
+
* ```js
|
|
106
|
+
* gridControlsElement.autoDestroyDisabled = true;
|
|
107
|
+
* ```
|
|
108
|
+
*
|
|
99
109
|
*/
|
|
100
110
|
accessor autoDestroyDisabled: boolean;
|
|
101
111
|
/** The custom color used for drawing the grid, if any. */
|
|
@@ -20,6 +20,16 @@ export abstract class ArcgisHistogramRangeSlider extends LitElement {
|
|
|
20
20
|
* prevent memory leaks.
|
|
21
21
|
*
|
|
22
22
|
* @default false
|
|
23
|
+
* @example
|
|
24
|
+
*
|
|
25
|
+
* ```html
|
|
26
|
+
* <arcgis-histogram-range-slider auto-destroy-disabled></arcgis-histogram-range-slider>
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ```js
|
|
30
|
+
* histogramRangeSliderElement.autoDestroyDisabled = true;
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
23
33
|
*/
|
|
24
34
|
accessor autoDestroyDisabled: boolean;
|
|
25
35
|
/**
|
|
@@ -34,6 +34,16 @@ export abstract class ArcgisHome extends LitElement {
|
|
|
34
34
|
* prevent memory leaks.
|
|
35
35
|
*
|
|
36
36
|
* @default false
|
|
37
|
+
* @example
|
|
38
|
+
*
|
|
39
|
+
* ```html
|
|
40
|
+
* <arcgis-home auto-destroy-disabled></arcgis-home>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* ```js
|
|
44
|
+
* homeElement.autoDestroyDisabled = true;
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
accessor autoDestroyDisabled: boolean;
|
|
39
49
|
/**
|
|
@@ -46,6 +46,16 @@ export abstract class ArcgisLayerList extends LitElement {
|
|
|
46
46
|
* prevent memory leaks.
|
|
47
47
|
*
|
|
48
48
|
* @default false
|
|
49
|
+
* @example
|
|
50
|
+
*
|
|
51
|
+
* ```html
|
|
52
|
+
* <arcgis-layer-list auto-destroy-disabled></arcgis-layer-list>
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* ```js
|
|
56
|
+
* layerListElement.autoDestroyDisabled = true;
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
49
59
|
*/
|
|
50
60
|
accessor autoDestroyDisabled: boolean;
|
|
51
61
|
/** The CatalogLayerList that displays a catalog layer's dynamic group layer. */
|
|
@@ -86,6 +96,16 @@ export abstract class ArcgisLayerList extends LitElement {
|
|
|
86
96
|
*
|
|
87
97
|
* @default false
|
|
88
98
|
* @since 4.33
|
|
99
|
+
* @example
|
|
100
|
+
*
|
|
101
|
+
* ```html
|
|
102
|
+
* <arcgis-layer-list closed></arcgis-layer-list>
|
|
103
|
+
* ```
|
|
104
|
+
*
|
|
105
|
+
* ```js
|
|
106
|
+
* layerListElement.closed = true;
|
|
107
|
+
* ```
|
|
108
|
+
*
|
|
89
109
|
*/
|
|
90
110
|
accessor closed: boolean;
|
|
91
111
|
/**
|