@arcgis/map-components-react 5.1.0-next.7 → 5.1.0-next.71

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ArcGIS Maps SDK for JavaScript - Map Components React
2
2
 
3
- The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. This package contains a [Map component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-map/), [Scene component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-scene/), and many other components with functionality made possible through the SDK's [core API](https://developers.arcgis.com/javascript/latest/api-reference/) which is also accessible through the components.
3
+ The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. This package contains a [Map component](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-map/), [Scene component](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-scene/), and many other components with functionality made possible through the SDK's [core API](https://developers.arcgis.com/javascript/latest/references/core/) which is also accessible through the components.
4
4
 
5
5
  Want to get started immediately? See [Get started](https://developers.arcgis.com/javascript/latest/get-started/) or try out the [sample applications](https://github.com/Esri/jsapi-resources/tree/main/component-samples) for a variety of popular frameworks, module bundlers, and TypeScript.
6
6
 
@@ -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;
@@ -594,6 +583,15 @@ export declare const ArcgisSliderOpacityLegacy: import('@lit/react').ReactWebCom
594
583
  onArcgisThumbChange: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbChange"]>;
595
584
  onArcgisThumbDrag: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbDrag"]>;
596
585
  }>;
586
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-scale-range /> directly. */
587
+ export declare const ArcgisSliderScaleRange: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-scale-range/customElement').ArcgisSliderScaleRange & {
588
+ class?: string;
589
+ }, {
590
+ onArcgisChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisChange"]>;
591
+ onArcgisInput: EventName<HTMLArcgisSliderScaleRangeElement["arcgisInput"]>;
592
+ onArcgisPropertyChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisPropertyChange"]>;
593
+ onArcgisReady: EventName<HTMLArcgisSliderScaleRangeElement["arcgisReady"]>;
594
+ }>;
597
595
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-size-legacy /> directly. */
598
596
  export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-size-legacy/customElement').ArcgisSliderSizeLegacy & {
599
597
  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
