@arcgis/map-components-react 5.1.0-next.99 → 5.2.0-next.0

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
@@ -39,5 +39,5 @@ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343
39
39
 
40
40
  ## License
41
41
 
42
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
43
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
42
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
43
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
@@ -160,11 +160,19 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<i
160
160
  onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
161
161
  onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
162
162
  }>;
163
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-next /> directly. */
164
+ export declare const ArcgisFeatureNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-next/customElement').ArcgisFeatureNext & {
165
+ class?: string;
166
+ }, {
167
+ onArcgisPropertyChange: EventName<HTMLArcgisFeatureNextElement["arcgisPropertyChange"]>;
168
+ onArcgisReady: EventName<HTMLArcgisFeatureNextElement["arcgisReady"]>;
169
+ }>;
163
170
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-table /> directly. */
164
171
  export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-table/customElement').ArcgisFeatureTable & {
165
172
  class?: string;
166
173
  }, {
167
174
  onArcgisCellClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellClick"]>;
175
+ onArcgisCellDblClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellDblClick"]>;
168
176
  onArcgisCellKeydown: EventName<HTMLArcgisFeatureTableElement["arcgisCellKeydown"]>;
169
177
  onArcgisCellPointerout: EventName<HTMLArcgisFeatureTableElement["arcgisCellPointerout"]>;
170
178
  onArcgisCellPointerover: EventName<HTMLArcgisFeatureTableElement["arcgisCellPointerover"]>;
@@ -190,6 +198,15 @@ export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<impo
190
198
  onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
191
199
  onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
192
200
  }>;
201
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-features-next /> directly. */
202
+ export declare const ArcgisFeaturesNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features-next/customElement').ArcgisFeaturesNext & {
203
+ class?: string;
204
+ }, {
205
+ onArcgisClose: EventName<HTMLArcgisFeaturesNextElement["arcgisClose"]>;
206
+ onArcgisPropertyChange: EventName<HTMLArcgisFeaturesNextElement["arcgisPropertyChange"]>;
207
+ onArcgisReady: EventName<HTMLArcgisFeaturesNextElement["arcgisReady"]>;
208
+ onArcgisTriggerAction: EventName<HTMLArcgisFeaturesNextElement["arcgisTriggerAction"]>;
209
+ }>;
193
210
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-floor-filter /> directly. */
194
211
  export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-floor-filter/customElement').ArcgisFloorFilter & {
195
212
  class?: string;
@@ -234,14 +251,14 @@ export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<imp
234
251
  onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
235
252
  onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
236
253
  }>;
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 & {
254
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-layer-list-next /> directly. */
255
+ export declare const ArcgisLayerListNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list-next/customElement').ArcgisLayerListNext & {
239
256
  class?: string;
240
257
  }, {
241
- onArcgisClose: EventName<HTMLArcgisLayerListNewElement["arcgisClose"]>;
242
- onArcgisPropertyChange: EventName<HTMLArcgisLayerListNewElement["arcgisPropertyChange"]>;
243
- onArcgisReady: EventName<HTMLArcgisLayerListNewElement["arcgisReady"]>;
244
- onArcgisTriggerAction: EventName<HTMLArcgisLayerListNewElement["arcgisTriggerAction"]>;
258
+ onArcgisClose: EventName<HTMLArcgisLayerListNextElement["arcgisClose"]>;
259
+ onArcgisPropertyChange: EventName<HTMLArcgisLayerListNextElement["arcgisPropertyChange"]>;
260
+ onArcgisReady: EventName<HTMLArcgisLayerListNextElement["arcgisReady"]>;
261
+ onArcgisTriggerAction: EventName<HTMLArcgisLayerListNextElement["arcgisTriggerAction"]>;
245
262
  }>;
246
263
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-legend /> directly. */
247
264
  export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-legend/customElement').ArcgisLegend & {
@@ -766,6 +783,42 @@ export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').
766
783
  onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
767
784
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
768
785
  }>;
786
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker /> directly. */
787
+ export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker/customElement').ArcgisValuePicker & {
788
+ class?: string;
789
+ }, {
790
+ onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
791
+ onArcgisNext: EventName<HTMLArcgisValuePickerElement["arcgisNext"]>;
792
+ onArcgisPause: EventName<HTMLArcgisValuePickerElement["arcgisPause"]>;
793
+ onArcgisPlay: EventName<HTMLArcgisValuePickerElement["arcgisPlay"]>;
794
+ onArcgisPrevious: EventName<HTMLArcgisValuePickerElement["arcgisPrevious"]>;
795
+ onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
796
+ onArcgisSlottedElementChange: EventName<HTMLArcgisValuePickerElement["arcgisSlottedElementChange"]>;
797
+ }>;
798
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-collection /> directly. */
799
+ export declare const ArcgisValuePickerCollection: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-collection/customElement').ArcgisValuePickerCollection & {
800
+ class?: string;
801
+ }, {
802
+ onArcgisPropertyChange: EventName<HTMLArcgisValuePickerCollectionElement["arcgisPropertyChange"]>;
803
+ }>;
804
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-combobox /> directly. */
805
+ export declare const ArcgisValuePickerCombobox: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-combobox/customElement').ArcgisValuePickerCombobox & {
806
+ class?: string;
807
+ }, {
808
+ onArcgisPropertyChange: EventName<HTMLArcgisValuePickerComboboxElement["arcgisPropertyChange"]>;
809
+ }>;
810
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-label /> directly. */
811
+ export declare const ArcgisValuePickerLabel: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-label/customElement').ArcgisValuePickerLabel & {
812
+ class?: string;
813
+ }, {
814
+ onArcgisPropertyChange: EventName<HTMLArcgisValuePickerLabelElement["arcgisPropertyChange"]>;
815
+ }>;
816
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-slider /> directly. */
817
+ export declare const ArcgisValuePickerSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-slider/customElement').ArcgisValuePickerSlider & {
818
+ class?: string;
819
+ }, {
820
+ onArcgisPropertyChange: EventName<HTMLArcgisValuePickerSliderElement["arcgisPropertyChange"]>;
821
+ }>;
769
822
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-legacy /> directly. */
770
823
  export declare const ArcgisValuePickerLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-legacy/customElement').ArcgisValuePickerLegacy & {
