@esri/calcite-components-react 5.2.0-next.36 → 5.2.0-next.37
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 +106 -106
- package/dist/components.js +106 -106
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/// <reference types="@esri/calcite-components" preserve="true" />
|
|
2
2
|
import type { 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 `<calcite-accordion />` directly. */
|
|
4
4
|
export declare const CalciteAccordion: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-accordion/customElement").Accordion & {
|
|
5
5
|
class?: string;
|
|
6
6
|
}, {}>;
|
|
7
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
7
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-accordion-item />` directly. */
|
|
8
8
|
export declare const CalciteAccordionItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-accordion-item/customElement").AccordionItem & {
|
|
9
9
|
class?: string;
|
|
10
10
|
}, {
|
|
11
11
|
onCalciteAccordionItemCollapse: EventName<HTMLCalciteAccordionItemElement["calciteAccordionItemCollapse"]>;
|
|
12
12
|
onCalciteAccordionItemExpand: EventName<HTMLCalciteAccordionItemElement["calciteAccordionItemExpand"]>;
|
|
13
13
|
}>;
|
|
14
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
14
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action />` directly. */
|
|
15
15
|
export declare const CalciteAction: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action/customElement").Action & {
|
|
16
16
|
class?: string;
|
|
17
17
|
}, {}>;
|
|
18
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
18
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-bar />` directly. */
|
|
19
19
|
export declare const CalciteActionBar: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action-bar/customElement").ActionBar & {
|
|
20
20
|
class?: string;
|
|
21
21
|
}, {
|
|
@@ -23,7 +23,7 @@ export declare const CalciteActionBar: import("@lit/react").ReactWebComponent<im
|
|
|
23
23
|
onCalciteActionBarExpand: EventName<HTMLCalciteActionBarElement["calciteActionBarExpand"]>;
|
|
24
24
|
onCalciteActionBarToggle: EventName<HTMLCalciteActionBarElement["calciteActionBarToggle"]>;
|
|
25
25
|
}>;
|
|
26
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
26
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-group />` directly. */
|
|
27
27
|
export declare const CalciteActionGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action-group/customElement").ActionGroup & {
|
|
28
28
|
class?: string;
|
|
29
29
|
}, {
|
|
@@ -32,7 +32,7 @@ export declare const CalciteActionGroup: import("@lit/react").ReactWebComponent<
|
|
|
32
32
|
onCalciteActionGroupExpand: EventName<HTMLCalciteActionGroupElement["calciteActionGroupExpand"]>;
|
|
33
33
|
onCalciteInternalActionGroupActionsChange: EventName<HTMLCalciteActionGroupElement["calciteInternalActionGroupActionsChange"]>;
|
|
34
34
|
}>;
|
|
35
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
35
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-menu />` directly. */
|
|
36
36
|
export declare const CalciteActionMenu: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action-menu/customElement").ActionMenu & {
|
|
37
37
|
class?: string;
|
|
38
38
|
}, {
|
|
@@ -41,7 +41,7 @@ export declare const CalciteActionMenu: import("@lit/react").ReactWebComponent<i
|
|
|
41
41
|
onCalciteActionMenuOpen: EventName<HTMLCalciteActionMenuElement["calciteActionMenuOpen"]>;
|
|
42
42
|
onCalciteInternalActionMenuActionsChange: EventName<HTMLCalciteActionMenuElement["calciteInternalActionMenuActionsChange"]>;
|
|
43
43
|
}>;
|
|
44
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
44
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-pad />` directly. */
|
|
45
45
|
export declare const CalciteActionPad: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action-pad/customElement").ActionPad & {
|
|
46
46
|
class?: string;
|
|
47
47
|
}, {
|
|
@@ -49,7 +49,7 @@ export declare const CalciteActionPad: import("@lit/react").ReactWebComponent<im
|
|
|
49
49
|
onCalciteActionPadExpand: EventName<HTMLCalciteActionPadElement["calciteActionPadExpand"]>;
|
|
50
50
|
onCalciteActionPadToggle: EventName<HTMLCalciteActionPadElement["calciteActionPadToggle"]>;
|
|
51
51
|
}>;
|
|
52
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
52
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-alert />` directly. */
|
|
53
53
|
export declare const CalciteAlert: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-alert/customElement").Alert & {
|
|
54
54
|
class?: string;
|
|
55
55
|
}, {
|
|
@@ -58,7 +58,7 @@ export declare const CalciteAlert: import("@lit/react").ReactWebComponent<import
|
|
|
58
58
|
onCalciteAlertClose: EventName<HTMLCalciteAlertElement["calciteAlertClose"]>;
|
|
59
59
|
onCalciteAlertOpen: EventName<HTMLCalciteAlertElement["calciteAlertOpen"]>;
|
|
60
60
|
}>;
|
|
61
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
61
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete />` directly. */
|
|
62
62
|
export declare const CalciteAutocomplete: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-autocomplete/customElement").Autocomplete & {
|
|
63
63
|
class?: string;
|
|
64
64
|
}, {
|
|
@@ -70,21 +70,21 @@ export declare const CalciteAutocomplete: import("@lit/react").ReactWebComponent
|
|
|
70
70
|
onCalciteAutocompleteTextChange: EventName<HTMLCalciteAutocompleteElement["calciteAutocompleteTextChange"]>;
|
|
71
71
|
onCalciteAutocompleteTextInput: EventName<HTMLCalciteAutocompleteElement["calciteAutocompleteTextInput"]>;
|
|
72
72
|
}>;
|
|
73
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
73
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item />` directly. */
|
|
74
74
|
export declare const CalciteAutocompleteItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-autocomplete-item/customElement").AutocompleteItem & {
|
|
75
75
|
class?: string;
|
|
76
76
|
}, {
|
|
77
77
|
onCalciteAutocompleteItemSelect: EventName<HTMLCalciteAutocompleteItemElement["calciteAutocompleteItemSelect"]>;
|
|
78
78
|
}>;
|
|
79
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
79
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item-group />` directly. */
|
|
80
80
|
export declare const CalciteAutocompleteItemGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-autocomplete-item-group/customElement").AutocompleteItemGroup & {
|
|
81
81
|
class?: string;
|
|
82
82
|
}, {}>;
|
|
83
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
83
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-avatar />` directly. */
|
|
84
84
|
export declare const CalciteAvatar: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-avatar/customElement").Avatar & {
|
|
85
85
|
class?: string;
|
|
86
86
|
}, {}>;
|
|
87
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
87
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block />` directly. */
|
|
88
88
|
export declare const CalciteBlock: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-block/customElement").Block & {
|
|
89
89
|
class?: string;
|
|
90
90
|
}, {
|
|
@@ -100,7 +100,7 @@ export declare const CalciteBlock: import("@lit/react").ReactWebComponent<import
|
|
|
100
100
|
onCalciteBlockSortHandleOpen: EventName<HTMLCalciteBlockElement["calciteBlockSortHandleOpen"]>;
|
|
101
101
|
onCalciteBlockToggle: EventName<HTMLCalciteBlockElement["calciteBlockToggle"]>;
|
|
102
102
|
}>;
|
|
103
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
103
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block-group />` directly. */
|
|
104
104
|
export declare const CalciteBlockGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-block-group/customElement").BlockGroup & {
|
|
105
105
|
class?: string;
|
|
106
106
|
}, {
|
|
@@ -109,7 +109,7 @@ export declare const CalciteBlockGroup: import("@lit/react").ReactWebComponent<i
|
|
|
109
109
|
onCalciteBlockGroupMoveHalt: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupMoveHalt"]>;
|
|
110
110
|
onCalciteBlockGroupOrderChange: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupOrderChange"]>;
|
|
111
111
|
}>;
|
|
112
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
112
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block-section />` directly. */
|
|
113
113
|
export declare const CalciteBlockSection: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-block-section/customElement").BlockSection & {
|
|
114
114
|
class?: string;
|
|
115
115
|
}, {
|
|
@@ -117,23 +117,23 @@ export declare const CalciteBlockSection: import("@lit/react").ReactWebComponent
|
|
|
117
117
|
onCalciteBlockSectionExpand: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionExpand"]>;
|
|
118
118
|
onCalciteBlockSectionToggle: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionToggle"]>;
|
|
119
119
|
}>;
|
|
120
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
120
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-button />` directly. */
|
|
121
121
|
export declare const CalciteButton: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-button/customElement").Button & {
|
|
122
122
|
class?: string;
|
|
123
123
|
}, {}>;
|
|
124
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
124
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card />` directly. */
|
|
125
125
|
export declare const CalciteCard: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-card/customElement").Card & {
|
|
126
126
|
class?: string;
|
|
127
127
|
}, {
|
|
128
128
|
onCalciteCardSelect: EventName<HTMLCalciteCardElement["calciteCardSelect"]>;
|
|
129
129
|
}>;
|
|
130
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
130
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card-group />` directly. */
|
|
131
131
|
export declare const CalciteCardGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-card-group/customElement").CardGroup & {
|
|
132
132
|
class?: string;
|
|
133
133
|
}, {
|
|
134
134
|
onCalciteCardGroupSelect: EventName<HTMLCalciteCardGroupElement["calciteCardGroupSelect"]>;
|
|
135
135
|
}>;
|
|
136
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
136
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-carousel />` directly. */
|
|
137
137
|
export declare const CalciteCarousel: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-carousel/customElement").Carousel & {
|
|
138
138
|
class?: string;
|
|
139
139
|
}, {
|
|
@@ -143,47 +143,47 @@ export declare const CalciteCarousel: import("@lit/react").ReactWebComponent<imp
|
|
|
143
143
|
onCalciteCarouselResume: EventName<HTMLCalciteCarouselElement["calciteCarouselResume"]>;
|
|
144
144
|
onCalciteCarouselStop: EventName<HTMLCalciteCarouselElement["calciteCarouselStop"]>;
|
|
145
145
|
}>;
|
|
146
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
146
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-carousel-item />` directly. */
|
|
147
147
|
export declare const CalciteCarouselItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-carousel-item/customElement").CarouselItem & {
|
|
148
148
|
class?: string;
|
|
149
149
|
}, {}>;
|
|
150
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
150
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-checkbox />` directly. */
|
|
151
151
|
export declare const CalciteCheckbox: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-checkbox/customElement").Checkbox & {
|
|
152
152
|
class?: string;
|
|
153
153
|
}, {
|
|
154
154
|
onCalciteCheckboxChange: EventName<HTMLCalciteCheckboxElement["calciteCheckboxChange"]>;
|
|
155
155
|
}>;
|
|
156
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
156
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip />` directly. */
|
|
157
157
|
export declare const CalciteChip: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-chip/customElement").Chip & {
|
|
158
158
|
class?: string;
|
|
159
159
|
}, {
|
|
160
160
|
onCalciteChipClose: EventName<HTMLCalciteChipElement["calciteChipClose"]>;
|
|
161
161
|
onCalciteChipSelect: EventName<HTMLCalciteChipElement["calciteChipSelect"]>;
|
|
162
162
|
}>;
|
|
163
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
163
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip-group />` directly. */
|
|
164
164
|
export declare const CalciteChipGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-chip-group/customElement").ChipGroup & {
|
|
165
165
|
class?: string;
|
|
166
166
|
}, {
|
|
167
167
|
onCalciteChipGroupSelect: EventName<HTMLCalciteChipGroupElement["calciteChipGroupSelect"]>;
|
|
168
168
|
}>;
|
|
169
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
169
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker />` directly. */
|
|
170
170
|
export declare const CalciteColorPicker: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-color-picker/customElement").ColorPicker & {
|
|
171
171
|
class?: string;
|
|
172
172
|
}, {
|
|
173
173
|
onCalciteColorPickerChange: EventName<HTMLCalciteColorPickerElement["calciteColorPickerChange"]>;
|
|
174
174
|
onCalciteColorPickerInput: EventName<HTMLCalciteColorPickerElement["calciteColorPickerInput"]>;
|
|
175
175
|
}>;
|
|
176
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
176
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-hex-input />` directly. */
|
|
177
177
|
export declare const CalciteColorPickerHexInput: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-color-picker-hex-input/customElement").ColorPickerHexInput & {
|
|
178
178
|
class?: string;
|
|
179
179
|
}, {
|
|
180
180
|
onCalciteColorPickerHexInputChange: EventName<HTMLCalciteColorPickerHexInputElement["calciteColorPickerHexInputChange"]>;
|
|
181
181
|
}>;
|
|
182
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
182
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-swatch />` directly. */
|
|
183
183
|
export declare const CalciteColorPickerSwatch: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-color-picker-swatch/customElement").ColorPickerSwatch & {
|
|
184
184
|
class?: string;
|
|
185
185
|
}, {}>;
|
|
186
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
186
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox />` directly. */
|
|
187
187
|
export declare const CalciteCombobox: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-combobox/customElement").Combobox & {
|
|
188
188
|
class?: string;
|
|
189
189
|
}, {
|
|
@@ -195,32 +195,32 @@ export declare const CalciteCombobox: import("@lit/react").ReactWebComponent<imp
|
|
|
195
195
|
onCalciteComboboxFilterChange: EventName<HTMLCalciteComboboxElement["calciteComboboxFilterChange"]>;
|
|
196
196
|
onCalciteComboboxOpen: EventName<HTMLCalciteComboboxElement["calciteComboboxOpen"]>;
|
|
197
197
|
}>;
|
|
198
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
198
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item />` directly. */
|
|
199
199
|
export declare const CalciteComboboxItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-combobox-item/customElement").ComboboxItem & {
|
|
200
200
|
class?: string;
|
|
201
201
|
}, {
|
|
202
202
|
onCalciteComboboxItemChange: EventName<HTMLCalciteComboboxItemElement["calciteComboboxItemChange"]>;
|
|
203
203
|
}>;
|
|
204
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
204
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item-group />` directly. */
|
|
205
205
|
export declare const CalciteComboboxItemGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-combobox-item-group/customElement").ComboboxItemGroup & {
|
|
206
206
|
class?: string;
|
|
207
207
|
}, {}>;
|
|
208
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
208
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker />` directly. */
|
|
209
209
|
export declare const CalciteDatePicker: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-date-picker/customElement").DatePicker & {
|
|
210
210
|
class?: string;
|
|
211
211
|
}, {
|
|
212
212
|
onCalciteDatePickerChange: EventName<HTMLCalciteDatePickerElement["calciteDatePickerChange"]>;
|
|
213
213
|
onCalciteDatePickerRangeChange: EventName<HTMLCalciteDatePickerElement["calciteDatePickerRangeChange"]>;
|
|
214
214
|
}>;
|
|
215
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
215
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-day />` directly. */
|
|
216
216
|
export declare const CalciteDatePickerDay: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-date-picker-day/customElement").DatePickerDay & {
|
|
217
217
|
class?: string;
|
|
218
218
|
}, {}>;
|
|
219
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
219
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-month />` directly. */
|
|
220
220
|
export declare const CalciteDatePickerMonth: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-date-picker-month/customElement").DatePickerMonth & {
|
|
221
221
|
class?: string;
|
|
222
222
|
}, {}>;
|
|
223
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
223
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dialog />` directly. */
|
|
224
224
|
export declare const CalciteDialog: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-dialog/customElement").Dialog & {
|
|
225
225
|
class?: string;
|
|
226
226
|
}, {
|
|
@@ -230,7 +230,7 @@ export declare const CalciteDialog: import("@lit/react").ReactWebComponent<impor
|
|
|
230
230
|
onCalciteDialogOpen: EventName<HTMLCalciteDialogElement["calciteDialogOpen"]>;
|
|
231
231
|
onCalciteDialogScroll: EventName<HTMLCalciteDialogElement["calciteDialogScroll"]>;
|
|
232
232
|
}>;
|
|
233
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
233
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown />` directly. */
|
|
234
234
|
export declare const CalciteDropdown: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-dropdown/customElement").Dropdown & {
|
|
235
235
|
class?: string;
|
|
236
236
|
}, {
|
|
@@ -240,31 +240,31 @@ export declare const CalciteDropdown: import("@lit/react").ReactWebComponent<imp
|
|
|
240
240
|
onCalciteDropdownOpen: EventName<HTMLCalciteDropdownElement["calciteDropdownOpen"]>;
|
|
241
241
|
onCalciteDropdownSelect: EventName<HTMLCalciteDropdownElement["calciteDropdownSelect"]>;
|
|
242
242
|
}>;
|
|
243
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
243
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-group />` directly. */
|
|
244
244
|
export declare const CalciteDropdownGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-dropdown-group/customElement").DropdownGroup & {
|
|
245
245
|
class?: string;
|
|
246
246
|
}, {}>;
|
|
247
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
247
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-item />` directly. */
|
|
248
248
|
export declare const CalciteDropdownItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-dropdown-item/customElement").DropdownItem & {
|
|
249
249
|
class?: string;
|
|
250
250
|
}, {
|
|
251
251
|
onCalciteDropdownItemSelect: EventName<HTMLCalciteDropdownItemElement["calciteDropdownItemSelect"]>;
|
|
252
252
|
}>;
|
|
253
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
253
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-fab />` directly. */
|
|
254
254
|
export declare const CalciteFab: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-fab/customElement").Fab & {
|
|
255
255
|
class?: string;
|
|
256
256
|
}, {}>;
|
|
257
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
257
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-filter />` directly. */
|
|
258
258
|
export declare const CalciteFilter: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-filter/customElement").Filter & {
|
|
259
259
|
class?: string;
|
|
260
260
|
}, {
|
|
261
261
|
onCalciteFilterChange: EventName<HTMLCalciteFilterElement["calciteFilterChange"]>;
|
|
262
262
|
}>;
|
|
263
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
263
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow />` directly. */
|
|
264
264
|
export declare const CalciteFlow: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-flow/customElement").Flow & {
|
|
265
265
|
class?: string;
|
|
266
266
|
}, {}>;
|
|
267
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
267
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow-item />` directly. */
|
|
268
268
|
export declare const CalciteFlowItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-flow-item/customElement").FlowItem & {
|
|
269
269
|
class?: string;
|
|
270
270
|
}, {
|
|
@@ -275,35 +275,35 @@ export declare const CalciteFlowItem: import("@lit/react").ReactWebComponent<imp
|
|
|
275
275
|
onCalciteFlowItemScroll: EventName<HTMLCalciteFlowItemElement["calciteFlowItemScroll"]>;
|
|
276
276
|
onCalciteFlowItemToggle: EventName<HTMLCalciteFlowItemElement["calciteFlowItemToggle"]>;
|
|
277
277
|
}>;
|
|
278
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
278
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-focus-trap />` directly. */
|
|
279
279
|
export declare const CalciteFocusTrap: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-focus-trap/customElement").FocusTrap & {
|
|
280
280
|
class?: string;
|
|
281
281
|
}, {
|
|
282
282
|
onCalciteFocusTrapActiveChange: EventName<HTMLCalciteFocusTrapElement["calciteFocusTrapActiveChange"]>;
|
|
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 `<calcite-graph />` directly. */
|
|
285
285
|
export declare const CalciteGraph: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-graph/customElement").Graph & {
|
|
286
286
|
class?: string;
|
|
287
287
|
}, {}>;
|
|
288
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
288
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-handle />` directly. */
|
|
289
289
|
export declare const CalciteHandle: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-handle/customElement").Handle & {
|
|
290
290
|
class?: string;
|
|
291
291
|
}, {
|
|
292
292
|
onCalciteHandleChange: EventName<HTMLCalciteHandleElement["calciteHandleChange"]>;
|
|
293
293
|
onCalciteHandleNudge: EventName<HTMLCalciteHandleElement["calciteHandleNudge"]>;
|
|
294
294
|
}>;
|
|
295
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
295
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-icon />` directly. */
|
|
296
296
|
export declare const CalciteIcon: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-icon/customElement").Icon & {
|
|
297
297
|
class?: string;
|
|
298
298
|
}, {}>;
|
|
299
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
299
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-inline-editable />` directly. */
|
|
300
300
|
export declare const CalciteInlineEditable: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-inline-editable/customElement").InlineEditable & {
|
|
301
301
|
class?: string;
|
|
302
302
|
}, {
|
|
303
303
|
onCalciteInlineEditableEditCancel: EventName<HTMLCalciteInlineEditableElement["calciteInlineEditableEditCancel"]>;
|
|
304
304
|
onCalciteInlineEditableEditConfirm: EventName<HTMLCalciteInlineEditableElement["calciteInlineEditableEditConfirm"]>;
|
|
305
305
|
}>;
|
|
306
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
306
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input />` directly. */
|
|
307
307
|
export declare const CalciteInput: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input/customElement").Input & {
|
|
308
308
|
class?: string;
|
|
309
309
|
}, {
|
|
@@ -313,7 +313,7 @@ export declare const CalciteInput: import("@lit/react").ReactWebComponent<import
|
|
|
313
313
|
onCalciteInputInlineEditableConfirm: EventName<HTMLCalciteInputElement["calciteInputInlineEditableConfirm"]>;
|
|
314
314
|
onCalciteInputInput: EventName<HTMLCalciteInputElement["calciteInputInput"]>;
|
|
315
315
|
}>;
|
|
316
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
316
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-date-picker />` directly. */
|
|
317
317
|
export declare const CalciteInputDatePicker: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-date-picker/customElement").InputDatePicker & {
|
|
318
318
|
class?: string;
|
|
319
319
|
}, {
|
|
@@ -323,11 +323,11 @@ export declare const CalciteInputDatePicker: import("@lit/react").ReactWebCompon
|
|
|
323
323
|
onCalciteInputDatePickerClose: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerClose"]>;
|
|
324
324
|
onCalciteInputDatePickerOpen: EventName<HTMLCalciteInputDatePickerElement["calciteInputDatePickerOpen"]>;
|
|
325
325
|
}>;
|
|
326
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
326
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-message />` directly. */
|
|
327
327
|
export declare const CalciteInputMessage: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-message/customElement").InputMessage & {
|
|
328
328
|
class?: string;
|
|
329
329
|
}, {}>;
|
|
330
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
330
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-number />` directly. */
|
|
331
331
|
export declare const CalciteInputNumber: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-number/customElement").InputNumber & {
|
|
332
332
|
class?: string;
|
|
333
333
|
}, {
|
|
@@ -337,7 +337,7 @@ export declare const CalciteInputNumber: import("@lit/react").ReactWebComponent<
|
|
|
337
337
|
onCalciteInputNumberInlineEditableConfirm: EventName<HTMLCalciteInputNumberElement["calciteInputNumberInlineEditableConfirm"]>;
|
|
338
338
|
onCalciteInputNumberInput: EventName<HTMLCalciteInputNumberElement["calciteInputNumberInput"]>;
|
|
339
339
|
}>;
|
|
340
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
340
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-text />` directly. */
|
|
341
341
|
export declare const CalciteInputText: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-text/customElement").InputText & {
|
|
342
342
|
class?: string;
|
|
343
343
|
}, {
|
|
@@ -347,7 +347,7 @@ export declare const CalciteInputText: import("@lit/react").ReactWebComponent<im
|
|
|
347
347
|
onCalciteInputTextInlineEditableConfirm: EventName<HTMLCalciteInputTextElement["calciteInputTextInlineEditableConfirm"]>;
|
|
348
348
|
onCalciteInputTextInput: EventName<HTMLCalciteInputTextElement["calciteInputTextInput"]>;
|
|
349
349
|
}>;
|
|
350
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
350
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-time-picker />` directly. */
|
|
351
351
|
export declare const CalciteInputTimePicker: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-time-picker/customElement").InputTimePicker & {
|
|
352
352
|
class?: string;
|
|
353
353
|
}, {
|
|
@@ -357,7 +357,7 @@ export declare const CalciteInputTimePicker: import("@lit/react").ReactWebCompon
|
|
|
357
357
|
onCalciteInputTimePickerClose: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerClose"]>;
|
|
358
358
|
onCalciteInputTimePickerOpen: EventName<HTMLCalciteInputTimePickerElement["calciteInputTimePickerOpen"]>;
|
|
359
359
|
}>;
|
|
360
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
360
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-time-zone />` directly. */
|
|
361
361
|
export declare const CalciteInputTimeZone: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-input-time-zone/customElement").InputTimeZone & {
|
|
362
362
|
class?: string;
|
|
363
363
|
}, {
|
|
@@ -367,15 +367,15 @@ export declare const CalciteInputTimeZone: import("@lit/react").ReactWebComponen
|
|
|
367
367
|
onCalciteInputTimeZoneClose: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneClose"]>;
|
|
368
368
|
onCalciteInputTimeZoneOpen: EventName<HTMLCalciteInputTimeZoneElement["calciteInputTimeZoneOpen"]>;
|
|
369
369
|
}>;
|
|
370
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
370
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-label />` directly. */
|
|
371
371
|
export declare const CalciteLabel: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-label/customElement").Label & {
|
|
372
372
|
class?: string;
|
|
373
373
|
}, {}>;
|
|
374
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
374
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-link />` directly. */
|
|
375
375
|
export declare const CalciteLink: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-link/customElement").Link & {
|
|
376
376
|
class?: string;
|
|
377
377
|
}, {}>;
|
|
378
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
378
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list />` directly. */
|
|
379
379
|
export declare const CalciteList: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-list/customElement").List & {
|
|
380
380
|
class?: string;
|
|
381
381
|
}, {
|
|
@@ -386,7 +386,7 @@ export declare const CalciteList: import("@lit/react").ReactWebComponent<import(
|
|
|
386
386
|
onCalciteListMoveHalt: EventName<HTMLCalciteListElement["calciteListMoveHalt"]>;
|
|
387
387
|
onCalciteListOrderChange: EventName<HTMLCalciteListElement["calciteListOrderChange"]>;
|
|
388
388
|
}>;
|
|
389
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
389
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item />` directly. */
|
|
390
390
|
export declare const CalciteListItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-list-item/customElement").ListItem & {
|
|
391
391
|
class?: string;
|
|
392
392
|
}, {
|
|
@@ -400,43 +400,43 @@ export declare const CalciteListItem: import("@lit/react").ReactWebComponent<imp
|
|
|
400
400
|
onCalciteListItemSortHandleOpen: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleOpen"]>;
|
|
401
401
|
onCalciteListItemToggle: EventName<HTMLCalciteListItemElement["calciteListItemToggle"]>;
|
|
402
402
|
}>;
|
|
403
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
403
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item-group />` directly. */
|
|
404
404
|
export declare const CalciteListItemGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-list-item-group/customElement").ListItemGroup & {
|
|
405
405
|
class?: string;
|
|
406
406
|
}, {}>;
|
|
407
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
407
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-loader />` directly. */
|
|
408
408
|
export declare const CalciteLoader: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-loader/customElement").Loader & {
|
|
409
409
|
class?: string;
|
|
410
410
|
}, {}>;
|
|
411
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
411
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu />` directly. */
|
|
412
412
|
export declare const CalciteMenu: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-menu/customElement").Menu & {
|
|
413
413
|
class?: string;
|
|
414
414
|
}, {}>;
|
|
415
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
415
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu-item />` directly. */
|
|
416
416
|
export declare const CalciteMenuItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-menu-item/customElement").MenuItem & {
|
|
417
417
|
class?: string;
|
|
418
418
|
}, {
|
|
419
419
|
onCalciteMenuItemSelect: EventName<HTMLCalciteMenuItemElement["calciteMenuItemSelect"]>;
|
|
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 `<calcite-meter />` directly. */
|
|
422
422
|
export declare const CalciteMeter: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-meter/customElement").Meter & {
|
|
423
423
|
class?: string;
|
|
424
424
|
}, {}>;
|
|
425
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
425
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation />` directly. */
|
|
426
426
|
export declare const CalciteNavigation: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-navigation/customElement").Navigation & {
|
|
427
427
|
class?: string;
|
|
428
428
|
}, {
|
|
429
429
|
onCalciteNavigationActionSelect: EventName<HTMLCalciteNavigationElement["calciteNavigationActionSelect"]>;
|
|
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 `<calcite-navigation-logo />` directly. */
|
|
432
432
|
export declare const CalciteNavigationLogo: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-navigation-logo/customElement").NavigationLogo & {
|
|
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 `<calcite-navigation-user />` directly. */
|
|
436
436
|
export declare const CalciteNavigationUser: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-navigation-user/customElement").NavigationUser & {
|
|
437
437
|
class?: string;
|
|
438
438
|
}, {}>;
|
|
439
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
439
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-notice />` directly. */
|
|
440
440
|
export declare const CalciteNotice: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-notice/customElement").Notice & {
|
|
441
441
|
class?: string;
|
|
442
442
|
}, {
|
|
@@ -445,21 +445,21 @@ export declare const CalciteNotice: import("@lit/react").ReactWebComponent<impor
|
|
|
445
445
|
onCalciteNoticeClose: EventName<HTMLCalciteNoticeElement["calciteNoticeClose"]>;
|
|
446
446
|
onCalciteNoticeOpen: EventName<HTMLCalciteNoticeElement["calciteNoticeOpen"]>;
|
|
447
447
|
}>;
|
|
448
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
448
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option />` directly. */
|
|
449
449
|
export declare const CalciteOption: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-option/customElement").Option & {
|
|
450
450
|
class?: string;
|
|
451
451
|
}, {}>;
|
|
452
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
452
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option-group />` directly. */
|
|
453
453
|
export declare const CalciteOptionGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-option-group/customElement").OptionGroup & {
|
|
454
454
|
class?: string;
|
|
455
455
|
}, {}>;
|
|
456
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
456
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-pagination />` directly. */
|
|
457
457
|
export declare const CalcitePagination: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-pagination/customElement").Pagination & {
|
|
458
458
|
class?: string;
|
|
459
459
|
}, {
|
|
460
460
|
onCalcitePaginationChange: EventName<HTMLCalcitePaginationElement["calcitePaginationChange"]>;
|
|
461
461
|
}>;
|
|
462
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
462
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-panel />` directly. */
|
|
463
463
|
export declare const CalcitePanel: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-panel/customElement").Panel & {
|
|
464
464
|
class?: string;
|
|
465
465
|
}, {
|
|
@@ -469,7 +469,7 @@ export declare const CalcitePanel: import("@lit/react").ReactWebComponent<import
|
|
|
469
469
|
onCalcitePanelScroll: EventName<HTMLCalcitePanelElement["calcitePanelScroll"]>;
|
|
470
470
|
onCalcitePanelToggle: EventName<HTMLCalcitePanelElement["calcitePanelToggle"]>;
|
|
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 `<calcite-popover />` directly. */
|
|
473
473
|
export declare const CalcitePopover: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-popover/customElement").Popover & {
|
|
474
474
|
class?: string;
|
|
475
475
|
}, {
|
|
@@ -478,49 +478,49 @@ export declare const CalcitePopover: import("@lit/react").ReactWebComponent<impo
|
|
|
478
478
|
onCalcitePopoverClose: EventName<HTMLCalcitePopoverElement["calcitePopoverClose"]>;
|
|
479
479
|
onCalcitePopoverOpen: EventName<HTMLCalcitePopoverElement["calcitePopoverOpen"]>;
|
|
480
480
|
}>;
|
|
481
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
481
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-progress />` directly. */
|
|
482
482
|
export declare const CalciteProgress: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-progress/customElement").Progress & {
|
|
483
483
|
class?: string;
|
|
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 `<calcite-radio-button />` directly. */
|
|
486
486
|
export declare const CalciteRadioButton: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-radio-button/customElement").RadioButton & {
|
|
487
487
|
class?: string;
|
|
488
488
|
}, {
|
|
489
489
|
onCalciteRadioButtonChange: EventName<HTMLCalciteRadioButtonElement["calciteRadioButtonChange"]>;
|
|
490
490
|
}>;
|
|
491
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
491
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-radio-button-group />` directly. */
|
|
492
492
|
export declare const CalciteRadioButtonGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-radio-button-group/customElement").RadioButtonGroup & {
|
|
493
493
|
class?: string;
|
|
494
494
|
}, {
|
|
495
495
|
onCalciteRadioButtonGroupChange: EventName<HTMLCalciteRadioButtonGroupElement["calciteRadioButtonGroupChange"]>;
|
|
496
496
|
}>;
|
|
497
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
497
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-rating />` directly. */
|
|
498
498
|
export declare const CalciteRating: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-rating/customElement").Rating & {
|
|
499
499
|
class?: string;
|
|
500
500
|
}, {
|
|
501
501
|
onCalciteRatingChange: EventName<HTMLCalciteRatingElement["calciteRatingChange"]>;
|
|
502
502
|
}>;
|
|
503
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
503
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-scrim />` directly. */
|
|
504
504
|
export declare const CalciteScrim: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-scrim/customElement").Scrim & {
|
|
505
505
|
class?: string;
|
|
506
506
|
}, {}>;
|
|
507
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
507
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-segmented-control />` directly. */
|
|
508
508
|
export declare const CalciteSegmentedControl: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-segmented-control/customElement").SegmentedControl & {
|
|
509
509
|
class?: string;
|
|
510
510
|
}, {
|
|
511
511
|
onCalciteSegmentedControlChange: EventName<HTMLCalciteSegmentedControlElement["calciteSegmentedControlChange"]>;
|
|
512
512
|
}>;
|
|
513
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
513
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-segmented-control-item />` directly. */
|
|
514
514
|
export declare const CalciteSegmentedControlItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-segmented-control-item/customElement").SegmentedControlItem & {
|
|
515
515
|
class?: string;
|
|
516
516
|
}, {}>;
|
|
517
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
517
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-select />` directly. */
|
|
518
518
|
export declare const CalciteSelect: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-select/customElement").Select & {
|
|
519
519
|
class?: string;
|
|
520
520
|
}, {
|
|
521
521
|
onCalciteSelectChange: EventName<HTMLCalciteSelectElement["calciteSelectChange"]>;
|
|
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 `<calcite-sheet />` directly. */
|
|
524
524
|
export declare const CalciteSheet: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-sheet/customElement").Sheet & {
|
|
525
525
|
class?: string;
|
|
526
526
|
}, {
|
|
@@ -529,25 +529,25 @@ export declare const CalciteSheet: import("@lit/react").ReactWebComponent<import
|
|
|
529
529
|
onCalciteSheetClose: EventName<HTMLCalciteSheetElement["calciteSheetClose"]>;
|
|
530
530
|
onCalciteSheetOpen: EventName<HTMLCalciteSheetElement["calciteSheetOpen"]>;
|
|
531
531
|
}>;
|
|
532
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
532
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-shell />` directly. */
|
|
533
533
|
export declare const CalciteShell: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-shell/customElement").Shell & {
|
|
534
534
|
class?: string;
|
|
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 `<calcite-shell-panel />` directly. */
|
|
537
537
|
export declare const CalciteShellPanel: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-shell-panel/customElement").ShellPanel & {
|
|
538
538
|
class?: string;
|
|
539
539
|
}, {
|
|
540
540
|
onCalciteShellPanelCollapse: EventName<HTMLCalciteShellPanelElement["calciteShellPanelCollapse"]>;
|
|
541
541
|
onCalciteShellPanelExpand: EventName<HTMLCalciteShellPanelElement["calciteShellPanelExpand"]>;
|
|
542
542
|
}>;
|
|
543
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
543
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-slider />` directly. */
|
|
544
544
|
export declare const CalciteSlider: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-slider/customElement").Slider & {
|
|
545
545
|
class?: string;
|
|
546
546
|
}, {
|
|
547
547
|
onCalciteSliderChange: EventName<HTMLCalciteSliderElement["calciteSliderChange"]>;
|
|
548
548
|
onCalciteSliderInput: EventName<HTMLCalciteSliderElement["calciteSliderInput"]>;
|
|
549
549
|
}>;
|
|
550
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
550
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sort-handle />` directly. */
|
|
551
551
|
export declare const CalciteSortHandle: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-sort-handle/customElement").SortHandle & {
|
|
552
552
|
class?: string;
|
|
553
553
|
}, {
|
|
@@ -559,121 +559,121 @@ export declare const CalciteSortHandle: import("@lit/react").ReactWebComponent<i
|
|
|
559
559
|
onCalciteSortHandleOpen: EventName<HTMLCalciteSortHandleElement["calciteSortHandleOpen"]>;
|
|
560
560
|
onCalciteSortHandleReorder: EventName<HTMLCalciteSortHandleElement["calciteSortHandleReorder"]>;
|
|
561
561
|
}>;
|
|
562
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
562
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sortable-list />` directly. */
|
|
563
563
|
export declare const CalciteSortableList: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-sortable-list/customElement").SortableList & {
|
|
564
564
|
class?: string;
|
|
565
565
|
}, {
|
|
566
566
|
onCalciteListOrderChange: EventName<HTMLCalciteSortableListElement["calciteListOrderChange"]>;
|
|
567
567
|
}>;
|
|
568
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
568
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-split-button />` directly. */
|
|
569
569
|
export declare const CalciteSplitButton: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-split-button/customElement").SplitButton & {
|
|
570
570
|
class?: string;
|
|
571
571
|
}, {
|
|
572
572
|
onCalciteSplitButtonPrimaryClick: EventName<HTMLCalciteSplitButtonElement["calciteSplitButtonPrimaryClick"]>;
|
|
573
573
|
onCalciteSplitButtonSecondaryClick: EventName<HTMLCalciteSplitButtonElement["calciteSplitButtonSecondaryClick"]>;
|
|
574
574
|
}>;
|
|
575
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
575
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stack />` directly. */
|
|
576
576
|
export declare const CalciteStack: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-stack/customElement").Stack & {
|
|
577
577
|
class?: string;
|
|
578
578
|
}, {}>;
|
|
579
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
579
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper />` directly. */
|
|
580
580
|
export declare const CalciteStepper: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-stepper/customElement").Stepper & {
|
|
581
581
|
class?: string;
|
|
582
582
|
}, {
|
|
583
583
|
onCalciteStepperChange: EventName<HTMLCalciteStepperElement["calciteStepperChange"]>;
|
|
584
584
|
}>;
|
|
585
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
585
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper-item />` directly. */
|
|
586
586
|
export declare const CalciteStepperItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-stepper-item/customElement").StepperItem & {
|
|
587
587
|
class?: string;
|
|
588
588
|
}, {
|
|
589
589
|
onCalciteStepperItemSelect: EventName<HTMLCalciteStepperItemElement["calciteStepperItemSelect"]>;
|
|
590
590
|
}>;
|
|
591
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
591
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch />` directly. */
|
|
592
592
|
export declare const CalciteSwatch: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-swatch/customElement").Swatch & {
|
|
593
593
|
class?: string;
|
|
594
594
|
}, {
|
|
595
595
|
onCalciteSwatchSelect: EventName<HTMLCalciteSwatchElement["calciteSwatchSelect"]>;
|
|
596
596
|
}>;
|
|
597
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
597
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch-group />` directly. */
|
|
598
598
|
export declare const CalciteSwatchGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-swatch-group/customElement").SwatchGroup & {
|
|
599
599
|
class?: string;
|
|
600
600
|
}, {
|
|
601
601
|
onCalciteSwatchGroupSelect: EventName<HTMLCalciteSwatchGroupElement["calciteSwatchGroupSelect"]>;
|
|
602
602
|
}>;
|
|
603
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
603
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-switch />` directly. */
|
|
604
604
|
export declare const CalciteSwitch: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-switch/customElement").Switch & {
|
|
605
605
|
class?: string;
|
|
606
606
|
}, {
|
|
607
607
|
onCalciteSwitchChange: EventName<HTMLCalciteSwitchElement["calciteSwitchChange"]>;
|
|
608
608
|
}>;
|
|
609
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
609
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab />` directly. */
|
|
610
610
|
export declare const CalciteTab: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tab/customElement").Tab & {
|
|
611
611
|
class?: string;
|
|
612
612
|
}, {}>;
|
|
613
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
613
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab-nav />` directly. */
|
|
614
614
|
export declare const CalciteTabNav: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tab-nav/customElement").TabNav & {
|
|
615
615
|
class?: string;
|
|
616
616
|
}, {
|
|
617
617
|
onCalciteTabChange: EventName<HTMLCalciteTabNavElement["calciteTabChange"]>;
|
|
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 `<calcite-tab-title />` directly. */
|
|
620
620
|
export declare const CalciteTabTitle: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tab-title/customElement").TabTitle & {
|
|
621
621
|
class?: string;
|
|
622
622
|
}, {
|
|
623
623
|
onCalciteTabsActivate: EventName<HTMLCalciteTabTitleElement["calciteTabsActivate"]>;
|
|
624
624
|
onCalciteTabsClose: EventName<HTMLCalciteTabTitleElement["calciteTabsClose"]>;
|
|
625
625
|
}>;
|
|
626
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
626
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table />` directly. */
|
|
627
627
|
export declare const CalciteTable: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-table/customElement").Table & {
|
|
628
628
|
class?: string;
|
|
629
629
|
}, {
|
|
630
630
|
onCalciteTablePageChange: EventName<HTMLCalciteTableElement["calciteTablePageChange"]>;
|
|
631
631
|
onCalciteTableSelect: EventName<HTMLCalciteTableElement["calciteTableSelect"]>;
|
|
632
632
|
}>;
|
|
633
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
633
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-cell />` directly. */
|
|
634
634
|
export declare const CalciteTableCell: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-table-cell/customElement").TableCell & {
|
|
635
635
|
class?: string;
|
|
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 `<calcite-table-header />` directly. */
|
|
638
638
|
export declare const CalciteTableHeader: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-table-header/customElement").TableHeader & {
|
|
639
639
|
class?: string;
|
|
640
640
|
}, {}>;
|
|
641
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
641
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-row />` directly. */
|
|
642
642
|
export declare const CalciteTableRow: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-table-row/customElement").TableRow & {
|
|
643
643
|
class?: string;
|
|
644
644
|
}, {
|
|
645
645
|
onCalciteTableRowSelect: EventName<HTMLCalciteTableRowElement["calciteTableRowSelect"]>;
|
|
646
646
|
}>;
|
|
647
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
647
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tabs />` directly. */
|
|
648
648
|
export declare const CalciteTabs: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tabs/customElement").Tabs & {
|
|
649
649
|
class?: string;
|
|
650
650
|
}, {}>;
|
|
651
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
651
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-text-area />` directly. */
|
|
652
652
|
export declare const CalciteTextArea: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-text-area/customElement").TextArea & {
|
|
653
653
|
class?: string;
|
|
654
654
|
}, {
|
|
655
655
|
onCalciteTextAreaChange: EventName<HTMLCalciteTextAreaElement["calciteTextAreaChange"]>;
|
|
656
656
|
onCalciteTextAreaInput: EventName<HTMLCalciteTextAreaElement["calciteTextAreaInput"]>;
|
|
657
657
|
}>;
|
|
658
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
658
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile />` directly. */
|
|
659
659
|
export declare const CalciteTile: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tile/customElement").Tile & {
|
|
660
660
|
class?: string;
|
|
661
661
|
}, {
|
|
662
662
|
onCalciteTileSelect: EventName<HTMLCalciteTileElement["calciteTileSelect"]>;
|
|
663
663
|
}>;
|
|
664
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
664
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile-group />` directly. */
|
|
665
665
|
export declare const CalciteTileGroup: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tile-group/customElement").TileGroup & {
|
|
666
666
|
class?: string;
|
|
667
667
|
}, {
|
|
668
668
|
onCalciteTileGroupSelect: EventName<HTMLCalciteTileGroupElement["calciteTileGroupSelect"]>;
|
|
669
669
|
}>;
|
|
670
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
670
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-time-picker />` directly. */
|
|
671
671
|
export declare const CalciteTimePicker: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-time-picker/customElement").TimePicker & {
|
|
672
672
|
class?: string;
|
|
673
673
|
}, {
|
|
674
674
|
onCalciteTimePickerChange: EventName<HTMLCalciteTimePickerElement["calciteTimePickerChange"]>;
|
|
675
675
|
}>;
|
|
676
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
676
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tooltip />` directly. */
|
|
677
677
|
export declare const CalciteTooltip: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tooltip/customElement").Tooltip & {
|
|
678
678
|
class?: string;
|
|
679
679
|
}, {
|
|
@@ -682,13 +682,13 @@ export declare const CalciteTooltip: import("@lit/react").ReactWebComponent<impo
|
|
|
682
682
|
onCalciteTooltipClose: EventName<HTMLCalciteTooltipElement["calciteTooltipClose"]>;
|
|
683
683
|
onCalciteTooltipOpen: EventName<HTMLCalciteTooltipElement["calciteTooltipOpen"]>;
|
|
684
684
|
}>;
|
|
685
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
685
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree />` directly. */
|
|
686
686
|
export declare const CalciteTree: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tree/customElement").Tree & {
|
|
687
687
|
class?: string;
|
|
688
688
|
}, {
|
|
689
689
|
onCalciteTreeSelect: EventName<HTMLCalciteTreeElement["calciteTreeSelect"]>;
|
|
690
690
|
}>;
|
|
691
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
691
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree-item />` directly. */
|
|
692
692
|
export declare const CalciteTreeItem: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-tree-item/customElement").TreeItem & {
|
|
693
693
|
class?: string;
|
|
694
694
|
}, {
|