@arcgis/map-components-react 5.1.0-next.4 → 5.1.0-next.6

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.
@@ -439,7 +439,9 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
439
439
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-reverse-geocode-list /> directly. */
440
440
  export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
441
441
  class?: string;
442
- }, {}>;
442
+ }, {
443
+ onArcgisReverseGeocodeResultsChange: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeResultsChange"]>;
444
+ }>;
443
445
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
444
446
  export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar/customElement').ArcgisScaleBar & {
445
447
  class?: string;
package/dist/index.js CHANGED
@@ -246,7 +246,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
246
246
  onArcgisReady: "arcgisReady"
247
247
  }
248
248
  )
249
- ), N = /* @__PURE__ */ e(
249
+ ), G = /* @__PURE__ */ e(
250
250
  r(
251
251
  "arcgis-fullscreen",
252
252
  {
@@ -254,7 +254,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
254
254
  onArcgisReady: "arcgisReady"
255
255
  }
256
256
  )
257
- ), G = /* @__PURE__ */ e(
257
+ ), N = /* @__PURE__ */ e(
258
258
  r(
259
259
  "arcgis-grid-controls",
260
260
  {
@@ -492,7 +492,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
492
492
  ), cr = /* @__PURE__ */ e(
493
493
  r(
494
494
  "arcgis-reverse-geocode-list",
495
- {}
495
+ {
496
+ onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
497
+ }
496
498
  )
497
499
  ), or = /* @__PURE__ */ e(
498
500
  r(
@@ -789,7 +791,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
789
791
  "arcgis-utility-network-subnetwork-info",
790
792
  {}
791
793
  )
792
- ), Nr = /* @__PURE__ */ e(
794
+ ), Gr = /* @__PURE__ */ e(
793
795
  r(
794
796
  "arcgis-utility-network-trace-inputs",
795
797
  {
@@ -801,7 +803,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
801
803
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
802
804
  }
803
805
  )
804
- ), Gr = /* @__PURE__ */ e(
806
+ ), Nr = /* @__PURE__ */ e(
805
807
  r(
806
808
  "arcgis-utility-network-trace-location",
807
809
  {
@@ -931,8 +933,8 @@ export {
931
933
  er as ArcgisFeatureTitle,
932
934
  M as ArcgisFeatures,
933
935
  I as ArcgisFloorFilter,
934
- N as ArcgisFullscreen,
935
- G as ArcgisGridControls,
936
+ G as ArcgisFullscreen,
937
+ N as ArcgisGridControls,
936
938
  H as ArcgisHistogramRangeSlider,
937
939
  K as ArcgisHome,
938
940
  W as ArcgisLayerList,
@@ -980,8 +982,8 @@ export {
980
982
  Ir as ArcgisUtilityNetworkSubnetworkInfo,
981
983
  fr as ArcgisUtilityNetworkTrace,
982
984
  Br as ArcgisUtilityNetworkTraceAnalysis,
983
- Nr as ArcgisUtilityNetworkTraceInputs,
984
- Gr as ArcgisUtilityNetworkTraceLocation,
985
+ Gr as ArcgisUtilityNetworkTraceInputs,
986
+ Nr as ArcgisUtilityNetworkTraceLocation,
985
987
  Hr as ArcgisUtilityNetworkTraceLocationList,
986
988
  Kr as ArcgisUtilityNetworkTraceResults,
987
989
  Wr as ArcgisUtilityNetworkValidateTopology,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.4",
3
+ "version": "5.1.0-next.6",
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.4",
37
- "@arcgis/map-components": "5.1.0-next.4"
36
+ "@arcgis/lumina": "5.1.0-next.6",
37
+ "@arcgis/map-components": "5.1.0-next.6"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": "^5.0.0-next",