@arcgis/map-components-react 5.0.0-next.5 → 5.0.0-next.51
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 +32 -12
- package/dist/index.js +156 -127
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTM
|
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
45
45
|
onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
|
|
46
|
+
onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
|
|
46
47
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
48
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
49
|
}>;
|
|
@@ -97,12 +98,6 @@ export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWe
|
|
|
97
98
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
98
99
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
99
100
|
}>;
|
|
100
|
-
export declare const ArcgisDirectlineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
101
|
-
class?: string;
|
|
102
|
-
}, {
|
|
103
|
-
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
104
|
-
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
105
|
-
}>;
|
|
106
101
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
107
102
|
class?: string;
|
|
108
103
|
}, {
|
|
@@ -123,12 +118,6 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
123
118
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
124
119
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
125
120
|
}>;
|
|
126
|
-
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
127
|
-
class?: string;
|
|
128
|
-
}, {
|
|
129
|
-
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
130
|
-
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
131
|
-
}>;
|
|
132
121
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
133
122
|
class?: string;
|
|
134
123
|
}, {
|
|
@@ -229,6 +218,7 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
229
218
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
230
219
|
class?: string;
|
|
231
220
|
}, {
|
|
221
|
+
onArcgisLoadError: EventName<HTMLArcgisLinkChartElement["arcgisLoadError"]>;
|
|
232
222
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
233
223
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
234
224
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -251,6 +241,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTM
|
|
|
251
241
|
onArcgisViewPointerMove: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerMove"]>;
|
|
252
242
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
253
243
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
244
|
+
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
254
245
|
}>;
|
|
255
246
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
|
|
256
247
|
class?: string;
|
|
@@ -270,6 +261,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
270
261
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
271
262
|
class?: string;
|
|
272
263
|
}, {
|
|
264
|
+
onArcgisLoadError: EventName<HTMLArcgisMapElement["arcgisLoadError"]>;
|
|
273
265
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
274
266
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
275
267
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -292,6 +284,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgi
|
|
|
292
284
|
onArcgisViewPointerMove: EventName<HTMLArcgisMapElement["arcgisViewPointerMove"]>;
|
|
293
285
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
294
286
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
287
|
+
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
295
288
|
}>;
|
|
296
289
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
297
290
|
class?: string;
|
|
@@ -346,6 +339,7 @@ export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebCompon
|
|
|
346
339
|
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
|
|
347
340
|
class?: string;
|
|
348
341
|
}, {
|
|
342
|
+
onArcgisLoadError: EventName<HTMLArcgisSceneElement["arcgisLoadError"]>;
|
|
349
343
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
350
344
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
351
345
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -368,6 +362,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
368
362
|
onArcgisViewPointerMove: EventName<HTMLArcgisSceneElement["arcgisViewPointerMove"]>;
|
|
369
363
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
370
364
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
365
|
+
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
371
366
|
}>;
|
|
372
367
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
|
|
373
368
|
class?: string;
|
|
@@ -409,6 +404,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
409
404
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
410
405
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
411
406
|
}>;
|
|
407
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
408
|
+
class?: string;
|
|
409
|
+
}, {
|
|
410
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
411
|
+
}>;
|
|
412
412
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
413
413
|
class?: string;
|
|
414
414
|
}, {
|
|
@@ -473,12 +473,26 @@ export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react')
|
|
|
473
473
|
}, {
|
|
474
474
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
475
475
|
}>;
|
|
476
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
477
|
+
class?: string;
|
|
478
|
+
}, {}>;
|
|
476
479
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
477
480
|
class?: string;
|
|
478
481
|
}, {
|
|
482
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
479
483
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
480
484
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
481
485
|
}>;
|
|
486
|
+
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
487
|
+
class?: string;
|
|
488
|
+
}, {
|
|
489
|
+
onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
|
|
490
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
491
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
492
|
+
}>;
|
|
493
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
494
|
+
class?: string;
|
|
495
|
+
}, {}>;
|
|
482
496
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
483
497
|
class?: string;
|
|
484
498
|
}, {
|
|
@@ -519,6 +533,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
519
533
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
520
534
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
521
535
|
}>;
|
|
536
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
537
|
+
class?: string;
|
|
538
|
+
}, {
|
|
539
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
540
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
541
|
+
}>;
|
|
522
542
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
523
543
|
class?: string;
|
|
524
544
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -57,6 +57,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
57
57
|
{
|
|
58
58
|
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
59
59
|
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
60
|
+
onArcgisClose: "arcgisClose",
|
|
60
61
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
61
62
|
onArcgisReady: "arcgisReady"
|
|
62
63
|
}
|
|
@@ -96,7 +97,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
96
97
|
onArcgisReady: "arcgisReady"
|
|
97
98
|
}
|
|
98
99
|
)
|
|
99
|
-
),
|
|
100
|
+
), R = /* @__PURE__ */ e(
|
|
100
101
|
r(
|
|
101
102
|
"arcgis-daylight",
|
|
102
103
|
{
|
|
@@ -104,7 +105,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
104
105
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
105
106
|
}
|
|
106
107
|
)
|
|
107
|
-
),
|
|
108
|
+
), P = /* @__PURE__ */ e(
|
|
108
109
|
r(
|
|
109
110
|
"arcgis-directional-pad",
|
|
110
111
|
{
|
|
@@ -129,14 +130,6 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
129
130
|
}
|
|
130
131
|
)
|
|
131
132
|
), k = /* @__PURE__ */ e(
|
|
132
|
-
r(
|
|
133
|
-
"arcgis-directline-measurement-3d",
|
|
134
|
-
{
|
|
135
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
136
|
-
onArcgisReady: "arcgisReady"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
|
-
), S = /* @__PURE__ */ e(
|
|
140
133
|
r(
|
|
141
134
|
"arcgis-distance-measurement-2d",
|
|
142
135
|
{
|
|
@@ -144,7 +137,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
144
137
|
onArcgisReady: "arcgisReady"
|
|
145
138
|
}
|
|
146
139
|
)
|
|
147
|
-
),
|
|
140
|
+
), S = /* @__PURE__ */ e(
|
|
148
141
|
r(
|
|
149
142
|
"arcgis-editor",
|
|
150
143
|
{
|
|
@@ -154,23 +147,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
147
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
148
|
}
|
|
156
149
|
)
|
|
157
|
-
), D = /* @__PURE__ */ e(
|
|
158
|
-
r(
|
|
159
|
-
"arcgis-elevation-profile",
|
|
160
|
-
{
|
|
161
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
162
|
-
onArcgisReady: "arcgisReady"
|
|
163
|
-
}
|
|
164
|
-
)
|
|
165
150
|
), L = /* @__PURE__ */ e(
|
|
166
151
|
r(
|
|
167
|
-
"arcgis-elevation-profile
|
|
152
|
+
"arcgis-elevation-profile",
|
|
168
153
|
{
|
|
169
154
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
155
|
onArcgisReady: "arcgisReady"
|
|
171
156
|
}
|
|
172
157
|
)
|
|
173
|
-
),
|
|
158
|
+
), v = /* @__PURE__ */ e(
|
|
174
159
|
r(
|
|
175
160
|
"arcgis-expand",
|
|
176
161
|
{
|
|
@@ -178,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
163
|
onArcgisReady: "arcgisReady"
|
|
179
164
|
}
|
|
180
165
|
)
|
|
181
|
-
),
|
|
166
|
+
), D = /* @__PURE__ */ e(
|
|
182
167
|
r(
|
|
183
168
|
"arcgis-feature",
|
|
184
169
|
{
|
|
@@ -186,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
186
171
|
onArcgisReady: "arcgisReady"
|
|
187
172
|
}
|
|
188
173
|
)
|
|
189
|
-
),
|
|
174
|
+
), E = /* @__PURE__ */ e(
|
|
190
175
|
r(
|
|
191
176
|
"arcgis-feature-form",
|
|
192
177
|
{
|
|
@@ -196,7 +181,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
196
181
|
onArcgisValueChange: "arcgisValueChange"
|
|
197
182
|
}
|
|
198
183
|
)
|
|
199
|
-
),
|
|
184
|
+
), T = /* @__PURE__ */ e(
|
|
200
185
|
r(
|
|
201
186
|
"arcgis-feature-table",
|
|
202
187
|
{
|
|
@@ -210,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
195
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
196
|
}
|
|
212
197
|
)
|
|
213
|
-
),
|
|
198
|
+
), U = /* @__PURE__ */ e(
|
|
214
199
|
r(
|
|
215
200
|
"arcgis-feature-templates",
|
|
216
201
|
{
|
|
@@ -219,7 +204,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
204
|
onArcgisSelect: "arcgisSelect"
|
|
220
205
|
}
|
|
221
206
|
)
|
|
222
|
-
),
|
|
207
|
+
), b = /* @__PURE__ */ e(
|
|
223
208
|
r(
|
|
224
209
|
"arcgis-features",
|
|
225
210
|
{
|
|
@@ -229,14 +214,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
214
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
230
215
|
}
|
|
231
216
|
)
|
|
232
|
-
),
|
|
217
|
+
), M = /* @__PURE__ */ e(
|
|
233
218
|
r(
|
|
234
219
|
"arcgis-floor-filter",
|
|
235
220
|
{
|
|
236
221
|
onArcgisReady: "arcgisReady"
|
|
237
222
|
}
|
|
238
223
|
)
|
|
239
|
-
),
|
|
224
|
+
), f = /* @__PURE__ */ e(
|
|
240
225
|
r(
|
|
241
226
|
"arcgis-fullscreen",
|
|
242
227
|
{
|
|
@@ -244,7 +229,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
244
229
|
onArcgisReady: "arcgisReady"
|
|
245
230
|
}
|
|
246
231
|
)
|
|
247
|
-
),
|
|
232
|
+
), I = /* @__PURE__ */ e(
|
|
248
233
|
r(
|
|
249
234
|
"arcgis-grid-controls",
|
|
250
235
|
{
|
|
@@ -252,7 +237,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
237
|
onArcgisReady: "arcgisReady"
|
|
253
238
|
}
|
|
254
239
|
)
|
|
255
|
-
),
|
|
240
|
+
), F = /* @__PURE__ */ e(
|
|
256
241
|
r(
|
|
257
242
|
"arcgis-histogram-range-slider",
|
|
258
243
|
{
|
|
@@ -260,7 +245,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
260
245
|
onArcgisReady: "arcgisReady"
|
|
261
246
|
}
|
|
262
247
|
)
|
|
263
|
-
),
|
|
248
|
+
), N = /* @__PURE__ */ e(
|
|
264
249
|
r(
|
|
265
250
|
"arcgis-home",
|
|
266
251
|
{
|
|
@@ -269,7 +254,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
254
|
onArcgisReady: "arcgisReady"
|
|
270
255
|
}
|
|
271
256
|
)
|
|
272
|
-
),
|
|
257
|
+
), K = /* @__PURE__ */ e(
|
|
273
258
|
r(
|
|
274
259
|
"arcgis-layer-list",
|
|
275
260
|
{
|
|
@@ -279,7 +264,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
279
264
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
280
265
|
}
|
|
281
266
|
)
|
|
282
|
-
),
|
|
267
|
+
), B = /* @__PURE__ */ e(
|
|
283
268
|
r(
|
|
284
269
|
"arcgis-legend",
|
|
285
270
|
{
|
|
@@ -287,7 +272,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
287
272
|
onArcgisReady: "arcgisReady"
|
|
288
273
|
}
|
|
289
274
|
)
|
|
290
|
-
),
|
|
275
|
+
), W = /* @__PURE__ */ e(
|
|
291
276
|
r(
|
|
292
277
|
"arcgis-line-of-sight",
|
|
293
278
|
{
|
|
@@ -295,10 +280,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
295
280
|
onArcgisReady: "arcgisReady"
|
|
296
281
|
}
|
|
297
282
|
)
|
|
298
|
-
),
|
|
283
|
+
), H = /* @__PURE__ */ e(
|
|
299
284
|
r(
|
|
300
285
|
"arcgis-link-chart",
|
|
301
286
|
{
|
|
287
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
302
288
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
303
289
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
304
290
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -320,10 +306,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
320
306
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
321
307
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
322
308
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
323
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
309
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
310
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
324
311
|
}
|
|
325
312
|
)
|
|
326
|
-
),
|
|
313
|
+
), x = /* @__PURE__ */ e(
|
|
327
314
|
r(
|
|
328
315
|
"arcgis-link-chart-layout-switcher",
|
|
329
316
|
{
|
|
@@ -332,7 +319,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
332
319
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
333
320
|
}
|
|
334
321
|
)
|
|
335
|
-
),
|
|
322
|
+
), G = /* @__PURE__ */ e(
|
|
336
323
|
r(
|
|
337
324
|
"arcgis-locate",
|
|
338
325
|
{
|
|
@@ -342,10 +329,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
342
329
|
onArcgisSuccess: "arcgisSuccess"
|
|
343
330
|
}
|
|
344
331
|
)
|
|
345
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
346
333
|
r(
|
|
347
334
|
"arcgis-map",
|
|
348
335
|
{
|
|
336
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
349
337
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
350
338
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
351
339
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -367,10 +355,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
367
355
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
368
356
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
369
357
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
370
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
358
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
359
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
371
360
|
}
|
|
372
361
|
)
|
|
373
|
-
),
|
|
362
|
+
), z = /* @__PURE__ */ e(
|
|
374
363
|
r(
|
|
375
364
|
"arcgis-measurement",
|
|
376
365
|
{
|
|
@@ -378,7 +367,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
378
367
|
onArcgisReady: "arcgisReady"
|
|
379
368
|
}
|
|
380
369
|
)
|
|
381
|
-
),
|
|
370
|
+
), Z = /* @__PURE__ */ e(
|
|
382
371
|
r(
|
|
383
372
|
"arcgis-navigation-toggle",
|
|
384
373
|
{
|
|
@@ -386,7 +375,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
386
375
|
onArcgisReady: "arcgisReady"
|
|
387
376
|
}
|
|
388
377
|
)
|
|
389
|
-
),
|
|
378
|
+
), j = /* @__PURE__ */ e(
|
|
390
379
|
r(
|
|
391
380
|
"arcgis-oriented-imagery-viewer",
|
|
392
381
|
{
|
|
@@ -394,14 +383,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
394
383
|
onArcgisReady: "arcgisReady"
|
|
395
384
|
}
|
|
396
385
|
)
|
|
397
|
-
),
|
|
386
|
+
), q = /* @__PURE__ */ e(
|
|
398
387
|
r(
|
|
399
388
|
"arcgis-placement",
|
|
400
389
|
{
|
|
401
390
|
onArcgisReady: "arcgisReady"
|
|
402
391
|
}
|
|
403
392
|
)
|
|
404
|
-
),
|
|
393
|
+
), J = /* @__PURE__ */ e(
|
|
405
394
|
r(
|
|
406
395
|
"arcgis-popup",
|
|
407
396
|
{
|
|
@@ -411,7 +400,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
411
400
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
412
401
|
}
|
|
413
402
|
)
|
|
414
|
-
),
|
|
403
|
+
), Q = /* @__PURE__ */ e(
|
|
415
404
|
r(
|
|
416
405
|
"arcgis-print",
|
|
417
406
|
{
|
|
@@ -421,14 +410,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
421
410
|
onArcgisSubmit: "arcgisSubmit"
|
|
422
411
|
}
|
|
423
412
|
)
|
|
424
|
-
),
|
|
413
|
+
), X = /* @__PURE__ */ e(
|
|
425
414
|
r(
|
|
426
415
|
"arcgis-scale-bar",
|
|
427
416
|
{
|
|
428
417
|
onArcgisReady: "arcgisReady"
|
|
429
418
|
}
|
|
430
419
|
)
|
|
431
|
-
),
|
|
420
|
+
), Y = /* @__PURE__ */ e(
|
|
432
421
|
r(
|
|
433
422
|
"arcgis-scale-range-slider",
|
|
434
423
|
{
|
|
@@ -436,10 +425,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
436
425
|
onArcgisReady: "arcgisReady"
|
|
437
426
|
}
|
|
438
427
|
)
|
|
439
|
-
),
|
|
428
|
+
), _ = /* @__PURE__ */ e(
|
|
440
429
|
r(
|
|
441
430
|
"arcgis-scene",
|
|
442
431
|
{
|
|
432
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
443
433
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
444
434
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
445
435
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -461,10 +451,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
461
451
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
462
452
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
463
453
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
464
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
454
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
455
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
465
456
|
}
|
|
466
457
|
)
|
|
467
|
-
),
|
|
458
|
+
), $ = /* @__PURE__ */ e(
|
|
468
459
|
r(
|
|
469
460
|
"arcgis-search",
|
|
470
461
|
{
|
|
@@ -478,14 +469,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
478
469
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
479
470
|
}
|
|
480
471
|
)
|
|
481
|
-
),
|
|
472
|
+
), rr = /* @__PURE__ */ e(
|
|
482
473
|
r(
|
|
483
474
|
"arcgis-search-result-renderer",
|
|
484
475
|
{
|
|
485
476
|
onArcgisReady: "arcgisReady"
|
|
486
477
|
}
|
|
487
478
|
)
|
|
488
|
-
),
|
|
479
|
+
), er = /* @__PURE__ */ e(
|
|
489
480
|
r(
|
|
490
481
|
"arcgis-shadow-cast",
|
|
491
482
|
{
|
|
@@ -493,7 +484,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
493
484
|
onArcgisReady: "arcgisReady"
|
|
494
485
|
}
|
|
495
486
|
)
|
|
496
|
-
),
|
|
487
|
+
), ir = /* @__PURE__ */ e(
|
|
497
488
|
r(
|
|
498
489
|
"arcgis-sketch",
|
|
499
490
|
{
|
|
@@ -506,7 +497,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
506
497
|
onArcgisUpdate: "arcgisUpdate"
|
|
507
498
|
}
|
|
508
499
|
)
|
|
509
|
-
),
|
|
500
|
+
), ar = /* @__PURE__ */ e(
|
|
510
501
|
r(
|
|
511
502
|
"arcgis-slice",
|
|
512
503
|
{
|
|
@@ -514,7 +505,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
514
505
|
onArcgisReady: "arcgisReady"
|
|
515
506
|
}
|
|
516
507
|
)
|
|
517
|
-
),
|
|
508
|
+
), sr = /* @__PURE__ */ e(
|
|
509
|
+
r(
|
|
510
|
+
"arcgis-color-select",
|
|
511
|
+
{
|
|
512
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
513
|
+
}
|
|
514
|
+
)
|
|
515
|
+
), gr = /* @__PURE__ */ e(
|
|
518
516
|
r(
|
|
519
517
|
"arcgis-swipe",
|
|
520
518
|
{
|
|
@@ -524,7 +522,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
524
522
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
525
523
|
}
|
|
526
524
|
)
|
|
527
|
-
),
|
|
525
|
+
), cr = /* @__PURE__ */ e(
|
|
528
526
|
r(
|
|
529
527
|
"arcgis-table-list",
|
|
530
528
|
{
|
|
@@ -534,7 +532,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
534
532
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
535
533
|
}
|
|
536
534
|
)
|
|
537
|
-
),
|
|
535
|
+
), or = /* @__PURE__ */ e(
|
|
538
536
|
r(
|
|
539
537
|
"arcgis-time-slider",
|
|
540
538
|
{
|
|
@@ -543,7 +541,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
543
541
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
544
542
|
}
|
|
545
543
|
)
|
|
546
|
-
),
|
|
544
|
+
), nr = /* @__PURE__ */ e(
|
|
547
545
|
r(
|
|
548
546
|
"arcgis-time-zone-label",
|
|
549
547
|
{
|
|
@@ -551,7 +549,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
551
549
|
onArcgisReady: "arcgisReady"
|
|
552
550
|
}
|
|
553
551
|
)
|
|
554
|
-
),
|
|
552
|
+
), tr = /* @__PURE__ */ e(
|
|
555
553
|
r(
|
|
556
554
|
"arcgis-track",
|
|
557
555
|
{
|
|
@@ -561,14 +559,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
561
559
|
onArcgisReady: "arcgisReady"
|
|
562
560
|
}
|
|
563
561
|
)
|
|
564
|
-
),
|
|
562
|
+
), Ar = /* @__PURE__ */ e(
|
|
565
563
|
r(
|
|
566
564
|
"arcgis-utility-network-associations",
|
|
567
565
|
{
|
|
568
566
|
onArcgisReady: "arcgisReady"
|
|
569
567
|
}
|
|
570
568
|
)
|
|
571
|
-
),
|
|
569
|
+
), yr = /* @__PURE__ */ e(
|
|
572
570
|
r(
|
|
573
571
|
"arcgis-utility-network-trace",
|
|
574
572
|
{
|
|
@@ -581,7 +579,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
581
579
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
582
580
|
}
|
|
583
581
|
)
|
|
584
|
-
),
|
|
582
|
+
), lr = /* @__PURE__ */ e(
|
|
585
583
|
r(
|
|
586
584
|
"arcgis-utility-network-trace-analysis",
|
|
587
585
|
{
|
|
@@ -589,29 +587,49 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
589
587
|
onArcgisReady: "arcgisReady"
|
|
590
588
|
}
|
|
591
589
|
)
|
|
592
|
-
),
|
|
590
|
+
), Cr = /* @__PURE__ */ e(
|
|
593
591
|
r(
|
|
594
592
|
"arcgis-utility-network-result-feature-list",
|
|
595
593
|
{
|
|
596
594
|
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
597
595
|
}
|
|
598
596
|
)
|
|
597
|
+
), dr = /* @__PURE__ */ e(
|
|
598
|
+
r(
|
|
599
|
+
"arcgis-utility-network-subnetwork-info",
|
|
600
|
+
{}
|
|
601
|
+
)
|
|
599
602
|
), wr = /* @__PURE__ */ e(
|
|
600
603
|
r(
|
|
601
604
|
"arcgis-utility-network-trace-inputs",
|
|
602
605
|
{
|
|
606
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
603
607
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
604
608
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
605
609
|
}
|
|
606
610
|
)
|
|
607
611
|
), pr = /* @__PURE__ */ e(
|
|
612
|
+
r(
|
|
613
|
+
"arcgis-utility-network-trace-location",
|
|
614
|
+
{
|
|
615
|
+
onArcgisTraceLocationChange: "arcgisTraceLocationChange",
|
|
616
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
617
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
618
|
+
}
|
|
619
|
+
)
|
|
620
|
+
), hr = /* @__PURE__ */ e(
|
|
621
|
+
r(
|
|
622
|
+
"arcgis-utility-network-trace-location-list",
|
|
623
|
+
{}
|
|
624
|
+
)
|
|
625
|
+
), Vr = /* @__PURE__ */ e(
|
|
608
626
|
r(
|
|
609
627
|
"arcgis-utility-network-trace-results",
|
|
610
628
|
{
|
|
611
629
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
612
630
|
}
|
|
613
631
|
)
|
|
614
|
-
),
|
|
632
|
+
), Rr = /* @__PURE__ */ e(
|
|
615
633
|
r(
|
|
616
634
|
"arcgis-utility-network-validate-topology",
|
|
617
635
|
{
|
|
@@ -619,7 +637,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
619
637
|
onArcgisReady: "arcgisReady"
|
|
620
638
|
}
|
|
621
639
|
)
|
|
622
|
-
),
|
|
640
|
+
), Pr = /* @__PURE__ */ e(
|
|
623
641
|
r(
|
|
624
642
|
"arcgis-value-picker",
|
|
625
643
|
{
|
|
@@ -632,7 +650,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
632
650
|
onArcgisReady: "arcgisReady"
|
|
633
651
|
}
|
|
634
652
|
)
|
|
635
|
-
),
|
|
653
|
+
), mr = /* @__PURE__ */ e(
|
|
636
654
|
r(
|
|
637
655
|
"arcgis-version-management",
|
|
638
656
|
{
|
|
@@ -640,14 +658,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
640
658
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
641
659
|
}
|
|
642
660
|
)
|
|
643
|
-
),
|
|
661
|
+
), ur = /* @__PURE__ */ e(
|
|
644
662
|
r(
|
|
645
663
|
"arcgis-video",
|
|
646
664
|
{
|
|
647
665
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
648
666
|
}
|
|
649
667
|
)
|
|
650
|
-
),
|
|
668
|
+
), kr = /* @__PURE__ */ e(
|
|
651
669
|
r(
|
|
652
670
|
"arcgis-video-player",
|
|
653
671
|
{
|
|
@@ -656,7 +674,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
656
674
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
657
675
|
}
|
|
658
676
|
)
|
|
659
|
-
),
|
|
677
|
+
), Sr = /* @__PURE__ */ e(
|
|
678
|
+
r(
|
|
679
|
+
"arcgis-volume-measurement",
|
|
680
|
+
{
|
|
681
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
682
|
+
onArcgisReady: "arcgisReady"
|
|
683
|
+
}
|
|
684
|
+
)
|
|
685
|
+
), Lr = /* @__PURE__ */ e(
|
|
660
686
|
r(
|
|
661
687
|
"arcgis-weather",
|
|
662
688
|
{
|
|
@@ -664,7 +690,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
664
690
|
onArcgisReady: "arcgisReady"
|
|
665
691
|
}
|
|
666
692
|
)
|
|
667
|
-
),
|
|
693
|
+
), vr = /* @__PURE__ */ e(
|
|
668
694
|
r(
|
|
669
695
|
"arcgis-zoom",
|
|
670
696
|
{
|
|
@@ -683,65 +709,68 @@ export {
|
|
|
683
709
|
d as ArcgisBookmarks,
|
|
684
710
|
w as ArcgisBuildingExplorer,
|
|
685
711
|
p as ArcgisCatalogLayerList,
|
|
712
|
+
sr as ArcgisColorSelect,
|
|
686
713
|
h as ArcgisCompass,
|
|
687
714
|
V as ArcgisCoordinateConversion,
|
|
688
|
-
|
|
715
|
+
R as ArcgisDaylight,
|
|
689
716
|
u as ArcgisDirectLineMeasurement3d,
|
|
690
|
-
|
|
717
|
+
P as ArcgisDirectionalPad,
|
|
691
718
|
m as ArcgisDirections,
|
|
692
|
-
k as
|
|
693
|
-
S as
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
U as
|
|
700
|
-
b as
|
|
701
|
-
M as
|
|
702
|
-
f as
|
|
703
|
-
I as
|
|
704
|
-
F as
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
B as
|
|
708
|
-
W as
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
G as
|
|
712
|
-
O as
|
|
713
|
-
z as
|
|
714
|
-
Z as
|
|
715
|
-
j as
|
|
716
|
-
q as
|
|
717
|
-
J as
|
|
718
|
-
Q as
|
|
719
|
-
X as
|
|
720
|
-
Y as
|
|
721
|
-
_ as
|
|
722
|
-
$ as
|
|
723
|
-
rr as
|
|
724
|
-
er as
|
|
725
|
-
ir as
|
|
726
|
-
ar as
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
lr as
|
|
737
|
-
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
719
|
+
k as ArcgisDistanceMeasurement2d,
|
|
720
|
+
S as ArcgisEditor,
|
|
721
|
+
L as ArcgisElevationProfile,
|
|
722
|
+
v as ArcgisExpand,
|
|
723
|
+
D as ArcgisFeature,
|
|
724
|
+
E as ArcgisFeatureForm,
|
|
725
|
+
T as ArcgisFeatureTable,
|
|
726
|
+
U as ArcgisFeatureTemplates,
|
|
727
|
+
b as ArcgisFeatures,
|
|
728
|
+
M as ArcgisFloorFilter,
|
|
729
|
+
f as ArcgisFullscreen,
|
|
730
|
+
I as ArcgisGridControls,
|
|
731
|
+
F as ArcgisHistogramRangeSlider,
|
|
732
|
+
N as ArcgisHome,
|
|
733
|
+
K as ArcgisLayerList,
|
|
734
|
+
B as ArcgisLegend,
|
|
735
|
+
W as ArcgisLineOfSight,
|
|
736
|
+
H as ArcgisLinkChart,
|
|
737
|
+
x as ArcgisLinkChartLayoutSwitcher,
|
|
738
|
+
G as ArcgisLocate,
|
|
739
|
+
O as ArcgisMap,
|
|
740
|
+
z as ArcgisMeasurement,
|
|
741
|
+
Z as ArcgisNavigationToggle,
|
|
742
|
+
j as ArcgisOrientedImageryViewer,
|
|
743
|
+
q as ArcgisPlacement,
|
|
744
|
+
J as ArcgisPopup,
|
|
745
|
+
Q as ArcgisPrint,
|
|
746
|
+
X as ArcgisScaleBar,
|
|
747
|
+
Y as ArcgisScaleRangeSlider,
|
|
748
|
+
_ as ArcgisScene,
|
|
749
|
+
$ as ArcgisSearch,
|
|
750
|
+
rr as ArcgisSearchResultRenderer,
|
|
751
|
+
er as ArcgisShadowCast,
|
|
752
|
+
ir as ArcgisSketch,
|
|
753
|
+
ar as ArcgisSlice,
|
|
754
|
+
gr as ArcgisSwipe,
|
|
755
|
+
cr as ArcgisTableList,
|
|
756
|
+
or as ArcgisTimeSlider,
|
|
757
|
+
nr as ArcgisTimeZoneLabel,
|
|
758
|
+
tr as ArcgisTrack,
|
|
759
|
+
Ar as ArcgisUtilityNetworkAssociations,
|
|
760
|
+
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
761
|
+
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
762
|
+
yr as ArcgisUtilityNetworkTrace,
|
|
763
|
+
lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
738
764
|
wr as ArcgisUtilityNetworkTraceInputs,
|
|
739
|
-
pr as
|
|
740
|
-
hr as
|
|
741
|
-
Vr as
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
mr as
|
|
745
|
-
ur as
|
|
746
|
-
kr as
|
|
765
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
766
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
767
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
768
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
769
|
+
Pr as ArcgisValuePicker,
|
|
770
|
+
mr as ArcgisVersionManagement,
|
|
771
|
+
ur as ArcgisVideo,
|
|
772
|
+
kr as ArcgisVideoPlayer,
|
|
773
|
+
Sr as ArcgisVolumeMeasurement,
|
|
774
|
+
Lr as ArcgisWeather,
|
|
775
|
+
vr as ArcgisZoom
|
|
747
776
|
};
|
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.51",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
34
|
-
"@esri/calcite-components": "^3.3.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.51",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.51",
|
|
34
|
+
"@esri/calcite-components": "^3.3.2",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|