@arcgis/map-components-react 5.0.0-next.5 → 5.0.0-next.50
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 +27 -12
- package/dist/index.js +152 -131
- 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;
|
|
@@ -473,12 +468,26 @@ export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react')
|
|
|
473
468
|
}, {
|
|
474
469
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
475
470
|
}>;
|
|
471
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
472
|
+
class?: string;
|
|
473
|
+
}, {}>;
|
|
476
474
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
477
475
|
class?: string;
|
|
478
476
|
}, {
|
|
477
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
479
478
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
480
479
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
481
480
|
}>;
|
|
481
|
+
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
482
|
+
class?: string;
|
|
483
|
+
}, {
|
|
484
|
+
onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
|
|
485
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
486
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
487
|
+
}>;
|
|
488
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
489
|
+
class?: string;
|
|
490
|
+
}, {}>;
|
|
482
491
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
483
492
|
class?: string;
|
|
484
493
|
}, {
|
|
@@ -519,6 +528,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
519
528
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
520
529
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
521
530
|
}>;
|
|
531
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
532
|
+
class?: string;
|
|
533
|
+
}, {
|
|
534
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
535
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
536
|
+
}>;
|
|
522
537
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
523
538
|
class?: string;
|
|
524
539
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
43
43
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), d = /* @__PURE__ */ e(
|
|
47
47
|
r(
|
|
48
48
|
"arcgis-basemap-toggle",
|
|
49
49
|
{
|
|
@@ -51,12 +51,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
51
51
|
onArcgisReady: "arcgisReady"
|
|
52
52
|
}
|
|
53
53
|
)
|
|
54
|
-
),
|
|
54
|
+
), C = /* @__PURE__ */ e(
|
|
55
55
|
r(
|
|
56
56
|
"arcgis-bookmarks",
|
|
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,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
514
505
|
onArcgisReady: "arcgisReady"
|
|
515
506
|
}
|
|
516
507
|
)
|
|
517
|
-
),
|
|
508
|
+
), sr = /* @__PURE__ */ e(
|
|
518
509
|
r(
|
|
519
510
|
"arcgis-swipe",
|
|
520
511
|
{
|
|
@@ -524,7 +515,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
524
515
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
525
516
|
}
|
|
526
517
|
)
|
|
527
|
-
),
|
|
518
|
+
), gr = /* @__PURE__ */ e(
|
|
528
519
|
r(
|
|
529
520
|
"arcgis-table-list",
|
|
530
521
|
{
|
|
@@ -534,7 +525,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
534
525
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
535
526
|
}
|
|
536
527
|
)
|
|
537
|
-
),
|
|
528
|
+
), cr = /* @__PURE__ */ e(
|
|
538
529
|
r(
|
|
539
530
|
"arcgis-time-slider",
|
|
540
531
|
{
|
|
@@ -543,7 +534,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
543
534
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
544
535
|
}
|
|
545
536
|
)
|
|
546
|
-
),
|
|
537
|
+
), or = /* @__PURE__ */ e(
|
|
547
538
|
r(
|
|
548
539
|
"arcgis-time-zone-label",
|
|
549
540
|
{
|
|
@@ -551,7 +542,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
551
542
|
onArcgisReady: "arcgisReady"
|
|
552
543
|
}
|
|
553
544
|
)
|
|
554
|
-
),
|
|
545
|
+
), nr = /* @__PURE__ */ e(
|
|
555
546
|
r(
|
|
556
547
|
"arcgis-track",
|
|
557
548
|
{
|
|
@@ -561,14 +552,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
561
552
|
onArcgisReady: "arcgisReady"
|
|
562
553
|
}
|
|
563
554
|
)
|
|
564
|
-
),
|
|
555
|
+
), tr = /* @__PURE__ */ e(
|
|
565
556
|
r(
|
|
566
557
|
"arcgis-utility-network-associations",
|
|
567
558
|
{
|
|
568
559
|
onArcgisReady: "arcgisReady"
|
|
569
560
|
}
|
|
570
561
|
)
|
|
571
|
-
),
|
|
562
|
+
), Ar = /* @__PURE__ */ e(
|
|
572
563
|
r(
|
|
573
564
|
"arcgis-utility-network-trace",
|
|
574
565
|
{
|
|
@@ -581,7 +572,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
581
572
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
582
573
|
}
|
|
583
574
|
)
|
|
584
|
-
),
|
|
575
|
+
), yr = /* @__PURE__ */ e(
|
|
585
576
|
r(
|
|
586
577
|
"arcgis-utility-network-trace-analysis",
|
|
587
578
|
{
|
|
@@ -589,29 +580,49 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
589
580
|
onArcgisReady: "arcgisReady"
|
|
590
581
|
}
|
|
591
582
|
)
|
|
592
|
-
),
|
|
583
|
+
), lr = /* @__PURE__ */ e(
|
|
593
584
|
r(
|
|
594
585
|
"arcgis-utility-network-result-feature-list",
|
|
595
586
|
{
|
|
596
587
|
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
597
588
|
}
|
|
598
589
|
)
|
|
599
|
-
),
|
|
590
|
+
), dr = /* @__PURE__ */ e(
|
|
591
|
+
r(
|
|
592
|
+
"arcgis-utility-network-subnetwork-info",
|
|
593
|
+
{}
|
|
594
|
+
)
|
|
595
|
+
), Cr = /* @__PURE__ */ e(
|
|
600
596
|
r(
|
|
601
597
|
"arcgis-utility-network-trace-inputs",
|
|
602
598
|
{
|
|
599
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
603
600
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
604
601
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
605
602
|
}
|
|
606
603
|
)
|
|
604
|
+
), wr = /* @__PURE__ */ e(
|
|
605
|
+
r(
|
|
606
|
+
"arcgis-utility-network-trace-location",
|
|
607
|
+
{
|
|
608
|
+
onArcgisTraceLocationChange: "arcgisTraceLocationChange",
|
|
609
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
610
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
611
|
+
}
|
|
612
|
+
)
|
|
607
613
|
), pr = /* @__PURE__ */ e(
|
|
614
|
+
r(
|
|
615
|
+
"arcgis-utility-network-trace-location-list",
|
|
616
|
+
{}
|
|
617
|
+
)
|
|
618
|
+
), hr = /* @__PURE__ */ e(
|
|
608
619
|
r(
|
|
609
620
|
"arcgis-utility-network-trace-results",
|
|
610
621
|
{
|
|
611
622
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
612
623
|
}
|
|
613
624
|
)
|
|
614
|
-
),
|
|
625
|
+
), Vr = /* @__PURE__ */ e(
|
|
615
626
|
r(
|
|
616
627
|
"arcgis-utility-network-validate-topology",
|
|
617
628
|
{
|
|
@@ -619,7 +630,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
619
630
|
onArcgisReady: "arcgisReady"
|
|
620
631
|
}
|
|
621
632
|
)
|
|
622
|
-
),
|
|
633
|
+
), Rr = /* @__PURE__ */ e(
|
|
623
634
|
r(
|
|
624
635
|
"arcgis-value-picker",
|
|
625
636
|
{
|
|
@@ -640,14 +651,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
640
651
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
641
652
|
}
|
|
642
653
|
)
|
|
643
|
-
),
|
|
654
|
+
), mr = /* @__PURE__ */ e(
|
|
644
655
|
r(
|
|
645
656
|
"arcgis-video",
|
|
646
657
|
{
|
|
647
658
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
648
659
|
}
|
|
649
660
|
)
|
|
650
|
-
),
|
|
661
|
+
), ur = /* @__PURE__ */ e(
|
|
651
662
|
r(
|
|
652
663
|
"arcgis-video-player",
|
|
653
664
|
{
|
|
@@ -656,7 +667,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
656
667
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
657
668
|
}
|
|
658
669
|
)
|
|
659
|
-
),
|
|
670
|
+
), kr = /* @__PURE__ */ e(
|
|
671
|
+
r(
|
|
672
|
+
"arcgis-volume-measurement",
|
|
673
|
+
{
|
|
674
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
675
|
+
onArcgisReady: "arcgisReady"
|
|
676
|
+
}
|
|
677
|
+
)
|
|
678
|
+
), Sr = /* @__PURE__ */ e(
|
|
660
679
|
r(
|
|
661
680
|
"arcgis-weather",
|
|
662
681
|
{
|
|
@@ -664,7 +683,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
664
683
|
onArcgisReady: "arcgisReady"
|
|
665
684
|
}
|
|
666
685
|
)
|
|
667
|
-
),
|
|
686
|
+
), Lr = /* @__PURE__ */ e(
|
|
668
687
|
r(
|
|
669
688
|
"arcgis-zoom",
|
|
670
689
|
{
|
|
@@ -679,69 +698,71 @@ export {
|
|
|
679
698
|
A as ArcgisAttachments,
|
|
680
699
|
y as ArcgisBasemapGallery,
|
|
681
700
|
l as ArcgisBasemapLayerList,
|
|
682
|
-
|
|
683
|
-
|
|
701
|
+
d as ArcgisBasemapToggle,
|
|
702
|
+
C as ArcgisBookmarks,
|
|
684
703
|
w as ArcgisBuildingExplorer,
|
|
685
704
|
p as ArcgisCatalogLayerList,
|
|
686
705
|
h as ArcgisCompass,
|
|
687
706
|
V as ArcgisCoordinateConversion,
|
|
688
|
-
|
|
707
|
+
R as ArcgisDaylight,
|
|
689
708
|
u as ArcgisDirectLineMeasurement3d,
|
|
690
|
-
|
|
709
|
+
P as ArcgisDirectionalPad,
|
|
691
710
|
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
|
-
sr as
|
|
728
|
-
gr as
|
|
729
|
-
cr as
|
|
730
|
-
or as
|
|
731
|
-
nr as
|
|
732
|
-
tr as
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
Cr as
|
|
738
|
-
wr as
|
|
739
|
-
pr as
|
|
740
|
-
hr as
|
|
741
|
-
Vr as
|
|
711
|
+
k as ArcgisDistanceMeasurement2d,
|
|
712
|
+
S as ArcgisEditor,
|
|
713
|
+
L as ArcgisElevationProfile,
|
|
714
|
+
v as ArcgisExpand,
|
|
715
|
+
D as ArcgisFeature,
|
|
716
|
+
E as ArcgisFeatureForm,
|
|
717
|
+
T as ArcgisFeatureTable,
|
|
718
|
+
U as ArcgisFeatureTemplates,
|
|
719
|
+
b as ArcgisFeatures,
|
|
720
|
+
M as ArcgisFloorFilter,
|
|
721
|
+
f as ArcgisFullscreen,
|
|
722
|
+
I as ArcgisGridControls,
|
|
723
|
+
F as ArcgisHistogramRangeSlider,
|
|
724
|
+
N as ArcgisHome,
|
|
725
|
+
K as ArcgisLayerList,
|
|
726
|
+
B as ArcgisLegend,
|
|
727
|
+
W as ArcgisLineOfSight,
|
|
728
|
+
H as ArcgisLinkChart,
|
|
729
|
+
x as ArcgisLinkChartLayoutSwitcher,
|
|
730
|
+
G as ArcgisLocate,
|
|
731
|
+
O as ArcgisMap,
|
|
732
|
+
z as ArcgisMeasurement,
|
|
733
|
+
Z as ArcgisNavigationToggle,
|
|
734
|
+
j as ArcgisOrientedImageryViewer,
|
|
735
|
+
q as ArcgisPlacement,
|
|
736
|
+
J as ArcgisPopup,
|
|
737
|
+
Q as ArcgisPrint,
|
|
738
|
+
X as ArcgisScaleBar,
|
|
739
|
+
Y as ArcgisScaleRangeSlider,
|
|
740
|
+
_ as ArcgisScene,
|
|
741
|
+
$ as ArcgisSearch,
|
|
742
|
+
rr as ArcgisSearchResultRenderer,
|
|
743
|
+
er as ArcgisShadowCast,
|
|
744
|
+
ir as ArcgisSketch,
|
|
745
|
+
ar as ArcgisSlice,
|
|
746
|
+
sr as ArcgisSwipe,
|
|
747
|
+
gr as ArcgisTableList,
|
|
748
|
+
cr as ArcgisTimeSlider,
|
|
749
|
+
or as ArcgisTimeZoneLabel,
|
|
750
|
+
nr as ArcgisTrack,
|
|
751
|
+
tr as ArcgisUtilityNetworkAssociations,
|
|
752
|
+
lr as ArcgisUtilityNetworkResultFeatureList,
|
|
753
|
+
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
754
|
+
Ar as ArcgisUtilityNetworkTrace,
|
|
755
|
+
yr as ArcgisUtilityNetworkTraceAnalysis,
|
|
756
|
+
Cr as ArcgisUtilityNetworkTraceInputs,
|
|
757
|
+
wr as ArcgisUtilityNetworkTraceLocation,
|
|
758
|
+
pr as ArcgisUtilityNetworkTraceLocationList,
|
|
759
|
+
hr as ArcgisUtilityNetworkTraceResults,
|
|
760
|
+
Vr as ArcgisUtilityNetworkValidateTopology,
|
|
761
|
+
Rr as ArcgisValuePicker,
|
|
742
762
|
Pr as ArcgisVersionManagement,
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
763
|
+
mr as ArcgisVideo,
|
|
764
|
+
ur as ArcgisVideoPlayer,
|
|
765
|
+
kr as ArcgisVolumeMeasurement,
|
|
766
|
+
Sr as ArcgisWeather,
|
|
767
|
+
Lr as ArcgisZoom
|
|
747
768
|
};
|
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.50",
|
|
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.50",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.50",
|
|
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"
|