@salutejs/sdds-serv 0.326.0-canary.2288.18653805742.0 → 0.326.0-canary.2289.18688678772.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/Attach/Attach.config.js +1 -1
- package/components/Attach/Attach.config.js.map +1 -1
- package/components/Attach/{Attach.config_4eb05r.css → Attach.config_18v389v.css} +14 -14
- package/components/Attach/Attach.css +16 -16
- package/components/Attach/Attach.d.ts +16 -448
- package/components/Calendar/Calendar.css +14 -10
- package/components/Calendar/Calendar.d.ts +8 -0
- package/components/Calendar/Calendar.js.map +1 -1
- package/components/Calendar/CalendarBase.config.d.ts +5 -0
- package/components/Calendar/CalendarBase.config.js +7 -2
- package/components/Calendar/CalendarBase.config.js.map +1 -1
- package/{es/components/Calendar/CalendarBase.config_g6e5u8.css → components/Calendar/CalendarBase.config_1jcmqiq.css} +3 -1
- package/components/Calendar/CalendarDouble.config.d.ts +5 -0
- package/components/Calendar/CalendarDouble.config.js +7 -2
- package/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
- package/components/DatePicker/DatePicker.config.d.ts +4 -0
- package/components/DatePicker/DatePicker.config.js +7 -3
- package/components/DatePicker/DatePicker.config.js.map +1 -1
- package/{es/components/DatePicker/DatePicker.config_5op6am.css → components/DatePicker/DatePicker.config_gcv5qs.css} +5 -3
- package/components/DatePicker/DatePicker.css +9 -7
- package/components/DatePicker/DatePicker.d.ts +8 -0
- package/emotion/cjs/components/Attach/Attach.config.js +28 -60
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +67 -3
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +67 -3
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +71 -8
- package/emotion/es/components/Attach/Attach.config.js +28 -60
- package/emotion/es/components/Calendar/CalendarBase.config.js +67 -3
- package/emotion/es/components/Calendar/CalendarDouble.config.js +67 -3
- package/emotion/es/components/DatePicker/DatePicker.config.js +71 -8
- package/es/components/Attach/Attach.config.js +1 -1
- package/es/components/Attach/Attach.config.js.map +1 -1
- package/es/components/Attach/{Attach.config_4eb05r.css → Attach.config_18v389v.css} +14 -14
- package/es/components/Attach/Attach.css +16 -16
- package/es/components/Calendar/Calendar.css +14 -10
- package/es/components/Calendar/Calendar.js.map +1 -1
- package/es/components/Calendar/CalendarBase.config.js +7 -2
- package/es/components/Calendar/CalendarBase.config.js.map +1 -1
- package/{components/Calendar/CalendarBase.config_g6e5u8.css → es/components/Calendar/CalendarBase.config_1jcmqiq.css} +3 -1
- package/es/components/Calendar/CalendarDouble.config.js +7 -2
- package/es/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/es/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
- package/es/components/DatePicker/DatePicker.config.js +7 -3
- package/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/{components/DatePicker/DatePicker.config_5op6am.css → es/components/DatePicker/DatePicker.config_gcv5qs.css} +5 -3
- package/es/components/DatePicker/DatePicker.css +9 -7
- package/es/index.css +39 -33
- package/package.json +7 -7
- package/styled-components/cjs/components/Attach/Attach.config.js +28 -60
- package/styled-components/cjs/components/Calendar/CalendarBase.config.js +67 -3
- package/styled-components/cjs/components/Calendar/CalendarDouble.config.js +67 -3
- package/styled-components/cjs/components/DatePicker/DatePicker.config.js +71 -8
- package/styled-components/es/components/Attach/Attach.config.js +28 -60
- package/styled-components/es/components/Calendar/CalendarBase.config.js +67 -3
- package/styled-components/es/components/Calendar/CalendarDouble.config.js +67 -3
- package/styled-components/es/components/DatePicker/DatePicker.config.js +71 -8
|
@@ -24,7 +24,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
24
24
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
25
25
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
26
|
};
|
|
27
|
-
}> & ((import("react").
|
|
27
|
+
}> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
28
28
|
text?: string;
|
|
29
29
|
contentLeft?: import("react").ReactNode;
|
|
30
30
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -46,183 +46,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
46
46
|
} & {
|
|
47
47
|
value?: string | number;
|
|
48
48
|
contentRight?: never;
|
|
49
|
-
} & {
|
|
50
|
-
acceptedFileFormats?: string[];
|
|
51
|
-
hideButtonOnAttach?: boolean;
|
|
52
|
-
hasAttachment?: boolean;
|
|
53
|
-
helperText?: string;
|
|
54
|
-
size?: string;
|
|
55
|
-
view?: string;
|
|
56
|
-
helperTextView?: string;
|
|
57
|
-
customIcon?: React.ReactNode;
|
|
58
|
-
onClear?: () => void;
|
|
59
|
-
} & {
|
|
60
|
-
flow?: "horizontal";
|
|
61
|
-
multiple?: boolean;
|
|
62
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
63
|
-
} & {
|
|
64
|
-
buttonType?: "button";
|
|
65
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
66
|
-
text?: string;
|
|
67
|
-
contentLeft?: import("react").ReactNode;
|
|
68
|
-
contentPlacing?: "default" | "relaxed";
|
|
69
|
-
additionalContent?: import("react").ReactNode;
|
|
70
|
-
isLoading?: boolean;
|
|
71
|
-
loader?: import("react").ReactNode;
|
|
72
|
-
stretch?: boolean;
|
|
73
|
-
stretching?: "auto" | "fixed" | "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;
|
|
84
|
-
} & {
|
|
85
|
-
value?: string | number;
|
|
86
|
-
contentRight?: never;
|
|
87
|
-
} & {
|
|
88
|
-
acceptedFileFormats?: string[];
|
|
89
|
-
hideButtonOnAttach?: boolean;
|
|
90
|
-
hasAttachment?: boolean;
|
|
91
|
-
helperText?: string;
|
|
92
|
-
size?: string;
|
|
93
|
-
view?: string;
|
|
94
|
-
helperTextView?: string;
|
|
95
|
-
customIcon?: React.ReactNode;
|
|
96
|
-
onClear?: () => void;
|
|
97
|
-
} & {
|
|
98
|
-
flow?: "horizontal";
|
|
99
|
-
multiple?: boolean;
|
|
100
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
101
|
-
} & {
|
|
102
|
-
buttonType?: "button";
|
|
103
|
-
} & {
|
|
104
|
-
value?: never;
|
|
105
|
-
contentRight?: import("react").ReactNode;
|
|
106
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
107
|
-
text?: string;
|
|
108
|
-
contentLeft?: import("react").ReactNode;
|
|
109
|
-
contentPlacing?: "default" | "relaxed";
|
|
110
|
-
additionalContent?: import("react").ReactNode;
|
|
111
|
-
isLoading?: boolean;
|
|
112
|
-
loader?: import("react").ReactNode;
|
|
113
|
-
stretch?: boolean;
|
|
114
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
115
|
-
square?: boolean;
|
|
116
|
-
focused?: boolean;
|
|
117
|
-
disabled?: boolean;
|
|
118
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
119
|
-
view?: string;
|
|
120
|
-
size?: string;
|
|
121
|
-
outlined?: boolean;
|
|
122
|
-
shiftLeft?: boolean;
|
|
123
|
-
shiftRight?: boolean;
|
|
124
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
125
|
-
} & {
|
|
126
|
-
value?: string | number;
|
|
127
|
-
contentRight?: never;
|
|
128
|
-
} & {
|
|
129
|
-
acceptedFileFormats?: string[];
|
|
130
|
-
hideButtonOnAttach?: boolean;
|
|
131
|
-
hasAttachment?: boolean;
|
|
132
|
-
helperText?: string;
|
|
133
|
-
size?: string;
|
|
134
|
-
view?: string;
|
|
135
|
-
helperTextView?: string;
|
|
136
|
-
customIcon?: React.ReactNode;
|
|
137
|
-
onClear?: () => void;
|
|
138
|
-
} & {
|
|
139
|
-
flow?: "horizontal";
|
|
140
|
-
multiple?: boolean;
|
|
141
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
142
|
-
} & {
|
|
143
|
-
buttonType?: "iconButton";
|
|
144
|
-
icon?: React.ReactNode;
|
|
145
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
146
|
-
text?: string;
|
|
147
|
-
contentLeft?: import("react").ReactNode;
|
|
148
|
-
contentPlacing?: "default" | "relaxed";
|
|
149
|
-
additionalContent?: import("react").ReactNode;
|
|
150
|
-
isLoading?: boolean;
|
|
151
|
-
loader?: import("react").ReactNode;
|
|
152
|
-
stretch?: boolean;
|
|
153
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
154
|
-
square?: boolean;
|
|
155
|
-
focused?: boolean;
|
|
156
|
-
disabled?: boolean;
|
|
157
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
158
|
-
view?: string;
|
|
159
|
-
size?: string;
|
|
160
|
-
outlined?: boolean;
|
|
161
|
-
shiftLeft?: boolean;
|
|
162
|
-
shiftRight?: boolean;
|
|
163
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
164
|
-
} & {
|
|
165
|
-
value?: string | number;
|
|
166
|
-
contentRight?: never;
|
|
167
|
-
} & {
|
|
168
|
-
acceptedFileFormats?: string[];
|
|
169
|
-
hideButtonOnAttach?: boolean;
|
|
170
|
-
hasAttachment?: boolean;
|
|
171
|
-
helperText?: string;
|
|
172
|
-
size?: string;
|
|
173
|
-
view?: string;
|
|
174
|
-
helperTextView?: string;
|
|
175
|
-
customIcon?: React.ReactNode;
|
|
176
|
-
onClear?: () => void;
|
|
177
|
-
} & {
|
|
178
|
-
flow?: "horizontal";
|
|
179
|
-
multiple?: boolean;
|
|
180
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
181
|
-
} & {
|
|
182
|
-
buttonType?: "iconButton";
|
|
183
|
-
icon?: React.ReactNode;
|
|
184
|
-
} & {
|
|
185
|
-
value?: never;
|
|
186
|
-
contentRight?: import("react").ReactNode;
|
|
187
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
188
|
-
text?: string;
|
|
189
|
-
contentLeft?: import("react").ReactNode;
|
|
190
|
-
contentPlacing?: "default" | "relaxed";
|
|
191
|
-
additionalContent?: import("react").ReactNode;
|
|
192
|
-
isLoading?: boolean;
|
|
193
|
-
loader?: import("react").ReactNode;
|
|
194
|
-
stretch?: boolean;
|
|
195
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
196
|
-
square?: boolean;
|
|
197
|
-
focused?: boolean;
|
|
198
|
-
disabled?: boolean;
|
|
199
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
200
|
-
view?: string;
|
|
201
|
-
size?: string;
|
|
202
|
-
outlined?: boolean;
|
|
203
|
-
shiftLeft?: boolean;
|
|
204
|
-
shiftRight?: boolean;
|
|
205
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
206
|
-
} & {
|
|
207
|
-
value?: string | number;
|
|
208
|
-
contentRight?: never;
|
|
209
|
-
} & {
|
|
210
|
-
acceptedFileFormats?: string[];
|
|
211
|
-
hideButtonOnAttach?: boolean;
|
|
212
|
-
hasAttachment?: boolean;
|
|
213
|
-
helperText?: string;
|
|
214
|
-
size?: string;
|
|
215
|
-
view?: string;
|
|
216
|
-
helperTextView?: string;
|
|
217
|
-
customIcon?: React.ReactNode;
|
|
218
|
-
onClear?: () => void;
|
|
219
|
-
} & {
|
|
220
|
-
flow?: "vertical" | "auto";
|
|
221
|
-
multiple?: boolean;
|
|
222
|
-
dropdownOptions?: never;
|
|
223
|
-
} & {
|
|
49
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
224
50
|
buttonType?: "button";
|
|
225
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").
|
|
51
|
+
} & 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 & {
|
|
226
52
|
text?: string;
|
|
227
53
|
contentLeft?: import("react").ReactNode;
|
|
228
54
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -244,65 +70,12 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
244
70
|
} & {
|
|
245
71
|
value?: string | number;
|
|
246
72
|
contentRight?: never;
|
|
247
|
-
} & {
|
|
248
|
-
acceptedFileFormats?: string[];
|
|
249
|
-
hideButtonOnAttach?: boolean;
|
|
250
|
-
hasAttachment?: boolean;
|
|
251
|
-
helperText?: string;
|
|
252
|
-
size?: string;
|
|
253
|
-
view?: string;
|
|
254
|
-
helperTextView?: string;
|
|
255
|
-
customIcon?: React.ReactNode;
|
|
256
|
-
onClear?: () => void;
|
|
257
|
-
} & {
|
|
258
|
-
flow?: "vertical" | "auto";
|
|
259
|
-
multiple?: boolean;
|
|
260
|
-
dropdownOptions?: never;
|
|
261
|
-
} & {
|
|
73
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
262
74
|
buttonType?: "button";
|
|
263
75
|
} & {
|
|
264
76
|
value?: never;
|
|
265
77
|
contentRight?: import("react").ReactNode;
|
|
266
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").
|
|
267
|
-
text?: string;
|
|
268
|
-
contentLeft?: import("react").ReactNode;
|
|
269
|
-
contentPlacing?: "default" | "relaxed";
|
|
270
|
-
additionalContent?: import("react").ReactNode;
|
|
271
|
-
isLoading?: boolean;
|
|
272
|
-
loader?: import("react").ReactNode;
|
|
273
|
-
stretch?: boolean;
|
|
274
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
275
|
-
square?: boolean;
|
|
276
|
-
focused?: boolean;
|
|
277
|
-
disabled?: boolean;
|
|
278
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
279
|
-
view?: string;
|
|
280
|
-
size?: string;
|
|
281
|
-
outlined?: boolean;
|
|
282
|
-
shiftLeft?: boolean;
|
|
283
|
-
shiftRight?: boolean;
|
|
284
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
285
|
-
} & {
|
|
286
|
-
value?: string | number;
|
|
287
|
-
contentRight?: never;
|
|
288
|
-
} & {
|
|
289
|
-
acceptedFileFormats?: string[];
|
|
290
|
-
hideButtonOnAttach?: boolean;
|
|
291
|
-
hasAttachment?: boolean;
|
|
292
|
-
helperText?: string;
|
|
293
|
-
size?: string;
|
|
294
|
-
view?: string;
|
|
295
|
-
helperTextView?: string;
|
|
296
|
-
customIcon?: React.ReactNode;
|
|
297
|
-
onClear?: () => void;
|
|
298
|
-
} & {
|
|
299
|
-
flow?: "vertical" | "auto";
|
|
300
|
-
multiple?: boolean;
|
|
301
|
-
dropdownOptions?: never;
|
|
302
|
-
} & {
|
|
303
|
-
buttonType?: "iconButton";
|
|
304
|
-
icon?: React.ReactNode;
|
|
305
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
78
|
+
} & 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 & {
|
|
306
79
|
text?: string;
|
|
307
80
|
contentLeft?: import("react").ReactNode;
|
|
308
81
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -324,27 +97,10 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
324
97
|
} & {
|
|
325
98
|
value?: string | number;
|
|
326
99
|
contentRight?: never;
|
|
327
|
-
} & {
|
|
328
|
-
acceptedFileFormats?: string[];
|
|
329
|
-
hideButtonOnAttach?: boolean;
|
|
330
|
-
hasAttachment?: boolean;
|
|
331
|
-
helperText?: string;
|
|
332
|
-
size?: string;
|
|
333
|
-
view?: string;
|
|
334
|
-
helperTextView?: string;
|
|
335
|
-
customIcon?: React.ReactNode;
|
|
336
|
-
onClear?: () => void;
|
|
337
|
-
} & {
|
|
338
|
-
flow?: "vertical" | "auto";
|
|
339
|
-
multiple?: boolean;
|
|
340
|
-
dropdownOptions?: never;
|
|
341
|
-
} & {
|
|
100
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
342
101
|
buttonType?: "iconButton";
|
|
343
102
|
icon?: React.ReactNode;
|
|
344
|
-
} & {
|
|
345
|
-
value?: never;
|
|
346
|
-
contentRight?: import("react").ReactNode;
|
|
347
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
103
|
+
} & 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 & {
|
|
348
104
|
text?: string;
|
|
349
105
|
contentLeft?: import("react").ReactNode;
|
|
350
106
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -363,148 +119,16 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
363
119
|
shiftLeft?: boolean;
|
|
364
120
|
shiftRight?: boolean;
|
|
365
121
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
366
|
-
} & {
|
|
367
|
-
value?: never;
|
|
368
|
-
contentRight?: import("react").ReactNode;
|
|
369
|
-
} & {
|
|
370
|
-
acceptedFileFormats?: string[];
|
|
371
|
-
hideButtonOnAttach?: boolean;
|
|
372
|
-
hasAttachment?: boolean;
|
|
373
|
-
helperText?: string;
|
|
374
|
-
size?: string;
|
|
375
|
-
view?: string;
|
|
376
|
-
helperTextView?: string;
|
|
377
|
-
customIcon?: React.ReactNode;
|
|
378
|
-
onClear?: () => void;
|
|
379
|
-
} & {
|
|
380
|
-
flow?: "horizontal";
|
|
381
|
-
multiple?: boolean;
|
|
382
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
383
|
-
} & {
|
|
384
|
-
buttonType?: "button";
|
|
385
122
|
} & {
|
|
386
123
|
value?: string | number;
|
|
387
124
|
contentRight?: never;
|
|
388
|
-
} & import("
|
|
389
|
-
text?: string;
|
|
390
|
-
contentLeft?: import("react").ReactNode;
|
|
391
|
-
contentPlacing?: "default" | "relaxed";
|
|
392
|
-
additionalContent?: import("react").ReactNode;
|
|
393
|
-
isLoading?: boolean;
|
|
394
|
-
loader?: import("react").ReactNode;
|
|
395
|
-
stretch?: boolean;
|
|
396
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
397
|
-
square?: boolean;
|
|
398
|
-
focused?: boolean;
|
|
399
|
-
disabled?: boolean;
|
|
400
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
401
|
-
view?: string;
|
|
402
|
-
size?: string;
|
|
403
|
-
outlined?: boolean;
|
|
404
|
-
shiftLeft?: boolean;
|
|
405
|
-
shiftRight?: boolean;
|
|
406
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
407
|
-
} & {
|
|
408
|
-
value?: never;
|
|
409
|
-
contentRight?: import("react").ReactNode;
|
|
410
|
-
} & {
|
|
411
|
-
acceptedFileFormats?: string[];
|
|
412
|
-
hideButtonOnAttach?: boolean;
|
|
413
|
-
hasAttachment?: boolean;
|
|
414
|
-
helperText?: string;
|
|
415
|
-
size?: string;
|
|
416
|
-
view?: string;
|
|
417
|
-
helperTextView?: string;
|
|
418
|
-
customIcon?: React.ReactNode;
|
|
419
|
-
onClear?: () => void;
|
|
420
|
-
} & {
|
|
421
|
-
flow?: "horizontal";
|
|
422
|
-
multiple?: boolean;
|
|
423
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
424
|
-
} & {
|
|
425
|
-
buttonType?: "button";
|
|
426
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
427
|
-
text?: string;
|
|
428
|
-
contentLeft?: import("react").ReactNode;
|
|
429
|
-
contentPlacing?: "default" | "relaxed";
|
|
430
|
-
additionalContent?: import("react").ReactNode;
|
|
431
|
-
isLoading?: boolean;
|
|
432
|
-
loader?: import("react").ReactNode;
|
|
433
|
-
stretch?: boolean;
|
|
434
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
435
|
-
square?: boolean;
|
|
436
|
-
focused?: boolean;
|
|
437
|
-
disabled?: boolean;
|
|
438
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
439
|
-
view?: string;
|
|
440
|
-
size?: string;
|
|
441
|
-
outlined?: boolean;
|
|
442
|
-
shiftLeft?: boolean;
|
|
443
|
-
shiftRight?: boolean;
|
|
444
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
445
|
-
} & {
|
|
446
|
-
value?: never;
|
|
447
|
-
contentRight?: import("react").ReactNode;
|
|
448
|
-
} & {
|
|
449
|
-
acceptedFileFormats?: string[];
|
|
450
|
-
hideButtonOnAttach?: boolean;
|
|
451
|
-
hasAttachment?: boolean;
|
|
452
|
-
helperText?: string;
|
|
453
|
-
size?: string;
|
|
454
|
-
view?: string;
|
|
455
|
-
helperTextView?: string;
|
|
456
|
-
customIcon?: React.ReactNode;
|
|
457
|
-
onClear?: () => void;
|
|
458
|
-
} & {
|
|
459
|
-
flow?: "horizontal";
|
|
460
|
-
multiple?: boolean;
|
|
461
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
462
|
-
} & {
|
|
125
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
463
126
|
buttonType?: "iconButton";
|
|
464
127
|
icon?: React.ReactNode;
|
|
465
|
-
} & {
|
|
466
|
-
value?: string | number;
|
|
467
|
-
contentRight?: never;
|
|
468
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
469
|
-
text?: string;
|
|
470
|
-
contentLeft?: import("react").ReactNode;
|
|
471
|
-
contentPlacing?: "default" | "relaxed";
|
|
472
|
-
additionalContent?: import("react").ReactNode;
|
|
473
|
-
isLoading?: boolean;
|
|
474
|
-
loader?: import("react").ReactNode;
|
|
475
|
-
stretch?: boolean;
|
|
476
|
-
stretching?: "auto" | "fixed" | "filled";
|
|
477
|
-
square?: boolean;
|
|
478
|
-
focused?: boolean;
|
|
479
|
-
disabled?: boolean;
|
|
480
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
481
|
-
view?: string;
|
|
482
|
-
size?: string;
|
|
483
|
-
outlined?: boolean;
|
|
484
|
-
shiftLeft?: boolean;
|
|
485
|
-
shiftRight?: boolean;
|
|
486
|
-
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
|
487
128
|
} & {
|
|
488
129
|
value?: never;
|
|
489
130
|
contentRight?: import("react").ReactNode;
|
|
490
|
-
} & {
|
|
491
|
-
acceptedFileFormats?: string[];
|
|
492
|
-
hideButtonOnAttach?: boolean;
|
|
493
|
-
hasAttachment?: boolean;
|
|
494
|
-
helperText?: string;
|
|
495
|
-
size?: string;
|
|
496
|
-
view?: string;
|
|
497
|
-
helperTextView?: string;
|
|
498
|
-
customIcon?: React.ReactNode;
|
|
499
|
-
onClear?: () => void;
|
|
500
|
-
} & {
|
|
501
|
-
flow?: "horizontal";
|
|
502
|
-
multiple?: boolean;
|
|
503
|
-
dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
|
|
504
|
-
} & {
|
|
505
|
-
buttonType?: "iconButton";
|
|
506
|
-
icon?: React.ReactNode;
|
|
507
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
131
|
+
} & 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 & {
|
|
508
132
|
text?: string;
|
|
509
133
|
contentLeft?: import("react").ReactNode;
|
|
510
134
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -526,26 +150,12 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
526
150
|
} & {
|
|
527
151
|
value?: never;
|
|
528
152
|
contentRight?: import("react").ReactNode;
|
|
529
|
-
} & {
|
|
530
|
-
acceptedFileFormats?: string[];
|
|
531
|
-
hideButtonOnAttach?: boolean;
|
|
532
|
-
hasAttachment?: boolean;
|
|
533
|
-
helperText?: string;
|
|
534
|
-
size?: string;
|
|
535
|
-
view?: string;
|
|
536
|
-
helperTextView?: string;
|
|
537
|
-
customIcon?: React.ReactNode;
|
|
538
|
-
onClear?: () => void;
|
|
539
|
-
} & {
|
|
540
|
-
flow?: "vertical" | "auto";
|
|
541
|
-
multiple?: boolean;
|
|
542
|
-
dropdownOptions?: never;
|
|
543
|
-
} & {
|
|
153
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
544
154
|
buttonType?: "button";
|
|
545
155
|
} & {
|
|
546
156
|
value?: string | number;
|
|
547
157
|
contentRight?: never;
|
|
548
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").
|
|
158
|
+
} & 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 & {
|
|
549
159
|
text?: string;
|
|
550
160
|
contentLeft?: import("react").ReactNode;
|
|
551
161
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -567,23 +177,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
567
177
|
} & {
|
|
568
178
|
value?: never;
|
|
569
179
|
contentRight?: import("react").ReactNode;
|
|
570
|
-
} & {
|
|
571
|
-
acceptedFileFormats?: string[];
|
|
572
|
-
hideButtonOnAttach?: boolean;
|
|
573
|
-
hasAttachment?: boolean;
|
|
574
|
-
helperText?: string;
|
|
575
|
-
size?: string;
|
|
576
|
-
view?: string;
|
|
577
|
-
helperTextView?: string;
|
|
578
|
-
customIcon?: React.ReactNode;
|
|
579
|
-
onClear?: () => void;
|
|
580
|
-
} & {
|
|
581
|
-
flow?: "vertical" | "auto";
|
|
582
|
-
multiple?: boolean;
|
|
583
|
-
dropdownOptions?: never;
|
|
584
|
-
} & {
|
|
180
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
585
181
|
buttonType?: "button";
|
|
586
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").
|
|
182
|
+
} & 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 & {
|
|
587
183
|
text?: string;
|
|
588
184
|
contentLeft?: import("react").ReactNode;
|
|
589
185
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -605,27 +201,13 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
605
201
|
} & {
|
|
606
202
|
value?: never;
|
|
607
203
|
contentRight?: import("react").ReactNode;
|
|
608
|
-
} & {
|
|
609
|
-
acceptedFileFormats?: string[];
|
|
610
|
-
hideButtonOnAttach?: boolean;
|
|
611
|
-
hasAttachment?: boolean;
|
|
612
|
-
helperText?: string;
|
|
613
|
-
size?: string;
|
|
614
|
-
view?: string;
|
|
615
|
-
helperTextView?: string;
|
|
616
|
-
customIcon?: React.ReactNode;
|
|
617
|
-
onClear?: () => void;
|
|
618
|
-
} & {
|
|
619
|
-
flow?: "vertical" | "auto";
|
|
620
|
-
multiple?: boolean;
|
|
621
|
-
dropdownOptions?: never;
|
|
622
|
-
} & {
|
|
204
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
623
205
|
buttonType?: "iconButton";
|
|
624
206
|
icon?: React.ReactNode;
|
|
625
207
|
} & {
|
|
626
208
|
value?: string | number;
|
|
627
209
|
contentRight?: never;
|
|
628
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").
|
|
210
|
+
} & 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 & {
|
|
629
211
|
text?: string;
|
|
630
212
|
contentLeft?: import("react").ReactNode;
|
|
631
213
|
contentPlacing?: "default" | "relaxed";
|
|
@@ -647,21 +229,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
647
229
|
} & {
|
|
648
230
|
value?: never;
|
|
649
231
|
contentRight?: import("react").ReactNode;
|
|
650
|
-
} & {
|
|
651
|
-
acceptedFileFormats?: string[];
|
|
652
|
-
hideButtonOnAttach?: boolean;
|
|
653
|
-
hasAttachment?: boolean;
|
|
654
|
-
helperText?: string;
|
|
655
|
-
size?: string;
|
|
656
|
-
view?: string;
|
|
657
|
-
helperTextView?: string;
|
|
658
|
-
customIcon?: React.ReactNode;
|
|
659
|
-
onClear?: () => void;
|
|
660
|
-
} & {
|
|
661
|
-
flow?: "vertical" | "auto";
|
|
662
|
-
multiple?: boolean;
|
|
663
|
-
dropdownOptions?: never;
|
|
664
|
-
} & {
|
|
232
|
+
} & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
|
|
665
233
|
buttonType?: "iconButton";
|
|
666
234
|
icon?: React.ReactNode;
|
|
667
235
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|