@arcgis/map-components-react 5.0.0-next.67 → 5.0.0-next.69
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 +1 -5
- package/dist/index.js +34 -41
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -475,11 +475,6 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
475
475
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
476
476
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
477
477
|
}>;
|
|
478
|
-
export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkResultFeatureListElement & {
|
|
479
|
-
class?: string;
|
|
480
|
-
}, {
|
|
481
|
-
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
482
|
-
}>;
|
|
483
478
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
484
479
|
class?: string;
|
|
485
480
|
}, {}>;
|
|
@@ -503,6 +498,7 @@ export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react')
|
|
|
503
498
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
504
499
|
class?: string;
|
|
505
500
|
}, {
|
|
501
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
506
502
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
507
503
|
}>;
|
|
508
504
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
package/dist/index.js
CHANGED
|
@@ -221,7 +221,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
221
221
|
onArcgisReady: "arcgisReady"
|
|
222
222
|
}
|
|
223
223
|
)
|
|
224
|
-
),
|
|
224
|
+
), I = /* @__PURE__ */ e(
|
|
225
225
|
r(
|
|
226
226
|
"arcgis-fullscreen",
|
|
227
227
|
{
|
|
@@ -229,7 +229,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
229
|
onArcgisReady: "arcgisReady"
|
|
230
230
|
}
|
|
231
231
|
)
|
|
232
|
-
),
|
|
232
|
+
), f = /* @__PURE__ */ e(
|
|
233
233
|
r(
|
|
234
234
|
"arcgis-grid-controls",
|
|
235
235
|
{
|
|
@@ -245,7 +245,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
245
245
|
onArcgisReady: "arcgisReady"
|
|
246
246
|
}
|
|
247
247
|
)
|
|
248
|
-
),
|
|
248
|
+
), K = /* @__PURE__ */ e(
|
|
249
249
|
r(
|
|
250
250
|
"arcgis-home",
|
|
251
251
|
{
|
|
@@ -254,7 +254,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
254
254
|
onArcgisReady: "arcgisReady"
|
|
255
255
|
}
|
|
256
256
|
)
|
|
257
|
-
),
|
|
257
|
+
), N = /* @__PURE__ */ e(
|
|
258
258
|
r(
|
|
259
259
|
"arcgis-layer-list",
|
|
260
260
|
{
|
|
@@ -597,18 +597,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
597
597
|
}
|
|
598
598
|
)
|
|
599
599
|
), dr = /* @__PURE__ */ e(
|
|
600
|
-
r(
|
|
601
|
-
"arcgis-utility-network-result-feature-list",
|
|
602
|
-
{
|
|
603
|
-
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
604
|
-
}
|
|
605
|
-
)
|
|
606
|
-
), wr = /* @__PURE__ */ e(
|
|
607
600
|
r(
|
|
608
601
|
"arcgis-utility-network-subnetwork-info",
|
|
609
602
|
{}
|
|
610
603
|
)
|
|
611
|
-
),
|
|
604
|
+
), wr = /* @__PURE__ */ e(
|
|
612
605
|
r(
|
|
613
606
|
"arcgis-utility-network-trace-inputs",
|
|
614
607
|
{
|
|
@@ -617,7 +610,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
617
610
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
618
611
|
}
|
|
619
612
|
)
|
|
620
|
-
),
|
|
613
|
+
), pr = /* @__PURE__ */ e(
|
|
621
614
|
r(
|
|
622
615
|
"arcgis-utility-network-trace-location",
|
|
623
616
|
{
|
|
@@ -626,19 +619,20 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
626
619
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
627
620
|
}
|
|
628
621
|
)
|
|
629
|
-
),
|
|
622
|
+
), hr = /* @__PURE__ */ e(
|
|
630
623
|
r(
|
|
631
624
|
"arcgis-utility-network-trace-location-list",
|
|
632
625
|
{}
|
|
633
626
|
)
|
|
634
|
-
),
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
635
628
|
r(
|
|
636
629
|
"arcgis-utility-network-trace-results",
|
|
637
630
|
{
|
|
631
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
638
632
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
639
633
|
}
|
|
640
634
|
)
|
|
641
|
-
),
|
|
635
|
+
), Rr = /* @__PURE__ */ e(
|
|
642
636
|
r(
|
|
643
637
|
"arcgis-utility-network-validate-topology",
|
|
644
638
|
{
|
|
@@ -646,7 +640,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
646
640
|
onArcgisReady: "arcgisReady"
|
|
647
641
|
}
|
|
648
642
|
)
|
|
649
|
-
),
|
|
643
|
+
), Pr = /* @__PURE__ */ e(
|
|
650
644
|
r(
|
|
651
645
|
"arcgis-value-picker",
|
|
652
646
|
{
|
|
@@ -659,7 +653,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
659
653
|
onArcgisReady: "arcgisReady"
|
|
660
654
|
}
|
|
661
655
|
)
|
|
662
|
-
),
|
|
656
|
+
), mr = /* @__PURE__ */ e(
|
|
663
657
|
r(
|
|
664
658
|
"arcgis-version-management",
|
|
665
659
|
{
|
|
@@ -667,14 +661,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
667
661
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
668
662
|
}
|
|
669
663
|
)
|
|
670
|
-
),
|
|
664
|
+
), ur = /* @__PURE__ */ e(
|
|
671
665
|
r(
|
|
672
666
|
"arcgis-video",
|
|
673
667
|
{
|
|
674
668
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
675
669
|
}
|
|
676
670
|
)
|
|
677
|
-
),
|
|
671
|
+
), kr = /* @__PURE__ */ e(
|
|
678
672
|
r(
|
|
679
673
|
"arcgis-video-player",
|
|
680
674
|
{
|
|
@@ -683,7 +677,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
683
677
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
684
678
|
}
|
|
685
679
|
)
|
|
686
|
-
),
|
|
680
|
+
), Sr = /* @__PURE__ */ e(
|
|
687
681
|
r(
|
|
688
682
|
"arcgis-volume-measurement",
|
|
689
683
|
{
|
|
@@ -691,7 +685,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
691
685
|
onArcgisReady: "arcgisReady"
|
|
692
686
|
}
|
|
693
687
|
)
|
|
694
|
-
),
|
|
688
|
+
), Lr = /* @__PURE__ */ e(
|
|
695
689
|
r(
|
|
696
690
|
"arcgis-weather",
|
|
697
691
|
{
|
|
@@ -699,7 +693,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
699
693
|
onArcgisReady: "arcgisReady"
|
|
700
694
|
}
|
|
701
695
|
)
|
|
702
|
-
),
|
|
696
|
+
), vr = /* @__PURE__ */ e(
|
|
703
697
|
r(
|
|
704
698
|
"arcgis-zoom",
|
|
705
699
|
{
|
|
@@ -735,11 +729,11 @@ export {
|
|
|
735
729
|
U as ArcgisFeatureTemplates,
|
|
736
730
|
b as ArcgisFeatures,
|
|
737
731
|
M as ArcgisFloorFilter,
|
|
738
|
-
|
|
739
|
-
|
|
732
|
+
I as ArcgisFullscreen,
|
|
733
|
+
f as ArcgisGridControls,
|
|
740
734
|
F as ArcgisHistogramRangeSlider,
|
|
741
|
-
|
|
742
|
-
|
|
735
|
+
K as ArcgisHome,
|
|
736
|
+
N as ArcgisLayerList,
|
|
743
737
|
B as ArcgisLegend,
|
|
744
738
|
W as ArcgisLineOfSight,
|
|
745
739
|
H as ArcgisLinkChart,
|
|
@@ -767,20 +761,19 @@ export {
|
|
|
767
761
|
tr as ArcgisTimeZoneLabel,
|
|
768
762
|
Ar as ArcgisTrack,
|
|
769
763
|
yr as ArcgisUtilityNetworkAssociations,
|
|
770
|
-
dr as
|
|
771
|
-
wr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
764
|
+
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
772
765
|
lr as ArcgisUtilityNetworkTrace,
|
|
773
766
|
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
767
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
768
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
769
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
770
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
771
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
772
|
+
Pr as ArcgisValuePicker,
|
|
773
|
+
mr as ArcgisVersionManagement,
|
|
774
|
+
ur as ArcgisVideo,
|
|
775
|
+
kr as ArcgisVideoPlayer,
|
|
776
|
+
Sr as ArcgisVolumeMeasurement,
|
|
777
|
+
Lr as ArcgisWeather,
|
|
778
|
+
vr as ArcgisZoom
|
|
786
779
|
};
|
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.69",
|
|
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.69",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.69",
|
|
34
34
|
"@esri/calcite-components": "^3.3.2",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|