@arcgis/map-components-react 4.34.0-next.67 → 4.34.0-next.69
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 +69 -66
- package/dist/index.d.ts +1 -1
- package/dist/index.js +709 -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,10 @@ 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
|
|
142
|
+
export declare const ArcgisFeatureRelationship: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureRelationshipElement & {
|
|
143
|
+
class?: string;
|
|
144
|
+
}, {}>;
|
|
145
|
+
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTableElement & {
|
|
143
146
|
class?: string;
|
|
144
147
|
}, {
|
|
145
148
|
onArcgisCellClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellClick"]>;
|
|
@@ -151,14 +154,14 @@ export declare const ArcgisFeatureTable: import("@lit/react").ReactWebComponent<
|
|
|
151
154
|
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
152
155
|
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
153
156
|
}>;
|
|
154
|
-
export declare const ArcgisFeatureTemplates: import(
|
|
157
|
+
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<HTMLArcgisFeatureTemplatesElement & {
|
|
155
158
|
class?: string;
|
|
156
159
|
}, {
|
|
157
160
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
|
|
158
161
|
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
159
162
|
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
|
|
160
163
|
}>;
|
|
161
|
-
export declare const ArcgisFeatures: import(
|
|
164
|
+
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<HTMLArcgisFeaturesElement & {
|
|
162
165
|
class?: string;
|
|
163
166
|
}, {
|
|
164
167
|
onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
|
|
@@ -166,37 +169,37 @@ export declare const ArcgisFeatures: import("@lit/react").ReactWebComponent<HTML
|
|
|
166
169
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
167
170
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
168
171
|
}>;
|
|
169
|
-
export declare const ArcgisFloorFilter: import(
|
|
172
|
+
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<HTMLArcgisFloorFilterElement & {
|
|
170
173
|
class?: string;
|
|
171
174
|
}, {
|
|
172
175
|
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
173
176
|
}>;
|
|
174
|
-
export declare const ArcgisFullscreen: import(
|
|
177
|
+
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<HTMLArcgisFullscreenElement & {
|
|
175
178
|
class?: string;
|
|
176
179
|
}, {
|
|
177
180
|
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
178
181
|
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
179
182
|
}>;
|
|
180
|
-
export declare const ArcgisGridControls: import(
|
|
183
|
+
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<HTMLArcgisGridControlsElement & {
|
|
181
184
|
class?: string;
|
|
182
185
|
}, {
|
|
183
186
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
184
187
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
185
188
|
}>;
|
|
186
|
-
export declare const ArcgisHistogramRangeSlider: import(
|
|
189
|
+
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisHistogramRangeSliderElement & {
|
|
187
190
|
class?: string;
|
|
188
191
|
}, {
|
|
189
192
|
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
190
193
|
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
191
194
|
}>;
|
|
192
|
-
export declare const ArcgisHome: import(
|
|
195
|
+
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<HTMLArcgisHomeElement & {
|
|
193
196
|
class?: string;
|
|
194
197
|
}, {
|
|
195
198
|
onArcgisGo: EventName<HTMLArcgisHomeElement["arcgisGo"]>;
|
|
196
199
|
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
197
200
|
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
198
201
|
}>;
|
|
199
|
-
export declare const ArcgisLayerList: import(
|
|
202
|
+
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<HTMLArcgisLayerListElement & {
|
|
200
203
|
class?: string;
|
|
201
204
|
}, {
|
|
202
205
|
onArcgisClose: EventName<HTMLArcgisLayerListElement["arcgisClose"]>;
|
|
@@ -204,19 +207,19 @@ export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTM
|
|
|
204
207
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
205
208
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
206
209
|
}>;
|
|
207
|
-
export declare const ArcgisLegend: import(
|
|
210
|
+
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<HTMLArcgisLegendElement & {
|
|
208
211
|
class?: string;
|
|
209
212
|
}, {
|
|
210
213
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
211
214
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
212
215
|
}>;
|
|
213
|
-
export declare const ArcgisLineOfSight: import(
|
|
216
|
+
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<HTMLArcgisLineOfSightElement & {
|
|
214
217
|
class?: string;
|
|
215
218
|
}, {
|
|
216
219
|
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
217
220
|
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
218
221
|
}>;
|
|
219
|
-
export declare const ArcgisLinkChart: import(
|
|
222
|
+
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartElement & {
|
|
220
223
|
class?: string;
|
|
221
224
|
}, {
|
|
222
225
|
onArcgisViewChange: EventName<HTMLArcgisLinkChartElement["arcgisViewChange"]>;
|
|
@@ -239,14 +242,14 @@ export declare const ArcgisLinkChart: import("@lit/react").ReactWebComponent<HTM
|
|
|
239
242
|
onArcgisViewPointerUp: EventName<HTMLArcgisLinkChartElement["arcgisViewPointerUp"]>;
|
|
240
243
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
241
244
|
}>;
|
|
242
|
-
export declare const ArcgisLinkChartLayoutSwitcher: import(
|
|
245
|
+
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<HTMLArcgisLinkChartLayoutSwitcherElement & {
|
|
243
246
|
class?: string;
|
|
244
247
|
}, {
|
|
245
248
|
onArcgisPropertyChange: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisPropertyChange"]>;
|
|
246
249
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
247
250
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
248
251
|
}>;
|
|
249
|
-
export declare const ArcgisLocate: import(
|
|
252
|
+
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLArcgisLocateElement & {
|
|
250
253
|
class?: string;
|
|
251
254
|
}, {
|
|
252
255
|
onArcgisError: EventName<HTMLArcgisLocateElement["arcgisError"]>;
|
|
@@ -254,7 +257,7 @@ export declare const ArcgisLocate: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
254
257
|
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
255
258
|
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
256
259
|
}>;
|
|
257
|
-
export declare const ArcgisMap: import(
|
|
260
|
+
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgisMapElement & {
|
|
258
261
|
class?: string;
|
|
259
262
|
}, {
|
|
260
263
|
onArcgisViewChange: EventName<HTMLArcgisMapElement["arcgisViewChange"]>;
|
|
@@ -277,30 +280,30 @@ export declare const ArcgisMap: import("@lit/react").ReactWebComponent<HTMLArcgi
|
|
|
277
280
|
onArcgisViewPointerUp: EventName<HTMLArcgisMapElement["arcgisViewPointerUp"]>;
|
|
278
281
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
279
282
|
}>;
|
|
280
|
-
export declare const ArcgisMeasurement: import(
|
|
283
|
+
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<HTMLArcgisMeasurementElement & {
|
|
281
284
|
class?: string;
|
|
282
285
|
}, {
|
|
283
286
|
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
284
287
|
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
285
288
|
}>;
|
|
286
|
-
export declare const ArcgisNavigationToggle: import(
|
|
289
|
+
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<HTMLArcgisNavigationToggleElement & {
|
|
287
290
|
class?: string;
|
|
288
291
|
}, {
|
|
289
292
|
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
290
293
|
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
291
294
|
}>;
|
|
292
|
-
export declare const ArcgisOrientedImageryViewer: import(
|
|
295
|
+
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<HTMLArcgisOrientedImageryViewerElement & {
|
|
293
296
|
class?: string;
|
|
294
297
|
}, {
|
|
295
298
|
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
296
299
|
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
297
300
|
}>;
|
|
298
|
-
export declare const ArcgisPlacement: import(
|
|
301
|
+
export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<HTMLArcgisPlacementElement & {
|
|
299
302
|
class?: string;
|
|
300
303
|
}, {
|
|
301
304
|
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
302
305
|
}>;
|
|
303
|
-
export declare const ArcgisPrint: import(
|
|
306
|
+
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArcgisPrintElement & {
|
|
304
307
|
class?: string;
|
|
305
308
|
}, {
|
|
306
309
|
onArcgisComplete: EventName<HTMLArcgisPrintElement["arcgisComplete"]>;
|
|
@@ -308,18 +311,18 @@ export declare const ArcgisPrint: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
308
311
|
onArcgisReady: EventName<HTMLArcgisPrintElement["arcgisReady"]>;
|
|
309
312
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
310
313
|
}>;
|
|
311
|
-
export declare const ArcgisScaleBar: import(
|
|
314
|
+
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<HTMLArcgisScaleBarElement & {
|
|
312
315
|
class?: string;
|
|
313
316
|
}, {
|
|
314
317
|
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
315
318
|
}>;
|
|
316
|
-
export declare const ArcgisScaleRangeSlider: import(
|
|
319
|
+
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisScaleRangeSliderElement & {
|
|
317
320
|
class?: string;
|
|
318
321
|
}, {
|
|
319
322
|
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
320
323
|
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
321
324
|
}>;
|
|
322
|
-
export declare const ArcgisScene: import(
|
|
325
|
+
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArcgisSceneElement & {
|
|
323
326
|
class?: string;
|
|
324
327
|
}, {
|
|
325
328
|
onArcgisViewAnalysisViewCreate: EventName<HTMLArcgisSceneElement["arcgisViewAnalysisViewCreate"]>;
|
|
@@ -345,7 +348,7 @@ export declare const ArcgisScene: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
345
348
|
onArcgisViewPointerUp: EventName<HTMLArcgisSceneElement["arcgisViewPointerUp"]>;
|
|
346
349
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
347
350
|
}>;
|
|
348
|
-
export declare const ArcgisSearch: import(
|
|
351
|
+
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLArcgisSearchElement & {
|
|
349
352
|
class?: string;
|
|
350
353
|
}, {
|
|
351
354
|
onArcgisPropertyChange: EventName<HTMLArcgisSearchElement["arcgisPropertyChange"]>;
|
|
@@ -357,18 +360,18 @@ export declare const ArcgisSearch: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
357
360
|
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
358
361
|
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
359
362
|
}>;
|
|
360
|
-
export declare const ArcgisSearchResultRenderer: import(
|
|
363
|
+
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<HTMLArcgisSearchResultRendererElement & {
|
|
361
364
|
class?: string;
|
|
362
365
|
}, {
|
|
363
366
|
onArcgisReady: EventName<HTMLArcgisSearchResultRendererElement["arcgisReady"]>;
|
|
364
367
|
}>;
|
|
365
|
-
export declare const ArcgisShadowCast: import(
|
|
368
|
+
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<HTMLArcgisShadowCastElement & {
|
|
366
369
|
class?: string;
|
|
367
370
|
}, {
|
|
368
371
|
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
369
372
|
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
370
373
|
}>;
|
|
371
|
-
export declare const ArcgisSketch: import(
|
|
374
|
+
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<HTMLArcgisSketchElement & {
|
|
372
375
|
class?: string;
|
|
373
376
|
}, {
|
|
374
377
|
onArcgisCreate: EventName<HTMLArcgisSketchElement["arcgisCreate"]>;
|
|
@@ -379,13 +382,13 @@ export declare const ArcgisSketch: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
379
382
|
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
380
383
|
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
381
384
|
}>;
|
|
382
|
-
export declare const ArcgisSlice: import(
|
|
385
|
+
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<HTMLArcgisSliceElement & {
|
|
383
386
|
class?: string;
|
|
384
387
|
}, {
|
|
385
388
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
386
389
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
387
390
|
}>;
|
|
388
|
-
export declare const ArcgisSlider: import(
|
|
391
|
+
export declare const ArcgisSlider: import('@lit/react').ReactWebComponent<HTMLArcgisSliderElement & {
|
|
389
392
|
class?: string;
|
|
390
393
|
}, {
|
|
391
394
|
onArcgisMaxChange: EventName<HTMLArcgisSliderElement["arcgisMaxChange"]>;
|
|
@@ -402,7 +405,7 @@ export declare const ArcgisSlider: import("@lit/react").ReactWebComponent<HTMLAr
|
|
|
402
405
|
onArcgisTickClick: EventName<HTMLArcgisSliderElement["arcgisTickClick"]>;
|
|
403
406
|
onArcgisTrackClick: EventName<HTMLArcgisSliderElement["arcgisTrackClick"]>;
|
|
404
407
|
}>;
|
|
405
|
-
export declare const ArcgisSwipe: import(
|
|
408
|
+
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArcgisSwipeElement & {
|
|
406
409
|
class?: string;
|
|
407
410
|
}, {
|
|
408
411
|
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
@@ -410,7 +413,7 @@ export declare const ArcgisSwipe: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
410
413
|
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
411
414
|
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
412
415
|
}>;
|
|
413
|
-
export declare const ArcgisTableList: import(
|
|
416
|
+
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<HTMLArcgisTableListElement & {
|
|
414
417
|
class?: string;
|
|
415
418
|
}, {
|
|
416
419
|
onArcgisClose: EventName<HTMLArcgisTableListElement["arcgisClose"]>;
|
|
@@ -418,20 +421,20 @@ export declare const ArcgisTableList: import("@lit/react").ReactWebComponent<HTM
|
|
|
418
421
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
419
422
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
420
423
|
}>;
|
|
421
|
-
export declare const ArcgisTimeSlider: import(
|
|
424
|
+
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<HTMLArcgisTimeSliderElement & {
|
|
422
425
|
class?: string;
|
|
423
426
|
}, {
|
|
424
427
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeSliderElement["arcgisPropertyChange"]>;
|
|
425
428
|
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
426
429
|
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
427
430
|
}>;
|
|
428
|
-
export declare const ArcgisTimeZoneLabel: import(
|
|
431
|
+
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<HTMLArcgisTimeZoneLabelElement & {
|
|
429
432
|
class?: string;
|
|
430
433
|
}, {
|
|
431
434
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeZoneLabelElement["arcgisPropertyChange"]>;
|
|
432
435
|
onArcgisReady: EventName<HTMLArcgisTimeZoneLabelElement["arcgisReady"]>;
|
|
433
436
|
}>;
|
|
434
|
-
export declare const ArcgisTrack: import(
|
|
437
|
+
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<HTMLArcgisTrackElement & {
|
|
435
438
|
class?: string;
|
|
436
439
|
}, {
|
|
437
440
|
onArcgisComplete: EventName<HTMLArcgisTrackElement["arcgisComplete"]>;
|
|
@@ -439,12 +442,12 @@ export declare const ArcgisTrack: import("@lit/react").ReactWebComponent<HTMLArc
|
|
|
439
442
|
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
440
443
|
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
441
444
|
}>;
|
|
442
|
-
export declare const ArcgisUtilityNetworkAssociations: import(
|
|
445
|
+
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkAssociationsElement & {
|
|
443
446
|
class?: string;
|
|
444
447
|
}, {
|
|
445
448
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
446
449
|
}>;
|
|
447
|
-
export declare const ArcgisUtilityNetworkTrace: import(
|
|
450
|
+
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkTraceElement & {
|
|
448
451
|
class?: string;
|
|
449
452
|
}, {
|
|
450
453
|
onArcgisAddFlag: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlag"]>;
|
|
@@ -455,13 +458,13 @@ export declare const ArcgisUtilityNetworkTrace: import("@lit/react").ReactWebCom
|
|
|
455
458
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
456
459
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
457
460
|
}>;
|
|
458
|
-
export declare const ArcgisUtilityNetworkValidateTopology: import(
|
|
461
|
+
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<HTMLArcgisUtilityNetworkValidateTopologyElement & {
|
|
459
462
|
class?: string;
|
|
460
463
|
}, {
|
|
461
464
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
462
465
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
463
466
|
}>;
|
|
464
|
-
export declare const ArcgisValuePicker: import(
|
|
467
|
+
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<HTMLArcgisValuePickerElement & {
|
|
465
468
|
class?: string;
|
|
466
469
|
}, {
|
|
467
470
|
onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
|
|
@@ -472,31 +475,31 @@ export declare const ArcgisValuePicker: import("@lit/react").ReactWebComponent<H
|
|
|
472
475
|
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
473
476
|
onArcgisReady: EventName<HTMLArcgisValuePickerElement["arcgisReady"]>;
|
|
474
477
|
}>;
|
|
475
|
-
export declare const ArcgisVersionManagement: import(
|
|
478
|
+
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<HTMLArcgisVersionManagementElement & {
|
|
476
479
|
class?: string;
|
|
477
480
|
}, {
|
|
478
481
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
479
482
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
480
483
|
}>;
|
|
481
|
-
export declare const ArcgisVideo: import(
|
|
484
|
+
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<HTMLArcgisVideoElement & {
|
|
482
485
|
class?: string;
|
|
483
486
|
}, {
|
|
484
487
|
onArcgisViewReadyChange: EventName<HTMLArcgisVideoElement["arcgisViewReadyChange"]>;
|
|
485
488
|
}>;
|
|
486
|
-
export declare const ArcgisVideoPlayer: import(
|
|
489
|
+
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<HTMLArcgisVideoPlayerElement & {
|
|
487
490
|
class?: string;
|
|
488
491
|
}, {
|
|
489
492
|
onArcgisPropertyChange: EventName<HTMLArcgisVideoPlayerElement["arcgisPropertyChange"]>;
|
|
490
493
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
491
494
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
492
495
|
}>;
|
|
493
|
-
export declare const ArcgisWeather: import(
|
|
496
|
+
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLArcgisWeatherElement & {
|
|
494
497
|
class?: string;
|
|
495
498
|
}, {
|
|
496
499
|
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
497
500
|
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
498
501
|
}>;
|
|
499
|
-
export declare const ArcgisZoom: import(
|
|
502
|
+
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<HTMLArcgisZoomElement & {
|
|
500
503
|
class?: string;
|
|
501
504
|
}, {
|
|
502
505
|
onArcgisPropertyChange: EventName<HTMLArcgisZoomElement["arcgisPropertyChange"]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from './components';
|