@salutejs/sdds-finportal 0.144.0-canary.1492.11402523696.0 → 0.145.0-canary.1459.11417545272.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +1618 -19
- package/components/Accordion/Accordion.config.js +2 -2
- package/components/Mask/Mask.d.ts +740 -12
- package/components/TextArea/TextArea.config.d.ts +9 -2
- package/components/TextArea/TextArea.config.js +20 -13
- package/components/TextArea/TextArea.d.ts +456 -1
- package/components/TextField/TextField.config.d.ts +7 -0
- package/components/TextField/TextField.config.js +18 -11
- package/components/TextField/TextField.d.ts +415 -0
- package/es/components/Accordion/Accordion.config.js +2 -2
- package/es/components/TextArea/TextArea.config.js +20 -13
- package/es/components/TextField/TextField.config.js +18 -11
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +1618 -19
@@ -11,11 +11,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
11
11
|
};
|
12
12
|
view: {
|
13
13
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
15
14
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
15
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
16
16
|
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
17
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
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
|
+
};
|
19
26
|
clear: {
|
20
27
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
28
|
};
|
@@ -26,6 +33,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
26
33
|
status?: "" | "warning" | "success" | "error" | undefined;
|
27
34
|
label?: string | undefined;
|
28
35
|
labelPlacement?: "outer" | "inner" | undefined;
|
36
|
+
titleCaption?: import("react").ReactNode;
|
29
37
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
30
38
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
31
39
|
helperText?: string | undefined;
|
@@ -36,6 +44,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
36
44
|
} & {
|
37
45
|
required: true;
|
38
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;
|
39
59
|
} & {
|
40
60
|
size?: string | undefined;
|
41
61
|
view?: string | undefined;
|
@@ -56,6 +76,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
56
76
|
status?: "" | "warning" | "success" | "error" | undefined;
|
57
77
|
label?: string | undefined;
|
58
78
|
labelPlacement?: "outer" | "inner" | undefined;
|
79
|
+
titleCaption?: import("react").ReactNode;
|
59
80
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
60
81
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
61
82
|
helperText?: string | undefined;
|
@@ -66,6 +87,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
66
87
|
} & {
|
67
88
|
required: true;
|
68
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;
|
69
102
|
} & {
|
70
103
|
size?: string | undefined;
|
71
104
|
view?: string | undefined;
|
@@ -86,6 +119,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
86
119
|
status?: "" | "warning" | "success" | "error" | undefined;
|
87
120
|
label?: string | undefined;
|
88
121
|
labelPlacement?: "outer" | "inner" | undefined;
|
122
|
+
titleCaption?: import("react").ReactNode;
|
89
123
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
90
124
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
91
125
|
helperText?: string | undefined;
|
@@ -96,6 +130,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
96
130
|
} & {
|
97
131
|
required: true;
|
98
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;
|
99
145
|
} & {
|
100
146
|
size?: string | undefined;
|
101
147
|
view?: string | undefined;
|
@@ -116,6 +162,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
116
162
|
status?: "" | "warning" | "success" | "error" | undefined;
|
117
163
|
label?: string | undefined;
|
118
164
|
labelPlacement?: "outer" | "inner" | undefined;
|
165
|
+
titleCaption?: import("react").ReactNode;
|
119
166
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
120
167
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
121
168
|
helperText?: string | undefined;
|
@@ -126,6 +173,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
126
173
|
} & {
|
127
174
|
required: true;
|
128
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;
|
129
188
|
} & {
|
130
189
|
size?: string | undefined;
|
131
190
|
view?: string | undefined;
|
@@ -146,6 +205,179 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
146
205
|
status?: "" | "warning" | "success" | "error" | undefined;
|
147
206
|
label?: string | undefined;
|
148
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;
|
149
381
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
150
382
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
151
383
|
helperText?: string | undefined;
|
@@ -156,6 +388,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
156
388
|
} & {
|
157
389
|
optional?: true | undefined;
|
158
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;
|
159
403
|
} & {
|
160
404
|
size?: string | undefined;
|
161
405
|
view?: string | undefined;
|
@@ -176,6 +420,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
176
420
|
status?: "" | "warning" | "success" | "error" | undefined;
|
177
421
|
label?: string | undefined;
|
178
422
|
labelPlacement?: "outer" | "inner" | undefined;
|
423
|
+
titleCaption?: import("react").ReactNode;
|
179
424
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
180
425
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
181
426
|
helperText?: string | undefined;
|
@@ -186,6 +431,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
186
431
|
} & {
|
187
432
|
optional?: true | undefined;
|
188
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;
|
189
446
|
} & {
|
190
447
|
size?: string | undefined;
|
191
448
|
view?: string | undefined;
|
@@ -206,6 +463,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
206
463
|
status?: "" | "warning" | "success" | "error" | undefined;
|
207
464
|
label?: string | undefined;
|
208
465
|
labelPlacement?: "outer" | "inner" | undefined;
|
466
|
+
titleCaption?: import("react").ReactNode;
|
209
467
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
210
468
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
211
469
|
helperText?: string | undefined;
|
@@ -216,6 +474,18 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
216
474
|
} & {
|
217
475
|
optional?: true | undefined;
|
218
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;
|
219
489
|
} & {
|
220
490
|
size?: string | undefined;
|
221
491
|
view?: string | undefined;
|
@@ -236,6 +506,50 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
236
506
|
status?: "" | "warning" | "success" | "error" | undefined;
|
237
507
|
label?: string | undefined;
|
238
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;
|
239
553
|
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
240
554
|
resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
241
555
|
helperText?: string | undefined;
|
@@ -246,6 +560,147 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
246
560
|
} & {
|
247
561
|
optional?: true | undefined;
|
248
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;
|
249
704
|
} & {
|
250
705
|
size?: string | undefined;
|
251
706
|
view?: string | undefined;
|
@@ -24,6 +24,13 @@ export declare const config: {
|
|
24
24
|
clear: {
|
25
25
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
26
26
|
};
|
27
|
+
hintView: {
|
28
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
|
+
};
|
30
|
+
hintSize: {
|
31
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
32
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
|
+
};
|
27
34
|
disabled: {
|
28
35
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
36
|
};
|