@salutejs/plasma-b2c 1.424.0-canary.1497.11459278795.0 → 1.424.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. package/api/plasma-b2c.api.md +2116 -667
  2. package/components/Autocomplete/Autocomplete.d.ts +1 -1
  3. package/components/Dropdown/Dropdown.config.d.ts +3 -3
  4. package/components/Dropdown/Dropdown.config.js +5 -5
  5. package/components/Dropdown/Dropdown.d.ts +4 -4
  6. package/components/Dropdown/Dropdown.perftest.js +175 -0
  7. package/components/Dropdown/components/DropdownPopup.js +2 -4
  8. package/components/Mask/Mask.d.ts +740 -12
  9. package/components/TextArea/TextArea.config.d.ts +8 -1
  10. package/components/TextArea/TextArea.config.js +20 -13
  11. package/components/TextArea/TextArea.d.ts +717 -3
  12. package/components/TextArea/index.d.ts +68 -1
  13. package/components/TextField/TextField.config.d.ts +7 -0
  14. package/components/TextField/TextField.config.js +18 -11
  15. package/components/TextField/TextField.d.ts +513 -33
  16. package/components/TextField/TextField.js +4 -1
  17. package/css/cjs/components/Dropdown/Dropdown.config.js +5 -5
  18. package/css/cjs/components/Dropdown/Dropdown.config.js.map +1 -1
  19. package/css/cjs/components/Dropdown/Dropdown.config_7l17mu.css +5 -0
  20. package/css/cjs/components/Dropdown/Dropdown.css +5 -5
  21. package/css/cjs/components/Dropdown/components/DropdownPopup.js +2 -4
  22. package/css/cjs/components/Dropdown/components/DropdownPopup.js.map +1 -1
  23. package/css/cjs/components/Mask/Mask.css +14 -11
  24. package/css/cjs/components/TextArea/TextArea.config.js +11 -4
  25. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  26. package/css/{es/components/TextArea/TextArea.config_1g56huc.css → cjs/components/TextArea/TextArea.config_1bnayxn.css} +13 -10
  27. package/css/cjs/components/TextArea/TextArea.css +13 -10
  28. package/css/cjs/components/TextArea/TextArea.js.map +1 -1
  29. package/css/cjs/components/TextField/TextField.config.js +10 -3
  30. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  31. package/css/cjs/components/TextField/TextField.config_dyxd7m.css +16 -0
  32. package/css/cjs/components/TextField/TextField.js +4 -1
  33. package/css/cjs/components/TextField/TextField.js.map +1 -1
  34. package/css/cjs/index.css +36 -30
  35. package/css/es/components/Dropdown/Dropdown.config.js +5 -5
  36. package/css/es/components/Dropdown/Dropdown.config.js.map +1 -1
  37. package/css/es/components/Dropdown/Dropdown.config_7l17mu.css +5 -0
  38. package/css/es/components/Dropdown/Dropdown.css +5 -5
  39. package/css/es/components/Dropdown/components/DropdownPopup.js +2 -4
  40. package/css/es/components/Dropdown/components/DropdownPopup.js.map +1 -1
  41. package/css/es/components/Mask/Mask.css +14 -11
  42. package/css/es/components/TextArea/TextArea.config.js +11 -4
  43. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  44. package/css/{cjs/components/TextArea/TextArea.config_1g56huc.css → es/components/TextArea/TextArea.config_1bnayxn.css} +13 -10
  45. package/css/es/components/TextArea/TextArea.css +13 -10
  46. package/css/es/components/TextArea/TextArea.js.map +1 -1
  47. package/css/es/components/TextField/TextField.config.js +10 -3
  48. package/css/es/components/TextField/TextField.config.js.map +1 -1
  49. package/css/es/components/TextField/TextField.config_dyxd7m.css +16 -0
  50. package/css/es/components/TextField/TextField.js +4 -1
  51. package/css/es/components/TextField/TextField.js.map +1 -1
  52. package/css/es/index.css +36 -30
  53. package/es/components/Dropdown/Dropdown.config.js +6 -6
  54. package/es/components/Dropdown/Dropdown.perftest.js +168 -0
  55. package/es/components/Dropdown/components/DropdownPopup.js +2 -4
  56. package/es/components/TextArea/TextArea.config.js +20 -13
  57. package/es/components/TextField/TextField.config.js +18 -11
  58. package/es/components/TextField/TextField.js +4 -1
  59. package/package.json +3 -3
  60. package/css/cjs/components/Dropdown/Dropdown.config_1tiyqmq.css +0 -5
  61. package/css/cjs/components/TextField/TextField.config_o06qtv.css +0 -13
  62. package/css/es/components/Dropdown/Dropdown.config_1tiyqmq.css +0 -5
  63. package/css/es/components/TextField/TextField.config_o06qtv.css +0 -13
  64. package/temp/plasma-b2c.api.md +0 -3399
