@arcgis/map-components-react 5.0.0-next.106 → 5.0.0-next.107
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 +80 -77
- package/dist/index.js +47 -41
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/// <reference types="@arcgis/map-components" preserve="true" />
|
|
2
2
|
import { EventName } from '@lit/react';
|
|
3
|
-
export declare const ArcgisAreaMeasurement2d: import('@lit/react').ReactWebComponent<
|
|
3
|
+
export declare const ArcgisAreaMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-2d').ArcgisAreaMeasurement2d & {
|
|
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('@lit/react').ReactWebComponent<
|
|
9
|
+
export declare const ArcgisAreaMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-3d').ArcgisAreaMeasurement3d & {
|
|
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('@lit/react').ReactWebComponent<
|
|
15
|
+
export declare const ArcgisAttachments: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-attachments').ArcgisAttachments & {
|
|
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('@lit/react').ReactWebComponent<
|
|
21
|
+
export declare const ArcgisBasemapGallery: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-gallery').ArcgisBasemapGallery & {
|
|
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('@lit/react').ReactWebComponent<
|
|
27
|
+
export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-layer-list').ArcgisBasemapLayerList & {
|
|
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('@lit/react').ReactWebComponent<
|
|
35
|
+
export declare const ArcgisBasemapToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-toggle').ArcgisBasemapToggle & {
|
|
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('@lit/react').ReactWebComponent<
|
|
41
|
+
export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-bookmarks').ArcgisBookmarks & {
|
|
42
42
|
class?: string;
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
|
|
@@ -47,29 +47,29 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<HTM
|
|
|
47
47
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
48
48
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
49
49
|
}>;
|
|
50
|
-
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<
|
|
50
|
+
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-explorer').ArcgisBuildingExplorer & {
|
|
51
51
|
class?: string;
|
|
52
52
|
}, {
|
|
53
53
|
onArcgisPropertyChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisPropertyChange"]>;
|
|
54
54
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
55
55
|
}>;
|
|
56
|
-
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<
|
|
56
|
+
export declare const ArcgisBuildingDisciplineTree: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-discipline-tree').BuildingDisciplineTree & {
|
|
57
57
|
class?: string;
|
|
58
58
|
}, {}>;
|
|
59
|
-
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<
|
|
59
|
+
export declare const ArcgisBuildingLevelPicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-picker').BuildingLevelPicker & {
|
|
60
60
|
class?: string;
|
|
61
61
|
}, {}>;
|
|
62
|
-
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<
|
|
62
|
+
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item').BuildingLevelItem & {
|
|
63
63
|
class?: string;
|
|
64
64
|
}, {
|
|
65
65
|
onArcgisTileBlur: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileBlur"]>;
|
|
66
66
|
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
67
67
|
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
68
68
|
}>;
|
|
69
|
-
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<
|
|
69
|
+
export declare const ArcgisBuildingPhasePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-phase-picker').BuildingPhasePicker & {
|
|
70
70
|
class?: string;
|
|
71
71
|
}, {}>;
|
|
72
|
-
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<
|
|
72
|
+
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list').ArcgisCatalogLayerList & {
|
|
73
73
|
class?: string;
|
|
74
74
|
}, {
|
|
75
75
|
onArcgisClose: EventName<HTMLArcgisCatalogLayerListElement["arcgisClose"]>;
|
|
@@ -77,50 +77,50 @@ export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebCompon
|
|
|
77
77
|
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
78
78
|
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
79
79
|
}>;
|
|
80
|
-
export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<
|
|
80
|
+
export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-compass').ArcgisCompass & {
|
|
81
81
|
class?: string;
|
|
82
82
|
}, {
|
|
83
83
|
onArcgisPropertyChange: EventName<HTMLArcgisCompassElement["arcgisPropertyChange"]>;
|
|
84
84
|
onArcgisReady: EventName<HTMLArcgisCompassElement["arcgisReady"]>;
|
|
85
85
|
}>;
|
|
86
|
-
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<
|
|
86
|
+
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-coordinate-conversion').ArcgisCoordinateConversion & {
|
|
87
87
|
class?: string;
|
|
88
88
|
}, {
|
|
89
89
|
onArcgisConversionChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisConversionChange"]>;
|
|
90
90
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
91
91
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
92
92
|
}>;
|
|
93
|
-
export declare const ArcgisDaylight: import('@lit/react').ReactWebComponent<
|
|
93
|
+
export declare const ArcgisDaylight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-daylight').ArcgisDaylight & {
|
|
94
94
|
class?: string;
|
|
95
95
|
}, {
|
|
96
96
|
onArcgisReady: EventName<HTMLArcgisDaylightElement["arcgisReady"]>;
|
|
97
97
|
onArcgisUserDateTimeChange: EventName<HTMLArcgisDaylightElement["arcgisUserDateTimeChange"]>;
|
|
98
98
|
}>;
|
|
99
|
-
export declare const ArcgisDirectionalPad: import('@lit/react').ReactWebComponent<
|
|
99
|
+
export declare const ArcgisDirectionalPad: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directional-pad').ArcgisDirectionalPad & {
|
|
100
100
|
class?: string;
|
|
101
101
|
}, {
|
|
102
102
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionalPadElement["arcgisPropertyChange"]>;
|
|
103
103
|
onArcgisReady: EventName<HTMLArcgisDirectionalPadElement["arcgisReady"]>;
|
|
104
104
|
}>;
|
|
105
|
-
export declare const ArcgisDirections: import('@lit/react').ReactWebComponent<
|
|
105
|
+
export declare const ArcgisDirections: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directions').ArcgisDirections & {
|
|
106
106
|
class?: string;
|
|
107
107
|
}, {
|
|
108
108
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
|
|
109
109
|
onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
|
|
110
110
|
}>;
|
|
111
|
-
export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWebComponent<
|
|
111
|
+
export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-direct-line-measurement-3d').ArcgisDirectLineMeasurement3d & {
|
|
112
112
|
class?: string;
|
|
113
113
|
}, {
|
|
114
114
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
115
115
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
116
116
|
}>;
|
|
117
|
-
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<
|
|
117
|
+
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-distance-measurement-2d').ArcgisDistanceMeasurement2d & {
|
|
118
118
|
class?: string;
|
|
119
119
|
}, {
|
|
120
120
|
onArcgisPropertyChange: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisPropertyChange"]>;
|
|
121
121
|
onArcgisReady: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisReady"]>;
|
|
122
122
|
}>;
|
|
123
|
-
export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<
|
|
123
|
+
export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-editor').ArcgisEditor & {
|
|
124
124
|
class?: string;
|
|
125
125
|
}, {
|
|
126
126
|
onArcgisPropertyChange: EventName<HTMLArcgisEditorElement["arcgisPropertyChange"]>;
|
|
@@ -128,25 +128,25 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
128
128
|
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
129
129
|
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
130
130
|
}>;
|
|
131
|
-
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<
|
|
131
|
+
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-elevation-profile').ArcgisElevationProfile & {
|
|
132
132
|
class?: string;
|
|
133
133
|
}, {
|
|
134
134
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
135
135
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
136
136
|
}>;
|
|
137
|
-
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<
|
|
137
|
+
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-expand').ArcgisExpand & {
|
|
138
138
|
class?: string;
|
|
139
139
|
}, {
|
|
140
140
|
onArcgisPropertyChange: EventName<HTMLArcgisExpandElement["arcgisPropertyChange"]>;
|
|
141
141
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
142
142
|
}>;
|
|
143
|
-
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<
|
|
143
|
+
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature').ArcgisFeature & {
|
|
144
144
|
class?: string;
|
|
145
145
|
}, {
|
|
146
146
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
147
147
|
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
148
148
|
}>;
|
|
149
|
-
export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<
|
|
149
|
+
export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-form').ArcgisFeatureForm & {
|
|
150
150
|
class?: string;
|
|
151
151
|
}, {
|
|
152
152
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureFormElement["arcgisPropertyChange"]>;
|
|
@@ -154,7 +154,7 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<H
|
|
|
154
154
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
155
155
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
156
156
|
}>;
|
|
157
|
-
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
|
|
157
|
+
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-table').ArcgisFeatureTable & {
|
|
158
158
|
class?: string;
|
|
159
159
|
}, {
|
|
160
160
|
onArcgisCellClick: EventName<HTMLArcgisFeatureTableElement["arcgisCellClick"]>;
|
|
@@ -166,14 +166,14 @@ export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
|
|
|
166
166
|
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
167
167
|
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
168
168
|
}>;
|
|
169
|
-
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<
|
|
169
|
+
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates').ArcgisFeatureTemplates & {
|
|
170
170
|
class?: string;
|
|
171
171
|
}, {
|
|
172
172
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
|
|
173
173
|
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
174
174
|
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
|
|
175
175
|
}>;
|
|
176
|
-
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<
|
|
176
|
+
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features').ArcgisFeatures & {
|
|
177
177
|
class?: string;
|
|
178
178
|
}, {
|
|
179
179
|
onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
|
|
@@ -181,37 +181,37 @@ export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<HTML
|
|
|
181
181
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
182
182
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
183
183
|
}>;
|
|
184
|
-
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<
|
|
184
|
+
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-floor-filter').ArcgisFloorFilter & {
|
|
185
185
|
class?: string;
|
|
186
186
|
}, {
|
|
187
187
|
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
188
188
|
}>;
|
|
189
|
-
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<
|
|
189
|
+
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-fullscreen').ArcgisFullscreen & {
|
|
190
190
|
class?: string;
|
|
191
191
|
}, {
|
|
192
192
|
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
193
193
|
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
194
194
|
}>;
|
|
195
|
-
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<
|
|
195
|
+
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-grid-controls').ArcgisGridControls & {
|
|
196
196
|
class?: string;
|
|
197
197
|
}, {
|
|
198
198
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
199
199
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
200
200
|
}>;
|
|
201
|
-
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<
|
|
201
|
+
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-histogram-range-slider').ArcgisHistogramRangeSlider & {
|
|
202
202
|
class?: string;
|
|
203
203
|
}, {
|
|
204
204
|
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
205
205
|
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
206
206
|
}>;
|
|
207
|
-
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<
|
|
207
|
+
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-home').ArcgisHome & {
|
|
208
208
|
class?: string;
|
|
209
209
|
}, {
|
|
210
210
|
onArcgisGo: EventName<HTMLArcgisHomeElement["arcgisGo"]>;
|
|
211
211
|
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
212
212
|
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
213
213
|
}>;
|
|
214
|
-
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<
|
|
214
|
+
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list').ArcgisLayerList & {
|
|
215
215
|
class?: string;
|
|
216
216
|
}, {
|
|
217
217
|
onArcgisClose: EventName<HTMLArcgisLayerListElement["arcgisClose"]>;
|
|
@@ -219,19 +219,19 @@ export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<HTM
|
|
|
219
219
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
220
220
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
221
221
|
}>;
|
|
222
|
-
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<
|
|
222
|
+
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-legend').ArcgisLegend & {
|
|
223
223
|
class?: string;
|
|
224
224
|
}, {
|
|
225
225
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
226
226
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
227
227
|
}>;
|
|
228
|
-
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<
|
|
228
|
+
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-line-of-sight').ArcgisLineOfSight & {
|
|
229
229
|
class?: string;
|
|
230
230
|
}, {
|
|
231
231
|
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
232
232
|
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
233
233
|
}>;
|
|
234
|
-
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<
|
|
234
|
+
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart').ArcgisLinkChart & {
|
|
235
235
|
class?: string;
|
|
236
236
|
}, {
|
|
237
237
|
onArcgisLoadError: EventName<HTMLArcgisLinkChartElement["arcgisLoadError"]>;
|
|
@@ -259,14 +259,14 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<HTM
|
|
|
259
259
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
260
260
|
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
261
261
|
}>;
|
|
262
|
-
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<
|
|
262
|
+
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-layout-switcher').ArcgisLinkChartLayoutSwitcher & {
|
|
263
263
|
class?: string;
|
|
264
264
|
}, {
|
|
265
265
|
onArcgisPropertyChange: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisPropertyChange"]>;
|
|
266
266
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
267
267
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
268
268
|
}>;
|
|
269
|
-
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<
|
|
269
|
+
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-locate').ArcgisLocate & {
|
|
270
270
|
class?: string;
|
|
271
271
|
}, {
|
|
272
272
|
onArcgisError: EventName<HTMLArcgisLocateElement["arcgisError"]>;
|
|
@@ -274,7 +274,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
274
274
|
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
275
275
|
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
276
276
|
}>;
|
|
277
|
-
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<
|
|
277
|
+
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-map').ArcgisMap & {
|
|
278
278
|
class?: string;
|
|
279
279
|
}, {
|
|
280
280
|
onArcgisLoadError: EventName<HTMLArcgisMapElement["arcgisLoadError"]>;
|
|
@@ -302,30 +302,30 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<HTMLArcgi
|
|
|
302
302
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
303
303
|
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
304
304
|
}>;
|
|
305
|
-
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<
|
|
305
|
+
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-measurement').ArcgisMeasurement & {
|
|
306
306
|
class?: string;
|
|
307
307
|
}, {
|
|
308
308
|
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
309
309
|
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
310
310
|
}>;
|
|
311
|
-
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<
|
|
311
|
+
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-navigation-toggle').ArcgisNavigationToggle & {
|
|
312
312
|
class?: string;
|
|
313
313
|
}, {
|
|
314
314
|
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
315
315
|
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
316
316
|
}>;
|
|
317
|
-
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<
|
|
317
|
+
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-oriented-imagery-viewer').ArcgisOrientedImageryViewer & {
|
|
318
318
|
class?: string;
|
|
319
319
|
}, {
|
|
320
320
|
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
321
321
|
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
322
322
|
}>;
|
|
323
|
-
export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<
|
|
323
|
+
export declare const ArcgisPlacement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-placement').ArcgisPlacement & {
|
|
324
324
|
class?: string;
|
|
325
325
|
}, {
|
|
326
326
|
onArcgisReady: EventName<HTMLArcgisPlacementElement["arcgisReady"]>;
|
|
327
327
|
}>;
|
|
328
|
-
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<
|
|
328
|
+
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-popup').ArcgisPopup & {
|
|
329
329
|
class?: string;
|
|
330
330
|
}, {
|
|
331
331
|
onArcgisClose: EventName<HTMLArcgisPopupElement["arcgisClose"]>;
|
|
@@ -333,12 +333,12 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
333
333
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
334
334
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
335
335
|
}>;
|
|
336
|
-
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<
|
|
336
|
+
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation').ArcgisPresentation & {
|
|
337
337
|
class?: string;
|
|
338
338
|
}, {
|
|
339
339
|
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
340
340
|
}>;
|
|
341
|
-
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<
|
|
341
|
+
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-print').ArcgisPrint & {
|
|
342
342
|
class?: string;
|
|
343
343
|
}, {
|
|
344
344
|
onArcgisBrowseTemplatesChange: EventName<HTMLArcgisPrintElement["arcgisBrowseTemplatesChange"]>;
|
|
@@ -348,18 +348,18 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
348
348
|
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
349
349
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
350
350
|
}>;
|
|
351
|
-
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<
|
|
351
|
+
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar').ArcgisScaleBar & {
|
|
352
352
|
class?: string;
|
|
353
353
|
}, {
|
|
354
354
|
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
355
355
|
}>;
|
|
356
|
-
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<
|
|
356
|
+
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-range-slider').ArcgisScaleRangeSlider & {
|
|
357
357
|
class?: string;
|
|
358
358
|
}, {
|
|
359
359
|
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
360
360
|
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
361
361
|
}>;
|
|
362
|
-
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<
|
|
362
|
+
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scene').ArcgisScene & {
|
|
363
363
|
class?: string;
|
|
364
364
|
}, {
|
|
365
365
|
onArcgisLoadError: EventName<HTMLArcgisSceneElement["arcgisLoadError"]>;
|
|
@@ -387,7 +387,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
387
387
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
388
388
|
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
389
389
|
}>;
|
|
390
|
-
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<
|
|
390
|
+
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search').ArcgisSearch & {
|
|
391
391
|
class?: string;
|
|
392
392
|
}, {
|
|
393
393
|
onArcgisPropertyChange: EventName<HTMLArcgisSearchElement["arcgisPropertyChange"]>;
|
|
@@ -399,18 +399,18 @@ export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
399
399
|
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
400
400
|
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
401
401
|
}>;
|
|
402
|
-
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<
|
|
402
|
+
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search-result-renderer').ArcgisSearchResultRenderer & {
|
|
403
403
|
class?: string;
|
|
404
404
|
}, {
|
|
405
405
|
onArcgisReady: EventName<HTMLArcgisSearchResultRendererElement["arcgisReady"]>;
|
|
406
406
|
}>;
|
|
407
|
-
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<
|
|
407
|
+
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-shadow-cast').ArcgisShadowCast & {
|
|
408
408
|
class?: string;
|
|
409
409
|
}, {
|
|
410
410
|
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
411
411
|
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
412
412
|
}>;
|
|
413
|
-
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<
|
|
413
|
+
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-sketch').ArcgisSketch & {
|
|
414
414
|
class?: string;
|
|
415
415
|
}, {
|
|
416
416
|
onArcgisCreate: EventName<HTMLArcgisSketchElement["arcgisCreate"]>;
|
|
@@ -421,18 +421,21 @@ export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<HTMLAr
|
|
|
421
421
|
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
422
422
|
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
423
423
|
}>;
|
|
424
|
-
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<
|
|
424
|
+
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slice').ArcgisSlice & {
|
|
425
425
|
class?: string;
|
|
426
426
|
}, {
|
|
427
427
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
428
428
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
429
429
|
}>;
|
|
430
|
-
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<
|
|
430
|
+
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-color-select').ArcgisColorSelect & {
|
|
431
431
|
class?: string;
|
|
432
432
|
}, {
|
|
433
433
|
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
434
434
|
}>;
|
|
435
|
-
export declare const
|
|
435
|
+
export declare const ArcgisWebglError: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-webgl-error').ArcgisWebGlError & {
|
|
436
|
+
class?: string;
|
|
437
|
+
}, {}>;
|
|
438
|
+
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-swipe').ArcgisSwipe & {
|
|
436
439
|
class?: string;
|
|
437
440
|
}, {
|
|
438
441
|
onArcgisPropertyChange: EventName<HTMLArcgisSwipeElement["arcgisPropertyChange"]>;
|
|
@@ -440,7 +443,7 @@ export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
440
443
|
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
441
444
|
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
442
445
|
}>;
|
|
443
|
-
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<
|
|
446
|
+
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-table-list').ArcgisTableList & {
|
|
444
447
|
class?: string;
|
|
445
448
|
}, {
|
|
446
449
|
onArcgisClose: EventName<HTMLArcgisTableListElement["arcgisClose"]>;
|
|
@@ -448,20 +451,20 @@ export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<HTM
|
|
|
448
451
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
449
452
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
450
453
|
}>;
|
|
451
|
-
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<
|
|
454
|
+
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-slider').ArcgisTimeSlider & {
|
|
452
455
|
class?: string;
|
|
453
456
|
}, {
|
|
454
457
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeSliderElement["arcgisPropertyChange"]>;
|
|
455
458
|
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
456
459
|
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
457
460
|
}>;
|
|
458
|
-
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<
|
|
461
|
+
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-zone-label').ArcgisTimeZoneLabel & {
|
|
459
462
|
class?: string;
|
|
460
463
|
}, {
|
|
461
464
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeZoneLabelElement["arcgisPropertyChange"]>;
|
|
462
465
|
onArcgisReady: EventName<HTMLArcgisTimeZoneLabelElement["arcgisReady"]>;
|
|
463
466
|
}>;
|
|
464
|
-
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<
|
|
467
|
+
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-track').ArcgisTrack & {
|
|
465
468
|
class?: string;
|
|
466
469
|
}, {
|
|
467
470
|
onArcgisComplete: EventName<HTMLArcgisTrackElement["arcgisComplete"]>;
|
|
@@ -469,12 +472,12 @@ export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<HTMLArc
|
|
|
469
472
|
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
470
473
|
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
471
474
|
}>;
|
|
472
|
-
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<
|
|
475
|
+
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-associations').ArcgisUtilityNetworkAssociations & {
|
|
473
476
|
class?: string;
|
|
474
477
|
}, {
|
|
475
478
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
476
479
|
}>;
|
|
477
|
-
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<
|
|
480
|
+
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace').ArcgisUtilityNetworkTrace & {
|
|
478
481
|
class?: string;
|
|
479
482
|
}, {
|
|
480
483
|
onArcgisAddFlag: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisAddFlag"]>;
|
|
@@ -485,7 +488,7 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
485
488
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
486
489
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
487
490
|
}>;
|
|
488
|
-
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<
|
|
491
|
+
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis').ArcgisUtilityNetworkTraceAnalysis & {
|
|
489
492
|
class?: string;
|
|
490
493
|
}, {
|
|
491
494
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisPropertyChange"]>;
|
|
@@ -494,10 +497,10 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
494
497
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
495
498
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
496
499
|
}>;
|
|
497
|
-
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<
|
|
500
|
+
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-subnetwork-info').ArcgisUtilityNetworkSubnetworkInfo & {
|
|
498
501
|
class?: string;
|
|
499
502
|
}, {}>;
|
|
500
|
-
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<
|
|
503
|
+
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-inputs').ArcgisUtilityNetworkTraceInputs & {
|
|
501
504
|
class?: string;
|
|
502
505
|
}, {
|
|
503
506
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisPropertyChange"]>;
|
|
@@ -506,30 +509,30 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
506
509
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
507
510
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
508
511
|
}>;
|
|
509
|
-
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<
|
|
512
|
+
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location').ArcgisUtilityNetworkTraceLocation & {
|
|
510
513
|
class?: string;
|
|
511
514
|
}, {
|
|
512
515
|
onArcgisTraceLocationChange: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationChange"]>;
|
|
513
516
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
514
517
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
515
518
|
}>;
|
|
516
|
-
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<
|
|
519
|
+
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location-list').ArcgisUtilityNetworkTraceLocationList & {
|
|
517
520
|
class?: string;
|
|
518
521
|
}, {}>;
|
|
519
|
-
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<
|
|
522
|
+
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results').ArcgisUtilityNetworkTraceResults & {
|
|
520
523
|
class?: string;
|
|
521
524
|
}, {
|
|
522
525
|
onArcgisSelectedLayerChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedLayerChange"]>;
|
|
523
526
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
524
527
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
|
525
528
|
}>;
|
|
526
|
-
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<
|
|
529
|
+
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-topology').ArcgisUtilityNetworkValidateTopology & {
|
|
527
530
|
class?: string;
|
|
528
531
|
}, {
|
|
529
532
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
530
533
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
531
534
|
}>;
|
|
532
|
-
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<
|
|
535
|
+
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker').ArcgisValuePicker & {
|
|
533
536
|
class?: string;
|
|
534
537
|
}, {
|
|
535
538
|
onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
|
|
@@ -540,37 +543,37 @@ export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<H
|
|
|
540
543
|
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
541
544
|
onArcgisReady: EventName<HTMLArcgisValuePickerElement["arcgisReady"]>;
|
|
542
545
|
}>;
|
|
543
|
-
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<
|
|
546
|
+
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-version-management').ArcgisVersionManagement & {
|
|
544
547
|
class?: string;
|
|
545
548
|
}, {
|
|
546
549
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
547
550
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
548
551
|
}>;
|
|
549
|
-
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<
|
|
552
|
+
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video').ArcgisVideo & {
|
|
550
553
|
class?: string;
|
|
551
554
|
}, {
|
|
552
555
|
onArcgisViewReadyChange: EventName<HTMLArcgisVideoElement["arcgisViewReadyChange"]>;
|
|
553
556
|
}>;
|
|
554
|
-
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<
|
|
557
|
+
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video-player').ArcgisVideoPlayer & {
|
|
555
558
|
class?: string;
|
|
556
559
|
}, {
|
|
557
560
|
onArcgisPropertyChange: EventName<HTMLArcgisVideoPlayerElement["arcgisPropertyChange"]>;
|
|
558
561
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
559
562
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
560
563
|
}>;
|
|
561
|
-
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<
|
|
564
|
+
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-volume-measurement').ArcgisVolumeMeasurement & {
|
|
562
565
|
class?: string;
|
|
563
566
|
}, {
|
|
564
567
|
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
565
568
|
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
566
569
|
}>;
|
|
567
|
-
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<
|
|
570
|
+
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-weather').ArcgisWeather & {
|
|
568
571
|
class?: string;
|
|
569
572
|
}, {
|
|
570
573
|
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
571
574
|
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
572
575
|
}>;
|
|
573
|
-
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<
|
|
576
|
+
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-zoom').ArcgisZoom & {
|
|
574
577
|
class?: string;
|
|
575
578
|
}, {
|
|
576
579
|
onArcgisClick: EventName<HTMLArcgisZoomElement["arcgisClick"]>;
|
package/dist/index.js
CHANGED
|
@@ -546,6 +546,11 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
546
546
|
}
|
|
547
547
|
)
|
|
548
548
|
), Ar = /* @__PURE__ */ e(
|
|
549
|
+
r(
|
|
550
|
+
"arcgis-webgl-error",
|
|
551
|
+
{}
|
|
552
|
+
)
|
|
553
|
+
), yr = /* @__PURE__ */ e(
|
|
549
554
|
r(
|
|
550
555
|
"arcgis-swipe",
|
|
551
556
|
{
|
|
@@ -555,7 +560,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
555
560
|
onArcgisSwipeInput: "arcgisSwipeInput"
|
|
556
561
|
}
|
|
557
562
|
)
|
|
558
|
-
),
|
|
563
|
+
), lr = /* @__PURE__ */ e(
|
|
559
564
|
r(
|
|
560
565
|
"arcgis-table-list",
|
|
561
566
|
{
|
|
@@ -565,7 +570,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
565
570
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
566
571
|
}
|
|
567
572
|
)
|
|
568
|
-
),
|
|
573
|
+
), dr = /* @__PURE__ */ e(
|
|
569
574
|
r(
|
|
570
575
|
"arcgis-time-slider",
|
|
571
576
|
{
|
|
@@ -574,7 +579,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
574
579
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
|
575
580
|
}
|
|
576
581
|
)
|
|
577
|
-
),
|
|
582
|
+
), Cr = /* @__PURE__ */ e(
|
|
578
583
|
r(
|
|
579
584
|
"arcgis-time-zone-label",
|
|
580
585
|
{
|
|
@@ -582,7 +587,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
582
587
|
onArcgisReady: "arcgisReady"
|
|
583
588
|
}
|
|
584
589
|
)
|
|
585
|
-
),
|
|
590
|
+
), wr = /* @__PURE__ */ e(
|
|
586
591
|
r(
|
|
587
592
|
"arcgis-track",
|
|
588
593
|
{
|
|
@@ -592,14 +597,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
592
597
|
onArcgisReady: "arcgisReady"
|
|
593
598
|
}
|
|
594
599
|
)
|
|
595
|
-
),
|
|
600
|
+
), pr = /* @__PURE__ */ e(
|
|
596
601
|
r(
|
|
597
602
|
"arcgis-utility-network-associations",
|
|
598
603
|
{
|
|
599
604
|
onArcgisReady: "arcgisReady"
|
|
600
605
|
}
|
|
601
606
|
)
|
|
602
|
-
),
|
|
607
|
+
), hr = /* @__PURE__ */ e(
|
|
603
608
|
r(
|
|
604
609
|
"arcgis-utility-network-trace",
|
|
605
610
|
{
|
|
@@ -612,7 +617,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
612
617
|
onArcgisRemoveResultArea: "arcgisRemoveResultArea"
|
|
613
618
|
}
|
|
614
619
|
)
|
|
615
|
-
),
|
|
620
|
+
), Rr = /* @__PURE__ */ e(
|
|
616
621
|
r(
|
|
617
622
|
"arcgis-utility-network-trace-analysis",
|
|
618
623
|
{
|
|
@@ -623,12 +628,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
623
628
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
624
629
|
}
|
|
625
630
|
)
|
|
626
|
-
),
|
|
631
|
+
), Vr = /* @__PURE__ */ e(
|
|
627
632
|
r(
|
|
628
633
|
"arcgis-utility-network-subnetwork-info",
|
|
629
634
|
{}
|
|
630
635
|
)
|
|
631
|
-
),
|
|
636
|
+
), Pr = /* @__PURE__ */ e(
|
|
632
637
|
r(
|
|
633
638
|
"arcgis-utility-network-trace-inputs",
|
|
634
639
|
{
|
|
@@ -639,7 +644,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
639
644
|
onArcgisUtilityNetworkChange: "arcgisUtilityNetworkChange"
|
|
640
645
|
}
|
|
641
646
|
)
|
|
642
|
-
),
|
|
647
|
+
), ur = /* @__PURE__ */ e(
|
|
643
648
|
r(
|
|
644
649
|
"arcgis-utility-network-trace-location",
|
|
645
650
|
{
|
|
@@ -648,12 +653,12 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
648
653
|
onArcgisTraceLocationSelectStart: "arcgisTraceLocationSelectStart"
|
|
649
654
|
}
|
|
650
655
|
)
|
|
651
|
-
),
|
|
656
|
+
), mr = /* @__PURE__ */ e(
|
|
652
657
|
r(
|
|
653
658
|
"arcgis-utility-network-trace-location-list",
|
|
654
659
|
{}
|
|
655
660
|
)
|
|
656
|
-
),
|
|
661
|
+
), Sr = /* @__PURE__ */ e(
|
|
657
662
|
r(
|
|
658
663
|
"arcgis-utility-network-trace-results",
|
|
659
664
|
{
|
|
@@ -662,7 +667,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
662
667
|
onArcgisTraceResultFeaturesReady: "arcgisTraceResultFeaturesReady"
|
|
663
668
|
}
|
|
664
669
|
)
|
|
665
|
-
),
|
|
670
|
+
), kr = /* @__PURE__ */ e(
|
|
666
671
|
r(
|
|
667
672
|
"arcgis-utility-network-validate-topology",
|
|
668
673
|
{
|
|
@@ -670,7 +675,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
670
675
|
onArcgisReady: "arcgisReady"
|
|
671
676
|
}
|
|
672
677
|
)
|
|
673
|
-
),
|
|
678
|
+
), Lr = /* @__PURE__ */ e(
|
|
674
679
|
r(
|
|
675
680
|
"arcgis-value-picker",
|
|
676
681
|
{
|
|
@@ -683,7 +688,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
683
688
|
onArcgisReady: "arcgisReady"
|
|
684
689
|
}
|
|
685
690
|
)
|
|
686
|
-
),
|
|
691
|
+
), Tr = /* @__PURE__ */ e(
|
|
687
692
|
r(
|
|
688
693
|
"arcgis-version-management",
|
|
689
694
|
{
|
|
@@ -691,14 +696,14 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
691
696
|
onArcgisVersioningStateChanged: "arcgisVersioningStateChanged"
|
|
692
697
|
}
|
|
693
698
|
)
|
|
694
|
-
),
|
|
699
|
+
), vr = /* @__PURE__ */ e(
|
|
695
700
|
r(
|
|
696
701
|
"arcgis-video",
|
|
697
702
|
{
|
|
698
703
|
onArcgisViewReadyChange: "arcgisViewReadyChange"
|
|
699
704
|
}
|
|
700
705
|
)
|
|
701
|
-
),
|
|
706
|
+
), Dr = /* @__PURE__ */ e(
|
|
702
707
|
r(
|
|
703
708
|
"arcgis-video-player",
|
|
704
709
|
{
|
|
@@ -707,7 +712,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
707
712
|
onArcgisVideoReady: "arcgisVideoReady"
|
|
708
713
|
}
|
|
709
714
|
)
|
|
710
|
-
),
|
|
715
|
+
), Er = /* @__PURE__ */ e(
|
|
711
716
|
r(
|
|
712
717
|
"arcgis-volume-measurement",
|
|
713
718
|
{
|
|
@@ -715,7 +720,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
715
720
|
onArcgisReady: "arcgisReady"
|
|
716
721
|
}
|
|
717
722
|
)
|
|
718
|
-
),
|
|
723
|
+
), br = /* @__PURE__ */ e(
|
|
719
724
|
r(
|
|
720
725
|
"arcgis-weather",
|
|
721
726
|
{
|
|
@@ -723,7 +728,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
723
728
|
onArcgisReady: "arcgisReady"
|
|
724
729
|
}
|
|
725
730
|
)
|
|
726
|
-
),
|
|
731
|
+
), Ur = /* @__PURE__ */ e(
|
|
727
732
|
r(
|
|
728
733
|
"arcgis-zoom",
|
|
729
734
|
{
|
|
@@ -790,25 +795,26 @@ export {
|
|
|
790
795
|
gr as ArcgisShadowCast,
|
|
791
796
|
or as ArcgisSketch,
|
|
792
797
|
nr as ArcgisSlice,
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
798
|
+
yr as ArcgisSwipe,
|
|
799
|
+
lr as ArcgisTableList,
|
|
800
|
+
dr as ArcgisTimeSlider,
|
|
801
|
+
Cr as ArcgisTimeZoneLabel,
|
|
802
|
+
wr as ArcgisTrack,
|
|
803
|
+
pr as ArcgisUtilityNetworkAssociations,
|
|
804
|
+
Vr as ArcgisUtilityNetworkSubnetworkInfo,
|
|
805
|
+
hr as ArcgisUtilityNetworkTrace,
|
|
806
|
+
Rr as ArcgisUtilityNetworkTraceAnalysis,
|
|
807
|
+
Pr as ArcgisUtilityNetworkTraceInputs,
|
|
808
|
+
ur as ArcgisUtilityNetworkTraceLocation,
|
|
809
|
+
mr as ArcgisUtilityNetworkTraceLocationList,
|
|
810
|
+
Sr as ArcgisUtilityNetworkTraceResults,
|
|
811
|
+
kr as ArcgisUtilityNetworkValidateTopology,
|
|
812
|
+
Lr as ArcgisValuePicker,
|
|
813
|
+
Tr as ArcgisVersionManagement,
|
|
814
|
+
vr as ArcgisVideo,
|
|
815
|
+
Dr as ArcgisVideoPlayer,
|
|
816
|
+
Er as ArcgisVolumeMeasurement,
|
|
817
|
+
br as ArcgisWeather,
|
|
818
|
+
Ar as ArcgisWebglError,
|
|
819
|
+
Ur as ArcgisZoom
|
|
814
820
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.107",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "5.0.0-next.
|
|
33
|
-
"@arcgis/map-components": "5.0.0-next.
|
|
32
|
+
"@arcgis/lumina": "5.0.0-next.107",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.107",
|
|
34
34
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|