@arcgis/map-components-react 5.0.0-next.141 → 5.0.0-next.144
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/components.d.ts +36 -0
- package/dist/index.js +209 -161
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
|
@@ -62,10 +62,26 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
62
62
|
onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingPhaseChange"]>;
|
|
63
63
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
64
64
|
}>;
|
|
65
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-discipline-tree /> directly. */
|
|
66
|
+
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-discipline-tree/customElement').BuildingDisciplineTree & {
|
|
67
|
+
class?: string;
|
|
68
|
+
}, {}>;
|
|
69
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-picker /> directly. */
|
|
70
|
+
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-picker/customElement').BuildingLevelPicker & {
|
|
71
|
+
class?: string;
|
|
72
|
+
}, {
|
|
73
|
+
onArcgisBuildingLevelChange: EventName<HTMLArcgisBuildingLevelPickerElement["arcgisBuildingLevelChange"]>;
|
|
74
|
+
}>;
|
|
65
75
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-item /> directly. */
|
|
66
76
|
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item/customElement').BuildingLevelItem & {
|
|
67
77
|
class?: string;
|
|
68
78
|
}, {}>;
|
|
79
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-phase-picker /> directly. */
|
|
80
|
+
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-phase-picker/customElement').BuildingPhasePicker & {
|
|
81
|
+
class?: string;
|
|
82
|
+
}, {
|
|
83
|
+
onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingPhasePickerElement["arcgisBuildingPhaseChange"]>;
|
|
84
|
+
}>;
|
|
69
85
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-catalog-layer-list /> directly. */
|
|
70
86
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list/customElement').ArcgisCatalogLayerList & {
|
|
71
87
|
class?: string;
|
|
@@ -368,6 +384,7 @@ export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import(
|
|
|
368
384
|
onArcgisBeforeClipboardMove: EventName<HTMLArcgisPasteElement["arcgisBeforeClipboardMove"]>;
|
|
369
385
|
onArcgisClipboardMoveStateChanged: EventName<HTMLArcgisPasteElement["arcgisClipboardMoveStateChanged"]>;
|
|
370
386
|
onArcgisClose: EventName<HTMLArcgisPasteElement["arcgisClose"]>;
|
|
387
|
+
onArcgisPropertyChange: EventName<HTMLArcgisPasteElement["arcgisPropertyChange"]>;
|
|
371
388
|
onArcgisReady: EventName<HTMLArcgisPasteElement["arcgisReady"]>;
|
|
372
389
|
}>;
|
|
373
390
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-clipboard /> directly. */
|
|
@@ -419,6 +436,10 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
|
|
|
419
436
|
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
420
437
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
421
438
|
}>;
|
|
439
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-reverse-geocode-list /> directly. */
|
|
440
|
+
export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
|
|
441
|
+
class?: string;
|
|
442
|
+
}, {}>;
|
|
422
443
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
|
|
423
444
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar/customElement').ArcgisScaleBar & {
|
|
424
445
|
class?: string;
|
|
@@ -580,6 +601,13 @@ export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebCompon
|
|
|
580
601
|
onArcgisThumbChange: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbChange"]>;
|
|
581
602
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbDrag"]>;
|
|
582
603
|
}>;
|
|
604
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-snapping-controls /> directly. */
|
|
605
|
+
export declare const ArcgisSnappingControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-snapping-controls/customElement').ArcgisSnappingControls & {
|
|
606
|
+
class?: string;
|
|
607
|
+
}, {
|
|
608
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSnappingControlsElement["arcgisPropertyChange"]>;
|
|
609
|
+
onArcgisReady: EventName<HTMLArcgisSnappingControlsElement["arcgisReady"]>;
|
|
610
|
+
}>;
|
|
583
611
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-color-select /> directly. */
|
|
584
612
|
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-color-select/customElement').ArcgisColorSelect & {
|
|
585
613
|
class?: string;
|
|
@@ -660,11 +688,18 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
660
688
|
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis/customElement').ArcgisUtilityNetworkTraceAnalysis & {
|
|
661
689
|
class?: string;
|
|
662
690
|
}, {
|
|
691
|
+
onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisHideGraphicsChange"]>;
|
|
663
692
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
664
693
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
|
|
665
694
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
666
695
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
667
696
|
}>;
|
|
697
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-aggregated-geometry /> directly. */
|
|
698
|
+
export declare const ArcgisUtilityNetworkAggregatedGeometry: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-aggregated-geometry/customElement').ArcgisUtilityNetworkAggregatedGeometry & {
|
|
699
|
+
class?: string;
|
|
700
|
+
}, {
|
|
701
|
+
onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkAggregatedGeometryElement["arcgisHideGraphicsChange"]>;
|
|
702
|
+
}>;
|
|
668
703
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-subnetwork-info /> directly. */
|
|
669
704
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-subnetwork-info/customElement').ArcgisUtilityNetworkSubnetworkInfo & {
|
|
670
705
|
class?: string;
|
|
@@ -696,6 +731,7 @@ export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react')
|
|
|
696
731
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results/customElement').ArcgisUtilityNetworkTraceResults & {
|
|
697
732
|
class?: string;
|
|
698
733
|
}, {
|
|
734
|
+
onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisHideGraphicsChange"]>;
|
|
699
735
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
700
736
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
701
737
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
package/dist/index.js
CHANGED
|
@@ -71,12 +71,31 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
71
71
|
onArcgisReady: "arcgisReady"
|
|
72
72
|
}
|
|
73
73
|
)
|
|
74
|
+
), p = /* @__PURE__ */ e(
|
|
75
|
+
r(
|
|
76
|
+
"arcgis-building-discipline-tree",
|
|
77
|
+
{}
|
|
78
|
+
)
|
|
74
79
|
), w = /* @__PURE__ */ e(
|
|
80
|
+
r(
|
|
81
|
+
"arcgis-building-level-picker",
|
|
82
|
+
{
|
|
83
|
+
onArcgisBuildingLevelChange: "arcgisBuildingLevelChange"
|
|
84
|
+
}
|
|
85
|
+
)
|
|
86
|
+
), R = /* @__PURE__ */ e(
|
|
75
87
|
r(
|
|
76
88
|
"arcgis-building-level-item",
|
|
77
89
|
{}
|
|
78
90
|
)
|
|
79
|
-
),
|
|
91
|
+
), V = /* @__PURE__ */ e(
|
|
92
|
+
r(
|
|
93
|
+
"arcgis-building-phase-picker",
|
|
94
|
+
{
|
|
95
|
+
onArcgisBuildingPhaseChange: "arcgisBuildingPhaseChange"
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
), P = /* @__PURE__ */ e(
|
|
80
99
|
r(
|
|
81
100
|
"arcgis-catalog-layer-list",
|
|
82
101
|
{
|
|
@@ -86,7 +105,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
86
105
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
87
106
|
}
|
|
88
107
|
)
|
|
89
|
-
),
|
|
108
|
+
), u = /* @__PURE__ */ e(
|
|
90
109
|
r(
|
|
91
110
|
"arcgis-compass",
|
|
92
111
|
{
|
|
@@ -94,7 +113,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
94
113
|
onArcgisReady: "arcgisReady"
|
|
95
114
|
}
|
|
96
115
|
)
|
|
97
|
-
),
|
|
116
|
+
), m = /* @__PURE__ */ e(
|
|
98
117
|
r(
|
|
99
118
|
"arcgis-coordinate-conversion",
|
|
100
119
|
{
|
|
@@ -103,7 +122,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
103
122
|
onArcgisReady: "arcgisReady"
|
|
104
123
|
}
|
|
105
124
|
)
|
|
106
|
-
),
|
|
125
|
+
), T = /* @__PURE__ */ e(
|
|
107
126
|
r(
|
|
108
127
|
"arcgis-daylight",
|
|
109
128
|
{
|
|
@@ -111,7 +130,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
111
130
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
112
131
|
}
|
|
113
132
|
)
|
|
114
|
-
),
|
|
133
|
+
), S = /* @__PURE__ */ e(
|
|
115
134
|
r(
|
|
116
135
|
"arcgis-directional-pad",
|
|
117
136
|
{
|
|
@@ -119,7 +138,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
119
138
|
onArcgisReady: "arcgisReady"
|
|
120
139
|
}
|
|
121
140
|
)
|
|
122
|
-
),
|
|
141
|
+
), D = /* @__PURE__ */ e(
|
|
123
142
|
r(
|
|
124
143
|
"arcgis-directions",
|
|
125
144
|
{
|
|
@@ -127,7 +146,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
127
146
|
onArcgisReady: "arcgisReady"
|
|
128
147
|
}
|
|
129
148
|
)
|
|
130
|
-
),
|
|
149
|
+
), b = /* @__PURE__ */ e(
|
|
131
150
|
r(
|
|
132
151
|
"arcgis-direct-line-measurement-3d",
|
|
133
152
|
{
|
|
@@ -135,7 +154,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
135
154
|
onArcgisReady: "arcgisReady"
|
|
136
155
|
}
|
|
137
156
|
)
|
|
138
|
-
),
|
|
157
|
+
), k = /* @__PURE__ */ e(
|
|
139
158
|
r(
|
|
140
159
|
"arcgis-distance-measurement-2d",
|
|
141
160
|
{
|
|
@@ -143,7 +162,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
143
162
|
onArcgisReady: "arcgisReady"
|
|
144
163
|
}
|
|
145
164
|
)
|
|
146
|
-
),
|
|
165
|
+
), L = /* @__PURE__ */ e(
|
|
147
166
|
r(
|
|
148
167
|
"arcgis-editor",
|
|
149
168
|
{
|
|
@@ -153,7 +172,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
153
172
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
154
173
|
}
|
|
155
174
|
)
|
|
156
|
-
),
|
|
175
|
+
), v = /* @__PURE__ */ e(
|
|
157
176
|
r(
|
|
158
177
|
"arcgis-elevation-profile",
|
|
159
178
|
{
|
|
@@ -161,7 +180,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
161
180
|
onArcgisReady: "arcgisReady"
|
|
162
181
|
}
|
|
163
182
|
)
|
|
164
|
-
),
|
|
183
|
+
), E = /* @__PURE__ */ e(
|
|
165
184
|
r(
|
|
166
185
|
"arcgis-expand",
|
|
167
186
|
{
|
|
@@ -169,7 +188,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
169
188
|
onArcgisReady: "arcgisReady"
|
|
170
189
|
}
|
|
171
190
|
)
|
|
172
|
-
),
|
|
191
|
+
), U = /* @__PURE__ */ e(
|
|
173
192
|
r(
|
|
174
193
|
"arcgis-feature",
|
|
175
194
|
{
|
|
@@ -177,7 +196,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
177
196
|
onArcgisReady: "arcgisReady"
|
|
178
197
|
}
|
|
179
198
|
)
|
|
180
|
-
),
|
|
199
|
+
), F = /* @__PURE__ */ e(
|
|
181
200
|
r(
|
|
182
201
|
"arcgis-feature-form",
|
|
183
202
|
{
|
|
@@ -187,7 +206,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
187
206
|
onArcgisValueChange: "arcgisValueChange"
|
|
188
207
|
}
|
|
189
208
|
)
|
|
190
|
-
),
|
|
209
|
+
), f = /* @__PURE__ */ e(
|
|
191
210
|
r(
|
|
192
211
|
"arcgis-feature-table",
|
|
193
212
|
{
|
|
@@ -201,7 +220,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
201
220
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
202
221
|
}
|
|
203
222
|
)
|
|
204
|
-
),
|
|
223
|
+
), B = /* @__PURE__ */ e(
|
|
205
224
|
r(
|
|
206
225
|
"arcgis-feature-templates",
|
|
207
226
|
{
|
|
@@ -210,7 +229,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
210
229
|
onArcgisSelect: "arcgisSelect"
|
|
211
230
|
}
|
|
212
231
|
)
|
|
213
|
-
),
|
|
232
|
+
), M = /* @__PURE__ */ e(
|
|
214
233
|
r(
|
|
215
234
|
"arcgis-features",
|
|
216
235
|
{
|
|
@@ -220,14 +239,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
220
239
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
221
240
|
}
|
|
222
241
|
)
|
|
223
|
-
),
|
|
242
|
+
), I = /* @__PURE__ */ e(
|
|
224
243
|
r(
|
|
225
244
|
"arcgis-floor-filter",
|
|
226
245
|
{
|
|
227
246
|
onArcgisReady: "arcgisReady"
|
|
228
247
|
}
|
|
229
248
|
)
|
|
230
|
-
),
|
|
249
|
+
), N = /* @__PURE__ */ e(
|
|
231
250
|
r(
|
|
232
251
|
"arcgis-fullscreen",
|
|
233
252
|
{
|
|
@@ -235,7 +254,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
235
254
|
onArcgisReady: "arcgisReady"
|
|
236
255
|
}
|
|
237
256
|
)
|
|
238
|
-
),
|
|
257
|
+
), H = /* @__PURE__ */ e(
|
|
239
258
|
r(
|
|
240
259
|
"arcgis-grid-controls",
|
|
241
260
|
{
|
|
@@ -243,7 +262,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
243
262
|
onArcgisReady: "arcgisReady"
|
|
244
263
|
}
|
|
245
264
|
)
|
|
246
|
-
),
|
|
265
|
+
), K = /* @__PURE__ */ e(
|
|
247
266
|
r(
|
|
248
267
|
"arcgis-histogram-range-slider",
|
|
249
268
|
{
|
|
@@ -251,7 +270,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
251
270
|
onArcgisReady: "arcgisReady"
|
|
252
271
|
}
|
|
253
272
|
)
|
|
254
|
-
),
|
|
273
|
+
), G = /* @__PURE__ */ e(
|
|
255
274
|
r(
|
|
256
275
|
"arcgis-home",
|
|
257
276
|
{
|
|
@@ -260,7 +279,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
260
279
|
onArcgisReady: "arcgisReady"
|
|
261
280
|
}
|
|
262
281
|
)
|
|
263
|
-
),
|
|
282
|
+
), W = /* @__PURE__ */ e(
|
|
264
283
|
r(
|
|
265
284
|
"arcgis-layer-list",
|
|
266
285
|
{
|
|
@@ -270,7 +289,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
270
289
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
271
290
|
}
|
|
272
291
|
)
|
|
273
|
-
),
|
|
292
|
+
), z = /* @__PURE__ */ e(
|
|
274
293
|
r(
|
|
275
294
|
"arcgis-legend",
|
|
276
295
|
{
|
|
@@ -278,7 +297,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
278
297
|
onArcgisReady: "arcgisReady"
|
|
279
298
|
}
|
|
280
299
|
)
|
|
281
|
-
),
|
|
300
|
+
), x = /* @__PURE__ */ e(
|
|
282
301
|
r(
|
|
283
302
|
"arcgis-line-of-sight",
|
|
284
303
|
{
|
|
@@ -286,7 +305,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
286
305
|
onArcgisReady: "arcgisReady"
|
|
287
306
|
}
|
|
288
307
|
)
|
|
289
|
-
),
|
|
308
|
+
), O = /* @__PURE__ */ e(
|
|
290
309
|
r(
|
|
291
310
|
"arcgis-link-chart",
|
|
292
311
|
{
|
|
@@ -318,7 +337,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
318
337
|
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
319
338
|
}
|
|
320
339
|
)
|
|
321
|
-
),
|
|
340
|
+
), Z = /* @__PURE__ */ e(
|
|
322
341
|
r(
|
|
323
342
|
"arcgis-link-chart-layout-switcher",
|
|
324
343
|
{
|
|
@@ -327,7 +346,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
327
346
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
328
347
|
}
|
|
329
348
|
)
|
|
330
|
-
),
|
|
349
|
+
), j = /* @__PURE__ */ e(
|
|
331
350
|
r(
|
|
332
351
|
"arcgis-link-chart-nonspatial-visibility-toggle",
|
|
333
352
|
{
|
|
@@ -335,7 +354,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
335
354
|
onArcgisReady: "arcgisReady"
|
|
336
355
|
}
|
|
337
356
|
)
|
|
338
|
-
),
|
|
357
|
+
), q = /* @__PURE__ */ e(
|
|
339
358
|
r(
|
|
340
359
|
"arcgis-locate",
|
|
341
360
|
{
|
|
@@ -345,7 +364,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
345
364
|
onArcgisSuccess: "arcgisSuccess"
|
|
346
365
|
}
|
|
347
366
|
)
|
|
348
|
-
),
|
|
367
|
+
), J = /* @__PURE__ */ e(
|
|
349
368
|
r(
|
|
350
369
|
"arcgis-map",
|
|
351
370
|
{
|
|
@@ -377,7 +396,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
377
396
|
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
378
397
|
}
|
|
379
398
|
)
|
|
380
|
-
),
|
|
399
|
+
), Q = /* @__PURE__ */ e(
|
|
381
400
|
r(
|
|
382
401
|
"arcgis-measurement",
|
|
383
402
|
{
|
|
@@ -385,7 +404,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
385
404
|
onArcgisReady: "arcgisReady"
|
|
386
405
|
}
|
|
387
406
|
)
|
|
388
|
-
),
|
|
407
|
+
), X = /* @__PURE__ */ e(
|
|
389
408
|
r(
|
|
390
409
|
"arcgis-navigation-toggle",
|
|
391
410
|
{
|
|
@@ -393,7 +412,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
393
412
|
onArcgisReady: "arcgisReady"
|
|
394
413
|
}
|
|
395
414
|
)
|
|
396
|
-
),
|
|
415
|
+
), Y = /* @__PURE__ */ e(
|
|
397
416
|
r(
|
|
398
417
|
"arcgis-oriented-imagery-viewer",
|
|
399
418
|
{
|
|
@@ -401,7 +420,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
401
420
|
onArcgisReady: "arcgisReady"
|
|
402
421
|
}
|
|
403
422
|
)
|
|
404
|
-
),
|
|
423
|
+
), _ = /* @__PURE__ */ e(
|
|
405
424
|
r(
|
|
406
425
|
"arcgis-paste",
|
|
407
426
|
{
|
|
@@ -410,27 +429,28 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
410
429
|
onArcgisBeforeClipboardMove: "arcgisBeforeClipboardMove",
|
|
411
430
|
onArcgisClipboardMoveStateChanged: "arcgisClipboardMoveStateChanged",
|
|
412
431
|
onArcgisClose: "arcgisClose",
|
|
432
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
413
433
|
onArcgisReady: "arcgisReady"
|
|
414
434
|
}
|
|
415
435
|
)
|
|
416
|
-
),
|
|
436
|
+
), $ = /* @__PURE__ */ e(
|
|
417
437
|
r(
|
|
418
438
|
"arcgis-clipboard",
|
|
419
439
|
{
|
|
420
440
|
onArcgisReady: "arcgisReady"
|
|
421
441
|
}
|
|
422
442
|
)
|
|
423
|
-
),
|
|
443
|
+
), rr = /* @__PURE__ */ e(
|
|
424
444
|
r(
|
|
425
445
|
"arcgis-feature-image",
|
|
426
446
|
{}
|
|
427
447
|
)
|
|
428
|
-
),
|
|
448
|
+
), er = /* @__PURE__ */ e(
|
|
429
449
|
r(
|
|
430
450
|
"arcgis-feature-title",
|
|
431
451
|
{}
|
|
432
452
|
)
|
|
433
|
-
),
|
|
453
|
+
), ir = /* @__PURE__ */ e(
|
|
434
454
|
r(
|
|
435
455
|
"arcgis-multi-feature-form",
|
|
436
456
|
{
|
|
@@ -440,7 +460,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
440
460
|
onArcgisValueChange: "arcgisValueChange"
|
|
441
461
|
}
|
|
442
462
|
)
|
|
443
|
-
),
|
|
463
|
+
), ar = /* @__PURE__ */ e(
|
|
444
464
|
r(
|
|
445
465
|
"arcgis-popup",
|
|
446
466
|
{
|
|
@@ -450,14 +470,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
450
470
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
451
471
|
}
|
|
452
472
|
)
|
|
453
|
-
),
|
|
473
|
+
), gr = /* @__PURE__ */ e(
|
|
454
474
|
r(
|
|
455
475
|
"arcgis-presentation",
|
|
456
476
|
{
|
|
457
477
|
onArcgisReady: "arcgisReady"
|
|
458
478
|
}
|
|
459
479
|
)
|
|
460
|
-
),
|
|
480
|
+
), sr = /* @__PURE__ */ e(
|
|
461
481
|
r(
|
|
462
482
|
"arcgis-print",
|
|
463
483
|
{
|
|
@@ -469,14 +489,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
469
489
|
onArcgisSubmit: "arcgisSubmit"
|
|
470
490
|
}
|
|
471
491
|
)
|
|
472
|
-
),
|
|
492
|
+
), cr = /* @__PURE__ */ e(
|
|
493
|
+
r(
|
|
494
|
+
"arcgis-reverse-geocode-list",
|
|
495
|
+
{}
|
|
496
|
+
)
|
|
497
|
+
), or = /* @__PURE__ */ e(
|
|
473
498
|
r(
|
|
474
499
|
"arcgis-scale-bar",
|
|
475
500
|
{
|
|
476
501
|
onArcgisReady: "arcgisReady"
|
|
477
502
|
}
|
|
478
503
|
)
|
|
479
|
-
),
|
|
504
|
+
), nr = /* @__PURE__ */ e(
|
|
480
505
|
r(
|
|
481
506
|
"arcgis-scale-range-slider",
|
|
482
507
|
{
|
|
@@ -484,7 +509,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
484
509
|
onArcgisReady: "arcgisReady"
|
|
485
510
|
}
|
|
486
511
|
)
|
|
487
|
-
),
|
|
512
|
+
), tr = /* @__PURE__ */ e(
|
|
488
513
|
r(
|
|
489
514
|
"arcgis-scene",
|
|
490
515
|
{
|
|
@@ -516,7 +541,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
516
541
|
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
517
542
|
}
|
|
518
543
|
)
|
|
519
|
-
),
|
|
544
|
+
), Ar = /* @__PURE__ */ e(
|
|
520
545
|
r(
|
|
521
546
|
"arcgis-search",
|
|
522
547
|
{
|
|
@@ -530,14 +555,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
530
555
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
531
556
|
}
|
|
532
557
|
)
|
|
533
|
-
),
|
|
558
|
+
), yr = /* @__PURE__ */ e(
|
|
534
559
|
r(
|
|
535
560
|
"arcgis-search-result-renderer",
|
|
536
561
|
{
|
|
537
562
|
onArcgisReady: "arcgisReady"
|
|
538
563
|
}
|
|
539
564
|
)
|
|
540
|
-
),
|
|
565
|
+
), lr = /* @__PURE__ */ e(
|
|
541
566
|
r(
|
|
542
567
|
"arcgis-shadow-cast",
|
|
543
568
|
{
|
|
@@ -545,7 +570,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
545
570
|
onArcgisReady: "arcgisReady"
|
|
546
571
|
}
|
|
547
572
|
)
|
|
548
|
-
),
|
|
573
|
+
), dr = /* @__PURE__ */ e(
|
|
549
574
|
r(
|
|
550
575
|
"arcgis-sketch",
|
|
551
576
|
{
|
|
@@ -558,7 +583,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
558
583
|
onArcgisUpdate: "arcgisUpdate"
|
|
559
584
|
}
|
|
560
585
|
)
|
|
561
|
-
),
|
|
586
|
+
), Cr = /* @__PURE__ */ e(
|
|
562
587
|
r(
|
|
563
588
|
"arcgis-slice",
|
|
564
589
|
{
|
|
@@ -566,7 +591,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
566
591
|
onArcgisReady: "arcgisReady"
|
|
567
592
|
}
|
|
568
593
|
)
|
|
569
|
-
),
|
|
594
|
+
), hr = /* @__PURE__ */ e(
|
|
570
595
|
r(
|
|
571
596
|
"arcgis-slider-binary-color-size-legacy",
|
|
572
597
|
{
|
|
@@ -576,7 +601,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
576
601
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
577
602
|
}
|
|
578
603
|
)
|
|
579
|
-
),
|
|
604
|
+
), pr = /* @__PURE__ */ e(
|
|
580
605
|
r(
|
|
581
606
|
"arcgis-slider-classed-color-legacy",
|
|
582
607
|
{
|
|
@@ -586,7 +611,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
586
611
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
587
612
|
}
|
|
588
613
|
)
|
|
589
|
-
),
|
|
614
|
+
), wr = /* @__PURE__ */ e(
|
|
590
615
|
r(
|
|
591
616
|
"arcgis-slider-classed-size-legacy",
|
|
592
617
|
{
|
|
@@ -596,7 +621,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
596
621
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
597
622
|
}
|
|
598
623
|
)
|
|
599
|
-
),
|
|
624
|
+
), Rr = /* @__PURE__ */ e(
|
|
600
625
|
r(
|
|
601
626
|
"arcgis-slider-color-legacy",
|
|
602
627
|
{
|
|
@@ -606,7 +631,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
606
631
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
607
632
|
}
|
|
608
633
|
)
|
|
609
|
-
),
|
|
634
|
+
), Vr = /* @__PURE__ */ e(
|
|
610
635
|
r(
|
|
611
636
|
"arcgis-slider-color-size-legacy",
|
|
612
637
|
{
|
|
@@ -616,7 +641,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
616
641
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
617
642
|
}
|
|
618
643
|
)
|
|
619
|
-
),
|
|
644
|
+
), Pr = /* @__PURE__ */ e(
|
|
620
645
|
r(
|
|
621
646
|
"arcgis-slider-heatmap-legacy",
|
|
622
647
|
{
|
|
@@ -626,7 +651,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
626
651
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
627
652
|
}
|
|
628
653
|
)
|
|
629
|
-
),
|
|
654
|
+
), ur = /* @__PURE__ */ e(
|
|
630
655
|
r(
|
|
631
656
|
"arcgis-slider-opacity-legacy",
|
|
632
657
|
{
|
|
@@ -636,7 +661,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
636
661
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
637
662
|
}
|
|
638
663
|
)
|
|
639
|
-
),
|
|
664
|
+
), mr = /* @__PURE__ */ e(
|
|
640
665
|
r(
|
|
641
666
|
"arcgis-slider-size-legacy",
|
|
642
667
|
{
|
|
@@ -646,26 +671,34 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
646
671
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
647
672
|
}
|
|
648
673
|
)
|
|
649
|
-
),
|
|
674
|
+
), Tr = /* @__PURE__ */ e(
|
|
675
|
+
r(
|
|
676
|
+
"arcgis-snapping-controls",
|
|
677
|
+
{
|
|
678
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
679
|
+
onArcgisReady: "arcgisReady"
|
|
680
|
+
}
|
|
681
|
+
)
|
|
682
|
+
), Sr = /* @__PURE__ */ e(
|
|
650
683
|
r(
|
|
651
684
|
"arcgis-color-select",
|
|
652
685
|
{
|
|
653
686
|
onArcgisColorChanged: "arcgisColorChanged"
|
|
654
687
|
}
|
|
655
688
|
)
|
|
656
|
-
),
|
|
689
|
+
), Dr = /* @__PURE__ */ e(
|
|
657
690
|
r(
|
|
658
691
|
"arcgis-time-of-day-slider",
|
|
659
692
|
{
|
|
660
693
|
onArcgisTimeChange: "arcgisTimeChange"
|
|
661
694
|
}
|
|
662
695
|
)
|
|
663
|
-
),
|
|
696
|
+
), br = /* @__PURE__ */ e(
|
|
664
697
|
r(
|
|
665
698
|
"arcgis-webgl-error",
|
|
666
699
|
{}
|
|
667
700
|
)
|
|
668
|
-
),
|
|
701
|
+
), kr = /* @__PURE__ */ e(
|
|
669
702
|
r(
|
|
670
703
|
"arcgis-swipe",
|
|
671
704
|
{
|
|
@@ -675,7 +708,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
675
708
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
676
709
|
}
|
|
677
710
|
)
|
|
678
|
-
),
|
|
711
|
+
), Lr = /* @__PURE__ */ e(
|
|
679
712
|
r(
|
|
680
713
|
"arcgis-table-list",
|
|
681
714
|
{
|
|
@@ -685,7 +718,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
685
718
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
686
719
|
}
|
|
687
720
|
)
|
|
688
|
-
),
|
|
721
|
+
), vr = /* @__PURE__ */ e(
|
|
689
722
|
r(
|
|
690
723
|
"arcgis-time-slider",
|
|
691
724
|
{
|
|
@@ -694,7 +727,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
694
727
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
695
728
|
}
|
|
696
729
|
)
|
|
697
|
-
),
|
|
730
|
+
), Er = /* @__PURE__ */ e(
|
|
698
731
|
r(
|
|
699
732
|
"arcgis-time-zone-label",
|
|
700
733
|
{
|
|
@@ -702,7 +735,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
702
735
|
onArcgisReady: "arcgisReady"
|
|
703
736
|
}
|
|
704
737
|
)
|
|
705
|
-
),
|
|
738
|
+
), Ur = /* @__PURE__ */ e(
|
|
706
739
|
r(
|
|
707
740
|
"arcgis-track",
|
|
708
741
|
{
|
|
@@ -712,14 +745,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
712
745
|
onArcgisReady: "arcgisReady"
|
|
713
746
|
}
|
|
714
747
|
)
|
|
715
|
-
),
|
|
748
|
+
), Fr = /* @__PURE__ */ e(
|
|
716
749
|
r(
|
|
717
750
|
"arcgis-utility-network-associations",
|
|
718
751
|
{
|
|
719
752
|
onArcgisReady: "arcgisReady"
|
|
720
753
|
}
|
|
721
754
|
)
|
|
722
|
-
),
|
|
755
|
+
), fr = /* @__PURE__ */ e(
|
|
723
756
|
r(
|
|
724
757
|
"arcgis-utility-network-trace",
|
|
725
758
|
{
|
|
@@ -732,22 +765,30 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
732
765
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
733
766
|
}
|
|
734
767
|
)
|
|
735
|
-
),
|
|
768
|
+
), Br = /* @__PURE__ */ e(
|
|
736
769
|
r(
|
|
737
770
|
"arcgis-utility-network-trace-analysis",
|
|
738
771
|
{
|
|
772
|
+
onArcgisHideGraphicsChange: "arcgisHideGraphicsChange",
|
|
739
773
|
onArcgisReady: "arcgisReady",
|
|
740
774
|
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
741
775
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
742
776
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
743
777
|
}
|
|
744
778
|
)
|
|
745
|
-
),
|
|
779
|
+
), Mr = /* @__PURE__ */ e(
|
|
780
|
+
r(
|
|
781
|
+
"arcgis-utility-network-aggregated-geometry",
|
|
782
|
+
{
|
|
783
|
+
onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
|
|
784
|
+
}
|
|
785
|
+
)
|
|
786
|
+
), Ir = /* @__PURE__ */ e(
|
|
746
787
|
r(
|
|
747
788
|
"arcgis-utility-network-subnetwork-info",
|
|
748
789
|
{}
|
|
749
790
|
)
|
|
750
|
-
),
|
|
791
|
+
), Nr = /* @__PURE__ */ e(
|
|
751
792
|
r(
|
|
752
793
|
"arcgis-utility-network-trace-inputs",
|
|
753
794
|
{
|
|
@@ -759,7 +800,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
759
800
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
760
801
|
}
|
|
761
802
|
)
|
|
762
|
-
),
|
|
803
|
+
), Hr = /* @__PURE__ */ e(
|
|
763
804
|
r(
|
|
764
805
|
"arcgis-utility-network-trace-location",
|
|
765
806
|
{
|
|
@@ -768,21 +809,22 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
768
809
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
769
810
|
}
|
|
770
811
|
)
|
|
771
|
-
),
|
|
812
|
+
), Kr = /* @__PURE__ */ e(
|
|
772
813
|
r(
|
|
773
814
|
"arcgis-utility-network-trace-location-list",
|
|
774
815
|
{}
|
|
775
816
|
)
|
|
776
|
-
),
|
|
817
|
+
), Gr = /* @__PURE__ */ e(
|
|
777
818
|
r(
|
|
778
819
|
"arcgis-utility-network-trace-results",
|
|
779
820
|
{
|
|
821
|
+
onArcgisHideGraphicsChange: "arcgisHideGraphicsChange",
|
|
780
822
|
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
781
823
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
|
|
782
824
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
783
825
|
}
|
|
784
826
|
)
|
|
785
|
-
),
|
|
827
|
+
), Wr = /* @__PURE__ */ e(
|
|
786
828
|
r(
|
|
787
829
|
"arcgis-utility-network-validate-topology",
|
|
788
830
|
{
|
|
@@ -790,7 +832,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
790
832
|
onArcgisReady: "arcgisReady"
|
|
791
833
|
}
|
|
792
834
|
)
|
|
793
|
-
),
|
|
835
|
+
), zr = /* @__PURE__ */ e(
|
|
794
836
|
r(
|
|
795
837
|
"arcgis-value-picker",
|
|
796
838
|
{
|
|
@@ -803,7 +845,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
803
845
|
onArcgisReady: "arcgisReady"
|
|
804
846
|
}
|
|
805
847
|
)
|
|
806
|
-
),
|
|
848
|
+
), xr = /* @__PURE__ */ e(
|
|
807
849
|
r(
|
|
808
850
|
"arcgis-version-management",
|
|
809
851
|
{
|
|
@@ -811,14 +853,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
811
853
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
812
854
|
}
|
|
813
855
|
)
|
|
814
|
-
),
|
|
856
|
+
), Or = /* @__PURE__ */ e(
|
|
815
857
|
r(
|
|
816
858
|
"arcgis-video",
|
|
817
859
|
{
|
|
818
860
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
819
861
|
}
|
|
820
862
|
)
|
|
821
|
-
),
|
|
863
|
+
), Zr = /* @__PURE__ */ e(
|
|
822
864
|
r(
|
|
823
865
|
"arcgis-video-player",
|
|
824
866
|
{
|
|
@@ -827,7 +869,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
827
869
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
828
870
|
}
|
|
829
871
|
)
|
|
830
|
-
),
|
|
872
|
+
), jr = /* @__PURE__ */ e(
|
|
831
873
|
r(
|
|
832
874
|
"arcgis-volume-measurement",
|
|
833
875
|
{
|
|
@@ -835,7 +877,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
835
877
|
onArcgisReady: "arcgisReady"
|
|
836
878
|
}
|
|
837
879
|
)
|
|
838
|
-
),
|
|
880
|
+
), qr = /* @__PURE__ */ e(
|
|
839
881
|
r(
|
|
840
882
|
"arcgis-weather",
|
|
841
883
|
{
|
|
@@ -843,7 +885,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
843
885
|
onArcgisReady: "arcgisReady"
|
|
844
886
|
}
|
|
845
887
|
)
|
|
846
|
-
),
|
|
888
|
+
), Jr = /* @__PURE__ */ e(
|
|
847
889
|
r(
|
|
848
890
|
"arcgis-zoom",
|
|
849
891
|
{
|
|
@@ -861,86 +903,92 @@ export {
|
|
|
861
903
|
l as ArcgisBasemapLayerList,
|
|
862
904
|
d as ArcgisBasemapToggle,
|
|
863
905
|
C as ArcgisBookmarks,
|
|
906
|
+
p as ArcgisBuildingDisciplineTree,
|
|
864
907
|
h as ArcgisBuildingExplorer,
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
S as
|
|
876
|
-
D as
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
M as
|
|
888
|
-
I as
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
K as
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
x as
|
|
896
|
-
O as
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
wr as
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
Fr as
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
Kr as
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
908
|
+
R as ArcgisBuildingLevelItem,
|
|
909
|
+
w as ArcgisBuildingLevelPicker,
|
|
910
|
+
V as ArcgisBuildingPhasePicker,
|
|
911
|
+
P as ArcgisCatalogLayerList,
|
|
912
|
+
$ as ArcgisClipboard,
|
|
913
|
+
Sr as ArcgisColorSelect,
|
|
914
|
+
u as ArcgisCompass,
|
|
915
|
+
m as ArcgisCoordinateConversion,
|
|
916
|
+
T as ArcgisDaylight,
|
|
917
|
+
b as ArcgisDirectLineMeasurement3d,
|
|
918
|
+
S as ArcgisDirectionalPad,
|
|
919
|
+
D as ArcgisDirections,
|
|
920
|
+
k as ArcgisDistanceMeasurement2d,
|
|
921
|
+
L as ArcgisEditor,
|
|
922
|
+
v as ArcgisElevationProfile,
|
|
923
|
+
E as ArcgisExpand,
|
|
924
|
+
U as ArcgisFeature,
|
|
925
|
+
F as ArcgisFeatureForm,
|
|
926
|
+
rr as ArcgisFeatureImage,
|
|
927
|
+
f as ArcgisFeatureTable,
|
|
928
|
+
B as ArcgisFeatureTemplates,
|
|
929
|
+
er as ArcgisFeatureTitle,
|
|
930
|
+
M as ArcgisFeatures,
|
|
931
|
+
I as ArcgisFloorFilter,
|
|
932
|
+
N as ArcgisFullscreen,
|
|
933
|
+
H as ArcgisGridControls,
|
|
934
|
+
K as ArcgisHistogramRangeSlider,
|
|
935
|
+
G as ArcgisHome,
|
|
936
|
+
W as ArcgisLayerList,
|
|
937
|
+
z as ArcgisLegend,
|
|
938
|
+
x as ArcgisLineOfSight,
|
|
939
|
+
O as ArcgisLinkChart,
|
|
940
|
+
Z as ArcgisLinkChartLayoutSwitcher,
|
|
941
|
+
j as ArcgisLinkChartNonspatialVisibilityToggle,
|
|
942
|
+
q as ArcgisLocate,
|
|
943
|
+
J as ArcgisMap,
|
|
944
|
+
Q as ArcgisMeasurement,
|
|
945
|
+
ir as ArcgisMultiFeatureForm,
|
|
946
|
+
X as ArcgisNavigationToggle,
|
|
947
|
+
Y as ArcgisOrientedImageryViewer,
|
|
948
|
+
_ as ArcgisPaste,
|
|
949
|
+
ar as ArcgisPopup,
|
|
950
|
+
gr as ArcgisPresentation,
|
|
951
|
+
sr as ArcgisPrint,
|
|
952
|
+
cr as ArcgisReverseGeocodeList,
|
|
953
|
+
or as ArcgisScaleBar,
|
|
954
|
+
nr as ArcgisScaleRangeSlider,
|
|
955
|
+
tr as ArcgisScene,
|
|
956
|
+
Ar as ArcgisSearch,
|
|
957
|
+
yr as ArcgisSearchResultRenderer,
|
|
958
|
+
lr as ArcgisShadowCast,
|
|
959
|
+
dr as ArcgisSketch,
|
|
960
|
+
Cr as ArcgisSlice,
|
|
961
|
+
hr as ArcgisSliderBinaryColorSizeLegacy,
|
|
962
|
+
pr as ArcgisSliderClassedColorLegacy,
|
|
963
|
+
wr as ArcgisSliderClassedSizeLegacy,
|
|
964
|
+
Rr as ArcgisSliderColorLegacy,
|
|
965
|
+
Vr as ArcgisSliderColorSizeLegacy,
|
|
966
|
+
Pr as ArcgisSliderHeatmapLegacy,
|
|
967
|
+
ur as ArcgisSliderOpacityLegacy,
|
|
968
|
+
mr as ArcgisSliderSizeLegacy,
|
|
969
|
+
Tr as ArcgisSnappingControls,
|
|
970
|
+
kr as ArcgisSwipe,
|
|
971
|
+
Lr as ArcgisTableList,
|
|
972
|
+
Dr as ArcgisTimeOfDaySlider,
|
|
973
|
+
vr as ArcgisTimeSlider,
|
|
974
|
+
Er as ArcgisTimeZoneLabel,
|
|
975
|
+
Ur as ArcgisTrack,
|
|
976
|
+
Mr as ArcgisUtilityNetworkAggregatedGeometry,
|
|
977
|
+
Fr as ArcgisUtilityNetworkAssociations,
|
|
978
|
+
Ir as ArcgisUtilityNetworkSubnetworkInfo,
|
|
979
|
+
fr as ArcgisUtilityNetworkTrace,
|
|
980
|
+
Br as ArcgisUtilityNetworkTraceAnalysis,
|
|
981
|
+
Nr as ArcgisUtilityNetworkTraceInputs,
|
|
982
|
+
Hr as ArcgisUtilityNetworkTraceLocation,
|
|
983
|
+
Kr as ArcgisUtilityNetworkTraceLocationList,
|
|
984
|
+
Gr as ArcgisUtilityNetworkTraceResults,
|
|
985
|
+
Wr as ArcgisUtilityNetworkValidateTopology,
|
|
986
|
+
zr as ArcgisValuePicker,
|
|
987
|
+
xr as ArcgisVersionManagement,
|
|
988
|
+
Or as ArcgisVideo,
|
|
989
|
+
Zr as ArcgisVideoPlayer,
|
|
990
|
+
jr as ArcgisVolumeMeasurement,
|
|
991
|
+
qr as ArcgisWeather,
|
|
992
|
+
br as ArcgisWebglError,
|
|
993
|
+
Jr as ArcgisZoom
|
|
946
994
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.144",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist/"
|
|
29
29
|
],
|
|
30
|
-
"license": "SEE LICENSE.md",
|
|
30
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@esri/calcite-components": "^5.0.0-next.
|
|
32
|
+
"@esri/calcite-components": "^5.0.0-next.71",
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"tslib": "^2.8.1",
|
|
36
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
37
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
36
|
+
"@arcgis/lumina": "5.0.0-next.144",
|
|
37
|
+
"@arcgis/map-components": "5.0.0-next.144"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|