@arcgis/map-components-react 5.0.0-next.136 → 5.0.0-next.138

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.
@@ -359,6 +359,40 @@ export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebC
359
359
  onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
360
360
  onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
361
361
  }>;
362
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-paste /> directly. */
363
+ export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-paste/customElement').ArcgisPaste & {
364
+ class?: string;
365
+ }, {
366
+ onArcgisApplyPasteCommand: EventName<HTMLArcgisPasteElement["arcgisApplyPasteCommand"]>;
367
+ onArcgisApplyPasteError: EventName<HTMLArcgisPasteElement["arcgisApplyPasteError"]>;
368
+ onArcgisBeforeClipboardMove: EventName<HTMLArcgisPasteElement["arcgisBeforeClipboardMove"]>;
369
+ onArcgisClipboardMoveStateChanged: EventName<HTMLArcgisPasteElement["arcgisClipboardMoveStateChanged"]>;
370
+ onArcgisClose: EventName<HTMLArcgisPasteElement["arcgisClose"]>;
371
+ onArcgisReady: EventName<HTMLArcgisPasteElement["arcgisReady"]>;
372
+ }>;
373
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-clipboard /> directly. */
374
+ export declare const ArcgisClipboard: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-clipboard/customElement').ArcgisClipboard & {
375
+ class?: string;
376
+ }, {
377
+ onArcgisReady: EventName<HTMLArcgisClipboardElement["arcgisReady"]>;
378
+ }>;
379
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-image /> directly. */
380
+ export declare const ArcgisFeatureImage: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-image/customElement').ArcgisFeatureImage & {
381
+ class?: string;
382
+ }, {}>;
383
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-title /> directly. */
384
+ export declare const ArcgisFeatureTitle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-title/customElement').ArcgisFeatureTitle & {
385
+ class?: string;
386
+ }, {}>;
387
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-multi-feature-form /> directly. */
388
+ export declare const ArcgisMultiFeatureForm: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-multi-feature-form/customElement').ArcgisMultiFeatureForm & {
389
+ class?: string;
390
+ }, {
391
+ onArcgisPropertyChange: EventName<HTMLArcgisMultiFeatureFormElement["arcgisPropertyChange"]>;
392
+ onArcgisReady: EventName<HTMLArcgisMultiFeatureFormElement["arcgisReady"]>;
393
+ onArcgisSubmit: EventName<HTMLArcgisMultiFeatureFormElement["arcgisSubmit"]>;
394
+ onArcgisValueChange: EventName<HTMLArcgisMultiFeatureFormElement["arcgisValueChange"]>;
395
+ }>;
362
396
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-popup /> directly. */
363
397
  export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-popup/customElement').ArcgisPopup & {
364
398
  class?: string;
@@ -626,7 +660,6 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
626
660
  export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis/customElement').ArcgisUtilityNetworkTraceAnalysis & {
627
661
  class?: string;
628
662
  }, {
629
- onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
630
663
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
631
664
  onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
632
665
  onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
package/dist/index.js CHANGED
@@ -86,7 +86,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
86
86
  onArcgisTriggerAction: "arcgisTriggerAction"
87
87
  }
88
88
  )
