@arcgis/map-components-react 4.34.0-next.99 → 5.0.0-next.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 +46 -3
- package/dist/index.js +138 -80
- package/package.json +4 -4
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
|
@@ -69,6 +69,7 @@ export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<HTMLA
|
|
|
69
69
|
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<HTMLArcgisCoordinateConversionElement & {
|
|
70
70
|
class?: string;
|
|
71
71
|
}, {
|
|
72
|
+
onArcgisConversionChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisConversionChange"]>;
|
|
72
73
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
73
74
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
74
75
|
}>;
|
|
@@ -113,6 +114,8 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
113
114
|
}, {
|
|
114
115
|
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
115
116
|
onArcgisReady: EventName<HTMLArcgisEditorElement["arcgisReady"]>;
|
|
117
|
+
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
118
|
+
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
116
119
|
}>;
|
|
117
120
|
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileElement & {
|
|
118
121
|
class?: string;
|
|
@@ -120,9 +123,16 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
120
123
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
121
124
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
122
125
|
}>;
|
|
126
|
+
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
127
|
+
class?: string;
|
|
128
|
+
}, {
|
|
129
|
+
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
130
|
+
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
131
|
+
}>;
|
|
123
132
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
124
133
|
class?: string;
|
|
125
134
|
}, {
|
|
135
|
+
onArcgisPropertyChange: EventName<HTMLArcgisExpandElement["arcgisPropertyChange"]>;
|
|
126
136
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
127
137
|
}>;
|
|
128
138
|
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureElement & {
|
|
@@ -139,9 +149,6 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<H
|
|
|
139
149
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
140
150
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
141
151
|
}>;
|
|
142
|
-
export declare const ArcgisFeatureRelationship: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureRelationshipElement & {
|
|
143
|
-
class?: string;
|
|
144
|
-
}, {}>;
|
|
145
152
|
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
146
153
|
class?: string;
|
|
147
154
|
}, {
|
|
@@ -222,6 +229,9 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
222
229
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
223
230
|
class?: string;
|
|
224
231
|
}, {
|
|
232
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
233
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
234
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
225
235
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
226
236
|
onArcgisViewClick: EventName<HTMLArcgisLinkChartElement["arcgisViewClick"]>;
|
|
227
237
|
onArcgisViewDoubleClick: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleClick"]>;
|
|
@@ -260,6 +270,9 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
260
270
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
261
271
|
class?: string;
|
|
262
272
|
}, {
|
|
273
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
274
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
275
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
263
276
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
264
277
|
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
265
278
|
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
|
@@ -303,6 +316,14 @@ export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<HTM
|
|
|
303
316
|
}, {
|
|
304
317
|
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
305
318
|
}>;
|
|
319
|
+
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArcgisPopupElement & {
|
|
320
|
+
class?: string;
|
|
321
|
+
}, {
|
|
322
|
+
onArcgisClose: EventName<HTMLArcgisPopupElement["arcgisClose"]>;
|
|
323
|
+
onArcgisPropertyChange: EventName<HTMLArcgisPopupElement["arcgisPropertyChange"]>;
|
|
324
|
+
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
325
|
+
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
326
|
+
}>;
|
|
306
327
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
307
328
|
class?: string;
|
|
308
329
|
}, {
|
|
@@ -441,6 +462,28 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
441
462
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
442
463
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
443
464
|
}>;
|
|
465
|
+
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceAnalysisElement & {
|
|
466
|
+
class?: string;
|
|
467
|
+
}, {
|
|
468
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
469
|
+
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
470
|
+
}>;
|
|
471
|
+
export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkResultFeatureListElement & {
|
|
472
|
+
class?: string;
|
|
473
|
+
}, {
|
|
474
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
475
|
+
}>;
|
|
476
|
+
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
477
|
+
class?: string;
|
|
478
|
+
}, {
|
|
479
|
+
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
480
|
+
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
481
|
+
}>;
|
|
482
|
+
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
483
|
+
class?: string;
|
|
484
|
+
}, {
|
|
485
|
+
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
486
|
+
}>;
|
|
444
487
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
445
488
|
class?: string;
|
|
446
489
|
}, {
|
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
|
{
|
|
@@ -33,7 +33,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
33
33
|
onArcgisReady: "arcgisReady"
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
|
-
),
|
|
36
|
+
), l = /* @__PURE__ */ e(
|
|
37
37
|
r(
|
|
38
38
|
"arcgis-basemap-layer-list",
|
|
39
39
|
{
|
|
@@ -51,7 +51,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
51
51
|
onArcgisReady: "arcgisReady"
|
|
52
52
|
}
|
|
53
53
|
)
|
|
54
|
-
),
|
|
54
|
+
), d = /* @__PURE__ */ e(
|
|
55
55
|
r(
|
|
56
56
|
"arcgis-bookmarks",
|
|
57
57
|
{
|
|
@@ -87,15 +87,16 @@ 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
|
{
|
|
94
|
+
onArcgisConversionChange: "arcgisConversionChange",
|
|
94
95
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
95
96
|
onArcgisReady: "arcgisReady"
|
|
96
97
|
}
|
|
97
98
|
)
|
|
98
|
-
),
|
|
99
|
+
), P = /* @__PURE__ */ e(
|
|
99
100
|
r(
|
|
100
101
|
"arcgis-daylight",
|
|
101
102
|
{
|
|
@@ -103,7 +104,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
103
104
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
104
105
|
}
|
|
105
106
|
)
|
|
106
|
-
),
|
|
107
|
+
), R = /* @__PURE__ */ e(
|
|
107
108
|
r(
|
|
108
109
|
"arcgis-directional-pad",
|
|
109
110
|
{
|
|
@@ -148,7 +149,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
148
149
|
"arcgis-editor",
|
|
149
150
|
{
|
|
150
151
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
151
|
-
onArcgisReady: "arcgisReady"
|
|
152
|
+
onArcgisReady: "arcgisReady",
|
|
153
|
+
onArcgisSketchCreate: "arcgisSketchCreate",
|
|
154
|
+
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
152
155
|
}
|
|
153
156
|
)
|
|
154
157
|
), D = /* @__PURE__ */ e(
|
|
@@ -160,13 +163,22 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
160
163
|
}
|
|
161
164
|
)
|
|
162
165
|
), L = /* @__PURE__ */ e(
|
|
166
|
+
r(
|
|
167
|
+
"arcgis-elevation-profile-next",
|
|
168
|
+
{
|
|
169
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
|
+
onArcgisReady: "arcgisReady"
|
|
171
|
+
}
|
|
172
|
+
)
|
|
173
|
+
), T = /* @__PURE__ */ e(
|
|
163
174
|
r(
|
|
164
175
|
"arcgis-expand",
|
|
165
176
|
{
|
|
177
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
166
178
|
onArcgisReady: "arcgisReady"
|
|
167
179
|
}
|
|
168
180
|
)
|
|
169
|
-
),
|
|
181
|
+
), E = /* @__PURE__ */ e(
|
|
170
182
|
r(
|
|
171
183
|
"arcgis-feature",
|
|
172
184
|
{
|
|
@@ -174,7 +186,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
174
186
|
onArcgisReady: "arcgisReady"
|
|
175
187
|
}
|
|
176
188
|
)
|
|
177
|
-
),
|
|
189
|
+
), U = /* @__PURE__ */ e(
|
|
178
190
|
r(
|
|
179
191
|
"arcgis-feature-form",
|
|
180
192
|
{
|
|
@@ -184,12 +196,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
184
196
|
onArcgisValueChange: "arcgisValueChange"
|
|
185
197
|
}
|
|
186
198
|
)
|
|
187
|
-
),
|
|
188
|
-
r(
|
|
189
|
-
"arcgis-feature-relationship",
|
|
190
|
-
{}
|
|
191
|
-
)
|
|
192
|
-
), U = /* @__PURE__ */ e(
|
|
199
|
+
), b = /* @__PURE__ */ e(
|
|
193
200
|
r(
|
|
194
201
|
"arcgis-feature-table",
|
|
195
202
|
{
|
|
@@ -222,14 +229,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
222
229
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
223
230
|
}
|
|
224
231
|
)
|
|
225
|
-
),
|
|
232
|
+
), I = /* @__PURE__ */ e(
|
|
226
233
|
r(
|
|
227
234
|
"arcgis-floor-filter",
|
|
228
235
|
{
|
|
229
236
|
onArcgisReady: "arcgisReady"
|
|
230
237
|
}
|
|
231
238
|
)
|
|
232
|
-
),
|
|
239
|
+
), F = /* @__PURE__ */ e(
|
|
233
240
|
r(
|
|
234
241
|
"arcgis-fullscreen",
|
|
235
242
|
{
|
|
@@ -245,7 +252,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
245
252
|
onArcgisReady: "arcgisReady"
|
|
246
253
|
}
|
|
247
254
|
)
|
|
248
|
-
),
|
|
255
|
+
), N = /* @__PURE__ */ e(
|
|
249
256
|
r(
|
|
250
257
|
"arcgis-histogram-range-slider",
|
|
251
258
|
{
|
|
@@ -253,7 +260,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
253
260
|
onArcgisReady: "arcgisReady"
|
|
254
261
|
}
|
|
255
262
|
)
|
|
256
|
-
),
|
|
263
|
+
), B = /* @__PURE__ */ e(
|
|
257
264
|
r(
|
|
258
265
|
"arcgis-home",
|
|
259
266
|
{
|
|
@@ -262,7 +269,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
262
269
|
onArcgisReady: "arcgisReady"
|
|
263
270
|
}
|
|
264
271
|
)
|
|
265
|
-
),
|
|
272
|
+
), W = /* @__PURE__ */ e(
|
|
266
273
|
r(
|
|
267
274
|
"arcgis-layer-list",
|
|
268
275
|
{
|
|
@@ -280,7 +287,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
280
287
|
onArcgisReady: "arcgisReady"
|
|
281
288
|
}
|
|
282
289
|
)
|
|
283
|
-
),
|
|
290
|
+
), H = /* @__PURE__ */ e(
|
|
284
291
|
r(
|
|
285
292
|
"arcgis-line-of-sight",
|
|
286
293
|
{
|
|
@@ -292,6 +299,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
292
299
|
r(
|
|
293
300
|
"arcgis-link-chart",
|
|
294
301
|
{
|
|
302
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
303
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
304
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
295
305
|
onArcgisViewChange: "arcgisViewChange",
|
|
296
306
|
onArcgisViewClick: "arcgisViewClick",
|
|
297
307
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -336,6 +346,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
336
346
|
r(
|
|
337
347
|
"arcgis-map",
|
|
338
348
|
{
|
|
349
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
350
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
351
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
339
352
|
onArcgisViewChange: "arcgisViewChange",
|
|
340
353
|
onArcgisViewClick: "arcgisViewClick",
|
|
341
354
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -389,6 +402,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
389
402
|
}
|
|
390
403
|
)
|
|
391
404
|
), X = /* @__PURE__ */ e(
|
|
405
|
+
r(
|
|
406
|
+
"arcgis-popup",
|
|
407
|
+
{
|
|
408
|
+
onArcgisClose: "arcgisClose",
|
|
409
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
410
|
+
onArcgisReady: "arcgisReady",
|
|
411
|
+
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
412
|
+
}
|
|
413
|
+
)
|
|
414
|
+
), Y = /* @__PURE__ */ e(
|
|
392
415
|
r(
|
|
393
416
|
"arcgis-print",
|
|
394
417
|
{
|
|
@@ -398,14 +421,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
398
421
|
onArcgisSubmit: "arcgisSubmit"
|
|
399
422
|
}
|
|
400
423
|
)
|
|
401
|
-
),
|
|
424
|
+
), _ = /* @__PURE__ */ e(
|
|
402
425
|
r(
|
|
403
426
|
"arcgis-scale-bar",
|
|
404
427
|
{
|
|
405
428
|
onArcgisReady: "arcgisReady"
|
|
406
429
|
}
|
|
407
430
|
)
|
|
408
|
-
),
|
|
431
|
+
), $ = /* @__PURE__ */ e(
|
|
409
432
|
r(
|
|
410
433
|
"arcgis-scale-range-slider",
|
|
411
434
|
{
|
|
@@ -413,7 +436,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
413
436
|
onArcgisReady: "arcgisReady"
|
|
414
437
|
}
|
|
415
438
|
)
|
|
416
|
-
),
|
|
439
|
+
), rr = /* @__PURE__ */ e(
|
|
417
440
|
r(
|
|
418
441
|
"arcgis-scene",
|
|
419
442
|
{
|
|
@@ -441,7 +464,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
441
464
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
442
465
|
}
|
|
443
466
|
)
|
|
444
|
-
),
|
|
467
|
+
), er = /* @__PURE__ */ e(
|
|
445
468
|
r(
|
|
446
469
|
"arcgis-search",
|
|
447
470
|
{
|
|
@@ -455,14 +478,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
455
478
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
456
479
|
}
|
|
457
480
|
)
|
|
458
|
-
),
|
|
481
|
+
), ir = /* @__PURE__ */ e(
|
|
459
482
|
r(
|
|
460
483
|
"arcgis-search-result-renderer",
|
|
461
484
|
{
|
|
462
485
|
onArcgisReady: "arcgisReady"
|
|
463
486
|
}
|
|
464
487
|
)
|
|
465
|
-
),
|
|
488
|
+
), ar = /* @__PURE__ */ e(
|
|
466
489
|
r(
|
|
467
490
|
"arcgis-shadow-cast",
|
|
468
491
|
{
|
|
@@ -470,7 +493,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
470
493
|
onArcgisReady: "arcgisReady"
|
|
471
494
|
}
|
|
472
495
|
)
|
|
473
|
-
),
|
|
496
|
+
), sr = /* @__PURE__ */ e(
|
|
474
497
|
r(
|
|
475
498
|
"arcgis-sketch",
|
|
476
499
|
{
|
|
@@ -491,7 +514,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
491
514
|
onArcgisReady: "arcgisReady"
|
|
492
515
|
}
|
|
493
516
|
)
|
|
494
|
-
),
|
|
517
|
+
), cr = /* @__PURE__ */ e(
|
|
495
518
|
r(
|
|
496
519
|
"arcgis-swipe",
|
|
497
520
|
{
|
|
@@ -501,7 +524,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
501
524
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
502
525
|
}
|
|
503
526
|
)
|
|
504
|
-
),
|
|
527
|
+
), or = /* @__PURE__ */ e(
|
|
505
528
|
r(
|
|
506
529
|
"arcgis-table-list",
|
|
507
530
|
{
|
|
@@ -511,7 +534,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
511
534
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
512
535
|
}
|
|
513
536
|
)
|
|
514
|
-
),
|
|
537
|
+
), nr = /* @__PURE__ */ e(
|
|
515
538
|
r(
|
|
516
539
|
"arcgis-time-slider",
|
|
517
540
|
{
|
|
@@ -520,7 +543,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
520
543
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
521
544
|
}
|
|
522
545
|
)
|
|
523
|
-
),
|
|
546
|
+
), tr = /* @__PURE__ */ e(
|
|
524
547
|
r(
|
|
525
548
|
"arcgis-time-zone-label",
|
|
526
549
|
{
|
|
@@ -528,7 +551,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
528
551
|
onArcgisReady: "arcgisReady"
|
|
529
552
|
}
|
|
530
553
|
)
|
|
531
|
-
),
|
|
554
|
+
), Ar = /* @__PURE__ */ e(
|
|
532
555
|
r(
|
|
533
556
|
"arcgis-track",
|
|
534
557
|
{
|
|
@@ -538,14 +561,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
538
561
|
onArcgisReady: "arcgisReady"
|
|
539
562
|
}
|
|
540
563
|
)
|
|
541
|
-
),
|
|
564
|
+
), yr = /* @__PURE__ */ e(
|
|
542
565
|
r(
|
|
543
566
|
"arcgis-utility-network-associations",
|
|
544
567
|
{
|
|
545
568
|
onArcgisReady: "arcgisReady"
|
|
546
569
|
}
|
|
547
570
|
)
|
|
548
|
-
),
|
|
571
|
+
), lr = /* @__PURE__ */ e(
|
|
549
572
|
r(
|
|
550
573
|
"arcgis-utility-network-trace",
|
|
551
574
|
{
|
|
@@ -558,7 +581,37 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
558
581
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
559
582
|
}
|
|
560
583
|
)
|
|
584
|
+
), Cr = /* @__PURE__ */ e(
|
|
585
|
+
r(
|
|
586
|
+
"arcgis-utility-network-trace-analysis",
|
|
587
|
+
{
|
|
588
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
589
|
+
onArcgisReady: "arcgisReady"
|
|
590
|
+
}
|
|
591
|
+
)
|
|
561
592
|
), dr = /* @__PURE__ */ e(
|
|
593
|
+
r(
|
|
594
|
+
"arcgis-utility-network-result-feature-list",
|
|
595
|
+
{
|
|
596
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
597
|
+
}
|
|
598
|
+
)
|
|
599
|
+
), wr = /* @__PURE__ */ e(
|
|
600
|
+
r(
|
|
601
|
+
"arcgis-utility-network-trace-inputs",
|
|
602
|
+
{
|
|
603
|
+
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
604
|
+
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
605
|
+
}
|
|
606
|
+
)
|
|
607
|
+
), pr = /* @__PURE__ */ e(
|
|
608
|
+
r(
|
|
609
|
+
"arcgis-utility-network-trace-results",
|
|
610
|
+
{
|
|
611
|
+
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
612
|
+
}
|
|
613
|
+
)
|
|
614
|
+
), hr = /* @__PURE__ */ e(
|
|
562
615
|
r(
|
|
563
616
|
"arcgis-utility-network-validate-topology",
|
|
564
617
|
{
|
|
@@ -566,7 +619,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
566
619
|
onArcgisReady: "arcgisReady"
|
|
567
620
|
}
|
|
568
621
|
)
|
|
569
|
-
),
|
|
622
|
+
), Vr = /* @__PURE__ */ e(
|
|
570
623
|
r(
|
|
571
624
|
"arcgis-value-picker",
|
|
572
625
|
{
|
|
@@ -579,7 +632,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
579
632
|
onArcgisReady: "arcgisReady"
|
|
580
633
|
}
|
|
581
634
|
)
|
|
582
|
-
),
|
|
635
|
+
), Pr = /* @__PURE__ */ e(
|
|
583
636
|
r(
|
|
584
637
|
"arcgis-version-management",
|
|
585
638
|
{
|
|
@@ -587,14 +640,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
587
640
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
588
641
|
}
|
|
589
642
|
)
|
|
590
|
-
),
|
|
643
|
+
), Rr = /* @__PURE__ */ e(
|
|
591
644
|
r(
|
|
592
645
|
"arcgis-video",
|
|
593
646
|
{
|
|
594
647
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
595
648
|
}
|
|
596
649
|
)
|
|
597
|
-
),
|
|
650
|
+
), mr = /* @__PURE__ */ e(
|
|
598
651
|
r(
|
|
599
652
|
"arcgis-video-player",
|
|
600
653
|
{
|
|
@@ -603,7 +656,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
603
656
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
604
657
|
}
|
|
605
658
|
)
|
|
606
|
-
),
|
|
659
|
+
), ur = /* @__PURE__ */ e(
|
|
607
660
|
r(
|
|
608
661
|
"arcgis-weather",
|
|
609
662
|
{
|
|
@@ -611,7 +664,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
611
664
|
onArcgisReady: "arcgisReady"
|
|
612
665
|
}
|
|
613
666
|
)
|
|
614
|
-
),
|
|
667
|
+
), kr = /* @__PURE__ */ e(
|
|
615
668
|
r(
|
|
616
669
|
"arcgis-zoom",
|
|
617
670
|
{
|
|
@@ -625,36 +678,36 @@ export {
|
|
|
625
678
|
t as ArcgisAreaMeasurement3d,
|
|
626
679
|
A as ArcgisAttachments,
|
|
627
680
|
y as ArcgisBasemapGallery,
|
|
628
|
-
|
|
681
|
+
l as ArcgisBasemapLayerList,
|
|
629
682
|
C as ArcgisBasemapToggle,
|
|
630
|
-
|
|
683
|
+
d as ArcgisBookmarks,
|
|
631
684
|
w as ArcgisBuildingExplorer,
|
|
632
685
|
p as ArcgisCatalogLayerList,
|
|
633
686
|
h as ArcgisCompass,
|
|
634
|
-
|
|
635
|
-
|
|
687
|
+
V as ArcgisCoordinateConversion,
|
|
688
|
+
P as ArcgisDaylight,
|
|
636
689
|
u as ArcgisDirectLineMeasurement3d,
|
|
637
|
-
|
|
690
|
+
R as ArcgisDirectionalPad,
|
|
638
691
|
m as ArcgisDirections,
|
|
639
692
|
k as ArcgisDirectlineMeasurement3d,
|
|
640
693
|
S as ArcgisDistanceMeasurement2d,
|
|
641
694
|
v as ArcgisEditor,
|
|
642
695
|
D as ArcgisElevationProfile,
|
|
643
|
-
L as
|
|
644
|
-
|
|
645
|
-
E as
|
|
646
|
-
|
|
647
|
-
|
|
696
|
+
L as ArcgisElevationProfileNext,
|
|
697
|
+
T as ArcgisExpand,
|
|
698
|
+
E as ArcgisFeature,
|
|
699
|
+
U as ArcgisFeatureForm,
|
|
700
|
+
b as ArcgisFeatureTable,
|
|
648
701
|
M as ArcgisFeatureTemplates,
|
|
649
702
|
f as ArcgisFeatures,
|
|
650
|
-
|
|
651
|
-
|
|
703
|
+
I as ArcgisFloorFilter,
|
|
704
|
+
F as ArcgisFullscreen,
|
|
652
705
|
K as ArcgisGridControls,
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
706
|
+
N as ArcgisHistogramRangeSlider,
|
|
707
|
+
B as ArcgisHome,
|
|
708
|
+
W as ArcgisLayerList,
|
|
656
709
|
x as ArcgisLegend,
|
|
657
|
-
|
|
710
|
+
H as ArcgisLineOfSight,
|
|
658
711
|
G as ArcgisLinkChart,
|
|
659
712
|
O as ArcgisLinkChartLayoutSwitcher,
|
|
660
713
|
z as ArcgisLocate,
|
|
@@ -663,27 +716,32 @@ export {
|
|
|
663
716
|
q as ArcgisNavigationToggle,
|
|
664
717
|
J as ArcgisOrientedImageryViewer,
|
|
665
718
|
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
|
|
719
|
+
X as ArcgisPopup,
|
|
720
|
+
Y as ArcgisPrint,
|
|
721
|
+
_ as ArcgisScaleBar,
|
|
722
|
+
$ as ArcgisScaleRangeSlider,
|
|
723
|
+
rr as ArcgisScene,
|
|
724
|
+
er as ArcgisSearch,
|
|
725
|
+
ir as ArcgisSearchResultRenderer,
|
|
726
|
+
ar as ArcgisShadowCast,
|
|
727
|
+
sr as ArcgisSketch,
|
|
674
728
|
gr as ArcgisSlice,
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
Cr as
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
Pr as
|
|
729
|
+
cr as ArcgisSwipe,
|
|
730
|
+
or as ArcgisTableList,
|
|
731
|
+
nr as ArcgisTimeSlider,
|
|
732
|
+
tr as ArcgisTimeZoneLabel,
|
|
733
|
+
Ar as ArcgisTrack,
|
|
734
|
+
yr as ArcgisUtilityNetworkAssociations,
|
|
735
|
+
dr as ArcgisUtilityNetworkResultFeatureList,
|
|
736
|
+
lr as ArcgisUtilityNetworkTrace,
|
|
737
|
+
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
738
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
739
|
+
pr as ArcgisUtilityNetworkTraceResults,
|
|
740
|
+
hr as ArcgisUtilityNetworkValidateTopology,
|
|
741
|
+
Vr as ArcgisValuePicker,
|
|
742
|
+
Pr as ArcgisVersionManagement,
|
|
743
|
+
Rr as ArcgisVideo,
|
|
744
|
+
mr as ArcgisVideoPlayer,
|
|
745
|
+
ur as ArcgisWeather,
|
|
746
|
+
kr as ArcgisZoom
|
|
689
747
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.0",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "
|
|
33
|
-
"@arcgis/map-components": "
|
|
34
|
-
"@esri/calcite-components": "^3.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.0",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.0",
|
|
34
|
+
"@esri/calcite-components": "^3.3.0",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|