@arcgis/map-components-react 4.34.0-next.4 → 4.34.0-next.41
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 +5 -0
- package/dist/components.js +5 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -323,6 +323,9 @@ export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebCompon
|
|
|
323
323
|
export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement & {
|
|
324
324
|
class?: string;
|
|
325
325
|
}, {
|
|
326
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
327
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
328
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
326
329
|
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
327
330
|
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
328
331
|
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
|
@@ -405,6 +408,8 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
405
408
|
}, {
|
|
406
409
|
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
407
410
|
onArcgisReady: EventName<HTMLArcgisSwipeElement["arcgisReady"]>;
|
|
411
|
+
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
412
|
+
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
408
413
|
}>;
|
|
409
414
|
export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement & {
|
|
410
415
|
class?: string;
|
package/dist/components.js
CHANGED
|
@@ -236,6 +236,9 @@ export const ArcgisScaleRangeSlider = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
236
236
|
onArcgisReady: "arcgisReady",
|
|
237
237
|
}));
|
|
238
238
|
export const ArcgisScene = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-scene", {
|
|
239
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
240
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
241
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
239
242
|
onArcgisViewChange: "arcgisViewChange",
|
|
240
243
|
onArcgisViewClick: "arcgisViewClick",
|
|
241
244
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -304,6 +307,8 @@ export const ArcgisSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
304
307
|
export const ArcgisSwipe = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-swipe", {
|
|
305
308
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
306
309
|
onArcgisReady: "arcgisReady",
|
|
310
|
+
onArcgisSwipeChange: "arcgisSwipeChange",
|
|
311
|
+
onArcgisSwipeInput: "arcgisSwipeInput",
|
|
307
312
|
}));
|
|
308
313
|
export const ArcgisTableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-table-list", {
|
|
309
314
|
onArcgisClose: "arcgisClose",
|
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.41",
|
|
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/map-components": "4.34.0-next.
|
|
33
|
-
"@esri/calcite-components": "^3.2.
|
|
32
|
+
"@arcgis/map-components": "4.34.0-next.41",
|
|
33
|
+
"@esri/calcite-components": "^3.2.1",
|
|
34
34
|
"@lit/react": "^1.0.7",
|
|
35
35
|
"tslib": "^2.8.1"
|
|
36
36
|
},
|