@arcgis/map-components-react 5.0.0-next.92 → 5.0.0-next.94

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.
@@ -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
- ), v = /* @__PURE__ */ e(
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
- ), D = /* @__PURE__ */ e(
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
- ), T = /* @__PURE__ */ e(
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
- ), vr = /* @__PURE__ */ e(
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
- v as ArcgisExpand,
730
- D as ArcgisFeature,
731
- T as ArcgisFeatureForm,
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
- vr as ArcgisZoom
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.92",
3
+ "version": "5.0.0-next.94",
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.92",
33
- "@arcgis/map-components": "5.0.0-next.92",
32
+ "@arcgis/lumina": "5.0.0-next.94",
33
+ "@arcgis/map-components": "5.0.0-next.94",
34
34
  "@esri/calcite-components": "^5.0.0-next.28",
35
35
  "@lit/react": "^1.0.8",
36
36
  "lit": "^3.3.0",