@arcgis/map-components-react 4.34.0-next.66 → 4.34.0-next.68
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 +66 -66
- package/dist/index.d.ts +1 -1
- package/dist/index.js +703 -1
- package/package.json +4 -2
- package/dist/components.js +0 -377
package/dist/components.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/// <reference types="@arcgis/map-components" preserve="true" />
|
|
2
|
-
import
|
|
3
|
-
export declare const ArcgisAreaMeasurement2d: import(
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
export declare const ArcgisAreaMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisAreaMeasurement2dElement & {
|
|
4
4
|
class?: string;
|
|
5
5
|
}, {
|
|
6
6
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisPropertyChange"]>;
|
|
7
7
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisReady"]>;
|
|
8
8
|
}>;
|
|
9
|
-
export declare const ArcgisAreaMeasurement3d: import(
|
|
9
|
+
export declare const ArcgisAreaMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisAreaMeasurement3dElement & {
|
|
10
10
|
class?: string;
|
|
11
11
|
}, {
|
|
12
12
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisPropertyChange"]>;
|
|
13
13
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisReady"]>;
|
|
14
14
|
}>;
|
|
15
|
-
export declare const ArcgisAttachments: import(
|
|
15
|
+
export declare const ArcgisAttachments: import('@lit/react').ReactWebComponent<HTMLArcgisAttachmentsElement & {
|
|
16
16
|
class?: string;
|
|
17
17
|
}, {
|
|
18
18
|
onArcgisPropertyChange: EventName<HTMLArcgisAttachmentsElement["arcgisPropertyChange"]>;
|
|
19
19
|
onArcgisReady: EventName<HTMLArcgisAttachmentsElement["arcgisReady"]>;
|
|
20
20
|
}>;
|
|
21
|
-
export declare const ArcgisBasemapGallery: import(
|
|
21
|
+
export declare const ArcgisBasemapGallery: import('@lit/react').ReactWebComponent<HTMLArcgisBasemapGalleryElement & {
|
|
22
22
|
class?: string;
|
|
23
23
|
}, {
|
|
24
24
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapGalleryElement["arcgisPropertyChange"]>;
|
|
25
25
|
onArcgisReady: EventName<HTMLArcgisBasemapGalleryElement["arcgisReady"]>;
|
|
26
26
|
}>;
|
|
27
|
-
export declare const ArcgisBasemapLayerList: import(
|
|
27
|
+
export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisBasemapLayerListElement & {
|
|
28
28
|
class?: string;
|
|
29
29
|
}, {
|
|
30
30
|
onArcgisClose: EventName<HTMLArcgisBasemapLayerListElement["arcgisClose"]>;
|
|
@@ -32,13 +32,13 @@ export declare const ArcgisBasemapLayerList: import("@lit/react").ReactWebCompon
|
|
|
32
32
|
onArcgisReady: EventName<HTMLArcgisBasemapLayerListElement["arcgisReady"]>;
|
|
33
33
|
onArcgisTriggerAction: EventName<HTMLArcgisBasemapLayerListElement["arcgisTriggerAction"]>;
|
|
34
34
|
}>;
|
|
35
|
-
export declare const ArcgisBasemapToggle: import(
|
|
35
|
+
export declare const ArcgisBasemapToggle: import('@lit/react').ReactWebComponent<HTMLArcgisBasemapToggleElement & {
|
|
36
36
|
class?: string;
|
|
37
37
|
}, {
|
|
38
38
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapToggleElement["arcgisPropertyChange"]>;
|
|
39
39
|
onArcgisReady: EventName<HTMLArcgisBasemapToggleElement["arcgisReady"]>;
|
|
40
40
|
}>;
|
|
41
|
-
export declare const ArcgisBookmarks: import(
|
|
41
|
+
export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTMLArcgisBookmarksElement & {
|
|
42
42
|
class?: string;
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
@@ -46,13 +46,13 @@ export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTM
|
|
|
46
46
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
47
47
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
48
48
|
}>;
|
|
49
|
-
export declare const ArcgisBuildingExplorer: import(
|
|
49
|
+
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<HTMLArcgisBuildingExplorerElement & {
|
|
50
50
|
class?: string;
|
|
51
51
|
}, {
|
|
52
52
|
onArcgisPropertyChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisPropertyChange"]>;
|
|
53
53
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
54
54
|
}>;
|
|
55
|
-
export declare const ArcgisCatalogLayerList: import(
|
|
55
|
+
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisCatalogLayerListElement & {
|
|
56
56
|
class?: string;
|
|
57
57
|
}, {
|
|
58
58
|
onArcgisClose: EventName<HTMLArcgisCatalogLayerListElement["arcgisClose"]>;
|
|
@@ -60,78 +60,78 @@ export declare const ArcgisCatalogLayerList: import("@lit/react").ReactWebCompon
|
|
|
60
60
|
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
61
61
|
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
62
62
|
}>;
|
|
63
|
-
export declare const ArcgisCompass: import(
|
|
63
|
+
export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<HTMLArcgisCompassElement & {
|
|
64
64
|
class?: string;
|
|
65
65
|
}, {
|
|
66
66
|
onArcgisPropertyChange: EventName<HTMLArcgisCompassElement["arcgisPropertyChange"]>;
|
|
67
67
|
onArcgisReady: EventName<HTMLArcgisCompassElement["arcgisReady"]>;
|
|
68
68
|
}>;
|
|
69
|
-
export declare const ArcgisCoordinateConversion: import(
|
|
69
|
+
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<HTMLArcgisCoordinateConversionElement & {
|
|
70
70
|
class?: string;
|
|
71
71
|
}, {
|
|
72
72
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
73
73
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
74
74
|
}>;
|
|
75
|
-
export declare const ArcgisDaylight: import(
|
|
75
|
+
export declare const ArcgisDaylight: import('@lit/react').ReactWebComponent<HTMLArcgisDaylightElement & {
|
|
76
76
|
class?: string;
|
|
77
77
|
}, {
|
|
78
78
|
onArcgisReady: EventName<HTMLArcgisDaylightElement["arcgisReady"]>;
|
|
79
79
|
onArcgisUserDateTimeChange: EventName<HTMLArcgisDaylightElement["arcgisUserDateTimeChange"]>;
|
|
80
80
|
}>;
|
|
81
|
-
export declare const ArcgisDirectionalPad: import(
|
|
81
|
+
export declare const ArcgisDirectionalPad: import('@lit/react').ReactWebComponent<HTMLArcgisDirectionalPadElement & {
|
|
82
82
|
class?: string;
|
|
83
83
|
}, {
|
|
84
84
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionalPadElement["arcgisPropertyChange"]>;
|
|
85
85
|
onArcgisReady: EventName<HTMLArcgisDirectionalPadElement["arcgisReady"]>;
|
|
86
86
|
}>;
|
|
87
|
-
export declare const ArcgisDirections: import(
|
|
87
|
+
export declare const ArcgisDirections: import('@lit/react').ReactWebComponent<HTMLArcgisDirectionsElement & {
|
|
88
88
|
class?: string;
|
|
89
89
|
}, {
|
|
90
90
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
|
|
91
91
|
onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
|
|
92
92
|
}>;
|
|
93
|
-
export declare const ArcgisDirectLineMeasurement3d: import(
|
|
93
|
+
export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectLineMeasurement3dElement & {
|
|
94
94
|
class?: string;
|
|
95
95
|
}, {
|
|
96
96
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
97
97
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
98
98
|
}>;
|
|
99
|
-
export declare const ArcgisDirectlineMeasurement3d: import(
|
|
99
|
+
export declare const ArcgisDirectlineMeasurement3d: import('@lit/react').ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement & {
|
|
100
100
|
class?: string;
|
|
101
101
|
}, {
|
|
102
102
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
103
103
|
onArcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
|
|
104
104
|
}>;
|
|
105
|
-
export declare const ArcgisDistanceMeasurement2d: import(
|
|
105
|
+
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<HTMLArcgisDistanceMeasurement2dElement & {
|
|
106
106
|
class?: string;
|
|
107
107
|
}, {
|
|
108
108
|
onArcgisPropertyChange: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisPropertyChange"]>;
|
|
109
109
|
onArcgisReady: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisReady"]>;
|
|
110
110
|
}>;
|
|
111
|
-
export declare const ArcgisEditor: import(
|
|
111
|
+
export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<HTMLArcgisEditorElement & {
|
|
112
112
|
class?: string;
|
|
113
113
|
}, {
|
|
114
114
|
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
115
115
|
onArcgisReady: EventName<HTMLArcgisEditorElement["arcgisReady"]>;
|
|
116
116
|
}>;
|
|
117
|
-
export declare const ArcgisElevationProfile: import(
|
|
117
|
+
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<HTMLArcgisElevationProfileElement & {
|
|
118
118
|
class?: string;
|
|
119
119
|
}, {
|
|
120
120
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
121
121
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
122
122
|
}>;
|
|
123
|
-
export declare const ArcgisExpand: import(
|
|
123
|
+
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<HTMLArcgisExpandElement & {
|
|
124
124
|
class?: string;
|
|
125
125
|
}, {
|
|
126
126
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
127
127
|
}>;
|
|
128
|
-
export declare const ArcgisFeature: import(
|
|
128
|
+
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureElement & {
|
|
129
129
|
class?: string;
|
|
130
130
|
}, {
|
|
131
131
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
132
132
|
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
133
133
|
}>;
|
|
134
|
-
export declare const ArcgisFeatureForm: import(
|
|
134
|
+
export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureFormElement & {
|
|
135
135
|
class?: string;
|
|
136
136
|
}, {
|
|
137
137
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureFormElement["arcgisPropertyChange"]>;
|
|
@@ -139,7 +139,7 @@ export declare const ArcgisFeatureForm: import("@lit/react").ReactWebComponent<H
|
|
|
139
139
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
140
140
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
141
141
|
}>;
|
|
142
|
-
export declare const ArcgisFeatureTable: import(
|
|
142
|
+
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
143
143
|
class?: string;
|
|
144
144
|
}, {
|
|
145
145
|
onArcgisCellClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellClick"]>;
|
|
@@ -151,14 +151,14 @@ export declare const ArcgisFeatureTable: import("@lit/react").ReactWebComponent<
|
|
|
151
151
|
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
152
152
|
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
153
153
|
}>;
|
|
154
|
-
export declare const ArcgisFeatureTemplates: import(
|
|
154
|
+
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTemplatesElement & {
|
|
155
155
|
class?: string;
|
|
156
156
|
}, {
|
|
157
157
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
|
|
158
158
|
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
159
159
|
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
|
|
160
160
|
}>;
|
|
161
|
-
export declare const ArcgisFeatures: import(
|
|
161
|
+
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<HTMLArcgisFeaturesElement & {
|
|
162
162
|
class?: string;
|
|
163
163
|
}, {
|
|
164
164
|
onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
|
|
@@ -166,37 +166,37 @@ export declare const ArcgisFeatures: import("@lit/react").ReactWebComponent<HTML
|
|
|
166
166
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
167
167
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
168
168
|
}>;
|
|
169
|
-
export declare const ArcgisFloorFilter: import(
|
|
169
|
+
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<HTMLArcgisFloorFilterElement & {
|
|
170
170
|
class?: string;
|
|
171
171
|
}, {
|
|
172
172
|
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
173
173
|
}>;
|
|
174
|
-
export declare const ArcgisFullscreen: import(
|
|
174
|
+
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<HTMLArcgisFullscreenElement & {
|
|
175
175
|
class?: string;
|
|
176
176
|
}, {
|
|
177
177
|
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
178
178
|
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
179
179
|
}>;
|
|
180
|
-
export declare const ArcgisGridControls: import(
|
|
180
|
+
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<HTMLArcgisGridControlsElement & {
|
|
181
181
|
class?: string;
|
|
182
182
|
}, {
|
|
183
183
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
184
184
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
185
185
|
}>;
|
|
186
|
-
export declare const ArcgisHistogramRangeSlider: import(
|
|
186
|
+
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisHistogramRangeSliderElement & {
|
|
187
187
|
class?: string;
|
|
188
188
|
}, {
|
|
189
189
|
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
190
190
|
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
191
191
|
}>;
|
|
192
|
-
export declare const ArcgisHome: import(
|
|
192
|
+
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<HTMLArcgisHomeElement & {
|
|
193
193
|
class?: string;
|
|
194
194
|
}, {
|
|
195
195
|
onArcgisGo: EventName<HTMLArcgisHomeElement["arcgisGo"]>;
|
|
196
196
|
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
197
197
|
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
198
198
|
}>;
|
|
199
|
-
export declare const ArcgisLayerList: import(
|
|
199
|
+
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisLayerListElement & {
|
|
200
200
|
class?: string;
|
|
201
201
|
}, {
|
|
202
202
|
onArcgisClose: EventName<HTMLArcgisLayerListElement["arcgisClose"]>;
|
|
@@ -204,19 +204,19 @@ export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTM
|
|
|
204
204
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
205
205
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
206
206
|
}>;
|
|
207
|
-
export declare const ArcgisLegend: import(
|
|
207
|
+
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<HTMLArcgisLegendElement & {
|
|
208
208
|
class?: string;
|
|
209
209
|
}, {
|
|
210
210
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
211
211
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
212
212
|
}>;
|
|
213
|
-
export declare const ArcgisLineOfSight: import(
|
|
213
|
+
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<HTMLArcgisLineOfSightElement & {
|
|
214
214
|
class?: string;
|
|
215
215
|
}, {
|
|
216
216
|
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
217
217
|
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
218
218
|
}>;
|
|
219
|
-
export declare const ArcgisLinkChart: import(
|
|
219
|
+
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
220
220
|
class?: string;
|
|
221
221
|
}, {
|
|
222
222
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
@@ -239,14 +239,14 @@ export declare const ArcgisLinkChart: import("@lit/react").ReactWebComponent<HTM
|
|
|
239
239
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
240
240
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
241
241
|
}>;
|
|
242
|
-
export declare const ArcgisLinkChartLayoutSwitcher: import(
|
|
242
|
+
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
|
|
243
243
|
class?: string;
|
|
244
244
|
}, {
|
|
245
245
|
onArcgisPropertyChange: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisPropertyChange"]>;
|
|
246
246
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
247
247
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
248
248
|
}>;
|
|
249
|
-
export declare const ArcgisLocate: import(
|
|
249
|
+
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLArcgisLocateElement & {
|
|
250
250
|
class?: string;
|
|
251
251
|
}, {
|
|
252
252
|
onArcgisError: EventName<HTMLArcgisLocateElement["arcgisError"]>;
|
|
@@ -254,7 +254,7 @@ export declare const ArcgisLocate: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
254
254
|
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
255
255
|
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
256
256
|
}>;
|
|
257
|
-
export declare const ArcgisMap: import(
|
|
257
|
+
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
258
258
|
class?: string;
|
|
259
259
|
}, {
|
|
260
260
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
@@ -277,30 +277,30 @@ export declare const ArcgisMap: import("@lit/react").ReactWebComponent<HTMLArcgi
|
|
|
277
277
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
278
278
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
279
279
|
}>;
|
|
280
|
-
export declare const ArcgisMeasurement: import(
|
|
280
|
+
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
281
281
|
class?: string;
|
|
282
282
|
}, {
|
|
283
283
|
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
284
284
|
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
285
285
|
}>;
|
|
286
|
-
export declare const ArcgisNavigationToggle: import(
|
|
286
|
+
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<HTMLArcgisNavigationToggleElement & {
|
|
287
287
|
class?: string;
|
|
288
288
|
}, {
|
|
289
289
|
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
290
290
|
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
291
291
|
}>;
|
|
292
|
-
export declare const ArcgisOrientedImageryViewer: import(
|
|
292
|
+
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<HTMLArcgisOrientedImageryViewerElement & {
|
|
293
293
|
class?: string;
|
|
294
294
|
}, {
|
|
295
295
|
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
296
296
|
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
297
297
|
}>;
|
|
298
|
-
export declare const ArcgisPlacement: import(
|
|
298
|
+
export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<HTMLArcgisPlacementElement & {
|
|
299
299
|
class?: string;
|
|
300
300
|
}, {
|
|
301
301
|
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
302
302
|
}>;
|
|
303
|
-
export declare const ArcgisPrint: import(
|
|
303
|
+
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
304
304
|
class?: string;
|
|
305
305
|
}, {
|
|
306
306
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
@@ -308,18 +308,18 @@ export declare const ArcgisPrint: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
308
308
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
309
309
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
310
310
|
}>;
|
|
311
|
-
export declare const ArcgisScaleBar: import(
|
|
311
|
+
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
312
312
|
class?: string;
|
|
313
313
|
}, {
|
|
314
314
|
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
315
315
|
}>;
|
|
316
|
-
export declare const ArcgisScaleRangeSlider: import(
|
|
316
|
+
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisScaleRangeSliderElement & {
|
|
317
317
|
class?: string;
|
|
318
318
|
}, {
|
|
319
319
|
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
320
320
|
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
321
321
|
}>;
|
|
322
|
-
export declare const ArcgisScene: import(
|
|
322
|
+
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
|
|
323
323
|
class?: string;
|
|
324
324
|
}, {
|
|
325
325
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
@@ -345,7 +345,7 @@ export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
345
345
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
346
346
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
347
347
|
}>;
|
|
348
|
-
export declare const ArcgisSearch: import(
|
|
348
|
+
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
|
|
349
349
|
class?: string;
|
|
350
350
|
}, {
|
|
351
351
|
onArcgisPropertyChange: EventName<HTMLArcgisSearchElement["arcgisPropertyChange"]>;
|
|
@@ -357,18 +357,18 @@ export declare const ArcgisSearch: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
357
357
|
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
358
358
|
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
359
359
|
}>;
|
|
360
|
-
export declare const ArcgisSearchResultRenderer: import(
|
|
360
|
+
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<HTMLArcgisSearchResultRendererElement & {
|
|
361
361
|
class?: string;
|
|
362
362
|
}, {
|
|
363
363
|
onArcgisReady: EventName<HTMLArcgisSearchResultRendererElement["arcgisReady"]>;
|
|
364
364
|
}>;
|
|
365
|
-
export declare const ArcgisShadowCast: import(
|
|
365
|
+
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<HTMLArcgisShadowCastElement & {
|
|
366
366
|
class?: string;
|
|
367
367
|
}, {
|
|
368
368
|
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
369
369
|
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
370
370
|
}>;
|
|
371
|
-
export declare const ArcgisSketch: import(
|
|
371
|
+
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<HTMLArcgisSketchElement & {
|
|
372
372
|
class?: string;
|
|
373
373
|
}, {
|
|
374
374
|
onArcgisCreate: EventName<HTMLArcgisSketchElement["arcgisCreate"]>;
|
|
@@ -379,13 +379,13 @@ export declare const ArcgisSketch: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
379
379
|
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
380
380
|
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
381
381
|
}>;
|
|
382
|
-
export declare const ArcgisSlice: import(
|
|
382
|
+
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArcgisSliceElement & {
|
|
383
383
|
class?: string;
|
|
384
384
|
}, {
|
|
385
385
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
386
386
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
387
387
|
}>;
|
|
388
|
-
export declare const ArcgisSlider: import(
|
|
388
|
+
export declare const ArcgisSlider: import('@lit/react').ReactWebComponent<HTMLArcgisSliderElement & {
|
|
389
389
|
class?: string;
|
|
390
390
|
}, {
|
|
391
391
|
onArcgisMaxChange: EventName<HTMLArcgisSliderElement["arcgisMaxChange"]>;
|
|
@@ -402,7 +402,7 @@ export declare const ArcgisSlider: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
402
402
|
onArcgisTickClick: EventName<HTMLArcgisSliderElement["arcgisTickClick"]>;
|
|
403
403
|
onArcgisTrackClick: EventName<HTMLArcgisSliderElement["arcgisTrackClick"]>;
|
|
404
404
|
}>;
|
|
405
|
-
export declare const ArcgisSwipe: import(
|
|
405
|
+
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
406
406
|
class?: string;
|
|
407
407
|
}, {
|
|
408
408
|
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
@@ -410,7 +410,7 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
410
410
|
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
411
411
|
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
412
412
|
}>;
|
|
413
|
-
export declare const ArcgisTableList: import(
|
|
413
|
+
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<HTMLArcgisTableListElement & {
|
|
414
414
|
class?: string;
|
|
415
415
|
}, {
|
|
416
416
|
onArcgisClose: EventName<HTMLArcgisTableListElement["arcgisClose"]>;
|
|
@@ -418,20 +418,20 @@ export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTM
|
|
|
418
418
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
419
419
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
420
420
|
}>;
|
|
421
|
-
export declare const ArcgisTimeSlider: import(
|
|
421
|
+
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisTimeSliderElement & {
|
|
422
422
|
class?: string;
|
|
423
423
|
}, {
|
|
424
424
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeSliderElement["arcgisPropertyChange"]>;
|
|
425
425
|
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
426
426
|
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
427
427
|
}>;
|
|
428
|
-
export declare const ArcgisTimeZoneLabel: import(
|
|
428
|
+
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<HTMLArcgisTimeZoneLabelElement & {
|
|
429
429
|
class?: string;
|
|
430
430
|
}, {
|
|
431
431
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeZoneLabelElement["arcgisPropertyChange"]>;
|
|
432
432
|
onArcgisReady: EventName<HTMLArcgisTimeZoneLabelElement["arcgisReady"]>;
|
|
433
433
|
}>;
|
|
434
|
-
export declare const ArcgisTrack: import(
|
|
434
|
+
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<HTMLArcgisTrackElement & {
|
|
435
435
|
class?: string;
|
|
436
436
|
}, {
|
|
437
437
|
onArcgisComplete: EventName<HTMLArcgisTrackElement["arcgisComplete"]>;
|
|
@@ -439,12 +439,12 @@ export declare const ArcgisTrack: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
439
439
|
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
440
440
|
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
441
441
|
}>;
|
|
442
|
-
export declare const ArcgisUtilityNetworkAssociations: import(
|
|
442
|
+
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkAssociationsElement & {
|
|
443
443
|
class?: string;
|
|
444
444
|
}, {
|
|
445
445
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
446
446
|
}>;
|
|
447
|
-
export declare const ArcgisUtilityNetworkTrace: import(
|
|
447
|
+
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceElement & {
|
|
448
448
|
class?: string;
|
|
449
449
|
}, {
|
|
450
450
|
onArcgisAddFlag: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlag"]>;
|
|
@@ -455,13 +455,13 @@ export declare const ArcgisUtilityNetworkTrace: import("@lit/react").ReactWebCom
|
|
|
455
455
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
456
456
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
457
457
|
}>;
|
|
458
|
-
export declare const ArcgisUtilityNetworkValidateTopology: import(
|
|
458
|
+
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
459
459
|
class?: string;
|
|
460
460
|
}, {
|
|
461
461
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
462
462
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
463
463
|
}>;
|
|
464
|
-
export declare const ArcgisValuePicker: import(
|
|
464
|
+
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<HTMLArcgisValuePickerElement & {
|
|
465
465
|
class?: string;
|
|
466
466
|
}, {
|
|
467
467
|
onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
|
|
@@ -472,31 +472,31 @@ export declare const ArcgisValuePicker: import("@lit/react").ReactWebComponent<H
|
|
|
472
472
|
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
473
473
|
onArcgisReady: EventName<HTMLArcgisValuePickerElement["arcgisReady"]>;
|
|
474
474
|
}>;
|
|
475
|
-
export declare const ArcgisVersionManagement: import(
|
|
475
|
+
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<HTMLArcgisVersionManagementElement & {
|
|
476
476
|
class?: string;
|
|
477
477
|
}, {
|
|
478
478
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
479
479
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
480
480
|
}>;
|
|
481
|
-
export declare const ArcgisVideo: import(
|
|
481
|
+
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<HTMLArcgisVideoElement & {
|
|
482
482
|
class?: string;
|
|
483
483
|
}, {
|
|
484
484
|
onArcgisViewReadyChange: EventName<HTMLArcgisVideoElement["arcgisViewReadyChange"]>;
|
|
485
485
|
}>;
|
|
486
|
-
export declare const ArcgisVideoPlayer: import(
|
|
486
|
+
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<HTMLArcgisVideoPlayerElement & {
|
|
487
487
|
class?: string;
|
|
488
488
|
}, {
|
|
489
489
|
onArcgisPropertyChange: EventName<HTMLArcgisVideoPlayerElement["arcgisPropertyChange"]>;
|
|
490
490
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
491
491
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
492
492
|
}>;
|
|
493
|
-
export declare const ArcgisWeather: import(
|
|
493
|
+
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
494
494
|
class?: string;
|
|
495
495
|
}, {
|
|
496
496
|
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
497
497
|
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
498
498
|
}>;
|
|
499
|
-
export declare const ArcgisZoom: import(
|
|
499
|
+
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<HTMLArcgisZoomElement & {
|
|
500
500
|
class?: string;
|
|
501
501
|
}, {
|
|
502
502
|
onArcgisPropertyChange: EventName<HTMLArcgisZoomElement["arcgisPropertyChange"]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './components';
|