@arcgis/map-components-react 4.34.0-next.125 → 4.34.0-next.127

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.
@@ -170,6 +170,7 @@ export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebCompon
170
170
  export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<HTMLArcgisFeaturesElement & {
171
171
  class?: string;
172
172
  }, {
173
+ onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
173
174
  onArcgisPropertyChange: EventName<HTMLArcgisFeaturesElement["arcgisPropertyChange"]>;
174
175
  onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
175
176
  onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
@@ -218,48 +219,6 @@ export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<HTMLAr
218
219
  onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
219
220
  onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
220
221
  }>;
221
- export declare const ArcgisLegendCardColorRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardColorRampElement & {
222
- class?: string;
223
- }, {}>;
224
- export declare const ArcgisLegendCardElement: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardElementElement & {
225
- class?: string;
226
- }, {}>;
227
- export declare const ArcgisLegendCardSizeRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardSizeRampElement & {
228
- class?: string;
229
- }, {}>;
230
- export declare const ArcgisLegendCardUnivariateAboveAndBelowRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardUnivariateAboveAndBelowRampElement & {
231
- class?: string;
232
- }, {}>;
233
- export declare const ArcgisLegendCardUnivariateColorSizeRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardUnivariateColorSizeRampElement & {
234
- class?: string;
235
- }, {}>;
236
- export declare const ArcgisLegendCardView: import('@lit/react').ReactWebComponent<HTMLArcgisLegendCardViewElement & {
237
- class?: string;
238
- }, {}>;
239
- export declare const ArcgisLegendClassicColorRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicColorRampElement & {
240
- class?: string;
241
- }, {}>;
242
- export declare const ArcgisLegendClassicElement: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicElementElement & {
243
- class?: string;
244
- }, {}>;
245
- export declare const ArcgisLegendClassicSizeRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicSizeRampElement & {
246
- class?: string;
247
- }, {}>;
248
- export declare const ArcgisLegendClassicUnivariateAboveAndBelowRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicUnivariateAboveAndBelowRampElement & {
249
- class?: string;
250
- }, {}>;
251
- export declare const ArcgisLegendClassicUnivariateColorSizeRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicUnivariateColorSizeRampElement & {
252
- class?: string;
253
- }, {}>;
254
- export declare const ArcgisLegendClassicView: import('@lit/react').ReactWebComponent<HTMLArcgisLegendClassicViewElement & {
255
- class?: string;
256
- }, {}>;
257
- export declare const ArcgisLegendRelationshipRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendRelationshipRampElement & {
258
- class?: string;
259
- }, {}>;
260
- export declare const ArcgisLegendSpikeRamp: import('@lit/react').ReactWebComponent<HTMLArcgisLegendSpikeRampElement & {
261
- class?: string;
262
- }, {}>;
263
222
  export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<HTMLArcgisLineOfSightElement & {
264
223
  class?: string;
265
224
  }, {
@@ -356,6 +315,14 @@ export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<HTM
356
315
  }, {
357
316
  onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
358
317
  }>;
318
+ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArcgisPopupElement & {
319
+ class?: string;
320
+ }, {
321
+ onArcgisClose: EventName<HTMLArcgisPopupElement["arcgisClose"]>;
322
+ onArcgisPropertyChange: EventName<HTMLArcgisPopupElement["arcgisPropertyChange"]>;
323
+ onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
324
+ onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
325
+ }>;
359
326
  export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
360
327
  class?: string;
361
328
  }, {
@@ -494,6 +461,12 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
494
461
  onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
495
462
  onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
496
463
  }>;
464
+ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceAnalysisElement & {
465
+ class?: string;
466
+ }, {
467
+ onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
468
+ onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
469
+ }>;
497
470
  export declare const ArcgisResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisResultFeatureListElement & {
498
471
  class?: string;
499
472
  }, {
package/dist/index.js CHANGED
@@ -43,7 +43,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
43
43
  onArcgisTriggerAction: "arcgisTriggerAction"
44
44
  }
45
45
  )