@@ -1,6 +1,720 @@
1
- import type { ForwardRefExoticComponent, RefAttributes } from 'react';
2
- import type { TextAreaProps } from '.';
1
+ /// <reference types="react" />
3
2
  /**
4
3
  * Поле ввода многострочного текста.
5
4
  */
6
- export declare const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;
5
+ export declare const TextArea: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
6
+ size: {
7
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ };
12
+ view: {
13
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ };
19
+ hintView: {
20
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ };
22
+ hintSize: {
23
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ };
26
+ clear: {
27
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
+ };
29
+ disabled: {
30
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ };
32
+ }> & ((Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
33
+ status?: "" | "warning" | "success" | "error" | undefined;
34
+ label?: string | undefined;
35
+ labelPlacement?: "outer" | "inner" | undefined;
36
+ titleCaption?: import("react").ReactNode;
37
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
38
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
39
+ helperText?: string | undefined;
40
+ leftHelper?: string | undefined;
41
+ rightHelper?: string | undefined;
42
+ } & {
43
+ requiredPlacement?: "right" | "left" | undefined;
44
+ } & {
45
+ required: true;
46
+ optional?: false | undefined;
47
+ } & {
48
+ hintText: string;
49
+ hintTrigger?: "hover" | "click" | undefined;
50
+ hintOpened?: boolean | undefined;
51
+ hintView?: string | undefined;
52
+ hintSize?: string | undefined;
53
+ hintTargetIcon?: import("react").ReactNode;
54
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
55
+ hintHasArrow?: boolean | undefined;
56
+ hintOffset?: [number, number] | undefined;
57
+ hintWidth?: string | undefined;
58
+ hintContentLeft?: import("react").ReactNode;
59
+ } & {
60
+ size?: string | undefined;
61
+ view?: string | undefined;
62
+ } & {
63
+ autoResize?: boolean | undefined;
64
+ maxAuto?: number | undefined;
65
+ minAuto?: number | undefined;
66
+ } & {
67
+ height?: undefined;
68
+ width?: undefined;
69
+ } & {
70
+ rows?: undefined;
71
+ cols?: undefined;
72
+ } & {
73
+ clear?: undefined;
74
+ hasDivider?: undefined;
75
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
76
+ status?: "" | "warning" | "success" | "error" | undefined;
77
+ label?: string | undefined;
78
+ labelPlacement?: "outer" | "inner" | undefined;
79
+ titleCaption?: import("react").ReactNode;
80
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
81
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
82
+ helperText?: string | undefined;
83
+ leftHelper?: string | undefined;
84
+ rightHelper?: string | undefined;
85
+ } & {
86
+ requiredPlacement?: "right" | "left" | undefined;
87
+ } & {
88
+ required: true;
89
+ optional?: false | undefined;
90
+ } & {
91
+ hintText: string;
92
+ hintTrigger?: "hover" | "click" | undefined;
93
+ hintOpened?: boolean | undefined;
94
+ hintView?: string | undefined;
95
+ hintSize?: string | undefined;
96
+ hintTargetIcon?: import("react").ReactNode;
97
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
98
+ hintHasArrow?: boolean | undefined;
99
+ hintOffset?: [number, number] | undefined;
100
+ hintWidth?: string | undefined;
101
+ hintContentLeft?: import("react").ReactNode;
102
+ } & {
103
+ size?: string | undefined;
104
+ view?: string | undefined;
105
+ } & {
106
+ height?: string | number | undefined;
107
+ width?: string | number | undefined;
108
+ } & {
109
+ autoResize?: undefined;
110
+ maxAuto?: undefined;
111
+ minAuto?: undefined;
112
+ } & {
113
+ rows?: undefined;
114
+ cols?: undefined;
115
+ } & {
116
+ clear?: undefined;
117
+ hasDivider?: undefined;
118
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
119
+ status?: "" | "warning" | "success" | "error" | undefined;
120
+ label?: string | undefined;
121
+ labelPlacement?: "outer" | "inner" | undefined;
122
+ titleCaption?: import("react").ReactNode;
123
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
124
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
125
+ helperText?: string | undefined;
126
+ leftHelper?: string | undefined;
127
+ rightHelper?: string | undefined;
128
+ } & {
129
+ requiredPlacement?: "right" | "left" | undefined;
130
+ } & {
131
+ required: true;
132
+ optional?: false | undefined;
133
+ } & {
134
+ hintText: string;
135
+ hintTrigger?: "hover" | "click" | undefined;
136
+ hintOpened?: boolean | undefined;
137
+ hintView?: string | undefined;
138
+ hintSize?: string | undefined;
139
+ hintTargetIcon?: import("react").ReactNode;
140
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
141
+ hintHasArrow?: boolean | undefined;
142
+ hintOffset?: [number, number] | undefined;
143
+ hintWidth?: string | undefined;
144
+ hintContentLeft?: import("react").ReactNode;
145
+ } & {
146
+ size?: string | undefined;
147
+ view?: string | undefined;
148
+ } & {
149
+ rows?: number | undefined;
150
+ cols?: number | undefined;
151
+ } & {
152
+ autoResize?: undefined;
153
+ maxAuto?: undefined;
154
+ minAuto?: undefined;
155
+ } & {
156
+ height?: undefined;
157
+ width?: undefined;
158
+ } & {
159
+ clear?: undefined;
160
+ hasDivider?: undefined;
161
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
162
+ status?: "" | "warning" | "success" | "error" | undefined;
163
+ label?: string | undefined;
164
+ labelPlacement?: "outer" | "inner" | undefined;
165
+ titleCaption?: import("react").ReactNode;
166
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
167
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
168
+ helperText?: string | undefined;
169
+ leftHelper?: string | undefined;
170
+ rightHelper?: string | undefined;
171
+ } & {
172
+ requiredPlacement?: "right" | "left" | undefined;
173
+ } & {
174
+ required: true;
175
+ optional?: false | undefined;
176
+ } & {
177
+ hintText: string;
178
+ hintTrigger?: "hover" | "click" | undefined;
179
+ hintOpened?: boolean | undefined;
180
+ hintView?: string | undefined;
181
+ hintSize?: string | undefined;
182
+ hintTargetIcon?: import("react").ReactNode;
183
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
184
+ hintHasArrow?: boolean | undefined;
185
+ hintOffset?: [number, number] | undefined;
186
+ hintWidth?: string | undefined;
187
+ hintContentLeft?: import("react").ReactNode;
188
+ } & {
189
+ size?: string | undefined;
190
+ view?: string | undefined;
191
+ } & {
192
+ clear?: true | undefined;
193
+ hasDivider?: boolean | undefined;
194
+ } & {
195
+ rows?: undefined;
196
+ cols?: undefined;
197
+ } & {
198
+ autoResize?: undefined;
199
+ maxAuto?: undefined;
200
+ minAuto?: undefined;
201
+ } & {
202
+ height?: undefined;
203
+ width?: undefined;
204
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
205
+ status?: "" | "warning" | "success" | "error" | undefined;
206
+ label?: string | undefined;
207
+ labelPlacement?: "outer" | "inner" | undefined;
208
+ titleCaption?: import("react").ReactNode;
209
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
210
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
211
+ helperText?: string | undefined;
212
+ leftHelper?: string | undefined;
213
+ rightHelper?: string | undefined;
214
+ } & {
215
+ requiredPlacement?: "right" | "left" | undefined;
216
+ } & {
217
+ required: true;
218
+ optional?: false | undefined;
219
+ } & {
220
+ hintText?: undefined;
221
+ hintOpened?: undefined;
222
+ hintTrigger?: undefined;
223
+ hintView?: undefined;
224
+ hintSize?: undefined;
225
+ hintTargetIcon?: undefined;
226
+ hintPlacement?: undefined;
227
+ hintHasArrow?: undefined;
228
+ hintOffset?: undefined;
229
+ hintWidth?: undefined;
230
+ hintContentLeft?: undefined;
231
+ } & {
232
+ size?: string | undefined;
233
+ view?: string | undefined;
234
+ } & {
235
+ autoResize?: boolean | undefined;
236
+ maxAuto?: number | undefined;
237
+ minAuto?: number | undefined;
238
+ } & {
239
+ height?: undefined;
240
+ width?: undefined;
241
+ } & {
242
+ rows?: undefined;
243
+ cols?: undefined;
244
+ } & {
245
+ clear?: undefined;
246
+ hasDivider?: undefined;
247
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
248
+ status?: "" | "warning" | "success" | "error" | undefined;
249
+ label?: string | undefined;
250
+ labelPlacement?: "outer" | "inner" | undefined;
251
+ titleCaption?: import("react").ReactNode;
252
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
253
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
254
+ helperText?: string | undefined;
255
+ leftHelper?: string | undefined;
256
+ rightHelper?: string | undefined;
257
+ } & {
258
+ requiredPlacement?: "right" | "left" | undefined;
259
+ } & {
260
+ required: true;
261
+ optional?: false | undefined;
262
+ } & {
263
+ hintText?: undefined;
264
+ hintOpened?: undefined;
265
+ hintTrigger?: undefined;
266
+ hintView?: undefined;
267
+ hintSize?: undefined;
268
+ hintTargetIcon?: undefined;
269
+ hintPlacement?: undefined;
270
+ hintHasArrow?: undefined;
271
+ hintOffset?: undefined;
272
+ hintWidth?: undefined;
273
+ hintContentLeft?: undefined;
274
+ } & {
275
+ size?: string | undefined;
276
+ view?: string | undefined;
277
+ } & {
278
+ height?: string | number | undefined;
279
+ width?: string | number | undefined;
280
+ } & {
281
+ autoResize?: undefined;
282
+ maxAuto?: undefined;
283
+ minAuto?: undefined;
284
+ } & {
285
+ rows?: undefined;
286
+ cols?: undefined;
287
+ } & {
288
+ clear?: undefined;
289
+ hasDivider?: undefined;
290
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
291
+ status?: "" | "warning" | "success" | "error" | undefined;
292
+ label?: string | undefined;
293
+ labelPlacement?: "outer" | "inner" | undefined;
294
+ titleCaption?: import("react").ReactNode;
295
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
296
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
297
+ helperText?: string | undefined;
298
+ leftHelper?: string | undefined;
299
+ rightHelper?: string | undefined;
300
+ } & {
301
+ requiredPlacement?: "right" | "left" | undefined;
302
+ } & {
303
+ required: true;
304
+ optional?: false | undefined;
305
+ } & {
306
+ hintText?: undefined;
307
+ hintOpened?: undefined;
308
+ hintTrigger?: undefined;
309
+ hintView?: undefined;
310
+ hintSize?: undefined;
311
+ hintTargetIcon?: undefined;
312
+ hintPlacement?: undefined;
313
+ hintHasArrow?: undefined;
314
+ hintOffset?: undefined;
315
+ hintWidth?: undefined;
316
+ hintContentLeft?: undefined;
317
+ } & {
318
+ size?: string | undefined;
319
+ view?: string | undefined;
320
+ } & {
321
+ rows?: number | undefined;
322
+ cols?: number | undefined;
323
+ } & {
324
+ autoResize?: undefined;
325
+ maxAuto?: undefined;
326
+ minAuto?: undefined;
327
+ } & {
328
+ height?: undefined;
329
+ width?: undefined;
330
+ } & {
331
+ clear?: undefined;
332
+ hasDivider?: undefined;
333
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
334
+ status?: "" | "warning" | "success" | "error" | undefined;
335
+ label?: string | undefined;
336
+ labelPlacement?: "outer" | "inner" | undefined;
337
+ titleCaption?: import("react").ReactNode;
338
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
339
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
340
+ helperText?: string | undefined;
341
+ leftHelper?: string | undefined;
342
+ rightHelper?: string | undefined;
343
+ } & {
344
+ requiredPlacement?: "right" | "left" | undefined;
345
+ } & {
346
+ required: true;
347
+ optional?: false | undefined;
348
+ } & {
349
+ hintText?: undefined;
350
+ hintOpened?: undefined;
351
+ hintTrigger?: undefined;
352
+ hintView?: undefined;
353
+ hintSize?: undefined;
354
+ hintTargetIcon?: undefined;
355
+ hintPlacement?: undefined;
356
+ hintHasArrow?: undefined;
357
+ hintOffset?: undefined;
358
+ hintWidth?: undefined;
359
+ hintContentLeft?: undefined;
360
+ } & {
361
+ size?: string | undefined;
362
+ view?: string | undefined;
363
+ } & {
364
+ clear?: true | undefined;
365
+ hasDivider?: boolean | undefined;
366
+ } & {
367
+ rows?: undefined;
368
+ cols?: undefined;
369
+ } & {
370
+ autoResize?: undefined;
371
+ maxAuto?: undefined;
372
+ minAuto?: undefined;
373
+ } & {
374
+ height?: undefined;
375
+ width?: undefined;
376
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
377
+ status?: "" | "warning" | "success" | "error" | undefined;
378
+ label?: string | undefined;
379
+ labelPlacement?: "outer" | "inner" | undefined;
380
+ titleCaption?: import("react").ReactNode;
381
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
382
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
383
+ helperText?: string | undefined;
384
+ leftHelper?: string | undefined;
385
+ rightHelper?: string | undefined;
386
+ } & {
387
+ requiredPlacement?: "right" | "left" | undefined;
388
+ } & {
389
+ optional?: true | undefined;
390
+ required?: false | undefined;
391
+ } & {
392
+ hintText: string;
393
+ hintTrigger?: "hover" | "click" | undefined;
394
+ hintOpened?: boolean | undefined;
395
+ hintView?: string | undefined;
396
+ hintSize?: string | undefined;
397
+ hintTargetIcon?: import("react").ReactNode;
398
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
399
+ hintHasArrow?: boolean | undefined;
400
+ hintOffset?: [number, number] | undefined;
401
+ hintWidth?: string | undefined;
402
+ hintContentLeft?: import("react").ReactNode;
403
+ } & {
404
+ size?: string | undefined;
405
+ view?: string | undefined;
406
+ } & {
407
+ autoResize?: boolean | undefined;
408
+ maxAuto?: number | undefined;
409
+ minAuto?: number | undefined;
410
+ } & {
411
+ height?: undefined;
412
+ width?: undefined;
413
+ } & {
414
+ rows?: undefined;
415
+ cols?: undefined;
416
+ } & {
417
+ clear?: undefined;
418
+ hasDivider?: undefined;
419
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
420
+ status?: "" | "warning" | "success" | "error" | undefined;
421
+ label?: string | undefined;
422
+ labelPlacement?: "outer" | "inner" | undefined;
423
+ titleCaption?: import("react").ReactNode;
424
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
425
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
426
+ helperText?: string | undefined;
427
+ leftHelper?: string | undefined;
428
+ rightHelper?: string | undefined;
429
+ } & {
430
+ requiredPlacement?: "right" | "left" | undefined;
431
+ } & {
432
+ optional?: true | undefined;
433
+ required?: false | undefined;
434
+ } & {
435
+ hintText: string;
436
+ hintTrigger?: "hover" | "click" | undefined;
437
+ hintOpened?: boolean | undefined;
438
+ hintView?: string | undefined;
439
+ hintSize?: string | undefined;
440
+ hintTargetIcon?: import("react").ReactNode;
441
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
442
+ hintHasArrow?: boolean | undefined;
443
+ hintOffset?: [number, number] | undefined;
444
+ hintWidth?: string | undefined;
445
+ hintContentLeft?: import("react").ReactNode;
446
+ } & {
447
+ size?: string | undefined;
448
+ view?: string | undefined;
449
+ } & {
450
+ height?: string | number | undefined;
451
+ width?: string | number | undefined;
452
+ } & {
453
+ autoResize?: undefined;
454
+ maxAuto?: undefined;
455
+ minAuto?: undefined;
456
+ } & {
457
+ rows?: undefined;
458
+ cols?: undefined;
459
+ } & {
460
+ clear?: undefined;
461
+ hasDivider?: undefined;
462
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
463
+ status?: "" | "warning" | "success" | "error" | undefined;
464
+ label?: string | undefined;
465
+ labelPlacement?: "outer" | "inner" | undefined;
466
+ titleCaption?: import("react").ReactNode;
467
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
468
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
469
+ helperText?: string | undefined;
470
+ leftHelper?: string | undefined;
471
+ rightHelper?: string | undefined;
472
+ } & {
473
+ requiredPlacement?: "right" | "left" | undefined;
474
+ } & {
475
+ optional?: true | undefined;
476
+ required?: false | undefined;
477
+ } & {
478
+ hintText: string;
479
+ hintTrigger?: "hover" | "click" | undefined;
480
+ hintOpened?: boolean | undefined;
481
+ hintView?: string | undefined;
482
+ hintSize?: string | undefined;
483
+ hintTargetIcon?: import("react").ReactNode;
484
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
485
+ hintHasArrow?: boolean | undefined;
486
+ hintOffset?: [number, number] | undefined;
487
+ hintWidth?: string | undefined;
488
+ hintContentLeft?: import("react").ReactNode;
489
+ } & {
490
+ size?: string | undefined;
491
+ view?: string | undefined;
492
+ } & {
493
+ rows?: number | undefined;
494
+ cols?: number | undefined;
495
+ } & {
496
+ autoResize?: undefined;
497
+ maxAuto?: undefined;
498
+ minAuto?: undefined;
499
+ } & {
500
+ height?: undefined;
501
+ width?: undefined;
502
+ } & {
503
+ clear?: undefined;
504
+ hasDivider?: undefined;
505
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
506
+ status?: "" | "warning" | "success" | "error" | undefined;
507
+ label?: string | undefined;
508
+ labelPlacement?: "outer" | "inner" | undefined;
509
+ titleCaption?: import("react").ReactNode;
510
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
511
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
512
+ helperText?: string | undefined;
513
+ leftHelper?: string | undefined;
514
+ rightHelper?: string | undefined;
515
+ } & {
516
+ requiredPlacement?: "right" | "left" | undefined;
517
+ } & {
518
+ optional?: true | undefined;
519
+ required?: false | undefined;
520
+ } & {
521
+ hintText: string;
522
+ hintTrigger?: "hover" | "click" | undefined;
523
+ hintOpened?: boolean | undefined;
524
+ hintView?: string | undefined;
525
+ hintSize?: string | undefined;
526
+ hintTargetIcon?: import("react").ReactNode;
527
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
528
+ hintHasArrow?: boolean | undefined;
529
+ hintOffset?: [number, number] | undefined;
530
+ hintWidth?: string | undefined;
531
+ hintContentLeft?: import("react").ReactNode;
532
+ } & {
533
+ size?: string | undefined;
534
+ view?: string | undefined;
535
+ } & {
536
+ clear?: true | undefined;
537
+ hasDivider?: boolean | undefined;
538
+ } & {
539
+ rows?: undefined;
540
+ cols?: undefined;
541
+ } & {
542
+ autoResize?: undefined;
543
+ maxAuto?: undefined;
544
+ minAuto?: undefined;
545
+ } & {
546
+ height?: undefined;
547
+ width?: undefined;
548
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
549
+ status?: "" | "warning" | "success" | "error" | undefined;
550
+ label?: string | undefined;
551
+ labelPlacement?: "outer" | "inner" | undefined;
552
+ titleCaption?: import("react").ReactNode;
553
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
554
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
555
+ helperText?: string | undefined;
556
+ leftHelper?: string | undefined;
557
+ rightHelper?: string | undefined;
558
+ } & {
559
+ requiredPlacement?: "right" | "left" | undefined;
560
+ } & {
561
+ optional?: true | undefined;
562
+ required?: false | undefined;
563
+ } & {
564
+ hintText?: undefined;
565
+ hintOpened?: undefined;
566
+ hintTrigger?: undefined;
567
+ hintView?: undefined;
568
+ hintSize?: undefined;
569
+ hintTargetIcon?: undefined;
570
+ hintPlacement?: undefined;
571
+ hintHasArrow?: undefined;
572
+ hintOffset?: undefined;
573
+ hintWidth?: undefined;
574
+ hintContentLeft?: undefined;
575
+ } & {
576
+ size?: string | undefined;
577
+ view?: string | undefined;
578
+ } & {
579
+ autoResize?: boolean | undefined;
580
+ maxAuto?: number | undefined;
581
+ minAuto?: number | undefined;
582
+ } & {
583
+ height?: undefined;
584
+ width?: undefined;
585
+ } & {
586
+ rows?: undefined;
587
+ cols?: undefined;
588
+ } & {
589
+ clear?: undefined;
590
+ hasDivider?: undefined;
591
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
592
+ status?: "" | "warning" | "success" | "error" | undefined;
593
+ label?: string | undefined;
594
+ labelPlacement?: "outer" | "inner" | undefined;
595
+ titleCaption?: import("react").ReactNode;
596
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
597
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
598
+ helperText?: string | undefined;
599
+ leftHelper?: string | undefined;
600
+ rightHelper?: string | undefined;
601
+ } & {
602
+ requiredPlacement?: "right" | "left" | undefined;
603
+ } & {
604
+ optional?: true | undefined;
605
+ required?: false | undefined;
606
+ } & {
607
+ hintText?: undefined;
608
+ hintOpened?: undefined;
609
+ hintTrigger?: undefined;
610
+ hintView?: undefined;
611
+ hintSize?: undefined;
612
+ hintTargetIcon?: undefined;
613
+ hintPlacement?: undefined;
614
+ hintHasArrow?: undefined;
615
+ hintOffset?: undefined;
616
+ hintWidth?: undefined;
617
+ hintContentLeft?: undefined;
618
+ } & {
619
+ size?: string | undefined;
620
+ view?: string | undefined;
621
+ } & {
622
+ height?: string | number | undefined;
623
+ width?: string | number | undefined;
624
+ } & {
625
+ autoResize?: undefined;
626
+ maxAuto?: undefined;
627
+ minAuto?: undefined;
628
+ } & {
629
+ rows?: undefined;
630
+ cols?: undefined;
631
+ } & {
632
+ clear?: undefined;
633
+ hasDivider?: undefined;
634
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
635
+ status?: "" | "warning" | "success" | "error" | undefined;
636
+ label?: string | undefined;
637
+ labelPlacement?: "outer" | "inner" | undefined;
638
+ titleCaption?: import("react").ReactNode;
639
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
640
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
641
+ helperText?: string | undefined;
642
+ leftHelper?: string | undefined;
643
+ rightHelper?: string | undefined;
644
+ } & {
645
+ requiredPlacement?: "right" | "left" | undefined;
646
+ } & {
647
+ optional?: true | undefined;
648
+ required?: false | undefined;
649
+ } & {
650
+ hintText?: undefined;
651
+ hintOpened?: undefined;
652
+ hintTrigger?: undefined;
653
+ hintView?: undefined;
654
+ hintSize?: undefined;
655
+ hintTargetIcon?: undefined;
656
+ hintPlacement?: undefined;
657
+ hintHasArrow?: undefined;
658
+ hintOffset?: undefined;
659
+ hintWidth?: undefined;
660
+ hintContentLeft?: undefined;
661
+ } & {
662
+ size?: string | undefined;
663
+ view?: string | undefined;
664
+ } & {
665
+ rows?: number | undefined;
666
+ cols?: number | undefined;
667
+ } & {
668
+ autoResize?: undefined;
669
+ maxAuto?: undefined;
670
+ minAuto?: undefined;
671
+ } & {
672
+ height?: undefined;
673
+ width?: undefined;
674
+ } & {
675
+ clear?: undefined;
676
+ hasDivider?: undefined;
677
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/types/types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
678
+ status?: "" | "warning" | "success" | "error" | undefined;
679
+ label?: string | undefined;
680
+ labelPlacement?: "outer" | "inner" | undefined;
681
+ titleCaption?: import("react").ReactNode;
682
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
683
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
684
+ helperText?: string | undefined;
685
+ leftHelper?: string | undefined;
686
+ rightHelper?: string | undefined;
687
+ } & {
688
+ requiredPlacement?: "right" | "left" | undefined;
689
+ } & {
690
+ optional?: true | undefined;
691
+ required?: false | undefined;
692
+ } & {
693
+ hintText?: undefined;
694
+ hintOpened?: undefined;
695
+ hintTrigger?: undefined;
696
+ hintView?: undefined;
697
+ hintSize?: undefined;
698
+ hintTargetIcon?: undefined;
699
+ hintPlacement?: undefined;
700
+ hintHasArrow?: undefined;
701
+ hintOffset?: undefined;
702
+ hintWidth?: undefined;
703
+ hintContentLeft?: undefined;
704
+ } & {
705
+ size?: string | undefined;
706
+ view?: string | undefined;
707
+ } & {
708
+ clear?: true | undefined;
709
+ hasDivider?: boolean | undefined;
710
+ } & {
711
+ rows?: undefined;
712
+ cols?: undefined;
713
+ } & {
714
+ autoResize?: undefined;
715
+ maxAuto?: undefined;
716
+ minAuto?: undefined;
717
+ } & {
718
+ height?: undefined;
719
+ width?: undefined;
720
+ } & import("react").RefAttributes<HTMLTextAreaElement>))>;