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

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;
@@ -423,6 +412,8 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import(
423
412
  export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation/customElement').ArcgisPresentation & {
424
413
  class?: string;
425
414
  }, {
415
+ onArcgisPopupFeatureNotFound: EventName<HTMLArcgisPresentationElement["arcgisPopupFeatureNotFound"]>;
416
+ onArcgisPopupFeaturesRetrieved: EventName<HTMLArcgisPresentationElement["arcgisPopupFeaturesRetrieved"]>;
426
417
  onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
427
418
  }>;
428
419
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-print /> directly. */
@@ -594,6 +585,15 @@ export declare const ArcgisSliderOpacityLegacy: import('@lit/react').ReactWebCom
594
585
  onArcgisThumbChange: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbChange"]>;
595
586
  onArcgisThumbDrag: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbDrag"]>;
596
587
  }>;
588
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-scale-range /> directly. */
589
+ export declare const ArcgisSliderScaleRange: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-scale-range/customElement').ArcgisSliderScaleRange & {
590
+ class?: string;
591
+ }, {
592
+ onArcgisChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisChange"]>;
593
+ onArcgisInput: EventName<HTMLArcgisSliderScaleRangeElement["arcgisInput"]>;
594
+ onArcgisPropertyChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisPropertyChange"]>;
595
+ onArcgisReady: EventName<HTMLArcgisSliderScaleRangeElement["arcgisReady"]>;
596
+ }>;
597
597
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slider-size-legacy /> directly. */
598
598
  export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-size-legacy/customElement').ArcgisSliderSizeLegacy & {
599
599
  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
