@arcgis/map-components-react 4.34.0-next.98 → 4.34.0
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/LICENSE.md +1 -1
- package/README.md +3 -15
- package/dist/components.d.ts +53 -3
- package/dist/index.js +147 -82
- package/package.json +5 -5
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React 18 wrapper for Map Components
|
|
2
2
|
|
|
3
3
|
> Note: `@arcgis/map-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary. Check out the [documentation](https://developers.arcgis.com/javascript/latest/get-started/#react) to get started with `@arcgis/map-components` in React 19.
|
|
4
4
|
|
|
@@ -34,18 +34,6 @@ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343
|
|
|
34
34
|
|
|
35
35
|
## License
|
|
36
36
|
|
|
37
|
-
COPYRIGHT ©
|
|
37
|
+
COPYRIGHT © Esri
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
42
|
-
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
43
|
-
|
|
44
|
-
For additional information, contact:
|
|
45
|
-
Environmental Systems Research Institute, Inc.
|
|
46
|
-
Attn: Contracts and Legal Services Department
|
|
47
|
-
380 New York Street
|
|
48
|
-
Redlands, California, USA 92373
|
|
49
|
-
USA
|
|
50
|
-
|
|
51
|
-
email: legal@esri.com
|
|
39
|
+
This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
|
package/dist/components.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTM
|
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
45
45
|
onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
|
|
46
|
+
onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
|
|
46
47
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
48
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
49
|
}>;
|
|
@@ -69,6 +70,7 @@ export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<HTMLA
|
|
|
69
70
|
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<HTMLArcgisCoordinateConversionElement & {
|
|
70
71
|
class?: string;
|
|
71
72
|
}, {
|
|
73
|
+
onArcgisConversionChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisConversionChange"]>;
|
|
72
74
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
73
75
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
74
76
|
}>;
|
|
@@ -113,6 +115,8 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
113
115
|
}, {
|
|
114
116
|
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
115
117
|
onArcgisReady: EventName<HTMLArcgisEditorElement["arcgisReady"]>;
|
|
118
|
+
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
119
|
+
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
116
120
|
}>;
|
|
117
121
|
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileElement & {
|
|
118
122
|
class?: string;
|
|
@@ -120,9 +124,16 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
120
124
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
121
125
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
122
126
|
}>;
|
|
127
|
+
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
128
|
+
class?: string;
|
|
129
|
+
}, {
|
|
130
|
+
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
131
|
+
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
132
|
+
}>;
|
|
123
133
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
124
134
|
class?: string;
|
|
125
135
|
}, {
|
|
136
|
+
onArcgisPropertyChange: EventName<HTMLArcgisExpandElement["arcgisPropertyChange"]>;
|
|
126
137
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
127
138
|
}>;
|
|
128
139
|
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureElement & {
|
|
@@ -139,9 +150,6 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<H
|
|
|
139
150
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
140
151
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
141
152
|
}>;
|
|
142
|
-
export declare const ArcgisFeatureRelationship: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureRelationshipElement & {
|
|
143
|
-
class?: string;
|
|
144
|
-
}, {}>;
|
|
145
153
|
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
146
154
|
class?: string;
|
|
147
155
|
}, {
|
|
@@ -222,6 +230,10 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
222
230
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
223
231
|
class?: string;
|
|
224
232
|
}, {
|
|
233
|
+
onArcgisLoadError: EventName<HTMLArcgisLinkChartElement["arcgisLoadError"]>;
|
|
234
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
235
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
236
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
225
237
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
226
238
|
onArcgisViewClick: EventName<HTMLArcgisLinkChartElement["arcgisViewClick"]>;
|
|
227
239
|
onArcgisViewDoubleClick: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleClick"]>;
|
|
@@ -241,6 +253,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTM
|
|
|
241
253
|
onArcgisViewPointerMove: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerMove"]>;
|
|
242
254
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
243
255
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
256
|
+
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
244
257
|
}>;
|
|
245
258
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
|
|
246
259
|
class?: string;
|
|
@@ -260,6 +273,10 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
260
273
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
261
274
|
class?: string;
|
|
262
275
|
}, {
|
|
276
|
+
onArcgisLoadError: EventName<HTMLArcgisMapElement["arcgisLoadError"]>;
|
|
277
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
278
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
279
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
263
280
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
264
281
|
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
265
282
|
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
|
@@ -279,6 +296,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgi
|
|
|
279
296
|
onArcgisViewPointerMove: EventName<HTMLArcgisMapElement["arcgisViewPointerMove"]>;
|
|
280
297
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
281
298
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
299
|
+
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
282
300
|
}>;
|
|
283
301
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
284
302
|
class?: string;
|
|
@@ -303,6 +321,14 @@ export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<HTM
|
|
|
303
321
|
}, {
|
|
304
322
|
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
305
323
|
}>;
|
|
324
|
+
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArcgisPopupElement & {
|
|
325
|
+
class?: string;
|
|
326
|
+
}, {
|
|
327
|
+
onArcgisClose: EventName<HTMLArcgisPopupElement["arcgisClose"]>;
|
|
328
|
+
onArcgisPropertyChange: EventName<HTMLArcgisPopupElement["arcgisPropertyChange"]>;
|
|
329
|
+
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
330
|
+
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
331
|
+
}>;
|
|
306
332
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
307
333
|
class?: string;
|
|
308
334
|
}, {
|
|
@@ -325,6 +351,7 @@ export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebCompon
|
|
|
325
351
|
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
|
|
326
352
|
class?: string;
|
|
327
353
|
}, {
|
|
354
|
+
onArcgisLoadError: EventName<HTMLArcgisSceneElement["arcgisLoadError"]>;
|
|
328
355
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
329
356
|
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
|
|
330
357
|
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
|
|
@@ -347,6 +374,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
347
374
|
onArcgisViewPointerMove: EventName<HTMLArcgisSceneElement["arcgisViewPointerMove"]>;
|
|
348
375
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
349
376
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
377
|
+
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
350
378
|
}>;
|
|
351
379
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
|
|
352
380
|
class?: string;
|
|
@@ -441,6 +469,28 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
441
469
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
442
470
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
443
471
|
}>;
|
|
472
|
+
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceAnalysisElement & {
|
|
473
|
+
class?: string;
|
|
474
|
+
}, {
|
|
475
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
476
|
+
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
477
|
+
}>;
|
|
478
|
+
export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkResultFeatureListElement & {
|
|
479
|
+
class?: string;
|
|
480
|
+
}, {
|
|
481
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
482
|
+
}>;
|
|
483
|
+
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
484
|
+
class?: string;
|
|
485
|
+
}, {
|
|
486
|
+
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
487
|
+
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
488
|
+
}>;
|
|
489
|
+
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
490
|
+
class?: string;
|
|
491
|
+
}, {
|
|
492
|
+
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
493
|
+
}>;
|
|
444
494
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
445
495
|
class?: string;
|
|
446
496
|
}, {
|
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
|
{
|
|
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
43
43
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), l = /* @__PURE__ */ e(
|
|
47
47
|
r(
|
|
48
48
|
"arcgis-basemap-toggle",
|
|
49
49
|
{
|
|
@@ -51,12 +51,13 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
51
51
|
onArcgisReady: "arcgisReady"
|
|
52
52
|
}
|
|
53
53
|
)
|
|
54
|
-
),
|
|
54
|
+
), C = /* @__PURE__ */ e(
|
|
55
55
|
r(
|
|
56
56
|
"arcgis-bookmarks",
|
|
57
57
|
{
|
|
58
58
|
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
59
59
|
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
60
|
+
onArcgisClose: "arcgisClose",
|
|
60
61
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
61
62
|
onArcgisReady: "arcgisReady"
|
|
62
63
|
}
|
|
@@ -87,10 +88,11 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
87
88
|
onArcgisReady: "arcgisReady"
|
|
88
89
|
}
|
|
89
90
|
)
|
|
90
|
-
),
|
|
91
|
+
), V = /* @__PURE__ */ e(
|
|
91
92
|
r(
|
|
92
93
|
"arcgis-coordinate-conversion",
|
|
93
94
|
{
|
|
95
|
+
onArcgisConversionChange: "arcgisConversionChange",
|
|
94
96
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
95
97
|
onArcgisReady: "arcgisReady"
|
|
96
98
|
}
|
|
@@ -103,7 +105,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
103
105
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
104
106
|
}
|
|
105
107
|
)
|
|
106
|
-
),
|
|
108
|
+
), P = /* @__PURE__ */ e(
|
|
107
109
|
r(
|
|
108
110
|
"arcgis-directional-pad",
|
|
109
111
|
{
|
|
@@ -148,7 +150,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
148
150
|
"arcgis-editor",
|
|
149
151
|
{
|
|
150
152
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
151
|
-
onArcgisReady: "arcgisReady"
|
|
153
|
+
onArcgisReady: "arcgisReady",
|
|
154
|
+
onArcgisSketchCreate: "arcgisSketchCreate",
|
|
155
|
+
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
152
156
|
}
|
|
153
157
|
)
|
|
154
158
|
), D = /* @__PURE__ */ e(
|
|
@@ -160,13 +164,22 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
160
164
|
}
|
|
161
165
|
)
|
|
162
166
|
), L = /* @__PURE__ */ e(
|
|
167
|
+
r(
|
|
168
|
+
"arcgis-elevation-profile-next",
|
|
169
|
+
{
|
|
170
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
171
|
+
onArcgisReady: "arcgisReady"
|
|
172
|
+
}
|
|
173
|
+
)
|
|
174
|
+
), E = /* @__PURE__ */ e(
|
|
163
175
|
r(
|
|
164
176
|
"arcgis-expand",
|
|
165
177
|
{
|
|
178
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
166
179
|
onArcgisReady: "arcgisReady"
|
|
167
180
|
}
|
|
168
181
|
)
|
|
169
|
-
),
|
|
182
|
+
), T = /* @__PURE__ */ e(
|
|
170
183
|
r(
|
|
171
184
|
"arcgis-feature",
|
|
172
185
|
{
|
|
@@ -174,7 +187,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
174
187
|
onArcgisReady: "arcgisReady"
|
|
175
188
|
}
|
|
176
189
|
)
|
|
177
|
-
),
|
|
190
|
+
), U = /* @__PURE__ */ e(
|
|
178
191
|
r(
|
|
179
192
|
"arcgis-feature-form",
|
|
180
193
|
{
|
|
@@ -184,12 +197,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
184
197
|
onArcgisValueChange: "arcgisValueChange"
|
|
185
198
|
}
|
|
186
199
|
)
|
|
187
|
-
),
|
|
188
|
-
r(
|
|
189
|
-
"arcgis-feature-relationship",
|
|
190
|
-
{}
|
|
191
|
-
)
|
|
192
|
-
), U = /* @__PURE__ */ e(
|
|
200
|
+
), b = /* @__PURE__ */ e(
|
|
193
201
|
r(
|
|
194
202
|
"arcgis-feature-table",
|
|
195
203
|
{
|
|
@@ -222,14 +230,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
222
230
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
223
231
|
}
|
|
224
232
|
)
|
|
225
|
-
),
|
|
233
|
+
), I = /* @__PURE__ */ e(
|
|
226
234
|
r(
|
|
227
235
|
"arcgis-floor-filter",
|
|
228
236
|
{
|
|
229
237
|
onArcgisReady: "arcgisReady"
|
|
230
238
|
}
|
|
231
239
|
)
|
|
232
|
-
),
|
|
240
|
+
), F = /* @__PURE__ */ e(
|
|
233
241
|
r(
|
|
234
242
|
"arcgis-fullscreen",
|
|
235
243
|
{
|
|
@@ -245,7 +253,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
245
253
|
onArcgisReady: "arcgisReady"
|
|
246
254
|
}
|
|
247
255
|
)
|
|
248
|
-
),
|
|
256
|
+
), N = /* @__PURE__ */ e(
|
|
249
257
|
r(
|
|
250
258
|
"arcgis-histogram-range-slider",
|
|
251
259
|
{
|
|
@@ -253,7 +261,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
253
261
|
onArcgisReady: "arcgisReady"
|
|
254
262
|
}
|
|
255
263
|
)
|
|
256
|
-
),
|
|
264
|
+
), B = /* @__PURE__ */ e(
|
|
257
265
|
r(
|
|
258
266
|
"arcgis-home",
|
|
259
267
|
{
|
|
@@ -262,7 +270,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
262
270
|
onArcgisReady: "arcgisReady"
|
|
263
271
|
}
|
|
264
272
|
)
|
|
265
|
-
),
|
|
273
|
+
), W = /* @__PURE__ */ e(
|
|
266
274
|
r(
|
|
267
275
|
"arcgis-layer-list",
|
|
268
276
|
{
|
|
@@ -280,7 +288,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
280
288
|
onArcgisReady: "arcgisReady"
|
|
281
289
|
}
|
|
282
290
|
)
|
|
283
|
-
),
|
|
291
|
+
), H = /* @__PURE__ */ e(
|
|
284
292
|
r(
|
|
285
293
|
"arcgis-line-of-sight",
|
|
286
294
|
{
|
|
@@ -292,6 +300,10 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
292
300
|
r(
|
|
293
301
|
"arcgis-link-chart",
|
|
294
302
|
{
|
|
303
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
304
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
305
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
306
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
295
307
|
onArcgisViewChange: "arcgisViewChange",
|
|
296
308
|
onArcgisViewClick: "arcgisViewClick",
|
|
297
309
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -310,7 +322,8 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
310
322
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
311
323
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
312
324
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
313
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
325
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
326
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
314
327
|
}
|
|
315
328
|
)
|
|
316
329
|
), O = /* @__PURE__ */ e(
|
|
@@ -336,6 +349,10 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
336
349
|
r(
|
|
337
350
|
"arcgis-map",
|
|
338
351
|
{
|
|
352
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
353
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
354
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
355
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
339
356
|
onArcgisViewChange: "arcgisViewChange",
|
|
340
357
|
onArcgisViewClick: "arcgisViewClick",
|
|
341
358
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -354,7 +371,8 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
354
371
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
355
372
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
356
373
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
357
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
374
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
375
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
358
376
|
}
|
|
359
377
|
)
|
|
360
378
|
), j = /* @__PURE__ */ e(
|
|
@@ -389,6 +407,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
389
407
|
}
|
|
390
408
|
)
|
|
391
409
|
), X = /* @__PURE__ */ e(
|
|
410
|
+
r(
|
|
411
|
+
"arcgis-popup",
|
|
412
|
+
{
|
|
413
|
+
onArcgisClose: "arcgisClose",
|
|
414
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
415
|
+
onArcgisReady: "arcgisReady",
|
|
416
|
+
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
417
|
+
}
|
|
418
|
+
)
|
|
419
|
+
), Y = /* @__PURE__ */ e(
|
|
392
420
|
r(
|
|
393
421
|
"arcgis-print",
|
|
394
422
|
{
|
|
@@ -398,14 +426,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
398
426
|
onArcgisSubmit: "arcgisSubmit"
|
|
399
427
|
}
|
|
400
428
|
)
|
|
401
|
-
),
|
|
429
|
+
), _ = /* @__PURE__ */ e(
|
|
402
430
|
r(
|
|
403
431
|
"arcgis-scale-bar",
|
|
404
432
|
{
|
|
405
433
|
onArcgisReady: "arcgisReady"
|
|
406
434
|
}
|
|
407
435
|
)
|
|
408
|
-
),
|
|
436
|
+
), $ = /* @__PURE__ */ e(
|
|
409
437
|
r(
|
|
410
438
|
"arcgis-scale-range-slider",
|
|
411
439
|
{
|
|
@@ -413,10 +441,11 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
413
441
|
onArcgisReady: "arcgisReady"
|
|
414
442
|
}
|
|
415
443
|
)
|
|
416
|
-
),
|
|
444
|
+
), rr = /* @__PURE__ */ e(
|
|
417
445
|
r(
|
|
418
446
|
"arcgis-scene",
|
|
419
447
|
{
|
|
448
|
+
onArcgisLoadError: "arcgisLoadError",
|
|
420
449
|
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
421
450
|
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
422
451
|
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
@@ -438,10 +467,11 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
438
467
|
onArcgisViewPointerLeave: "arcgisViewPointerLeave",
|
|
439
468
|
onArcgisViewPointerMove: "arcgisViewPointerMove",
|
|
440
469
|
onArcgisViewPointerUp: "arcgisViewPointerUp",
|
|
441
|
-
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
470
|
+
onArcgisViewReadyChange: "arcgisViewReadyChange",
|
|
471
|
+
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
442
472
|
}
|
|
443
473
|
)
|
|
444
|
-
),
|
|
474
|
+
), er = /* @__PURE__ */ e(
|
|
445
475
|
r(
|
|
446
476
|
"arcgis-search",
|
|
447
477
|
{
|
|
@@ -455,14 +485,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
455
485
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
456
486
|
}
|
|
457
487
|
)
|
|
458
|
-
),
|
|
488
|
+
), ir = /* @__PURE__ */ e(
|
|
459
489
|
r(
|
|
460
490
|
"arcgis-search-result-renderer",
|
|
461
491
|
{
|
|
462
492
|
onArcgisReady: "arcgisReady"
|
|
463
493
|
}
|
|
464
494
|
)
|
|
465
|
-
),
|
|
495
|
+
), ar = /* @__PURE__ */ e(
|
|
466
496
|
r(
|
|
467
497
|
"arcgis-shadow-cast",
|
|
468
498
|
{
|
|
@@ -470,7 +500,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
470
500
|
onArcgisReady: "arcgisReady"
|
|
471
501
|
}
|
|
472
502
|
)
|
|
473
|
-
),
|
|
503
|
+
), sr = /* @__PURE__ */ e(
|
|
474
504
|
r(
|
|
475
505
|
"arcgis-sketch",
|
|
476
506
|
{
|
|
@@ -491,7 +521,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
491
521
|
onArcgisReady: "arcgisReady"
|
|
492
522
|
}
|
|
493
523
|
)
|
|
494
|
-
),
|
|
524
|
+
), cr = /* @__PURE__ */ e(
|
|
495
525
|
r(
|
|
496
526
|
"arcgis-swipe",
|
|
497
527
|
{
|
|
@@ -501,7 +531,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
501
531
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
502
532
|
}
|
|
503
533
|
)
|
|
504
|
-
),
|
|
534
|
+
), or = /* @__PURE__ */ e(
|
|
505
535
|
r(
|
|
506
536
|
"arcgis-table-list",
|
|
507
537
|
{
|
|
@@ -511,7 +541,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
511
541
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
512
542
|
}
|
|
513
543
|
)
|
|
514
|
-
),
|
|
544
|
+
), nr = /* @__PURE__ */ e(
|
|
515
545
|
r(
|
|
516
546
|
"arcgis-time-slider",
|
|
517
547
|
{
|
|
@@ -520,7 +550,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
520
550
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
521
551
|
}
|
|
522
552
|
)
|
|
523
|
-
),
|
|
553
|
+
), tr = /* @__PURE__ */ e(
|
|
524
554
|
r(
|
|
525
555
|
"arcgis-time-zone-label",
|
|
526
556
|
{
|
|
@@ -528,7 +558,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
528
558
|
onArcgisReady: "arcgisReady"
|
|
529
559
|
}
|
|
530
560
|
)
|
|
531
|
-
),
|
|
561
|
+
), Ar = /* @__PURE__ */ e(
|
|
532
562
|
r(
|
|
533
563
|
"arcgis-track",
|
|
534
564
|
{
|
|
@@ -538,14 +568,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
538
568
|
onArcgisReady: "arcgisReady"
|
|
539
569
|
}
|
|
540
570
|
)
|
|
541
|
-
),
|
|
571
|
+
), yr = /* @__PURE__ */ e(
|
|
542
572
|
r(
|
|
543
573
|
"arcgis-utility-network-associations",
|
|
544
574
|
{
|
|
545
575
|
onArcgisReady: "arcgisReady"
|
|
546
576
|
}
|
|
547
577
|
)
|
|
548
|
-
),
|
|
578
|
+
), dr = /* @__PURE__ */ e(
|
|
549
579
|
r(
|
|
550
580
|
"arcgis-utility-network-trace",
|
|
551
581
|
{
|
|
@@ -558,15 +588,45 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
558
588
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
559
589
|
}
|
|
560
590
|
)
|
|
561
|
-
),
|
|
591
|
+
), lr = /* @__PURE__ */ e(
|
|
562
592
|
r(
|
|
563
|
-
"arcgis-utility-network-
|
|
593
|
+
"arcgis-utility-network-trace-analysis",
|
|
564
594
|
{
|
|
565
595
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
566
596
|
onArcgisReady: "arcgisReady"
|
|
567
597
|
}
|
|
568
598
|
)
|
|
569
599
|
), Cr = /* @__PURE__ */ e(
|
|
600
|
+
r(
|
|
601
|
+
"arcgis-utility-network-result-feature-list",
|
|
602
|
+
{
|
|
603
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
604
|
+
}
|
|
605
|
+
)
|
|
606
|
+
), wr = /* @__PURE__ */ e(
|
|
607
|
+
r(
|
|
608
|
+
"arcgis-utility-network-trace-inputs",
|
|
609
|
+
{
|
|
610
|
+
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
611
|
+
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
612
|
+
}
|
|
613
|
+
)
|
|
614
|
+
), pr = /* @__PURE__ */ e(
|
|
615
|
+
r(
|
|
616
|
+
"arcgis-utility-network-trace-results",
|
|
617
|
+
{
|
|
618
|
+
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
619
|
+
}
|
|
620
|
+
)
|
|
621
|
+
), hr = /* @__PURE__ */ e(
|
|
622
|
+
r(
|
|
623
|
+
"arcgis-utility-network-validate-topology",
|
|
624
|
+
{
|
|
625
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
626
|
+
onArcgisReady: "arcgisReady"
|
|
627
|
+
}
|
|
628
|
+
)
|
|
629
|
+
), Vr = /* @__PURE__ */ e(
|
|
570
630
|
r(
|
|
571
631
|
"arcgis-value-picker",
|
|
572
632
|
{
|
|
@@ -579,7 +639,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
579
639
|
onArcgisReady: "arcgisReady"
|
|
580
640
|
}
|
|
581
641
|
)
|
|
582
|
-
),
|
|
642
|
+
), Rr = /* @__PURE__ */ e(
|
|
583
643
|
r(
|
|
584
644
|
"arcgis-version-management",
|
|
585
645
|
{
|
|
@@ -587,14 +647,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
587
647
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
588
648
|
}
|
|
589
649
|
)
|
|
590
|
-
),
|
|
650
|
+
), Pr = /* @__PURE__ */ e(
|
|
591
651
|
r(
|
|
592
652
|
"arcgis-video",
|
|
593
653
|
{
|
|
594
654
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
595
655
|
}
|
|
596
656
|
)
|
|
597
|
-
),
|
|
657
|
+
), mr = /* @__PURE__ */ e(
|
|
598
658
|
r(
|
|
599
659
|
"arcgis-video-player",
|
|
600
660
|
{
|
|
@@ -603,7 +663,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
603
663
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
604
664
|
}
|
|
605
665
|
)
|
|
606
|
-
),
|
|
666
|
+
), ur = /* @__PURE__ */ e(
|
|
607
667
|
r(
|
|
608
668
|
"arcgis-weather",
|
|
609
669
|
{
|
|
@@ -611,7 +671,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
611
671
|
onArcgisReady: "arcgisReady"
|
|
612
672
|
}
|
|
613
673
|
)
|
|
614
|
-
),
|
|
674
|
+
), kr = /* @__PURE__ */ e(
|
|
615
675
|
r(
|
|
616
676
|
"arcgis-zoom",
|
|
617
677
|
{
|
|
@@ -626,35 +686,35 @@ export {
|
|
|
626
686
|
A as ArcgisAttachments,
|
|
627
687
|
y as ArcgisBasemapGallery,
|
|
628
688
|
d as ArcgisBasemapLayerList,
|
|
629
|
-
|
|
630
|
-
|
|
689
|
+
l as ArcgisBasemapToggle,
|
|
690
|
+
C as ArcgisBookmarks,
|
|
631
691
|
w as ArcgisBuildingExplorer,
|
|
632
692
|
p as ArcgisCatalogLayerList,
|
|
633
693
|
h as ArcgisCompass,
|
|
634
|
-
|
|
694
|
+
V as ArcgisCoordinateConversion,
|
|
635
695
|
R as ArcgisDaylight,
|
|
636
696
|
u as ArcgisDirectLineMeasurement3d,
|
|
637
|
-
|
|
697
|
+
P as ArcgisDirectionalPad,
|
|
638
698
|
m as ArcgisDirections,
|
|
639
699
|
k as ArcgisDirectlineMeasurement3d,
|
|
640
700
|
S as ArcgisDistanceMeasurement2d,
|
|
641
701
|
v as ArcgisEditor,
|
|
642
702
|
D as ArcgisElevationProfile,
|
|
643
|
-
L as
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
703
|
+
L as ArcgisElevationProfileNext,
|
|
704
|
+
E as ArcgisExpand,
|
|
705
|
+
T as ArcgisFeature,
|
|
706
|
+
U as ArcgisFeatureForm,
|
|
707
|
+
b as ArcgisFeatureTable,
|
|
648
708
|
M as ArcgisFeatureTemplates,
|
|
649
709
|
f as ArcgisFeatures,
|
|
650
|
-
|
|
651
|
-
|
|
710
|
+
I as ArcgisFloorFilter,
|
|
711
|
+
F as ArcgisFullscreen,
|
|
652
712
|
K as ArcgisGridControls,
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
713
|
+
N as ArcgisHistogramRangeSlider,
|
|
714
|
+
B as ArcgisHome,
|
|
715
|
+
W as ArcgisLayerList,
|
|
656
716
|
x as ArcgisLegend,
|
|
657
|
-
|
|
717
|
+
H as ArcgisLineOfSight,
|
|
658
718
|
G as ArcgisLinkChart,
|
|
659
719
|
O as ArcgisLinkChartLayoutSwitcher,
|
|
660
720
|
z as ArcgisLocate,
|
|
@@ -663,27 +723,32 @@ export {
|
|
|
663
723
|
q as ArcgisNavigationToggle,
|
|
664
724
|
J as ArcgisOrientedImageryViewer,
|
|
665
725
|
Q as ArcgisPlacement,
|
|
666
|
-
X as
|
|
667
|
-
Y as
|
|
668
|
-
_ as
|
|
669
|
-
$ as
|
|
670
|
-
rr as
|
|
671
|
-
er as
|
|
672
|
-
ir as
|
|
673
|
-
ar as
|
|
726
|
+
X as ArcgisPopup,
|
|
727
|
+
Y as ArcgisPrint,
|
|
728
|
+
_ as ArcgisScaleBar,
|
|
729
|
+
$ as ArcgisScaleRangeSlider,
|
|
730
|
+
rr as ArcgisScene,
|
|
731
|
+
er as ArcgisSearch,
|
|
732
|
+
ir as ArcgisSearchResultRenderer,
|
|
733
|
+
ar as ArcgisShadowCast,
|
|
734
|
+
sr as ArcgisSketch,
|
|
674
735
|
gr as ArcgisSlice,
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
dr as
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
736
|
+
cr as ArcgisSwipe,
|
|
737
|
+
or as ArcgisTableList,
|
|
738
|
+
nr as ArcgisTimeSlider,
|
|
739
|
+
tr as ArcgisTimeZoneLabel,
|
|
740
|
+
Ar as ArcgisTrack,
|
|
741
|
+
yr as ArcgisUtilityNetworkAssociations,
|
|
742
|
+
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
743
|
+
dr as ArcgisUtilityNetworkTrace,
|
|
744
|
+
lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
745
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
746
|
+
pr as ArcgisUtilityNetworkTraceResults,
|
|
747
|
+
hr as ArcgisUtilityNetworkValidateTopology,
|
|
748
|
+
Vr as ArcgisValuePicker,
|
|
749
|
+
Rr as ArcgisVersionManagement,
|
|
750
|
+
Pr as ArcgisVideo,
|
|
751
|
+
mr as ArcgisVideoPlayer,
|
|
752
|
+
ur as ArcgisWeather,
|
|
753
|
+
kr as ArcgisZoom
|
|
689
754
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0
|
|
3
|
+
"version": "4.34.0",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "4.34.0
|
|
33
|
-
"@arcgis/map-components": "4.34.0
|
|
34
|
-
"@esri/calcite-components": "^3.2
|
|
32
|
+
"@arcgis/lumina": "4.34.0",
|
|
33
|
+
"@arcgis/map-components": "4.34.0",
|
|
34
|
+
"@esri/calcite-components": "^3.3.2",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": "
|
|
40
|
+
"@arcgis/core": "~4.34.0",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|