@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.js
CHANGED
|
@@ -3,49 +3,49 @@ import React from "react";
|
|
|
3
3
|
import { createComponent } from "@lit/react";
|
|
4
4
|
import { makeReactWrapperFactory, getReactWrapperOptions } from "@arcgis/lumina";
|
|
5
5
|
const createWrapper = /*@__PURE__*/ makeReactWrapperFactory(React, createComponent);
|
|
6
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
6
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-accordion />` directly. */
|
|
7
7
|
export const CalciteAccordion = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion", {}));
|
|
8
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
8
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-accordion-item />` directly. */
|
|
9
9
|
export const CalciteAccordionItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion-item", {
|
|
10
10
|
onCalciteAccordionItemCollapse: "calciteAccordionItemCollapse",
|
|
11
11
|
onCalciteAccordionItemExpand: "calciteAccordionItemExpand",
|
|
12
12
|
}));
|
|
13
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
13
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action />` directly. */
|
|
14
14
|
export const CalciteAction = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action", {}));
|
|
15
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
15
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-bar />` directly. */
|
|
16
16
|
export const CalciteActionBar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-bar", {
|
|
17
17
|
onCalciteActionBarCollapse: "calciteActionBarCollapse",
|
|
18
18
|
onCalciteActionBarExpand: "calciteActionBarExpand",
|
|
19
19
|
onCalciteActionBarToggle: "calciteActionBarToggle",
|
|
20
20
|
}));
|
|
21
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
21
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-group />` directly. */
|
|
22
22
|
export const CalciteActionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-group", {
|
|
23
23
|
onCalciteActionGroupChange: "calciteActionGroupChange",
|
|
24
24
|
onCalciteActionGroupCollapse: "calciteActionGroupCollapse",
|
|
25
25
|
onCalciteActionGroupExpand: "calciteActionGroupExpand",
|
|
26
26
|
onCalciteInternalActionGroupActionsChange: "calciteInternalActionGroupActionsChange",
|
|
27
27
|
}));
|
|
28
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
28
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-menu />` directly. */
|
|
29
29
|
export const CalciteActionMenu = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-menu", {
|
|
30
30
|
onCalciteActionMenuCollapse: "calciteActionMenuCollapse",
|
|
31
31
|
onCalciteActionMenuExpand: "calciteActionMenuExpand",
|
|
32
32
|
onCalciteActionMenuOpen: "calciteActionMenuOpen",
|
|
33
33
|
onCalciteInternalActionMenuActionsChange: "calciteInternalActionMenuActionsChange",
|
|
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-pad />` directly. */
|
|
36
36
|
export const CalciteActionPad = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-pad", {
|
|
37
37
|
onCalciteActionPadCollapse: "calciteActionPadCollapse",
|
|
38
38
|
onCalciteActionPadExpand: "calciteActionPadExpand",
|
|
39
39
|
onCalciteActionPadToggle: "calciteActionPadToggle",
|
|
40
40
|
}));
|
|
41
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
41
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-alert />` directly. */
|
|
42
42
|
export const CalciteAlert = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-alert", {
|
|
43
43
|
onCalciteAlertBeforeClose: "calciteAlertBeforeClose",
|
|
44
44
|
onCalciteAlertBeforeOpen: "calciteAlertBeforeOpen",
|
|
45
45
|
onCalciteAlertClose: "calciteAlertClose",
|
|
46
46
|
onCalciteAlertOpen: "calciteAlertOpen",
|
|
47
47
|
}));
|
|
48
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
48
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete />` directly. */
|
|
49
49
|
export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete", {
|
|
50
50
|
onCalciteAutocompleteBeforeClose: "calciteAutocompleteBeforeClose",
|
|
51
51
|
onCalciteAutocompleteBeforeOpen: "calciteAutocompleteBeforeOpen",
|
|
@@ -55,15 +55,15 @@ export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOp
|
|
|
55
55
|
onCalciteAutocompleteTextChange: "calciteAutocompleteTextChange",
|
|
56
56
|
onCalciteAutocompleteTextInput: "calciteAutocompleteTextInput",
|
|
57
57
|
}));
|
|
58
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
58
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item />` directly. */
|
|
59
59
|
export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {
|
|
60
60
|
onCalciteAutocompleteItemSelect: "calciteAutocompleteItemSelect",
|
|
61
61
|
}));
|
|
62
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
62
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item-group />` directly. */
|
|
63
63
|
export const CalciteAutocompleteItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item-group", {}));
|
|
64
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
64
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-avatar />` directly. */
|
|
65
65
|
export const CalciteAvatar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-avatar", {}));
|
|
66
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
66
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block />` directly. */
|
|
67
67
|
export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block", {
|
|
68
68
|
onCalciteBlockBeforeClose: "calciteBlockBeforeClose",
|
|
69
69
|
onCalciteBlockBeforeOpen: "calciteBlockBeforeOpen",
|
|
@@ -77,30 +77,30 @@ export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
77
77
|
onCalciteBlockSortHandleOpen: "calciteBlockSortHandleOpen",
|
|
78
78
|
onCalciteBlockToggle: "calciteBlockToggle",
|
|
79
79
|
}));
|
|
80
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
80
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block-group />` directly. */
|
|
81
81
|
export const CalciteBlockGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-group", {
|
|
82
82
|
onCalciteBlockGroupDragEnd: "calciteBlockGroupDragEnd",
|
|
83
83
|
onCalciteBlockGroupDragStart: "calciteBlockGroupDragStart",
|
|
84
84
|
onCalciteBlockGroupMoveHalt: "calciteBlockGroupMoveHalt",
|
|
85
85
|
onCalciteBlockGroupOrderChange: "calciteBlockGroupOrderChange",
|
|
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-section />` directly. */
|
|
88
88
|
export const CalciteBlockSection = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-section", {
|
|
89
89
|
onCalciteBlockSectionCollapse: "calciteBlockSectionCollapse",
|
|
90
90
|
onCalciteBlockSectionExpand: "calciteBlockSectionExpand",
|
|
91
91
|
onCalciteBlockSectionToggle: "calciteBlockSectionToggle",
|
|
92
92
|
}));
|
|
93
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
93
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-button />` directly. */
|
|
94
94
|
export const CalciteButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-button", {}));
|
|
95
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
95
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card />` directly. */
|
|
96
96
|
export const CalciteCard = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-card", {
|
|
97
97
|
onCalciteCardSelect: "calciteCardSelect",
|
|
98
98
|
}));
|
|
99
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
99
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card-group />` directly. */
|
|
100
100
|
export const CalciteCardGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-card-group", {
|
|
101
101
|
onCalciteCardGroupSelect: "calciteCardGroupSelect",
|
|
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-carousel />` directly. */
|
|
104
104
|
export const CalciteCarousel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-carousel", {
|
|
105
105
|
onCalciteCarouselChange: "calciteCarouselChange",
|
|
106
106
|
onCalciteCarouselPause: "calciteCarouselPause",
|
|
@@ -108,33 +108,33 @@ export const CalciteCarousel = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
108
108
|
onCalciteCarouselResume: "calciteCarouselResume",
|
|
109
109
|
onCalciteCarouselStop: "calciteCarouselStop",
|
|
110
110
|
}));
|
|
111
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
111
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-carousel-item />` directly. */
|
|
112
112
|
export const CalciteCarouselItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-carousel-item", {}));
|
|
113
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
113
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-checkbox />` directly. */
|
|
114
114
|
export const CalciteCheckbox = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-checkbox", {
|
|
115
115
|
onCalciteCheckboxChange: "calciteCheckboxChange",
|
|
116
116
|
}));
|
|
117
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
117
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip />` directly. */
|
|
118
118
|
export const CalciteChip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-chip", {
|
|
119
119
|
onCalciteChipClose: "calciteChipClose",
|
|
120
120
|
onCalciteChipSelect: "calciteChipSelect",
|
|
121
121
|
}));
|
|
122
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
122
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip-group />` directly. */
|
|
123
123
|
export const CalciteChipGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-chip-group", {
|
|
124
124
|
onCalciteChipGroupSelect: "calciteChipGroupSelect",
|
|
125
125
|
}));
|
|
126
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
126
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker />` directly. */
|
|
127
127
|
export const CalciteColorPicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker", {
|
|
128
128
|
onCalciteColorPickerChange: "calciteColorPickerChange",
|
|
129
129
|
onCalciteColorPickerInput: "calciteColorPickerInput",
|
|
130
130
|
}));
|
|
131
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
131
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-hex-input />` directly. */
|
|
132
132
|
export const CalciteColorPickerHexInput = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker-hex-input", {
|
|
133
133
|
onCalciteColorPickerHexInputChange: "calciteColorPickerHexInputChange",
|
|
134
134
|
}));
|
|
135
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
135
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-swatch />` directly. */
|
|
136
136
|
export const CalciteColorPickerSwatch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker-swatch", {}));
|
|
137
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
137
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox />` directly. */
|
|
138
138
|
export const CalciteCombobox = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox", {
|
|
139
139
|
onCalciteComboboxBeforeClose: "calciteComboboxBeforeClose",
|
|
140
140
|
onCalciteComboboxBeforeOpen: "calciteComboboxBeforeOpen",
|
|
@@ -144,22 +144,22 @@ export const CalciteCombobox = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
144
144
|
onCalciteComboboxFilterChange: "calciteComboboxFilterChange",
|
|
145
145
|
onCalciteComboboxOpen: "calciteComboboxOpen",
|
|
146
146
|
}));
|
|
147
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
147
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item />` directly. */
|
|
148
148
|
export const CalciteComboboxItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox-item", {
|
|
149
149
|
onCalciteComboboxItemChange: "calciteComboboxItemChange",
|
|
150
150
|
}));
|
|
151
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
151
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item-group />` directly. */
|
|
152
152
|
export const CalciteComboboxItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox-item-group", {}));
|
|
153
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
153
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker />` directly. */
|
|
154
154
|
export const CalciteDatePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker", {
|
|
155
155
|
onCalciteDatePickerChange: "calciteDatePickerChange",
|
|
156
156
|
onCalciteDatePickerRangeChange: "calciteDatePickerRangeChange",
|
|
157
157
|
}));
|
|
158
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
158
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-day />` directly. */
|
|
159
159
|
export const CalciteDatePickerDay = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-day", {}));
|
|
160
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
160
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-month />` directly. */
|
|
161
161
|
export const CalciteDatePickerMonth = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-month", {}));
|
|
162
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
162
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dialog />` directly. */
|
|
163
163
|
export const CalciteDialog = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dialog", {
|
|
164
164
|
onCalciteDialogBeforeClose: "calciteDialogBeforeClose",
|
|
165
165
|
onCalciteDialogBeforeOpen: "calciteDialogBeforeOpen",
|
|
@@ -167,7 +167,7 @@ export const CalciteDialog = /*@__PURE__*/ createWrapper(getReactWrapperOptions(
|
|
|
167
167
|
onCalciteDialogOpen: "calciteDialogOpen",
|
|
168
168
|
onCalciteDialogScroll: "calciteDialogScroll",
|
|
169
169
|
}));
|
|
170
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
170
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown />` directly. */
|
|
171
171
|
export const CalciteDropdown = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown", {
|
|
172
172
|
onCalciteDropdownBeforeClose: "calciteDropdownBeforeClose",
|
|
173
173
|
onCalciteDropdownBeforeOpen: "calciteDropdownBeforeOpen",
|
|
@@ -175,21 +175,21 @@ export const CalciteDropdown = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
175
175
|
onCalciteDropdownOpen: "calciteDropdownOpen",
|
|
176
176
|
onCalciteDropdownSelect: "calciteDropdownSelect",
|
|
177
177
|
}));
|
|
178
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
178
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-group />` directly. */
|
|
179
179
|
export const CalciteDropdownGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown-group", {}));
|
|
180
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
180
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-item />` directly. */
|
|
181
181
|
export const CalciteDropdownItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown-item", {
|
|
182
182
|
onCalciteDropdownItemSelect: "calciteDropdownItemSelect",
|
|
183
183
|
}));
|
|
184
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
184
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-fab />` directly. */
|
|
185
185
|
export const CalciteFab = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-fab", {}));
|
|
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-filter />` directly. */
|
|
187
187
|
export const CalciteFilter = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-filter", {
|
|
188
188
|
onCalciteFilterChange: "calciteFilterChange",
|
|
189
189
|
}));
|
|
190
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
190
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow />` directly. */
|
|
191
191
|
export const CalciteFlow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow", {}));
|
|
192
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
192
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow-item />` directly. */
|
|
193
193
|
export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow-item", {
|
|
194
194
|
onCalciteFlowItemBack: "calciteFlowItemBack",
|
|
195
195
|
onCalciteFlowItemClose: "calciteFlowItemClose",
|
|
@@ -198,25 +198,25 @@ export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
198
198
|
onCalciteFlowItemScroll: "calciteFlowItemScroll",
|
|
199
199
|
onCalciteFlowItemToggle: "calciteFlowItemToggle",
|
|
200
200
|
}));
|
|
201
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
201
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-focus-trap />` directly. */
|
|
202
202
|
export const CalciteFocusTrap = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-focus-trap", {
|
|
203
203
|
onCalciteFocusTrapActiveChange: "calciteFocusTrapActiveChange",
|
|
204
204
|
}));
|
|
205
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
205
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-graph />` directly. */
|
|
206
206
|
export const CalciteGraph = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-graph", {}));
|
|
207
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
207
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-handle />` directly. */
|
|
208
208
|
export const CalciteHandle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-handle", {
|
|
209
209
|
onCalciteHandleChange: "calciteHandleChange",
|
|
210
210
|
onCalciteHandleNudge: "calciteHandleNudge",
|
|
211
211
|
}));
|
|
212
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
212
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-icon />` directly. */
|
|
213
213
|
export const CalciteIcon = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-icon", {}));
|
|
214
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
214
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-inline-editable />` directly. */
|
|
215
215
|
export const CalciteInlineEditable = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-inline-editable", {
|
|
216
216
|
onCalciteInlineEditableEditCancel: "calciteInlineEditableEditCancel",
|
|
217
217
|
onCalciteInlineEditableEditConfirm: "calciteInlineEditableEditConfirm",
|
|
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-input />` directly. */
|
|
220
220
|
export const CalciteInput = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input", {
|
|
221
221
|
onCalciteInputChange: "calciteInputChange",
|
|
222
222
|
onCalciteInputInlineEditableCancel: "calciteInputInlineEditableCancel",
|
|
@@ -224,7 +224,7 @@ export const CalciteInput = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
224
224
|
onCalciteInputInlineEditableConfirm: "calciteInputInlineEditableConfirm",
|
|
225
225
|
onCalciteInputInput: "calciteInputInput",
|
|
226
226
|
}));
|
|
227
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
227
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-date-picker />` directly. */
|
|
228
228
|
export const CalciteInputDatePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-date-picker", {
|
|
229
229
|
onCalciteInputDatePickerBeforeClose: "calciteInputDatePickerBeforeClose",
|
|
230
230
|
onCalciteInputDatePickerBeforeOpen: "calciteInputDatePickerBeforeOpen",
|
|
@@ -232,9 +232,9 @@ export const CalciteInputDatePicker = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
232
232
|
onCalciteInputDatePickerClose: "calciteInputDatePickerClose",
|
|
233
233
|
onCalciteInputDatePickerOpen: "calciteInputDatePickerOpen",
|
|
234
234
|
}));
|
|
235
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
235
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-message />` directly. */
|
|
236
236
|
export const CalciteInputMessage = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-message", {}));
|
|
237
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
237
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-number />` directly. */
|
|
238
238
|
export const CalciteInputNumber = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-number", {
|
|
239
239
|
onCalciteInputNumberChange: "calciteInputNumberChange",
|
|
240
240
|
onCalciteInputNumberInlineEditableCancel: "calciteInputNumberInlineEditableCancel",
|
|
@@ -242,7 +242,7 @@ export const CalciteInputNumber = /*@__PURE__*/ createWrapper(getReactWrapperOpt
|
|
|
242
242
|
onCalciteInputNumberInlineEditableConfirm: "calciteInputNumberInlineEditableConfirm",
|
|
243
243
|
onCalciteInputNumberInput: "calciteInputNumberInput",
|
|
244
244
|
}));
|
|
245
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
245
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-text />` directly. */
|
|
246
246
|
export const CalciteInputText = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-text", {
|
|
247
247
|
onCalciteInputTextChange: "calciteInputTextChange",
|
|
248
248
|
onCalciteInputTextInlineEditableCancel: "calciteInputTextInlineEditableCancel",
|
|
@@ -250,7 +250,7 @@ export const CalciteInputText = /*@__PURE__*/ createWrapper(getReactWrapperOptio
|
|
|
250
250
|
onCalciteInputTextInlineEditableConfirm: "calciteInputTextInlineEditableConfirm",
|
|
251
251
|
onCalciteInputTextInput: "calciteInputTextInput",
|
|
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-input-time-picker />` directly. */
|
|
254
254
|
export const CalciteInputTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-time-picker", {
|
|
255
255
|
onCalciteInputTimePickerBeforeClose: "calciteInputTimePickerBeforeClose",
|
|
256
256
|
onCalciteInputTimePickerBeforeOpen: "calciteInputTimePickerBeforeOpen",
|
|
@@ -258,7 +258,7 @@ export const CalciteInputTimePicker = /*@__PURE__*/ createWrapper(getReactWrappe
|
|
|
258
258
|
onCalciteInputTimePickerClose: "calciteInputTimePickerClose",
|
|
259
259
|
onCalciteInputTimePickerOpen: "calciteInputTimePickerOpen",
|
|
260
260
|
}));
|
|
261
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
261
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-time-zone />` directly. */
|
|
262
262
|
export const CalciteInputTimeZone = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-time-zone", {
|
|
263
263
|
onCalciteInputTimeZoneBeforeClose: "calciteInputTimeZoneBeforeClose",
|
|
264
264
|
onCalciteInputTimeZoneBeforeOpen: "calciteInputTimeZoneBeforeOpen",
|
|
@@ -266,11 +266,11 @@ export const CalciteInputTimeZone = /*@__PURE__*/ createWrapper(getReactWrapperO
|
|
|
266
266
|
onCalciteInputTimeZoneClose: "calciteInputTimeZoneClose",
|
|
267
267
|
onCalciteInputTimeZoneOpen: "calciteInputTimeZoneOpen",
|
|
268
268
|
}));
|
|
269
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
269
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-label />` directly. */
|
|
270
270
|
export const CalciteLabel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-label", {}));
|
|
271
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
271
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-link />` directly. */
|
|
272
272
|
export const CalciteLink = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-link", {}));
|
|
273
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
273
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list />` directly. */
|
|
274
274
|
export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list", {
|
|
275
275
|
onCalciteListChange: "calciteListChange",
|
|
276
276
|
onCalciteListDragEnd: "calciteListDragEnd",
|
|
@@ -279,7 +279,7 @@ export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
|
|
|
279
279
|
onCalciteListMoveHalt: "calciteListMoveHalt",
|
|
280
280
|
onCalciteListOrderChange: "calciteListOrderChange",
|
|
281
281
|
}));
|
|
282
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
282
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item />` directly. */
|
|
283
283
|
export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item", {
|
|
284
284
|
onCalciteListItemClose: "calciteListItemClose",
|
|
285
285
|
onCalciteListItemCollapse: "calciteListItemCollapse",
|
|
@@ -291,42 +291,42 @@ export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
291
291
|
onCalciteListItemSortHandleOpen: "calciteListItemSortHandleOpen",
|
|
292
292
|
onCalciteListItemToggle: "calciteListItemToggle",
|
|
293
293
|
}));
|
|
294
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
294
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item-group />` directly. */
|
|
295
295
|
export const CalciteListItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item-group", {}));
|
|
296
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
296
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-loader />` directly. */
|
|
297
297
|
export const CalciteLoader = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-loader", {}));
|
|
298
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
298
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu />` directly. */
|
|
299
299
|
export const CalciteMenu = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-menu", {}));
|
|
300
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
300
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu-item />` directly. */
|
|
301
301
|
export const CalciteMenuItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-menu-item", {
|
|
302
302
|
onCalciteMenuItemSelect: "calciteMenuItemSelect",
|
|
303
303
|
}));
|
|
304
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
304
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-meter />` directly. */
|
|
305
305
|
export const CalciteMeter = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-meter", {}));
|
|
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-navigation />` directly. */
|
|
307
307
|
export const CalciteNavigation = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation", {
|
|
308
308
|
onCalciteNavigationActionSelect: "calciteNavigationActionSelect",
|
|
309
309
|
}));
|
|
310
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
310
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation-logo />` directly. */
|
|
311
311
|
export const CalciteNavigationLogo = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation-logo", {}));
|
|
312
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
312
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation-user />` directly. */
|
|
313
313
|
export const CalciteNavigationUser = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation-user", {}));
|
|
314
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
314
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-notice />` directly. */
|
|
315
315
|
export const CalciteNotice = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-notice", {
|
|
316
316
|
onCalciteNoticeBeforeClose: "calciteNoticeBeforeClose",
|
|
317
317
|
onCalciteNoticeBeforeOpen: "calciteNoticeBeforeOpen",
|
|
318
318
|
onCalciteNoticeClose: "calciteNoticeClose",
|
|
319
319
|
onCalciteNoticeOpen: "calciteNoticeOpen",
|
|
320
320
|
}));
|
|
321
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
321
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option />` directly. */
|
|
322
322
|
export const CalciteOption = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-option", {}));
|
|
323
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
323
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option-group />` directly. */
|
|
324
324
|
export const CalciteOptionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-option-group", {}));
|
|
325
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
325
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-pagination />` directly. */
|
|
326
326
|
export const CalcitePagination = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-pagination", {
|
|
327
327
|
onCalcitePaginationChange: "calcitePaginationChange",
|
|
328
328
|
}));
|
|
329
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
329
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-panel />` directly. */
|
|
330
330
|
export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-panel", {
|
|
331
331
|
onCalcitePanelClose: "calcitePanelClose",
|
|
332
332
|
onCalcitePanelCollapse: "calcitePanelCollapse",
|
|
@@ -334,59 +334,59 @@ export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
334
334
|
onCalcitePanelScroll: "calcitePanelScroll",
|
|
335
335
|
onCalcitePanelToggle: "calcitePanelToggle",
|
|
336
336
|
}));
|
|
337
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
337
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-popover />` directly. */
|
|
338
338
|
export const CalcitePopover = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-popover", {
|
|
339
339
|
onCalcitePopoverBeforeClose: "calcitePopoverBeforeClose",
|
|
340
340
|
onCalcitePopoverBeforeOpen: "calcitePopoverBeforeOpen",
|
|
341
341
|
onCalcitePopoverClose: "calcitePopoverClose",
|
|
342
342
|
onCalcitePopoverOpen: "calcitePopoverOpen",
|
|
343
343
|
}));
|
|
344
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
344
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-progress />` directly. */
|
|
345
345
|
export const CalciteProgress = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-progress", {}));
|
|
346
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
346
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-radio-button />` directly. */
|
|
347
347
|
export const CalciteRadioButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-radio-button", {
|
|
348
348
|
onCalciteRadioButtonChange: "calciteRadioButtonChange",
|
|
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-radio-button-group />` directly. */
|
|
351
351
|
export const CalciteRadioButtonGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-radio-button-group", {
|
|
352
352
|
onCalciteRadioButtonGroupChange: "calciteRadioButtonGroupChange",
|
|
353
353
|
}));
|
|
354
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
354
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-rating />` directly. */
|
|
355
355
|
export const CalciteRating = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-rating", {
|
|
356
356
|
onCalciteRatingChange: "calciteRatingChange",
|
|
357
357
|
}));
|
|
358
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
358
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-scrim />` directly. */
|
|
359
359
|
export const CalciteScrim = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-scrim", {}));
|
|
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-segmented-control />` directly. */
|
|
361
361
|
export const CalciteSegmentedControl = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-segmented-control", {
|
|
362
362
|
onCalciteSegmentedControlChange: "calciteSegmentedControlChange",
|
|
363
363
|
}));
|
|
364
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
364
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-segmented-control-item />` directly. */
|
|
365
365
|
export const CalciteSegmentedControlItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-segmented-control-item", {}));
|
|
366
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
366
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-select />` directly. */
|
|
367
367
|
export const CalciteSelect = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-select", {
|
|
368
368
|
onCalciteSelectChange: "calciteSelectChange",
|
|
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-sheet />` directly. */
|
|
371
371
|
export const CalciteSheet = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sheet", {
|
|
372
372
|
onCalciteSheetBeforeClose: "calciteSheetBeforeClose",
|
|
373
373
|
onCalciteSheetBeforeOpen: "calciteSheetBeforeOpen",
|
|
374
374
|
onCalciteSheetClose: "calciteSheetClose",
|
|
375
375
|
onCalciteSheetOpen: "calciteSheetOpen",
|
|
376
376
|
}));
|
|
377
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
377
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-shell />` directly. */
|
|
378
378
|
export const CalciteShell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell", {}));
|
|
379
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
379
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-shell-panel />` directly. */
|
|
380
380
|
export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
|
|
381
381
|
onCalciteShellPanelCollapse: "calciteShellPanelCollapse",
|
|
382
382
|
onCalciteShellPanelExpand: "calciteShellPanelExpand",
|
|
383
383
|
}));
|
|
384
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
384
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-slider />` directly. */
|
|
385
385
|
export const CalciteSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-slider", {
|
|
386
386
|
onCalciteSliderChange: "calciteSliderChange",
|
|
387
387
|
onCalciteSliderInput: "calciteSliderInput",
|
|
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-sort-handle />` directly. */
|
|
390
390
|
export const CalciteSortHandle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sort-handle", {
|
|
391
391
|
onCalciteSortHandleAdd: "calciteSortHandleAdd",
|
|
392
392
|
onCalciteSortHandleBeforeClose: "calciteSortHandleBeforeClose",
|
|
@@ -396,92 +396,92 @@ export const CalciteSortHandle = /*@__PURE__*/ createWrapper(getReactWrapperOpti
|
|
|
396
396
|
onCalciteSortHandleOpen: "calciteSortHandleOpen",
|
|
397
397
|
onCalciteSortHandleReorder: "calciteSortHandleReorder",
|
|
398
398
|
}));
|
|
399
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
399
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sortable-list />` directly. */
|
|
400
400
|
export const CalciteSortableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sortable-list", {
|
|
401
401
|
onCalciteListOrderChange: "calciteListOrderChange",
|
|
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-split-button />` directly. */
|
|
404
404
|
export const CalciteSplitButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-split-button", {
|
|
405
405
|
onCalciteSplitButtonPrimaryClick: "calciteSplitButtonPrimaryClick",
|
|
406
406
|
onCalciteSplitButtonSecondaryClick: "calciteSplitButtonSecondaryClick",
|
|
407
407
|
}));
|
|
408
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
408
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stack />` directly. */
|
|
409
409
|
export const CalciteStack = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stack", {}));
|
|
410
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
410
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper />` directly. */
|
|
411
411
|
export const CalciteStepper = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper", {
|
|
412
412
|
onCalciteStepperChange: "calciteStepperChange",
|
|
413
413
|
}));
|
|
414
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
414
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper-item />` directly. */
|
|
415
415
|
export const CalciteStepperItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper-item", {
|
|
416
416
|
onCalciteStepperItemSelect: "calciteStepperItemSelect",
|
|
417
417
|
}));
|
|
418
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
418
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch />` directly. */
|
|
419
419
|
export const CalciteSwatch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch", {
|
|
420
420
|
onCalciteSwatchSelect: "calciteSwatchSelect",
|
|
421
421
|
}));
|
|
422
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
422
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch-group />` directly. */
|
|
423
423
|
export const CalciteSwatchGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch-group", {
|
|
424
424
|
onCalciteSwatchGroupSelect: "calciteSwatchGroupSelect",
|
|
425
425
|
}));
|
|
426
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
426
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-switch />` directly. */
|
|
427
427
|
export const CalciteSwitch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-switch", {
|
|
428
428
|
onCalciteSwitchChange: "calciteSwitchChange",
|
|
429
429
|
}));
|
|
430
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
430
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab />` directly. */
|
|
431
431
|
export const CalciteTab = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab", {}));
|
|
432
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
432
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab-nav />` directly. */
|
|
433
433
|
export const CalciteTabNav = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab-nav", {
|
|
434
434
|
onCalciteTabChange: "calciteTabChange",
|
|
435
435
|
}));
|
|
436
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
436
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab-title />` directly. */
|
|
437
437
|
export const CalciteTabTitle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab-title", {
|
|
438
438
|
onCalciteTabsActivate: "calciteTabsActivate",
|
|
439
439
|
onCalciteTabsClose: "calciteTabsClose",
|
|
440
440
|
}));
|
|
441
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
441
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table />` directly. */
|
|
442
442
|
export const CalciteTable = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table", {
|
|
443
443
|
onCalciteTablePageChange: "calciteTablePageChange",
|
|
444
444
|
onCalciteTableSelect: "calciteTableSelect",
|
|
445
445
|
}));
|
|
446
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
446
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-cell />` directly. */
|
|
447
447
|
export const CalciteTableCell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-cell", {}));
|
|
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-table-header />` directly. */
|
|
449
449
|
export const CalciteTableHeader = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-header", {}));
|
|
450
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
450
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-row />` directly. */
|
|
451
451
|
export const CalciteTableRow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-row", {
|
|
452
452
|
onCalciteTableRowSelect: "calciteTableRowSelect",
|
|
453
453
|
}));
|
|
454
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
454
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tabs />` directly. */
|
|
455
455
|
export const CalciteTabs = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tabs", {}));
|
|
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-text-area />` directly. */
|
|
457
457
|
export const CalciteTextArea = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-text-area", {
|
|
458
458
|
onCalciteTextAreaChange: "calciteTextAreaChange",
|
|
459
459
|
onCalciteTextAreaInput: "calciteTextAreaInput",
|
|
460
460
|
}));
|
|
461
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
461
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile />` directly. */
|
|
462
462
|
export const CalciteTile = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile", {
|
|
463
463
|
onCalciteTileSelect: "calciteTileSelect",
|
|
464
464
|
}));
|
|
465
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
465
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile-group />` directly. */
|
|
466
466
|
export const CalciteTileGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-group", {
|
|
467
467
|
onCalciteTileGroupSelect: "calciteTileGroupSelect",
|
|
468
468
|
}));
|
|
469
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
469
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-time-picker />` directly. */
|
|
470
470
|
export const CalciteTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-time-picker", {
|
|
471
471
|
onCalciteTimePickerChange: "calciteTimePickerChange",
|
|
472
472
|
}));
|
|
473
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
473
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tooltip />` directly. */
|
|
474
474
|
export const CalciteTooltip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tooltip", {
|
|
475
475
|
onCalciteTooltipBeforeClose: "calciteTooltipBeforeClose",
|
|
476
476
|
onCalciteTooltipBeforeOpen: "calciteTooltipBeforeOpen",
|
|
477
477
|
onCalciteTooltipClose: "calciteTooltipClose",
|
|
478
478
|
onCalciteTooltipOpen: "calciteTooltipOpen",
|
|
479
479
|
}));
|
|
480
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
480
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree />` directly. */
|
|
481
481
|
export const CalciteTree = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree", {
|
|
482
482
|
onCalciteTreeSelect: "calciteTreeSelect",
|
|
483
483
|
}));
|
|
484
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
484
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree-item />` directly. */
|
|
485
485
|
export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
|
|
486
486
|
onCalciteTreeItemCollapse: "calciteTreeItemCollapse",
|
|
487
487
|
onCalciteTreeItemExpand: "calciteTreeItemExpand",
|