@arcgis/map-components-react 4.33.0-next.88 → 4.33.0-next.90
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 +6 -6
- package/dist/components.js +6 -4
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare const ArcgisBasemapGallery: import("@lit/react").ReactWebComponen
|
|
|
27
27
|
export declare const ArcgisBasemapLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapLayerListElement & {
|
|
28
28
|
class?: string;
|
|
29
29
|
}, {
|
|
30
|
+
onArcgisClose: EventName<HTMLArcgisBasemapLayerListElement["arcgisClose"]>;
|
|
30
31
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapLayerListElement["arcgisPropertyChange"]>;
|
|
31
32
|
onArcgisReady: EventName<HTMLArcgisBasemapLayerListElement["arcgisReady"]>;
|
|
32
33
|
onArcgisTriggerAction: EventName<HTMLArcgisBasemapLayerListElement["arcgisTriggerAction"]>;
|
|
@@ -40,6 +41,7 @@ export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent
|
|
|
40
41
|
export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement & {
|
|
41
42
|
class?: string;
|
|
42
43
|
}, {
|
|
44
|
+
onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
|
|
43
45
|
onArcgisEdit: EventName<HTMLArcgisBookmarksElement["arcgisEdit"]>;
|
|
44
46
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
45
47
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
@@ -54,6 +56,7 @@ export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebCompon
|
|
|
54
56
|
export declare const ArcgisCatalogLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisCatalogLayerListElement & {
|
|
55
57
|
class?: string;
|
|
56
58
|
}, {
|
|
59
|
+
onArcgisClose: EventName<HTMLArcgisCatalogLayerListElement["arcgisClose"]>;
|
|
57
60
|
onArcgisPropertyChange: EventName<HTMLArcgisCatalogLayerListElement["arcgisPropertyChange"]>;
|
|
58
61
|
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
59
62
|
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
@@ -152,6 +155,7 @@ export declare const ArcgisFeatureTemplates: import("@lit/react").ReactWebCompon
|
|
|
152
155
|
export declare const ArcgisFeatures: import("@lit/react").ReactWebComponent<HTMLArcgisFeaturesElement & {
|
|
153
156
|
class?: string;
|
|
154
157
|
}, {
|
|
158
|
+
onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
|
|
155
159
|
onArcgisPropertyChange: EventName<HTMLArcgisFeaturesElement["arcgisPropertyChange"]>;
|
|
156
160
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
157
161
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
@@ -173,12 +177,6 @@ export declare const ArcgisGridControls: import("@lit/react").ReactWebComponent<
|
|
|
173
177
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
174
178
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
175
179
|
}>;
|
|
176
|
-
export declare const ArcgisHistogram: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramElement & {
|
|
177
|
-
class?: string;
|
|
178
|
-
}, {
|
|
179
|
-
onArcgisPropertyChange: EventName<HTMLArcgisHistogramElement["arcgisPropertyChange"]>;
|
|
180
|
-
onArcgisReady: EventName<HTMLArcgisHistogramElement["arcgisReady"]>;
|
|
181
|
-
}>;
|
|
182
180
|
export declare const ArcgisHistogramRangeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramRangeSliderElement & {
|
|
183
181
|
class?: string;
|
|
184
182
|
}, {
|
|
@@ -195,6 +193,7 @@ export declare const ArcgisHome: import("@lit/react").ReactWebComponent<HTMLArcg
|
|
|
195
193
|
export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisLayerListElement & {
|
|
196
194
|
class?: string;
|
|
197
195
|
}, {
|
|
196
|
+
onArcgisClose: EventName<HTMLArcgisLayerListElement["arcgisClose"]>;
|
|
198
197
|
onArcgisPropertyChange: EventName<HTMLArcgisLayerListElement["arcgisPropertyChange"]>;
|
|
199
198
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
200
199
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
@@ -405,6 +404,7 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
405
404
|
export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement & {
|
|
406
405
|
class?: string;
|
|
407
406
|
}, {
|
|
407
|
+
onArcgisClose: EventName<HTMLArcgisTableListElement["arcgisClose"]>;
|
|
408
408
|
onArcgisPropertyChange: EventName<HTMLArcgisTableListElement["arcgisPropertyChange"]>;
|
|
409
409
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
410
410
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
package/dist/components.js
CHANGED
|
@@ -20,6 +20,7 @@ export const ArcgisBasemapGallery = /*@__PURE__*/ createWrapper(getReactWrapperO
|
|
|
20
20
|
onArcgisReady: "arcgisReady",
|
|
21
21
|
}));
|
|
22
22
|
export const ArcgisBasemapLayerList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-basemap-layer-list", {
|
|
23
|
+
onArcgisClose: "arcgisClose",
|
|
23
24
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
24
25
|
onArcgisReady: "arcgisReady",
|
|
25
26
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
|
@@ -29,6 +30,7 @@ export const ArcgisBasemapToggle = /*@__PURE__*/ createWrapper(getReactWrapperOp
|
|
|
29
30
|
onArcgisReady: "arcgisReady",
|
|
30
31
|
}));
|
|
31
32
|
export const ArcgisBookmarks = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-bookmarks", {
|
|
33
|
+
onArcgisClose: "arcgisClose",
|
|
32
34
|
onArcgisEdit: "arcgisEdit",
|
|
33
35
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
34
36
|
onArcgisReady: "arcgisReady",
|
|
@@ -39,6 +41,7 @@ export const ArcgisBuildingExplorer = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
39
41
|
onArcgisReady: "arcgisReady",
|
|
40
42
|
}));
|
|
41
43
|
export const ArcgisCatalogLayerList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-catalog-layer-list", {
|
|
44
|
+
onArcgisClose: "arcgisClose",
|
|
42
45
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
43
46
|
onArcgisReady: "arcgisReady",
|
|
44
47
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
|
@@ -107,6 +110,7 @@ export const ArcgisFeatureTemplates = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
107
110
|
onArcgisSelect: "arcgisSelect",
|
|
108
111
|
}));
|
|
109
112
|
export const ArcgisFeatures = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-features", {
|
|
113
|
+
onArcgisClose: "arcgisClose",
|
|
110
114
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
111
115
|
onArcgisReady: "arcgisReady",
|
|
112
116
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
|
@@ -122,10 +126,6 @@ export const ArcgisGridControls = /*@__PURE__*/ createWrapper(getReactWrapperOpt
|
|
|
122
126
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
123
127
|
onArcgisReady: "arcgisReady",
|
|
124
128
|
}));
|
|
125
|
-
export const ArcgisHistogram = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-histogram", {
|
|
126
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
127
|
-
onArcgisReady: "arcgisReady",
|
|
128
|
-
}));
|
|
129
129
|
export const ArcgisHistogramRangeSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-histogram-range-slider", {
|
|
130
130
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
131
131
|
onArcgisReady: "arcgisReady",
|
|
@@ -136,6 +136,7 @@ export const ArcgisHome = /*@__PURE__*/ createWrapper(getReactWrapperOptions("ar
|
|
|
136
136
|
onArcgisReady: "arcgisReady",
|
|
137
137
|
}));
|
|
138
138
|
export const ArcgisLayerList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-layer-list", {
|
|
139
|
+
onArcgisClose: "arcgisClose",
|
|
139
140
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
140
141
|
onArcgisReady: "arcgisReady",
|
|
141
142
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
|
@@ -302,6 +303,7 @@ export const ArcgisSwipe = /*@__PURE__*/ createWrapper(getReactWrapperOptions("a
|
|
|
302
303
|
onArcgisReady: "arcgisReady",
|
|
303
304
|
}));
|
|
304
305
|
export const ArcgisTableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-table-list", {
|
|
306
|
+
onArcgisClose: "arcgisClose",
|
|
305
307
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
306
308
|
onArcgisReady: "arcgisReady",
|
|
307
309
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.33.0-next.
|
|
3
|
+
"version": "4.33.0-next.90",
|
|
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.33.0-next.
|
|
32
|
+
"@arcgis/map-components": "4.33.0-next.90",
|
|
33
33
|
"@esri/calcite-components": "^3.2.0-next.13",
|
|
34
34
|
"@lit/react": "^1.0.5",
|
|
35
35
|
"tslib": "^2.7.0"
|