@arcgis/map-components-react 4.34.0-next.133 → 4.34.0-next.134
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 +6 -0
- package/dist/index.js +52 -43
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -472,6 +472,12 @@ export declare const ArcgisResultFeatureList: import('@lit/react').ReactWebCompo
|
|
|
472
472
|
}, {
|
|
473
473
|
onArcgisPropertyChange: EventName<HTMLArcgisResultFeatureListElement["arcgisPropertyChange"]>;
|
|
474
474
|
}>;
|
|
475
|
+
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
476
|
+
class?: string;
|
|
477
|
+
}, {
|
|
478
|
+
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
479
|
+
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
480
|
+
}>;
|
|
475
481
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
476
482
|
class?: string;
|
|
477
483
|
}, {
|
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
|
+
), C = /* @__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
|
+
), l = /* @__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
|
+
), d = /* @__PURE__ */ e(
|
|
55
55
|
r(
|
|
56
56
|
"arcgis-bookmarks",
|
|
57
57
|
{
|
|
@@ -177,7 +177,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
177
177
|
onArcgisReady: "arcgisReady"
|
|
178
178
|
}
|
|
179
179
|
)
|
|
180
|
-
),
|
|
180
|
+
), T = /* @__PURE__ */ e(
|
|
181
181
|
r(
|
|
182
182
|
"arcgis-feature",
|
|
183
183
|
{
|
|
@@ -185,7 +185,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
185
185
|
onArcgisReady: "arcgisReady"
|
|
186
186
|
}
|
|
187
187
|
)
|
|
188
|
-
),
|
|
188
|
+
), b = /* @__PURE__ */ e(
|
|
189
189
|
r(
|
|
190
190
|
"arcgis-feature-form",
|
|
191
191
|
{
|
|
@@ -228,14 +228,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
228
228
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
229
229
|
}
|
|
230
230
|
)
|
|
231
|
-
),
|
|
231
|
+
), I = /* @__PURE__ */ e(
|
|
232
232
|
r(
|
|
233
233
|
"arcgis-floor-filter",
|
|
234
234
|
{
|
|
235
235
|
onArcgisReady: "arcgisReady"
|
|
236
236
|
}
|
|
237
237
|
)
|
|
238
|
-
),
|
|
238
|
+
), F = /* @__PURE__ */ e(
|
|
239
239
|
r(
|
|
240
240
|
"arcgis-fullscreen",
|
|
241
241
|
{
|
|
@@ -251,7 +251,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
251
251
|
onArcgisReady: "arcgisReady"
|
|
252
252
|
}
|
|
253
253
|
)
|
|
254
|
-
),
|
|
254
|
+
), N = /* @__PURE__ */ e(
|
|
255
255
|
r(
|
|
256
256
|
"arcgis-histogram-range-slider",
|
|
257
257
|
{
|
|
@@ -259,7 +259,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
259
259
|
onArcgisReady: "arcgisReady"
|
|
260
260
|
}
|
|
261
261
|
)
|
|
262
|
-
),
|
|
262
|
+
), B = /* @__PURE__ */ e(
|
|
263
263
|
r(
|
|
264
264
|
"arcgis-home",
|
|
265
265
|
{
|
|
@@ -268,7 +268,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
268
268
|
onArcgisReady: "arcgisReady"
|
|
269
269
|
}
|
|
270
270
|
)
|
|
271
|
-
),
|
|
271
|
+
), W = /* @__PURE__ */ e(
|
|
272
272
|
r(
|
|
273
273
|
"arcgis-layer-list",
|
|
274
274
|
{
|
|
@@ -278,7 +278,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
278
278
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
279
279
|
}
|
|
280
280
|
)
|
|
281
|
-
),
|
|
281
|
+
), x = /* @__PURE__ */ e(
|
|
282
282
|
r(
|
|
283
283
|
"arcgis-legend",
|
|
284
284
|
{
|
|
@@ -286,7 +286,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
286
286
|
onArcgisReady: "arcgisReady"
|
|
287
287
|
}
|
|
288
288
|
)
|
|
289
|
-
),
|
|
289
|
+
), H = /* @__PURE__ */ e(
|
|
290
290
|
r(
|
|
291
291
|
"arcgis-line-of-sight",
|
|
292
292
|
{
|
|
@@ -567,7 +567,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
567
567
|
onArcgisReady: "arcgisReady"
|
|
568
568
|
}
|
|
569
569
|
)
|
|
570
|
-
),
|
|
570
|
+
), Cr = /* @__PURE__ */ e(
|
|
571
571
|
r(
|
|
572
572
|
"arcgis-utility-network-trace",
|
|
573
573
|
{
|
|
@@ -580,7 +580,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
580
580
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
581
581
|
}
|
|
582
582
|
)
|
|
583
|
-
),
|
|
583
|
+
), lr = /* @__PURE__ */ e(
|
|
584
584
|
r(
|
|
585
585
|
"arcgis-utility-network-trace-analysis",
|
|
586
586
|
{
|
|
@@ -588,7 +588,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
588
588
|
onArcgisReady: "arcgisReady"
|
|
589
589
|
}
|
|
590
590
|
)
|
|
591
|
-
),
|
|
591
|
+
), dr = /* @__PURE__ */ e(
|
|
592
592
|
r(
|
|
593
593
|
"arcgis-result-feature-list",
|
|
594
594
|
{
|
|
@@ -596,6 +596,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
596
596
|
}
|
|
597
597
|
)
|
|
598
598
|
), wr = /* @__PURE__ */ e(
|
|
599
|
+
r(
|
|
600
|
+
"arcgis-utility-network-trace-inputs",
|
|
601
|
+
{
|
|
602
|
+
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
603
|
+
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
604
|
+
}
|
|
605
|
+
)
|
|
606
|
+
), pr = /* @__PURE__ */ e(
|
|
599
607
|
r(
|
|
600
608
|
"arcgis-utility-network-validate-topology",
|
|
601
609
|
{
|
|
@@ -603,7 +611,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
603
611
|
onArcgisReady: "arcgisReady"
|
|
604
612
|
}
|
|
605
613
|
)
|
|
606
|
-
),
|
|
614
|
+
), hr = /* @__PURE__ */ e(
|
|
607
615
|
r(
|
|
608
616
|
"arcgis-value-picker",
|
|
609
617
|
{
|
|
@@ -616,7 +624,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
616
624
|
onArcgisReady: "arcgisReady"
|
|
617
625
|
}
|
|
618
626
|
)
|
|
619
|
-
),
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
620
628
|
r(
|
|
621
629
|
"arcgis-version-management",
|
|
622
630
|
{
|
|
@@ -624,14 +632,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
624
632
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
625
633
|
}
|
|
626
634
|
)
|
|
627
|
-
),
|
|
635
|
+
), Pr = /* @__PURE__ */ e(
|
|
628
636
|
r(
|
|
629
637
|
"arcgis-video",
|
|
630
638
|
{
|
|
631
639
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
632
640
|
}
|
|
633
641
|
)
|
|
634
|
-
),
|
|
642
|
+
), Rr = /* @__PURE__ */ e(
|
|
635
643
|
r(
|
|
636
644
|
"arcgis-video-player",
|
|
637
645
|
{
|
|
@@ -640,7 +648,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
640
648
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
641
649
|
}
|
|
642
650
|
)
|
|
643
|
-
),
|
|
651
|
+
), mr = /* @__PURE__ */ e(
|
|
644
652
|
r(
|
|
645
653
|
"arcgis-weather",
|
|
646
654
|
{
|
|
@@ -648,7 +656,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
648
656
|
onArcgisReady: "arcgisReady"
|
|
649
657
|
}
|
|
650
658
|
)
|
|
651
|
-
),
|
|
659
|
+
), ur = /* @__PURE__ */ e(
|
|
652
660
|
r(
|
|
653
661
|
"arcgis-zoom",
|
|
654
662
|
{
|
|
@@ -662,9 +670,9 @@ export {
|
|
|
662
670
|
t as ArcgisAreaMeasurement3d,
|
|
663
671
|
A as ArcgisAttachments,
|
|
664
672
|
y as ArcgisBasemapGallery,
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
673
|
+
C as ArcgisBasemapLayerList,
|
|
674
|
+
l as ArcgisBasemapToggle,
|
|
675
|
+
d as ArcgisBookmarks,
|
|
668
676
|
w as ArcgisBuildingExplorer,
|
|
669
677
|
p as ArcgisCatalogLayerList,
|
|
670
678
|
h as ArcgisCompass,
|
|
@@ -679,19 +687,19 @@ export {
|
|
|
679
687
|
v as ArcgisElevationProfile,
|
|
680
688
|
L as ArcgisElevationProfileNext,
|
|
681
689
|
E as ArcgisExpand,
|
|
682
|
-
|
|
683
|
-
|
|
690
|
+
T as ArcgisFeature,
|
|
691
|
+
b as ArcgisFeatureForm,
|
|
684
692
|
U as ArcgisFeatureTable,
|
|
685
693
|
M as ArcgisFeatureTemplates,
|
|
686
694
|
f as ArcgisFeatures,
|
|
687
|
-
|
|
688
|
-
|
|
695
|
+
I as ArcgisFloorFilter,
|
|
696
|
+
F as ArcgisFullscreen,
|
|
689
697
|
K as ArcgisGridControls,
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
698
|
+
N as ArcgisHistogramRangeSlider,
|
|
699
|
+
B as ArcgisHome,
|
|
700
|
+
W as ArcgisLayerList,
|
|
701
|
+
x as ArcgisLegend,
|
|
702
|
+
H as ArcgisLineOfSight,
|
|
695
703
|
G as ArcgisLinkChart,
|
|
696
704
|
O as ArcgisLinkChartLayoutSwitcher,
|
|
697
705
|
z as ArcgisLocate,
|
|
@@ -702,7 +710,7 @@ export {
|
|
|
702
710
|
Q as ArcgisPlacement,
|
|
703
711
|
X as ArcgisPopup,
|
|
704
712
|
Y as ArcgisPrint,
|
|
705
|
-
|
|
713
|
+
dr as ArcgisResultFeatureList,
|
|
706
714
|
_ as ArcgisScaleBar,
|
|
707
715
|
$ as ArcgisScaleRangeSlider,
|
|
708
716
|
rr as ArcgisScene,
|
|
@@ -717,13 +725,14 @@ export {
|
|
|
717
725
|
tr as ArcgisTimeZoneLabel,
|
|
718
726
|
Ar as ArcgisTrack,
|
|
719
727
|
yr as ArcgisUtilityNetworkAssociations,
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
wr as
|
|
723
|
-
pr as
|
|
724
|
-
hr as
|
|
725
|
-
Vr as
|
|
726
|
-
Pr as
|
|
727
|
-
Rr as
|
|
728
|
-
mr as
|
|
728
|
+
Cr as ArcgisUtilityNetworkTrace,
|
|
729
|
+
lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
730
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
731
|
+
pr as ArcgisUtilityNetworkValidateTopology,
|
|
732
|
+
hr as ArcgisValuePicker,
|
|
733
|
+
Vr as ArcgisVersionManagement,
|
|
734
|
+
Pr as ArcgisVideo,
|
|
735
|
+
Rr as ArcgisVideoPlayer,
|
|
736
|
+
mr as ArcgisWeather,
|
|
737
|
+
ur as ArcgisZoom
|
|
729
738
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.134",
|
|
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": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.134",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.134",
|
|
34
34
|
"@esri/calcite-components": "^3.3.0-next.95",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|