@arcgis/map-components-react 5.0.0-next.50 → 5.0.0-next.51
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 +5 -0
- package/dist/index.js +53 -45
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -404,6 +404,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
404
404
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
405
405
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
406
406
|
}>;
|
|
407
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
408
|
+
class?: string;
|
|
409
|
+
}, {
|
|
410
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
411
|
+
}>;
|
|
407
412
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
408
413
|
class?: string;
|
|
409
414
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
43
43
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), C = /* @__PURE__ */ e(
|
|
47
47
|
r(
|
|
48
48
|
"arcgis-basemap-toggle",
|
|
49
49
|
{
|
|
@@ -51,7 +51,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
51
51
|
onArcgisReady: "arcgisReady"
|
|
52
52
|
}
|
|
53
53
|
)
|
|
54
|
-
),
|
|
54
|
+
), d = /* @__PURE__ */ e(
|
|
55
55
|
r(
|
|
56
56
|
"arcgis-bookmarks",
|
|
57
57
|
{
|
|
@@ -506,6 +506,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
506
506
|
}
|
|
507
507
|
)
|
|
508
508
|
), sr = /* @__PURE__ */ e(
|
|
509
|
+
r(
|
|
510
|
+
"arcgis-color-select",
|
|
511
|
+
{
|
|
512
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
513
|
+
}
|
|
514
|
+
)
|
|
515
|
+
), gr = /* @__PURE__ */ e(
|
|
509
516
|
r(
|
|
510
517
|
"arcgis-swipe",
|
|
511
518
|
{
|
|
@@ -515,7 +522,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
515
522
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
516
523
|
}
|
|
517
524
|
)
|
|
518
|
-
),
|
|
525
|
+
), cr = /* @__PURE__ */ e(
|
|
519
526
|
r(
|
|
520
527
|
"arcgis-table-list",
|
|
521
528
|
{
|
|
@@ -525,7 +532,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
525
532
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
526
533
|
}
|
|
527
534
|
)
|
|
528
|
-
),
|
|
535
|
+
), or = /* @__PURE__ */ e(
|
|
529
536
|
r(
|
|
530
537
|
"arcgis-time-slider",
|
|
531
538
|
{
|
|
@@ -534,7 +541,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
534
541
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
535
542
|
}
|
|
536
543
|
)
|
|
537
|
-
),
|
|
544
|
+
), nr = /* @__PURE__ */ e(
|
|
538
545
|
r(
|
|
539
546
|
"arcgis-time-zone-label",
|
|
540
547
|
{
|
|
@@ -542,7 +549,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
542
549
|
onArcgisReady: "arcgisReady"
|
|
543
550
|
}
|
|
544
551
|
)
|
|
545
|
-
),
|
|
552
|
+
), tr = /* @__PURE__ */ e(
|
|
546
553
|
r(
|
|
547
554
|
"arcgis-track",
|
|
548
555
|
{
|
|
@@ -552,14 +559,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
552
559
|
onArcgisReady: "arcgisReady"
|
|
553
560
|
}
|
|
554
561
|
)
|
|
555
|
-
),
|
|
562
|
+
), Ar = /* @__PURE__ */ e(
|
|
556
563
|
r(
|
|
557
564
|
"arcgis-utility-network-associations",
|
|
558
565
|
{
|
|
559
566
|
onArcgisReady: "arcgisReady"
|
|
560
567
|
}
|
|
561
568
|
)
|
|
562
|
-
),
|
|
569
|
+
), yr = /* @__PURE__ */ e(
|
|
563
570
|
r(
|
|
564
571
|
"arcgis-utility-network-trace",
|
|
565
572
|
{
|
|
@@ -572,7 +579,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
572
579
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
573
580
|
}
|
|
574
581
|
)
|
|
575
|
-
),
|
|
582
|
+
), lr = /* @__PURE__ */ e(
|
|
576
583
|
r(
|
|
577
584
|
"arcgis-utility-network-trace-analysis",
|
|
578
585
|
{
|
|
@@ -580,7 +587,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
580
587
|
onArcgisReady: "arcgisReady"
|
|
581
588
|
}
|
|
582
589
|
)
|
|
583
|
-
),
|
|
590
|
+
), Cr = /* @__PURE__ */ e(
|
|
584
591
|
r(
|
|
585
592
|
"arcgis-utility-network-result-feature-list",
|
|
586
593
|
{
|
|
@@ -592,7 +599,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
592
599
|
"arcgis-utility-network-subnetwork-info",
|
|
593
600
|
{}
|
|
594
601
|
)
|
|
595
|
-
),
|
|
602
|
+
), wr = /* @__PURE__ */ e(
|
|
596
603
|
r(
|
|
597
604
|
"arcgis-utility-network-trace-inputs",
|
|
598
605
|
{
|
|
@@ -601,7 +608,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
601
608
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
602
609
|
}
|
|
603
610
|
)
|
|
604
|
-
),
|
|
611
|
+
), pr = /* @__PURE__ */ e(
|
|
605
612
|
r(
|
|
606
613
|
"arcgis-utility-network-trace-location",
|
|
607
614
|
{
|
|
@@ -610,19 +617,19 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
610
617
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
611
618
|
}
|
|
612
619
|
)
|
|
613
|
-
),
|
|
620
|
+
), hr = /* @__PURE__ */ e(
|
|
614
621
|
r(
|
|
615
622
|
"arcgis-utility-network-trace-location-list",
|
|
616
623
|
{}
|
|
617
624
|
)
|
|
618
|
-
),
|
|
625
|
+
), Vr = /* @__PURE__ */ e(
|
|
619
626
|
r(
|
|
620
627
|
"arcgis-utility-network-trace-results",
|
|
621
628
|
{
|
|
622
629
|
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
|
|
623
630
|
}
|
|
624
631
|
)
|
|
625
|
-
),
|
|
632
|
+
), Rr = /* @__PURE__ */ e(
|
|
626
633
|
r(
|
|
627
634
|
"arcgis-utility-network-validate-topology",
|
|
628
635
|
{
|
|
@@ -630,7 +637,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
630
637
|
onArcgisReady: "arcgisReady"
|
|
631
638
|
}
|
|
632
639
|
)
|
|
633
|
-
),
|
|
640
|
+
), Pr = /* @__PURE__ */ e(
|
|
634
641
|
r(
|
|
635
642
|
"arcgis-value-picker",
|
|
636
643
|
{
|
|
@@ -643,7 +650,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
643
650
|
onArcgisReady: "arcgisReady"
|
|
644
651
|
}
|
|
645
652
|
)
|
|
646
|
-
),
|
|
653
|
+
), mr = /* @__PURE__ */ e(
|
|
647
654
|
r(
|
|
648
655
|
"arcgis-version-management",
|
|
649
656
|
{
|
|
@@ -651,14 +658,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
651
658
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
652
659
|
}
|
|
653
660
|
)
|
|
654
|
-
),
|
|
661
|
+
), ur = /* @__PURE__ */ e(
|
|
655
662
|
r(
|
|
656
663
|
"arcgis-video",
|
|
657
664
|
{
|
|
658
665
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
659
666
|
}
|
|
660
667
|
)
|
|
661
|
-
),
|
|
668
|
+
), kr = /* @__PURE__ */ e(
|
|
662
669
|
r(
|
|
663
670
|
"arcgis-video-player",
|
|
664
671
|
{
|
|
@@ -667,7 +674,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
667
674
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
668
675
|
}
|
|
669
676
|
)
|
|
670
|
-
),
|
|
677
|
+
), Sr = /* @__PURE__ */ e(
|
|
671
678
|
r(
|
|
672
679
|
"arcgis-volume-measurement",
|
|
673
680
|
{
|
|
@@ -675,7 +682,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
675
682
|
onArcgisReady: "arcgisReady"
|
|
676
683
|
}
|
|
677
684
|
)
|
|
678
|
-
),
|
|
685
|
+
), Lr = /* @__PURE__ */ e(
|
|
679
686
|
r(
|
|
680
687
|
"arcgis-weather",
|
|
681
688
|
{
|
|
@@ -683,7 +690,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
683
690
|
onArcgisReady: "arcgisReady"
|
|
684
691
|
}
|
|
685
692
|
)
|
|
686
|
-
),
|
|
693
|
+
), vr = /* @__PURE__ */ e(
|
|
687
694
|
r(
|
|
688
695
|
"arcgis-zoom",
|
|
689
696
|
{
|
|
@@ -698,10 +705,11 @@ export {
|
|
|
698
705
|
A as ArcgisAttachments,
|
|
699
706
|
y as ArcgisBasemapGallery,
|
|
700
707
|
l as ArcgisBasemapLayerList,
|
|
701
|
-
|
|
702
|
-
|
|
708
|
+
C as ArcgisBasemapToggle,
|
|
709
|
+
d as ArcgisBookmarks,
|
|
703
710
|
w as ArcgisBuildingExplorer,
|
|
704
711
|
p as ArcgisCatalogLayerList,
|
|
712
|
+
sr as ArcgisColorSelect,
|
|
705
713
|
h as ArcgisCompass,
|
|
706
714
|
V as ArcgisCoordinateConversion,
|
|
707
715
|
R as ArcgisDaylight,
|
|
@@ -743,26 +751,26 @@ export {
|
|
|
743
751
|
er as ArcgisShadowCast,
|
|
744
752
|
ir as ArcgisSketch,
|
|
745
753
|
ar as ArcgisSlice,
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
754
|
+
gr as ArcgisSwipe,
|
|
755
|
+
cr as ArcgisTableList,
|
|
756
|
+
or as ArcgisTimeSlider,
|
|
757
|
+
nr as ArcgisTimeZoneLabel,
|
|
758
|
+
tr as ArcgisTrack,
|
|
759
|
+
Ar as ArcgisUtilityNetworkAssociations,
|
|
760
|
+
Cr as ArcgisUtilityNetworkResultFeatureList,
|
|
753
761
|
dr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
762
|
+
yr as ArcgisUtilityNetworkTrace,
|
|
763
|
+
lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
764
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
765
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
766
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
767
|
+
Vr as ArcgisUtilityNetworkTraceResults,
|
|
768
|
+
Rr as ArcgisUtilityNetworkValidateTopology,
|
|
769
|
+
Pr as ArcgisValuePicker,
|
|
770
|
+
mr as ArcgisVersionManagement,
|
|
771
|
+
ur as ArcgisVideo,
|
|
772
|
+
kr as ArcgisVideoPlayer,
|
|
773
|
+
Sr as ArcgisVolumeMeasurement,
|
|
774
|
+
Lr as ArcgisWeather,
|
|
775
|
+
vr as ArcgisZoom
|
|
768
776
|
};
|
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.51",
|
|
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": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.51",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.51",
|
|
34
34
|
"@esri/calcite-components": "^3.3.2",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|