@arcgis/map-components-react 4.34.0-next.121 → 4.34.0-next.122

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.
@@ -494,6 +494,11 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
494
494
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
495
495
  onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
496
496
  }>;
497
+ export declare const ArcgisResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisResultFeatureListElement & {
498
+ class?: string;
499
+ }, {
500
+ onArcgisPropertyChange: EventName<HTMLArcgisResultFeatureListElement["arcgisPropertyChange"]>;
501
+ }>;
497
502
  export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
498
503
  class?: string;
499
504
  }, {
package/dist/index.js CHANGED
@@ -640,6 +640,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
640
640
  }
641
641
  )
642
642
  ), Lr = /* @__PURE__ */ e(
643
+ r(
644
+ "arcgis-result-feature-list",
645
+ {
646
+ onArcgisPropertyChange: "arcgisPropertyChange"
647
+ }
648
+ )
649
+ ), Dr = /* @__PURE__ */ e(
643
650
  r(
644
651
  "arcgis-utility-network-validate-topology",
645
652
  {
@@ -647,7 +654,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
647
654
  onArcgisReady: "arcgisReady"
648
655
  }
649
656
  )
650
- ), Dr = /* @__PURE__ */ e(
657
+ ), br = /* @__PURE__ */ e(
651
658
  r(
652
659
  "arcgis-value-picker",
653
660
  {
@@ -660,7 +667,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
660
667
  onArcgisReady: "arcgisReady"
661
668
  }
662
669
  )
663
- ), br = /* @__PURE__ */ e(
670
+ ), Er = /* @__PURE__ */ e(
664
671
  r(
665
672
  "arcgis-version-management",
666
673
  {
@@ -668,14 +675,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
668
675
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
669
676
  }
670
677
  )
671
- ), Er = /* @__PURE__ */ e(
678
+ ), Ur = /* @__PURE__ */ e(
672
679
  r(
673
680
  "arcgis-video",
674
681
  {
675
682
  onArcgisViewReadyChange: "arcgisViewReadyChange"
676
683
  }
677
684
  )
678
- ), Ur = /* @__PURE__ */ e(
685
+ ), Tr = /* @__PURE__ */ e(
679
686
  r(
680
687
  "arcgis-video-player",
681
688
  {
@@ -684,7 +691,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
684
691
  onArcgisVideoReady: "arcgisVideoReady"
685
692
  }
686
693
  )
687
- ), Tr = /* @__PURE__ */ e(
694
+ ), Mr = /* @__PURE__ */ e(
688
695
  r(
689
696
  "arcgis-weather",
690
697
  {
@@ -692,7 +699,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
692
699
  onArcgisReady: "arcgisReady"
693
700
  }
694
701
  )
695
- ), Mr = /* @__PURE__ */ e(
702
+ ), fr = /* @__PURE__ */ e(
696
703
  r(
697
704
  "arcgis-zoom",
698
705
  {
@@ -759,6 +766,7 @@ export {
759
766
  nr as ArcgisOrientedImageryViewer,
760
767
  tr as ArcgisPlacement,
761
768
  Ar as ArcgisPrint,
769
+ Lr as ArcgisResultFeatureList,
762
770
  yr as ArcgisScaleBar,
763
771
  dr as ArcgisScaleRangeSlider,
764
772
  lr as ArcgisScene,
@@ -774,11 +782,11 @@ export {
774
782
  vr as ArcgisTrack,
775
783
  kr as ArcgisUtilityNetworkAssociations,
776
784
  Sr as ArcgisUtilityNetworkTrace,
777
- Lr as ArcgisUtilityNetworkValidateTopology,
778
- Dr as ArcgisValuePicker,
779
- br as ArcgisVersionManagement,
780
- Er as ArcgisVideo,
781
- Ur as ArcgisVideoPlayer,
782
- Tr as ArcgisWeather,
783
- Mr as ArcgisZoom
785
+ Dr as ArcgisUtilityNetworkValidateTopology,
786
+ br as ArcgisValuePicker,
787
+ Er as ArcgisVersionManagement,
788
+ Ur as ArcgisVideo,
789
+ Tr as ArcgisVideoPlayer,
790
+ Mr as ArcgisWeather,
791
+ fr as ArcgisZoom
784
792
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.34.0-next.121",
3
+ "version": "4.34.0-next.122",
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.121",
33
- "@arcgis/map-components": "4.34.0-next.121",
32
+ "@arcgis/lumina": "4.34.0-next.122",
33
+ "@arcgis/map-components": "4.34.0-next.122",
34
34
  "@esri/calcite-components": "^3.3.0-next.95",
35
35
  "@lit/react": "^1.0.7",
36
36
  "lit": "^3.3.0",