@arcgis/map-components-react 4.34.0-next.126 → 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.
- package/dist/components.d.ts +9 -42
- package/dist/index.js +111 -183
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -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
|
}, {
|
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
|
+
), 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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
396
|
+
), Q = /* @__PURE__ */ e(
|
|
466
397
|
r(
|
|
467
398
|
"arcgis-placement",
|
|
468
399
|
{
|
|
469
400
|
onArcgisReady: "arcgisReady"
|
|
470
401
|
}
|
|
471
402
|
)
|
|
472
|
-
),
|
|
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
|
-
),
|
|
423
|
+
), _ = /* @__PURE__ */ e(
|
|
483
424
|
r(
|
|
484
425
|
"arcgis-scale-bar",
|
|
485
426
|
{
|
|
486
427
|
onArcgisReady: "arcgisReady"
|
|
487
428
|
}
|
|
488
429
|
)
|
|
489
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
480
|
+
), ir = /* @__PURE__ */ e(
|
|
540
481
|
r(
|
|
541
482
|
"arcgis-search-result-renderer",
|
|
542
483
|
{
|
|
543
484
|
onArcgisReady: "arcgisReady"
|
|
544
485
|
}
|
|
545
486
|
)
|
|
546
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
563
|
+
), yr = /* @__PURE__ */ e(
|
|
623
564
|
r(
|
|
624
565
|
"arcgis-utility-network-associations",
|
|
625
566
|
{
|
|
626
567
|
onArcgisReady: "arcgisReady"
|
|
627
568
|
}
|
|
628
569
|
)
|
|
629
|
-
),
|
|
570
|
+
), dr = /* @__PURE__ */ e(
|
|
630
571
|
r(
|
|
631
572
|
"arcgis-utility-network-trace",
|
|
632
573
|
{
|
|
@@ -639,7 +580,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
639
580
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
640
581
|
}
|
|
641
582
|
)
|
|
642
|
-
),
|
|
583
|
+
), Cr = /* @__PURE__ */ e(
|
|
643
584
|
r(
|
|
644
585
|
"arcgis-utility-network-trace-analysis",
|
|
645
586
|
{
|
|
@@ -647,14 +588,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
647
588
|
onArcgisReady: "arcgisReady"
|
|
648
589
|
}
|
|
649
590
|
)
|
|
650
|
-
),
|
|
591
|
+
), lr = /* @__PURE__ */ e(
|
|
651
592
|
r(
|
|
652
593
|
"arcgis-result-feature-list",
|
|
653
594
|
{
|
|
654
595
|
onArcgisPropertyChange: "arcgisPropertyChange"
|
|
655
596
|
}
|
|
656
597
|
)
|
|
657
|
-
),
|
|
598
|
+
), wr = /* @__PURE__ */ e(
|
|
658
599
|
r(
|
|
659
600
|
"arcgis-utility-network-validate-topology",
|
|
660
601
|
{
|
|
@@ -662,7 +603,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
662
603
|
onArcgisReady: "arcgisReady"
|
|
663
604
|
}
|
|
664
605
|
)
|
|
665
|
-
),
|
|
606
|
+
), pr = /* @__PURE__ */ e(
|
|
666
607
|
r(
|
|
667
608
|
"arcgis-value-picker",
|
|
668
609
|
{
|
|
@@ -675,7 +616,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
675
616
|
onArcgisReady: "arcgisReady"
|
|
676
617
|
}
|
|
677
618
|
)
|
|
678
|
-
),
|
|
619
|
+
), hr = /* @__PURE__ */ e(
|
|
679
620
|
r(
|
|
680
621
|
"arcgis-version-management",
|
|
681
622
|
{
|
|
@@ -683,14 +624,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
683
624
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
684
625
|
}
|
|
685
626
|
)
|
|
686
|
-
),
|
|
627
|
+
), Vr = /* @__PURE__ */ e(
|
|
687
628
|
r(
|
|
688
629
|
"arcgis-video",
|
|
689
630
|
{
|
|
690
631
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
691
632
|
}
|
|
692
633
|
)
|
|
693
|
-
),
|
|
634
|
+
), Pr = /* @__PURE__ */ e(
|
|
694
635
|
r(
|
|
695
636
|
"arcgis-video-player",
|
|
696
637
|
{
|
|
@@ -699,7 +640,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
699
640
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
700
641
|
}
|
|
701
642
|
)
|
|
702
|
-
),
|
|
643
|
+
), Rr = /* @__PURE__ */ e(
|
|
703
644
|
r(
|
|
704
645
|
"arcgis-weather",
|
|
705
646
|
{
|
|
@@ -707,7 +648,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
707
648
|
onArcgisReady: "arcgisReady"
|
|
708
649
|
}
|
|
709
650
|
)
|
|
710
|
-
),
|
|
651
|
+
), mr = /* @__PURE__ */ e(
|
|
711
652
|
r(
|
|
712
653
|
"arcgis-zoom",
|
|
713
654
|
{
|
|
@@ -722,80 +663,67 @@ export {
|
|
|
722
663
|
A as ArcgisAttachments,
|
|
723
664
|
y as ArcgisBasemapGallery,
|
|
724
665
|
d as ArcgisBasemapLayerList,
|
|
725
|
-
|
|
726
|
-
|
|
666
|
+
C as ArcgisBasemapToggle,
|
|
667
|
+
l as ArcgisBookmarks,
|
|
727
668
|
w as ArcgisBuildingExplorer,
|
|
728
669
|
p as ArcgisCatalogLayerList,
|
|
729
670
|
h as ArcgisCompass,
|
|
730
671
|
V as ArcgisCoordinateConversion,
|
|
731
|
-
|
|
672
|
+
P as ArcgisDaylight,
|
|
732
673
|
u as ArcgisDirectLineMeasurement3d,
|
|
733
|
-
|
|
674
|
+
R as ArcgisDirectionalPad,
|
|
734
675
|
m as ArcgisDirections,
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
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,
|
|
744
685
|
M as ArcgisFeatureTemplates,
|
|
745
686
|
f as ArcgisFeatures,
|
|
746
687
|
F as ArcgisFloorFilter,
|
|
747
688
|
I as ArcgisFullscreen,
|
|
748
689
|
K as ArcgisGridControls,
|
|
749
690
|
B as ArcgisHistogramRangeSlider,
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
Z as
|
|
758
|
-
j as
|
|
759
|
-
q as
|
|
760
|
-
J as
|
|
761
|
-
Q as
|
|
762
|
-
X as
|
|
763
|
-
Y as
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
yr as
|
|
779
|
-
dr as
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
Rr as
|
|
787
|
-
|
|
788
|
-
mr as ArcgisTimeSlider,
|
|
789
|
-
ur as ArcgisTimeZoneLabel,
|
|
790
|
-
vr as ArcgisTrack,
|
|
791
|
-
kr as ArcgisUtilityNetworkAssociations,
|
|
792
|
-
Sr as ArcgisUtilityNetworkTrace,
|
|
793
|
-
Lr as ArcgisUtilityNetworkTraceAnalysis,
|
|
794
|
-
br as ArcgisUtilityNetworkValidateTopology,
|
|
795
|
-
Er as ArcgisValuePicker,
|
|
796
|
-
Ur as ArcgisVersionManagement,
|
|
797
|
-
Tr as ArcgisVideo,
|
|
798
|
-
Mr as ArcgisVideoPlayer,
|
|
799
|
-
fr as ArcgisWeather,
|
|
800
|
-
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
|
|
801
729
|
};
|
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.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.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
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",
|