@arcgis/map-components-react 5.0.0-next.114 → 5.0.0-next.116
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 +74 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1,29 +1,34 @@
|
|
|
1
1
|
/// <reference types="@arcgis/map-components" preserve="true" />
|
|
2
2
|
import { EventName } from '@lit/react';
|
|
3
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-area-measurement-2d /> directly. */
|
|
3
4
|
export declare const ArcgisAreaMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-2d').ArcgisAreaMeasurement2d & {
|
|
4
5
|
class?: string;
|
|
5
6
|
}, {
|
|
6
7
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisPropertyChange"]>;
|
|
7
8
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisReady"]>;
|
|
8
9
|
}>;
|
|
10
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-area-measurement-3d /> directly. */
|
|
9
11
|
export declare const ArcgisAreaMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-3d').ArcgisAreaMeasurement3d & {
|
|
10
12
|
class?: string;
|
|
11
13
|
}, {
|
|
12
14
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisPropertyChange"]>;
|
|
13
15
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisReady"]>;
|
|
14
16
|
}>;
|
|
17
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-attachments /> directly. */
|
|
15
18
|
export declare const ArcgisAttachments: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-attachments').ArcgisAttachments & {
|
|
16
19
|
class?: string;
|
|
17
20
|
}, {
|
|
18
21
|
onArcgisPropertyChange: EventName<HTMLArcgisAttachmentsElement["arcgisPropertyChange"]>;
|
|
19
22
|
onArcgisReady: EventName<HTMLArcgisAttachmentsElement["arcgisReady"]>;
|
|
20
23
|
}>;
|
|
24
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-basemap-gallery /> directly. */
|
|
21
25
|
export declare const ArcgisBasemapGallery: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-gallery').ArcgisBasemapGallery & {
|
|
22
26
|
class?: string;
|
|
23
27
|
}, {
|
|
24
28
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapGalleryElement["arcgisPropertyChange"]>;
|
|
25
29
|
onArcgisReady: EventName<HTMLArcgisBasemapGalleryElement["arcgisReady"]>;
|
|
26
30
|
}>;
|
|
31
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-basemap-layer-list /> directly. */
|
|
27
32
|
export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-layer-list').ArcgisBasemapLayerList & {
|
|
28
33
|
class?: string;
|
|
29
34
|
}, {
|
|
@@ -32,12 +37,14 @@ export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebCompon
|
|
|
32
37
|
onArcgisReady: EventName<HTMLArcgisBasemapLayerListElement["arcgisReady"]>;
|
|
33
38
|
onArcgisTriggerAction: EventName<HTMLArcgisBasemapLayerListElement["arcgisTriggerAction"]>;
|
|
34
39
|
}>;
|
|
40
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-basemap-toggle /> directly. */
|
|
35
41
|
export declare const ArcgisBasemapToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-toggle').ArcgisBasemapToggle & {
|
|
36
42
|
class?: string;
|
|
37
43
|
}, {
|
|
38
44
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapToggleElement["arcgisPropertyChange"]>;
|
|
39
45
|
onArcgisReady: EventName<HTMLArcgisBasemapToggleElement["arcgisReady"]>;
|
|
40
46
|
}>;
|
|
47
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-bookmarks /> directly. */
|
|
41
48
|
export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-bookmarks').ArcgisBookmarks & {
|
|
42
49
|
class?: string;
|
|
43
50
|
}, {
|
|
@@ -47,6 +54,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<imp
|
|
|
47
54
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
48
55
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
49
56
|
}>;
|
|
57
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-explorer /> directly. */
|
|
50
58
|
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-explorer').ArcgisBuildingExplorer & {
|
|
51
59
|
class?: string;
|
|
52
60
|
}, {
|
|
@@ -54,6 +62,7 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
54
62
|
onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingPhaseChange"]>;
|
|
55
63
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
56
64
|
}>;
|
|
65
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-building-level-item /> directly. */
|
|
57
66
|
export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-level-item').BuildingLevelItem & {
|
|
58
67
|
class?: string;
|
|
59
68
|
}, {
|
|
@@ -61,6 +70,7 @@ export declare const ArcgisBuildingLevelItem: import('@lit/react').ReactWebCompo
|
|
|
61
70
|
onArcgisTileFocus: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileFocus"]>;
|
|
62
71
|
onArcgisTileSelect: EventName<HTMLArcgisBuildingLevelItemElement["arcgisTileSelect"]>;
|
|
63
72
|
}>;
|
|
73
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-catalog-layer-list /> directly. */
|
|
64
74
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list').ArcgisCatalogLayerList & {
|
|
65
75
|
class?: string;
|
|
66
76
|
}, {
|
|
@@ -69,12 +79,14 @@ export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebCompon
|
|
|
69
79
|
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
70
80
|
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
71
81
|
}>;
|
|
82
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-compass /> directly. */
|
|
72
83
|
export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-compass').ArcgisCompass & {
|
|
73
84
|
class?: string;
|
|
74
85
|
}, {
|
|
75
86
|
onArcgisPropertyChange: EventName<HTMLArcgisCompassElement["arcgisPropertyChange"]>;
|
|
76
87
|
onArcgisReady: EventName<HTMLArcgisCompassElement["arcgisReady"]>;
|
|
77
88
|
}>;
|
|
89
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-coordinate-conversion /> directly. */
|
|
78
90
|
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-coordinate-conversion').ArcgisCoordinateConversion & {
|
|
79
91
|
class?: string;
|
|
80
92
|
}, {
|
|
@@ -82,36 +94,42 @@ export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebCo
|
|
|
82
94
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
83
95
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
84
96
|
}>;
|
|
97
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-daylight /> directly. */
|
|
85
98
|
export declare const ArcgisDaylight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-daylight').ArcgisDaylight & {
|
|
86
99
|
class?: string;
|
|
87
100
|
}, {
|
|
88
101
|
onArcgisReady: EventName<HTMLArcgisDaylightElement["arcgisReady"]>;
|
|
89
102
|
onArcgisUserDateTimeChange: EventName<HTMLArcgisDaylightElement["arcgisUserDateTimeChange"]>;
|
|
90
103
|
}>;
|
|
104
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-directional-pad /> directly. */
|
|
91
105
|
export declare const ArcgisDirectionalPad: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directional-pad').ArcgisDirectionalPad & {
|
|
92
106
|
class?: string;
|
|
93
107
|
}, {
|
|
94
108
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionalPadElement["arcgisPropertyChange"]>;
|
|
95
109
|
onArcgisReady: EventName<HTMLArcgisDirectionalPadElement["arcgisReady"]>;
|
|
96
110
|
}>;
|
|
111
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-directions /> directly. */
|
|
97
112
|
export declare const ArcgisDirections: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directions').ArcgisDirections & {
|
|
98
113
|
class?: string;
|
|
99
114
|
}, {
|
|
100
115
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
|
|
101
116
|
onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
|
|
102
117
|
}>;
|
|
118
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-direct-line-measurement-3d /> directly. */
|
|
103
119
|
export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-direct-line-measurement-3d').ArcgisDirectLineMeasurement3d & {
|
|
104
120
|
class?: string;
|
|
105
121
|
}, {
|
|
106
122
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
107
123
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
108
124
|
}>;
|
|
125
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-distance-measurement-2d /> directly. */
|
|
109
126
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-distance-measurement-2d').ArcgisDistanceMeasurement2d & {
|
|
110
127
|
class?: string;
|
|
111
128
|
}, {
|
|
112
129
|
onArcgisPropertyChange: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisPropertyChange"]>;
|
|
113
130
|
onArcgisReady: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisReady"]>;
|
|
114
131
|
}>;
|
|
132
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-editor /> directly. */
|
|
115
133
|
export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-editor').ArcgisEditor & {
|
|
116
134
|
class?: string;
|
|
117
135
|
}, {
|
|
@@ -120,24 +138,28 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<import
|
|
|
120
138
|
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
121
139
|
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
122
140
|
}>;
|
|
141
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-elevation-profile /> directly. */
|
|
123
142
|
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-elevation-profile').ArcgisElevationProfile & {
|
|
124
143
|
class?: string;
|
|
125
144
|
}, {
|
|
126
145
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
127
146
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
128
147
|
}>;
|
|
148
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-expand /> directly. */
|
|
129
149
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-expand').ArcgisExpand & {
|
|
130
150
|
class?: string;
|
|
131
151
|
}, {
|
|
132
152
|
onArcgisPropertyChange: EventName<HTMLArcgisExpandElement["arcgisPropertyChange"]>;
|
|
133
153
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
134
154
|
}>;
|
|
155
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature /> directly. */
|
|
135
156
|
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature').ArcgisFeature & {
|
|
136
157
|
class?: string;
|
|
137
158
|
}, {
|
|
138
159
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
139
160
|
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
140
161
|
}>;
|
|
162
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-form /> directly. */
|
|
141
163
|
export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-form').ArcgisFeatureForm & {
|
|
142
164
|
class?: string;
|
|
143
165
|
}, {
|
|
@@ -146,6 +168,7 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<i
|
|
|
146
168
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
147
169
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
148
170
|
}>;
|
|
171
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-table /> directly. */
|
|
149
172
|
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-table').ArcgisFeatureTable & {
|
|
150
173
|
class?: string;
|
|
151
174
|
}, {
|
|
@@ -158,6 +181,7 @@ export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
|
|
|
158
181
|
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
159
182
|
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
160
183
|
}>;
|
|
184
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-templates /> directly. */
|
|
161
185
|
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates').ArcgisFeatureTemplates & {
|
|
162
186
|
class?: string;
|
|
163
187
|
}, {
|
|
@@ -165,6 +189,7 @@ export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebCompon
|
|
|
165
189
|
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
166
190
|
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
|
|
167
191
|
}>;
|
|
192
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-features /> directly. */
|
|
168
193
|
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features').ArcgisFeatures & {
|
|
169
194
|
class?: string;
|
|
170
195
|
}, {
|
|
@@ -173,29 +198,34 @@ export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<impo
|
|
|
173
198
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
174
199
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
175
200
|
}>;
|
|
201
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-floor-filter /> directly. */
|
|
176
202
|
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-floor-filter').ArcgisFloorFilter & {
|
|
177
203
|
class?: string;
|
|
178
204
|
}, {
|
|
179
205
|
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
180
206
|
}>;
|
|
207
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-fullscreen /> directly. */
|
|
181
208
|
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-fullscreen').ArcgisFullscreen & {
|
|
182
209
|
class?: string;
|
|
183
210
|
}, {
|
|
184
211
|
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
185
212
|
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
186
213
|
}>;
|
|
214
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-grid-controls /> directly. */
|
|
187
215
|
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-grid-controls').ArcgisGridControls & {
|
|
188
216
|
class?: string;
|
|
189
217
|
}, {
|
|
190
218
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
191
219
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
192
220
|
}>;
|
|
221
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-histogram-range-slider /> directly. */
|
|
193
222
|
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-histogram-range-slider').ArcgisHistogramRangeSlider & {
|
|
194
223
|
class?: string;
|
|
195
224
|
}, {
|
|
196
225
|
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
197
226
|
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
198
227
|
}>;
|
|
228
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-home /> directly. */
|
|
199
229
|
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-home').ArcgisHome & {
|
|
200
230
|
class?: string;
|
|
201
231
|
}, {
|
|
@@ -203,6 +233,7 @@ export declare const ArcgisHome: import('@lit/react').ReactWebComponent<import('
|
|
|
203
233
|
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
204
234
|
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
205
235
|
}>;
|
|
236
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-layer-list /> directly. */
|
|
206
237
|
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list').ArcgisLayerList & {
|
|
207
238
|
class?: string;
|
|
208
239
|
}, {
|
|
@@ -211,18 +242,21 @@ export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<imp
|
|
|
211
242
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
212
243
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
213
244
|
}>;
|
|
245
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-legend /> directly. */
|
|
214
246
|
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-legend').ArcgisLegend & {
|
|
215
247
|
class?: string;
|
|
216
248
|
}, {
|
|
217
249
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
218
250
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
219
251
|
}>;
|
|
252
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-line-of-sight /> directly. */
|
|
220
253
|
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-line-of-sight').ArcgisLineOfSight & {
|
|
221
254
|
class?: string;
|
|
222
255
|
}, {
|
|
223
256
|
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
224
257
|
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
225
258
|
}>;
|
|
259
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-link-chart /> directly. */
|
|
226
260
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart').ArcgisLinkChart & {
|
|
227
261
|
class?: string;
|
|
228
262
|
}, {
|
|
@@ -251,6 +285,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<imp
|
|
|
251
285
|
onArcgisViewReadyChange: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyChange"]>;
|
|
252
286
|
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
253
287
|
}>;
|
|
288
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-link-chart-layout-switcher /> directly. */
|
|
254
289
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-layout-switcher').ArcgisLinkChartLayoutSwitcher & {
|
|
255
290
|
class?: string;
|
|
256
291
|
}, {
|
|
@@ -258,6 +293,7 @@ export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWe
|
|
|
258
293
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
259
294
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
260
295
|
}>;
|
|
296
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-locate /> directly. */
|
|
261
297
|
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-locate').ArcgisLocate & {
|
|
262
298
|
class?: string;
|
|
263
299
|
}, {
|
|
@@ -266,6 +302,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import
|
|
|
266
302
|
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
267
303
|
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
268
304
|
}>;
|
|
305
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-map /> directly. */
|
|
269
306
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-map').ArcgisMap & {
|
|
270
307
|
class?: string;
|
|
271
308
|
}, {
|
|
@@ -294,24 +331,28 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@
|
|
|
294
331
|
onArcgisViewReadyChange: EventName<HTMLArcgisMapElement["arcgisViewReadyChange"]>;
|
|
295
332
|
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
296
333
|
}>;
|
|
334
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-measurement /> directly. */
|
|
297
335
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-measurement').ArcgisMeasurement & {
|
|
298
336
|
class?: string;
|
|
299
337
|
}, {
|
|
300
338
|
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
301
339
|
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
302
340
|
}>;
|
|
341
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-navigation-toggle /> directly. */
|
|
303
342
|
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-navigation-toggle').ArcgisNavigationToggle & {
|
|
304
343
|
class?: string;
|
|
305
344
|
}, {
|
|
306
345
|
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
307
346
|
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
308
347
|
}>;
|
|
348
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-oriented-imagery-viewer /> directly. */
|
|
309
349
|
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-oriented-imagery-viewer').ArcgisOrientedImageryViewer & {
|
|
310
350
|
class?: string;
|
|
311
351
|
}, {
|
|
312
352
|
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
313
353
|
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
314
354
|
}>;
|
|
355
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-popup /> directly. */
|
|
315
356
|
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-popup').ArcgisPopup & {
|
|
316
357
|
class?: string;
|
|
317
358
|
}, {
|
|
@@ -320,11 +361,13 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import(
|
|
|
320
361
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
321
362
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
322
363
|
}>;
|
|
364
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-presentation /> directly. */
|
|
323
365
|
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation').ArcgisPresentation & {
|
|
324
366
|
class?: string;
|
|
325
367
|
}, {
|
|
326
368
|
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
327
369
|
}>;
|
|
370
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-print /> directly. */
|
|
328
371
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-print').ArcgisPrint & {
|
|
329
372
|
class?: string;
|
|
330
373
|
}, {
|
|
@@ -335,17 +378,20 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
|
|
|
335
378
|
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
336
379
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
337
380
|
}>;
|
|
381
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-bar /> directly. */
|
|
338
382
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar').ArcgisScaleBar & {
|
|
339
383
|
class?: string;
|
|
340
384
|
}, {
|
|
341
385
|
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
342
386
|
}>;
|
|
387
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scale-range-slider /> directly. */
|
|
343
388
|
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-range-slider').ArcgisScaleRangeSlider & {
|
|
344
389
|
class?: string;
|
|
345
390
|
}, {
|
|
346
391
|
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
347
392
|
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
348
393
|
}>;
|
|
394
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-scene /> directly. */
|
|
349
395
|
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scene').ArcgisScene & {
|
|
350
396
|
class?: string;
|
|
351
397
|
}, {
|
|
@@ -374,6 +420,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import(
|
|
|
374
420
|
onArcgisViewReadyChange: EventName<HTMLArcgisSceneElement["arcgisViewReadyChange"]>;
|
|
375
421
|
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
376
422
|
}>;
|
|
423
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-search /> directly. */
|
|
377
424
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search').ArcgisSearch & {
|
|
378
425
|
class?: string;
|
|
379
426
|
}, {
|
|
@@ -386,17 +433,20 @@ export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import
|
|
|
386
433
|
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
387
434
|
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
388
435
|
}>;
|
|
436
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-search-result-renderer /> directly. */
|
|
389
437
|
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search-result-renderer').ArcgisSearchResultRenderer & {
|
|
390
438
|
class?: string;
|
|
391
439
|
}, {
|
|
392
440
|
onArcgisReady: EventName<HTMLArcgisSearchResultRendererElement["arcgisReady"]>;
|
|
393
441
|
}>;
|
|
442
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-shadow-cast /> directly. */
|
|
394
443
|
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-shadow-cast').ArcgisShadowCast & {
|
|
395
444
|
class?: string;
|
|
396
445
|
}, {
|
|
397
446
|
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
398
447
|
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
399
448
|
}>;
|
|
449
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-sketch /> directly. */
|
|
400
450
|
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-sketch').ArcgisSketch & {
|
|
401
451
|
class?: string;
|
|
402
452
|
}, {
|
|
@@ -408,20 +458,24 @@ export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import
|
|
|
408
458
|
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
409
459
|
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
410
460
|
}>;
|
|
461
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-slice /> directly. */
|
|
411
462
|
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slice').ArcgisSlice & {
|
|
412
463
|
class?: string;
|
|
413
464
|
}, {
|
|
414
465
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
415
466
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
416
467
|
}>;
|
|
468
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-color-select /> directly. */
|
|
417
469
|
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-color-select').ArcgisColorSelect & {
|
|
418
470
|
class?: string;
|
|
419
471
|
}, {
|
|
420
472
|
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
421
473
|
}>;
|
|
474
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-webgl-error /> directly. */
|
|
422
475
|
export declare const ArcgisWebglError: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-webgl-error').ArcgisWebGlError & {
|
|
423
476
|
class?: string;
|
|
424
477
|
}, {}>;
|
|
478
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-swipe /> directly. */
|
|
425
479
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-swipe').ArcgisSwipe & {
|
|
426
480
|
class?: string;
|
|
427
481
|
}, {
|
|
@@ -430,6 +484,7 @@ export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<import(
|
|
|
430
484
|
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
431
485
|
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
432
486
|
}>;
|
|
487
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-table-list /> directly. */
|
|
433
488
|
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-table-list').ArcgisTableList & {
|
|
434
489
|
class?: string;
|
|
435
490
|
}, {
|
|
@@ -438,6 +493,7 @@ export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<imp
|
|
|
438
493
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
439
494
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
440
495
|
}>;
|
|
496
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-time-slider /> directly. */
|
|
441
497
|
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-slider').ArcgisTimeSlider & {
|
|
442
498
|
class?: string;
|
|
443
499
|
}, {
|
|
@@ -445,12 +501,14 @@ export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<im
|
|
|
445
501
|
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
446
502
|
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
447
503
|
}>;
|
|
504
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-time-zone-label /> directly. */
|
|
448
505
|
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-zone-label').ArcgisTimeZoneLabel & {
|
|
449
506
|
class?: string;
|
|
450
507
|
}, {
|
|
451
508
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeZoneLabelElement["arcgisPropertyChange"]>;
|
|
452
509
|
onArcgisReady: EventName<HTMLArcgisTimeZoneLabelElement["arcgisReady"]>;
|
|
453
510
|
}>;
|
|
511
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-track /> directly. */
|
|
454
512
|
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-track').ArcgisTrack & {
|
|
455
513
|
class?: string;
|
|
456
514
|
}, {
|
|
@@ -459,11 +517,13 @@ export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<import(
|
|
|
459
517
|
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
460
518
|
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
461
519
|
}>;
|
|
520
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-associations /> directly. */
|
|
462
521
|
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-associations').ArcgisUtilityNetworkAssociations & {
|
|
463
522
|
class?: string;
|
|
464
523
|
}, {
|
|
465
524
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
466
525
|
}>;
|
|
526
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace /> directly. */
|
|
467
527
|
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace').ArcgisUtilityNetworkTrace & {
|
|
468
528
|
class?: string;
|
|
469
529
|
}, {
|
|
@@ -475,6 +535,7 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
475
535
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
476
536
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
477
537
|
}>;
|
|
538
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace-analysis /> directly. */
|
|
478
539
|
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis').ArcgisUtilityNetworkTraceAnalysis & {
|
|
479
540
|
class?: string;
|
|
480
541
|
}, {
|
|
@@ -484,9 +545,11 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
484
545
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceLocationSelectStart"]>;
|
|
485
546
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
486
547
|
}>;
|
|
548
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-subnetwork-info /> directly. */
|
|
487
549
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-subnetwork-info').ArcgisUtilityNetworkSubnetworkInfo & {
|
|
488
550
|
class?: string;
|
|
489
551
|
}, {}>;
|
|
552
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace-inputs /> directly. */
|
|
490
553
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-inputs').ArcgisUtilityNetworkTraceInputs & {
|
|
491
554
|
class?: string;
|
|
492
555
|
}, {
|
|
@@ -496,6 +559,7 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
496
559
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
497
560
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
498
561
|
}>;
|
|
562
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace-location /> directly. */
|
|
499
563
|
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location').ArcgisUtilityNetworkTraceLocation & {
|
|
500
564
|
class?: string;
|
|
501
565
|
}, {
|
|
@@ -503,9 +567,11 @@ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').Rea
|
|
|
503
567
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
504
568
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
505
569
|
}>;
|
|
570
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace-location-list /> directly. */
|
|
506
571
|
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location-list').ArcgisUtilityNetworkTraceLocationList & {
|
|
507
572
|
class?: string;
|
|
508
573
|
}, {}>;
|
|
574
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-trace-results /> directly. */
|
|
509
575
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results').ArcgisUtilityNetworkTraceResults & {
|
|
510
576
|
class?: string;
|
|
511
577
|
}, {
|
|
@@ -513,12 +579,14 @@ export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').Reac
|
|
|
513
579
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
514
580
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
|
515
581
|
}>;
|
|
582
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-utility-network-validate-topology /> directly. */
|
|
516
583
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-topology').ArcgisUtilityNetworkValidateTopology & {
|
|
517
584
|
class?: string;
|
|
518
585
|
}, {
|
|
519
586
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
520
587
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
521
588
|
}>;
|
|
589
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker /> directly. */
|
|
522
590
|
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker').ArcgisValuePicker & {
|
|
523
591
|
class?: string;
|
|
524
592
|
}, {
|
|
@@ -530,17 +598,20 @@ export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<i
|
|
|
530
598
|
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
531
599
|
onArcgisReady: EventName<HTMLArcgisValuePickerElement["arcgisReady"]>;
|
|
532
600
|
}>;
|
|
601
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-version-management /> directly. */
|
|
533
602
|
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-version-management').ArcgisVersionManagement & {
|
|
534
603
|
class?: string;
|
|
535
604
|
}, {
|
|
536
605
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
537
606
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
538
607
|
}>;
|
|
608
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-video /> directly. */
|
|
539
609
|
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video').ArcgisVideo & {
|
|
540
610
|
class?: string;
|
|
541
611
|
}, {
|
|
542
612
|
onArcgisViewReadyChange: EventName<HTMLArcgisVideoElement["arcgisViewReadyChange"]>;
|
|
543
613
|
}>;
|
|
614
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-video-player /> directly. */
|
|
544
615
|
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video-player').ArcgisVideoPlayer & {
|
|
545
616
|
class?: string;
|
|
546
617
|
}, {
|
|
@@ -548,18 +619,21 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<i
|
|
|
548
619
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
549
620
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
550
621
|
}>;
|
|
622
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-volume-measurement /> directly. */
|
|
551
623
|
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-volume-measurement').ArcgisVolumeMeasurement & {
|
|
552
624
|
class?: string;
|
|
553
625
|
}, {
|
|
554
626
|
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
555
627
|
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
556
628
|
}>;
|
|
629
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-weather /> directly. */
|
|
557
630
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-weather').ArcgisWeather & {
|
|
558
631
|
class?: string;
|
|
559
632
|
}, {
|
|
560
633
|
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
561
634
|
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
562
635
|
}>;
|
|
636
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-zoom /> directly. */
|
|
563
637
|
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-zoom').ArcgisZoom & {
|
|
564
638
|
class?: string;
|
|
565
639
|
}, {
|
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.116",
|
|
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.116",
|
|
33
|
+
"@arcgis/map-components": "5.0.0-next.116",
|
|
34
34
|
"@esri/calcite-components": "^5.0.0-next.28",
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
36
|
"lit": "^3.3.0",
|