@arcgis/map-components-react 4.33.0-next.61 → 4.33.0-next.62
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 -0
- package/dist/components.js +4 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -452,6 +452,12 @@ export declare const ArcgisVersionManagement: import("@lit/react").ReactWebCompo
|
|
|
452
452
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
453
453
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
454
454
|
}>;
|
|
455
|
+
export declare const ArcgisVideoPlayer: import("@lit/react").ReactWebComponent<HTMLArcgisVideoPlayerElement & {
|
|
456
|
+
class?: string;
|
|
457
|
+
}, {
|
|
458
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVideoPlayerElement["arcgisPropertyChange"]>;
|
|
459
|
+
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
460
|
+
}>;
|
|
455
461
|
export declare const ArcgisWeather: import("@lit/react").ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
456
462
|
class?: string;
|
|
457
463
|
}, {
|
package/dist/components.js
CHANGED
|
@@ -339,6 +339,10 @@ export const ArcgisVersionManagement = /*@__PURE__*/ createWrapper(getReactWrapp
|
|
|
339
339
|
onArcgisReady: "arcgisReady",
|
|
340
340
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged",
|
|
341
341
|
}));
|
|
342
|
+
export const ArcgisVideoPlayer = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-video-player", {
|
|
343
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
344
|
+
onArcgisReady: "arcgisReady",
|
|
345
|
+
}));
|
|
342
346
|
export const ArcgisWeather = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-weather", {
|
|
343
347
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
344
348
|
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.62",
|
|
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.62",
|
|
33
33
|
"@esri/calcite-components": "^3.0.3",
|
|
34
34
|
"@lit/react": "^1.0.5",
|
|
35
35
|
"tslib": "^2.7.0"
|