@salutejs/sdds-finportal 0.165.0-canary.1550.11797632633.0 → 0.165.0-canary.1551.11797041657.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +195 -23
- 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 +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.config.js +4 -4
- 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/es/components/TextField/TextField.config.js +4 -4
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +195 -23
@@ -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';
|
@@ -83,8 +83,6 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
83
83
|
import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
84
84
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
85
85
|
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
86
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
89
87
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
90
88
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -92,7 +90,6 @@ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'
|
|
92
90
|
import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
|
93
91
|
import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
|
94
92
|
import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
|
95
|
-
import { DropdownNodeSelect } from '@salutejs/plasma-new-hope/styled-components';
|
96
93
|
import { DropdownProps } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
|
97
94
|
import { dsplL } from '@salutejs/sdds-themes/tokens';
|
98
95
|
import { dsplLBold } from '@salutejs/sdds-themes/tokens';
|
@@ -122,18 +119,19 @@ import { HTMLAttributes } from 'react';
|
|
122
119
|
import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
|
123
120
|
import { ImgHTMLAttributes } from 'react';
|
124
121
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
125
|
-
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/
|
122
|
+
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
126
123
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
127
124
|
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
128
|
-
import type { ItemOptionSelect } from '@salutejs/plasma-new-hope';
|
129
125
|
import { JSXElementConstructor } from 'react';
|
130
126
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
131
127
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
132
128
|
import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
|
133
129
|
import { mediaQuery } from '@salutejs/plasma-new-hope/styled-components';
|
130
|
+
import { MergedDropdownNode } from '@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types';
|
134
131
|
import { modalClasses } from '@salutejs/plasma-new-hope/styled-components';
|
135
132
|
import { ModalProps } from '@salutejs/plasma-new-hope/styled-components';
|
136
133
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
134
|
+
import { MutableRefObject } from 'react';
|
137
135
|
import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
138
136
|
import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
|
139
137
|
import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -182,7 +180,7 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
182
180
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
183
181
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
184
182
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
185
|
-
import type { SelectProps
|
183
|
+
import type { SelectProps } from '@salutejs/plasma-new-hope/styled-components';
|
186
184
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
187
185
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
188
186
|
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -204,7 +202,7 @@ import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
|
|
204
202
|
import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
205
203
|
import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
206
204
|
import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
207
|
-
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/
|
205
|
+
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
208
206
|
import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
209
207
|
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
210
208
|
import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
@@ -1070,7 +1068,7 @@ true: PolymorphicClassName;
|
|
1070
1068
|
listOverflow?: Property.Overflow | undefined;
|
1071
1069
|
listHeight?: Property.Height<string | number> | undefined;
|
1072
1070
|
listWidth?: Property.Width<string | number> | undefined;
|
1073
|
-
portal?:
|
1071
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1074
1072
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1075
1073
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1076
1074
|
closeAfterSelect?: boolean | undefined;
|
@@ -1106,7 +1104,7 @@ true: PolymorphicClassName;
|
|
1106
1104
|
listOverflow?: Property.Overflow | undefined;
|
1107
1105
|
listHeight?: Property.Height<string | number> | undefined;
|
1108
1106
|
listWidth?: Property.Width<string | number> | undefined;
|
1109
|
-
portal?:
|
1107
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1110
1108
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1111
1109
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1112
1110
|
closeAfterSelect?: boolean | undefined;
|
@@ -1142,7 +1140,7 @@ true: PolymorphicClassName;
|
|
1142
1140
|
listOverflow?: Property.Overflow | undefined;
|
1143
1141
|
listHeight?: Property.Height<string | number> | undefined;
|
1144
1142
|
listWidth?: Property.Width<string | number> | undefined;
|
1145
|
-
portal?:
|
1143
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1146
1144
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1147
1145
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1148
1146
|
closeAfterSelect?: boolean | undefined;
|
@@ -1178,7 +1176,7 @@ true: PolymorphicClassName;
|
|
1178
1176
|
listOverflow?: Property.Overflow | undefined;
|
1179
1177
|
listHeight?: Property.Height<string | number> | undefined;
|
1180
1178
|
listWidth?: Property.Width<string | number> | undefined;
|
1181
|
-
portal?:
|
1179
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1182
1180
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1183
1181
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1184
1182
|
closeAfterSelect?: boolean | undefined;
|
@@ -1214,7 +1212,7 @@ true: PolymorphicClassName;
|
|
1214
1212
|
listOverflow?: Property.Overflow | undefined;
|
1215
1213
|
listHeight?: Property.Height<string | number> | undefined;
|
1216
1214
|
listWidth?: Property.Width<string | number> | undefined;
|
1217
|
-
portal?:
|
1215
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1218
1216
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1219
1217
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1220
1218
|
closeAfterSelect?: boolean | undefined;
|
@@ -1250,7 +1248,7 @@ true: PolymorphicClassName;
|
|
1250
1248
|
listOverflow?: Property.Overflow | undefined;
|
1251
1249
|
listHeight?: Property.Height<string | number> | undefined;
|
1252
1250
|
listWidth?: Property.Width<string | number> | undefined;
|
1253
|
-
portal?:
|
1251
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1254
1252
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1255
1253
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1256
1254
|
closeAfterSelect?: boolean | undefined;
|
@@ -1286,7 +1284,7 @@ true: PolymorphicClassName;
|
|
1286
1284
|
listOverflow?: Property.Overflow | undefined;
|
1287
1285
|
listHeight?: Property.Height<string | number> | undefined;
|
1288
1286
|
listWidth?: Property.Width<string | number> | undefined;
|
1289
|
-
portal?:
|
1287
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1290
1288
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1291
1289
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1292
1290
|
closeAfterSelect?: boolean | undefined;
|
@@ -1322,7 +1320,7 @@ true: PolymorphicClassName;
|
|
1322
1320
|
listOverflow?: Property.Overflow | undefined;
|
1323
1321
|
listHeight?: Property.Height<string | number> | undefined;
|
1324
1322
|
listWidth?: Property.Width<string | number> | undefined;
|
1325
|
-
portal?:
|
1323
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1326
1324
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1327
1325
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1328
1326
|
closeAfterSelect?: boolean | undefined;
|
@@ -1358,7 +1356,7 @@ true: PolymorphicClassName;
|
|
1358
1356
|
listOverflow?: Property.Overflow | undefined;
|
1359
1357
|
listHeight?: Property.Height<string | number> | undefined;
|
1360
1358
|
listWidth?: Property.Width<string | number> | undefined;
|
1361
|
-
portal?:
|
1359
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1362
1360
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1363
1361
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1364
1362
|
closeAfterSelect?: boolean | undefined;
|
@@ -1394,7 +1392,7 @@ true: PolymorphicClassName;
|
|
1394
1392
|
listOverflow?: Property.Overflow | undefined;
|
1395
1393
|
listHeight?: Property.Height<string | number> | undefined;
|
1396
1394
|
listWidth?: Property.Width<string | number> | undefined;
|
1397
|
-
portal?:
|
1395
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1398
1396
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1399
1397
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1400
1398
|
closeAfterSelect?: boolean | undefined;
|
@@ -1430,7 +1428,7 @@ true: PolymorphicClassName;
|
|
1430
1428
|
listOverflow?: Property.Overflow | undefined;
|
1431
1429
|
listHeight?: Property.Height<string | number> | undefined;
|
1432
1430
|
listWidth?: Property.Width<string | number> | undefined;
|
1433
|
-
portal?:
|
1431
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1434
1432
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1435
1433
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1436
1434
|
closeAfterSelect?: boolean | undefined;
|
@@ -1466,7 +1464,7 @@ true: PolymorphicClassName;
|
|
1466
1464
|
listOverflow?: Property.Overflow | undefined;
|
1467
1465
|
listHeight?: Property.Height<string | number> | undefined;
|
1468
1466
|
listWidth?: Property.Width<string | number> | undefined;
|
1469
|
-
portal?:
|
1467
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1470
1468
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1471
1469
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1472
1470
|
closeAfterSelect?: boolean | undefined;
|
@@ -3596,10 +3594,184 @@ export { SegmentProvider }
|
|
3596
3594
|
|
3597
3595
|
export { SegmentProviderProps }
|
3598
3596
|
|
3599
|
-
// Warning: (ae-forgotten-export) The symbol "SelectProps" needs to be exported by the entry point index.d.ts
|
3600
|
-
//
|
3601
3597
|
// @public (undocumented)
|
3602
|
-
export const Select:
|
3598
|
+
export const Select: React_2.ForwardRefExoticComponent<Omit<SelectProps, "view" | "size" | "chipView"> & Pick<PropsType< {
|
3599
|
+
size: {
|
3600
|
+
xs: PolymorphicClassName;
|
3601
|
+
s: PolymorphicClassName;
|
3602
|
+
m: PolymorphicClassName;
|
3603
|
+
l: PolymorphicClassName;
|
3604
|
+
};
|
3605
|
+
view: {
|
3606
|
+
default: PolymorphicClassName;
|
3607
|
+
positive: PolymorphicClassName;
|
3608
|
+
warning: PolymorphicClassName;
|
3609
|
+
negative: PolymorphicClassName;
|
3610
|
+
accent: PolymorphicClassName;
|
3611
|
+
secondary: PolymorphicClassName;
|
3612
|
+
clear: PolymorphicClassName;
|
3613
|
+
dark: PolymorphicClassName;
|
3614
|
+
black: PolymorphicClassName;
|
3615
|
+
white: PolymorphicClassName;
|
3616
|
+
};
|
3617
|
+
chipView: {
|
3618
|
+
default: PolymorphicClassName;
|
3619
|
+
secondary: PolymorphicClassName;
|
3620
|
+
accent: PolymorphicClassName;
|
3621
|
+
};
|
3622
|
+
}> & (({
|
3623
|
+
target?: "textfield-like" | undefined;
|
3624
|
+
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
3625
|
+
contentLeft?: React_2.ReactNode;
|
3626
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3627
|
+
placeholder?: string | undefined;
|
3628
|
+
helperText?: string | undefined;
|
3629
|
+
} & {
|
3630
|
+
multiselect?: false | undefined;
|
3631
|
+
separator?: undefined;
|
3632
|
+
} & {
|
3633
|
+
value: any;
|
3634
|
+
onChange?: ((value: any) => void) | undefined;
|
3635
|
+
listOverflow?: Property.Overflow | undefined;
|
3636
|
+
listHeight?: Property.Height<string | number> | undefined;
|
3637
|
+
status?: "warning" | "success" | "error" | undefined;
|
3638
|
+
placeholder?: string | undefined;
|
3639
|
+
helperText?: string | undefined;
|
3640
|
+
disabled?: boolean | undefined;
|
3641
|
+
items?: MergedDropdownNode[] | undefined;
|
3642
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3643
|
+
hasItems?: boolean | undefined;
|
3644
|
+
children?: undefined;
|
3645
|
+
isOpen?: boolean | undefined;
|
3646
|
+
isTargetAmount?: boolean | undefined;
|
3647
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3648
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3649
|
+
label?: string | undefined;
|
3650
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3651
|
+
variant?: "normal" | "tight" | undefined;
|
3652
|
+
listWidth?: Property.Width<string | number> | undefined;
|
3653
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3654
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3655
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3656
|
+
closeAfterSelect?: boolean | undefined;
|
3657
|
+
size?: string | undefined;
|
3658
|
+
view?: string | undefined;
|
3659
|
+
chipView?: string | undefined;
|
3660
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3661
|
+
target?: "textfield-like" | undefined;
|
3662
|
+
view?: "default" | "positive" | "warning" | "negative" | undefined;
|
3663
|
+
contentLeft?: React_2.ReactNode;
|
3664
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
3665
|
+
placeholder?: string | undefined;
|
3666
|
+
helperText?: string | undefined;
|
3667
|
+
} & {
|
3668
|
+
multiselect?: true | undefined;
|
3669
|
+
separator?: string | undefined;
|
3670
|
+
} & {
|
3671
|
+
value: any;
|
3672
|
+
onChange?: ((value: any) => void) | undefined;
|
3673
|
+
listOverflow?: Property.Overflow | undefined;
|
3674
|
+
listHeight?: Property.Height<string | number> | undefined;
|
3675
|
+
status?: "warning" | "success" | "error" | undefined;
|
3676
|
+
placeholder?: string | undefined;
|
3677
|
+
helperText?: string | undefined;
|
3678
|
+
disabled?: boolean | undefined;
|
3679
|
+
items?: MergedDropdownNode[] | undefined;
|
3680
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3681
|
+
hasItems?: boolean | undefined;
|
3682
|
+
children?: undefined;
|
3683
|
+
isOpen?: boolean | undefined;
|
3684
|
+
isTargetAmount?: boolean | undefined;
|
3685
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3686
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3687
|
+
label?: string | undefined;
|
3688
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3689
|
+
variant?: "normal" | "tight" | undefined;
|
3690
|
+
listWidth?: Property.Width<string | number> | undefined;
|
3691
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3692
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3693
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3694
|
+
closeAfterSelect?: boolean | undefined;
|
3695
|
+
size?: string | undefined;
|
3696
|
+
view?: string | undefined;
|
3697
|
+
chipView?: string | undefined;
|
3698
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3699
|
+
target?: "button-like" | undefined;
|
3700
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3701
|
+
contentLeft?: undefined;
|
3702
|
+
labelPlacement?: undefined;
|
3703
|
+
placeholder?: undefined;
|
3704
|
+
helperText?: undefined;
|
3705
|
+
} & {
|
3706
|
+
multiselect?: false | undefined;
|
3707
|
+
separator?: undefined;
|
3708
|
+
} & {
|
3709
|
+
value: any;
|
3710
|
+
onChange?: ((value: any) => void) | undefined;
|
3711
|
+
listOverflow?: Property.Overflow | undefined;
|
3712
|
+
listHeight?: Property.Height<string | number> | undefined;
|
3713
|
+
status?: "warning" | "success" | "error" | undefined;
|
3714
|
+
placeholder?: string | undefined;
|
3715
|
+
helperText?: string | undefined;
|
3716
|
+
disabled?: boolean | undefined;
|
3717
|
+
items?: MergedDropdownNode[] | undefined;
|
3718
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3719
|
+
hasItems?: boolean | undefined;
|
3720
|
+
children?: undefined;
|
3721
|
+
isOpen?: boolean | undefined;
|
3722
|
+
isTargetAmount?: boolean | undefined;
|
3723
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3724
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3725
|
+
label?: string | undefined;
|
3726
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3727
|
+
variant?: "normal" | "tight" | undefined;
|
3728
|
+
listWidth?: Property.Width<string | number> | undefined;
|
3729
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3730
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3731
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3732
|
+
closeAfterSelect?: boolean | undefined;
|
3733
|
+
size?: string | undefined;
|
3734
|
+
view?: string | undefined;
|
3735
|
+
chipView?: string | undefined;
|
3736
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
|
3737
|
+
target?: "button-like" | undefined;
|
3738
|
+
view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
|
3739
|
+
contentLeft?: undefined;
|
3740
|
+
labelPlacement?: undefined;
|
3741
|
+
placeholder?: undefined;
|
3742
|
+
helperText?: undefined;
|
3743
|
+
} & {
|
3744
|
+
multiselect?: true | undefined;
|
3745
|
+
separator?: string | undefined;
|
3746
|
+
} & {
|
3747
|
+
value: any;
|
3748
|
+
onChange?: ((value: any) => void) | undefined;
|
3749
|
+
listOverflow?: Property.Overflow | undefined;
|
3750
|
+
listHeight?: Property.Height<string | number> | undefined;
|
3751
|
+
status?: "warning" | "success" | "error" | undefined;
|
3752
|
+
placeholder?: string | undefined;
|
3753
|
+
helperText?: string | undefined;
|
3754
|
+
disabled?: boolean | undefined;
|
3755
|
+
items?: MergedDropdownNode[] | undefined;
|
3756
|
+
onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
3757
|
+
hasItems?: boolean | undefined;
|
3758
|
+
children?: undefined;
|
3759
|
+
isOpen?: boolean | undefined;
|
3760
|
+
isTargetAmount?: boolean | undefined;
|
3761
|
+
renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
|
3762
|
+
placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
|
3763
|
+
label?: string | undefined;
|
3764
|
+
onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
3765
|
+
variant?: "normal" | "tight" | undefined;
|
3766
|
+
listWidth?: Property.Width<string | number> | undefined;
|
3767
|
+
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
3768
|
+
renderValue?: ((item: MergedDropdownNode) => string) | undefined;
|
3769
|
+
renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
|
3770
|
+
closeAfterSelect?: boolean | undefined;
|
3771
|
+
size?: string | undefined;
|
3772
|
+
view?: string | undefined;
|
3773
|
+
chipView?: string | undefined;
|
3774
|
+
} & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>)), "view" | "size" | "chipView"> & React_2.RefAttributes<HTMLButtonElement>>;
|
3603
3775
|
|
3604
3776
|
// @public
|
3605
3777
|
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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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/types/types").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?:
|
38
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
74
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
110
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
146
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
182
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
218
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
254
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
290
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
326
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
362
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
398
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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?:
|
434
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | 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;
|