46
- ), l = /* @__PURE__ */ e(
46
+ ), C = /* @__PURE__ */ e(
47
47
  r(
48
48
  "arcgis-basemap-toggle",
49
49
  {
@@ -51,7 +51,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
51
51
  onArcgisReady: "arcgisReady"
52
52
  }
53
53
  )
54
- ), C = /* @__PURE__ */ e(
54
+ ), l = /* @__PURE__ */ e(
55
55
  r(
56
56
  "arcgis-bookmarks",
57
57
  {
@@ -95,7 +95,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
95
95
  onArcgisReady: "arcgisReady"
96
96
  }
97
97
  )
98
- ), R = /* @__PURE__ */ e(
98
+ ), P = /* @__PURE__ */ e(
99
99
  r(
100
100
  "arcgis-daylight",
101
101
  {
@@ -103,7 +103,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
103
103
  onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
104
104
  }
105
105
  )
106
- ), P = /* @__PURE__ */ e(
106
+ ), R = /* @__PURE__ */ e(
107
107
  r(
108
108
  "arcgis-directional-pad",
109
109
  {
@@ -127,7 +127,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
127
127
  onArcgisReady: "arcgisReady"
128
128
  }
129
129
  )
130
- ), v = /* @__PURE__ */ e(
130
+ ), k = /* @__PURE__ */ e(
131
131
  r(
132
132
  "arcgis-directline-measurement-3d",
133
133
  {
@@ -135,7 +135,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
135
135
  onArcgisReady: "arcgisReady"
136
136
  }
137
137
  )
138
- ), k = /* @__PURE__ */ e(
138
+ ), S = /* @__PURE__ */ e(
139
139
  r(
140
140
  "arcgis-distance-measurement-2d",
141
141
  {
@@ -143,7 +143,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
143
143
  onArcgisReady: "arcgisReady"
144
144
  }
145
145
  )
146
- ), S = /* @__PURE__ */ e(
146
+ ), D = /* @__PURE__ */ e(
147
147
  r(
148
148
  "arcgis-editor",
149
149
  {
@@ -153,7 +153,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
153
153
  onArcgisSketchUpdate: "arcgisSketchUpdate"
154
154
  }
155
155
  )
156
- ), L = /* @__PURE__ */ e(
156
+ ), v = /* @__PURE__ */ e(
157
157
  r(
158
158
  "arcgis-elevation-profile",
159
159
  {
@@ -161,7 +161,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
161
161
  onArcgisReady: "arcgisReady"
162
162
  }
163
163
  )
164
- ), D = /* @__PURE__ */ e(
164
+ ), L = /* @__PURE__ */ e(
165
165
  r(
166
166
  "arcgis-elevation-profile-next",
167
167
  {
@@ -169,7 +169,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
169
169
  onArcgisReady: "arcgisReady"
170
170
  }
171
171
  )
172
- ), b = /* @__PURE__ */ e(
172
+ ), E = /* @__PURE__ */ e(
173
173
  r(
174
174
  "arcgis-expand",
175
175
  {
@@ -177,7 +177,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
177
177
  onArcgisReady: "arcgisReady"
178
178
  }
179
179
  )
180
- ), E = /* @__PURE__ */ e(
180
+ ), b = /* @__PURE__ */ e(
181
181
  r(
182
182
  "arcgis-feature",
183
183
  {
@@ -185,7 +185,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
185
185
  onArcgisReady: "arcgisReady"
186
186
  }
187
187
  )
188
- ), U = /* @__PURE__ */ e(
188
+ ), T = /* @__PURE__ */ e(
189
189
  r(
190
190
  "arcgis-feature-form",
191
191
  {
@@ -195,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
195
195
  onArcgisValueChange: "arcgisValueChange"
196
196
  }
197
197
  )
198
- ), T = /* @__PURE__ */ e(
198
+ ), U = /* @__PURE__ */ e(
199
199
  r(
200
200
  "arcgis-feature-table",
201
201
  {
@@ -222,6 +222,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
222
222
  r(
223
223
  "arcgis-features",
224
224
  {
225
+ onArcgisClose: "arcgisClose",
225
226
  onArcgisPropertyChange: "arcgisPropertyChange",
226
227
  onArcgisReady: "arcgisReady",
227
228
  onArcgisTriggerAction: "arcgisTriggerAction"
@@ -258,7 +259,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
258
259
  onArcgisReady: "arcgisReady"
259
260
  }
260
261
  )
261
- ), z = /* @__PURE__ */ e(
262
+ ), W = /* @__PURE__ */ e(
262
263
  r(
263
264
  "arcgis-home",
264
265
  {
@@ -267,7 +268,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
267
268
  onArcgisReady: "arcgisReady"
268
269
  }
269
270
  )
270
- ), W = /* @__PURE__ */ e(
271
+ ), x = /* @__PURE__ */ e(
271
272
  r(
272
273
  "arcgis-layer-list",
273
274
  {
@@ -277,7 +278,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
277
278
  onArcgisTriggerAction: "arcgisTriggerAction"
278
279
  }
279
280
  )
280
- ), x = /* @__PURE__ */ e(
281
+ ), H = /* @__PURE__ */ e(
281
282
  r(
282
283
  "arcgis-legend",
283
284
  {
@@ -285,77 +286,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
285
286
  onArcgisReady: "arcgisReady"
286
287
  }
287
288
  )
288
- ), H = /* @__PURE__ */ e(
289
- r(
290
- "arcgis-legend-card-color-ramp",
291
- {}
292
- )
293
289
  ), N = /* @__PURE__ */ e(
294
- r(
295
- "arcgis-legend-card-element",
296
- {}
297
- )
298
- ), G = /* @__PURE__ */ e(
299
- r(
300
- "arcgis-legend-card-size-ramp",
301
- {}
302
- )
303
- ), O = /* @__PURE__ */ e(
304
- r(
305
- "arcgis-legend-card-univariate-above-and-below-ramp",
306
- {}
307
- )
308
- ), Z = /* @__PURE__ */ e(
309
- r(
310
- "arcgis-legend-card-univariate-color-size-ramp",
311
- {}
312
- )
313
- ), j = /* @__PURE__ */ e(
314
- r(
315
- "arcgis-legend-card-view",
316
- {}
317
- )
318
- ), q = /* @__PURE__ */ e(
319
- r(
320
- "arcgis-legend-classic-color-ramp",
321
- {}
322
- )
323
- ), J = /* @__PURE__ */ e(
324
- r(
325
- "arcgis-legend-classic-element",
326
- {}
327
- )
328
- ), Q = /* @__PURE__ */ e(
329
- r(
330
- "arcgis-legend-classic-size-ramp",
331
- {}
332
- )
333
- ), X = /* @__PURE__ */ e(
334
- r(
335
- "arcgis-legend-classic-univariate-above-and-below-ramp",
336
- {}
337
- )
338
- ), Y = /* @__PURE__ */ e(
339
- r(
340
- "arcgis-legend-classic-univariate-color-size-ramp",
341
- {}
342
- )
343
- ), _ = /* @__PURE__ */ e(
344
- r(
345
- "arcgis-legend-classic-view",
346
- {}
347
- )
348
- ), $ = /* @__PURE__ */ e(
349
- r(
350
- "arcgis-legend-relationship-ramp",
351
- {}
352
- )
353
- ), rr = /* @__PURE__ */ e(
354
- r(
355
- "arcgis-legend-spike-ramp",
356
- {}
357
- )
358
- ), er = /* @__PURE__ */ e(
359
290
  r(
360
291
  "arcgis-line-of-sight",
361
292
  {
@@ -363,7 +294,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
363
294
  onArcgisReady: "arcgisReady"
364
295
  }
365
296
  )
366
- ), ir = /* @__PURE__ */ e(
297
+ ), G = /* @__PURE__ */ e(
367
298
  r(
368
299
  "arcgis-link-chart",
369
300
  {
@@ -391,7 +322,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
391
322
  onArcgisViewReadyChange: "arcgisViewReadyChange"
392
323
  }
393
324
  )
394
- ), ar = /* @__PURE__ */ e(
325
+ ), O = /* @__PURE__ */ e(
395
326
  r(
396
327
  "arcgis-link-chart-layout-switcher",
397
328
  {
@@ -400,7 +331,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
400
331
  onArcgisSwitchLayout: "arcgisSwitchLayout"
401
332
  }
402
333
  )
403
- ), sr = /* @__PURE__ */ e(
334
+ ), z = /* @__PURE__ */ e(
404
335
  r(
405
336
  "arcgis-locate",
406
337
  {
@@ -410,7 +341,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
410
341
  onArcgisSuccess: "arcgisSuccess"
411
342
  }
412
343
  )
413
- ), gr = /* @__PURE__ */ e(
344
+ ), Z = /* @__PURE__ */ e(
414
345
  r(
415
346
  "arcgis-map",
416
347
  {
@@ -438,7 +369,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
438
369
  onArcgisViewReadyChange: "arcgisViewReadyChange"
439
370
  }
440
371
  )
441
- ), cr = /* @__PURE__ */ e(
372
+ ), j = /* @__PURE__ */ e(
442
373
  r(
443
374
  "arcgis-measurement",
444
375
  {
@@ -446,7 +377,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
446
377
  onArcgisReady: "arcgisReady"
447
378
  }
448
379
  )
449
- ), or = /* @__PURE__ */ e(
380
+ ), q = /* @__PURE__ */ e(
450
381
  r(
451
382
  "arcgis-navigation-toggle",
452
383
  {
@@ -454,7 +385,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
454
385
  onArcgisReady: "arcgisReady"
455
386
  }
456
387
  )
457
- ), nr = /* @__PURE__ */ e(
388
+ ), J = /* @__PURE__ */ e(
458
389
  r(
459
390
  "arcgis-oriented-imagery-viewer",
460
391
  {
@@ -462,14 +393,24 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
462
393
  onArcgisReady: "arcgisReady"
463
394
  }
464
395
  )
465
- ), tr = /* @__PURE__ */ e(
396
+ ), Q = /* @__PURE__ */ e(
466
397
  r(
467
398
  "arcgis-placement",
468
399
  {
469
400
  onArcgisReady: "arcgisReady"
470
401
  }
471
402
  )
472
- ), Ar = /* @__PURE__ */ e(
403
+ ), X = /* @__PURE__ */ e(
404
+ r(
405
+ "arcgis-popup",
406
+ {
407
+ onArcgisClose: "arcgisClose",
408
+ onArcgisPropertyChange: "arcgisPropertyChange",
409
+ onArcgisReady: "arcgisReady",
410
+ onArcgisTriggerAction: "arcgisTriggerAction"
411
+ }
412
+ )
413
+ ), Y = /* @__PURE__ */ e(
473
414
  r(
474
415
  "arcgis-print",
475
416
  {
@@ -479,14 +420,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
479
420
  onArcgisSubmit: "arcgisSubmit"
480
421
  }
481
422
  )
482
- ), yr = /* @__PURE__ */ e(
423
+ ), _ = /* @__PURE__ */ e(
483
424
  r(
484
425
  "arcgis-scale-bar",
485
426
  {
486
427
  onArcgisReady: "arcgisReady"
487
428
  }
488
429
  )
489
- ), dr = /* @__PURE__ */ e(
430
+ ), $ = /* @__PURE__ */ e(
490
431
  r(
491
432
  "arcgis-scale-range-slider",
492
433
  {
@@ -494,7 +435,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
494
435
  onArcgisReady: "arcgisReady"
495
436
  }
496
437
  )
497
- ), lr = /* @__PURE__ */ e(
438
+ ), rr = /* @__PURE__ */ e(
498
439
  r(
499
440
  "arcgis-scene",
500
441
  {
@@ -522,7 +463,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
522
463
  onArcgisViewReadyChange: "arcgisViewReadyChange"
523
464
  }
524
465
  )
525
- ), Cr = /* @__PURE__ */ e(
466
+ ), er = /* @__PURE__ */ e(
526
467
  r(
527
468
  "arcgis-search",
528
469
  {
@@ -536,14 +477,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
536
477
  onArcgisSuggestStart: "arcgisSuggestStart"
537
478
  }
538
479
  )
539
- ), wr = /* @__PURE__ */ e(
480
+ ), ir = /* @__PURE__ */ e(
540
481
  r(
541
482
  "arcgis-search-result-renderer",
542
483
  {
543
484
  onArcgisReady: "arcgisReady"
544
485
  }
545
486
  )
546
- ), pr = /* @__PURE__ */ e(
487
+ ), ar = /* @__PURE__ */ e(
547
488
  r(
548
489
  "arcgis-shadow-cast",
549
490
  {
@@ -551,7 +492,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
551
492
  onArcgisReady: "arcgisReady"
552
493
  }
553
494
  )
554
- ), hr = /* @__PURE__ */ e(
495
+ ), sr = /* @__PURE__ */ e(
555
496
  r(
556
497
  "arcgis-sketch",
557
498
  {
@@ -564,7 +505,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
564
505
  onArcgisUpdate: "arcgisUpdate"
565
506
  }
566
507
  )
567
- ), Vr = /* @__PURE__ */ e(
508
+ ), gr = /* @__PURE__ */ e(
568
509
  r(
569
510
  "arcgis-slice",
570
511
  {
@@ -572,7 +513,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
572
513
  onArcgisReady: "arcgisReady"
573
514
  }
574
515
  )
575
- ), Rr = /* @__PURE__ */ e(
516
+ ), cr = /* @__PURE__ */ e(
576
517
  r(
577
518
  "arcgis-swipe",
578
519
  {
@@ -582,7 +523,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
582
523
  onArcgisSwipeInput: "arcgisSwipeInput"
583
524
  }
584
525
  )
585
- ), Pr = /* @__PURE__ */ e(
526
+ ), or = /* @__PURE__ */ e(
586
527
  r(
587
528
  "arcgis-table-list",
588
529
  {
@@ -592,7 +533,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
592
533
  onArcgisTriggerAction: "arcgisTriggerAction"
593
534
  }
594
535
  )
595
- ), mr = /* @__PURE__ */ e(
536
+ ), nr = /* @__PURE__ */ e(
596
537
  r(
597
538
  "arcgis-time-slider",
598
539
  {
@@ -601,7 +542,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
601
542
  onArcgisTriggerAction: "arcgisTriggerAction"
602
543
  }
603
544
  )
604
- ), ur = /* @__PURE__ */ e(
545
+ ), tr = /* @__PURE__ */ e(
605
546
  r(
606
547
  "arcgis-time-zone-label",
607
548
  {
@@ -609,7 +550,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
609
550
  onArcgisReady: "arcgisReady"
610
551
  }
611
552
  )
612
- ), vr = /* @__PURE__ */ e(
553
+ ), Ar = /* @__PURE__ */ e(
613
554
  r(
614
555
  "arcgis-track",
615
556
  {
@@ -619,14 +560,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
619
560
  onArcgisReady: "arcgisReady"
620
561
  }
621
562
  )
622
- ), kr = /* @__PURE__ */ e(
563
+ ), yr = /* @__PURE__ */ e(
623
564
  r(
624
565
  "arcgis-utility-network-associations",
625
566
  {
626
567
  onArcgisReady: "arcgisReady"
627
568
  }
628
569
  )
629
- ), Sr = /* @__PURE__ */ e(
570
+ ), dr = /* @__PURE__ */ e(
630
571
  r(
631
572
  "arcgis-utility-network-trace",
632
573
  {
@@ -639,14 +580,22 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
639
580
  onArcgisRemoveResultArea: "arcgisRemoveResultArea"
640
581
  }
641
582
  )
642
- ), Lr = /* @__PURE__ */ e(
583
+ ), Cr = /* @__PURE__ */ e(
584
+ r(
585
+ "arcgis-utility-network-trace-analysis",
586
+ {
587
+ onArcgisPropertyChange: "arcgisPropertyChange",
588
+ onArcgisReady: "arcgisReady"
589
+ }
590
+ )
591
+ ), lr = /* @__PURE__ */ e(
643
592
  r(
644
593
  "arcgis-result-feature-list",
645
594
  {
646
595
  onArcgisPropertyChange: "arcgisPropertyChange"
647
596
  }
648
597
  )
649
- ), Dr = /* @__PURE__ */ e(
598
+ ), wr = /* @__PURE__ */ e(
650
599
  r(
651
600
  "arcgis-utility-network-validate-topology",
652
601
  {
@@ -654,7 +603,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
654
603
  onArcgisReady: "arcgisReady"
655
604
  }
656
605
  )
657
- ), br = /* @__PURE__ */ e(
606
+ ), pr = /* @__PURE__ */ e(
658
607
  r(
659
608
  "arcgis-value-picker",
660
609
  {
@@ -667,7 +616,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
667
616
  onArcgisReady: "arcgisReady"
668
617
  }
669
618
  )
670
- ), Er = /* @__PURE__ */ e(
619
+ ), hr = /* @__PURE__ */ e(
671
620
  r(
672
621
  "arcgis-version-management",
673
622
  {
@@ -675,14 +624,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
675
624
  onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
676
625
  }
677
626
  )
678
- ), Ur = /* @__PURE__ */ e(
627
+ ), Vr = /* @__PURE__ */ e(
679
628
  r(
680
629
  "arcgis-video",
681
630
  {
682
631
  onArcgisViewReadyChange: "arcgisViewReadyChange"
683
632
  }
684
633
  )
685
- ), Tr = /* @__PURE__ */ e(
634
+ ), Pr = /* @__PURE__ */ e(
686
635
  r(
687
636
  "arcgis-video-player",
688
637
  {
@@ -691,7 +640,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
691
640
  onArcgisVideoReady: "arcgisVideoReady"
692
641
  }
693
642
  )
694
- ), Mr = /* @__PURE__ */ e(
643
+ ), Rr = /* @__PURE__ */ e(
695
644
  r(
696
645
  "arcgis-weather",
697
646
  {
@@ -699,7 +648,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
699
648
  onArcgisReady: "arcgisReady"
700
649
  }
701
650
  )
702
- ), fr = /* @__PURE__ */ e(
651
+ ), mr = /* @__PURE__ */ e(
703
652
  r(
704
653
  "arcgis-zoom",
705
654
  {
@@ -714,79 +663,67 @@ export {
714
663
  A as ArcgisAttachments,
715
664
  y as ArcgisBasemapGallery,
716
665
  d as ArcgisBasemapLayerList,
717
- l as ArcgisBasemapToggle,
718
- C as ArcgisBookmarks,
666
+ C as ArcgisBasemapToggle,
667
+ l as ArcgisBookmarks,
719
668
  w as ArcgisBuildingExplorer,
720
669
  p as ArcgisCatalogLayerList,
721
670
  h as ArcgisCompass,
722
671
  V as ArcgisCoordinateConversion,
723
- R as ArcgisDaylight,
672
+ P as ArcgisDaylight,
724
673
  u as ArcgisDirectLineMeasurement3d,
725
- P as ArcgisDirectionalPad,
674
+ R as ArcgisDirectionalPad,
726
675
  m as ArcgisDirections,
727
- v as ArcgisDirectlineMeasurement3d,
728
- k as ArcgisDistanceMeasurement2d,
729
- S as ArcgisEditor,
730
- L as ArcgisElevationProfile,
731
- D as ArcgisElevationProfileNext,
732
- b as ArcgisExpand,
733
- E as ArcgisFeature,
734
- U as ArcgisFeatureForm,
735
- T as ArcgisFeatureTable,
676
+ k as ArcgisDirectlineMeasurement3d,
677
+ S as ArcgisDistanceMeasurement2d,
678
+ D as ArcgisEditor,
679
+ v as ArcgisElevationProfile,
680
+ L as ArcgisElevationProfileNext,
681
+ E as ArcgisExpand,
682
+ b as ArcgisFeature,
683
+ T as ArcgisFeatureForm,
684
+ U as ArcgisFeatureTable,
736
685
  M as ArcgisFeatureTemplates,
737
686
  f as ArcgisFeatures,
738
687
  F as ArcgisFloorFilter,
739
688
  I as ArcgisFullscreen,
740
689
  K as ArcgisGridControls,
741
690
  B as ArcgisHistogramRangeSlider,
742
- z as ArcgisHome,
743
- W as ArcgisLayerList,
744
- x as ArcgisLegend,
745
- H as ArcgisLegendCardColorRamp,
746
- N as ArcgisLegendCardElement,
747
- G as ArcgisLegendCardSizeRamp,
748
- O as ArcgisLegendCardUnivariateAboveAndBelowRamp,
749
- Z as ArcgisLegendCardUnivariateColorSizeRamp,
750
- j as ArcgisLegendCardView,
751
- q as ArcgisLegendClassicColorRamp,
752
- J as ArcgisLegendClassicElement,
753
- Q as ArcgisLegendClassicSizeRamp,
754
- X as ArcgisLegendClassicUnivariateAboveAndBelowRamp,
755
- Y as ArcgisLegendClassicUnivariateColorSizeRamp,
756
- _ as ArcgisLegendClassicView,
757
- $ as ArcgisLegendRelationshipRamp,
758
- rr as ArcgisLegendSpikeRamp,
759
- er as ArcgisLineOfSight,
760
- ir as ArcgisLinkChart,
761
- ar as ArcgisLinkChartLayoutSwitcher,
762
- sr as ArcgisLocate,
763
- gr as ArcgisMap,
764
- cr as ArcgisMeasurement,
765
- or as ArcgisNavigationToggle,
766
- nr as ArcgisOrientedImageryViewer,
767
- tr as ArcgisPlacement,
768
- Ar as ArcgisPrint,
769
- Lr as ArcgisResultFeatureList,
770
- yr as ArcgisScaleBar,
771
- dr as ArcgisScaleRangeSlider,
772
- lr as ArcgisScene,
773
- Cr as ArcgisSearch,
774
- wr as ArcgisSearchResultRenderer,
775
- pr as ArcgisShadowCast,
776
- hr as ArcgisSketch,
777
- Vr as ArcgisSlice,
778
- Rr as ArcgisSwipe,
779
- Pr as ArcgisTableList,
780
- mr as ArcgisTimeSlider,
781
- ur as ArcgisTimeZoneLabel,
782
- vr as ArcgisTrack,
783
- kr as ArcgisUtilityNetworkAssociations,
784
- Sr as ArcgisUtilityNetworkTrace,
785
- Dr as ArcgisUtilityNetworkValidateTopology,
786
- br as ArcgisValuePicker,
787
- Er as ArcgisVersionManagement,
788
- Ur as ArcgisVideo,
789
- Tr as ArcgisVideoPlayer,
790
- Mr as ArcgisWeather,
791
- fr as ArcgisZoom
691
+ W as ArcgisHome,
692
+ x as ArcgisLayerList,
693
+ H as ArcgisLegend,
694
+ N as ArcgisLineOfSight,
695
+ G as ArcgisLinkChart,
696
+ O as ArcgisLinkChartLayoutSwitcher,
697
+ z as ArcgisLocate,
698
+ Z as ArcgisMap,
699
+ j as ArcgisMeasurement,
700
+ q as ArcgisNavigationToggle,
701
+ J as ArcgisOrientedImageryViewer,
702
+ Q as ArcgisPlacement,
703
+ X as ArcgisPopup,
704
+ Y as ArcgisPrint,
705
+ lr as ArcgisResultFeatureList,
706
+ _ as ArcgisScaleBar,
707
+ $ as ArcgisScaleRangeSlider,
708
+ rr as ArcgisScene,
709
+ er as ArcgisSearch,
710
+ ir as ArcgisSearchResultRenderer,
711
+ ar as ArcgisShadowCast,
712
+ sr as ArcgisSketch,
713
+ gr as ArcgisSlice,
714
+ cr as ArcgisSwipe,
715
+ or as ArcgisTableList,
716
+ nr as ArcgisTimeSlider,
717
+ tr as ArcgisTimeZoneLabel,
718
+ Ar as ArcgisTrack,
719
+ yr as ArcgisUtilityNetworkAssociations,
720
+ dr as ArcgisUtilityNetworkTrace,
721
+ Cr as ArcgisUtilityNetworkTraceAnalysis,
722
+ wr as ArcgisUtilityNetworkValidateTopology,
723
+ pr as ArcgisValuePicker,
724
+ hr as ArcgisVersionManagement,
725
+ Vr as ArcgisVideo,
726
+ Pr as ArcgisVideoPlayer,
727
+ Rr as ArcgisWeather,
728
+ mr as ArcgisZoom
792
729
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.34.0-next.125",
3
+ "version": "4.34.0-next.127",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "4.34.0-next.125",
33
- "@arcgis/map-components": "4.34.0-next.125",
32
+ "@arcgis/lumina": "4.34.0-next.127",
33
+ "@arcgis/map-components": "4.34.0-next.127",
34
34
  "@esri/calcite-components": "^3.3.0-next.95",
35
35
  "@lit/react": "^1.0.7",
36
36
  "lit": "^3.3.0",