@arcgis/map-components-react 5.0.0-next.5 → 5.0.0-next.7
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 +13 -0
- package/dist/index.js +54 -38
- package/package.json +3 -3
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;
|
|
@@ -479,6 +485,13 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
479
485
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
480
486
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
481
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
|
+
}>;
|
|
482
495
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
483
496
|
class?: string;
|
|
484
497
|
}, {
|
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
|
{
|
|
@@ -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
|
{
|
|
@@ -605,13 +611,22 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
605
611
|
}
|
|
606
612
|
)
|
|
607
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(
|
|
608
623
|
r(
|
|
609
624
|
"arcgis-utility-network-trace-results",
|
|
610
625
|
{
|
|
611
626
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
612
627
|
}
|
|
613
628
|
)
|
|
614
|
-
),
|
|
629
|
+
), Vr = /* @__PURE__ */ e(
|
|
615
630
|
r(
|
|
616
631
|
"arcgis-utility-network-validate-topology",
|
|
617
632
|
{
|
|
@@ -619,7 +634,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
619
634
|
onArcgisReady: "arcgisReady"
|
|
620
635
|
}
|
|
621
636
|
)
|
|
622
|
-
),
|
|
637
|
+
), Rr = /* @__PURE__ */ e(
|
|
623
638
|
r(
|
|
624
639
|
"arcgis-value-picker",
|
|
625
640
|
{
|
|
@@ -640,14 +655,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
640
655
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
641
656
|
}
|
|
642
657
|
)
|
|
643
|
-
),
|
|
658
|
+
), mr = /* @__PURE__ */ e(
|
|
644
659
|
r(
|
|
645
660
|
"arcgis-video",
|
|
646
661
|
{
|
|
647
662
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
648
663
|
}
|
|
649
664
|
)
|
|
650
|
-
),
|
|
665
|
+
), ur = /* @__PURE__ */ e(
|
|
651
666
|
r(
|
|
652
667
|
"arcgis-video-player",
|
|
653
668
|
{
|
|
@@ -656,7 +671,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
656
671
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
657
672
|
}
|
|
658
673
|
)
|
|
659
|
-
),
|
|
674
|
+
), kr = /* @__PURE__ */ e(
|
|
660
675
|
r(
|
|
661
676
|
"arcgis-weather",
|
|
662
677
|
{
|
|
@@ -664,7 +679,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
664
679
|
onArcgisReady: "arcgisReady"
|
|
665
680
|
}
|
|
666
681
|
)
|
|
667
|
-
),
|
|
682
|
+
), Sr = /* @__PURE__ */ e(
|
|
668
683
|
r(
|
|
669
684
|
"arcgis-zoom",
|
|
670
685
|
{
|
|
@@ -679,23 +694,23 @@ export {
|
|
|
679
694
|
A as ArcgisAttachments,
|
|
680
695
|
y as ArcgisBasemapGallery,
|
|
681
696
|
l as ArcgisBasemapLayerList,
|
|
682
|
-
|
|
683
|
-
|
|
697
|
+
d as ArcgisBasemapToggle,
|
|
698
|
+
C as ArcgisBookmarks,
|
|
684
699
|
w as ArcgisBuildingExplorer,
|
|
685
700
|
p as ArcgisCatalogLayerList,
|
|
686
701
|
h as ArcgisCompass,
|
|
687
702
|
V as ArcgisCoordinateConversion,
|
|
688
|
-
|
|
703
|
+
R as ArcgisDaylight,
|
|
689
704
|
u as ArcgisDirectLineMeasurement3d,
|
|
690
|
-
|
|
705
|
+
P as ArcgisDirectionalPad,
|
|
691
706
|
m as ArcgisDirections,
|
|
692
707
|
k as ArcgisDirectlineMeasurement3d,
|
|
693
708
|
S as ArcgisDistanceMeasurement2d,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
709
|
+
L as ArcgisEditor,
|
|
710
|
+
v as ArcgisElevationProfile,
|
|
711
|
+
D as ArcgisElevationProfileNext,
|
|
712
|
+
E as ArcgisExpand,
|
|
713
|
+
T as ArcgisFeature,
|
|
699
714
|
U as ArcgisFeatureForm,
|
|
700
715
|
b as ArcgisFeatureTable,
|
|
701
716
|
M as ArcgisFeatureTemplates,
|
|
@@ -732,16 +747,17 @@ export {
|
|
|
732
747
|
tr as ArcgisTimeZoneLabel,
|
|
733
748
|
Ar as ArcgisTrack,
|
|
734
749
|
yr as ArcgisUtilityNetworkAssociations,
|
|
735
|
-
|
|
750
|
+
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
736
751
|
lr as ArcgisUtilityNetworkTrace,
|
|
737
|
-
|
|
752
|
+
dr as ArcgisUtilityNetworkTraceAnalysis,
|
|
738
753
|
wr as ArcgisUtilityNetworkTraceInputs,
|
|
739
|
-
pr as
|
|
740
|
-
hr as
|
|
741
|
-
Vr as
|
|
754
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
755
|
+
hr as ArcgisUtilityNetworkTraceResults,
|
|
756
|
+
Vr as ArcgisUtilityNetworkValidateTopology,
|
|
757
|
+
Rr as ArcgisValuePicker,
|
|
742
758
|
Pr as ArcgisVersionManagement,
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
759
|
+
mr as ArcgisVideo,
|
|
760
|
+
ur as ArcgisVideoPlayer,
|
|
761
|
+
kr as ArcgisWeather,
|
|
762
|
+
Sr as ArcgisZoom
|
|
747
763
|
};
|
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.7",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
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.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.7",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.7",
|
|
34
34
|
"@esri/calcite-components": "^3.3.0",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|