@arcgis/map-components-react 4.34.0-next.106 → 4.34.0-next.108
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 +26 -20
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -222,6 +222,9 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
222
222
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
223
223
|
class?: string;
|
|
224
224
|
}, {
|
|
225
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
226
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
227
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
225
228
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
226
229
|
onArcgisViewClick: EventName<HTMLArcgisLinkChartElement["arcgisViewClick"]>;
|
|
227
230
|
onArcgisViewDoubleClick: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleClick"]>;
|
|
@@ -260,6 +263,9 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
260
263
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
261
264
|
class?: string;
|
|
262
265
|
}, {
|
|
266
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
267
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
268
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
263
269
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
264
270
|
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
265
271
|
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import i from "react";
|
|
2
2
|
import { createComponent as a } from "@lit/react";
|
|
3
|
-
import { makeReactWrapperFactory as
|
|
4
|
-
const e = /* @__PURE__ */
|
|
3
|
+
import { makeReactWrapperFactory as s, getReactWrapperOptions as r } from "@arcgis/lumina";
|
|
4
|
+
const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
5
5
|
r(
|
|
6
6
|
"arcgis-area-measurement-2d",
|
|
7
7
|
{
|
|
@@ -87,7 +87,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
87
87
|
onArcgisReady: "arcgisReady"
|
|
88
88
|
}
|
|
89
89
|
)
|
|
90
|
-
),
|
|
90
|
+
), V = /* @__PURE__ */ e(
|
|
91
91
|
r(
|
|
92
92
|
"arcgis-coordinate-conversion",
|
|
93
93
|
{
|
|
@@ -95,7 +95,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
95
95
|
onArcgisReady: "arcgisReady"
|
|
96
96
|
}
|
|
97
97
|
)
|
|
98
|
-
),
|
|
98
|
+
), P = /* @__PURE__ */ e(
|
|
99
99
|
r(
|
|
100
100
|
"arcgis-daylight",
|
|
101
101
|
{
|
|
@@ -103,7 +103,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
103
103
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
104
104
|
}
|
|
105
105
|
)
|
|
106
|
-
),
|
|
106
|
+
), R = /* @__PURE__ */ e(
|
|
107
107
|
r(
|
|
108
108
|
"arcgis-directional-pad",
|
|
109
109
|
{
|
|
@@ -143,7 +143,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
143
143
|
onArcgisReady: "arcgisReady"
|
|
144
144
|
}
|
|
145
145
|
)
|
|
146
|
-
),
|
|
146
|
+
), D = /* @__PURE__ */ e(
|
|
147
147
|
r(
|
|
148
148
|
"arcgis-editor",
|
|
149
149
|
{
|
|
@@ -153,7 +153,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
153
153
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
154
154
|
}
|
|
155
155
|
)
|
|
156
|
-
),
|
|
156
|
+
), v = /* @__PURE__ */ e(
|
|
157
157
|
r(
|
|
158
158
|
"arcgis-elevation-profile",
|
|
159
159
|
{
|
|
@@ -169,7 +169,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
169
169
|
onArcgisReady: "arcgisReady"
|
|
170
170
|
}
|
|
171
171
|
)
|
|
172
|
-
),
|
|
172
|
+
), E = /* @__PURE__ */ e(
|
|
173
173
|
r(
|
|
174
174
|
"arcgis-feature",
|
|
175
175
|
{
|
|
@@ -177,7 +177,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
177
177
|
onArcgisReady: "arcgisReady"
|
|
178
178
|
}
|
|
179
179
|
)
|
|
180
|
-
),
|
|
180
|
+
), b = /* @__PURE__ */ e(
|
|
181
181
|
r(
|
|
182
182
|
"arcgis-feature-form",
|
|
183
183
|
{
|
|
@@ -290,6 +290,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
290
290
|
r(
|
|
291
291
|
"arcgis-link-chart",
|
|
292
292
|
{
|
|
293
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
294
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
295
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
293
296
|
onArcgisViewChange: "arcgisViewChange",
|
|
294
297
|
onArcgisViewClick: "arcgisViewClick",
|
|
295
298
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -334,6 +337,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
334
337
|
r(
|
|
335
338
|
"arcgis-map",
|
|
336
339
|
{
|
|
340
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
341
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
342
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
337
343
|
onArcgisViewChange: "arcgisViewChange",
|
|
338
344
|
onArcgisViewClick: "arcgisViewClick",
|
|
339
345
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -489,7 +495,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
489
495
|
onArcgisReady: "arcgisReady"
|
|
490
496
|
}
|
|
491
497
|
)
|
|
492
|
-
),
|
|
498
|
+
), sr = /* @__PURE__ */ e(
|
|
493
499
|
r(
|
|
494
500
|
"arcgis-swipe",
|
|
495
501
|
{
|
|
@@ -499,7 +505,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
499
505
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
500
506
|
}
|
|
501
507
|
)
|
|
502
|
-
),
|
|
508
|
+
), gr = /* @__PURE__ */ e(
|
|
503
509
|
r(
|
|
504
510
|
"arcgis-table-list",
|
|
505
511
|
{
|
|
@@ -629,18 +635,18 @@ export {
|
|
|
629
635
|
w as ArcgisBuildingExplorer,
|
|
630
636
|
p as ArcgisCatalogLayerList,
|
|
631
637
|
h as ArcgisCompass,
|
|
632
|
-
|
|
633
|
-
|
|
638
|
+
V as ArcgisCoordinateConversion,
|
|
639
|
+
P as ArcgisDaylight,
|
|
634
640
|
u as ArcgisDirectLineMeasurement3d,
|
|
635
|
-
|
|
641
|
+
R as ArcgisDirectionalPad,
|
|
636
642
|
m as ArcgisDirections,
|
|
637
643
|
k as ArcgisDirectlineMeasurement3d,
|
|
638
644
|
S as ArcgisDistanceMeasurement2d,
|
|
639
|
-
|
|
640
|
-
|
|
645
|
+
D as ArcgisEditor,
|
|
646
|
+
v as ArcgisElevationProfile,
|
|
641
647
|
L as ArcgisExpand,
|
|
642
|
-
|
|
643
|
-
|
|
648
|
+
E as ArcgisFeature,
|
|
649
|
+
b as ArcgisFeatureForm,
|
|
644
650
|
T as ArcgisFeatureTable,
|
|
645
651
|
U as ArcgisFeatureTemplates,
|
|
646
652
|
M as ArcgisFeatures,
|
|
@@ -669,8 +675,8 @@ export {
|
|
|
669
675
|
er as ArcgisShadowCast,
|
|
670
676
|
ir as ArcgisSketch,
|
|
671
677
|
ar as ArcgisSlice,
|
|
672
|
-
|
|
673
|
-
|
|
678
|
+
sr as ArcgisSwipe,
|
|
679
|
+
gr as ArcgisTableList,
|
|
674
680
|
cr as ArcgisTimeSlider,
|
|
675
681
|
or as ArcgisTimeZoneLabel,
|
|
676
682
|
nr as ArcgisTrack,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.108",
|
|
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": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.108",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.108",
|
|
34
34
|
"@esri/calcite-components": "^3.2.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|