@arcgis/map-components-react 5.0.0-next.1 → 5.0.0-next.100

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.
@@ -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
  }, {
@@ -229,6 +234,7 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
229
234
  export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
230
235
  class?: string;
231
236
  }, {
237
+ onArcgisLoadError: EventName<HTMLArcgisLinkChartElement["arcgisLoadError"]>;
232
238
  onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
233
239
  onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
234
240
  onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
@@ -251,6 +257,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTM
251
257
  onArcgisViewPointerMove: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerMove"]>;
252
258
  onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
253
259
  onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
260
+ onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
254
261
  }>;
255
262
  export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
256
263
  class?: string;
@@ -270,6 +277,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
270
277
  export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
271
278
  class?: string;
272
279
  }, {
280
+ onArcgisLoadError: EventName<HTMLArcgisMapElement["arcgisLoadError"]>;
273
281
  onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
274
282
  onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
275
283
  onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
@@ -292,6 +300,7 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgi
292
300
  onArcgisViewPointerMove: EventName<HTMLArcgisMapElement["arcgisViewPointerMove"]>;
293
301
  onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
294
302
  onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
303
+ onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
295
304
  }>;
296
305
  export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
297
306
  class?: string;
@@ -324,12 +333,19 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
324
333
  onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
325
334
  onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
326
335
  }>;
336
+ export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<HTMLArcgisPresentationElement & {
337
+ class?: string;
338
+ }, {
339
+ onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
340
+ }>;
327
341
  export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
328
342
  class?: string;
329
343
  }, {
344
+ onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
330
345
  onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
331
346
  onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
332
347
  onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
348
+ onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
333
349
  onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
334
350
  }>;
335
351
  export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
@@ -346,6 +362,7 @@ export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebCompon
346
362
  export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
347
363
  class?: string;
348
364
  }, {
365
+ onArcgisLoadError: EventName<HTMLArcgisSceneElement["arcgisLoadError"]>;
349
366
  onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
350
367
  onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreateError"]>;
351
368
  onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewDestroy"]>;
@@ -368,6 +385,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArc
368
385
  onArcgisViewPointerMove: EventName<HTMLArcgisSceneElement["arcgisViewPointerMove"]>;
369
386
  onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
370
387
  onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
388
+ onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
371
389
  }>;
372
390
  export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
373
391
  class?: string;
@@ -409,6 +427,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
409
427
  onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
410
428
  onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
411
429
  }>;
430
+ export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
431
+ class?: string;
432
+ }, {
433
+ onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
434
+ }>;
412
435
  export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
413
436
  class?: string;
414
437
  }, {
@@ -467,22 +490,38 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
467
490
  }, {
468
491
  onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
469
492
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
493
+ onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectEnd"]>;
494
+ onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
495
+ onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
470
496
  }>;
471
- export declare const ArcgisUtilityNetworkResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkResultFeatureListElement & {
497
+ export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
472
498
  class?: string;
473
- }, {
474
- onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
475
- }>;
499
+ }, {}>;
476
500
  export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
477
501
  class?: string;
478
502
  }, {
503
+ onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
479
504
  onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
505
+ onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectEnd"]>;
506
+ onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
480
507
  onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
481
508
  }>;
509
+ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
510
+ class?: string;
511
+ }, {
512
+ onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
513
+ onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
514
+ onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
515
+ }>;
516
+ export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
517
+ class?: string;
518
+ }, {}>;
482
519
  export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
483
520
  class?: string;
484
521
  }, {
522
+ onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
485
523
  onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
524
+ onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
486
525
  }>;
487
526
  export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
488
527
  class?: string;
@@ -519,6 +558,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
519
558
  onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
520
559
  onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
521
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
+ }>;
522
567
  export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
523
568
  class?: string;
