@arcgis/map-components-react 5.0.0-next.104 → 5.0.0-next.106
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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -573,6 +573,7 @@ export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLA
|
|
|
573
573
|
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<HTMLArcgisZoomElement & {
|
|
574
574
|
class?: string;
|
|
575
575
|
}, {
|
|
576
|
+
onArcgisClick: EventName<HTMLArcgisZoomElement["arcgisClick"]>;
|
|
576
577
|
onArcgisPropertyChange: EventName<HTMLArcgisZoomElement["arcgisPropertyChange"]>;
|
|
577
578
|
onArcgisReady: EventName<HTMLArcgisZoomElement["arcgisReady"]>;
|
|
578
579
|
}>;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.106",
|
|
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/lumina": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.106",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.106",
|
|
34
34
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|