@salutejs/sdds-cs 0.317.0-canary.1991.15256515100.0 → 0.317.0-canary.1993.15271190997.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/Accordion.d.ts +10 -9
- package/components/Attach/Attach.d.ts +159 -158
- package/components/Autocomplete/Autocomplete.d.ts +353 -352
- package/components/Avatar/Avatar.d.ts +47 -46
- package/components/AvatarGroup/AvatarGroup.d.ts +2 -1
- package/components/Badge/Badge.d.ts +41 -40
- package/components/Breadcrumbs/Breadcrumbs.d.ts +4 -3
- package/components/Button/Button.d.ts +71 -71
- package/components/ButtonGroup/ButtonGroup.d.ts +1 -0
- package/components/Calendar/CalendarBase.config.js +1 -1
- package/components/Calendar/CalendarDouble.config.js +1 -1
- package/components/Card/Card.d.ts +6 -5
- package/components/Cell/Cell.d.ts +20 -19
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Chip/Chip.d.ts +1 -0
- package/components/ChipGroup/ChipGroup.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +951 -951
- package/components/Counter/Counter.d.ts +1 -0
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/DatePicker/DatePicker.d.ts +54 -53
- package/components/Divider/Divider.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +19 -18
- package/components/Dropdown/Dropdown.d.ts +52 -52
- package/components/Dropzone/Dropzone.d.ts +16 -15
- package/components/EmptyState/EmptyState.d.ts +1 -0
- package/components/Flow/Flow.d.ts +2 -1
- package/components/Grid/Grid.d.ts +1 -0
- package/components/IconButton/IconButton.d.ts +36 -35
- package/components/Image/Image.d.ts +4 -3
- package/components/Indicator/Indicator.d.ts +1 -0
- package/components/Link/Link.d.ts +2 -1
- package/components/Mask/Mask.d.ts +225 -224
- package/components/NumberFormat/NumberFormat.d.ts +1 -1
- package/components/NumberInput/NumberInput.d.ts +39 -38
- package/components/Pagination/Pagination.d.ts +1 -0
- package/components/Popover/Popover.d.ts +1 -0
- package/components/Price/Price.d.ts +1 -0
- package/components/Progress/Progress.d.ts +1 -0
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/components/Range/Range.d.ts +106 -105
- package/components/Rating/Rating.d.ts +14 -13
- package/components/Segment/Segment.d.ts +9 -8
- package/components/Select/Select.config.js +3 -3
- package/components/Select/Select.d.ts +244 -244
- package/components/Sheet/Sheet.d.ts +1 -0
- package/components/Skeleton/Skeleton.d.ts +5 -4
- package/components/Slider/Slider.d.ts +105 -96
- package/components/Spinner/Spinner.d.ts +14 -9
- package/components/Steps/Steps.d.ts +1 -0
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Table/Table.d.ts +1 -0
- package/components/Tabs/TabItem.d.ts +23 -23
- package/components/Tabs/Tabs.d.ts +1 -1
- package/components/TextArea/TextArea.d.ts +206 -205
- package/components/TextField/TextField.d.ts +225 -224
- package/components/Toast/Toast.d.ts +1 -0
- package/components/ToastNew/ToastNew.d.ts +1 -1
- package/components/Tokens/Colors/Colors.styles.d.ts +26 -25
- package/components/Tokens/Typography/Typography.styles.d.ts +24 -23
- package/components/Toolbar/Toolbar.d.ts +6 -5
- package/components/Tree/Tree.d.ts +1 -0
- package/components/Typography/Typography.d.ts +205 -204
- package/components/ViewContainer/ViewContainer.d.ts +1 -0
- package/emotion/cjs/components/Calendar/Calendar.stories.tsx +40 -32
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +1 -1
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +1 -1
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +6 -0
- package/emotion/cjs/components/Select/Select.config.js +3 -3
- package/emotion/es/components/Calendar/Calendar.stories.tsx +40 -32
- package/emotion/es/components/Calendar/CalendarBase.config.js +1 -1
- package/emotion/es/components/Calendar/CalendarDouble.config.js +1 -1
- package/emotion/es/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/es/components/DatePicker/DatePicker.stories.tsx +6 -0
- package/emotion/es/components/Select/Select.config.js +3 -3
- package/es/components/Calendar/CalendarBase.config.js +1 -1
- package/es/components/Calendar/CalendarDouble.config.js +1 -1
- package/es/components/DatePicker/DatePicker.config.js +1 -1
- package/es/components/Select/Select.config.js +3 -3
- package/mixins/index.d.ts +2 -1
- package/package.json +8 -8
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
export declare const Autocomplete: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2
3
|
view: {
|
3
4
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -17,435 +18,435 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
17
18
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
19
|
};
|
19
20
|
}> & (({
|
20
|
-
size?: string;
|
21
|
-
view?: string;
|
22
|
-
labelPlacement?: string;
|
23
|
-
readOnly?: boolean;
|
24
|
-
disabled?: boolean;
|
25
|
-
portal?: string |
|
26
|
-
value?: string;
|
27
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
28
|
-
threshold?: number;
|
29
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
30
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
31
|
-
onScroll?: (e:
|
32
|
-
listMaxHeight?: string;
|
33
|
-
listWidth?: string;
|
34
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
35
|
-
renderListEnd?: () => import("react").ReactNode;
|
36
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
37
|
-
defaultValue?: string;
|
21
|
+
size?: string | undefined;
|
22
|
+
view?: string | undefined;
|
23
|
+
labelPlacement?: string | undefined;
|
24
|
+
readOnly?: boolean | undefined;
|
25
|
+
disabled?: boolean | undefined;
|
26
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
27
|
+
value?: string | undefined;
|
28
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
29
|
+
threshold?: number | undefined;
|
30
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
31
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
32
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
33
|
+
listMaxHeight?: string | undefined;
|
34
|
+
listWidth?: string | undefined;
|
35
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
36
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
37
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
38
|
+
defaultValue?: string | undefined;
|
38
39
|
beforeList?: import("react").ReactNode;
|
39
40
|
afterList?: import("react").ReactNode;
|
40
|
-
virtual?: boolean;
|
41
|
+
virtual?: boolean | undefined;
|
41
42
|
} & Omit<{
|
42
43
|
titleCaption?: import("react").ReactNode;
|
43
44
|
leftHelper?: import("react").ReactNode;
|
44
|
-
contentLeft?:
|
45
|
-
contentRight?:
|
46
|
-
textBefore?: string;
|
47
|
-
textAfter?: string;
|
48
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
45
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
46
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
47
|
+
textBefore?: string | undefined;
|
48
|
+
textAfter?: string | undefined;
|
49
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
49
50
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
50
|
-
clear?: boolean;
|
51
|
-
hasDivider?: boolean;
|
51
|
+
clear?: boolean | undefined;
|
52
|
+
hasDivider?: boolean | undefined;
|
52
53
|
} & {
|
53
54
|
hintText: string;
|
54
|
-
hintTrigger?: "
|
55
|
-
hintView?: string;
|
56
|
-
hintSize?: string;
|
55
|
+
hintTrigger?: "click" | "hover" | undefined;
|
56
|
+
hintView?: string | undefined;
|
57
|
+
hintSize?: string | undefined;
|
57
58
|
hintTargetIcon?: import("react").ReactNode;
|
58
|
-
hintTargetPlacement?: "
|
59
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement |
|
60
|
-
hintHasArrow?: boolean;
|
61
|
-
hintOffset?: [number, number];
|
62
|
-
hintWidth?: string;
|
59
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
60
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
61
|
+
hintHasArrow?: boolean | undefined;
|
62
|
+
hintOffset?: [number, number] | undefined;
|
63
|
+
hintWidth?: string | undefined;
|
63
64
|
hintContentLeft?: import("react").ReactNode;
|
64
65
|
} & {
|
65
|
-
chips?:
|
66
|
-
onChangeChips?:
|
67
|
-
enumerationType?: "plain";
|
68
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
69
|
-
chipType?:
|
70
|
-
chipView?:
|
71
|
-
chipValidator?:
|
72
|
-
}, "labelPlacement" | "
|
73
|
-
size?: string;
|
74
|
-
view?: string;
|
75
|
-
labelPlacement?: string;
|
76
|
-
readOnly?: boolean;
|
77
|
-
disabled?: boolean;
|
78
|
-
portal?: string |
|
79
|
-
value?: string;
|
80
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
81
|
-
threshold?: number;
|
82
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
83
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
84
|
-
onScroll?: (e:
|
85
|
-
listMaxHeight?: string;
|
86
|
-
listWidth?: string;
|
87
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
88
|
-
renderListEnd?: () => import("react").ReactNode;
|
89
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
90
|
-
defaultValue?: string;
|
66
|
+
chips?: undefined;
|
67
|
+
onChangeChips?: undefined;
|
68
|
+
enumerationType?: "plain" | undefined;
|
69
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
70
|
+
chipType?: undefined;
|
71
|
+
chipView?: undefined;
|
72
|
+
chipValidator?: undefined;
|
73
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
74
|
+
size?: string | undefined;
|
75
|
+
view?: string | undefined;
|
76
|
+
labelPlacement?: string | undefined;
|
77
|
+
readOnly?: boolean | undefined;
|
78
|
+
disabled?: boolean | undefined;
|
79
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
80
|
+
value?: string | undefined;
|
81
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
82
|
+
threshold?: number | undefined;
|
83
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
84
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
85
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
86
|
+
listMaxHeight?: string | undefined;
|
87
|
+
listWidth?: string | undefined;
|
88
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
89
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
90
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
91
|
+
defaultValue?: string | undefined;
|
91
92
|
beforeList?: import("react").ReactNode;
|
92
93
|
afterList?: import("react").ReactNode;
|
93
|
-
virtual?: boolean;
|
94
|
+
virtual?: boolean | undefined;
|
94
95
|
} & Omit<{
|
95
96
|
titleCaption?: import("react").ReactNode;
|
96
97
|
leftHelper?: import("react").ReactNode;
|
97
|
-
contentLeft?:
|
98
|
-
contentRight?:
|
99
|
-
textBefore?: string;
|
100
|
-
textAfter?: string;
|
101
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
98
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
99
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
100
|
+
textBefore?: string | undefined;
|
101
|
+
textAfter?: string | undefined;
|
102
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
102
103
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
103
|
-
clear?: boolean;
|
104
|
-
hasDivider?: boolean;
|
104
|
+
clear?: boolean | undefined;
|
105
|
+
hasDivider?: boolean | undefined;
|
105
106
|
} & {
|
106
107
|
hintText: string;
|
107
|
-
hintTrigger?: "
|
108
|
-
hintView?: string;
|
109
|
-
hintSize?: string;
|
108
|
+
hintTrigger?: "click" | "hover" | undefined;
|
109
|
+
hintView?: string | undefined;
|
110
|
+
hintSize?: string | undefined;
|
110
111
|
hintTargetIcon?: import("react").ReactNode;
|
111
|
-
hintTargetPlacement?: "
|
112
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement |
|
113
|
-
hintHasArrow?: boolean;
|
114
|
-
hintOffset?: [number, number];
|
115
|
-
hintWidth?: string;
|
112
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
113
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
114
|
+
hintHasArrow?: boolean | undefined;
|
115
|
+
hintOffset?: [number, number] | undefined;
|
116
|
+
hintWidth?: string | undefined;
|
116
117
|
hintContentLeft?: import("react").ReactNode;
|
117
118
|
} & {
|
118
119
|
enumerationType: "chip";
|
119
|
-
onSearch?:
|
120
|
-
chips?:
|
121
|
-
onChangeChips?: (value:
|
122
|
-
chipType?: "
|
123
|
-
chipView?: string;
|
124
|
-
chipValidator?: (value: string) => {
|
125
|
-
view?: string;
|
126
|
-
};
|
127
|
-
}, "labelPlacement" | "
|
128
|
-
size?: string;
|
129
|
-
view?: string;
|
130
|
-
labelPlacement?: string;
|
131
|
-
readOnly?: boolean;
|
132
|
-
disabled?: boolean;
|
133
|
-
portal?: string |
|
134
|
-
value?: string;
|
135
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
136
|
-
threshold?: number;
|
137
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
138
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
139
|
-
onScroll?: (e:
|
140
|
-
listMaxHeight?: string;
|
141
|
-
listWidth?: string;
|
142
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
143
|
-
renderListEnd?: () => import("react").ReactNode;
|
144
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
145
|
-
defaultValue?: string;
|
120
|
+
onSearch?: undefined;
|
121
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
122
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
123
|
+
chipType?: "text" | "default" | undefined;
|
124
|
+
chipView?: string | undefined;
|
125
|
+
chipValidator?: ((value: string) => {
|
126
|
+
view?: string | undefined;
|
127
|
+
}) | undefined;
|
128
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
129
|
+
size?: string | undefined;
|
130
|
+
view?: string | undefined;
|
131
|
+
labelPlacement?: string | undefined;
|
132
|
+
readOnly?: boolean | undefined;
|
133
|
+
disabled?: boolean | undefined;
|
134
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
135
|
+
value?: string | undefined;
|
136
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
137
|
+
threshold?: number | undefined;
|
138
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
139
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
140
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
141
|
+
listMaxHeight?: string | undefined;
|
142
|
+
listWidth?: string | undefined;
|
143
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
144
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
145
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
146
|
+
defaultValue?: string | undefined;
|
146
147
|
beforeList?: import("react").ReactNode;
|
147
148
|
afterList?: import("react").ReactNode;
|
148
|
-
virtual?: boolean;
|
149
|
+
virtual?: boolean | undefined;
|
149
150
|
} & Omit<{
|
150
151
|
titleCaption?: import("react").ReactNode;
|
151
152
|
leftHelper?: import("react").ReactNode;
|
152
|
-
contentLeft?:
|
153
|
-
contentRight?:
|
154
|
-
textBefore?: string;
|
155
|
-
textAfter?: string;
|
156
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
153
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
154
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
155
|
+
textBefore?: string | undefined;
|
156
|
+
textAfter?: string | undefined;
|
157
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
157
158
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
158
|
-
clear?: boolean;
|
159
|
-
hasDivider?: boolean;
|
159
|
+
clear?: boolean | undefined;
|
160
|
+
hasDivider?: boolean | undefined;
|
160
161
|
} & {
|
161
|
-
hintTrigger?:
|
162
|
-
hintText?:
|
163
|
-
hintView?:
|
164
|
-
hintSize?:
|
165
|
-
hintTargetIcon?:
|
166
|
-
hintTargetPlacement?:
|
167
|
-
hintPlacement?:
|
168
|
-
hintHasArrow?:
|
169
|
-
hintOffset?:
|
170
|
-
hintWidth?:
|
171
|
-
hintContentLeft?:
|
162
|
+
hintTrigger?: undefined;
|
163
|
+
hintText?: undefined;
|
164
|
+
hintView?: undefined;
|
165
|
+
hintSize?: undefined;
|
166
|
+
hintTargetIcon?: undefined;
|
167
|
+
hintTargetPlacement?: undefined;
|
168
|
+
hintPlacement?: undefined;
|
169
|
+
hintHasArrow?: undefined;
|
170
|
+
hintOffset?: undefined;
|
171
|
+
hintWidth?: undefined;
|
172
|
+
hintContentLeft?: undefined;
|
172
173
|
} & {
|
173
|
-
chips?:
|
174
|
-
onChangeChips?:
|
175
|
-
enumerationType?: "plain";
|
176
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
177
|
-
chipType?:
|
178
|
-
chipView?:
|
179
|
-
chipValidator?:
|
180
|
-
}, "labelPlacement" | "
|
181
|
-
size?: string;
|
182
|
-
view?: string;
|
183
|
-
labelPlacement?: string;
|
184
|
-
readOnly?: boolean;
|
185
|
-
disabled?: boolean;
|
186
|
-
portal?: string |
|
187
|
-
value?: string;
|
188
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
189
|
-
threshold?: number;
|
190
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
191
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
192
|
-
onScroll?: (e:
|
193
|
-
listMaxHeight?: string;
|
194
|
-
listWidth?: string;
|
195
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
196
|
-
renderListEnd?: () => import("react").ReactNode;
|
197
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
198
|
-
defaultValue?: string;
|
174
|
+
chips?: undefined;
|
175
|
+
onChangeChips?: undefined;
|
176
|
+
enumerationType?: "plain" | undefined;
|
177
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
178
|
+
chipType?: undefined;
|
179
|
+
chipView?: undefined;
|
180
|
+
chipValidator?: undefined;
|
181
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
182
|
+
size?: string | undefined;
|
183
|
+
view?: string | undefined;
|
184
|
+
labelPlacement?: string | undefined;
|
185
|
+
readOnly?: boolean | undefined;
|
186
|
+
disabled?: boolean | undefined;
|
187
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
188
|
+
value?: string | undefined;
|
189
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
190
|
+
threshold?: number | undefined;
|
191
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
192
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
193
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
194
|
+
listMaxHeight?: string | undefined;
|
195
|
+
listWidth?: string | undefined;
|
196
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
197
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
198
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
199
|
+
defaultValue?: string | undefined;
|
199
200
|
beforeList?: import("react").ReactNode;
|
200
201
|
afterList?: import("react").ReactNode;
|
201
|
-
virtual?: boolean;
|
202
|
+
virtual?: boolean | undefined;
|
202
203
|
} & Omit<{
|
203
204
|
titleCaption?: import("react").ReactNode;
|
204
205
|
leftHelper?: import("react").ReactNode;
|
205
|
-
contentLeft?:
|
206
|
-
contentRight?:
|
207
|
-
textBefore?: string;
|
208
|
-
textAfter?: string;
|
209
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
206
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
207
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
208
|
+
textBefore?: string | undefined;
|
209
|
+
textAfter?: string | undefined;
|
210
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
210
211
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
211
|
-
clear?: boolean;
|
212
|
-
hasDivider?: boolean;
|
212
|
+
clear?: boolean | undefined;
|
213
|
+
hasDivider?: boolean | undefined;
|
213
214
|
} & {
|
214
|
-
hintTrigger?:
|
215
|
-
hintText?:
|
216
|
-
hintView?:
|
217
|
-
hintSize?:
|
218
|
-
hintTargetIcon?:
|
219
|
-
hintTargetPlacement?:
|
220
|
-
hintPlacement?:
|
221
|
-
hintHasArrow?:
|
222
|
-
hintOffset?:
|
223
|
-
hintWidth?:
|
224
|
-
hintContentLeft?:
|
215
|
+
hintTrigger?: undefined;
|
216
|
+
hintText?: undefined;
|
217
|
+
hintView?: undefined;
|
218
|
+
hintSize?: undefined;
|
219
|
+
hintTargetIcon?: undefined;
|
220
|
+
hintTargetPlacement?: undefined;
|
221
|
+
hintPlacement?: undefined;
|
222
|
+
hintHasArrow?: undefined;
|
223
|
+
hintOffset?: undefined;
|
224
|
+
hintWidth?: undefined;
|
225
|
+
hintContentLeft?: undefined;
|
225
226
|
} & {
|
226
227
|
enumerationType: "chip";
|
227
|
-
onSearch?:
|
228
|
-
chips?:
|
229
|
-
onChangeChips?: (value:
|
230
|
-
chipType?: "
|
231
|
-
chipView?: string;
|
232
|
-
chipValidator?: (value: string) => {
|
233
|
-
view?: string;
|
234
|
-
};
|
235
|
-
}, "labelPlacement" | "
|
236
|
-
size?: string;
|
237
|
-
view?: string;
|
238
|
-
labelPlacement?: string;
|
239
|
-
readOnly?: boolean;
|
240
|
-
disabled?: boolean;
|
241
|
-
portal?: string |
|
242
|
-
value?: string;
|
243
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
244
|
-
threshold?: number;
|
245
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
246
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
247
|
-
onScroll?: (e:
|
248
|
-
listMaxHeight?: string;
|
249
|
-
listWidth?: string;
|
250
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
251
|
-
renderListEnd?: () => import("react").ReactNode;
|
252
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
253
|
-
defaultValue?: string;
|
228
|
+
onSearch?: undefined;
|
229
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
230
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
231
|
+
chipType?: "text" | "default" | undefined;
|
232
|
+
chipView?: string | undefined;
|
233
|
+
chipValidator?: ((value: string) => {
|
234
|
+
view?: string | undefined;
|
235
|
+
}) | undefined;
|
236
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
237
|
+
size?: string | undefined;
|
238
|
+
view?: string | undefined;
|
239
|
+
labelPlacement?: string | undefined;
|
240
|
+
readOnly?: boolean | undefined;
|
241
|
+
disabled?: boolean | undefined;
|
242
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
243
|
+
value?: string | undefined;
|
244
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
245
|
+
threshold?: number | undefined;
|
246
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
247
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
248
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
249
|
+
listMaxHeight?: string | undefined;
|
250
|
+
listWidth?: string | undefined;
|
251
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
252
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
253
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
254
|
+
defaultValue?: string | undefined;
|
254
255
|
beforeList?: import("react").ReactNode;
|
255
256
|
afterList?: import("react").ReactNode;
|
256
|
-
virtual?: boolean;
|
257
|
+
virtual?: boolean | undefined;
|
257
258
|
} & Omit<{
|
258
259
|
titleCaption?: import("react").ReactNode;
|
259
260
|
leftHelper?: import("react").ReactNode;
|
260
|
-
contentLeft?:
|
261
|
-
contentRight?:
|
262
|
-
textBefore?: string;
|
263
|
-
textAfter?: string;
|
264
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
261
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
262
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
263
|
+
textBefore?: string | undefined;
|
264
|
+
textAfter?: string | undefined;
|
265
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
265
266
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
266
|
-
clear?: false;
|
267
|
-
hasDivider?:
|
267
|
+
clear?: false | undefined;
|
268
|
+
hasDivider?: undefined;
|
268
269
|
} & {
|
269
270
|
hintText: string;
|
270
|
-
hintTrigger?: "
|
271
|
-
hintView?: string;
|
272
|
-
hintSize?: string;
|
271
|
+
hintTrigger?: "click" | "hover" | undefined;
|
272
|
+
hintView?: string | undefined;
|
273
|
+
hintSize?: string | undefined;
|
273
274
|
hintTargetIcon?: import("react").ReactNode;
|
274
|
-
hintTargetPlacement?: "
|
275
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement |
|
276
|
-
hintHasArrow?: boolean;
|
277
|
-
hintOffset?: [number, number];
|
278
|
-
hintWidth?: string;
|
275
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
276
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
277
|
+
hintHasArrow?: boolean | undefined;
|
278
|
+
hintOffset?: [number, number] | undefined;
|
279
|
+
hintWidth?: string | undefined;
|
279
280
|
hintContentLeft?: import("react").ReactNode;
|
280
281
|
} & {
|
281
|
-
chips?:
|
282
|
-
onChangeChips?:
|
283
|
-
enumerationType?: "plain";
|
284
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
285
|
-
chipType?:
|
286
|
-
chipView?:
|
287
|
-
chipValidator?:
|
288
|
-
}, "labelPlacement" | "
|
289
|
-
size?: string;
|
290
|
-
view?: string;
|
291
|
-
labelPlacement?: string;
|
292
|
-
readOnly?: boolean;
|
293
|
-
disabled?: boolean;
|
294
|
-
portal?: string |
|
295
|
-
value?: string;
|
296
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
297
|
-
threshold?: number;
|
298
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
299
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
300
|
-
onScroll?: (e:
|
301
|
-
listMaxHeight?: string;
|
302
|
-
listWidth?: string;
|
303
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
304
|
-
renderListEnd?: () => import("react").ReactNode;
|
305
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
306
|
-
defaultValue?: string;
|
282
|
+
chips?: undefined;
|
283
|
+
onChangeChips?: undefined;
|
284
|
+
enumerationType?: "plain" | undefined;
|
285
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
286
|
+
chipType?: undefined;
|
287
|
+
chipView?: undefined;
|
288
|
+
chipValidator?: undefined;
|
289
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
290
|
+
size?: string | undefined;
|
291
|
+
view?: string | undefined;
|
292
|
+
labelPlacement?: string | undefined;
|
293
|
+
readOnly?: boolean | undefined;
|
294
|
+
disabled?: boolean | undefined;
|
295
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
296
|
+
value?: string | undefined;
|
297
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
298
|
+
threshold?: number | undefined;
|
299
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
300
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
301
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
302
|
+
listMaxHeight?: string | undefined;
|
303
|
+
listWidth?: string | undefined;
|
304
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
305
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
306
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
307
|
+
defaultValue?: string | undefined;
|
307
308
|
beforeList?: import("react").ReactNode;
|
308
309
|
afterList?: import("react").ReactNode;
|
309
|
-
virtual?: boolean;
|
310
|
+
virtual?: boolean | undefined;
|
310
311
|
} & Omit<{
|
311
312
|
titleCaption?: import("react").ReactNode;
|
312
313
|
leftHelper?: import("react").ReactNode;
|
313
|
-
contentLeft?:
|
314
|
-
contentRight?:
|
315
|
-
textBefore?: string;
|
316
|
-
textAfter?: string;
|
317
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
314
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
315
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
316
|
+
textBefore?: string | undefined;
|
317
|
+
textAfter?: string | undefined;
|
318
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
318
319
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
319
|
-
clear?: false;
|
320
|
-
hasDivider?:
|
320
|
+
clear?: false | undefined;
|
321
|
+
hasDivider?: undefined;
|
321
322
|
} & {
|
322
323
|
hintText: string;
|
323
|
-
hintTrigger?: "
|
324
|
-
hintView?: string;
|
325
|
-
hintSize?: string;
|
324
|
+
hintTrigger?: "click" | "hover" | undefined;
|
325
|
+
hintView?: string | undefined;
|
326
|
+
hintSize?: string | undefined;
|
326
327
|
hintTargetIcon?: import("react").ReactNode;
|
327
|
-
hintTargetPlacement?: "
|
328
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement |
|
329
|
-
hintHasArrow?: boolean;
|
330
|
-
hintOffset?: [number, number];
|
331
|
-
hintWidth?: string;
|
328
|
+
hintTargetPlacement?: "outer" | "inner" | undefined;
|
329
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
330
|
+
hintHasArrow?: boolean | undefined;
|
331
|
+
hintOffset?: [number, number] | undefined;
|
332
|
+
hintWidth?: string | undefined;
|
332
333
|
hintContentLeft?: import("react").ReactNode;
|
333
334
|
} & {
|
334
335
|
enumerationType: "chip";
|
335
|
-
onSearch?:
|
336
|
-
chips?:
|
337
|
-
onChangeChips?: (value:
|
338
|
-
chipType?: "
|
339
|
-
chipView?: string;
|
340
|
-
chipValidator?: (value: string) => {
|
341
|
-
view?: string;
|
342
|
-
};
|
343
|
-
}, "labelPlacement" | "
|
344
|
-
size?: string;
|
345
|
-
view?: string;
|
346
|
-
labelPlacement?: string;
|
347
|
-
readOnly?: boolean;
|
348
|
-
disabled?: boolean;
|
349
|
-
portal?: string |
|
350
|
-
value?: string;
|
351
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
352
|
-
threshold?: number;
|
353
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
354
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
355
|
-
onScroll?: (e:
|
356
|
-
listMaxHeight?: string;
|
357
|
-
listWidth?: string;
|
358
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
359
|
-
renderListEnd?: () => import("react").ReactNode;
|
360
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
361
|
-
defaultValue?: string;
|
336
|
+
onSearch?: undefined;
|
337
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
338
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
339
|
+
chipType?: "text" | "default" | undefined;
|
340
|
+
chipView?: string | undefined;
|
341
|
+
chipValidator?: ((value: string) => {
|
342
|
+
view?: string | undefined;
|
343
|
+
}) | undefined;
|
344
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
345
|
+
size?: string | undefined;
|
346
|
+
view?: string | undefined;
|
347
|
+
labelPlacement?: string | undefined;
|
348
|
+
readOnly?: boolean | undefined;
|
349
|
+
disabled?: boolean | undefined;
|
350
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
351
|
+
value?: string | undefined;
|
352
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
353
|
+
threshold?: number | undefined;
|
354
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
355
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
356
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
357
|
+
listMaxHeight?: string | undefined;
|
358
|
+
listWidth?: string | undefined;
|
359
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
360
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
361
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
362
|
+
defaultValue?: string | undefined;
|
362
363
|
beforeList?: import("react").ReactNode;
|
363
364
|
afterList?: import("react").ReactNode;
|
364
|
-
virtual?: boolean;
|
365
|
+
virtual?: boolean | undefined;
|
365
366
|
} & Omit<{
|
366
367
|
titleCaption?: import("react").ReactNode;
|
367
368
|
leftHelper?: import("react").ReactNode;
|
368
|
-
contentLeft?:
|
369
|
-
contentRight?:
|
370
|
-
textBefore?: string;
|
371
|
-
textAfter?: string;
|
372
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
369
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
370
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
371
|
+
textBefore?: string | undefined;
|
372
|
+
textAfter?: string | undefined;
|
373
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
373
374
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
374
|
-
clear?: false;
|
375
|
-
hasDivider?:
|
375
|
+
clear?: false | undefined;
|
376
|
+
hasDivider?: undefined;
|
376
377
|
} & {
|
377
|
-
hintTrigger?:
|
378
|
-
hintText?:
|
379
|
-
hintView?:
|
380
|
-
hintSize?:
|
381
|
-
hintTargetIcon?:
|
382
|
-
hintTargetPlacement?:
|
383
|
-
hintPlacement?:
|
384
|
-
hintHasArrow?:
|
385
|
-
hintOffset?:
|
386
|
-
hintWidth?:
|
387
|
-
hintContentLeft?:
|
378
|
+
hintTrigger?: undefined;
|
379
|
+
hintText?: undefined;
|
380
|
+
hintView?: undefined;
|
381
|
+
hintSize?: undefined;
|
382
|
+
hintTargetIcon?: undefined;
|
383
|
+
hintTargetPlacement?: undefined;
|
384
|
+
hintPlacement?: undefined;
|
385
|
+
hintHasArrow?: undefined;
|
386
|
+
hintOffset?: undefined;
|
387
|
+
hintWidth?: undefined;
|
388
|
+
hintContentLeft?: undefined;
|
388
389
|
} & {
|
389
|
-
chips?:
|
390
|
-
onChangeChips?:
|
391
|
-
enumerationType?: "plain";
|
392
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
393
|
-
chipType?:
|
394
|
-
chipView?:
|
395
|
-
chipValidator?:
|
396
|
-
}, "labelPlacement" | "
|
397
|
-
size?: string;
|
398
|
-
view?: string;
|
399
|
-
labelPlacement?: string;
|
400
|
-
readOnly?: boolean;
|
401
|
-
disabled?: boolean;
|
402
|
-
portal?: string |
|
403
|
-
value?: string;
|
404
|
-
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
405
|
-
threshold?: number;
|
406
|
-
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
407
|
-
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
408
|
-
onScroll?: (e:
|
409
|
-
listMaxHeight?: string;
|
410
|
-
listWidth?: string;
|
411
|
-
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
412
|
-
renderListEnd?: () => import("react").ReactNode;
|
413
|
-
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) =>
|
414
|
-
defaultValue?: string;
|
390
|
+
chips?: undefined;
|
391
|
+
onChangeChips?: undefined;
|
392
|
+
enumerationType?: "plain" | undefined;
|
393
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
394
|
+
chipType?: undefined;
|
395
|
+
chipView?: undefined;
|
396
|
+
chipValidator?: undefined;
|
397
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
398
|
+
size?: string | undefined;
|
399
|
+
view?: string | undefined;
|
400
|
+
labelPlacement?: string | undefined;
|
401
|
+
readOnly?: boolean | undefined;
|
402
|
+
disabled?: boolean | undefined;
|
403
|
+
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
404
|
+
value?: string | undefined;
|
405
|
+
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined;
|
406
|
+
threshold?: number | undefined;
|
407
|
+
filter?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean) | undefined;
|
408
|
+
onSuggestionSelect?: ((data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void) | undefined;
|
409
|
+
onScroll?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
410
|
+
listMaxHeight?: string | undefined;
|
411
|
+
listWidth?: string | undefined;
|
412
|
+
renderList?: ((data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[] | undefined) => import("react").ReactNode) | undefined;
|
413
|
+
renderListEnd?: (() => import("react").ReactNode) | undefined;
|
414
|
+
renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => import("react").ReactNode) | undefined;
|
415
|
+
defaultValue?: string | undefined;
|
415
416
|
beforeList?: import("react").ReactNode;
|
416
417
|
afterList?: import("react").ReactNode;
|
417
|
-
virtual?: boolean;
|
418
|
+
virtual?: boolean | undefined;
|
418
419
|
} & Omit<{
|
419
420
|
titleCaption?: import("react").ReactNode;
|
420
421
|
leftHelper?: import("react").ReactNode;
|
421
|
-
contentLeft?:
|
422
|
-
contentRight?:
|
423
|
-
textBefore?: string;
|
424
|
-
textAfter?: string;
|
425
|
-
onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
|
422
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
423
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
424
|
+
textBefore?: string | undefined;
|
425
|
+
textAfter?: string | undefined;
|
426
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
426
427
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
427
|
-
clear?: false;
|
428
|
-
hasDivider?:
|
428
|
+
clear?: false | undefined;
|
429
|
+
hasDivider?: undefined;
|
429
430
|
} & {
|
430
|
-
hintTrigger?:
|
431
|
-
hintText?:
|
432
|
-
hintView?:
|
433
|
-
hintSize?:
|
434
|
-
hintTargetIcon?:
|
435
|
-
hintTargetPlacement?:
|
436
|
-
hintPlacement?:
|
437
|
-
hintHasArrow?:
|
438
|
-
hintOffset?:
|
439
|
-
hintWidth?:
|
440
|
-
hintContentLeft?:
|
431
|
+
hintTrigger?: undefined;
|
432
|
+
hintText?: undefined;
|
433
|
+
hintView?: undefined;
|
434
|
+
hintSize?: undefined;
|
435
|
+
hintTargetIcon?: undefined;
|
436
|
+
hintTargetPlacement?: undefined;
|
437
|
+
hintPlacement?: undefined;
|
438
|
+
hintHasArrow?: undefined;
|
439
|
+
hintOffset?: undefined;
|
440
|
+
hintWidth?: undefined;
|
441
|
+
hintContentLeft?: undefined;
|
441
442
|
} & {
|
442
443
|
enumerationType: "chip";
|
443
|
-
onSearch?:
|
444
|
-
chips?:
|
445
|
-
onChangeChips?: (value:
|
446
|
-
chipType?: "
|
447
|
-
chipView?: string;
|
448
|
-
chipValidator?: (value: string) => {
|
449
|
-
view?: string;
|
450
|
-
};
|
451
|
-
}, "labelPlacement" | "
|
444
|
+
onSearch?: undefined;
|
445
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
446
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
447
|
+
chipType?: "text" | "default" | undefined;
|
448
|
+
chipView?: string | undefined;
|
449
|
+
chipValidator?: ((value: string) => {
|
450
|
+
view?: string | undefined;
|
451
|
+
}) | undefined;
|
452
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|