@arcgis/map-components-react 5.1.0-next.73 → 5.1.0-next.75
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 +2 -0
- package/dist/index.js +26 -24
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -412,6 +412,8 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import(
|
|
|
412
412
|
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation/customElement').ArcgisPresentation & {
|
|
413
413
|
class?: string;
|
|
414
414
|
}, {
|
|
415
|
+
onArcgisPopupFeatureNotFound: EventName<HTMLArcgisPresentationElement["arcgisPopupFeatureNotFound"]>;
|
|
416
|
+
onArcgisPopupFeaturesRetrieved: EventName<HTMLArcgisPresentationElement["arcgisPopupFeaturesRetrieved"]>;
|
|
415
417
|
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
416
418
|
}>;
|
|
417
419
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-print /> directly. */
|
package/dist/index.js
CHANGED
|
@@ -98,7 +98,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
98
98
|
onArcgisReady: "arcgisReady"
|
|
99
99
|
}
|
|
100
100
|
)
|
|
101
|
-
),
|
|
101
|
+
), P = /* @__PURE__ */ e(
|
|
102
102
|
r(
|
|
103
103
|
"arcgis-daylight",
|
|
104
104
|
{
|
|
@@ -106,7 +106,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
106
106
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
107
107
|
}
|
|
108
108
|
)
|
|
109
|
-
),
|
|
109
|
+
), V = /* @__PURE__ */ e(
|
|
110
110
|
r(
|
|
111
111
|
"arcgis-directional-pad",
|
|
112
112
|
{
|
|
@@ -205,7 +205,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
205
205
|
onArcgisSelect: "arcgisSelect"
|
|
206
206
|
}
|
|
207
207
|
)
|
|
208
|
-
),
|
|
208
|
+
), F = /* @__PURE__ */ e(
|
|
209
209
|
r(
|
|
210
210
|
"arcgis-features",
|
|
211
211
|
{
|
|
@@ -215,7 +215,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
215
215
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
216
216
|
}
|
|
217
217
|
)
|
|
218
|
-
),
|
|
218
|
+
), U = /* @__PURE__ */ e(
|
|
219
219
|
r(
|
|
220
220
|
"arcgis-floor-filter",
|
|
221
221
|
{
|
|
@@ -246,7 +246,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
246
246
|
onArcgisReady: "arcgisReady"
|
|
247
247
|
}
|
|
248
248
|
)
|
|
249
|
-
),
|
|
249
|
+
), N = /* @__PURE__ */ e(
|
|
250
250
|
r(
|
|
251
251
|
"arcgis-home",
|
|
252
252
|
{
|
|
@@ -255,7 +255,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
255
255
|
onArcgisReady: "arcgisReady"
|
|
256
256
|
}
|
|
257
257
|
)
|
|
258
|
-
),
|
|
258
|
+
), B = /* @__PURE__ */ e(
|
|
259
259
|
r(
|
|
260
260
|
"arcgis-layer-list",
|
|
261
261
|
{
|
|
@@ -460,6 +460,8 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
460
460
|
r(
|
|
461
461
|
"arcgis-presentation",
|
|
462
462
|
{
|
|
463
|
+
onArcgisPopupFeatureNotFound: "arcgisPopupFeatureNotFound",
|
|
464
|
+
onArcgisPopupFeaturesRetrieved: "arcgisPopupFeaturesRetrieved",
|
|
463
465
|
onArcgisReady: "arcgisReady"
|
|
464
466
|
}
|
|
465
467
|
)
|
|
@@ -649,7 +651,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
649
651
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
650
652
|
}
|
|
651
653
|
)
|
|
652
|
-
),
|
|
654
|
+
), Pr = /* @__PURE__ */ e(
|
|
653
655
|
r(
|
|
654
656
|
"arcgis-slider-scale-range",
|
|
655
657
|
{
|
|
@@ -659,7 +661,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
659
661
|
onArcgisReady: "arcgisReady"
|
|
660
662
|
}
|
|
661
663
|
)
|
|
662
|
-
),
|
|
664
|
+
), Vr = /* @__PURE__ */ e(
|
|
663
665
|
r(
|
|
664
666
|
"arcgis-slider-size-legacy",
|
|
665
667
|
{
|
|
@@ -750,7 +752,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
750
752
|
onArcgisReady: "arcgisReady"
|
|
751
753
|
}
|
|
752
754
|
)
|
|
753
|
-
),
|
|
755
|
+
), Fr = /* @__PURE__ */ e(
|
|
754
756
|
r(
|
|
755
757
|
"arcgis-utility-network-trace",
|
|
756
758
|
{
|
|
@@ -763,7 +765,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
763
765
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
764
766
|
}
|
|
765
767
|
)
|
|
766
|
-
),
|
|
768
|
+
), Ur = /* @__PURE__ */ e(
|
|
767
769
|
r(
|
|
768
770
|
"arcgis-utility-network-trace-analysis",
|
|
769
771
|
{
|
|
@@ -799,7 +801,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
799
801
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
800
802
|
}
|
|
801
803
|
)
|
|
802
|
-
),
|
|
804
|
+
), Nr = /* @__PURE__ */ e(
|
|
803
805
|
r(
|
|
804
806
|
"arcgis-utility-network-trace-location",
|
|
805
807
|
{
|
|
@@ -808,7 +810,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
808
810
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
809
811
|
}
|
|
810
812
|
)
|
|
811
|
-
),
|
|
813
|
+
), Br = /* @__PURE__ */ e(
|
|
812
814
|
r(
|
|
813
815
|
"arcgis-utility-network-trace-location-list",
|
|
814
816
|
{}
|
|
@@ -909,9 +911,9 @@ export {
|
|
|
909
911
|
mr as ArcgisColorSelect,
|
|
910
912
|
w as ArcgisCompass,
|
|
911
913
|
R as ArcgisCoordinateConversion,
|
|
912
|
-
|
|
914
|
+
P as ArcgisDaylight,
|
|
913
915
|
m as ArcgisDirectLineMeasurement3d,
|
|
914
|
-
|
|
916
|
+
V as ArcgisDirectionalPad,
|
|
915
917
|
u as ArcgisDirections,
|
|
916
918
|
T as ArcgisDistanceMeasurement2d,
|
|
917
919
|
S as ArcgisEditor,
|
|
@@ -923,13 +925,13 @@ export {
|
|
|
923
925
|
v as ArcgisFeatureTable,
|
|
924
926
|
E as ArcgisFeatureTemplatesLegacy,
|
|
925
927
|
_ as ArcgisFeatureTitle,
|
|
926
|
-
|
|
927
|
-
|
|
928
|
+
F as ArcgisFeatures,
|
|
929
|
+
U as ArcgisFloorFilter,
|
|
928
930
|
f as ArcgisFullscreen,
|
|
929
931
|
M as ArcgisGridControls,
|
|
930
932
|
I as ArcgisHistogramRangeSlider,
|
|
931
|
-
|
|
932
|
-
|
|
933
|
+
N as ArcgisHome,
|
|
934
|
+
B as ArcgisLayerList,
|
|
933
935
|
G as ArcgisLayerListNew,
|
|
934
936
|
H as ArcgisLegend,
|
|
935
937
|
K as ArcgisLineOfSight,
|
|
@@ -962,8 +964,8 @@ export {
|
|
|
962
964
|
pr as ArcgisSliderColorSizeLegacy,
|
|
963
965
|
wr as ArcgisSliderHeatmapLegacy,
|
|
964
966
|
Rr as ArcgisSliderOpacityLegacy,
|
|
965
|
-
|
|
966
|
-
|
|
967
|
+
Pr as ArcgisSliderScaleRange,
|
|
968
|
+
Vr as ArcgisSliderSizeLegacy,
|
|
967
969
|
ur as ArcgisSnappingControls,
|
|
968
970
|
Dr as ArcgisSwipe,
|
|
969
971
|
Lr as ArcgisTableList,
|
|
@@ -974,11 +976,11 @@ export {
|
|
|
974
976
|
fr as ArcgisUtilityNetworkAggregatedGeometry,
|
|
975
977
|
Er as ArcgisUtilityNetworkAssociations,
|
|
976
978
|
Mr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
977
|
-
|
|
978
|
-
|
|
979
|
+
Fr as ArcgisUtilityNetworkTrace,
|
|
980
|
+
Ur as ArcgisUtilityNetworkTraceAnalysis,
|
|
979
981
|
Ir as ArcgisUtilityNetworkTraceInputs,
|
|
980
|
-
|
|
981
|
-
|
|
982
|
+
Nr as ArcgisUtilityNetworkTraceLocation,
|
|
983
|
+
Br as ArcgisUtilityNetworkTraceLocationList,
|
|
982
984
|
Gr as ArcgisUtilityNetworkTraceResults,
|
|
983
985
|
Hr as ArcgisUtilityNetworkValidateTopology,
|
|
984
986
|
Kr as ArcgisValuePickerLegacy,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.75",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"2D",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@esri/calcite-components": "^5.0.
|
|
32
|
+
"@esri/calcite-components": "^5.1.0-next.30",
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"tslib": "^2.8.1",
|
|
36
|
-
"@arcgis/lumina": "5.1.0-next.
|
|
37
|
-
"@arcgis/map-components": "5.1.0-next.
|
|
36
|
+
"@arcgis/lumina": "5.1.0-next.75",
|
|
37
|
+
"@arcgis/map-components": "5.1.0-next.75"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@arcgis/core": "^5.1.0-next",
|