@esri/calcite-components-react 5.2.0-next.4 → 5.2.0-next.41

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