@arcgis/map-components-react 5.1.0-next.9 → 5.1.0-next.91

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.
@@ -62,26 +62,6 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
62
62
  onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingPhaseChange"]>;
63
63
  onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
64
64
  }>;
65
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-discipline-tree /> directly. */
66
- export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-discipline-tree/customElement').BuildingDisciplineTree & {
67
- class?: string;
68
- }, {}>;
69
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-picker /> directly. */
70
- export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-picker/customElement').BuildingLevelPicker & {
71
- class?: string;
72
- }, {
73
- onArcgisBuildingLevelChange: EventName<HTMLArcgisBuildingLevelPickerElement["arcgisBuildingLevelChange"]>;
74
- }>;
75
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-item /> directly. */
76
- export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item/customElement').BuildingLevelItem & {
77
- class?: string;
78
- }, {}>;
79
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-phase-picker /> directly. */
80
- export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-phase-picker/customElement').BuildingPhasePicker & {
81
- class?: string;
82
- }, {
83
- onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingPhasePickerElement["arcgisBuildingPhaseChange"]>;
84
- }>;
85
65
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-catalog-layer-list /> directly. */
86
66
  export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list/customElement').ArcgisCatalogLayerList & {
87
67
  class?: string;
@@ -193,13 +173,13 @@ export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
193
173
  onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
194
174
  onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
195
175
  }>;
196
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-templates /> directly. */
197
- export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates/customElement').ArcgisFeatureTemplates & {
176
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-templates-legacy /> directly. */
177
+ export declare const ArcgisFeatureTemplatesLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates-legacy/customElement').ArcgisFeatureTemplatesLegacy & {
198
178
  class?: string;
199
179
  }, {
200
- onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
201
- onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
202
- onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
180
+ onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisPropertyChange"]>;
181
+ onArcgisReady: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisReady"]>;
182
+ onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisSelect"]>;
203
183
  }>;
204
184
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-features /> directly. */
205
185
  export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features/customElement').ArcgisFeatures & {
@@ -254,6 +234,15 @@ export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<imp
254
234
  onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
255
235
  onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
256
236
  }>;
237
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-layer-list-new /> directly. */
238
+ export declare const ArcgisLayerListNew: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list-new/customElement').ArcgisLayerListNew & {
239
+ class?: string;
240
+ }, {
241
+ onArcgisClose: EventName<HTMLArcgisLayerListNewElement["arcgisClose"]>;
242
+ onArcgisPropertyChange: EventName<HTMLArcgisLayerListNewElement["arcgisPropertyChange"]>;
243
+ onArcgisReady: EventName<HTMLArcgisLayerListNewElement["arcgisReady"]>;
244
+ onArcgisTriggerAction: EventName<HTMLArcgisLayerListNewElement["arcgisTriggerAction"]>;
245
+ }>;
257
246
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-legend /> directly. */
258
247
  export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-legend/customElement').ArcgisLegend & {
259
248
  class?: string;
@@ -375,6 +364,10 @@ export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebC
375
364
  onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
376
365
  onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
377
366
  }>;
367
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-oriented-imagery-viewer-image-viewer /> directly. */
368
+ export declare const ArcgisOrientedImageryViewerImageViewer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-oriented-imagery-viewer-image-viewer/customElement').ArcgisOrientedImageryViewerImageViewer & {
369
+ class?: string;
370
+ }, {}>;
378
371
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-paste /> directly. */
379
372
  export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-paste/customElement').ArcgisPaste & {
380
373
  class?: string;
@@ -423,6 +416,8 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import(
423
416
  export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation/customElement').ArcgisPresentation & {
424
417
  class?: string;
425
418
  }, {
419
+ onArcgisPopupFeatureNotFound: EventName<HTMLArcgisPresentationElement["arcgisPopupFeatureNotFound"]>;
420
+ onArcgisPopupFeaturesRetrieved: EventName<HTMLArcgisPresentationElement["arcgisPopupFeaturesRetrieved"]>;
426
421
  onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
427
422
  }>;
428
423
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-print /> directly. */
@@ -524,6 +519,12 @@ export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import
524
519
  onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
525
520
  onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
526
521
  }>;
522
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-sketch-tooltip-controls /> directly. */
523
+ export declare const ArcgisSketchTooltipControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-sketch-tooltip-controls/customElement').ArcgisSketchTooltipControls & {
524
+ class?: string;
525
+ }, {
526
+ onArcgisPropertyChange: EventName<HTMLArcgisSketchTooltipControlsElement["arcgisPropertyChange"]>;
527
+ }>;
527
528
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slice /> directly. */
528
529
  export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slice/customElement').ArcgisSlice & {
529
530
  class?: string;
@@ -594,6 +595,15 @@ export declare const ArcgisSliderOpacityLegacy: import('@lit/react').ReactWebCom
594
595
  onArcgisThumbChange: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbChange"]>;
595
596
  onArcgisThumbDrag: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbDrag"]>;
596
597
  }>;