89
- ), V = /* @__PURE__ */ e(
89
+ ), R = /* @__PURE__ */ e(
90
90
  r(
91
91
  "arcgis-compass",
92
92
  {
@@ -94,7 +94,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
94
94
  onArcgisReady: "arcgisReady"
95
95
  }
96
96
  )
97
- ), R = /* @__PURE__ */ e(
97
+ ), V = /* @__PURE__ */ e(
98
98
  r(
99
99
  "arcgis-coordinate-conversion",
100
100
  {
@@ -153,7 +153,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
153
153
  onArcgisSketchUpdate: "arcgisSketchUpdate"
154
154
  }
155
155
  )
156
- ), k = /* @__PURE__ */ e(
156
+ ), b = /* @__PURE__ */ e(
157
157
  r(
158
158
  "arcgis-elevation-profile",
159
159
  {
@@ -161,7 +161,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
161
161
  onArcgisReady: "arcgisReady"
162
162
  }
163
163
  )
164
- ), L = /* @__PURE__ */ e(
164
+ ), k = /* @__PURE__ */ e(
165
165
  r(
166
166
  "arcgis-expand",
167
167
  {
@@ -169,7 +169,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
169
169
  onArcgisReady: "arcgisReady"
170
170
  }
171
171
  )
172
- ), b = /* @__PURE__ */ e(
172
+ ), L = /* @__PURE__ */ e(
173
173
  r(
174
174
  "arcgis-feature",
175
175
  {
@@ -227,7 +227,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
227
227
  onArcgisReady: "arcgisReady"
228
228
  }
229
229
  )
230
- ), I = /* @__PURE__ */ e(
230
+ ), M = /* @__PURE__ */ e(
231
231
  r(
232
232
  "arcgis-fullscreen",
233
233
  {
@@ -235,7 +235,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
235
235
  onArcgisReady: "arcgisReady"
236
236
  }
237
237
  )
238
- ), M = /* @__PURE__ */ e(
238
+ ), I = /* @__PURE__ */ e(
239
239
  r(
240
240
  "arcgis-grid-controls",
241
241
  {
@@ -402,6 +402,45 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
402
402
  }
403
403
  )
404
404
  ), Q = /* @__PURE__ */ e(
405
+ r(
406
+ "arcgis-paste",
407
+ {
408
+ onArcgisApplyPasteCommand: "arcgisApplyPasteCommand",
409
+ onArcgisApplyPasteError: "arcgisApplyPasteError",
410
+ onArcgisBeforeClipboardMove: "arcgisBeforeClipboardMove",
411
+ onArcgisClipboardMoveStateChanged: "arcgisClipboardMoveStateChanged",
412
+ onArcgisClose: "arcgisClose",
413
+ onArcgisReady: "arcgisReady"
414
+ }
415
+ )
416
+ ), X = /* @__PURE__ */ e(
417
+ r(
418
+ "arcgis-clipboard",
419
+ {
420
+ onArcgisReady: "arcgisReady"
421
+ }
422
+ )
423
+ ), Y = /* @__PURE__ */ e(
424
+ r(
425
+ "arcgis-feature-image",
426
+ {}
427
+ )
428
+ ), _ = /* @__PURE__ */ e(
429
+ r(
430
+ "arcgis-feature-title",
431
+ {}
432
+ )
433
+ ), $ = /* @__PURE__ */ e(
434
+ r(
435
+ "arcgis-multi-feature-form",
436
+ {
437
+ onArcgisPropertyChange: "arcgisPropertyChange",
438
+ onArcgisReady: "arcgisReady",
439
+ onArcgisSubmit: "arcgisSubmit",
440
+ onArcgisValueChange: "arcgisValueChange"
441
+ }
442
+ )
443
+ ), rr = /* @__PURE__ */ e(
405
444
  r(
406
445
  "arcgis-popup",
407
446
  {
@@ -411,14 +450,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
411
450
  onArcgisTriggerAction: "arcgisTriggerAction"
412
451
  }
413
452
  )
414
- ), X = /* @__PURE__ */ e(
453
+ ), er = /* @__PURE__ */ e(
415
454
  r(
416
455
  "arcgis-presentation",
417
456
  {
418
457
  onArcgisReady: "arcgisReady"
419
458
  }
420
459
  )
421
- ), Y = /* @__PURE__ */ e(
460
+ ), ir = /* @__PURE__ */ e(
422
461
  r(
423
462
  "arcgis-print",
424
463
  {
@@ -430,14 +469,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
430
469
  onArcgisSubmit: "arcgisSubmit"
431
470
  }
432
471
  )
433
- ), _ = /* @__PURE__ */ e(
472
+ ), ar = /* @__PURE__ */ e(
434
473
  r(
435
474
  "arcgis-scale-bar",
436
475
  {
437
476
  onArcgisReady: "arcgisReady"
438
477
  }
439
478
  )
440
- ), $ = /* @__PURE__ */ e(
479
+ ), gr = /* @__PURE__ */ e(
441
480
  r(
442
481
  "arcgis-scale-range-slider",
443
482
  {
@@ -445,7 +484,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
445
484
  onArcgisReady: "arcgisReady"
446
485
  }
447
486
  )
448
- ), rr = /* @__PURE__ */ e(
487
+ ), sr = /* @__PURE__ */ e(
449
488
  r(
450
489
  "arcgis-scene",
451
490
  {
@@ -477,7 +516,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
477
516
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
478
517
  }
479
518
  )
480
- ), er = /* @__PURE__ */ e(
519
+ ), cr = /* @__PURE__ */ e(
481
520
  r(
482
521
  "arcgis-search",
483
522
  {
@@ -491,14 +530,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
491
530
  onArcgisSuggestStart: "arcgisSuggestStart"
492
531
  }
493
532
  )
494
- ), ir = /* @__PURE__ */ e(
533
+ ), or = /* @__PURE__ */ e(
495
534
  r(
496
535
  "arcgis-search-result-renderer",
497
536
  {
498
537
  onArcgisReady: "arcgisReady"
499
538
  }
500
539
  )
501
- ), ar = /* @__PURE__ */ e(
540
+ ), nr = /* @__PURE__ */ e(
502
541
  r(
503
542
  "arcgis-shadow-cast",
504
543
  {
@@ -506,7 +545,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
506
545
  onArcgisReady: "arcgisReady"
507
546
  }
508
547
  )
509
- ), gr = /* @__PURE__ */ e(
548
+ ), tr = /* @__PURE__ */ e(
510
549
  r(
511
550
  "arcgis-sketch",
512
551
  {
@@ -519,7 +558,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
519
558
  onArcgisUpdate: "arcgisUpdate"
520
559
  }
521
560
  )
522
- ), sr = /* @__PURE__ */ e(
561
+ ), Ar = /* @__PURE__ */ e(
523
562
  r(
524
563
  "arcgis-slice",
525
564
  {
@@ -527,7 +566,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
527
566
  onArcgisReady: "arcgisReady"
528
567
  }
529
568
  )
530
- ), cr = /* @__PURE__ */ e(
569
+ ), yr = /* @__PURE__ */ e(
531
570
  r(
532
571
  "arcgis-slider-binary-color-size-legacy",
533
572
  {
@@ -537,7 +576,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
537
576
  onArcgisThumbDrag: "arcgisThumbDrag"
538
577
  }
539
578
  )
540
- ), or = /* @__PURE__ */ e(
579
+ ), lr = /* @__PURE__ */ e(
541
580
  r(
542
581
  "arcgis-slider-classed-color-legacy",
543
582
  {
@@ -547,7 +586,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
547
586
  onArcgisThumbDrag: "arcgisThumbDrag"
548
587
  }
549
588
  )
550
- ), nr = /* @__PURE__ */ e(
589
+ ), dr = /* @__PURE__ */ e(
551
590
  r(
552
591
  "arcgis-slider-classed-size-legacy",
553
592
  {
@@ -557,7 +596,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
557
596
  onArcgisThumbDrag: "arcgisThumbDrag"
558
597
  }
559
598
  )
560
- ), tr = /* @__PURE__ */ e(
599
+ ), Cr = /* @__PURE__ */ e(
561
600
  r(
562
601
  "arcgis-slider-color-legacy",
563
602
  {
@@ -567,7 +606,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
567
606
  onArcgisThumbDrag: "arcgisThumbDrag"
568
607
  }
569
608
  )
570
- ), Ar = /* @__PURE__ */ e(
609
+ ), hr = /* @__PURE__ */ e(
571
610
  r(
572
611
  "arcgis-slider-color-size-legacy",
573
612
  {
@@ -577,7 +616,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
577
616
  onArcgisThumbDrag: "arcgisThumbDrag"
578
617
  }
579
618
  )
580
- ), yr = /* @__PURE__ */ e(
619
+ ), wr = /* @__PURE__ */ e(
581
620
  r(
582
621
  "arcgis-slider-heatmap-legacy",
583
622
  {
@@ -587,7 +626,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
587
626
  onArcgisThumbDrag: "arcgisThumbDrag"
588
627
  }
589
628
  )
590
- ), lr = /* @__PURE__ */ e(
629
+ ), pr = /* @__PURE__ */ e(
591
630
  r(
592
631
  "arcgis-slider-opacity-legacy",
593
632
  {
@@ -597,7 +636,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
597
636
  onArcgisThumbDrag: "arcgisThumbDrag"
598
637
  }
599
638
  )
600
- ), dr = /* @__PURE__ */ e(
639
+ ), Rr = /* @__PURE__ */ e(
601
640
  r(
602
641
  "arcgis-slider-size-legacy",
603
642
  {
@@ -607,26 +646,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
607
646
  onArcgisThumbDrag: "arcgisThumbDrag"
608
647
  }
609
648
  )
610
- ), Cr = /* @__PURE__ */ e(
649
+ ), Vr = /* @__PURE__ */ e(
611
650
  r(
612
651
  "arcgis-color-select",
613
652
  {
614
653
  onArcgisColorChanged: "arcgisColorChanged"
615
654
  }
616
655
  )
617
- ), hr = /* @__PURE__ */ e(
656
+ ), Pr = /* @__PURE__ */ e(
618
657
  r(
619
658
  "arcgis-time-of-day-slider",
620
659
  {
621
660
  onArcgisTimeChange: "arcgisTimeChange"
622
661
  }
623
662
  )
624
- ), wr = /* @__PURE__ */ e(
663
+ ), ur = /* @__PURE__ */ e(
625
664
  r(
626
665
  "arcgis-webgl-error",
627
666
  {}
628
667
  )
629
- ), pr = /* @__PURE__ */ e(
668
+ ), mr = /* @__PURE__ */ e(
630
669
  r(
631
670
  "arcgis-swipe",
632
671
  {
@@ -636,7 +675,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
636
675
  onArcgisSwipeInput: "arcgisSwipeInput"
637
676
  }
638
677
  )
639
- ), Vr = /* @__PURE__ */ e(
678
+ ), Tr = /* @__PURE__ */ e(
640
679
  r(
641
680
  "arcgis-table-list",
642
681
  {
@@ -646,7 +685,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
646
685
  onArcgisTriggerAction: "arcgisTriggerAction"
647
686
  }
648
687
  )
649
- ), Rr = /* @__PURE__ */ e(
688
+ ), Sr = /* @__PURE__ */ e(
650
689
  r(
651
690
  "arcgis-time-slider",
652
691
  {
@@ -655,7 +694,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
655
694
  onArcgisTriggerAction: "arcgisTriggerAction"
656
695
  }
657
696
  )
658
- ), Pr = /* @__PURE__ */ e(
697
+ ), Dr = /* @__PURE__ */ e(
659
698
  r(
660
699
  "arcgis-time-zone-label",
661
700
  {
@@ -663,7 +702,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
663
702
  onArcgisReady: "arcgisReady"
664
703
  }
665
704
  )
666
- ), ur = /* @__PURE__ */ e(
705
+ ), br = /* @__PURE__ */ e(
667
706
  r(
668
707
  "arcgis-track",
669
708
  {
@@ -673,14 +712,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
673
712
  onArcgisReady: "arcgisReady"
674
713
  }
675
714
  )
676
- ), mr = /* @__PURE__ */ e(
715
+ ), kr = /* @__PURE__ */ e(
677
716
  r(
678
717
  "arcgis-utility-network-associations",
679
718
  {
680
719
  onArcgisReady: "arcgisReady"
681
720
  }
682
721
  )
683
- ), Tr = /* @__PURE__ */ e(
722
+ ), Lr = /* @__PURE__ */ e(
684
723
  r(
685
724
  "arcgis-utility-network-trace",
686
725
  {
@@ -693,23 +732,22 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
693
732
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
694
733
  }
695
734
  )
696
- ), Sr = /* @__PURE__ */ e(
735
+ ), vr = /* @__PURE__ */ e(
697
736
  r(
698
737
  "arcgis-utility-network-trace-analysis",
699
738
  {
700
- onArcgisPropertyChange: "arcgisPropertyChange",
701
739
  onArcgisReady: "arcgisReady",
702
740
  onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
703
741
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
704
742
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
705
743
  }
706
744
  )
707
- ), Dr = /* @__PURE__ */ e(
745
+ ), Er = /* @__PURE__ */ e(
708
746
  r(
709
747
  "arcgis-utility-network-subnetwork-info",
710
748
  {}
711
749
  )
712
- ), kr = /* @__PURE__ */ e(
750
+ ), Ur = /* @__PURE__ */ e(
713
751
  r(
714
752
  "arcgis-utility-network-trace-inputs",
715
753
  {
@@ -721,7 +759,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
721
759
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
722
760
  }
723
761
  )
724
- ), Lr = /* @__PURE__ */ e(
762
+ ), Fr = /* @__PURE__ */ e(
725
763
  r(
726
764
  "arcgis-utility-network-trace-location",
727
765
  {
@@ -730,12 +768,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
730
768
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
731
769
  }
732
770
  )
733
- ), br = /* @__PURE__ */ e(
771
+ ), fr = /* @__PURE__ */ e(
734
772
  r(
735
773
  "arcgis-utility-network-trace-location-list",
736
774
  {}
737
775
  )
738
- ), vr = /* @__PURE__ */ e(
776
+ ), Mr = /* @__PURE__ */ e(
739
777
  r(
740
778
  "arcgis-utility-network-trace-results",
741
779
  {
@@ -744,7 +782,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
744
782
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
745
783
  }
746
784
  )
747
- ), Er = /* @__PURE__ */ e(
785
+ ), Ir = /* @__PURE__ */ e(
748
786
  r(
749
787
  "arcgis-utility-network-validate-topology",
750
788
  {
@@ -752,7 +790,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
752
790
  onArcgisReady: "arcgisReady"
753
791
  }
754
792
  )
755
- ), Ur = /* @__PURE__ */ e(
793
+ ), Br = /* @__PURE__ */ e(
756
794
  r(
757
795
  "arcgis-value-picker",
758
796
  {
@@ -765,7 +803,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
765
803
  onArcgisReady: "arcgisReady"
766
804
  }
767
805
  )
768
- ), Fr = /* @__PURE__ */ e(
806
+ ), Nr = /* @__PURE__ */ e(
769
807
  r(
770
808
  "arcgis-version-management",
771
809
  {
@@ -773,14 +811,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
773
811
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
774
812
  }
775
813
  )
776
- ), fr = /* @__PURE__ */ e(
814
+ ), Kr = /* @__PURE__ */ e(
777
815
  r(
778
816
  "arcgis-video",
779
817
  {
780
818
  onArcgisViewReadyChange: "arcgisViewReadyChange"
781
819
  }
782
820
  )
783
- ), Ir = /* @__PURE__ */ e(
821
+ ), Wr = /* @__PURE__ */ e(
784
822
  r(
785
823
  "arcgis-video-player",
786
824
  {
@@ -789,7 +827,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
789
827
  onArcgisVideoReady: "arcgisVideoReady"
790
828
  }
791
829
  )
792
- ), Mr = /* @__PURE__ */ e(
830
+ ), zr = /* @__PURE__ */ e(
793
831
  r(
794
832
  "arcgis-volume-measurement",
795
833
  {
@@ -797,7 +835,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
797
835
  onArcgisReady: "arcgisReady"
798
836
  }
799
837
  )
800
- ), Br = /* @__PURE__ */ e(
838
+ ), Hr = /* @__PURE__ */ e(
801
839
  r(
802
840
  "arcgis-weather",
803
841
  {
@@ -805,7 +843,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
805
843
  onArcgisReady: "arcgisReady"
806
844
  }
807
845
  )
808
- ), Nr = /* @__PURE__ */ e(
846
+ ), xr = /* @__PURE__ */ e(
809
847
  r(
810
848
  "arcgis-zoom",
811
849
  {
@@ -826,25 +864,28 @@ export {
826
864
  h as ArcgisBuildingExplorer,
827
865
  w as ArcgisBuildingLevelItem,
828
866
  p as ArcgisCatalogLayerList,
829
- Cr as ArcgisColorSelect,
830
- V as ArcgisCompass,
831
- R as ArcgisCoordinateConversion,
867
+ X as ArcgisClipboard,
868
+ Vr as ArcgisColorSelect,
869
+ R as ArcgisCompass,
870
+ V as ArcgisCoordinateConversion,
832
871
  P as ArcgisDaylight,
833
872
  T as ArcgisDirectLineMeasurement3d,
834
873
  u as ArcgisDirectionalPad,
835
874
  m as ArcgisDirections,
836
875
  S as ArcgisDistanceMeasurement2d,
837
876
  D as ArcgisEditor,
838
- k as ArcgisElevationProfile,
839
- L as ArcgisExpand,
840
- b as ArcgisFeature,
877
+ b as ArcgisElevationProfile,
878
+ k as ArcgisExpand,
879
+ L as ArcgisFeature,
841
880
  v as ArcgisFeatureForm,
881
+ Y as ArcgisFeatureImage,
842
882
  E as ArcgisFeatureTable,
843
883
  U as ArcgisFeatureTemplates,
884
+ _ as ArcgisFeatureTitle,
844
885
  F as ArcgisFeatures,
845
886
  f as ArcgisFloorFilter,
846
- I as ArcgisFullscreen,
847
- M as ArcgisGridControls,
887
+ M as ArcgisFullscreen,
888
+ I as ArcgisGridControls,
848
889
  B as ArcgisHistogramRangeSlider,
849
890
  N as ArcgisHome,
850
891
  K as ArcgisLayerList,
@@ -856,48 +897,50 @@ export {
856
897
  G as ArcgisLocate,
857
898
  Z as ArcgisMap,
858
899
  j as ArcgisMeasurement,
900
+ $ as ArcgisMultiFeatureForm,
859
901
  q as ArcgisNavigationToggle,
860
902
  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
903
+ Q as ArcgisPaste,
904
+ rr as ArcgisPopup,
905
+ er as ArcgisPresentation,
906
+ ir as ArcgisPrint,
907
+ ar as ArcgisScaleBar,
908
+ gr as ArcgisScaleRangeSlider,
909
+ sr as ArcgisScene,
910
+ cr as ArcgisSearch,
911
+ or as ArcgisSearchResultRenderer,
912
+ nr as ArcgisShadowCast,
913
+ tr as ArcgisSketch,
914
+ Ar as ArcgisSlice,
915
+ yr as ArcgisSliderBinaryColorSizeLegacy,
916
+ lr as ArcgisSliderClassedColorLegacy,
917
+ dr as ArcgisSliderClassedSizeLegacy,
918
+ Cr as ArcgisSliderColorLegacy,
919
+ hr as ArcgisSliderColorSizeLegacy,
920
+ wr as ArcgisSliderHeatmapLegacy,
921
+ pr as ArcgisSliderOpacityLegacy,
922
+ Rr as ArcgisSliderSizeLegacy,
923
+ mr as ArcgisSwipe,
924
+ Tr as ArcgisTableList,
925
+ Pr as ArcgisTimeOfDaySlider,
926
+ Sr as ArcgisTimeSlider,
927
+ Dr as ArcgisTimeZoneLabel,
928
+ br as ArcgisTrack,
929
+ kr as ArcgisUtilityNetworkAssociations,
930
+ Er as ArcgisUtilityNetworkSubnetworkInfo,
931
+ Lr as ArcgisUtilityNetworkTrace,
932
+ vr as ArcgisUtilityNetworkTraceAnalysis,
933
+ Ur as ArcgisUtilityNetworkTraceInputs,
934
+ Fr as ArcgisUtilityNetworkTraceLocation,
935
+ fr as ArcgisUtilityNetworkTraceLocationList,
936
+ Mr as ArcgisUtilityNetworkTraceResults,
937
+ Ir as ArcgisUtilityNetworkValidateTopology,
938
+ Br as ArcgisValuePicker,
939
+ Nr as ArcgisVersionManagement,
940
+ Kr as ArcgisVideo,
941
+ Wr as ArcgisVideoPlayer,
942
+ zr as ArcgisVolumeMeasurement,
943
+ Hr as ArcgisWeather,
944
+ ur as ArcgisWebglError,
945
+ xr as ArcgisZoom
903
946
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.0.0-next.136",
3
+ "version": "5.0.0-next.138",
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.136",
33
- "@arcgis/map-components": "5.0.0-next.136",
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/map-components": "5.0.0-next.138",
37
+ "@arcgis/lumina": "5.0.0-next.138"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": ">=5.0.0-next.62 <5.1",