@arcgis/map-components-react 4.34.0-next.104 → 4.34.0-next.105
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 +2 -0
- package/dist/index.js +3 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -113,6 +113,8 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
113
113
|
}, {
|
|
114
114
|
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
115
115
|
onArcgisReady: EventName<HTMLArcgisEditorElement["arcgisReady"]>;
|
|
116
|
+
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
117
|
+
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
116
118
|
}>;
|
|
117
119
|
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileElement & {
|
|
118
120
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -148,7 +148,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
148
148
|
"arcgis-editor",
|
|
149
149
|
{
|
|
150
150
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
151
|
-
onArcgisReady: "arcgisReady"
|
|
151
|
+
onArcgisReady: "arcgisReady",
|
|
152
|
+
onArcgisSketchCreate: "arcgisSketchCreate",
|
|
153
|
+
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
152
154
|
}
|
|
153
155
|
)
|
|
154
156
|
), D = /* @__PURE__ */ e(
|
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.105",
|
|
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.105",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.105",
|
|
34
34
|
"@esri/calcite-components": "^3.2.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|