@arcgis/map-components-react 5.0.0-next.46 → 5.0.0-next.48
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/index.js +22 -13
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -528,6 +528,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
528
528
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
529
529
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
530
530
|
}>;
|
|
531
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
532
|
+
class?: string;
|
|
533
|
+
}, {
|
|
534
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
535
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
536
|
+
}>;
|
|
531
537
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
532
538
|
class?: string;
|
|
533
539
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
155
155
|
onArcgisReady: "arcgisReady"
|
|
156
156
|
}
|
|
157
157
|
)
|
|
158
|
-
),
|
|
158
|
+
), v = /* @__PURE__ */ e(
|
|
159
159
|
r(
|
|
160
160
|
"arcgis-expand",
|
|
161
161
|
{
|
|
@@ -163,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
163
163
|
onArcgisReady: "arcgisReady"
|
|
164
164
|
}
|
|
165
165
|
)
|
|
166
|
-
),
|
|
166
|
+
), D = /* @__PURE__ */ e(
|
|
167
167
|
r(
|
|
168
168
|
"arcgis-feature",
|
|
169
169
|
{
|
|
@@ -214,14 +214,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
214
214
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
215
215
|
}
|
|
216
216
|
)
|
|
217
|
-
),
|
|
217
|
+
), M = /* @__PURE__ */ e(
|
|
218
218
|
r(
|
|
219
219
|
"arcgis-floor-filter",
|
|
220
220
|
{
|
|
221
221
|
onArcgisReady: "arcgisReady"
|
|
222
222
|
}
|
|
223
223
|
)
|
|
224
|
-
),
|
|
224
|
+
), f = /* @__PURE__ */ e(
|
|
225
225
|
r(
|
|
226
226
|
"arcgis-fullscreen",
|
|
227
227
|
{
|
|
@@ -229,7 +229,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
229
|
onArcgisReady: "arcgisReady"
|
|
230
230
|
}
|
|
231
231
|
)
|
|
232
|
-
),
|
|
232
|
+
), I = /* @__PURE__ */ e(
|
|
233
233
|
r(
|
|
234
234
|
"arcgis-grid-controls",
|
|
235
235
|
{
|
|
@@ -669,13 +669,21 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
669
669
|
)
|
|
670
670
|
), kr = /* @__PURE__ */ e(
|
|
671
671
|
r(
|
|
672
|
-
"arcgis-
|
|
672
|
+
"arcgis-volume-measurement",
|
|
673
673
|
{
|
|
674
674
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
675
675
|
onArcgisReady: "arcgisReady"
|
|
676
676
|
}
|
|
677
677
|
)
|
|
678
678
|
), Sr = /* @__PURE__ */ e(
|
|
679
|
+
r(
|
|
680
|
+
"arcgis-weather",
|
|
681
|
+
{
|
|
682
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
683
|
+
onArcgisReady: "arcgisReady"
|
|
684
|
+
}
|
|
685
|
+
)
|
|
686
|
+
), Lr = /* @__PURE__ */ e(
|
|
679
687
|
r(
|
|
680
688
|
"arcgis-zoom",
|
|
681
689
|
{
|
|
@@ -703,15 +711,15 @@ export {
|
|
|
703
711
|
k as ArcgisDistanceMeasurement2d,
|
|
704
712
|
S as ArcgisEditor,
|
|
705
713
|
L as ArcgisElevationProfile,
|
|
706
|
-
|
|
707
|
-
|
|
714
|
+
v as ArcgisExpand,
|
|
715
|
+
D as ArcgisFeature,
|
|
708
716
|
E as ArcgisFeatureForm,
|
|
709
717
|
T as ArcgisFeatureTable,
|
|
710
718
|
U as ArcgisFeatureTemplates,
|
|
711
719
|
b as ArcgisFeatures,
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
720
|
+
M as ArcgisFloorFilter,
|
|
721
|
+
f as ArcgisFullscreen,
|
|
722
|
+
I as ArcgisGridControls,
|
|
715
723
|
F as ArcgisHistogramRangeSlider,
|
|
716
724
|
N as ArcgisHome,
|
|
717
725
|
K as ArcgisLayerList,
|
|
@@ -754,6 +762,7 @@ export {
|
|
|
754
762
|
Pr as ArcgisVersionManagement,
|
|
755
763
|
mr as ArcgisVideo,
|
|
756
764
|
ur as ArcgisVideoPlayer,
|
|
757
|
-
kr as
|
|
758
|
-
Sr as
|
|
765
|
+
kr as ArcgisVolumeMeasurement,
|
|
766
|
+
Sr as ArcgisWeather,
|
|
767
|
+
Lr as ArcgisZoom
|
|
759
768
|
};
|
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.48",
|
|
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.48",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.48",
|
|
34
34
|
"@esri/calcite-components": "^3.3.2",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|