524
569
  }, {
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
- ), C = /* @__PURE__ */ e(
46
+ ), d = /* @__PURE__ */ e(
47
47
  r(
48
48
  "arcgis-basemap-toggle",
49
49
  {
@@ -51,12 +51,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
51
51
  onArcgisReady: "arcgisReady"
52
52
  }
53
53
  )
54
- ), d = /* @__PURE__ */ e(
54
+ ), C = /* @__PURE__ */ e(
55
55
  r(
56
56
  "arcgis-bookmarks",
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
- ), h = /* @__PURE__ */ e(
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
- ), V = /* @__PURE__ */ e(
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
- ), P = /* @__PURE__ */ e(
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
- ), R = /* @__PURE__ */ e(
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
- ), m = /* @__PURE__ */ e(
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
- ), u = /* @__PURE__ */ e(
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
- ), k = /* @__PURE__ */ e(
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
- ), v = /* @__PURE__ */ e(
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
- ), D = /* @__PURE__ */ e(
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
- ), L = /* @__PURE__ */ e(
166
- r(
167
- "arcgis-elevation-profile-next",
168
- {
169
- onArcgisPropertyChange: "arcgisPropertyChange",
170
- onArcgisReady: "arcgisReady"
171
- }
172
- )
173
- ), T = /* @__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
- ), E = /* @__PURE__ */ e(
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
- ), U = /* @__PURE__ */ e(
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
- ), b = /* @__PURE__ */ e(
208
+ ), I = /* @__PURE__ */ e(
200
209
  r(
201
210
  "arcgis-feature-table",
202
211
  {
@@ -229,14 +238,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
229
238
  onArcgisTriggerAction: "arcgisTriggerAction"
230
239
  }
231
240
  )
232
- ), I = /* @__PURE__ */ e(
241
+ ), B = /* @__PURE__ */ e(
233
242
  r(
234
243
  "arcgis-floor-filter",
235
244
  {
236
245
  onArcgisReady: "arcgisReady"
237
246
  }
238
247
  )
239
- ), F = /* @__PURE__ */ e(
248
+ ), K = /* @__PURE__ */ e(
240
249
  r(
241
250
  "arcgis-fullscreen",
242
251
  {
@@ -244,7 +253,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
244
253
  onArcgisReady: "arcgisReady"
245
254
  }
246
255
  )
247
- ), K = /* @__PURE__ */ e(
256
+ ), N = /* @__PURE__ */ e(
248
257
  r(
249
258
  "arcgis-grid-controls",
250
259
  {
@@ -252,7 +261,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
252
261
  onArcgisReady: "arcgisReady"
253
262
  }
254
263
  )
255
- ), N = /* @__PURE__ */ e(
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
- ), B = /* @__PURE__ */ e(
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
- ), W = /* @__PURE__ */ e(
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
- ), x = /* @__PURE__ */ e(
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
- ), H = /* @__PURE__ */ e(
299
+ ), O = /* @__PURE__ */ e(
291
300
  r(
292
301
  "arcgis-line-of-sight",
293
302
  {
@@ -295,10 +304,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
295
304
  onArcgisReady: "arcgisReady"
296
305
  }
297
306
  )
298
- ), G = /* @__PURE__ */ e(
307
+ ), z = /* @__PURE__ */ e(
299
308
  r(
300
309
  "arcgis-link-chart",
301
310
  {
311
+ onArcgisLoadError: "arcgisLoadError",
302
312
  onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
303
313
  onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
304
314
  onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
@@ -320,10 +330,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
320
330
  onArcgisViewPointerLeave: "arcgisViewPointerLeave",
321
331
  onArcgisViewPointerMove: "arcgisViewPointerMove",
322
332
  onArcgisViewPointerUp: "arcgisViewPointerUp",
323
- onArcgisViewReadyChange: "arcgisViewReadyChange"
333
+ onArcgisViewReadyChange: "arcgisViewReadyChange",
334
+ onArcgisViewReadyError: "arcgisViewReadyError"
324
335
  }
325
336
  )
326
- ), O = /* @__PURE__ */ e(
337
+ ), Z = /* @__PURE__ */ e(
327
338
  r(
328
339
  "arcgis-link-chart-layout-switcher",
329
340
  {
@@ -332,7 +343,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
332
343
  onArcgisSwitchLayout: "arcgisSwitchLayout"
333
344
  }
334
345
  )
335
- ), z = /* @__PURE__ */ e(
346
+ ), j = /* @__PURE__ */ e(
336
347
  r(
337
348
  "arcgis-locate",
338
349
  {
@@ -342,10 +353,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
342
353
  onArcgisSuccess: "arcgisSuccess"
343
354
  }
344
355
  )
345
- ), Z = /* @__PURE__ */ e(
356
+ ), q = /* @__PURE__ */ e(
346
357
  r(
347
358
  "arcgis-map",
348
359
  {
360
+ onArcgisLoadError: "arcgisLoadError",
349
361
  onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
350
362
  onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
351
363
  onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
@@ -367,10 +379,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
367
379
  onArcgisViewPointerLeave: "arcgisViewPointerLeave",
368
380
  onArcgisViewPointerMove: "arcgisViewPointerMove",
369
381
  onArcgisViewPointerUp: "arcgisViewPointerUp",
370
- onArcgisViewReadyChange: "arcgisViewReadyChange"
382
+ onArcgisViewReadyChange: "arcgisViewReadyChange",
383
+ onArcgisViewReadyError: "arcgisViewReadyError"
371
384
  }
372
385
  )
373
- ), j = /* @__PURE__ */ e(
386
+ ), J = /* @__PURE__ */ e(
374
387
  r(
375
388
  "arcgis-measurement",
376
389
  {
@@ -378,7 +391,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
378
391
  onArcgisReady: "arcgisReady"
379
392
  }
380
393
  )
381
- ), q = /* @__PURE__ */ e(
394
+ ), Q = /* @__PURE__ */ e(
382
395
  r(
383
396
  "arcgis-navigation-toggle",
384
397
  {
@@ -386,7 +399,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
386
399
  onArcgisReady: "arcgisReady"
387
400
  }
388
401
  )
389
- ), J = /* @__PURE__ */ e(
402
+ ), X = /* @__PURE__ */ e(
390
403
  r(
391
404
  "arcgis-oriented-imagery-viewer",
392
405
  {
@@ -394,14 +407,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
394
407
  onArcgisReady: "arcgisReady"
395
408
  }
396
409
  )
397
- ), Q = /* @__PURE__ */ e(
410
+ ), Y = /* @__PURE__ */ e(
398
411
  r(
399
412
  "arcgis-placement",
400
413
  {
401
414
  onArcgisReady: "arcgisReady"
402
415
  }
403
416
  )
404
- ), X = /* @__PURE__ */ e(
417
+ ), _ = /* @__PURE__ */ e(
405
418
  r(
406
419
  "arcgis-popup",
407
420
  {
@@ -411,24 +424,33 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
411
424
  onArcgisTriggerAction: "arcgisTriggerAction"
412
425
  }
413
426
  )
414
- ), Y = /* @__PURE__ */ e(
427
+ ), $ = /* @__PURE__ */ e(
428
+ r(
429
+ "arcgis-presentation",
430
+ {
431
+ onArcgisReady: "arcgisReady"
432
+ }
433
+ )
434
+ ), rr = /* @__PURE__ */ e(
415
435
  r(
416
436
  "arcgis-print",
417
437
  {
438
+ onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
418
439
  onArcgisComplete: "arcgisComplete",
419
440
  onArcgisPropertyChange: "arcgisPropertyChange",
420
441
  onArcgisReady: "arcgisReady",
442
+ onArcgisSaveAs: "arcgisSaveAs",
421
443
  onArcgisSubmit: "arcgisSubmit"
422
444
  }
423
445
  )
424
- ), _ = /* @__PURE__ */ e(
446
+ ), er = /* @__PURE__ */ e(
425
447
  r(
426
448
  "arcgis-scale-bar",
427
449
  {
428
450
  onArcgisReady: "arcgisReady"
429
451
  }
430
452
  )
431
- ), $ = /* @__PURE__ */ e(
453
+ ), ir = /* @__PURE__ */ e(
432
454
  r(
433
455
  "arcgis-scale-range-slider",
434
456
  {
@@ -436,10 +458,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
436
458
  onArcgisReady: "arcgisReady"
437
459
  }
438
460
  )
439
- ), rr = /* @__PURE__ */ e(
461
+ ), ar = /* @__PURE__ */ e(
440
462
  r(
441
463
  "arcgis-scene",
442
464
  {
465
+ onArcgisLoadError: "arcgisLoadError",
443
466
  onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
444
467
  onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
445
468
  onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
@@ -461,10 +484,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
461
484
  onArcgisViewPointerLeave: "arcgisViewPointerLeave",
462
485
  onArcgisViewPointerMove: "arcgisViewPointerMove",
463
486
  onArcgisViewPointerUp: "arcgisViewPointerUp",
464
- onArcgisViewReadyChange: "arcgisViewReadyChange"
487
+ onArcgisViewReadyChange: "arcgisViewReadyChange",
488
+ onArcgisViewReadyError: "arcgisViewReadyError"
465
489
  }
466
490
  )
467
- ), er = /* @__PURE__ */ e(
491
+ ), sr = /* @__PURE__ */ e(
468
492
  r(
469
493
  "arcgis-search",
470
494
  {
@@ -478,14 +502,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
478
502
  onArcgisSuggestStart: "arcgisSuggestStart"
479
503
  }
480
504
  )
481
- ), ir = /* @__PURE__ */ e(
505
+ ), cr = /* @__PURE__ */ e(
482
506
  r(
483
507
  "arcgis-search-result-renderer",
484
508
  {
485
509
  onArcgisReady: "arcgisReady"
486
510
  }
487
511
  )
488
- ), ar = /* @__PURE__ */ e(
512
+ ), gr = /* @__PURE__ */ e(
489
513
  r(
490
514
  "arcgis-shadow-cast",
491
515
  {
@@ -493,7 +517,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
493
517
  onArcgisReady: "arcgisReady"
494
518
  }
495
519
  )
496
- ), sr = /* @__PURE__ */ e(
520
+ ), or = /* @__PURE__ */ e(
497
521
  r(
498
522
  "arcgis-sketch",
499
523
  {
@@ -506,7 +530,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
506
530
  onArcgisUpdate: "arcgisUpdate"
507
531
  }
508
532
  )
509
- ), gr = /* @__PURE__ */ e(
533
+ ), nr = /* @__PURE__ */ e(
510
534
  r(
511
535
  "arcgis-slice",
512
536
  {
@@ -514,7 +538,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
514
538
  onArcgisReady: "arcgisReady"
515
539
  }
516
540
  )
517
- ), cr = /* @__PURE__ */ e(
541
+ ), tr = /* @__PURE__ */ e(
542
+ r(
543
+ "arcgis-color-select",
544
+ {
545
+ onArcgisColorChanged: "arcgisColorChanged"
546
+ }
547
+ )
548
+ ), Ar = /* @__PURE__ */ e(
518
549
  r(
519
550
  "arcgis-swipe",
520
551
  {
@@ -524,7 +555,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
524
555
  onArcgisSwipeInput: "arcgisSwipeInput"
525
556
  }
526
557
  )
527
- ), or = /* @__PURE__ */ e(
558
+ ), yr = /* @__PURE__ */ e(
528
559
  r(
529
560
  "arcgis-table-list",
530
561
  {
@@ -534,7 +565,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
534
565
  onArcgisTriggerAction: "arcgisTriggerAction"
535
566
  }
536
567
  )
537
- ), nr = /* @__PURE__ */ e(
568
+ ), lr = /* @__PURE__ */ e(
538
569
  r(
539
570
  "arcgis-time-slider",
540
571
  {
@@ -543,7 +574,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
543
574
  onArcgisTriggerAction: "arcgisTriggerAction"
544
575
  }
545
576
  )
546
- ), tr = /* @__PURE__ */ e(
577
+ ), dr = /* @__PURE__ */ e(
547
578
  r(
548
579
  "arcgis-time-zone-label",
549
580
  {
@@ -551,7 +582,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
551
582
  onArcgisReady: "arcgisReady"
552
583
  }
553
584
  )
554
- ), Ar = /* @__PURE__ */ e(
585
+ ), Cr = /* @__PURE__ */ e(
555
586
  r(
556
587
  "arcgis-track",
557
588
  {
@@ -561,14 +592,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
561
592
  onArcgisReady: "arcgisReady"
562
593
  }
563
594
  )
564
- ), yr = /* @__PURE__ */ e(
595
+ ), wr = /* @__PURE__ */ e(
565
596
  r(
566
597
  "arcgis-utility-network-associations",
567
598
  {
568
599
  onArcgisReady: "arcgisReady"
569
600
  }
570
601
  )
571
- ), lr = /* @__PURE__ */ e(
602
+ ), pr = /* @__PURE__ */ e(
572
603
  r(
573
604
  "arcgis-utility-network-trace",
574
605
  {
@@ -581,37 +612,57 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
581
612
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
582
613
  }
583
614
  )
584
- ), Cr = /* @__PURE__ */ e(
615
+ ), hr = /* @__PURE__ */ e(
585
616
  r(
586
617
  "arcgis-utility-network-trace-analysis",
587
618
  {
588
619
  onArcgisPropertyChange: "arcgisPropertyChange",
589
- onArcgisReady: "arcgisReady"
620
+ onArcgisReady: "arcgisReady",
621
+ onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
622
+ onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
623
+ onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
590
624
  }
591
625
  )
592
- ), dr = /* @__PURE__ */ e(
626
+ ), Rr = /* @__PURE__ */ e(
593
627
  r(
594
- "arcgis-utility-network-result-feature-list",
595
- {
596
- onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
597
- }
628
+ "arcgis-utility-network-subnetwork-info",
629
+ {}
598
630
  )
599
- ), wr = /* @__PURE__ */ e(
631
+ ), Vr = /* @__PURE__ */ e(
600
632
  r(
601
633
  "arcgis-utility-network-trace-inputs",
602
634
  {
635
+ onArcgisPropertyChange: "arcgisPropertyChange",
603
636
  onArcgisTraceInputsChange: "arcgisTraceInputsChange",
637
+ onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
638
+ onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
604
639
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
605
640
  }
606
641
  )
607
- ), pr = /* @__PURE__ */ e(
642
+ ), Pr = /* @__PURE__ */ e(
643
+ r(
644
+ "arcgis-utility-network-trace-location",
645
+ {
646
+ onArcgisTraceLocationChange: "arcgisTraceLocationChange",
647
+ onArcgisTraceLocationSelectEnd: "arcgisTraceLocationSelectEnd",
648
+ onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
649
+ }
650
+ )
651
+ ), ur = /* @__PURE__ */ e(
652
+ r(
653
+ "arcgis-utility-network-trace-location-list",
654
+ {}
655
+ )
656
+ ), mr = /* @__PURE__ */ e(
608
657
  r(
609
658
  "arcgis-utility-network-trace-results",
610
659
  {
611
- onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange"
660
+ onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
661
+ onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
662
+ onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
612
663
  }
613
664
  )
614
- ), hr = /* @__PURE__ */ e(
665
+ ), Sr = /* @__PURE__ */ e(
615
666
  r(
616
667
  "arcgis-utility-network-validate-topology",
617
668
  {
@@ -619,7 +670,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
619
670
  onArcgisReady: "arcgisReady"
620
671
  }
621
672
  )
622
- ), Vr = /* @__PURE__ */ e(
673
+ ), kr = /* @__PURE__ */ e(
623
674
  r(
624
675
  "arcgis-value-picker",
625
676
  {
@@ -632,7 +683,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
632
683
  onArcgisReady: "arcgisReady"
633
684
  }
634
685
  )
635
- ), Pr = /* @__PURE__ */ e(
686
+ ), Lr = /* @__PURE__ */ e(
636
687
  r(
637
688
  "arcgis-version-management",
638
689
  {
@@ -640,14 +691,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
640
691
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
641
692
  }
642
693
  )
643
- ), Rr = /* @__PURE__ */ e(
694
+ ), Tr = /* @__PURE__ */ e(
644
695
  r(
645
696
  "arcgis-video",
646
697
  {
647
698
  onArcgisViewReadyChange: "arcgisViewReadyChange"
648
699
  }
649
700
  )
650
- ), mr = /* @__PURE__ */ e(
701
+ ), vr = /* @__PURE__ */ e(
651
702
  r(
652
703
  "arcgis-video-player",
653
704
  {
@@ -656,7 +707,15 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
656
707
  onArcgisVideoReady: "arcgisVideoReady"
657
708
  }
658
709
  )
659
- ), ur = /* @__PURE__ */ e(
710
+ ), Dr = /* @__PURE__ */ e(
711
+ r(
712
+ "arcgis-volume-measurement",
713
+ {
714
+ onArcgisPropertyChange: "arcgisPropertyChange",
715
+ onArcgisReady: "arcgisReady"
716
+ }
717
+ )
718
+ ), Er = /* @__PURE__ */ e(
660
719
  r(
661
720
  "arcgis-weather",
662
721
  {
@@ -664,7 +723,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
664
723
  onArcgisReady: "arcgisReady"
665
724
  }
666
725
  )
667
- ), kr = /* @__PURE__ */ e(
726
+ ), br = /* @__PURE__ */ e(
668
727
  r(
669
728
  "arcgis-zoom",
670
729
  {
@@ -679,69 +738,76 @@ export {
679
738
  A as ArcgisAttachments,
680
739
  y as ArcgisBasemapGallery,
681
740
  l as ArcgisBasemapLayerList,
682
- C as ArcgisBasemapToggle,
683
- d as ArcgisBookmarks,
741
+ d as ArcgisBasemapToggle,
742
+ C as ArcgisBookmarks,
743
+ p as ArcgisBuildingDisciplineTree,
684
744
  w as ArcgisBuildingExplorer,
685
- p as ArcgisCatalogLayerList,
686
- h as ArcgisCompass,
687
- V as ArcgisCoordinateConversion,
688
- P as ArcgisDaylight,
689
- u as ArcgisDirectLineMeasurement3d,
690
- R as ArcgisDirectionalPad,
691
- m as ArcgisDirections,
692
- k as ArcgisDirectlineMeasurement3d,
693
- S as ArcgisDistanceMeasurement2d,
694
- v as ArcgisEditor,
695
- D as ArcgisElevationProfile,
696
- L as ArcgisElevationProfileNext,
697
- T as ArcgisExpand,
698
- E as ArcgisFeature,
699
- U as ArcgisFeatureForm,
700
- b as ArcgisFeatureTable,
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,
701
763
  M as ArcgisFeatureTemplates,
702
764
  f as ArcgisFeatures,
703
- I as ArcgisFloorFilter,
704
- F as ArcgisFullscreen,
705
- K as ArcgisGridControls,
706
- N as ArcgisHistogramRangeSlider,
707
- B as ArcgisHome,
708
- W as ArcgisLayerList,
709
- x as ArcgisLegend,
710
- H as ArcgisLineOfSight,
711
- G as ArcgisLinkChart,
712
- O as ArcgisLinkChartLayoutSwitcher,
713
- z as ArcgisLocate,
714
- Z as ArcgisMap,
715
- j as ArcgisMeasurement,
716
- q as ArcgisNavigationToggle,
717
- J as ArcgisOrientedImageryViewer,
718
- Q as ArcgisPlacement,
719
- X as ArcgisPopup,
720
- Y as ArcgisPrint,
721
- _ as ArcgisScaleBar,
722
- $ as ArcgisScaleRangeSlider,
723
- rr as ArcgisScene,
724
- er as ArcgisSearch,
725
- ir as ArcgisSearchResultRenderer,
726
- ar as ArcgisShadowCast,
727
- sr as ArcgisSketch,
728
- gr as ArcgisSlice,
729
- cr as ArcgisSwipe,
730
- or as ArcgisTableList,
731
- nr as ArcgisTimeSlider,
732
- tr as ArcgisTimeZoneLabel,
733
- Ar as ArcgisTrack,
734
- yr as ArcgisUtilityNetworkAssociations,
735
- dr as ArcgisUtilityNetworkResultFeatureList,
736
- lr as ArcgisUtilityNetworkTrace,
737
- Cr as ArcgisUtilityNetworkTraceAnalysis,
738
- wr as ArcgisUtilityNetworkTraceInputs,
739
- pr as ArcgisUtilityNetworkTraceResults,
740
- hr as ArcgisUtilityNetworkValidateTopology,
741
- Vr as ArcgisValuePicker,
742
- Pr as ArcgisVersionManagement,
743
- Rr as ArcgisVideo,
744
- mr as ArcgisVideoPlayer,
745
- ur as ArcgisWeather,
746
- kr as ArcgisZoom
765
+ B as ArcgisFloorFilter,
766
+ K as ArcgisFullscreen,
767
+ N as ArcgisGridControls,
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
747
813
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.0.0-next.1",
3
+ "version": "5.0.0-next.100",
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.1",
33
- "@arcgis/map-components": "5.0.0-next.1",
34
- "@esri/calcite-components": "^3.3.0",
35
- "@lit/react": "^1.0.7",
32
+ "@arcgis/lumina": "5.0.0-next.100",
33
+ "@arcgis/map-components": "5.0.0-next.100",
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": ">=4.34.0-next.43 <4.35",
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
  }