598
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-scale-range /> directly. */
599
+ export declare const ArcgisSliderScaleRange: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-scale-range/customElement').ArcgisSliderScaleRange & {
600
+ class?: string;
601
+ }, {
602
+ onArcgisChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisChange"]>;
603
+ onArcgisInput: EventName<HTMLArcgisSliderScaleRangeElement["arcgisInput"]>;
604
+ onArcgisPropertyChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisPropertyChange"]>;
605
+ onArcgisReady: EventName<HTMLArcgisSliderScaleRangeElement["arcgisReady"]>;
606
+ }>;
597
607
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-size-legacy /> directly. */
598
608
  export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-size-legacy/customElement').ArcgisSliderSizeLegacy & {
599
609
  class?: string;
@@ -740,6 +750,14 @@ export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').Reac
740
750
  onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
741
751
  onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
742
752
  }>;
753
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-validate-network-topology /> directly. */
754
+ export declare const ArcgisUtilityNetworkValidateNetworkTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-network-topology/customElement').ArcgisUtilityNetworkValidateNetworkTopology & {
755
+ class?: string;
756
+ }, {
757
+ onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateNetworkTopologyElement["arcgisReady"]>;
758
+ onArcgisValidateNetworkTopologyEnd: EventName<HTMLArcgisUtilityNetworkValidateNetworkTopologyElement["arcgisValidateNetworkTopologyEnd"]>;
759
+ onArcgisValidateNetworkTopologyStart: EventName<HTMLArcgisUtilityNetworkValidateNetworkTopologyElement["arcgisValidateNetworkTopologyStart"]>;
760
+ }>;
743
761
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-validate-topology /> directly. */
744
762
  export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-topology/customElement').ArcgisUtilityNetworkValidateTopology & {
745
763
  class?: string;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import i from "react";
2
2
  import { createComponent as a } from "@lit/react";
3
- import { makeReactWrapperFactory as g, getReactWrapperOptions as r } from "@arcgis/lumina";
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as g } from "@arcgis/lumina";
4
4
  const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
5
5
  r(
6
6
  "arcgis-area-measurement-2d",
@@ -72,30 +72,6 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
72
72
  }
73
73
  )
