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