@arcgis/map-components-react 4.34.0-next.112 → 4.34.0-next.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +6 -0
- package/dist/index.js +96 -87
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -122,6 +122,12 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
122
122
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
123
123
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
124
124
|
}>;
|
|
125
|
+
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
126
|
+
class?: string;
|
|
127
|
+
}, {
|
|
128
|
+
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
129
|
+
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
130
|
+
}>;
|
|
125
131
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
126
132
|
class?: string;
|
|
127
133
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -163,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
163
163
|
)
|
|
164
164
|
), L = /* @__PURE__ */ e(
|
|
165
165
|
r(
|
|
166
|
-
"arcgis-
|
|
166
|
+
"arcgis-elevation-profile-next",
|
|
167
167
|
{
|
|
168
168
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
169
169
|
onArcgisReady: "arcgisReady"
|
|
@@ -171,13 +171,21 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
171
171
|
)
|
|
172
172
|
), E = /* @__PURE__ */ e(
|
|
173
173
|
r(
|
|
174
|
-
"arcgis-
|
|
174
|
+
"arcgis-expand",
|
|
175
175
|
{
|
|
176
176
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
177
177
|
onArcgisReady: "arcgisReady"
|
|
178
178
|
}
|
|
179
179
|
)
|
|
180
180
|
), b = /* @__PURE__ */ e(
|
|
181
|
+
r(
|
|
182
|
+
"arcgis-feature",
|
|
183
|
+
{
|
|
184
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
185
|
+
onArcgisReady: "arcgisReady"
|
|
186
|
+
}
|
|
187
|
+
)
|
|
188
|
+
), T = /* @__PURE__ */ e(
|
|
181
189
|
r(
|
|
182
190
|
"arcgis-feature-form",
|
|
183
191
|
{
|
|
@@ -187,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
187
195
|
onArcgisValueChange: "arcgisValueChange"
|
|
188
196
|
}
|
|
189
197
|
)
|
|
190
|
-
),
|
|
198
|
+
), U = /* @__PURE__ */ e(
|
|
191
199
|
r(
|
|
192
200
|
"arcgis-feature-table",
|
|
193
201
|
{
|
|
@@ -201,7 +209,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
201
209
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
202
210
|
}
|
|
203
211
|
)
|
|
204
|
-
),
|
|
212
|
+
), M = /* @__PURE__ */ e(
|
|
205
213
|
r(
|
|
206
214
|
"arcgis-feature-templates",
|
|
207
215
|
{
|
|
@@ -210,7 +218,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
218
|
onArcgisSelect: "arcgisSelect"
|
|
211
219
|
}
|
|
212
220
|
)
|
|
213
|
-
),
|
|
221
|
+
), f = /* @__PURE__ */ e(
|
|
214
222
|
r(
|
|
215
223
|
"arcgis-features",
|
|
216
224
|
{
|
|
@@ -219,14 +227,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
227
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
220
228
|
}
|
|
221
229
|
)
|
|
222
|
-
),
|
|
230
|
+
), F = /* @__PURE__ */ e(
|
|
223
231
|
r(
|
|
224
232
|
"arcgis-floor-filter",
|
|
225
233
|
{
|
|
226
234
|
onArcgisReady: "arcgisReady"
|
|
227
235
|
}
|
|
228
236
|
)
|
|
229
|
-
),
|
|
237
|
+
), I = /* @__PURE__ */ e(
|
|
230
238
|
r(
|
|
231
239
|
"arcgis-fullscreen",
|
|
232
240
|
{
|
|
@@ -234,7 +242,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
234
242
|
onArcgisReady: "arcgisReady"
|
|
235
243
|
}
|
|
236
244
|
)
|
|
237
|
-
),
|
|
245
|
+
), K = /* @__PURE__ */ e(
|
|
238
246
|
r(
|
|
239
247
|
"arcgis-grid-controls",
|
|
240
248
|
{
|
|
@@ -242,7 +250,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
242
250
|
onArcgisReady: "arcgisReady"
|
|
243
251
|
}
|
|
244
252
|
)
|
|
245
|
-
),
|
|
253
|
+
), B = /* @__PURE__ */ e(
|
|
246
254
|
r(
|
|
247
255
|
"arcgis-histogram-range-slider",
|
|
248
256
|
{
|
|
@@ -250,7 +258,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
250
258
|
onArcgisReady: "arcgisReady"
|
|
251
259
|
}
|
|
252
260
|
)
|
|
253
|
-
),
|
|
261
|
+
), W = /* @__PURE__ */ e(
|
|
254
262
|
r(
|
|
255
263
|
"arcgis-home",
|
|
256
264
|
{
|
|
@@ -259,7 +267,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
259
267
|
onArcgisReady: "arcgisReady"
|
|
260
268
|
}
|
|
261
269
|
)
|
|
262
|
-
),
|
|
270
|
+
), x = /* @__PURE__ */ e(
|
|
263
271
|
r(
|
|
264
272
|
"arcgis-layer-list",
|
|
265
273
|
{
|
|
@@ -277,7 +285,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
277
285
|
onArcgisReady: "arcgisReady"
|
|
278
286
|
}
|
|
279
287
|
)
|
|
280
|
-
),
|
|
288
|
+
), N = /* @__PURE__ */ e(
|
|
281
289
|
r(
|
|
282
290
|
"arcgis-line-of-sight",
|
|
283
291
|
{
|
|
@@ -285,7 +293,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
285
293
|
onArcgisReady: "arcgisReady"
|
|
286
294
|
}
|
|
287
295
|
)
|
|
288
|
-
),
|
|
296
|
+
), G = /* @__PURE__ */ e(
|
|
289
297
|
r(
|
|
290
298
|
"arcgis-link-chart",
|
|
291
299
|
{
|
|
@@ -313,7 +321,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
313
321
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
314
322
|
}
|
|
315
323
|
)
|
|
316
|
-
),
|
|
324
|
+
), O = /* @__PURE__ */ e(
|
|
317
325
|
r(
|
|
318
326
|
"arcgis-link-chart-layout-switcher",
|
|
319
327
|
{
|
|
@@ -322,7 +330,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
322
330
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
323
331
|
}
|
|
324
332
|
)
|
|
325
|
-
),
|
|
333
|
+
), z = /* @__PURE__ */ e(
|
|
326
334
|
r(
|
|
327
335
|
"arcgis-locate",
|
|
328
336
|
{
|
|
@@ -332,7 +340,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
332
340
|
onArcgisSuccess: "arcgisSuccess"
|
|
333
341
|
}
|
|
334
342
|
)
|
|
335
|
-
),
|
|
343
|
+
), Z = /* @__PURE__ */ e(
|
|
336
344
|
r(
|
|
337
345
|
"arcgis-map",
|
|
338
346
|
{
|
|
@@ -360,7 +368,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
360
368
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
361
369
|
}
|
|
362
370
|
)
|
|
363
|
-
),
|
|
371
|
+
), j = /* @__PURE__ */ e(
|
|
364
372
|
r(
|
|
365
373
|
"arcgis-measurement",
|
|
366
374
|
{
|
|
@@ -368,7 +376,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
368
376
|
onArcgisReady: "arcgisReady"
|
|
369
377
|
}
|
|
370
378
|
)
|
|
371
|
-
),
|
|
379
|
+
), q = /* @__PURE__ */ e(
|
|
372
380
|
r(
|
|
373
381
|
"arcgis-navigation-toggle",
|
|
374
382
|
{
|
|
@@ -376,7 +384,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
376
384
|
onArcgisReady: "arcgisReady"
|
|
377
385
|
}
|
|
378
386
|
)
|
|
379
|
-
),
|
|
387
|
+
), J = /* @__PURE__ */ e(
|
|
380
388
|
r(
|
|
381
389
|
"arcgis-oriented-imagery-viewer",
|
|
382
390
|
{
|
|
@@ -384,14 +392,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
384
392
|
onArcgisReady: "arcgisReady"
|
|
385
393
|
}
|
|
386
394
|
)
|
|
387
|
-
),
|
|
395
|
+
), Q = /* @__PURE__ */ e(
|
|
388
396
|
r(
|
|
389
397
|
"arcgis-placement",
|
|
390
398
|
{
|
|
391
399
|
onArcgisReady: "arcgisReady"
|
|
392
400
|
}
|
|
393
401
|
)
|
|
394
|
-
),
|
|
402
|
+
), X = /* @__PURE__ */ e(
|
|
395
403
|
r(
|
|
396
404
|
"arcgis-print",
|
|
397
405
|
{
|
|
@@ -401,14 +409,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
401
409
|
onArcgisSubmit: "arcgisSubmit"
|
|
402
410
|
}
|
|
403
411
|
)
|
|
404
|
-
),
|
|
412
|
+
), Y = /* @__PURE__ */ e(
|
|
405
413
|
r(
|
|
406
414
|
"arcgis-scale-bar",
|
|
407
415
|
{
|
|
408
416
|
onArcgisReady: "arcgisReady"
|
|
409
417
|
}
|
|
410
418
|
)
|
|
411
|
-
),
|
|
419
|
+
), _ = /* @__PURE__ */ e(
|
|
412
420
|
r(
|
|
413
421
|
"arcgis-scale-range-slider",
|
|
414
422
|
{
|
|
@@ -416,7 +424,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
416
424
|
onArcgisReady: "arcgisReady"
|
|
417
425
|
}
|
|
418
426
|
)
|
|
419
|
-
),
|
|
427
|
+
), $ = /* @__PURE__ */ e(
|
|
420
428
|
r(
|
|
421
429
|
"arcgis-scene",
|
|
422
430
|
{
|
|
@@ -444,7 +452,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
444
452
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
445
453
|
}
|
|
446
454
|
)
|
|
447
|
-
),
|
|
455
|
+
), rr = /* @__PURE__ */ e(
|
|
448
456
|
r(
|
|
449
457
|
"arcgis-search",
|
|
450
458
|
{
|
|
@@ -458,14 +466,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
458
466
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
459
467
|
}
|
|
460
468
|
)
|
|
461
|
-
),
|
|
469
|
+
), er = /* @__PURE__ */ e(
|
|
462
470
|
r(
|
|
463
471
|
"arcgis-search-result-renderer",
|
|
464
472
|
{
|
|
465
473
|
onArcgisReady: "arcgisReady"
|
|
466
474
|
}
|
|
467
475
|
)
|
|
468
|
-
),
|
|
476
|
+
), ir = /* @__PURE__ */ e(
|
|
469
477
|
r(
|
|
470
478
|
"arcgis-shadow-cast",
|
|
471
479
|
{
|
|
@@ -473,7 +481,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
473
481
|
onArcgisReady: "arcgisReady"
|
|
474
482
|
}
|
|
475
483
|
)
|
|
476
|
-
),
|
|
484
|
+
), ar = /* @__PURE__ */ e(
|
|
477
485
|
r(
|
|
478
486
|
"arcgis-sketch",
|
|
479
487
|
{
|
|
@@ -486,7 +494,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
486
494
|
onArcgisUpdate: "arcgisUpdate"
|
|
487
495
|
}
|
|
488
496
|
)
|
|
489
|
-
),
|
|
497
|
+
), sr = /* @__PURE__ */ e(
|
|
490
498
|
r(
|
|
491
499
|
"arcgis-slice",
|
|
492
500
|
{
|
|
@@ -494,7 +502,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
494
502
|
onArcgisReady: "arcgisReady"
|
|
495
503
|
}
|
|
496
504
|
)
|
|
497
|
-
),
|
|
505
|
+
), gr = /* @__PURE__ */ e(
|
|
498
506
|
r(
|
|
499
507
|
"arcgis-swipe",
|
|
500
508
|
{
|
|
@@ -504,7 +512,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
504
512
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
505
513
|
}
|
|
506
514
|
)
|
|
507
|
-
),
|
|
515
|
+
), cr = /* @__PURE__ */ e(
|
|
508
516
|
r(
|
|
509
517
|
"arcgis-table-list",
|
|
510
518
|
{
|
|
@@ -514,7 +522,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
514
522
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
515
523
|
}
|
|
516
524
|
)
|
|
517
|
-
),
|
|
525
|
+
), or = /* @__PURE__ */ e(
|
|
518
526
|
r(
|
|
519
527
|
"arcgis-time-slider",
|
|
520
528
|
{
|
|
@@ -523,7 +531,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
523
531
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
524
532
|
}
|
|
525
533
|
)
|
|
526
|
-
),
|
|
534
|
+
), nr = /* @__PURE__ */ e(
|
|
527
535
|
r(
|
|
528
536
|
"arcgis-time-zone-label",
|
|
529
537
|
{
|
|
@@ -531,7 +539,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
531
539
|
onArcgisReady: "arcgisReady"
|
|
532
540
|
}
|
|
533
541
|
)
|
|
534
|
-
),
|
|
542
|
+
), tr = /* @__PURE__ */ e(
|
|
535
543
|
r(
|
|
536
544
|
"arcgis-track",
|
|
537
545
|
{
|
|
@@ -541,14 +549,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
541
549
|
onArcgisReady: "arcgisReady"
|
|
542
550
|
}
|
|
543
551
|
)
|
|
544
|
-
),
|
|
552
|
+
), Ar = /* @__PURE__ */ e(
|
|
545
553
|
r(
|
|
546
554
|
"arcgis-utility-network-associations",
|
|
547
555
|
{
|
|
548
556
|
onArcgisReady: "arcgisReady"
|
|
549
557
|
}
|
|
550
558
|
)
|
|
551
|
-
),
|
|
559
|
+
), yr = /* @__PURE__ */ e(
|
|
552
560
|
r(
|
|
553
561
|
"arcgis-utility-network-trace",
|
|
554
562
|
{
|
|
@@ -561,7 +569,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
561
569
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
562
570
|
}
|
|
563
571
|
)
|
|
564
|
-
),
|
|
572
|
+
), dr = /* @__PURE__ */ e(
|
|
565
573
|
r(
|
|
566
574
|
"arcgis-utility-network-validate-topology",
|
|
567
575
|
{
|
|
@@ -569,7 +577,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
569
577
|
onArcgisReady: "arcgisReady"
|
|
570
578
|
}
|
|
571
579
|
)
|
|
572
|
-
),
|
|
580
|
+
), Cr = /* @__PURE__ */ e(
|
|
573
581
|
r(
|
|
574
582
|
"arcgis-value-picker",
|
|
575
583
|
{
|
|
@@ -582,7 +590,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
582
590
|
onArcgisReady: "arcgisReady"
|
|
583
591
|
}
|
|
584
592
|
)
|
|
585
|
-
),
|
|
593
|
+
), lr = /* @__PURE__ */ e(
|
|
586
594
|
r(
|
|
587
595
|
"arcgis-version-management",
|
|
588
596
|
{
|
|
@@ -590,14 +598,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
590
598
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
591
599
|
}
|
|
592
600
|
)
|
|
593
|
-
),
|
|
601
|
+
), wr = /* @__PURE__ */ e(
|
|
594
602
|
r(
|
|
595
603
|
"arcgis-video",
|
|
596
604
|
{
|
|
597
605
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
598
606
|
}
|
|
599
607
|
)
|
|
600
|
-
),
|
|
608
|
+
), pr = /* @__PURE__ */ e(
|
|
601
609
|
r(
|
|
602
610
|
"arcgis-video-player",
|
|
603
611
|
{
|
|
@@ -606,7 +614,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
606
614
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
607
615
|
}
|
|
608
616
|
)
|
|
609
|
-
),
|
|
617
|
+
), hr = /* @__PURE__ */ e(
|
|
610
618
|
r(
|
|
611
619
|
"arcgis-weather",
|
|
612
620
|
{
|
|
@@ -614,7 +622,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
614
622
|
onArcgisReady: "arcgisReady"
|
|
615
623
|
}
|
|
616
624
|
)
|
|
617
|
-
),
|
|
625
|
+
), Vr = /* @__PURE__ */ e(
|
|
618
626
|
r(
|
|
619
627
|
"arcgis-zoom",
|
|
620
628
|
{
|
|
@@ -643,49 +651,50 @@ export {
|
|
|
643
651
|
S as ArcgisDistanceMeasurement2d,
|
|
644
652
|
D as ArcgisEditor,
|
|
645
653
|
v as ArcgisElevationProfile,
|
|
646
|
-
L as
|
|
647
|
-
E as
|
|
648
|
-
b as
|
|
649
|
-
T as
|
|
650
|
-
U as
|
|
651
|
-
M as
|
|
652
|
-
f as
|
|
653
|
-
F as
|
|
654
|
-
I as
|
|
655
|
-
K as
|
|
656
|
-
B as
|
|
657
|
-
W as
|
|
654
|
+
L as ArcgisElevationProfileNext,
|
|
655
|
+
E as ArcgisExpand,
|
|
656
|
+
b as ArcgisFeature,
|
|
657
|
+
T as ArcgisFeatureForm,
|
|
658
|
+
U as ArcgisFeatureTable,
|
|
659
|
+
M as ArcgisFeatureTemplates,
|
|
660
|
+
f as ArcgisFeatures,
|
|
661
|
+
F as ArcgisFloorFilter,
|
|
662
|
+
I as ArcgisFullscreen,
|
|
663
|
+
K as ArcgisGridControls,
|
|
664
|
+
B as ArcgisHistogramRangeSlider,
|
|
665
|
+
W as ArcgisHome,
|
|
666
|
+
x as ArcgisLayerList,
|
|
658
667
|
H as ArcgisLegend,
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
668
|
+
N as ArcgisLineOfSight,
|
|
669
|
+
G as ArcgisLinkChart,
|
|
670
|
+
O as ArcgisLinkChartLayoutSwitcher,
|
|
671
|
+
z as ArcgisLocate,
|
|
672
|
+
Z as ArcgisMap,
|
|
673
|
+
j as ArcgisMeasurement,
|
|
674
|
+
q as ArcgisNavigationToggle,
|
|
675
|
+
J as ArcgisOrientedImageryViewer,
|
|
676
|
+
Q as ArcgisPlacement,
|
|
677
|
+
X as ArcgisPrint,
|
|
678
|
+
Y as ArcgisScaleBar,
|
|
679
|
+
_ as ArcgisScaleRangeSlider,
|
|
680
|
+
$ as ArcgisScene,
|
|
681
|
+
rr as ArcgisSearch,
|
|
682
|
+
er as ArcgisSearchResultRenderer,
|
|
683
|
+
ir as ArcgisShadowCast,
|
|
684
|
+
ar as ArcgisSketch,
|
|
685
|
+
sr as ArcgisSlice,
|
|
686
|
+
gr as ArcgisSwipe,
|
|
687
|
+
cr as ArcgisTableList,
|
|
688
|
+
or as ArcgisTimeSlider,
|
|
689
|
+
nr as ArcgisTimeZoneLabel,
|
|
690
|
+
tr as ArcgisTrack,
|
|
691
|
+
Ar as ArcgisUtilityNetworkAssociations,
|
|
692
|
+
yr as ArcgisUtilityNetworkTrace,
|
|
693
|
+
dr as ArcgisUtilityNetworkValidateTopology,
|
|
694
|
+
Cr as ArcgisValuePicker,
|
|
695
|
+
lr as ArcgisVersionManagement,
|
|
696
|
+
wr as ArcgisVideo,
|
|
697
|
+
pr as ArcgisVideoPlayer,
|
|
698
|
+
hr as ArcgisWeather,
|
|
699
|
+
Vr as ArcgisZoom
|
|
691
700
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.113",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.113",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.113",
|
|
34
34
|
"@esri/calcite-components": "^3.2.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|