@arcgis/map-components-react 4.34.0-next.27 → 4.34.0-next.29
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 -8
- package/dist/components.js +3 -6
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -132,11 +132,6 @@ export declare const ArcgisFeature: import("@lit/react").ReactWebComponent<HTMLA
|
|
|
132
132
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
133
133
|
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
134
134
|
}>;
|
|
135
|
-
export declare const ArcgisFeatureContent: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureContentElement & {
|
|
136
|
-
class?: string;
|
|
137
|
-
}, {
|
|
138
|
-
onArcgisReady: EventName<HTMLArcgisFeatureContentElement["arcgisReady"]>;
|
|
139
|
-
}>;
|
|
140
135
|
export declare const ArcgisFeatureForm: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureFormElement & {
|
|
141
136
|
class?: string;
|
|
142
137
|
}, {
|
|
@@ -328,9 +323,9 @@ export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebCompon
|
|
|
328
323
|
export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement & {
|
|
329
324
|
class?: string;
|
|
330
325
|
}, {
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
326
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
327
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
328
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
334
329
|
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
335
330
|
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
336
331
|
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
package/dist/components.js
CHANGED
|
@@ -93,9 +93,6 @@ export const ArcgisFeature = /*@__PURE__*/ createWrapper(getReactWrapperOptions(
|
|
|
93
93
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
94
94
|
onArcgisReady: "arcgisReady",
|
|
95
95
|
}));
|
|
96
|
-
export const ArcgisFeatureContent = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-feature-content", {
|
|
97
|
-
onArcgisReady: "arcgisReady",
|
|
98
|
-
}));
|
|
99
96
|
export const ArcgisFeatureForm = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-feature-form", {
|
|
100
97
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
101
98
|
onArcgisReady: "arcgisReady",
|
|
@@ -239,9 +236,9 @@ export const ArcgisScaleRangeSlider = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
239
236
|
onArcgisReady: "arcgisReady",
|
|
240
237
|
}));
|
|
241
238
|
export const ArcgisScene = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-scene", {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
239
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
240
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
241
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
245
242
|
onArcgisViewChange: "arcgisViewChange",
|
|
246
243
|
onArcgisViewClick: "arcgisViewClick",
|
|
247
244
|
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.29",
|
|
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.29",
|
|
33
33
|
"@esri/calcite-components": "^3.2.1",
|
|
34
34
|
"@lit/react": "^1.0.7",
|
|
35
35
|
"tslib": "^2.8.1"
|