@arcgis/map-components-react 5.0.0-next.123 → 5.0.0-next.125
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 +8 -5
- package/dist/index.js +37 -34
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -65,11 +65,7 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
65
65
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-item /> directly. */
|
|
66
66
|
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item/customElement').BuildingLevelItem & {
|
|
67
67
|
class?: string;
|
|
68
|
-
}, {
|
|
69
|
-
onArcgisTileBlur: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileBlur"]>;
|
|
70
|
-
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
71
|
-
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
72
|
-
}>;
|
|
68
|
+
}, {}>;
|
|
73
69
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-catalog-layer-list /> directly. */
|
|
74
70
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list/customElement').ArcgisCatalogLayerList & {
|
|
75
71
|
class?: string;
|
|
@@ -267,6 +263,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<imp
|
|
|
267
263
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
268
264
|
onArcgisViewClick: EventName<HTMLArcgisLinkChartElement["arcgisViewClick"]>;
|
|
269
265
|
onArcgisViewDoubleClick: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleClick"]>;
|
|
266
|
+
onArcgisViewDoubleTapDrag: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleTapDrag"]>;
|
|
270
267
|
onArcgisViewDrag: EventName<HTMLArcgisLinkChartElement["arcgisViewDrag"]>;
|
|
271
268
|
onArcgisViewHold: EventName<HTMLArcgisLinkChartElement["arcgisViewHold"]>;
|
|
272
269
|
onArcgisViewImmediateClick: EventName<HTMLArcgisLinkChartElement["arcgisViewImmediateClick"]>;
|
|
@@ -284,6 +281,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<imp
|
|
|
284
281
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
285
282
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
286
283
|
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
284
|
+
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisLinkChartElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
287
285
|
}>;
|
|
288
286
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-link-chart-layout-switcher /> directly. */
|
|
289
287
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-layout-switcher/customElement').ArcgisLinkChartLayoutSwitcher & {
|
|
@@ -313,6 +311,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@
|
|
|
313
311
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
314
312
|
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
315
313
|
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
|
314
|
+
onArcgisViewDoubleTapDrag: EventName<HTMLArcgisMapElement["arcgisViewDoubleTapDrag"]>;
|
|
316
315
|
onArcgisViewDrag: EventName<HTMLArcgisMapElement["arcgisViewDrag"]>;
|
|
317
316
|
onArcgisViewHold: EventName<HTMLArcgisMapElement["arcgisViewHold"]>;
|
|
318
317
|
onArcgisViewImmediateClick: EventName<HTMLArcgisMapElement["arcgisViewImmediateClick"]>;
|
|
@@ -330,6 +329,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@
|
|
|
330
329
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
331
330
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
332
331
|
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
332
|
+
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisMapElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
333
333
|
}>;
|
|
334
334
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-measurement /> directly. */
|
|
335
335
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-measurement/customElement').ArcgisMeasurement & {
|
|
@@ -402,6 +402,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import(
|
|
|
402
402
|
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
403
403
|
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
404
404
|
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
|
405
|
+
onArcgisViewDoubleTapDrag: EventName<HTMLArcgisSceneElement["arcgisViewDoubleTapDrag"]>;
|
|
405
406
|
onArcgisViewDrag: EventName<HTMLArcgisSceneElement["arcgisViewDrag"]>;
|
|
406
407
|
onArcgisViewHold: EventName<HTMLArcgisSceneElement["arcgisViewHold"]>;
|
|
407
408
|
onArcgisViewImmediateClick: EventName<HTMLArcgisSceneElement["arcgisViewImmediateClick"]>;
|
|
@@ -419,6 +420,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import(
|
|
|
419
420
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
420
421
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
421
422
|
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
423
|
+
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisSceneElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
422
424
|
}>;
|
|
423
425
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-search /> directly. */
|
|
424
426
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search/customElement').ArcgisSearch & {
|
|
@@ -554,6 +556,7 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
554
556
|
class?: string;
|
|
555
557
|
}, {
|
|
556
558
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
559
|
+
onArcgisSelectedNamedTraceConfigurationChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisSelectedNamedTraceConfigurationChange"]>;
|
|
557
560
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
558
561
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectEnd"]>;
|
|
559
562
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
package/dist/index.js
CHANGED
|
@@ -74,11 +74,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
74
74
|
), h = /* @__PURE__ */ e(
|
|
75
75
|
r(
|
|
76
76
|
"arcgis-building-level-item",
|
|
77
|
-
{
|
|
78
|
-
onArcgisTileBlur: "arcgisTileBlur",
|
|
79
|
-
onArcgisTileFocus: "arcgisTileFocus",
|
|
80
|
-
onArcgisTileSelect: "arcgisTileSelect"
|
|
81
|
-
}
|
|
77
|
+
{}
|
|
82
78
|
)
|
|
83
79
|
), p = /* @__PURE__ */ e(
|
|
84
80
|
r(
|
|
@@ -147,7 +143,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
147
143
|
onArcgisReady: "arcgisReady"
|
|
148
144
|
}
|
|
149
145
|
)
|
|
150
|
-
),
|
|
146
|
+
), D = /* @__PURE__ */ e(
|
|
151
147
|
r(
|
|
152
148
|
"arcgis-editor",
|
|
153
149
|
{
|
|
@@ -157,7 +153,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
157
153
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
158
154
|
}
|
|
159
155
|
)
|
|
160
|
-
),
|
|
156
|
+
), L = /* @__PURE__ */ e(
|
|
161
157
|
r(
|
|
162
158
|
"arcgis-elevation-profile",
|
|
163
159
|
{
|
|
@@ -165,7 +161,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
165
161
|
onArcgisReady: "arcgisReady"
|
|
166
162
|
}
|
|
167
163
|
)
|
|
168
|
-
),
|
|
164
|
+
), T = /* @__PURE__ */ e(
|
|
169
165
|
r(
|
|
170
166
|
"arcgis-expand",
|
|
171
167
|
{
|
|
@@ -173,7 +169,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
173
169
|
onArcgisReady: "arcgisReady"
|
|
174
170
|
}
|
|
175
171
|
)
|
|
176
|
-
),
|
|
172
|
+
), v = /* @__PURE__ */ e(
|
|
177
173
|
r(
|
|
178
174
|
"arcgis-feature",
|
|
179
175
|
{
|
|
@@ -224,14 +220,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
224
220
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
225
221
|
}
|
|
226
222
|
)
|
|
227
|
-
),
|
|
223
|
+
), f = /* @__PURE__ */ e(
|
|
228
224
|
r(
|
|
229
225
|
"arcgis-floor-filter",
|
|
230
226
|
{
|
|
231
227
|
onArcgisReady: "arcgisReady"
|
|
232
228
|
}
|
|
233
229
|
)
|
|
234
|
-
),
|
|
230
|
+
), I = /* @__PURE__ */ e(
|
|
235
231
|
r(
|
|
236
232
|
"arcgis-fullscreen",
|
|
237
233
|
{
|
|
@@ -239,7 +235,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
239
235
|
onArcgisReady: "arcgisReady"
|
|
240
236
|
}
|
|
241
237
|
)
|
|
242
|
-
),
|
|
238
|
+
), M = /* @__PURE__ */ e(
|
|
243
239
|
r(
|
|
244
240
|
"arcgis-grid-controls",
|
|
245
241
|
{
|
|
@@ -247,7 +243,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
247
243
|
onArcgisReady: "arcgisReady"
|
|
248
244
|
}
|
|
249
245
|
)
|
|
250
|
-
),
|
|
246
|
+
), B = /* @__PURE__ */ e(
|
|
251
247
|
r(
|
|
252
248
|
"arcgis-histogram-range-slider",
|
|
253
249
|
{
|
|
@@ -255,7 +251,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
255
251
|
onArcgisReady: "arcgisReady"
|
|
256
252
|
}
|
|
257
253
|
)
|
|
258
|
-
),
|
|
254
|
+
), N = /* @__PURE__ */ e(
|
|
259
255
|
r(
|
|
260
256
|
"arcgis-home",
|
|
261
257
|
{
|
|
@@ -264,7 +260,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
264
260
|
onArcgisReady: "arcgisReady"
|
|
265
261
|
}
|
|
266
262
|
)
|
|
267
|
-
),
|
|
263
|
+
), K = /* @__PURE__ */ e(
|
|
268
264
|
r(
|
|
269
265
|
"arcgis-layer-list",
|
|
270
266
|
{
|
|
@@ -301,6 +297,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
301
297
|
onArcgisViewChange: "arcgisViewChange",
|
|
302
298
|
onArcgisViewClick: "arcgisViewClick",
|
|
303
299
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
300
|
+
onArcgisViewDoubleTapDrag: "arcgisViewDoubleTapDrag",
|
|
304
301
|
onArcgisViewDrag: "arcgisViewDrag",
|
|
305
302
|
onArcgisViewHold: "arcgisViewHold",
|
|
306
303
|
onArcgisViewImmediateClick: "arcgisViewImmediateClick",
|
|
@@ -317,7 +314,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
317
314
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
318
315
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
319
316
|
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
320
|
-
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
317
|
+
onArcgisViewReadyError: "arcgisViewReadyError",
|
|
318
|
+
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
321
319
|
}
|
|
322
320
|
)
|
|
323
321
|
), G = /* @__PURE__ */ e(
|
|
@@ -350,6 +348,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
350
348
|
onArcgisViewChange: "arcgisViewChange",
|
|
351
349
|
onArcgisViewClick: "arcgisViewClick",
|
|
352
350
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
351
|
+
onArcgisViewDoubleTapDrag: "arcgisViewDoubleTapDrag",
|
|
353
352
|
onArcgisViewDrag: "arcgisViewDrag",
|
|
354
353
|
onArcgisViewHold: "arcgisViewHold",
|
|
355
354
|
onArcgisViewImmediateClick: "arcgisViewImmediateClick",
|
|
@@ -366,7 +365,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
366
365
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
367
366
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
368
367
|
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
369
|
-
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
368
|
+
onArcgisViewReadyError: "arcgisViewReadyError",
|
|
369
|
+
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
370
370
|
}
|
|
371
371
|
)
|
|
372
372
|
), Z = /* @__PURE__ */ e(
|
|
@@ -448,6 +448,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
448
448
|
onArcgisViewChange: "arcgisViewChange",
|
|
449
449
|
onArcgisViewClick: "arcgisViewClick",
|
|
450
450
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
451
|
+
onArcgisViewDoubleTapDrag: "arcgisViewDoubleTapDrag",
|
|
451
452
|
onArcgisViewDrag: "arcgisViewDrag",
|
|
452
453
|
onArcgisViewHold: "arcgisViewHold",
|
|
453
454
|
onArcgisViewImmediateClick: "arcgisViewImmediateClick",
|
|
@@ -464,7 +465,8 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
464
465
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
465
466
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
466
467
|
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
467
|
-
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
468
|
+
onArcgisViewReadyError: "arcgisViewReadyError",
|
|
469
|
+
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
468
470
|
}
|
|
469
471
|
)
|
|
470
472
|
), rr = /* @__PURE__ */ e(
|
|
@@ -617,6 +619,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
617
619
|
"arcgis-utility-network-trace-inputs",
|
|
618
620
|
{
|
|
619
621
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
622
|
+
onArcgisSelectedNamedTraceConfigurationChange: "arcgisSelectedNamedTraceConfigurationChange",
|
|
620
623
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
621
624
|
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
622
625
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
@@ -691,7 +694,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
691
694
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
692
695
|
}
|
|
693
696
|
)
|
|
694
|
-
),
|
|
697
|
+
), Dr = /* @__PURE__ */ e(
|
|
695
698
|
r(
|
|
696
699
|
"arcgis-volume-measurement",
|
|
697
700
|
{
|
|
@@ -699,7 +702,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
699
702
|
onArcgisReady: "arcgisReady"
|
|
700
703
|
}
|
|
701
704
|
)
|
|
702
|
-
),
|
|
705
|
+
), Lr = /* @__PURE__ */ e(
|
|
703
706
|
r(
|
|
704
707
|
"arcgis-weather",
|
|
705
708
|
{
|
|
@@ -707,7 +710,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
707
710
|
onArcgisReady: "arcgisReady"
|
|
708
711
|
}
|
|
709
712
|
)
|
|
710
|
-
),
|
|
713
|
+
), Tr = /* @__PURE__ */ e(
|
|
711
714
|
r(
|
|
712
715
|
"arcgis-zoom",
|
|
713
716
|
{
|
|
@@ -736,20 +739,20 @@ export {
|
|
|
736
739
|
u as ArcgisDirectionalPad,
|
|
737
740
|
m as ArcgisDirections,
|
|
738
741
|
k as ArcgisDistanceMeasurement2d,
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
742
|
+
D as ArcgisEditor,
|
|
743
|
+
L as ArcgisElevationProfile,
|
|
744
|
+
T as ArcgisExpand,
|
|
745
|
+
v as ArcgisFeature,
|
|
743
746
|
E as ArcgisFeatureForm,
|
|
744
747
|
b as ArcgisFeatureTable,
|
|
745
748
|
U as ArcgisFeatureTemplates,
|
|
746
749
|
F as ArcgisFeatures,
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
750
|
+
f as ArcgisFloorFilter,
|
|
751
|
+
I as ArcgisFullscreen,
|
|
752
|
+
M as ArcgisGridControls,
|
|
753
|
+
B as ArcgisHistogramRangeSlider,
|
|
754
|
+
N as ArcgisHome,
|
|
755
|
+
K as ArcgisLayerList,
|
|
753
756
|
W as ArcgisLegend,
|
|
754
757
|
H as ArcgisLineOfSight,
|
|
755
758
|
x as ArcgisLinkChart,
|
|
@@ -788,8 +791,8 @@ export {
|
|
|
788
791
|
mr as ArcgisVersionManagement,
|
|
789
792
|
Sr as ArcgisVideo,
|
|
790
793
|
kr as ArcgisVideoPlayer,
|
|
791
|
-
|
|
792
|
-
|
|
794
|
+
Dr as ArcgisVolumeMeasurement,
|
|
795
|
+
Lr as ArcgisWeather,
|
|
793
796
|
gr as ArcgisWebglError,
|
|
794
|
-
|
|
797
|
+
Tr as ArcgisZoom
|
|
795
798
|
};
|
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.125",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "5.0.0-next.123",
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.123",
|
|
34
32
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
33
|
"@lit/react": "^1.0.8",
|
|
36
34
|
"lit": "^3.3.0",
|
|
37
|
-
"tslib": "^2.8.1"
|
|
35
|
+
"tslib": "^2.8.1",
|
|
36
|
+
"@arcgis/map-components": "5.0.0-next.125",
|
|
37
|
+
"@arcgis/lumina": "5.0.0-next.125"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|