@arcgis/map-components-react 5.1.0-next.6 → 5.1.0-next.61

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;
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,7 @@ 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(
667
653
  r(
668
654
  "arcgis-slider-size-legacy",
669
655
  {
@@ -673,7 +659,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
673
659
  onArcgisThumbDrag: "arcgisThumbDrag"
674
660
  }
675
661
  )
676
- ), Tr = /* @__PURE__ */ e(
662
+ ), Pr = /* @__PURE__ */ e(
677
663
  r(
678
664
  "arcgis-snapping-controls",
679
665
  {
@@ -681,26 +667,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
681
667
  onArcgisReady: "arcgisReady"
682
668
  }
683
669
  )
684
- ), Sr = /* @__PURE__ */ e(
670
+ ), ur = /* @__PURE__ */ e(
685
671
  r(
686
672
  "arcgis-color-select",
687
673
  {
688
674
  onArcgisColorChanged: "arcgisColorChanged"
689
675
  }
690
676
  )
691
- ), Dr = /* @__PURE__ */ e(
677
+ ), mr = /* @__PURE__ */ e(
692
678
  r(
693
679
  "arcgis-time-of-day-slider",
694
680
  {
695
681
  onArcgisTimeChange: "arcgisTimeChange"
696
682
  }
697
683
  )
698
- ), br = /* @__PURE__ */ e(
684
+ ), Tr = /* @__PURE__ */ e(
699
685
  r(
700
686
  "arcgis-webgl-error",
701
687
  {}
702
688
  )
703
- ), kr = /* @__PURE__ */ e(
689
+ ), Sr = /* @__PURE__ */ e(
704
690
  r(
705
691
  "arcgis-swipe",
706
692
  {
@@ -710,7 +696,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
710
696
  onArcgisSwipeInput: "arcgisSwipeInput"
711
697
  }
712
698
  )
713
- ), Lr = /* @__PURE__ */ e(
699
+ ), Dr = /* @__PURE__ */ e(
714
700
  r(
715
701
  "arcgis-table-list",
716
702
  {
@@ -720,7 +706,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
720
706
  onArcgisTriggerAction: "arcgisTriggerAction"
721
707
  }
722
708
  )
723
- ), vr = /* @__PURE__ */ e(
709
+ ), Lr = /* @__PURE__ */ e(
724
710
  r(
725
711
  "arcgis-time-slider",
726
712
  {
@@ -729,7 +715,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
729
715
  onArcgisTriggerAction: "arcgisTriggerAction"
730
716
  }
731
717
  )
732
- ), Er = /* @__PURE__ */ e(
718
+ ), br = /* @__PURE__ */ e(
733
719
  r(
734
720
  "arcgis-time-zone-label",
735
721
  {
@@ -737,7 +723,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
737
723
  onArcgisReady: "arcgisReady"
738
724
  }
739
725
  )
740
- ), Ur = /* @__PURE__ */ e(
726
+ ), kr = /* @__PURE__ */ e(
741
727
  r(
742
728
  "arcgis-track",
743
729
  {
@@ -747,14 +733,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
747
733
  onArcgisReady: "arcgisReady"
748
734
  }
749
735
  )
750
- ), Fr = /* @__PURE__ */ e(
736
+ ), vr = /* @__PURE__ */ e(
751
737
  r(
752
738
  "arcgis-utility-network-associations",
753
739
  {
754
740
  onArcgisReady: "arcgisReady"
755
741
  }
756
742
  )
757
- ), fr = /* @__PURE__ */ e(
743
+ ), Er = /* @__PURE__ */ e(
758
744
  r(
759
745
  "arcgis-utility-network-trace",
760
746
  {
@@ -767,7 +753,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
767
753
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
768
754
  }
769
755
  )
770
- ), Br = /* @__PURE__ */ e(
756
+ ), Ur = /* @__PURE__ */ e(
771
757
  r(
772
758
  "arcgis-utility-network-trace-analysis",
773
759
  {
@@ -779,19 +765,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
779
765
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
780
766
  }
781
767
  )
782
- ), Mr = /* @__PURE__ */ e(
768
+ ), Fr = /* @__PURE__ */ e(
783
769
  r(
784
770
  "arcgis-utility-network-aggregated-geometry",
785
771
  {
786
772
  onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
787
773
  }
788
774
  )
789
- ), Ir = /* @__PURE__ */ e(
775
+ ), fr = /* @__PURE__ */ e(
790
776
  r(
791
777
  "arcgis-utility-network-subnetwork-info",
792
778
  {}
793
779
  )
794
- ), Gr = /* @__PURE__ */ e(
780
+ ), Mr = /* @__PURE__ */ e(
795
781
  r(
796
782
  "arcgis-utility-network-trace-inputs",
797
783
  {
@@ -803,7 +789,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
803
789
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
804
790
  }
805
791
  )
806
- ), Nr = /* @__PURE__ */ e(
792
+ ), Ir = /* @__PURE__ */ e(
807
793
  r(
808
794
  "arcgis-utility-network-trace-location",
809
795
  {
@@ -812,12 +798,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
812
798
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
813
799
  }
814
800
  )
815
- ), Hr = /* @__PURE__ */ e(
801
+ ), Br = /* @__PURE__ */ e(
816
802
  r(
817
803
  "arcgis-utility-network-trace-location-list",
818
804
  {}
819
805
  )
820
- ), Kr = /* @__PURE__ */ e(
806
+ ), Nr = /* @__PURE__ */ e(
821
807
  r(
822
808
  "arcgis-utility-network-trace-results",
823
809
  {
@@ -828,7 +814,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
828
814
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
829
815
  }
830
816
  )
831
- ), Wr = /* @__PURE__ */ e(
817
+ ), Gr = /* @__PURE__ */ e(
832
818
  r(
833
819
  "arcgis-utility-network-validate-topology",
834
820
  {
@@ -836,7 +822,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
836
822
  onArcgisReady: "arcgisReady"
837
823
  }
838
824
  )
839
- ), zr = /* @__PURE__ */ e(
825
+ ), Hr = /* @__PURE__ */ e(
840
826
  r(
841
827
  "arcgis-value-picker-legacy",
842
828
  {
@@ -849,7 +835,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
849
835
  onArcgisReady: "arcgisReady"
850
836
  }
851
837
  )
852
- ), xr = /* @__PURE__ */ e(
838
+ ), Kr = /* @__PURE__ */ e(
853
839
  r(
854
840
  "arcgis-version-management",
855
841
  {
@@ -857,14 +843,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
857
843
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
858
844
  }
859
845
  )
860
- ), Or = /* @__PURE__ */ e(
846
+ ), Wr = /* @__PURE__ */ e(
861
847
  r(
862
848
  "arcgis-video",
863
849
  {
864
850
  onArcgisViewReadyChange: "arcgisViewReadyChange"
865
851
  }
866
852
  )
867
- ), Zr = /* @__PURE__ */ e(
853
+ ), zr = /* @__PURE__ */ e(
868
854
  r(
869
855
  "arcgis-video-player",
870
856
  {
@@ -873,7 +859,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
873
859
  onArcgisVideoReady: "arcgisVideoReady"
874
860
  }
875
861
  )
876
- ), jr = /* @__PURE__ */ e(
862
+ ), xr = /* @__PURE__ */ e(
877
863
  r(
878
864
  "arcgis-volume-measurement",
879
865
  {
@@ -881,7 +867,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
881
867
  onArcgisReady: "arcgisReady"
882
868
  }
883
869
  )
884
- ), qr = /* @__PURE__ */ e(
870
+ ), Or = /* @__PURE__ */ e(
885
871
  r(
886
872
  "arcgis-weather",
887
873
  {
@@ -889,7 +875,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
889
875
  onArcgisReady: "arcgisReady"
890
876
  }
891
877
  )
892
- ), Jr = /* @__PURE__ */ e(
878
+ ), Zr = /* @__PURE__ */ e(
893
879
  r(
894
880
  "arcgis-zoom",
895
881
  {
@@ -907,92 +893,89 @@ export {
907
893
  l as ArcgisBasemapLayerList,
908
894
  d as ArcgisBasemapToggle,
909
895
  C as ArcgisBookmarks,
910
- p as ArcgisBuildingDisciplineTree,
911
896
  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,
975
- 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
897
+ p as ArcgisCatalogLayerList,
898
+ X as ArcgisClipboard,
899
+ ur as ArcgisColorSelect,
900
+ w as ArcgisCompass,
901
+ R as ArcgisCoordinateConversion,
902
+ V as ArcgisDaylight,
903
+ m as ArcgisDirectLineMeasurement3d,
904
+ P as ArcgisDirectionalPad,
905
+ u as ArcgisDirections,
906
+ T as ArcgisDistanceMeasurement2d,
907
+ S as ArcgisEditor,
908
+ D as ArcgisElevationProfile,
909
+ L as ArcgisExpand,
910
+ b as ArcgisFeature,
911
+ k as ArcgisFeatureForm,
912
+ Y as ArcgisFeatureImage,
913
+ v as ArcgisFeatureTable,
914
+ E as ArcgisFeatureTemplatesLegacy,
915
+ _ as ArcgisFeatureTitle,
916
+ U as ArcgisFeatures,
917
+ F as ArcgisFloorFilter,
918
+ f as ArcgisFullscreen,
919
+ M as ArcgisGridControls,
920
+ I as ArcgisHistogramRangeSlider,
921
+ B as ArcgisHome,
922
+ N as ArcgisLayerList,
923
+ G as ArcgisLayerListNew,
924
+ H as ArcgisLegend,
925
+ K as ArcgisLineOfSight,
926
+ W as ArcgisLinkChart,
927
+ z as ArcgisLinkChartLayoutSwitcher,
928
+ x as ArcgisLinkChartNonspatialVisibilityToggle,
929
+ O as ArcgisLocate,
930
+ Z as ArcgisMap,
931
+ j as ArcgisMeasurement,
932
+ $ as ArcgisMultiFeatureForm,
933
+ q as ArcgisNavigationToggle,
934
+ J as ArcgisOrientedImageryViewer,
935
+ Q as ArcgisPaste,
936
+ rr as ArcgisPopup,
937
+ er as ArcgisPresentation,
938
+ ir as ArcgisPrint,
939
+ ar as ArcgisReverseGeocodeList,
940
+ gr as ArcgisScaleBar,
941
+ sr as ArcgisScaleRangeSlider,
942
+ cr as ArcgisScene,
943
+ or as ArcgisSearch,
944
+ nr as ArcgisSearchResultRenderer,
945
+ tr as ArcgisShadowCast,
946
+ Ar as ArcgisSketch,
947
+ yr as ArcgisSlice,
948
+ lr as ArcgisSliderBinaryColorSizeLegacy,
949
+ dr as ArcgisSliderClassedColorLegacy,
950
+ Cr as ArcgisSliderClassedSizeLegacy,
951
+ hr as ArcgisSliderColorLegacy,
952
+ pr as ArcgisSliderColorSizeLegacy,
953
+ wr as ArcgisSliderHeatmapLegacy,
954
+ Rr as ArcgisSliderOpacityLegacy,
955
+ Vr as ArcgisSliderSizeLegacy,
956
+ Pr as ArcgisSnappingControls,
957
+ Sr as ArcgisSwipe,
958
+ Dr as ArcgisTableList,
959
+ mr as ArcgisTimeOfDaySlider,
960
+ Lr as ArcgisTimeSlider,
961
+ br as ArcgisTimeZoneLabel,
962
+ kr as ArcgisTrack,
963
+ Fr as ArcgisUtilityNetworkAggregatedGeometry,
964
+ vr as ArcgisUtilityNetworkAssociations,
965
+ fr as ArcgisUtilityNetworkSubnetworkInfo,
966
+ Er as ArcgisUtilityNetworkTrace,
967
+ Ur as ArcgisUtilityNetworkTraceAnalysis,
968
+ Mr as ArcgisUtilityNetworkTraceInputs,
969
+ Ir as ArcgisUtilityNetworkTraceLocation,
970
+ Br as ArcgisUtilityNetworkTraceLocationList,
971
+ Nr as ArcgisUtilityNetworkTraceResults,
972
+ Gr as ArcgisUtilityNetworkValidateTopology,
973
+ Hr as ArcgisValuePickerLegacy,
974
+ Kr as ArcgisVersionManagement,
975
+ Wr as ArcgisVideo,
976
+ zr as ArcgisVideoPlayer,
977
+ xr as ArcgisVolumeMeasurement,
978
+ Or as ArcgisWeather,
979
+ Tr as ArcgisWebglError,
980
+ Zr as ArcgisZoom
998
981
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.6",
3
+ "version": "5.1.0-next.61",
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.6",
37
- "@arcgis/map-components": "5.1.0-next.6"
36
+ "@arcgis/lumina": "5.1.0-next.61",
37
+ "@arcgis/map-components": "5.1.0-next.61"
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
  }