@salutejs/sdds-dfa 0.169.1-canary.1532.11794626529.0 → 0.170.0-canary.1550.11795356464.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +23 -195
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Button/Button.d.ts +4 -4
- package/components/Combobox/Combobox.d.ts +12 -12
- package/components/Combobox/index.d.ts +12 -12
- 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 +15 -7
- package/components/Select/Select.config.js +29 -21
- package/components/Select/Select.d.ts +59 -50
- package/components/Select/Select.js +5 -6
- package/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/components/TextArea/TextArea.d.ts +16 -16
- package/components/TextField/TextField.d.ts +16 -16
- package/es/components/Select/Select.config.js +30 -22
- package/es/components/Select/Select.js +5 -4
- package/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +23 -195
package/api/sdds-dfa.api.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
import { addFocus } from '@salutejs/plasma-new-hope/styled-components';
|
10
10
|
import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types';
|
11
11
|
import { AnchorHTMLAttributes } from 'react';
|
12
|
-
import { AsProps } from '@salutejs/plasma-new-hope/
|
12
|
+
import { AsProps } from '@salutejs/plasma-new-hope/styled-components';
|
13
13
|
import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
14
14
|
import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
|
15
15
|
import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -79,6 +79,8 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
79
79
|
import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
80
80
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
81
81
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
82
|
+
import type { DistributiveOmit } from '@salutejs/plasma-new-hope';
|
83
|
+
import type { DistributivePick } from '@salutejs/plasma-new-hope';
|
82
84
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
83
85
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
84
86
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -86,6 +88,7 @@ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'
|
|
86
88
|
import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
|
87
89
|
import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
|
88
90
|
import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
|
91
|
+
import { DropdownNodeSelect } from '@salutejs/plasma-new-hope/styled-components';
|
89
92
|
import { DropdownProps } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
|
90
93
|
import { dsplL } from '@salutejs/sdds-themes/tokens';
|
91
94
|
import { dsplLBold } from '@salutejs/sdds-themes/tokens';
|
@@ -115,19 +118,18 @@ import { HTMLAttributes } from 'react';
|
|
115
118
|
import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
|
116
119
|
import { ImgHTMLAttributes } from 'react';
|
117
120
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
118
|
-
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/
|
121
|
+
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/styled-components';
|
119
122
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
120
123
|
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
124
|
+
import type { ItemOptionSelect } from '@salutejs/plasma-new-hope';
|
121
125
|
import { JSXElementConstructor } from 'react';
|
122
126
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
123
127
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
124
128
|
import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
|
125
129
|
import { mediaQuery } from '@salutejs/plasma-new-hope/styled-components';
|
126
|
-
import { MergedDropdownNode } from '@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types';
|
127
130
|
import { modalClasses } from '@salutejs/plasma-new-hope/styled-components';
|
128
131
|
import { ModalProps } from '@salutejs/plasma-new-hope/styled-components';
|
129
132
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
130
|
-
import { MutableRefObject } from 'react';
|
131
133
|
import { numberInputClasses } from '@salutejs/plasma-new-hope/styled-components';
|
132
134
|
import { numberInputTokens } from '@salutejs/plasma-new-hope/styled-components';
|
133
135
|
import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
|
@@ -171,7 +173,7 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
171
173
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
172
174
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
173
175
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
174
|
-
import type { SelectProps } from '@salutejs/plasma-new-hope
|
176
|
+
import type { SelectProps as SelectProps_2 } from '@salutejs/plasma-new-hope';
|
175
177
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
176
178
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
177
179
|
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -191,7 +193,7 @@ import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
|
|
191
193
|
import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
192
194
|
import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
193
195
|
import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
194
|
-
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/
|
196
|
+
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/styled-components';
|
195
197
|
import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
196
198
|
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
197
199
|
import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
@@ -1017,7 +1019,7 @@ true: PolymorphicClassName;
|
|
1017
1019
|
listOverflow?: Property.Overflow | undefined;
|
1018
1020
|
listHeight?: Property.Height<string | number> | undefined;
|
1019
1021
|
listWidth?: Property.Width<string | number> | undefined;
|
1020
|
-
portal?:
|
1022
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1021
1023
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1022
1024
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1023
1025
|
closeAfterSelect?: boolean | undefined;
|
@@ -1053,7 +1055,7 @@ true: PolymorphicClassName;
|
|
1053
1055
|
listOverflow?: Property.Overflow | undefined;
|
1054
1056
|
listHeight?: Property.Height<string | number> | undefined;
|
1055
1057
|
listWidth?: Property.Width<string | number> | undefined;
|
1056
|
-
portal?:
|
1058
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1057
1059
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1058
1060
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1059
1061
|
closeAfterSelect?: boolean | undefined;
|
@@ -1089,7 +1091,7 @@ true: PolymorphicClassName;
|
|
1089
1091
|
listOverflow?: Property.Overflow | undefined;
|
1090
1092
|
listHeight?: Property.Height<string | number> | undefined;
|
1091
1093
|
listWidth?: Property.Width<string | number> | undefined;
|
1092
|
-
portal?:
|
1094
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1093
1095
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1094
1096
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1095
1097
|
closeAfterSelect?: boolean | undefined;
|
@@ -1125,7 +1127,7 @@ true: PolymorphicClassName;
|
|
1125
1127
|
listOverflow?: Property.Overflow | undefined;
|
1126
1128
|
listHeight?: Property.Height<string | number> | undefined;
|
1127
1129
|
listWidth?: Property.Width<string | number> | undefined;
|
1128
|
-
portal?:
|
1130
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1129
1131
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1130
1132
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1131
1133
|
closeAfterSelect?: boolean | undefined;
|
@@ -1161,7 +1163,7 @@ true: PolymorphicClassName;
|
|
1161
1163
|
listOverflow?: Property.Overflow | undefined;
|
1162
1164
|
listHeight?: Property.Height<string | number> | undefined;
|
1163
1165
|
listWidth?: Property.Width<string | number> | undefined;
|
1164
|
-
portal?:
|
1166
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1165
1167
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1166
1168
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1167
1169
|
closeAfterSelect?: boolean | undefined;
|
@@ -1197,7 +1199,7 @@ true: PolymorphicClassName;
|
|
1197
1199
|
listOverflow?: Property.Overflow | undefined;
|
1198
1200
|
listHeight?: Property.Height<string | number> | undefined;
|
1199
1201
|
listWidth?: Property.Width<string | number> | undefined;
|
1200
|
-
portal?:
|
1202
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1201
1203
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1202
1204
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1203
1205
|
closeAfterSelect?: boolean | undefined;
|
@@ -1233,7 +1235,7 @@ true: PolymorphicClassName;
|
|
1233
1235
|
listOverflow?: Property.Overflow | undefined;
|
1234
1236
|
listHeight?: Property.Height<string | number> | undefined;
|
1235
1237
|
listWidth?: Property.Width<string | number> | undefined;
|
1236
|
-
portal?:
|
1238
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1237
1239
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1238
1240
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1239
1241
|
closeAfterSelect?: boolean | undefined;
|
@@ -1269,7 +1271,7 @@ true: PolymorphicClassName;
|
|
1269
1271
|
listOverflow?: Property.Overflow | undefined;
|
1270
1272
|
listHeight?: Property.Height<string | number> | undefined;
|
1271
1273
|
listWidth?: Property.Width<string | number> | undefined;
|
1272
|
-
portal?:
|
1274
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1273
1275
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1274
1276
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1275
1277
|
closeAfterSelect?: boolean | undefined;
|
@@ -1305,7 +1307,7 @@ true: PolymorphicClassName;
|
|
1305
1307
|
listOverflow?: Property.Overflow | undefined;
|
1306
1308
|
listHeight?: Property.Height<string | number> | undefined;
|
1307
1309
|
listWidth?: Property.Width<string | number> | undefined;
|
1308
|
-
portal?:
|
1310
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1309
1311
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1310
1312
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1311
1313
|
closeAfterSelect?: boolean | undefined;
|
@@ -1341,7 +1343,7 @@ true: PolymorphicClassName;
|
|
1341
1343
|
listOverflow?: Property.Overflow | undefined;
|
1342
1344
|
listHeight?: Property.Height<string | number> | undefined;
|
1343
1345
|
listWidth?: Property.Width<string | number> | undefined;
|
1344
|
-
portal?:
|
1346
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1345
1347
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1346
1348
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1347
1349
|
closeAfterSelect?: boolean | undefined;
|
@@ -1377,7 +1379,7 @@ true: PolymorphicClassName;
|
|
1377
1379
|
listOverflow?: Property.Overflow | undefined;
|
1378
1380
|
listHeight?: Property.Height<string | number> | undefined;
|
1379
1381
|
listWidth?: Property.Width<string | number> | undefined;
|
1380
|
-
portal?:
|
1382
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1381
1383
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1382
1384
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1383
1385
|
closeAfterSelect?: boolean | undefined;
|
@@ -1413,7 +1415,7 @@ true: PolymorphicClassName;
|
|
1413
1415
|
listOverflow?: Property.Overflow | undefined;
|
1414
1416
|
listHeight?: Property.Height<string | number> | undefined;
|
1415
1417
|
listWidth?: Property.Width<string | number> | undefined;
|
1416
|
-
portal?:
|
1418
|
+
portal?: string | RefObject<HTMLElement> | undefined;
|
1417
1419
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1418
1420
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1419
1421
|
closeAfterSelect?: boolean | undefined;
|
@@ -3498,184 +3500,10 @@ export { SegmentProvider }
|
|
3498
3500
|
|
3499
3501
|
export { SegmentProviderProps }
|
3500
3502
|
|
3503
|
+
// Warning: (ae-forgotten-export) The symbol "SelectProps" needs to be exported by the entry point index.d.ts
|
3504
|
+
//
|
3501
3505
|
// @public (undocumented)
|
3502
|
-
export const Select: React_2.
|
3503
|
-
size: {
|
3504
|
-
xs: PolymorphicClassName;
|
3505
|
-
s: PolymorphicClassName;
|
3506
|
-
m: PolymorphicClassName;
|
3507
|
-
l: PolymorphicClassName;
|
3508
|
-
};
|
3509
|
-
view: {
|
3510
|
-
default: PolymorphicClassName;
|
3511
|
-
positive: PolymorphicClassName;
|
3512
|
-
warning: PolymorphicClassName;
|
3513
|
-
negative: PolymorphicClassName;
|
3514
|
-
accent: PolymorphicClassName;
|
3515
|
-
secondary: PolymorphicClassName;
|
3516
|
-
clear: PolymorphicClassName;
|
3517
|
-
dark: PolymorphicClassName;
|
3518
|
-
black: PolymorphicClassName;
|
3519
|
-
white: PolymorphicClassName;
|
3520
|
-
};
|
3521
|
-
chipView: {
|
3522
|
-
default: PolymorphicClassName;
|
3523
|
-
secondary: PolymorphicClassName;
|
3524
|
-
accent: PolymorphicClassName;
|
3525
|
-
};
|
3526
|
-
}> & (({
|
3527
|
-
target?: "textfield-like" | undefined;
|
3528
|
-
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
3529
|
-
contentLeft?: React_2.ReactNode;
|
3530
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
3531
|
-
placeholder?: string | undefined;
|
3532
|
-
helperText?: string | undefined;
|
3533
|
-
} & {
|
3534
|
-
multiselect?: false | undefined;
|
3535
|
-
separator?: undefined;
|
3536
|
-
} & {
|
3537
|
-
value: any;
|
3538
|
-
onChange?: ((value: any) => void) | undefined;
|
3539
|
-
listOverflow?: Property.Overflow | undefined;
|
3540
|
-
listHeight?: Property.Height<string | number> | undefined;
|
3541
|
-
status?: "warning" | "success" | "error" | undefined;
|
3542
|
-
placeholder?: string | undefined;
|
3543
|
-
helperText?: string | undefined;
|
3544
|
-
disabled?: boolean | undefined;
|
3545
|
-
items?: MergedDropdownNode[] | undefined;
|
3546
|
-
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3547
|
-
hasItems?: boolean | undefined;
|
3548
|
-
children?: undefined;
|
3549
|
-
isOpen?: boolean | undefined;
|
3550
|
-
isTargetAmount?: boolean | undefined;
|
3551
|
-
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3552
|
-
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3553
|
-
label?: string | undefined;
|
3554
|
-
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3555
|
-
variant?: "normal" | "tight" | undefined;
|
3556
|
-
listWidth?: Property.Width<string | number> | undefined;
|
3557
|
-
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3558
|
-
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3559
|
-
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3560
|
-
closeAfterSelect?: boolean | undefined;
|
3561
|
-
size?: string | undefined;
|
3562
|
-
view?: string | undefined;
|
3563
|
-
chipView?: string | undefined;
|
3564
|
-
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3565
|
-
target?: "textfield-like" | undefined;
|
3566
|
-
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
3567
|
-
contentLeft?: React_2.ReactNode;
|
3568
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
3569
|
-
placeholder?: string | undefined;
|
3570
|
-
helperText?: string | undefined;
|
3571
|
-
} & {
|
3572
|
-
multiselect?: true | undefined;
|
3573
|
-
separator?: string | undefined;
|
3574
|
-
} & {
|
3575
|
-
value: any;
|
3576
|
-
onChange?: ((value: any) => void) | undefined;
|
3577
|
-
listOverflow?: Property.Overflow | undefined;
|
3578
|
-
listHeight?: Property.Height<string | number> | undefined;
|
3579
|
-
status?: "warning" | "success" | "error" | undefined;
|
3580
|
-
placeholder?: string | undefined;
|
3581
|
-
helperText?: string | undefined;
|
3582
|
-
disabled?: boolean | undefined;
|
3583
|
-
items?: MergedDropdownNode[] | undefined;
|
3584
|
-
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3585
|
-
hasItems?: boolean | undefined;
|
3586
|
-
children?: undefined;
|
3587
|
-
isOpen?: boolean | undefined;
|
3588
|
-
isTargetAmount?: boolean | undefined;
|
3589
|
-
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3590
|
-
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3591
|
-
label?: string | undefined;
|
3592
|
-
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3593
|
-
variant?: "normal" | "tight" | undefined;
|
3594
|
-
listWidth?: Property.Width<string | number> | undefined;
|
3595
|
-
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3596
|
-
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3597
|
-
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3598
|
-
closeAfterSelect?: boolean | undefined;
|
3599
|
-
size?: string | undefined;
|
3600
|
-
view?: string | undefined;
|
3601
|
-
chipView?: string | undefined;
|
3602
|
-
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3603
|
-
target?: "button-like" | undefined;
|
3604
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3605
|
-
contentLeft?: undefined;
|
3606
|
-
labelPlacement?: undefined;
|
3607
|
-
placeholder?: undefined;
|
3608
|
-
helperText?: undefined;
|
3609
|
-
} & {
|
3610
|
-
multiselect?: false | undefined;
|
3611
|
-
separator?: undefined;
|
3612
|
-
} & {
|
3613
|
-
value: any;
|
3614
|
-
onChange?: ((value: any) => void) | undefined;
|
3615
|
-
listOverflow?: Property.Overflow | undefined;
|
3616
|
-
listHeight?: Property.Height<string | number> | undefined;
|
3617
|
-
status?: "warning" | "success" | "error" | undefined;
|
3618
|
-
placeholder?: string | undefined;
|
3619
|
-
helperText?: string | undefined;
|
3620
|
-
disabled?: boolean | undefined;
|
3621
|
-
items?: MergedDropdownNode[] | undefined;
|
3622
|
-
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3623
|
-
hasItems?: boolean | undefined;
|
3624
|
-
children?: undefined;
|
3625
|
-
isOpen?: boolean | undefined;
|
3626
|
-
isTargetAmount?: boolean | undefined;
|
3627
|
-
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3628
|
-
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3629
|
-
label?: string | undefined;
|
3630
|
-
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3631
|
-
variant?: "normal" | "tight" | undefined;
|
3632
|
-
listWidth?: Property.Width<string | number> | undefined;
|
3633
|
-
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3634
|
-
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3635
|
-
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3636
|
-
closeAfterSelect?: boolean | undefined;
|
3637
|
-
size?: string | undefined;
|
3638
|
-
view?: string | undefined;
|
3639
|
-
chipView?: string | undefined;
|
3640
|
-
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3641
|
-
target?: "button-like" | undefined;
|
3642
|
-
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3643
|
-
contentLeft?: undefined;
|
3644
|
-
labelPlacement?: undefined;
|
3645
|
-
placeholder?: undefined;
|
3646
|
-
helperText?: undefined;
|
3647
|
-
} & {
|
3648
|
-
multiselect?: true | undefined;
|
3649
|
-
separator?: string | undefined;
|
3650
|
-
} & {
|
3651
|
-
value: any;
|
3652
|
-
onChange?: ((value: any) => void) | undefined;
|
3653
|
-
listOverflow?: Property.Overflow | undefined;
|
3654
|
-
listHeight?: Property.Height<string | number> | undefined;
|
3655
|
-
status?: "warning" | "success" | "error" | undefined;
|
3656
|
-
placeholder?: string | undefined;
|
3657
|
-
helperText?: string | undefined;
|
3658
|
-
disabled?: boolean | undefined;
|
3659
|
-
items?: MergedDropdownNode[] | undefined;
|
3660
|
-
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3661
|
-
hasItems?: boolean | undefined;
|
3662
|
-
children?: undefined;
|
3663
|
-
isOpen?: boolean | undefined;
|
3664
|
-
isTargetAmount?: boolean | undefined;
|
3665
|
-
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3666
|
-
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3667
|
-
label?: string | undefined;
|
3668
|
-
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3669
|
-
variant?: "normal" | "tight" | undefined;
|
3670
|
-
listWidth?: Property.Width<string | number> | undefined;
|
3671
|
-
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3672
|
-
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3673
|
-
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3674
|
-
closeAfterSelect?: boolean | undefined;
|
3675
|
-
size?: string | undefined;
|
3676
|
-
view?: string | undefined;
|
3677
|
-
chipView?: string | undefined;
|
3678
|
-
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>)), "view" | "size" | "chipView"> & React_2.RefAttributes<HTMLButtonElement>>;
|
3506
|
+
export const Select: <K extends ItemOptionSelect>(props: SelectProps<K> & React_2.RefAttributes<HTMLButtonElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
3679
3507
|
|
3680
3508
|
// @public
|
3681
3509
|
export const Sheet: FunctionComponent<PropsType< {
|
@@ -21,7 +21,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
21
21
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
22
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
23
|
};
|
24
|
-
}> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
24
|
+
}> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
25
25
|
text?: string | undefined;
|
26
26
|
contentLeft?: import("react").ReactNode;
|
27
27
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -44,7 +44,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
44
44
|
contentRight?: undefined;
|
45
45
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
46
46
|
buttonType?: "button" | undefined;
|
47
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
47
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
48
48
|
text?: string | undefined;
|
49
49
|
contentLeft?: import("react").ReactNode;
|
50
50
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -70,7 +70,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
70
70
|
} & {
|
71
71
|
value?: undefined;
|
72
72
|
contentRight?: import("react").ReactNode;
|
73
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
73
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
74
74
|
text?: string | undefined;
|
75
75
|
contentLeft?: import("react").ReactNode;
|
76
76
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -94,7 +94,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
94
94
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
95
95
|
buttonType?: "iconButton" | undefined;
|
96
96
|
icon?: import("react").ReactNode;
|
97
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
97
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
98
98
|
text?: string | undefined;
|
99
99
|
contentLeft?: import("react").ReactNode;
|
100
100
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -121,7 +121,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
121
121
|
} & {
|
122
122
|
value?: undefined;
|
123
123
|
contentRight?: import("react").ReactNode;
|
124
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
124
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
125
125
|
text?: string | undefined;
|
126
126
|
contentLeft?: import("react").ReactNode;
|
127
127
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -147,7 +147,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
147
147
|
} & {
|
148
148
|
value?: string | number | undefined;
|
149
149
|
contentRight?: undefined;
|
150
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
150
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
151
151
|
text?: string | undefined;
|
152
152
|
contentLeft?: import("react").ReactNode;
|
153
153
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -170,7 +170,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
170
170
|
contentRight?: import("react").ReactNode;
|
171
171
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
172
172
|
buttonType?: "button" | undefined;
|
173
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
173
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
174
174
|
text?: string | undefined;
|
175
175
|
contentLeft?: import("react").ReactNode;
|
176
176
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -197,7 +197,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
197
197
|
} & {
|
198
198
|
value?: string | number | undefined;
|
199
199
|
contentRight?: undefined;
|
200
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
200
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
201
201
|
text?: string | undefined;
|
202
202
|
contentLeft?: import("react").ReactNode;
|
203
203
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -34,7 +34,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
34
34
|
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
35
35
|
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
36
36
|
};
|
37
|
-
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
37
|
+
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
38
38
|
text?: string | undefined;
|
39
39
|
contentLeft?: import("react").ReactNode;
|
40
40
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -55,7 +55,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
55
55
|
} & {
|
56
56
|
value?: string | number | undefined;
|
57
57
|
contentRight?: undefined;
|
58
|
-
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
58
|
+
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
59
59
|
text?: string | undefined;
|
60
60
|
contentLeft?: import("react").ReactNode;
|
61
61
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -116,7 +116,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
116
116
|
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
117
117
|
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
118
118
|
};
|
119
|
-
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
119
|
+
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
120
120
|
text?: string | undefined;
|
121
121
|
contentLeft?: import("react").ReactNode;
|
122
122
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -137,7 +137,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
137
137
|
} & {
|
138
138
|
value?: string | number | undefined;
|
139
139
|
contentRight?: undefined;
|
140
|
-
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
140
|
+
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
141
141
|
text?: string | undefined;
|
142
142
|
contentLeft?: import("react").ReactNode;
|
143
143
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -35,7 +35,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
35
35
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
36
36
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
37
37
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
38
|
-
portal?: import("react").
|
38
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
39
39
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
40
40
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
41
41
|
closeAfterSelect?: boolean | undefined;
|
@@ -71,7 +71,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
71
71
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
72
72
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
73
73
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
74
|
-
portal?: import("react").
|
74
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
75
75
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
76
76
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
77
77
|
closeAfterSelect?: boolean | undefined;
|
@@ -107,7 +107,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
107
107
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
108
108
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
109
109
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
110
|
-
portal?: import("react").
|
110
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
111
111
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
112
112
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
113
113
|
closeAfterSelect?: boolean | undefined;
|
@@ -143,7 +143,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
143
143
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
144
144
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
145
145
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
146
|
-
portal?: import("react").
|
146
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
147
147
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
148
148
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
149
149
|
closeAfterSelect?: boolean | undefined;
|
@@ -179,7 +179,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
179
179
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
180
180
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
181
181
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
182
|
-
portal?: import("react").
|
182
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
183
183
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
184
184
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
185
185
|
closeAfterSelect?: boolean | undefined;
|
@@ -215,7 +215,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
215
215
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
216
216
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
217
217
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
218
|
-
portal?: import("react").
|
218
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
219
219
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
220
220
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
221
221
|
closeAfterSelect?: boolean | undefined;
|
@@ -251,7 +251,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
251
251
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
252
252
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
253
253
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
254
|
-
portal?: import("react").
|
254
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
255
255
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
256
256
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
257
257
|
closeAfterSelect?: boolean | undefined;
|
@@ -287,7 +287,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
287
287
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
288
288
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
289
289
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
290
|
-
portal?: import("react").
|
290
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
291
291
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
292
292
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
293
293
|
closeAfterSelect?: boolean | undefined;
|
@@ -323,7 +323,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
323
323
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
324
324
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
325
325
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
326
|
-
portal?: import("react").
|
326
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
327
327
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
328
328
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
329
329
|
closeAfterSelect?: boolean | undefined;
|
@@ -359,7 +359,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
359
359
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
360
360
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
361
361
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
362
|
-
portal?: import("react").
|
362
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
363
363
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
364
364
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
365
365
|
closeAfterSelect?: boolean | undefined;
|
@@ -395,7 +395,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
395
395
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
396
396
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
397
397
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
398
|
-
portal?: import("react").
|
398
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
399
399
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
400
400
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
401
401
|
closeAfterSelect?: boolean | undefined;
|
@@ -431,7 +431,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
431
431
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
432
432
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
433
433
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
434
|
-
portal?: import("react").
|
434
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
435
435
|
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
|
436
436
|
filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
|
437
437
|
closeAfterSelect?: boolean | undefined;
|