@arcgis/map-components-react 4.34.0-next.105 → 4.34.0-next.107
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 +6 -3
- package/dist/index.js +103 -103
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -142,9 +142,6 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<H
|
|
|
142
142
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
143
143
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
144
144
|
}>;
|
|
145
|
-
export declare const ArcgisFeatureRelationship: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureRelationshipElement & {
|
|
146
|
-
class?: string;
|
|
147
|
-
}, {}>;
|
|
148
145
|
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
149
146
|
class?: string;
|
|
150
147
|
}, {
|
|
@@ -225,6 +222,9 @@ export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<H
|
|
|
225
222
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
226
223
|
class?: string;
|
|
227
224
|
}, {
|
|
225
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreate"]>;
|
|
226
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewCreateError"]>;
|
|
227
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisLinkChartElement["arcgisViewAnalysisViewDestroy"]>;
|
|
228
228
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
229
229
|
onArcgisViewClick: EventName<HTMLArcgisLinkChartElement["arcgisViewClick"]>;
|
|
230
230
|
onArcgisViewDoubleClick: EventName<HTMLArcgisLinkChartElement["arcgisViewDoubleClick"]>;
|
|
@@ -263,6 +263,9 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
263
263
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
264
264
|
class?: string;
|
|
265
265
|
}, {
|
|
266
|
+
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreate"]>;
|
|
267
|
+
onArcgisViewAnalysisViewCreateError: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewCreateError"]>;
|
|
268
|
+
onArcgisViewAnalysisViewDestroy: EventName<HTMLArcgisMapElement["arcgisViewAnalysisViewDestroy"]>;
|
|
266
269
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
267
270
|
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
268
271
|
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import i from "react";
|
|
2
2
|
import { createComponent as a } from "@lit/react";
|
|
3
|
-
import { makeReactWrapperFactory as
|
|
4
|
-
const e = /* @__PURE__ */
|
|
3
|
+
import { makeReactWrapperFactory as s, getReactWrapperOptions as r } from "@arcgis/lumina";
|
|
4
|
+
const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
5
5
|
r(
|
|
6
6
|
"arcgis-area-measurement-2d",
|
|
7
7
|
{
|
|
@@ -87,7 +87,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
87
87
|
onArcgisReady: "arcgisReady"
|
|
88
88
|
}
|
|
89
89
|
)
|
|
90
|
-
),
|
|
90
|
+
), V = /* @__PURE__ */ e(
|
|
91
91
|
r(
|
|
92
92
|
"arcgis-coordinate-conversion",
|
|
93
93
|
{
|
|
@@ -95,7 +95,7 @@ const e = /* @__PURE__ */ g(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__ */ g(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
|
{
|
|
@@ -143,7 +143,7 @@ const e = /* @__PURE__ */ g(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__ */ g(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
|
{
|
|
@@ -169,7 +169,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
169
169
|
onArcgisReady: "arcgisReady"
|
|
170
170
|
}
|
|
171
171
|
)
|
|
172
|
-
),
|
|
172
|
+
), E = /* @__PURE__ */ e(
|
|
173
173
|
r(
|
|
174
174
|
"arcgis-feature",
|
|
175
175
|
{
|
|
@@ -177,7 +177,7 @@ const e = /* @__PURE__ */ g(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-form",
|
|
183
183
|
{
|
|
@@ -188,11 +188,6 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
188
188
|
}
|
|
189
189
|
)
|
|
190
190
|
), T = /* @__PURE__ */ e(
|
|
191
|
-
r(
|
|
192
|
-
"arcgis-feature-relationship",
|
|
193
|
-
{}
|
|
194
|
-
)
|
|
195
|
-
), U = /* @__PURE__ */ e(
|
|
196
191
|
r(
|
|
197
192
|
"arcgis-feature-table",
|
|
198
193
|
{
|
|
@@ -206,7 +201,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
206
201
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
207
202
|
}
|
|
208
203
|
)
|
|
209
|
-
),
|
|
204
|
+
), U = /* @__PURE__ */ e(
|
|
210
205
|
r(
|
|
211
206
|
"arcgis-feature-templates",
|
|
212
207
|
{
|
|
@@ -215,7 +210,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
215
210
|
onArcgisSelect: "arcgisSelect"
|
|
216
211
|
}
|
|
217
212
|
)
|
|
218
|
-
),
|
|
213
|
+
), M = /* @__PURE__ */ e(
|
|
219
214
|
r(
|
|
220
215
|
"arcgis-features",
|
|
221
216
|
{
|
|
@@ -225,14 +220,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
225
220
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
226
221
|
}
|
|
227
222
|
)
|
|
228
|
-
),
|
|
223
|
+
), f = /* @__PURE__ */ e(
|
|
229
224
|
r(
|
|
230
225
|
"arcgis-floor-filter",
|
|
231
226
|
{
|
|
232
227
|
onArcgisReady: "arcgisReady"
|
|
233
228
|
}
|
|
234
229
|
)
|
|
235
|
-
),
|
|
230
|
+
), F = /* @__PURE__ */ e(
|
|
236
231
|
r(
|
|
237
232
|
"arcgis-fullscreen",
|
|
238
233
|
{
|
|
@@ -240,7 +235,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
240
235
|
onArcgisReady: "arcgisReady"
|
|
241
236
|
}
|
|
242
237
|
)
|
|
243
|
-
),
|
|
238
|
+
), I = /* @__PURE__ */ e(
|
|
244
239
|
r(
|
|
245
240
|
"arcgis-grid-controls",
|
|
246
241
|
{
|
|
@@ -248,7 +243,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
248
243
|
onArcgisReady: "arcgisReady"
|
|
249
244
|
}
|
|
250
245
|
)
|
|
251
|
-
),
|
|
246
|
+
), K = /* @__PURE__ */ e(
|
|
252
247
|
r(
|
|
253
248
|
"arcgis-histogram-range-slider",
|
|
254
249
|
{
|
|
@@ -256,7 +251,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
256
251
|
onArcgisReady: "arcgisReady"
|
|
257
252
|
}
|
|
258
253
|
)
|
|
259
|
-
),
|
|
254
|
+
), B = /* @__PURE__ */ e(
|
|
260
255
|
r(
|
|
261
256
|
"arcgis-home",
|
|
262
257
|
{
|
|
@@ -265,7 +260,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
265
260
|
onArcgisReady: "arcgisReady"
|
|
266
261
|
}
|
|
267
262
|
)
|
|
268
|
-
),
|
|
263
|
+
), W = /* @__PURE__ */ e(
|
|
269
264
|
r(
|
|
270
265
|
"arcgis-layer-list",
|
|
271
266
|
{
|
|
@@ -275,7 +270,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
275
270
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
276
271
|
}
|
|
277
272
|
)
|
|
278
|
-
),
|
|
273
|
+
), H = /* @__PURE__ */ e(
|
|
279
274
|
r(
|
|
280
275
|
"arcgis-legend",
|
|
281
276
|
{
|
|
@@ -283,7 +278,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
283
278
|
onArcgisReady: "arcgisReady"
|
|
284
279
|
}
|
|
285
280
|
)
|
|
286
|
-
),
|
|
281
|
+
), x = /* @__PURE__ */ e(
|
|
287
282
|
r(
|
|
288
283
|
"arcgis-line-of-sight",
|
|
289
284
|
{
|
|
@@ -291,10 +286,13 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
291
286
|
onArcgisReady: "arcgisReady"
|
|
292
287
|
}
|
|
293
288
|
)
|
|
294
|
-
),
|
|
289
|
+
), N = /* @__PURE__ */ e(
|
|
295
290
|
r(
|
|
296
291
|
"arcgis-link-chart",
|
|
297
292
|
{
|
|
293
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
294
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
295
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
298
296
|
onArcgisViewChange: "arcgisViewChange",
|
|
299
297
|
onArcgisViewClick: "arcgisViewClick",
|
|
300
298
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -316,7 +314,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
316
314
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
317
315
|
}
|
|
318
316
|
)
|
|
319
|
-
),
|
|
317
|
+
), G = /* @__PURE__ */ e(
|
|
320
318
|
r(
|
|
321
319
|
"arcgis-link-chart-layout-switcher",
|
|
322
320
|
{
|
|
@@ -325,7 +323,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
325
323
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
326
324
|
}
|
|
327
325
|
)
|
|
328
|
-
),
|
|
326
|
+
), O = /* @__PURE__ */ e(
|
|
329
327
|
r(
|
|
330
328
|
"arcgis-locate",
|
|
331
329
|
{
|
|
@@ -335,10 +333,13 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
335
333
|
onArcgisSuccess: "arcgisSuccess"
|
|
336
334
|
}
|
|
337
335
|
)
|
|
338
|
-
),
|
|
336
|
+
), z = /* @__PURE__ */ e(
|
|
339
337
|
r(
|
|
340
338
|
"arcgis-map",
|
|
341
339
|
{
|
|
340
|
+
onArcgisViewAnalysisViewCreate: "arcgisViewAnalysisViewCreate",
|
|
341
|
+
onArcgisViewAnalysisViewCreateError: "arcgisViewAnalysisViewCreateError",
|
|
342
|
+
onArcgisViewAnalysisViewDestroy: "arcgisViewAnalysisViewDestroy",
|
|
342
343
|
onArcgisViewChange: "arcgisViewChange",
|
|
343
344
|
onArcgisViewClick: "arcgisViewClick",
|
|
344
345
|
onArcgisViewDoubleClick: "arcgisViewDoubleClick",
|
|
@@ -360,7 +361,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
360
361
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
361
362
|
}
|
|
362
363
|
)
|
|
363
|
-
),
|
|
364
|
+
), Z = /* @__PURE__ */ e(
|
|
364
365
|
r(
|
|
365
366
|
"arcgis-measurement",
|
|
366
367
|
{
|
|
@@ -368,7 +369,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
368
369
|
onArcgisReady: "arcgisReady"
|
|
369
370
|
}
|
|
370
371
|
)
|
|
371
|
-
),
|
|
372
|
+
), j = /* @__PURE__ */ e(
|
|
372
373
|
r(
|
|
373
374
|
"arcgis-navigation-toggle",
|
|
374
375
|
{
|
|
@@ -376,7 +377,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
376
377
|
onArcgisReady: "arcgisReady"
|
|
377
378
|
}
|
|
378
379
|
)
|
|
379
|
-
),
|
|
380
|
+
), q = /* @__PURE__ */ e(
|
|
380
381
|
r(
|
|
381
382
|
"arcgis-oriented-imagery-viewer",
|
|
382
383
|
{
|
|
@@ -384,14 +385,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
384
385
|
onArcgisReady: "arcgisReady"
|
|
385
386
|
}
|
|
386
387
|
)
|
|
387
|
-
),
|
|
388
|
+
), J = /* @__PURE__ */ e(
|
|
388
389
|
r(
|
|
389
390
|
"arcgis-placement",
|
|
390
391
|
{
|
|
391
392
|
onArcgisReady: "arcgisReady"
|
|
392
393
|
}
|
|
393
394
|
)
|
|
394
|
-
),
|
|
395
|
+
), Q = /* @__PURE__ */ e(
|
|
395
396
|
r(
|
|
396
397
|
"arcgis-print",
|
|
397
398
|
{
|
|
@@ -401,14 +402,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
401
402
|
onArcgisSubmit: "arcgisSubmit"
|
|
402
403
|
}
|
|
403
404
|
)
|
|
404
|
-
),
|
|
405
|
+
), X = /* @__PURE__ */ e(
|
|
405
406
|
r(
|
|
406
407
|
"arcgis-scale-bar",
|
|
407
408
|
{
|
|
408
409
|
onArcgisReady: "arcgisReady"
|
|
409
410
|
}
|
|
410
411
|
)
|
|
411
|
-
),
|
|
412
|
+
), Y = /* @__PURE__ */ e(
|
|
412
413
|
r(
|
|
413
414
|
"arcgis-scale-range-slider",
|
|
414
415
|
{
|
|
@@ -416,7 +417,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
416
417
|
onArcgisReady: "arcgisReady"
|
|
417
418
|
}
|
|
418
419
|
)
|
|
419
|
-
),
|
|
420
|
+
), _ = /* @__PURE__ */ e(
|
|
420
421
|
r(
|
|
421
422
|
"arcgis-scene",
|
|
422
423
|
{
|
|
@@ -444,7 +445,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
444
445
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
445
446
|
}
|
|
446
447
|
)
|
|
447
|
-
),
|
|
448
|
+
), $ = /* @__PURE__ */ e(
|
|
448
449
|
r(
|
|
449
450
|
"arcgis-search",
|
|
450
451
|
{
|
|
@@ -458,14 +459,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
458
459
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
459
460
|
}
|
|
460
461
|
)
|
|
461
|
-
),
|
|
462
|
+
), rr = /* @__PURE__ */ e(
|
|
462
463
|
r(
|
|
463
464
|
"arcgis-search-result-renderer",
|
|
464
465
|
{
|
|
465
466
|
onArcgisReady: "arcgisReady"
|
|
466
467
|
}
|
|
467
468
|
)
|
|
468
|
-
),
|
|
469
|
+
), er = /* @__PURE__ */ e(
|
|
469
470
|
r(
|
|
470
471
|
"arcgis-shadow-cast",
|
|
471
472
|
{
|
|
@@ -473,7 +474,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
473
474
|
onArcgisReady: "arcgisReady"
|
|
474
475
|
}
|
|
475
476
|
)
|
|
476
|
-
),
|
|
477
|
+
), ir = /* @__PURE__ */ e(
|
|
477
478
|
r(
|
|
478
479
|
"arcgis-sketch",
|
|
479
480
|
{
|
|
@@ -486,7 +487,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
486
487
|
onArcgisUpdate: "arcgisUpdate"
|
|
487
488
|
}
|
|
488
489
|
)
|
|
489
|
-
),
|
|
490
|
+
), ar = /* @__PURE__ */ e(
|
|
490
491
|
r(
|
|
491
492
|
"arcgis-slice",
|
|
492
493
|
{
|
|
@@ -504,7 +505,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
504
505
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
505
506
|
}
|
|
506
507
|
)
|
|
507
|
-
),
|
|
508
|
+
), gr = /* @__PURE__ */ e(
|
|
508
509
|
r(
|
|
509
510
|
"arcgis-table-list",
|
|
510
511
|
{
|
|
@@ -514,7 +515,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
514
515
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
515
516
|
}
|
|
516
517
|
)
|
|
517
|
-
),
|
|
518
|
+
), cr = /* @__PURE__ */ e(
|
|
518
519
|
r(
|
|
519
520
|
"arcgis-time-slider",
|
|
520
521
|
{
|
|
@@ -523,7 +524,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
523
524
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
524
525
|
}
|
|
525
526
|
)
|
|
526
|
-
),
|
|
527
|
+
), or = /* @__PURE__ */ e(
|
|
527
528
|
r(
|
|
528
529
|
"arcgis-time-zone-label",
|
|
529
530
|
{
|
|
@@ -531,7 +532,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
531
532
|
onArcgisReady: "arcgisReady"
|
|
532
533
|
}
|
|
533
534
|
)
|
|
534
|
-
),
|
|
535
|
+
), nr = /* @__PURE__ */ e(
|
|
535
536
|
r(
|
|
536
537
|
"arcgis-track",
|
|
537
538
|
{
|
|
@@ -541,14 +542,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
541
542
|
onArcgisReady: "arcgisReady"
|
|
542
543
|
}
|
|
543
544
|
)
|
|
544
|
-
),
|
|
545
|
+
), tr = /* @__PURE__ */ e(
|
|
545
546
|
r(
|
|
546
547
|
"arcgis-utility-network-associations",
|
|
547
548
|
{
|
|
548
549
|
onArcgisReady: "arcgisReady"
|
|
549
550
|
}
|
|
550
551
|
)
|
|
551
|
-
),
|
|
552
|
+
), Ar = /* @__PURE__ */ e(
|
|
552
553
|
r(
|
|
553
554
|
"arcgis-utility-network-trace",
|
|
554
555
|
{
|
|
@@ -561,7 +562,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
561
562
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
562
563
|
}
|
|
563
564
|
)
|
|
564
|
-
),
|
|
565
|
+
), yr = /* @__PURE__ */ e(
|
|
565
566
|
r(
|
|
566
567
|
"arcgis-utility-network-validate-topology",
|
|
567
568
|
{
|
|
@@ -569,7 +570,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
569
570
|
onArcgisReady: "arcgisReady"
|
|
570
571
|
}
|
|
571
572
|
)
|
|
572
|
-
),
|
|
573
|
+
), dr = /* @__PURE__ */ e(
|
|
573
574
|
r(
|
|
574
575
|
"arcgis-value-picker",
|
|
575
576
|
{
|
|
@@ -582,7 +583,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
582
583
|
onArcgisReady: "arcgisReady"
|
|
583
584
|
}
|
|
584
585
|
)
|
|
585
|
-
),
|
|
586
|
+
), Cr = /* @__PURE__ */ e(
|
|
586
587
|
r(
|
|
587
588
|
"arcgis-version-management",
|
|
588
589
|
{
|
|
@@ -590,14 +591,14 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
590
591
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
591
592
|
}
|
|
592
593
|
)
|
|
593
|
-
),
|
|
594
|
+
), lr = /* @__PURE__ */ e(
|
|
594
595
|
r(
|
|
595
596
|
"arcgis-video",
|
|
596
597
|
{
|
|
597
598
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
598
599
|
}
|
|
599
600
|
)
|
|
600
|
-
),
|
|
601
|
+
), wr = /* @__PURE__ */ e(
|
|
601
602
|
r(
|
|
602
603
|
"arcgis-video-player",
|
|
603
604
|
{
|
|
@@ -606,7 +607,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
606
607
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
607
608
|
}
|
|
608
609
|
)
|
|
609
|
-
),
|
|
610
|
+
), pr = /* @__PURE__ */ e(
|
|
610
611
|
r(
|
|
611
612
|
"arcgis-weather",
|
|
612
613
|
{
|
|
@@ -614,7 +615,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
|
|
|
614
615
|
onArcgisReady: "arcgisReady"
|
|
615
616
|
}
|
|
616
617
|
)
|
|
617
|
-
),
|
|
618
|
+
), hr = /* @__PURE__ */ e(
|
|
618
619
|
r(
|
|
619
620
|
"arcgis-zoom",
|
|
620
621
|
{
|
|
@@ -634,59 +635,58 @@ export {
|
|
|
634
635
|
w as ArcgisBuildingExplorer,
|
|
635
636
|
p as ArcgisCatalogLayerList,
|
|
636
637
|
h as ArcgisCompass,
|
|
637
|
-
|
|
638
|
-
|
|
638
|
+
V as ArcgisCoordinateConversion,
|
|
639
|
+
P as ArcgisDaylight,
|
|
639
640
|
u as ArcgisDirectLineMeasurement3d,
|
|
640
|
-
|
|
641
|
+
R as ArcgisDirectionalPad,
|
|
641
642
|
m as ArcgisDirections,
|
|
642
643
|
k as ArcgisDirectlineMeasurement3d,
|
|
643
644
|
S as ArcgisDistanceMeasurement2d,
|
|
644
|
-
|
|
645
|
-
|
|
645
|
+
D as ArcgisEditor,
|
|
646
|
+
v as ArcgisElevationProfile,
|
|
646
647
|
L as ArcgisExpand,
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
T as
|
|
650
|
-
U as
|
|
651
|
-
M as
|
|
652
|
-
f as
|
|
653
|
-
F as
|
|
654
|
-
I as
|
|
655
|
-
K as
|
|
656
|
-
B as
|
|
657
|
-
W as
|
|
658
|
-
H as
|
|
659
|
-
x as
|
|
660
|
-
N as
|
|
661
|
-
G as
|
|
662
|
-
O as
|
|
663
|
-
z as
|
|
664
|
-
Z as
|
|
665
|
-
j as
|
|
666
|
-
q as
|
|
667
|
-
J as
|
|
668
|
-
Q as
|
|
669
|
-
X as
|
|
670
|
-
Y as
|
|
671
|
-
_ as
|
|
672
|
-
$ as
|
|
673
|
-
rr as
|
|
674
|
-
er as
|
|
675
|
-
ir as
|
|
676
|
-
ar as
|
|
677
|
-
gr as ArcgisSlice,
|
|
648
|
+
E as ArcgisFeature,
|
|
649
|
+
b as ArcgisFeatureForm,
|
|
650
|
+
T as ArcgisFeatureTable,
|
|
651
|
+
U as ArcgisFeatureTemplates,
|
|
652
|
+
M as ArcgisFeatures,
|
|
653
|
+
f as ArcgisFloorFilter,
|
|
654
|
+
F as ArcgisFullscreen,
|
|
655
|
+
I as ArcgisGridControls,
|
|
656
|
+
K as ArcgisHistogramRangeSlider,
|
|
657
|
+
B as ArcgisHome,
|
|
658
|
+
W as ArcgisLayerList,
|
|
659
|
+
H as ArcgisLegend,
|
|
660
|
+
x as ArcgisLineOfSight,
|
|
661
|
+
N as ArcgisLinkChart,
|
|
662
|
+
G as ArcgisLinkChartLayoutSwitcher,
|
|
663
|
+
O as ArcgisLocate,
|
|
664
|
+
z as ArcgisMap,
|
|
665
|
+
Z as ArcgisMeasurement,
|
|
666
|
+
j as ArcgisNavigationToggle,
|
|
667
|
+
q as ArcgisOrientedImageryViewer,
|
|
668
|
+
J as ArcgisPlacement,
|
|
669
|
+
Q as ArcgisPrint,
|
|
670
|
+
X as ArcgisScaleBar,
|
|
671
|
+
Y as ArcgisScaleRangeSlider,
|
|
672
|
+
_ as ArcgisScene,
|
|
673
|
+
$ as ArcgisSearch,
|
|
674
|
+
rr as ArcgisSearchResultRenderer,
|
|
675
|
+
er as ArcgisShadowCast,
|
|
676
|
+
ir as ArcgisSketch,
|
|
677
|
+
ar as ArcgisSlice,
|
|
678
678
|
sr as ArcgisSwipe,
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
679
|
+
gr as ArcgisTableList,
|
|
680
|
+
cr as ArcgisTimeSlider,
|
|
681
|
+
or as ArcgisTimeZoneLabel,
|
|
682
|
+
nr as ArcgisTrack,
|
|
683
|
+
tr as ArcgisUtilityNetworkAssociations,
|
|
684
|
+
Ar as ArcgisUtilityNetworkTrace,
|
|
685
|
+
yr as ArcgisUtilityNetworkValidateTopology,
|
|
686
|
+
dr as ArcgisValuePicker,
|
|
687
|
+
Cr as ArcgisVersionManagement,
|
|
688
|
+
lr as ArcgisVideo,
|
|
689
|
+
wr as ArcgisVideoPlayer,
|
|
690
|
+
pr as ArcgisWeather,
|
|
691
|
+
hr as ArcgisZoom
|
|
692
692
|
};
|
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.107",
|
|
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.107",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.107",
|
|
34
34
|
"@esri/calcite-components": "^3.2.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|