@arcgis/map-components-react 5.0.0-next.142 → 5.0.0-next.145

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.
@@ -384,6 +384,7 @@ export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import(
384
384
  onArcgisBeforeClipboardMove: EventName<HTMLArcgisPasteElement["arcgisBeforeClipboardMove"]>;
385
385
  onArcgisClipboardMoveStateChanged: EventName<HTMLArcgisPasteElement["arcgisClipboardMoveStateChanged"]>;
386
386
  onArcgisClose: EventName<HTMLArcgisPasteElement["arcgisClose"]>;
387
+ onArcgisPropertyChange: EventName<HTMLArcgisPasteElement["arcgisPropertyChange"]>;
387
388
  onArcgisReady: EventName<HTMLArcgisPasteElement["arcgisReady"]>;
388
389
  }>;
389
390
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-clipboard /> directly. */
@@ -435,6 +436,10 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
435
436
  onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
436
437
  onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
437
438
  }>;
439
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-reverse-geocode-list /> directly. */
440
+ export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
441
+ class?: string;
442
+ }, {}>;
438
443
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
439
444
  export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar/customElement').ArcgisScaleBar & {
440
445
  class?: string;
@@ -596,6 +601,13 @@ export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebCompon
596
601
  onArcgisThumbChange: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbChange"]>;
597
602
  onArcgisThumbDrag: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbDrag"]>;
598
603
  }>;
604
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-snapping-controls /> directly. */
605
+ export declare const ArcgisSnappingControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-snapping-controls/customElement').ArcgisSnappingControls & {
606
+ class?: string;
607
+ }, {
608
+ onArcgisPropertyChange: EventName<HTMLArcgisSnappingControlsElement["arcgisPropertyChange"]>;
609
+ onArcgisReady: EventName<HTMLArcgisSnappingControlsElement["arcgisReady"]>;
610
+ }>;
599
611
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-color-select /> directly. */
600
612
  export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-color-select/customElement').ArcgisColorSelect & {
601
613
  class?: string;
@@ -676,11 +688,18 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
676
688
  export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis/customElement').ArcgisUtilityNetworkTraceAnalysis & {
677
689
  class?: string;
678
690
  }, {
691
+ onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisHideGraphicsChange"]>;
679
692
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
680
693
  onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
681
694
  onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
682
695
  onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
683
696
  }>;
697
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-aggregated-geometry /> directly. */
698
+ export declare const ArcgisUtilityNetworkAggregatedGeometry: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-aggregated-geometry/customElement').ArcgisUtilityNetworkAggregatedGeometry & {
699
+ class?: string;
700
+ }, {
701
+ onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkAggregatedGeometryElement["arcgisHideGraphicsChange"]>;
702
+ }>;
684
703
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-subnetwork-info /> directly. */
685
704
  export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-subnetwork-info/customElement').ArcgisUtilityNetworkSubnetworkInfo & {
686
705
  class?: string;
@@ -712,6 +731,7 @@ export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react')
712
731
  export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results/customElement').ArcgisUtilityNetworkTraceResults & {
713
732
  class?: string;
714
733
  }, {
734
+ onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisHideGraphicsChange"]>;
715
735
  onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
716
736
  onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
717
737
  onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
package/dist/index.js CHANGED
@@ -71,12 +71,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
71
71
  onArcgisReady: "arcgisReady"
72
72
  }
73
73
  )
