@arcgis/map-components-react 4.34.0-next.134 → 4.34.0-next.136

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.
@@ -69,6 +69,7 @@ export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<HTMLA
69
69
  export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<HTMLArcgisCoordinateConversionElement & {
70
70
  class?: string;
71
71
  }, {
72
+ onArcgisConversionChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisConversionChange"]>;
72
73
  onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
73
74
  onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
74
75
  }>;
package/dist/index.js CHANGED
@@ -91,6 +91,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
91
91
  r(
92
92
  "arcgis-coordinate-conversion",
93
93
  {
94
+ onArcgisConversionChange: "arcgisConversionChange",
94
95
  onArcgisPropertyChange: "arcgisPropertyChange",
95
96
  onArcgisReady: "arcgisReady"
96
97
  }
@@ -143,7 +144,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
143
144
  onArcgisReady: "arcgisReady"
144
145
  }
145
146
  )
146
- ), D = /* @__PURE__ */ e(
147
+ ), v = /* @__PURE__ */ e(
147
148
  r(
148
149
  "arcgis-editor",
149
150
  {
@@ -153,7 +154,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
153
154
  onArcgisSketchUpdate: "arcgisSketchUpdate"
154
155
  }
155
156
  )
156
- ), v = /* @__PURE__ */ e(
157
+ ), D = /* @__PURE__ */ e(
157
158
  r(
158
159
  "arcgis-elevation-profile",
159
160
  {
@@ -683,8 +684,8 @@ export {
683
684
  m as ArcgisDirections,
684
685
  k as ArcgisDirectlineMeasurement3d,
685
686
  S as ArcgisDistanceMeasurement2d,
686
- D as ArcgisEditor,
687
- v as ArcgisElevationProfile,
687
+ v as ArcgisEditor,
688
+ D as ArcgisElevationProfile,
688
689
  L as ArcgisElevationProfileNext,
689
690
  E as ArcgisExpand,
690
691
  T as ArcgisFeature,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.34.0-next.134",
3
+ "version": "4.34.0-next.136",
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": "4.34.0-next.134",
33
- "@arcgis/map-components": "4.34.0-next.134",
34
- "@esri/calcite-components": "^3.3.0-next.95",
32
+ "@arcgis/lumina": "4.34.0-next.136",
33
+ "@arcgis/map-components": "4.34.0-next.136",
34
+ "@esri/calcite-components": "^3.3.0",
35
35
  "@lit/react": "^1.0.7",
36
36
  "lit": "^3.3.0",
37
37
  "tslib": "^2.8.1"