@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
|
@@ -17,7 +17,6 @@ import { on as C, watch as K } from "@arcgis/core/core/reactiveUtils.js";
|
|
|
17
17
|
import { LitElement as Q, createEvent as I, renderElement as M, safeClassMap as E, nothing as A } from "@arcgis/lumina";
|
|
18
18
|
import { usePropertyChange as W } from "@arcgis/lumina/controllers";
|
|
19
19
|
import { reEmitEvent as X } from "@arcgis/lumina/controllers/accessor";
|
|
20
|
-
import "@arcgis/toolkit/function";
|
|
21
20
|
import { u as Y } from "../../chunks/useCloseEvent.js";
|
|
22
21
|
import { r as Z, A as ee } from "../../chunks/layer-list-item.js";
|
|
23
22
|
import { s as te, a as se } from "../../chunks/layer-list-next.js";
|
|
@@ -54,10 +53,10 @@ class ae extends Q {
|
|
|
54
53
|
this._selectedDragItemLayerUid = e;
|
|
55
54
|
}, this._onTriggerAction = (e, t) => {
|
|
56
55
|
this.triggerAction(e, t);
|
|
57
|
-
}, this._tooltipReferenceMap = /* @__PURE__ */ new Map(), this._layerListMap = /* @__PURE__ */ new Map(), this.layerTablesEnabled = new p(["knowledge-graph"]), this.mapImageOptions = null, this.openedLayerLists = new p(), this.tileOptions = null, this.
|
|
56
|
+
}, this._tooltipReferenceMap = /* @__PURE__ */ new Map(), this._layerListMap = /* @__PURE__ */ new Map(), this.layerTablesEnabled = new p(["knowledge-graph"]), this.mapImageOptions = null, this.openedLayerLists = new p(), this.tileOptions = null, this.autoDestroyDisabled = !1, this.closed = !1, this.collapsed = !1, this.dragEnabled = !1, this.filterPlaceholder = "", this.filterText = "", this.headingLevel = 2, this.hideCatalogLayerList = !1, this.hideNoFilterResultsNotice = !1, this.hideNoItemsNotice = !1, this.hideStatusIndicators = !1, this.icon = "layers", this.layerTablesAvailable = new p(["knowledge-graph"]), this.listItemCreatedFunction = this.viewModel.listItemCreatedFunction, this.listModeDisabled = this.viewModel.listModeDisabled, this.minDragEnabledItems = G, this.minFilterItems = H, this.openedLayers = new p(), this.operationalItems = this.viewModel.operationalItems, this.selectedItems = new p(), this.selectionMode = "none", this.showCloseButton = !1, this.showCollapseButton = !1, this.showErrors = !1, this.showFilter = !1, this.showHeading = !1, this.showTemporaryLayerIndicators = !1, this.state = this.viewModel.state, this.view = this.viewModel.view, this.visibilityAppearance = "default", this.arcgisFilterChange = I(), this.arcgisOpenedLayersChange = I(), this.arcgisPropertyChange = W()("state"), this.arcgisReady = I(), this.arcgisSelectedItemsChange = I(), this.arcgisTriggerAction = X(() => this.viewModel, "trigger-action");
|
|
58
57
|
}
|
|
59
58
|
static {
|
|
60
|
-
this.properties = { _catalogLayerList: 16, _tableList: 16, _tooltipReferenceMap: 16, _layerListMap: 16, _totalItems: 16, _visibleItems: 16, _openedPanelItems: 16, _dragEnabled: 16, _filterEnabled: 16, layerTablesEnabled: 16, mapImageOptions: 16, openedLayerLists: 16, tileOptions: 16, _renderedOpenLayerFlowItems: 16,
|
|
59
|
+
this.properties = { _catalogLayerList: 16, _tableList: 16, _tooltipReferenceMap: 16, _layerListMap: 16, _totalItems: 16, _visibleItems: 16, _openedPanelItems: 16, _dragEnabled: 16, _filterEnabled: 16, layerTablesEnabled: 16, mapImageOptions: 16, openedLayerLists: 16, tileOptions: 16, _renderedOpenLayerFlowItems: 16, autoDestroyDisabled: 5, catalogLayerList: 32, catalogOptions: 0, closed: 5, collapsed: 5, dragEnabled: 5, filterPlaceholder: 1, filterPredicate: 0, filterText: 1, headingLevel: 9, hideCatalogLayerList: 5, hideNoFilterResultsNotice: 5, hideNoItemsNotice: 5, hideStatusIndicators: 5, icon: 1, knowledgeGraphOptions: 0, label: 1, layerTablesAvailable: 0, listItemCanGiveFunction: 0, listItemCanReceiveFunction: 0, listItemCreatedFunction: 0, listModeDisabled: 5, messageOverrides: 0, minDragEnabledItems: 9, minFilterItems: 9, openedLayers: 32, operationalItems: 0, referenceElement: 1, selectedItems: 0, selectionMode: 1, showCloseButton: 5, showCollapseButton: 5, showErrors: 5, showFilter: 5, showHeading: 5, showTemporaryLayerIndicators: 5, state: 32, tableList: 32, view: 0, visibilityAppearance: 1 };
|
|
61
60
|
}
|
|
62
61
|
static {
|
|
63
62
|
this.styles = [te, se];
|
|
@@ -2,17 +2,55 @@ import type CatalogLayer from "@arcgis/core/layers/CatalogLayer.js";
|
|
|
2
2
|
import type KnowledgeGraphLayer from "@arcgis/core/layers/KnowledgeGraphLayer.js";
|
|
3
3
|
import type MapImageLayer from "@arcgis/core/layers/MapImageLayer.js";
|
|
4
4
|
import type TileLayer from "@arcgis/core/layers/TileLayer.js";
|
|
5
|
-
import type { CatalogLayerListOptions } from "../arcgis-catalog-layer-list-next/
|
|
6
|
-
import type {
|
|
5
|
+
import type { CatalogLayerListOptions } from "../arcgis-catalog-layer-list-next/types.js";
|
|
6
|
+
import type { ArcgisCatalogLayerListNext } from "../arcgis-catalog-layer-list-next/customElement.js";
|
|
7
|
+
import type { ArcgisTableListNext } from "../arcgis-table-list-next/customElement.js";
|
|
8
|
+
import type { TableListOptions } from "../arcgis-table-list-next/types.js";
|
|
9
|
+
import type { SortableList as SortableList } from "@esri/calcite-components/components/calcite-sortable-list";
|
|
7
10
|
|
|
8
11
|
/** Catalog layer list configuration passed through Layer List (next). */
|
|
9
12
|
export type CatalogLayerListParams = CatalogLayerListOptions;
|
|
10
13
|
|
|
11
|
-
/**
|
|
12
|
-
export type
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type DragDetail = Parameters<NonNullable<SortableList["canPull"]>>[0];
|
|
13
16
|
|
|
14
17
|
/** Layer types that can open a nested flow list from Layer List (next). */
|
|
15
18
|
export type FlowLayer = CatalogLayer | SubtablesLayer;
|
|
16
19
|
|
|
17
|
-
/**
|
|
18
|
-
export type
|
|
20
|
+
/** @internal */
|
|
21
|
+
export type FlowList = ArcgisCatalogLayerListNext | ArcgisTableListNext;
|
|
22
|
+
|
|
23
|
+
/** @internal */
|
|
24
|
+
export type LayerListMessages = {
|
|
25
|
+
componentLabel: string;
|
|
26
|
+
back: string;
|
|
27
|
+
noItemsToDisplay: string;
|
|
28
|
+
layerInvisibleAtScale: string;
|
|
29
|
+
layerInvisibleAtTime: string;
|
|
30
|
+
layerError: string;
|
|
31
|
+
untitledLayer: string;
|
|
32
|
+
untitledTable: string;
|
|
33
|
+
layerVisibility: string;
|
|
34
|
+
menu: string;
|
|
35
|
+
options: string;
|
|
36
|
+
showLayer: string;
|
|
37
|
+
hideLayer: string;
|
|
38
|
+
layerIncompatible: string;
|
|
39
|
+
layerIncompatibleTooltip: string;
|
|
40
|
+
tableError: string;
|
|
41
|
+
temporary: string;
|
|
42
|
+
tables: string;
|
|
43
|
+
catalogLayers: string;
|
|
44
|
+
connectionStatus: string;
|
|
45
|
+
updating: string;
|
|
46
|
+
publishing: string;
|
|
47
|
+
connected: string;
|
|
48
|
+
disconnected: string;
|
|
49
|
+
paused: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/** @internal */
|
|
53
|
+
export type SubtablesLayer = KnowledgeGraphLayer | MapImageLayer | TileLayer;
|
|
54
|
+
|
|
55
|
+
/** Table list configuration passed through Layer List (next). */
|
|
56
|
+
export type TableListParams = TableListOptions;
|
|
@@ -102,6 +102,16 @@ export abstract class ArcgisLegend extends LitElement {
|
|
|
102
102
|
* prevent memory leaks.
|
|
103
103
|
*
|
|
104
104
|
* @default false
|
|
105
|
+
* @example
|
|
106
|
+
*
|
|
107
|
+
* ```html
|
|
108
|
+
* <arcgis-legend auto-destroy-disabled></arcgis-legend>
|
|
109
|
+
* ```
|
|
110
|
+
*
|
|
111
|
+
* ```js
|
|
112
|
+
* legendElement.autoDestroyDisabled = true;
|
|
113
|
+
* ```
|
|
114
|
+
*
|
|
105
115
|
*/
|
|
106
116
|
accessor autoDestroyDisabled: boolean;
|
|
107
117
|
/**
|
|
@@ -132,6 +132,16 @@ export abstract class ArcgisLineOfSight extends LitElement {
|
|
|
132
132
|
* prevent memory leaks.
|
|
133
133
|
*
|
|
134
134
|
* @default false
|
|
135
|
+
* @example
|
|
136
|
+
*
|
|
137
|
+
* ```html
|
|
138
|
+
* <arcgis-line-of-sight auto-destroy-disabled></arcgis-line-of-sight>
|
|
139
|
+
* ```
|
|
140
|
+
*
|
|
141
|
+
* ```js
|
|
142
|
+
* lineOfSightElement.autoDestroyDisabled = true;
|
|
143
|
+
* ```
|
|
144
|
+
*
|
|
135
145
|
*/
|
|
136
146
|
accessor autoDestroyDisabled: boolean;
|
|
137
147
|
/**
|
|
@@ -124,6 +124,16 @@ export abstract class ArcgisLinkChart extends LitElement {
|
|
|
124
124
|
* prevent memory leaks.
|
|
125
125
|
*
|
|
126
126
|
* @default false
|
|
127
|
+
* @example
|
|
128
|
+
*
|
|
129
|
+
* ```html
|
|
130
|
+
* <arcgis-link-chart auto-destroy-disabled></arcgis-link-chart>
|
|
131
|
+
* ```
|
|
132
|
+
*
|
|
133
|
+
* ```js
|
|
134
|
+
* linkChartElement.autoDestroyDisabled = true;
|
|
135
|
+
* ```
|
|
136
|
+
*
|
|
127
137
|
*/
|
|
128
138
|
accessor autoDestroyDisabled: boolean;
|
|
129
139
|
/**
|
|
@@ -30,6 +30,16 @@ export abstract class ArcgisLinkChartLayoutSwitcher extends LitElement {
|
|
|
30
30
|
* prevent memory leaks.
|
|
31
31
|
*
|
|
32
32
|
* @default false
|
|
33
|
+
* @example
|
|
34
|
+
*
|
|
35
|
+
* ```html
|
|
36
|
+
* <arcgis-link-chart-layout-switcher auto-destroy-disabled></arcgis-link-chart-layout-switcher>
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* ```js
|
|
40
|
+
* linkChartLayoutSwitcherElement.autoDestroyDisabled = true;
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
accessor autoDestroyDisabled: boolean;
|
|
35
45
|
/**
|
|
@@ -21,6 +21,16 @@ export abstract class ArcgisLinkChartNonspatialVisibilityToggle extends LitEleme
|
|
|
21
21
|
* prevent memory leaks.
|
|
22
22
|
*
|
|
23
23
|
* @default false
|
|
24
|
+
* @example
|
|
25
|
+
*
|
|
26
|
+
* ```html
|
|
27
|
+
* <arcgis-link-chart-nonspatial-visibility-toggle auto-destroy-disabled></arcgis-link-chart-nonspatial-visibility-toggle>
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* ```js
|
|
31
|
+
* linkChartNonspatialVisibilityToggleElement.autoDestroyDisabled = true;
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
24
34
|
*/
|
|
25
35
|
accessor autoDestroyDisabled: boolean;
|
|
26
36
|
accessor icon: IconName | undefined;
|
|
@@ -36,6 +36,16 @@ export abstract class ArcgisLocate extends LitElement {
|
|
|
36
36
|
* prevent memory leaks.
|
|
37
37
|
*
|
|
38
38
|
* @default false
|
|
39
|
+
* @example
|
|
40
|
+
*
|
|
41
|
+
* ```html
|
|
42
|
+
* <arcgis-locate auto-destroy-disabled></arcgis-locate>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* ```js
|
|
46
|
+
* locateElement.autoDestroyDisabled = true;
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
accessor autoDestroyDisabled: boolean;
|
|
41
51
|
accessor geolocationOptions: PositionOptions | undefined;
|
|
@@ -198,6 +198,16 @@ export abstract class ArcgisMap extends LitElement {
|
|
|
198
198
|
* prevent memory leaks.
|
|
199
199
|
*
|
|
200
200
|
* @default false
|
|
201
|
+
* @example
|
|
202
|
+
*
|
|
203
|
+
* ```html
|
|
204
|
+
* <arcgis-map auto-destroy-disabled></arcgis-map>
|
|
205
|
+
* ```
|
|
206
|
+
*
|
|
207
|
+
* ```js
|
|
208
|
+
* mapElement.autoDestroyDisabled = true;
|
|
209
|
+
* ```
|
|
210
|
+
*
|
|
201
211
|
*/
|
|
202
212
|
accessor autoDestroyDisabled: boolean;
|
|
203
213
|
/**
|
|
@@ -114,6 +114,16 @@ export abstract class ArcgisMeasurement extends LitElement {
|
|
|
114
114
|
* prevent memory leaks.
|
|
115
115
|
*
|
|
116
116
|
* @default false
|
|
117
|
+
* @example
|
|
118
|
+
*
|
|
119
|
+
* ```html
|
|
120
|
+
* <arcgis-measurement auto-destroy-disabled></arcgis-measurement>
|
|
121
|
+
* ```
|
|
122
|
+
*
|
|
123
|
+
* ```js
|
|
124
|
+
* measurementElement.autoDestroyDisabled = true;
|
|
125
|
+
* ```
|
|
126
|
+
*
|
|
117
127
|
*/
|
|
118
128
|
accessor autoDestroyDisabled: boolean;
|
|
119
129
|
/**
|
|
@@ -29,6 +29,16 @@ export abstract class ArcgisMultiFeatureForm extends LitElement {
|
|
|
29
29
|
* prevent memory leaks.
|
|
30
30
|
*
|
|
31
31
|
* @default false
|
|
32
|
+
* @example
|
|
33
|
+
*
|
|
34
|
+
* ```html
|
|
35
|
+
* <arcgis-multi-feature-form auto-destroy-disabled></arcgis-multi-feature-form>
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* ```js
|
|
39
|
+
* multiFeatureFormElement.autoDestroyDisabled = true;
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
accessor autoDestroyDisabled: boolean;
|
|
34
44
|
/** @default false */
|
|
@@ -42,7 +52,21 @@ export abstract class ArcgisMultiFeatureForm extends LitElement {
|
|
|
42
52
|
get hasTooManyComplexFeatures(): boolean;
|
|
43
53
|
/** @default false */
|
|
44
54
|
get hasTooManyFeatures(): boolean;
|
|
45
|
-
/**
|
|
55
|
+
/**
|
|
56
|
+
* 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.
|
|
57
|
+
*
|
|
58
|
+
* @see [HTML heading elements](https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements)
|
|
59
|
+
* @example
|
|
60
|
+
*
|
|
61
|
+
* ```html
|
|
62
|
+
* <arcgis-multi-feature-form heading-level="2"></arcgis-multi-feature-form>
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* ```js
|
|
66
|
+
* multiFeatureFormElement.headingLevel = 2;
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
46
70
|
accessor headingLevel: HeadingLevel;
|
|
47
71
|
/**
|
|
48
72
|
* Icon which represents the component.
|
|
@@ -39,6 +39,16 @@ export abstract class ArcgisNavigationToggle extends LitElement {
|
|
|
39
39
|
* prevent memory leaks.
|
|
40
40
|
*
|
|
41
41
|
* @default false
|
|
42
|
+
* @example
|
|
43
|
+
*
|
|
44
|
+
* ```html
|
|
45
|
+
* <arcgis-navigation-toggle auto-destroy-disabled></arcgis-navigation-toggle>
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* ```js
|
|
49
|
+
* navigationToggleElement.autoDestroyDisabled = true;
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
accessor autoDestroyDisabled: boolean;
|
|
44
54
|
/**
|
|
@@ -21,6 +21,16 @@ export abstract class ArcgisOrientedImageryViewer extends LitElement {
|
|
|
21
21
|
* prevent memory leaks.
|
|
22
22
|
*
|
|
23
23
|
* @default false
|
|
24
|
+
* @example
|
|
25
|
+
*
|
|
26
|
+
* ```html
|
|
27
|
+
* <arcgis-oriented-imagery-viewer auto-destroy-disabled></arcgis-oriented-imagery-viewer>
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* ```js
|
|
31
|
+
* orientedImageryViewerElement.autoDestroyDisabled = true;
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
24
34
|
*/
|
|
25
35
|
accessor autoDestroyDisabled: boolean;
|
|
26
36
|
/**
|
package/dist/components/arcgis-oriented-imagery-viewer-panoramic-viewer-zoom/customElement.d.ts
CHANGED
|
@@ -16,6 +16,16 @@ export abstract class ArcgisOrientedImageryViewerPanoramicViewerZoom extends Lit
|
|
|
16
16
|
* prevent memory leaks.
|
|
17
17
|
*
|
|
18
18
|
* @default false
|
|
19
|
+
* @example
|
|
20
|
+
*
|
|
21
|
+
* ```html
|
|
22
|
+
* <arcgis-oriented-imagery-viewer-panoramic-viewer-zoom auto-destroy-disabled></arcgis-oriented-imagery-viewer-panoramic-viewer-zoom>
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ```js
|
|
26
|
+
* orientedImageryViewerPanoramicViewerZoomElement.autoDestroyDisabled = true;
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
19
29
|
*/
|
|
20
30
|
accessor autoDestroyDisabled: boolean;
|
|
21
31
|
get hfov(): number | undefined;
|
|
@@ -158,6 +158,16 @@ export abstract class ArcgisPaste extends LitElement {
|
|
|
158
158
|
* prevent memory leaks.
|
|
159
159
|
*
|
|
160
160
|
* @default false
|
|
161
|
+
* @example
|
|
162
|
+
*
|
|
163
|
+
* ```html
|
|
164
|
+
* <arcgis-paste auto-destroy-disabled></arcgis-paste>
|
|
165
|
+
* ```
|
|
166
|
+
*
|
|
167
|
+
* ```js
|
|
168
|
+
* pasteElement.autoDestroyDisabled = true;
|
|
169
|
+
* ```
|
|
170
|
+
*
|
|
161
171
|
*/
|
|
162
172
|
accessor autoDestroyDisabled: boolean;
|
|
163
173
|
/** Called before the the paste is applied. */
|
|
@@ -174,6 +174,16 @@ export abstract class ArcgisPopup extends LitElement {
|
|
|
174
174
|
* prevent memory leaks.
|
|
175
175
|
*
|
|
176
176
|
* @default false
|
|
177
|
+
* @example
|
|
178
|
+
*
|
|
179
|
+
* ```html
|
|
180
|
+
* <arcgis-popup auto-destroy-disabled></arcgis-popup>
|
|
181
|
+
* ```
|
|
182
|
+
*
|
|
183
|
+
* ```js
|
|
184
|
+
* popupElement.autoDestroyDisabled = true;
|
|
185
|
+
* ```
|
|
186
|
+
*
|
|
177
187
|
*/
|
|
178
188
|
accessor autoDestroyDisabled: boolean;
|
|
179
189
|
/**
|
|
@@ -408,6 +418,16 @@ export abstract class ArcgisPopup extends LitElement {
|
|
|
408
418
|
* Indicates whether to hide the component's [heading](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-popup/#heading).
|
|
409
419
|
*
|
|
410
420
|
* @default false
|
|
421
|
+
* @example
|
|
422
|
+
*
|
|
423
|
+
* ```html
|
|
424
|
+
* <arcgis-popup hide-heading></arcgis-popup>
|
|
425
|
+
* ```
|
|
426
|
+
*
|
|
427
|
+
* ```js
|
|
428
|
+
* popupElement.hideHeading = true;
|
|
429
|
+
* ```
|
|
430
|
+
*
|
|
411
431
|
*/
|
|
412
432
|
accessor hideHeading: boolean;
|
|
413
433
|
/**
|
|
@@ -337,7 +337,7 @@ class j extends S {
|
|
|
337
337
|
};
|
|
338
338
|
return w`<div style=${L(s)} class=${y(x("root", v, {
|
|
339
339
|
hidden: !n || !s && !e
|
|
340
|
-
}))} .ariaHidden=${!n} .ariaLabel=${T(this.heading ?? "")}
|
|
340
|
+
}))} .ariaHidden=${!n} .ariaLabel=${T(this.heading ?? "")} popover=manual ${m(this._containerNode)}>${this._renderMainContainer()}${this._renderPointer()}</div>`;
|
|
341
341
|
}
|
|
342
342
|
_renderPointer() {
|
|
343
343
|
return !this.dockEnabled || !this.active ? w`<div class="pointer" role=presentation><div class=${y(x("pointer-direction", "shadow"))} ${m(this._pointerNode)}></div></div>` : null;
|
|
@@ -42,6 +42,16 @@ export abstract class ArcgisPresentation extends LitElement {
|
|
|
42
42
|
* prevent memory leaks.
|
|
43
43
|
*
|
|
44
44
|
* @default false
|
|
45
|
+
* @example
|
|
46
|
+
*
|
|
47
|
+
* ```html
|
|
48
|
+
* <arcgis-presentation auto-destroy-disabled></arcgis-presentation>
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* ```js
|
|
52
|
+
* presentationElement.autoDestroyDisabled = true;
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
45
55
|
*/
|
|
46
56
|
accessor autoDestroyDisabled: boolean;
|
|
47
57
|
/**
|