+ ), D = /* @__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
+ ), L = /* @__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
+ ), b = /* @__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
+ ), k = /* @__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
+ ), U = /* @__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
+ ), F = /* @__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
  {
@@ -254,7 +230,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
254
230
  onArcgisReady: "arcgisReady"
255
231
  }
256
232
  )
257
- ), N = /* @__PURE__ */ e(
233
+ ), M = /* @__PURE__ */ e(
258
234
  r(
259
235
  "arcgis-grid-controls",
260
236
  {
@@ -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
+ ), I = /* @__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
+ ), B = /* @__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
+ ), N = /* @__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,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
420
406
  onArcgisReady: "arcgisReady"
421
407
  }
422
408
  )
423
- ), _ = /* @__PURE__ */ e(
409
+ ), Q = /* @__PURE__ */ e(
424
410
  r(
425
411
  "arcgis-paste",
426
412
  {
@@ -433,24 +419,24 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
433
419
  onArcgisReady: "arcgisReady"
434
420
  }
435
421
  )
436
- ), $ = /* @__PURE__ */ e(
422
+ ), X = /* @__PURE__ */ e(
437
423
  r(
438
424
  "arcgis-clipboard",
439
425
  {
440
426
  onArcgisReady: "arcgisReady"
441
427
  }
442
428
  )
443
- ), rr = /* @__PURE__ */ e(
429
+ ), Y = /* @__PURE__ */ e(
444
430
  r(
445
431
  "arcgis-feature-image",
446
432
  {}
447
433
  )
448
- ), er = /* @__PURE__ */ e(
434
+ ), _ = /* @__PURE__ */ e(
449
435
  r(
450
436
  "arcgis-feature-title",
451
437
  {}
452
438
  )
453
- ), ir = /* @__PURE__ */ e(
439
+ ), $ = /* @__PURE__ */ e(
454
440
  r(
455
441
  "arcgis-multi-feature-form",
456
442
  {
@@ -460,7 +446,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
460
446
  onArcgisValueChange: "arcgisValueChange"
461
447
  }
462
448
  )
463
- ), ar = /* @__PURE__ */ e(
449
+ ), rr = /* @__PURE__ */ e(
464
450
  r(
465
451
  "arcgis-popup",
466
452
  {
@@ -470,14 +456,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
470
456
  onArcgisTriggerAction: "arcgisTriggerAction"
471
457
  }
472
458
  )
473
- ), gr = /* @__PURE__ */ e(
459
+ ), er = /* @__PURE__ */ e(
474
460
  r(
475
461
  "arcgis-presentation",
476
462
  {
477
463
  onArcgisReady: "arcgisReady"
478
464
  }
479
465
  )
480
- ), sr = /* @__PURE__ */ e(
466
+ ), ir = /* @__PURE__ */ e(
481
467
  r(
482
468
  "arcgis-print",
483
469
  {
@@ -489,21 +475,21 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
489
475
  onArcgisSubmit: "arcgisSubmit"
490
476
  }
491
477
  )
492
- ), cr = /* @__PURE__ */ e(
478
+ ), ar = /* @__PURE__ */ e(
493
479
  r(
494
480
  "arcgis-reverse-geocode-list",
495
481
  {
496
482
  onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
497
483
  }
498
484
  )
499
- ), or = /* @__PURE__ */ e(
485
+ ), gr = /* @__PURE__ */ e(
500
486
  r(
501
487
  "arcgis-scale-bar",
502
488
  {
503
489
  onArcgisReady: "arcgisReady"
504
490
  }
505
491
  )
506
- ), nr = /* @__PURE__ */ e(
492
+ ), sr = /* @__PURE__ */ e(
507
493
  r(
508
494
  "arcgis-scale-range-slider",
509
495
  {
@@ -511,7 +497,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
511
497
  onArcgisReady: "arcgisReady"
512
498
  }
513
499
  )
514
- ), tr = /* @__PURE__ */ e(
500
+ ), cr = /* @__PURE__ */ e(
515
501
  r(
516
502
  "arcgis-scene",
517
503
  {
@@ -543,7 +529,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
543
529
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
544
530
  }
545
531
  )
546
- ), Ar = /* @__PURE__ */ e(
532
+ ), or = /* @__PURE__ */ e(
547
533
  r(
548
534
  "arcgis-search",
549
535
  {
@@ -557,14 +543,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
557
543
  onArcgisSuggestStart: "arcgisSuggestStart"
558
544
  }
559
545
  )
560
- ), yr = /* @__PURE__ */ e(
546
+ ), nr = /* @__PURE__ */ e(
561
547
  r(
562
548
  "arcgis-search-result-renderer",
563
549
  {
564
550
  onArcgisReady: "arcgisReady"
565
551
  }
566
552
  )
567
- ), lr = /* @__PURE__ */ e(
553
+ ), tr = /* @__PURE__ */ e(
568
554
  r(
569
555
  "arcgis-shadow-cast",
570
556
  {
@@ -572,7 +558,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
572
558
  onArcgisReady: "arcgisReady"
573
559
  }
574
560
  )
575
- ), dr = /* @__PURE__ */ e(
561
+ ), Ar = /* @__PURE__ */ e(
576
562
  r(
577
563
  "arcgis-sketch",
578
564
  {
@@ -585,7 +571,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
585
571
  onArcgisUpdate: "arcgisUpdate"
586
572
  }
587
573
  )
588
- ), Cr = /* @__PURE__ */ e(
574
+ ), yr = /* @__PURE__ */ e(
589
575
  r(
590
576
  "arcgis-slice",
591
577
  {
@@ -593,7 +579,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
593
579
  onArcgisReady: "arcgisReady"
594
580
  }
595
581
  )
596
- ), hr = /* @__PURE__ */ e(
582
+ ), lr = /* @__PURE__ */ e(
597
583
  r(
598
584
  "arcgis-slider-binary-color-size-legacy",
599
585
  {
@@ -603,7 +589,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
603
589
  onArcgisThumbDrag: "arcgisThumbDrag"
604
590
  }
605
591
  )
606
- ), pr = /* @__PURE__ */ e(
592
+ ), dr = /* @__PURE__ */ e(
607
593
  r(
608
594
  "arcgis-slider-classed-color-legacy",
609
595
  {
@@ -613,7 +599,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
613
599
  onArcgisThumbDrag: "arcgisThumbDrag"
614
600
  }
615
601
  )
616
- ), wr = /* @__PURE__ */ e(
602
+ ), Cr = /* @__PURE__ */ e(
617
603
  r(
618
604
  "arcgis-slider-classed-size-legacy",
619
605
  {
@@ -623,7 +609,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
623
609
  onArcgisThumbDrag: "arcgisThumbDrag"
624
610
  }
625
611
  )
626
- ), Rr = /* @__PURE__ */ e(
612
+ ), hr = /* @__PURE__ */ e(
627
613
  r(
628
614
  "arcgis-slider-color-legacy",
629
615
  {
@@ -633,7 +619,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
633
619
  onArcgisThumbDrag: "arcgisThumbDrag"
634
620
  }
635
621
  )
636
- ), Vr = /* @__PURE__ */ e(
622
+ ), pr = /* @__PURE__ */ e(
637
623
  r(
638
624
  "arcgis-slider-color-size-legacy",
639
625
  {
@@ -643,7 +629,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
643
629
  onArcgisThumbDrag: "arcgisThumbDrag"
644
630
  }
645
631
  )
646
- ), Pr = /* @__PURE__ */ e(
632
+ ), wr = /* @__PURE__ */ e(
647
633
  r(
648
634
  "arcgis-slider-heatmap-legacy",
649
635
  {
@@ -653,7 +639,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
653
639
  onArcgisThumbDrag: "arcgisThumbDrag"
654
640
  }
655
641
  )
656
- ), ur = /* @__PURE__ */ e(
642
+ ), Rr = /* @__PURE__ */ e(
657
643
  r(
658
644
  "arcgis-slider-opacity-legacy",
659
645
  {
@@ -663,7 +649,17 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
663
649
  onArcgisThumbDrag: "arcgisThumbDrag"
664
650
  }
665
651
  )
666
- ), mr = /* @__PURE__ */ e(
652
+ ), Vr = /* @__PURE__ */ e(
653
+ r(
654
+ "arcgis-slider-scale-range",
655
+ {
656
+ onArcgisChange: "arcgisChange",
657
+ onArcgisInput: "arcgisInput",
658
+ onArcgisPropertyChange: "arcgisPropertyChange",
659
+ onArcgisReady: "arcgisReady"
660
+ }
661
+ )
662
+ ), Pr = /* @__PURE__ */ e(
667
663
  r(
668
664
  "arcgis-slider-size-legacy",
669
665
  {
@@ -673,7 +669,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
673
669
  onArcgisThumbDrag: "arcgisThumbDrag"
674
670
  }
675
671
  )
676
- ), Tr = /* @__PURE__ */ e(
672
+ ), ur = /* @__PURE__ */ e(
677
673
  r(
678
674
  "arcgis-snapping-controls",
679
675
  {
@@ -681,26 +677,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
681
677
  onArcgisReady: "arcgisReady"
682
678
  }
683
679
  )
684
- ), Sr = /* @__PURE__ */ e(
680
+ ), mr = /* @__PURE__ */ e(
685
681
  r(
686
682
  "arcgis-color-select",
687
683
  {
688
684
  onArcgisColorChanged: "arcgisColorChanged"
689
685
  }
690
686
  )
691
- ), Dr = /* @__PURE__ */ e(
687
+ ), Tr = /* @__PURE__ */ e(
692
688
  r(
693
689
  "arcgis-time-of-day-slider",
694
690
  {
695
691
  onArcgisTimeChange: "arcgisTimeChange"
696
692
  }
697
693
  )
698
- ), br = /* @__PURE__ */ e(
694
+ ), Sr = /* @__PURE__ */ e(
699
695
  r(
700
696
  "arcgis-webgl-error",
701
697
  {}
702
698
  )
703
- ), kr = /* @__PURE__ */ e(
699
+ ), Dr = /* @__PURE__ */ e(
704
700
  r(
705
701
  "arcgis-swipe",
706
702
  {
@@ -720,7 +716,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
720
716
  onArcgisTriggerAction: "arcgisTriggerAction"
721
717
  }
722
718
  )
723
- ), vr = /* @__PURE__ */ e(
719
+ ), br = /* @__PURE__ */ e(
724
720
  r(
725
721
  "arcgis-time-slider",
726
722
  {
@@ -729,7 +725,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
729
725
  onArcgisTriggerAction: "arcgisTriggerAction"
730
726
  }
731
727
  )
732
- ), Er = /* @__PURE__ */ e(
728
+ ), kr = /* @__PURE__ */ e(
733
729
  r(
734
730
  "arcgis-time-zone-label",
735
731
  {
@@ -737,7 +733,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
737
733
  onArcgisReady: "arcgisReady"
738
734
  }
739
735
  )
740
- ), Ur = /* @__PURE__ */ e(
736
+ ), vr = /* @__PURE__ */ e(
741
737
  r(
742
738
  "arcgis-track",
743
739
  {
@@ -747,14 +743,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
747
743
  onArcgisReady: "arcgisReady"
748
744
  }
749
745
  )
750
- ), Fr = /* @__PURE__ */ e(
746
+ ), Er = /* @__PURE__ */ e(
751
747
  r(
752
748
  "arcgis-utility-network-associations",
753
749
  {
754
750
  onArcgisReady: "arcgisReady"
755
751
  }
756
752
  )
757
- ), fr = /* @__PURE__ */ e(
753
+ ), Ur = /* @__PURE__ */ e(
758
754
  r(
759
755
  "arcgis-utility-network-trace",
760
756
  {
@@ -767,7 +763,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
767
763
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
768
764
  }
769
765
  )
770
- ), Br = /* @__PURE__ */ e(
766
+ ), Fr = /* @__PURE__ */ e(
771
767
  r(
772
768
  "arcgis-utility-network-trace-analysis",
773
769
  {
@@ -779,19 +775,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
779
775
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
780
776
  }
781
777
  )
782
- ), Mr = /* @__PURE__ */ e(
778
+ ), fr = /* @__PURE__ */ e(
783
779
  r(
784
780
  "arcgis-utility-network-aggregated-geometry",
785
781
  {
786
782
  onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
787
783
  }
788
784
  )
789
- ), Ir = /* @__PURE__ */ e(
785
+ ), Mr = /* @__PURE__ */ e(
790
786
  r(
791
787
  "arcgis-utility-network-subnetwork-info",
792
788
  {}
793
789
  )
794
- ), Gr = /* @__PURE__ */ e(
790
+ ), Ir = /* @__PURE__ */ e(
795
791
  r(
796
792
  "arcgis-utility-network-trace-inputs",
797
793
  {
@@ -803,7 +799,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
803
799
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
804
800
  }
805
801
  )
806
- ), Nr = /* @__PURE__ */ e(
802
+ ), Br = /* @__PURE__ */ e(
807
803
  r(
808
804
  "arcgis-utility-network-trace-location",
809
805
  {
@@ -812,12 +808,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
812
808
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
813
809
  }
814
810
  )
815
- ), Hr = /* @__PURE__ */ e(
811
+ ), Nr = /* @__PURE__ */ e(
816
812
  r(
817
813
  "arcgis-utility-network-trace-location-list",
818
814
  {}
819
815
  )
820
- ), Kr = /* @__PURE__ */ e(
816
+ ), Gr = /* @__PURE__ */ e(
821
817
  r(
822
818
  "arcgis-utility-network-trace-results",
823
819
  {
@@ -828,7 +824,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
828
824
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
829
825
  }
830
826
  )
831
- ), Wr = /* @__PURE__ */ e(
827
+ ), Hr = /* @__PURE__ */ e(
832
828
  r(
833
829
  "arcgis-utility-network-validate-topology",
834
830
  {
@@ -836,7 +832,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
836
832
  onArcgisReady: "arcgisReady"
837
833
  }
838
834
  )
839
- ), zr = /* @__PURE__ */ e(
835
+ ), Kr = /* @__PURE__ */ e(
840
836
  r(
841
837
  "arcgis-value-picker-legacy",
842
838
  {
@@ -849,7 +845,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
849
845
  onArcgisReady: "arcgisReady"
850
846
  }
851
847
  )
852
- ), xr = /* @__PURE__ */ e(
848
+ ), Wr = /* @__PURE__ */ e(
853
849
  r(
854
850
  "arcgis-version-management",
855
851
  {
@@ -857,14 +853,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
857
853
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
858
854
  }
859
855
  )
860
- ), Or = /* @__PURE__ */ e(
856
+ ), zr = /* @__PURE__ */ e(
861
857
  r(
862
858
  "arcgis-video",
863
859
  {
864
860
  onArcgisViewReadyChange: "arcgisViewReadyChange"
865
861
  }
866
862
  )
867
- ), Zr = /* @__PURE__ */ e(
863
+ ), xr = /* @__PURE__ */ e(
868
864
  r(
869
865
  "arcgis-video-player",
870
866
  {
@@ -873,7 +869,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
873
869
  onArcgisVideoReady: "arcgisVideoReady"
874
870
  }
875
871
  )
876
- ), jr = /* @__PURE__ */ e(
872
+ ), Or = /* @__PURE__ */ e(
877
873
  r(
878
874
  "arcgis-volume-measurement",
879
875
  {
@@ -881,7 +877,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
881
877
  onArcgisReady: "arcgisReady"
882
878
  }
883
879
  )
884
- ), qr = /* @__PURE__ */ e(
880
+ ), Zr = /* @__PURE__ */ e(
885
881
  r(
886
882
  "arcgis-weather",
887
883
  {
@@ -889,7 +885,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
889
885
  onArcgisReady: "arcgisReady"
890
886
  }
891
887
  )
892
- ), Jr = /* @__PURE__ */ e(
888
+ ), jr = /* @__PURE__ */ e(
893
889
  r(
894
890
  "arcgis-zoom",
895
891
  {
@@ -907,92 +903,90 @@ export {
907
903
  l as ArcgisBasemapLayerList,
908
904
  d as ArcgisBasemapToggle,
909
905
  C as ArcgisBookmarks,
910
- p as ArcgisBuildingDisciplineTree,
911
906
  h as ArcgisBuildingExplorer,
912
- R as ArcgisBuildingLevelItem,
913
- w as ArcgisBuildingLevelPicker,
914
- V as ArcgisBuildingPhasePicker,
915
- P as ArcgisCatalogLayerList,
916
- $ as ArcgisClipboard,
917
- 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,
937
- 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,
972
- mr as ArcgisSliderSizeLegacy,
973
- Tr as ArcgisSnappingControls,
974
- kr as ArcgisSwipe,
907
+ p as ArcgisCatalogLayerList,
908
+ X as ArcgisClipboard,
909
+ mr as ArcgisColorSelect,
910
+ w as ArcgisCompass,
911
+ R as ArcgisCoordinateConversion,
912
+ V as ArcgisDaylight,
913
+ m as ArcgisDirectLineMeasurement3d,
914
+ P as ArcgisDirectionalPad,
915
+ u as ArcgisDirections,
916
+ T as ArcgisDistanceMeasurement2d,
917
+ S as ArcgisEditor,
918
+ D as ArcgisElevationProfile,
919
+ L as ArcgisExpand,
920
+ b as ArcgisFeature,
921
+ k as ArcgisFeatureForm,
922
+ Y as ArcgisFeatureImage,
923
+ v as ArcgisFeatureTable,
924
+ E as ArcgisFeatureTemplatesLegacy,
925
+ _ as ArcgisFeatureTitle,
926
+ U as ArcgisFeatures,
927
+ F as ArcgisFloorFilter,
928
+ f as ArcgisFullscreen,
929
+ M as ArcgisGridControls,
930
+ I as ArcgisHistogramRangeSlider,
931
+ B as ArcgisHome,
932
+ N as ArcgisLayerList,
933
+ G as ArcgisLayerListNew,
934
+ H as ArcgisLegend,
935
+ K as ArcgisLineOfSight,
936
+ W as ArcgisLinkChart,
937
+ z as ArcgisLinkChartLayoutSwitcher,
938
+ x as ArcgisLinkChartNonspatialVisibilityToggle,
939
+ O as ArcgisLocate,
940
+ Z as ArcgisMap,
941
+ j as ArcgisMeasurement,
942
+ $ as ArcgisMultiFeatureForm,
943
+ q as ArcgisNavigationToggle,
944
+ J as ArcgisOrientedImageryViewer,
945
+ Q as ArcgisPaste,
946
+ rr as ArcgisPopup,
947
+ er as ArcgisPresentation,
948
+ ir as ArcgisPrint,
949
+ ar as ArcgisReverseGeocodeList,
950
+ gr as ArcgisScaleBar,
951
+ sr as ArcgisScaleRangeSlider,
952
+ cr as ArcgisScene,
953
+ or as ArcgisSearch,
954
+ nr as ArcgisSearchResultRenderer,
955
+ tr as ArcgisShadowCast,
956
+ Ar as ArcgisSketch,
957
+ yr as ArcgisSlice,
958
+ lr as ArcgisSliderBinaryColorSizeLegacy,
959
+ dr as ArcgisSliderClassedColorLegacy,
960
+ Cr as ArcgisSliderClassedSizeLegacy,
961
+ hr as ArcgisSliderColorLegacy,
962
+ pr as ArcgisSliderColorSizeLegacy,
963
+ wr as ArcgisSliderHeatmapLegacy,
964
+ Rr as ArcgisSliderOpacityLegacy,
965
+ Vr as ArcgisSliderScaleRange,
966
+ Pr as ArcgisSliderSizeLegacy,
967
+ ur as ArcgisSnappingControls,
968
+ Dr as ArcgisSwipe,
975
969
  Lr as ArcgisTableList,
976
- Dr as ArcgisTimeOfDaySlider,
977
- vr as ArcgisTimeSlider,
978
- Er as ArcgisTimeZoneLabel,
979
- Ur as ArcgisTrack,
980
- Mr as ArcgisUtilityNetworkAggregatedGeometry,
981
- Fr as ArcgisUtilityNetworkAssociations,
982
- Ir as ArcgisUtilityNetworkSubnetworkInfo,
983
- fr as ArcgisUtilityNetworkTrace,
984
- Br as ArcgisUtilityNetworkTraceAnalysis,
985
- Gr as ArcgisUtilityNetworkTraceInputs,
986
- Nr as ArcgisUtilityNetworkTraceLocation,
987
- Hr as ArcgisUtilityNetworkTraceLocationList,
988
- 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
970
+ Tr as ArcgisTimeOfDaySlider,
971
+ br as ArcgisTimeSlider,
972
+ kr as ArcgisTimeZoneLabel,
973
+ vr as ArcgisTrack,
974
+ fr as ArcgisUtilityNetworkAggregatedGeometry,
975
+ Er as ArcgisUtilityNetworkAssociations,
976
+ Mr as ArcgisUtilityNetworkSubnetworkInfo,
977
+ Ur as ArcgisUtilityNetworkTrace,
978
+ Fr as ArcgisUtilityNetworkTraceAnalysis,
979
+ Ir as ArcgisUtilityNetworkTraceInputs,
980
+ Br as ArcgisUtilityNetworkTraceLocation,
981
+ Nr as ArcgisUtilityNetworkTraceLocationList,
982
+ Gr as ArcgisUtilityNetworkTraceResults,
983
+ Hr as ArcgisUtilityNetworkValidateTopology,
984
+ Kr as ArcgisValuePickerLegacy,
985
+ Wr as ArcgisVersionManagement,
986
+ zr as ArcgisVideo,
987
+ xr as ArcgisVideoPlayer,
988
+ Or as ArcgisVolumeMeasurement,
989
+ Zr as ArcgisWeather,
990
+ Sr as ArcgisWebglError,
991
+ jr as ArcgisZoom
998
992
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.7",
3
+ "version": "5.1.0-next.71",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "2D",
@@ -29,15 +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.0.2",
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.7",
37
- "@arcgis/map-components": "5.1.0-next.7"
36
+ "@arcgis/map-components": "5.1.0-next.71",
37
+ "@arcgis/lumina": "5.1.0-next.71"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/core": "^5.0.0-next",
40
+ "@arcgis/core": "^5.1.0-next",
41
41
  "react": ">=18.0.0 <20.0.0",
42
42
  "react-dom": ">=18.0.0 <20.0.0"
43
43
  }