@arcgis/map-components-react 5.0.0-next.9 → 5.0.0-next.91
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 +28 -17
- package/dist/index.js +130 -116
- package/package.json +6 -6
package/dist/components.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTM
|
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
45
45
|
onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
|
|
46
|
+
onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
|
|
46
47
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
48
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
49
|
}>;
|
|
@@ -97,12 +98,6 @@ export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWe
|
|
|
97
98
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
98
99
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
99
100
|
}>;
|
|
100
|
-
export declare const ArcgisDirectlineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
101
|
-
class?: string;
|
|
102
|
-
}, {
|
|
103
|
-
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
104
|
-
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
105
|
-
}>;
|
|
106
101
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
107
102
|
class?: string;
|
|
108
103
|
}, {
|
|
@@ -123,12 +118,6 @@ export declare const ArcgisElevationProfile: import('@lit/react').ReactWebCompon
|
|
|
123
118
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
124
119
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
125
120
|
}>;
|
|
126
|
-
export declare const ArcgisElevationProfileNext: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileNextElement & {
|
|
127
|
-
class?: string;
|
|
128
|
-
}, {
|
|
129
|
-
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileNextElement["arcgisPropertyChange"]>;
|
|
130
|
-
onArcgisReady: EventName<HTMLArcgisElevationProfileNextElement["arcgisReady"]>;
|
|
131
|
-
}>;
|
|
132
121
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
133
122
|
class?: string;
|
|
134
123
|
}, {
|
|
@@ -328,12 +317,19 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
328
317
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
329
318
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
330
319
|
}>;
|
|
320
|
+
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<HTMLArcgisPresentationElement & {
|
|
321
|
+
class?: string;
|
|
322
|
+
}, {
|
|
323
|
+
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
324
|
+
}>;
|
|
331
325
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
332
326
|
class?: string;
|
|
333
327
|
}, {
|
|
328
|
+
onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
|
|
334
329
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
335
330
|
onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
|
|
336
331
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
332
|
+
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
337
333
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
338
334
|
}>;
|
|
339
335
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
@@ -415,6 +411,11 @@ export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
415
411
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
416
412
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
417
413
|
}>;
|
|
414
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<HTMLArcgisColorSelectElement & {
|
|
415
|
+
class?: string;
|
|
416
|
+
}, {
|
|
417
|
+
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
418
|
+
}>;
|
|
418
419
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
419
420
|
class?: string;
|
|
420
421
|
}, {
|
|
@@ -473,11 +474,8 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
473
474
|
}, {
|
|
474
475
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
475
476
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisReady"]>;
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
class?: string;
|
|
479
|
-
}, {
|
|
480
|
-
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkResultFeatureListElement["arcgisSelectedLayerChange"]>;
|
|
477
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
478
|
+
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
481
479
|
}>;
|
|
482
480
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkSubnetworkInfoElement & {
|
|
483
481
|
class?: string;
|
|
@@ -485,7 +483,9 @@ export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').Re
|
|
|
485
483
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceInputsElement & {
|
|
486
484
|
class?: string;
|
|
487
485
|
}, {
|
|
486
|
+
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
488
487
|
onArcgisTraceInputsChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceInputsChange"]>;
|
|
488
|
+
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
489
489
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
490
490
|
}>;
|
|
491
491
|
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationElement & {
|
|
@@ -495,10 +495,15 @@ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').Rea
|
|
|
495
495
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
496
496
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
497
497
|
}>;
|
|
498
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceLocationListElement & {
|
|
499
|
+
class?: string;
|
|
500
|
+
}, {}>;
|
|
498
501
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceResultsElement & {
|
|
499
502
|
class?: string;
|
|
500
503
|
}, {
|
|
504
|
+
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
501
505
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
506
|
+
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
|
502
507
|
}>;
|
|
503
508
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
504
509
|
class?: string;
|
|
@@ -535,6 +540,12 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<H
|
|
|
535
540
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
536
541
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
537
542
|
}>;
|
|
543
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisVolumeMeasurementElement & {
|
|
544
|
+
class?: string;
|
|
545
|
+
}, {
|
|
546
|
+
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
547
|
+
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
548
|
+
}>;
|
|
538
549
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
539
550
|
class?: string;
|
|
540
551
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -57,6 +57,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
57
57
|
{
|
|
58
58
|
onArcgisBookmarkEdit: "arcgisBookmarkEdit",
|
|
59
59
|
onArcgisBookmarkSelect: "arcgisBookmarkSelect",
|
|
60
|
+
onArcgisClose: "arcgisClose",
|
|
60
61
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
61
62
|
onArcgisReady: "arcgisReady"
|
|
62
63
|
}
|
|
@@ -87,7 +88,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
87
88
|
onArcgisReady: "arcgisReady"
|
|
88
89
|
}
|
|
89
90
|
)
|
|
90
|
-
),
|
|
91
|
+
), R = /* @__PURE__ */ e(
|
|
91
92
|
r(
|
|
92
93
|
"arcgis-coordinate-conversion",
|
|
93
94
|
{
|
|
@@ -96,7 +97,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
96
97
|
onArcgisReady: "arcgisReady"
|
|
97
98
|
}
|
|
98
99
|
)
|
|
99
|
-
),
|
|
100
|
+
), V = /* @__PURE__ */ e(
|
|
100
101
|
r(
|
|
101
102
|
"arcgis-daylight",
|
|
102
103
|
{
|
|
@@ -128,14 +129,6 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
128
129
|
onArcgisReady: "arcgisReady"
|
|
129
130
|
}
|
|
130
131
|
)
|
|
131
|
-
), k = /* @__PURE__ */ e(
|
|
132
|
-
r(
|
|
133
|
-
"arcgis-directline-measurement-3d",
|
|
134
|
-
{
|
|
135
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
136
|
-
onArcgisReady: "arcgisReady"
|
|
137
|
-
}
|
|
138
|
-
)
|
|
139
132
|
), S = /* @__PURE__ */ e(
|
|
140
133
|
r(
|
|
141
134
|
"arcgis-distance-measurement-2d",
|
|
@@ -144,7 +137,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
144
137
|
onArcgisReady: "arcgisReady"
|
|
145
138
|
}
|
|
146
139
|
)
|
|
147
|
-
),
|
|
140
|
+
), k = /* @__PURE__ */ e(
|
|
148
141
|
r(
|
|
149
142
|
"arcgis-editor",
|
|
150
143
|
{
|
|
@@ -154,7 +147,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
154
147
|
onArcgisSketchUpdate: "arcgisSketchUpdate"
|
|
155
148
|
}
|
|
156
149
|
)
|
|
157
|
-
),
|
|
150
|
+
), L = /* @__PURE__ */ e(
|
|
158
151
|
r(
|
|
159
152
|
"arcgis-elevation-profile",
|
|
160
153
|
{
|
|
@@ -162,15 +155,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
162
155
|
onArcgisReady: "arcgisReady"
|
|
163
156
|
}
|
|
164
157
|
)
|
|
165
|
-
),
|
|
166
|
-
r(
|
|
167
|
-
"arcgis-elevation-profile-next",
|
|
168
|
-
{
|
|
169
|
-
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
170
|
-
onArcgisReady: "arcgisReady"
|
|
171
|
-
}
|
|
172
|
-
)
|
|
173
|
-
), E = /* @__PURE__ */ e(
|
|
158
|
+
), v = /* @__PURE__ */ e(
|
|
174
159
|
r(
|
|
175
160
|
"arcgis-expand",
|
|
176
161
|
{
|
|
@@ -178,7 +163,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
178
163
|
onArcgisReady: "arcgisReady"
|
|
179
164
|
}
|
|
180
165
|
)
|
|
181
|
-
),
|
|
166
|
+
), D = /* @__PURE__ */ e(
|
|
182
167
|
r(
|
|
183
168
|
"arcgis-feature",
|
|
184
169
|
{
|
|
@@ -186,7 +171,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
186
171
|
onArcgisReady: "arcgisReady"
|
|
187
172
|
}
|
|
188
173
|
)
|
|
189
|
-
),
|
|
174
|
+
), T = /* @__PURE__ */ e(
|
|
190
175
|
r(
|
|
191
176
|
"arcgis-feature-form",
|
|
192
177
|
{
|
|
@@ -196,7 +181,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
196
181
|
onArcgisValueChange: "arcgisValueChange"
|
|
197
182
|
}
|
|
198
183
|
)
|
|
199
|
-
),
|
|
184
|
+
), E = /* @__PURE__ */ e(
|
|
200
185
|
r(
|
|
201
186
|
"arcgis-feature-table",
|
|
202
187
|
{
|
|
@@ -210,7 +195,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
210
195
|
onArcgisSelectionChange: "arcgisSelectionChange"
|
|
211
196
|
}
|
|
212
197
|
)
|
|
213
|
-
),
|
|
198
|
+
), U = /* @__PURE__ */ e(
|
|
214
199
|
r(
|
|
215
200
|
"arcgis-feature-templates",
|
|
216
201
|
{
|
|
@@ -219,7 +204,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
219
204
|
onArcgisSelect: "arcgisSelect"
|
|
220
205
|
}
|
|
221
206
|
)
|
|
222
|
-
),
|
|
207
|
+
), b = /* @__PURE__ */ e(
|
|
223
208
|
r(
|
|
224
209
|
"arcgis-features",
|
|
225
210
|
{
|
|
@@ -229,14 +214,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
229
214
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
230
215
|
}
|
|
231
216
|
)
|
|
232
|
-
),
|
|
217
|
+
), F = /* @__PURE__ */ e(
|
|
233
218
|
r(
|
|
234
219
|
"arcgis-floor-filter",
|
|
235
220
|
{
|
|
236
221
|
onArcgisReady: "arcgisReady"
|
|
237
222
|
}
|
|
238
223
|
)
|
|
239
|
-
),
|
|
224
|
+
), M = /* @__PURE__ */ e(
|
|
240
225
|
r(
|
|
241
226
|
"arcgis-fullscreen",
|
|
242
227
|
{
|
|
@@ -244,7 +229,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
244
229
|
onArcgisReady: "arcgisReady"
|
|
245
230
|
}
|
|
246
231
|
)
|
|
247
|
-
),
|
|
232
|
+
), I = /* @__PURE__ */ e(
|
|
248
233
|
r(
|
|
249
234
|
"arcgis-grid-controls",
|
|
250
235
|
{
|
|
@@ -252,7 +237,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
252
237
|
onArcgisReady: "arcgisReady"
|
|
253
238
|
}
|
|
254
239
|
)
|
|
255
|
-
),
|
|
240
|
+
), f = /* @__PURE__ */ e(
|
|
256
241
|
r(
|
|
257
242
|
"arcgis-histogram-range-slider",
|
|
258
243
|
{
|
|
@@ -260,7 +245,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
260
245
|
onArcgisReady: "arcgisReady"
|
|
261
246
|
}
|
|
262
247
|
)
|
|
263
|
-
),
|
|
248
|
+
), K = /* @__PURE__ */ e(
|
|
264
249
|
r(
|
|
265
250
|
"arcgis-home",
|
|
266
251
|
{
|
|
@@ -269,7 +254,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
269
254
|
onArcgisReady: "arcgisReady"
|
|
270
255
|
}
|
|
271
256
|
)
|
|
272
|
-
),
|
|
257
|
+
), N = /* @__PURE__ */ e(
|
|
273
258
|
r(
|
|
274
259
|
"arcgis-layer-list",
|
|
275
260
|
{
|
|
@@ -279,7 +264,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
279
264
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
280
265
|
}
|
|
281
266
|
)
|
|
282
|
-
),
|
|
267
|
+
), B = /* @__PURE__ */ e(
|
|
283
268
|
r(
|
|
284
269
|
"arcgis-legend",
|
|
285
270
|
{
|
|
@@ -287,7 +272,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
287
272
|
onArcgisReady: "arcgisReady"
|
|
288
273
|
}
|
|
289
274
|
)
|
|
290
|
-
),
|
|
275
|
+
), W = /* @__PURE__ */ e(
|
|
291
276
|
r(
|
|
292
277
|
"arcgis-line-of-sight",
|
|
293
278
|
{
|
|
@@ -295,7 +280,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
295
280
|
onArcgisReady: "arcgisReady"
|
|
296
281
|
}
|
|
297
282
|
)
|
|
298
|
-
),
|
|
283
|
+
), H = /* @__PURE__ */ e(
|
|
299
284
|
r(
|
|
300
285
|
"arcgis-link-chart",
|
|
301
286
|
{
|
|
@@ -325,7 +310,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
325
310
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
326
311
|
}
|
|
327
312
|
)
|
|
328
|
-
),
|
|
313
|
+
), x = /* @__PURE__ */ e(
|
|
329
314
|
r(
|
|
330
315
|
"arcgis-link-chart-layout-switcher",
|
|
331
316
|
{
|
|
@@ -334,7 +319,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
334
319
|
onArcgisSwitchLayout: "arcgisSwitchLayout"
|
|
335
320
|
}
|
|
336
321
|
)
|
|
337
|
-
),
|
|
322
|
+
), G = /* @__PURE__ */ e(
|
|
338
323
|
r(
|
|
339
324
|
"arcgis-locate",
|
|
340
325
|
{
|
|
@@ -344,7 +329,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
344
329
|
onArcgisSuccess: "arcgisSuccess"
|
|
345
330
|
}
|
|
346
331
|
)
|
|
347
|
-
),
|
|
332
|
+
), O = /* @__PURE__ */ e(
|
|
348
333
|
r(
|
|
349
334
|
"arcgis-map",
|
|
350
335
|
{
|
|
@@ -374,7 +359,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
374
359
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
375
360
|
}
|
|
376
361
|
)
|
|
377
|
-
),
|
|
362
|
+
), z = /* @__PURE__ */ e(
|
|
378
363
|
r(
|
|
379
364
|
"arcgis-measurement",
|
|
380
365
|
{
|
|
@@ -382,7 +367,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
382
367
|
onArcgisReady: "arcgisReady"
|
|
383
368
|
}
|
|
384
369
|
)
|
|
385
|
-
),
|
|
370
|
+
), Z = /* @__PURE__ */ e(
|
|
386
371
|
r(
|
|
387
372
|
"arcgis-navigation-toggle",
|
|
388
373
|
{
|
|
@@ -390,7 +375,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
390
375
|
onArcgisReady: "arcgisReady"
|
|
391
376
|
}
|
|
392
377
|
)
|
|
393
|
-
),
|
|
378
|
+
), j = /* @__PURE__ */ e(
|
|
394
379
|
r(
|
|
395
380
|
"arcgis-oriented-imagery-viewer",
|
|
396
381
|
{
|
|
@@ -398,14 +383,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
398
383
|
onArcgisReady: "arcgisReady"
|
|
399
384
|
}
|
|
400
385
|
)
|
|
401
|
-
),
|
|
386
|
+
), q = /* @__PURE__ */ e(
|
|
402
387
|
r(
|
|
403
388
|
"arcgis-placement",
|
|
404
389
|
{
|
|
405
390
|
onArcgisReady: "arcgisReady"
|
|
406
391
|
}
|
|
407
392
|
)
|
|
408
|
-
),
|
|
393
|
+
), J = /* @__PURE__ */ e(
|
|
409
394
|
r(
|
|
410
395
|
"arcgis-popup",
|
|
411
396
|
{
|
|
@@ -415,24 +400,33 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
415
400
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
416
401
|
}
|
|
417
402
|
)
|
|
418
|
-
),
|
|
403
|
+
), Q = /* @__PURE__ */ e(
|
|
404
|
+
r(
|
|
405
|
+
"arcgis-presentation",
|
|
406
|
+
{
|
|
407
|
+
onArcgisReady: "arcgisReady"
|
|
408
|
+
}
|
|
409
|
+
)
|
|
410
|
+
), X = /* @__PURE__ */ e(
|
|
419
411
|
r(
|
|
420
412
|
"arcgis-print",
|
|
421
413
|
{
|
|
414
|
+
onArcgisBrowseTemplatesChange: "arcgisBrowseTemplatesChange",
|
|
422
415
|
onArcgisComplete: "arcgisComplete",
|
|
423
416
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
424
417
|
onArcgisReady: "arcgisReady",
|
|
418
|
+
onArcgisSaveAs: "arcgisSaveAs",
|
|
425
419
|
onArcgisSubmit: "arcgisSubmit"
|
|
426
420
|
}
|
|
427
421
|
)
|
|
428
|
-
),
|
|
422
|
+
), Y = /* @__PURE__ */ e(
|
|
429
423
|
r(
|
|
430
424
|
"arcgis-scale-bar",
|
|
431
425
|
{
|
|
432
426
|
onArcgisReady: "arcgisReady"
|
|
433
427
|
}
|
|
434
428
|
)
|
|
435
|
-
),
|
|
429
|
+
), _ = /* @__PURE__ */ e(
|
|
436
430
|
r(
|
|
437
431
|
"arcgis-scale-range-slider",
|
|
438
432
|
{
|
|
@@ -440,7 +434,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
440
434
|
onArcgisReady: "arcgisReady"
|
|
441
435
|
}
|
|
442
436
|
)
|
|
443
|
-
),
|
|
437
|
+
), $ = /* @__PURE__ */ e(
|
|
444
438
|
r(
|
|
445
439
|
"arcgis-scene",
|
|
446
440
|
{
|
|
@@ -470,7 +464,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
470
464
|
onArcgisViewReadyError: "arcgisViewReadyError"
|
|
471
465
|
}
|
|
472
466
|
)
|
|
473
|
-
),
|
|
467
|
+
), rr = /* @__PURE__ */ e(
|
|
474
468
|
r(
|
|
475
469
|
"arcgis-search",
|
|
476
470
|
{
|
|
@@ -484,14 +478,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
484
478
|
onArcgisSuggestStart: "arcgisSuggestStart"
|
|
485
479
|
}
|
|
486
480
|
)
|
|
487
|
-
),
|
|
481
|
+
), er = /* @__PURE__ */ e(
|
|
488
482
|
r(
|
|
489
483
|
"arcgis-search-result-renderer",
|
|
490
484
|
{
|
|
491
485
|
onArcgisReady: "arcgisReady"
|
|
492
486
|
}
|
|
493
487
|
)
|
|
494
|
-
),
|
|
488
|
+
), ir = /* @__PURE__ */ e(
|
|
495
489
|
r(
|
|
496
490
|
"arcgis-shadow-cast",
|
|
497
491
|
{
|
|
@@ -499,7 +493,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
499
493
|
onArcgisReady: "arcgisReady"
|
|
500
494
|
}
|
|
501
495
|
)
|
|
502
|
-
),
|
|
496
|
+
), ar = /* @__PURE__ */ e(
|
|
503
497
|
r(
|
|
504
498
|
"arcgis-sketch",
|
|
505
499
|
{
|
|
@@ -512,7 +506,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
512
506
|
onArcgisUpdate: "arcgisUpdate"
|
|
513
507
|
}
|
|
514
508
|
)
|
|
515
|
-
),
|
|
509
|
+
), sr = /* @__PURE__ */ e(
|
|
516
510
|
r(
|
|
517
511
|
"arcgis-slice",
|
|
518
512
|
{
|
|
@@ -521,6 +515,13 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
521
515
|
}
|
|
522
516
|
)
|
|
523
517
|
), cr = /* @__PURE__ */ e(
|
|
518
|
+
r(
|
|
519
|
+
"arcgis-color-select",
|
|
520
|
+
{
|
|
521
|
+
onArcgisColorChanged: "arcgisColorChanged"
|
|
522
|
+
}
|
|
523
|
+
)
|
|
524
|
+
), gr = /* @__PURE__ */ e(
|
|
524
525
|
r(
|
|
525
526
|
"arcgis-swipe",
|
|
526
527
|
{
|
|
@@ -592,30 +593,27 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
592
593
|
"arcgis-utility-network-trace-analysis",
|
|
593
594
|
{
|
|
594
595
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
595
|
-
onArcgisReady: "arcgisReady"
|
|
596
|
+
onArcgisReady: "arcgisReady",
|
|
597
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
598
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
596
599
|
}
|
|
597
600
|
)
|
|
598
601
|
), Cr = /* @__PURE__ */ e(
|
|
599
|
-
r(
|
|
600
|
-
"arcgis-utility-network-result-feature-list",
|
|
601
|
-
{
|
|
602
|
-
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange"
|
|
603
|
-
}
|
|
604
|
-
)
|
|
605
|
-
), wr = /* @__PURE__ */ e(
|
|
606
602
|
r(
|
|
607
603
|
"arcgis-utility-network-subnetwork-info",
|
|
608
604
|
{}
|
|
609
605
|
)
|
|
610
|
-
),
|
|
606
|
+
), wr = /* @__PURE__ */ e(
|
|
611
607
|
r(
|
|
612
608
|
"arcgis-utility-network-trace-inputs",
|
|
613
609
|
{
|
|
610
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
614
611
|
onArcgisTraceInputsChange: "arcgisTraceInputsChange",
|
|
612
|
+
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart",
|
|
615
613
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
616
614
|
}
|
|
617
615
|
)
|
|
618
|
-
),
|
|
616
|
+
), pr = /* @__PURE__ */ e(
|
|
619
617
|
r(
|
|
620
618
|
"arcgis-utility-network-trace-location",
|
|
621
619
|
{
|
|
@@ -624,14 +622,21 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
624
622
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
625
623
|
}
|
|
626
624
|
)
|
|
627
|
-
),
|
|
625
|
+
), hr = /* @__PURE__ */ e(
|
|
626
|
+
r(
|
|
627
|
+
"arcgis-utility-network-trace-location-list",
|
|
628
|
+
{}
|
|
629
|
+
)
|
|
630
|
+
), Rr = /* @__PURE__ */ e(
|
|
628
631
|
r(
|
|
629
632
|
"arcgis-utility-network-trace-results",
|
|
630
633
|
{
|
|
631
|
-
|
|
634
|
+
onArcgisSelectedLayerChange: "arcgisSelectedLayerChange",
|
|
635
|
+
onArcgisSelectedResultTypeChange: "arcgisSelectedResultTypeChange",
|
|
636
|
+
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
632
637
|
}
|
|
633
638
|
)
|
|
634
|
-
),
|
|
639
|
+
), Vr = /* @__PURE__ */ e(
|
|
635
640
|
r(
|
|
636
641
|
"arcgis-utility-network-validate-topology",
|
|
637
642
|
{
|
|
@@ -667,7 +672,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
667
672
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
668
673
|
}
|
|
669
674
|
)
|
|
670
|
-
),
|
|
675
|
+
), Sr = /* @__PURE__ */ e(
|
|
671
676
|
r(
|
|
672
677
|
"arcgis-video-player",
|
|
673
678
|
{
|
|
@@ -676,15 +681,23 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
676
681
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
677
682
|
}
|
|
678
683
|
)
|
|
679
|
-
),
|
|
684
|
+
), kr = /* @__PURE__ */ e(
|
|
680
685
|
r(
|
|
681
|
-
"arcgis-
|
|
686
|
+
"arcgis-volume-measurement",
|
|
682
687
|
{
|
|
683
688
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
684
689
|
onArcgisReady: "arcgisReady"
|
|
685
690
|
}
|
|
686
691
|
)
|
|
687
692
|
), Lr = /* @__PURE__ */ e(
|
|
693
|
+
r(
|
|
694
|
+
"arcgis-weather",
|
|
695
|
+
{
|
|
696
|
+
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
697
|
+
onArcgisReady: "arcgisReady"
|
|
698
|
+
}
|
|
699
|
+
)
|
|
700
|
+
), vr = /* @__PURE__ */ e(
|
|
688
701
|
r(
|
|
689
702
|
"arcgis-zoom",
|
|
690
703
|
{
|
|
@@ -703,67 +716,68 @@ export {
|
|
|
703
716
|
C as ArcgisBookmarks,
|
|
704
717
|
w as ArcgisBuildingExplorer,
|
|
705
718
|
p as ArcgisCatalogLayerList,
|
|
719
|
+
cr as ArcgisColorSelect,
|
|
706
720
|
h as ArcgisCompass,
|
|
707
|
-
|
|
708
|
-
|
|
721
|
+
R as ArcgisCoordinateConversion,
|
|
722
|
+
V as ArcgisDaylight,
|
|
709
723
|
u as ArcgisDirectLineMeasurement3d,
|
|
710
724
|
P as ArcgisDirectionalPad,
|
|
711
725
|
m as ArcgisDirections,
|
|
712
|
-
k as ArcgisDirectlineMeasurement3d,
|
|
713
726
|
S as ArcgisDistanceMeasurement2d,
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
T as
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
K as
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
H as
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
727
|
+
k as ArcgisEditor,
|
|
728
|
+
L as ArcgisElevationProfile,
|
|
729
|
+
v as ArcgisExpand,
|
|
730
|
+
D as ArcgisFeature,
|
|
731
|
+
T as ArcgisFeatureForm,
|
|
732
|
+
E as ArcgisFeatureTable,
|
|
733
|
+
U as ArcgisFeatureTemplates,
|
|
734
|
+
b as ArcgisFeatures,
|
|
735
|
+
F as ArcgisFloorFilter,
|
|
736
|
+
M as ArcgisFullscreen,
|
|
737
|
+
I as ArcgisGridControls,
|
|
738
|
+
f as ArcgisHistogramRangeSlider,
|
|
739
|
+
K as ArcgisHome,
|
|
740
|
+
N as ArcgisLayerList,
|
|
741
|
+
B as ArcgisLegend,
|
|
742
|
+
W as ArcgisLineOfSight,
|
|
743
|
+
H as ArcgisLinkChart,
|
|
744
|
+
x as ArcgisLinkChartLayoutSwitcher,
|
|
745
|
+
G as ArcgisLocate,
|
|
746
|
+
O as ArcgisMap,
|
|
747
|
+
z as ArcgisMeasurement,
|
|
748
|
+
Z as ArcgisNavigationToggle,
|
|
749
|
+
j as ArcgisOrientedImageryViewer,
|
|
750
|
+
q as ArcgisPlacement,
|
|
751
|
+
J as ArcgisPopup,
|
|
752
|
+
Q as ArcgisPresentation,
|
|
753
|
+
X as ArcgisPrint,
|
|
754
|
+
Y as ArcgisScaleBar,
|
|
755
|
+
_ as ArcgisScaleRangeSlider,
|
|
756
|
+
$ as ArcgisScene,
|
|
757
|
+
rr as ArcgisSearch,
|
|
758
|
+
er as ArcgisSearchResultRenderer,
|
|
759
|
+
ir as ArcgisShadowCast,
|
|
760
|
+
ar as ArcgisSketch,
|
|
761
|
+
sr as ArcgisSlice,
|
|
762
|
+
gr as ArcgisSwipe,
|
|
750
763
|
or as ArcgisTableList,
|
|
751
764
|
nr as ArcgisTimeSlider,
|
|
752
765
|
tr as ArcgisTimeZoneLabel,
|
|
753
766
|
Ar as ArcgisTrack,
|
|
754
767
|
yr as ArcgisUtilityNetworkAssociations,
|
|
755
|
-
Cr as
|
|
756
|
-
wr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
768
|
+
Cr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
757
769
|
lr as ArcgisUtilityNetworkTrace,
|
|
758
770
|
dr as ArcgisUtilityNetworkTraceAnalysis,
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
Rr as
|
|
771
|
+
wr as ArcgisUtilityNetworkTraceInputs,
|
|
772
|
+
pr as ArcgisUtilityNetworkTraceLocation,
|
|
773
|
+
hr as ArcgisUtilityNetworkTraceLocationList,
|
|
774
|
+
Rr as ArcgisUtilityNetworkTraceResults,
|
|
775
|
+
Vr as ArcgisUtilityNetworkValidateTopology,
|
|
763
776
|
Pr as ArcgisValuePicker,
|
|
764
777
|
mr as ArcgisVersionManagement,
|
|
765
778
|
ur as ArcgisVideo,
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
Lr as
|
|
779
|
+
Sr as ArcgisVideoPlayer,
|
|
780
|
+
kr as ArcgisVolumeMeasurement,
|
|
781
|
+
Lr as ArcgisWeather,
|
|
782
|
+
vr as ArcgisZoom
|
|
769
783
|
};
|
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.91",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,15 +29,15 @@
|
|
|
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.
|
|
34
|
-
"@esri/calcite-components": "^
|
|
35
|
-
"@lit/react": "^1.0.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.91",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.91",
|
|
34
|
+
"@esri/calcite-components": "^5.0.0-next.25",
|
|
35
|
+
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|
|
37
37
|
"tslib": "^2.8.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/core": ">=5.0.0-next.
|
|
40
|
+
"@arcgis/core": ">=5.0.0-next.62 <5.1",
|
|
41
41
|
"react": ">=18.0.0 <20.0.0",
|
|
42
42
|
"react-dom": ">=18.0.0 <20.0.0"
|
|
43
43
|
}
|