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