@arcgis/map-components-react 4.34.0-next.120 → 4.34.0-next.122
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/dist/components.d.ts +47 -0
- package/dist/index.js +187 -95
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -218,6 +218,48 @@ export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
218
218
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
219
219
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
220
220
|
}>;
|
|
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
|
+
}, {}>;
|
|
221
263
|
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<HTMLArcgisLineOfSightElement & {
|
|
222
264
|
class?: string;
|
|
223
265
|
}, {
|
|
@@ -452,6 +494,11 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
452
494
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
453
495
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
454
496
|
}>;
|
|
497
|
+
export declare const ArcgisResultFeatureList: import('@lit/react').ReactWebComponent<HTMLArcgisResultFeatureListElement & {
|
|
498
|
+
class?: string;
|
|
499
|
+
}, {
|
|
500
|
+
onArcgisPropertyChange: EventName<HTMLArcgisResultFeatureListElement["arcgisPropertyChange"]>;
|
|
501
|
+
}>;
|
|
455
502
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
456
503
|
class?: string;
|
|
457
504
|
}, {
|
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
|
-
),
|
|
46
|
+
), l = /* @__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
|
-
),
|
|
54
|
+
), C = /* @__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
|
-
),
|
|
98
|
+
), R = /* @__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
|
-
),
|
|
106
|
+
), P = /* @__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
|
-
),
|
|
130
|
+
), v = /* @__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
|
-
),
|
|
138
|
+
), k = /* @__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
|
-
),
|
|
146
|
+
), S = /* @__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
|
-
),
|
|
156
|
+
), L = /* @__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
|
-
),
|
|
164
|
+
), D = /* @__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
|
-
),
|
|
172
|
+
), b = /* @__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
|
-
),
|
|
180
|
+
), E = /* @__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
|
-
),
|
|
188
|
+
), U = /* @__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
|
-
),
|
|
198
|
+
), T = /* @__PURE__ */ e(
|
|
199
199
|
r(
|
|
200
200
|
"arcgis-feature-table",
|
|
201
201
|
{
|
|
@@ -258,7 +258,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
258
258
|
onArcgisReady: "arcgisReady"
|
|
259
259
|
}
|
|
260
260
|
)
|
|
261
|
-
),
|
|
261
|
+
), z = /* @__PURE__ */ e(
|
|
262
262
|
r(
|
|
263
263
|
"arcgis-home",
|
|
264
264
|
{
|
|
@@ -267,7 +267,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
267
267
|
onArcgisReady: "arcgisReady"
|
|
268
268
|
}
|
|
269
269
|
)
|
|
270
|
-
),
|
|
270
|
+
), W = /* @__PURE__ */ e(
|
|
271
271
|
r(
|
|
272
272
|
"arcgis-layer-list",
|
|
273
273
|
{
|
|
@@ -277,7 +277,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
277
277
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
278
278
|
}
|
|
279
279
|
)
|
|
280
|
-
),
|
|
280
|
+
), x = /* @__PURE__ */ e(
|
|
281
281
|
r(
|
|
282
282
|
"arcgis-legend",
|
|
283
283
|
{
|
|
@@ -285,7 +285,77 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
285
285
|
onArcgisReady: "arcgisReady"
|
|
286
286
|
}
|
|
287
287
|
)
|
|
288
|
+
), H = /* @__PURE__ */ e(
|
|
289
|
+
r(
|
|
290
|
+
"arcgis-legend-card-color-ramp",
|
|
291
|
+
{}
|
|
292
|
+
)
|
|
288
293
|
), 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(
|
|
289
359
|
r(
|
|
290
360
|
"arcgis-line-of-sight",
|
|
291
361
|
{
|
|
@@ -293,7 +363,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
293
363
|
onArcgisReady: "arcgisReady"
|
|
294
364
|
}
|
|
295
365
|
)
|
|
296
|
-
),
|
|
366
|
+
), ir = /* @__PURE__ */ e(
|
|
297
367
|
r(
|
|
298
368
|
"arcgis-link-chart",
|
|
299
369
|
{
|
|
@@ -321,7 +391,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
321
391
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
322
392
|
}
|
|
323
393
|
)
|
|
324
|
-
),
|
|
394
|
+
), ar = /* @__PURE__ */ e(
|
|
325
395
|
r(
|
|
326
396
|
"arcgis-link-chart-layout-switcher",
|
|
327
397
|
{
|
|
@@ -330,7 +400,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
330
400
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
331
401
|
}
|
|
332
402
|
)
|
|
333
|
-
),
|
|
403
|
+
), sr = /* @__PURE__ */ e(
|
|
334
404
|
r(
|
|
335
405
|
"arcgis-locate",
|
|
336
406
|
{
|
|
@@ -340,7 +410,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
340
410
|
onArcgisSuccess: "arcgisSuccess"
|
|
341
411
|
}
|
|
342
412
|
)
|
|
343
|
-
),
|
|
413
|
+
), gr = /* @__PURE__ */ e(
|
|
344
414
|
r(
|
|
345
415
|
"arcgis-map",
|
|
346
416
|
{
|
|
@@ -368,7 +438,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
368
438
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
369
439
|
}
|
|
370
440
|
)
|
|
371
|
-
),
|
|
441
|
+
), cr = /* @__PURE__ */ e(
|
|
372
442
|
r(
|
|
373
443
|
"arcgis-measurement",
|
|
374
444
|
{
|
|
@@ -376,7 +446,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
376
446
|
onArcgisReady: "arcgisReady"
|
|
377
447
|
}
|
|
378
448
|
)
|
|
379
|
-
),
|
|
449
|
+
), or = /* @__PURE__ */ e(
|
|
380
450
|
r(
|
|
381
451
|
"arcgis-navigation-toggle",
|
|
382
452
|
{
|
|
@@ -384,7 +454,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
384
454
|
onArcgisReady: "arcgisReady"
|
|
385
455
|
}
|
|
386
456
|
)
|
|
387
|
-
),
|
|
457
|
+
), nr = /* @__PURE__ */ e(
|
|
388
458
|
r(
|
|
389
459
|
"arcgis-oriented-imagery-viewer",
|
|
390
460
|
{
|
|
@@ -392,14 +462,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
392
462
|
onArcgisReady: "arcgisReady"
|
|
393
463
|
}
|
|
394
464
|
)
|
|
395
|
-
),
|
|
465
|
+
), tr = /* @__PURE__ */ e(
|
|
396
466
|
r(
|
|
397
467
|
"arcgis-placement",
|
|
398
468
|
{
|
|
399
469
|
onArcgisReady: "arcgisReady"
|
|
400
470
|
}
|
|
401
471
|
)
|
|
402
|
-
),
|
|
472
|
+
), Ar = /* @__PURE__ */ e(
|
|
403
473
|
r(
|
|
404
474
|
"arcgis-print",
|
|
405
475
|
{
|
|
@@ -409,14 +479,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
409
479
|
onArcgisSubmit: "arcgisSubmit"
|
|
410
480
|
}
|
|
411
481
|
)
|
|
412
|
-
),
|
|
482
|
+
), yr = /* @__PURE__ */ e(
|
|
413
483
|
r(
|
|
414
484
|
"arcgis-scale-bar",
|
|
415
485
|
{
|
|
416
486
|
onArcgisReady: "arcgisReady"
|
|
417
487
|
}
|
|
418
488
|
)
|
|
419
|
-
),
|
|
489
|
+
), dr = /* @__PURE__ */ e(
|
|
420
490
|
r(
|
|
421
491
|
"arcgis-scale-range-slider",
|
|
422
492
|
{
|
|
@@ -424,7 +494,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
424
494
|
onArcgisReady: "arcgisReady"
|
|
425
495
|
}
|
|
426
496
|
)
|
|
427
|
-
),
|
|
497
|
+
), lr = /* @__PURE__ */ e(
|
|
428
498
|
r(
|
|
429
499
|
"arcgis-scene",
|
|
430
500
|
{
|
|
@@ -452,7 +522,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
452
522
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
453
523
|
}
|
|
454
524
|
)
|
|
455
|
-
),
|
|
525
|
+
), Cr = /* @__PURE__ */ e(
|
|
456
526
|
r(
|
|
457
527
|
"arcgis-search",
|
|
458
528
|
{
|
|
@@ -466,14 +536,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
466
536
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
467
537
|
}
|
|
468
538
|
)
|
|
469
|
-
),
|
|
539
|
+
), wr = /* @__PURE__ */ e(
|
|
470
540
|
r(
|
|
471
541
|
"arcgis-search-result-renderer",
|
|
472
542
|
{
|
|
473
543
|
onArcgisReady: "arcgisReady"
|
|
474
544
|
}
|
|
475
545
|
)
|
|
476
|
-
),
|
|
546
|
+
), pr = /* @__PURE__ */ e(
|
|
477
547
|
r(
|
|
478
548
|
"arcgis-shadow-cast",
|
|
479
549
|
{
|
|
@@ -481,7 +551,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
481
551
|
onArcgisReady: "arcgisReady"
|
|
482
552
|
}
|
|
483
553
|
)
|
|
484
|
-
),
|
|
554
|
+
), hr = /* @__PURE__ */ e(
|
|
485
555
|
r(
|
|
486
556
|
"arcgis-sketch",
|
|
487
557
|
{
|
|
@@ -494,7 +564,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
494
564
|
onArcgisUpdate: "arcgisUpdate"
|
|
495
565
|
}
|
|
496
566
|
)
|
|
497
|
-
),
|
|
567
|
+
), Vr = /* @__PURE__ */ e(
|
|
498
568
|
r(
|
|
499
569
|
"arcgis-slice",
|
|
500
570
|
{
|
|
@@ -502,7 +572,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
502
572
|
onArcgisReady: "arcgisReady"
|
|
503
573
|
}
|
|
504
574
|
)
|
|
505
|
-
),
|
|
575
|
+
), Rr = /* @__PURE__ */ e(
|
|
506
576
|
r(
|
|
507
577
|
"arcgis-swipe",
|
|
508
578
|
{
|
|
@@ -512,7 +582,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
582
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
513
583
|
}
|
|
514
584
|
)
|
|
515
|
-
),
|
|
585
|
+
), Pr = /* @__PURE__ */ e(
|
|
516
586
|
r(
|
|
517
587
|
"arcgis-table-list",
|
|
518
588
|
{
|
|
@@ -522,7 +592,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
522
592
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
523
593
|
}
|
|
524
594
|
)
|
|
525
|
-
),
|
|
595
|
+
), mr = /* @__PURE__ */ e(
|
|
526
596
|
r(
|
|
527
597
|
"arcgis-time-slider",
|
|
528
598
|
{
|
|
@@ -531,7 +601,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
531
601
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
532
602
|
}
|
|
533
603
|
)
|
|
534
|
-
),
|
|
604
|
+
), ur = /* @__PURE__ */ e(
|
|
535
605
|
r(
|
|
536
606
|
"arcgis-time-zone-label",
|
|
537
607
|
{
|
|
@@ -539,7 +609,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
539
609
|
onArcgisReady: "arcgisReady"
|
|
540
610
|
}
|
|
541
611
|
)
|
|
542
|
-
),
|
|
612
|
+
), vr = /* @__PURE__ */ e(
|
|
543
613
|
r(
|
|
544
614
|
"arcgis-track",
|
|
545
615
|
{
|
|
@@ -549,14 +619,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
549
619
|
onArcgisReady: "arcgisReady"
|
|
550
620
|
}
|
|
551
621
|
)
|
|
552
|
-
),
|
|
622
|
+
), kr = /* @__PURE__ */ e(
|
|
553
623
|
r(
|
|
554
624
|
"arcgis-utility-network-associations",
|
|
555
625
|
{
|
|
556
626
|
onArcgisReady: "arcgisReady"
|
|
557
627
|
}
|
|
558
628
|
)
|
|
559
|
-
),
|
|
629
|
+
), Sr = /* @__PURE__ */ e(
|
|
560
630
|
r(
|
|
561
631
|
"arcgis-utility-network-trace",
|
|
562
632
|
{
|
|
@@ -569,7 +639,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
569
639
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
570
640
|
}
|
|
571
641
|
)
|
|
572
|
-
),
|
|
642
|
+
), Lr = /* @__PURE__ */ e(
|
|
643
|
+
r(
|
|
644
|
+
"arcgis-result-feature-list",
|
|
645
|
+
{
|
|
646
|
+
onArcgisPropertyChange: "arcgisPropertyChange"
|
|
647
|
+
}
|
|
648
|
+
)
|
|
649
|
+
), Dr = /* @__PURE__ */ e(
|
|
573
650
|
r(
|
|
574
651
|
"arcgis-utility-network-validate-topology",
|
|
575
652
|
{
|
|
@@ -577,7 +654,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
577
654
|
onArcgisReady: "arcgisReady"
|
|
578
655
|
}
|
|
579
656
|
)
|
|
580
|
-
),
|
|
657
|
+
), br = /* @__PURE__ */ e(
|
|
581
658
|
r(
|
|
582
659
|
"arcgis-value-picker",
|
|
583
660
|
{
|
|
@@ -590,7 +667,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
590
667
|
onArcgisReady: "arcgisReady"
|
|
591
668
|
}
|
|
592
669
|
)
|
|
593
|
-
),
|
|
670
|
+
), Er = /* @__PURE__ */ e(
|
|
594
671
|
r(
|
|
595
672
|
"arcgis-version-management",
|
|
596
673
|
{
|
|
@@ -598,14 +675,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
598
675
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
599
676
|
}
|
|
600
677
|
)
|
|
601
|
-
),
|
|
678
|
+
), Ur = /* @__PURE__ */ e(
|
|
602
679
|
r(
|
|
603
680
|
"arcgis-video",
|
|
604
681
|
{
|
|
605
682
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
606
683
|
}
|
|
607
684
|
)
|
|
608
|
-
),
|
|
685
|
+
), Tr = /* @__PURE__ */ e(
|
|
609
686
|
r(
|
|
610
687
|
"arcgis-video-player",
|
|
611
688
|
{
|
|
@@ -614,7 +691,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
614
691
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
615
692
|
}
|
|
616
693
|
)
|
|
617
|
-
),
|
|
694
|
+
), Mr = /* @__PURE__ */ e(
|
|
618
695
|
r(
|
|
619
696
|
"arcgis-weather",
|
|
620
697
|
{
|
|
@@ -622,7 +699,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
622
699
|
onArcgisReady: "arcgisReady"
|
|
623
700
|
}
|
|
624
701
|
)
|
|
625
|
-
),
|
|
702
|
+
), fr = /* @__PURE__ */ e(
|
|
626
703
|
r(
|
|
627
704
|
"arcgis-zoom",
|
|
628
705
|
{
|
|
@@ -637,64 +714,79 @@ export {
|
|
|
637
714
|
A as ArcgisAttachments,
|
|
638
715
|
y as ArcgisBasemapGallery,
|
|
639
716
|
d as ArcgisBasemapLayerList,
|
|
640
|
-
|
|
641
|
-
|
|
717
|
+
l as ArcgisBasemapToggle,
|
|
718
|
+
C as ArcgisBookmarks,
|
|
642
719
|
w as ArcgisBuildingExplorer,
|
|
643
720
|
p as ArcgisCatalogLayerList,
|
|
644
721
|
h as ArcgisCompass,
|
|
645
722
|
V as ArcgisCoordinateConversion,
|
|
646
|
-
|
|
723
|
+
R as ArcgisDaylight,
|
|
647
724
|
u as ArcgisDirectLineMeasurement3d,
|
|
648
|
-
|
|
725
|
+
P as ArcgisDirectionalPad,
|
|
649
726
|
m as ArcgisDirections,
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
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,
|
|
659
736
|
M as ArcgisFeatureTemplates,
|
|
660
737
|
f as ArcgisFeatures,
|
|
661
738
|
F as ArcgisFloorFilter,
|
|
662
739
|
I as ArcgisFullscreen,
|
|
663
740
|
K as ArcgisGridControls,
|
|
664
741
|
B as ArcgisHistogramRangeSlider,
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
Z as
|
|
673
|
-
j as
|
|
674
|
-
q as
|
|
675
|
-
J as
|
|
676
|
-
Q as
|
|
677
|
-
X as
|
|
678
|
-
Y as
|
|
679
|
-
_ as
|
|
680
|
-
$ as
|
|
681
|
-
rr as
|
|
682
|
-
er as
|
|
683
|
-
ir as
|
|
684
|
-
ar as
|
|
685
|
-
sr as
|
|
686
|
-
gr as
|
|
687
|
-
cr as
|
|
688
|
-
or as
|
|
689
|
-
nr as
|
|
690
|
-
tr as
|
|
691
|
-
Ar as
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
lr as
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
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
|
|
700
792
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.122",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
34
|
-
"@esri/calcite-components": "^3.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.122",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.122",
|
|
34
|
+
"@esri/calcite-components": "^3.3.0-next.95",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|