74
74
  ), p = /* @__PURE__ */ e(
75
- r(
76
- "arcgis-building-discipline-tree",
77
- {}
78
- )
79
- ), w = /* @__PURE__ */ e(
80
- r(
81
- "arcgis-building-level-picker",
82
- {
83
- onArcgisBuildingLevelChange: "arcgisBuildingLevelChange"
84
- }
85
- )
86
- ), R = /* @__PURE__ */ e(
87
- r(
88
- "arcgis-building-level-item",
89
- {}
90
- )
91
- ), V = /* @__PURE__ */ e(
92
- r(
93
- "arcgis-building-phase-picker",
94
- {
95
- onArcgisBuildingPhaseChange: "arcgisBuildingPhaseChange"
96
- }
97
- )
98
- ), P = /* @__PURE__ */ e(
99
75
  r(
100
76
  "arcgis-catalog-layer-list",
101
77
  {
@@ -105,7 +81,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
105
81
  onArcgisTriggerAction: "arcgisTriggerAction"
106
82
  }
107
83
  )
108
- ), u = /* @__PURE__ */ e(
84
+ ), w = /* @__PURE__ */ e(
109
85
  r(
110
86
  "arcgis-compass",
111
87
  {
@@ -113,7 +89,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
113
89
  onArcgisReady: "arcgisReady"
114
90
  }
115
91
  )
116
- ), m = /* @__PURE__ */ e(
92
+ ), R = /* @__PURE__ */ e(
117
93
  r(
118
94
  "arcgis-coordinate-conversion",
119
95
  {
@@ -122,7 +98,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
122
98
  onArcgisReady: "arcgisReady"
123
99
  }
124
100
  )
125
- ), T = /* @__PURE__ */ e(
101
+ ), V = /* @__PURE__ */ e(
126
102
  r(
127
103
  "arcgis-daylight",
128
104
  {
@@ -130,7 +106,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
130
106
  onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
131
107
  }
132
108
  )
133
- ), S = /* @__PURE__ */ e(
109
+ ), P = /* @__PURE__ */ e(
134
110
  r(
135
111
  "arcgis-directional-pad",
136
112
  {
@@ -138,7 +114,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
138
114
  onArcgisReady: "arcgisReady"
139
115
  }
140
116
  )
141
- ), D = /* @__PURE__ */ e(
117
+ ), u = /* @__PURE__ */ e(
142
118
  r(
143
119
  "arcgis-directions",
144
120
  {
@@ -146,7 +122,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
146
122
  onArcgisReady: "arcgisReady"
147
123
  }
148
124
  )
149
- ), b = /* @__PURE__ */ e(
125
+ ), m = /* @__PURE__ */ e(
150
126
  r(
151
127
  "arcgis-direct-line-measurement-3d",
152
128
  {
@@ -154,7 +130,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
154
130
  onArcgisReady: "arcgisReady"
155
131
  }
156
132
  )
157
- ), k = /* @__PURE__ */ e(
133
+ ), T = /* @__PURE__ */ e(
158
134
  r(
159
135
  "arcgis-distance-measurement-2d",
160
136
  {
@@ -162,7 +138,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
162
138
  onArcgisReady: "arcgisReady"
163
139
  }
164
140
  )
165
- ), L = /* @__PURE__ */ e(
141
+ ), S = /* @__PURE__ */ e(
166
142
  r(
167
143
  "arcgis-editor",
168
144
  {
@@ -172,7 +148,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
172
148
  onArcgisSketchUpdate: "arcgisSketchUpdate"
173
149
  }
174
150
  )
175
- ), v = /* @__PURE__ */ e(
151
+ ), k = /* @__PURE__ */ e(
176
152
  r(
177
153
  "arcgis-elevation-profile",
178
154
  {
@@ -180,7 +156,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
180
156
  onArcgisReady: "arcgisReady"
181
157
  }
182
158
  )
183
- ), E = /* @__PURE__ */ e(
159
+ ), D = /* @__PURE__ */ e(
184
160
  r(
185
161
  "arcgis-expand",
186
162
  {
@@ -188,7 +164,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
188
164
  onArcgisReady: "arcgisReady"
189
165
  }
190
166
  )
191
- ), U = /* @__PURE__ */ e(
167
+ ), L = /* @__PURE__ */ e(
192
168
  r(
193
169
  "arcgis-feature",
194
170
  {
@@ -196,7 +172,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
196
172
  onArcgisReady: "arcgisReady"
197
173
  }
198
174
  )
199
- ), F = /* @__PURE__ */ e(
175
+ ), b = /* @__PURE__ */ e(
200
176
  r(
201
177
  "arcgis-feature-form",
202
178
  {
@@ -206,7 +182,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
206
182
  onArcgisValueChange: "arcgisValueChange"
207
183
  }
208
184
  )
209
- ), f = /* @__PURE__ */ e(
185
+ ), v = /* @__PURE__ */ e(
210
186
  r(
211
187
  "arcgis-feature-table",
212
188
  {
@@ -220,16 +196,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
220
196
  onArcgisSelectionChange: "arcgisSelectionChange"
221
197
  }
222
198
  )
223
- ), B = /* @__PURE__ */ e(
199
+ ), E = /* @__PURE__ */ e(
224
200
  r(
225
- "arcgis-feature-templates",
201
+ "arcgis-feature-templates-legacy",
226
202
  {
227
203
  onArcgisPropertyChange: "arcgisPropertyChange",
228
204
  onArcgisReady: "arcgisReady",
229
205
  onArcgisSelect: "arcgisSelect"
230
206
  }
231
207
  )
232
- ), M = /* @__PURE__ */ e(
208
+ ), F = /* @__PURE__ */ e(
233
209
  r(
234
210
  "arcgis-features",
235
211
  {
@@ -239,14 +215,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
239
215
  onArcgisTriggerAction: "arcgisTriggerAction"
240
216
  }
241
217
  )
242
- ), I = /* @__PURE__ */ e(
218
+ ), U = /* @__PURE__ */ e(
243
219
  r(
244
220
  "arcgis-floor-filter",
245
221
  {
246
222
  onArcgisReady: "arcgisReady"
247
223
  }
248
224
  )
249
- ), G = /* @__PURE__ */ e(
225
+ ), f = /* @__PURE__ */ e(
250
226
  r(
251
227
  "arcgis-fullscreen",
252
228
  {
@@ -262,7 +238,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
262
238
  onArcgisReady: "arcgisReady"
263
239
  }
264
240
  )
265
- ), H = /* @__PURE__ */ e(
241
+ ), M = /* @__PURE__ */ e(
266
242
  r(
267
243
  "arcgis-histogram-range-slider",
268
244
  {
@@ -270,7 +246,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
270
246
  onArcgisReady: "arcgisReady"
271
247
  }
272
248
  )
273
- ), K = /* @__PURE__ */ e(
249
+ ), I = /* @__PURE__ */ e(
274
250
  r(
275
251
  "arcgis-home",
276
252
  {
@@ -279,7 +255,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
279
255
  onArcgisReady: "arcgisReady"
280
256
  }
281
257
  )
282
- ), W = /* @__PURE__ */ e(
258
+ ), B = /* @__PURE__ */ e(
283
259
  r(
284
260
  "arcgis-layer-list",
285
261
  {
@@ -289,7 +265,17 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
289
265
  onArcgisTriggerAction: "arcgisTriggerAction"
290
266
  }
291
267
  )
292
- ), z = /* @__PURE__ */ e(
268
+ ), G = /* @__PURE__ */ e(
269
+ r(
270
+ "arcgis-layer-list-new",
271
+ {
272
+ onArcgisClose: "arcgisClose",
273
+ onArcgisPropertyChange: "arcgisPropertyChange",
274
+ onArcgisReady: "arcgisReady",
275
+ onArcgisTriggerAction: "arcgisTriggerAction"
276
+ }
277
+ )
278
+ ), H = /* @__PURE__ */ e(
293
279
  r(
294
280
  "arcgis-legend",
295
281
  {
@@ -297,7 +283,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
297
283
  onArcgisReady: "arcgisReady"
298
284
  }
299
285
  )
300
- ), x = /* @__PURE__ */ e(
286
+ ), K = /* @__PURE__ */ e(
301
287
  r(
302
288
  "arcgis-line-of-sight",
303
289
  {
@@ -305,7 +291,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
305
291
  onArcgisReady: "arcgisReady"
306
292
  }
307
293
  )
308
- ), O = /* @__PURE__ */ e(
294
+ ), W = /* @__PURE__ */ e(
309
295
  r(
310
296
  "arcgis-link-chart",
311
297
  {
@@ -337,7 +323,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
337
323
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
338
324
  }
339
325
  )
340
- ), Z = /* @__PURE__ */ e(
326
+ ), z = /* @__PURE__ */ e(
341
327
  r(
342
328
  "arcgis-link-chart-layout-switcher",
343
329
  {
@@ -346,7 +332,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
346
332
  onArcgisSwitchLayout: "arcgisSwitchLayout"
347
333
  }
348
334
  )
349
- ), j = /* @__PURE__ */ e(
335
+ ), x = /* @__PURE__ */ e(
350
336
  r(
351
337
  "arcgis-link-chart-nonspatial-visibility-toggle",
352
338
  {
@@ -354,7 +340,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
354
340
  onArcgisReady: "arcgisReady"
355
341
  }
356
342
  )
357
- ), q = /* @__PURE__ */ e(
343
+ ), O = /* @__PURE__ */ e(
358
344
  r(
359
345
  "arcgis-locate",
360
346
  {
@@ -364,7 +350,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
364
350
  onArcgisSuccess: "arcgisSuccess"
365
351
  }
366
352
  )
367
- ), J = /* @__PURE__ */ e(
353
+ ), Z = /* @__PURE__ */ e(
368
354
  r(
369
355
  "arcgis-map",
370
356
  {
@@ -396,7 +382,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
396
382
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
397
383
  }
398
384
  )
399
- ), Q = /* @__PURE__ */ e(
385
+ ), j = /* @__PURE__ */ e(
400
386
  r(
401
387
  "arcgis-measurement",
402
388
  {
@@ -404,7 +390,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
404
390
  onArcgisReady: "arcgisReady"
405
391
  }
406
392
  )
407
- ), X = /* @__PURE__ */ e(
393
+ ), q = /* @__PURE__ */ e(
408
394
  r(
409
395
  "arcgis-navigation-toggle",
410
396
  {
@@ -412,7 +398,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
412
398
  onArcgisReady: "arcgisReady"
413
399
  }
414
400
  )
415
- ), Y = /* @__PURE__ */ e(
401
+ ), J = /* @__PURE__ */ e(
416
402
  r(
417
403
  "arcgis-oriented-imagery-viewer",
418
404
  {
@@ -420,7 +406,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
420
406
  onArcgisReady: "arcgisReady"
421
407
  }
422
408
  )
423
- ), _ = /* @__PURE__ */ e(
409
+ ), Q = /* @__PURE__ */ e(
410
+ r(
411
+ "arcgis-oriented-imagery-viewer-image-viewer",
412
+ {}
413
+ )
414
+ ), X = /* @__PURE__ */ e(
424
415
  r(
425
416
  "arcgis-paste",
426
417
  {
@@ -433,24 +424,24 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
433
424
  onArcgisReady: "arcgisReady"
434
425
  }
435
426
  )
436
- ), $ = /* @__PURE__ */ e(
427
+ ), Y = /* @__PURE__ */ e(
437
428
  r(
438
429
  "arcgis-clipboard",
439
430
  {
440
431
  onArcgisReady: "arcgisReady"
441
432
  }
442
433
  )
443
- ), rr = /* @__PURE__ */ e(
434
+ ), _ = /* @__PURE__ */ e(
444
435
  r(
445
436
  "arcgis-feature-image",
446
437
  {}
447
438
  )
448
- ), er = /* @__PURE__ */ e(
439
+ ), $ = /* @__PURE__ */ e(
449
440
  r(
450
441
  "arcgis-feature-title",
451
442
  {}
452
443
  )
453
- ), ir = /* @__PURE__ */ e(
444
+ ), rr = /* @__PURE__ */ e(
454
445
  r(
455
446
  "arcgis-multi-feature-form",
456
447
  {
@@ -460,7 +451,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
460
451
  onArcgisValueChange: "arcgisValueChange"
461
452
  }
462
453
  )
463
- ), ar = /* @__PURE__ */ e(
454
+ ), er = /* @__PURE__ */ e(
464
455
  r(
465
456
  "arcgis-popup",
466
457
  {
@@ -470,14 +461,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
470
461
  onArcgisTriggerAction: "arcgisTriggerAction"
471
462
  }
472
463
  )
473
- ), gr = /* @__PURE__ */ e(
464
+ ), ir = /* @__PURE__ */ e(
474
465
  r(
475
466
  "arcgis-presentation",
476
467
  {
468
+ onArcgisPopupFeatureNotFound: "arcgisPopupFeatureNotFound",
469
+ onArcgisPopupFeaturesRetrieved: "arcgisPopupFeaturesRetrieved",
477
470
  onArcgisReady: "arcgisReady"
478
471
  }
479
472
  )
480
- ), sr = /* @__PURE__ */ e(
473
+ ), ar = /* @__PURE__ */ e(
481
474
  r(
482
475
  "arcgis-print",
483
476
  {
@@ -489,21 +482,21 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
489
482
  onArcgisSubmit: "arcgisSubmit"
490
483
  }
491
484
  )
492
- ), cr = /* @__PURE__ */ e(
485
+ ), gr = /* @__PURE__ */ e(
493
486
  r(
494
487
  "arcgis-reverse-geocode-list",
495
488
  {
496
489
  onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
497
490
  }
498
491
  )
499
- ), or = /* @__PURE__ */ e(
492
+ ), sr = /* @__PURE__ */ e(
500
493
  r(
501
494
  "arcgis-scale-bar",
502
495
  {
503
496
  onArcgisReady: "arcgisReady"
504
497
  }
505
498
  )
506
- ), nr = /* @__PURE__ */ e(
499
+ ), cr = /* @__PURE__ */ e(
507
500
  r(
508
501
  "arcgis-scale-range-slider",
509
502
  {
@@ -511,7 +504,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
511
504
  onArcgisReady: "arcgisReady"
512
505
  }
513
506
  )
514
- ), tr = /* @__PURE__ */ e(
507
+ ), or = /* @__PURE__ */ e(
515
508
  r(
516
509
  "arcgis-scene",
517
510
  {
@@ -543,7 +536,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
543
536
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
544
537
  }
545
538
  )
546
- ), Ar = /* @__PURE__ */ e(
539
+ ), nr = /* @__PURE__ */ e(
547
540
  r(
548
541
  "arcgis-search",
549
542
  {
@@ -557,14 +550,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
557
550
  onArcgisSuggestStart: "arcgisSuggestStart"
558
551
  }
559
552
  )
560
- ), yr = /* @__PURE__ */ e(
553
+ ), tr = /* @__PURE__ */ e(
561
554
  r(
562
555
  "arcgis-search-result-renderer",
563
556
  {
564
557
  onArcgisReady: "arcgisReady"
565
558
  }
566
559
  )
567
- ), lr = /* @__PURE__ */ e(
560
+ ), Ar = /* @__PURE__ */ e(
568
561
  r(
569
562
  "arcgis-shadow-cast",
570
563
  {
@@ -572,7 +565,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
572
565
  onArcgisReady: "arcgisReady"
573
566
  }
574
567
  )
575
- ), dr = /* @__PURE__ */ e(
568
+ ), yr = /* @__PURE__ */ e(
576
569
  r(
577
570
  "arcgis-sketch",
578
571
  {
@@ -585,7 +578,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
585
578
  onArcgisUpdate: "arcgisUpdate"
586
579
  }
587
580
  )
588
- ), Cr = /* @__PURE__ */ e(
581
+ ), lr = /* @__PURE__ */ e(
582
+ r(
583
+ "arcgis-sketch-tooltip-controls",
584
+ {
585
+ onArcgisPropertyChange: "arcgisPropertyChange"
586
+ }
587
+ )
588
+ ), dr = /* @__PURE__ */ e(
589
589
  r(
590
590
  "arcgis-slice",
591
591
  {
@@ -593,7 +593,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
593
593
  onArcgisReady: "arcgisReady"
594
594
  }
595
595
  )
596
- ), hr = /* @__PURE__ */ e(
596
+ ), Cr = /* @__PURE__ */ e(
597
597
  r(
598
598
  "arcgis-slider-binary-color-size-legacy",
599
599
  {
@@ -603,7 +603,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
603
603
  onArcgisThumbDrag: "arcgisThumbDrag"
604
604
  }
605
605
  )
606
- ), pr = /* @__PURE__ */ e(
606
+ ), hr = /* @__PURE__ */ e(
607
607
  r(
608
608
  "arcgis-slider-classed-color-legacy",
609
609
  {
@@ -613,7 +613,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
613
613
  onArcgisThumbDrag: "arcgisThumbDrag"
614
614
  }
615
615
  )
616
- ), wr = /* @__PURE__ */ e(
616
+ ), pr = /* @__PURE__ */ e(
617
617
  r(
618
618
  "arcgis-slider-classed-size-legacy",
619
619
  {
@@ -623,7 +623,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
623
623
  onArcgisThumbDrag: "arcgisThumbDrag"
624
624
  }
625
625
  )
626
- ), Rr = /* @__PURE__ */ e(
626
+ ), wr = /* @__PURE__ */ e(
627
627
  r(
628
628
  "arcgis-slider-color-legacy",
629
629
  {
@@ -633,7 +633,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
633
633
  onArcgisThumbDrag: "arcgisThumbDrag"
634
634
  }
635
635
  )
636
- ), Vr = /* @__PURE__ */ e(
636
+ ), Rr = /* @__PURE__ */ e(
637
637
  r(
638
638
  "arcgis-slider-color-size-legacy",
639
639
  {
@@ -643,7 +643,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
643
643
  onArcgisThumbDrag: "arcgisThumbDrag"
644
644
  }
645
645
  )
646
- ), Pr = /* @__PURE__ */ e(
646
+ ), Vr = /* @__PURE__ */ e(
647
647
  r(
648
648
  "arcgis-slider-heatmap-legacy",
649
649
  {
@@ -653,7 +653,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
653
653
  onArcgisThumbDrag: "arcgisThumbDrag"
654
654
  }
655
655
  )
656
- ), ur = /* @__PURE__ */ e(
656
+ ), Pr = /* @__PURE__ */ e(
657
657
  r(
658
658
  "arcgis-slider-opacity-legacy",
659
659
  {
@@ -663,6 +663,16 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
663
663
  onArcgisThumbDrag: "arcgisThumbDrag"
664
664
  }
665
665
  )
666
+ ), ur = /* @__PURE__ */ e(
667
+ r(
668
+ "arcgis-slider-scale-range",
669
+ {
670
+ onArcgisChange: "arcgisChange",
671
+ onArcgisInput: "arcgisInput",
672
+ onArcgisPropertyChange: "arcgisPropertyChange",
673
+ onArcgisReady: "arcgisReady"
674
+ }
675
+ )
666
676
  ), mr = /* @__PURE__ */ e(
667
677
  r(
668
678
  "arcgis-slider-size-legacy",
@@ -688,19 +698,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
688
698
  onArcgisColorChanged: "arcgisColorChanged"
689
699
  }
690
700
  )
