@arcgis/map-components-react 4.34.0-next.22 → 4.34.0-next.23
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 +3 -0
- package/dist/components.js +3 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -328,6 +328,9 @@ export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebCompon
|
|
|
328
328
|
export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement & {
|
|
329
329
|
class?: string;
|
|
330
330
|
}, {
|
|
331
|
+
onArcgisAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisAnalysisViewCreate"]>;
|
|
332
|
+
onArcgisAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisAnalysisViewCreateError"]>;
|
|
333
|
+
onArcgisAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisAnalysisViewDestroy"]>;
|
|
331
334
|
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
332
335
|
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
333
336
|
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
package/dist/components.js
CHANGED
|
@@ -239,6 +239,9 @@ export const ArcgisScaleRangeSlider = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
239
239
|
onArcgisReady: "arcgisReady",
|
|
240
240
|
}));
|
|
241
241
|
export const ArcgisScene = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-scene", {
|
|
242
|
+
onArcgisAnalysisViewCreate: "arcgisAnalysisViewCreate",
|
|
243
|
+
onArcgisAnalysisViewCreateError: "arcgisAnalysisViewCreateError",
|
|
244
|
+
onArcgisAnalysisViewDestroy: "arcgisAnalysisViewDestroy",
|
|
242
245
|
onArcgisViewChange: "arcgisViewChange",
|
|
243
246
|
onArcgisViewClick: "arcgisViewClick",
|
|
244
247
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
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.23",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/map-components": "4.34.0-next.23",
|
|
33
33
|
"@esri/calcite-components": "^3.2.1",
|
|
34
34
|
"@lit/react": "^1.0.7",
|
|
35
35
|
"tslib": "^2.8.1"
|