@arcgis/map-components-react 4.34.0-next.5 → 4.34.0-next.50
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 +7 -3
- package/dist/components.js +7 -3
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -41,11 +41,10 @@ export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent
|
|
|
41
41
|
export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement & {
|
|
42
42
|
class?: string;
|
|
43
43
|
}, {
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
45
|
+
onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
|
|
46
46
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
47
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
|
-
onArcgisSelect: EventName<HTMLArcgisBookmarksElement["arcgisSelect"]>;
|
|
49
48
|
}>;
|
|
50
49
|
export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebComponent<HTMLArcgisBuildingExplorerElement & {
|
|
51
50
|
class?: string;
|
|
@@ -323,6 +322,9 @@ export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebCompon
|
|
|
323
322
|
export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement & {
|
|
324
323
|
class?: string;
|
|
325
324
|
}, {
|
|
325
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
326
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
327
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
326
328
|
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
327
329
|
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
328
330
|
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
|
@@ -405,6 +407,8 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
405
407
|
}, {
|
|
406
408
|
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
407
409
|
onArcgisReady: EventName<HTMLArcgisSwipeElement["arcgisReady"]>;
|
|
410
|
+
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
411
|
+
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
408
412
|
}>;
|
|
409
413
|
export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement & {
|
|
410
414
|
class?: string;
|
package/dist/components.js
CHANGED
|
@@ -30,11 +30,10 @@ export const ArcgisBasemapToggle = /*@__PURE__*/ createWrapper(getReactWrapperOp
|
|
|
30
30
|
onArcgisReady: "arcgisReady",
|
|
31
31
|
}));
|
|
32
32
|
export const ArcgisBookmarks = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-bookmarks", {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
34
|
+
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
35
35
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
36
36
|
onArcgisReady: "arcgisReady",
|
|
37
|
-
onArcgisSelect: "arcgisSelect",
|
|
38
37
|
}));
|
|
39
38
|
export const ArcgisBuildingExplorer = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-building-explorer", {
|
|
40
39
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
@@ -236,6 +235,9 @@ export const ArcgisScaleRangeSlider = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
236
235
|
onArcgisReady: "arcgisReady",
|
|
237
236
|
}));
|
|
238
237
|
export const ArcgisScene = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-scene", {
|
|
238
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
239
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
240
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
239
241
|
onArcgisViewChange: "arcgisViewChange",
|
|
240
242
|
onArcgisViewClick: "arcgisViewClick",
|
|
241
243
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -304,6 +306,8 @@ export const ArcgisSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
304
306
|
export const ArcgisSwipe = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-swipe", {
|
|
305
307
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
306
308
|
onArcgisReady: "arcgisReady",
|
|
309
|
+
onArcgisSwipeChange: "arcgisSwipeChange",
|
|
310
|
+
onArcgisSwipeInput: "arcgisSwipeInput",
|
|
307
311
|
}));
|
|
308
312
|
export const ArcgisTableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-table-list", {
|
|
309
313
|
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.50",
|
|
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.50",
|
|
33
|
+
"@esri/calcite-components": "^3.2.1",
|
|
34
34
|
"@lit/react": "^1.0.7",
|
|
35
35
|
"tslib": "^2.8.1"
|
|
36
36
|
},
|