@arcgis/map-components-react 5.0.0-next.0 → 5.0.0-next.10
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 +16 -0
- package/dist/index.js +72 -50
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
|
@@ -229,6 +229,7 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
229
229
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
230
230
|
class?: string;
|
|
231
231
|
}, {
|
|
232
|
+
onArcgisLoadError: EventName<HTMLArcgisLinkChartElement["arcgisLoadError"]>;
|
|
232
233
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
233
234
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
234
235
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -251,6 +252,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTM
|
|
|
251
252
|
onArcgisViewPointerMove: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerMove"]>;
|
|
252
253
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
253
254
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
255
|
+
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
254
256
|
}>;
|
|
255
257
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
|
|
256
258
|
class?: string;
|
|
@@ -270,6 +272,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
270
272
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
271
273
|
class?: string;
|
|
272
274
|
}, {
|
|
275
|
+
onArcgisLoadError: EventName<HTMLArcgisMapElement["arcgisLoadError"]>;
|
|
273
276
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
274
277
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
275
278
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -292,6 +295,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgi
|
|
|
292
295
|
onArcgisViewPointerMove: EventName<HTMLArcgisMapElement["arcgisViewPointerMove"]>;
|
|
293
296
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
294
297
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
298
|
+
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
295
299
|
}>;
|
|
296
300
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
297
301
|
class?: string;
|
|
@@ -346,6 +350,7 @@ export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebCompon
|
|
|
346
350
|
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
|
|
347
351
|
class?: string;
|
|
348
352
|
}, {
|
|
353
|
+
onArcgisLoadError: EventName<HTMLArcgisSceneElement["arcgisLoadError"]>;
|
|
349
354
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
350
355
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
351
356
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -368,6 +373,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
368
373
|
onArcgisViewPointerMove: EventName<HTMLArcgisSceneElement["arcgisViewPointerMove"]>;
|
|
369
374
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
370
375
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
376
|
+
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
371
377
|
}>;
|
|
372
378
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
|
|
373
379
|
class?: string;
|
|
@@ -473,12 +479,22 @@ export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react')
|
|
|
473
479
|
}, {
|
|
474
480
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
475
481
|
}>;
|
|
482
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
483
|
+
class?: string;
|
|
484
|
+
}, {}>;
|
|
476
485
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
477
486
|
class?: string;
|
|
478
487
|
}, {
|
|
479
488
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
480
489
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
481
490
|
}>;
|
|
491
|
+
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
492
|
+
class?: string;
|
|
493
|
+
}, {
|
|
494
|
+
onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
|
|
495
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
496
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
497
|
+
}>;
|
|
482
498
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
483
499
|
class?: string;
|
|
484
500
|
}, {
|
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,7 +51,7 @@ 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
|
{
|
|
@@ -96,7 +96,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
96
96
|
onArcgisReady: "arcgisReady"
|
|
97
97
|
}
|
|
98
98
|
)
|
|
99
|
-
),
|
|
99
|
+
), R = /* @__PURE__ */ e(
|
|
100
100
|
r(
|
|
101
101
|
"arcgis-daylight",
|
|
102
102
|
{
|
|
@@ -104,7 +104,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
104
104
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
105
105
|
}
|
|
106
106
|
)
|
|
107
|
-
),
|
|
107
|
+
), P = /* @__PURE__ */ e(
|
|
108
108
|
r(
|
|
109
109
|
"arcgis-directional-pad",
|
|
110
110
|
{
|
|
@@ -144,7 +144,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
144
144
|
onArcgisReady: "arcgisReady"
|
|
145
145
|
}
|
|
146
146
|
)
|
|
147
|
-
),
|
|
147
|
+
), L = /* @__PURE__ */ e(
|
|
148
148
|
r(
|
|
149
149
|
"arcgis-editor",
|
|
150
150
|
{
|
|
@@ -154,7 +154,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
154
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
155
|
}
|
|
156
156
|
)
|
|
157
|
-
),
|
|
157
|
+
), v = /* @__PURE__ */ e(
|
|
158
158
|
r(
|
|
159
159
|
"arcgis-elevation-profile",
|
|
160
160
|
{
|
|
@@ -162,7 +162,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
162
162
|
onArcgisReady: "arcgisReady"
|
|
163
163
|
}
|
|
164
164
|
)
|
|
165
|
-
),
|
|
165
|
+
), D = /* @__PURE__ */ e(
|
|
166
166
|
r(
|
|
167
167
|
"arcgis-elevation-profile-next",
|
|
168
168
|
{
|
|
@@ -170,7 +170,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
170
170
|
onArcgisReady: "arcgisReady"
|
|
171
171
|
}
|
|
172
172
|
)
|
|
173
|
-
),
|
|
173
|
+
), E = /* @__PURE__ */ e(
|
|
174
174
|
r(
|
|
175
175
|
"arcgis-expand",
|
|
176
176
|
{
|
|
@@ -178,7 +178,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
178
|
onArcgisReady: "arcgisReady"
|
|
179
179
|
}
|
|
180
180
|
)
|
|
181
|
-
),
|
|
181
|
+
), T = /* @__PURE__ */ e(
|
|
182
182
|
r(
|
|
183
183
|
"arcgis-feature",
|
|
184
184
|
{
|
|
@@ -210,7 +210,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
210
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
211
|
}
|
|
212
212
|
)
|
|
213
|
-
),
|
|
213
|
+
), f = /* @__PURE__ */ e(
|
|
214
214
|
r(
|
|
215
215
|
"arcgis-feature-templates",
|
|
216
216
|
{
|
|
@@ -219,7 +219,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
219
|
onArcgisSelect: "arcgisSelect"
|
|
220
220
|
}
|
|
221
221
|
)
|
|
222
|
-
),
|
|
222
|
+
), M = /* @__PURE__ */ e(
|
|
223
223
|
r(
|
|
224
224
|
"arcgis-features",
|
|
225
225
|
{
|
|
@@ -244,7 +244,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
244
244
|
onArcgisReady: "arcgisReady"
|
|
245
245
|
}
|
|
246
246
|
)
|
|
247
|
-
),
|
|
247
|
+
), N = /* @__PURE__ */ e(
|
|
248
248
|
r(
|
|
249
249
|
"arcgis-grid-controls",
|
|
250
250
|
{
|
|
@@ -252,7 +252,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
252
|
onArcgisReady: "arcgisReady"
|
|
253
253
|
}
|
|
254
254
|
)
|
|
255
|
-
),
|
|
255
|
+
), K = /* @__PURE__ */ e(
|
|
256
256
|
r(
|
|
257
257
|
"arcgis-histogram-range-slider",
|
|
258
258
|
{
|
|
@@ -299,6 +299,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
299
299
|
r(
|
|
300
300
|
"arcgis-link-chart",
|
|
301
301
|
{
|
|
302
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
302
303
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
303
304
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
304
305
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -320,7 +321,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
320
321
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
321
322
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
322
323
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
323
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
324
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
325
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
324
326
|
}
|
|
325
327
|
)
|
|
326
328
|
), O = /* @__PURE__ */ e(
|
|
@@ -346,6 +348,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
346
348
|
r(
|
|
347
349
|
"arcgis-map",
|
|
348
350
|
{
|
|
351
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
349
352
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
350
353
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
351
354
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -367,7 +370,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
367
370
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
368
371
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
369
372
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
370
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
373
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
374
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
371
375
|
}
|
|
372
376
|
)
|
|
373
377
|
), j = /* @__PURE__ */ e(
|
|
@@ -440,6 +444,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
444
|
r(
|
|
441
445
|
"arcgis-scene",
|
|
442
446
|
{
|
|
447
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
443
448
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
444
449
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
445
450
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -461,7 +466,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
461
466
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
462
467
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
463
468
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
464
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
469
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
470
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
465
471
|
}
|
|
466
472
|
)
|
|
467
473
|
), er = /* @__PURE__ */ e(
|
|
@@ -581,7 +587,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
581
587
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
582
588
|
}
|
|
583
589
|
)
|
|
584
|
-
),
|
|
590
|
+
), dr = /* @__PURE__ */ e(
|
|
585
591
|
r(
|
|
586
592
|
"arcgis-utility-network-trace-analysis",
|
|
587
593
|
{
|
|
@@ -589,7 +595,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
589
595
|
onArcgisReady: "arcgisReady"
|
|
590
596
|
}
|
|
591
597
|
)
|
|
592
|
-
),
|
|
598
|
+
), Cr = /* @__PURE__ */ e(
|
|
593
599
|
r(
|
|
594
600
|
"arcgis-utility-network-result-feature-list",
|
|
595
601
|
{
|
|
@@ -597,6 +603,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
597
603
|
}
|
|
598
604
|
)
|
|
599
605
|
), wr = /* @__PURE__ */ e(
|
|
606
|
+
r(
|
|
607
|
+
"arcgis-utility-network-subnetwork-info",
|
|
608
|
+
{}
|
|
609
|
+
)
|
|
610
|
+
), pr = /* @__PURE__ */ e(
|
|
600
611
|
r(
|
|
601
612
|
"arcgis-utility-network-trace-inputs",
|
|
602
613
|
{
|
|
@@ -604,14 +615,23 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
604
615
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
605
616
|
}
|
|
606
617
|
)
|
|
607
|
-
),
|
|
618
|
+
), hr = /* @__PURE__ */ e(
|
|
619
|
+
r(
|
|
620
|
+
"arcgis-utility-network-trace-location",
|
|
621
|
+
{
|
|
622
|
+
onArcgisTraceLocationChange: "arcgisTraceLocationChange",
|
|
623
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
624
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
625
|
+
}
|
|
626
|
+
)
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
608
628
|
r(
|
|
609
629
|
"arcgis-utility-network-trace-results",
|
|
610
630
|
{
|
|
611
631
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
612
632
|
}
|
|
613
633
|
)
|
|
614
|
-
),
|
|
634
|
+
), Rr = /* @__PURE__ */ e(
|
|
615
635
|
r(
|
|
616
636
|
"arcgis-utility-network-validate-topology",
|
|
617
637
|
{
|
|
@@ -619,7 +639,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
619
639
|
onArcgisReady: "arcgisReady"
|
|
620
640
|
}
|
|
621
641
|
)
|
|
622
|
-
),
|
|
642
|
+
), Pr = /* @__PURE__ */ e(
|
|
623
643
|
r(
|
|
624
644
|
"arcgis-value-picker",
|
|
625
645
|
{
|
|
@@ -632,7 +652,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
632
652
|
onArcgisReady: "arcgisReady"
|
|
633
653
|
}
|
|
634
654
|
)
|
|
635
|
-
),
|
|
655
|
+
), mr = /* @__PURE__ */ e(
|
|
636
656
|
r(
|
|
637
657
|
"arcgis-version-management",
|
|
638
658
|
{
|
|
@@ -640,14 +660,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
640
660
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
641
661
|
}
|
|
642
662
|
)
|
|
643
|
-
),
|
|
663
|
+
), ur = /* @__PURE__ */ e(
|
|
644
664
|
r(
|
|
645
665
|
"arcgis-video",
|
|
646
666
|
{
|
|
647
667
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
648
668
|
}
|
|
649
669
|
)
|
|
650
|
-
),
|
|
670
|
+
), kr = /* @__PURE__ */ e(
|
|
651
671
|
r(
|
|
652
672
|
"arcgis-video-player",
|
|
653
673
|
{
|
|
@@ -656,7 +676,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
656
676
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
657
677
|
}
|
|
658
678
|
)
|
|
659
|
-
),
|
|
679
|
+
), Sr = /* @__PURE__ */ e(
|
|
660
680
|
r(
|
|
661
681
|
"arcgis-weather",
|
|
662
682
|
{
|
|
@@ -664,7 +684,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
664
684
|
onArcgisReady: "arcgisReady"
|
|
665
685
|
}
|
|
666
686
|
)
|
|
667
|
-
),
|
|
687
|
+
), Lr = /* @__PURE__ */ e(
|
|
668
688
|
r(
|
|
669
689
|
"arcgis-zoom",
|
|
670
690
|
{
|
|
@@ -679,31 +699,31 @@ export {
|
|
|
679
699
|
A as ArcgisAttachments,
|
|
680
700
|
y as ArcgisBasemapGallery,
|
|
681
701
|
l as ArcgisBasemapLayerList,
|
|
682
|
-
|
|
683
|
-
|
|
702
|
+
d as ArcgisBasemapToggle,
|
|
703
|
+
C as ArcgisBookmarks,
|
|
684
704
|
w as ArcgisBuildingExplorer,
|
|
685
705
|
p as ArcgisCatalogLayerList,
|
|
686
706
|
h as ArcgisCompass,
|
|
687
707
|
V as ArcgisCoordinateConversion,
|
|
688
|
-
|
|
708
|
+
R as ArcgisDaylight,
|
|
689
709
|
u as ArcgisDirectLineMeasurement3d,
|
|
690
|
-
|
|
710
|
+
P as ArcgisDirectionalPad,
|
|
691
711
|
m as ArcgisDirections,
|
|
692
712
|
k as ArcgisDirectlineMeasurement3d,
|
|
693
713
|
S as ArcgisDistanceMeasurement2d,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
714
|
+
L as ArcgisEditor,
|
|
715
|
+
v as ArcgisElevationProfile,
|
|
716
|
+
D as ArcgisElevationProfileNext,
|
|
717
|
+
E as ArcgisExpand,
|
|
718
|
+
T as ArcgisFeature,
|
|
699
719
|
U as ArcgisFeatureForm,
|
|
700
720
|
b as ArcgisFeatureTable,
|
|
701
|
-
|
|
702
|
-
|
|
721
|
+
f as ArcgisFeatureTemplates,
|
|
722
|
+
M as ArcgisFeatures,
|
|
703
723
|
I as ArcgisFloorFilter,
|
|
704
724
|
F as ArcgisFullscreen,
|
|
705
|
-
|
|
706
|
-
|
|
725
|
+
N as ArcgisGridControls,
|
|
726
|
+
K as ArcgisHistogramRangeSlider,
|
|
707
727
|
B as ArcgisHome,
|
|
708
728
|
W as ArcgisLayerList,
|
|
709
729
|
x as ArcgisLegend,
|
|
@@ -732,16 +752,18 @@ export {
|
|
|
732
752
|
tr as ArcgisTimeZoneLabel,
|
|
733
753
|
Ar as ArcgisTrack,
|
|
734
754
|
yr as ArcgisUtilityNetworkAssociations,
|
|
735
|
-
|
|
755
|
+
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
756
|
+
wr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
736
757
|
lr as ArcgisUtilityNetworkTrace,
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
Pr as
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
758
|
+
dr as ArcgisUtilityNetworkTraceAnalysis,
|
|
759
|
+
pr as ArcgisUtilityNetworkTraceInputs,
|
|
760
|
+
hr as ArcgisUtilityNetworkTraceLocation,
|
|
761
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
762
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
763
|
+
Pr as ArcgisValuePicker,
|
|
764
|
+
mr as ArcgisVersionManagement,
|
|
765
|
+
ur as ArcgisVideo,
|
|
766
|
+
kr as ArcgisVideoPlayer,
|
|
767
|
+
Sr as ArcgisWeather,
|
|
768
|
+
Lr as ArcgisZoom
|
|
747
769
|
};
|
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.10",
|
|
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": "^3.3.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.10",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.10",
|
|
34
|
+
"@esri/calcite-components": "^3.3.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": ">=
|
|
40
|
+
"@arcgis/core": ">=5.0.0-next.1 <5.1",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|