@arcgis/map-components-react 5.0.0-next.145 → 5.0.0-next.147
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 +11 -9
- package/dist/index.js +16 -14
- package/package.json +14 -14
package/dist/components.d.ts
CHANGED
|
@@ -692,6 +692,7 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
692
692
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
693
693
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
|
|
694
694
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
695
|
+
onArcgisTraceResultClear: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultClear"]>;
|
|
695
696
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
696
697
|
}>;
|
|
697
698
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-aggregated-geometry /> directly. */
|
|
@@ -731,6 +732,7 @@ export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react')
|
|
|
731
732
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results/customElement').ArcgisUtilityNetworkTraceResults & {
|
|
732
733
|
class?: string;
|
|
733
734
|
}, {
|
|
735
|
+
onArcgisAggregatedGeometryGraphicsColorChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisAggregatedGeometryGraphicsColorChange"]>;
|
|
734
736
|
onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisHideGraphicsChange"]>;
|
|
735
737
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
736
738
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
@@ -743,17 +745,17 @@ export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').
|
|
|
743
745
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
744
746
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
745
747
|
}>;
|
|
746
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker /> directly. */
|
|
747
|
-
export declare const
|
|
748
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-legacy /> directly. */
|
|
749
|
+
export declare const ArcgisValuePickerLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-legacy/customElement').ArcgisValuePickerLegacy & {
|
|
748
750
|
class?: string;
|
|
749
751
|
}, {
|
|
750
|
-
onArcgisAnimate: EventName<
|
|
751
|
-
onArcgisNext: EventName<
|
|
752
|
-
onArcgisPause: EventName<
|
|
753
|
-
onArcgisPlay: EventName<
|
|
754
|
-
onArcgisPrevious: EventName<
|
|
755
|
-
onArcgisPropertyChange: EventName<
|
|
756
|
-
onArcgisReady: EventName<
|
|
752
|
+
onArcgisAnimate: EventName<HTMLArcgisValuePickerLegacyElement["arcgisAnimate"]>;
|
|
753
|
+
onArcgisNext: EventName<HTMLArcgisValuePickerLegacyElement["arcgisNext"]>;
|
|
754
|
+
onArcgisPause: EventName<HTMLArcgisValuePickerLegacyElement["arcgisPause"]>;
|
|
755
|
+
onArcgisPlay: EventName<HTMLArcgisValuePickerLegacyElement["arcgisPlay"]>;
|
|
756
|
+
onArcgisPrevious: EventName<HTMLArcgisValuePickerLegacyElement["arcgisPrevious"]>;
|
|
757
|
+
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerLegacyElement["arcgisPropertyChange"]>;
|
|
758
|
+
onArcgisReady: EventName<HTMLArcgisValuePickerLegacyElement["arcgisReady"]>;
|
|
757
759
|
}>;
|
|
758
760
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-version-management /> directly. */
|
|
759
761
|
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-version-management/customElement').ArcgisVersionManagement & {
|
package/dist/index.js
CHANGED
|
@@ -254,7 +254,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
254
254
|
onArcgisReady: "arcgisReady"
|
|
255
255
|
}
|
|
256
256
|
)
|
|
257
|
-
),
|
|
257
|
+
), G = /* @__PURE__ */ e(
|
|
258
258
|
r(
|
|
259
259
|
"arcgis-grid-controls",
|
|
260
260
|
{
|
|
@@ -262,7 +262,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
262
262
|
onArcgisReady: "arcgisReady"
|
|
263
263
|
}
|
|
264
264
|
)
|
|
265
|
-
),
|
|
265
|
+
), H = /* @__PURE__ */ e(
|
|
266
266
|
r(
|
|
267
267
|
"arcgis-histogram-range-slider",
|
|
268
268
|
{
|
|
@@ -270,7 +270,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
270
270
|
onArcgisReady: "arcgisReady"
|
|
271
271
|
}
|
|
272
272
|
)
|
|
273
|
-
),
|
|
273
|
+
), K = /* @__PURE__ */ e(
|
|
274
274
|
r(
|
|
275
275
|
"arcgis-home",
|
|
276
276
|
{
|
|
@@ -773,6 +773,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
773
773
|
onArcgisReady: "arcgisReady",
|
|
774
774
|
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
775
775
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
776
|
+
onArcgisTraceResultClear: "arcgisTraceResultClear",
|
|
776
777
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
777
778
|
}
|
|
778
779
|
)
|
|
@@ -800,7 +801,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
800
801
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
801
802
|
}
|
|
802
803
|
)
|
|
803
|
-
),
|
|
804
|
+
), Gr = /* @__PURE__ */ e(
|
|
804
805
|
r(
|
|
805
806
|
"arcgis-utility-network-trace-location",
|
|
806
807
|
{
|
|
@@ -809,15 +810,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
809
810
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
810
811
|
}
|
|
811
812
|
)
|
|
812
|
-
),
|
|
813
|
+
), Hr = /* @__PURE__ */ e(
|
|
813
814
|
r(
|
|
814
815
|
"arcgis-utility-network-trace-location-list",
|
|
815
816
|
{}
|
|
816
817
|
)
|
|
817
|
-
),
|
|
818
|
+
), Kr = /* @__PURE__ */ e(
|
|
818
819
|
r(
|
|
819
820
|
"arcgis-utility-network-trace-results",
|
|
820
821
|
{
|
|
822
|
+
onArcgisAggregatedGeometryGraphicsColorChange: "arcgisAggregatedGeometryGraphicsColorChange",
|
|
821
823
|
onArcgisHideGraphicsChange: "arcgisHideGraphicsChange",
|
|
822
824
|
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
823
825
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
|
|
@@ -834,7 +836,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
834
836
|
)
|
|
835
837
|
), zr = /* @__PURE__ */ e(
|
|
836
838
|
r(
|
|
837
|
-
"arcgis-value-picker",
|
|
839
|
+
"arcgis-value-picker-legacy",
|
|
838
840
|
{
|
|
839
841
|
onArcgisAnimate: "arcgisAnimate",
|
|
840
842
|
onArcgisNext: "arcgisNext",
|
|
@@ -930,9 +932,9 @@ export {
|
|
|
930
932
|
M as ArcgisFeatures,
|
|
931
933
|
I as ArcgisFloorFilter,
|
|
932
934
|
N as ArcgisFullscreen,
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
935
|
+
G as ArcgisGridControls,
|
|
936
|
+
H as ArcgisHistogramRangeSlider,
|
|
937
|
+
K as ArcgisHome,
|
|
936
938
|
W as ArcgisLayerList,
|
|
937
939
|
z as ArcgisLegend,
|
|
938
940
|
x as ArcgisLineOfSight,
|
|
@@ -979,11 +981,11 @@ export {
|
|
|
979
981
|
fr as ArcgisUtilityNetworkTrace,
|
|
980
982
|
Br as ArcgisUtilityNetworkTraceAnalysis,
|
|
981
983
|
Nr as ArcgisUtilityNetworkTraceInputs,
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
984
|
+
Gr as ArcgisUtilityNetworkTraceLocation,
|
|
985
|
+
Hr as ArcgisUtilityNetworkTraceLocationList,
|
|
986
|
+
Kr as ArcgisUtilityNetworkTraceResults,
|
|
985
987
|
Wr as ArcgisUtilityNetworkValidateTopology,
|
|
986
|
-
zr as
|
|
988
|
+
zr as ArcgisValuePickerLegacy,
|
|
987
989
|
xr as ArcgisVersionManagement,
|
|
988
990
|
Or as ArcgisVideo,
|
|
989
991
|
Zr as ArcgisVideoPlayer,
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.147",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"ArcGIS",
|
|
7
|
-
"javascript",
|
|
8
|
-
"react",
|
|
9
|
-
"map",
|
|
10
|
-
"3D",
|
|
11
6
|
"2D",
|
|
12
|
-
"
|
|
7
|
+
"3D",
|
|
13
8
|
"analytics",
|
|
14
|
-
"
|
|
9
|
+
"ArcGIS",
|
|
10
|
+
"components",
|
|
15
11
|
"data-driven",
|
|
12
|
+
"Esri",
|
|
16
13
|
"gis",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
14
|
+
"javascript",
|
|
15
|
+
"map",
|
|
16
|
+
"react",
|
|
17
|
+
"spatial",
|
|
18
|
+
"visualization",
|
|
19
|
+
"web-components"
|
|
20
20
|
],
|
|
21
21
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
22
22
|
"sideEffects": false,
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"tslib": "^2.8.1",
|
|
36
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
37
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
36
|
+
"@arcgis/lumina": "5.0.0-next.147",
|
|
37
|
+
"@arcgis/map-components": "5.0.0-next.147"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": "
|
|
40
|
+
"@arcgis/core": "^5.0.0-next",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|