@arcgis/map-components-react 5.0.0-next.10 → 5.0.0-next.101
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 +46 -17
- package/dist/index.js +191 -147
- package/package.json +6 -6
package/dist/components.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTM
|
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
45
45
|
onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
|
|
46
|
+
onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
|
|
46
47
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
48
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
49
|
}>;
|
|
@@ -52,6 +53,22 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
52
53
|
onArcgisPropertyChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisPropertyChange"]>;
|
|
53
54
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
54
55
|
}>;
|
|
56
|
+
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingDisciplineTreeElement & {
|
|
57
|
+
class?: string;
|
|
58
|
+
}, {}>;
|
|
59
|
+
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingLevelPickerElement & {
|
|
60
|
+
class?: string;
|
|
61
|
+
}, {}>;
|
|
62
|
+
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingLevelItemElement & {
|
|
63
|
+
class?: string;
|
|
64
|
+
}, {
|
|
65
|
+
onArcgisTileBlur: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileBlur"]>;
|
|
66
|
+
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
67
|
+
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
68
|
+
}>;
|
|
69
|
+
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingPhasePickerElement & {
|
|
70
|
+
class?: string;
|
|
71
|
+
}, {}>;
|
|
55
72
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisCatalogLayerListElement & {
|
|
56
73
|
class?: string;
|
|
57
74
|
}, {
|
|
@@ -97,12 +114,6 @@ export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWe
|
|
|
97
114
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
98
115
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
99
116
|
}>;
|
|
100
|
-
export declare const ArcgisDirectlineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
101
|
-
class?: string;
|
|
102
|
-
}, {
|
|
103
|
-
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
104
|
-
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
105
|
-
}>;
|
|
106
117
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
107
118
|
class?: string;
|
|
108
119
|
}, {
|
|
@@ -123,12 +134,6 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
123
134
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
124
135
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
125
136
|
}>;
|
|
126
|
-
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
127
|
-
class?: string;
|
|
128
|
-
}, {
|
|
129
|
-
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
130
|
-
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
131
|
-
}>;
|
|
132
137
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
133
138
|
class?: string;
|
|
134
139
|
}, {
|
|
@@ -328,12 +333,19 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
328
333
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
329
334
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
330
335
|
}>;
|
|
336
|
+
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<HTMLArcgisPresentationElement & {
|
|
337
|
+
class?: string;
|
|
338
|
+
}, {
|
|
339
|
+
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
340
|
+
}>;
|
|
331
341
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
332
342
|
class?: string;
|
|
333
343
|
}, {
|
|
344
|
+
onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
|
|
334
345
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
335
346
|
onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
|
|
336
347
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
348
|
+
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
337
349
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
338
350
|
}>;
|
|
339
351
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
@@ -415,6 +427,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
415
427
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
416
428
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
417
429
|
}>;
|
|
430
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
431
|
+
class?: string;
|
|
432
|
+
}, {
|
|
433
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
434
|
+
}>;
|
|
418
435
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
419
436
|
class?: string;
|
|
420
437
|
}, {
|
|
@@ -473,11 +490,9 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
473
490
|
}, {
|
|
474
491
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
475
492
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}, {
|
|
480
|
-
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
493
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
|
|
494
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
495
|
+
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
481
496
|
}>;
|
|
482
497
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
483
498
|
class?: string;
|
|
@@ -485,7 +500,10 @@ export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').Re
|
|
|
485
500
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
486
501
|
class?: string;
|
|
487
502
|
}, {
|
|
503
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
488
504
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
505
|
+
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectEnd"]>;
|
|
506
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
489
507
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
490
508
|
}>;
|
|
491
509
|
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
@@ -495,10 +513,15 @@ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').Rea
|
|
|
495
513
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
496
514
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
497
515
|
}>;
|
|
516
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
517
|
+
class?: string;
|
|
518
|
+
}, {}>;
|
|
498
519
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
499
520
|
class?: string;
|
|
500
521
|
}, {
|
|
522
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
501
523
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
524
|
+
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
|
502
525
|
}>;
|
|
503
526
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
504
527
|
class?: string;
|
|
@@ -535,6 +558,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
535
558
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
536
559
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
537
560
|
}>;
|
|
561
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
562
|
+
class?: string;
|
|
563
|
+
}, {
|
|
564
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
565
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
566
|
+
}>;
|
|
538
567
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
539
568
|
class?: string;
|
|
540
569
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -57,6 +57,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
57
57
|
{
|
|
58
58
|
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
59
59
|
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
60
|
+
onArcgisClose: "arcgisClose",
|
|
60
61
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
61
62
|
onArcgisReady: "arcgisReady"
|
|
62
63
|
}
|
|
@@ -70,6 +71,30 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
70
71
|
}
|
|
71
72
|
)
|
|
72
73
|
), p = /* @__PURE__ */ e(
|
|
74
|
+
r(
|
|
75
|
+
"arcgis-building-discipline-tree",
|
|
76
|
+
{}
|
|
77
|
+
)
|
|
78
|
+
), h = /* @__PURE__ */ e(
|
|
79
|
+
r(
|
|
80
|
+
"arcgis-building-level-picker",
|
|
81
|
+
{}
|
|
82
|
+
)
|
|
83
|
+
), R = /* @__PURE__ */ e(
|
|
84
|
+
r(
|
|
85
|
+
"arcgis-building-level-item",
|
|
86
|
+
{
|
|
87
|
+
onArcgisTileBlur: "arcgisTileBlur",
|
|
88
|
+
onArcgisTileFocus: "arcgisTileFocus",
|
|
89
|
+
onArcgisTileSelect: "arcgisTileSelect"
|
|
90
|
+
}
|
|
91
|
+
)
|
|
92
|
+
), V = /* @__PURE__ */ e(
|
|
93
|
+
r(
|
|
94
|
+
"arcgis-building-phase-picker",
|
|
95
|
+
{}
|
|
96
|
+
)
|
|
97
|
+
), P = /* @__PURE__ */ e(
|
|
73
98
|
r(
|
|
74
99
|
"arcgis-catalog-layer-list",
|
|
75
100
|
{
|
|
@@ -79,7 +104,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
79
104
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
80
105
|
}
|
|
81
106
|
)
|
|
82
|
-
),
|
|
107
|
+
), u = /* @__PURE__ */ e(
|
|
83
108
|
r(
|
|
84
109
|
"arcgis-compass",
|
|
85
110
|
{
|
|
@@ -87,7 +112,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
87
112
|
onArcgisReady: "arcgisReady"
|
|
88
113
|
}
|
|
89
114
|
)
|
|
90
|
-
),
|
|
115
|
+
), m = /* @__PURE__ */ e(
|
|
91
116
|
r(
|
|
92
117
|
"arcgis-coordinate-conversion",
|
|
93
118
|
{
|
|
@@ -96,7 +121,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
96
121
|
onArcgisReady: "arcgisReady"
|
|
97
122
|
}
|
|
98
123
|
)
|
|
99
|
-
),
|
|
124
|
+
), S = /* @__PURE__ */ e(
|
|
100
125
|
r(
|
|
101
126
|
"arcgis-daylight",
|
|
102
127
|
{
|
|
@@ -104,7 +129,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
104
129
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
105
130
|
}
|
|
106
131
|
)
|
|
107
|
-
),
|
|
132
|
+
), k = /* @__PURE__ */ e(
|
|
108
133
|
r(
|
|
109
134
|
"arcgis-directional-pad",
|
|
110
135
|
{
|
|
@@ -112,7 +137,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
112
137
|
onArcgisReady: "arcgisReady"
|
|
113
138
|
}
|
|
114
139
|
)
|
|
115
|
-
),
|
|
140
|
+
), L = /* @__PURE__ */ e(
|
|
116
141
|
r(
|
|
117
142
|
"arcgis-directions",
|
|
118
143
|
{
|
|
@@ -120,7 +145,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
120
145
|
onArcgisReady: "arcgisReady"
|
|
121
146
|
}
|
|
122
147
|
)
|
|
123
|
-
),
|
|
148
|
+
), T = /* @__PURE__ */ e(
|
|
124
149
|
r(
|
|
125
150
|
"arcgis-direct-line-measurement-3d",
|
|
126
151
|
{
|
|
@@ -128,15 +153,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
128
153
|
onArcgisReady: "arcgisReady"
|
|
129
154
|
}
|
|
130
155
|
)
|
|
131
|
-
),
|
|
132
|
-
r(
|
|
133
|
-
"arcgis-directline-measurement-3d",
|
|
134
|
-
{
|
|
135
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
136
|
-
onArcgisReady: "arcgisReady"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
|
-
), S = /* @__PURE__ */ e(
|
|
156
|
+
), v = /* @__PURE__ */ e(
|
|
140
157
|
r(
|
|
141
158
|
"arcgis-distance-measurement-2d",
|
|
142
159
|
{
|
|
@@ -144,7 +161,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
144
161
|
onArcgisReady: "arcgisReady"
|
|
145
162
|
}
|
|
146
163
|
)
|
|
147
|
-
),
|
|
164
|
+
), D = /* @__PURE__ */ e(
|
|
148
165
|
r(
|
|
149
166
|
"arcgis-editor",
|
|
150
167
|
{
|
|
@@ -154,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
171
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
172
|
}
|
|
156
173
|
)
|
|
157
|
-
),
|
|
174
|
+
), E = /* @__PURE__ */ e(
|
|
158
175
|
r(
|
|
159
176
|
"arcgis-elevation-profile",
|
|
160
177
|
{
|
|
@@ -162,15 +179,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
162
179
|
onArcgisReady: "arcgisReady"
|
|
163
180
|
}
|
|
164
181
|
)
|
|
165
|
-
),
|
|
166
|
-
r(
|
|
167
|
-
"arcgis-elevation-profile-next",
|
|
168
|
-
{
|
|
169
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
|
-
onArcgisReady: "arcgisReady"
|
|
171
|
-
}
|
|
172
|
-
)
|
|
173
|
-
), E = /* @__PURE__ */ e(
|
|
182
|
+
), b = /* @__PURE__ */ e(
|
|
174
183
|
r(
|
|
175
184
|
"arcgis-expand",
|
|
176
185
|
{
|
|
@@ -178,7 +187,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
187
|
onArcgisReady: "arcgisReady"
|
|
179
188
|
}
|
|
180
189
|
)
|
|
181
|
-
),
|
|
190
|
+
), U = /* @__PURE__ */ e(
|
|
182
191
|
r(
|
|
183
192
|
"arcgis-feature",
|
|
184
193
|
{
|
|
@@ -186,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
186
195
|
onArcgisReady: "arcgisReady"
|
|
187
196
|
}
|
|
188
197
|
)
|
|
189
|
-
),
|
|
198
|
+
), F = /* @__PURE__ */ e(
|
|
190
199
|
r(
|
|
191
200
|
"arcgis-feature-form",
|
|
192
201
|
{
|
|
@@ -196,7 +205,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
196
205
|
onArcgisValueChange: "arcgisValueChange"
|
|
197
206
|
}
|
|
198
207
|
)
|
|
199
|
-
),
|
|
208
|
+
), I = /* @__PURE__ */ e(
|
|
200
209
|
r(
|
|
201
210
|
"arcgis-feature-table",
|
|
202
211
|
{
|
|
@@ -210,7 +219,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
219
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
220
|
}
|
|
212
221
|
)
|
|
213
|
-
),
|
|
222
|
+
), M = /* @__PURE__ */ e(
|
|
214
223
|
r(
|
|
215
224
|
"arcgis-feature-templates",
|
|
216
225
|
{
|
|
@@ -219,7 +228,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
228
|
onArcgisSelect: "arcgisSelect"
|
|
220
229
|
}
|
|
221
230
|
)
|
|
222
|
-
),
|
|
231
|
+
), f = /* @__PURE__ */ e(
|
|
223
232
|
r(
|
|
224
233
|
"arcgis-features",
|
|
225
234
|
{
|
|
@@ -229,14 +238,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
238
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
230
239
|
}
|
|
231
240
|
)
|
|
232
|
-
),
|
|
241
|
+
), B = /* @__PURE__ */ e(
|
|
233
242
|
r(
|
|
234
243
|
"arcgis-floor-filter",
|
|
235
244
|
{
|
|
236
245
|
onArcgisReady: "arcgisReady"
|
|
237
246
|
}
|
|
238
247
|
)
|
|
239
|
-
),
|
|
248
|
+
), K = /* @__PURE__ */ e(
|
|
240
249
|
r(
|
|
241
250
|
"arcgis-fullscreen",
|
|
242
251
|
{
|
|
@@ -252,7 +261,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
261
|
onArcgisReady: "arcgisReady"
|
|
253
262
|
}
|
|
254
263
|
)
|
|
255
|
-
),
|
|
264
|
+
), W = /* @__PURE__ */ e(
|
|
256
265
|
r(
|
|
257
266
|
"arcgis-histogram-range-slider",
|
|
258
267
|
{
|
|
@@ -260,7 +269,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
260
269
|
onArcgisReady: "arcgisReady"
|
|
261
270
|
}
|
|
262
271
|
)
|
|
263
|
-
),
|
|
272
|
+
), H = /* @__PURE__ */ e(
|
|
264
273
|
r(
|
|
265
274
|
"arcgis-home",
|
|
266
275
|
{
|
|
@@ -269,7 +278,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
278
|
onArcgisReady: "arcgisReady"
|
|
270
279
|
}
|
|
271
280
|
)
|
|
272
|
-
),
|
|
281
|
+
), x = /* @__PURE__ */ e(
|
|
273
282
|
r(
|
|
274
283
|
"arcgis-layer-list",
|
|
275
284
|
{
|
|
@@ -279,7 +288,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
279
288
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
280
289
|
}
|
|
281
290
|
)
|
|
282
|
-
),
|
|
291
|
+
), G = /* @__PURE__ */ e(
|
|
283
292
|
r(
|
|
284
293
|
"arcgis-legend",
|
|
285
294
|
{
|
|
@@ -287,7 +296,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
287
296
|
onArcgisReady: "arcgisReady"
|
|
288
297
|
}
|
|
289
298
|
)
|
|
290
|
-
),
|
|
299
|
+
), O = /* @__PURE__ */ e(
|
|
291
300
|
r(
|
|
292
301
|
"arcgis-line-of-sight",
|
|
293
302
|
{
|
|
@@ -295,7 +304,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
295
304
|
onArcgisReady: "arcgisReady"
|
|
296
305
|
}
|
|
297
306
|
)
|
|
298
|
-
),
|
|
307
|
+
), z = /* @__PURE__ */ e(
|
|
299
308
|
r(
|
|
300
309
|
"arcgis-link-chart",
|
|
301
310
|
{
|
|
@@ -325,7 +334,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
325
334
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
326
335
|
}
|
|
327
336
|
)
|
|
328
|
-
),
|
|
337
|
+
), Z = /* @__PURE__ */ e(
|
|
329
338
|
r(
|
|
330
339
|
"arcgis-link-chart-layout-switcher",
|
|
331
340
|
{
|
|
@@ -334,7 +343,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
343
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
335
344
|
}
|
|
336
345
|
)
|
|
337
|
-
),
|
|
346
|
+
), j = /* @__PURE__ */ e(
|
|
338
347
|
r(
|
|
339
348
|
"arcgis-locate",
|
|
340
349
|
{
|
|
@@ -344,7 +353,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
344
353
|
onArcgisSuccess: "arcgisSuccess"
|
|
345
354
|
}
|
|
346
355
|
)
|
|
347
|
-
),
|
|
356
|
+
), q = /* @__PURE__ */ e(
|
|
348
357
|
r(
|
|
349
358
|
"arcgis-map",
|
|
350
359
|
{
|
|
@@ -374,7 +383,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
374
383
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
375
384
|
}
|
|
376
385
|
)
|
|
377
|
-
),
|
|
386
|
+
), J = /* @__PURE__ */ e(
|
|
378
387
|
r(
|
|
379
388
|
"arcgis-measurement",
|
|
380
389
|
{
|
|
@@ -382,7 +391,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
382
391
|
onArcgisReady: "arcgisReady"
|
|
383
392
|
}
|
|
384
393
|
)
|
|
385
|
-
),
|
|
394
|
+
), Q = /* @__PURE__ */ e(
|
|
386
395
|
r(
|
|
387
396
|
"arcgis-navigation-toggle",
|
|
388
397
|
{
|
|
@@ -390,7 +399,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
390
399
|
onArcgisReady: "arcgisReady"
|
|
391
400
|
}
|
|
392
401
|
)
|
|
393
|
-
),
|
|
402
|
+
), X = /* @__PURE__ */ e(
|
|
394
403
|
r(
|
|
395
404
|
"arcgis-oriented-imagery-viewer",
|
|
396
405
|
{
|
|
@@ -398,14 +407,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
398
407
|
onArcgisReady: "arcgisReady"
|
|
399
408
|
}
|
|
400
409
|
)
|
|
401
|
-
),
|
|
410
|
+
), Y = /* @__PURE__ */ e(
|
|
402
411
|
r(
|
|
403
412
|
"arcgis-placement",
|
|
404
413
|
{
|
|
405
414
|
onArcgisReady: "arcgisReady"
|
|
406
415
|
}
|
|
407
416
|
)
|
|
408
|
-
),
|
|
417
|
+
), _ = /* @__PURE__ */ e(
|
|
409
418
|
r(
|
|
410
419
|
"arcgis-popup",
|
|
411
420
|
{
|
|
@@ -415,24 +424,33 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
415
424
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
416
425
|
}
|
|
417
426
|
)
|
|
418
|
-
),
|
|
427
|
+
), $ = /* @__PURE__ */ e(
|
|
428
|
+
r(
|
|
429
|
+
"arcgis-presentation",
|
|
430
|
+
{
|
|
431
|
+
onArcgisReady: "arcgisReady"
|
|
432
|
+
}
|
|
433
|
+
)
|
|
434
|
+
), rr = /* @__PURE__ */ e(
|
|
419
435
|
r(
|
|
420
436
|
"arcgis-print",
|
|
421
437
|
{
|
|
438
|
+
onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
|
|
422
439
|
onArcgisComplete: "arcgisComplete",
|
|
423
440
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
424
441
|
onArcgisReady: "arcgisReady",
|
|
442
|
+
onArcgisSaveAs: "arcgisSaveAs",
|
|
425
443
|
onArcgisSubmit: "arcgisSubmit"
|
|
426
444
|
}
|
|
427
445
|
)
|
|
428
|
-
),
|
|
446
|
+
), er = /* @__PURE__ */ e(
|
|
429
447
|
r(
|
|
430
448
|
"arcgis-scale-bar",
|
|
431
449
|
{
|
|
432
450
|
onArcgisReady: "arcgisReady"
|
|
433
451
|
}
|
|
434
452
|
)
|
|
435
|
-
),
|
|
453
|
+
), ir = /* @__PURE__ */ e(
|
|
436
454
|
r(
|
|
437
455
|
"arcgis-scale-range-slider",
|
|
438
456
|
{
|
|
@@ -440,7 +458,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
458
|
onArcgisReady: "arcgisReady"
|
|
441
459
|
}
|
|
442
460
|
)
|
|
443
|
-
),
|
|
461
|
+
), ar = /* @__PURE__ */ e(
|
|
444
462
|
r(
|
|
445
463
|
"arcgis-scene",
|
|
446
464
|
{
|
|
@@ -470,7 +488,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
470
488
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
471
489
|
}
|
|
472
490
|
)
|
|
473
|
-
),
|
|
491
|
+
), sr = /* @__PURE__ */ e(
|
|
474
492
|
r(
|
|
475
493
|
"arcgis-search",
|
|
476
494
|
{
|
|
@@ -484,14 +502,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
484
502
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
485
503
|
}
|
|
486
504
|
)
|
|
487
|
-
),
|
|
505
|
+
), cr = /* @__PURE__ */ e(
|
|
488
506
|
r(
|
|
489
507
|
"arcgis-search-result-renderer",
|
|
490
508
|
{
|
|
491
509
|
onArcgisReady: "arcgisReady"
|
|
492
510
|
}
|
|
493
511
|
)
|
|
494
|
-
),
|
|
512
|
+
), gr = /* @__PURE__ */ e(
|
|
495
513
|
r(
|
|
496
514
|
"arcgis-shadow-cast",
|
|
497
515
|
{
|
|
@@ -499,7 +517,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
499
517
|
onArcgisReady: "arcgisReady"
|
|
500
518
|
}
|
|
501
519
|
)
|
|
502
|
-
),
|
|
520
|
+
), or = /* @__PURE__ */ e(
|
|
503
521
|
r(
|
|
504
522
|
"arcgis-sketch",
|
|
505
523
|
{
|
|
@@ -512,7 +530,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
530
|
onArcgisUpdate: "arcgisUpdate"
|
|
513
531
|
}
|
|
514
532
|
)
|
|
515
|
-
),
|
|
533
|
+
), nr = /* @__PURE__ */ e(
|
|
516
534
|
r(
|
|
517
535
|
"arcgis-slice",
|
|
518
536
|
{
|
|
@@ -520,7 +538,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
520
538
|
onArcgisReady: "arcgisReady"
|
|
521
539
|
}
|
|
522
540
|
)
|
|
523
|
-
),
|
|
541
|
+
), tr = /* @__PURE__ */ e(
|
|
542
|
+
r(
|
|
543
|
+
"arcgis-color-select",
|
|
544
|
+
{
|
|
545
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
546
|
+
}
|
|
547
|
+
)
|
|
548
|
+
), Ar = /* @__PURE__ */ e(
|
|
524
549
|
r(
|
|
525
550
|
"arcgis-swipe",
|
|
526
551
|
{
|
|
@@ -530,7 +555,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
530
555
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
531
556
|
}
|
|
532
557
|
)
|
|
533
|
-
),
|
|
558
|
+
), yr = /* @__PURE__ */ e(
|
|
534
559
|
r(
|
|
535
560
|
"arcgis-table-list",
|
|
536
561
|
{
|
|
@@ -540,7 +565,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
540
565
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
541
566
|
}
|
|
542
567
|
)
|
|
543
|
-
),
|
|
568
|
+
), lr = /* @__PURE__ */ e(
|
|
544
569
|
r(
|
|
545
570
|
"arcgis-time-slider",
|
|
546
571
|
{
|
|
@@ -549,7 +574,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
549
574
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
550
575
|
}
|
|
551
576
|
)
|
|
552
|
-
),
|
|
577
|
+
), dr = /* @__PURE__ */ e(
|
|
553
578
|
r(
|
|
554
579
|
"arcgis-time-zone-label",
|
|
555
580
|
{
|
|
@@ -557,7 +582,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
557
582
|
onArcgisReady: "arcgisReady"
|
|
558
583
|
}
|
|
559
584
|
)
|
|
560
|
-
),
|
|
585
|
+
), Cr = /* @__PURE__ */ e(
|
|
561
586
|
r(
|
|
562
587
|
"arcgis-track",
|
|
563
588
|
{
|
|
@@ -567,14 +592,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
567
592
|
onArcgisReady: "arcgisReady"
|
|
568
593
|
}
|
|
569
594
|
)
|
|
570
|
-
),
|
|
595
|
+
), wr = /* @__PURE__ */ e(
|
|
571
596
|
r(
|
|
572
597
|
"arcgis-utility-network-associations",
|
|
573
598
|
{
|
|
574
599
|
onArcgisReady: "arcgisReady"
|
|
575
600
|
}
|
|
576
601
|
)
|
|
577
|
-
),
|
|
602
|
+
), pr = /* @__PURE__ */ e(
|
|
578
603
|
r(
|
|
579
604
|
"arcgis-utility-network-trace",
|
|
580
605
|
{
|
|
@@ -587,35 +612,34 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
587
612
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
588
613
|
}
|
|
589
614
|
)
|
|
590
|
-
),
|
|
615
|
+
), hr = /* @__PURE__ */ e(
|
|
591
616
|
r(
|
|
592
617
|
"arcgis-utility-network-trace-analysis",
|
|
593
618
|
{
|
|
594
619
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
595
|
-
onArcgisReady: "arcgisReady"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
r(
|
|
600
|
-
"arcgis-utility-network-result-feature-list",
|
|
601
|
-
{
|
|
602
|
-
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
620
|
+
onArcgisReady: "arcgisReady",
|
|
621
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
622
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
623
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
603
624
|
}
|
|
604
625
|
)
|
|
605
|
-
),
|
|
626
|
+
), Rr = /* @__PURE__ */ e(
|
|
606
627
|
r(
|
|
607
628
|
"arcgis-utility-network-subnetwork-info",
|
|
608
629
|
{}
|
|
609
630
|
)
|
|
610
|
-
),
|
|
631
|
+
), Vr = /* @__PURE__ */ e(
|
|
611
632
|
r(
|
|
612
633
|
"arcgis-utility-network-trace-inputs",
|
|
613
634
|
{
|
|
635
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
614
636
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
637
|
+
onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
|
|
638
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
615
639
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
616
640
|
}
|
|
617
641
|
)
|
|
618
|
-
),
|
|
642
|
+
), Pr = /* @__PURE__ */ e(
|
|
619
643
|
r(
|
|
620
644
|
"arcgis-utility-network-trace-location",
|
|
621
645
|
{
|
|
@@ -624,14 +648,21 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
624
648
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
625
649
|
}
|
|
626
650
|
)
|
|
627
|
-
),
|
|
651
|
+
), ur = /* @__PURE__ */ e(
|
|
652
|
+
r(
|
|
653
|
+
"arcgis-utility-network-trace-location-list",
|
|
654
|
+
{}
|
|
655
|
+
)
|
|
656
|
+
), mr = /* @__PURE__ */ e(
|
|
628
657
|
r(
|
|
629
658
|
"arcgis-utility-network-trace-results",
|
|
630
659
|
{
|
|
631
|
-
|
|
660
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
661
|
+
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
|
|
662
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
632
663
|
}
|
|
633
664
|
)
|
|
634
|
-
),
|
|
665
|
+
), Sr = /* @__PURE__ */ e(
|
|
635
666
|
r(
|
|
636
667
|
"arcgis-utility-network-validate-topology",
|
|
637
668
|
{
|
|
@@ -639,7 +670,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
639
670
|
onArcgisReady: "arcgisReady"
|
|
640
671
|
}
|
|
641
672
|
)
|
|
642
|
-
),
|
|
673
|
+
), kr = /* @__PURE__ */ e(
|
|
643
674
|
r(
|
|
644
675
|
"arcgis-value-picker",
|
|
645
676
|
{
|
|
@@ -652,7 +683,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
652
683
|
onArcgisReady: "arcgisReady"
|
|
653
684
|
}
|
|
654
685
|
)
|
|
655
|
-
),
|
|
686
|
+
), Lr = /* @__PURE__ */ e(
|
|
656
687
|
r(
|
|
657
688
|
"arcgis-version-management",
|
|
658
689
|
{
|
|
@@ -660,14 +691,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
660
691
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
661
692
|
}
|
|
662
693
|
)
|
|
663
|
-
),
|
|
694
|
+
), Tr = /* @__PURE__ */ e(
|
|
664
695
|
r(
|
|
665
696
|
"arcgis-video",
|
|
666
697
|
{
|
|
667
698
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
668
699
|
}
|
|
669
700
|
)
|
|
670
|
-
),
|
|
701
|
+
), vr = /* @__PURE__ */ e(
|
|
671
702
|
r(
|
|
672
703
|
"arcgis-video-player",
|
|
673
704
|
{
|
|
@@ -676,7 +707,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
676
707
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
677
708
|
}
|
|
678
709
|
)
|
|
679
|
-
),
|
|
710
|
+
), Dr = /* @__PURE__ */ e(
|
|
711
|
+
r(
|
|
712
|
+
"arcgis-volume-measurement",
|
|
713
|
+
{
|
|
714
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
715
|
+
onArcgisReady: "arcgisReady"
|
|
716
|
+
}
|
|
717
|
+
)
|
|
718
|
+
), Er = /* @__PURE__ */ e(
|
|
680
719
|
r(
|
|
681
720
|
"arcgis-weather",
|
|
682
721
|
{
|
|
@@ -684,7 +723,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
684
723
|
onArcgisReady: "arcgisReady"
|
|
685
724
|
}
|
|
686
725
|
)
|
|
687
|
-
),
|
|
726
|
+
), br = /* @__PURE__ */ e(
|
|
688
727
|
r(
|
|
689
728
|
"arcgis-zoom",
|
|
690
729
|
{
|
|
@@ -701,69 +740,74 @@ export {
|
|
|
701
740
|
l as ArcgisBasemapLayerList,
|
|
702
741
|
d as ArcgisBasemapToggle,
|
|
703
742
|
C as ArcgisBookmarks,
|
|
743
|
+
p as ArcgisBuildingDisciplineTree,
|
|
704
744
|
w as ArcgisBuildingExplorer,
|
|
705
|
-
|
|
706
|
-
h as
|
|
707
|
-
V as
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
m as
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
745
|
+
R as ArcgisBuildingLevelItem,
|
|
746
|
+
h as ArcgisBuildingLevelPicker,
|
|
747
|
+
V as ArcgisBuildingPhasePicker,
|
|
748
|
+
P as ArcgisCatalogLayerList,
|
|
749
|
+
tr as ArcgisColorSelect,
|
|
750
|
+
u as ArcgisCompass,
|
|
751
|
+
m as ArcgisCoordinateConversion,
|
|
752
|
+
S as ArcgisDaylight,
|
|
753
|
+
T as ArcgisDirectLineMeasurement3d,
|
|
754
|
+
k as ArcgisDirectionalPad,
|
|
755
|
+
L as ArcgisDirections,
|
|
756
|
+
v as ArcgisDistanceMeasurement2d,
|
|
757
|
+
D as ArcgisEditor,
|
|
758
|
+
E as ArcgisElevationProfile,
|
|
759
|
+
b as ArcgisExpand,
|
|
760
|
+
U as ArcgisFeature,
|
|
761
|
+
F as ArcgisFeatureForm,
|
|
762
|
+
I as ArcgisFeatureTable,
|
|
763
|
+
M as ArcgisFeatureTemplates,
|
|
764
|
+
f as ArcgisFeatures,
|
|
765
|
+
B as ArcgisFloorFilter,
|
|
766
|
+
K as ArcgisFullscreen,
|
|
725
767
|
N as ArcgisGridControls,
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
768
|
+
W as ArcgisHistogramRangeSlider,
|
|
769
|
+
H as ArcgisHome,
|
|
770
|
+
x as ArcgisLayerList,
|
|
771
|
+
G as ArcgisLegend,
|
|
772
|
+
O as ArcgisLineOfSight,
|
|
773
|
+
z as ArcgisLinkChart,
|
|
774
|
+
Z as ArcgisLinkChartLayoutSwitcher,
|
|
775
|
+
j as ArcgisLocate,
|
|
776
|
+
q as ArcgisMap,
|
|
777
|
+
J as ArcgisMeasurement,
|
|
778
|
+
Q as ArcgisNavigationToggle,
|
|
779
|
+
X as ArcgisOrientedImageryViewer,
|
|
780
|
+
Y as ArcgisPlacement,
|
|
781
|
+
_ as ArcgisPopup,
|
|
782
|
+
$ as ArcgisPresentation,
|
|
783
|
+
rr as ArcgisPrint,
|
|
784
|
+
er as ArcgisScaleBar,
|
|
785
|
+
ir as ArcgisScaleRangeSlider,
|
|
786
|
+
ar as ArcgisScene,
|
|
787
|
+
sr as ArcgisSearch,
|
|
788
|
+
cr as ArcgisSearchResultRenderer,
|
|
789
|
+
gr as ArcgisShadowCast,
|
|
790
|
+
or as ArcgisSketch,
|
|
791
|
+
nr as ArcgisSlice,
|
|
792
|
+
Ar as ArcgisSwipe,
|
|
793
|
+
yr as ArcgisTableList,
|
|
794
|
+
lr as ArcgisTimeSlider,
|
|
795
|
+
dr as ArcgisTimeZoneLabel,
|
|
796
|
+
Cr as ArcgisTrack,
|
|
797
|
+
wr as ArcgisUtilityNetworkAssociations,
|
|
798
|
+
Rr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
799
|
+
pr as ArcgisUtilityNetworkTrace,
|
|
800
|
+
hr as ArcgisUtilityNetworkTraceAnalysis,
|
|
801
|
+
Vr as ArcgisUtilityNetworkTraceInputs,
|
|
802
|
+
Pr as ArcgisUtilityNetworkTraceLocation,
|
|
803
|
+
ur as ArcgisUtilityNetworkTraceLocationList,
|
|
804
|
+
mr as ArcgisUtilityNetworkTraceResults,
|
|
805
|
+
Sr as ArcgisUtilityNetworkValidateTopology,
|
|
806
|
+
kr as ArcgisValuePicker,
|
|
807
|
+
Lr as ArcgisVersionManagement,
|
|
808
|
+
Tr as ArcgisVideo,
|
|
809
|
+
vr as ArcgisVideoPlayer,
|
|
810
|
+
Dr as ArcgisVolumeMeasurement,
|
|
811
|
+
Er as ArcgisWeather,
|
|
812
|
+
br as ArcgisZoom
|
|
769
813
|
};
|
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.101",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,15 +29,15 @@
|
|
|
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.
|
|
34
|
-
"@esri/calcite-components": "^
|
|
35
|
-
"@lit/react": "^1.0.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.101",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.101",
|
|
34
|
+
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
|
+
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": ">=5.0.0-next.
|
|
40
|
+
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|