@arcgis/map-components-react 5.1.0-next.97 → 5.1.0-next.99

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.
@@ -435,6 +435,7 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
435
435
  export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
436
436
  class?: string;
437
437
  }, {
438
+ onArcgisReverseGeocodeCopy: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeCopy"]>;
438
439
  onArcgisReverseGeocodeResultsChange: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeResultsChange"]>;
439
440
  }>;
440
441
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
package/dist/index.js CHANGED
@@ -255,7 +255,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
255
255
  onArcgisReady: "arcgisReady"
256
256
  }
257
257
  )
258
- ), B = /* @__PURE__ */ e(
258
+ ), G = /* @__PURE__ */ e(
259
259
  r(
260
260
  "arcgis-layer-list",
261
261
  {
@@ -265,7 +265,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
265
265
  onArcgisTriggerAction: "arcgisTriggerAction"
266
266
  }
267
267
  )
268
- ), G = /* @__PURE__ */ e(
268
+ ), B = /* @__PURE__ */ e(
269
269
  r(
270
270
  "arcgis-layer-list-new",
271
271
  {
@@ -486,6 +486,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
486
486
  r(
487
487
  "arcgis-reverse-geocode-list",
488
488
  {
489
+ onArcgisReverseGeocodeCopy: "arcgisReverseGeocodeCopy",
489
490
  onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
490
491
  }
491
492
  )
@@ -801,7 +802,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
801
802
  "arcgis-utility-network-subnetwork-info",
802
803
  {}
803
804
  )
804
- ), Br = /* @__PURE__ */ e(
805
+ ), Gr = /* @__PURE__ */ e(
805
806
  r(
806
807
  "arcgis-utility-network-trace-inputs",
807
808
  {
@@ -813,7 +814,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
813
814
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
814
815
  }
815
816
  )
816
- ), Gr = /* @__PURE__ */ e(
817
+ ), Br = /* @__PURE__ */ e(
817
818
  r(
818
819
  "arcgis-utility-network-trace-location",
819
820
  {
@@ -952,8 +953,8 @@ export {
952
953
  N as ArcgisGridControls,
953
954
  M as ArcgisHistogramRangeSlider,
954
955
  I as ArcgisHome,
955
- B as ArcgisLayerList,
956
- G as ArcgisLayerListNew,
956
+ G as ArcgisLayerList,
957
+ B as ArcgisLayerListNew,
957
958
  H as ArcgisLegend,
958
959
  K as ArcgisLineOfSight,
959
960
  W as ArcgisLinkChart,
@@ -1001,8 +1002,8 @@ export {
1001
1002
  Ir as ArcgisUtilityNetworkSubnetworkInfo,
1002
1003
  fr as ArcgisUtilityNetworkTrace,
1003
1004
  Nr as ArcgisUtilityNetworkTraceAnalysis,
1004
- Br as ArcgisUtilityNetworkTraceInputs,
1005
- Gr as ArcgisUtilityNetworkTraceLocation,
1005
+ Gr as ArcgisUtilityNetworkTraceInputs,
1006
+ Br as ArcgisUtilityNetworkTraceLocation,
1006
1007
  Hr as ArcgisUtilityNetworkTraceLocationList,
1007
1008
  Kr as ArcgisUtilityNetworkTraceResults,
1008
1009
  Wr as ArcgisUtilityNetworkValidateNetworkTopology,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.97",
3
+ "version": "5.1.0-next.99",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "2D",
@@ -33,8 +33,8 @@
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.97",
37
- "@arcgis/map-components": "5.1.0-next.97"
36
+ "@arcgis/lumina": "5.1.0-next.99",
37
+ "@arcgis/map-components": "5.1.0-next.99"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": "^5.1.0-next",