771
824
  class?: string;
@@ -799,6 +852,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<i
799
852
  onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
800
853
  onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
801
854
  }>;
855
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-view-popover /> directly. */
856
+ export declare const ArcgisViewPopover: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-view-popover/customElement').ArcgisViewPopover & {
857
+ class?: string;
858
+ }, {
859
+ onArcgisPropertyChange: EventName<HTMLArcgisViewPopoverElement["arcgisPropertyChange"]>;
860
+ }>;
802
861
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-volume-measurement /> directly. */
803
862
  export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-volume-measurement/customElement').ArcgisVolumeMeasurement & {
804
863
  class?: string;
package/dist/index.js CHANGED
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
43
43
  onArcgisTriggerAction: "arcgisTriggerAction"
44
44
  }
45
45
  )
46
- ), d = /* @__PURE__ */ e(
46
+ ), C = /* @__PURE__ */ e(
47
47
  r(
48
48
  "arcgis-basemap-toggle",
49
49
  {
@@ -51,7 +51,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
51
51
  onArcgisReady: "arcgisReady"
52
52
  }
53
53
  )
54
- ), C = /* @__PURE__ */ e(
54
+ ), d = /* @__PURE__ */ e(
55
55
  r(
56
56
  "arcgis-bookmarks",
57
57
  {
@@ -89,7 +89,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
89
89
  onArcgisReady: "arcgisReady"
90
90
  }
91
91
  )
92
- ), R = /* @__PURE__ */ e(
92
+ ), P = /* @__PURE__ */ e(
93
93
  r(
94
94
  "arcgis-coordinate-conversion",
95
95
  {
@@ -98,7 +98,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
98
98
  onArcgisReady: "arcgisReady"
99
99
  }
100
100
  )
101
- ), V = /* @__PURE__ */ e(
101
+ ), R = /* @__PURE__ */ e(
102
102
  r(
103
103
  "arcgis-daylight",
104
104
  {
@@ -106,7 +106,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
106
106
  onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
107
107
  }
108
108
  )
109
- ), P = /* @__PURE__ */ e(
109
+ ), V = /* @__PURE__ */ e(
110
110
  r(
111
111
  "arcgis-directional-pad",
112
112
  {
@@ -156,7 +156,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
156
156
  onArcgisReady: "arcgisReady"
157
157
  }
158
158
  )
159
- ), D = /* @__PURE__ */ e(
159
+ ), b = /* @__PURE__ */ e(
160
160
  r(
161
161
  "arcgis-expand",
162
162
  {
@@ -164,7 +164,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
164
164
  onArcgisReady: "arcgisReady"
165
165
  }
166
166
  )
167
- ), L = /* @__PURE__ */ e(
167
+ ), D = /* @__PURE__ */ e(
168
168
  r(
169
169
  "arcgis-feature",
170
170
  {
@@ -172,7 +172,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
172
172
  onArcgisReady: "arcgisReady"
173
173
  }
174
174
  )
175
- ), b = /* @__PURE__ */ e(
175
+ ), L = /* @__PURE__ */ e(
176
176
  r(
177
177
  "arcgis-feature-form",
178
178
  {
@@ -183,10 +183,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
183
183
  }
184
184
  )
185
185
  ), v = /* @__PURE__ */ e(
186
+ r(
187
+ "arcgis-feature-next",
188
+ {
189
+ onArcgisPropertyChange: "arcgisPropertyChange",
190
+ onArcgisReady: "arcgisReady"
191
+ }
192
+ )
193
+ ), E = /* @__PURE__ */ e(
186
194
  r(
187
195
  "arcgis-feature-table",
188
196
  {
189
197
  onArcgisCellClick: "arcgisCellClick",
198
+ onArcgisCellDblClick: "arcgisCellDblClick",
190
199
  onArcgisCellKeydown: "arcgisCellKeydown",
191
200
  onArcgisCellPointerout: "arcgisCellPointerout",
192
201
  onArcgisCellPointerover: "arcgisCellPointerover",
@@ -196,7 +205,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
196
205
  onArcgisSelectionChange: "arcgisSelectionChange"
197
206
  }
198
207
  )
199
- ), E = /* @__PURE__ */ e(
208
+ ), F = /* @__PURE__ */ e(
200
209
  r(
201
210
  "arcgis-feature-templates-legacy",
202
211
  {
@@ -205,7 +214,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
205
214
  onArcgisSelect: "arcgisSelect"
206
215
  }
207
216
  )
208
- ), F = /* @__PURE__ */ e(
217
+ ), U = /* @__PURE__ */ e(
209
218
  r(
210
219
  "arcgis-features",
211
220
  {
@@ -215,14 +224,24 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
215
224
  onArcgisTriggerAction: "arcgisTriggerAction"
216
225
  }
217
226
  )
218
- ), U = /* @__PURE__ */ e(
227
+ ), N = /* @__PURE__ */ e(
228
+ r(
229
+ "arcgis-features-next",
230
+ {
231
+ onArcgisClose: "arcgisClose",
232
+ onArcgisPropertyChange: "arcgisPropertyChange",
233
+ onArcgisReady: "arcgisReady",
234
+ onArcgisTriggerAction: "arcgisTriggerAction"
235
+ }
236
+ )
237
+ ), f = /* @__PURE__ */ e(
219
238
  r(
220
239
  "arcgis-floor-filter",
221
240
  {
222
241
  onArcgisReady: "arcgisReady"
223
242
  }
224
243
  )
225
- ), f = /* @__PURE__ */ e(
244
+ ), M = /* @__PURE__ */ e(
226
245
  r(
227
246
  "arcgis-fullscreen",
228
247
  {
@@ -230,7 +249,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
230
249
  onArcgisReady: "arcgisReady"
231
250
  }
232
251
  )
233
- ), N = /* @__PURE__ */ e(
252
+ ), I = /* @__PURE__ */ e(
234
253
  r(
235
254
  "arcgis-grid-controls",
236
255
  {
@@ -238,7 +257,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
238
257
  onArcgisReady: "arcgisReady"
239
258
  }
240
259
  )
241
- ), M = /* @__PURE__ */ e(
260
+ ), G = /* @__PURE__ */ e(
242
261
  r(
243
262
  "arcgis-histogram-range-slider",
244
263
  {
@@ -246,7 +265,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
246
265
  onArcgisReady: "arcgisReady"
247
266
  }
248
267
  )
249
- ), I = /* @__PURE__ */ e(
268
+ ), B = /* @__PURE__ */ e(
250
269
  r(
251
270
  "arcgis-home",
252
271
  {
@@ -255,7 +274,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
255
274
  onArcgisReady: "arcgisReady"
256
275
  }
257
276
  )
258
- ), G = /* @__PURE__ */ e(
277
+ ), x = /* @__PURE__ */ e(
259
278
  r(
260
279
  "arcgis-layer-list",
261
280
  {
@@ -265,9 +284,9 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
265
284
  onArcgisTriggerAction: "arcgisTriggerAction"
266
285
  }
267
286
  )
268
- ), B = /* @__PURE__ */ e(
287
+ ), H = /* @__PURE__ */ e(
269
288
  r(
270
- "arcgis-layer-list-new",
289
+ "arcgis-layer-list-next",
271
290
  {
272
291
  onArcgisClose: "arcgisClose",
273
292
  onArcgisPropertyChange: "arcgisPropertyChange",
@@ -275,7 +294,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
275
294
  onArcgisTriggerAction: "arcgisTriggerAction"
276
295
  }
277
296
  )
278
- ), H = /* @__PURE__ */ e(
297
+ ), K = /* @__PURE__ */ e(
279
298
  r(
280
299
  "arcgis-legend",
281
300
  {
@@ -283,7 +302,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
283
302
  onArcgisReady: "arcgisReady"
284
303
  }
285
304
  )
286
- ), K = /* @__PURE__ */ e(
305
+ ), W = /* @__PURE__ */ e(
287
306
  r(
288
307
  "arcgis-line-of-sight",
289
308
  {
@@ -291,7 +310,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
291
310
  onArcgisReady: "arcgisReady"
292
311
  }
293
312
  )
294
- ), W = /* @__PURE__ */ e(
313
+ ), z = /* @__PURE__ */ e(
295
314
  r(
296
315
  "arcgis-link-chart",
297
316
  {
@@ -323,7 +342,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
323
342
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
324
343
  }
325
344
  )
326
- ), z = /* @__PURE__ */ e(
345
+ ), O = /* @__PURE__ */ e(
327
346
  r(
328
347
  "arcgis-link-chart-layout-switcher",
329
348
  {
@@ -332,7 +351,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
332
351
  onArcgisSwitchLayout: "arcgisSwitchLayout"
333
352
  }
334
353
  )
335
- ), x = /* @__PURE__ */ e(
354
+ ), Z = /* @__PURE__ */ e(
336
355
  r(
337
356
  "arcgis-link-chart-nonspatial-visibility-toggle",
338
357
  {
@@ -340,7 +359,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
340
359
  onArcgisReady: "arcgisReady"
341
360
  }
342
361
  )
343
- ), O = /* @__PURE__ */ e(
362
+ ), j = /* @__PURE__ */ e(
344
363
  r(
345
364
  "arcgis-locate",
346
365
  {
@@ -350,7 +369,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
350
369
  onArcgisSuccess: "arcgisSuccess"
351
370
  }
352
371
  )
353
- ), Z = /* @__PURE__ */ e(
372
+ ), q = /* @__PURE__ */ e(
354
373
  r(
355
374
  "arcgis-map",
356
375
  {
@@ -382,7 +401,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
382
401
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
383
402
  }
384
403
  )
385
- ), j = /* @__PURE__ */ e(
404
+ ), J = /* @__PURE__ */ e(
386
405
  r(
387
406
  "arcgis-measurement",
388
407
  {
@@ -390,7 +409,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
390
409
  onArcgisReady: "arcgisReady"
391
410
  }
392
411
  )
393
- ), q = /* @__PURE__ */ e(
412
+ ), Q = /* @__PURE__ */ e(
394
413
  r(
395
414
  "arcgis-navigation-toggle",
396
415
  {
@@ -398,7 +417,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
398
417
  onArcgisReady: "arcgisReady"
399
418
  }
400
419
  )
401
- ), J = /* @__PURE__ */ e(
420
+ ), X = /* @__PURE__ */ e(
402
421
  r(
403
422
  "arcgis-oriented-imagery-viewer",
404
423
  {
@@ -406,12 +425,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
406
425
  onArcgisReady: "arcgisReady"
407
426
  }
408
427
  )
409
- ), Q = /* @__PURE__ */ e(
428
+ ), Y = /* @__PURE__ */ e(
410
429
  r(
411
430
  "arcgis-oriented-imagery-viewer-image-viewer",
412
431
  {}
413
432
  )
414
- ), X = /* @__PURE__ */ e(
433
+ ), _ = /* @__PURE__ */ e(
415
434
  r(
416
435
  "arcgis-paste",
417
436
  {
@@ -424,24 +443,24 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
424
443
  onArcgisReady: "arcgisReady"
425
444
  }
426
445
  )
427
- ), Y = /* @__PURE__ */ e(
446
+ ), $ = /* @__PURE__ */ e(
428
447
  r(
429
448
  "arcgis-clipboard",
430
449
  {
431
450
  onArcgisReady: "arcgisReady"
432
451
  }
433
452
  )
434
- ), _ = /* @__PURE__ */ e(
453
+ ), rr = /* @__PURE__ */ e(
435
454
  r(
436
455
  "arcgis-feature-image",
437
456
  {}
438
457
  )
439
- ), $ = /* @__PURE__ */ e(
458
+ ), er = /* @__PURE__ */ e(
440
459
  r(
441
460
  "arcgis-feature-title",
442
461
  {}
443
462
  )
444
- ), rr = /* @__PURE__ */ e(
463
+ ), ir = /* @__PURE__ */ e(
445
464
  r(
446
465
  "arcgis-multi-feature-form",
447
466
  {
@@ -451,7 +470,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
451
470
  onArcgisValueChange: "arcgisValueChange"
452
471
  }
453
472
  )
454
- ), er = /* @__PURE__ */ e(
473
+ ), ar = /* @__PURE__ */ e(
455
474
  r(
456
475
  "arcgis-popup",
457
476
  {
@@ -461,7 +480,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
461
480
  onArcgisTriggerAction: "arcgisTriggerAction"
462
481
  }
463
482
  )
464
- ), ir = /* @__PURE__ */ e(
483
+ ), gr = /* @__PURE__ */ e(
465
484
  r(
466
485
  "arcgis-presentation",
467
486
  {
@@ -470,7 +489,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
470
489
  onArcgisReady: "arcgisReady"
471
490
  }
472
491
  )
473
- ), ar = /* @__PURE__ */ e(
492
+ ), sr = /* @__PURE__ */ e(
474
493
  r(
475
494
  "arcgis-print",
476
495
  {
@@ -482,7 +501,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
482
501
  onArcgisSubmit: "arcgisSubmit"
483
502
  }
484
503
  )
485
- ), gr = /* @__PURE__ */ e(
504
+ ), cr = /* @__PURE__ */ e(
486
505
  r(
487
506
  "arcgis-reverse-geocode-list",
488
507
  {
@@ -490,14 +509,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
490
509
  onArcgisReverseGeocodeResultsChange: "arcgisReverseGeocodeResultsChange"
491
510
  }
492
511
  )
493
- ), sr = /* @__PURE__ */ e(
512
+ ), or = /* @__PURE__ */ e(
494
513
  r(
495
514
  "arcgis-scale-bar",
496
515
  {
497
516
  onArcgisReady: "arcgisReady"
498
517
  }
499
518
  )
500
- ), cr = /* @__PURE__ */ e(
519
+ ), nr = /* @__PURE__ */ e(
501
520
  r(
502
521
  "arcgis-scale-range-slider",
503
522
  {
@@ -505,7 +524,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
505
524
  onArcgisReady: "arcgisReady"
506
525
  }
507
526
  )
508
- ), or = /* @__PURE__ */ e(
527
+ ), tr = /* @__PURE__ */ e(
509
528
  r(
510
529
  "arcgis-scene",
511
530
  {
@@ -537,7 +556,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
537
556
  onArcgisViewVerticalTwoFingerDrag: "arcgisViewVerticalTwoFingerDrag"
538
557
  }
539
558
  )
540
- ), nr = /* @__PURE__ */ e(
559
+ ), Ar = /* @__PURE__ */ e(
541
560
  r(
542
561
  "arcgis-search",
543
562
  {
@@ -551,14 +570,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
551
570
  onArcgisSuggestStart: "arcgisSuggestStart"
552
571
  }
553
572
  )
554
- ), tr = /* @__PURE__ */ e(
573
+ ), yr = /* @__PURE__ */ e(
555
574
  r(
556
575
  "arcgis-search-result-renderer",
557
576
  {
558
577
  onArcgisReady: "arcgisReady"
559
578
  }
560
579
  )
561
- ), Ar = /* @__PURE__ */ e(
580
+ ), lr = /* @__PURE__ */ e(
562
581
  r(
563
582
  "arcgis-shadow-cast",
564
583
  {
@@ -566,7 +585,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
566
585
  onArcgisReady: "arcgisReady"
567
586
  }
568
587
  )
569
- ), yr = /* @__PURE__ */ e(
588
+ ), Cr = /* @__PURE__ */ e(
570
589
  r(
571
590
  "arcgis-sketch",
572
591
  {
@@ -579,14 +598,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
579
598
  onArcgisUpdate: "arcgisUpdate"
580
599
  }
581
600
  )
582
- ), lr = /* @__PURE__ */ e(
601
+ ), dr = /* @__PURE__ */ e(
583
602
  r(
584
603
  "arcgis-sketch-tooltip-controls",
585
604
  {
586
605
  onArcgisPropertyChange: "arcgisPropertyChange"
587
606
  }
588
607
  )
589
- ), dr = /* @__PURE__ */ e(
608
+ ), hr = /* @__PURE__ */ e(
590
609
  r(
591
610
  "arcgis-slice",
592
611
  {
@@ -594,7 +613,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
594
613
  onArcgisReady: "arcgisReady"
595
614
  }
596
615
  )
597
- ), Cr = /* @__PURE__ */ e(
616
+ ), pr = /* @__PURE__ */ e(
598
617
  r(
599
618
  "arcgis-slider-binary-color-size-legacy",
600
619
  {
@@ -604,7 +623,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
604
623
  onArcgisThumbDrag: "arcgisThumbDrag"
605
624
  }
606
625
  )
607
- ), hr = /* @__PURE__ */ e(
626
+ ), wr = /* @__PURE__ */ e(
608
627
  r(
609
628
  "arcgis-slider-classed-color-legacy",
610
629
  {
@@ -614,7 +633,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
614
633
  onArcgisThumbDrag: "arcgisThumbDrag"
615
634
  }
616
635
  )
617
- ), pr = /* @__PURE__ */ e(
636
+ ), Pr = /* @__PURE__ */ e(
618
637
  r(
619
638
  "arcgis-slider-classed-size-legacy",
620
639
  {
@@ -624,7 +643,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
624
643
  onArcgisThumbDrag: "arcgisThumbDrag"
625
644
  }
626
645
  )
627
- ), wr = /* @__PURE__ */ e(
646
+ ), Rr = /* @__PURE__ */ e(
628
647
  r(
629
648
  "arcgis-slider-color-legacy",
630
649
  {
@@ -634,7 +653,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
634
653
  onArcgisThumbDrag: "arcgisThumbDrag"
635
654
  }
636
655
  )
637
- ), Rr = /* @__PURE__ */ e(
656
+ ), Vr = /* @__PURE__ */ e(
638
657
  r(
639
658
  "arcgis-slider-color-size-legacy",
640
659
  {
@@ -644,7 +663,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
644
663
  onArcgisThumbDrag: "arcgisThumbDrag"
645
664
  }
646
665
  )
647
- ), Vr = /* @__PURE__ */ e(
666
+ ), ur = /* @__PURE__ */ e(
648
667
  r(
649
668
  "arcgis-slider-heatmap-legacy",
650
669
  {
@@ -654,7 +673,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
654
673
  onArcgisThumbDrag: "arcgisThumbDrag"
655
674
  }
656
675
  )
657
- ), Pr = /* @__PURE__ */ e(
676
+ ), mr = /* @__PURE__ */ e(
658
677
  r(
659
678
  "arcgis-slider-opacity-legacy",
660
679
  {
@@ -664,7 +683,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
664
683
  onArcgisThumbDrag: "arcgisThumbDrag"
665
684
  }
666
685
  )
667
- ), ur = /* @__PURE__ */ e(
686
+ ), Tr = /* @__PURE__ */ e(
668
687
  r(
669
688
  "arcgis-slider-scale-range",
670
689
  {
@@ -674,7 +693,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
674
693
  onArcgisReady: "arcgisReady"
675
694
  }
676
695
  )
677
- ), mr = /* @__PURE__ */ e(
696
+ ), Sr = /* @__PURE__ */ e(
678
697
  r(
679
698
  "arcgis-slider-size-legacy",
680
699
  {
@@ -684,7 +703,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
684
703
  onArcgisThumbDrag: "arcgisThumbDrag"
685
704
  }
686
705
  )
687
- ), Tr = /* @__PURE__ */ e(
706
+ ), kr = /* @__PURE__ */ e(
688
707
  r(
689
708
  "arcgis-snapping-controls",
690
709
  {
@@ -692,26 +711,26 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
692
711
  onArcgisReady: "arcgisReady"
693
712
  }
694
713
  )
695
- ), Sr = /* @__PURE__ */ e(
714
+ ), br = /* @__PURE__ */ e(
696
715
  r(
697
716
  "arcgis-color-select",
698
717
  {
699
718
  onArcgisColorChanged: "arcgisColorChanged"
700
719
  }
701
720
  )
702
- ), kr = /* @__PURE__ */ e(
721
+ ), Dr = /* @__PURE__ */ e(
703
722
  r(
704
723
  "arcgis-time-of-day-slider",
705
724
  {
706
725
  onArcgisTimeChange: "arcgisTimeChange"
707
726
  }
708
727
  )
709
- ), Dr = /* @__PURE__ */ e(
728
+ ), Lr = /* @__PURE__ */ e(
710
729
  r(
711
730
  "arcgis-webgl-error",
712
731
  {}
713
732
  )
714
- ), Lr = /* @__PURE__ */ e(
733
+ ), vr = /* @__PURE__ */ e(
715
734
  r(
716
735
  "arcgis-swipe",
717
736
  {
@@ -721,7 +740,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
721
740
  onArcgisSwipeInput: "arcgisSwipeInput"
722
741
  }
723
742
  )
724
- ), br = /* @__PURE__ */ e(
743
+ ), Er = /* @__PURE__ */ e(
725
744
  r(
726
745
  "arcgis-table-list",
727
746
  {
@@ -731,7 +750,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
731
750
  onArcgisTriggerAction: "arcgisTriggerAction"
732
751
  }
733
752
  )
734
- ), vr = /* @__PURE__ */ e(
753
+ ), Fr = /* @__PURE__ */ e(
735
754
  r(
736
755
  "arcgis-time-slider",
737
756
  {
@@ -740,7 +759,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
740
759
  onArcgisTriggerAction: "arcgisTriggerAction"
741
760
  }
742
761
  )
743
- ), Er = /* @__PURE__ */ e(
762
+ ), Ur = /* @__PURE__ */ e(
744
763
  r(
745
764
  "arcgis-time-zone-label",
746
765
  {
@@ -748,7 +767,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
748
767
  onArcgisReady: "arcgisReady"
749
768
  }
750
769
  )
751
- ), Fr = /* @__PURE__ */ e(
770
+ ), Nr = /* @__PURE__ */ e(
752
771
  r(
753
772
  "arcgis-track",
754
773
  {
@@ -758,14 +777,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
758
777
  onArcgisReady: "arcgisReady"
759
778
  }
760
779
  )
761
- ), Ur = /* @__PURE__ */ e(
780
+ ), fr = /* @__PURE__ */ e(
762
781
  r(
763
782
  "arcgis-utility-network-associations",
764
783
  {
765
784
  onArcgisReady: "arcgisReady"
766
785
  }
767
786
  )
768
- ), fr = /* @__PURE__ */ e(
787
+ ), Mr = /* @__PURE__ */ e(
769
788
  r(
770
789
  "arcgis-utility-network-trace",
771
790
  {
@@ -778,7 +797,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
778
797
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
779
798
  }
780
799
  )
781
- ), Nr = /* @__PURE__ */ e(
800
+ ), Ir = /* @__PURE__ */ e(
782
801
  r(
783
802
  "arcgis-utility-network-trace-analysis",
784
803
  {
@@ -790,19 +809,19 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
790
809
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
791
810
  }
792
811
  )
793
- ), Mr = /* @__PURE__ */ e(
812
+ ), Gr = /* @__PURE__ */ e(
794
813
  r(
795
814
  "arcgis-utility-network-aggregated-geometry",
796
815
  {
797
816
  onArcgisHideGraphicsChange: "arcgisHideGraphicsChange"
798
817
  }
799
818
  )
800
- ), Ir = /* @__PURE__ */ e(
819
+ ), Br = /* @__PURE__ */ e(
801
820
  r(
802
821
  "arcgis-utility-network-subnetwork-info",
803
822
  {}
804
823
  )
805
- ), Gr = /* @__PURE__ */ e(
824
+ ), xr = /* @__PURE__ */ e(
806
825
  r(
807
826
  "arcgis-utility-network-trace-inputs",
808
827
  {
@@ -814,7 +833,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
814
833
  onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
815
834
  }
816
835
  )
817
- ), Br = /* @__PURE__ */ e(
836
+ ), Hr = /* @__PURE__ */ e(
818
837
  r(
819
838
  "arcgis-utility-network-trace-location",
820
839
  {
@@ -823,12 +842,12 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
823
842
  onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
824
843
  }
825
844
  )
826
- ), Hr = /* @__PURE__ */ e(
845
+ ), Kr = /* @__PURE__ */ e(
827
846
  r(
828
847
  "arcgis-utility-network-trace-location-list",
829
848
  {}
830
849
  )
831
- ), Kr = /* @__PURE__ */ e(
850
+ ), Wr = /* @__PURE__ */ e(
832
851
  r(
833
852
  "arcgis-utility-network-trace-results",
834
853
  {
@@ -839,7 +858,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
839
858
  onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
840
859
  }
841
860
  )
842
- ), Wr = /* @__PURE__ */ e(
861
+ ), zr = /* @__PURE__ */ e(
843
862
  r(
844
863
  "arcgis-utility-network-validate-network-topology",
845
864
  {
@@ -848,7 +867,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
848
867
  onArcgisValidateNetworkTopologyStart: "arcgisValidateNetworkTopologyStart"
849
868
  }
850
869
  )
851
- ), zr = /* @__PURE__ */ e(
870
+ ), Or = /* @__PURE__ */ e(
852
871
  r(
853
872
  "arcgis-utility-network-validate-topology",
854
873
  {
@@ -856,7 +875,48 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
856
875
  onArcgisReady: "arcgisReady"
857
876
  }
858
877
  )
859
- ), xr = /* @__PURE__ */ e(
878
+ ), Zr = /* @__PURE__ */ e(
879
+ r(
880
+ "arcgis-value-picker",
881
+ {
882
+ onArcgisAnimate: "arcgisAnimate",
883
+ onArcgisNext: "arcgisNext",
884
+ onArcgisPause: "arcgisPause",
885
+ onArcgisPlay: "arcgisPlay",
886
+ onArcgisPrevious: "arcgisPrevious",
887
+ onArcgisPropertyChange: "arcgisPropertyChange",
888
+ onArcgisSlottedElementChange: "arcgisSlottedElementChange"
889
+ }
890
+ )
891
+ ), jr = /* @__PURE__ */ e(
892
+ r(
893
+ "arcgis-value-picker-collection",
894
+ {
895
+ onArcgisPropertyChange: "arcgisPropertyChange"
896
+ }
897
+ )
898
+ ), qr = /* @__PURE__ */ e(
899
+ r(
900
+ "arcgis-value-picker-combobox",
901
+ {
902
+ onArcgisPropertyChange: "arcgisPropertyChange"
903
+ }
904
+ )
905
+ ), Jr = /* @__PURE__ */ e(
906
+ r(
907
+ "arcgis-value-picker-label",
908
+ {
909
+ onArcgisPropertyChange: "arcgisPropertyChange"
910
+ }
911
+ )
912
+ ), Qr = /* @__PURE__ */ e(
913
+ r(
914
+ "arcgis-value-picker-slider",
915
+ {
916
+ onArcgisPropertyChange: "arcgisPropertyChange"
917
+ }
918
+ )
919
+ ), Xr = /* @__PURE__ */ e(
860
920
  r(
861
921
  "arcgis-value-picker-legacy",
862
922
  {
@@ -869,7 +929,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
869
929
  onArcgisReady: "arcgisReady"
870
930
  }
871
931
  )
872
- ), Or = /* @__PURE__ */ e(
932
+ ), Yr = /* @__PURE__ */ e(
873
933
  r(
874
934
  "arcgis-version-management",
875
935
  {
@@ -877,14 +937,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
877
937
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
878
938
  }
879
939
  )
880
- ), Zr = /* @__PURE__ */ e(
940
+ ), _r = /* @__PURE__ */ e(
881
941
  r(
882
942
  "arcgis-video",
883
943
  {
884
944
  onArcgisViewReadyChange: "arcgisViewReadyChange"
885
945
  }
886
946
  )
887
- ), jr = /* @__PURE__ */ e(
947
+ ), $r = /* @__PURE__ */ e(
888
948
  r(
889
949
  "arcgis-video-player",
890
950
  {
@@ -893,7 +953,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
893
953
  onArcgisVideoReady: "arcgisVideoReady"
894
954
  }
895
955
  )
896
- ), qr = /* @__PURE__ */ e(
956
+ ), re = /* @__PURE__ */ e(
957
+ r(
958
+ "arcgis-view-popover",
959
+ {
960
+ onArcgisPropertyChange: "arcgisPropertyChange"
961
+ }
962
+ )
963
+ ), ee = /* @__PURE__ */ e(
897
964
  r(
898
965
  "arcgis-volume-measurement",
899
966
  {
@@ -901,7 +968,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
901
968
  onArcgisReady: "arcgisReady"
902
969
  }
903
970
  )
904
- ), Jr = /* @__PURE__ */ e(
971
+ ), ie = /* @__PURE__ */ e(
905
972
  r(
906
973
  "arcgis-weather",
907
974
  {
@@ -909,7 +976,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
909
976
  onArcgisReady: "arcgisReady"
910
977
  }
911
978
  )
912
- ), Qr = /* @__PURE__ */ e(
979
+ ), ae = /* @__PURE__ */ e(
913
980
  r(
914
981
  "arcgis-zoom",
915
982
  {
@@ -925,95 +992,103 @@ export {
925
992
  A as ArcgisAttachments,
926
993
  y as ArcgisBasemapGallery,
927
994
  l as ArcgisBasemapLayerList,
928
- d as ArcgisBasemapToggle,
929
- C as ArcgisBookmarks,
995
+ C as ArcgisBasemapToggle,
996
+ d as ArcgisBookmarks,
930
997
  h as ArcgisBuildingExplorer,
931
998
  p as ArcgisCatalogLayerList,
932
- Y as ArcgisClipboard,
933
- Sr as ArcgisColorSelect,
999
+ $ as ArcgisClipboard,
1000
+ br as ArcgisColorSelect,
934
1001
  w as ArcgisCompass,
935
- R as ArcgisCoordinateConversion,
936
- V as ArcgisDaylight,
1002
+ P as ArcgisCoordinateConversion,
1003
+ R as ArcgisDaylight,
937
1004
  m as ArcgisDirectLineMeasurement3d,
938
- P as ArcgisDirectionalPad,
1005
+ V as ArcgisDirectionalPad,
939
1006
  u as ArcgisDirections,
940
1007
  T as ArcgisDistanceMeasurement2d,
941
1008
  S as ArcgisEditor,
942
1009
  k as ArcgisElevationProfile,
943
- D as ArcgisExpand,
944
- L as ArcgisFeature,
945
- b as ArcgisFeatureForm,
946
- _ as ArcgisFeatureImage,
947
- v as ArcgisFeatureTable,
948
- E as ArcgisFeatureTemplatesLegacy,
949
- $ as ArcgisFeatureTitle,
950
- F as ArcgisFeatures,
951
- U as ArcgisFloorFilter,
952
- f as ArcgisFullscreen,
953
- N as ArcgisGridControls,
954
- M as ArcgisHistogramRangeSlider,
955
- I as ArcgisHome,
956
- G as ArcgisLayerList,
957
- B as ArcgisLayerListNew,
958
- H as ArcgisLegend,
959
- K as ArcgisLineOfSight,
960
- W as ArcgisLinkChart,
961
- z as ArcgisLinkChartLayoutSwitcher,
962
- x as ArcgisLinkChartNonspatialVisibilityToggle,
963
- O as ArcgisLocate,
964
- Z as ArcgisMap,
965
- j as ArcgisMeasurement,
966
- rr as ArcgisMultiFeatureForm,
967
- q as ArcgisNavigationToggle,
968
- J as ArcgisOrientedImageryViewer,
969
- Q as ArcgisOrientedImageryViewerImageViewer,
970
- X as ArcgisPaste,
971
- er as ArcgisPopup,
972
- ir as ArcgisPresentation,
973
- ar as ArcgisPrint,
974
- gr as ArcgisReverseGeocodeList,
975
- sr as ArcgisScaleBar,
976
- cr as ArcgisScaleRangeSlider,
977
- or as ArcgisScene,
978
- nr as ArcgisSearch,
979
- tr as ArcgisSearchResultRenderer,
980
- Ar as ArcgisShadowCast,
981
- yr as ArcgisSketch,
982
- lr as ArcgisSketchTooltipControls,
983
- dr as ArcgisSlice,
984
- Cr as ArcgisSliderBinaryColorSizeLegacy,
985
- hr as ArcgisSliderClassedColorLegacy,
986
- pr as ArcgisSliderClassedSizeLegacy,
987
- wr as ArcgisSliderColorLegacy,
988
- Rr as ArcgisSliderColorSizeLegacy,
989
- Vr as ArcgisSliderHeatmapLegacy,
990
- Pr as ArcgisSliderOpacityLegacy,
991
- ur as ArcgisSliderScaleRange,
992
- mr as ArcgisSliderSizeLegacy,
993
- Tr as ArcgisSnappingControls,
994
- Lr as ArcgisSwipe,
995
- br as ArcgisTableList,
996
- kr as ArcgisTimeOfDaySlider,
997
- vr as ArcgisTimeSlider,
998
- Er as ArcgisTimeZoneLabel,
999
- Fr as ArcgisTrack,
1000
- Mr as ArcgisUtilityNetworkAggregatedGeometry,
1001
- Ur as ArcgisUtilityNetworkAssociations,
1002
- Ir as ArcgisUtilityNetworkSubnetworkInfo,
1003
- fr as ArcgisUtilityNetworkTrace,
1004
- Nr as ArcgisUtilityNetworkTraceAnalysis,
1005
- Gr as ArcgisUtilityNetworkTraceInputs,
1006
- Br as ArcgisUtilityNetworkTraceLocation,
1007
- Hr as ArcgisUtilityNetworkTraceLocationList,
1008
- Kr as ArcgisUtilityNetworkTraceResults,
1009
- Wr as ArcgisUtilityNetworkValidateNetworkTopology,
1010
- zr as ArcgisUtilityNetworkValidateTopology,
1011
- xr as ArcgisValuePickerLegacy,
1012
- Or as ArcgisVersionManagement,
1013
- Zr as ArcgisVideo,
1014
- jr as ArcgisVideoPlayer,
1015
- qr as ArcgisVolumeMeasurement,
1016
- Jr as ArcgisWeather,
1017
- Dr as ArcgisWebglError,
1018
- Qr as ArcgisZoom
1010
+ b as ArcgisExpand,
1011
+ D as ArcgisFeature,
1012
+ L as ArcgisFeatureForm,
1013
+ rr as ArcgisFeatureImage,
1014
+ v as ArcgisFeatureNext,
1015
+ E as ArcgisFeatureTable,
1016
+ F as ArcgisFeatureTemplatesLegacy,
1017
+ er as ArcgisFeatureTitle,
1018
+ U as ArcgisFeatures,
1019
+ N as ArcgisFeaturesNext,
1020
+ f as ArcgisFloorFilter,
1021
+ M as ArcgisFullscreen,
1022
+ I as ArcgisGridControls,
1023
+ G as ArcgisHistogramRangeSlider,
1024
+ B as ArcgisHome,
1025
+ x as ArcgisLayerList,
1026
+ H as ArcgisLayerListNext,
1027
+ K as ArcgisLegend,
1028
+ W as ArcgisLineOfSight,
1029
+ z as ArcgisLinkChart,
1030
+ O as ArcgisLinkChartLayoutSwitcher,
1031
+ Z as ArcgisLinkChartNonspatialVisibilityToggle,
1032
+ j as ArcgisLocate,
1033
+ q as ArcgisMap,
1034
+ J as ArcgisMeasurement,
1035
+ ir as ArcgisMultiFeatureForm,
1036
+ Q as ArcgisNavigationToggle,
1037
+ X as ArcgisOrientedImageryViewer,
1038
+ Y as ArcgisOrientedImageryViewerImageViewer,
1039
+ _ as ArcgisPaste,
1040
+ ar as ArcgisPopup,
1041
+ gr as ArcgisPresentation,
1042
+ sr as ArcgisPrint,
1043
+ cr as ArcgisReverseGeocodeList,
1044
+ or as ArcgisScaleBar,
1045
+ nr as ArcgisScaleRangeSlider,
1046
+ tr as ArcgisScene,
1047
+ Ar as ArcgisSearch,
1048
+ yr as ArcgisSearchResultRenderer,
1049
+ lr as ArcgisShadowCast,
1050
+ Cr as ArcgisSketch,
1051
+ dr as ArcgisSketchTooltipControls,
1052
+ hr as ArcgisSlice,
1053
+ pr as ArcgisSliderBinaryColorSizeLegacy,
1054
+ wr as ArcgisSliderClassedColorLegacy,
1055
+ Pr as ArcgisSliderClassedSizeLegacy,
1056
+ Rr as ArcgisSliderColorLegacy,
1057
+ Vr as ArcgisSliderColorSizeLegacy,
1058
+ ur as ArcgisSliderHeatmapLegacy,
1059
+ mr as ArcgisSliderOpacityLegacy,
1060
+ Tr as ArcgisSliderScaleRange,
1061
+ Sr as ArcgisSliderSizeLegacy,
1062
+ kr as ArcgisSnappingControls,
1063
+ vr as ArcgisSwipe,
1064
+ Er as ArcgisTableList,
1065
+ Dr as ArcgisTimeOfDaySlider,
1066
+ Fr as ArcgisTimeSlider,
1067
+ Ur as ArcgisTimeZoneLabel,
1068
+ Nr as ArcgisTrack,
1069
+ Gr as ArcgisUtilityNetworkAggregatedGeometry,
1070
+ fr as ArcgisUtilityNetworkAssociations,
1071
+ Br as ArcgisUtilityNetworkSubnetworkInfo,
1072
+ Mr as ArcgisUtilityNetworkTrace,
1073
+ Ir as ArcgisUtilityNetworkTraceAnalysis,
1074
+ xr as ArcgisUtilityNetworkTraceInputs,
1075
+ Hr as ArcgisUtilityNetworkTraceLocation,
1076
+ Kr as ArcgisUtilityNetworkTraceLocationList,
1077
+ Wr as ArcgisUtilityNetworkTraceResults,
1078
+ zr as ArcgisUtilityNetworkValidateNetworkTopology,
1079
+ Or as ArcgisUtilityNetworkValidateTopology,
1080
+ Zr as ArcgisValuePicker,
1081
+ jr as ArcgisValuePickerCollection,
1082
+ qr as ArcgisValuePickerCombobox,
1083
+ Jr as ArcgisValuePickerLabel,
1084
+ Xr as ArcgisValuePickerLegacy,
1085
+ Qr as ArcgisValuePickerSlider,
1086
+ Yr as ArcgisVersionManagement,
1087
+ _r as ArcgisVideo,
1088
+ $r as ArcgisVideoPlayer,
1089
+ re as ArcgisViewPopover,
1090
+ ee as ArcgisVolumeMeasurement,
1091
+ ie as ArcgisWeather,
1092
+ Lr as ArcgisWebglError,
1093
+ ae as ArcgisZoom
1019
1094
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.99",
3
+ "version": "5.2.0-next.0",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "2D",
@@ -21,20 +21,20 @@
21
21
  "homepage": "https://developers.arcgis.com/javascript/latest/",
22
22
  "sideEffects": false,
23
23
  "type": "module",
24
- "main": "dist/index.js",
25
- "module": "dist/index.js",
26
- "types": "dist/index.d.ts",
24
+ "main": "./dist/index.js",
25
+ "module": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
27
  "files": [
28
28
  "dist/"
29
29
  ],
30
30
  "license": "SEE LICENSE IN LICENSE.md",
31
31
  "dependencies": {
32
- "@esri/calcite-components": "^5.1.0-next.45",
32
+ "@esri/calcite-components": "^5.1.0-next.60",
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.99",
37
- "@arcgis/map-components": "5.1.0-next.99"
36
+ "@arcgis/lumina": "5.2.0-next.0",
37
+ "@arcgis/map-components": "5.2.0-next.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": "^5.1.0-next",