@arcgis/map-components-react 5.0.0-next.6 → 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 +7 -0
- package/dist/index.js +39 -29
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -485,6 +485,13 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
485
485
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
486
486
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
487
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
|
+
}>;
|
|
488
495
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
489
496
|
class?: string;
|
|
490
497
|
}, {
|
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
|
+
), l = /* @__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
|
+
), d = /* @__PURE__ */ e(
|
|
47
47
|
r(
|
|
48
48
|
"arcgis-basemap-toggle",
|
|
49
49
|
{
|
|
@@ -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
|
{
|
|
@@ -574,7 +574,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
574
574
|
onArcgisReady: "arcgisReady"
|
|
575
575
|
}
|
|
576
576
|
)
|
|
577
|
-
),
|
|
577
|
+
), lr = /* @__PURE__ */ e(
|
|
578
578
|
r(
|
|
579
579
|
"arcgis-utility-network-trace",
|
|
580
580
|
{
|
|
@@ -587,7 +587,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
587
587
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
588
588
|
}
|
|
589
589
|
)
|
|
590
|
-
),
|
|
590
|
+
), dr = /* @__PURE__ */ e(
|
|
591
591
|
r(
|
|
592
592
|
"arcgis-utility-network-trace-analysis",
|
|
593
593
|
{
|
|
@@ -611,13 +611,22 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
611
611
|
}
|
|
612
612
|
)
|
|
613
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(
|
|
614
623
|
r(
|
|
615
624
|
"arcgis-utility-network-trace-results",
|
|
616
625
|
{
|
|
617
626
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
618
627
|
}
|
|
619
628
|
)
|
|
620
|
-
),
|
|
629
|
+
), Vr = /* @__PURE__ */ e(
|
|
621
630
|
r(
|
|
622
631
|
"arcgis-utility-network-validate-topology",
|
|
623
632
|
{
|
|
@@ -625,7 +634,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
625
634
|
onArcgisReady: "arcgisReady"
|
|
626
635
|
}
|
|
627
636
|
)
|
|
628
|
-
),
|
|
637
|
+
), Rr = /* @__PURE__ */ e(
|
|
629
638
|
r(
|
|
630
639
|
"arcgis-value-picker",
|
|
631
640
|
{
|
|
@@ -638,7 +647,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
638
647
|
onArcgisReady: "arcgisReady"
|
|
639
648
|
}
|
|
640
649
|
)
|
|
641
|
-
),
|
|
650
|
+
), Pr = /* @__PURE__ */ e(
|
|
642
651
|
r(
|
|
643
652
|
"arcgis-version-management",
|
|
644
653
|
{
|
|
@@ -646,14 +655,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
646
655
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
647
656
|
}
|
|
648
657
|
)
|
|
649
|
-
),
|
|
658
|
+
), mr = /* @__PURE__ */ e(
|
|
650
659
|
r(
|
|
651
660
|
"arcgis-video",
|
|
652
661
|
{
|
|
653
662
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
654
663
|
}
|
|
655
664
|
)
|
|
656
|
-
),
|
|
665
|
+
), ur = /* @__PURE__ */ e(
|
|
657
666
|
r(
|
|
658
667
|
"arcgis-video-player",
|
|
659
668
|
{
|
|
@@ -662,7 +671,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
662
671
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
663
672
|
}
|
|
664
673
|
)
|
|
665
|
-
),
|
|
674
|
+
), kr = /* @__PURE__ */ e(
|
|
666
675
|
r(
|
|
667
676
|
"arcgis-weather",
|
|
668
677
|
{
|
|
@@ -670,7 +679,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
670
679
|
onArcgisReady: "arcgisReady"
|
|
671
680
|
}
|
|
672
681
|
)
|
|
673
|
-
),
|
|
682
|
+
), Sr = /* @__PURE__ */ e(
|
|
674
683
|
r(
|
|
675
684
|
"arcgis-zoom",
|
|
676
685
|
{
|
|
@@ -684,8 +693,8 @@ export {
|
|
|
684
693
|
t as ArcgisAreaMeasurement3d,
|
|
685
694
|
A as ArcgisAttachments,
|
|
686
695
|
y as ArcgisBasemapGallery,
|
|
687
|
-
|
|
688
|
-
|
|
696
|
+
l as ArcgisBasemapLayerList,
|
|
697
|
+
d as ArcgisBasemapToggle,
|
|
689
698
|
C as ArcgisBookmarks,
|
|
690
699
|
w as ArcgisBuildingExplorer,
|
|
691
700
|
p as ArcgisCatalogLayerList,
|
|
@@ -697,9 +706,9 @@ export {
|
|
|
697
706
|
m as ArcgisDirections,
|
|
698
707
|
k as ArcgisDirectlineMeasurement3d,
|
|
699
708
|
S as ArcgisDistanceMeasurement2d,
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
709
|
+
L as ArcgisEditor,
|
|
710
|
+
v as ArcgisElevationProfile,
|
|
711
|
+
D as ArcgisElevationProfileNext,
|
|
703
712
|
E as ArcgisExpand,
|
|
704
713
|
T as ArcgisFeature,
|
|
705
714
|
U as ArcgisFeatureForm,
|
|
@@ -739,15 +748,16 @@ export {
|
|
|
739
748
|
Ar as ArcgisTrack,
|
|
740
749
|
yr as ArcgisUtilityNetworkAssociations,
|
|
741
750
|
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
742
|
-
|
|
743
|
-
|
|
751
|
+
lr as ArcgisUtilityNetworkTrace,
|
|
752
|
+
dr as ArcgisUtilityNetworkTraceAnalysis,
|
|
744
753
|
wr as ArcgisUtilityNetworkTraceInputs,
|
|
745
|
-
pr as
|
|
746
|
-
hr as
|
|
747
|
-
Vr as
|
|
748
|
-
Rr as
|
|
749
|
-
Pr as
|
|
750
|
-
mr as
|
|
751
|
-
ur as
|
|
752
|
-
kr as
|
|
754
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
755
|
+
hr as ArcgisUtilityNetworkTraceResults,
|
|
756
|
+
Vr as ArcgisUtilityNetworkValidateTopology,
|
|
757
|
+
Rr as ArcgisValuePicker,
|
|
758
|
+
Pr as ArcgisVersionManagement,
|
|
759
|
+
mr as ArcgisVideo,
|
|
760
|
+
ur as ArcgisVideoPlayer,
|
|
761
|
+
kr as ArcgisWeather,
|
|
762
|
+
Sr as ArcgisZoom
|
|
753
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",
|