@arcgis/map-components-react 5.0.0-next.91 → 5.0.0-next.93
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 +10 -8
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -474,6 +474,7 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
474
474
|
}, {
|
|
475
475
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
476
476
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
477
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
|
|
477
478
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
478
479
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
479
480
|
}>;
|
|
@@ -485,6 +486,7 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
485
486
|
}, {
|
|
486
487
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
487
488
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
489
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectEnd"]>;
|
|
488
490
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
489
491
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
490
492
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
155
155
|
onArcgisReady: "arcgisReady"
|
|
156
156
|
}
|
|
157
157
|
)
|
|
158
|
-
),
|
|
158
|
+
), T = /* @__PURE__ */ e(
|
|
159
159
|
r(
|
|
160
160
|
"arcgis-expand",
|
|
161
161
|
{
|
|
@@ -163,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
163
163
|
onArcgisReady: "arcgisReady"
|
|
164
164
|
}
|
|
165
165
|
)
|
|
166
|
-
),
|
|
166
|
+
), v = /* @__PURE__ */ e(
|
|
167
167
|
r(
|
|
168
168
|
"arcgis-feature",
|
|
169
169
|
{
|
|
@@ -171,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
171
171
|
onArcgisReady: "arcgisReady"
|
|
172
172
|
}
|
|
173
173
|
)
|
|
174
|
-
),
|
|
174
|
+
), D = /* @__PURE__ */ e(
|
|
175
175
|
r(
|
|
176
176
|
"arcgis-feature-form",
|
|
177
177
|
{
|
|
@@ -594,6 +594,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
594
594
|
{
|
|
595
595
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
596
596
|
onArcgisReady: "arcgisReady",
|
|
597
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
597
598
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
598
599
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
599
600
|
}
|
|
@@ -609,6 +610,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
609
610
|
{
|
|
610
611
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
611
612
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
613
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
612
614
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
613
615
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
614
616
|
}
|
|
@@ -697,7 +699,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
697
699
|
onArcgisReady: "arcgisReady"
|
|
698
700
|
}
|
|
699
701
|
)
|
|
700
|
-
),
|
|
702
|
+
), Tr = /* @__PURE__ */ e(
|
|
701
703
|
r(
|
|
702
704
|
"arcgis-zoom",
|
|
703
705
|
{
|
|
@@ -726,9 +728,9 @@ export {
|
|
|
726
728
|
S as ArcgisDistanceMeasurement2d,
|
|
727
729
|
k as ArcgisEditor,
|
|
728
730
|
L as ArcgisElevationProfile,
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
731
|
+
T as ArcgisExpand,
|
|
732
|
+
v as ArcgisFeature,
|
|
733
|
+
D as ArcgisFeatureForm,
|
|
732
734
|
E as ArcgisFeatureTable,
|
|
733
735
|
U as ArcgisFeatureTemplates,
|
|
734
736
|
b as ArcgisFeatures,
|
|
@@ -779,5 +781,5 @@ export {
|
|
|
779
781
|
Sr as ArcgisVideoPlayer,
|
|
780
782
|
kr as ArcgisVolumeMeasurement,
|
|
781
783
|
Lr as ArcgisWeather,
|
|
782
|
-
|
|
784
|
+
Tr as ArcgisZoom
|
|
783
785
|
};
|
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.93",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,9 +29,9 @@
|
|
|
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.
|
|
34
|
-
"@esri/calcite-components": "^5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.93",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.93",
|
|
34
|
+
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|