@arcgis/map-components-react 5.1.0-next.4 → 5.1.0-next.41

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 & {
@@ -439,7 +419,9 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
439
419
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-reverse-geocode-list /> directly. */
440
420
  export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
441
421
  class?: string;
442
- }, {}>;
422
+ }, {
423
+ onArcgisReverseGeocodeResultsChange: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeResultsChange"]>;
424
+ }>;
443
425
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
444
426
  export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar/customElement').ArcgisScaleBar & {
445
427
  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
+ ), b = /* @__PURE__ */ e(
184
160
  r(
185
161
  "arcgis-expand",
186
162
  {
@@ -188,7 +164,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
188
164
  onArcgisReady: "arcgisReady"
189
165
  }
190
166
  )
191
- ), U = /* @__PURE__ */ e(
167
+ ), L = /* @__PURE__ */ e(
192
168
  r(
193
169
  "arcgis-feature",
194
170
  {
@@ -196,7 +172,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
196
172
  onArcgisReady: "arcgisReady"
197
173
  }
198
174
  )
199
- ), F = /* @__PURE__ */ e(
175
+ ), 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
- ), N = /* @__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
- ), G = /* @__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
+ ), G = /* @__PURE__ */ e(
283
259
  r(
284
260
  "arcgis-layer-list",
285
261
  {
@@ -289,7 +265,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
289
265
  onArcgisTriggerAction: "arcgisTriggerAction"
290
266
  }
291
267
  )
292
- ), z = /* @__PURE__ */ e(
268
+ ), N = /* @__PURE__ */ e(
293
269
  r(
294
270
  "arcgis-legend",
295
271
  {
@@ -297,7 +273,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
297
273
  onArcgisReady: "arcgisReady"
298
274
  }
299
275
  )
300
- ), x = /* @__PURE__ */ e(
276
+ ), H = /* @__PURE__ */ e(
301
277
  r(
302
278
  "arcgis-line-of-sight",
303
279
  {
@@ -305,7 +281,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
305
281
  onArcgisReady: "arcgisReady"
306
282
  }
307
283
  )
308
- ), O = /* @__PURE__ */ e(
284
+ ), K = /* @__PURE__ */ e(
309
285
  r(
310
286
  "arcgis-link-chart",
311
287
  {
@@ -337,7 +313,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
337
313
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
338
314
  }
339
315
  )
340
- ), Z = /* @__PURE__ */ e(
316
+ ), W = /* @__PURE__ */ e(
341
317
  r(
342
318
  "arcgis-link-chart-layout-switcher",
343
319
  {
@@ -346,7 +322,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
346
322
  onArcgisSwitchLayout: "arcgisSwitchLayout"
347
323
  }
348
324
  )
349
- ), j = /* @__PURE__ */ e(
325
+ ), z = /* @__PURE__ */ e(
350
326
  r(
351
327
  "arcgis-link-chart-nonspatial-visibility-toggle",
352
328
  {
@@ -354,7 +330,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
354
330
  onArcgisReady: "arcgisReady"
355
331
  }
356
332
  )
357
- ), q = /* @__PURE__ */ e(
333
+ ), x = /* @__PURE__ */ e(
358
334
  r(
359
335
  "arcgis-locate",
360
336
  {
@@ -364,7 +340,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
364
340
  onArcgisSuccess: "arcgisSuccess"
365
341
  }
366
342
  )
367
- ), J = /* @__PURE__ */ e(
343
+ ), O = /* @__PURE__ */ e(
368
344
  r(
369
345
  "arcgis-map",
370
346
  {
@@ -396,7 +372,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
396
372
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
397
373
  }
398
374
  )
399
- ), Q = /* @__PURE__ */ e(
375
+ ), Z = /* @__PURE__ */ e(
400
376
  r(
401
377
  "arcgis-measurement",
402
378
  {
@@ -404,7 +380,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
404
380
  onArcgisReady: "arcgisReady"
405
381
  }
406
382
  )
407
- ), X = /* @__PURE__ */ e(
383
+ ), j = /* @__PURE__ */ e(
408
384
  r(
409
385
  "arcgis-navigation-toggle",
410
386
  {
@@ -412,7 +388,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
412
388
  onArcgisReady: "arcgisReady"
413
389
  }
414
390
  )
415
- ), Y = /* @__PURE__ */ e(
391
+ ), q = /* @__PURE__ */ e(
416
392
  r(
417
393
  "arcgis-oriented-imagery-viewer",
418
394
  {
@@ -420,7 +396,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
420
396
  onArcgisReady: "arcgisReady"
421
397
  }
422
398
  )
423
- ), _ = /* @__PURE__ */ e(
399
+ ), J = /* @__PURE__ */ e(
424
400
  r(
425
401
  "arcgis-paste",
426
402
  {
@@ -433,24 +409,24 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
433
409
  onArcgisReady: "arcgisReady"
434
410
  }
435
411
  )
436
- ), $ = /* @__PURE__ */ e(
412
+ ), Q = /* @__PURE__ */ e(
437
413
  r(
438
414
  "arcgis-clipboard",
439
415
  {
440
416
  onArcgisReady: "arcgisReady"
441
417
  }
442
418
  )
443
- ), rr = /* @__PURE__ */ e(
419
+ ), X = /* @__PURE__ */ e(
444
420
  r(
445
421
  "arcgis-feature-image",
446
422
  {}
447
423
  )
448
- ), er = /* @__PURE__ */ e(
424
+ ), Y = /* @__PURE__ */ e(
449
425
  r(
450
426
  "arcgis-feature-title",
451
427
  {}
452
428
  )
453
- ), ir = /* @__PURE__ */ e(
429
+ ), _ = /* @__PURE__ */ e(
454
430
  r(
455
431
  "arcgis-multi-feature-form",
456
432
  {
@@ -460,7 +436,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
460
436
  onArcgisValueChange: "arcgisValueChange"
461
437
  }
462
438
  )
463
- ), ar = /* @__PURE__ */ e(
439
+ ), $ = /* @__PURE__ */ e(
464
440
  r(
465
441
  "arcgis-popup",
466
442
  {
@@ -470,14 +446,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
470
446
  onArcgisTriggerAction: "arcgisTriggerAction"
471
447
  }
472
448
  )
473
- ), gr = /* @__PURE__ */ e(
449
+ ), rr = /* @__PURE__ */ e(
474
450
  r(
475
451
  "arcgis-presentation",
476
452
  {
477
453
  onArcgisReady: "arcgisReady"
478
454
  }
479
455
  )
480
- ), sr = /* @__PURE__ */ e(
456
+ ), er = /* @__PURE__ */ e(
481
457
  r(
482
458
  "arcgis-print",
483
459
  {
@@ -489,19 +465,21 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
489
465
  onArcgisSubmit: "arcgisSubmit"
490
466
  }
491
467
  )
492
- ), cr = /* @__PURE__ */ e(
468
+ ), ir = /* @__PURE__ */ e(
493
469
  r(
494
470
  "arcgis-reverse-geocode-list",
495
- {}
471
+ {
472
+ onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
473
+ }
496
474
  )
497
- ), or = /* @__PURE__ */ e(
475
+ ), ar = /* @__PURE__ */ e(
498
476
  r(
499
477
  "arcgis-scale-bar",
500
478
  {
501
479
  onArcgisReady: "arcgisReady"
502
480
  }
503
481
  )
504
- ), nr = /* @__PURE__ */ e(
482
+ ), gr = /* @__PURE__ */ e(
505
483
  r(
506
484
  "arcgis-scale-range-slider",
507
485
  {
@@ -509,7 +487,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
509
487
  onArcgisReady: "arcgisReady"
510
488
  }
511
489
  )
512
- ), tr = /* @__PURE__ */ e(
490
+ ), sr = /* @__PURE__ */ e(
513
491
  r(
514
492
  "arcgis-scene",
515
493
  {
@@ -541,7 +519,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
541
519
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
542
520
  }
543
521
  )
544
- ), Ar = /* @__PURE__ */ e(
522
+ ), cr = /* @__PURE__ */ e(
545
523
  r(
546
524
  "arcgis-search",
547
525
  {
@@ -555,14 +533,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
555
533
  onArcgisSuggestStart: "arcgisSuggestStart"
556
534
  }
557
535
  )
558
- ), yr = /* @__PURE__ */ e(
536
+ ), or = /* @__PURE__ */ e(
559
537
  r(
560
538
  "arcgis-search-result-renderer",
561
539
  {
562
540
  onArcgisReady: "arcgisReady"
563
541
  }
564
542
  )
565
- ), lr = /* @__PURE__ */ e(
543
+ ), nr = /* @__PURE__ */ e(
566
544
  r(
567
545
  "arcgis-shadow-cast",
568
546
  {
@@ -570,7 +548,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
570
548
  onArcgisReady: "arcgisReady"
571
549
  }
572
550
  )
573
- ), dr = /* @__PURE__ */ e(
551
+ ), tr = /* @__PURE__ */ e(
574
552
  r(
575
553
  "arcgis-sketch",
576
554
  {
@@ -583,7 +561,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
583
561
  onArcgisUpdate: "arcgisUpdate"
584
562
  }
585
563
  )
586
- ), Cr = /* @__PURE__ */ e(
564
+ ), Ar = /* @__PURE__ */ e(
587
565
  r(
588
566
  "arcgis-slice",
589
567
  {
@@ -591,7 +569,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
591
569
  onArcgisReady: "arcgisReady"
592
570
  }
593
571
  )
594
- ), hr = /* @__PURE__ */ e(
572
+ ), yr = /* @__PURE__ */ e(
595
573
  r(
596
574
  "arcgis-slider-binary-color-size-legacy",
597
575
  {
@@ -601,7 +579,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
601
579
  onArcgisThumbDrag: "arcgisThumbDrag"
602
580
  }
603
581
  )
604
- ), pr = /* @__PURE__ */ e(
582
+ ), lr = /* @__PURE__ */ e(
605
583
  r(
606
584
  "arcgis-slider-classed-color-legacy",
607
585
  {
@@ -611,7 +589,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
611
589
  onArcgisThumbDrag: "arcgisThumbDrag"
612
590
  }
613
591
  )
614
- ), wr = /* @__PURE__ */ e(
592
+ ), dr = /* @__PURE__ */ e(
615
593
  r(
616
594
  "arcgis-slider-classed-size-legacy",
617
595
  {
@@ -621,7 +599,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
621
599
  onArcgisThumbDrag: "arcgisThumbDrag"
622
600
  }
623
601
  )
624
- ), Rr = /* @__PURE__ */ e(
602
+ ), Cr = /* @__PURE__ */ e(
625
603
  r(
626
604
  "arcgis-slider-color-legacy",
627
605
  {
@@ -631,7 +609,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
631
609
  onArcgisThumbDrag: "arcgisThumbDrag"
632
610
  }
633
611
  )
634
- ), Vr = /* @__PURE__ */ e(
612
+ ), hr = /* @__PURE__ */ e(
635
613
  r(
636
614
  "arcgis-slider-color-size-legacy",
637
615
  {
@@ -641,7 +619,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
641
619
  onArcgisThumbDrag: "arcgisThumbDrag"
642
620
  }
643
621
  )
644
- ), Pr = /* @__PURE__ */ e(
622
+ ), pr = /* @__PURE__ */ e(
645
623
  r(
646
624
  "arcgis-slider-heatmap-legacy",
647
625
  {
@@ -651,7 +629,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
651
629
  onArcgisThumbDrag: "arcgisThumbDrag"
652
630
  }
653
631
  )
654
- ), ur = /* @__PURE__ */ e(
632
+ ), wr = /* @__PURE__ */ e(
655
633
  r(
656
634
  "arcgis-slider-opacity-legacy",
657
635
  {
@@ -661,7 +639,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
661
639
  onArcgisThumbDrag: "arcgisThumbDrag"
662
640
  }
663
641
  )
664
- ), mr = /* @__PURE__ */ e(
642
+ ), Rr = /* @__PURE__ */ e(
665
643
  r(
666
644
  "arcgis-slider-size-legacy",
667
645
  {
@@ -671,7 +649,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
671
649
  onArcgisThumbDrag: "arcgisThumbDrag"
672
650
  }
673
651
  )
674
- ), Tr = /* @__PURE__ */ e(
652
+ ), Vr = /* @__PURE__ */ e(
675
653
  r(
676
654
  "arcgis-snapping-controls",
677
655
  {
@@ -679,26 +657,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
679
657
  onArcgisReady: "arcgisReady"
680
658
  }
681
659
  )
682
- ), Sr = /* @__PURE__ */ e(
660
+ ), Pr = /* @__PURE__ */ e(
683
661
  r(
684
662
  "arcgis-color-select",
685
663
  {
686
664
  onArcgisColorChanged: "arcgisColorChanged"
687
665
  }
688
666
  )
689
- ), Dr = /* @__PURE__ */ e(
667
+ ), ur = /* @__PURE__ */ e(
690
668
  r(
691
669
  "arcgis-time-of-day-slider",
692
670
  {
693
671
  onArcgisTimeChange: "arcgisTimeChange"
694
672
  }
695
673
  )
696
- ), br = /* @__PURE__ */ e(
674
+ ), mr = /* @__PURE__ */ e(
697
675
  r(
698
676
  "arcgis-webgl-error",
699
677
  {}
700
678
  )
701
- ), kr = /* @__PURE__ */ e(
679
+ ), Tr = /* @__PURE__ */ e(
702
680
  r(
703
681
  "arcgis-swipe",
704
682
  {
@@ -708,7 +686,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
708
686
  onArcgisSwipeInput: "arcgisSwipeInput"
709
687
  }
710
688
  )
711
- ), Lr = /* @__PURE__ */ e(
689
+ ), Sr = /* @__PURE__ */ e(
712
690
  r(
713
691
  "arcgis-table-list",
714
692
  {
@@ -718,7 +696,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
718
696
  onArcgisTriggerAction: "arcgisTriggerAction"
719
697
  }
720
698
  )
721
- ), vr = /* @__PURE__ */ e(
699
+ ), Dr = /* @__PURE__ */ e(
722
700
  r(
723
701
  "arcgis-time-slider",
724
702
  {
@@ -727,7 +705,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
727
705
  onArcgisTriggerAction: "arcgisTriggerAction"
728
706
  }
729
707
  )
730
- ), Er = /* @__PURE__ */ e(
708
+ ), br = /* @__PURE__ */ e(
731
709
  r(
732
710
  "arcgis-time-zone-label",
733
711
  {
@@ -735,7 +713,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
735
713
  onArcgisReady: "arcgisReady"
736
714
  }
737
715
  )
738
- ), Ur = /* @__PURE__ */ e(
716
+ ), Lr = /* @__PURE__ */ e(
739
717
  r(
740
718
  "arcgis-track",
741
719
  {
@@ -745,14 +723,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
745
723
  onArcgisReady: "arcgisReady"
746
724
  }
747
725
  )
748
- ), Fr = /* @__PURE__ */ e(
726
+ ), kr = /* @__PURE__ */ e(
749
727
  r(
750
728
  "arcgis-utility-network-associations",
751
729
  {
752
730
  onArcgisReady: "arcgisReady"
753
731
  }
754
732
  )
755
- ), fr = /* @__PURE__ */ e(
733
+ ), vr = /* @__PURE__ */ e(
756
734
  r(
757
735
  "arcgis-utility-network-trace",
758
736
  {
@@ -765,7 +743,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
765
743
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
766
744
  }
767
745
  )
768
- ), Br = /* @__PURE__ */ e(
746
+ ), Er = /* @__PURE__ */ e(
769
747
  r(
770
748
  "arcgis-utility-network-trace-analysis",
771
749
  {
@@ -777,19 +755,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
777
755
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
778
756
  }
779
757
  )
780
- ), Mr = /* @__PURE__ */ e(
758
+ ), Ur = /* @__PURE__ */ e(
781
759
  r(
782
760
  "arcgis-utility-network-aggregated-geometry",
783
761
  {
784
762
  onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
785
763
  }
786
764
  )
787
- ), Ir = /* @__PURE__ */ e(
765
+ ), Fr = /* @__PURE__ */ e(
788
766
  r(
789
767
  "arcgis-utility-network-subnetwork-info",
790
768
  {}
791
769
  )
792
- ), Nr = /* @__PURE__ */ e(
770
+ ), fr = /* @__PURE__ */ e(
793
771
  r(
794
772
  "arcgis-utility-network-trace-inputs",
795
773
  {
@@ -801,7 +779,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
801
779
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
802
780
  }
803
781
  )
804
- ), Gr = /* @__PURE__ */ e(
782
+ ), Mr = /* @__PURE__ */ e(
805
783
  r(
806
784
  "arcgis-utility-network-trace-location",
807
785
  {
@@ -810,12 +788,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
810
788
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
811
789
  }
812
790
  )
813
- ), Hr = /* @__PURE__ */ e(
791
+ ), Ir = /* @__PURE__ */ e(
814
792
  r(
815
793
  "arcgis-utility-network-trace-location-list",
816
794
  {}
817
795
  )
818
- ), Kr = /* @__PURE__ */ e(
796
+ ), Br = /* @__PURE__ */ e(
819
797
  r(
820
798
  "arcgis-utility-network-trace-results",
821
799
  {
@@ -826,7 +804,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
826
804
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
827
805
  }
828
806
  )
829
- ), Wr = /* @__PURE__ */ e(
807
+ ), Gr = /* @__PURE__ */ e(
830
808
  r(
831
809
  "arcgis-utility-network-validate-topology",
832
810
  {
@@ -834,7 +812,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
834
812
  onArcgisReady: "arcgisReady"
835
813
  }
836
814
  )
837
- ), zr = /* @__PURE__ */ e(
815
+ ), Nr = /* @__PURE__ */ e(
838
816
  r(
839
817
  "arcgis-value-picker-legacy",
840
818
  {
@@ -847,7 +825,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
847
825
  onArcgisReady: "arcgisReady"
848
826
  }
849
827
  )
850
- ), xr = /* @__PURE__ */ e(
828
+ ), Hr = /* @__PURE__ */ e(
851
829
  r(
852
830
  "arcgis-version-management",
853
831
  {
@@ -855,14 +833,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
855
833
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
856
834
  }
857
835
  )
858
- ), Or = /* @__PURE__ */ e(
836
+ ), Kr = /* @__PURE__ */ e(
859
837
  r(
860
838
  "arcgis-video",
861
839
  {
862
840
  onArcgisViewReadyChange: "arcgisViewReadyChange"
863
841
  }
864
842
  )
865
- ), Zr = /* @__PURE__ */ e(
843
+ ), Wr = /* @__PURE__ */ e(
866
844
  r(
867
845
  "arcgis-video-player",
868
846
  {
@@ -871,7 +849,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
871
849
  onArcgisVideoReady: "arcgisVideoReady"
872
850
  }
873
851
  )
874
- ), jr = /* @__PURE__ */ e(
852
+ ), zr = /* @__PURE__ */ e(
875
853
  r(
876
854
  "arcgis-volume-measurement",
877
855
  {
@@ -879,7 +857,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
879
857
  onArcgisReady: "arcgisReady"
880
858
  }
881
859
  )
882
- ), qr = /* @__PURE__ */ e(
860
+ ), xr = /* @__PURE__ */ e(
883
861
  r(
884
862
  "arcgis-weather",
885
863
  {
@@ -887,7 +865,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
887
865
  onArcgisReady: "arcgisReady"
888
866
  }
889
867
  )
890
- ), Jr = /* @__PURE__ */ e(
868
+ ), Or = /* @__PURE__ */ e(
891
869
  r(
892
870
  "arcgis-zoom",
893
871
  {
@@ -905,92 +883,88 @@ export {
905
883
  l as ArcgisBasemapLayerList,
906
884
  d as ArcgisBasemapToggle,
907
885
  C as ArcgisBookmarks,
908
- p as ArcgisBuildingDisciplineTree,
909
886
  h as ArcgisBuildingExplorer,
910
- R as ArcgisBuildingLevelItem,
911
- w as ArcgisBuildingLevelPicker,
912
- V as ArcgisBuildingPhasePicker,
913
- P as ArcgisCatalogLayerList,
914
- $ as ArcgisClipboard,
915
- Sr as ArcgisColorSelect,
916
- u as ArcgisCompass,
917
- m as ArcgisCoordinateConversion,
918
- T as ArcgisDaylight,
919
- b as ArcgisDirectLineMeasurement3d,
920
- S as ArcgisDirectionalPad,
921
- D as ArcgisDirections,
922
- k as ArcgisDistanceMeasurement2d,
923
- L as ArcgisEditor,
924
- v as ArcgisElevationProfile,
925
- E as ArcgisExpand,
926
- U as ArcgisFeature,
927
- F as ArcgisFeatureForm,
928
- rr as ArcgisFeatureImage,
929
- f as ArcgisFeatureTable,
930
- B as ArcgisFeatureTemplates,
931
- er as ArcgisFeatureTitle,
932
- M as ArcgisFeatures,
933
- I as ArcgisFloorFilter,
934
- N as ArcgisFullscreen,
935
- G as ArcgisGridControls,
936
- H as ArcgisHistogramRangeSlider,
937
- K as ArcgisHome,
938
- W as ArcgisLayerList,
939
- z as ArcgisLegend,
940
- x as ArcgisLineOfSight,
941
- O as ArcgisLinkChart,
942
- Z as ArcgisLinkChartLayoutSwitcher,
943
- j as ArcgisLinkChartNonspatialVisibilityToggle,
944
- q as ArcgisLocate,
945
- J as ArcgisMap,
946
- Q as ArcgisMeasurement,
947
- ir as ArcgisMultiFeatureForm,
948
- X as ArcgisNavigationToggle,
949
- Y as ArcgisOrientedImageryViewer,
950
- _ as ArcgisPaste,
951
- ar as ArcgisPopup,
952
- gr as ArcgisPresentation,
953
- sr as ArcgisPrint,
954
- cr as ArcgisReverseGeocodeList,
955
- or as ArcgisScaleBar,
956
- nr as ArcgisScaleRangeSlider,
957
- tr as ArcgisScene,
958
- Ar as ArcgisSearch,
959
- yr as ArcgisSearchResultRenderer,
960
- lr as ArcgisShadowCast,
961
- dr as ArcgisSketch,
962
- Cr as ArcgisSlice,
963
- hr as ArcgisSliderBinaryColorSizeLegacy,
964
- pr as ArcgisSliderClassedColorLegacy,
965
- wr as ArcgisSliderClassedSizeLegacy,
966
- Rr as ArcgisSliderColorLegacy,
967
- Vr as ArcgisSliderColorSizeLegacy,
968
- Pr as ArcgisSliderHeatmapLegacy,
969
- ur as ArcgisSliderOpacityLegacy,
970
- mr as ArcgisSliderSizeLegacy,
971
- Tr as ArcgisSnappingControls,
972
- kr as ArcgisSwipe,
973
- Lr as ArcgisTableList,
974
- Dr as ArcgisTimeOfDaySlider,
975
- vr as ArcgisTimeSlider,
976
- Er as ArcgisTimeZoneLabel,
977
- Ur as ArcgisTrack,
978
- Mr as ArcgisUtilityNetworkAggregatedGeometry,
979
- Fr as ArcgisUtilityNetworkAssociations,
980
- Ir as ArcgisUtilityNetworkSubnetworkInfo,
981
- fr as ArcgisUtilityNetworkTrace,
982
- Br as ArcgisUtilityNetworkTraceAnalysis,
983
- Nr as ArcgisUtilityNetworkTraceInputs,
984
- Gr as ArcgisUtilityNetworkTraceLocation,
985
- Hr as ArcgisUtilityNetworkTraceLocationList,
986
- Kr as ArcgisUtilityNetworkTraceResults,
987
- Wr as ArcgisUtilityNetworkValidateTopology,
988
- zr as ArcgisValuePickerLegacy,
989
- xr as ArcgisVersionManagement,
990
- Or as ArcgisVideo,
991
- Zr as ArcgisVideoPlayer,
992
- jr as ArcgisVolumeMeasurement,
993
- qr as ArcgisWeather,
994
- br as ArcgisWebglError,
995
- Jr as ArcgisZoom
887
+ p as ArcgisCatalogLayerList,
888
+ Q as ArcgisClipboard,
889
+ Pr as ArcgisColorSelect,
890
+ w as ArcgisCompass,
891
+ R as ArcgisCoordinateConversion,
892
+ V as ArcgisDaylight,
893
+ m as ArcgisDirectLineMeasurement3d,
894
+ P as ArcgisDirectionalPad,
895
+ u as ArcgisDirections,
896
+ T as ArcgisDistanceMeasurement2d,
897
+ S as ArcgisEditor,
898
+ D as ArcgisElevationProfile,
899
+ b as ArcgisExpand,
900
+ L as ArcgisFeature,
901
+ k as ArcgisFeatureForm,
902
+ X as ArcgisFeatureImage,
903
+ v as ArcgisFeatureTable,
904
+ E as ArcgisFeatureTemplatesLegacy,
905
+ Y as ArcgisFeatureTitle,
906
+ U as ArcgisFeatures,
907
+ F as ArcgisFloorFilter,
908
+ f as ArcgisFullscreen,
909
+ M as ArcgisGridControls,
910
+ I as ArcgisHistogramRangeSlider,
911
+ B as ArcgisHome,
912
+ G as ArcgisLayerList,
913
+ N as ArcgisLegend,
914
+ H as ArcgisLineOfSight,
915
+ K as ArcgisLinkChart,
916
+ W as ArcgisLinkChartLayoutSwitcher,
917
+ z as ArcgisLinkChartNonspatialVisibilityToggle,
918
+ x as ArcgisLocate,
919
+ O as ArcgisMap,
920
+ Z as ArcgisMeasurement,
921
+ _ as ArcgisMultiFeatureForm,
922
+ j as ArcgisNavigationToggle,
923
+ q as ArcgisOrientedImageryViewer,
924
+ J as ArcgisPaste,
925
+ $ as ArcgisPopup,
926
+ rr as ArcgisPresentation,
927
+ er as ArcgisPrint,
928
+ ir as ArcgisReverseGeocodeList,
929
+ ar as ArcgisScaleBar,
930
+ gr as ArcgisScaleRangeSlider,
931
+ sr as ArcgisScene,
932
+ cr as ArcgisSearch,
933
+ or as ArcgisSearchResultRenderer,
934
+ nr as ArcgisShadowCast,
935
+ tr as ArcgisSketch,
936
+ Ar as ArcgisSlice,
937
+ yr as ArcgisSliderBinaryColorSizeLegacy,
938
+ lr as ArcgisSliderClassedColorLegacy,
939
+ dr as ArcgisSliderClassedSizeLegacy,
940
+ Cr as ArcgisSliderColorLegacy,
941
+ hr as ArcgisSliderColorSizeLegacy,
942
+ pr as ArcgisSliderHeatmapLegacy,
943
+ wr as ArcgisSliderOpacityLegacy,
944
+ Rr as ArcgisSliderSizeLegacy,
945
+ Vr as ArcgisSnappingControls,
946
+ Tr as ArcgisSwipe,
947
+ Sr as ArcgisTableList,
948
+ ur as ArcgisTimeOfDaySlider,
949
+ Dr as ArcgisTimeSlider,
950
+ br as ArcgisTimeZoneLabel,
951
+ Lr as ArcgisTrack,
952
+ Ur as ArcgisUtilityNetworkAggregatedGeometry,
953
+ kr as ArcgisUtilityNetworkAssociations,
954
+ Fr as ArcgisUtilityNetworkSubnetworkInfo,
955
+ vr as ArcgisUtilityNetworkTrace,
956
+ Er as ArcgisUtilityNetworkTraceAnalysis,
957
+ fr as ArcgisUtilityNetworkTraceInputs,
958
+ Mr as ArcgisUtilityNetworkTraceLocation,
959
+ Ir as ArcgisUtilityNetworkTraceLocationList,
960
+ Br as ArcgisUtilityNetworkTraceResults,
961
+ Gr as ArcgisUtilityNetworkValidateTopology,
962
+ Nr as ArcgisValuePickerLegacy,
963
+ Hr as ArcgisVersionManagement,
964
+ Kr as ArcgisVideo,
965
+ Wr as ArcgisVideoPlayer,
966
+ zr as ArcgisVolumeMeasurement,
967
+ xr as ArcgisWeather,
968
+ mr as ArcgisWebglError,
969
+ Or as ArcgisZoom
996
970
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.4",
3
+ "version": "5.1.0-next.41",
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.4",
37
- "@arcgis/map-components": "5.1.0-next.4"
36
+ "@arcgis/lumina": "5.1.0-next.41",
37
+ "@arcgis/map-components": "5.1.0-next.41"
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
  }