@salutejs/sdds-dfa 0.170.0-canary.1550.11795356464.0 → 0.170.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.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.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-dfa.api.md +0 -5326
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/types/types';
|
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,8 +79,6 @@ 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';
|
84
82
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
85
83
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
86
84
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -88,7 +86,6 @@ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'
|
|
88
86
|
import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
|
89
87
|
import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
|
90
88
|
import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
|
91
|
-
import { DropdownNodeSelect } from '@salutejs/plasma-new-hope/styled-components';
|
92
89
|
import { DropdownProps } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
|
93
90
|
import { dsplL } from '@salutejs/sdds-themes/tokens';
|
94
91
|
import { dsplLBold } from '@salutejs/sdds-themes/tokens';
|
@@ -118,18 +115,19 @@ import { HTMLAttributes } from 'react';
|
|
118
115
|
import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
|
119
116
|
import { ImgHTMLAttributes } from 'react';
|
120
117
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
121
|
-
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/
|
118
|
+
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
122
119
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
123
120
|
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
124
|
-
import type { ItemOptionSelect } from '@salutejs/plasma-new-hope';
|
125
121
|
import { JSXElementConstructor } from 'react';
|
126
122
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
127
123
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
128
124
|
import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
|
129
125
|
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';
|
130
127
|
import { modalClasses } from '@salutejs/plasma-new-hope/styled-components';
|
131
128
|
import { ModalProps } from '@salutejs/plasma-new-hope/styled-components';
|
132
129
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
130
|
+
import { MutableRefObject } from 'react';
|
133
131
|
import { numberInputClasses } from '@salutejs/plasma-new-hope/styled-components';
|
134
132
|
import { numberInputTokens } from '@salutejs/plasma-new-hope/styled-components';
|
135
133
|
import { Orientation } from '@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types';
|
@@ -173,7 +171,7 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
173
171
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
174
172
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
175
173
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
176
|
-
import type { SelectProps
|
174
|
+
import type { SelectProps } from '@salutejs/plasma-new-hope/styled-components';
|
177
175
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
178
176
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
179
177
|
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -193,7 +191,7 @@ import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
|
|
193
191
|
import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
194
192
|
import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
195
193
|
import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
196
|
-
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/
|
194
|
+
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
197
195
|
import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
198
196
|
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
199
197
|
import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
@@ -1019,7 +1017,7 @@ true: PolymorphicClassName;
|
|
1019
1017
|
listOverflow?: Property.Overflow | undefined;
|
1020
1018
|
listHeight?: Property.Height<string | number> | undefined;
|
1021
1019
|
listWidth?: Property.Width<string | number> | undefined;
|
1022
|
-
portal?:
|
1020
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1023
1021
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1024
1022
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1025
1023
|
closeAfterSelect?: boolean | undefined;
|
@@ -1055,7 +1053,7 @@ true: PolymorphicClassName;
|
|
1055
1053
|
listOverflow?: Property.Overflow | undefined;
|
1056
1054
|
listHeight?: Property.Height<string | number> | undefined;
|
1057
1055
|
listWidth?: Property.Width<string | number> | undefined;
|
1058
|
-
portal?:
|
1056
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1059
1057
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1060
1058
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1061
1059
|
closeAfterSelect?: boolean | undefined;
|
@@ -1091,7 +1089,7 @@ true: PolymorphicClassName;
|
|
1091
1089
|
listOverflow?: Property.Overflow | undefined;
|
1092
1090
|
listHeight?: Property.Height<string | number> | undefined;
|
1093
1091
|
listWidth?: Property.Width<string | number> | undefined;
|
1094
|
-
portal?:
|
1092
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1095
1093
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1096
1094
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1097
1095
|
closeAfterSelect?: boolean | undefined;
|
@@ -1127,7 +1125,7 @@ true: PolymorphicClassName;
|
|
1127
1125
|
listOverflow?: Property.Overflow | undefined;
|
1128
1126
|
listHeight?: Property.Height<string | number> | undefined;
|
1129
1127
|
listWidth?: Property.Width<string | number> | undefined;
|
1130
|
-
portal?:
|
1128
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1131
1129
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1132
1130
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1133
1131
|
closeAfterSelect?: boolean | undefined;
|
@@ -1163,7 +1161,7 @@ true: PolymorphicClassName;
|
|
1163
1161
|
listOverflow?: Property.Overflow | undefined;
|
1164
1162
|
listHeight?: Property.Height<string | number> | undefined;
|
1165
1163
|
listWidth?: Property.Width<string | number> | undefined;
|
1166
|
-
portal?:
|
1164
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1167
1165
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1168
1166
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1169
1167
|
closeAfterSelect?: boolean | undefined;
|
@@ -1199,7 +1197,7 @@ true: PolymorphicClassName;
|
|
1199
1197
|
listOverflow?: Property.Overflow | undefined;
|
1200
1198
|
listHeight?: Property.Height<string | number> | undefined;
|
1201
1199
|
listWidth?: Property.Width<string | number> | undefined;
|
1202
|
-
portal?:
|
1200
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1203
1201
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1204
1202
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1205
1203
|
closeAfterSelect?: boolean | undefined;
|
@@ -1235,7 +1233,7 @@ true: PolymorphicClassName;
|
|
1235
1233
|
listOverflow?: Property.Overflow | undefined;
|
1236
1234
|
listHeight?: Property.Height<string | number> | undefined;
|
1237
1235
|
listWidth?: Property.Width<string | number> | undefined;
|
1238
|
-
portal?:
|
1236
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1239
1237
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1240
1238
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1241
1239
|
closeAfterSelect?: boolean | undefined;
|
@@ -1271,7 +1269,7 @@ true: PolymorphicClassName;
|
|
1271
1269
|
listOverflow?: Property.Overflow | undefined;
|
1272
1270
|
listHeight?: Property.Height<string | number> | undefined;
|
1273
1271
|
listWidth?: Property.Width<string | number> | undefined;
|
1274
|
-
portal?:
|
1272
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1275
1273
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1276
1274
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1277
1275
|
closeAfterSelect?: boolean | undefined;
|
@@ -1307,7 +1305,7 @@ true: PolymorphicClassName;
|
|
1307
1305
|
listOverflow?: Property.Overflow | undefined;
|
1308
1306
|
listHeight?: Property.Height<string | number> | undefined;
|
1309
1307
|
listWidth?: Property.Width<string | number> | undefined;
|
1310
|
-
portal?:
|
1308
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1311
1309
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1312
1310
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1313
1311
|
closeAfterSelect?: boolean | undefined;
|
@@ -1343,7 +1341,7 @@ true: PolymorphicClassName;
|
|
1343
1341
|
listOverflow?: Property.Overflow | undefined;
|
1344
1342
|
listHeight?: Property.Height<string | number> | undefined;
|
1345
1343
|
listWidth?: Property.Width<string | number> | undefined;
|
1346
|
-
portal?:
|
1344
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1347
1345
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1348
1346
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1349
1347
|
closeAfterSelect?: boolean | undefined;
|
@@ -1379,7 +1377,7 @@ true: PolymorphicClassName;
|
|
1379
1377
|
listOverflow?: Property.Overflow | undefined;
|
1380
1378
|
listHeight?: Property.Height<string | number> | undefined;
|
1381
1379
|
listWidth?: Property.Width<string | number> | undefined;
|
1382
|
-
portal?:
|
1380
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1383
1381
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1384
1382
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1385
1383
|
closeAfterSelect?: boolean | undefined;
|
@@ -1415,7 +1413,7 @@ true: PolymorphicClassName;
|
|
1415
1413
|
listOverflow?: Property.Overflow | undefined;
|
1416
1414
|
listHeight?: Property.Height<string | number> | undefined;
|
1417
1415
|
listWidth?: Property.Width<string | number> | undefined;
|
1418
|
-
portal?:
|
1416
|
+
portal?: MutableRefObject<HTMLElement | null> | undefined;
|
1419
1417
|
renderItem?: ((item: ItemOption) => ReactNode) | undefined;
|
1420
1418
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1421
1419
|
closeAfterSelect?: boolean | undefined;
|
@@ -3500,10 +3498,184 @@ export { SegmentProvider }
|
|
3500
3498
|
|
3501
3499
|
export { SegmentProviderProps }
|
3502
3500
|
|
3503
|
-
// Warning: (ae-forgotten-export) The symbol "SelectProps" needs to be exported by the entry point index.d.ts
|
3504
|
-
//
|
3505
3501
|
// @public (undocumented)
|
3506
|
-
export const Select:
|
3502
|
+
export const Select: React_2.ForwardRefExoticComponent<Omit<SelectProps, "view" | "size" | "chipView"> & Pick<PropsType< {
|
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>>;
|
3507
3679
|
|
3508
3680
|
// @public
|
3509
3681
|
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;
|