@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,77 +1,329 @@
|
|
|
1
1
|
/// <reference path="../../index.d.ts" />
|
|
2
2
|
import type Collection from "@arcgis/core/core/Collection.js";
|
|
3
3
|
import type CatalogLayer from "@arcgis/core/layers/CatalogLayer.js";
|
|
4
|
-
import type KnowledgeGraphLayer from "@arcgis/core/layers/KnowledgeGraphLayer.js";
|
|
5
|
-
import type MapImageLayer from "@arcgis/core/layers/MapImageLayer.js";
|
|
6
|
-
import type TileLayer from "@arcgis/core/layers/TileLayer.js";
|
|
7
|
-
import type CatalogItemCollection from "@arcgis/core/layers/list/CatalogItemCollection.js";
|
|
8
4
|
import type Item from "@arcgis/core/layers/list/Item.js";
|
|
9
|
-
import type { CatalogItemCollectionEvents } from "@arcgis/core/layers/list/CatalogItemCollection.js";
|
|
10
5
|
import type { PublicLitElement as LitElement } from "@arcgis/lumina";
|
|
11
|
-
import type { useT9n } from "../../controllers/useT9n.js";
|
|
12
6
|
import type { VisibilityAppearance } from "../../utils/action-utils.js";
|
|
13
7
|
import type { setFilterPredicate } from "../../utils/layer-list-utils.js";
|
|
14
|
-
import type { ArcgisTableList } from "../arcgis-table-list/customElement.js";
|
|
15
8
|
import type { ArcgisReferenceElement, HeadingLevel } from "../types.js";
|
|
9
|
+
import type { CatalogLayerListMessageOverrides, CatalogLayerListOptions, FlowLayer, FlowList } from "./types.js";
|
|
16
10
|
import type { CatalogLayerListViewModelEvents } from "@arcgis/core/widgets/CatalogLayerList/CatalogLayerListViewModel.js";
|
|
17
11
|
import type { TableListProperties } from "@arcgis/core/widgets/TableList.js";
|
|
18
12
|
import type { T9nMeta } from "@arcgis/lumina/controllers";
|
|
13
|
+
import type { ItemModifier, State } from "@arcgis/core/layers/list/types.js";
|
|
19
14
|
import type { MapViewOrSceneView } from "@arcgis/core/views/MapViewOrSceneView.js";
|
|
20
|
-
import type { State, ItemModifier } from "@arcgis/core/layers/list/types.js";
|
|
21
|
-
|
|
22
|
-
export interface CatalogLayerListEvents extends CatalogItemCollectionEvents {}
|
|
23
15
|
|
|
24
16
|
/**
|
|
25
|
-
*
|
|
17
|
+
* > [!WARNING]
|
|
18
|
+
* > The Catalog Layer List (next) component is the successor to the Catalog Layer List component, provided to you early for testing and feedback.
|
|
19
|
+
* In version 6.0, the implementation of [arcgis-catalog-layer-list](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list/) will be updated under the hood to that of [arcgis-catalog-layer-list-next](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/),
|
|
20
|
+
* and this component will be removed. To update at version 6.0, simply remove `-next` from the component name.
|
|
21
|
+
*
|
|
22
|
+
* The Catalog Layer List provides a way to display and interact with [CatalogLayers](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/).
|
|
23
|
+
* The component displays a list of layers in the [dynamicGroupLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/#dynamicGroupLayer)
|
|
24
|
+
* and allows you to toggle their visibility.
|
|
25
|
+
*
|
|
26
|
+
* The [Item](https://developers.arcgis.com/javascript/latest/references/core/layers/list/Item/) API provides access to each layer's properties, allows
|
|
27
|
+
* the developer to configure actions related to the layer, and allows the developer to add content to the item related to the layer.
|
|
26
28
|
*
|
|
27
29
|
* @since 5.2
|
|
28
30
|
* @beta
|
|
31
|
+
* @example
|
|
32
|
+
* ```js
|
|
33
|
+
* const catalogLayerListElement = document.createElement("arcgis-catalog-layer-list-next");
|
|
34
|
+
* catalogLayerListElement.referenceElement = viewElement;
|
|
35
|
+
* catalogLayerListElement.slot = "top-right";
|
|
36
|
+
* viewElement.appendChild(catalogLayerListElement);
|
|
37
|
+
*
|
|
38
|
+
* catalogLayerListElement.listItemCreatedFunction = (event) => {
|
|
39
|
+
* const { item } = event;
|
|
40
|
+
* const { layer } = item;
|
|
41
|
+
*
|
|
42
|
+
* if (isLayerFromCatalog(layer)) {
|
|
43
|
+
* item.actionsSections = [
|
|
44
|
+
* [
|
|
45
|
+
* {
|
|
46
|
+
* title: "Add layer to map",
|
|
47
|
+
* icon: "add-layer",
|
|
48
|
+
* id: "add-layer"
|
|
49
|
+
* }
|
|
50
|
+
* ]
|
|
51
|
+
* ];
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*
|
|
55
|
+
* // Listen for the arcgisTriggerAction event on the CatalogLayerList
|
|
56
|
+
* // and add layers from the catalog to the map when the "add-layer" action is triggered.
|
|
57
|
+
* // To correctly add a layer to the map, you must create a footprint from the layer
|
|
58
|
+
* // and then create a new layer from the footprint.
|
|
59
|
+
* catalogLayerListElement.addEventListener("arcgisTriggerAction", async (event) => {
|
|
60
|
+
* const { id } = event.action;
|
|
61
|
+
* const { layer } = event.item;
|
|
62
|
+
*
|
|
63
|
+
* if (id === "add-layer") {
|
|
64
|
+
* const parentCatalogLayer = catalogUtils.getCatalogLayerForLayer(layer);
|
|
65
|
+
* const footprint = parentCatalogLayer.createFootprintFromLayer(layer);
|
|
66
|
+
* const layerFromFootprint = await parentCatalogLayer.createLayerFromFootprint(footprint);
|
|
67
|
+
* viewElement.map.add(layerFromFootprint);
|
|
68
|
+
* }
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
29
71
|
*/
|
|
30
72
|
export abstract class ArcgisCatalogLayerListNext extends LitElement {
|
|
31
|
-
/**
|
|
73
|
+
/**
|
|
74
|
+
* If true, the component will not be destroyed automatically when it is
|
|
75
|
+
* disconnected from the document. This is useful when you want to move the
|
|
76
|
+
* component to a different place on the page, or temporarily hide it. If this
|
|
77
|
+
* is set, make sure to call the [destroy()](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#destroy) method when you are done to
|
|
78
|
+
* prevent memory leaks.
|
|
79
|
+
*
|
|
80
|
+
* @default false
|
|
81
|
+
* @example
|
|
82
|
+
*
|
|
83
|
+
* ```html
|
|
84
|
+
* <arcgis-catalog-layer-list-next auto-destroy-disabled></arcgis-catalog-layer-list-next>
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* ```js
|
|
88
|
+
* catalogLayerListNextElement.autoDestroyDisabled = true;
|
|
89
|
+
* ```
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
32
92
|
accessor autoDestroyDisabled: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* A collection of [items](https://developers.arcgis.com/javascript/latest/references/core/layers/list/Item/) representing the CatalogLayer's
|
|
95
|
+
* [dynamicGroupLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/#dynamicGroupLayer).
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* ```js
|
|
99
|
+
* catalogLayerListElement.catalogItems.forEach(item => console.log(item.title));
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
33
102
|
accessor catalogItems: Collection<Item>;
|
|
103
|
+
/**
|
|
104
|
+
* The [CatalogLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/) to display in the component.
|
|
105
|
+
*
|
|
106
|
+
* @example
|
|
107
|
+
* ```js
|
|
108
|
+
* catalogLayerListElement.catalogLayer = new CatalogLayer({ url });
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
34
111
|
accessor catalogLayer: CatalogLayer | null | undefined;
|
|
112
|
+
/** @internal */
|
|
35
113
|
accessor catalogOptions: CatalogLayerListOptions | undefined;
|
|
36
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* Indicates whether a component is closed. When `true`, the component will be hidden.
|
|
116
|
+
*
|
|
117
|
+
* @default false
|
|
118
|
+
* @example
|
|
119
|
+
*
|
|
120
|
+
* ```html
|
|
121
|
+
* <arcgis-catalog-layer-list-next closed></arcgis-catalog-layer-list-next>
|
|
122
|
+
* ```
|
|
123
|
+
*
|
|
124
|
+
* ```js
|
|
125
|
+
* catalogLayerListNextElement.closed = true;
|
|
126
|
+
* ```
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
37
129
|
accessor closed: boolean;
|
|
38
|
-
/**
|
|
130
|
+
/**
|
|
131
|
+
* Indicates whether the component is collapsed. When collapsed, only the collapse button and heading are displayed.
|
|
132
|
+
*
|
|
133
|
+
* @default false
|
|
134
|
+
* @example
|
|
135
|
+
*
|
|
136
|
+
* ```html
|
|
137
|
+
* <arcgis-catalog-layer-list-next collapsed></arcgis-catalog-layer-list-next>
|
|
138
|
+
* ```
|
|
139
|
+
*
|
|
140
|
+
* ```js
|
|
141
|
+
* catalogLayerListNextElement.collapsed = true;
|
|
142
|
+
* ```
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
39
145
|
accessor collapsed: boolean;
|
|
40
|
-
/**
|
|
146
|
+
/**
|
|
147
|
+
* Placeholder text used in the filter input when filtering is enabled.
|
|
148
|
+
*
|
|
149
|
+
* @default ""
|
|
150
|
+
* @example
|
|
151
|
+
*
|
|
152
|
+
* ```html
|
|
153
|
+
* <arcgis-catalog-layer-list-next filter-placeholder="Search..."></arcgis-catalog-layer-list-next>
|
|
154
|
+
* ```
|
|
155
|
+
*
|
|
156
|
+
* ```js
|
|
157
|
+
* catalogLayerListNextElement.filterPlaceholder = "Search...";
|
|
158
|
+
* ```
|
|
159
|
+
*
|
|
160
|
+
*/
|
|
41
161
|
accessor filterPlaceholder: string;
|
|
162
|
+
/**
|
|
163
|
+
* Specifies a function to determine whether a list item should be included in filter results.
|
|
164
|
+
*
|
|
165
|
+
* @example
|
|
166
|
+
*
|
|
167
|
+
*
|
|
168
|
+
* ```js
|
|
169
|
+
* catalogLayerListNextElement.filterPredicate = (item) => item.title.toLowerCase().includes("streets");
|
|
170
|
+
* ```
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
42
173
|
accessor filterPredicate: Parameters<typeof setFilterPredicate>[1] | undefined;
|
|
43
|
-
/**
|
|
174
|
+
/**
|
|
175
|
+
* The value of the filter input text string when filtering is enabled.
|
|
176
|
+
*
|
|
177
|
+
* @default ""
|
|
178
|
+
* @example
|
|
179
|
+
*
|
|
180
|
+
*
|
|
181
|
+
* ```js
|
|
182
|
+
* catalogLayerListNextElement.filterText =
|
|
183
|
+
* reactiveUtils.watch(
|
|
184
|
+
* () => catalogLayerListNext.filterText,
|
|
185
|
+
* (filterText) => console.log(filterText)
|
|
186
|
+
* );
|
|
187
|
+
* ;
|
|
188
|
+
* ```
|
|
189
|
+
*
|
|
190
|
+
*/
|
|
44
191
|
accessor filterText: string;
|
|
45
|
-
/**
|
|
192
|
+
/**
|
|
193
|
+
* 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.
|
|
194
|
+
*
|
|
195
|
+
* @default 2
|
|
196
|
+
* @see [HTML heading elements](https://developer.mozilla.org/docs/Web/HTML/Element/Heading_Elements)
|
|
197
|
+
* @example
|
|
198
|
+
*
|
|
199
|
+
* ```html
|
|
200
|
+
* <arcgis-catalog-layer-list-next heading-level="2"></arcgis-catalog-layer-list-next>
|
|
201
|
+
* ```
|
|
202
|
+
*
|
|
203
|
+
* ```js
|
|
204
|
+
* catalogLayerListNextElement.headingLevel = 2;
|
|
205
|
+
* ```
|
|
206
|
+
*
|
|
207
|
+
*/
|
|
46
208
|
accessor headingLevel: HeadingLevel;
|
|
47
209
|
/**
|
|
48
|
-
*
|
|
210
|
+
* Indicates whether to hide the catalog layer list in the component.
|
|
49
211
|
*
|
|
50
212
|
* @default false
|
|
213
|
+
* @example
|
|
214
|
+
*
|
|
215
|
+
* ```html
|
|
216
|
+
* <arcgis-catalog-layer-list-next hide-catalog-layer-list></arcgis-catalog-layer-list-next>
|
|
217
|
+
* ```
|
|
218
|
+
*
|
|
219
|
+
* ```js
|
|
220
|
+
* catalogLayerListNextElement.hideCatalogLayerList = true;
|
|
221
|
+
* ```
|
|
222
|
+
*
|
|
51
223
|
*/
|
|
52
224
|
accessor hideCatalogLayerList: boolean;
|
|
53
225
|
/**
|
|
54
|
-
*
|
|
226
|
+
* Indicates whether to hide the notice that appears when no results are found after filtering.
|
|
55
227
|
*
|
|
56
228
|
* @default false
|
|
57
|
-
* @
|
|
229
|
+
* @example
|
|
230
|
+
*
|
|
231
|
+
* ```html
|
|
232
|
+
* <arcgis-catalog-layer-list-next hide-no-filter-results-notice></arcgis-catalog-layer-list-next>
|
|
233
|
+
* ```
|
|
234
|
+
*
|
|
235
|
+
* ```js
|
|
236
|
+
* catalogLayerListNextElement.hideNoFilterResultsNotice = true;
|
|
237
|
+
* ```
|
|
238
|
+
*
|
|
58
239
|
*/
|
|
59
240
|
accessor hideNoFilterResultsNotice: boolean;
|
|
60
241
|
/**
|
|
61
|
-
*
|
|
242
|
+
* Indicates whether to hide the notice that appears when there are no items to display.
|
|
62
243
|
*
|
|
63
244
|
* @default false
|
|
64
|
-
* @
|
|
245
|
+
* @example
|
|
246
|
+
*
|
|
247
|
+
* ```html
|
|
248
|
+
* <arcgis-catalog-layer-list-next hide-no-items-notice></arcgis-catalog-layer-list-next>
|
|
249
|
+
* ```
|
|
250
|
+
*
|
|
251
|
+
* ```js
|
|
252
|
+
* catalogLayerListNextElement.hideNoItemsNotice = true;
|
|
253
|
+
* ```
|
|
254
|
+
*
|
|
65
255
|
*/
|
|
66
256
|
accessor hideNoItemsNotice: boolean;
|
|
67
257
|
/**
|
|
68
|
-
*
|
|
258
|
+
* Indicates whether to hide status indicators in the component.
|
|
69
259
|
*
|
|
70
260
|
* @default false
|
|
261
|
+
* @example
|
|
262
|
+
*
|
|
263
|
+
* ```html
|
|
264
|
+
* <arcgis-catalog-layer-list-next hide-status-indicators></arcgis-catalog-layer-list-next>
|
|
265
|
+
* ```
|
|
266
|
+
*
|
|
267
|
+
* ```js
|
|
268
|
+
* catalogLayerListNextElement.hideStatusIndicators = true;
|
|
269
|
+
* ```
|
|
270
|
+
*
|
|
71
271
|
*/
|
|
72
272
|
accessor hideStatusIndicators: boolean;
|
|
273
|
+
/** @internal */
|
|
73
274
|
accessor knowledgeGraphOptions: TableListProperties | undefined;
|
|
275
|
+
/** The component's default label. */
|
|
74
276
|
accessor label: string | undefined;
|
|
277
|
+
/**
|
|
278
|
+
* A function that executes each time a list item is created. Use this function to configure the list item, including its title, actions, and panels.
|
|
279
|
+
*
|
|
280
|
+
* @example
|
|
281
|
+
* ```js
|
|
282
|
+
* catalogLayerListElement.listItemCreatedFunction = (event) => {
|
|
283
|
+
* const { item } = event;
|
|
284
|
+
* const { layer } = item;
|
|
285
|
+
*
|
|
286
|
+
* if (isLayerFromCatalog(layer)) {
|
|
287
|
+
* item.actionsSections = [
|
|
288
|
+
* [
|
|
289
|
+
* {
|
|
290
|
+
* title: "Add layer to map",
|
|
291
|
+
* icon: "add-layer",
|
|
292
|
+
* id: "add-layer"
|
|
293
|
+
* }
|
|
294
|
+
* ]
|
|
295
|
+
* ];
|
|
296
|
+
* }
|
|
297
|
+
* }
|
|
298
|
+
* ```
|
|
299
|
+
* @example
|
|
300
|
+
*
|
|
301
|
+
*
|
|
302
|
+
* ```js
|
|
303
|
+
* catalogLayerListNextElement.listItemCreatedFunction = async (event) => {
|
|
304
|
+
* // Destructure the item from the event object
|
|
305
|
+
* const {item} = event;
|
|
306
|
+
*
|
|
307
|
+
* // Wait for the layer to load and the item title to become available
|
|
308
|
+
* await item.layer.when();
|
|
309
|
+
*
|
|
310
|
+
* // If the item's title matches "US Demographics", customize the list item
|
|
311
|
+
* if (item.title === "US Demographics") {
|
|
312
|
+
* // open the list item in the LayerList component
|
|
313
|
+
* item.open = true;
|
|
314
|
+
* // change the title to something more descriptive
|
|
315
|
+
* item.title = "Population by county";
|
|
316
|
+
* // set an action for zooming to the full extent of the layer
|
|
317
|
+
* item.actionsSections = [[{
|
|
318
|
+
* title: "Go to full extent",
|
|
319
|
+
* icon: "zoom-out-fixed",
|
|
320
|
+
* id: "full-extent"
|
|
321
|
+
* }]];
|
|
322
|
+
* }
|
|
323
|
+
* };;
|
|
324
|
+
* ```
|
|
325
|
+
*
|
|
326
|
+
*/
|
|
75
327
|
accessor listItemCreatedFunction: ItemModifier | null | undefined;
|
|
76
328
|
/**
|
|
77
329
|
* Specifies whether to ignore the [listMode](https://developers.arcgis.com/javascript/latest/references/core/layers/Layer/#listMode) property to display all layers. A common use case for `listModeDisabled` is when you want to use the component to manage and configure a layer's `listMode` value.
|
|
@@ -79,9 +331,23 @@ export abstract class ArcgisCatalogLayerListNext extends LitElement {
|
|
|
79
331
|
* @default false
|
|
80
332
|
* @see [listMode](https://developers.arcgis.com/javascript/latest/references/core/layers/Layer/#listMode)
|
|
81
333
|
* @since 5.2
|
|
334
|
+
* @example
|
|
335
|
+
*
|
|
336
|
+
* ```html
|
|
337
|
+
* <arcgis-catalog-layer-list-next list-mode-disabled></arcgis-catalog-layer-list-next>
|
|
338
|
+
* ```
|
|
339
|
+
*
|
|
340
|
+
* ```js
|
|
341
|
+
* catalogLayerListNextElement.listModeDisabled = true;
|
|
342
|
+
* ```
|
|
343
|
+
*
|
|
82
344
|
*/
|
|
83
345
|
accessor listModeDisabled: boolean;
|
|
84
|
-
/**
|
|
346
|
+
/**
|
|
347
|
+
* Replace localized message strings with your own strings.
|
|
348
|
+
*
|
|
349
|
+
* _**Note**: Individual message keys may change between releases._
|
|
350
|
+
*/
|
|
85
351
|
accessor messageOverrides: CatalogLayerListMessageOverrides;
|
|
86
352
|
/** @internal */
|
|
87
353
|
protected messages: Partial<{
|
|
@@ -115,52 +381,161 @@ export abstract class ArcgisCatalogLayerListNext extends LitElement {
|
|
|
115
381
|
tables: string;
|
|
116
382
|
catalogLayers: string;
|
|
117
383
|
}>;
|
|
118
|
-
/**
|
|
384
|
+
/**
|
|
385
|
+
* @default 10
|
|
386
|
+
* @example
|
|
387
|
+
*/
|
|
119
388
|
accessor minFilterItems: number;
|
|
389
|
+
/** @internal */
|
|
120
390
|
accessor onCatalogOpen: ((item: Item) => void) | undefined;
|
|
391
|
+
/** @internal */
|
|
121
392
|
accessor onTablesOpen: ((item: Item) => void) | undefined;
|
|
393
|
+
/** @internal */
|
|
122
394
|
get openedLayerLists(): Collection<FlowList>;
|
|
395
|
+
/** @internal */
|
|
123
396
|
get openedLayers(): Collection<FlowLayer>;
|
|
397
|
+
/**
|
|
398
|
+
* By assigning the `id` attribute of the Map or Scene component to this property, you can position a child component anywhere in the DOM while still maintaining a connection to the Map or Scene.
|
|
399
|
+
*
|
|
400
|
+
* @see [Associate components with a Map or Scene component](https://developers.arcgis.com/javascript/latest/programming-patterns/#associate-components-with-a-map-or-scene-component)
|
|
401
|
+
*/
|
|
124
402
|
accessor referenceElement: ArcgisReferenceElement | string | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* A collection of selected [items](https://developers.arcgis.com/javascript/latest/references/core/layers/list/Item/) in the list. This collection is updated when the user changes selection and is only populated when [selectionMode](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#selectionMode) is not set to `"none"`.
|
|
405
|
+
*
|
|
406
|
+
* @see [selectionMode](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#selectionMode)
|
|
407
|
+
* @example
|
|
408
|
+
* ```js
|
|
409
|
+
* reactiveUtils.watch(
|
|
410
|
+
* () => catalogLayerListNext.selectedItems?.at(0)?.layer,
|
|
411
|
+
* (layer) => {
|
|
412
|
+
* layer && handleLayerSelection(layer);
|
|
413
|
+
* },
|
|
414
|
+
* );
|
|
415
|
+
* ```
|
|
416
|
+
*/
|
|
125
417
|
accessor selectedItems: Collection<Item>;
|
|
126
|
-
/**
|
|
418
|
+
/**
|
|
419
|
+
* Specifies the selection mode. Selected items are available in the [selectedItems](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#selectedItems) property.
|
|
420
|
+
*
|
|
421
|
+
* | Value | Description |
|
|
422
|
+
* | ----- | ----------- |
|
|
423
|
+
* | multiple | Allows any number of items to be selected at once. This is useful when you want to apply an operation to multiple items at the same time. |
|
|
424
|
+
* | none | Disables selection. Use this when you want to prevent selecting items. |
|
|
425
|
+
* | single | Allows only one item to be selected at a time. If another item is selected, the previous selection is cleared. This is useful when you want to ensure that a maximum of one item is selected at a time. |
|
|
426
|
+
* | single-persist | Allows only one item to be selected at a time and prevents de-selection. Once an item is selected, it remains selected until another item is selected. This is useful when you want to ensure that there is always exactly one selected item. |
|
|
427
|
+
*
|
|
428
|
+
* @default "none"
|
|
429
|
+
* @see [selectedItems](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#selectedItems)
|
|
430
|
+
* @example
|
|
431
|
+
*
|
|
432
|
+
* ```html
|
|
433
|
+
* <arcgis-catalog-layer-list-next selection-mode="multiple"></arcgis-catalog-layer-list-next>
|
|
434
|
+
* ```
|
|
435
|
+
*
|
|
436
|
+
* ```js
|
|
437
|
+
* catalogLayerListNextElement.selectionMode = "multiple";
|
|
438
|
+
* ```
|
|
439
|
+
*
|
|
440
|
+
*/
|
|
127
441
|
accessor selectionMode: "multiple" | "none" | "single-persist" | "single";
|
|
128
442
|
/**
|
|
129
443
|
* This property provides the ability to show or hide the close button.
|
|
130
444
|
*
|
|
131
445
|
* @default false
|
|
446
|
+
* @example
|
|
447
|
+
*
|
|
448
|
+
* ```html
|
|
449
|
+
* <arcgis-catalog-layer-list-next show-close-button></arcgis-catalog-layer-list-next>
|
|
450
|
+
* ```
|
|
451
|
+
*
|
|
452
|
+
* ```js
|
|
453
|
+
* catalogLayerListNextElement.showCloseButton = true;
|
|
454
|
+
* ```
|
|
455
|
+
*
|
|
132
456
|
*/
|
|
133
457
|
accessor showCloseButton: boolean;
|
|
134
458
|
/**
|
|
135
459
|
* This property provides the ability to show or hide the collapse button.
|
|
136
460
|
*
|
|
137
461
|
* @default false
|
|
462
|
+
* @example
|
|
463
|
+
*
|
|
464
|
+
* ```html
|
|
465
|
+
* <arcgis-catalog-layer-list-next show-collapse-button></arcgis-catalog-layer-list-next>
|
|
466
|
+
* ```
|
|
467
|
+
*
|
|
468
|
+
* ```js
|
|
469
|
+
* catalogLayerListNextElement.showCollapseButton = true;
|
|
470
|
+
* ```
|
|
471
|
+
*
|
|
138
472
|
*/
|
|
139
473
|
accessor showCollapseButton: boolean;
|
|
140
474
|
/**
|
|
141
|
-
* This property provides the ability to show or hide error indicators.
|
|
475
|
+
* This property provides the ability to show or hide layer error indicators.
|
|
142
476
|
*
|
|
143
477
|
* @default false
|
|
478
|
+
* @example
|
|
479
|
+
*
|
|
480
|
+
* ```html
|
|
481
|
+
* <arcgis-catalog-layer-list-next show-errors></arcgis-catalog-layer-list-next>
|
|
482
|
+
* ```
|
|
483
|
+
*
|
|
484
|
+
* ```js
|
|
485
|
+
* catalogLayerListNextElement.showErrors = true;
|
|
486
|
+
* ```
|
|
487
|
+
*
|
|
144
488
|
*/
|
|
145
489
|
accessor showErrors: boolean;
|
|
146
490
|
/**
|
|
147
|
-
* This property provides the ability to show or hide the filter input.
|
|
491
|
+
* This property provides the ability to show or hide the filter input box when then number of list items is equal to or greater than the value set in [minFilterItems](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#minFilterItems), allowing users to filter layers by their title.
|
|
148
492
|
*
|
|
149
493
|
* @default false
|
|
494
|
+
* @example
|
|
495
|
+
*
|
|
496
|
+
* ```html
|
|
497
|
+
* <arcgis-catalog-layer-list-next show-filter></arcgis-catalog-layer-list-next>
|
|
498
|
+
* ```
|
|
499
|
+
*
|
|
500
|
+
* ```js
|
|
501
|
+
* catalogLayerListNextElement.showFilter = true;
|
|
502
|
+
* ```
|
|
503
|
+
*
|
|
150
504
|
*/
|
|
151
505
|
accessor showFilter: boolean;
|
|
152
506
|
/**
|
|
153
507
|
* This property provides the ability to show or hide the heading.
|
|
154
508
|
*
|
|
155
509
|
* @default false
|
|
510
|
+
* @example
|
|
511
|
+
*
|
|
512
|
+
* ```html
|
|
513
|
+
* <arcgis-catalog-layer-list-next show-heading></arcgis-catalog-layer-list-next>
|
|
514
|
+
* ```
|
|
515
|
+
*
|
|
516
|
+
* ```js
|
|
517
|
+
* catalogLayerListNextElement.showHeading = true;
|
|
518
|
+
* ```
|
|
519
|
+
*
|
|
156
520
|
*/
|
|
157
521
|
accessor showHeading: boolean;
|
|
158
522
|
/**
|
|
159
|
-
* This property provides the ability to show or hide temporary layer indicators.
|
|
523
|
+
* This property provides the ability to show or hide the temporary layer indicators for layers with [Layer#persistenceEnabled](https://developers.arcgis.com/javascript/latest/references/core/layers/Layer/#persistenceEnabled) set to `false`. A [temporary icon](https://developers.arcgis.com/calcite-design-system/icons/?icon=temporary&library=Calcite%20UI&query=temporary) will be displayed on the near side of the layer title.
|
|
160
524
|
*
|
|
161
525
|
* @default false
|
|
526
|
+
* @example
|
|
527
|
+
*
|
|
528
|
+
* ```html
|
|
529
|
+
* <arcgis-catalog-layer-list-next show-temporary-layer-indicators></arcgis-catalog-layer-list-next>
|
|
530
|
+
* ```
|
|
531
|
+
*
|
|
532
|
+
* ```js
|
|
533
|
+
* catalogLayerListNextElement.showTemporaryLayerIndicators = true;
|
|
534
|
+
* ```
|
|
535
|
+
*
|
|
162
536
|
*/
|
|
163
537
|
accessor showTemporaryLayerIndicators: boolean;
|
|
538
|
+
/** The current state of the component. */
|
|
164
539
|
get state(): State;
|
|
165
540
|
/** @default false */
|
|
166
541
|
accessor topLayerDisabled: boolean;
|
|
@@ -169,15 +544,42 @@ export abstract class ArcgisCatalogLayerListNext extends LitElement {
|
|
|
169
544
|
* > **Note:** The recommended approach is to fully migrate applications to use map and scene components and avoid using MapView and SceneView directly. However, if you are migrating a large application from widgets to components, you might prefer a more gradual transition. To support this use case, the SDK includes this `view` property which connects a component to a MapView or SceneView. Ultimately, once migration is complete, the arcgis-catalog-layer-list-next component will be associated with a map or scene component rather than using the `view` property.
|
|
170
545
|
*/
|
|
171
546
|
accessor view: MapViewOrSceneView | null | undefined;
|
|
172
|
-
/**
|
|
547
|
+
/**
|
|
548
|
+
* Determines the icons used to indicate visibility.
|
|
549
|
+
* | Value | Description | Example |
|
|
550
|
+
* | ----- | ----------- | ------- |
|
|
551
|
+
* | default | Displays view icons on the far side. Icons are hidden except on hover or if they have keyboard focus. See [view-visible](https://developers.arcgis.com/calcite-design-system/icons/?icon=view-visible&library=Calcite%20UI&query=view) and [view-hide](https://developers.arcgis.com/calcite-design-system/icons/?icon=view-hide&library=Calcite%20UI&query=view) calcite icons. |  |
|
|
552
|
+
* | checkbox | Displays checkbox icons on the near side. See [check-square-f](https://developers.arcgis.com/calcite-design-system/icons/?icon=check-square-f&library=Calcite%20UI&query=check) and [square](https://developers.arcgis.com/calcite-design-system/icons/?icon=square&library=Calcite%20UI&query=square) calcite icons. |  |
|
|
553
|
+
*
|
|
554
|
+
*
|
|
555
|
+
* @default "default"
|
|
556
|
+
* @example
|
|
557
|
+
*
|
|
558
|
+
* ```html
|
|
559
|
+
* <arcgis-catalog-layer-list-next visibility-appearance="checkbox"></arcgis-catalog-layer-list-next>
|
|
560
|
+
* ```
|
|
561
|
+
*
|
|
562
|
+
* ```js
|
|
563
|
+
* catalogLayerListNextElement.visibilityAppearance = "checkbox";
|
|
564
|
+
* ```
|
|
565
|
+
*
|
|
566
|
+
*/
|
|
173
567
|
accessor visibilityAppearance: VisibilityAppearance;
|
|
568
|
+
/** Permanently destroy the component. */
|
|
174
569
|
destroy(): Promise<void>;
|
|
570
|
+
/** Emitted when the [catalogItems](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#catalogItems) changes. */
|
|
175
571
|
readonly arcgisCatalogItemsChange: import("@arcgis/lumina").TargetedEvent<this, void>;
|
|
572
|
+
/** Emitted when the value of the [filterText](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#filterText) input changes. */
|
|
176
573
|
readonly arcgisFilterChange: import("@arcgis/lumina").TargetedEvent<this, void>;
|
|
574
|
+
/** Emitted when the collection of [openedLayers](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#openedLayers) changes. */
|
|
177
575
|
readonly arcgisOpenedLayersChange: import("@arcgis/lumina").TargetedEvent<this, void>;
|
|
576
|
+
/** Emitted when the value of a property is changed. Use this to listen to changes to properties. */
|
|
178
577
|
readonly arcgisPropertyChange: import("@arcgis/lumina").TargetedEvent<this, { name: "state"; }>;
|
|
578
|
+
/** Emitted when the component associated with a map or scene view is ready to be interacted with. */
|
|
179
579
|
readonly arcgisReady: import("@arcgis/lumina").TargetedEvent<this, void>;
|
|
580
|
+
/** Emitted when the collection of [selectedItems](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-catalog-layer-list-next/#selectedItems) changes. */
|
|
180
581
|
readonly arcgisSelectedItemsChange: import("@arcgis/lumina").TargetedEvent<this, void>;
|
|
582
|
+
/** Emitted when an action is triggered on the component. */
|
|
181
583
|
readonly arcgisTriggerAction: import("@arcgis/lumina").TargetedEvent<this, CatalogLayerListViewModelEvents["trigger-action"]>;
|
|
182
584
|
readonly "@eventTypes": {
|
|
183
585
|
arcgisCatalogItemsChange: ArcgisCatalogLayerListNext["arcgisCatalogItemsChange"]["detail"];
|
|
@@ -188,32 +590,4 @@ export abstract class ArcgisCatalogLayerListNext extends LitElement {
|
|
|
188
590
|
arcgisSelectedItemsChange: ArcgisCatalogLayerListNext["arcgisSelectedItemsChange"]["detail"];
|
|
189
591
|
arcgisTriggerAction: ArcgisCatalogLayerListNext["arcgisTriggerAction"]["detail"];
|
|
190
592
|
};
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export type FlowLayer = CatalogLayer | SubtablesLayer;
|
|
194
|
-
|
|
195
|
-
export type FlowList = ArcgisCatalogLayerListNext | ArcgisTableList;
|
|
196
|
-
|
|
197
|
-
export type CatalogLayerListOptions = Partial<Pick<ArcgisCatalogLayerListNext, "filterPlaceholder" | "hideStatusIndicators" | "minFilterItems" | "selectionMode" | "showErrors" | "showFilter" | "showTemporaryLayerIndicators" | "visibilityAppearance">>
|
|
198
|
-
& {
|
|
199
|
-
listItemCreatedFunction?: CatalogItemCollection["listItemCreatedFunction"];
|
|
200
|
-
};
|
|
201
|
-
|
|
202
|
-
export type CatalogLayerListMessageOverrides = ReturnType<typeof useT9n<{
|
|
203
|
-
componentLabel: string;
|
|
204
|
-
noItemsToDisplay: string;
|
|
205
|
-
layerInvisibleAtScale: string;
|
|
206
|
-
layerInvisibleAtTime: string;
|
|
207
|
-
layerError: string;
|
|
208
|
-
untitledLayer: string;
|
|
209
|
-
layerVisibility: string;
|
|
210
|
-
showLayer: string;
|
|
211
|
-
hideLayer: string;
|
|
212
|
-
layerIncompatible: string;
|
|
213
|
-
layerIncompatibleTooltip: string;
|
|
214
|
-
temporary: string;
|
|
215
|
-
tables: string;
|
|
216
|
-
catalogLayers: string;
|
|
217
|
-
}>>["_overrides"];
|
|
218
|
-
|
|
219
|
-
export type SubtablesLayer = KnowledgeGraphLayer | MapImageLayer | TileLayer;
|
|
593
|
+
}
|
|
@@ -41,10 +41,10 @@ class se extends D {
|
|
|
41
41
|
e && this.#L(e);
|
|
42
42
|
}, this.#d = (e) => {
|
|
43
43
|
e && this.#v(e);
|
|
44
|
-
}, this.viewModel = te(this), this._activeItem = null, this._focusRootFlowItem = !1, this._focusPanelFlowItem = !1, this._focusLayerFlowItem = null, this.layerTablesEnabled = new u(["knowledge-graph"]), this.mapImageOptions = null, this.tileOptions = null, this.
|
|
44
|
+
}, this.viewModel = te(this), this._activeItem = null, this._focusRootFlowItem = !1, this._focusPanelFlowItem = !1, this._focusLayerFlowItem = null, this.layerTablesEnabled = new u(["knowledge-graph"]), this.mapImageOptions = null, this.tileOptions = null, this.autoDestroyDisabled = !1, this.closed = !1, this.collapsed = !1, this.filterPlaceholder = "", this.filterText = "", this.headingLevel = 2, this.hideCatalogLayerList = !1, this.hideNoFilterResultsNotice = !1, this.hideNoItemsNotice = !1, this.hideStatusIndicators = !1, this.listItemCreatedFunction = this.viewModel.listItemCreatedFunction, this.listModeDisabled = this.viewModel.listModeDisabled, this.minFilterItems = j, this.openedLayerLists = new u(), this.openedLayers = new u(), this.selectedItems = new ee(), 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.topLayerDisabled = !1, this.view = this.viewModel.view, this.visibilityAppearance = "default", this.arcgisCatalogItemsChange = d(), this.arcgisFilterChange = d(), this.arcgisOpenedLayersChange = d(), this.arcgisPropertyChange = k()("state"), this.arcgisReady = d(), this.arcgisSelectedItemsChange = d(), this.arcgisTriggerAction = B(() => this.viewModel, "trigger-action");
|
|
45
45
|
}
|
|
46
46
|
static {
|
|
47
|
-
this.properties = { _catalogLayerList: 16, _activeItem: 16, _focusRootFlowItem: 16, _focusPanelFlowItem: 16, _focusLayerFlowItem: 16, _totalItems: 16, _filterEnabled: 16, _visibleItems: 16, _openedPanelItems: 16, _renderedOpenLayerFlowItems: 16, layerTablesEnabled: 16, mapImageOptions: 16, tileOptions: 16,
|
|
47
|
+
this.properties = { _catalogLayerList: 16, _activeItem: 16, _focusRootFlowItem: 16, _focusPanelFlowItem: 16, _focusLayerFlowItem: 16, _totalItems: 16, _filterEnabled: 16, _visibleItems: 16, _openedPanelItems: 16, _renderedOpenLayerFlowItems: 16, layerTablesEnabled: 16, mapImageOptions: 16, tileOptions: 16, autoDestroyDisabled: 5, catalogItems: 0, catalogLayer: 0, catalogOptions: 0, closed: 5, collapsed: 5, filterPlaceholder: 1, filterPredicate: 0, filterText: 1, headingLevel: 9, hideCatalogLayerList: 5, hideNoFilterResultsNotice: 5, hideNoItemsNotice: 5, hideStatusIndicators: 5, knowledgeGraphOptions: 0, label: 1, listItemCreatedFunction: 0, listModeDisabled: 5, messageOverrides: 0, minFilterItems: 9, onCatalogOpen: 0, onTablesOpen: 0, openedLayerLists: 32, openedLayers: 32, referenceElement: 1, selectedItems: 0, selectionMode: 1, showCloseButton: 5, showCollapseButton: 5, showErrors: 5, showFilter: 5, showHeading: 5, showTemporaryLayerIndicators: 5, state: 32, topLayerDisabled: 5, view: 0, visibilityAppearance: 1 };
|
|
48
48
|
}
|
|
49
49
|
static {
|
|
50
50
|
this.styles = [Q, W];
|