@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.
@@ -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
- onarcgisPropertyChange: EventName<CustomEvent<{
6
- name: "state";
7
- }>>;
8
- onarcgisReady: EventName<CustomEvent<undefined>>;
9
- }>;
10
- export declare const ArcgisAreaMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisAreaMeasurement3dElement, {
11
- onarcgisPropertyChange: EventName<CustomEvent<{
12
- name: "state" | "analysis";
13
- }>>;
14
- onarcgisReady: EventName<CustomEvent<undefined>>;
15
- }>;
16
- export declare const ArcgisAttachments: import("@lit/react").ReactWebComponent<HTMLArcgisAttachmentsElement, {
17
- onarcgisPropertyChange: EventName<CustomEvent<{
18
- name: "state" | "submitting";
19
- }>>;
20
- onarcgisReady: EventName<CustomEvent<undefined>>;
21
- }>;
22
- export declare const ArcgisBasemapGallery: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapGalleryElement, {
23
- onarcgisPropertyChange: EventName<CustomEvent<{
24
- name: "state" | "activeBasemap";
25
- }>>;
26
- onarcgisReady: EventName<CustomEvent<undefined>>;
27
- }>;
28
- export declare const ArcgisBasemapLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapLayerListElement, {
29
- onarcgisPropertyChange: EventName<CustomEvent<{
30
- name: "state";
31
- }>>;
32
- onarcgisReady: EventName<CustomEvent<undefined>>;
33
- onarcgisTriggerAction: EventName<CustomEvent<__esri.BasemapLayerListTriggerActionEvent>>;
34
- }>;
35
- export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent<HTMLArcgisBasemapToggleElement, {
36
- onarcgisPropertyChange: EventName<CustomEvent<{
37
- name: "state" | "nextBasemap";
38
- }>>;
39
- onarcgisReady: EventName<CustomEvent<undefined>>;
40
- }>;
41
- export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement, {
42
- onarcgisEdit: EventName<CustomEvent<__esri.BookmarksBookmarkEditEvent>>;
43
- onarcgisPropertyChange: EventName<CustomEvent<{
44
- name: "state";
45
- }>>;
46
- onarcgisReady: EventName<CustomEvent<undefined>>;
47
- onarcgisSelect: EventName<CustomEvent<__esri.BookmarksBookmarkSelectEvent>>;
48
- }>;
49
- export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebComponent<HTMLArcgisBuildingExplorerElement, {
50
- onarcgisPropertyChange: EventName<CustomEvent<{
51
- name: "state" | "level" | "phase";
52
- }>>;
53
- onarcgisReady: EventName<CustomEvent<undefined>>;
54
- }>;
55
- export declare const ArcgisCatalogLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisCatalogLayerListElement, {
56
- onarcgisPropertyChange: EventName<CustomEvent<{
57
- name: "state";
58
- }>>;
59
- onarcgisReady: EventName<CustomEvent<undefined>>;
60
- onarcgisTriggerAction: EventName<CustomEvent<__esri.CatalogLayerListTriggerActionEvent>>;
61
- }>;
62
- export declare const ArcgisCompass: import("@lit/react").ReactWebComponent<HTMLArcgisCompassElement, {
63
- onarcgisPropertyChange: EventName<CustomEvent<{
64
- name: "state" | "orientation";
65
- }>>;
66
- onarcgisReady: EventName<CustomEvent<undefined>>;
67
- }>;
68
- export declare const ArcgisCoordinateConversion: import("@lit/react").ReactWebComponent<HTMLArcgisCoordinateConversionElement, {
69
- onarcgisPropertyChange: EventName<CustomEvent<{
70
- name: "state" | "currentLocation";
71
- }>>;
72
- onarcgisReady: EventName<CustomEvent<undefined>>;
73
- }>;
74
- export declare const ArcgisDaylight: import("@lit/react").ReactWebComponent<HTMLArcgisDaylightElement, {
75
- onarcgisReady: EventName<CustomEvent<undefined>>;
76
- }>;
77
- export declare const ArcgisDirectionalPad: import("@lit/react").ReactWebComponent<HTMLArcgisDirectionalPadElement, {
78
- onarcgisPropertyChange: EventName<CustomEvent<{
79
- name: "state";
80
- }>>;
81
- onarcgisReady: EventName<CustomEvent<undefined>>;
82
- }>;
83
- export declare const ArcgisDirections: import("@lit/react").ReactWebComponent<HTMLArcgisDirectionsElement, {
84
- onarcgisPropertyChange: EventName<CustomEvent<{
85
- name: "state" | "lastRoute";
86
- }>>;
87
- onarcgisReady: EventName<CustomEvent<undefined>>;
88
- }>;
89
- export declare const ArcgisDirectLineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement, {
90
- onarcgisPropertyChange: EventName<CustomEvent<{
91
- name: "state" | "analysis";
92
- }>>;
93
- onarcgisReady: EventName<CustomEvent<undefined>>;
94
- }>;
95
- export declare const ArcgisDistanceMeasurement2d: import("@lit/react").ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement, {
96
- onarcgisPropertyChange: EventName<CustomEvent<{
97
- name: "state";
98
- }>>;
99
- onarcgisReady: EventName<CustomEvent<undefined>>;
100
- }>;
101
- export declare const ArcgisEditor: import("@lit/react").ReactWebComponent<HTMLArcgisEditorElement, {
102
- onarcgisPropertyChange: EventName<CustomEvent<{
103
- name: "state" | "activeWorkflow";
104
- }>>;
105
- onarcgisReady: EventName<CustomEvent<undefined>>;
106
- }>;
107
- export declare const ArcgisElevationProfile: import("@lit/react").ReactWebComponent<HTMLArcgisElevationProfileElement, {
108
- onarcgisPropertyChange: EventName<CustomEvent<{
109
- name: "state" | "input" | "progress" | "effectiveUnits";
110
- }>>;
111
- onarcgisReady: EventName<CustomEvent<undefined>>;
112
- }>;
113
- export declare const ArcgisExpand: import("@lit/react").ReactWebComponent<HTMLArcgisExpandElement, {
114
- onarcgisReady: EventName<CustomEvent<undefined>>;
115
- }>;
116
- export declare const ArcgisFeature: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureElement, {
117
- onarcgisPropertyChange: EventName<CustomEvent<{
118
- name: "state";
119
- }>>;
120
- onarcgisReady: EventName<CustomEvent<undefined>>;
121
- }>;
122
- export declare const ArcgisFeatureForm: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureFormElement, {
123
- onarcgisPropertyChange: EventName<CustomEvent<{
124
- name: "state";
125
- }>>;
126
- onarcgisReady: EventName<CustomEvent<undefined>>;
127
- onarcgisSubmit: EventName<CustomEvent<__esri.FeatureFormSubmitEvent>>;
128
- onarcgisValueChange: EventName<CustomEvent<__esri.FeatureFormValueChangeEvent>>;
129
- }>;
130
- export declare const ArcgisFeatureTable: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureTableElement, {
131
- onarcgisCellClick: EventName<CustomEvent<__esri.FeatureTableCellClickEvent>>;
132
- onarcgisCellKeydown: EventName<CustomEvent<__esri.FeatureTableCellKeydownEvent>>;
133
- onarcgisCellPointerout: EventName<CustomEvent<__esri.FeatureTableCellPointeroutEvent>>;
134
- onarcgisCellPointerover: EventName<CustomEvent<__esri.FeatureTableCellPointeroverEvent>>;
135
- onarcgisColumnReorder: EventName<CustomEvent<__esri.FeatureTableColumnReorderEvent>>;
136
- onarcgisPropertyChange: EventName<CustomEvent<{
137
- name: "state" | "size" | "effectiveSize" | "isQueryingOrSyncing" | "layerView";
138
- }>>;
139
- onarcgisReady: EventName<CustomEvent<undefined>>;
140
- onarcgisSelectionChange: EventName<CustomEvent<__esri.CollectionChangeEvent<string | number>>>;
141
- }>;
142
- export declare const ArcgisFeatureTemplates: import("@lit/react").ReactWebComponent<HTMLArcgisFeatureTemplatesElement, {
143
- onarcgisPropertyChange: EventName<CustomEvent<{
144
- name: "state";
145
- }>>;
146
- onarcgisReady: EventName<CustomEvent<undefined>>;
147
- onarcgisSelect: EventName<CustomEvent<__esri.FeatureTemplatesSelectEvent>>;
148
- }>;
149
- export declare const ArcgisFeatures: import("@lit/react").ReactWebComponent<HTMLArcgisFeaturesElement, {
150
- onarcgisPropertyChange: EventName<CustomEvent<{
151
- name: "state" | "selectedFeature" | "selectedFeatureIndex";
152
- }>>;
153
- onarcgisReady: EventName<CustomEvent<undefined>>;
154
- onarcgisTriggerAction: EventName<CustomEvent<__esri.FeaturesTriggerActionEvent>>;
155
- }>;
156
- export declare const ArcgisFloorFilter: import("@lit/react").ReactWebComponent<HTMLArcgisFloorFilterElement, {
157
- onarcgisReady: EventName<CustomEvent<undefined>>;
158
- }>;
159
- export declare const ArcgisFullscreen: import("@lit/react").ReactWebComponent<HTMLArcgisFullscreenElement, {
160
- onarcgisPropertyChange: EventName<CustomEvent<{
161
- name: "state";
162
- }>>;
163
- onarcgisReady: EventName<CustomEvent<undefined>>;
164
- }>;
165
- export declare const ArcgisHistogram: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramElement, {
166
- onarcgisPropertyChange: EventName<CustomEvent<{
167
- name: "state";
168
- }>>;
169
- onarcgisReady: EventName<CustomEvent<undefined>>;
170
- }>;
171
- export declare const ArcgisHistogramRangeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisHistogramRangeSliderElement, {
172
- onarcgisPropertyChange: EventName<CustomEvent<{
173
- name: "state";
174
- }>>;
175
- onarcgisReady: EventName<CustomEvent<undefined>>;
176
- }>;
177
- export declare const ArcgisHome: import("@lit/react").ReactWebComponent<HTMLArcgisHomeElement, {
178
- onarcgisGo: EventName<CustomEvent<__esri.HomeViewModelGoEvent>>;
179
- onarcgisPropertyChange: EventName<CustomEvent<{
180
- name: "state";
181
- }>>;
182
- onarcgisReady: EventName<CustomEvent<undefined>>;
183
- }>;
184
- export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTMLArcgisLayerListElement, {
185
- onarcgisPropertyChange: EventName<CustomEvent<{
186
- name: "state";
187
- }>>;
188
- onarcgisReady: EventName<CustomEvent<undefined>>;
189
- onarcgisTriggerAction: EventName<CustomEvent<__esri.LayerListTriggerActionEvent>>;
190
- }>;
191
- export declare const ArcgisLegend: import("@lit/react").ReactWebComponent<HTMLArcgisLegendElement, {
192
- onarcgisPropertyChange: EventName<CustomEvent<{
193
- name: "state";
194
- }>>;
195
- onarcgisReady: EventName<CustomEvent<undefined>>;
196
- }>;
197
- export declare const ArcgisLineOfSight: import("@lit/react").ReactWebComponent<HTMLArcgisLineOfSightElement, {
198
- onarcgisPropertyChange: EventName<CustomEvent<{
199
- name: "state" | "analysis";
200
- }>>;
201
- onarcgisReady: EventName<CustomEvent<undefined>>;
202
- }>;
203
- export declare const ArcgisLocate: import("@lit/react").ReactWebComponent<HTMLArcgisLocateElement, {
204
- onarcgisError: EventName<CustomEvent<__esri.LocateViewModelLocateErrorEvent>>;
205
- onarcgisPropertyChange: EventName<CustomEvent<{
206
- name: "state";
207
- }>>;
208
- onarcgisReady: EventName<CustomEvent<undefined>>;
209
- onarcgisSuccess: EventName<CustomEvent<__esri.LocateLocateEvent>>;
210
- }>;
211
- export declare const ArcgisMap: import("@lit/react").ReactWebComponent<HTMLArcgisMapElement, {
212
- onarcgisViewChange: EventName<CustomEvent<void>>;
213
- onarcgisViewClick: EventName<CustomEvent<__esri.ViewClickEvent>>;
214
- onarcgisViewDoubleClick: EventName<CustomEvent<__esri.ViewDoubleClickEvent>>;
215
- onarcgisViewDrag: EventName<CustomEvent<__esri.ViewDragEvent>>;
216
- onarcgisViewHold: EventName<CustomEvent<__esri.ViewHoldEvent>>;
217
- onarcgisViewImmediateClick: EventName<CustomEvent<__esri.ViewImmediateClickEvent>>;
218
- onarcgisViewImmediateDoubleClick: EventName<CustomEvent<__esri.ViewImmediateDoubleClickEvent>>;
219
- onarcgisViewKeyDown: EventName<CustomEvent<__esri.ViewKeyDownEvent>>;
220
- onarcgisViewKeyUp: EventName<CustomEvent<__esri.ViewKeyUpEvent>>;
221
- onarcgisViewLayerviewCreate: EventName<CustomEvent<__esri.ViewLayerviewCreateEvent>>;
222
- onarcgisViewLayerviewCreateError: EventName<CustomEvent<__esri.ViewLayerviewCreateErrorEvent>>;
223
- onarcgisViewLayerviewDestroy: EventName<CustomEvent<__esri.ViewLayerviewDestroyEvent>>;
224
- onarcgisViewMouseWheel: EventName<CustomEvent<__esri.ViewMouseWheelEvent>>;
225
- onarcgisViewPointerDown: EventName<CustomEvent<__esri.ViewPointerDownEvent>>;
226
- onarcgisViewPointerEnter: EventName<CustomEvent<__esri.ViewPointerEnterEvent>>;
227
- onarcgisViewPointerLeave: EventName<CustomEvent<__esri.ViewPointerLeaveEvent>>;
228
- onarcgisViewPointerMove: EventName<CustomEvent<__esri.ViewPointerMoveEvent>>;
229
- onarcgisViewPointerUp: EventName<CustomEvent<__esri.ViewPointerUpEvent>>;
230
- onarcgisViewReadyChange: EventName<CustomEvent<void>>;
231
- }>;
232
- export declare const ArcgisMeasurement: import("@lit/react").ReactWebComponent<HTMLArcgisMeasurementElement, {
233
- onarcgisPropertyChange: EventName<CustomEvent<{
234
- name: "state" | "activeTool";
235
- }>>;
236
- onarcgisReady: EventName<CustomEvent<undefined>>;
237
- }>;
238
- export declare const ArcgisNavigationToggle: import("@lit/react").ReactWebComponent<HTMLArcgisNavigationToggleElement, {
239
- onarcgisPropertyChange: EventName<CustomEvent<{
240
- name: "state" | "layout";
241
- }>>;
242
- onarcgisReady: EventName<CustomEvent<undefined>>;
243
- }>;
244
- export declare const ArcgisOrientedImageryViewer: import("@lit/react").ReactWebComponent<HTMLArcgisOrientedImageryViewerElement, {
245
- onarcgisPropertyChange: EventName<CustomEvent<{
246
- name: "layer" | "imageGalleryEnabled";
247
- }>>;
248
- onarcgisReady: EventName<CustomEvent<undefined>>;
249
- }>;
250
- export declare const ArcgisPlacement: import("@lit/react").ReactWebComponent<HTMLArcgisPlacementElement, {
251
- onarcgisReady: EventName<CustomEvent<undefined>>;
252
- }>;
253
- export declare const ArcgisPrint: import("@lit/react").ReactWebComponent<HTMLArcgisPrintElement, {
254
- onarcgisComplete: EventName<CustomEvent<__esri.PrintCompleteEvent>>;
255
- onarcgisPropertyChange: EventName<CustomEvent<{
256
- name: "state";
257
- }>>;
258
- onarcgisReady: EventName<CustomEvent<undefined>>;
259
- onarcgisSubmit: EventName<CustomEvent<__esri.PrintSubmitEvent>>;
260
- }>;
261
- export declare const ArcgisScaleBar: import("@lit/react").ReactWebComponent<HTMLArcgisScaleBarElement, {
262
- onarcgisReady: EventName<CustomEvent<undefined>>;
263
- }>;
264
- export declare const ArcgisScaleRangeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisScaleRangeSliderElement, {
265
- onarcgisPropertyChange: EventName<CustomEvent<{
266
- name: "state";
267
- }>>;
268
- onarcgisReady: EventName<CustomEvent<undefined>>;
269
- }>;
270
- export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArcgisSceneElement, {
271
- onarcgisViewChange: EventName<CustomEvent<void>>;
272
- onarcgisViewClick: EventName<CustomEvent<__esri.ViewClickEvent>>;
273
- onarcgisViewDoubleClick: EventName<CustomEvent<__esri.ViewDoubleClickEvent>>;
274
- onarcgisViewDrag: EventName<CustomEvent<__esri.ViewDragEvent>>;
275
- onarcgisViewHold: EventName<CustomEvent<__esri.ViewHoldEvent>>;
276
- onarcgisViewImmediateClick: EventName<CustomEvent<__esri.ViewImmediateClickEvent>>;
277
- onarcgisViewImmediateDoubleClick: EventName<CustomEvent<__esri.ViewImmediateDoubleClickEvent>>;
278
- onarcgisViewKeyDown: EventName<CustomEvent<__esri.ViewKeyDownEvent>>;
279
- onarcgisViewKeyUp: EventName<CustomEvent<__esri.ViewKeyUpEvent>>;
280
- onarcgisViewLayerviewCreate: EventName<CustomEvent<__esri.ViewLayerviewCreateEvent>>;
281
- onarcgisViewLayerviewCreateError: EventName<CustomEvent<__esri.ViewLayerviewCreateErrorEvent>>;
282
- onarcgisViewLayerviewDestroy: EventName<CustomEvent<__esri.ViewLayerviewDestroyEvent>>;
283
- onarcgisViewMouseWheel: EventName<CustomEvent<__esri.ViewMouseWheelEvent>>;
284
- onarcgisViewPointerDown: EventName<CustomEvent<__esri.ViewPointerDownEvent>>;
285
- onarcgisViewPointerEnter: EventName<CustomEvent<__esri.ViewPointerEnterEvent>>;
286
- onarcgisViewPointerLeave: EventName<CustomEvent<__esri.ViewPointerLeaveEvent>>;
287
- onarcgisViewPointerMove: EventName<CustomEvent<__esri.ViewPointerMoveEvent>>;
288
- onarcgisViewPointerUp: EventName<CustomEvent<__esri.ViewPointerUpEvent>>;
289
- onarcgisViewReadyChange: EventName<CustomEvent<void>>;
290
- }>;
291
- export declare const ArcgisSearch: import("@lit/react").ReactWebComponent<HTMLArcgisSearchElement, {
292
- onarcgisBlur: EventName<CustomEvent<__esri.SearchSearchBlurEvent>>;
293
- onarcgisClear: EventName<CustomEvent<__esri.SearchSearchClearEvent>>;
294
- onarcgisComplete: EventName<CustomEvent<__esri.SearchSearchCompleteEvent>>;
295
- onarcgisFocus: EventName<CustomEvent<__esri.SearchSearchFocusEvent>>;
296
- onarcgisPropertyChange: EventName<CustomEvent<{
297
- name: "state";
298
- }>>;
299
- onarcgisReady: EventName<CustomEvent<undefined>>;
300
- onarcgisSelectResult: EventName<CustomEvent<__esri.SearchSelectResultEvent>>;
301
- onarcgisStart: EventName<CustomEvent<__esri.SearchSearchStartEvent>>;
302
- onarcgisSuggestComplete: EventName<CustomEvent<__esri.SearchSuggestCompleteEvent>>;
303
- onarcgisSuggestStart: EventName<CustomEvent<__esri.SearchSuggestStartEvent>>;
304
- }>;
305
- export declare const ArcgisShadowCast: import("@lit/react").ReactWebComponent<HTMLArcgisShadowCastElement, {
306
- onarcgisPropertyChange: EventName<CustomEvent<{
307
- name: "state";
308
- }>>;
309
- onarcgisReady: EventName<CustomEvent<undefined>>;
310
- }>;
311
- export declare const ArcgisSketch: import("@lit/react").ReactWebComponent<HTMLArcgisSketchElement, {
312
- onarcgisCreate: EventName<CustomEvent<__esri.SketchCreateEvent>>;
313
- onarcgisDelete: EventName<CustomEvent<__esri.SketchDeleteEvent>>;
314
- onarcgisPropertyChange: EventName<CustomEvent<{
315
- name: "state";
316
- }>>;
317
- onarcgisReady: EventName<CustomEvent<undefined>>;
318
- onarcgisRedo: EventName<CustomEvent<__esri.SketchRedoEvent>>;
319
- onarcgisUndo: EventName<CustomEvent<__esri.SketchUndoEvent>>;
320
- onarcgisUpdate: EventName<CustomEvent<__esri.SketchUpdateEvent>>;
321
- }>;
322
- export declare const ArcgisSlice: import("@lit/react").ReactWebComponent<HTMLArcgisSliceElement, {
323
- onarcgisPropertyChange: EventName<CustomEvent<{
324
- name: "state" | "analysis";
325
- }>>;
326
- onarcgisReady: EventName<CustomEvent<undefined>>;
327
- }>;
328
- export declare const ArcgisSlider: import("@lit/react").ReactWebComponent<HTMLArcgisSliderElement, {
329
- onarcgisMaxChange: EventName<CustomEvent<__esri.SliderMaxChangeEvent>>;
330
- onarcgisMaxClick: EventName<CustomEvent<__esri.SliderMaxClickEvent>>;
331
- onarcgisMinChange: EventName<CustomEvent<__esri.SliderMinChangeEvent>>;
332
- onarcgisMinClick: EventName<CustomEvent<__esri.SliderMinClickEvent>>;
333
- onarcgisPropertyChange: EventName<CustomEvent<{
334
- name: "state";
335
- }>>;
336
- onarcgisReady: EventName<CustomEvent<undefined>>;
337
- onarcgisSegmentClick: EventName<CustomEvent<__esri.SliderSegmentClickEvent>>;
338
- onarcgisSegmentDrag: EventName<CustomEvent<__esri.SliderSegmentDragEvent>>;
339
- onarcgisThumbChange: EventName<CustomEvent<__esri.SliderThumbChangeEvent>>;
340
- onarcgisThumbClick: EventName<CustomEvent<__esri.SliderThumbClickEvent>>;
341
- onarcgisThumbDrag: EventName<CustomEvent<__esri.SliderThumbDragEvent>>;
342
- onarcgisTickClick: EventName<CustomEvent<__esri.SliderTickClickEvent>>;
343
- onarcgisTrackClick: EventName<CustomEvent<__esri.SliderTrackClickEvent>>;
344
- }>;
345
- export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArcgisSwipeElement, {
346
- onarcgisPropertyChange: EventName<CustomEvent<{
347
- name: "state";
348
- }>>;
349
- onarcgisReady: EventName<CustomEvent<undefined>>;
350
- }>;
351
- export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTMLArcgisTableListElement, {
352
- onarcgisPropertyChange: EventName<CustomEvent<{
353
- name: "state";
354
- }>>;
355
- onarcgisReady: EventName<CustomEvent<undefined>>;
356
- onarcgisTriggerAction: EventName<CustomEvent<__esri.TableListTriggerActionEvent>>;
357
- }>;
358
- export declare const ArcgisTimeSlider: import("@lit/react").ReactWebComponent<HTMLArcgisTimeSliderElement, {
359
- onarcgisPropertyChange: EventName<CustomEvent<{
360
- name: "state" | "timeExtent" | "effectiveStops" | "fullTimeExtent";
361
- }>>;
362
- onarcgisReady: EventName<CustomEvent<undefined>>;
363
- onarcgisTriggerAction: EventName<CustomEvent<__esri.TimeSliderTriggerActionEvent>>;
364
- }>;
365
- export declare const ArcgisTrack: import("@lit/react").ReactWebComponent<HTMLArcgisTrackElement, {
366
- onarcgisComplete: EventName<CustomEvent<__esri.TrackViewModelTrackEvent>>;
367
- onarcgisError: EventName<CustomEvent<__esri.TrackViewModelTrackErrorEvent>>;
368
- onarcgisPropertyChange: EventName<CustomEvent<{
369
- name: "state";
370
- }>>;
371
- onarcgisReady: EventName<CustomEvent<undefined>>;
372
- }>;
373
- export declare const ArcgisUtilityNetworkAssociations: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkAssociationsElement, {
374
- onarcgisReady: EventName<CustomEvent<undefined>>;
375
- }>;
376
- export declare const ArcgisUtilityNetworkTrace: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkTraceElement, {
377
- onarcgisAddFlag: EventName<CustomEvent<__esri.UtilityNetworkTraceAddFlagEvent>>;
378
- onarcgisAddFlagComplete: EventName<CustomEvent<__esri.UtilityNetworkTraceAddFlagCompleteEvent>>;
379
- onarcgisAddFlagError: EventName<CustomEvent<__esri.UtilityNetworkTraceAddFlagErrorEvent>>;
380
- onarcgisAddResultArea: EventName<CustomEvent<__esri.UtilityNetworkTraceAddResultAreaEvent>>;
381
- onarcgisReady: EventName<CustomEvent<undefined>>;
382
- onarcgisRemoveResultArea: EventName<CustomEvent<__esri.UtilityNetworkTraceRemoveResultAreaEvent>>;
383
- }>;
384
- export declare const ArcgisUtilityNetworkValidateTopology: import("@lit/react").ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement, {
385
- onarcgisReady: EventName<CustomEvent<undefined>>;
386
- }>;
387
- export declare const ArcgisValuePicker: import("@lit/react").ReactWebComponent<HTMLArcgisValuePickerElement, {
388
- onarcgisAnimate: EventName<CustomEvent<__esri.ValuePickerAnimateEvent>>;
389
- onarcgisNext: EventName<CustomEvent<__esri.ValuePickerNextEvent>>;
390
- onarcgisPause: EventName<CustomEvent<__esri.ValuePickerPauseEvent>>;
391
- onarcgisPlay: EventName<CustomEvent<__esri.ValuePickerPlayEvent>>;
392
- onarcgisPrevious: EventName<CustomEvent<__esri.ValuePickerPreviousEvent>>;
393
- onarcgisPropertyChange: EventName<CustomEvent<{
394
- name: "values";
395
- }>>;
396
- onarcgisReady: EventName<CustomEvent<undefined>>;
397
- }>;
398
- export declare const ArcgisVersionManagement: import("@lit/react").ReactWebComponent<HTMLArcgisVersionManagementElement, {
399
- onarcgisReady: EventName<CustomEvent<undefined>>;
400
- onarcgisVersioningStateChanged: EventName<CustomEvent<import("@arcgis/map-components/components/arcgis-version-management").VersioningStateEvent>>;
401
- }>;
402
- export declare const ArcgisWeather: import("@lit/react").ReactWebComponent<HTMLArcgisWeatherElement, {
403
- onarcgisPropertyChange: EventName<CustomEvent<{
404
- name: "state";
405
- }>>;
406
- onarcgisReady: EventName<CustomEvent<undefined>>;
407
- }>;
408
- export declare const ArcgisZoom: import("@lit/react").ReactWebComponent<HTMLArcgisZoomElement, {
409
- onarcgisPropertyChange: EventName<CustomEvent<{
410
- name: "state";
411
- }>>;
412
- onarcgisReady: EventName<CustomEvent<undefined>>;
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
  }>;