@arcgis/map-components-react 5.0.0-next.7 → 5.0.0-next.70
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 +26 -16
- package/dist/index.js +130 -114
- package/package.json +5 -5
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
|
}>;
|
|
@@ -97,12 +98,6 @@ export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWe
|
|
|
97
98
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
98
99
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
99
100
|
}>;
|
|
100
|
-
export declare const ArcgisDirectlineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
101
|
-
class?: string;
|
|
102
|
-
}, {
|
|
103
|
-
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
104
|
-
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
105
|
-
}>;
|
|
106
101
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
107
102
|
class?: string;
|
|
108
103
|
}, {
|
|
@@ -123,12 +118,6 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
123
118
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
124
119
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
125
120
|
}>;
|
|
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
|
-
}>;
|
|
132
121
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
133
122
|
class?: string;
|
|
134
123
|
}, {
|
|
@@ -328,12 +317,19 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
328
317
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
329
318
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
330
319
|
}>;
|
|
320
|
+
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<HTMLArcgisPresentationElement & {
|
|
321
|
+
class?: string;
|
|
322
|
+
}, {
|
|
323
|
+
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
324
|
+
}>;
|
|
331
325
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
332
326
|
class?: string;
|
|
333
327
|
}, {
|
|
328
|
+
onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
|
|
334
329
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
335
330
|
onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
|
|
336
331
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
332
|
+
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
337
333
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
338
334
|
}>;
|
|
339
335
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
@@ -415,6 +411,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
415
411
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
416
412
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
417
413
|
}>;
|
|
414
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
415
|
+
class?: string;
|
|
416
|
+
}, {
|
|
417
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
418
|
+
}>;
|
|
418
419
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
419
420
|
class?: string;
|
|
420
421
|
}, {
|
|
@@ -474,14 +475,13 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
474
475
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
475
476
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
476
477
|
}>;
|
|
477
|
-
export declare const
|
|
478
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
478
479
|
class?: string;
|
|
479
|
-
}, {
|
|
480
|
-
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
481
|
-
}>;
|
|
480
|
+
}, {}>;
|
|
482
481
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
483
482
|
class?: string;
|
|
484
483
|
}, {
|
|
484
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
485
485
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
486
486
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
487
487
|
}>;
|
|
@@ -492,9 +492,13 @@ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').Rea
|
|
|
492
492
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
493
493
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
494
494
|
}>;
|
|
495
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
496
|
+
class?: string;
|
|
497
|
+
}, {}>;
|
|
495
498
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
496
499
|
class?: string;
|
|
497
500
|
}, {
|
|
501
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
498
502
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
499
503
|
}>;
|
|
500
504
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
@@ -532,6 +536,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
532
536
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
533
537
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
534
538
|
}>;
|
|
539
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
540
|
+
class?: string;
|
|
541
|
+
}, {
|
|
542
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
543
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
544
|
+
}>;
|
|
535
545
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
536
546
|
class?: string;
|
|
537
547
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
43
43
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), C = /* @__PURE__ */ e(
|
|
47
47
|
r(
|
|
48
48
|
"arcgis-basemap-toggle",
|
|
49
49
|
{
|
|
@@ -51,12 +51,13 @@ const e = /* @__PURE__ */ s(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
|
{
|
|
58
58
|
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
59
59
|
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
60
|
+
onArcgisClose: "arcgisClose",
|
|
60
61
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
61
62
|
onArcgisReady: "arcgisReady"
|
|
62
63
|
}
|
|
@@ -129,14 +130,6 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
129
130
|
}
|
|
130
131
|
)
|
|
131
132
|
), k = /* @__PURE__ */ e(
|
|
132
|
-
r(
|
|
133
|
-
"arcgis-directline-measurement-3d",
|
|
134
|
-
{
|
|
135
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
136
|
-
onArcgisReady: "arcgisReady"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
|
-
), S = /* @__PURE__ */ e(
|
|
140
133
|
r(
|
|
141
134
|
"arcgis-distance-measurement-2d",
|
|
142
135
|
{
|
|
@@ -144,7 +137,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
144
137
|
onArcgisReady: "arcgisReady"
|
|
145
138
|
}
|
|
146
139
|
)
|
|
147
|
-
),
|
|
140
|
+
), S = /* @__PURE__ */ e(
|
|
148
141
|
r(
|
|
149
142
|
"arcgis-editor",
|
|
150
143
|
{
|
|
@@ -154,7 +147,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
147
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
148
|
}
|
|
156
149
|
)
|
|
157
|
-
),
|
|
150
|
+
), L = /* @__PURE__ */ e(
|
|
158
151
|
r(
|
|
159
152
|
"arcgis-elevation-profile",
|
|
160
153
|
{
|
|
@@ -162,15 +155,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
162
155
|
onArcgisReady: "arcgisReady"
|
|
163
156
|
}
|
|
164
157
|
)
|
|
165
|
-
),
|
|
166
|
-
r(
|
|
167
|
-
"arcgis-elevation-profile-next",
|
|
168
|
-
{
|
|
169
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
|
-
onArcgisReady: "arcgisReady"
|
|
171
|
-
}
|
|
172
|
-
)
|
|
173
|
-
), E = /* @__PURE__ */ e(
|
|
158
|
+
), v = /* @__PURE__ */ e(
|
|
174
159
|
r(
|
|
175
160
|
"arcgis-expand",
|
|
176
161
|
{
|
|
@@ -178,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
163
|
onArcgisReady: "arcgisReady"
|
|
179
164
|
}
|
|
180
165
|
)
|
|
181
|
-
),
|
|
166
|
+
), D = /* @__PURE__ */ e(
|
|
182
167
|
r(
|
|
183
168
|
"arcgis-feature",
|
|
184
169
|
{
|
|
@@ -186,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
186
171
|
onArcgisReady: "arcgisReady"
|
|
187
172
|
}
|
|
188
173
|
)
|
|
189
|
-
),
|
|
174
|
+
), E = /* @__PURE__ */ e(
|
|
190
175
|
r(
|
|
191
176
|
"arcgis-feature-form",
|
|
192
177
|
{
|
|
@@ -196,7 +181,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
196
181
|
onArcgisValueChange: "arcgisValueChange"
|
|
197
182
|
}
|
|
198
183
|
)
|
|
199
|
-
),
|
|
184
|
+
), T = /* @__PURE__ */ e(
|
|
200
185
|
r(
|
|
201
186
|
"arcgis-feature-table",
|
|
202
187
|
{
|
|
@@ -210,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
195
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
196
|
}
|
|
212
197
|
)
|
|
213
|
-
),
|
|
198
|
+
), U = /* @__PURE__ */ e(
|
|
214
199
|
r(
|
|
215
200
|
"arcgis-feature-templates",
|
|
216
201
|
{
|
|
@@ -219,7 +204,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
204
|
onArcgisSelect: "arcgisSelect"
|
|
220
205
|
}
|
|
221
206
|
)
|
|
222
|
-
),
|
|
207
|
+
), b = /* @__PURE__ */ e(
|
|
223
208
|
r(
|
|
224
209
|
"arcgis-features",
|
|
225
210
|
{
|
|
@@ -229,14 +214,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
214
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
230
215
|
}
|
|
231
216
|
)
|
|
232
|
-
),
|
|
217
|
+
), M = /* @__PURE__ */ e(
|
|
233
218
|
r(
|
|
234
219
|
"arcgis-floor-filter",
|
|
235
220
|
{
|
|
236
221
|
onArcgisReady: "arcgisReady"
|
|
237
222
|
}
|
|
238
223
|
)
|
|
239
|
-
),
|
|
224
|
+
), I = /* @__PURE__ */ e(
|
|
240
225
|
r(
|
|
241
226
|
"arcgis-fullscreen",
|
|
242
227
|
{
|
|
@@ -244,7 +229,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
244
229
|
onArcgisReady: "arcgisReady"
|
|
245
230
|
}
|
|
246
231
|
)
|
|
247
|
-
),
|
|
232
|
+
), f = /* @__PURE__ */ e(
|
|
248
233
|
r(
|
|
249
234
|
"arcgis-grid-controls",
|
|
250
235
|
{
|
|
@@ -252,7 +237,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
237
|
onArcgisReady: "arcgisReady"
|
|
253
238
|
}
|
|
254
239
|
)
|
|
255
|
-
),
|
|
240
|
+
), F = /* @__PURE__ */ e(
|
|
256
241
|
r(
|
|
257
242
|
"arcgis-histogram-range-slider",
|
|
258
243
|
{
|
|
@@ -260,7 +245,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
260
245
|
onArcgisReady: "arcgisReady"
|
|
261
246
|
}
|
|
262
247
|
)
|
|
263
|
-
),
|
|
248
|
+
), K = /* @__PURE__ */ e(
|
|
264
249
|
r(
|
|
265
250
|
"arcgis-home",
|
|
266
251
|
{
|
|
@@ -269,7 +254,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
254
|
onArcgisReady: "arcgisReady"
|
|
270
255
|
}
|
|
271
256
|
)
|
|
272
|
-
),
|
|
257
|
+
), N = /* @__PURE__ */ e(
|
|
273
258
|
r(
|
|
274
259
|
"arcgis-layer-list",
|
|
275
260
|
{
|
|
@@ -279,7 +264,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
279
264
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
280
265
|
}
|
|
281
266
|
)
|
|
282
|
-
),
|
|
267
|
+
), B = /* @__PURE__ */ e(
|
|
283
268
|
r(
|
|
284
269
|
"arcgis-legend",
|
|
285
270
|
{
|
|
@@ -287,7 +272,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
287
272
|
onArcgisReady: "arcgisReady"
|
|
288
273
|
}
|
|
289
274
|
)
|
|
290
|
-
),
|
|
275
|
+
), W = /* @__PURE__ */ e(
|
|
291
276
|
r(
|
|
292
277
|
"arcgis-line-of-sight",
|
|
293
278
|
{
|
|
@@ -295,7 +280,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
295
280
|
onArcgisReady: "arcgisReady"
|
|
296
281
|
}
|
|
297
282
|
)
|
|
298
|
-
),
|
|
283
|
+
), H = /* @__PURE__ */ e(
|
|
299
284
|
r(
|
|
300
285
|
"arcgis-link-chart",
|
|
301
286
|
{
|
|
@@ -325,7 +310,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
325
310
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
326
311
|
}
|
|
327
312
|
)
|
|
328
|
-
),
|
|
313
|
+
), x = /* @__PURE__ */ e(
|
|
329
314
|
r(
|
|
330
315
|
"arcgis-link-chart-layout-switcher",
|
|
331
316
|
{
|
|
@@ -334,7 +319,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
319
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
335
320
|
}
|
|
336
321
|
)
|
|
337
|
-
),
|
|
322
|
+
), G = /* @__PURE__ */ e(
|
|
338
323
|
r(
|
|
339
324
|
"arcgis-locate",
|
|
340
325
|
{
|
|
@@ -344,7 +329,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
344
329
|
onArcgisSuccess: "arcgisSuccess"
|
|
345
330
|
}
|
|
346
331
|
)
|
|
347
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
348
333
|
r(
|
|
349
334
|
"arcgis-map",
|
|
350
335
|
{
|
|
@@ -374,7 +359,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
374
359
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
375
360
|
}
|
|
376
361
|
)
|
|
377
|
-
),
|
|
362
|
+
), z = /* @__PURE__ */ e(
|
|
378
363
|
r(
|
|
379
364
|
"arcgis-measurement",
|
|
380
365
|
{
|
|
@@ -382,7 +367,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
382
367
|
onArcgisReady: "arcgisReady"
|
|
383
368
|
}
|
|
384
369
|
)
|
|
385
|
-
),
|
|
370
|
+
), Z = /* @__PURE__ */ e(
|
|
386
371
|
r(
|
|
387
372
|
"arcgis-navigation-toggle",
|
|
388
373
|
{
|
|
@@ -390,7 +375,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
390
375
|
onArcgisReady: "arcgisReady"
|
|
391
376
|
}
|
|
392
377
|
)
|
|
393
|
-
),
|
|
378
|
+
), j = /* @__PURE__ */ e(
|
|
394
379
|
r(
|
|
395
380
|
"arcgis-oriented-imagery-viewer",
|
|
396
381
|
{
|
|
@@ -398,14 +383,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
398
383
|
onArcgisReady: "arcgisReady"
|
|
399
384
|
}
|
|
400
385
|
)
|
|
401
|
-
),
|
|
386
|
+
), q = /* @__PURE__ */ e(
|
|
402
387
|
r(
|
|
403
388
|
"arcgis-placement",
|
|
404
389
|
{
|
|
405
390
|
onArcgisReady: "arcgisReady"
|
|
406
391
|
}
|
|
407
392
|
)
|
|
408
|
-
),
|
|
393
|
+
), J = /* @__PURE__ */ e(
|
|
409
394
|
r(
|
|
410
395
|
"arcgis-popup",
|
|
411
396
|
{
|
|
@@ -415,24 +400,33 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
415
400
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
416
401
|
}
|
|
417
402
|
)
|
|
418
|
-
),
|
|
403
|
+
), Q = /* @__PURE__ */ e(
|
|
404
|
+
r(
|
|
405
|
+
"arcgis-presentation",
|
|
406
|
+
{
|
|
407
|
+
onArcgisReady: "arcgisReady"
|
|
408
|
+
}
|
|
409
|
+
)
|
|
410
|
+
), X = /* @__PURE__ */ e(
|
|
419
411
|
r(
|
|
420
412
|
"arcgis-print",
|
|
421
413
|
{
|
|
414
|
+
onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
|
|
422
415
|
onArcgisComplete: "arcgisComplete",
|
|
423
416
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
424
417
|
onArcgisReady: "arcgisReady",
|
|
418
|
+
onArcgisSaveAs: "arcgisSaveAs",
|
|
425
419
|
onArcgisSubmit: "arcgisSubmit"
|
|
426
420
|
}
|
|
427
421
|
)
|
|
428
|
-
),
|
|
422
|
+
), Y = /* @__PURE__ */ e(
|
|
429
423
|
r(
|
|
430
424
|
"arcgis-scale-bar",
|
|
431
425
|
{
|
|
432
426
|
onArcgisReady: "arcgisReady"
|
|
433
427
|
}
|
|
434
428
|
)
|
|
435
|
-
),
|
|
429
|
+
), _ = /* @__PURE__ */ e(
|
|
436
430
|
r(
|
|
437
431
|
"arcgis-scale-range-slider",
|
|
438
432
|
{
|
|
@@ -440,7 +434,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
434
|
onArcgisReady: "arcgisReady"
|
|
441
435
|
}
|
|
442
436
|
)
|
|
443
|
-
),
|
|
437
|
+
), $ = /* @__PURE__ */ e(
|
|
444
438
|
r(
|
|
445
439
|
"arcgis-scene",
|
|
446
440
|
{
|
|
@@ -470,7 +464,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
470
464
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
471
465
|
}
|
|
472
466
|
)
|
|
473
|
-
),
|
|
467
|
+
), rr = /* @__PURE__ */ e(
|
|
474
468
|
r(
|
|
475
469
|
"arcgis-search",
|
|
476
470
|
{
|
|
@@ -484,14 +478,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
484
478
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
485
479
|
}
|
|
486
480
|
)
|
|
487
|
-
),
|
|
481
|
+
), er = /* @__PURE__ */ e(
|
|
488
482
|
r(
|
|
489
483
|
"arcgis-search-result-renderer",
|
|
490
484
|
{
|
|
491
485
|
onArcgisReady: "arcgisReady"
|
|
492
486
|
}
|
|
493
487
|
)
|
|
494
|
-
),
|
|
488
|
+
), ir = /* @__PURE__ */ e(
|
|
495
489
|
r(
|
|
496
490
|
"arcgis-shadow-cast",
|
|
497
491
|
{
|
|
@@ -499,7 +493,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
499
493
|
onArcgisReady: "arcgisReady"
|
|
500
494
|
}
|
|
501
495
|
)
|
|
502
|
-
),
|
|
496
|
+
), ar = /* @__PURE__ */ e(
|
|
503
497
|
r(
|
|
504
498
|
"arcgis-sketch",
|
|
505
499
|
{
|
|
@@ -512,7 +506,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
506
|
onArcgisUpdate: "arcgisUpdate"
|
|
513
507
|
}
|
|
514
508
|
)
|
|
515
|
-
),
|
|
509
|
+
), sr = /* @__PURE__ */ e(
|
|
516
510
|
r(
|
|
517
511
|
"arcgis-slice",
|
|
518
512
|
{
|
|
@@ -520,6 +514,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
520
514
|
onArcgisReady: "arcgisReady"
|
|
521
515
|
}
|
|
522
516
|
)
|
|
517
|
+
), gr = /* @__PURE__ */ e(
|
|
518
|
+
r(
|
|
519
|
+
"arcgis-color-select",
|
|
520
|
+
{
|
|
521
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
522
|
+
}
|
|
523
|
+
)
|
|
523
524
|
), cr = /* @__PURE__ */ e(
|
|
524
525
|
r(
|
|
525
526
|
"arcgis-swipe",
|
|
@@ -587,7 +588,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
587
588
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
588
589
|
}
|
|
589
590
|
)
|
|
590
|
-
),
|
|
591
|
+
), Cr = /* @__PURE__ */ e(
|
|
591
592
|
r(
|
|
592
593
|
"arcgis-utility-network-trace-analysis",
|
|
593
594
|
{
|
|
@@ -595,17 +596,16 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
595
596
|
onArcgisReady: "arcgisReady"
|
|
596
597
|
}
|
|
597
598
|
)
|
|
598
|
-
),
|
|
599
|
+
), dr = /* @__PURE__ */ e(
|
|
599
600
|
r(
|
|
600
|
-
"arcgis-utility-network-
|
|
601
|
-
{
|
|
602
|
-
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
603
|
-
}
|
|
601
|
+
"arcgis-utility-network-subnetwork-info",
|
|
602
|
+
{}
|
|
604
603
|
)
|
|
605
604
|
), wr = /* @__PURE__ */ e(
|
|
606
605
|
r(
|
|
607
606
|
"arcgis-utility-network-trace-inputs",
|
|
608
607
|
{
|
|
608
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
609
609
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
610
610
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
611
611
|
}
|
|
@@ -620,13 +620,19 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
620
620
|
}
|
|
621
621
|
)
|
|
622
622
|
), hr = /* @__PURE__ */ e(
|
|
623
|
+
r(
|
|
624
|
+
"arcgis-utility-network-trace-location-list",
|
|
625
|
+
{}
|
|
626
|
+
)
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
623
628
|
r(
|
|
624
629
|
"arcgis-utility-network-trace-results",
|
|
625
630
|
{
|
|
631
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
626
632
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
627
633
|
}
|
|
628
634
|
)
|
|
629
|
-
),
|
|
635
|
+
), Rr = /* @__PURE__ */ e(
|
|
630
636
|
r(
|
|
631
637
|
"arcgis-utility-network-validate-topology",
|
|
632
638
|
{
|
|
@@ -634,7 +640,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
634
640
|
onArcgisReady: "arcgisReady"
|
|
635
641
|
}
|
|
636
642
|
)
|
|
637
|
-
),
|
|
643
|
+
), Pr = /* @__PURE__ */ e(
|
|
638
644
|
r(
|
|
639
645
|
"arcgis-value-picker",
|
|
640
646
|
{
|
|
@@ -647,7 +653,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
647
653
|
onArcgisReady: "arcgisReady"
|
|
648
654
|
}
|
|
649
655
|
)
|
|
650
|
-
),
|
|
656
|
+
), mr = /* @__PURE__ */ e(
|
|
651
657
|
r(
|
|
652
658
|
"arcgis-version-management",
|
|
653
659
|
{
|
|
@@ -655,14 +661,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
655
661
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
656
662
|
}
|
|
657
663
|
)
|
|
658
|
-
),
|
|
664
|
+
), ur = /* @__PURE__ */ e(
|
|
659
665
|
r(
|
|
660
666
|
"arcgis-video",
|
|
661
667
|
{
|
|
662
668
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
663
669
|
}
|
|
664
670
|
)
|
|
665
|
-
),
|
|
671
|
+
), kr = /* @__PURE__ */ e(
|
|
666
672
|
r(
|
|
667
673
|
"arcgis-video-player",
|
|
668
674
|
{
|
|
@@ -671,7 +677,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
671
677
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
672
678
|
}
|
|
673
679
|
)
|
|
674
|
-
),
|
|
680
|
+
), Sr = /* @__PURE__ */ e(
|
|
681
|
+
r(
|
|
682
|
+
"arcgis-volume-measurement",
|
|
683
|
+
{
|
|
684
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
685
|
+
onArcgisReady: "arcgisReady"
|
|
686
|
+
}
|
|
687
|
+
)
|
|
688
|
+
), Lr = /* @__PURE__ */ e(
|
|
675
689
|
r(
|
|
676
690
|
"arcgis-weather",
|
|
677
691
|
{
|
|
@@ -679,7 +693,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
679
693
|
onArcgisReady: "arcgisReady"
|
|
680
694
|
}
|
|
681
695
|
)
|
|
682
|
-
),
|
|
696
|
+
), vr = /* @__PURE__ */ e(
|
|
683
697
|
r(
|
|
684
698
|
"arcgis-zoom",
|
|
685
699
|
{
|
|
@@ -694,70 +708,72 @@ export {
|
|
|
694
708
|
A as ArcgisAttachments,
|
|
695
709
|
y as ArcgisBasemapGallery,
|
|
696
710
|
l as ArcgisBasemapLayerList,
|
|
697
|
-
|
|
698
|
-
|
|
711
|
+
C as ArcgisBasemapToggle,
|
|
712
|
+
d as ArcgisBookmarks,
|
|
699
713
|
w as ArcgisBuildingExplorer,
|
|
700
714
|
p as ArcgisCatalogLayerList,
|
|
715
|
+
gr as ArcgisColorSelect,
|
|
701
716
|
h as ArcgisCompass,
|
|
702
717
|
V as ArcgisCoordinateConversion,
|
|
703
718
|
R as ArcgisDaylight,
|
|
704
719
|
u as ArcgisDirectLineMeasurement3d,
|
|
705
720
|
P as ArcgisDirectionalPad,
|
|
706
721
|
m as ArcgisDirections,
|
|
707
|
-
k as
|
|
708
|
-
S as
|
|
709
|
-
L as
|
|
710
|
-
v as
|
|
711
|
-
D as
|
|
712
|
-
E as
|
|
713
|
-
T as
|
|
714
|
-
U as
|
|
715
|
-
b as
|
|
716
|
-
M as
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
F as
|
|
720
|
-
K as
|
|
721
|
-
N as
|
|
722
|
-
B as
|
|
723
|
-
W as
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
G as
|
|
727
|
-
O as
|
|
728
|
-
z as
|
|
729
|
-
Z as
|
|
730
|
-
j as
|
|
731
|
-
q as
|
|
732
|
-
J as
|
|
733
|
-
Q as
|
|
734
|
-
X as
|
|
735
|
-
Y as
|
|
736
|
-
_ as
|
|
737
|
-
$ as
|
|
738
|
-
rr as
|
|
739
|
-
er as
|
|
740
|
-
ir as
|
|
741
|
-
ar as
|
|
742
|
-
sr as
|
|
743
|
-
gr as ArcgisSlice,
|
|
722
|
+
k as ArcgisDistanceMeasurement2d,
|
|
723
|
+
S as ArcgisEditor,
|
|
724
|
+
L as ArcgisElevationProfile,
|
|
725
|
+
v as ArcgisExpand,
|
|
726
|
+
D as ArcgisFeature,
|
|
727
|
+
E as ArcgisFeatureForm,
|
|
728
|
+
T as ArcgisFeatureTable,
|
|
729
|
+
U as ArcgisFeatureTemplates,
|
|
730
|
+
b as ArcgisFeatures,
|
|
731
|
+
M as ArcgisFloorFilter,
|
|
732
|
+
I as ArcgisFullscreen,
|
|
733
|
+
f as ArcgisGridControls,
|
|
734
|
+
F as ArcgisHistogramRangeSlider,
|
|
735
|
+
K as ArcgisHome,
|
|
736
|
+
N as ArcgisLayerList,
|
|
737
|
+
B as ArcgisLegend,
|
|
738
|
+
W as ArcgisLineOfSight,
|
|
739
|
+
H as ArcgisLinkChart,
|
|
740
|
+
x as ArcgisLinkChartLayoutSwitcher,
|
|
741
|
+
G as ArcgisLocate,
|
|
742
|
+
O as ArcgisMap,
|
|
743
|
+
z as ArcgisMeasurement,
|
|
744
|
+
Z as ArcgisNavigationToggle,
|
|
745
|
+
j as ArcgisOrientedImageryViewer,
|
|
746
|
+
q as ArcgisPlacement,
|
|
747
|
+
J as ArcgisPopup,
|
|
748
|
+
Q as ArcgisPresentation,
|
|
749
|
+
X as ArcgisPrint,
|
|
750
|
+
Y as ArcgisScaleBar,
|
|
751
|
+
_ as ArcgisScaleRangeSlider,
|
|
752
|
+
$ as ArcgisScene,
|
|
753
|
+
rr as ArcgisSearch,
|
|
754
|
+
er as ArcgisSearchResultRenderer,
|
|
755
|
+
ir as ArcgisShadowCast,
|
|
756
|
+
ar as ArcgisSketch,
|
|
757
|
+
sr as ArcgisSlice,
|
|
744
758
|
cr as ArcgisSwipe,
|
|
745
759
|
or as ArcgisTableList,
|
|
746
760
|
nr as ArcgisTimeSlider,
|
|
747
761
|
tr as ArcgisTimeZoneLabel,
|
|
748
762
|
Ar as ArcgisTrack,
|
|
749
763
|
yr as ArcgisUtilityNetworkAssociations,
|
|
750
|
-
|
|
764
|
+
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
751
765
|
lr as ArcgisUtilityNetworkTrace,
|
|
752
|
-
|
|
766
|
+
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
753
767
|
wr as ArcgisUtilityNetworkTraceInputs,
|
|
754
768
|
pr as ArcgisUtilityNetworkTraceLocation,
|
|
755
|
-
hr as
|
|
756
|
-
Vr as
|
|
757
|
-
Rr as
|
|
758
|
-
Pr as
|
|
759
|
-
mr as
|
|
760
|
-
ur as
|
|
761
|
-
kr as
|
|
762
|
-
Sr as
|
|
769
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
770
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
771
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
772
|
+
Pr as ArcgisValuePicker,
|
|
773
|
+
mr as ArcgisVersionManagement,
|
|
774
|
+
ur as ArcgisVideo,
|
|
775
|
+
kr as ArcgisVideoPlayer,
|
|
776
|
+
Sr as ArcgisVolumeMeasurement,
|
|
777
|
+
Lr as ArcgisWeather,
|
|
778
|
+
vr as ArcgisZoom
|
|
763
779
|
};
|
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.70",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,10 +29,10 @@
|
|
|
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.
|
|
34
|
-
"@esri/calcite-components": "^3.3.
|
|
35
|
-
"@lit/react": "^1.0.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.70",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.70",
|
|
34
|
+
"@esri/calcite-components": "^3.3.2",
|
|
35
|
+
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|