@salutejs/sdds-cs 0.318.0-canary.2006.15341327171.0 → 0.318.0-canary.2006.15550430455.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 +9 -10
- package/components/Attach/Attach.d.ts +158 -159
- package/components/Autocomplete/Autocomplete.d.ts +352 -353
- package/components/Avatar/Avatar.d.ts +46 -47
- package/components/AvatarGroup/AvatarGroup.d.ts +1 -2
- package/components/Badge/Badge.d.ts +40 -41
- package/components/Breadcrumbs/Breadcrumbs.d.ts +3 -4
- package/components/Button/Button.d.ts +71 -71
- package/components/ButtonGroup/ButtonGroup.d.ts +0 -1
- package/components/Card/Card.d.ts +5 -6
- package/components/Cell/Cell.d.ts +19 -20
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Chip/Chip.d.ts +0 -1
- package/components/ChipGroup/ChipGroup.d.ts +0 -1
- package/components/Combobox/Combobox.config.js +3 -3
- package/components/Combobox/Combobox.d.ts +975 -951
- package/components/Counter/Counter.d.ts +0 -1
- package/components/DatePicker/DatePicker.d.ts +52 -54
- package/components/Divider/Divider.d.ts +0 -1
- package/components/Drawer/Drawer.d.ts +18 -19
- package/components/Dropdown/Dropdown.d.ts +52 -52
- package/components/Dropzone/Dropzone.d.ts +15 -16
- package/components/EmptyState/EmptyState.d.ts +0 -1
- package/components/Flow/Flow.d.ts +1 -2
- package/components/Grid/Grid.d.ts +0 -1
- package/components/IconButton/IconButton.d.ts +35 -36
- package/components/Image/Image.d.ts +3 -4
- package/components/Indicator/Indicator.d.ts +0 -1
- package/components/Link/Link.d.ts +1 -2
- package/components/Mask/Mask.d.ts +224 -225
- package/components/NumberFormat/NumberFormat.d.ts +1 -1
- package/components/NumberInput/NumberInput.d.ts +38 -39
- package/components/Pagination/Pagination.d.ts +0 -1
- package/components/Popover/Popover.d.ts +0 -1
- package/components/Price/Price.d.ts +0 -1
- package/components/Progress/Progress.d.ts +0 -1
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/components/Range/Range.d.ts +105 -106
- package/components/Rating/Rating.d.ts +13 -14
- package/components/Segment/Segment.d.ts +8 -9
- package/components/Select/Select.config.js +3 -3
- package/components/Select/Select.d.ts +247 -244
- package/components/Sheet/Sheet.d.ts +0 -1
- package/components/Skeleton/Skeleton.d.ts +4 -5
- package/components/Slider/Slider.d.ts +96 -105
- package/components/Spinner/Spinner.d.ts +9 -14
- package/components/Steps/Steps.d.ts +0 -1
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Table/Table.config.js +3 -3
- package/components/Table/Table.d.ts +0 -1
- package/components/Tabs/TabItem.d.ts +23 -23
- package/components/Tabs/Tabs.d.ts +1 -1
- package/components/TextArea/TextArea.d.ts +205 -206
- package/components/TextField/TextField.d.ts +224 -225
- package/components/Toast/Toast.d.ts +0 -1
- package/components/ToastNew/ToastNew.d.ts +1 -1
- package/components/Tokens/Colors/Colors.styles.d.ts +25 -26
- package/components/Tokens/Typography/Typography.styles.d.ts +23 -24
- package/components/Toolbar/Toolbar.d.ts +5 -6
- package/components/Tree/Tree.d.ts +0 -1
- package/components/Typography/Typography.d.ts +204 -205
- package/components/ViewContainer/ViewContainer.d.ts +0 -1
- package/emotion/cjs/components/Combobox/Combobox.config.js +3 -3
- package/emotion/cjs/components/Combobox/Combobox.stories.tsx +186 -0
- package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +10 -2
- package/emotion/cjs/components/Select/Select.config.js +3 -3
- package/emotion/cjs/components/Select/Select.stories.tsx +186 -0
- package/emotion/cjs/components/Table/Table.config.js +3 -3
- package/emotion/es/components/Combobox/Combobox.config.js +3 -3
- package/emotion/es/components/Combobox/Combobox.stories.tsx +186 -0
- package/emotion/es/components/DatePicker/DatePicker.stories.tsx +10 -2
- package/emotion/es/components/Select/Select.config.js +3 -3
- package/emotion/es/components/Select/Select.stories.tsx +186 -0
- package/emotion/es/components/Table/Table.config.js +3 -3
- package/es/components/Combobox/Combobox.config.js +3 -3
- package/es/components/Select/Select.config.js +3 -3
- package/es/components/Table/Table.config.js +3 -3
- package/mixins/index.d.ts +1 -2
- package/package.json +7 -7
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
|
3
2
|
export declare const Accordion: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
4
3
|
view: {
|
@@ -9,14 +8,14 @@ export declare const Accordion: import("react").FunctionComponent<import("@salut
|
|
9
8
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
10
9
|
};
|
11
10
|
}> & {
|
12
|
-
view?: string
|
13
|
-
size?: string
|
14
|
-
singleActive?: boolean
|
15
|
-
defaultActiveEventKey?: number[]
|
16
|
-
disabled?: boolean
|
17
|
-
stretching?: "fixed" | "filled"
|
18
|
-
onChange?: (
|
19
|
-
children?:
|
20
|
-
className?: string
|
11
|
+
view?: string;
|
12
|
+
size?: string;
|
13
|
+
singleActive?: boolean;
|
14
|
+
defaultActiveEventKey?: number[];
|
15
|
+
disabled?: boolean;
|
16
|
+
stretching?: "fixed" | "filled";
|
17
|
+
onChange?: (index?: number, value?: boolean) => void;
|
18
|
+
children?: React.ReactNode;
|
19
|
+
className?: string;
|
21
20
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
22
21
|
export { AccordionItem };
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
/**
|
3
2
|
* Компонент, позволяющий прикрепить локальный файл
|
4
3
|
*/
|
@@ -15,204 +14,204 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
15
14
|
size: {
|
16
15
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
16
|
};
|
18
|
-
}> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
19
|
-
text?: string
|
17
|
+
}> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
18
|
+
text?: string;
|
20
19
|
contentLeft?: import("react").ReactNode;
|
21
|
-
contentPlacing?:
|
22
|
-
isLoading?: boolean
|
20
|
+
contentPlacing?: "default" | "relaxed";
|
21
|
+
isLoading?: boolean;
|
23
22
|
loader?: import("react").ReactNode;
|
24
|
-
stretch?: boolean
|
25
|
-
stretching?:
|
26
|
-
square?: boolean
|
27
|
-
focused?: boolean
|
28
|
-
disabled?: boolean
|
29
|
-
pin?: "
|
30
|
-
view?: string
|
31
|
-
size?: string
|
32
|
-
outlined?: boolean
|
33
|
-
shiftLeft?: boolean
|
34
|
-
shiftRight?: boolean
|
35
|
-
blur?: "
|
23
|
+
stretch?: boolean;
|
24
|
+
stretching?: "fixed" | "auto" | "filled";
|
25
|
+
square?: boolean;
|
26
|
+
focused?: boolean;
|
27
|
+
disabled?: boolean;
|
28
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
29
|
+
view?: string;
|
30
|
+
size?: string;
|
31
|
+
outlined?: boolean;
|
32
|
+
shiftLeft?: boolean;
|
33
|
+
shiftRight?: boolean;
|
34
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
36
35
|
} & {
|
37
|
-
value?: string | number
|
38
|
-
contentRight?:
|
36
|
+
value?: string | number;
|
37
|
+
contentRight?: never;
|
39
38
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
40
|
-
buttonType?: "button"
|
41
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
42
|
-
text?: string
|
39
|
+
buttonType?: "button";
|
40
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
41
|
+
text?: string;
|
43
42
|
contentLeft?: import("react").ReactNode;
|
44
|
-
contentPlacing?:
|
45
|
-
isLoading?: boolean
|
43
|
+
contentPlacing?: "default" | "relaxed";
|
44
|
+
isLoading?: boolean;
|
46
45
|
loader?: import("react").ReactNode;
|
47
|
-
stretch?: boolean
|
48
|
-
stretching?:
|
49
|
-
square?: boolean
|
50
|
-
focused?: boolean
|
51
|
-
disabled?: boolean
|
52
|
-
pin?: "
|
53
|
-
view?: string
|
54
|
-
size?: string
|
55
|
-
outlined?: boolean
|
56
|
-
shiftLeft?: boolean
|
57
|
-
shiftRight?: boolean
|
58
|
-
blur?: "
|
46
|
+
stretch?: boolean;
|
47
|
+
stretching?: "fixed" | "auto" | "filled";
|
48
|
+
square?: boolean;
|
49
|
+
focused?: boolean;
|
50
|
+
disabled?: boolean;
|
51
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
52
|
+
view?: string;
|
53
|
+
size?: string;
|
54
|
+
outlined?: boolean;
|
55
|
+
shiftLeft?: boolean;
|
56
|
+
shiftRight?: boolean;
|
57
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
59
58
|
} & {
|
60
|
-
value?: string | number
|
61
|
-
contentRight?:
|
59
|
+
value?: string | number;
|
60
|
+
contentRight?: never;
|
62
61
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
63
|
-
buttonType?: "button"
|
62
|
+
buttonType?: "button";
|
64
63
|
} & {
|
65
|
-
value?:
|
64
|
+
value?: never;
|
66
65
|
contentRight?: import("react").ReactNode;
|
67
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
68
|
-
text?: string
|
66
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
67
|
+
text?: string;
|
69
68
|
contentLeft?: import("react").ReactNode;
|
70
|
-
contentPlacing?:
|
71
|
-
isLoading?: boolean
|
69
|
+
contentPlacing?: "default" | "relaxed";
|
70
|
+
isLoading?: boolean;
|
72
71
|
loader?: import("react").ReactNode;
|
73
|
-
stretch?: boolean
|
74
|
-
stretching?:
|
75
|
-
square?: boolean
|
76
|
-
focused?: boolean
|
77
|
-
disabled?: boolean
|
78
|
-
pin?: "
|
79
|
-
view?: string
|
80
|
-
size?: string
|
81
|
-
outlined?: boolean
|
82
|
-
shiftLeft?: boolean
|
83
|
-
shiftRight?: boolean
|
84
|
-
blur?: "
|
72
|
+
stretch?: boolean;
|
73
|
+
stretching?: "fixed" | "auto" | "filled";
|
74
|
+
square?: boolean;
|
75
|
+
focused?: boolean;
|
76
|
+
disabled?: boolean;
|
77
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
78
|
+
view?: string;
|
79
|
+
size?: string;
|
80
|
+
outlined?: boolean;
|
81
|
+
shiftLeft?: boolean;
|
82
|
+
shiftRight?: boolean;
|
83
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
85
84
|
} & {
|
86
|
-
value?: string | number
|
87
|
-
contentRight?:
|
85
|
+
value?: string | number;
|
86
|
+
contentRight?: never;
|
88
87
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
89
|
-
buttonType?: "iconButton"
|
90
|
-
icon?:
|
91
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
92
|
-
text?: string
|
88
|
+
buttonType?: "iconButton";
|
89
|
+
icon?: React.ReactNode;
|
90
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
91
|
+
text?: string;
|
93
92
|
contentLeft?: import("react").ReactNode;
|
94
|
-
contentPlacing?:
|
95
|
-
isLoading?: boolean
|
93
|
+
contentPlacing?: "default" | "relaxed";
|
94
|
+
isLoading?: boolean;
|
96
95
|
loader?: import("react").ReactNode;
|
97
|
-
stretch?: boolean
|
98
|
-
stretching?:
|
99
|
-
square?: boolean
|
100
|
-
focused?: boolean
|
101
|
-
disabled?: boolean
|
102
|
-
pin?: "
|
103
|
-
view?: string
|
104
|
-
size?: string
|
105
|
-
outlined?: boolean
|
106
|
-
shiftLeft?: boolean
|
107
|
-
shiftRight?: boolean
|
108
|
-
blur?: "
|
96
|
+
stretch?: boolean;
|
97
|
+
stretching?: "fixed" | "auto" | "filled";
|
98
|
+
square?: boolean;
|
99
|
+
focused?: boolean;
|
100
|
+
disabled?: boolean;
|
101
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
102
|
+
view?: string;
|
103
|
+
size?: string;
|
104
|
+
outlined?: boolean;
|
105
|
+
shiftLeft?: boolean;
|
106
|
+
shiftRight?: boolean;
|
107
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
109
108
|
} & {
|
110
|
-
value?: string | number
|
111
|
-
contentRight?:
|
109
|
+
value?: string | number;
|
110
|
+
contentRight?: never;
|
112
111
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
113
|
-
buttonType?: "iconButton"
|
114
|
-
icon?:
|
112
|
+
buttonType?: "iconButton";
|
113
|
+
icon?: React.ReactNode;
|
115
114
|
} & {
|
116
|
-
value?:
|
115
|
+
value?: never;
|
117
116
|
contentRight?: import("react").ReactNode;
|
118
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
119
|
-
text?: string
|
117
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
118
|
+
text?: string;
|
120
119
|
contentLeft?: import("react").ReactNode;
|
121
|
-
contentPlacing?:
|
122
|
-
isLoading?: boolean
|
120
|
+
contentPlacing?: "default" | "relaxed";
|
121
|
+
isLoading?: boolean;
|
123
122
|
loader?: import("react").ReactNode;
|
124
|
-
stretch?: boolean
|
125
|
-
stretching?:
|
126
|
-
square?: boolean
|
127
|
-
focused?: boolean
|
128
|
-
disabled?: boolean
|
129
|
-
pin?: "
|
130
|
-
view?: string
|
131
|
-
size?: string
|
132
|
-
outlined?: boolean
|
133
|
-
shiftLeft?: boolean
|
134
|
-
shiftRight?: boolean
|
135
|
-
blur?: "
|
123
|
+
stretch?: boolean;
|
124
|
+
stretching?: "fixed" | "auto" | "filled";
|
125
|
+
square?: boolean;
|
126
|
+
focused?: boolean;
|
127
|
+
disabled?: boolean;
|
128
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
129
|
+
view?: string;
|
130
|
+
size?: string;
|
131
|
+
outlined?: boolean;
|
132
|
+
shiftLeft?: boolean;
|
133
|
+
shiftRight?: boolean;
|
134
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
136
135
|
} & {
|
137
|
-
value?:
|
136
|
+
value?: never;
|
138
137
|
contentRight?: import("react").ReactNode;
|
139
138
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
140
|
-
buttonType?: "button"
|
139
|
+
buttonType?: "button";
|
141
140
|
} & {
|
142
|
-
value?: string | number
|
143
|
-
contentRight?:
|
144
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
145
|
-
text?: string
|
141
|
+
value?: string | number;
|
142
|
+
contentRight?: never;
|
143
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
144
|
+
text?: string;
|
146
145
|
contentLeft?: import("react").ReactNode;
|
147
|
-
contentPlacing?:
|
148
|
-
isLoading?: boolean
|
146
|
+
contentPlacing?: "default" | "relaxed";
|
147
|
+
isLoading?: boolean;
|
149
148
|
loader?: import("react").ReactNode;
|
150
|
-
stretch?: boolean
|
151
|
-
stretching?:
|
152
|
-
square?: boolean
|
153
|
-
focused?: boolean
|
154
|
-
disabled?: boolean
|
155
|
-
pin?: "
|
156
|
-
view?: string
|
157
|
-
size?: string
|
158
|
-
outlined?: boolean
|
159
|
-
shiftLeft?: boolean
|
160
|
-
shiftRight?: boolean
|
161
|
-
blur?: "
|
149
|
+
stretch?: boolean;
|
150
|
+
stretching?: "fixed" | "auto" | "filled";
|
151
|
+
square?: boolean;
|
152
|
+
focused?: boolean;
|
153
|
+
disabled?: boolean;
|
154
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
155
|
+
view?: string;
|
156
|
+
size?: string;
|
157
|
+
outlined?: boolean;
|
158
|
+
shiftLeft?: boolean;
|
159
|
+
shiftRight?: boolean;
|
160
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
162
161
|
} & {
|
163
|
-
value?:
|
162
|
+
value?: never;
|
164
163
|
contentRight?: import("react").ReactNode;
|
165
164
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
166
|
-
buttonType?: "button"
|
167
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
168
|
-
text?: string
|
165
|
+
buttonType?: "button";
|
166
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
167
|
+
text?: string;
|
169
168
|
contentLeft?: import("react").ReactNode;
|
170
|
-
contentPlacing?:
|
171
|
-
isLoading?: boolean
|
169
|
+
contentPlacing?: "default" | "relaxed";
|
170
|
+
isLoading?: boolean;
|
172
171
|
loader?: import("react").ReactNode;
|
173
|
-
stretch?: boolean
|
174
|
-
stretching?:
|
175
|
-
square?: boolean
|
176
|
-
focused?: boolean
|
177
|
-
disabled?: boolean
|
178
|
-
pin?: "
|
179
|
-
view?: string
|
180
|
-
size?: string
|
181
|
-
outlined?: boolean
|
182
|
-
shiftLeft?: boolean
|
183
|
-
shiftRight?: boolean
|
184
|
-
blur?: "
|
172
|
+
stretch?: boolean;
|
173
|
+
stretching?: "fixed" | "auto" | "filled";
|
174
|
+
square?: boolean;
|
175
|
+
focused?: boolean;
|
176
|
+
disabled?: boolean;
|
177
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
178
|
+
view?: string;
|
179
|
+
size?: string;
|
180
|
+
outlined?: boolean;
|
181
|
+
shiftLeft?: boolean;
|
182
|
+
shiftRight?: boolean;
|
183
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
185
184
|
} & {
|
186
|
-
value?:
|
185
|
+
value?: never;
|
187
186
|
contentRight?: import("react").ReactNode;
|
188
187
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
189
|
-
buttonType?: "iconButton"
|
190
|
-
icon?:
|
188
|
+
buttonType?: "iconButton";
|
189
|
+
icon?: React.ReactNode;
|
191
190
|
} & {
|
192
|
-
value?: string | number
|
193
|
-
contentRight?:
|
194
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps
|
195
|
-
text?: string
|
191
|
+
value?: string | number;
|
192
|
+
contentRight?: never;
|
193
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
194
|
+
text?: string;
|
196
195
|
contentLeft?: import("react").ReactNode;
|
197
|
-
contentPlacing?:
|
198
|
-
isLoading?: boolean
|
196
|
+
contentPlacing?: "default" | "relaxed";
|
197
|
+
isLoading?: boolean;
|
199
198
|
loader?: import("react").ReactNode;
|
200
|
-
stretch?: boolean
|
201
|
-
stretching?:
|
202
|
-
square?: boolean
|
203
|
-
focused?: boolean
|
204
|
-
disabled?: boolean
|
205
|
-
pin?: "
|
206
|
-
view?: string
|
207
|
-
size?: string
|
208
|
-
outlined?: boolean
|
209
|
-
shiftLeft?: boolean
|
210
|
-
shiftRight?: boolean
|
211
|
-
blur?: "
|
199
|
+
stretch?: boolean;
|
200
|
+
stretching?: "fixed" | "auto" | "filled";
|
201
|
+
square?: boolean;
|
202
|
+
focused?: boolean;
|
203
|
+
disabled?: boolean;
|
204
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
205
|
+
view?: string;
|
206
|
+
size?: string;
|
207
|
+
outlined?: boolean;
|
208
|
+
shiftLeft?: boolean;
|
209
|
+
shiftRight?: boolean;
|
210
|
+
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
212
211
|
} & {
|
213
|
-
value?:
|
212
|
+
value?: never;
|
214
213
|
contentRight?: import("react").ReactNode;
|
215
214
|
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
216
|
-
buttonType?: "iconButton"
|
217
|
-
icon?:
|
215
|
+
buttonType?: "iconButton";
|
216
|
+
icon?: React.ReactNode;
|
218
217
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|