691
- ), Dr = /* @__PURE__ */ e(
701
+ ), kr = /* @__PURE__ */ e(
692
702
  r(
693
703
  "arcgis-time-of-day-slider",
694
704
  {
695
705
  onArcgisTimeChange: "arcgisTimeChange"
696
706
  }
697
707
  )
698
- ), br = /* @__PURE__ */ e(
708
+ ), Dr = /* @__PURE__ */ e(
699
709
  r(
700
710
  "arcgis-webgl-error",
701
711
  {}
702
712
  )
703
- ), kr = /* @__PURE__ */ e(
713
+ ), Lr = /* @__PURE__ */ e(
704
714
  r(
705
715
  "arcgis-swipe",
706
716
  {
@@ -710,7 +720,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
710
720
  onArcgisSwipeInput: "arcgisSwipeInput"
711
721
  }
712
722
  )
713
- ), Lr = /* @__PURE__ */ e(
723
+ ), br = /* @__PURE__ */ e(
714
724
  r(
715
725
  "arcgis-table-list",
716
726
  {
@@ -737,7 +747,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
737
747
  onArcgisReady: "arcgisReady"
738
748
  }
739
749
  )
740
- ), Ur = /* @__PURE__ */ e(
750
+ ), Fr = /* @__PURE__ */ e(
741
751
  r(
742
752
  "arcgis-track",
743
753
  {
@@ -747,7 +757,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
747
757
  onArcgisReady: "arcgisReady"
748
758
  }
749
759
  )
750
- ), Fr = /* @__PURE__ */ e(
760
+ ), Ur = /* @__PURE__ */ e(
751
761
  r(
752
762
  "arcgis-utility-network-associations",
753
763
  {
@@ -767,7 +777,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
767
777
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
768
778
  }
769
779
  )
770
- ), Br = /* @__PURE__ */ e(
780
+ ), Nr = /* @__PURE__ */ e(
771
781
  r(
772
782
  "arcgis-utility-network-trace-analysis",
773
783
  {
@@ -791,7 +801,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
791
801
  "arcgis-utility-network-subnetwork-info",
792
802
  {}
793
803
  )
794
- ), Gr = /* @__PURE__ */ e(
804
+ ), Br = /* @__PURE__ */ e(
795
805
  r(
796
806
  "arcgis-utility-network-trace-inputs",
797
807
  {
@@ -803,7 +813,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
803
813
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
804
814
  }
805
815
  )
806
- ), Nr = /* @__PURE__ */ e(
816
+ ), Gr = /* @__PURE__ */ e(
807
817
  r(
808
818
  "arcgis-utility-network-trace-location",
809
819
  {
@@ -829,6 +839,15 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
829
839
  }
830
840
  )
831
841
  ), Wr = /* @__PURE__ */ e(
842
+ r(
843
+ "arcgis-utility-network-validate-network-topology",
844
+ {
845
+ onArcgisReady: "arcgisReady",
846
+ onArcgisValidateNetworkTopologyEnd: "arcgisValidateNetworkTopologyEnd",
847
+ onArcgisValidateNetworkTopologyStart: "arcgisValidateNetworkTopologyStart"
848
+ }
849
+ )
850
+ ), zr = /* @__PURE__ */ e(
832
851
  r(
833
852
  "arcgis-utility-network-validate-topology",
834
853
  {
@@ -836,7 +855,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
836
855
  onArcgisReady: "arcgisReady"
837
856
  }
838
857
  )
839
- ), zr = /* @__PURE__ */ e(
858
+ ), xr = /* @__PURE__ */ e(
840
859
  r(
841
860
  "arcgis-value-picker-legacy",
842
861
  {
@@ -849,7 +868,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
849
868
  onArcgisReady: "arcgisReady"
850
869
  }
851
870
  )
852
- ), xr = /* @__PURE__ */ e(
871
+ ), Or = /* @__PURE__ */ e(
853
872
  r(
854
873
  "arcgis-version-management",
855
874
  {
@@ -857,14 +876,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
857
876
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
858
877
  }
859
878
  )
860
- ), Or = /* @__PURE__ */ e(
879
+ ), Zr = /* @__PURE__ */ e(
861
880
  r(
862
881
  "arcgis-video",
863
882
  {
864
883
  onArcgisViewReadyChange: "arcgisViewReadyChange"
865
884
  }
866
885
  )
867
- ), Zr = /* @__PURE__ */ e(
886
+ ), jr = /* @__PURE__ */ e(
868
887
  r(
869
888
  "arcgis-video-player",
870
889
  {
@@ -873,7 +892,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
873
892
  onArcgisVideoReady: "arcgisVideoReady"
874
893
  }
875
894
  )
876
- ), jr = /* @__PURE__ */ e(
895
+ ), qr = /* @__PURE__ */ e(
877
896
  r(
878
897
  "arcgis-volume-measurement",
879
898
  {
@@ -881,7 +900,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
881
900
  onArcgisReady: "arcgisReady"
882
901
  }
883
902
  )
884
- ), qr = /* @__PURE__ */ e(
903
+ ), Jr = /* @__PURE__ */ e(
885
904
  r(
886
905
  "arcgis-weather",
887
906
  {
@@ -889,7 +908,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
889
908
  onArcgisReady: "arcgisReady"
890
909
  }
891
910
  )
892
- ), Jr = /* @__PURE__ */ e(
911
+ ), Qr = /* @__PURE__ */ e(
893
912
  r(
894
913
  "arcgis-zoom",
895
914
  {
@@ -907,92 +926,93 @@ export {
907
926
  l as ArcgisBasemapLayerList,
908
927
  d as ArcgisBasemapToggle,
909
928
  C as ArcgisBookmarks,
910
- p as ArcgisBuildingDisciplineTree,
911
929
  h as ArcgisBuildingExplorer,
912
- R as ArcgisBuildingLevelItem,
913
- w as ArcgisBuildingLevelPicker,
914
- V as ArcgisBuildingPhasePicker,
915
- P as ArcgisCatalogLayerList,
916
- $ as ArcgisClipboard,
930
+ p as ArcgisCatalogLayerList,
931
+ Y as ArcgisClipboard,
917
932
  Sr as ArcgisColorSelect,
918
- u as ArcgisCompass,
919
- m as ArcgisCoordinateConversion,
920
- T as ArcgisDaylight,
921
- b as ArcgisDirectLineMeasurement3d,
922
- S as ArcgisDirectionalPad,
923
- D as ArcgisDirections,
924
- k as ArcgisDistanceMeasurement2d,
925
- L as ArcgisEditor,
926
- v as ArcgisElevationProfile,
927
- E as ArcgisExpand,
928
- U as ArcgisFeature,
929
- F as ArcgisFeatureForm,
930
- rr as ArcgisFeatureImage,
931
- f as ArcgisFeatureTable,
932
- B as ArcgisFeatureTemplates,
933
- er as ArcgisFeatureTitle,
934
- M as ArcgisFeatures,
935
- I as ArcgisFloorFilter,
936
- G as ArcgisFullscreen,
933
+ w as ArcgisCompass,
934
+ R as ArcgisCoordinateConversion,
935
+ V as ArcgisDaylight,
936
+ m as ArcgisDirectLineMeasurement3d,
937
+ P as ArcgisDirectionalPad,
938
+ u as ArcgisDirections,
939
+ T as ArcgisDistanceMeasurement2d,
940
+ S as ArcgisEditor,
941
+ k as ArcgisElevationProfile,
942
+ D as ArcgisExpand,
943
+ L as ArcgisFeature,
944
+ b as ArcgisFeatureForm,
945
+ _ as ArcgisFeatureImage,
946
+ v as ArcgisFeatureTable,
947
+ E as ArcgisFeatureTemplatesLegacy,
948
+ $ as ArcgisFeatureTitle,
949
+ F as ArcgisFeatures,
950
+ U as ArcgisFloorFilter,
951
+ f as ArcgisFullscreen,
937
952
  N as ArcgisGridControls,
938
- H as ArcgisHistogramRangeSlider,
939
- K as ArcgisHome,
940
- W as ArcgisLayerList,
941
- z as ArcgisLegend,
942
- x as ArcgisLineOfSight,
943
- O as ArcgisLinkChart,
944
- Z as ArcgisLinkChartLayoutSwitcher,
945
- j as ArcgisLinkChartNonspatialVisibilityToggle,
946
- q as ArcgisLocate,
947
- J as ArcgisMap,
948
- Q as ArcgisMeasurement,
949
- ir as ArcgisMultiFeatureForm,
950
- X as ArcgisNavigationToggle,
951
- Y as ArcgisOrientedImageryViewer,
952
- _ as ArcgisPaste,
953
- ar as ArcgisPopup,
954
- gr as ArcgisPresentation,
955
- sr as ArcgisPrint,
956
- cr as ArcgisReverseGeocodeList,
957
- or as ArcgisScaleBar,
958
- nr as ArcgisScaleRangeSlider,
959
- tr as ArcgisScene,
960
- Ar as ArcgisSearch,
961
- yr as ArcgisSearchResultRenderer,
962
- lr as ArcgisShadowCast,
963
- dr as ArcgisSketch,
964
- Cr as ArcgisSlice,
965
- hr as ArcgisSliderBinaryColorSizeLegacy,
966
- pr as ArcgisSliderClassedColorLegacy,
967
- wr as ArcgisSliderClassedSizeLegacy,
968
- Rr as ArcgisSliderColorLegacy,
969
- Vr as ArcgisSliderColorSizeLegacy,
970
- Pr as ArcgisSliderHeatmapLegacy,
971
- ur as ArcgisSliderOpacityLegacy,
953
+ M as ArcgisHistogramRangeSlider,
954
+ I as ArcgisHome,
955
+ B as ArcgisLayerList,
956
+ G as ArcgisLayerListNew,
957
+ H as ArcgisLegend,
958
+ K as ArcgisLineOfSight,
959
+ W as ArcgisLinkChart,
960
+ z as ArcgisLinkChartLayoutSwitcher,
961
+ x as ArcgisLinkChartNonspatialVisibilityToggle,
962
+ O as ArcgisLocate,
963
+ Z as ArcgisMap,
964
+ j as ArcgisMeasurement,
965
+ rr as ArcgisMultiFeatureForm,
966
+ q as ArcgisNavigationToggle,
967
+ J as ArcgisOrientedImageryViewer,
968
+ Q as ArcgisOrientedImageryViewerImageViewer,
969
+ X as ArcgisPaste,
970
+ er as ArcgisPopup,
971
+ ir as ArcgisPresentation,
972
+ ar as ArcgisPrint,
973
+ gr as ArcgisReverseGeocodeList,
974
+ sr as ArcgisScaleBar,
975
+ cr as ArcgisScaleRangeSlider,
976
+ or as ArcgisScene,
977
+ nr as ArcgisSearch,
978
+ tr as ArcgisSearchResultRenderer,
979
+ Ar as ArcgisShadowCast,
980
+ yr as ArcgisSketch,
981
+ lr as ArcgisSketchTooltipControls,
982
+ dr as ArcgisSlice,
983
+ Cr as ArcgisSliderBinaryColorSizeLegacy,
984
+ hr as ArcgisSliderClassedColorLegacy,
985
+ pr as ArcgisSliderClassedSizeLegacy,
986
+ wr as ArcgisSliderColorLegacy,
987
+ Rr as ArcgisSliderColorSizeLegacy,
988
+ Vr as ArcgisSliderHeatmapLegacy,
989
+ Pr as ArcgisSliderOpacityLegacy,
990
+ ur as ArcgisSliderScaleRange,
972
991
  mr as ArcgisSliderSizeLegacy,
973
992
  Tr as ArcgisSnappingControls,
974
- kr as ArcgisSwipe,
975
- Lr as ArcgisTableList,
976
- Dr as ArcgisTimeOfDaySlider,
993
+ Lr as ArcgisSwipe,
994
+ br as ArcgisTableList,
995
+ kr as ArcgisTimeOfDaySlider,
977
996
  vr as ArcgisTimeSlider,
978
997
  Er as ArcgisTimeZoneLabel,
979
- Ur as ArcgisTrack,
998
+ Fr as ArcgisTrack,
980
999
  Mr as ArcgisUtilityNetworkAggregatedGeometry,
981
- Fr as ArcgisUtilityNetworkAssociations,
1000
+ Ur as ArcgisUtilityNetworkAssociations,
982
1001
  Ir as ArcgisUtilityNetworkSubnetworkInfo,
983
1002
  fr as ArcgisUtilityNetworkTrace,
984
- Br as ArcgisUtilityNetworkTraceAnalysis,
985
- Gr as ArcgisUtilityNetworkTraceInputs,
986
- Nr as ArcgisUtilityNetworkTraceLocation,
1003
+ Nr as ArcgisUtilityNetworkTraceAnalysis,
1004
+ Br as ArcgisUtilityNetworkTraceInputs,
1005
+ Gr as ArcgisUtilityNetworkTraceLocation,
987
1006
  Hr as ArcgisUtilityNetworkTraceLocationList,
988
1007
  Kr as ArcgisUtilityNetworkTraceResults,
989
- Wr as ArcgisUtilityNetworkValidateTopology,
990
- zr as ArcgisValuePickerLegacy,
991
- xr as ArcgisVersionManagement,
992
- Or as ArcgisVideo,
993
- Zr as ArcgisVideoPlayer,
994
- jr as ArcgisVolumeMeasurement,
995
- qr as ArcgisWeather,
996
- br as ArcgisWebglError,
997
- Jr as ArcgisZoom
1008
+ Wr as ArcgisUtilityNetworkValidateNetworkTopology,
1009
+ zr as ArcgisUtilityNetworkValidateTopology,
1010
+ xr as ArcgisValuePickerLegacy,
1011
+ Or as ArcgisVersionManagement,
1012
+ Zr as ArcgisVideo,
1013
+ jr as ArcgisVideoPlayer,
1014
+ qr as ArcgisVolumeMeasurement,
1015
+ Jr as ArcgisWeather,
1016
+ Dr as ArcgisWebglError,
1017
+ Qr as ArcgisZoom
998
1018
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.9",
3
+ "version": "5.1.0-next.91",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "2D",
@@ -29,16 +29,15 @@
29
29
  ],
30
30
  "license": "SEE LICENSE IN LICENSE.md",
31
31
  "dependencies": {
32
- "@esri/calcite-components": "^5.0.0-next.71",
32
+ "@esri/calcite-components": "^5.1.0-next.42",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0",
35
35
  "tslib": "^2.8.1",
36
- "@arcgis/lumina": "5.1.0-next.9",
37
- "@arcgis/map-components": "5.1.0-next.9"
36
+ "@arcgis/lumina": "5.1.0-next.91",
37
+ "@arcgis/map-components": "5.1.0-next.91"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/core": "^5.0.0-next",
41
- "react": ">=18.0.0 <20.0.0",
42
- "react-dom": ">=18.0.0 <20.0.0"
40
+ "@arcgis/core": "^5.1.0-next",
41
+ "react": ">=18.0.0 <20.0.0"
43
42
  }
44
43
  }