74
- ), w = /* @__PURE__ */ e(
74
+ ), p = /* @__PURE__ */ e(
75
75
  r(
76
76
  "arcgis-building-discipline-tree",
77
77
  {}
78
78
  )
79
- ), p = /* @__PURE__ */ e(
79
+ ), w = /* @__PURE__ */ e(
80
80
  r(
81
81
  "arcgis-building-level-picker",
82
82
  {
@@ -254,7 +254,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
254
254
  onArcgisReady: "arcgisReady"
255
255
  }
256
256
  )
257
- ), K = /* @__PURE__ */ e(
257
+ ), H = /* @__PURE__ */ e(
258
258
  r(
259
259
  "arcgis-grid-controls",
260
260
  {
@@ -262,7 +262,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
262
262
  onArcgisReady: "arcgisReady"
263
263
  }
264
264
  )
265
- ), W = /* @__PURE__ */ e(
265
+ ), K = /* @__PURE__ */ e(
266
266
  r(
267
267
  "arcgis-histogram-range-slider",
268
268
  {
@@ -270,7 +270,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
270
270
  onArcgisReady: "arcgisReady"
271
271
  }
272
272
  )
273
- ), z = /* @__PURE__ */ e(
273
+ ), G = /* @__PURE__ */ e(
274
274
  r(
275
275
  "arcgis-home",
276
276
  {
@@ -279,7 +279,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
279
279
  onArcgisReady: "arcgisReady"
280
280
  }
281
281
  )
282
- ), H = /* @__PURE__ */ e(
282
+ ), W = /* @__PURE__ */ e(
283
283
  r(
284
284
  "arcgis-layer-list",
285
285
  {
@@ -289,7 +289,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
289
289
  onArcgisTriggerAction: "arcgisTriggerAction"
290
290
  }
291
291
  )
292
- ), x = /* @__PURE__ */ e(
292
+ ), z = /* @__PURE__ */ e(
293
293
  r(
294
294
  "arcgis-legend",
295
295
  {
@@ -297,7 +297,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
297
297
  onArcgisReady: "arcgisReady"
298
298
  }
299
299
  )
300
- ), O = /* @__PURE__ */ e(
300
+ ), x = /* @__PURE__ */ e(
301
301
  r(
302
302
  "arcgis-line-of-sight",
303
303
  {
@@ -305,7 +305,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
305
305
  onArcgisReady: "arcgisReady"
306
306
  }
307
307
  )
308
- ), G = /* @__PURE__ */ e(
308
+ ), O = /* @__PURE__ */ e(
309
309
  r(
310
310
  "arcgis-link-chart",
311
311
  {
@@ -429,6 +429,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
429
429
  onArcgisBeforeClipboardMove: "arcgisBeforeClipboardMove",
430
430
  onArcgisClipboardMoveStateChanged: "arcgisClipboardMoveStateChanged",
431
431
  onArcgisClose: "arcgisClose",
432
+ onArcgisPropertyChange: "arcgisPropertyChange",
432
433
  onArcgisReady: "arcgisReady"
433
434
  }
434
435
  )
@@ -489,13 +490,18 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
489
490
  }
490
491
  )
