@arcgis/map-components-react 5.0.0-next.127 → 5.0.0-next.129
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 +13 -0
- package/dist/index.js +109 -92
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -291,6 +291,13 @@ export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWe
|
|
|
291
291
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
292
292
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
293
293
|
}>;
|
|
294
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-link-chart-nonspatial-visibility-toggle /> directly. */
|
|
295
|
+
export declare const ArcgisLinkChartNonspatialVisibilityToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-nonspatial-visibility-toggle/customElement').ArcgisLinkChartNonspatialVisibilityToggle & {
|
|
296
|
+
class?: string;
|
|
297
|
+
}, {
|
|
298
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLinkChartNonspatialVisibilityToggleElement["arcgisPropertyChange"]>;
|
|
299
|
+
onArcgisReady: EventName<HTMLArcgisLinkChartNonspatialVisibilityToggleElement["arcgisReady"]>;
|
|
300
|
+
}>;
|
|
294
301
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-locate /> directly. */
|
|
295
302
|
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-locate/customElement').ArcgisLocate & {
|
|
296
303
|
class?: string;
|
|
@@ -545,6 +552,12 @@ export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<i
|
|
|
545
552
|
}, {
|
|
546
553
|
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
547
554
|
}>;
|
|
555
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-time-of-day-slider /> directly. */
|
|
556
|
+
export declare const ArcgisTimeOfDaySlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-of-day-slider/customElement').ArcgisTimeOfDaySlider & {
|
|
557
|
+
class?: string;
|
|
558
|
+
}, {
|
|
559
|
+
onArcgisTimeChange: EventName<HTMLArcgisTimeOfDaySliderElement["arcgisTimeChange"]>;
|
|
560
|
+
}>;
|
|
548
561
|
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-webgl-error /> directly. */
|
|
549
562
|
export declare const ArcgisWebglError: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-webgl-error/customElement').ArcgisWebGlError & {
|
|
550
563
|
class?: string;
|
package/dist/index.js
CHANGED
|
@@ -327,6 +327,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
327
327
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
328
328
|
}
|
|
329
329
|
)
|
|
330
|
+
), O = /* @__PURE__ */ e(
|
|
331
|
+
r(
|
|
332
|
+
"arcgis-link-chart-nonspatial-visibility-toggle",
|
|
333
|
+
{
|
|
334
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
335
|
+
onArcgisReady: "arcgisReady"
|
|
336
|
+
}
|
|
337
|
+
)
|
|
330
338
|
), G = /* @__PURE__ */ e(
|
|
331
339
|
r(
|
|
332
340
|
"arcgis-locate",
|
|
@@ -337,7 +345,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
337
345
|
onArcgisSuccess: "arcgisSuccess"
|
|
338
346
|
}
|
|
339
347
|
)
|
|
340
|
-
),
|
|
348
|
+
), Z = /* @__PURE__ */ e(
|
|
341
349
|
r(
|
|
342
350
|
"arcgis-map",
|
|
343
351
|
{
|
|
@@ -369,7 +377,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
369
377
|
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
370
378
|
}
|
|
371
379
|
)
|
|
372
|
-
),
|
|
380
|
+
), j = /* @__PURE__ */ e(
|
|
373
381
|
r(
|
|
374
382
|
"arcgis-measurement",
|
|
375
383
|
{
|
|
@@ -377,7 +385,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
377
385
|
onArcgisReady: "arcgisReady"
|
|
378
386
|
}
|
|
379
387
|
)
|
|
380
|
-
),
|
|
388
|
+
), q = /* @__PURE__ */ e(
|
|
381
389
|
r(
|
|
382
390
|
"arcgis-navigation-toggle",
|
|
383
391
|
{
|
|
@@ -385,7 +393,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
385
393
|
onArcgisReady: "arcgisReady"
|
|
386
394
|
}
|
|
387
395
|
)
|
|
388
|
-
),
|
|
396
|
+
), J = /* @__PURE__ */ e(
|
|
389
397
|
r(
|
|
390
398
|
"arcgis-oriented-imagery-viewer",
|
|
391
399
|
{
|
|
@@ -393,7 +401,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
393
401
|
onArcgisReady: "arcgisReady"
|
|
394
402
|
}
|
|
395
403
|
)
|
|
396
|
-
),
|
|
404
|
+
), Q = /* @__PURE__ */ e(
|
|
397
405
|
r(
|
|
398
406
|
"arcgis-popup",
|
|
399
407
|
{
|
|
@@ -403,14 +411,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
403
411
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
404
412
|
}
|
|
405
413
|
)
|
|
406
|
-
),
|
|
414
|
+
), X = /* @__PURE__ */ e(
|
|
407
415
|
r(
|
|
408
416
|
"arcgis-presentation",
|
|
409
417
|
{
|
|
410
418
|
onArcgisReady: "arcgisReady"
|
|
411
419
|
}
|
|
412
420
|
)
|
|
413
|
-
),
|
|
421
|
+
), Y = /* @__PURE__ */ e(
|
|
414
422
|
r(
|
|
415
423
|
"arcgis-print",
|
|
416
424
|
{
|
|
@@ -422,14 +430,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
422
430
|
onArcgisSubmit: "arcgisSubmit"
|
|
423
431
|
}
|
|
424
432
|
)
|
|
425
|
-
),
|
|
433
|
+
), _ = /* @__PURE__ */ e(
|
|
426
434
|
r(
|
|
427
435
|
"arcgis-scale-bar",
|
|
428
436
|
{
|
|
429
437
|
onArcgisReady: "arcgisReady"
|
|
430
438
|
}
|
|
431
439
|
)
|
|
432
|
-
),
|
|
440
|
+
), $ = /* @__PURE__ */ e(
|
|
433
441
|
r(
|
|
434
442
|
"arcgis-scale-range-slider",
|
|
435
443
|
{
|
|
@@ -437,7 +445,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
437
445
|
onArcgisReady: "arcgisReady"
|
|
438
446
|
}
|
|
439
447
|
)
|
|
440
|
-
),
|
|
448
|
+
), rr = /* @__PURE__ */ e(
|
|
441
449
|
r(
|
|
442
450
|
"arcgis-scene",
|
|
443
451
|
{
|
|
@@ -469,7 +477,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
469
477
|
onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
|
|
470
478
|
}
|
|
471
479
|
)
|
|
472
|
-
),
|
|
480
|
+
), er = /* @__PURE__ */ e(
|
|
473
481
|
r(
|
|
474
482
|
"arcgis-search",
|
|
475
483
|
{
|
|
@@ -483,14 +491,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
483
491
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
484
492
|
}
|
|
485
493
|
)
|
|
486
|
-
),
|
|
494
|
+
), ir = /* @__PURE__ */ e(
|
|
487
495
|
r(
|
|
488
496
|
"arcgis-search-result-renderer",
|
|
489
497
|
{
|
|
490
498
|
onArcgisReady: "arcgisReady"
|
|
491
499
|
}
|
|
492
500
|
)
|
|
493
|
-
),
|
|
501
|
+
), ar = /* @__PURE__ */ e(
|
|
494
502
|
r(
|
|
495
503
|
"arcgis-shadow-cast",
|
|
496
504
|
{
|
|
@@ -498,7 +506,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
498
506
|
onArcgisReady: "arcgisReady"
|
|
499
507
|
}
|
|
500
508
|
)
|
|
501
|
-
),
|
|
509
|
+
), gr = /* @__PURE__ */ e(
|
|
502
510
|
r(
|
|
503
511
|
"arcgis-sketch",
|
|
504
512
|
{
|
|
@@ -511,7 +519,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
511
519
|
onArcgisUpdate: "arcgisUpdate"
|
|
512
520
|
}
|
|
513
521
|
)
|
|
514
|
-
),
|
|
522
|
+
), sr = /* @__PURE__ */ e(
|
|
515
523
|
r(
|
|
516
524
|
"arcgis-slice",
|
|
517
525
|
{
|
|
@@ -519,7 +527,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
519
527
|
onArcgisReady: "arcgisReady"
|
|
520
528
|
}
|
|
521
529
|
)
|
|
522
|
-
),
|
|
530
|
+
), cr = /* @__PURE__ */ e(
|
|
523
531
|
r(
|
|
524
532
|
"arcgis-slider-binary-color-size-legacy",
|
|
525
533
|
{
|
|
@@ -529,7 +537,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
529
537
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
530
538
|
}
|
|
531
539
|
)
|
|
532
|
-
),
|
|
540
|
+
), or = /* @__PURE__ */ e(
|
|
533
541
|
r(
|
|
534
542
|
"arcgis-slider-classed-color-legacy",
|
|
535
543
|
{
|
|
@@ -539,7 +547,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
539
547
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
540
548
|
}
|
|
541
549
|
)
|
|
542
|
-
),
|
|
550
|
+
), nr = /* @__PURE__ */ e(
|
|
543
551
|
r(
|
|
544
552
|
"arcgis-slider-classed-size-legacy",
|
|
545
553
|
{
|
|
@@ -549,7 +557,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
549
557
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
550
558
|
}
|
|
551
559
|
)
|
|
552
|
-
),
|
|
560
|
+
), tr = /* @__PURE__ */ e(
|
|
553
561
|
r(
|
|
554
562
|
"arcgis-slider-color-legacy",
|
|
555
563
|
{
|
|
@@ -559,7 +567,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
559
567
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
560
568
|
}
|
|
561
569
|
)
|
|
562
|
-
),
|
|
570
|
+
), Ar = /* @__PURE__ */ e(
|
|
563
571
|
r(
|
|
564
572
|
"arcgis-slider-color-size-legacy",
|
|
565
573
|
{
|
|
@@ -569,7 +577,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
569
577
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
570
578
|
}
|
|
571
579
|
)
|
|
572
|
-
),
|
|
580
|
+
), yr = /* @__PURE__ */ e(
|
|
573
581
|
r(
|
|
574
582
|
"arcgis-slider-heatmap-legacy",
|
|
575
583
|
{
|
|
@@ -579,7 +587,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
579
587
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
580
588
|
}
|
|
581
589
|
)
|
|
582
|
-
),
|
|
590
|
+
), lr = /* @__PURE__ */ e(
|
|
583
591
|
r(
|
|
584
592
|
"arcgis-slider-opacity-legacy",
|
|
585
593
|
{
|
|
@@ -589,7 +597,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
589
597
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
590
598
|
}
|
|
591
599
|
)
|
|
592
|
-
),
|
|
600
|
+
), dr = /* @__PURE__ */ e(
|
|
593
601
|
r(
|
|
594
602
|
"arcgis-slider-size-legacy",
|
|
595
603
|
{
|
|
@@ -599,19 +607,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
599
607
|
onArcgisThumbDrag: "arcgisThumbDrag"
|
|
600
608
|
}
|
|
601
609
|
)
|
|
602
|
-
),
|
|
610
|
+
), Cr = /* @__PURE__ */ e(
|
|
603
611
|
r(
|
|
604
612
|
"arcgis-color-select",
|
|
605
613
|
{
|
|
606
614
|
onArcgisColorChanged: "arcgisColorChanged"
|
|
607
615
|
}
|
|
608
616
|
)
|
|
609
|
-
),
|
|
617
|
+
), hr = /* @__PURE__ */ e(
|
|
618
|
+
r(
|
|
619
|
+
"arcgis-time-of-day-slider",
|
|
620
|
+
{
|
|
621
|
+
onArcgisTimeChange: "arcgisTimeChange"
|
|
622
|
+
}
|
|
623
|
+
)
|
|
624
|
+
), wr = /* @__PURE__ */ e(
|
|
610
625
|
r(
|
|
611
626
|
"arcgis-webgl-error",
|
|
612
627
|
{}
|
|
613
628
|
)
|
|
614
|
-
),
|
|
629
|
+
), pr = /* @__PURE__ */ e(
|
|
615
630
|
r(
|
|
616
631
|
"arcgis-swipe",
|
|
617
632
|
{
|
|
@@ -621,7 +636,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
621
636
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
622
637
|
}
|
|
623
638
|
)
|
|
624
|
-
),
|
|
639
|
+
), Vr = /* @__PURE__ */ e(
|
|
625
640
|
r(
|
|
626
641
|
"arcgis-table-list",
|
|
627
642
|
{
|
|
@@ -631,7 +646,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
631
646
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
632
647
|
}
|
|
633
648
|
)
|
|
634
|
-
),
|
|
649
|
+
), Rr = /* @__PURE__ */ e(
|
|
635
650
|
r(
|
|
636
651
|
"arcgis-time-slider",
|
|
637
652
|
{
|
|
@@ -640,7 +655,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
640
655
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
641
656
|
}
|
|
642
657
|
)
|
|
643
|
-
),
|
|
658
|
+
), Pr = /* @__PURE__ */ e(
|
|
644
659
|
r(
|
|
645
660
|
"arcgis-time-zone-label",
|
|
646
661
|
{
|
|
@@ -648,7 +663,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
648
663
|
onArcgisReady: "arcgisReady"
|
|
649
664
|
}
|
|
650
665
|
)
|
|
651
|
-
),
|
|
666
|
+
), ur = /* @__PURE__ */ e(
|
|
652
667
|
r(
|
|
653
668
|
"arcgis-track",
|
|
654
669
|
{
|
|
@@ -658,14 +673,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
658
673
|
onArcgisReady: "arcgisReady"
|
|
659
674
|
}
|
|
660
675
|
)
|
|
661
|
-
),
|
|
676
|
+
), mr = /* @__PURE__ */ e(
|
|
662
677
|
r(
|
|
663
678
|
"arcgis-utility-network-associations",
|
|
664
679
|
{
|
|
665
680
|
onArcgisReady: "arcgisReady"
|
|
666
681
|
}
|
|
667
682
|
)
|
|
668
|
-
),
|
|
683
|
+
), Tr = /* @__PURE__ */ e(
|
|
669
684
|
r(
|
|
670
685
|
"arcgis-utility-network-trace",
|
|
671
686
|
{
|
|
@@ -678,7 +693,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
678
693
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
679
694
|
}
|
|
680
695
|
)
|
|
681
|
-
),
|
|
696
|
+
), Sr = /* @__PURE__ */ e(
|
|
682
697
|
r(
|
|
683
698
|
"arcgis-utility-network-trace-analysis",
|
|
684
699
|
{
|
|
@@ -689,12 +704,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
689
704
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
690
705
|
}
|
|
691
706
|
)
|
|
692
|
-
),
|
|
707
|
+
), Dr = /* @__PURE__ */ e(
|
|
693
708
|
r(
|
|
694
709
|
"arcgis-utility-network-subnetwork-info",
|
|
695
710
|
{}
|
|
696
711
|
)
|
|
697
|
-
),
|
|
712
|
+
), kr = /* @__PURE__ */ e(
|
|
698
713
|
r(
|
|
699
714
|
"arcgis-utility-network-trace-inputs",
|
|
700
715
|
{
|
|
@@ -706,7 +721,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
706
721
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
707
722
|
}
|
|
708
723
|
)
|
|
709
|
-
),
|
|
724
|
+
), Lr = /* @__PURE__ */ e(
|
|
710
725
|
r(
|
|
711
726
|
"arcgis-utility-network-trace-location",
|
|
712
727
|
{
|
|
@@ -715,12 +730,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
715
730
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
716
731
|
}
|
|
717
732
|
)
|
|
718
|
-
),
|
|
733
|
+
), br = /* @__PURE__ */ e(
|
|
719
734
|
r(
|
|
720
735
|
"arcgis-utility-network-trace-location-list",
|
|
721
736
|
{}
|
|
722
737
|
)
|
|
723
|
-
),
|
|
738
|
+
), vr = /* @__PURE__ */ e(
|
|
724
739
|
r(
|
|
725
740
|
"arcgis-utility-network-trace-results",
|
|
726
741
|
{
|
|
@@ -729,7 +744,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
729
744
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
730
745
|
}
|
|
731
746
|
)
|
|
732
|
-
),
|
|
747
|
+
), Er = /* @__PURE__ */ e(
|
|
733
748
|
r(
|
|
734
749
|
"arcgis-utility-network-validate-topology",
|
|
735
750
|
{
|
|
@@ -737,7 +752,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
737
752
|
onArcgisReady: "arcgisReady"
|
|
738
753
|
}
|
|
739
754
|
)
|
|
740
|
-
),
|
|
755
|
+
), Ur = /* @__PURE__ */ e(
|
|
741
756
|
r(
|
|
742
757
|
"arcgis-value-picker",
|
|
743
758
|
{
|
|
@@ -750,7 +765,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
750
765
|
onArcgisReady: "arcgisReady"
|
|
751
766
|
}
|
|
752
767
|
)
|
|
753
|
-
),
|
|
768
|
+
), Fr = /* @__PURE__ */ e(
|
|
754
769
|
r(
|
|
755
770
|
"arcgis-version-management",
|
|
756
771
|
{
|
|
@@ -758,14 +773,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
758
773
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
759
774
|
}
|
|
760
775
|
)
|
|
761
|
-
),
|
|
776
|
+
), fr = /* @__PURE__ */ e(
|
|
762
777
|
r(
|
|
763
778
|
"arcgis-video",
|
|
764
779
|
{
|
|
765
780
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
766
781
|
}
|
|
767
782
|
)
|
|
768
|
-
),
|
|
783
|
+
), Ir = /* @__PURE__ */ e(
|
|
769
784
|
r(
|
|
770
785
|
"arcgis-video-player",
|
|
771
786
|
{
|
|
@@ -774,7 +789,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
774
789
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
775
790
|
}
|
|
776
791
|
)
|
|
777
|
-
),
|
|
792
|
+
), Mr = /* @__PURE__ */ e(
|
|
778
793
|
r(
|
|
779
794
|
"arcgis-volume-measurement",
|
|
780
795
|
{
|
|
@@ -782,7 +797,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
782
797
|
onArcgisReady: "arcgisReady"
|
|
783
798
|
}
|
|
784
799
|
)
|
|
785
|
-
),
|
|
800
|
+
), Br = /* @__PURE__ */ e(
|
|
786
801
|
r(
|
|
787
802
|
"arcgis-weather",
|
|
788
803
|
{
|
|
@@ -790,7 +805,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
790
805
|
onArcgisReady: "arcgisReady"
|
|
791
806
|
}
|
|
792
807
|
)
|
|
793
|
-
),
|
|
808
|
+
), Nr = /* @__PURE__ */ e(
|
|
794
809
|
r(
|
|
795
810
|
"arcgis-zoom",
|
|
796
811
|
{
|
|
@@ -811,7 +826,7 @@ export {
|
|
|
811
826
|
h as ArcgisBuildingExplorer,
|
|
812
827
|
w as ArcgisBuildingLevelItem,
|
|
813
828
|
p as ArcgisCatalogLayerList,
|
|
814
|
-
|
|
829
|
+
Cr as ArcgisColorSelect,
|
|
815
830
|
V as ArcgisCompass,
|
|
816
831
|
R as ArcgisCoordinateConversion,
|
|
817
832
|
P as ArcgisDaylight,
|
|
@@ -837,50 +852,52 @@ export {
|
|
|
837
852
|
z as ArcgisLineOfSight,
|
|
838
853
|
H as ArcgisLinkChart,
|
|
839
854
|
x as ArcgisLinkChartLayoutSwitcher,
|
|
855
|
+
O as ArcgisLinkChartNonspatialVisibilityToggle,
|
|
840
856
|
G as ArcgisLocate,
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
Sr as
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
857
|
+
Z as ArcgisMap,
|
|
858
|
+
j as ArcgisMeasurement,
|
|
859
|
+
q as ArcgisNavigationToggle,
|
|
860
|
+
J as ArcgisOrientedImageryViewer,
|
|
861
|
+
Q as ArcgisPopup,
|
|
862
|
+
X as ArcgisPresentation,
|
|
863
|
+
Y as ArcgisPrint,
|
|
864
|
+
_ as ArcgisScaleBar,
|
|
865
|
+
$ as ArcgisScaleRangeSlider,
|
|
866
|
+
rr as ArcgisScene,
|
|
867
|
+
er as ArcgisSearch,
|
|
868
|
+
ir as ArcgisSearchResultRenderer,
|
|
869
|
+
ar as ArcgisShadowCast,
|
|
870
|
+
gr as ArcgisSketch,
|
|
871
|
+
sr as ArcgisSlice,
|
|
872
|
+
cr as ArcgisSliderBinaryColorSizeLegacy,
|
|
873
|
+
or as ArcgisSliderClassedColorLegacy,
|
|
874
|
+
nr as ArcgisSliderClassedSizeLegacy,
|
|
875
|
+
tr as ArcgisSliderColorLegacy,
|
|
876
|
+
Ar as ArcgisSliderColorSizeLegacy,
|
|
877
|
+
yr as ArcgisSliderHeatmapLegacy,
|
|
878
|
+
lr as ArcgisSliderOpacityLegacy,
|
|
879
|
+
dr as ArcgisSliderSizeLegacy,
|
|
880
|
+
pr as ArcgisSwipe,
|
|
881
|
+
Vr as ArcgisTableList,
|
|
882
|
+
hr as ArcgisTimeOfDaySlider,
|
|
883
|
+
Rr as ArcgisTimeSlider,
|
|
884
|
+
Pr as ArcgisTimeZoneLabel,
|
|
885
|
+
ur as ArcgisTrack,
|
|
886
|
+
mr as ArcgisUtilityNetworkAssociations,
|
|
887
|
+
Dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
888
|
+
Tr as ArcgisUtilityNetworkTrace,
|
|
889
|
+
Sr as ArcgisUtilityNetworkTraceAnalysis,
|
|
890
|
+
kr as ArcgisUtilityNetworkTraceInputs,
|
|
891
|
+
Lr as ArcgisUtilityNetworkTraceLocation,
|
|
892
|
+
br as ArcgisUtilityNetworkTraceLocationList,
|
|
893
|
+
vr as ArcgisUtilityNetworkTraceResults,
|
|
894
|
+
Er as ArcgisUtilityNetworkValidateTopology,
|
|
895
|
+
Ur as ArcgisValuePicker,
|
|
896
|
+
Fr as ArcgisVersionManagement,
|
|
897
|
+
fr as ArcgisVideo,
|
|
898
|
+
Ir as ArcgisVideoPlayer,
|
|
899
|
+
Mr as ArcgisVolumeMeasurement,
|
|
900
|
+
Br as ArcgisWeather,
|
|
901
|
+
wr as ArcgisWebglError,
|
|
902
|
+
Nr as ArcgisZoom
|
|
886
903
|
};
|
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.129",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "5.0.0-next.127",
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.127",
|
|
34
32
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
33
|
"@lit/react": "^1.0.8",
|
|
36
34
|
"lit": "^3.3.0",
|
|
37
|
-
"tslib": "^2.8.1"
|
|
35
|
+
"tslib": "^2.8.1",
|
|
36
|
+
"@arcgis/lumina": "5.0.0-next.129",
|
|
37
|
+
"@arcgis/map-components": "5.0.0-next.129"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|