@arcgis/map-components-react 5.2.0-next.1 → 5.2.0-next.11
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 +120 -135
- package/dist/index.js +206 -225
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
|
@@ -1,34 +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
|
|
3
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-area-measurement-2d />` directly. */
|
|
4
4
|
export declare const ArcgisAreaMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-2d/customElement').ArcgisAreaMeasurement2d & {
|
|
5
5
|
class?: string;
|
|
6
6
|
}, {
|
|
7
7
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisPropertyChange"]>;
|
|
8
8
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement2dElement["arcgisReady"]>;
|
|
9
9
|
}>;
|
|
10
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
10
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-area-measurement-3d />` directly. */
|
|
11
11
|
export declare const ArcgisAreaMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-area-measurement-3d/customElement').ArcgisAreaMeasurement3d & {
|
|
12
12
|
class?: string;
|
|
13
13
|
}, {
|
|
14
14
|
onArcgisPropertyChange: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisPropertyChange"]>;
|
|
15
15
|
onArcgisReady: EventName<HTMLArcgisAreaMeasurement3dElement["arcgisReady"]>;
|
|
16
16
|
}>;
|
|
17
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
17
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-attachments />` directly. */
|
|
18
18
|
export declare const ArcgisAttachments: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-attachments/customElement').ArcgisAttachments & {
|
|
19
19
|
class?: string;
|
|
20
20
|
}, {
|
|
21
21
|
onArcgisPropertyChange: EventName<HTMLArcgisAttachmentsElement["arcgisPropertyChange"]>;
|
|
22
22
|
onArcgisReady: EventName<HTMLArcgisAttachmentsElement["arcgisReady"]>;
|
|
23
23
|
}>;
|
|
24
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
24
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-basemap-gallery />` directly. */
|
|
25
25
|
export declare const ArcgisBasemapGallery: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-gallery/customElement').ArcgisBasemapGallery & {
|
|
26
26
|
class?: string;
|
|
27
27
|
}, {
|
|
28
28
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapGalleryElement["arcgisPropertyChange"]>;
|
|
29
29
|
onArcgisReady: EventName<HTMLArcgisBasemapGalleryElement["arcgisReady"]>;
|
|
30
30
|
}>;
|
|
31
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
31
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-basemap-layer-list />` directly. */
|
|
32
32
|
export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-layer-list/customElement').ArcgisBasemapLayerList & {
|
|
33
33
|
class?: string;
|
|
34
34
|
}, {
|
|
@@ -37,14 +37,14 @@ export declare const ArcgisBasemapLayerList: import('@lit/react').ReactWebCompon
|
|
|
37
37
|
onArcgisReady: EventName<HTMLArcgisBasemapLayerListElement["arcgisReady"]>;
|
|
38
38
|
onArcgisTriggerAction: EventName<HTMLArcgisBasemapLayerListElement["arcgisTriggerAction"]>;
|
|
39
39
|
}>;
|
|
40
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
40
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-basemap-toggle />` directly. */
|
|
41
41
|
export declare const ArcgisBasemapToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-basemap-toggle/customElement').ArcgisBasemapToggle & {
|
|
42
42
|
class?: string;
|
|
43
43
|
}, {
|
|
44
44
|
onArcgisPropertyChange: EventName<HTMLArcgisBasemapToggleElement["arcgisPropertyChange"]>;
|
|
45
45
|
onArcgisReady: EventName<HTMLArcgisBasemapToggleElement["arcgisReady"]>;
|
|
46
46
|
}>;
|
|
47
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
47
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-bookmarks />` directly. */
|
|
48
48
|
export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-bookmarks/customElement').ArcgisBookmarks & {
|
|
49
49
|
class?: string;
|
|
50
50
|
}, {
|
|
@@ -54,7 +54,7 @@ export declare const ArcgisBookmarks: import('@lit/react').ReactWebComponent<imp
|
|
|
54
54
|
onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
|
|
55
55
|
onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
|
|
56
56
|
}>;
|
|
57
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
57
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-building-explorer />` directly. */
|
|
58
58
|
export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-building-explorer/customElement').ArcgisBuildingExplorer & {
|
|
59
59
|
class?: string;
|
|
60
60
|
}, {
|
|
@@ -62,7 +62,7 @@ export declare const ArcgisBuildingExplorer: import('@lit/react').ReactWebCompon
|
|
|
62
62
|
onArcgisBuildingPhaseChange: EventName<HTMLArcgisBuildingExplorerElement["arcgisBuildingPhaseChange"]>;
|
|
63
63
|
onArcgisReady: EventName<HTMLArcgisBuildingExplorerElement["arcgisReady"]>;
|
|
64
64
|
}>;
|
|
65
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
65
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-catalog-layer-list />` directly. */
|
|
66
66
|
export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-catalog-layer-list/customElement').ArcgisCatalogLayerList & {
|
|
67
67
|
class?: string;
|
|
68
68
|
}, {
|
|
@@ -71,14 +71,14 @@ export declare const ArcgisCatalogLayerList: import('@lit/react').ReactWebCompon
|
|
|
71
71
|
onArcgisReady: EventName<HTMLArcgisCatalogLayerListElement["arcgisReady"]>;
|
|
72
72
|
onArcgisTriggerAction: EventName<HTMLArcgisCatalogLayerListElement["arcgisTriggerAction"]>;
|
|
73
73
|
}>;
|
|
74
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
74
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-compass />` directly. */
|
|
75
75
|
export declare const ArcgisCompass: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-compass/customElement').ArcgisCompass & {
|
|
76
76
|
class?: string;
|
|
77
77
|
}, {
|
|
78
78
|
onArcgisPropertyChange: EventName<HTMLArcgisCompassElement["arcgisPropertyChange"]>;
|
|
79
79
|
onArcgisReady: EventName<HTMLArcgisCompassElement["arcgisReady"]>;
|
|
80
80
|
}>;
|
|
81
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
81
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-coordinate-conversion />` directly. */
|
|
82
82
|
export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-coordinate-conversion/customElement').ArcgisCoordinateConversion & {
|
|
83
83
|
class?: string;
|
|
84
84
|
}, {
|
|
@@ -86,42 +86,50 @@ export declare const ArcgisCoordinateConversion: import('@lit/react').ReactWebCo
|
|
|
86
86
|
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionElement["arcgisPropertyChange"]>;
|
|
87
87
|
onArcgisReady: EventName<HTMLArcgisCoordinateConversionElement["arcgisReady"]>;
|
|
88
88
|
}>;
|
|
89
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
89
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-coordinate-conversion-next />` directly. */
|
|
90
|
+
export declare const ArcgisCoordinateConversionNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-coordinate-conversion-next/customElement').ArcgisCoordinateConversionNext & {
|
|
91
|
+
class?: string;
|
|
92
|
+
}, {
|
|
93
|
+
onArcgisConversionChange: EventName<HTMLArcgisCoordinateConversionNextElement["arcgisConversionChange"]>;
|
|
94
|
+
onArcgisPropertyChange: EventName<HTMLArcgisCoordinateConversionNextElement["arcgisPropertyChange"]>;
|
|
95
|
+
onArcgisReady: EventName<HTMLArcgisCoordinateConversionNextElement["arcgisReady"]>;
|
|
96
|
+
}>;
|
|
97
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-daylight />` directly. */
|
|
90
98
|
export declare const ArcgisDaylight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-daylight/customElement').ArcgisDaylight & {
|
|
91
99
|
class?: string;
|
|
92
100
|
}, {
|
|
93
101
|
onArcgisReady: EventName<HTMLArcgisDaylightElement["arcgisReady"]>;
|
|
94
102
|
onArcgisUserDateTimeChange: EventName<HTMLArcgisDaylightElement["arcgisUserDateTimeChange"]>;
|
|
95
103
|
}>;
|
|
96
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
104
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-directional-pad />` directly. */
|
|
97
105
|
export declare const ArcgisDirectionalPad: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directional-pad/customElement').ArcgisDirectionalPad & {
|
|
98
106
|
class?: string;
|
|
99
107
|
}, {
|
|
100
108
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionalPadElement["arcgisPropertyChange"]>;
|
|
101
109
|
onArcgisReady: EventName<HTMLArcgisDirectionalPadElement["arcgisReady"]>;
|
|
102
110
|
}>;
|
|
103
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
111
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-directions />` directly. */
|
|
104
112
|
export declare const ArcgisDirections: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-directions/customElement').ArcgisDirections & {
|
|
105
113
|
class?: string;
|
|
106
114
|
}, {
|
|
107
115
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
|
|
108
116
|
onArcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
|
|
109
117
|
}>;
|
|
110
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
118
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-direct-line-measurement-3d />` directly. */
|
|
111
119
|
export declare const ArcgisDirectLineMeasurement3d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-direct-line-measurement-3d/customElement').ArcgisDirectLineMeasurement3d & {
|
|
112
120
|
class?: string;
|
|
113
121
|
}, {
|
|
114
122
|
onArcgisPropertyChange: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisPropertyChange"]>;
|
|
115
123
|
onArcgisReady: EventName<HTMLArcgisDirectLineMeasurement3dElement["arcgisReady"]>;
|
|
116
124
|
}>;
|
|
117
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
125
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-distance-measurement-2d />` directly. */
|
|
118
126
|
export declare const ArcgisDistanceMeasurement2d: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-distance-measurement-2d/customElement').ArcgisDistanceMeasurement2d & {
|
|
119
127
|
class?: string;
|
|
120
128
|
}, {
|
|
121
129
|
onArcgisPropertyChange: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisPropertyChange"]>;
|
|
122
130
|
onArcgisReady: EventName<HTMLArcgisDistanceMeasurement2dElement["arcgisReady"]>;
|
|
123
131
|
}>;
|
|
124
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
132
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-editor />` directly. */
|
|
125
133
|
export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-editor/customElement').ArcgisEditor & {
|
|
126
134
|
class?: string;
|
|
127
135
|
}, {
|
|
@@ -130,28 +138,28 @@ export declare const ArcgisEditor: import('@lit/react').ReactWebComponent<import
|
|
|
130
138
|
onArcgisSketchCreate: EventName<HTMLArcgisEditorElement["arcgisSketchCreate"]>;
|
|
131
139
|
onArcgisSketchUpdate: EventName<HTMLArcgisEditorElement["arcgisSketchUpdate"]>;
|
|
132
140
|
}>;
|
|
133
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
141
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-elevation-profile />` directly. */
|
|
134
142
|
export declare const ArcgisElevationProfile: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-elevation-profile/customElement').ArcgisElevationProfile & {
|
|
135
143
|
class?: string;
|
|
136
144
|
}, {
|
|
137
145
|
onArcgisPropertyChange: EventName<HTMLArcgisElevationProfileElement["arcgisPropertyChange"]>;
|
|
138
146
|
onArcgisReady: EventName<HTMLArcgisElevationProfileElement["arcgisReady"]>;
|
|
139
147
|
}>;
|
|
140
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
148
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-expand />` directly. */
|
|
141
149
|
export declare const ArcgisExpand: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-expand/customElement').ArcgisExpand & {
|
|
142
150
|
class?: string;
|
|
143
151
|
}, {
|
|
144
152
|
onArcgisPropertyChange: EventName<HTMLArcgisExpandElement["arcgisPropertyChange"]>;
|
|
145
153
|
onArcgisReady: EventName<HTMLArcgisExpandElement["arcgisReady"]>;
|
|
146
154
|
}>;
|
|
147
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
155
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature />` directly. */
|
|
148
156
|
export declare const ArcgisFeature: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature/customElement').ArcgisFeature & {
|
|
149
157
|
class?: string;
|
|
150
158
|
}, {
|
|
151
159
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureElement["arcgisPropertyChange"]>;
|
|
152
160
|
onArcgisReady: EventName<HTMLArcgisFeatureElement["arcgisReady"]>;
|
|
153
161
|
}>;
|
|
154
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
162
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-form />` directly. */
|
|
155
163
|
export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-form/customElement').ArcgisFeatureForm & {
|
|
156
164
|
class?: string;
|
|
157
165
|
}, {
|
|
@@ -160,14 +168,14 @@ export declare const ArcgisFeatureForm: import('@lit/react').ReactWebComponent<i
|
|
|
160
168
|
onArcgisSubmit: EventName<HTMLArcgisFeatureFormElement["arcgisSubmit"]>;
|
|
161
169
|
onArcgisValueChange: EventName<HTMLArcgisFeatureFormElement["arcgisValueChange"]>;
|
|
162
170
|
}>;
|
|
163
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
171
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-next />` directly. */
|
|
164
172
|
export declare const ArcgisFeatureNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-next/customElement').ArcgisFeatureNext & {
|
|
165
173
|
class?: string;
|
|
166
174
|
}, {
|
|
167
175
|
onArcgisPropertyChange: EventName<HTMLArcgisFeatureNextElement["arcgisPropertyChange"]>;
|
|
168
176
|
onArcgisReady: EventName<HTMLArcgisFeatureNextElement["arcgisReady"]>;
|
|
169
177
|
}>;
|
|
170
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
178
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-table />` directly. */
|
|
171
179
|
export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-table/customElement').ArcgisFeatureTable & {
|
|
172
180
|
class?: string;
|
|
173
181
|
}, {
|
|
@@ -181,7 +189,20 @@ export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
|
|
|
181
189
|
onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
|
|
182
190
|
onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
|
|
183
191
|
}>;
|
|
184
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
192
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-templates />` directly. */
|
|
193
|
+
export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates/customElement').ArcgisFeatureTemplates & {
|
|
194
|
+
class?: string;
|
|
195
|
+
}, {
|
|
196
|
+
onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
|
|
197
|
+
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
|
|
198
|
+
onArcgisSelectTemplate: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelectTemplate"]>;
|
|
199
|
+
onArcgisTemplatesChanged: EventName<HTMLArcgisFeatureTemplatesElement["arcgisTemplatesChanged"]>;
|
|
200
|
+
}>;
|
|
201
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-template-image />` directly. */
|
|
202
|
+
export declare const ArcgisTemplateImage: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-template-image/customElement').ArcgisTemplateImage & {
|
|
203
|
+
class?: string;
|
|
204
|
+
}, {}>;
|
|
205
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-templates-legacy />` directly. */
|
|
185
206
|
export declare const ArcgisFeatureTemplatesLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates-legacy/customElement').ArcgisFeatureTemplatesLegacy & {
|
|
186
207
|
class?: string;
|
|
187
208
|
}, {
|
|
@@ -189,7 +210,7 @@ export declare const ArcgisFeatureTemplatesLegacy: import('@lit/react').ReactWeb
|
|
|
189
210
|
onArcgisReady: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisReady"]>;
|
|
190
211
|
onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisSelect"]>;
|
|
191
212
|
}>;
|
|
192
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
213
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-features />` directly. */
|
|
193
214
|
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features/customElement').ArcgisFeatures & {
|
|
194
215
|
class?: string;
|
|
195
216
|
}, {
|
|
@@ -198,7 +219,7 @@ export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<impo
|
|
|
198
219
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
199
220
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
|
200
221
|
}>;
|
|
201
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
222
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-features-next />` directly. */
|
|
202
223
|
export declare const ArcgisFeaturesNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features-next/customElement').ArcgisFeaturesNext & {
|
|
203
224
|
class?: string;
|
|
204
225
|
}, {
|
|
@@ -207,34 +228,34 @@ export declare const ArcgisFeaturesNext: import('@lit/react').ReactWebComponent<
|
|
|
207
228
|
onArcgisReady: EventName<HTMLArcgisFeaturesNextElement["arcgisReady"]>;
|
|
208
229
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesNextElement["arcgisTriggerAction"]>;
|
|
209
230
|
}>;
|
|
210
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
231
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-floor-filter />` directly. */
|
|
211
232
|
export declare const ArcgisFloorFilter: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-floor-filter/customElement').ArcgisFloorFilter & {
|
|
212
233
|
class?: string;
|
|
213
234
|
}, {
|
|
214
235
|
onArcgisReady: EventName<HTMLArcgisFloorFilterElement["arcgisReady"]>;
|
|
215
236
|
}>;
|
|
216
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
237
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-fullscreen />` directly. */
|
|
217
238
|
export declare const ArcgisFullscreen: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-fullscreen/customElement').ArcgisFullscreen & {
|
|
218
239
|
class?: string;
|
|
219
240
|
}, {
|
|
220
241
|
onArcgisPropertyChange: EventName<HTMLArcgisFullscreenElement["arcgisPropertyChange"]>;
|
|
221
242
|
onArcgisReady: EventName<HTMLArcgisFullscreenElement["arcgisReady"]>;
|
|
222
243
|
}>;
|
|
223
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
244
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-grid-controls />` directly. */
|
|
224
245
|
export declare const ArcgisGridControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-grid-controls/customElement').ArcgisGridControls & {
|
|
225
246
|
class?: string;
|
|
226
247
|
}, {
|
|
227
248
|
onArcgisPropertyChange: EventName<HTMLArcgisGridControlsElement["arcgisPropertyChange"]>;
|
|
228
249
|
onArcgisReady: EventName<HTMLArcgisGridControlsElement["arcgisReady"]>;
|
|
229
250
|
}>;
|
|
230
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
251
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-histogram-range-slider />` directly. */
|
|
231
252
|
export declare const ArcgisHistogramRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-histogram-range-slider/customElement').ArcgisHistogramRangeSlider & {
|
|
232
253
|
class?: string;
|
|
233
254
|
}, {
|
|
234
255
|
onArcgisPropertyChange: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisPropertyChange"]>;
|
|
235
256
|
onArcgisReady: EventName<HTMLArcgisHistogramRangeSliderElement["arcgisReady"]>;
|
|
236
257
|
}>;
|
|
237
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
258
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-home />` directly. */
|
|
238
259
|
export declare const ArcgisHome: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-home/customElement').ArcgisHome & {
|
|
239
260
|
class?: string;
|
|
240
261
|
}, {
|
|
@@ -242,7 +263,7 @@ export declare const ArcgisHome: import('@lit/react').ReactWebComponent<import('
|
|
|
242
263
|
onArcgisPropertyChange: EventName<HTMLArcgisHomeElement["arcgisPropertyChange"]>;
|
|
243
264
|
onArcgisReady: EventName<HTMLArcgisHomeElement["arcgisReady"]>;
|
|
244
265
|
}>;
|
|
245
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
266
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-layer-list />` directly. */
|
|
246
267
|
export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list/customElement').ArcgisLayerList & {
|
|
247
268
|
class?: string;
|
|
248
269
|
}, {
|
|
@@ -251,7 +272,7 @@ export declare const ArcgisLayerList: import('@lit/react').ReactWebComponent<imp
|
|
|
251
272
|
onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
|
|
252
273
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
|
|
253
274
|
}>;
|
|
254
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
275
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-layer-list-next />` directly. */
|
|
255
276
|
export declare const ArcgisLayerListNext: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-layer-list-next/customElement').ArcgisLayerListNext & {
|
|
256
277
|
class?: string;
|
|
257
278
|
}, {
|
|
@@ -260,21 +281,21 @@ export declare const ArcgisLayerListNext: import('@lit/react').ReactWebComponent
|
|
|
260
281
|
onArcgisReady: EventName<HTMLArcgisLayerListNextElement["arcgisReady"]>;
|
|
261
282
|
onArcgisTriggerAction: EventName<HTMLArcgisLayerListNextElement["arcgisTriggerAction"]>;
|
|
262
283
|
}>;
|
|
263
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
284
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-legend />` directly. */
|
|
264
285
|
export declare const ArcgisLegend: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-legend/customElement').ArcgisLegend & {
|
|
265
286
|
class?: string;
|
|
266
287
|
}, {
|
|
267
288
|
onArcgisPropertyChange: EventName<HTMLArcgisLegendElement["arcgisPropertyChange"]>;
|
|
268
289
|
onArcgisReady: EventName<HTMLArcgisLegendElement["arcgisReady"]>;
|
|
269
290
|
}>;
|
|
270
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
291
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-line-of-sight />` directly. */
|
|
271
292
|
export declare const ArcgisLineOfSight: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-line-of-sight/customElement').ArcgisLineOfSight & {
|
|
272
293
|
class?: string;
|
|
273
294
|
}, {
|
|
274
295
|
onArcgisPropertyChange: EventName<HTMLArcgisLineOfSightElement["arcgisPropertyChange"]>;
|
|
275
296
|
onArcgisReady: EventName<HTMLArcgisLineOfSightElement["arcgisReady"]>;
|
|
276
297
|
}>;
|
|
277
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
298
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-link-chart />` directly. */
|
|
278
299
|
export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart/customElement').ArcgisLinkChart & {
|
|
279
300
|
class?: string;
|
|
280
301
|
}, {
|
|
@@ -305,7 +326,7 @@ export declare const ArcgisLinkChart: import('@lit/react').ReactWebComponent<imp
|
|
|
305
326
|
onArcgisViewReadyError: EventName<HTMLArcgisLinkChartElement["arcgisViewReadyError"]>;
|
|
306
327
|
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisLinkChartElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
307
328
|
}>;
|
|
308
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
329
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-link-chart-layout-switcher />` directly. */
|
|
309
330
|
export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-layout-switcher/customElement').ArcgisLinkChartLayoutSwitcher & {
|
|
310
331
|
class?: string;
|
|
311
332
|
}, {
|
|
@@ -313,14 +334,14 @@ export declare const ArcgisLinkChartLayoutSwitcher: import('@lit/react').ReactWe
|
|
|
313
334
|
onArcgisReady: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisReady"]>;
|
|
314
335
|
onArcgisSwitchLayout: EventName<HTMLArcgisLinkChartLayoutSwitcherElement["arcgisSwitchLayout"]>;
|
|
315
336
|
}>;
|
|
316
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
337
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-link-chart-nonspatial-visibility-toggle />` directly. */
|
|
317
338
|
export declare const ArcgisLinkChartNonspatialVisibilityToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-link-chart-nonspatial-visibility-toggle/customElement').ArcgisLinkChartNonspatialVisibilityToggle & {
|
|
318
339
|
class?: string;
|
|
319
340
|
}, {
|
|
320
341
|
onArcgisPropertyChange: EventName<HTMLArcgisLinkChartNonspatialVisibilityToggleElement["arcgisPropertyChange"]>;
|
|
321
342
|
onArcgisReady: EventName<HTMLArcgisLinkChartNonspatialVisibilityToggleElement["arcgisReady"]>;
|
|
322
343
|
}>;
|
|
323
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
344
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-locate />` directly. */
|
|
324
345
|
export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-locate/customElement').ArcgisLocate & {
|
|
325
346
|
class?: string;
|
|
326
347
|
}, {
|
|
@@ -329,7 +350,7 @@ export declare const ArcgisLocate: import('@lit/react').ReactWebComponent<import
|
|
|
329
350
|
onArcgisReady: EventName<HTMLArcgisLocateElement["arcgisReady"]>;
|
|
330
351
|
onArcgisSuccess: EventName<HTMLArcgisLocateElement["arcgisSuccess"]>;
|
|
331
352
|
}>;
|
|
332
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
353
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-map />` directly. */
|
|
333
354
|
export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-map/customElement').ArcgisMap & {
|
|
334
355
|
class?: string;
|
|
335
356
|
}, {
|
|
@@ -360,32 +381,32 @@ export declare const ArcgisMap: import('@lit/react').ReactWebComponent<import('@
|
|
|
360
381
|
onArcgisViewReadyError: EventName<HTMLArcgisMapElement["arcgisViewReadyError"]>;
|
|
361
382
|
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisMapElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
362
383
|
}>;
|
|
363
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
384
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-measurement />` directly. */
|
|
364
385
|
export declare const ArcgisMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-measurement/customElement').ArcgisMeasurement & {
|
|
365
386
|
class?: string;
|
|
366
387
|
}, {
|
|
367
388
|
onArcgisPropertyChange: EventName<HTMLArcgisMeasurementElement["arcgisPropertyChange"]>;
|
|
368
389
|
onArcgisReady: EventName<HTMLArcgisMeasurementElement["arcgisReady"]>;
|
|
369
390
|
}>;
|
|
370
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
391
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-navigation-toggle />` directly. */
|
|
371
392
|
export declare const ArcgisNavigationToggle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-navigation-toggle/customElement').ArcgisNavigationToggle & {
|
|
372
393
|
class?: string;
|
|
373
394
|
}, {
|
|
374
395
|
onArcgisPropertyChange: EventName<HTMLArcgisNavigationToggleElement["arcgisPropertyChange"]>;
|
|
375
396
|
onArcgisReady: EventName<HTMLArcgisNavigationToggleElement["arcgisReady"]>;
|
|
376
397
|
}>;
|
|
377
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
398
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-oriented-imagery-viewer />` directly. */
|
|
378
399
|
export declare const ArcgisOrientedImageryViewer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-oriented-imagery-viewer/customElement').ArcgisOrientedImageryViewer & {
|
|
379
400
|
class?: string;
|
|
380
401
|
}, {
|
|
381
402
|
onArcgisPropertyChange: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisPropertyChange"]>;
|
|
382
403
|
onArcgisReady: EventName<HTMLArcgisOrientedImageryViewerElement["arcgisReady"]>;
|
|
383
404
|
}>;
|
|
384
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
405
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-oriented-imagery-viewer-image-viewer />` directly. */
|
|
385
406
|
export declare const ArcgisOrientedImageryViewerImageViewer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-oriented-imagery-viewer-image-viewer/customElement').ArcgisOrientedImageryViewerImageViewer & {
|
|
386
407
|
class?: string;
|
|
387
408
|
}, {}>;
|
|
388
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
409
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-paste />` directly. */
|
|
389
410
|
export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-paste/customElement').ArcgisPaste & {
|
|
390
411
|
class?: string;
|
|
391
412
|
}, {
|
|
@@ -397,21 +418,21 @@ export declare const ArcgisPaste: import('@lit/react').ReactWebComponent<import(
|
|
|
397
418
|
onArcgisPropertyChange: EventName<HTMLArcgisPasteElement["arcgisPropertyChange"]>;
|
|
398
419
|
onArcgisReady: EventName<HTMLArcgisPasteElement["arcgisReady"]>;
|
|
399
420
|
}>;
|
|
400
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
421
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-clipboard />` directly. */
|
|
401
422
|
export declare const ArcgisClipboard: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-clipboard/customElement').ArcgisClipboard & {
|
|
402
423
|
class?: string;
|
|
403
424
|
}, {
|
|
404
425
|
onArcgisReady: EventName<HTMLArcgisClipboardElement["arcgisReady"]>;
|
|
405
426
|
}>;
|
|
406
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
427
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-image />` directly. */
|
|
407
428
|
export declare const ArcgisFeatureImage: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-image/customElement').ArcgisFeatureImage & {
|
|
408
429
|
class?: string;
|
|
409
430
|
}, {}>;
|
|
410
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
431
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-feature-title />` directly. */
|
|
411
432
|
export declare const ArcgisFeatureTitle: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-title/customElement').ArcgisFeatureTitle & {
|
|
412
433
|
class?: string;
|
|
413
434
|
}, {}>;
|
|
414
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
435
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-multi-feature-form />` directly. */
|
|
415
436
|
export declare const ArcgisMultiFeatureForm: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-multi-feature-form/customElement').ArcgisMultiFeatureForm & {
|
|
416
437
|
class?: string;
|
|
417
438
|
}, {
|
|
@@ -420,7 +441,7 @@ export declare const ArcgisMultiFeatureForm: import('@lit/react').ReactWebCompon
|
|
|
420
441
|
onArcgisSubmit: EventName<HTMLArcgisMultiFeatureFormElement["arcgisSubmit"]>;
|
|
421
442
|
onArcgisValueChange: EventName<HTMLArcgisMultiFeatureFormElement["arcgisValueChange"]>;
|
|
422
443
|
}>;
|
|
423
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
444
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-popup />` directly. */
|
|
424
445
|
export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-popup/customElement').ArcgisPopup & {
|
|
425
446
|
class?: string;
|
|
426
447
|
}, {
|
|
@@ -429,7 +450,7 @@ export declare const ArcgisPopup: import('@lit/react').ReactWebComponent<import(
|
|
|
429
450
|
onArcgisReady: EventName<HTMLArcgisPopupElement["arcgisReady"]>;
|
|
430
451
|
onArcgisTriggerAction: EventName<HTMLArcgisPopupElement["arcgisTriggerAction"]>;
|
|
431
452
|
}>;
|
|
432
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
453
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-presentation />` directly. */
|
|
433
454
|
export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-presentation/customElement').ArcgisPresentation & {
|
|
434
455
|
class?: string;
|
|
435
456
|
}, {
|
|
@@ -437,7 +458,7 @@ export declare const ArcgisPresentation: import('@lit/react').ReactWebComponent<
|
|
|
437
458
|
onArcgisPopupFeaturesRetrieved: EventName<HTMLArcgisPresentationElement["arcgisPopupFeaturesRetrieved"]>;
|
|
438
459
|
onArcgisReady: EventName<HTMLArcgisPresentationElement["arcgisReady"]>;
|
|
439
460
|
}>;
|
|
440
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
461
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-print />` directly. */
|
|
441
462
|
export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-print/customElement').ArcgisPrint & {
|
|
442
463
|
class?: string;
|
|
443
464
|
}, {
|
|
@@ -448,27 +469,27 @@ export declare const ArcgisPrint: import('@lit/react').ReactWebComponent<import(
|
|
|
448
469
|
onArcgisSaveAs: EventName<HTMLArcgisPrintElement["arcgisSaveAs"]>;
|
|
449
470
|
onArcgisSubmit: EventName<HTMLArcgisPrintElement["arcgisSubmit"]>;
|
|
450
471
|
}>;
|
|
451
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
472
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-reverse-geocode-list />` directly. */
|
|
452
473
|
export declare const ArcgisReverseGeocodeList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-reverse-geocode-list/customElement').ArcgisReverseGeocodeList & {
|
|
453
474
|
class?: string;
|
|
454
475
|
}, {
|
|
455
476
|
onArcgisReverseGeocodeCopy: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeCopy"]>;
|
|
456
477
|
onArcgisReverseGeocodeResultsChange: EventName<HTMLArcgisReverseGeocodeListElement["arcgisReverseGeocodeResultsChange"]>;
|
|
457
478
|
}>;
|
|
458
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
479
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-scale-bar />` directly. */
|
|
459
480
|
export declare const ArcgisScaleBar: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-bar/customElement').ArcgisScaleBar & {
|
|
460
481
|
class?: string;
|
|
461
482
|
}, {
|
|
462
483
|
onArcgisReady: EventName<HTMLArcgisScaleBarElement["arcgisReady"]>;
|
|
463
484
|
}>;
|
|
464
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
485
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-scale-range-slider />` directly. */
|
|
465
486
|
export declare const ArcgisScaleRangeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scale-range-slider/customElement').ArcgisScaleRangeSlider & {
|
|
466
487
|
class?: string;
|
|
467
488
|
}, {
|
|
468
489
|
onArcgisPropertyChange: EventName<HTMLArcgisScaleRangeSliderElement["arcgisPropertyChange"]>;
|
|
469
490
|
onArcgisReady: EventName<HTMLArcgisScaleRangeSliderElement["arcgisReady"]>;
|
|
470
491
|
}>;
|
|
471
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
492
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-scene />` directly. */
|
|
472
493
|
export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-scene/customElement').ArcgisScene & {
|
|
473
494
|
class?: string;
|
|
474
495
|
}, {
|
|
@@ -499,7 +520,7 @@ export declare const ArcgisScene: import('@lit/react').ReactWebComponent<import(
|
|
|
499
520
|
onArcgisViewReadyError: EventName<HTMLArcgisSceneElement["arcgisViewReadyError"]>;
|
|
500
521
|
onArcgisViewVerticalTwoFingerDrag: EventName<HTMLArcgisSceneElement["arcgisViewVerticalTwoFingerDrag"]>;
|
|
501
522
|
}>;
|
|
502
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
523
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-search />` directly. */
|
|
503
524
|
export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search/customElement').ArcgisSearch & {
|
|
504
525
|
class?: string;
|
|
505
526
|
}, {
|
|
@@ -512,20 +533,20 @@ export declare const ArcgisSearch: import('@lit/react').ReactWebComponent<import
|
|
|
512
533
|
onArcgisSuggestComplete: EventName<HTMLArcgisSearchElement["arcgisSuggestComplete"]>;
|
|
513
534
|
onArcgisSuggestStart: EventName<HTMLArcgisSearchElement["arcgisSuggestStart"]>;
|
|
514
535
|
}>;
|
|
515
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
536
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-search-result-renderer />` directly. */
|
|
516
537
|
export declare const ArcgisSearchResultRenderer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-search-result-renderer/customElement').ArcgisSearchResultRenderer & {
|
|
517
538
|
class?: string;
|
|
518
539
|
}, {
|
|
519
540
|
onArcgisReady: EventName<HTMLArcgisSearchResultRendererElement["arcgisReady"]>;
|
|
520
541
|
}>;
|
|
521
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
542
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-shadow-cast />` directly. */
|
|
522
543
|
export declare const ArcgisShadowCast: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-shadow-cast/customElement').ArcgisShadowCast & {
|
|
523
544
|
class?: string;
|
|
524
545
|
}, {
|
|
525
546
|
onArcgisPropertyChange: EventName<HTMLArcgisShadowCastElement["arcgisPropertyChange"]>;
|
|
526
547
|
onArcgisReady: EventName<HTMLArcgisShadowCastElement["arcgisReady"]>;
|
|
527
548
|
}>;
|
|
528
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
549
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-sketch />` directly. */
|
|
529
550
|
export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-sketch/customElement').ArcgisSketch & {
|
|
530
551
|
class?: string;
|
|
531
552
|
}, {
|
|
@@ -537,20 +558,20 @@ export declare const ArcgisSketch: import('@lit/react').ReactWebComponent<import
|
|
|
537
558
|
onArcgisUndo: EventName<HTMLArcgisSketchElement["arcgisUndo"]>;
|
|
538
559
|
onArcgisUpdate: EventName<HTMLArcgisSketchElement["arcgisUpdate"]>;
|
|
539
560
|
}>;
|
|
540
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
561
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-sketch-tooltip-controls />` directly. */
|
|
541
562
|
export declare const ArcgisSketchTooltipControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-sketch-tooltip-controls/customElement').ArcgisSketchTooltipControls & {
|
|
542
563
|
class?: string;
|
|
543
564
|
}, {
|
|
544
565
|
onArcgisPropertyChange: EventName<HTMLArcgisSketchTooltipControlsElement["arcgisPropertyChange"]>;
|
|
545
566
|
}>;
|
|
546
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
567
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slice />` directly. */
|
|
547
568
|
export declare const ArcgisSlice: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slice/customElement').ArcgisSlice & {
|
|
548
569
|
class?: string;
|
|
549
570
|
}, {
|
|
550
571
|
onArcgisPropertyChange: EventName<HTMLArcgisSliceElement["arcgisPropertyChange"]>;
|
|
551
572
|
onArcgisReady: EventName<HTMLArcgisSliceElement["arcgisReady"]>;
|
|
552
573
|
}>;
|
|
553
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
574
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-binary-color-size-legacy />` directly. */
|
|
554
575
|
export declare const ArcgisSliderBinaryColorSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-binary-color-size-legacy/customElement').ArcgisSliderBinaryColorSizeLegacy & {
|
|
555
576
|
class?: string;
|
|
556
577
|
}, {
|
|
@@ -559,7 +580,7 @@ export declare const ArcgisSliderBinaryColorSizeLegacy: import('@lit/react').Rea
|
|
|
559
580
|
onArcgisThumbChange: EventName<HTMLArcgisSliderBinaryColorSizeLegacyElement["arcgisThumbChange"]>;
|
|
560
581
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderBinaryColorSizeLegacyElement["arcgisThumbDrag"]>;
|
|
561
582
|
}>;
|
|
562
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
583
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-classed-color-legacy />` directly. */
|
|
563
584
|
export declare const ArcgisSliderClassedColorLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-classed-color-legacy/customElement').ArcgisSliderClassedColorLegacy & {
|
|
564
585
|
class?: string;
|
|
565
586
|
}, {
|
|
@@ -568,7 +589,7 @@ export declare const ArcgisSliderClassedColorLegacy: import('@lit/react').ReactW
|
|
|
568
589
|
onArcgisThumbChange: EventName<HTMLArcgisSliderClassedColorLegacyElement["arcgisThumbChange"]>;
|
|
569
590
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderClassedColorLegacyElement["arcgisThumbDrag"]>;
|
|
570
591
|
}>;
|
|
571
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
592
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-classed-size-legacy />` directly. */
|
|
572
593
|
export declare const ArcgisSliderClassedSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-classed-size-legacy/customElement').ArcgisSliderClassedSizeLegacy & {
|
|
573
594
|
class?: string;
|
|
574
595
|
}, {
|
|
@@ -577,7 +598,7 @@ export declare const ArcgisSliderClassedSizeLegacy: import('@lit/react').ReactWe
|
|
|
577
598
|
onArcgisThumbChange: EventName<HTMLArcgisSliderClassedSizeLegacyElement["arcgisThumbChange"]>;
|
|
578
599
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderClassedSizeLegacyElement["arcgisThumbDrag"]>;
|
|
579
600
|
}>;
|
|
580
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
601
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-color-legacy />` directly. */
|
|
581
602
|
export declare const ArcgisSliderColorLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-color-legacy/customElement').ArcgisSliderColorLegacy & {
|
|
582
603
|
class?: string;
|
|
583
604
|
}, {
|
|
@@ -586,7 +607,7 @@ export declare const ArcgisSliderColorLegacy: import('@lit/react').ReactWebCompo
|
|
|
586
607
|
onArcgisThumbChange: EventName<HTMLArcgisSliderColorLegacyElement["arcgisThumbChange"]>;
|
|
587
608
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderColorLegacyElement["arcgisThumbDrag"]>;
|
|
588
609
|
}>;
|
|
589
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
610
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-color-size-legacy />` directly. */
|
|
590
611
|
export declare const ArcgisSliderColorSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-color-size-legacy/customElement').ArcgisSliderColorSizeLegacy & {
|
|
591
612
|
class?: string;
|
|
592
613
|
}, {
|
|
@@ -595,7 +616,7 @@ export declare const ArcgisSliderColorSizeLegacy: import('@lit/react').ReactWebC
|
|
|
595
616
|
onArcgisThumbChange: EventName<HTMLArcgisSliderColorSizeLegacyElement["arcgisThumbChange"]>;
|
|
596
617
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderColorSizeLegacyElement["arcgisThumbDrag"]>;
|
|
597
618
|
}>;
|
|
598
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
619
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-heatmap-legacy />` directly. */
|
|
599
620
|
export declare const ArcgisSliderHeatmapLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-heatmap-legacy/customElement').ArcgisSliderHeatmapLegacy & {
|
|
600
621
|
class?: string;
|
|
601
622
|
}, {
|
|
@@ -604,7 +625,7 @@ export declare const ArcgisSliderHeatmapLegacy: import('@lit/react').ReactWebCom
|
|
|
604
625
|
onArcgisThumbChange: EventName<HTMLArcgisSliderHeatmapLegacyElement["arcgisThumbChange"]>;
|
|
605
626
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderHeatmapLegacyElement["arcgisThumbDrag"]>;
|
|
606
627
|
}>;
|
|
607
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
628
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-opacity-legacy />` directly. */
|
|
608
629
|
export declare const ArcgisSliderOpacityLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-opacity-legacy/customElement').ArcgisSliderOpacityLegacy & {
|
|
609
630
|
class?: string;
|
|
610
631
|
}, {
|
|
@@ -613,7 +634,7 @@ export declare const ArcgisSliderOpacityLegacy: import('@lit/react').ReactWebCom
|
|
|
613
634
|
onArcgisThumbChange: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbChange"]>;
|
|
614
635
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderOpacityLegacyElement["arcgisThumbDrag"]>;
|
|
615
636
|
}>;
|
|
616
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
637
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-scale-range />` directly. */
|
|
617
638
|
export declare const ArcgisSliderScaleRange: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-scale-range/customElement').ArcgisSliderScaleRange & {
|
|
618
639
|
class?: string;
|
|
619
640
|
}, {
|
|
@@ -622,7 +643,7 @@ export declare const ArcgisSliderScaleRange: import('@lit/react').ReactWebCompon
|
|
|
622
643
|
onArcgisPropertyChange: EventName<HTMLArcgisSliderScaleRangeElement["arcgisPropertyChange"]>;
|
|
623
644
|
onArcgisReady: EventName<HTMLArcgisSliderScaleRangeElement["arcgisReady"]>;
|
|
624
645
|
}>;
|
|
625
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
646
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-slider-size-legacy />` directly. */
|
|
626
647
|
export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-slider-size-legacy/customElement').ArcgisSliderSizeLegacy & {
|
|
627
648
|
class?: string;
|
|
628
649
|
}, {
|
|
@@ -631,30 +652,30 @@ export declare const ArcgisSliderSizeLegacy: import('@lit/react').ReactWebCompon
|
|
|
631
652
|
onArcgisThumbChange: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbChange"]>;
|
|
632
653
|
onArcgisThumbDrag: EventName<HTMLArcgisSliderSizeLegacyElement["arcgisThumbDrag"]>;
|
|
633
654
|
}>;
|
|
634
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
655
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-snapping-controls />` directly. */
|
|
635
656
|
export declare const ArcgisSnappingControls: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-snapping-controls/customElement').ArcgisSnappingControls & {
|
|
636
657
|
class?: string;
|
|
637
658
|
}, {
|
|
638
659
|
onArcgisPropertyChange: EventName<HTMLArcgisSnappingControlsElement["arcgisPropertyChange"]>;
|
|
639
660
|
onArcgisReady: EventName<HTMLArcgisSnappingControlsElement["arcgisReady"]>;
|
|
640
661
|
}>;
|
|
641
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
662
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-color-select />` directly. */
|
|
642
663
|
export declare const ArcgisColorSelect: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-color-select/customElement').ArcgisColorSelect & {
|
|
643
664
|
class?: string;
|
|
644
665
|
}, {
|
|
645
666
|
onArcgisColorChanged: EventName<HTMLArcgisColorSelectElement["arcgisColorChanged"]>;
|
|
646
667
|
}>;
|
|
647
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
668
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-time-of-day-slider />` directly. */
|
|
648
669
|
export declare const ArcgisTimeOfDaySlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-of-day-slider/customElement').ArcgisTimeOfDaySlider & {
|
|
649
670
|
class?: string;
|
|
650
671
|
}, {
|
|
651
672
|
onArcgisTimeChange: EventName<HTMLArcgisTimeOfDaySliderElement["arcgisTimeChange"]>;
|
|
652
673
|
}>;
|
|
653
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
674
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-webgl-error />` directly. */
|
|
654
675
|
export declare const ArcgisWebglError: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-webgl-error/customElement').ArcgisWebGlError & {
|
|
655
676
|
class?: string;
|
|
656
677
|
}, {}>;
|
|
657
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
678
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-swipe />` directly. */
|
|
658
679
|
export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-swipe/customElement').ArcgisSwipe & {
|
|
659
680
|
class?: string;
|
|
660
681
|
}, {
|
|
@@ -663,7 +684,7 @@ export declare const ArcgisSwipe: import('@lit/react').ReactWebComponent<import(
|
|
|
663
684
|
onArcgisSwipeChange: EventName<HTMLArcgisSwipeElement["arcgisSwipeChange"]>;
|
|
664
685
|
onArcgisSwipeInput: EventName<HTMLArcgisSwipeElement["arcgisSwipeInput"]>;
|
|
665
686
|
}>;
|
|
666
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
687
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-table-list />` directly. */
|
|
667
688
|
export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-table-list/customElement').ArcgisTableList & {
|
|
668
689
|
class?: string;
|
|
669
690
|
}, {
|
|
@@ -672,7 +693,7 @@ export declare const ArcgisTableList: import('@lit/react').ReactWebComponent<imp
|
|
|
672
693
|
onArcgisReady: EventName<HTMLArcgisTableListElement["arcgisReady"]>;
|
|
673
694
|
onArcgisTriggerAction: EventName<HTMLArcgisTableListElement["arcgisTriggerAction"]>;
|
|
674
695
|
}>;
|
|
675
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
696
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-time-slider />` directly. */
|
|
676
697
|
export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-slider/customElement').ArcgisTimeSlider & {
|
|
677
698
|
class?: string;
|
|
678
699
|
}, {
|
|
@@ -680,14 +701,14 @@ export declare const ArcgisTimeSlider: import('@lit/react').ReactWebComponent<im
|
|
|
680
701
|
onArcgisReady: EventName<HTMLArcgisTimeSliderElement["arcgisReady"]>;
|
|
681
702
|
onArcgisTriggerAction: EventName<HTMLArcgisTimeSliderElement["arcgisTriggerAction"]>;
|
|
682
703
|
}>;
|
|
683
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
704
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-time-zone-label />` directly. */
|
|
684
705
|
export declare const ArcgisTimeZoneLabel: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-time-zone-label/customElement').ArcgisTimeZoneLabel & {
|
|
685
706
|
class?: string;
|
|
686
707
|
}, {
|
|
687
708
|
onArcgisPropertyChange: EventName<HTMLArcgisTimeZoneLabelElement["arcgisPropertyChange"]>;
|
|
688
709
|
onArcgisReady: EventName<HTMLArcgisTimeZoneLabelElement["arcgisReady"]>;
|
|
689
710
|
}>;
|
|
690
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
711
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-track />` directly. */
|
|
691
712
|
export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-track/customElement').ArcgisTrack & {
|
|
692
713
|
class?: string;
|
|
693
714
|
}, {
|
|
@@ -696,13 +717,13 @@ export declare const ArcgisTrack: import('@lit/react').ReactWebComponent<import(
|
|
|
696
717
|
onArcgisPropertyChange: EventName<HTMLArcgisTrackElement["arcgisPropertyChange"]>;
|
|
697
718
|
onArcgisReady: EventName<HTMLArcgisTrackElement["arcgisReady"]>;
|
|
698
719
|
}>;
|
|
699
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
720
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-associations />` directly. */
|
|
700
721
|
export declare const ArcgisUtilityNetworkAssociations: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-associations/customElement').ArcgisUtilityNetworkAssociations & {
|
|
701
722
|
class?: string;
|
|
702
723
|
}, {
|
|
703
724
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkAssociationsElement["arcgisReady"]>;
|
|
704
725
|
}>;
|
|
705
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
726
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace />` directly. */
|
|
706
727
|
export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace/customElement').ArcgisUtilityNetworkTrace & {
|
|
707
728
|
class?: string;
|
|
708
729
|
}, {
|
|
@@ -714,7 +735,7 @@ export declare const ArcgisUtilityNetworkTrace: import('@lit/react').ReactWebCom
|
|
|
714
735
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisReady"]>;
|
|
715
736
|
onArcgisRemoveResultArea: EventName<HTMLArcgisUtilityNetworkTraceElement["arcgisRemoveResultArea"]>;
|
|
716
737
|
}>;
|
|
717
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
738
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace-analysis />` directly. */
|
|
718
739
|
export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-analysis/customElement').ArcgisUtilityNetworkTraceAnalysis & {
|
|
719
740
|
class?: string;
|
|
720
741
|
}, {
|
|
@@ -725,17 +746,17 @@ export declare const ArcgisUtilityNetworkTraceAnalysis: import('@lit/react').Rea
|
|
|
725
746
|
onArcgisTraceResultClear: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultClear"]>;
|
|
726
747
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceAnalysisElement["arcgisTraceResultFeaturesReady"]>;
|
|
727
748
|
}>;
|
|
728
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
749
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-aggregated-geometry />` directly. */
|
|
729
750
|
export declare const ArcgisUtilityNetworkAggregatedGeometry: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-aggregated-geometry/customElement').ArcgisUtilityNetworkAggregatedGeometry & {
|
|
730
751
|
class?: string;
|
|
731
752
|
}, {
|
|
732
753
|
onArcgisHideGraphicsChange: EventName<HTMLArcgisUtilityNetworkAggregatedGeometryElement["arcgisHideGraphicsChange"]>;
|
|
733
754
|
}>;
|
|
734
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
755
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-subnetwork-info />` directly. */
|
|
735
756
|
export declare const ArcgisUtilityNetworkSubnetworkInfo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-subnetwork-info/customElement').ArcgisUtilityNetworkSubnetworkInfo & {
|
|
736
757
|
class?: string;
|
|
737
758
|
}, {}>;
|
|
738
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
759
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace-inputs />` directly. */
|
|
739
760
|
export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-inputs/customElement').ArcgisUtilityNetworkTraceInputs & {
|
|
740
761
|
class?: string;
|
|
741
762
|
}, {
|
|
@@ -746,7 +767,7 @@ export declare const ArcgisUtilityNetworkTraceInputs: import('@lit/react').React
|
|
|
746
767
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisTraceLocationSelectStart"]>;
|
|
747
768
|
onArcgisUtilityNetworkChange: EventName<HTMLArcgisUtilityNetworkTraceInputsElement["arcgisUtilityNetworkChange"]>;
|
|
748
769
|
}>;
|
|
749
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
770
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace-location />` directly. */
|
|
750
771
|
export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location/customElement').ArcgisUtilityNetworkTraceLocation & {
|
|
751
772
|
class?: string;
|
|
752
773
|
}, {
|
|
@@ -754,11 +775,11 @@ export declare const ArcgisUtilityNetworkTraceLocation: import('@lit/react').Rea
|
|
|
754
775
|
onArcgisTraceLocationSelectEnd: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectEnd"]>;
|
|
755
776
|
onArcgisTraceLocationSelectStart: EventName<HTMLArcgisUtilityNetworkTraceLocationElement["arcgisTraceLocationSelectStart"]>;
|
|
756
777
|
}>;
|
|
757
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
778
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace-location-list />` directly. */
|
|
758
779
|
export declare const ArcgisUtilityNetworkTraceLocationList: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-location-list/customElement').ArcgisUtilityNetworkTraceLocationList & {
|
|
759
780
|
class?: string;
|
|
760
781
|
}, {}>;
|
|
761
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
782
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-trace-results />` directly. */
|
|
762
783
|
export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-trace-results/customElement').ArcgisUtilityNetworkTraceResults & {
|
|
763
784
|
class?: string;
|
|
764
785
|
}, {
|
|
@@ -768,7 +789,7 @@ export declare const ArcgisUtilityNetworkTraceResults: import('@lit/react').Reac
|
|
|
768
789
|
onArcgisSelectedResultTypeChange: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisSelectedResultTypeChange"]>;
|
|
769
790
|
onArcgisTraceResultFeaturesReady: EventName<HTMLArcgisUtilityNetworkTraceResultsElement["arcgisTraceResultFeaturesReady"]>;
|
|
770
791
|
}>;
|
|
771
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
792
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-validate-network-topology />` directly. */
|
|
772
793
|
export declare const ArcgisUtilityNetworkValidateNetworkTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-network-topology/customElement').ArcgisUtilityNetworkValidateNetworkTopology & {
|
|
773
794
|
class?: string;
|
|
774
795
|
}, {
|
|
@@ -776,50 +797,14 @@ export declare const ArcgisUtilityNetworkValidateNetworkTopology: import('@lit/r
|
|
|
776
797
|
onArcgisValidateNetworkTopologyEnd: EventName<HTMLArcgisUtilityNetworkValidateNetworkTopologyElement["arcgisValidateNetworkTopologyEnd"]>;
|
|
777
798
|
onArcgisValidateNetworkTopologyStart: EventName<HTMLArcgisUtilityNetworkValidateNetworkTopologyElement["arcgisValidateNetworkTopologyStart"]>;
|
|
778
799
|
}>;
|
|
779
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
800
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-utility-network-validate-topology />` directly. */
|
|
780
801
|
export declare const ArcgisUtilityNetworkValidateTopology: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-utility-network-validate-topology/customElement').ArcgisUtilityNetworkValidateTopology & {
|
|
781
802
|
class?: string;
|
|
782
803
|
}, {
|
|
783
804
|
onArcgisPropertyChange: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisPropertyChange"]>;
|
|
784
805
|
onArcgisReady: EventName<HTMLArcgisUtilityNetworkValidateTopologyElement["arcgisReady"]>;
|
|
785
806
|
}>;
|
|
786
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
787
|
-
export declare const ArcgisValuePicker: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker/customElement').ArcgisValuePicker & {
|
|
788
|
-
class?: string;
|
|
789
|
-
}, {
|
|
790
|
-
onArcgisAnimate: EventName<HTMLArcgisValuePickerElement["arcgisAnimate"]>;
|
|
791
|
-
onArcgisNext: EventName<HTMLArcgisValuePickerElement["arcgisNext"]>;
|
|
792
|
-
onArcgisPause: EventName<HTMLArcgisValuePickerElement["arcgisPause"]>;
|
|
793
|
-
onArcgisPlay: EventName<HTMLArcgisValuePickerElement["arcgisPlay"]>;
|
|
794
|
-
onArcgisPrevious: EventName<HTMLArcgisValuePickerElement["arcgisPrevious"]>;
|
|
795
|
-
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerElement["arcgisPropertyChange"]>;
|
|
796
|
-
onArcgisSlottedElementChange: EventName<HTMLArcgisValuePickerElement["arcgisSlottedElementChange"]>;
|
|
797
|
-
}>;
|
|
798
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-collection /> directly. */
|
|
799
|
-
export declare const ArcgisValuePickerCollection: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-collection/customElement').ArcgisValuePickerCollection & {
|
|
800
|
-
class?: string;
|
|
801
|
-
}, {
|
|
802
|
-
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerCollectionElement["arcgisPropertyChange"]>;
|
|
803
|
-
}>;
|
|
804
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-combobox /> directly. */
|
|
805
|
-
export declare const ArcgisValuePickerCombobox: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-combobox/customElement').ArcgisValuePickerCombobox & {
|
|
806
|
-
class?: string;
|
|
807
|
-
}, {
|
|
808
|
-
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerComboboxElement["arcgisPropertyChange"]>;
|
|
809
|
-
}>;
|
|
810
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-label /> directly. */
|
|
811
|
-
export declare const ArcgisValuePickerLabel: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-label/customElement').ArcgisValuePickerLabel & {
|
|
812
|
-
class?: string;
|
|
813
|
-
}, {
|
|
814
|
-
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerLabelElement["arcgisPropertyChange"]>;
|
|
815
|
-
}>;
|
|
816
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-slider /> directly. */
|
|
817
|
-
export declare const ArcgisValuePickerSlider: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-slider/customElement').ArcgisValuePickerSlider & {
|
|
818
|
-
class?: string;
|
|
819
|
-
}, {
|
|
820
|
-
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerSliderElement["arcgisPropertyChange"]>;
|
|
821
|
-
}>;
|
|
822
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-value-picker-legacy /> directly. */
|
|
807
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-value-picker-legacy />` directly. */
|
|
823
808
|
export declare const ArcgisValuePickerLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-value-picker-legacy/customElement').ArcgisValuePickerLegacy & {
|
|
824
809
|
class?: string;
|
|
825
810
|
}, {
|
|
@@ -831,20 +816,20 @@ export declare const ArcgisValuePickerLegacy: import('@lit/react').ReactWebCompo
|
|
|
831
816
|
onArcgisPropertyChange: EventName<HTMLArcgisValuePickerLegacyElement["arcgisPropertyChange"]>;
|
|
832
817
|
onArcgisReady: EventName<HTMLArcgisValuePickerLegacyElement["arcgisReady"]>;
|
|
833
818
|
}>;
|
|
834
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
819
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-version-management />` directly. */
|
|
835
820
|
export declare const ArcgisVersionManagement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-version-management/customElement').ArcgisVersionManagement & {
|
|
836
821
|
class?: string;
|
|
837
822
|
}, {
|
|
838
823
|
onArcgisReady: EventName<HTMLArcgisVersionManagementElement["arcgisReady"]>;
|
|
839
824
|
onArcgisVersioningStateChanged: EventName<HTMLArcgisVersionManagementElement["arcgisVersioningStateChanged"]>;
|
|
840
825
|
}>;
|
|
841
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
826
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-video />` directly. */
|
|
842
827
|
export declare const ArcgisVideo: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video/customElement').ArcgisVideo & {
|
|
843
828
|
class?: string;
|
|
844
829
|
}, {
|
|
845
830
|
onArcgisViewReadyChange: EventName<HTMLArcgisVideoElement["arcgisViewReadyChange"]>;
|
|
846
831
|
}>;
|
|
847
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
832
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-video-player />` directly. */
|
|
848
833
|
export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-video-player/customElement').ArcgisVideoPlayer & {
|
|
849
834
|
class?: string;
|
|
850
835
|
}, {
|
|
@@ -852,27 +837,27 @@ export declare const ArcgisVideoPlayer: import('@lit/react').ReactWebComponent<i
|
|
|
852
837
|
onArcgisReady: EventName<HTMLArcgisVideoPlayerElement["arcgisReady"]>;
|
|
853
838
|
onArcgisVideoReady: EventName<HTMLArcgisVideoPlayerElement["arcgisVideoReady"]>;
|
|
854
839
|
}>;
|
|
855
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
840
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-view-popover />` directly. */
|
|
856
841
|
export declare const ArcgisViewPopover: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-view-popover/customElement').ArcgisViewPopover & {
|
|
857
842
|
class?: string;
|
|
858
843
|
}, {
|
|
859
844
|
onArcgisPropertyChange: EventName<HTMLArcgisViewPopoverElement["arcgisPropertyChange"]>;
|
|
860
845
|
}>;
|
|
861
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
846
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-volume-measurement />` directly. */
|
|
862
847
|
export declare const ArcgisVolumeMeasurement: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-volume-measurement/customElement').ArcgisVolumeMeasurement & {
|
|
863
848
|
class?: string;
|
|
864
849
|
}, {
|
|
865
850
|
onArcgisPropertyChange: EventName<HTMLArcgisVolumeMeasurementElement["arcgisPropertyChange"]>;
|
|
866
851
|
onArcgisReady: EventName<HTMLArcgisVolumeMeasurementElement["arcgisReady"]>;
|
|
867
852
|
}>;
|
|
868
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
853
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-weather />` directly. */
|
|
869
854
|
export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-weather/customElement').ArcgisWeather & {
|
|
870
855
|
class?: string;
|
|
871
856
|
}, {
|
|
872
857
|
onArcgisPropertyChange: EventName<HTMLArcgisWeatherElement["arcgisPropertyChange"]>;
|
|
873
858
|
onArcgisReady: EventName<HTMLArcgisWeatherElement["arcgisReady"]>;
|
|
874
859
|
}>;
|
|
875
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
860
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-zoom />` directly. */
|
|
876
861
|
export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-zoom/customElement').ArcgisZoom & {
|
|
877
862
|
class?: string;
|
|
878
863
|
}, {
|