491
492
  ), cr = /* @__PURE__ */ e(
493
+ r(
494
+ "arcgis-reverse-geocode-list",
495
+ {}
496
+ )
497
+ ), or = /* @__PURE__ */ e(
492
498
  r(
493
499
  "arcgis-scale-bar",
494
500
  {
495
501
  onArcgisReady: "arcgisReady"
496
502
  }
497
503
  )
498
- ), or = /* @__PURE__ */ e(
504
+ ), nr = /* @__PURE__ */ e(
499
505
  r(
500
506
  "arcgis-scale-range-slider",
501
507
  {
@@ -503,7 +509,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
503
509
  onArcgisReady: "arcgisReady"
504
510
  }
505
511
  )
506
- ), nr = /* @__PURE__ */ e(
512
+ ), tr = /* @__PURE__ */ e(
507
513
  r(
508
514
  "arcgis-scene",
509
515
  {
@@ -535,7 +541,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
535
541
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
536
542
  }
537
543
  )
538
- ), tr = /* @__PURE__ */ e(
544
+ ), Ar = /* @__PURE__ */ e(
539
545
  r(
540
546
  "arcgis-search",
541
547
  {
@@ -549,14 +555,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
549
555
  onArcgisSuggestStart: "arcgisSuggestStart"
550
556
  }
551
557
  )
552
- ), Ar = /* @__PURE__ */ e(
558
+ ), yr = /* @__PURE__ */ e(
553
559
  r(
554
560
  "arcgis-search-result-renderer",
555
561
  {
556
562
  onArcgisReady: "arcgisReady"
557
563
  }
558
564
  )
559
- ), yr = /* @__PURE__ */ e(
565
+ ), lr = /* @__PURE__ */ e(
560
566
  r(
561
567
  "arcgis-shadow-cast",
562
568
  {
@@ -564,7 +570,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
564
570
  onArcgisReady: "arcgisReady"
565
571
  }
566
572
  )
567
- ), lr = /* @__PURE__ */ e(
573
+ ), dr = /* @__PURE__ */ e(
568
574
  r(
569
575
  "arcgis-sketch",
570
576
  {
@@ -577,7 +583,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
577
583
  onArcgisUpdate: "arcgisUpdate"
578
584
  }
579
585
  )
580
- ), dr = /* @__PURE__ */ e(
586
+ ), Cr = /* @__PURE__ */ e(
581
587
  r(
582
588
  "arcgis-slice",
583
589
  {
@@ -585,7 +591,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
585
591
  onArcgisReady: "arcgisReady"
586
592
  }
587
593
  )
588
- ), Cr = /* @__PURE__ */ e(
594
+ ), hr = /* @__PURE__ */ e(
589
595
  r(
590
596
  "arcgis-slider-binary-color-size-legacy",
591
597
  {
@@ -595,7 +601,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
595
601
  onArcgisThumbDrag: "arcgisThumbDrag"
596
602
  }
597
603
  )
598
- ), hr = /* @__PURE__ */ e(
604
+ ), pr = /* @__PURE__ */ e(
599
605
  r(
600
606
  "arcgis-slider-classed-color-legacy",
601
607
  {
@@ -615,7 +621,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
615
621
  onArcgisThumbDrag: "arcgisThumbDrag"
616
622
  }
617
623
  )
618
- ), pr = /* @__PURE__ */ e(
624
+ ), Rr = /* @__PURE__ */ e(
619
625
  r(
620
626
  "arcgis-slider-color-legacy",
621
627
  {
@@ -625,7 +631,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
625
631
  onArcgisThumbDrag: "arcgisThumbDrag"
626
632
  }
627
633
  )
628
- ), Rr = /* @__PURE__ */ e(
634
+ ), Vr = /* @__PURE__ */ e(
629
635
  r(
630
636
  "arcgis-slider-color-size-legacy",
631
637
  {
@@ -635,7 +641,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
635
641
  onArcgisThumbDrag: "arcgisThumbDrag"
636
642
  }
637
643
  )
638
- ), Vr = /* @__PURE__ */ e(
644
+ ), Pr = /* @__PURE__ */ e(
639
645
  r(
640
646
  "arcgis-slider-heatmap-legacy",
641
647
  {
@@ -645,7 +651,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
645
651
  onArcgisThumbDrag: "arcgisThumbDrag"
646
652
  }
647
653
  )
648
- ), Pr = /* @__PURE__ */ e(
654
+ ), ur = /* @__PURE__ */ e(
649
655
  r(
650
656
  "arcgis-slider-opacity-legacy",
651
657
  {
@@ -655,7 +661,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
655
661
  onArcgisThumbDrag: "arcgisThumbDrag"
656
662
  }
657
663
  )
658
- ), ur = /* @__PURE__ */ e(
664
+ ), mr = /* @__PURE__ */ e(
659
665
  r(
660
666
  "arcgis-slider-size-legacy",
661
667
  {
@@ -665,26 +671,34 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
665
671
  onArcgisThumbDrag: "arcgisThumbDrag"
666
672
  }
667
673
  )
668
- ), mr = /* @__PURE__ */ e(
674
+ ), Tr = /* @__PURE__ */ e(
675
+ r(
676
+ "arcgis-snapping-controls",
677
+ {
678
+ onArcgisPropertyChange: "arcgisPropertyChange",
679
+ onArcgisReady: "arcgisReady"
680
+ }
681
+ )
682
+ ), Sr = /* @__PURE__ */ e(
669
683
  r(
670
684
  "arcgis-color-select",
671
685
  {
672
686
  onArcgisColorChanged: "arcgisColorChanged"
673
687
  }
674
688
  )
675
- ), Tr = /* @__PURE__ */ e(
689
+ ), Dr = /* @__PURE__ */ e(
676
690
  r(
677
691
  "arcgis-time-of-day-slider",
678
692
  {
679
693
  onArcgisTimeChange: "arcgisTimeChange"
680
694
  }
681
695
  )
682
- ), Sr = /* @__PURE__ */ e(
696
+ ), br = /* @__PURE__ */ e(
683
697
  r(
684
698
  "arcgis-webgl-error",
685
699
  {}
686
700
  )
687
- ), Dr = /* @__PURE__ */ e(
701
+ ), kr = /* @__PURE__ */ e(
688
702
  r(
689
703
  "arcgis-swipe",
690
704
  {
@@ -694,7 +708,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
694
708
  onArcgisSwipeInput: "arcgisSwipeInput"
695
709
  }
696
710
  )
697
- ), br = /* @__PURE__ */ e(
711
+ ), Lr = /* @__PURE__ */ e(
698
712
  r(
699
713
  "arcgis-table-list",
700
714
  {
@@ -704,7 +718,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
704
718
  onArcgisTriggerAction: "arcgisTriggerAction"
705
719
  }
706
720
  )
707
- ), kr = /* @__PURE__ */ e(
721
+ ), vr = /* @__PURE__ */ e(
708
722
  r(
709
723
  "arcgis-time-slider",
710
724
  {
@@ -713,7 +727,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
713
727
  onArcgisTriggerAction: "arcgisTriggerAction"
714
728
  }
715
729
  )
716
- ), Lr = /* @__PURE__ */ e(
730
+ ), Er = /* @__PURE__ */ e(
717
731
  r(
718
732
  "arcgis-time-zone-label",
719
733
  {
@@ -721,7 +735,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
721
735
  onArcgisReady: "arcgisReady"
722
736
  }
723
737
  )
724
- ), vr = /* @__PURE__ */ e(
738
+ ), Ur = /* @__PURE__ */ e(
725
739
  r(
726
740
  "arcgis-track",
727
741
  {
@@ -731,14 +745,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
731
745
  onArcgisReady: "arcgisReady"
732
746
  }
733
747
  )
734
- ), Er = /* @__PURE__ */ e(
748
+ ), Fr = /* @__PURE__ */ e(
735
749
  r(
736
750
  "arcgis-utility-network-associations",
737
751
  {
738
752
  onArcgisReady: "arcgisReady"
739
753
  }
740
754
  )
741
- ), Ur = /* @__PURE__ */ e(
755
+ ), fr = /* @__PURE__ */ e(
742
756
  r(
743
757
  "arcgis-utility-network-trace",
744
758
  {
@@ -751,22 +765,30 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
751
765
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
752
766
  }
753
767
  )
754
- ), Fr = /* @__PURE__ */ e(
768
+ ), Br = /* @__PURE__ */ e(
755
769
  r(
756
770
  "arcgis-utility-network-trace-analysis",
757
771
  {
772
+ onArcgisHideGraphicsChange: "arcgisHideGraphicsChange",
758
773
  onArcgisReady: "arcgisReady",
759
774
  onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
760
775
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
761
776
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
762
777
  }
763
778
  )
764
- ), fr = /* @__PURE__ */ e(
779
+ ), Mr = /* @__PURE__ */ e(
780
+ r(
781
+ "arcgis-utility-network-aggregated-geometry",
782
+ {
783
+ onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
784
+ }
785
+ )
786
+ ), Ir = /* @__PURE__ */ e(
765
787
  r(
766
788
  "arcgis-utility-network-subnetwork-info",
767
789
  {}
768
790
  )
769
- ), Br = /* @__PURE__ */ e(
791
+ ), Nr = /* @__PURE__ */ e(
770
792
  r(
771
793
  "arcgis-utility-network-trace-inputs",
772
794
  {
@@ -778,7 +800,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
778
800
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
779
801
  }
780
802
  )
781
- ), Mr = /* @__PURE__ */ e(
803
+ ), Hr = /* @__PURE__ */ e(
782
804
  r(
783
805
  "arcgis-utility-network-trace-location",
784
806
  {
@@ -787,21 +809,22 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
787
809
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
788
810
  }
789
811
  )
790
- ), Ir = /* @__PURE__ */ e(
812
+ ), Kr = /* @__PURE__ */ e(
791
813
  r(
792
814
  "arcgis-utility-network-trace-location-list",
793
815
  {}
794
816
  )
795
- ), Nr = /* @__PURE__ */ e(
817
+ ), Gr = /* @__PURE__ */ e(
796
818
  r(
797
819
  "arcgis-utility-network-trace-results",
798
820
  {
821
+ onArcgisHideGraphicsChange: "arcgisHideGraphicsChange",
799
822
  onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
800
823
  onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
801
824
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
802
825
  }
803
826
  )
804
- ), Kr = /* @__PURE__ */ e(
827
+ ), Wr = /* @__PURE__ */ e(
805
828
  r(
806
829
  "arcgis-utility-network-validate-topology",
807
830
  {
@@ -809,7 +832,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
809
832
  onArcgisReady: "arcgisReady"
810
833
  }
811
834
  )
812
- ), Wr = /* @__PURE__ */ e(
835
+ ), zr = /* @__PURE__ */ e(
813
836
  r(
814
837
  "arcgis-value-picker",
815
838
  {
@@ -822,7 +845,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
822
845
  onArcgisReady: "arcgisReady"
823
846
  }
824
847
  )
825
- ), zr = /* @__PURE__ */ e(
848
+ ), xr = /* @__PURE__ */ e(
826
849
  r(
827
850
  "arcgis-version-management",
828
851
  {
@@ -830,14 +853,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
830
853
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
831
854
  }
832
855
  )
833
- ), Hr = /* @__PURE__ */ e(
856
+ ), Or = /* @__PURE__ */ e(
834
857
  r(
835
858
  "arcgis-video",
836
859
  {
837
860
  onArcgisViewReadyChange: "arcgisViewReadyChange"
838
861
  }
839
862
  )
840
- ), xr = /* @__PURE__ */ e(
863
+ ), Zr = /* @__PURE__ */ e(
841
864
  r(
842
865
  "arcgis-video-player",
843
866
  {
@@ -846,7 +869,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
846
869
  onArcgisVideoReady: "arcgisVideoReady"
847
870
  }
848
871
  )
849
- ), Or = /* @__PURE__ */ e(
872
+ ), jr = /* @__PURE__ */ e(
850
873
  r(
851
874
  "arcgis-volume-measurement",
852
875
  {
@@ -854,7 +877,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
854
877
  onArcgisReady: "arcgisReady"
855
878
  }
856
879
  )
857
- ), Gr = /* @__PURE__ */ e(
880
+ ), qr = /* @__PURE__ */ e(
858
881
  r(
859
882
  "arcgis-weather",
860
883
  {
@@ -862,7 +885,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
862
885
  onArcgisReady: "arcgisReady"
863
886
  }
864
887
  )
865
- ), Zr = /* @__PURE__ */ e(
888
+ ), Jr = /* @__PURE__ */ e(
866
889
  r(
867
890
  "arcgis-zoom",
868
891
  {
@@ -880,14 +903,14 @@ export {
880
903
  l as ArcgisBasemapLayerList,
881
904
  d as ArcgisBasemapToggle,
882
905
  C as ArcgisBookmarks,
883
- w as ArcgisBuildingDisciplineTree,
906
+ p as ArcgisBuildingDisciplineTree,
884
907
  h as ArcgisBuildingExplorer,
885
908
  R as ArcgisBuildingLevelItem,
886
- p as ArcgisBuildingLevelPicker,
909
+ w as ArcgisBuildingLevelPicker,
887
910
  V as ArcgisBuildingPhasePicker,
888
911
  P as ArcgisCatalogLayerList,
889
912
  $ as ArcgisClipboard,
890
- mr as ArcgisColorSelect,
913
+ Sr as ArcgisColorSelect,
891
914
  u as ArcgisCompass,
892
915
  m as ArcgisCoordinateConversion,
893
916
  T as ArcgisDaylight,
@@ -907,13 +930,13 @@ export {
907
930
  M as ArcgisFeatures,
908
931
  I as ArcgisFloorFilter,
909
932
  N as ArcgisFullscreen,
910
- K as ArcgisGridControls,
911
- W as ArcgisHistogramRangeSlider,
912
- z as ArcgisHome,
913
- H as ArcgisLayerList,
914
- x as ArcgisLegend,
915
- O as ArcgisLineOfSight,
916
- G as ArcgisLinkChart,
933
+ H as ArcgisGridControls,
934
+ K as ArcgisHistogramRangeSlider,
935
+ G as ArcgisHome,
936
+ W as ArcgisLayerList,
937
+ z as ArcgisLegend,
938
+ x as ArcgisLineOfSight,
939
+ O as ArcgisLinkChart,
917
940
  Z as ArcgisLinkChartLayoutSwitcher,
918
941
  j as ArcgisLinkChartNonspatialVisibilityToggle,
919
942
  q as ArcgisLocate,
@@ -926,43 +949,46 @@ export {
926
949
  ar as ArcgisPopup,
927
950
  gr as ArcgisPresentation,
928
951
  sr as ArcgisPrint,
929
- cr as ArcgisScaleBar,
930
- or as ArcgisScaleRangeSlider,
931
- nr as ArcgisScene,
932
- tr as ArcgisSearch,
933
- Ar as ArcgisSearchResultRenderer,
934
- yr as ArcgisShadowCast,
935
- lr as ArcgisSketch,
936
- dr as ArcgisSlice,
937
- Cr as ArcgisSliderBinaryColorSizeLegacy,
938
- hr as ArcgisSliderClassedColorLegacy,
952
+ cr as ArcgisReverseGeocodeList,
953
+ or as ArcgisScaleBar,
954
+ nr as ArcgisScaleRangeSlider,
955
+ tr as ArcgisScene,
956
+ Ar as ArcgisSearch,
957
+ yr as ArcgisSearchResultRenderer,
958
+ lr as ArcgisShadowCast,
959
+ dr as ArcgisSketch,
960
+ Cr as ArcgisSlice,
961
+ hr as ArcgisSliderBinaryColorSizeLegacy,
962
+ pr as ArcgisSliderClassedColorLegacy,
939
963
  wr as ArcgisSliderClassedSizeLegacy,
940
- pr as ArcgisSliderColorLegacy,
941
- Rr as ArcgisSliderColorSizeLegacy,
942
- Vr as ArcgisSliderHeatmapLegacy,
943
- Pr as ArcgisSliderOpacityLegacy,
944
- ur as ArcgisSliderSizeLegacy,
945
- Dr as ArcgisSwipe,
946
- br as ArcgisTableList,
947
- Tr as ArcgisTimeOfDaySlider,
948
- kr as ArcgisTimeSlider,
949
- Lr as ArcgisTimeZoneLabel,
950
- vr as ArcgisTrack,
951
- Er as ArcgisUtilityNetworkAssociations,
952
- fr as ArcgisUtilityNetworkSubnetworkInfo,
953
- Ur as ArcgisUtilityNetworkTrace,
954
- Fr as ArcgisUtilityNetworkTraceAnalysis,
955
- Br as ArcgisUtilityNetworkTraceInputs,
956
- Mr as ArcgisUtilityNetworkTraceLocation,
957
- Ir as ArcgisUtilityNetworkTraceLocationList,
958
- Nr as ArcgisUtilityNetworkTraceResults,
959
- Kr as ArcgisUtilityNetworkValidateTopology,
960
- Wr as ArcgisValuePicker,
961
- zr as ArcgisVersionManagement,
962
- Hr as ArcgisVideo,
963
- xr as ArcgisVideoPlayer,
964
- Or as ArcgisVolumeMeasurement,
965
- Gr as ArcgisWeather,
966
- Sr as ArcgisWebglError,
967
- Zr as ArcgisZoom
964
+ Rr as ArcgisSliderColorLegacy,
965
+ Vr as ArcgisSliderColorSizeLegacy,
966
+ Pr as ArcgisSliderHeatmapLegacy,
967
+ ur as ArcgisSliderOpacityLegacy,
968
+ mr as ArcgisSliderSizeLegacy,
969
+ Tr as ArcgisSnappingControls,
970
+ kr as ArcgisSwipe,
971
+ Lr as ArcgisTableList,
972
+ Dr as ArcgisTimeOfDaySlider,
973
+ vr as ArcgisTimeSlider,
974
+ Er as ArcgisTimeZoneLabel,
975
+ Ur as ArcgisTrack,
976
+ Mr as ArcgisUtilityNetworkAggregatedGeometry,
977
+ Fr as ArcgisUtilityNetworkAssociations,
978
+ Ir as ArcgisUtilityNetworkSubnetworkInfo,
979
+ fr as ArcgisUtilityNetworkTrace,
980
+ Br as ArcgisUtilityNetworkTraceAnalysis,
981
+ Nr as ArcgisUtilityNetworkTraceInputs,
982
+ Hr as ArcgisUtilityNetworkTraceLocation,
983
+ Kr as ArcgisUtilityNetworkTraceLocationList,
984
+ Gr as ArcgisUtilityNetworkTraceResults,
985
+ Wr as ArcgisUtilityNetworkValidateTopology,
986
+ zr as ArcgisValuePicker,
987
+ xr as ArcgisVersionManagement,
988
+ Or as ArcgisVideo,
989
+ Zr as ArcgisVideoPlayer,
990
+ jr as ArcgisVolumeMeasurement,
991
+ qr as ArcgisWeather,
992
+ br as ArcgisWebglError,
993
+ Jr as ArcgisZoom
968
994
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.0.0-next.142",
3
+ "version": "5.0.0-next.145",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -27,14 +27,14 @@
27
27
  "files": [
28
28
  "dist/"
29
29
  ],
30
- "license": "SEE LICENSE.md",
30
+ "license": "SEE LICENSE IN LICENSE.md",
31
31
  "dependencies": {
32
32
  "@esri/calcite-components": "^5.0.0-next.71",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0",
35
35
  "tslib": "^2.8.1",
36
- "@arcgis/lumina": "5.0.0-next.142",
37
- "@arcgis/map-components": "5.0.0-next.142"
36
+ "@arcgis/lumina": "5.0.0-next.145",
37
+ "@arcgis/map-components": "5.0.0-next.145"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": ">=5.0.0-next.62 <5.1",