+ ), P = /* @__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
+ ), V = /* @__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
+ ), 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
  {
@@ -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
+ ), N = /* @__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,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,16 @@ 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
  {
463
+ onArcgisPopupFeatureNotFound: "arcgisPopupFeatureNotFound",
464
+ onArcgisPopupFeaturesRetrieved: "arcgisPopupFeaturesRetrieved",
477
465
  onArcgisReady: "arcgisReady"
478
466
  }
479
467
  )
480
- ), sr = /* @__PURE__ */ e(
468
+ ), ir = /* @__PURE__ */ e(
481
469
  r(
482
470
  "arcgis-print",
483
471
  {
@@ -489,21 +477,21 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
489
477
  onArcgisSubmit: "arcgisSubmit"
490
478
  }
491
479
  )
492
- ), cr = /* @__PURE__ */ e(
480
+ ), ar = /* @__PURE__ */ e(
493
481
  r(
494
482
  "arcgis-reverse-geocode-list",
495
483
  {
496
484
  onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
497
485
  }
498
486
  )
499
- ), or = /* @__PURE__ */ e(
487
+ ), gr = /* @__PURE__ */ e(
500
488
  r(
501
489
  "arcgis-scale-bar",
502
490
  {
503
491
  onArcgisReady: "arcgisReady"
504
492
  }
505
493
  )
506
- ), nr = /* @__PURE__ */ e(
494
+ ), sr = /* @__PURE__ */ e(
507
495
  r(
508
496
  "arcgis-scale-range-slider",
509
497
  {
@@ -511,7 +499,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
511
499
  onArcgisReady: "arcgisReady"
512
500
  }
513
501
  )
514
- ), tr = /* @__PURE__ */ e(
502
+ ), cr = /* @__PURE__ */ e(
515
503
  r(
516
504
  "arcgis-scene",
517
505
  {
@@ -543,7 +531,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
543
531
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
544
532
  }
545
533
  )
546
- ), Ar = /* @__PURE__ */ e(
534
+ ), or = /* @__PURE__ */ e(
547
535
  r(
548
536
  "arcgis-search",
549
537
  {
@@ -557,14 +545,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
557
545
  onArcgisSuggestStart: "arcgisSuggestStart"
558
546
  }
559
547
  )
560
- ), yr = /* @__PURE__ */ e(
548
+ ), nr = /* @__PURE__ */ e(
561
549
  r(
562
550
  "arcgis-search-result-renderer",
563
551
  {
564
552
  onArcgisReady: "arcgisReady"
565
553
  }
566
554
  )
567
- ), lr = /* @__PURE__ */ e(
555
+ ), tr = /* @__PURE__ */ e(
568
556
  r(
569
557
  "arcgis-shadow-cast",
570
558
  {
@@ -572,7 +560,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
572
560
  onArcgisReady: "arcgisReady"
573
561
  }
574
562
  )
575
- ), dr = /* @__PURE__ */ e(
563
+ ), Ar = /* @__PURE__ */ e(
576
564
  r(
577
565
  "arcgis-sketch",
578
566
  {
@@ -585,7 +573,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
585
573
  onArcgisUpdate: "arcgisUpdate"
586
574
  }
587
575
  )
588
- ), Cr = /* @__PURE__ */ e(
576
+ ), yr = /* @__PURE__ */ e(
589
577
  r(
590
578
  "arcgis-slice",
591
579
  {
@@ -593,7 +581,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
593
581
  onArcgisReady: "arcgisReady"
594
582
  }
595
583
  )
596
- ), hr = /* @__PURE__ */ e(
584
+ ), lr = /* @__PURE__ */ e(
597
585
  r(
598
586
  "arcgis-slider-binary-color-size-legacy",
599
587
  {
@@ -603,7 +591,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
603
591
  onArcgisThumbDrag: "arcgisThumbDrag"
604
592
  }
605
593
  )
606
- ), pr = /* @__PURE__ */ e(
594
+ ), dr = /* @__PURE__ */ e(
607
595
  r(
608
596
  "arcgis-slider-classed-color-legacy",
609
597
  {
@@ -613,7 +601,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
613
601
  onArcgisThumbDrag: "arcgisThumbDrag"
614
602
  }
615
603
  )
616
- ), wr = /* @__PURE__ */ e(
604
+ ), Cr = /* @__PURE__ */ e(
617
605
  r(
618
606
  "arcgis-slider-classed-size-legacy",
619
607
  {
@@ -623,7 +611,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
623
611
  onArcgisThumbDrag: "arcgisThumbDrag"
624
612
  }
625
613
  )
626
- ), Rr = /* @__PURE__ */ e(
614
+ ), hr = /* @__PURE__ */ e(
627
615
  r(
628
616
  "arcgis-slider-color-legacy",
629
617
  {
@@ -633,7 +621,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
633
621
  onArcgisThumbDrag: "arcgisThumbDrag"
634
622
  }
635
623
  )
636
- ), Vr = /* @__PURE__ */ e(
624
+ ), pr = /* @__PURE__ */ e(
637
625
  r(
638
626
  "arcgis-slider-color-size-legacy",
639
627
  {
@@ -643,7 +631,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
643
631
  onArcgisThumbDrag: "arcgisThumbDrag"
644
632
  }
645
633
  )
646
- ), Pr = /* @__PURE__ */ e(
634
+ ), wr = /* @__PURE__ */ e(
647
635
  r(
648
636
  "arcgis-slider-heatmap-legacy",
649
637
  {
@@ -653,7 +641,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
653
641
  onArcgisThumbDrag: "arcgisThumbDrag"
654
642
  }
655
643
  )
656
- ), ur = /* @__PURE__ */ e(
644
+ ), Rr = /* @__PURE__ */ e(
657
645
  r(
658
646
  "arcgis-slider-opacity-legacy",
659
647
  {
@@ -663,7 +651,17 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
663
651
  onArcgisThumbDrag: "arcgisThumbDrag"
664
652
  }
665
653
  )
666
- ), mr = /* @__PURE__ */ e(
654
+ ), Pr = /* @__PURE__ */ e(
655
+ r(
656
+ "arcgis-slider-scale-range",
657
+ {
658
+ onArcgisChange: "arcgisChange",
659
+ onArcgisInput: "arcgisInput",
660
+ onArcgisPropertyChange: "arcgisPropertyChange",
661
+ onArcgisReady: "arcgisReady"
662
+ }
663
+ )
664
+ ), Vr = /* @__PURE__ */ e(
667
665
  r(
668
666
  "arcgis-slider-size-legacy",
669
667
  {
@@ -673,7 +671,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
673
671
  onArcgisThumbDrag: "arcgisThumbDrag"
674
672
  }
675
673
  )
676
- ), Tr = /* @__PURE__ */ e(
674
+ ), ur = /* @__PURE__ */ e(
677
675
  r(
678
676
  "arcgis-snapping-controls",
679
677
  {
@@ -681,26 +679,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
681
679
  onArcgisReady: "arcgisReady"
682
680
  }
683
681
  )
684
- ), Sr = /* @__PURE__ */ e(
682
+ ), mr = /* @__PURE__ */ e(
685
683
  r(
686
684
  "arcgis-color-select",
687
685
  {
688
686
  onArcgisColorChanged: "arcgisColorChanged"
689
687
  }
690
688
  )
691
- ), Dr = /* @__PURE__ */ e(
689
+ ), Tr = /* @__PURE__ */ e(
692
690
  r(
693
691
  "arcgis-time-of-day-slider",
694
692
  {
695
693
  onArcgisTimeChange: "arcgisTimeChange"
696
694
  }
697
695
  )
698
- ), br = /* @__PURE__ */ e(
696
+ ), Sr = /* @__PURE__ */ e(
699
697
  r(
700
698
  "arcgis-webgl-error",
701
699
  {}
702
700
  )
703
- ), kr = /* @__PURE__ */ e(
701
+ ), Dr = /* @__PURE__ */ e(
704
702
  r(
705
703
  "arcgis-swipe",
706
704
  {
@@ -720,7 +718,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
720
718
  onArcgisTriggerAction: "arcgisTriggerAction"
721
719
  }
722
720
  )
723
- ), vr = /* @__PURE__ */ e(
721
+ ), br = /* @__PURE__ */ e(
724
722
  r(
725
723
  "arcgis-time-slider",
726
724
  {
@@ -729,7 +727,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
729
727
  onArcgisTriggerAction: "arcgisTriggerAction"
730
728
  }
731
729
  )
732
- ), Er = /* @__PURE__ */ e(
730
+ ), kr = /* @__PURE__ */ e(
733
731
  r(
734
732
  "arcgis-time-zone-label",
735
733
  {
@@ -737,7 +735,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
737
735
  onArcgisReady: "arcgisReady"
738
736
  }
739
737
  )
740
- ), Ur = /* @__PURE__ */ e(
738
+ ), vr = /* @__PURE__ */ e(
741
739
  r(
742
740
  "arcgis-track",
743
741
  {
@@ -747,14 +745,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
747
745
  onArcgisReady: "arcgisReady"
748
746
  }
749
747
  )
750
- ), Fr = /* @__PURE__ */ e(
748
+ ), Er = /* @__PURE__ */ e(
751
749
  r(
752
750
  "arcgis-utility-network-associations",
753
751
  {
754
752
  onArcgisReady: "arcgisReady"
755
753
  }
756
754
  )
757
- ), fr = /* @__PURE__ */ e(
755
+ ), Fr = /* @__PURE__ */ e(
758
756
  r(
759
757
  "arcgis-utility-network-trace",
760
758
  {
@@ -767,7 +765,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
767
765
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
768
766
  }
769
767
  )
770
- ), Br = /* @__PURE__ */ e(
768
+ ), Ur = /* @__PURE__ */ e(
771
769
  r(
772
770
  "arcgis-utility-network-trace-analysis",
773
771
  {
@@ -779,19 +777,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
779
777
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
780
778
  }
781
779
  )
782
- ), Mr = /* @__PURE__ */ e(
780
+ ), fr = /* @__PURE__ */ e(
783
781
  r(
784
782
  "arcgis-utility-network-aggregated-geometry",
785
783
  {
786
784
  onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
787
785
  }
788
786
  )
789
- ), Ir = /* @__PURE__ */ e(
787
+ ), Mr = /* @__PURE__ */ e(
790
788
  r(
791
789
  "arcgis-utility-network-subnetwork-info",
792
790
  {}
793
791
  )
794
- ), Gr = /* @__PURE__ */ e(
792
+ ), Ir = /* @__PURE__ */ e(
795
793
  r(
796
794
  "arcgis-utility-network-trace-inputs",
797
795
  {
@@ -812,12 +810,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
812
810
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
813
811
  }
814
812
  )
815
- ), Hr = /* @__PURE__ */ e(
813
+ ), Br = /* @__PURE__ */ e(
816
814
  r(
817
815
  "arcgis-utility-network-trace-location-list",
818
816
  {}
819
817
  )
820
- ), Kr = /* @__PURE__ */ e(
818
+ ), Gr = /* @__PURE__ */ e(
821
819
  r(
822
820
  "arcgis-utility-network-trace-results",
823
821
  {
@@ -828,7 +826,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
828
826
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
829
827
  }
830
828
  )
831
- ), Wr = /* @__PURE__ */ e(
829
+ ), Hr = /* @__PURE__ */ e(
832
830
  r(
833
831
  "arcgis-utility-network-validate-topology",
834
832
  {
@@ -836,7 +834,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
836
834
  onArcgisReady: "arcgisReady"
837
835
  }
838
836
  )
839
- ), zr = /* @__PURE__ */ e(
837
+ ), Kr = /* @__PURE__ */ e(
840
838
  r(
841
839
  "arcgis-value-picker-legacy",
842
840
  {
@@ -849,7 +847,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
849
847
  onArcgisReady: "arcgisReady"
850
848
  }
851
849
  )
852
- ), xr = /* @__PURE__ */ e(
850
+ ), Wr = /* @__PURE__ */ e(
853
851
  r(
854
852
  "arcgis-version-management",
855
853
  {
@@ -857,14 +855,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
857
855
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
858
856
  }
859
857
  )
860
- ), Or = /* @__PURE__ */ e(
858
+ ), zr = /* @__PURE__ */ e(
861
859
  r(
862
860
  "arcgis-video",
863
861
  {
864
862
  onArcgisViewReadyChange: "arcgisViewReadyChange"
865
863
  }
866
864
  )
867
- ), Zr = /* @__PURE__ */ e(
865
+ ), xr = /* @__PURE__ */ e(
868
866
  r(
869
867
  "arcgis-video-player",
870
868
  {
@@ -873,7 +871,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
873
871
  onArcgisVideoReady: "arcgisVideoReady"
874
872
  }
875
873
  )
876
- ), jr = /* @__PURE__ */ e(
874
+ ), Or = /* @__PURE__ */ e(
877
875
  r(
878
876
  "arcgis-volume-measurement",
879
877
  {
@@ -881,7 +879,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
881
879
  onArcgisReady: "arcgisReady"
882
880
  }
883
881
  )
884
- ), qr = /* @__PURE__ */ e(
882
+ ), Zr = /* @__PURE__ */ e(
885
883
  r(
886
884
  "arcgis-weather",
887
885
  {
@@ -889,7 +887,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
889
887
  onArcgisReady: "arcgisReady"
890
888
  }
891
889
  )
892
- ), Jr = /* @__PURE__ */ e(
890
+ ), jr = /* @__PURE__ */ e(
893
891
  r(
894
892
  "arcgis-zoom",
895
893
  {
@@ -907,92 +905,90 @@ export {
907
905
  l as ArcgisBasemapLayerList,
908
906
  d as ArcgisBasemapToggle,
909
907
  C as ArcgisBookmarks,
910
- p as ArcgisBuildingDisciplineTree,
911
908
  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,
909
+ p as ArcgisCatalogLayerList,
910
+ X as ArcgisClipboard,
911
+ mr as ArcgisColorSelect,
912
+ w as ArcgisCompass,
913
+ R as ArcgisCoordinateConversion,
914
+ P as ArcgisDaylight,
915
+ m as ArcgisDirectLineMeasurement3d,
916
+ V as ArcgisDirectionalPad,
917
+ u as ArcgisDirections,
918
+ T as ArcgisDistanceMeasurement2d,
919
+ S as ArcgisEditor,
920
+ D as ArcgisElevationProfile,
921
+ L as ArcgisExpand,
922
+ b as ArcgisFeature,
923
+ k as ArcgisFeatureForm,
924
+ Y as ArcgisFeatureImage,
925
+ v as ArcgisFeatureTable,
926
+ E as ArcgisFeatureTemplatesLegacy,
927
+ _ as ArcgisFeatureTitle,
928
+ F as ArcgisFeatures,
929
+ U as ArcgisFloorFilter,
930
+ f as ArcgisFullscreen,
931
+ M as ArcgisGridControls,
932
+ I as ArcgisHistogramRangeSlider,
933
+ N as ArcgisHome,
934
+ B as ArcgisLayerList,
935
+ G as ArcgisLayerListNew,
936
+ H as ArcgisLegend,
937
+ K as ArcgisLineOfSight,
938
+ W as ArcgisLinkChart,
939
+ z as ArcgisLinkChartLayoutSwitcher,
940
+ x as ArcgisLinkChartNonspatialVisibilityToggle,
941
+ O as ArcgisLocate,
942
+ Z as ArcgisMap,
943
+ j as ArcgisMeasurement,
944
+ $ as ArcgisMultiFeatureForm,
945
+ q as ArcgisNavigationToggle,
946
+ J as ArcgisOrientedImageryViewer,
947
+ Q as ArcgisPaste,
948
+ rr as ArcgisPopup,
949
+ er as ArcgisPresentation,
950
+ ir as ArcgisPrint,
951
+ ar as ArcgisReverseGeocodeList,
952
+ gr as ArcgisScaleBar,
953
+ sr as ArcgisScaleRangeSlider,
954
+ cr as ArcgisScene,
955
+ or as ArcgisSearch,
956
+ nr as ArcgisSearchResultRenderer,
957
+ tr as ArcgisShadowCast,
958
+ Ar as ArcgisSketch,
959
+ yr as ArcgisSlice,
960
+ lr as ArcgisSliderBinaryColorSizeLegacy,
961
+ dr as ArcgisSliderClassedColorLegacy,
962
+ Cr as ArcgisSliderClassedSizeLegacy,
963
+ hr as ArcgisSliderColorLegacy,
964
+ pr as ArcgisSliderColorSizeLegacy,
965
+ wr as ArcgisSliderHeatmapLegacy,
966
+ Rr as ArcgisSliderOpacityLegacy,
967
+ Pr as ArcgisSliderScaleRange,
968
+ Vr as ArcgisSliderSizeLegacy,
969
+ ur as ArcgisSnappingControls,
970
+ Dr as ArcgisSwipe,
975
971
  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,
972
+ Tr as ArcgisTimeOfDaySlider,
973
+ br as ArcgisTimeSlider,
974
+ kr as ArcgisTimeZoneLabel,
975
+ vr as ArcgisTrack,
976
+ fr as ArcgisUtilityNetworkAggregatedGeometry,
977
+ Er as ArcgisUtilityNetworkAssociations,
978
+ Mr as ArcgisUtilityNetworkSubnetworkInfo,
979
+ Fr as ArcgisUtilityNetworkTrace,
980
+ Ur as ArcgisUtilityNetworkTraceAnalysis,
981
+ Ir as ArcgisUtilityNetworkTraceInputs,
986
982
  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
983
+ Br as ArcgisUtilityNetworkTraceLocationList,
984
+ Gr as ArcgisUtilityNetworkTraceResults,
985
+ Hr as ArcgisUtilityNetworkValidateTopology,
986
+ Kr as ArcgisValuePickerLegacy,
987
+ Wr as ArcgisVersionManagement,
988
+ zr as ArcgisVideo,
989
+ xr as ArcgisVideoPlayer,
990
+ Or as ArcgisVolumeMeasurement,
991
+ Zr as ArcgisWeather,
992
+ Sr as ArcgisWebglError,
993
+ jr as ArcgisZoom
998
994
  };
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.70",
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/lumina": "5.1.0-next.70",
37
+ "@arcgis/map-components": "5.1.0-next.70"
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
  }