@arcgis/map-components-react 4.33.0-next.71 → 4.33.0-next.73
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 +3 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -193,6 +193,11 @@ export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTM
|
|
|
193
193
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
194
194
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
195
195
|
}>;
|
|
196
|
+
export declare const ArcgisLayerListItem: import("@lit/react").ReactWebComponent<HTMLArcgisLayerListItemElement & {
|
|
197
|
+
class?: string;
|
|
198
|
+
}, {
|
|
199
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLayerListItemElement["arcgisPropertyChange"]>;
|
|
200
|
+
}>;
|
|
196
201
|
export declare const ArcgisLegend: import("@lit/react").ReactWebComponent<HTMLArcgisLegendElement & {
|
|
197
202
|
class?: string;
|
|
198
203
|
}, {
|
package/dist/components.js
CHANGED
|
@@ -136,6 +136,9 @@ export const ArcgisLayerList = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
136
136
|
onArcgisReady: "arcgisReady",
|
|
137
137
|
onArcgisTriggerAction: "arcgisTriggerAction",
|
|
138
138
|
}));
|
|
139
|
+
export const ArcgisLayerListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-layer-list-item", {
|
|
140
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
141
|
+
}));
|
|
139
142
|
export const ArcgisLegend = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-legend", {
|
|
140
143
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
141
144
|
onArcgisReady: "arcgisReady",
|
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.73",
|
|
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.73",
|
|
33
33
|
"@esri/calcite-components": "^3.0.3",
|
|
34
34
|
"@lit/react": "^1.0.5",
|
|
35
35
|
"tslib": "^2.7.0"
|