@arcgis/map-components-react 5.0.0-next.12 → 5.0.0-next.120
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 +185 -91
- package/dist/index.js +162 -136
- package/package.json +6 -6
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
|
}
|
|
@@ -65,10 +66,20 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
65
66
|
r(
|
|
66
67
|
"arcgis-building-explorer",
|
|
67
68
|
{
|
|
68
|
-
|
|
69
|
+
onArcgisBuildingLevelChange: "arcgisBuildingLevelChange",
|
|
70
|
+
onArcgisBuildingPhaseChange: "arcgisBuildingPhaseChange",
|
|
69
71
|
onArcgisReady: "arcgisReady"
|
|
70
72
|
}
|
|
71
73
|
)
|
|
74
|
+
), h = /* @__PURE__ */ e(
|
|
75
|
+
r(
|
|
76
|
+
"arcgis-building-level-item",
|
|
77
|
+
{
|
|
78
|
+
onArcgisTileBlur: "arcgisTileBlur",
|
|
79
|
+
onArcgisTileFocus: "arcgisTileFocus",
|
|
80
|
+
onArcgisTileSelect: "arcgisTileSelect"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
72
83
|
), p = /* @__PURE__ */ e(
|
|
73
84
|
r(
|
|
74
85
|
"arcgis-catalog-layer-list",
|
|
@@ -79,7 +90,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
79
90
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
80
91
|
}
|
|
81
92
|
)
|
|
82
|
-
),
|
|
93
|
+
), V = /* @__PURE__ */ e(
|
|
83
94
|
r(
|
|
84
95
|
"arcgis-compass",
|
|
85
96
|
{
|
|
@@ -87,7 +98,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
87
98
|
onArcgisReady: "arcgisReady"
|
|
88
99
|
}
|
|
89
100
|
)
|
|
90
|
-
),
|
|
101
|
+
), R = /* @__PURE__ */ e(
|
|
91
102
|
r(
|
|
92
103
|
"arcgis-coordinate-conversion",
|
|
93
104
|
{
|
|
@@ -96,7 +107,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
96
107
|
onArcgisReady: "arcgisReady"
|
|
97
108
|
}
|
|
98
109
|
)
|
|
99
|
-
),
|
|
110
|
+
), P = /* @__PURE__ */ e(
|
|
100
111
|
r(
|
|
101
112
|
"arcgis-daylight",
|
|
102
113
|
{
|
|
@@ -104,7 +115,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
104
115
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
105
116
|
}
|
|
106
117
|
)
|
|
107
|
-
),
|
|
118
|
+
), u = /* @__PURE__ */ e(
|
|
108
119
|
r(
|
|
109
120
|
"arcgis-directional-pad",
|
|
110
121
|
{
|
|
@@ -120,7 +131,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
120
131
|
onArcgisReady: "arcgisReady"
|
|
121
132
|
}
|
|
122
133
|
)
|
|
123
|
-
),
|
|
134
|
+
), S = /* @__PURE__ */ e(
|
|
124
135
|
r(
|
|
125
136
|
"arcgis-direct-line-measurement-3d",
|
|
126
137
|
{
|
|
@@ -129,14 +140,6 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
129
140
|
}
|
|
130
141
|
)
|
|
131
142
|
), k = /* @__PURE__ */ e(
|
|
132
|
-
r(
|
|
133
|
-
"arcgis-directline-measurement-3d",
|
|
134
|
-
{
|
|
135
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
136
|
-
onArcgisReady: "arcgisReady"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
|
-
), S = /* @__PURE__ */ e(
|
|
140
143
|
r(
|
|
141
144
|
"arcgis-distance-measurement-2d",
|
|
142
145
|
{
|
|
@@ -154,7 +157,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
157
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
158
|
}
|
|
156
159
|
)
|
|
157
|
-
),
|
|
160
|
+
), T = /* @__PURE__ */ e(
|
|
158
161
|
r(
|
|
159
162
|
"arcgis-elevation-profile",
|
|
160
163
|
{
|
|
@@ -162,15 +165,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
162
165
|
onArcgisReady: "arcgisReady"
|
|
163
166
|
}
|
|
164
167
|
)
|
|
165
|
-
),
|
|
166
|
-
r(
|
|
167
|
-
"arcgis-elevation-profile-next",
|
|
168
|
-
{
|
|
169
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
|
-
onArcgisReady: "arcgisReady"
|
|
171
|
-
}
|
|
172
|
-
)
|
|
173
|
-
), E = /* @__PURE__ */ e(
|
|
168
|
+
), v = /* @__PURE__ */ e(
|
|
174
169
|
r(
|
|
175
170
|
"arcgis-expand",
|
|
176
171
|
{
|
|
@@ -178,7 +173,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
173
|
onArcgisReady: "arcgisReady"
|
|
179
174
|
}
|
|
180
175
|
)
|
|
181
|
-
),
|
|
176
|
+
), D = /* @__PURE__ */ e(
|
|
182
177
|
r(
|
|
183
178
|
"arcgis-feature",
|
|
184
179
|
{
|
|
@@ -186,7 +181,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
186
181
|
onArcgisReady: "arcgisReady"
|
|
187
182
|
}
|
|
188
183
|
)
|
|
189
|
-
),
|
|
184
|
+
), E = /* @__PURE__ */ e(
|
|
190
185
|
r(
|
|
191
186
|
"arcgis-feature-form",
|
|
192
187
|
{
|
|
@@ -210,7 +205,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
205
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
206
|
}
|
|
212
207
|
)
|
|
213
|
-
),
|
|
208
|
+
), U = /* @__PURE__ */ e(
|
|
214
209
|
r(
|
|
215
210
|
"arcgis-feature-templates",
|
|
216
211
|
{
|
|
@@ -219,7 +214,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
214
|
onArcgisSelect: "arcgisSelect"
|
|
220
215
|
}
|
|
221
216
|
)
|
|
222
|
-
),
|
|
217
|
+
), F = /* @__PURE__ */ e(
|
|
223
218
|
r(
|
|
224
219
|
"arcgis-features",
|
|
225
220
|
{
|
|
@@ -236,7 +231,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
236
231
|
onArcgisReady: "arcgisReady"
|
|
237
232
|
}
|
|
238
233
|
)
|
|
239
|
-
),
|
|
234
|
+
), M = /* @__PURE__ */ e(
|
|
240
235
|
r(
|
|
241
236
|
"arcgis-fullscreen",
|
|
242
237
|
{
|
|
@@ -244,7 +239,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
244
239
|
onArcgisReady: "arcgisReady"
|
|
245
240
|
}
|
|
246
241
|
)
|
|
247
|
-
),
|
|
242
|
+
), B = /* @__PURE__ */ e(
|
|
248
243
|
r(
|
|
249
244
|
"arcgis-grid-controls",
|
|
250
245
|
{
|
|
@@ -252,7 +247,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
247
|
onArcgisReady: "arcgisReady"
|
|
253
248
|
}
|
|
254
249
|
)
|
|
255
|
-
),
|
|
250
|
+
), f = /* @__PURE__ */ e(
|
|
256
251
|
r(
|
|
257
252
|
"arcgis-histogram-range-slider",
|
|
258
253
|
{
|
|
@@ -260,7 +255,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
260
255
|
onArcgisReady: "arcgisReady"
|
|
261
256
|
}
|
|
262
257
|
)
|
|
263
|
-
),
|
|
258
|
+
), K = /* @__PURE__ */ e(
|
|
264
259
|
r(
|
|
265
260
|
"arcgis-home",
|
|
266
261
|
{
|
|
@@ -269,7 +264,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
264
|
onArcgisReady: "arcgisReady"
|
|
270
265
|
}
|
|
271
266
|
)
|
|
272
|
-
),
|
|
267
|
+
), N = /* @__PURE__ */ e(
|
|
273
268
|
r(
|
|
274
269
|
"arcgis-layer-list",
|
|
275
270
|
{
|
|
@@ -279,7 +274,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
279
274
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
280
275
|
}
|
|
281
276
|
)
|
|
282
|
-
),
|
|
277
|
+
), W = /* @__PURE__ */ e(
|
|
283
278
|
r(
|
|
284
279
|
"arcgis-legend",
|
|
285
280
|
{
|
|
@@ -295,7 +290,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
295
290
|
onArcgisReady: "arcgisReady"
|
|
296
291
|
}
|
|
297
292
|
)
|
|
298
|
-
),
|
|
293
|
+
), x = /* @__PURE__ */ e(
|
|
299
294
|
r(
|
|
300
295
|
"arcgis-link-chart",
|
|
301
296
|
{
|
|
@@ -325,7 +320,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
325
320
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
326
321
|
}
|
|
327
322
|
)
|
|
328
|
-
),
|
|
323
|
+
), G = /* @__PURE__ */ e(
|
|
329
324
|
r(
|
|
330
325
|
"arcgis-link-chart-layout-switcher",
|
|
331
326
|
{
|
|
@@ -334,7 +329,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
329
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
335
330
|
}
|
|
336
331
|
)
|
|
337
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
338
333
|
r(
|
|
339
334
|
"arcgis-locate",
|
|
340
335
|
{
|
|
@@ -344,7 +339,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
344
339
|
onArcgisSuccess: "arcgisSuccess"
|
|
345
340
|
}
|
|
346
341
|
)
|
|
347
|
-
),
|
|
342
|
+
), z = /* @__PURE__ */ e(
|
|
348
343
|
r(
|
|
349
344
|
"arcgis-map",
|
|
350
345
|
{
|
|
@@ -374,7 +369,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
374
369
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
375
370
|
}
|
|
376
371
|
)
|
|
377
|
-
),
|
|
372
|
+
), Z = /* @__PURE__ */ e(
|
|
378
373
|
r(
|
|
379
374
|
"arcgis-measurement",
|
|
380
375
|
{
|
|
@@ -382,7 +377,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
382
377
|
onArcgisReady: "arcgisReady"
|
|
383
378
|
}
|
|
384
379
|
)
|
|
385
|
-
),
|
|
380
|
+
), j = /* @__PURE__ */ e(
|
|
386
381
|
r(
|
|
387
382
|
"arcgis-navigation-toggle",
|
|
388
383
|
{
|
|
@@ -390,7 +385,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
390
385
|
onArcgisReady: "arcgisReady"
|
|
391
386
|
}
|
|
392
387
|
)
|
|
393
|
-
),
|
|
388
|
+
), q = /* @__PURE__ */ e(
|
|
394
389
|
r(
|
|
395
390
|
"arcgis-oriented-imagery-viewer",
|
|
396
391
|
{
|
|
@@ -398,14 +393,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
398
393
|
onArcgisReady: "arcgisReady"
|
|
399
394
|
}
|
|
400
395
|
)
|
|
401
|
-
),
|
|
402
|
-
r(
|
|
403
|
-
"arcgis-placement",
|
|
404
|
-
{
|
|
405
|
-
onArcgisReady: "arcgisReady"
|
|
406
|
-
}
|
|
407
|
-
)
|
|
408
|
-
), X = /* @__PURE__ */ e(
|
|
396
|
+
), J = /* @__PURE__ */ e(
|
|
409
397
|
r(
|
|
410
398
|
"arcgis-popup",
|
|
411
399
|
{
|
|
@@ -415,24 +403,33 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
415
403
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
416
404
|
}
|
|
417
405
|
)
|
|
418
|
-
),
|
|
406
|
+
), Q = /* @__PURE__ */ e(
|
|
407
|
+
r(
|
|
408
|
+
"arcgis-presentation",
|
|
409
|
+
{
|
|
410
|
+
onArcgisReady: "arcgisReady"
|
|
411
|
+
}
|
|
412
|
+
)
|
|
413
|
+
), X = /* @__PURE__ */ e(
|
|
419
414
|
r(
|
|
420
415
|
"arcgis-print",
|
|
421
416
|
{
|
|
417
|
+
onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
|
|
422
418
|
onArcgisComplete: "arcgisComplete",
|
|
423
419
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
424
420
|
onArcgisReady: "arcgisReady",
|
|
421
|
+
onArcgisSaveAs: "arcgisSaveAs",
|
|
425
422
|
onArcgisSubmit: "arcgisSubmit"
|
|
426
423
|
}
|
|
427
424
|
)
|
|
428
|
-
),
|
|
425
|
+
), Y = /* @__PURE__ */ e(
|
|
429
426
|
r(
|
|
430
427
|
"arcgis-scale-bar",
|
|
431
428
|
{
|
|
432
429
|
onArcgisReady: "arcgisReady"
|
|
433
430
|
}
|
|
434
431
|
)
|
|
435
|
-
),
|
|
432
|
+
), _ = /* @__PURE__ */ e(
|
|
436
433
|
r(
|
|
437
434
|
"arcgis-scale-range-slider",
|
|
438
435
|
{
|
|
@@ -440,7 +437,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
437
|
onArcgisReady: "arcgisReady"
|
|
441
438
|
}
|
|
442
439
|
)
|
|
443
|
-
),
|
|
440
|
+
), $ = /* @__PURE__ */ e(
|
|
444
441
|
r(
|
|
445
442
|
"arcgis-scene",
|
|
446
443
|
{
|
|
@@ -470,7 +467,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
470
467
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
471
468
|
}
|
|
472
469
|
)
|
|
473
|
-
),
|
|
470
|
+
), rr = /* @__PURE__ */ e(
|
|
474
471
|
r(
|
|
475
472
|
"arcgis-search",
|
|
476
473
|
{
|
|
@@ -484,14 +481,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
484
481
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
485
482
|
}
|
|
486
483
|
)
|
|
487
|
-
),
|
|
484
|
+
), er = /* @__PURE__ */ e(
|
|
488
485
|
r(
|
|
489
486
|
"arcgis-search-result-renderer",
|
|
490
487
|
{
|
|
491
488
|
onArcgisReady: "arcgisReady"
|
|
492
489
|
}
|
|
493
490
|
)
|
|
494
|
-
),
|
|
491
|
+
), ir = /* @__PURE__ */ e(
|
|
495
492
|
r(
|
|
496
493
|
"arcgis-shadow-cast",
|
|
497
494
|
{
|
|
@@ -499,7 +496,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
499
496
|
onArcgisReady: "arcgisReady"
|
|
500
497
|
}
|
|
501
498
|
)
|
|
502
|
-
),
|
|
499
|
+
), ar = /* @__PURE__ */ e(
|
|
503
500
|
r(
|
|
504
501
|
"arcgis-sketch",
|
|
505
502
|
{
|
|
@@ -512,7 +509,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
509
|
onArcgisUpdate: "arcgisUpdate"
|
|
513
510
|
}
|
|
514
511
|
)
|
|
515
|
-
),
|
|
512
|
+
), sr = /* @__PURE__ */ e(
|
|
516
513
|
r(
|
|
517
514
|
"arcgis-slice",
|
|
518
515
|
{
|
|
@@ -521,6 +518,18 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
521
518
|
}
|
|
522
519
|
)
|
|
523
520
|
), cr = /* @__PURE__ */ e(
|
|
521
|
+
r(
|
|
522
|
+
"arcgis-color-select",
|
|
523
|
+
{
|
|
524
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
525
|
+
}
|
|
526
|
+
)
|
|
527
|
+
), gr = /* @__PURE__ */ e(
|
|
528
|
+
r(
|
|
529
|
+
"arcgis-webgl-error",
|
|
530
|
+
{}
|
|
531
|
+
)
|
|
532
|
+
), or = /* @__PURE__ */ e(
|
|
524
533
|
r(
|
|
525
534
|
"arcgis-swipe",
|
|
526
535
|
{
|
|
@@ -530,7 +539,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
530
539
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
531
540
|
}
|
|
532
541
|
)
|
|
533
|
-
),
|
|
542
|
+
), nr = /* @__PURE__ */ e(
|
|
534
543
|
r(
|
|
535
544
|
"arcgis-table-list",
|
|
536
545
|
{
|
|
@@ -540,7 +549,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
540
549
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
541
550
|
}
|
|
542
551
|
)
|
|
543
|
-
),
|
|
552
|
+
), tr = /* @__PURE__ */ e(
|
|
544
553
|
r(
|
|
545
554
|
"arcgis-time-slider",
|
|
546
555
|
{
|
|
@@ -549,7 +558,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
549
558
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
550
559
|
}
|
|
551
560
|
)
|
|
552
|
-
),
|
|
561
|
+
), Ar = /* @__PURE__ */ e(
|
|
553
562
|
r(
|
|
554
563
|
"arcgis-time-zone-label",
|
|
555
564
|
{
|
|
@@ -557,7 +566,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
557
566
|
onArcgisReady: "arcgisReady"
|
|
558
567
|
}
|
|
559
568
|
)
|
|
560
|
-
),
|
|
569
|
+
), yr = /* @__PURE__ */ e(
|
|
561
570
|
r(
|
|
562
571
|
"arcgis-track",
|
|
563
572
|
{
|
|
@@ -567,14 +576,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
567
576
|
onArcgisReady: "arcgisReady"
|
|
568
577
|
}
|
|
569
578
|
)
|
|
570
|
-
),
|
|
579
|
+
), lr = /* @__PURE__ */ e(
|
|
571
580
|
r(
|
|
572
581
|
"arcgis-utility-network-associations",
|
|
573
582
|
{
|
|
574
583
|
onArcgisReady: "arcgisReady"
|
|
575
584
|
}
|
|
576
585
|
)
|
|
577
|
-
),
|
|
586
|
+
), dr = /* @__PURE__ */ e(
|
|
578
587
|
r(
|
|
579
588
|
"arcgis-utility-network-trace",
|
|
580
589
|
{
|
|
@@ -587,19 +596,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
587
596
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
588
597
|
}
|
|
589
598
|
)
|
|
590
|
-
),
|
|
599
|
+
), Cr = /* @__PURE__ */ e(
|
|
591
600
|
r(
|
|
592
601
|
"arcgis-utility-network-trace-analysis",
|
|
593
602
|
{
|
|
594
603
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
595
|
-
onArcgisReady: "arcgisReady"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
r(
|
|
600
|
-
"arcgis-utility-network-result-feature-list",
|
|
601
|
-
{
|
|
602
|
-
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
604
|
+
onArcgisReady: "arcgisReady",
|
|
605
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
606
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
607
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
603
608
|
}
|
|
604
609
|
)
|
|
605
610
|
), wr = /* @__PURE__ */ e(
|
|
@@ -607,15 +612,18 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
607
612
|
"arcgis-utility-network-subnetwork-info",
|
|
608
613
|
{}
|
|
609
614
|
)
|
|
610
|
-
),
|
|
615
|
+
), hr = /* @__PURE__ */ e(
|
|
611
616
|
r(
|
|
612
617
|
"arcgis-utility-network-trace-inputs",
|
|
613
618
|
{
|
|
619
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
614
620
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
621
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
622
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
615
623
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
616
624
|
}
|
|
617
625
|
)
|
|
618
|
-
),
|
|
626
|
+
), pr = /* @__PURE__ */ e(
|
|
619
627
|
r(
|
|
620
628
|
"arcgis-utility-network-trace-location",
|
|
621
629
|
{
|
|
@@ -625,13 +633,20 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
625
633
|
}
|
|
626
634
|
)
|
|
627
635
|
), Vr = /* @__PURE__ */ e(
|
|
636
|
+
r(
|
|
637
|
+
"arcgis-utility-network-trace-location-list",
|
|
638
|
+
{}
|
|
639
|
+
)
|
|
640
|
+
), Rr = /* @__PURE__ */ e(
|
|
628
641
|
r(
|
|
629
642
|
"arcgis-utility-network-trace-results",
|
|
630
643
|
{
|
|
631
|
-
|
|
644
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
645
|
+
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
|
|
646
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
632
647
|
}
|
|
633
648
|
)
|
|
634
|
-
),
|
|
649
|
+
), Pr = /* @__PURE__ */ e(
|
|
635
650
|
r(
|
|
636
651
|
"arcgis-utility-network-validate-topology",
|
|
637
652
|
{
|
|
@@ -639,7 +654,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
639
654
|
onArcgisReady: "arcgisReady"
|
|
640
655
|
}
|
|
641
656
|
)
|
|
642
|
-
),
|
|
657
|
+
), ur = /* @__PURE__ */ e(
|
|
643
658
|
r(
|
|
644
659
|
"arcgis-value-picker",
|
|
645
660
|
{
|
|
@@ -660,7 +675,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
660
675
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
661
676
|
}
|
|
662
677
|
)
|
|
663
|
-
),
|
|
678
|
+
), Sr = /* @__PURE__ */ e(
|
|
664
679
|
r(
|
|
665
680
|
"arcgis-video",
|
|
666
681
|
{
|
|
@@ -676,7 +691,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
676
691
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
677
692
|
}
|
|
678
693
|
)
|
|
679
|
-
),
|
|
694
|
+
), Lr = /* @__PURE__ */ e(
|
|
695
|
+
r(
|
|
696
|
+
"arcgis-volume-measurement",
|
|
697
|
+
{
|
|
698
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
699
|
+
onArcgisReady: "arcgisReady"
|
|
700
|
+
}
|
|
701
|
+
)
|
|
702
|
+
), Tr = /* @__PURE__ */ e(
|
|
680
703
|
r(
|
|
681
704
|
"arcgis-weather",
|
|
682
705
|
{
|
|
@@ -684,10 +707,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
684
707
|
onArcgisReady: "arcgisReady"
|
|
685
708
|
}
|
|
686
709
|
)
|
|
687
|
-
),
|
|
710
|
+
), vr = /* @__PURE__ */ e(
|
|
688
711
|
r(
|
|
689
712
|
"arcgis-zoom",
|
|
690
713
|
{
|
|
714
|
+
onArcgisClick: "arcgisClick",
|
|
691
715
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
692
716
|
onArcgisReady: "arcgisReady"
|
|
693
717
|
}
|
|
@@ -702,68 +726,70 @@ export {
|
|
|
702
726
|
d as ArcgisBasemapToggle,
|
|
703
727
|
C as ArcgisBookmarks,
|
|
704
728
|
w as ArcgisBuildingExplorer,
|
|
729
|
+
h as ArcgisBuildingLevelItem,
|
|
705
730
|
p as ArcgisCatalogLayerList,
|
|
706
|
-
|
|
707
|
-
V as
|
|
708
|
-
R as
|
|
709
|
-
|
|
710
|
-
|
|
731
|
+
cr as ArcgisColorSelect,
|
|
732
|
+
V as ArcgisCompass,
|
|
733
|
+
R as ArcgisCoordinateConversion,
|
|
734
|
+
P as ArcgisDaylight,
|
|
735
|
+
S as ArcgisDirectLineMeasurement3d,
|
|
736
|
+
u as ArcgisDirectionalPad,
|
|
711
737
|
m as ArcgisDirections,
|
|
712
|
-
k as
|
|
713
|
-
S as ArcgisDistanceMeasurement2d,
|
|
738
|
+
k as ArcgisDistanceMeasurement2d,
|
|
714
739
|
L as ArcgisEditor,
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
U as ArcgisFeatureForm,
|
|
740
|
+
T as ArcgisElevationProfile,
|
|
741
|
+
v as ArcgisExpand,
|
|
742
|
+
D as ArcgisFeature,
|
|
743
|
+
E as ArcgisFeatureForm,
|
|
720
744
|
b as ArcgisFeatureTable,
|
|
721
|
-
|
|
722
|
-
|
|
745
|
+
U as ArcgisFeatureTemplates,
|
|
746
|
+
F as ArcgisFeatures,
|
|
723
747
|
I as ArcgisFloorFilter,
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
748
|
+
M as ArcgisFullscreen,
|
|
749
|
+
B as ArcgisGridControls,
|
|
750
|
+
f as ArcgisHistogramRangeSlider,
|
|
751
|
+
K as ArcgisHome,
|
|
752
|
+
N as ArcgisLayerList,
|
|
753
|
+
W as ArcgisLegend,
|
|
730
754
|
H as ArcgisLineOfSight,
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
755
|
+
x as ArcgisLinkChart,
|
|
756
|
+
G as ArcgisLinkChartLayoutSwitcher,
|
|
757
|
+
O as ArcgisLocate,
|
|
758
|
+
z as ArcgisMap,
|
|
759
|
+
Z as ArcgisMeasurement,
|
|
760
|
+
j as ArcgisNavigationToggle,
|
|
761
|
+
q as ArcgisOrientedImageryViewer,
|
|
762
|
+
J as ArcgisPopup,
|
|
763
|
+
Q as ArcgisPresentation,
|
|
764
|
+
X as ArcgisPrint,
|
|
765
|
+
Y as ArcgisScaleBar,
|
|
766
|
+
_ as ArcgisScaleRangeSlider,
|
|
767
|
+
$ as ArcgisScene,
|
|
768
|
+
rr as ArcgisSearch,
|
|
769
|
+
er as ArcgisSearchResultRenderer,
|
|
770
|
+
ir as ArcgisShadowCast,
|
|
771
|
+
ar as ArcgisSketch,
|
|
772
|
+
sr as ArcgisSlice,
|
|
773
|
+
or as ArcgisSwipe,
|
|
774
|
+
nr as ArcgisTableList,
|
|
775
|
+
tr as ArcgisTimeSlider,
|
|
776
|
+
Ar as ArcgisTimeZoneLabel,
|
|
777
|
+
yr as ArcgisTrack,
|
|
778
|
+
lr as ArcgisUtilityNetworkAssociations,
|
|
756
779
|
wr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
Vr as
|
|
762
|
-
Rr as
|
|
763
|
-
Pr as
|
|
780
|
+
dr as ArcgisUtilityNetworkTrace,
|
|
781
|
+
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
782
|
+
hr as ArcgisUtilityNetworkTraceInputs,
|
|
783
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
784
|
+
Vr as ArcgisUtilityNetworkTraceLocationList,
|
|
785
|
+
Rr as ArcgisUtilityNetworkTraceResults,
|
|
786
|
+
Pr as ArcgisUtilityNetworkValidateTopology,
|
|
787
|
+
ur as ArcgisValuePicker,
|
|
764
788
|
mr as ArcgisVersionManagement,
|
|
765
|
-
|
|
789
|
+
Sr as ArcgisVideo,
|
|
766
790
|
kr as ArcgisVideoPlayer,
|
|
767
|
-
|
|
768
|
-
|
|
791
|
+
Lr as ArcgisVolumeMeasurement,
|
|
792
|
+
Tr as ArcgisWeather,
|
|
793
|
+
gr as ArcgisWebglError,
|
|
794
|
+
vr as ArcgisZoom
|
|
769
795
|
};
|
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.120",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,15 +29,15 @@
|
|
|
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": "^
|
|
35
|
-
"@lit/react": "^1.0.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.120",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.120",
|
|
34
|
+
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
|
+
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": ">=5.0.0-next.
|
|
40
|
+
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|