@arcgis/map-components-react 4.32.0-next.8 → 4.32.0-next.80
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 +432 -411
- package/dist/components.js +318 -607
- package/package.json +3 -2
package/dist/components.d.ts
CHANGED
|
@@ -1,413 +1,434 @@
|
|
|
1
|
-
/// <reference types="@arcgis/map-components" />
|
|
2
|
-
/// <reference types="@arcgis/core/interfaces.d.ts" />
|
|
1
|
+
/// <reference types="@arcgis/map-components" preserve="true" />
|
|
3
2
|
import type { EventName } from "@lit/react";
|
|
4
|
-
export declare const ArcgisAreaMeasurement2d: import("@lit/react").ReactWebComponent<HTMLArcgisAreaMeasurement2dElement
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
-
export declare const ArcgisAreaMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisAreaMeasurement3dElement
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}>;
|
|
16
|
-
export declare const ArcgisAttachments: import("@lit/react").ReactWebComponent<HTMLArcgisAttachmentsElement
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}>;
|
|
22
|
-
export declare const ArcgisBasemapGallery: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapGalleryElement
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}>;
|
|
28
|
-
export declare const ArcgisBasemapLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapLayerListElement
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}>;
|
|
35
|
-
export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapToggleElement
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}>;
|
|
41
|
-
export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}>;
|
|
49
|
-
export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebComponent<HTMLArcgisBuildingExplorerElement
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}>;
|
|
55
|
-
export declare const ArcgisCatalogLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisCatalogLayerListElement
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}>;
|
|
62
|
-
export declare const ArcgisCompass: import("@lit/react").ReactWebComponent<HTMLArcgisCompassElement
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}>;
|
|
68
|
-
export declare const ArcgisCoordinateConversion: import("@lit/react").ReactWebComponent<HTMLArcgisCoordinateConversionElement
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}>;
|
|
74
|
-
export declare const ArcgisDaylight: import("@lit/react").ReactWebComponent<HTMLArcgisDaylightElement
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}>;
|
|
165
|
-
export declare const
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}>;
|
|
171
|
-
export declare const
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}>;
|
|
177
|
-
export declare const
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}>;
|
|
197
|
-
export declare const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}>;
|
|
203
|
-
export declare const
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}>;
|
|
305
|
-
export declare const
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
}>;
|
|
365
|
-
export declare const
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
}>;
|
|
387
|
-
export declare const
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}>;
|
|
402
|
-
export declare const
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
3
|
+
export declare const ArcgisAreaMeasurement2d: import("@lit/react").ReactWebComponent<HTMLArcgisAreaMeasurement2dElement & {
|
|
4
|
+
class?: string;
|
|
5
|
+
}, {
|
|
6
|
+
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisPropertyChange"]>;
|
|
7
|
+
onArcgisReady: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisReady"]>;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const ArcgisAreaMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisAreaMeasurement3dElement & {
|
|
10
|
+
class?: string;
|
|
11
|
+
}, {
|
|
12
|
+
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisPropertyChange"]>;
|
|
13
|
+
onArcgisReady: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisReady"]>;
|
|
14
|
+
}>;
|
|
15
|
+
export declare const ArcgisAttachments: import("@lit/react").ReactWebComponent<HTMLArcgisAttachmentsElement & {
|
|
16
|
+
class?: string;
|
|
17
|
+
}, {
|
|
18
|
+
onArcgisPropertyChange: EventName<HTMLArcgisAttachmentsElement["arcgisPropertyChange"]>;
|
|
19
|
+
onArcgisReady: EventName<HTMLArcgisAttachmentsElement["arcgisReady"]>;
|
|
20
|
+
}>;
|
|
21
|
+
export declare const ArcgisBasemapGallery: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapGalleryElement & {
|
|
22
|
+
class?: string;
|
|
23
|
+
}, {
|
|
24
|
+
onArcgisPropertyChange: EventName<HTMLArcgisBasemapGalleryElement["arcgisPropertyChange"]>;
|
|
25
|
+
onArcgisReady: EventName<HTMLArcgisBasemapGalleryElement["arcgisReady"]>;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const ArcgisBasemapLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapLayerListElement & {
|
|
28
|
+
class?: string;
|
|
29
|
+
}, {
|
|
30
|
+
onArcgisPropertyChange: EventName<HTMLArcgisBasemapLayerListElement["arcgisPropertyChange"]>;
|
|
31
|
+
onArcgisReady: EventName<HTMLArcgisBasemapLayerListElement["arcgisReady"]>;
|
|
32
|
+
onArcgisTriggerAction: EventName<HTMLArcgisBasemapLayerListElement["arcgisTriggerAction"]>;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapToggleElement & {
|
|
35
|
+
class?: string;
|
|
36
|
+
}, {
|
|
37
|
+
onArcgisPropertyChange: EventName<HTMLArcgisBasemapToggleElement["arcgisPropertyChange"]>;
|
|
38
|
+
onArcgisReady: EventName<HTMLArcgisBasemapToggleElement["arcgisReady"]>;
|
|
39
|
+
}>;
|
|
40
|
+
export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement & {
|
|
41
|
+
class?: string;
|
|
42
|
+
}, {
|
|
43
|
+
onArcgisEdit: EventName<HTMLArcgisBookmarksElement["arcgisEdit"]>;
|
|
44
|
+
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
45
|
+
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
46
|
+
onArcgisSelect: EventName<HTMLArcgisBookmarksElement["arcgisSelect"]>;
|
|
47
|
+
}>;
|
|
48
|
+
export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebComponent<HTMLArcgisBuildingExplorerElement & {
|
|
49
|
+
class?: string;
|
|
50
|
+
}, {
|
|
51
|
+
onArcgisPropertyChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisPropertyChange"]>;
|
|
52
|
+
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const ArcgisCatalogLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisCatalogLayerListElement & {
|
|
55
|
+
class?: string;
|
|
56
|
+
}, {
|
|
57
|
+
onArcgisPropertyChange: EventName<HTMLArcgisCatalogLayerListElement["arcgisPropertyChange"]>;
|
|
58
|
+
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
59
|
+
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
60
|
+
}>;
|
|
61
|
+
export declare const ArcgisCompass: import("@lit/react").ReactWebComponent<HTMLArcgisCompassElement & {
|
|
62
|
+
class?: string;
|
|
63
|
+
}, {
|
|
64
|
+
onArcgisPropertyChange: EventName<HTMLArcgisCompassElement["arcgisPropertyChange"]>;
|
|
65
|
+
onArcgisReady: EventName<HTMLArcgisCompassElement["arcgisReady"]>;
|
|
66
|
+
}>;
|
|
67
|
+
export declare const ArcgisCoordinateConversion: import("@lit/react").ReactWebComponent<HTMLArcgisCoordinateConversionElement & {
|
|
68
|
+
class?: string;
|
|
69
|
+
}, {
|
|
70
|
+
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
71
|
+
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const ArcgisDaylight: import("@lit/react").ReactWebComponent<HTMLArcgisDaylightElement & {
|
|
74
|
+
class?: string;
|
|
75
|
+
}, {
|
|
76
|
+
onArcgisReady: EventName<HTMLArcgisDaylightElement["arcgisReady"]>;
|
|
77
|
+
}>;
|
|
78
|
+
export declare const ArcgisDirectionalPad: import("@lit/react").ReactWebComponent<HTMLArcgisDirectionalPadElement & {
|
|
79
|
+
class?: string;
|
|
80
|
+
}, {
|
|
81
|
+
onArcgisPropertyChange: EventName<HTMLArcgisDirectionalPadElement["arcgisPropertyChange"]>;
|
|
82
|
+
onArcgisReady: EventName<HTMLArcgisDirectionalPadElement["arcgisReady"]>;
|
|
83
|
+
}>;
|
|
84
|
+
export declare const ArcgisDirections: import("@lit/react").ReactWebComponent<HTMLArcgisDirectionsElement & {
|
|
85
|
+
class?: string;
|
|
86
|
+
}, {
|
|
87
|
+
onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
|
|
88
|
+
onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
|
|
89
|
+
}>;
|
|
90
|
+
export declare const ArcgisDirectlineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
91
|
+
class?: string;
|
|
92
|
+
}, {
|
|
93
|
+
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
94
|
+
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
95
|
+
}>;
|
|
96
|
+
export declare const ArcgisDistanceMeasurement2d: import("@lit/react").ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
97
|
+
class?: string;
|
|
98
|
+
}, {
|
|
99
|
+
onArcgisPropertyChange: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisPropertyChange"]>;
|
|
100
|
+
onArcgisReady: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisReady"]>;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const ArcgisEditor: import("@lit/react").ReactWebComponent<HTMLArcgisEditorElement & {
|
|
103
|
+
class?: string;
|
|
104
|
+
}, {
|
|
105
|
+
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
106
|
+
onArcgisReady: EventName<HTMLArcgisEditorElement["arcgisReady"]>;
|
|
107
|
+
}>;
|
|
108
|
+
export declare const ArcgisElevationProfile: import("@lit/react").ReactWebComponent<HTMLArcgisElevationProfileElement & {
|
|
109
|
+
class?: string;
|
|
110
|
+
}, {
|
|
111
|
+
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
112
|
+
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const ArcgisExpand: import("@lit/react").ReactWebComponent<HTMLArcgisExpandElement & {
|
|
115
|
+
class?: string;
|
|
116
|
+
}, {
|
|
117
|
+
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
118
|
+
}>;
|
|
119
|
+
export declare const ArcgisFeature: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureElement & {
|
|
120
|
+
class?: string;
|
|
121
|
+
}, {
|
|
122
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
123
|
+
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
124
|
+
}>;
|
|
125
|
+
export declare const ArcgisFeatureForm: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureFormElement & {
|
|
126
|
+
class?: string;
|
|
127
|
+
}, {
|
|
128
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeatureFormElement["arcgisPropertyChange"]>;
|
|
129
|
+
onArcgisReady: EventName<HTMLArcgisFeatureFormElement["arcgisReady"]>;
|
|
130
|
+
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
131
|
+
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
132
|
+
}>;
|
|
133
|
+
export declare const ArcgisFeatureTable: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
134
|
+
class?: string;
|
|
135
|
+
}, {
|
|
136
|
+
onArcgisCellClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellClick"]>;
|
|
137
|
+
onArcgisCellKeydown: EventName<HTMLArcgisFeatureTableElement["arcgisCellKeydown"]>;
|
|
138
|
+
onArcgisCellPointerout: EventName<HTMLArcgisFeatureTableElement["arcgisCellPointerout"]>;
|
|
139
|
+
onArcgisCellPointerover: EventName<HTMLArcgisFeatureTableElement["arcgisCellPointerover"]>;
|
|
140
|
+
onArcgisColumnReorder: EventName<HTMLArcgisFeatureTableElement["arcgisColumnReorder"]>;
|
|
141
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTableElement["arcgisPropertyChange"]>;
|
|
142
|
+
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
143
|
+
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
144
|
+
}>;
|
|
145
|
+
export declare const ArcgisFeatureTemplates: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureTemplatesElement & {
|
|
146
|
+
class?: string;
|
|
147
|
+
}, {
|
|
148
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
|
|
149
|
+
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
150
|
+
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
|
|
151
|
+
}>;
|
|
152
|
+
export declare const ArcgisFeatures: import("@lit/react").ReactWebComponent<HTMLArcgisFeaturesElement & {
|
|
153
|
+
class?: string;
|
|
154
|
+
}, {
|
|
155
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeaturesElement["arcgisPropertyChange"]>;
|
|
156
|
+
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
157
|
+
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
158
|
+
}>;
|
|
159
|
+
export declare const ArcgisFloorFilter: import("@lit/react").ReactWebComponent<HTMLArcgisFloorFilterElement & {
|
|
160
|
+
class?: string;
|
|
161
|
+
}, {
|
|
162
|
+
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
163
|
+
}>;
|
|
164
|
+
export declare const ArcgisFullscreen: import("@lit/react").ReactWebComponent<HTMLArcgisFullscreenElement & {
|
|
165
|
+
class?: string;
|
|
166
|
+
}, {
|
|
167
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
168
|
+
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
169
|
+
}>;
|
|
170
|
+
export declare const ArcgisHistogram: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramElement & {
|
|
171
|
+
class?: string;
|
|
172
|
+
}, {
|
|
173
|
+
onArcgisPropertyChange: EventName<HTMLArcgisHistogramElement["arcgisPropertyChange"]>;
|
|
174
|
+
onArcgisReady: EventName<HTMLArcgisHistogramElement["arcgisReady"]>;
|
|
175
|
+
}>;
|
|
176
|
+
export declare const ArcgisHistogramRangeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramRangeSliderElement & {
|
|
177
|
+
class?: string;
|
|
178
|
+
}, {
|
|
179
|
+
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
180
|
+
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const ArcgisHome: import("@lit/react").ReactWebComponent<HTMLArcgisHomeElement & {
|
|
183
|
+
class?: string;
|
|
184
|
+
}, {
|
|
185
|
+
onArcgisGo: EventName<HTMLArcgisHomeElement["arcgisGo"]>;
|
|
186
|
+
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
187
|
+
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
188
|
+
}>;
|
|
189
|
+
export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisLayerListElement & {
|
|
190
|
+
class?: string;
|
|
191
|
+
}, {
|
|
192
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLayerListElement["arcgisPropertyChange"]>;
|
|
193
|
+
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
194
|
+
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
195
|
+
}>;
|
|
196
|
+
export declare const ArcgisLegend: import("@lit/react").ReactWebComponent<HTMLArcgisLegendElement & {
|
|
197
|
+
class?: string;
|
|
198
|
+
}, {
|
|
199
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
200
|
+
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
201
|
+
}>;
|
|
202
|
+
export declare const ArcgisLineOfSight: import("@lit/react").ReactWebComponent<HTMLArcgisLineOfSightElement & {
|
|
203
|
+
class?: string;
|
|
204
|
+
}, {
|
|
205
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
206
|
+
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
207
|
+
}>;
|
|
208
|
+
export declare const ArcgisLocate: import("@lit/react").ReactWebComponent<HTMLArcgisLocateElement & {
|
|
209
|
+
class?: string;
|
|
210
|
+
}, {
|
|
211
|
+
onArcgisError: EventName<HTMLArcgisLocateElement["arcgisError"]>;
|
|
212
|
+
onArcgisPropertyChange: EventName<HTMLArcgisLocateElement["arcgisPropertyChange"]>;
|
|
213
|
+
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
214
|
+
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
215
|
+
}>;
|
|
216
|
+
export declare const ArcgisMap: import("@lit/react").ReactWebComponent<HTMLArcgisMapElement & {
|
|
217
|
+
class?: string;
|
|
218
|
+
}, {
|
|
219
|
+
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
220
|
+
onArcgisViewClick: EventName<HTMLArcgisMapElement["arcgisViewClick"]>;
|
|
221
|
+
onArcgisViewDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewDoubleClick"]>;
|
|
222
|
+
onArcgisViewDrag: EventName<HTMLArcgisMapElement["arcgisViewDrag"]>;
|
|
223
|
+
onArcgisViewHold: EventName<HTMLArcgisMapElement["arcgisViewHold"]>;
|
|
224
|
+
onArcgisViewImmediateClick: EventName<HTMLArcgisMapElement["arcgisViewImmediateClick"]>;
|
|
225
|
+
onArcgisViewImmediateDoubleClick: EventName<HTMLArcgisMapElement["arcgisViewImmediateDoubleClick"]>;
|
|
226
|
+
onArcgisViewKeyDown: EventName<HTMLArcgisMapElement["arcgisViewKeyDown"]>;
|
|
227
|
+
onArcgisViewKeyUp: EventName<HTMLArcgisMapElement["arcgisViewKeyUp"]>;
|
|
228
|
+
onArcgisViewLayerviewCreate: EventName<HTMLArcgisMapElement["arcgisViewLayerviewCreate"]>;
|
|
229
|
+
onArcgisViewLayerviewCreateError: EventName<HTMLArcgisMapElement["arcgisViewLayerviewCreateError"]>;
|
|
230
|
+
onArcgisViewLayerviewDestroy: EventName<HTMLArcgisMapElement["arcgisViewLayerviewDestroy"]>;
|
|
231
|
+
onArcgisViewMouseWheel: EventName<HTMLArcgisMapElement["arcgisViewMouseWheel"]>;
|
|
232
|
+
onArcgisViewPointerDown: EventName<HTMLArcgisMapElement["arcgisViewPointerDown"]>;
|
|
233
|
+
onArcgisViewPointerEnter: EventName<HTMLArcgisMapElement["arcgisViewPointerEnter"]>;
|
|
234
|
+
onArcgisViewPointerLeave: EventName<HTMLArcgisMapElement["arcgisViewPointerLeave"]>;
|
|
235
|
+
onArcgisViewPointerMove: EventName<HTMLArcgisMapElement["arcgisViewPointerMove"]>;
|
|
236
|
+
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
237
|
+
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
238
|
+
}>;
|
|
239
|
+
export declare const ArcgisMeasurement: import("@lit/react").ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
240
|
+
class?: string;
|
|
241
|
+
}, {
|
|
242
|
+
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
243
|
+
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
244
|
+
}>;
|
|
245
|
+
export declare const ArcgisNavigationToggle: import("@lit/react").ReactWebComponent<HTMLArcgisNavigationToggleElement & {
|
|
246
|
+
class?: string;
|
|
247
|
+
}, {
|
|
248
|
+
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
249
|
+
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
250
|
+
}>;
|
|
251
|
+
export declare const ArcgisOrientedImageryViewer: import("@lit/react").ReactWebComponent<HTMLArcgisOrientedImageryViewerElement & {
|
|
252
|
+
class?: string;
|
|
253
|
+
}, {
|
|
254
|
+
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
255
|
+
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
256
|
+
}>;
|
|
257
|
+
export declare const ArcgisPlacement: import("@lit/react").ReactWebComponent<HTMLArcgisPlacementElement & {
|
|
258
|
+
class?: string;
|
|
259
|
+
}, {
|
|
260
|
+
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
261
|
+
}>;
|
|
262
|
+
export declare const ArcgisPrint: import("@lit/react").ReactWebComponent<HTMLArcgisPrintElement & {
|
|
263
|
+
class?: string;
|
|
264
|
+
}, {
|
|
265
|
+
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
266
|
+
onArcgisPropertyChange: EventName<HTMLArcgisPrintElement["arcgisPropertyChange"]>;
|
|
267
|
+
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
268
|
+
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
269
|
+
}>;
|
|
270
|
+
export declare const ArcgisScaleBar: import("@lit/react").ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
271
|
+
class?: string;
|
|
272
|
+
}, {
|
|
273
|
+
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
274
|
+
}>;
|
|
275
|
+
export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisScaleRangeSliderElement & {
|
|
276
|
+
class?: string;
|
|
277
|
+
}, {
|
|
278
|
+
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
279
|
+
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
280
|
+
}>;
|
|
281
|
+
export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement & {
|
|
282
|
+
class?: string;
|
|
283
|
+
}, {
|
|
284
|
+
onArcgisViewChange: EventName<HTMLArcgisSceneElement["arcgisViewChange"]>;
|
|
285
|
+
onArcgisViewClick: EventName<HTMLArcgisSceneElement["arcgisViewClick"]>;
|
|
286
|
+
onArcgisViewDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewDoubleClick"]>;
|
|
287
|
+
onArcgisViewDrag: EventName<HTMLArcgisSceneElement["arcgisViewDrag"]>;
|
|
288
|
+
onArcgisViewHold: EventName<HTMLArcgisSceneElement["arcgisViewHold"]>;
|
|
289
|
+
onArcgisViewImmediateClick: EventName<HTMLArcgisSceneElement["arcgisViewImmediateClick"]>;
|
|
290
|
+
onArcgisViewImmediateDoubleClick: EventName<HTMLArcgisSceneElement["arcgisViewImmediateDoubleClick"]>;
|
|
291
|
+
onArcgisViewKeyDown: EventName<HTMLArcgisSceneElement["arcgisViewKeyDown"]>;
|
|
292
|
+
onArcgisViewKeyUp: EventName<HTMLArcgisSceneElement["arcgisViewKeyUp"]>;
|
|
293
|
+
onArcgisViewLayerviewCreate: EventName<HTMLArcgisSceneElement["arcgisViewLayerviewCreate"]>;
|
|
294
|
+
onArcgisViewLayerviewCreateError: EventName<HTMLArcgisSceneElement["arcgisViewLayerviewCreateError"]>;
|
|
295
|
+
onArcgisViewLayerviewDestroy: EventName<HTMLArcgisSceneElement["arcgisViewLayerviewDestroy"]>;
|
|
296
|
+
onArcgisViewMouseWheel: EventName<HTMLArcgisSceneElement["arcgisViewMouseWheel"]>;
|
|
297
|
+
onArcgisViewPointerDown: EventName<HTMLArcgisSceneElement["arcgisViewPointerDown"]>;
|
|
298
|
+
onArcgisViewPointerEnter: EventName<HTMLArcgisSceneElement["arcgisViewPointerEnter"]>;
|
|
299
|
+
onArcgisViewPointerLeave: EventName<HTMLArcgisSceneElement["arcgisViewPointerLeave"]>;
|
|
300
|
+
onArcgisViewPointerMove: EventName<HTMLArcgisSceneElement["arcgisViewPointerMove"]>;
|
|
301
|
+
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
302
|
+
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
303
|
+
}>;
|
|
304
|
+
export declare const ArcgisSearch: import("@lit/react").ReactWebComponent<HTMLArcgisSearchElement & {
|
|
305
|
+
class?: string;
|
|
306
|
+
}, {
|
|
307
|
+
onArcgisBlur: EventName<HTMLArcgisSearchElement["arcgisBlur"]>;
|
|
308
|
+
onArcgisClear: EventName<HTMLArcgisSearchElement["arcgisClear"]>;
|
|
309
|
+
onArcgisComplete: EventName<HTMLArcgisSearchElement["arcgisComplete"]>;
|
|
310
|
+
onArcgisFocus: EventName<HTMLArcgisSearchElement["arcgisFocus"]>;
|
|
311
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSearchElement["arcgisPropertyChange"]>;
|
|
312
|
+
onArcgisReady: EventName<HTMLArcgisSearchElement["arcgisReady"]>;
|
|
313
|
+
onArcgisSelectResult: EventName<HTMLArcgisSearchElement["arcgisSelectResult"]>;
|
|
314
|
+
onArcgisStart: EventName<HTMLArcgisSearchElement["arcgisStart"]>;
|
|
315
|
+
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
316
|
+
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
317
|
+
}>;
|
|
318
|
+
export declare const ArcgisShadowCast: import("@lit/react").ReactWebComponent<HTMLArcgisShadowCastElement & {
|
|
319
|
+
class?: string;
|
|
320
|
+
}, {
|
|
321
|
+
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
322
|
+
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
323
|
+
}>;
|
|
324
|
+
export declare const ArcgisSketch: import("@lit/react").ReactWebComponent<HTMLArcgisSketchElement & {
|
|
325
|
+
class?: string;
|
|
326
|
+
}, {
|
|
327
|
+
onArcgisCreate: EventName<HTMLArcgisSketchElement["arcgisCreate"]>;
|
|
328
|
+
onArcgisDelete: EventName<HTMLArcgisSketchElement["arcgisDelete"]>;
|
|
329
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSketchElement["arcgisPropertyChange"]>;
|
|
330
|
+
onArcgisReady: EventName<HTMLArcgisSketchElement["arcgisReady"]>;
|
|
331
|
+
onArcgisRedo: EventName<HTMLArcgisSketchElement["arcgisRedo"]>;
|
|
332
|
+
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
333
|
+
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
334
|
+
}>;
|
|
335
|
+
export declare const ArcgisSlice: import("@lit/react").ReactWebComponent<HTMLArcgisSliceElement & {
|
|
336
|
+
class?: string;
|
|
337
|
+
}, {
|
|
338
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
339
|
+
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
340
|
+
}>;
|
|
341
|
+
export declare const ArcgisSlider: import("@lit/react").ReactWebComponent<HTMLArcgisSliderElement & {
|
|
342
|
+
class?: string;
|
|
343
|
+
}, {
|
|
344
|
+
onArcgisMaxChange: EventName<HTMLArcgisSliderElement["arcgisMaxChange"]>;
|
|
345
|
+
onArcgisMaxClick: EventName<HTMLArcgisSliderElement["arcgisMaxClick"]>;
|
|
346
|
+
onArcgisMinChange: EventName<HTMLArcgisSliderElement["arcgisMinChange"]>;
|
|
347
|
+
onArcgisMinClick: EventName<HTMLArcgisSliderElement["arcgisMinClick"]>;
|
|
348
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSliderElement["arcgisPropertyChange"]>;
|
|
349
|
+
onArcgisReady: EventName<HTMLArcgisSliderElement["arcgisReady"]>;
|
|
350
|
+
onArcgisSegmentClick: EventName<HTMLArcgisSliderElement["arcgisSegmentClick"]>;
|
|
351
|
+
onArcgisSegmentDrag: EventName<HTMLArcgisSliderElement["arcgisSegmentDrag"]>;
|
|
352
|
+
onArcgisThumbChange: EventName<HTMLArcgisSliderElement["arcgisThumbChange"]>;
|
|
353
|
+
onArcgisThumbClick: EventName<HTMLArcgisSliderElement["arcgisThumbClick"]>;
|
|
354
|
+
onArcgisThumbDrag: EventName<HTMLArcgisSliderElement["arcgisThumbDrag"]>;
|
|
355
|
+
onArcgisTickClick: EventName<HTMLArcgisSliderElement["arcgisTickClick"]>;
|
|
356
|
+
onArcgisTrackClick: EventName<HTMLArcgisSliderElement["arcgisTrackClick"]>;
|
|
357
|
+
}>;
|
|
358
|
+
export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
359
|
+
class?: string;
|
|
360
|
+
}, {
|
|
361
|
+
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
362
|
+
onArcgisReady: EventName<HTMLArcgisSwipeElement["arcgisReady"]>;
|
|
363
|
+
}>;
|
|
364
|
+
export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement & {
|
|
365
|
+
class?: string;
|
|
366
|
+
}, {
|
|
367
|
+
onArcgisPropertyChange: EventName<HTMLArcgisTableListElement["arcgisPropertyChange"]>;
|
|
368
|
+
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
369
|
+
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
370
|
+
}>;
|
|
371
|
+
export declare const ArcgisTimeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisTimeSliderElement & {
|
|
372
|
+
class?: string;
|
|
373
|
+
}, {
|
|
374
|
+
onArcgisPropertyChange: EventName<HTMLArcgisTimeSliderElement["arcgisPropertyChange"]>;
|
|
375
|
+
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
376
|
+
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
377
|
+
}>;
|
|
378
|
+
export declare const ArcgisTrack: import("@lit/react").ReactWebComponent<HTMLArcgisTrackElement & {
|
|
379
|
+
class?: string;
|
|
380
|
+
}, {
|
|
381
|
+
onArcgisComplete: EventName<HTMLArcgisTrackElement["arcgisComplete"]>;
|
|
382
|
+
onArcgisError: EventName<HTMLArcgisTrackElement["arcgisError"]>;
|
|
383
|
+
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
384
|
+
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
385
|
+
}>;
|
|
386
|
+
export declare const ArcgisUtilityNetworkAssociations: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkAssociationsElement & {
|
|
387
|
+
class?: string;
|
|
388
|
+
}, {
|
|
389
|
+
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
390
|
+
}>;
|
|
391
|
+
export declare const ArcgisUtilityNetworkTrace: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkTraceElement & {
|
|
392
|
+
class?: string;
|
|
393
|
+
}, {
|
|
394
|
+
onArcgisAddFlag: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlag"]>;
|
|
395
|
+
onArcgisAddFlagComplete: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlagComplete"]>;
|
|
396
|
+
onArcgisAddFlagError: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlagError"]>;
|
|
397
|
+
onArcgisAddResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddResultArea"]>;
|
|
398
|
+
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
399
|
+
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
400
|
+
}>;
|
|
401
|
+
export declare const ArcgisUtilityNetworkValidateTopology: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
402
|
+
class?: string;
|
|
403
|
+
}, {
|
|
404
|
+
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
405
|
+
}>;
|
|
406
|
+
export declare const ArcgisValuePicker: import("@lit/react").ReactWebComponent<HTMLArcgisValuePickerElement & {
|
|
407
|
+
class?: string;
|
|
408
|
+
}, {
|
|
409
|
+
onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
|
|
410
|
+
onArcgisNext: EventName<HTMLArcgisValuePickerElement["arcgisNext"]>;
|
|
411
|
+
onArcgisPause: EventName<HTMLArcgisValuePickerElement["arcgisPause"]>;
|
|
412
|
+
onArcgisPlay: EventName<HTMLArcgisValuePickerElement["arcgisPlay"]>;
|
|
413
|
+
onArcgisPrevious: EventName<HTMLArcgisValuePickerElement["arcgisPrevious"]>;
|
|
414
|
+
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
415
|
+
onArcgisReady: EventName<HTMLArcgisValuePickerElement["arcgisReady"]>;
|
|
416
|
+
}>;
|
|
417
|
+
export declare const ArcgisVersionManagement: import("@lit/react").ReactWebComponent<HTMLArcgisVersionManagementElement & {
|
|
418
|
+
class?: string;
|
|
419
|
+
}, {
|
|
420
|
+
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
421
|
+
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
422
|
+
}>;
|
|
423
|
+
export declare const ArcgisWeather: import("@lit/react").ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
424
|
+
class?: string;
|
|
425
|
+
}, {
|
|
426
|
+
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
427
|
+
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
428
|
+
}>;
|
|
429
|
+
export declare const ArcgisZoom: import("@lit/react").ReactWebComponent<HTMLArcgisZoomElement & {
|
|
430
|
+
class?: string;
|
|
431
|
+
}, {
|
|
432
|
+
onArcgisPropertyChange: EventName<HTMLArcgisZoomElement["arcgisPropertyChange"]>;
|
|
433
|
+
onArcgisReady: EventName<HTMLArcgisZoomElement["arcgisReady"]>;
|
|
413
434
|
}>;
|