@arcgis/map-components-react 5.0.0-next.6 → 5.0.0-next.60
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 +28 -12
- package/dist/index.js +147 -122
- package/package.json +5 -5
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
|
}, {
|
|
@@ -331,9 +320,11 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
331
320
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
332
321
|
class?: string;
|
|
333
322
|
}, {
|
|
323
|
+
onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
|
|
334
324
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
335
325
|
onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
|
|
336
326
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
327
|
+
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
337
328
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
338
329
|
}>;
|
|
339
330
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
@@ -415,6 +406,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
415
406
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
416
407
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
417
408
|
}>;
|
|
409
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
410
|
+
class?: string;
|
|
411
|
+
}, {
|
|
412
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
413
|
+
}>;
|
|
418
414
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
419
415
|
class?: string;
|
|
420
416
|
}, {
|
|
@@ -479,12 +475,26 @@ export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react')
|
|
|
479
475
|
}, {
|
|
480
476
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
481
477
|
}>;
|
|
478
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
479
|
+
class?: string;
|
|
480
|
+
}, {}>;
|
|
482
481
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
483
482
|
class?: string;
|
|
484
483
|
}, {
|
|
484
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
485
485
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
486
486
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
487
487
|
}>;
|
|
488
|
+
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
489
|
+
class?: string;
|
|
490
|
+
}, {
|
|
491
|
+
onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
|
|
492
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
493
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
494
|
+
}>;
|
|
495
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
496
|
+
class?: string;
|
|
497
|
+
}, {}>;
|
|
488
498
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
489
499
|
class?: string;
|
|
490
500
|
}, {
|
|
@@ -525,6 +535,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
525
535
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
526
536
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
527
537
|
}>;
|
|
538
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
539
|
+
class?: string;
|
|
540
|
+
}, {
|
|
541
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
542
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
543
|
+
}>;
|
|
528
544
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
529
545
|
class?: string;
|
|
530
546
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
33
33
|
onArcgisReady: "arcgisReady"
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
|
-
),
|
|
36
|
+
), l = /* @__PURE__ */ e(
|
|
37
37
|
r(
|
|
38
38
|
"arcgis-basemap-layer-list",
|
|
39
39
|
{
|
|
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
43
43
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), C = /* @__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
|
+
), d = /* @__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
|
}
|
|
@@ -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,7 +280,7 @@ 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
|
{
|
|
@@ -325,7 +310,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
325
310
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
326
311
|
}
|
|
327
312
|
)
|
|
328
|
-
),
|
|
313
|
+
), x = /* @__PURE__ */ e(
|
|
329
314
|
r(
|
|
330
315
|
"arcgis-link-chart-layout-switcher",
|
|
331
316
|
{
|
|
@@ -334,7 +319,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
319
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
335
320
|
}
|
|
336
321
|
)
|
|
337
|
-
),
|
|
322
|
+
), G = /* @__PURE__ */ e(
|
|
338
323
|
r(
|
|
339
324
|
"arcgis-locate",
|
|
340
325
|
{
|
|
@@ -344,7 +329,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
344
329
|
onArcgisSuccess: "arcgisSuccess"
|
|
345
330
|
}
|
|
346
331
|
)
|
|
347
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
348
333
|
r(
|
|
349
334
|
"arcgis-map",
|
|
350
335
|
{
|
|
@@ -374,7 +359,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
374
359
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
375
360
|
}
|
|
376
361
|
)
|
|
377
|
-
),
|
|
362
|
+
), z = /* @__PURE__ */ e(
|
|
378
363
|
r(
|
|
379
364
|
"arcgis-measurement",
|
|
380
365
|
{
|
|
@@ -382,7 +367,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
382
367
|
onArcgisReady: "arcgisReady"
|
|
383
368
|
}
|
|
384
369
|
)
|
|
385
|
-
),
|
|
370
|
+
), Z = /* @__PURE__ */ e(
|
|
386
371
|
r(
|
|
387
372
|
"arcgis-navigation-toggle",
|
|
388
373
|
{
|
|
@@ -390,7 +375,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
390
375
|
onArcgisReady: "arcgisReady"
|
|
391
376
|
}
|
|
392
377
|
)
|
|
393
|
-
),
|
|
378
|
+
), j = /* @__PURE__ */ e(
|
|
394
379
|
r(
|
|
395
380
|
"arcgis-oriented-imagery-viewer",
|
|
396
381
|
{
|
|
@@ -398,14 +383,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
398
383
|
onArcgisReady: "arcgisReady"
|
|
399
384
|
}
|
|
400
385
|
)
|
|
401
|
-
),
|
|
386
|
+
), q = /* @__PURE__ */ e(
|
|
402
387
|
r(
|
|
403
388
|
"arcgis-placement",
|
|
404
389
|
{
|
|
405
390
|
onArcgisReady: "arcgisReady"
|
|
406
391
|
}
|
|
407
392
|
)
|
|
408
|
-
),
|
|
393
|
+
), J = /* @__PURE__ */ e(
|
|
409
394
|
r(
|
|
410
395
|
"arcgis-popup",
|
|
411
396
|
{
|
|
@@ -415,24 +400,26 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
415
400
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
416
401
|
}
|
|
417
402
|
)
|
|
418
|
-
),
|
|
403
|
+
), Q = /* @__PURE__ */ e(
|
|
419
404
|
r(
|
|
420
405
|
"arcgis-print",
|
|
421
406
|
{
|
|
407
|
+
onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
|
|
422
408
|
onArcgisComplete: "arcgisComplete",
|
|
423
409
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
424
410
|
onArcgisReady: "arcgisReady",
|
|
411
|
+
onArcgisSaveAs: "arcgisSaveAs",
|
|
425
412
|
onArcgisSubmit: "arcgisSubmit"
|
|
426
413
|
}
|
|
427
414
|
)
|
|
428
|
-
),
|
|
415
|
+
), X = /* @__PURE__ */ e(
|
|
429
416
|
r(
|
|
430
417
|
"arcgis-scale-bar",
|
|
431
418
|
{
|
|
432
419
|
onArcgisReady: "arcgisReady"
|
|
433
420
|
}
|
|
434
421
|
)
|
|
435
|
-
),
|
|
422
|
+
), Y = /* @__PURE__ */ e(
|
|
436
423
|
r(
|
|
437
424
|
"arcgis-scale-range-slider",
|
|
438
425
|
{
|
|
@@ -440,7 +427,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
427
|
onArcgisReady: "arcgisReady"
|
|
441
428
|
}
|
|
442
429
|
)
|
|
443
|
-
),
|
|
430
|
+
), _ = /* @__PURE__ */ e(
|
|
444
431
|
r(
|
|
445
432
|
"arcgis-scene",
|
|
446
433
|
{
|
|
@@ -470,7 +457,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
470
457
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
471
458
|
}
|
|
472
459
|
)
|
|
473
|
-
),
|
|
460
|
+
), $ = /* @__PURE__ */ e(
|
|
474
461
|
r(
|
|
475
462
|
"arcgis-search",
|
|
476
463
|
{
|
|
@@ -484,14 +471,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
484
471
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
485
472
|
}
|
|
486
473
|
)
|
|
487
|
-
),
|
|
474
|
+
), rr = /* @__PURE__ */ e(
|
|
488
475
|
r(
|
|
489
476
|
"arcgis-search-result-renderer",
|
|
490
477
|
{
|
|
491
478
|
onArcgisReady: "arcgisReady"
|
|
492
479
|
}
|
|
493
480
|
)
|
|
494
|
-
),
|
|
481
|
+
), er = /* @__PURE__ */ e(
|
|
495
482
|
r(
|
|
496
483
|
"arcgis-shadow-cast",
|
|
497
484
|
{
|
|
@@ -499,7 +486,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
499
486
|
onArcgisReady: "arcgisReady"
|
|
500
487
|
}
|
|
501
488
|
)
|
|
502
|
-
),
|
|
489
|
+
), ir = /* @__PURE__ */ e(
|
|
503
490
|
r(
|
|
504
491
|
"arcgis-sketch",
|
|
505
492
|
{
|
|
@@ -512,7 +499,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
499
|
onArcgisUpdate: "arcgisUpdate"
|
|
513
500
|
}
|
|
514
501
|
)
|
|
515
|
-
),
|
|
502
|
+
), ar = /* @__PURE__ */ e(
|
|
516
503
|
r(
|
|
517
504
|
"arcgis-slice",
|
|
518
505
|
{
|
|
@@ -520,7 +507,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
520
507
|
onArcgisReady: "arcgisReady"
|
|
521
508
|
}
|
|
522
509
|
)
|
|
523
|
-
),
|
|
510
|
+
), sr = /* @__PURE__ */ e(
|
|
511
|
+
r(
|
|
512
|
+
"arcgis-color-select",
|
|
513
|
+
{
|
|
514
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
515
|
+
}
|
|
516
|
+
)
|
|
517
|
+
), gr = /* @__PURE__ */ e(
|
|
524
518
|
r(
|
|
525
519
|
"arcgis-swipe",
|
|
526
520
|
{
|
|
@@ -530,7 +524,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
530
524
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
531
525
|
}
|
|
532
526
|
)
|
|
533
|
-
),
|
|
527
|
+
), cr = /* @__PURE__ */ e(
|
|
534
528
|
r(
|
|
535
529
|
"arcgis-table-list",
|
|
536
530
|
{
|
|
@@ -540,7 +534,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
540
534
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
541
535
|
}
|
|
542
536
|
)
|
|
543
|
-
),
|
|
537
|
+
), or = /* @__PURE__ */ e(
|
|
544
538
|
r(
|
|
545
539
|
"arcgis-time-slider",
|
|
546
540
|
{
|
|
@@ -549,7 +543,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
549
543
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
550
544
|
}
|
|
551
545
|
)
|
|
552
|
-
),
|
|
546
|
+
), nr = /* @__PURE__ */ e(
|
|
553
547
|
r(
|
|
554
548
|
"arcgis-time-zone-label",
|
|
555
549
|
{
|
|
@@ -557,7 +551,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
557
551
|
onArcgisReady: "arcgisReady"
|
|
558
552
|
}
|
|
559
553
|
)
|
|
560
|
-
),
|
|
554
|
+
), tr = /* @__PURE__ */ e(
|
|
561
555
|
r(
|
|
562
556
|
"arcgis-track",
|
|
563
557
|
{
|
|
@@ -567,14 +561,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
567
561
|
onArcgisReady: "arcgisReady"
|
|
568
562
|
}
|
|
569
563
|
)
|
|
570
|
-
),
|
|
564
|
+
), Ar = /* @__PURE__ */ e(
|
|
571
565
|
r(
|
|
572
566
|
"arcgis-utility-network-associations",
|
|
573
567
|
{
|
|
574
568
|
onArcgisReady: "arcgisReady"
|
|
575
569
|
}
|
|
576
570
|
)
|
|
577
|
-
),
|
|
571
|
+
), yr = /* @__PURE__ */ e(
|
|
578
572
|
r(
|
|
579
573
|
"arcgis-utility-network-trace",
|
|
580
574
|
{
|
|
@@ -602,22 +596,42 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
602
596
|
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
603
597
|
}
|
|
604
598
|
)
|
|
599
|
+
), dr = /* @__PURE__ */ e(
|
|
600
|
+
r(
|
|
601
|
+
"arcgis-utility-network-subnetwork-info",
|
|
602
|
+
{}
|
|
603
|
+
)
|
|
605
604
|
), wr = /* @__PURE__ */ e(
|
|
606
605
|
r(
|
|
607
606
|
"arcgis-utility-network-trace-inputs",
|
|
608
607
|
{
|
|
608
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
609
609
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
610
610
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
611
611
|
}
|
|
612
612
|
)
|
|
613
613
|
), pr = /* @__PURE__ */ e(
|
|
614
|
+
r(
|
|
615
|
+
"arcgis-utility-network-trace-location",
|
|
616
|
+
{
|
|
617
|
+
onArcgisTraceLocationChange: "arcgisTraceLocationChange",
|
|
618
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
619
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
620
|
+
}
|
|
621
|
+
)
|
|
622
|
+
), hr = /* @__PURE__ */ e(
|
|
623
|
+
r(
|
|
624
|
+
"arcgis-utility-network-trace-location-list",
|
|
625
|
+
{}
|
|
626
|
+
)
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
614
628
|
r(
|
|
615
629
|
"arcgis-utility-network-trace-results",
|
|
616
630
|
{
|
|
617
631
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
618
632
|
}
|
|
619
633
|
)
|
|
620
|
-
),
|
|
634
|
+
), Rr = /* @__PURE__ */ e(
|
|
621
635
|
r(
|
|
622
636
|
"arcgis-utility-network-validate-topology",
|
|
623
637
|
{
|
|
@@ -625,7 +639,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
625
639
|
onArcgisReady: "arcgisReady"
|
|
626
640
|
}
|
|
627
641
|
)
|
|
628
|
-
),
|
|
642
|
+
), Pr = /* @__PURE__ */ e(
|
|
629
643
|
r(
|
|
630
644
|
"arcgis-value-picker",
|
|
631
645
|
{
|
|
@@ -638,7 +652,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
638
652
|
onArcgisReady: "arcgisReady"
|
|
639
653
|
}
|
|
640
654
|
)
|
|
641
|
-
),
|
|
655
|
+
), mr = /* @__PURE__ */ e(
|
|
642
656
|
r(
|
|
643
657
|
"arcgis-version-management",
|
|
644
658
|
{
|
|
@@ -646,14 +660,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
646
660
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
647
661
|
}
|
|
648
662
|
)
|
|
649
|
-
),
|
|
663
|
+
), ur = /* @__PURE__ */ e(
|
|
650
664
|
r(
|
|
651
665
|
"arcgis-video",
|
|
652
666
|
{
|
|
653
667
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
654
668
|
}
|
|
655
669
|
)
|
|
656
|
-
),
|
|
670
|
+
), kr = /* @__PURE__ */ e(
|
|
657
671
|
r(
|
|
658
672
|
"arcgis-video-player",
|
|
659
673
|
{
|
|
@@ -662,7 +676,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
662
676
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
663
677
|
}
|
|
664
678
|
)
|
|
665
|
-
),
|
|
679
|
+
), Sr = /* @__PURE__ */ e(
|
|
680
|
+
r(
|
|
681
|
+
"arcgis-volume-measurement",
|
|
682
|
+
{
|
|
683
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
684
|
+
onArcgisReady: "arcgisReady"
|
|
685
|
+
}
|
|
686
|
+
)
|
|
687
|
+
), Lr = /* @__PURE__ */ e(
|
|
666
688
|
r(
|
|
667
689
|
"arcgis-weather",
|
|
668
690
|
{
|
|
@@ -670,7 +692,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
670
692
|
onArcgisReady: "arcgisReady"
|
|
671
693
|
}
|
|
672
694
|
)
|
|
673
|
-
),
|
|
695
|
+
), vr = /* @__PURE__ */ e(
|
|
674
696
|
r(
|
|
675
697
|
"arcgis-zoom",
|
|
676
698
|
{
|
|
@@ -684,70 +706,73 @@ export {
|
|
|
684
706
|
t as ArcgisAreaMeasurement3d,
|
|
685
707
|
A as ArcgisAttachments,
|
|
686
708
|
y as ArcgisBasemapGallery,
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
709
|
+
l as ArcgisBasemapLayerList,
|
|
710
|
+
C as ArcgisBasemapToggle,
|
|
711
|
+
d as ArcgisBookmarks,
|
|
690
712
|
w as ArcgisBuildingExplorer,
|
|
691
713
|
p as ArcgisCatalogLayerList,
|
|
714
|
+
sr as ArcgisColorSelect,
|
|
692
715
|
h as ArcgisCompass,
|
|
693
716
|
V as ArcgisCoordinateConversion,
|
|
694
717
|
R as ArcgisDaylight,
|
|
695
718
|
u as ArcgisDirectLineMeasurement3d,
|
|
696
719
|
P as ArcgisDirectionalPad,
|
|
697
720
|
m as ArcgisDirections,
|
|
698
|
-
k as
|
|
699
|
-
S as
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
E as
|
|
704
|
-
T as
|
|
705
|
-
U as
|
|
706
|
-
b as
|
|
707
|
-
M as
|
|
708
|
-
f as
|
|
709
|
-
I as
|
|
710
|
-
F as
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
B as
|
|
714
|
-
W as
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
G as
|
|
718
|
-
O as
|
|
719
|
-
z as
|
|
720
|
-
Z as
|
|
721
|
-
j as
|
|
722
|
-
q as
|
|
723
|
-
J as
|
|
724
|
-
Q as
|
|
725
|
-
X as
|
|
726
|
-
Y as
|
|
727
|
-
_ as
|
|
728
|
-
$ as
|
|
729
|
-
rr as
|
|
730
|
-
er as
|
|
731
|
-
ir as
|
|
732
|
-
ar as
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
Ar as ArcgisTrack,
|
|
740
|
-
yr as ArcgisUtilityNetworkAssociations,
|
|
721
|
+
k as ArcgisDistanceMeasurement2d,
|
|
722
|
+
S as ArcgisEditor,
|
|
723
|
+
L as ArcgisElevationProfile,
|
|
724
|
+
v as ArcgisExpand,
|
|
725
|
+
D as ArcgisFeature,
|
|
726
|
+
E as ArcgisFeatureForm,
|
|
727
|
+
T as ArcgisFeatureTable,
|
|
728
|
+
U as ArcgisFeatureTemplates,
|
|
729
|
+
b as ArcgisFeatures,
|
|
730
|
+
M as ArcgisFloorFilter,
|
|
731
|
+
f as ArcgisFullscreen,
|
|
732
|
+
I as ArcgisGridControls,
|
|
733
|
+
F as ArcgisHistogramRangeSlider,
|
|
734
|
+
N as ArcgisHome,
|
|
735
|
+
K as ArcgisLayerList,
|
|
736
|
+
B as ArcgisLegend,
|
|
737
|
+
W as ArcgisLineOfSight,
|
|
738
|
+
H as ArcgisLinkChart,
|
|
739
|
+
x as ArcgisLinkChartLayoutSwitcher,
|
|
740
|
+
G as ArcgisLocate,
|
|
741
|
+
O as ArcgisMap,
|
|
742
|
+
z as ArcgisMeasurement,
|
|
743
|
+
Z as ArcgisNavigationToggle,
|
|
744
|
+
j as ArcgisOrientedImageryViewer,
|
|
745
|
+
q as ArcgisPlacement,
|
|
746
|
+
J as ArcgisPopup,
|
|
747
|
+
Q as ArcgisPrint,
|
|
748
|
+
X as ArcgisScaleBar,
|
|
749
|
+
Y as ArcgisScaleRangeSlider,
|
|
750
|
+
_ as ArcgisScene,
|
|
751
|
+
$ as ArcgisSearch,
|
|
752
|
+
rr as ArcgisSearchResultRenderer,
|
|
753
|
+
er as ArcgisShadowCast,
|
|
754
|
+
ir as ArcgisSketch,
|
|
755
|
+
ar as ArcgisSlice,
|
|
756
|
+
gr as ArcgisSwipe,
|
|
757
|
+
cr as ArcgisTableList,
|
|
758
|
+
or as ArcgisTimeSlider,
|
|
759
|
+
nr as ArcgisTimeZoneLabel,
|
|
760
|
+
tr as ArcgisTrack,
|
|
761
|
+
Ar as ArcgisUtilityNetworkAssociations,
|
|
741
762
|
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
742
|
-
dr as
|
|
763
|
+
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
764
|
+
yr as ArcgisUtilityNetworkTrace,
|
|
743
765
|
lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
744
766
|
wr as ArcgisUtilityNetworkTraceInputs,
|
|
745
|
-
pr as
|
|
746
|
-
hr as
|
|
747
|
-
Vr as
|
|
748
|
-
Rr as
|
|
749
|
-
Pr as
|
|
750
|
-
mr as
|
|
751
|
-
ur as
|
|
752
|
-
kr as
|
|
767
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
768
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
769
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
770
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
771
|
+
Pr as ArcgisValuePicker,
|
|
772
|
+
mr as ArcgisVersionManagement,
|
|
773
|
+
ur as ArcgisVideo,
|
|
774
|
+
kr as ArcgisVideoPlayer,
|
|
775
|
+
Sr as ArcgisVolumeMeasurement,
|
|
776
|
+
Lr as ArcgisWeather,
|
|
777
|
+
vr as ArcgisZoom
|
|
753
778
|
};
|
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.60",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,10 +29,10 @@
|
|
|
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.
|
|
35
|
-
"@lit/react": "^1.0.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.60",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.60",
|
|
34
|
+
"@esri/calcite-components": "^3.3.2",
|
|
35
|
+
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|