@arcgis/map-components-react 5.0.0-next.112 → 5.0.0-next.114
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 +2 -10
- package/dist/index.js +133 -150
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -50,15 +50,10 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<imp
|
|
|
50
50
|
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-explorer').ArcgisBuildingExplorer & {
|
|
51
51
|
class?: string;
|
|
52
52
|
}, {
|
|
53
|
-
|
|
53
|
+
onArcgisBuildingLevelChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingLevelChange"]>;
|
|
54
|
+
onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingPhaseChange"]>;
|
|
54
55
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
55
56
|
}>;
|
|
56
|
-
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-discipline-tree').BuildingDisciplineTree & {
|
|
57
|
-
class?: string;
|
|
58
|
-
}, {}>;
|
|
59
|
-
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-picker').BuildingLevelPicker & {
|
|
60
|
-
class?: string;
|
|
61
|
-
}, {}>;
|
|
62
57
|
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item').BuildingLevelItem & {
|
|
63
58
|
class?: string;
|
|
64
59
|
}, {
|
|
@@ -66,9 +61,6 @@ export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebCompo
|
|
|
66
61
|
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
67
62
|
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
68
63
|
}>;
|
|
69
|
-
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-phase-picker').BuildingPhasePicker & {
|
|
70
|
-
class?: string;
|
|
71
|
-
}, {}>;
|
|
72
64
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list').ArcgisCatalogLayerList & {
|
|
73
65
|
class?: string;
|
|
74
66
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -66,21 +66,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
66
66
|
r(
|
|
67
67
|
"arcgis-building-explorer",
|
|
68
68
|
{
|
|
69
|
-
|
|
69
|
+
onArcgisBuildingLevelChange: "arcgisBuildingLevelChange",
|
|
70
|
+
onArcgisBuildingPhaseChange: "arcgisBuildingPhaseChange",
|
|
70
71
|
onArcgisReady: "arcgisReady"
|
|
71
72
|
}
|
|
72
73
|
)
|
|
73
|
-
), p = /* @__PURE__ */ e(
|
|
74
|
-
r(
|
|
75
|
-
"arcgis-building-discipline-tree",
|
|
76
|
-
{}
|
|
77
|
-
)
|
|
78
74
|
), h = /* @__PURE__ */ e(
|
|
79
|
-
r(
|
|
80
|
-
"arcgis-building-level-picker",
|
|
81
|
-
{}
|
|
82
|
-
)
|
|
83
|
-
), V = /* @__PURE__ */ e(
|
|
84
75
|
r(
|
|
85
76
|
"arcgis-building-level-item",
|
|
86
77
|
{
|
|
@@ -89,12 +80,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
89
80
|
onArcgisTileSelect: "arcgisTileSelect"
|
|
90
81
|
}
|
|
91
82
|
)
|
|
92
|
-
),
|
|
93
|
-
r(
|
|
94
|
-
"arcgis-building-phase-picker",
|
|
95
|
-
{}
|
|
96
|
-
)
|
|
97
|
-
), P = /* @__PURE__ */ e(
|
|
83
|
+
), p = /* @__PURE__ */ e(
|
|
98
84
|
r(
|
|
99
85
|
"arcgis-catalog-layer-list",
|
|
100
86
|
{
|
|
@@ -104,7 +90,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
104
90
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
105
91
|
}
|
|
106
92
|
)
|
|
107
|
-
),
|
|
93
|
+
), V = /* @__PURE__ */ e(
|
|
108
94
|
r(
|
|
109
95
|
"arcgis-compass",
|
|
110
96
|
{
|
|
@@ -112,7 +98,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
112
98
|
onArcgisReady: "arcgisReady"
|
|
113
99
|
}
|
|
114
100
|
)
|
|
115
|
-
),
|
|
101
|
+
), R = /* @__PURE__ */ e(
|
|
116
102
|
r(
|
|
117
103
|
"arcgis-coordinate-conversion",
|
|
118
104
|
{
|
|
@@ -121,7 +107,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
121
107
|
onArcgisReady: "arcgisReady"
|
|
122
108
|
}
|
|
123
109
|
)
|
|
124
|
-
),
|
|
110
|
+
), P = /* @__PURE__ */ e(
|
|
125
111
|
r(
|
|
126
112
|
"arcgis-daylight",
|
|
127
113
|
{
|
|
@@ -129,7 +115,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
129
115
|
onArcgisUserDateTimeChange: "arcgisUserDateTimeChange"
|
|
130
116
|
}
|
|
131
117
|
)
|
|
132
|
-
),
|
|
118
|
+
), u = /* @__PURE__ */ e(
|
|
133
119
|
r(
|
|
134
120
|
"arcgis-directional-pad",
|
|
135
121
|
{
|
|
@@ -137,7 +123,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
137
123
|
onArcgisReady: "arcgisReady"
|
|
138
124
|
}
|
|
139
125
|
)
|
|
140
|
-
),
|
|
126
|
+
), m = /* @__PURE__ */ e(
|
|
141
127
|
r(
|
|
142
128
|
"arcgis-directions",
|
|
143
129
|
{
|
|
@@ -145,7 +131,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
145
131
|
onArcgisReady: "arcgisReady"
|
|
146
132
|
}
|
|
147
133
|
)
|
|
148
|
-
),
|
|
134
|
+
), S = /* @__PURE__ */ e(
|
|
149
135
|
r(
|
|
150
136
|
"arcgis-direct-line-measurement-3d",
|
|
151
137
|
{
|
|
@@ -153,7 +139,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
153
139
|
onArcgisReady: "arcgisReady"
|
|
154
140
|
}
|
|
155
141
|
)
|
|
156
|
-
),
|
|
142
|
+
), k = /* @__PURE__ */ e(
|
|
157
143
|
r(
|
|
158
144
|
"arcgis-distance-measurement-2d",
|
|
159
145
|
{
|
|
@@ -161,7 +147,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
161
147
|
onArcgisReady: "arcgisReady"
|
|
162
148
|
}
|
|
163
149
|
)
|
|
164
|
-
),
|
|
150
|
+
), L = /* @__PURE__ */ e(
|
|
165
151
|
r(
|
|
166
152
|
"arcgis-editor",
|
|
167
153
|
{
|
|
@@ -171,7 +157,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
171
157
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
172
158
|
}
|
|
173
159
|
)
|
|
174
|
-
),
|
|
160
|
+
), T = /* @__PURE__ */ e(
|
|
175
161
|
r(
|
|
176
162
|
"arcgis-elevation-profile",
|
|
177
163
|
{
|
|
@@ -179,7 +165,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
179
165
|
onArcgisReady: "arcgisReady"
|
|
180
166
|
}
|
|
181
167
|
)
|
|
182
|
-
),
|
|
168
|
+
), v = /* @__PURE__ */ e(
|
|
183
169
|
r(
|
|
184
170
|
"arcgis-expand",
|
|
185
171
|
{
|
|
@@ -187,7 +173,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
187
173
|
onArcgisReady: "arcgisReady"
|
|
188
174
|
}
|
|
189
175
|
)
|
|
190
|
-
),
|
|
176
|
+
), D = /* @__PURE__ */ e(
|
|
191
177
|
r(
|
|
192
178
|
"arcgis-feature",
|
|
193
179
|
{
|
|
@@ -195,7 +181,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
195
181
|
onArcgisReady: "arcgisReady"
|
|
196
182
|
}
|
|
197
183
|
)
|
|
198
|
-
),
|
|
184
|
+
), E = /* @__PURE__ */ e(
|
|
199
185
|
r(
|
|
200
186
|
"arcgis-feature-form",
|
|
201
187
|
{
|
|
@@ -205,7 +191,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
205
191
|
onArcgisValueChange: "arcgisValueChange"
|
|
206
192
|
}
|
|
207
193
|
)
|
|
208
|
-
),
|
|
194
|
+
), b = /* @__PURE__ */ e(
|
|
209
195
|
r(
|
|
210
196
|
"arcgis-feature-table",
|
|
211
197
|
{
|
|
@@ -219,7 +205,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
205
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
220
206
|
}
|
|
221
207
|
)
|
|
222
|
-
),
|
|
208
|
+
), U = /* @__PURE__ */ e(
|
|
223
209
|
r(
|
|
224
210
|
"arcgis-feature-templates",
|
|
225
211
|
{
|
|
@@ -228,7 +214,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
228
214
|
onArcgisSelect: "arcgisSelect"
|
|
229
215
|
}
|
|
230
216
|
)
|
|
231
|
-
),
|
|
217
|
+
), F = /* @__PURE__ */ e(
|
|
232
218
|
r(
|
|
233
219
|
"arcgis-features",
|
|
234
220
|
{
|
|
@@ -238,14 +224,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
238
224
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
239
225
|
}
|
|
240
226
|
)
|
|
241
|
-
),
|
|
227
|
+
), I = /* @__PURE__ */ e(
|
|
242
228
|
r(
|
|
243
229
|
"arcgis-floor-filter",
|
|
244
230
|
{
|
|
245
231
|
onArcgisReady: "arcgisReady"
|
|
246
232
|
}
|
|
247
233
|
)
|
|
248
|
-
),
|
|
234
|
+
), M = /* @__PURE__ */ e(
|
|
249
235
|
r(
|
|
250
236
|
"arcgis-fullscreen",
|
|
251
237
|
{
|
|
@@ -253,7 +239,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
253
239
|
onArcgisReady: "arcgisReady"
|
|
254
240
|
}
|
|
255
241
|
)
|
|
256
|
-
),
|
|
242
|
+
), B = /* @__PURE__ */ e(
|
|
257
243
|
r(
|
|
258
244
|
"arcgis-grid-controls",
|
|
259
245
|
{
|
|
@@ -261,7 +247,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
261
247
|
onArcgisReady: "arcgisReady"
|
|
262
248
|
}
|
|
263
249
|
)
|
|
264
|
-
),
|
|
250
|
+
), f = /* @__PURE__ */ e(
|
|
265
251
|
r(
|
|
266
252
|
"arcgis-histogram-range-slider",
|
|
267
253
|
{
|
|
@@ -269,7 +255,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
255
|
onArcgisReady: "arcgisReady"
|
|
270
256
|
}
|
|
271
257
|
)
|
|
272
|
-
),
|
|
258
|
+
), K = /* @__PURE__ */ e(
|
|
273
259
|
r(
|
|
274
260
|
"arcgis-home",
|
|
275
261
|
{
|
|
@@ -278,7 +264,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
278
264
|
onArcgisReady: "arcgisReady"
|
|
279
265
|
}
|
|
280
266
|
)
|
|
281
|
-
),
|
|
267
|
+
), N = /* @__PURE__ */ e(
|
|
282
268
|
r(
|
|
283
269
|
"arcgis-layer-list",
|
|
284
270
|
{
|
|
@@ -288,7 +274,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
288
274
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
289
275
|
}
|
|
290
276
|
)
|
|
291
|
-
),
|
|
277
|
+
), W = /* @__PURE__ */ e(
|
|
292
278
|
r(
|
|
293
279
|
"arcgis-legend",
|
|
294
280
|
{
|
|
@@ -296,7 +282,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
296
282
|
onArcgisReady: "arcgisReady"
|
|
297
283
|
}
|
|
298
284
|
)
|
|
299
|
-
),
|
|
285
|
+
), H = /* @__PURE__ */ e(
|
|
300
286
|
r(
|
|
301
287
|
"arcgis-line-of-sight",
|
|
302
288
|
{
|
|
@@ -304,7 +290,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
304
290
|
onArcgisReady: "arcgisReady"
|
|
305
291
|
}
|
|
306
292
|
)
|
|
307
|
-
),
|
|
293
|
+
), x = /* @__PURE__ */ e(
|
|
308
294
|
r(
|
|
309
295
|
"arcgis-link-chart",
|
|
310
296
|
{
|
|
@@ -334,7 +320,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
320
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
335
321
|
}
|
|
336
322
|
)
|
|
337
|
-
),
|
|
323
|
+
), G = /* @__PURE__ */ e(
|
|
338
324
|
r(
|
|
339
325
|
"arcgis-link-chart-layout-switcher",
|
|
340
326
|
{
|
|
@@ -343,7 +329,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
343
329
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
344
330
|
}
|
|
345
331
|
)
|
|
346
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
347
333
|
r(
|
|
348
334
|
"arcgis-locate",
|
|
349
335
|
{
|
|
@@ -353,7 +339,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
353
339
|
onArcgisSuccess: "arcgisSuccess"
|
|
354
340
|
}
|
|
355
341
|
)
|
|
356
|
-
),
|
|
342
|
+
), z = /* @__PURE__ */ e(
|
|
357
343
|
r(
|
|
358
344
|
"arcgis-map",
|
|
359
345
|
{
|
|
@@ -383,7 +369,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
383
369
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
384
370
|
}
|
|
385
371
|
)
|
|
386
|
-
),
|
|
372
|
+
), Z = /* @__PURE__ */ e(
|
|
387
373
|
r(
|
|
388
374
|
"arcgis-measurement",
|
|
389
375
|
{
|
|
@@ -391,7 +377,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
391
377
|
onArcgisReady: "arcgisReady"
|
|
392
378
|
}
|
|
393
379
|
)
|
|
394
|
-
),
|
|
380
|
+
), j = /* @__PURE__ */ e(
|
|
395
381
|
r(
|
|
396
382
|
"arcgis-navigation-toggle",
|
|
397
383
|
{
|
|
@@ -399,7 +385,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
399
385
|
onArcgisReady: "arcgisReady"
|
|
400
386
|
}
|
|
401
387
|
)
|
|
402
|
-
),
|
|
388
|
+
), q = /* @__PURE__ */ e(
|
|
403
389
|
r(
|
|
404
390
|
"arcgis-oriented-imagery-viewer",
|
|
405
391
|
{
|
|
@@ -407,7 +393,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
407
393
|
onArcgisReady: "arcgisReady"
|
|
408
394
|
}
|
|
409
395
|
)
|
|
410
|
-
),
|
|
396
|
+
), J = /* @__PURE__ */ e(
|
|
411
397
|
r(
|
|
412
398
|
"arcgis-popup",
|
|
413
399
|
{
|
|
@@ -417,14 +403,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
417
403
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
418
404
|
}
|
|
419
405
|
)
|
|
420
|
-
),
|
|
406
|
+
), Q = /* @__PURE__ */ e(
|
|
421
407
|
r(
|
|
422
408
|
"arcgis-presentation",
|
|
423
409
|
{
|
|
424
410
|
onArcgisReady: "arcgisReady"
|
|
425
411
|
}
|
|
426
412
|
)
|
|
427
|
-
),
|
|
413
|
+
), X = /* @__PURE__ */ e(
|
|
428
414
|
r(
|
|
429
415
|
"arcgis-print",
|
|
430
416
|
{
|
|
@@ -436,14 +422,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
436
422
|
onArcgisSubmit: "arcgisSubmit"
|
|
437
423
|
}
|
|
438
424
|
)
|
|
439
|
-
),
|
|
425
|
+
), Y = /* @__PURE__ */ e(
|
|
440
426
|
r(
|
|
441
427
|
"arcgis-scale-bar",
|
|
442
428
|
{
|
|
443
429
|
onArcgisReady: "arcgisReady"
|
|
444
430
|
}
|
|
445
431
|
)
|
|
446
|
-
),
|
|
432
|
+
), _ = /* @__PURE__ */ e(
|
|
447
433
|
r(
|
|
448
434
|
"arcgis-scale-range-slider",
|
|
449
435
|
{
|
|
@@ -451,7 +437,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
451
437
|
onArcgisReady: "arcgisReady"
|
|
452
438
|
}
|
|
453
439
|
)
|
|
454
|
-
),
|
|
440
|
+
), $ = /* @__PURE__ */ e(
|
|
455
441
|
r(
|
|
456
442
|
"arcgis-scene",
|
|
457
443
|
{
|
|
@@ -481,7 +467,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
481
467
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
482
468
|
}
|
|
483
469
|
)
|
|
484
|
-
),
|
|
470
|
+
), rr = /* @__PURE__ */ e(
|
|
485
471
|
r(
|
|
486
472
|
"arcgis-search",
|
|
487
473
|
{
|
|
@@ -495,14 +481,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
495
481
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
496
482
|
}
|
|
497
483
|
)
|
|
498
|
-
),
|
|
484
|
+
), er = /* @__PURE__ */ e(
|
|
499
485
|
r(
|
|
500
486
|
"arcgis-search-result-renderer",
|
|
501
487
|
{
|
|
502
488
|
onArcgisReady: "arcgisReady"
|
|
503
489
|
}
|
|
504
490
|
)
|
|
505
|
-
),
|
|
491
|
+
), ir = /* @__PURE__ */ e(
|
|
506
492
|
r(
|
|
507
493
|
"arcgis-shadow-cast",
|
|
508
494
|
{
|
|
@@ -510,7 +496,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
510
496
|
onArcgisReady: "arcgisReady"
|
|
511
497
|
}
|
|
512
498
|
)
|
|
513
|
-
),
|
|
499
|
+
), ar = /* @__PURE__ */ e(
|
|
514
500
|
r(
|
|
515
501
|
"arcgis-sketch",
|
|
516
502
|
{
|
|
@@ -523,7 +509,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
523
509
|
onArcgisUpdate: "arcgisUpdate"
|
|
524
510
|
}
|
|
525
511
|
)
|
|
526
|
-
),
|
|
512
|
+
), sr = /* @__PURE__ */ e(
|
|
527
513
|
r(
|
|
528
514
|
"arcgis-slice",
|
|
529
515
|
{
|
|
@@ -531,19 +517,19 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
531
517
|
onArcgisReady: "arcgisReady"
|
|
532
518
|
}
|
|
533
519
|
)
|
|
534
|
-
),
|
|
520
|
+
), cr = /* @__PURE__ */ e(
|
|
535
521
|
r(
|
|
536
522
|
"arcgis-color-select",
|
|
537
523
|
{
|
|
538
524
|
onArcgisColorChanged: "arcgisColorChanged"
|
|
539
525
|
}
|
|
540
526
|
)
|
|
541
|
-
),
|
|
527
|
+
), gr = /* @__PURE__ */ e(
|
|
542
528
|
r(
|
|
543
529
|
"arcgis-webgl-error",
|
|
544
530
|
{}
|
|
545
531
|
)
|
|
546
|
-
),
|
|
532
|
+
), or = /* @__PURE__ */ e(
|
|
547
533
|
r(
|
|
548
534
|
"arcgis-swipe",
|
|
549
535
|
{
|
|
@@ -553,7 +539,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
553
539
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
554
540
|
}
|
|
555
541
|
)
|
|
556
|
-
),
|
|
542
|
+
), nr = /* @__PURE__ */ e(
|
|
557
543
|
r(
|
|
558
544
|
"arcgis-table-list",
|
|
559
545
|
{
|
|
@@ -563,7 +549,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
563
549
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
564
550
|
}
|
|
565
551
|
)
|
|
566
|
-
),
|
|
552
|
+
), tr = /* @__PURE__ */ e(
|
|
567
553
|
r(
|
|
568
554
|
"arcgis-time-slider",
|
|
569
555
|
{
|
|
@@ -572,7 +558,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
572
558
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
573
559
|
}
|
|
574
560
|
)
|
|
575
|
-
),
|
|
561
|
+
), Ar = /* @__PURE__ */ e(
|
|
576
562
|
r(
|
|
577
563
|
"arcgis-time-zone-label",
|
|
578
564
|
{
|
|
@@ -580,7 +566,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
580
566
|
onArcgisReady: "arcgisReady"
|
|
581
567
|
}
|
|
582
568
|
)
|
|
583
|
-
),
|
|
569
|
+
), yr = /* @__PURE__ */ e(
|
|
584
570
|
r(
|
|
585
571
|
"arcgis-track",
|
|
586
572
|
{
|
|
@@ -590,14 +576,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
590
576
|
onArcgisReady: "arcgisReady"
|
|
591
577
|
}
|
|
592
578
|
)
|
|
593
|
-
),
|
|
579
|
+
), lr = /* @__PURE__ */ e(
|
|
594
580
|
r(
|
|
595
581
|
"arcgis-utility-network-associations",
|
|
596
582
|
{
|
|
597
583
|
onArcgisReady: "arcgisReady"
|
|
598
584
|
}
|
|
599
585
|
)
|
|
600
|
-
),
|
|
586
|
+
), dr = /* @__PURE__ */ e(
|
|
601
587
|
r(
|
|
602
588
|
"arcgis-utility-network-trace",
|
|
603
589
|
{
|
|
@@ -610,7 +596,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
610
596
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
611
597
|
}
|
|
612
598
|
)
|
|
613
|
-
),
|
|
599
|
+
), Cr = /* @__PURE__ */ e(
|
|
614
600
|
r(
|
|
615
601
|
"arcgis-utility-network-trace-analysis",
|
|
616
602
|
{
|
|
@@ -621,12 +607,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
621
607
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
622
608
|
}
|
|
623
609
|
)
|
|
624
|
-
),
|
|
610
|
+
), wr = /* @__PURE__ */ e(
|
|
625
611
|
r(
|
|
626
612
|
"arcgis-utility-network-subnetwork-info",
|
|
627
613
|
{}
|
|
628
614
|
)
|
|
629
|
-
),
|
|
615
|
+
), hr = /* @__PURE__ */ e(
|
|
630
616
|
r(
|
|
631
617
|
"arcgis-utility-network-trace-inputs",
|
|
632
618
|
{
|
|
@@ -637,7 +623,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
637
623
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
638
624
|
}
|
|
639
625
|
)
|
|
640
|
-
),
|
|
626
|
+
), pr = /* @__PURE__ */ e(
|
|
641
627
|
r(
|
|
642
628
|
"arcgis-utility-network-trace-location",
|
|
643
629
|
{
|
|
@@ -646,12 +632,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
646
632
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
647
633
|
}
|
|
648
634
|
)
|
|
649
|
-
),
|
|
635
|
+
), Vr = /* @__PURE__ */ e(
|
|
650
636
|
r(
|
|
651
637
|
"arcgis-utility-network-trace-location-list",
|
|
652
638
|
{}
|
|
653
639
|
)
|
|
654
|
-
),
|
|
640
|
+
), Rr = /* @__PURE__ */ e(
|
|
655
641
|
r(
|
|
656
642
|
"arcgis-utility-network-trace-results",
|
|
657
643
|
{
|
|
@@ -660,7 +646,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
660
646
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
661
647
|
}
|
|
662
648
|
)
|
|
663
|
-
),
|
|
649
|
+
), Pr = /* @__PURE__ */ e(
|
|
664
650
|
r(
|
|
665
651
|
"arcgis-utility-network-validate-topology",
|
|
666
652
|
{
|
|
@@ -668,7 +654,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
668
654
|
onArcgisReady: "arcgisReady"
|
|
669
655
|
}
|
|
670
656
|
)
|
|
671
|
-
),
|
|
657
|
+
), ur = /* @__PURE__ */ e(
|
|
672
658
|
r(
|
|
673
659
|
"arcgis-value-picker",
|
|
674
660
|
{
|
|
@@ -681,7 +667,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
681
667
|
onArcgisReady: "arcgisReady"
|
|
682
668
|
}
|
|
683
669
|
)
|
|
684
|
-
),
|
|
670
|
+
), mr = /* @__PURE__ */ e(
|
|
685
671
|
r(
|
|
686
672
|
"arcgis-version-management",
|
|
687
673
|
{
|
|
@@ -689,14 +675,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
689
675
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
690
676
|
}
|
|
691
677
|
)
|
|
692
|
-
),
|
|
678
|
+
), Sr = /* @__PURE__ */ e(
|
|
693
679
|
r(
|
|
694
680
|
"arcgis-video",
|
|
695
681
|
{
|
|
696
682
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
697
683
|
}
|
|
698
684
|
)
|
|
699
|
-
),
|
|
685
|
+
), kr = /* @__PURE__ */ e(
|
|
700
686
|
r(
|
|
701
687
|
"arcgis-video-player",
|
|
702
688
|
{
|
|
@@ -705,7 +691,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
705
691
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
706
692
|
}
|
|
707
693
|
)
|
|
708
|
-
),
|
|
694
|
+
), Lr = /* @__PURE__ */ e(
|
|
709
695
|
r(
|
|
710
696
|
"arcgis-volume-measurement",
|
|
711
697
|
{
|
|
@@ -713,7 +699,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
713
699
|
onArcgisReady: "arcgisReady"
|
|
714
700
|
}
|
|
715
701
|
)
|
|
716
|
-
),
|
|
702
|
+
), Tr = /* @__PURE__ */ e(
|
|
717
703
|
r(
|
|
718
704
|
"arcgis-weather",
|
|
719
705
|
{
|
|
@@ -721,7 +707,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
721
707
|
onArcgisReady: "arcgisReady"
|
|
722
708
|
}
|
|
723
709
|
)
|
|
724
|
-
),
|
|
710
|
+
), vr = /* @__PURE__ */ e(
|
|
725
711
|
r(
|
|
726
712
|
"arcgis-zoom",
|
|
727
713
|
{
|
|
@@ -739,74 +725,71 @@ export {
|
|
|
739
725
|
l as ArcgisBasemapLayerList,
|
|
740
726
|
d as ArcgisBasemapToggle,
|
|
741
727
|
C as ArcgisBookmarks,
|
|
742
|
-
p as ArcgisBuildingDisciplineTree,
|
|
743
728
|
w as ArcgisBuildingExplorer,
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
k as
|
|
754
|
-
L as
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
B as
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
tr as ArcgisWebglError,
|
|
811
|
-
br as ArcgisZoom
|
|
729
|
+
h as ArcgisBuildingLevelItem,
|
|
730
|
+
p as ArcgisCatalogLayerList,
|
|
731
|
+
cr as ArcgisColorSelect,
|
|
732
|
+
V as ArcgisCompass,
|
|
733
|
+
R as ArcgisCoordinateConversion,
|
|
734
|
+
P as ArcgisDaylight,
|
|
735
|
+
S as ArcgisDirectLineMeasurement3d,
|
|
736
|
+
u as ArcgisDirectionalPad,
|
|
737
|
+
m as ArcgisDirections,
|
|
738
|
+
k as ArcgisDistanceMeasurement2d,
|
|
739
|
+
L as ArcgisEditor,
|
|
740
|
+
T as ArcgisElevationProfile,
|
|
741
|
+
v as ArcgisExpand,
|
|
742
|
+
D as ArcgisFeature,
|
|
743
|
+
E as ArcgisFeatureForm,
|
|
744
|
+
b as ArcgisFeatureTable,
|
|
745
|
+
U as ArcgisFeatureTemplates,
|
|
746
|
+
F as ArcgisFeatures,
|
|
747
|
+
I as ArcgisFloorFilter,
|
|
748
|
+
M as ArcgisFullscreen,
|
|
749
|
+
B as ArcgisGridControls,
|
|
750
|
+
f as ArcgisHistogramRangeSlider,
|
|
751
|
+
K as ArcgisHome,
|
|
752
|
+
N as ArcgisLayerList,
|
|
753
|
+
W as ArcgisLegend,
|
|
754
|
+
H as ArcgisLineOfSight,
|
|
755
|
+
x as ArcgisLinkChart,
|
|
756
|
+
G as ArcgisLinkChartLayoutSwitcher,
|
|
757
|
+
O as ArcgisLocate,
|
|
758
|
+
z as ArcgisMap,
|
|
759
|
+
Z as ArcgisMeasurement,
|
|
760
|
+
j as ArcgisNavigationToggle,
|
|
761
|
+
q as ArcgisOrientedImageryViewer,
|
|
762
|
+
J as ArcgisPopup,
|
|
763
|
+
Q as ArcgisPresentation,
|
|
764
|
+
X as ArcgisPrint,
|
|
765
|
+
Y as ArcgisScaleBar,
|
|
766
|
+
_ as ArcgisScaleRangeSlider,
|
|
767
|
+
$ as ArcgisScene,
|
|
768
|
+
rr as ArcgisSearch,
|
|
769
|
+
er as ArcgisSearchResultRenderer,
|
|
770
|
+
ir as ArcgisShadowCast,
|
|
771
|
+
ar as ArcgisSketch,
|
|
772
|
+
sr as ArcgisSlice,
|
|
773
|
+
or as ArcgisSwipe,
|
|
774
|
+
nr as ArcgisTableList,
|
|
775
|
+
tr as ArcgisTimeSlider,
|
|
776
|
+
Ar as ArcgisTimeZoneLabel,
|
|
777
|
+
yr as ArcgisTrack,
|
|
778
|
+
lr as ArcgisUtilityNetworkAssociations,
|
|
779
|
+
wr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
780
|
+
dr as ArcgisUtilityNetworkTrace,
|
|
781
|
+
Cr as ArcgisUtilityNetworkTraceAnalysis,
|
|
782
|
+
hr as ArcgisUtilityNetworkTraceInputs,
|
|
783
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
784
|
+
Vr as ArcgisUtilityNetworkTraceLocationList,
|
|
785
|
+
Rr as ArcgisUtilityNetworkTraceResults,
|
|
786
|
+
Pr as ArcgisUtilityNetworkValidateTopology,
|
|
787
|
+
ur as ArcgisValuePicker,
|
|
788
|
+
mr as ArcgisVersionManagement,
|
|
789
|
+
Sr as ArcgisVideo,
|
|
790
|
+
kr as ArcgisVideoPlayer,
|
|
791
|
+
Lr as ArcgisVolumeMeasurement,
|
|
792
|
+
Tr as ArcgisWeather,
|
|
793
|
+
gr as ArcgisWebglError,
|
|
794
|
+
vr as ArcgisZoom
|
|
812
795
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.114",
|
|
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": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.114",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.114",
|
|
34
34
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|