@arcgis/map-components-react 5.0.0-next.98 → 5.0.0-next.99
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 +16 -0
- package/dist/index.js +157 -129
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -53,6 +53,22 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
53
53
|
onArcgisPropertyChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisPropertyChange"]>;
|
|
54
54
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
55
55
|
}>;
|
|
56
|
+
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingDisciplineTreeElement & {
|
|
57
|
+
class?: string;
|
|
58
|
+
}, {}>;
|
|
59
|
+
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingLevelPickerElement & {
|
|
60
|
+
class?: string;
|
|
61
|
+
}, {}>;
|
|
62
|
+
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingLevelItemElement & {
|
|
63
|
+
class?: string;
|
|
64
|
+
}, {
|
|
65
|
+
onArcgisTileBlur: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileBlur"]>;
|
|
66
|
+
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
67
|
+
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
68
|
+
}>;
|
|
69
|
+
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingPhasePickerElement & {
|
|
70
|
+
class?: string;
|
|
71
|
+
}, {}>;
|
|
56
72
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisCatalogLayerListElement & {
|
|
57
73
|
class?: string;
|
|
58
74
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -71,6 +71,30 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
71
71
|
}
|
|
72
72
|
)
|
|
73
73
|
), p = /* @__PURE__ */ e(
|
|
74
|
+
r(
|
|
75
|
+
"arcgis-building-discipline-tree",
|
|
76
|
+
{}
|
|
77
|
+
)
|
|
78
|
+
), h = /* @__PURE__ */ e(
|
|
79
|
+
r(
|
|
80
|
+
"arcgis-building-level-picker",
|
|
81
|
+
{}
|
|
82
|
+
)
|
|
83
|
+
), R = /* @__PURE__ */ e(
|
|
84
|
+
r(
|
|
85
|
+
"arcgis-building-level-item",
|
|
86
|
+
{
|
|
87
|
+
onArcgisTileBlur: "arcgisTileBlur",
|
|
88
|
+
onArcgisTileFocus: "arcgisTileFocus",
|
|
89
|
+
onArcgisTileSelect: "arcgisTileSelect"
|
|
90
|
+
}
|
|
91
|
+
)
|
|
92
|
+
), V = /* @__PURE__ */ e(
|
|
93
|
+
r(
|
|
94
|
+
"arcgis-building-phase-picker",
|
|
95
|
+
{}
|
|
96
|
+
)
|
|
97
|
+
), P = /* @__PURE__ */ e(
|
|
74
98
|
r(
|
|
75
99
|
"arcgis-catalog-layer-list",
|
|
76
100
|
{
|
|
@@ -80,7 +104,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
80
104
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
81
105
|
}
|
|
82
106
|
)
|
|
83
|
-
),
|
|
107
|
+
), u = /* @__PURE__ */ e(
|
|
84
108
|
r(
|
|
85
109
|
"arcgis-compass",
|
|
86
110
|
{
|
|
@@ -88,7 +112,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
88
112
|
onArcgisReady: "arcgisReady"
|
|
89
113
|
}
|
|
90
114
|
)
|
|
91
|
-
),
|
|
115
|
+
), m = /* @__PURE__ */ e(
|
|
92
116
|
r(
|
|
93
117
|
"arcgis-coordinate-conversion",
|
|
94
118
|
{
|
|
@@ -97,7 +121,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
97
121
|
onArcgisReady: "arcgisReady"
|
|
98
122
|
}
|
|
99
123
|
)
|
|
100
|
-
),
|
|
124
|
+
), S = /* @__PURE__ */ e(
|
|
101
125
|
r(
|
|
102
126
|
"arcgis-daylight",
|
|
103
127
|
{
|
|
@@ -105,7 +129,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
105
129
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
106
130
|
}
|
|
107
131
|
)
|
|
108
|
-
),
|
|
132
|
+
), k = /* @__PURE__ */ e(
|
|
109
133
|
r(
|
|
110
134
|
"arcgis-directional-pad",
|
|
111
135
|
{
|
|
@@ -113,7 +137,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
113
137
|
onArcgisReady: "arcgisReady"
|
|
114
138
|
}
|
|
115
139
|
)
|
|
116
|
-
),
|
|
140
|
+
), L = /* @__PURE__ */ e(
|
|
117
141
|
r(
|
|
118
142
|
"arcgis-directions",
|
|
119
143
|
{
|
|
@@ -121,7 +145,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
121
145
|
onArcgisReady: "arcgisReady"
|
|
122
146
|
}
|
|
123
147
|
)
|
|
124
|
-
),
|
|
148
|
+
), T = /* @__PURE__ */ e(
|
|
125
149
|
r(
|
|
126
150
|
"arcgis-direct-line-measurement-3d",
|
|
127
151
|
{
|
|
@@ -129,7 +153,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
129
153
|
onArcgisReady: "arcgisReady"
|
|
130
154
|
}
|
|
131
155
|
)
|
|
132
|
-
),
|
|
156
|
+
), v = /* @__PURE__ */ e(
|
|
133
157
|
r(
|
|
134
158
|
"arcgis-distance-measurement-2d",
|
|
135
159
|
{
|
|
@@ -137,7 +161,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
137
161
|
onArcgisReady: "arcgisReady"
|
|
138
162
|
}
|
|
139
163
|
)
|
|
140
|
-
),
|
|
164
|
+
), D = /* @__PURE__ */ e(
|
|
141
165
|
r(
|
|
142
166
|
"arcgis-editor",
|
|
143
167
|
{
|
|
@@ -147,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
147
171
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
148
172
|
}
|
|
149
173
|
)
|
|
150
|
-
),
|
|
174
|
+
), E = /* @__PURE__ */ e(
|
|
151
175
|
r(
|
|
152
176
|
"arcgis-elevation-profile",
|
|
153
177
|
{
|
|
@@ -155,7 +179,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
155
179
|
onArcgisReady: "arcgisReady"
|
|
156
180
|
}
|
|
157
181
|
)
|
|
158
|
-
),
|
|
182
|
+
), b = /* @__PURE__ */ e(
|
|
159
183
|
r(
|
|
160
184
|
"arcgis-expand",
|
|
161
185
|
{
|
|
@@ -163,7 +187,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
163
187
|
onArcgisReady: "arcgisReady"
|
|
164
188
|
}
|
|
165
189
|
)
|
|
166
|
-
),
|
|
190
|
+
), U = /* @__PURE__ */ e(
|
|
167
191
|
r(
|
|
168
192
|
"arcgis-feature",
|
|
169
193
|
{
|
|
@@ -171,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
171
195
|
onArcgisReady: "arcgisReady"
|
|
172
196
|
}
|
|
173
197
|
)
|
|
174
|
-
),
|
|
198
|
+
), F = /* @__PURE__ */ e(
|
|
175
199
|
r(
|
|
176
200
|
"arcgis-feature-form",
|
|
177
201
|
{
|
|
@@ -181,7 +205,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
181
205
|
onArcgisValueChange: "arcgisValueChange"
|
|
182
206
|
}
|
|
183
207
|
)
|
|
184
|
-
),
|
|
208
|
+
), I = /* @__PURE__ */ e(
|
|
185
209
|
r(
|
|
186
210
|
"arcgis-feature-table",
|
|
187
211
|
{
|
|
@@ -195,7 +219,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
195
219
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
196
220
|
}
|
|
197
221
|
)
|
|
198
|
-
),
|
|
222
|
+
), M = /* @__PURE__ */ e(
|
|
199
223
|
r(
|
|
200
224
|
"arcgis-feature-templates",
|
|
201
225
|
{
|
|
@@ -204,7 +228,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
204
228
|
onArcgisSelect: "arcgisSelect"
|
|
205
229
|
}
|
|
206
230
|
)
|
|
207
|
-
),
|
|
231
|
+
), f = /* @__PURE__ */ e(
|
|
208
232
|
r(
|
|
209
233
|
"arcgis-features",
|
|
210
234
|
{
|
|
@@ -214,14 +238,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
214
238
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
215
239
|
}
|
|
216
240
|
)
|
|
217
|
-
),
|
|
241
|
+
), B = /* @__PURE__ */ e(
|
|
218
242
|
r(
|
|
219
243
|
"arcgis-floor-filter",
|
|
220
244
|
{
|
|
221
245
|
onArcgisReady: "arcgisReady"
|
|
222
246
|
}
|
|
223
247
|
)
|
|
224
|
-
),
|
|
248
|
+
), K = /* @__PURE__ */ e(
|
|
225
249
|
r(
|
|
226
250
|
"arcgis-fullscreen",
|
|
227
251
|
{
|
|
@@ -229,7 +253,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
253
|
onArcgisReady: "arcgisReady"
|
|
230
254
|
}
|
|
231
255
|
)
|
|
232
|
-
),
|
|
256
|
+
), N = /* @__PURE__ */ e(
|
|
233
257
|
r(
|
|
234
258
|
"arcgis-grid-controls",
|
|
235
259
|
{
|
|
@@ -237,7 +261,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
237
261
|
onArcgisReady: "arcgisReady"
|
|
238
262
|
}
|
|
239
263
|
)
|
|
240
|
-
),
|
|
264
|
+
), W = /* @__PURE__ */ e(
|
|
241
265
|
r(
|
|
242
266
|
"arcgis-histogram-range-slider",
|
|
243
267
|
{
|
|
@@ -245,7 +269,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
245
269
|
onArcgisReady: "arcgisReady"
|
|
246
270
|
}
|
|
247
271
|
)
|
|
248
|
-
),
|
|
272
|
+
), H = /* @__PURE__ */ e(
|
|
249
273
|
r(
|
|
250
274
|
"arcgis-home",
|
|
251
275
|
{
|
|
@@ -254,7 +278,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
254
278
|
onArcgisReady: "arcgisReady"
|
|
255
279
|
}
|
|
256
280
|
)
|
|
257
|
-
),
|
|
281
|
+
), x = /* @__PURE__ */ e(
|
|
258
282
|
r(
|
|
259
283
|
"arcgis-layer-list",
|
|
260
284
|
{
|
|
@@ -264,7 +288,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
264
288
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
265
289
|
}
|
|
266
290
|
)
|
|
267
|
-
),
|
|
291
|
+
), G = /* @__PURE__ */ e(
|
|
268
292
|
r(
|
|
269
293
|
"arcgis-legend",
|
|
270
294
|
{
|
|
@@ -272,7 +296,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
272
296
|
onArcgisReady: "arcgisReady"
|
|
273
297
|
}
|
|
274
298
|
)
|
|
275
|
-
),
|
|
299
|
+
), O = /* @__PURE__ */ e(
|
|
276
300
|
r(
|
|
277
301
|
"arcgis-line-of-sight",
|
|
278
302
|
{
|
|
@@ -280,7 +304,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
280
304
|
onArcgisReady: "arcgisReady"
|
|
281
305
|
}
|
|
282
306
|
)
|
|
283
|
-
),
|
|
307
|
+
), z = /* @__PURE__ */ e(
|
|
284
308
|
r(
|
|
285
309
|
"arcgis-link-chart",
|
|
286
310
|
{
|
|
@@ -310,7 +334,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
310
334
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
311
335
|
}
|
|
312
336
|
)
|
|
313
|
-
),
|
|
337
|
+
), Z = /* @__PURE__ */ e(
|
|
314
338
|
r(
|
|
315
339
|
"arcgis-link-chart-layout-switcher",
|
|
316
340
|
{
|
|
@@ -319,7 +343,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
319
343
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
320
344
|
}
|
|
321
345
|
)
|
|
322
|
-
),
|
|
346
|
+
), j = /* @__PURE__ */ e(
|
|
323
347
|
r(
|
|
324
348
|
"arcgis-locate",
|
|
325
349
|
{
|
|
@@ -329,7 +353,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
329
353
|
onArcgisSuccess: "arcgisSuccess"
|
|
330
354
|
}
|
|
331
355
|
)
|
|
332
|
-
),
|
|
356
|
+
), q = /* @__PURE__ */ e(
|
|
333
357
|
r(
|
|
334
358
|
"arcgis-map",
|
|
335
359
|
{
|
|
@@ -359,7 +383,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
359
383
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
360
384
|
}
|
|
361
385
|
)
|
|
362
|
-
),
|
|
386
|
+
), J = /* @__PURE__ */ e(
|
|
363
387
|
r(
|
|
364
388
|
"arcgis-measurement",
|
|
365
389
|
{
|
|
@@ -367,7 +391,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
367
391
|
onArcgisReady: "arcgisReady"
|
|
368
392
|
}
|
|
369
393
|
)
|
|
370
|
-
),
|
|
394
|
+
), Q = /* @__PURE__ */ e(
|
|
371
395
|
r(
|
|
372
396
|
"arcgis-navigation-toggle",
|
|
373
397
|
{
|
|
@@ -375,7 +399,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
375
399
|
onArcgisReady: "arcgisReady"
|
|
376
400
|
}
|
|
377
401
|
)
|
|
378
|
-
),
|
|
402
|
+
), X = /* @__PURE__ */ e(
|
|
379
403
|
r(
|
|
380
404
|
"arcgis-oriented-imagery-viewer",
|
|
381
405
|
{
|
|
@@ -383,14 +407,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
383
407
|
onArcgisReady: "arcgisReady"
|
|
384
408
|
}
|
|
385
409
|
)
|
|
386
|
-
),
|
|
410
|
+
), Y = /* @__PURE__ */ e(
|
|
387
411
|
r(
|
|
388
412
|
"arcgis-placement",
|
|
389
413
|
{
|
|
390
414
|
onArcgisReady: "arcgisReady"
|
|
391
415
|
}
|
|
392
416
|
)
|
|
393
|
-
),
|
|
417
|
+
), _ = /* @__PURE__ */ e(
|
|
394
418
|
r(
|
|
395
419
|
"arcgis-popup",
|
|
396
420
|
{
|
|
@@ -400,14 +424,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
400
424
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
401
425
|
}
|
|
402
426
|
)
|
|
403
|
-
),
|
|
427
|
+
), $ = /* @__PURE__ */ e(
|
|
404
428
|
r(
|
|
405
429
|
"arcgis-presentation",
|
|
406
430
|
{
|
|
407
431
|
onArcgisReady: "arcgisReady"
|
|
408
432
|
}
|
|
409
433
|
)
|
|
410
|
-
),
|
|
434
|
+
), rr = /* @__PURE__ */ e(
|
|
411
435
|
r(
|
|
412
436
|
"arcgis-print",
|
|
413
437
|
{
|
|
@@ -419,14 +443,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
419
443
|
onArcgisSubmit: "arcgisSubmit"
|
|
420
444
|
}
|
|
421
445
|
)
|
|
422
|
-
),
|
|
446
|
+
), er = /* @__PURE__ */ e(
|
|
423
447
|
r(
|
|
424
448
|
"arcgis-scale-bar",
|
|
425
449
|
{
|
|
426
450
|
onArcgisReady: "arcgisReady"
|
|
427
451
|
}
|
|
428
452
|
)
|
|
429
|
-
),
|
|
453
|
+
), ir = /* @__PURE__ */ e(
|
|
430
454
|
r(
|
|
431
455
|
"arcgis-scale-range-slider",
|
|
432
456
|
{
|
|
@@ -434,7 +458,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
434
458
|
onArcgisReady: "arcgisReady"
|
|
435
459
|
}
|
|
436
460
|
)
|
|
437
|
-
),
|
|
461
|
+
), ar = /* @__PURE__ */ e(
|
|
438
462
|
r(
|
|
439
463
|
"arcgis-scene",
|
|
440
464
|
{
|
|
@@ -464,7 +488,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
464
488
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
465
489
|
}
|
|
466
490
|
)
|
|
467
|
-
),
|
|
491
|
+
), sr = /* @__PURE__ */ e(
|
|
468
492
|
r(
|
|
469
493
|
"arcgis-search",
|
|
470
494
|
{
|
|
@@ -478,14 +502,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
478
502
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
479
503
|
}
|
|
480
504
|
)
|
|
481
|
-
),
|
|
505
|
+
), cr = /* @__PURE__ */ e(
|
|
482
506
|
r(
|
|
483
507
|
"arcgis-search-result-renderer",
|
|
484
508
|
{
|
|
485
509
|
onArcgisReady: "arcgisReady"
|
|
486
510
|
}
|
|
487
511
|
)
|
|
488
|
-
),
|
|
512
|
+
), gr = /* @__PURE__ */ e(
|
|
489
513
|
r(
|
|
490
514
|
"arcgis-shadow-cast",
|
|
491
515
|
{
|
|
@@ -493,7 +517,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
493
517
|
onArcgisReady: "arcgisReady"
|
|
494
518
|
}
|
|
495
519
|
)
|
|
496
|
-
),
|
|
520
|
+
), or = /* @__PURE__ */ e(
|
|
497
521
|
r(
|
|
498
522
|
"arcgis-sketch",
|
|
499
523
|
{
|
|
@@ -506,7 +530,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
506
530
|
onArcgisUpdate: "arcgisUpdate"
|
|
507
531
|
}
|
|
508
532
|
)
|
|
509
|
-
),
|
|
533
|
+
), nr = /* @__PURE__ */ e(
|
|
510
534
|
r(
|
|
511
535
|
"arcgis-slice",
|
|
512
536
|
{
|
|
@@ -514,14 +538,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
514
538
|
onArcgisReady: "arcgisReady"
|
|
515
539
|
}
|
|
516
540
|
)
|
|
517
|
-
),
|
|
541
|
+
), tr = /* @__PURE__ */ e(
|
|
518
542
|
r(
|
|
519
543
|
"arcgis-color-select",
|
|
520
544
|
{
|
|
521
545
|
onArcgisColorChanged: "arcgisColorChanged"
|
|
522
546
|
}
|
|
523
547
|
)
|
|
524
|
-
),
|
|
548
|
+
), Ar = /* @__PURE__ */ e(
|
|
525
549
|
r(
|
|
526
550
|
"arcgis-swipe",
|
|
527
551
|
{
|
|
@@ -531,7 +555,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
531
555
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
532
556
|
}
|
|
533
557
|
)
|
|
534
|
-
),
|
|
558
|
+
), yr = /* @__PURE__ */ e(
|
|
535
559
|
r(
|
|
536
560
|
"arcgis-table-list",
|
|
537
561
|
{
|
|
@@ -541,7 +565,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
541
565
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
542
566
|
}
|
|
543
567
|
)
|
|
544
|
-
),
|
|
568
|
+
), lr = /* @__PURE__ */ e(
|
|
545
569
|
r(
|
|
546
570
|
"arcgis-time-slider",
|
|
547
571
|
{
|
|
@@ -550,7 +574,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
550
574
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
551
575
|
}
|
|
552
576
|
)
|
|
553
|
-
),
|
|
577
|
+
), dr = /* @__PURE__ */ e(
|
|
554
578
|
r(
|
|
555
579
|
"arcgis-time-zone-label",
|
|
556
580
|
{
|
|
@@ -558,7 +582,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
558
582
|
onArcgisReady: "arcgisReady"
|
|
559
583
|
}
|
|
560
584
|
)
|
|
561
|
-
),
|
|
585
|
+
), Cr = /* @__PURE__ */ e(
|
|
562
586
|
r(
|
|
563
587
|
"arcgis-track",
|
|
564
588
|
{
|
|
@@ -568,14 +592,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
568
592
|
onArcgisReady: "arcgisReady"
|
|
569
593
|
}
|
|
570
594
|
)
|
|
571
|
-
),
|
|
595
|
+
), wr = /* @__PURE__ */ e(
|
|
572
596
|
r(
|
|
573
597
|
"arcgis-utility-network-associations",
|
|
574
598
|
{
|
|
575
599
|
onArcgisReady: "arcgisReady"
|
|
576
600
|
}
|
|
577
601
|
)
|
|
578
|
-
),
|
|
602
|
+
), pr = /* @__PURE__ */ e(
|
|
579
603
|
r(
|
|
580
604
|
"arcgis-utility-network-trace",
|
|
581
605
|
{
|
|
@@ -588,7 +612,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
588
612
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
589
613
|
}
|
|
590
614
|
)
|
|
591
|
-
),
|
|
615
|
+
), hr = /* @__PURE__ */ e(
|
|
592
616
|
r(
|
|
593
617
|
"arcgis-utility-network-trace-analysis",
|
|
594
618
|
{
|
|
@@ -599,12 +623,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
599
623
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
600
624
|
}
|
|
601
625
|
)
|
|
602
|
-
),
|
|
626
|
+
), Rr = /* @__PURE__ */ e(
|
|
603
627
|
r(
|
|
604
628
|
"arcgis-utility-network-subnetwork-info",
|
|
605
629
|
{}
|
|
606
630
|
)
|
|
607
|
-
),
|
|
631
|
+
), Vr = /* @__PURE__ */ e(
|
|
608
632
|
r(
|
|
609
633
|
"arcgis-utility-network-trace-inputs",
|
|
610
634
|
{
|
|
@@ -615,7 +639,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
615
639
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
616
640
|
}
|
|
617
641
|
)
|
|
618
|
-
),
|
|
642
|
+
), Pr = /* @__PURE__ */ e(
|
|
619
643
|
r(
|
|
620
644
|
"arcgis-utility-network-trace-location",
|
|
621
645
|
{
|
|
@@ -624,12 +648,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
624
648
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
625
649
|
}
|
|
626
650
|
)
|
|
627
|
-
),
|
|
651
|
+
), ur = /* @__PURE__ */ e(
|
|
628
652
|
r(
|
|
629
653
|
"arcgis-utility-network-trace-location-list",
|
|
630
654
|
{}
|
|
631
655
|
)
|
|
632
|
-
),
|
|
656
|
+
), mr = /* @__PURE__ */ e(
|
|
633
657
|
r(
|
|
634
658
|
"arcgis-utility-network-trace-results",
|
|
635
659
|
{
|
|
@@ -638,7 +662,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
638
662
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
639
663
|
}
|
|
640
664
|
)
|
|
641
|
-
),
|
|
665
|
+
), Sr = /* @__PURE__ */ e(
|
|
642
666
|
r(
|
|
643
667
|
"arcgis-utility-network-validate-topology",
|
|
644
668
|
{
|
|
@@ -646,7 +670,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
646
670
|
onArcgisReady: "arcgisReady"
|
|
647
671
|
}
|
|
648
672
|
)
|
|
649
|
-
),
|
|
673
|
+
), kr = /* @__PURE__ */ e(
|
|
650
674
|
r(
|
|
651
675
|
"arcgis-value-picker",
|
|
652
676
|
{
|
|
@@ -659,7 +683,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
659
683
|
onArcgisReady: "arcgisReady"
|
|
660
684
|
}
|
|
661
685
|
)
|
|
662
|
-
),
|
|
686
|
+
), Lr = /* @__PURE__ */ e(
|
|
663
687
|
r(
|
|
664
688
|
"arcgis-version-management",
|
|
665
689
|
{
|
|
@@ -667,14 +691,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
667
691
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
668
692
|
}
|
|
669
693
|
)
|
|
670
|
-
),
|
|
694
|
+
), Tr = /* @__PURE__ */ e(
|
|
671
695
|
r(
|
|
672
696
|
"arcgis-video",
|
|
673
697
|
{
|
|
674
698
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
675
699
|
}
|
|
676
700
|
)
|
|
677
|
-
),
|
|
701
|
+
), vr = /* @__PURE__ */ e(
|
|
678
702
|
r(
|
|
679
703
|
"arcgis-video-player",
|
|
680
704
|
{
|
|
@@ -683,7 +707,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
683
707
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
684
708
|
}
|
|
685
709
|
)
|
|
686
|
-
),
|
|
710
|
+
), Dr = /* @__PURE__ */ e(
|
|
687
711
|
r(
|
|
688
712
|
"arcgis-volume-measurement",
|
|
689
713
|
{
|
|
@@ -691,7 +715,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
691
715
|
onArcgisReady: "arcgisReady"
|
|
692
716
|
}
|
|
693
717
|
)
|
|
694
|
-
),
|
|
718
|
+
), Er = /* @__PURE__ */ e(
|
|
695
719
|
r(
|
|
696
720
|
"arcgis-weather",
|
|
697
721
|
{
|
|
@@ -699,7 +723,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
699
723
|
onArcgisReady: "arcgisReady"
|
|
700
724
|
}
|
|
701
725
|
)
|
|
702
|
-
),
|
|
726
|
+
), br = /* @__PURE__ */ e(
|
|
703
727
|
r(
|
|
704
728
|
"arcgis-zoom",
|
|
705
729
|
{
|
|
@@ -716,70 +740,74 @@ export {
|
|
|
716
740
|
l as ArcgisBasemapLayerList,
|
|
717
741
|
d as ArcgisBasemapToggle,
|
|
718
742
|
C as ArcgisBookmarks,
|
|
743
|
+
p as ArcgisBuildingDisciplineTree,
|
|
719
744
|
w as ArcgisBuildingExplorer,
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
u as
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
k as
|
|
730
|
-
L as
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
U as
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
M as
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
K as
|
|
742
|
-
N as
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
gr as
|
|
765
|
-
or as
|
|
766
|
-
nr as
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
pr as
|
|
775
|
-
hr as
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
mr as
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
745
|
+
R as ArcgisBuildingLevelItem,
|
|
746
|
+
h as ArcgisBuildingLevelPicker,
|
|
747
|
+
V as ArcgisBuildingPhasePicker,
|
|
748
|
+
P as ArcgisCatalogLayerList,
|
|
749
|
+
tr as ArcgisColorSelect,
|
|
750
|
+
u as ArcgisCompass,
|
|
751
|
+
m as ArcgisCoordinateConversion,
|
|
752
|
+
S as ArcgisDaylight,
|
|
753
|
+
T as ArcgisDirectLineMeasurement3d,
|
|
754
|
+
k as ArcgisDirectionalPad,
|
|
755
|
+
L as ArcgisDirections,
|
|
756
|
+
v as ArcgisDistanceMeasurement2d,
|
|
757
|
+
D as ArcgisEditor,
|
|
758
|
+
E as ArcgisElevationProfile,
|
|
759
|
+
b as ArcgisExpand,
|
|
760
|
+
U as ArcgisFeature,
|
|
761
|
+
F as ArcgisFeatureForm,
|
|
762
|
+
I as ArcgisFeatureTable,
|
|
763
|
+
M as ArcgisFeatureTemplates,
|
|
764
|
+
f as ArcgisFeatures,
|
|
765
|
+
B as ArcgisFloorFilter,
|
|
766
|
+
K as ArcgisFullscreen,
|
|
767
|
+
N as ArcgisGridControls,
|
|
768
|
+
W as ArcgisHistogramRangeSlider,
|
|
769
|
+
H as ArcgisHome,
|
|
770
|
+
x as ArcgisLayerList,
|
|
771
|
+
G as ArcgisLegend,
|
|
772
|
+
O as ArcgisLineOfSight,
|
|
773
|
+
z as ArcgisLinkChart,
|
|
774
|
+
Z as ArcgisLinkChartLayoutSwitcher,
|
|
775
|
+
j as ArcgisLocate,
|
|
776
|
+
q as ArcgisMap,
|
|
777
|
+
J as ArcgisMeasurement,
|
|
778
|
+
Q as ArcgisNavigationToggle,
|
|
779
|
+
X as ArcgisOrientedImageryViewer,
|
|
780
|
+
Y as ArcgisPlacement,
|
|
781
|
+
_ as ArcgisPopup,
|
|
782
|
+
$ as ArcgisPresentation,
|
|
783
|
+
rr as ArcgisPrint,
|
|
784
|
+
er as ArcgisScaleBar,
|
|
785
|
+
ir as ArcgisScaleRangeSlider,
|
|
786
|
+
ar as ArcgisScene,
|
|
787
|
+
sr as ArcgisSearch,
|
|
788
|
+
cr as ArcgisSearchResultRenderer,
|
|
789
|
+
gr as ArcgisShadowCast,
|
|
790
|
+
or as ArcgisSketch,
|
|
791
|
+
nr as ArcgisSlice,
|
|
792
|
+
Ar as ArcgisSwipe,
|
|
793
|
+
yr as ArcgisTableList,
|
|
794
|
+
lr as ArcgisTimeSlider,
|
|
795
|
+
dr as ArcgisTimeZoneLabel,
|
|
796
|
+
Cr as ArcgisTrack,
|
|
797
|
+
wr as ArcgisUtilityNetworkAssociations,
|
|
798
|
+
Rr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
799
|
+
pr as ArcgisUtilityNetworkTrace,
|
|
800
|
+
hr as ArcgisUtilityNetworkTraceAnalysis,
|
|
801
|
+
Vr as ArcgisUtilityNetworkTraceInputs,
|
|
802
|
+
Pr as ArcgisUtilityNetworkTraceLocation,
|
|
803
|
+
ur as ArcgisUtilityNetworkTraceLocationList,
|
|
804
|
+
mr as ArcgisUtilityNetworkTraceResults,
|
|
805
|
+
Sr as ArcgisUtilityNetworkValidateTopology,
|
|
806
|
+
kr as ArcgisValuePicker,
|
|
807
|
+
Lr as ArcgisVersionManagement,
|
|
808
|
+
Tr as ArcgisVideo,
|
|
809
|
+
vr as ArcgisVideoPlayer,
|
|
810
|
+
Dr as ArcgisVolumeMeasurement,
|
|
811
|
+
Er as ArcgisWeather,
|
|
812
|
+
br as ArcgisZoom
|
|
785
813
|
};
|
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.99",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.99",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.99",
|
|
34
34
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|