@arcgis/map-components-react 4.34.0-next.134 → 4.34.0-next.135
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 +1 -0
- package/dist/index.js +5 -4
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
|
|
687
|
-
|
|
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.
|
|
3
|
+
"version": "4.34.0-next.135",
|
|
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": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.135",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.135",
|
|
34
34
|
"@esri/calcite-components": "^3.3.0-next.95",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|