@salutejs/sdds-finportal 0.164.0-canary.1550.11795356464.0 → 0.164.0-canary.1552.11794692529.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +688 -35
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Button/Button.d.ts +4 -4
- package/components/Combobox/Combobox.d.ts +504 -24
- package/components/Combobox/index.d.ts +504 -24
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Mask/Mask.d.ts +16 -16
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/components/Select/Select.config.d.ts +7 -15
- package/components/Select/Select.config.js +21 -29
- package/components/Select/Select.d.ts +50 -59
- package/components/Select/Select.js +6 -5
- package/components/TextArea/TextArea.d.ts +16 -16
- package/components/TextField/TextField.d.ts +16 -16
- package/es/components/Select/Select.config.js +22 -30
- package/es/components/Select/Select.js +4 -5
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +688 -35
@@ -11,7 +11,7 @@ import { addFocus } from '@salutejs/plasma-new-hope/styled-components';
|
|
11
11
|
import { addNotification } from '@salutejs/plasma-new-hope/styled-components';
|
12
12
|
import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types';
|
13
13
|
import { AnchorHTMLAttributes } from 'react';
|
14
|
-
import { AsProps } from '@salutejs/plasma-new-hope/
|
14
|
+
import { AsProps } from '@salutejs/plasma-new-hope/types/types';
|
15
15
|
import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
16
16
|
import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
|
17
17
|
import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -51,6 +51,7 @@ import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components';
|
|
51
51
|
import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components';
|
52
52
|
import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
|
53
53
|
import { ChangeEvent } from 'react';
|
54
|
+
import { ChangeEventHandler } from 'react';
|
54
55
|
import { ChangeInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
|
55
56
|
import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types';
|
56
57
|
import { ChipGroupProps } from '@salutejs/plasma-new-hope/types/components/ChipGroup/ChipGroup.types';
|
@@ -83,8 +84,6 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
83
84
|
import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
84
85
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
85
86
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
86
|
-
import type { DistributiveOmit } from '@salutejs/plasma-new-hope';
|
87
|
-
import type { DistributivePick } from '@salutejs/plasma-new-hope';
|
88
87
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
89
88
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
90
89
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -92,7 +91,6 @@ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'
|
|
92
91
|
import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
|
93
92
|
import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
|
94
93
|
import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
|
95
|
-
import { DropdownNodeSelect } from '@salutejs/plasma-new-hope/styled-components';
|
96
94
|
import { DropdownProps } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
|
97
95
|
import { dsplL } from '@salutejs/sdds-themes/tokens';
|
98
96
|
import { dsplLBold } from '@salutejs/sdds-themes/tokens';
|
@@ -122,18 +120,19 @@ import { HTMLAttributes } from 'react';
|
|
122
120
|
import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
|
123
121
|
import { ImgHTMLAttributes } from 'react';
|
124
122
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
125
|
-
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/
|
123
|
+
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
126
124
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
127
125
|
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
128
|
-
import type { ItemOptionSelect } from '@salutejs/plasma-new-hope';
|
129
126
|
import { JSXElementConstructor } from 'react';
|
130
127
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
131
128
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
132
129
|
import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
|
133
130
|
import { mediaQuery } from '@salutejs/plasma-new-hope/styled-components';
|
131
|
+
import { MergedDropdownNode } from '@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types';
|
134
132
|
import { modalClasses } from '@salutejs/plasma-new-hope/styled-components';
|
135
133
|
import { ModalProps } from '@salutejs/plasma-new-hope/styled-components';
|
136
134
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
135
|
+
import { MutableRefObject } from 'react';
|
137
136
|
import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
138
137
|
import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
|
139
138
|
import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -182,7 +181,7 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
182
181
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
183
182
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
184
183
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
185
|
-
import type { SelectProps
|
184
|
+
import type { SelectProps } from '@salutejs/plasma-new-hope/styled-components';
|
186
185
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
187
186
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
188
187
|
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -204,7 +203,7 @@ import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
|
|
204
203
|
import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
205
204
|
import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
206
205
|
import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
207
|
-
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/
|
206
|
+
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
208
207
|
import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
209
208
|
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
210
209
|
import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
@@ -1070,7 +1069,7 @@ true: PolymorphicClassName;
|
|
1070
1069
|
listOverflow?: Property.Overflow | undefined;
|
1071
1070
|
listHeight?: Property.Height<string | number> | undefined;
|
1072
1071
|
listWidth?: Property.Width<string | number> | undefined;
|
1073
|
-
portal?:
|
1072
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1074
1073
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1075
1074
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1076
1075
|
closeAfterSelect?: boolean | undefined;
|
@@ -1082,8 +1081,10 @@ true: PolymorphicClassName;
|
|
1082
1081
|
disabled?: true | undefined;
|
1083
1082
|
alwaysOpened?: false | undefined;
|
1084
1083
|
} & {
|
1084
|
+
name?: undefined;
|
1085
1085
|
multiple?: false | undefined;
|
1086
1086
|
value?: string | undefined;
|
1087
|
+
defaultValue?: undefined;
|
1087
1088
|
onChange?: ((value: string) => void) | undefined;
|
1088
1089
|
isTargetAmount?: false | undefined;
|
1089
1090
|
targetAmount?: undefined;
|
@@ -1093,7 +1094,7 @@ true: PolymorphicClassName;
|
|
1093
1094
|
} & {
|
1094
1095
|
required: true;
|
1095
1096
|
optional?: false | undefined;
|
1096
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1097
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1097
1098
|
items: ItemOption[];
|
1098
1099
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1099
1100
|
label?: string | undefined;
|
@@ -1106,7 +1107,7 @@ true: PolymorphicClassName;
|
|
1106
1107
|
listOverflow?: Property.Overflow | undefined;
|
1107
1108
|
listHeight?: Property.Height<string | number> | undefined;
|
1108
1109
|
listWidth?: Property.Width<string | number> | undefined;
|
1109
|
-
portal?:
|
1110
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1110
1111
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1111
1112
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1112
1113
|
closeAfterSelect?: boolean | undefined;
|
@@ -1118,8 +1119,10 @@ true: PolymorphicClassName;
|
|
1118
1119
|
disabled?: true | undefined;
|
1119
1120
|
alwaysOpened?: false | undefined;
|
1120
1121
|
} & {
|
1122
|
+
name?: undefined;
|
1121
1123
|
multiple?: false | undefined;
|
1122
1124
|
value?: string | undefined;
|
1125
|
+
defaultValue?: undefined;
|
1123
1126
|
onChange?: ((value: string) => void) | undefined;
|
1124
1127
|
isTargetAmount?: false | undefined;
|
1125
1128
|
targetAmount?: undefined;
|
@@ -1129,7 +1132,7 @@ true: PolymorphicClassName;
|
|
1129
1132
|
} & {
|
1130
1133
|
optional?: true | undefined;
|
1131
1134
|
required?: false | undefined;
|
1132
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1135
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1133
1136
|
items: ItemOption[];
|
1134
1137
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1135
1138
|
label?: string | undefined;
|
@@ -1142,7 +1145,7 @@ true: PolymorphicClassName;
|
|
1142
1145
|
listOverflow?: Property.Overflow | undefined;
|
1143
1146
|
listHeight?: Property.Height<string | number> | undefined;
|
1144
1147
|
listWidth?: Property.Width<string | number> | undefined;
|
1145
|
-
portal?:
|
1148
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1146
1149
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1147
1150
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1148
1151
|
closeAfterSelect?: boolean | undefined;
|
@@ -1156,16 +1159,170 @@ true: PolymorphicClassName;
|
|
1156
1159
|
} & {
|
1157
1160
|
multiple: true;
|
1158
1161
|
value?: string[] | undefined;
|
1162
|
+
defaultValue?: string[] | undefined;
|
1163
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1164
|
+
isTargetAmount?: false | undefined;
|
1165
|
+
targetAmount?: undefined;
|
1166
|
+
renderValue?: undefined;
|
1167
|
+
name: string;
|
1168
|
+
} & {
|
1169
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1170
|
+
} & {
|
1171
|
+
required: true;
|
1172
|
+
optional?: false | undefined;
|
1173
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1174
|
+
items: ItemOption[];
|
1175
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1176
|
+
label?: string | undefined;
|
1177
|
+
placeholder?: string | undefined;
|
1178
|
+
helperText?: string | undefined;
|
1179
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1180
|
+
textBefore?: string | undefined;
|
1181
|
+
textAfter?: string | undefined;
|
1182
|
+
variant?: "normal" | "tight" | undefined;
|
1183
|
+
listOverflow?: Property.Overflow | undefined;
|
1184
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1185
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1186
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1187
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1188
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1189
|
+
closeAfterSelect?: boolean | undefined;
|
1190
|
+
size?: string | undefined;
|
1191
|
+
view?: string | undefined;
|
1192
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1193
|
+
} & {
|
1194
|
+
readOnly?: boolean | undefined;
|
1195
|
+
disabled?: true | undefined;
|
1196
|
+
alwaysOpened?: false | undefined;
|
1197
|
+
} & {
|
1198
|
+
multiple: true;
|
1199
|
+
value?: string[] | undefined;
|
1200
|
+
defaultValue?: string[] | undefined;
|
1201
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1202
|
+
isTargetAmount?: false | undefined;
|
1203
|
+
targetAmount?: undefined;
|
1204
|
+
renderValue?: undefined;
|
1205
|
+
name: string;
|
1206
|
+
} & {
|
1207
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1208
|
+
} & {
|
1209
|
+
optional?: true | undefined;
|
1210
|
+
required?: false | undefined;
|
1211
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1212
|
+
items: ItemOption[];
|
1213
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1214
|
+
label?: string | undefined;
|
1215
|
+
placeholder?: string | undefined;
|
1216
|
+
helperText?: string | undefined;
|
1217
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1218
|
+
textBefore?: string | undefined;
|
1219
|
+
textAfter?: string | undefined;
|
1220
|
+
variant?: "normal" | "tight" | undefined;
|
1221
|
+
listOverflow?: Property.Overflow | undefined;
|
1222
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1223
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1224
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1225
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1226
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1227
|
+
closeAfterSelect?: boolean | undefined;
|
1228
|
+
size?: string | undefined;
|
1229
|
+
view?: string | undefined;
|
1230
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1231
|
+
} & {
|
1232
|
+
readOnly?: boolean | undefined;
|
1233
|
+
disabled?: true | undefined;
|
1234
|
+
alwaysOpened?: false | undefined;
|
1235
|
+
} & {
|
1236
|
+
multiple?: false | undefined;
|
1237
|
+
value?: string | undefined;
|
1238
|
+
defaultValue?: string | undefined;
|
1239
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1240
|
+
isTargetAmount?: false | undefined;
|
1241
|
+
targetAmount?: undefined;
|
1242
|
+
renderValue?: undefined;
|
1243
|
+
name: string;
|
1244
|
+
} & {
|
1245
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1246
|
+
} & {
|
1247
|
+
required: true;
|
1248
|
+
optional?: false | undefined;
|
1249
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1250
|
+
items: ItemOption[];
|
1251
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1252
|
+
label?: string | undefined;
|
1253
|
+
placeholder?: string | undefined;
|
1254
|
+
helperText?: string | undefined;
|
1255
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1256
|
+
textBefore?: string | undefined;
|
1257
|
+
textAfter?: string | undefined;
|
1258
|
+
variant?: "normal" | "tight" | undefined;
|
1259
|
+
listOverflow?: Property.Overflow | undefined;
|
1260
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1261
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1262
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1263
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1264
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1265
|
+
closeAfterSelect?: boolean | undefined;
|
1266
|
+
size?: string | undefined;
|
1267
|
+
view?: string | undefined;
|
1268
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1269
|
+
} & {
|
1270
|
+
readOnly?: boolean | undefined;
|
1271
|
+
disabled?: true | undefined;
|
1272
|
+
alwaysOpened?: false | undefined;
|
1273
|
+
} & {
|
1274
|
+
multiple?: false | undefined;
|
1275
|
+
value?: string | undefined;
|
1276
|
+
defaultValue?: string | undefined;
|
1277
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1278
|
+
isTargetAmount?: false | undefined;
|
1279
|
+
targetAmount?: undefined;
|
1280
|
+
renderValue?: undefined;
|
1281
|
+
name: string;
|
1282
|
+
} & {
|
1283
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1284
|
+
} & {
|
1285
|
+
optional?: true | undefined;
|
1286
|
+
required?: false | undefined;
|
1287
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1288
|
+
items: ItemOption[];
|
1289
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1290
|
+
label?: string | undefined;
|
1291
|
+
placeholder?: string | undefined;
|
1292
|
+
helperText?: string | undefined;
|
1293
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1294
|
+
textBefore?: string | undefined;
|
1295
|
+
textAfter?: string | undefined;
|
1296
|
+
variant?: "normal" | "tight" | undefined;
|
1297
|
+
listOverflow?: Property.Overflow | undefined;
|
1298
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1299
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1300
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1301
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1302
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1303
|
+
closeAfterSelect?: boolean | undefined;
|
1304
|
+
size?: string | undefined;
|
1305
|
+
view?: string | undefined;
|
1306
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1307
|
+
} & {
|
1308
|
+
readOnly?: boolean | undefined;
|
1309
|
+
disabled?: true | undefined;
|
1310
|
+
alwaysOpened?: false | undefined;
|
1311
|
+
} & {
|
1312
|
+
multiple: true;
|
1313
|
+
value?: string[] | undefined;
|
1314
|
+
defaultValue?: undefined;
|
1159
1315
|
onChange?: ((value: string[]) => void) | undefined;
|
1160
1316
|
isTargetAmount?: true | undefined;
|
1161
1317
|
targetAmount?: number | undefined;
|
1162
1318
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1319
|
+
name?: undefined;
|
1163
1320
|
} & {
|
1164
1321
|
requiredPlacement?: "right" | "left" | undefined;
|
1165
1322
|
} & {
|
1166
1323
|
required: true;
|
1167
1324
|
optional?: false | undefined;
|
1168
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1325
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1169
1326
|
items: ItemOption[];
|
1170
1327
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1171
1328
|
label?: string | undefined;
|
@@ -1178,7 +1335,7 @@ true: PolymorphicClassName;
|
|
1178
1335
|
listOverflow?: Property.Overflow | undefined;
|
1179
1336
|
listHeight?: Property.Height<string | number> | undefined;
|
1180
1337
|
listWidth?: Property.Width<string | number> | undefined;
|
1181
|
-
portal?:
|
1338
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1182
1339
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1183
1340
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1184
1341
|
closeAfterSelect?: boolean | undefined;
|
@@ -1192,16 +1349,18 @@ true: PolymorphicClassName;
|
|
1192
1349
|
} & {
|
1193
1350
|
multiple: true;
|
1194
1351
|
value?: string[] | undefined;
|
1352
|
+
defaultValue?: undefined;
|
1195
1353
|
onChange?: ((value: string[]) => void) | undefined;
|
1196
1354
|
isTargetAmount?: true | undefined;
|
1197
1355
|
targetAmount?: number | undefined;
|
1198
1356
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1357
|
+
name?: undefined;
|
1199
1358
|
} & {
|
1200
1359
|
requiredPlacement?: "right" | "left" | undefined;
|
1201
1360
|
} & {
|
1202
1361
|
optional?: true | undefined;
|
1203
1362
|
required?: false | undefined;
|
1204
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1363
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1205
1364
|
items: ItemOption[];
|
1206
1365
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1207
1366
|
label?: string | undefined;
|
@@ -1214,7 +1373,7 @@ true: PolymorphicClassName;
|
|
1214
1373
|
listOverflow?: Property.Overflow | undefined;
|
1215
1374
|
listHeight?: Property.Height<string | number> | undefined;
|
1216
1375
|
listWidth?: Property.Width<string | number> | undefined;
|
1217
|
-
portal?:
|
1376
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1218
1377
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1219
1378
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1220
1379
|
closeAfterSelect?: boolean | undefined;
|
@@ -1226,8 +1385,10 @@ true: PolymorphicClassName;
|
|
1226
1385
|
disabled?: boolean | undefined;
|
1227
1386
|
alwaysOpened?: false | undefined;
|
1228
1387
|
} & {
|
1388
|
+
name?: undefined;
|
1229
1389
|
multiple?: false | undefined;
|
1230
1390
|
value?: string | undefined;
|
1391
|
+
defaultValue?: undefined;
|
1231
1392
|
onChange?: ((value: string) => void) | undefined;
|
1232
1393
|
isTargetAmount?: false | undefined;
|
1233
1394
|
targetAmount?: undefined;
|
@@ -1237,7 +1398,7 @@ true: PolymorphicClassName;
|
|
1237
1398
|
} & {
|
1238
1399
|
required: true;
|
1239
1400
|
optional?: false | undefined;
|
1240
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1401
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1241
1402
|
items: ItemOption[];
|
1242
1403
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1243
1404
|
label?: string | undefined;
|
@@ -1250,7 +1411,7 @@ true: PolymorphicClassName;
|
|
1250
1411
|
listOverflow?: Property.Overflow | undefined;
|
1251
1412
|
listHeight?: Property.Height<string | number> | undefined;
|
1252
1413
|
listWidth?: Property.Width<string | number> | undefined;
|
1253
|
-
portal?:
|
1414
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1254
1415
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1255
1416
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1256
1417
|
closeAfterSelect?: boolean | undefined;
|
@@ -1262,8 +1423,10 @@ true: PolymorphicClassName;
|
|
1262
1423
|
disabled?: boolean | undefined;
|
1263
1424
|
alwaysOpened?: false | undefined;
|
1264
1425
|
} & {
|
1426
|
+
name?: undefined;
|
1265
1427
|
multiple?: false | undefined;
|
1266
1428
|
value?: string | undefined;
|
1429
|
+
defaultValue?: undefined;
|
1267
1430
|
onChange?: ((value: string) => void) | undefined;
|
1268
1431
|
isTargetAmount?: false | undefined;
|
1269
1432
|
targetAmount?: undefined;
|
@@ -1273,7 +1436,159 @@ true: PolymorphicClassName;
|
|
1273
1436
|
} & {
|
1274
1437
|
optional?: true | undefined;
|
1275
1438
|
required?: false | undefined;
|
1276
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1439
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1440
|
+
items: ItemOption[];
|
1441
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1442
|
+
label?: string | undefined;
|
1443
|
+
placeholder?: string | undefined;
|
1444
|
+
helperText?: string | undefined;
|
1445
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1446
|
+
textBefore?: string | undefined;
|
1447
|
+
textAfter?: string | undefined;
|
1448
|
+
variant?: "normal" | "tight" | undefined;
|
1449
|
+
listOverflow?: Property.Overflow | undefined;
|
1450
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1451
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1452
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1453
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1454
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1455
|
+
closeAfterSelect?: boolean | undefined;
|
1456
|
+
size?: string | undefined;
|
1457
|
+
view?: string | undefined;
|
1458
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1459
|
+
} & {
|
1460
|
+
readOnly?: true | undefined;
|
1461
|
+
disabled?: boolean | undefined;
|
1462
|
+
alwaysOpened?: false | undefined;
|
1463
|
+
} & {
|
1464
|
+
multiple: true;
|
1465
|
+
value?: string[] | undefined;
|
1466
|
+
defaultValue?: string[] | undefined;
|
1467
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1468
|
+
isTargetAmount?: false | undefined;
|
1469
|
+
targetAmount?: undefined;
|
1470
|
+
renderValue?: undefined;
|
1471
|
+
name: string;
|
1472
|
+
} & {
|
1473
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1474
|
+
} & {
|
1475
|
+
required: true;
|
1476
|
+
optional?: false | undefined;
|
1477
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1478
|
+
items: ItemOption[];
|
1479
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1480
|
+
label?: string | undefined;
|
1481
|
+
placeholder?: string | undefined;
|
1482
|
+
helperText?: string | undefined;
|
1483
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1484
|
+
textBefore?: string | undefined;
|
1485
|
+
textAfter?: string | undefined;
|
1486
|
+
variant?: "normal" | "tight" | undefined;
|
1487
|
+
listOverflow?: Property.Overflow | undefined;
|
1488
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1489
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1490
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1491
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1492
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1493
|
+
closeAfterSelect?: boolean | undefined;
|
1494
|
+
size?: string | undefined;
|
1495
|
+
view?: string | undefined;
|
1496
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1497
|
+
} & {
|
1498
|
+
readOnly?: true | undefined;
|
1499
|
+
disabled?: boolean | undefined;
|
1500
|
+
alwaysOpened?: false | undefined;
|
1501
|
+
} & {
|
1502
|
+
multiple: true;
|
1503
|
+
value?: string[] | undefined;
|
1504
|
+
defaultValue?: string[] | undefined;
|
1505
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1506
|
+
isTargetAmount?: false | undefined;
|
1507
|
+
targetAmount?: undefined;
|
1508
|
+
renderValue?: undefined;
|
1509
|
+
name: string;
|
1510
|
+
} & {
|
1511
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1512
|
+
} & {
|
1513
|
+
optional?: true | undefined;
|
1514
|
+
required?: false | undefined;
|
1515
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1516
|
+
items: ItemOption[];
|
1517
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1518
|
+
label?: string | undefined;
|
1519
|
+
placeholder?: string | undefined;
|
1520
|
+
helperText?: string | undefined;
|
1521
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1522
|
+
textBefore?: string | undefined;
|
1523
|
+
textAfter?: string | undefined;
|
1524
|
+
variant?: "normal" | "tight" | undefined;
|
1525
|
+
listOverflow?: Property.Overflow | undefined;
|
1526
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1527
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1528
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1529
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1530
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1531
|
+
closeAfterSelect?: boolean | undefined;
|
1532
|
+
size?: string | undefined;
|
1533
|
+
view?: string | undefined;
|
1534
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1535
|
+
} & {
|
1536
|
+
readOnly?: true | undefined;
|
1537
|
+
disabled?: boolean | undefined;
|
1538
|
+
alwaysOpened?: false | undefined;
|
1539
|
+
} & {
|
1540
|
+
multiple?: false | undefined;
|
1541
|
+
value?: string | undefined;
|
1542
|
+
defaultValue?: string | undefined;
|
1543
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1544
|
+
isTargetAmount?: false | undefined;
|
1545
|
+
targetAmount?: undefined;
|
1546
|
+
renderValue?: undefined;
|
1547
|
+
name: string;
|
1548
|
+
} & {
|
1549
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1550
|
+
} & {
|
1551
|
+
required: true;
|
1552
|
+
optional?: false | undefined;
|
1553
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1554
|
+
items: ItemOption[];
|
1555
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1556
|
+
label?: string | undefined;
|
1557
|
+
placeholder?: string | undefined;
|
1558
|
+
helperText?: string | undefined;
|
1559
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1560
|
+
textBefore?: string | undefined;
|
1561
|
+
textAfter?: string | undefined;
|
1562
|
+
variant?: "normal" | "tight" | undefined;
|
1563
|
+
listOverflow?: Property.Overflow | undefined;
|
1564
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1565
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1566
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1567
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1568
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1569
|
+
closeAfterSelect?: boolean | undefined;
|
1570
|
+
size?: string | undefined;
|
1571
|
+
view?: string | undefined;
|
1572
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1573
|
+
} & {
|
1574
|
+
readOnly?: true | undefined;
|
1575
|
+
disabled?: boolean | undefined;
|
1576
|
+
alwaysOpened?: false | undefined;
|
1577
|
+
} & {
|
1578
|
+
multiple?: false | undefined;
|
1579
|
+
value?: string | undefined;
|
1580
|
+
defaultValue?: string | undefined;
|
1581
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1582
|
+
isTargetAmount?: false | undefined;
|
1583
|
+
targetAmount?: undefined;
|
1584
|
+
renderValue?: undefined;
|
1585
|
+
name: string;
|
1586
|
+
} & {
|
1587
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1588
|
+
} & {
|
1589
|
+
optional?: true | undefined;
|
1590
|
+
required?: false | undefined;
|
1591
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1277
1592
|
items: ItemOption[];
|
1278
1593
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1279
1594
|
label?: string | undefined;
|
@@ -1286,7 +1601,7 @@ true: PolymorphicClassName;
|
|
1286
1601
|
listOverflow?: Property.Overflow | undefined;
|
1287
1602
|
listHeight?: Property.Height<string | number> | undefined;
|
1288
1603
|
listWidth?: Property.Width<string | number> | undefined;
|
1289
|
-
portal?:
|
1604
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1290
1605
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1291
1606
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1292
1607
|
closeAfterSelect?: boolean | undefined;
|
@@ -1300,16 +1615,18 @@ true: PolymorphicClassName;
|
|
1300
1615
|
} & {
|
1301
1616
|
multiple: true;
|
1302
1617
|
value?: string[] | undefined;
|
1618
|
+
defaultValue?: undefined;
|
1303
1619
|
onChange?: ((value: string[]) => void) | undefined;
|
1304
1620
|
isTargetAmount?: true | undefined;
|
1305
1621
|
targetAmount?: number | undefined;
|
1306
1622
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1623
|
+
name?: undefined;
|
1307
1624
|
} & {
|
1308
1625
|
requiredPlacement?: "right" | "left" | undefined;
|
1309
1626
|
} & {
|
1310
1627
|
required: true;
|
1311
1628
|
optional?: false | undefined;
|
1312
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1629
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1313
1630
|
items: ItemOption[];
|
1314
1631
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1315
1632
|
label?: string | undefined;
|
@@ -1322,7 +1639,7 @@ true: PolymorphicClassName;
|
|
1322
1639
|
listOverflow?: Property.Overflow | undefined;
|
1323
1640
|
listHeight?: Property.Height<string | number> | undefined;
|
1324
1641
|
listWidth?: Property.Width<string | number> | undefined;
|
1325
|
-
portal?:
|
1642
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1326
1643
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1327
1644
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1328
1645
|
closeAfterSelect?: boolean | undefined;
|
@@ -1336,16 +1653,18 @@ true: PolymorphicClassName;
|
|
1336
1653
|
} & {
|
1337
1654
|
multiple: true;
|
1338
1655
|
value?: string[] | undefined;
|
1656
|
+
defaultValue?: undefined;
|
1339
1657
|
onChange?: ((value: string[]) => void) | undefined;
|
1340
1658
|
isTargetAmount?: true | undefined;
|
1341
1659
|
targetAmount?: number | undefined;
|
1342
1660
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1661
|
+
name?: undefined;
|
1343
1662
|
} & {
|
1344
1663
|
requiredPlacement?: "right" | "left" | undefined;
|
1345
1664
|
} & {
|
1346
1665
|
optional?: true | undefined;
|
1347
1666
|
required?: false | undefined;
|
1348
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1667
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1349
1668
|
items: ItemOption[];
|
1350
1669
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1351
1670
|
label?: string | undefined;
|
@@ -1358,7 +1677,7 @@ true: PolymorphicClassName;
|
|
1358
1677
|
listOverflow?: Property.Overflow | undefined;
|
1359
1678
|
listHeight?: Property.Height<string | number> | undefined;
|
1360
1679
|
listWidth?: Property.Width<string | number> | undefined;
|
1361
|
-
portal?:
|
1680
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1362
1681
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1363
1682
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1364
1683
|
closeAfterSelect?: boolean | undefined;
|
@@ -1370,8 +1689,10 @@ true: PolymorphicClassName;
|
|
1370
1689
|
disabled?: false | undefined;
|
1371
1690
|
alwaysOpened?: true | undefined;
|
1372
1691
|
} & {
|
1692
|
+
name?: undefined;
|
1373
1693
|
multiple?: false | undefined;
|
1374
1694
|
value?: string | undefined;
|
1695
|
+
defaultValue?: undefined;
|
1375
1696
|
onChange?: ((value: string) => void) | undefined;
|
1376
1697
|
isTargetAmount?: false | undefined;
|
1377
1698
|
targetAmount?: undefined;
|
@@ -1381,7 +1702,7 @@ true: PolymorphicClassName;
|
|
1381
1702
|
} & {
|
1382
1703
|
required: true;
|
1383
1704
|
optional?: false | undefined;
|
1384
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1705
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1385
1706
|
items: ItemOption[];
|
1386
1707
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1387
1708
|
label?: string | undefined;
|
@@ -1394,7 +1715,7 @@ true: PolymorphicClassName;
|
|
1394
1715
|
listOverflow?: Property.Overflow | undefined;
|
1395
1716
|
listHeight?: Property.Height<string | number> | undefined;
|
1396
1717
|
listWidth?: Property.Width<string | number> | undefined;
|
1397
|
-
portal?:
|
1718
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1398
1719
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1399
1720
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1400
1721
|
closeAfterSelect?: boolean | undefined;
|
@@ -1406,8 +1727,10 @@ true: PolymorphicClassName;
|
|
1406
1727
|
disabled?: false | undefined;
|
1407
1728
|
alwaysOpened?: true | undefined;
|
1408
1729
|
} & {
|
1730
|
+
name?: undefined;
|
1409
1731
|
multiple?: false | undefined;
|
1410
1732
|
value?: string | undefined;
|
1733
|
+
defaultValue?: undefined;
|
1411
1734
|
onChange?: ((value: string) => void) | undefined;
|
1412
1735
|
isTargetAmount?: false | undefined;
|
1413
1736
|
targetAmount?: undefined;
|
@@ -1417,7 +1740,45 @@ true: PolymorphicClassName;
|
|
1417
1740
|
} & {
|
1418
1741
|
optional?: true | undefined;
|
1419
1742
|
required?: false | undefined;
|
1420
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1743
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1744
|
+
items: ItemOption[];
|
1745
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1746
|
+
label?: string | undefined;
|
1747
|
+
placeholder?: string | undefined;
|
1748
|
+
helperText?: string | undefined;
|
1749
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1750
|
+
textBefore?: string | undefined;
|
1751
|
+
textAfter?: string | undefined;
|
1752
|
+
variant?: "normal" | "tight" | undefined;
|
1753
|
+
listOverflow?: Property.Overflow | undefined;
|
1754
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1755
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1756
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1757
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1758
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1759
|
+
closeAfterSelect?: boolean | undefined;
|
1760
|
+
size?: string | undefined;
|
1761
|
+
view?: string | undefined;
|
1762
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1763
|
+
} & {
|
1764
|
+
readOnly?: false | undefined;
|
1765
|
+
disabled?: false | undefined;
|
1766
|
+
alwaysOpened?: true | undefined;
|
1767
|
+
} & {
|
1768
|
+
multiple: true;
|
1769
|
+
value?: string[] | undefined;
|
1770
|
+
defaultValue?: string[] | undefined;
|
1771
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1772
|
+
isTargetAmount?: false | undefined;
|
1773
|
+
targetAmount?: undefined;
|
1774
|
+
renderValue?: undefined;
|
1775
|
+
name: string;
|
1776
|
+
} & {
|
1777
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1778
|
+
} & {
|
1779
|
+
required: true;
|
1780
|
+
optional?: false | undefined;
|
1781
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1421
1782
|
items: ItemOption[];
|
1422
1783
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1423
1784
|
label?: string | undefined;
|
@@ -1430,7 +1791,7 @@ true: PolymorphicClassName;
|
|
1430
1791
|
listOverflow?: Property.Overflow | undefined;
|
1431
1792
|
listHeight?: Property.Height<string | number> | undefined;
|
1432
1793
|
listWidth?: Property.Width<string | number> | undefined;
|
1433
|
-
portal?:
|
1794
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1434
1795
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1435
1796
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1436
1797
|
closeAfterSelect?: boolean | undefined;
|
@@ -1444,16 +1805,132 @@ true: PolymorphicClassName;
|
|
1444
1805
|
} & {
|
1445
1806
|
multiple: true;
|
1446
1807
|
value?: string[] | undefined;
|
1808
|
+
defaultValue?: string[] | undefined;
|
1809
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1810
|
+
isTargetAmount?: false | undefined;
|
1811
|
+
targetAmount?: undefined;
|
1812
|
+
renderValue?: undefined;
|
1813
|
+
name: string;
|
1814
|
+
} & {
|
1815
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1816
|
+
} & {
|
1817
|
+
optional?: true | undefined;
|
1818
|
+
required?: false | undefined;
|
1819
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1820
|
+
items: ItemOption[];
|
1821
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1822
|
+
label?: string | undefined;
|
1823
|
+
placeholder?: string | undefined;
|
1824
|
+
helperText?: string | undefined;
|
1825
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1826
|
+
textBefore?: string | undefined;
|
1827
|
+
textAfter?: string | undefined;
|
1828
|
+
variant?: "normal" | "tight" | undefined;
|
1829
|
+
listOverflow?: Property.Overflow | undefined;
|
1830
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1831
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1832
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1833
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1834
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1835
|
+
closeAfterSelect?: boolean | undefined;
|
1836
|
+
size?: string | undefined;
|
1837
|
+
view?: string | undefined;
|
1838
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1839
|
+
} & {
|
1840
|
+
readOnly?: false | undefined;
|
1841
|
+
disabled?: false | undefined;
|
1842
|
+
alwaysOpened?: true | undefined;
|
1843
|
+
} & {
|
1844
|
+
multiple?: false | undefined;
|
1845
|
+
value?: string | undefined;
|
1846
|
+
defaultValue?: string | undefined;
|
1847
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1848
|
+
isTargetAmount?: false | undefined;
|
1849
|
+
targetAmount?: undefined;
|
1850
|
+
renderValue?: undefined;
|
1851
|
+
name: string;
|
1852
|
+
} & {
|
1853
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1854
|
+
} & {
|
1855
|
+
required: true;
|
1856
|
+
optional?: false | undefined;
|
1857
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1858
|
+
items: ItemOption[];
|
1859
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1860
|
+
label?: string | undefined;
|
1861
|
+
placeholder?: string | undefined;
|
1862
|
+
helperText?: string | undefined;
|
1863
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1864
|
+
textBefore?: string | undefined;
|
1865
|
+
textAfter?: string | undefined;
|
1866
|
+
variant?: "normal" | "tight" | undefined;
|
1867
|
+
listOverflow?: Property.Overflow | undefined;
|
1868
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1869
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1870
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1871
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1872
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1873
|
+
closeAfterSelect?: boolean | undefined;
|
1874
|
+
size?: string | undefined;
|
1875
|
+
view?: string | undefined;
|
1876
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1877
|
+
} & {
|
1878
|
+
readOnly?: false | undefined;
|
1879
|
+
disabled?: false | undefined;
|
1880
|
+
alwaysOpened?: true | undefined;
|
1881
|
+
} & {
|
1882
|
+
multiple?: false | undefined;
|
1883
|
+
value?: string | undefined;
|
1884
|
+
defaultValue?: string | undefined;
|
1885
|
+
onChange?: ChangeEventHandler<Element> | undefined;
|
1886
|
+
isTargetAmount?: false | undefined;
|
1887
|
+
targetAmount?: undefined;
|
1888
|
+
renderValue?: undefined;
|
1889
|
+
name: string;
|
1890
|
+
} & {
|
1891
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1892
|
+
} & {
|
1893
|
+
optional?: true | undefined;
|
1894
|
+
required?: false | undefined;
|
1895
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1896
|
+
items: ItemOption[];
|
1897
|
+
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1898
|
+
label?: string | undefined;
|
1899
|
+
placeholder?: string | undefined;
|
1900
|
+
helperText?: string | undefined;
|
1901
|
+
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1902
|
+
textBefore?: string | undefined;
|
1903
|
+
textAfter?: string | undefined;
|
1904
|
+
variant?: "normal" | "tight" | undefined;
|
1905
|
+
listOverflow?: Property.Overflow | undefined;
|
1906
|
+
listHeight?: Property.Height<string | number> | undefined;
|
1907
|
+
listWidth?: Property.Width<string | number> | undefined;
|
1908
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1909
|
+
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1910
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1911
|
+
closeAfterSelect?: boolean | undefined;
|
1912
|
+
size?: string | undefined;
|
1913
|
+
view?: string | undefined;
|
1914
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
1915
|
+
} & {
|
1916
|
+
readOnly?: false | undefined;
|
1917
|
+
disabled?: false | undefined;
|
1918
|
+
alwaysOpened?: true | undefined;
|
1919
|
+
} & {
|
1920
|
+
multiple: true;
|
1921
|
+
value?: string[] | undefined;
|
1922
|
+
defaultValue?: undefined;
|
1447
1923
|
onChange?: ((value: string[]) => void) | undefined;
|
1448
1924
|
isTargetAmount?: true | undefined;
|
1449
1925
|
targetAmount?: number | undefined;
|
1450
1926
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1927
|
+
name?: undefined;
|
1451
1928
|
} & {
|
1452
1929
|
requiredPlacement?: "right" | "left" | undefined;
|
1453
1930
|
} & {
|
1454
1931
|
required: true;
|
1455
1932
|
optional?: false | undefined;
|
1456
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1933
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>) | ({
|
1457
1934
|
items: ItemOption[];
|
1458
1935
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
1459
1936
|
label?: string | undefined;
|
@@ -1466,7 +1943,7 @@ true: PolymorphicClassName;
|
|
1466
1943
|
listOverflow?: Property.Overflow | undefined;
|
1467
1944
|
listHeight?: Property.Height<string | number> | undefined;
|
1468
1945
|
listWidth?: Property.Width<string | number> | undefined;
|
1469
|
-
portal?:
|
1946
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1470
1947
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1471
1948
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1472
1949
|
closeAfterSelect?: boolean | undefined;
|
@@ -1480,16 +1957,18 @@ true: PolymorphicClassName;
|
|
1480
1957
|
} & {
|
1481
1958
|
multiple: true;
|
1482
1959
|
value?: string[] | undefined;
|
1960
|
+
defaultValue?: undefined;
|
1483
1961
|
onChange?: ((value: string[]) => void) | undefined;
|
1484
1962
|
isTargetAmount?: true | undefined;
|
1485
1963
|
targetAmount?: number | undefined;
|
1486
1964
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1965
|
+
name?: undefined;
|
1487
1966
|
} & {
|
1488
1967
|
requiredPlacement?: "right" | "left" | undefined;
|
1489
1968
|
} & {
|
1490
1969
|
optional?: true | undefined;
|
1491
1970
|
required?: false | undefined;
|
1492
|
-
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1971
|
+
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & RefAttributes<HTMLInputElement | HTMLSelectElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1493
1972
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1494
1973
|
}) => ReactElement | null;
|
1495
1974
|
|
@@ -3596,10 +4075,184 @@ export { SegmentProvider }
|
|
3596
4075
|
|
3597
4076
|
export { SegmentProviderProps }
|
3598
4077
|
|
3599
|
-
// Warning: (ae-forgotten-export) The symbol "SelectProps" needs to be exported by the entry point index.d.ts
|
3600
|
-
//
|
3601
4078
|
// @public (undocumented)
|
3602
|
-
export const Select:
|
4079
|
+
export const Select: React_2.ForwardRefExoticComponent<Omit<SelectProps, "view" | "size" | "chipView"> & Pick<PropsType< {
|
4080
|
+
size: {
|
4081
|
+
xs: PolymorphicClassName;
|
4082
|
+
s: PolymorphicClassName;
|
4083
|
+
m: PolymorphicClassName;
|
4084
|
+
l: PolymorphicClassName;
|
4085
|
+
};
|
4086
|
+
view: {
|
4087
|
+
default: PolymorphicClassName;
|
4088
|
+
positive: PolymorphicClassName;
|
4089
|
+
warning: PolymorphicClassName;
|
4090
|
+
negative: PolymorphicClassName;
|
4091
|
+
accent: PolymorphicClassName;
|
4092
|
+
secondary: PolymorphicClassName;
|
4093
|
+
clear: PolymorphicClassName;
|
4094
|
+
dark: PolymorphicClassName;
|
4095
|
+
black: PolymorphicClassName;
|
4096
|
+
white: PolymorphicClassName;
|
4097
|
+
};
|
4098
|
+
chipView: {
|
4099
|
+
default: PolymorphicClassName;
|
4100
|
+
secondary: PolymorphicClassName;
|
4101
|
+
accent: PolymorphicClassName;
|
4102
|
+
};
|
4103
|
+
}> & (({
|
4104
|
+
target?: "textfield-like" | undefined;
|
4105
|
+
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
4106
|
+
contentLeft?: React_2.ReactNode;
|
4107
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4108
|
+
placeholder?: string | undefined;
|
4109
|
+
helperText?: string | undefined;
|
4110
|
+
} & {
|
4111
|
+
multiselect?: false | undefined;
|
4112
|
+
separator?: undefined;
|
4113
|
+
} & {
|
4114
|
+
value: any;
|
4115
|
+
onChange?: ((value: any) => void) | undefined;
|
4116
|
+
listOverflow?: Property.Overflow | undefined;
|
4117
|
+
listHeight?: Property.Height<string | number> | undefined;
|
4118
|
+
status?: "warning" | "success" | "error" | undefined;
|
4119
|
+
placeholder?: string | undefined;
|
4120
|
+
helperText?: string | undefined;
|
4121
|
+
disabled?: boolean | undefined;
|
4122
|
+
items?: MergedDropdownNode[] | undefined;
|
4123
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
4124
|
+
hasItems?: boolean | undefined;
|
4125
|
+
children?: undefined;
|
4126
|
+
isOpen?: boolean | undefined;
|
4127
|
+
isTargetAmount?: boolean | undefined;
|
4128
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
4129
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
4130
|
+
label?: string | undefined;
|
4131
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
4132
|
+
variant?: "normal" | "tight" | undefined;
|
4133
|
+
listWidth?: Property.Width<string | number> | undefined;
|
4134
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
4135
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
4136
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
4137
|
+
closeAfterSelect?: boolean | undefined;
|
4138
|
+
size?: string | undefined;
|
4139
|
+
view?: string | undefined;
|
4140
|
+
chipView?: string | undefined;
|
4141
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
4142
|
+
target?: "textfield-like" | undefined;
|
4143
|
+
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
4144
|
+
contentLeft?: React_2.ReactNode;
|
4145
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
4146
|
+
placeholder?: string | undefined;
|
4147
|
+
helperText?: string | undefined;
|
4148
|
+
} & {
|
4149
|
+
multiselect?: true | undefined;
|
4150
|
+
separator?: string | undefined;
|
4151
|
+
} & {
|
4152
|
+
value: any;
|
4153
|
+
onChange?: ((value: any) => void) | undefined;
|
4154
|
+
listOverflow?: Property.Overflow | undefined;
|
4155
|
+
listHeight?: Property.Height<string | number> | undefined;
|
4156
|
+
status?: "warning" | "success" | "error" | undefined;
|
4157
|
+
placeholder?: string | undefined;
|
4158
|
+
helperText?: string | undefined;
|
4159
|
+
disabled?: boolean | undefined;
|
4160
|
+
items?: MergedDropdownNode[] | undefined;
|
4161
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
4162
|
+
hasItems?: boolean | undefined;
|
4163
|
+
children?: undefined;
|
4164
|
+
isOpen?: boolean | undefined;
|
4165
|
+
isTargetAmount?: boolean | undefined;
|
4166
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
4167
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
4168
|
+
label?: string | undefined;
|
4169
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
4170
|
+
variant?: "normal" | "tight" | undefined;
|
4171
|
+
listWidth?: Property.Width<string | number> | undefined;
|
4172
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
4173
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
4174
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
4175
|
+
closeAfterSelect?: boolean | undefined;
|
4176
|
+
size?: string | undefined;
|
4177
|
+
view?: string | undefined;
|
4178
|
+
chipView?: string | undefined;
|
4179
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
4180
|
+
target?: "button-like" | undefined;
|
4181
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
4182
|
+
contentLeft?: undefined;
|
4183
|
+
labelPlacement?: undefined;
|
4184
|
+
placeholder?: undefined;
|
4185
|
+
helperText?: undefined;
|
4186
|
+
} & {
|
4187
|
+
multiselect?: false | undefined;
|
4188
|
+
separator?: undefined;
|
4189
|
+
} & {
|
4190
|
+
value: any;
|
4191
|
+
onChange?: ((value: any) => void) | undefined;
|
4192
|
+
listOverflow?: Property.Overflow | undefined;
|
4193
|
+
listHeight?: Property.Height<string | number> | undefined;
|
4194
|
+
status?: "warning" | "success" | "error" | undefined;
|
4195
|
+
placeholder?: string | undefined;
|
4196
|
+
helperText?: string | undefined;
|
4197
|
+
disabled?: boolean | undefined;
|
4198
|
+
items?: MergedDropdownNode[] | undefined;
|
4199
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
4200
|
+
hasItems?: boolean | undefined;
|
4201
|
+
children?: undefined;
|
4202
|
+
isOpen?: boolean | undefined;
|
4203
|
+
isTargetAmount?: boolean | undefined;
|
4204
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
4205
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
4206
|
+
label?: string | undefined;
|
4207
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
4208
|
+
variant?: "normal" | "tight" | undefined;
|
4209
|
+
listWidth?: Property.Width<string | number> | undefined;
|
4210
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
4211
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
4212
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
4213
|
+
closeAfterSelect?: boolean | undefined;
|
4214
|
+
size?: string | undefined;
|
4215
|
+
view?: string | undefined;
|
4216
|
+
chipView?: string | undefined;
|
4217
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
4218
|
+
target?: "button-like" | undefined;
|
4219
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
4220
|
+
contentLeft?: undefined;
|
4221
|
+
labelPlacement?: undefined;
|
4222
|
+
placeholder?: undefined;
|
4223
|
+
helperText?: undefined;
|
4224
|
+
} & {
|
4225
|
+
multiselect?: true | undefined;
|
4226
|
+
separator?: string | undefined;
|
4227
|
+
} & {
|
4228
|
+
value: any;
|
4229
|
+
onChange?: ((value: any) => void) | undefined;
|
4230
|
+
listOverflow?: Property.Overflow | undefined;
|
4231
|
+
listHeight?: Property.Height<string | number> | undefined;
|
4232
|
+
status?: "warning" | "success" | "error" | undefined;
|
4233
|
+
placeholder?: string | undefined;
|
4234
|
+
helperText?: string | undefined;
|
4235
|
+
disabled?: boolean | undefined;
|
4236
|
+
items?: MergedDropdownNode[] | undefined;
|
4237
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
4238
|
+
hasItems?: boolean | undefined;
|
4239
|
+
children?: undefined;
|
4240
|
+
isOpen?: boolean | undefined;
|
4241
|
+
isTargetAmount?: boolean | undefined;
|
4242
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
4243
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
4244
|
+
label?: string | undefined;
|
4245
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
4246
|
+
variant?: "normal" | "tight" | undefined;
|
4247
|
+
listWidth?: Property.Width<string | number> | undefined;
|
4248
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
4249
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
4250
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
4251
|
+
closeAfterSelect?: boolean | undefined;
|
4252
|
+
size?: string | undefined;
|
4253
|
+
view?: string | undefined;
|
4254
|
+
chipView?: string | undefined;
|
4255
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>)), "view" | "size" | "chipView"> & React_2.RefAttributes<HTMLButtonElement>>;
|
3603
4256
|
|
3604
4257
|
// @public
|
3605
4258
|
export const Sheet: FunctionComponent<PropsType< {
|