@salutejs/sdds-dfa 0.179.0-canary.1556.11999996386.0 → 0.179.0-canary.1558.12000314965.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +1668 -4162
- package/components/Autocomplete/Autocomplete.d.ts +39 -631
- package/components/Combobox/Combobox.d.ts +36 -492
- package/components/DatePicker/DatePicker.d.ts +1 -47
- package/components/Mask/Mask.d.ts +39 -1239
- package/components/Modal/Modal.config.js +1 -1
- package/components/Select/Select.d.ts +14 -288
- package/components/TextArea/TextArea.d.ts +32 -16
- package/components/TextField/TextField.d.ts +39 -711
- package/es/components/Modal/Modal.config.js +1 -1
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +1668 -4162
@@ -42,6 +42,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
42
42
|
disabled?: boolean | undefined;
|
43
43
|
} & {
|
44
44
|
label?: string | undefined;
|
45
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
45
46
|
titleCaption?: import("react").ReactNode;
|
46
47
|
leftHelper?: string | undefined;
|
47
48
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -50,11 +51,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
50
51
|
textAfter?: string | undefined;
|
51
52
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
52
53
|
} & {
|
53
|
-
|
54
|
-
hasPlaceholder?: boolean | undefined;
|
54
|
+
requiredPlacement?: "right" | "left" | undefined;
|
55
55
|
} & {
|
56
56
|
required: true;
|
57
|
-
requiredPlacement?: "right" | "left" | undefined;
|
58
57
|
optional?: false | undefined;
|
59
58
|
} & {
|
60
59
|
clear?: boolean | undefined;
|
@@ -83,6 +82,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
83
82
|
disabled?: boolean | undefined;
|
84
83
|
} & {
|
85
84
|
label?: string | undefined;
|
85
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
86
86
|
titleCaption?: import("react").ReactNode;
|
87
87
|
leftHelper?: string | undefined;
|
88
88
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -91,11 +91,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
91
91
|
textAfter?: string | undefined;
|
92
92
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
93
93
|
} & {
|
94
|
-
|
95
|
-
hasPlaceholder?: boolean | undefined;
|
94
|
+
requiredPlacement?: "right" | "left" | undefined;
|
96
95
|
} & {
|
97
96
|
required: true;
|
98
|
-
requiredPlacement?: "right" | "left" | undefined;
|
99
97
|
optional?: false | undefined;
|
100
98
|
} & {
|
101
99
|
clear?: boolean | undefined;
|
@@ -124,6 +122,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
124
122
|
disabled?: boolean | undefined;
|
125
123
|
} & {
|
126
124
|
label?: string | undefined;
|
125
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
127
126
|
titleCaption?: import("react").ReactNode;
|
128
127
|
leftHelper?: string | undefined;
|
129
128
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -132,11 +131,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
132
131
|
textAfter?: string | undefined;
|
133
132
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
134
133
|
} & {
|
135
|
-
|
136
|
-
hasPlaceholder?: boolean | undefined;
|
134
|
+
requiredPlacement?: "right" | "left" | undefined;
|
137
135
|
} & {
|
138
136
|
required: true;
|
139
|
-
requiredPlacement?: "right" | "left" | undefined;
|
140
137
|
optional?: false | undefined;
|
141
138
|
} & {
|
142
139
|
clear?: boolean | undefined;
|
@@ -165,6 +162,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
165
162
|
disabled?: boolean | undefined;
|
166
163
|
} & {
|
167
164
|
label?: string | undefined;
|
165
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
168
166
|
titleCaption?: import("react").ReactNode;
|
169
167
|
leftHelper?: string | undefined;
|
170
168
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -173,11 +171,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
173
171
|
textAfter?: string | undefined;
|
174
172
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
175
173
|
} & {
|
176
|
-
|
177
|
-
hasPlaceholder?: boolean | undefined;
|
174
|
+
requiredPlacement?: "right" | "left" | undefined;
|
178
175
|
} & {
|
179
176
|
required: true;
|
180
|
-
requiredPlacement?: "right" | "left" | undefined;
|
181
177
|
optional?: false | undefined;
|
182
178
|
} & {
|
183
179
|
clear?: boolean | undefined;
|
@@ -206,6 +202,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
206
202
|
disabled?: boolean | undefined;
|
207
203
|
} & {
|
208
204
|
label?: string | undefined;
|
205
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
209
206
|
titleCaption?: import("react").ReactNode;
|
210
207
|
leftHelper?: string | undefined;
|
211
208
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -214,11 +211,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
214
211
|
textAfter?: string | undefined;
|
215
212
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
216
213
|
} & {
|
217
|
-
|
218
|
-
hasPlaceholder?: boolean | undefined;
|
214
|
+
requiredPlacement?: "right" | "left" | undefined;
|
219
215
|
} & {
|
220
216
|
required: true;
|
221
|
-
requiredPlacement?: "right" | "left" | undefined;
|
222
217
|
optional?: false | undefined;
|
223
218
|
} & {
|
224
219
|
clear?: false | undefined;
|
@@ -247,6 +242,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
247
242
|
disabled?: boolean | undefined;
|
248
243
|
} & {
|
249
244
|
label?: string | undefined;
|
245
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
250
246
|
titleCaption?: import("react").ReactNode;
|
251
247
|
leftHelper?: string | undefined;
|
252
248
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -255,11 +251,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
255
251
|
textAfter?: string | undefined;
|
256
252
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
257
253
|
} & {
|
258
|
-
|
259
|
-
hasPlaceholder?: boolean | undefined;
|
254
|
+
requiredPlacement?: "right" | "left" | undefined;
|
260
255
|
} & {
|
261
256
|
required: true;
|
262
|
-
requiredPlacement?: "right" | "left" | undefined;
|
263
257
|
optional?: false | undefined;
|
264
258
|
} & {
|
265
259
|
clear?: false | undefined;
|
@@ -288,6 +282,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
288
282
|
disabled?: boolean | undefined;
|
289
283
|
} & {
|
290
284
|
label?: string | undefined;
|
285
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
291
286
|
titleCaption?: import("react").ReactNode;
|
292
287
|
leftHelper?: string | undefined;
|
293
288
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -296,11 +291,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
296
291
|
textAfter?: string | undefined;
|
297
292
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
298
293
|
} & {
|
299
|
-
|
300
|
-
hasPlaceholder?: boolean | undefined;
|
294
|
+
requiredPlacement?: "right" | "left" | undefined;
|
301
295
|
} & {
|
302
296
|
required: true;
|
303
|
-
requiredPlacement?: "right" | "left" | undefined;
|
304
297
|
optional?: false | undefined;
|
305
298
|
} & {
|
306
299
|
clear?: false | undefined;
|
@@ -329,6 +322,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
329
322
|
disabled?: boolean | undefined;
|
330
323
|
} & {
|
331
324
|
label?: string | undefined;
|
325
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
332
326
|
titleCaption?: import("react").ReactNode;
|
333
327
|
leftHelper?: string | undefined;
|
334
328
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -337,11 +331,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
337
331
|
textAfter?: string | undefined;
|
338
332
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
339
333
|
} & {
|
340
|
-
|
341
|
-
hasPlaceholder?: boolean | undefined;
|
334
|
+
requiredPlacement?: "right" | "left" | undefined;
|
342
335
|
} & {
|
343
336
|
required: true;
|
344
|
-
requiredPlacement?: "right" | "left" | undefined;
|
345
337
|
optional?: false | undefined;
|
346
338
|
} & {
|
347
339
|
clear?: false | undefined;
|
@@ -370,6 +362,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
370
362
|
disabled?: boolean | undefined;
|
371
363
|
} & {
|
372
364
|
label?: string | undefined;
|
365
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
373
366
|
titleCaption?: import("react").ReactNode;
|
374
367
|
leftHelper?: string | undefined;
|
375
368
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -378,12 +371,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
378
371
|
textAfter?: string | undefined;
|
379
372
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
380
373
|
} & {
|
381
|
-
|
382
|
-
hasPlaceholder?: boolean | undefined;
|
374
|
+
requiredPlacement?: "right" | "left" | undefined;
|
383
375
|
} & {
|
376
|
+
optional?: true | undefined;
|
384
377
|
required?: false | undefined;
|
385
|
-
requiredPlacement?: undefined;
|
386
|
-
optional?: boolean | undefined;
|
387
378
|
} & {
|
388
379
|
clear?: boolean | undefined;
|
389
380
|
hasDivider?: boolean | undefined;
|
@@ -411,6 +402,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
411
402
|
disabled?: boolean | undefined;
|
412
403
|
} & {
|
413
404
|
label?: string | undefined;
|
405
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
414
406
|
titleCaption?: import("react").ReactNode;
|
415
407
|
leftHelper?: string | undefined;
|
416
408
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -419,12 +411,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
419
411
|
textAfter?: string | undefined;
|
420
412
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
421
413
|
} & {
|
422
|
-
|
423
|
-
hasPlaceholder?: boolean | undefined;
|
414
|
+
requiredPlacement?: "right" | "left" | undefined;
|
424
415
|
} & {
|
416
|
+
optional?: true | undefined;
|
425
417
|
required?: false | undefined;
|
426
|
-
requiredPlacement?: undefined;
|
427
|
-
optional?: boolean | undefined;
|
428
418
|
} & {
|
429
419
|
clear?: boolean | undefined;
|
430
420
|
hasDivider?: boolean | undefined;
|
@@ -452,6 +442,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
452
442
|
disabled?: boolean | undefined;
|
453
443
|
} & {
|
454
444
|
label?: string | undefined;
|
445
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
455
446
|
titleCaption?: import("react").ReactNode;
|
456
447
|
leftHelper?: string | undefined;
|
457
448
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -460,12 +451,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
460
451
|
textAfter?: string | undefined;
|
461
452
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
462
453
|
} & {
|
463
|
-
|
464
|
-
hasPlaceholder?: boolean | undefined;
|
454
|
+
requiredPlacement?: "right" | "left" | undefined;
|
465
455
|
} & {
|
456
|
+
optional?: true | undefined;
|
466
457
|
required?: false | undefined;
|
467
|
-
requiredPlacement?: undefined;
|
468
|
-
optional?: boolean | undefined;
|
469
458
|
} & {
|
470
459
|
clear?: boolean | undefined;
|
471
460
|
hasDivider?: boolean | undefined;
|
@@ -493,6 +482,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
493
482
|
disabled?: boolean | undefined;
|
494
483
|
} & {
|
495
484
|
label?: string | undefined;
|
485
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
496
486
|
titleCaption?: import("react").ReactNode;
|
497
487
|
leftHelper?: string | undefined;
|
498
488
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -501,12 +491,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
501
491
|
textAfter?: string | undefined;
|
502
492
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
503
493
|
} & {
|
504
|
-
|
505
|
-
hasPlaceholder?: boolean | undefined;
|
494
|
+
requiredPlacement?: "right" | "left" | undefined;
|
506
495
|
} & {
|
496
|
+
optional?: true | undefined;
|
507
497
|
required?: false | undefined;
|
508
|
-
requiredPlacement?: undefined;
|
509
|
-
optional?: boolean | undefined;
|
510
498
|
} & {
|
511
499
|
clear?: boolean | undefined;
|
512
500
|
hasDivider?: boolean | undefined;
|
@@ -534,6 +522,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
534
522
|
disabled?: boolean | undefined;
|
535
523
|
} & {
|
536
524
|
label?: string | undefined;
|
525
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
537
526
|
titleCaption?: import("react").ReactNode;
|
538
527
|
leftHelper?: string | undefined;
|
539
528
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -542,12 +531,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
542
531
|
textAfter?: string | undefined;
|
543
532
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
544
533
|
} & {
|
545
|
-
|
546
|
-
hasPlaceholder?: boolean | undefined;
|
534
|
+
requiredPlacement?: "right" | "left" | undefined;
|
547
535
|
} & {
|
536
|
+
optional?: true | undefined;
|
548
537
|
required?: false | undefined;
|
549
|
-
requiredPlacement?: undefined;
|
550
|
-
optional?: boolean | undefined;
|
551
538
|
} & {
|
552
539
|
clear?: false | undefined;
|
553
540
|
hasDivider?: undefined;
|
@@ -575,6 +562,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
575
562
|
disabled?: boolean | undefined;
|
576
563
|
} & {
|
577
564
|
label?: string | undefined;
|
565
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
578
566
|
titleCaption?: import("react").ReactNode;
|
579
567
|
leftHelper?: string | undefined;
|
580
568
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -583,12 +571,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
583
571
|
textAfter?: string | undefined;
|
584
572
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
585
573
|
} & {
|
586
|
-
|
587
|
-
hasPlaceholder?: boolean | undefined;
|
574
|
+
requiredPlacement?: "right" | "left" | undefined;
|
588
575
|
} & {
|
576
|
+
optional?: true | undefined;
|
589
577
|
required?: false | undefined;
|
590
|
-
requiredPlacement?: undefined;
|
591
|
-
optional?: boolean | undefined;
|
592
578
|
} & {
|
593
579
|
clear?: false | undefined;
|
594
580
|
hasDivider?: undefined;
|
@@ -616,6 +602,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
616
602
|
disabled?: boolean | undefined;
|
617
603
|
} & {
|
618
604
|
label?: string | undefined;
|
605
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
619
606
|
titleCaption?: import("react").ReactNode;
|
620
607
|
leftHelper?: string | undefined;
|
621
608
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -624,53 +611,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
624
611
|
textAfter?: string | undefined;
|
625
612
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
626
613
|
} & {
|
627
|
-
|
628
|
-
hasPlaceholder?: boolean | undefined;
|
629
|
-
} & {
|
630
|
-
required?: false | undefined;
|
631
|
-
requiredPlacement?: undefined;
|
632
|
-
optional?: boolean | undefined;
|
633
|
-
} & {
|
634
|
-
clear?: false | undefined;
|
635
|
-
hasDivider?: undefined;
|
636
|
-
} & {
|
637
|
-
hintTrigger?: undefined;
|
638
|
-
hintText?: undefined;
|
639
|
-
hintView?: undefined;
|
640
|
-
hintSize?: undefined;
|
641
|
-
hintTargetIcon?: undefined;
|
642
|
-
hintPlacement?: undefined;
|
643
|
-
hintHasArrow?: undefined;
|
644
|
-
hintOffset?: undefined;
|
645
|
-
hintWidth?: undefined;
|
646
|
-
hintContentLeft?: undefined;
|
647
|
-
} & {
|
648
|
-
chips?: undefined;
|
649
|
-
onChangeChips?: undefined;
|
650
|
-
enumerationType?: "plain" | undefined;
|
651
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
652
|
-
chipType?: undefined;
|
653
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
654
|
-
size?: string | undefined;
|
655
|
-
view?: string | undefined;
|
656
|
-
readOnly?: boolean | undefined;
|
657
|
-
disabled?: boolean | undefined;
|
658
|
-
} & {
|
659
|
-
label?: string | undefined;
|
660
|
-
titleCaption?: import("react").ReactNode;
|
661
|
-
leftHelper?: string | undefined;
|
662
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
663
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
664
|
-
textBefore?: string | undefined;
|
665
|
-
textAfter?: string | undefined;
|
666
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
667
|
-
} & {
|
668
|
-
labelPlacement: "inner";
|
669
|
-
hasPlaceholder?: boolean | undefined;
|
614
|
+
requiredPlacement?: "right" | "left" | undefined;
|
670
615
|
} & {
|
616
|
+
optional?: true | undefined;
|
671
617
|
required?: false | undefined;
|
672
|
-
requiredPlacement?: undefined;
|
673
|
-
optional?: boolean | undefined;
|
674
618
|
} & {
|
675
619
|
clear?: false | undefined;
|
676
620
|
hasDivider?: undefined;
|
@@ -685,129 +629,6 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
685
629
|
hintOffset?: undefined;
|
686
630
|
hintWidth?: undefined;
|
687
631
|
hintContentLeft?: undefined;
|
688
|
-
} & {
|
689
|
-
enumerationType: "chip";
|
690
|
-
onSearch?: undefined;
|
691
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
692
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
693
|
-
chipType?: "default" | "text" | undefined;
|
694
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
695
|
-
size?: string | undefined;
|
696
|
-
view?: string | undefined;
|
697
|
-
readOnly?: boolean | undefined;
|
698
|
-
disabled?: boolean | undefined;
|
699
|
-
} & {
|
700
|
-
label?: string | undefined;
|
701
|
-
titleCaption?: import("react").ReactNode;
|
702
|
-
leftHelper?: string | undefined;
|
703
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
704
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
705
|
-
textBefore?: string | undefined;
|
706
|
-
textAfter?: string | undefined;
|
707
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
708
|
-
} & {
|
709
|
-
labelPlacement?: "outer" | undefined;
|
710
|
-
hasPlaceholder?: undefined;
|
711
|
-
} & {
|
712
|
-
required: true;
|
713
|
-
requiredPlacement?: "right" | "left" | undefined;
|
714
|
-
optional?: false | undefined;
|
715
|
-
} & {
|
716
|
-
clear?: boolean | undefined;
|
717
|
-
hasDivider?: boolean | undefined;
|
718
|
-
} & {
|
719
|
-
hintText: string;
|
720
|
-
hintTrigger?: "hover" | "click" | undefined;
|
721
|
-
hintView?: string | undefined;
|
722
|
-
hintSize?: string | undefined;
|
723
|
-
hintTargetIcon?: import("react").ReactNode;
|
724
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
725
|
-
hintHasArrow?: boolean | undefined;
|
726
|
-
hintOffset?: [number, number] | undefined;
|
727
|
-
hintWidth?: string | undefined;
|
728
|
-
hintContentLeft?: import("react").ReactNode;
|
729
|
-
} & {
|
730
|
-
chips?: undefined;
|
731
|
-
onChangeChips?: undefined;
|
732
|
-
enumerationType?: "plain" | undefined;
|
733
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
734
|
-
chipType?: undefined;
|
735
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
736
|
-
size?: string | undefined;
|
737
|
-
view?: string | undefined;
|
738
|
-
readOnly?: boolean | undefined;
|
739
|
-
disabled?: boolean | undefined;
|
740
|
-
} & {
|
741
|
-
label?: string | undefined;
|
742
|
-
titleCaption?: import("react").ReactNode;
|
743
|
-
leftHelper?: string | undefined;
|
744
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
745
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
746
|
-
textBefore?: string | undefined;
|
747
|
-
textAfter?: string | undefined;
|
748
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
749
|
-
} & {
|
750
|
-
labelPlacement?: "outer" | undefined;
|
751
|
-
hasPlaceholder?: undefined;
|
752
|
-
} & {
|
753
|
-
required: true;
|
754
|
-
requiredPlacement?: "right" | "left" | undefined;
|
755
|
-
optional?: false | undefined;
|
756
|
-
} & {
|
757
|
-
clear?: boolean | undefined;
|
758
|
-
hasDivider?: boolean | undefined;
|
759
|
-
} & {
|
760
|
-
hintText: string;
|
761
|
-
hintTrigger?: "hover" | "click" | undefined;
|
762
|
-
hintView?: string | undefined;
|
763
|
-
hintSize?: string | undefined;
|
764
|
-
hintTargetIcon?: import("react").ReactNode;
|
765
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
766
|
-
hintHasArrow?: boolean | undefined;
|
767
|
-
hintOffset?: [number, number] | undefined;
|
768
|
-
hintWidth?: string | undefined;
|
769
|
-
hintContentLeft?: import("react").ReactNode;
|
770
|
-
} & {
|
771
|
-
enumerationType: "chip";
|
772
|
-
onSearch?: undefined;
|
773
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
774
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
775
|
-
chipType?: "default" | "text" | undefined;
|
776
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
777
|
-
size?: string | undefined;
|
778
|
-
view?: string | undefined;
|
779
|
-
readOnly?: boolean | undefined;
|
780
|
-
disabled?: boolean | undefined;
|
781
|
-
} & {
|
782
|
-
label?: string | undefined;
|
783
|
-
titleCaption?: import("react").ReactNode;
|
784
|
-
leftHelper?: string | undefined;
|
785
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
786
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
787
|
-
textBefore?: string | undefined;
|
788
|
-
textAfter?: string | undefined;
|
789
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
790
|
-
} & {
|
791
|
-
labelPlacement?: "outer" | undefined;
|
792
|
-
hasPlaceholder?: undefined;
|
793
|
-
} & {
|
794
|
-
required: true;
|
795
|
-
requiredPlacement?: "right" | "left" | undefined;
|
796
|
-
optional?: false | undefined;
|
797
|
-
} & {
|
798
|
-
clear?: boolean | undefined;
|
799
|
-
hasDivider?: boolean | undefined;
|
800
|
-
} & {
|
801
|
-
hintTrigger?: undefined;
|
802
|
-
hintText?: undefined;
|
803
|
-
hintView?: undefined;
|
804
|
-
hintSize?: undefined;
|
805
|
-
hintTargetIcon?: undefined;
|
806
|
-
hintPlacement?: undefined;
|
807
|
-
hintHasArrow?: undefined;
|
808
|
-
hintOffset?: undefined;
|
809
|
-
hintWidth?: undefined;
|
810
|
-
hintContentLeft?: undefined;
|
811
632
|
} & {
|
812
633
|
chips?: undefined;
|
813
634
|
onChangeChips?: undefined;
|
@@ -821,6 +642,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
821
642
|
disabled?: boolean | undefined;
|
822
643
|
} & {
|
823
644
|
label?: string | undefined;
|
645
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
824
646
|
titleCaption?: import("react").ReactNode;
|
825
647
|
leftHelper?: string | undefined;
|
826
648
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -829,504 +651,10 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
829
651
|
textAfter?: string | undefined;
|
830
652
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
831
653
|
} & {
|
832
|
-
labelPlacement?: "outer" | undefined;
|
833
|
-
hasPlaceholder?: undefined;
|
834
|
-
} & {
|
835
|
-
required: true;
|
836
|
-
requiredPlacement?: "right" | "left" | undefined;
|
837
|
-
optional?: false | undefined;
|
838
|
-
} & {
|
839
|
-
clear?: boolean | undefined;
|
840
|
-
hasDivider?: boolean | undefined;
|
841
|
-
} & {
|
842
|
-
hintTrigger?: undefined;
|
843
|
-
hintText?: undefined;
|
844
|
-
hintView?: undefined;
|
845
|
-
hintSize?: undefined;
|
846
|
-
hintTargetIcon?: undefined;
|
847
|
-
hintPlacement?: undefined;
|
848
|
-
hintHasArrow?: undefined;
|
849
|
-
hintOffset?: undefined;
|
850
|
-
hintWidth?: undefined;
|
851
|
-
hintContentLeft?: undefined;
|
852
|
-
} & {
|
853
|
-
enumerationType: "chip";
|
854
|
-
onSearch?: undefined;
|
855
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
856
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
857
|
-
chipType?: "default" | "text" | undefined;
|
858
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
859
|
-
size?: string | undefined;
|
860
|
-
view?: string | undefined;
|
861
|
-
readOnly?: boolean | undefined;
|
862
|
-
disabled?: boolean | undefined;
|
863
|
-
} & {
|
864
|
-
label?: string | undefined;
|
865
|
-
titleCaption?: import("react").ReactNode;
|
866
|
-
leftHelper?: string | undefined;
|
867
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
868
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
869
|
-
textBefore?: string | undefined;
|
870
|
-
textAfter?: string | undefined;
|
871
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
872
|
-
} & {
|
873
|
-
labelPlacement?: "outer" | undefined;
|
874
|
-
hasPlaceholder?: undefined;
|
875
|
-
} & {
|
876
|
-
required: true;
|
877
654
|
requiredPlacement?: "right" | "left" | undefined;
|
878
|
-
optional?: false | undefined;
|
879
|
-
} & {
|
880
|
-
clear?: false | undefined;
|
881
|
-
hasDivider?: undefined;
|
882
|
-
} & {
|
883
|
-
hintText: string;
|
884
|
-
hintTrigger?: "hover" | "click" | undefined;
|
885
|
-
hintView?: string | undefined;
|
886
|
-
hintSize?: string | undefined;
|
887
|
-
hintTargetIcon?: import("react").ReactNode;
|
888
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
889
|
-
hintHasArrow?: boolean | undefined;
|
890
|
-
hintOffset?: [number, number] | undefined;
|
891
|
-
hintWidth?: string | undefined;
|
892
|
-
hintContentLeft?: import("react").ReactNode;
|
893
|
-
} & {
|
894
|
-
chips?: undefined;
|
895
|
-
onChangeChips?: undefined;
|
896
|
-
enumerationType?: "plain" | undefined;
|
897
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
898
|
-
chipType?: undefined;
|
899
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
900
|
-
size?: string | undefined;
|
901
|
-
view?: string | undefined;
|
902
|
-
readOnly?: boolean | undefined;
|
903
|
-
disabled?: boolean | undefined;
|
904
|
-
} & {
|
905
|
-
label?: string | undefined;
|
906
|
-
titleCaption?: import("react").ReactNode;
|
907
|
-
leftHelper?: string | undefined;
|
908
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
909
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
910
|
-
textBefore?: string | undefined;
|
911
|
-
textAfter?: string | undefined;
|
912
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
913
|
-
} & {
|
914
|
-
labelPlacement?: "outer" | undefined;
|
915
|
-
hasPlaceholder?: undefined;
|
916
|
-
} & {
|
917
|
-
required: true;
|
918
|
-
requiredPlacement?: "right" | "left" | undefined;
|
919
|
-
optional?: false | undefined;
|
920
|
-
} & {
|
921
|
-
clear?: false | undefined;
|
922
|
-
hasDivider?: undefined;
|
923
|
-
} & {
|
924
|
-
hintText: string;
|
925
|
-
hintTrigger?: "hover" | "click" | undefined;
|
926
|
-
hintView?: string | undefined;
|
927
|
-
hintSize?: string | undefined;
|
928
|
-
hintTargetIcon?: import("react").ReactNode;
|
929
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
930
|
-
hintHasArrow?: boolean | undefined;
|
931
|
-
hintOffset?: [number, number] | undefined;
|
932
|
-
hintWidth?: string | undefined;
|
933
|
-
hintContentLeft?: import("react").ReactNode;
|
934
|
-
} & {
|
935
|
-
enumerationType: "chip";
|
936
|
-
onSearch?: undefined;
|
937
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
938
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
939
|
-
chipType?: "default" | "text" | undefined;
|
940
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
941
|
-
size?: string | undefined;
|
942
|
-
view?: string | undefined;
|
943
|
-
readOnly?: boolean | undefined;
|
944
|
-
disabled?: boolean | undefined;
|
945
|
-
} & {
|
946
|
-
label?: string | undefined;
|
947
|
-
titleCaption?: import("react").ReactNode;
|
948
|
-
leftHelper?: string | undefined;
|
949
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
950
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
951
|
-
textBefore?: string | undefined;
|
952
|
-
textAfter?: string | undefined;
|
953
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
954
|
-
} & {
|
955
|
-
labelPlacement?: "outer" | undefined;
|
956
|
-
hasPlaceholder?: undefined;
|
957
|
-
} & {
|
958
|
-
required: true;
|
959
|
-
requiredPlacement?: "right" | "left" | undefined;
|
960
|
-
optional?: false | undefined;
|
961
|
-
} & {
|
962
|
-
clear?: false | undefined;
|
963
|
-
hasDivider?: undefined;
|
964
|
-
} & {
|
965
|
-
hintTrigger?: undefined;
|
966
|
-
hintText?: undefined;
|
967
|
-
hintView?: undefined;
|
968
|
-
hintSize?: undefined;
|
969
|
-
hintTargetIcon?: undefined;
|
970
|
-
hintPlacement?: undefined;
|
971
|
-
hintHasArrow?: undefined;
|
972
|
-
hintOffset?: undefined;
|
973
|
-
hintWidth?: undefined;
|
974
|
-
hintContentLeft?: undefined;
|
975
|
-
} & {
|
976
|
-
chips?: undefined;
|
977
|
-
onChangeChips?: undefined;
|
978
|
-
enumerationType?: "plain" | undefined;
|
979
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
980
|
-
chipType?: undefined;
|
981
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
982
|
-
size?: string | undefined;
|
983
|
-
view?: string | undefined;
|
984
|
-
readOnly?: boolean | undefined;
|
985
|
-
disabled?: boolean | undefined;
|
986
|
-
} & {
|
987
|
-
label?: string | undefined;
|
988
|
-
titleCaption?: import("react").ReactNode;
|
989
|
-
leftHelper?: string | undefined;
|
990
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
991
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
992
|
-
textBefore?: string | undefined;
|
993
|
-
textAfter?: string | undefined;
|
994
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
995
|
-
} & {
|
996
|
-
labelPlacement?: "outer" | undefined;
|
997
|
-
hasPlaceholder?: undefined;
|
998
|
-
} & {
|
999
|
-
required: true;
|
1000
|
-
requiredPlacement?: "right" | "left" | undefined;
|
1001
|
-
optional?: false | undefined;
|
1002
|
-
} & {
|
1003
|
-
clear?: false | undefined;
|
1004
|
-
hasDivider?: undefined;
|
1005
|
-
} & {
|
1006
|
-
hintTrigger?: undefined;
|
1007
|
-
hintText?: undefined;
|
1008
|
-
hintView?: undefined;
|
1009
|
-
hintSize?: undefined;
|
1010
|
-
hintTargetIcon?: undefined;
|
1011
|
-
hintPlacement?: undefined;
|
1012
|
-
hintHasArrow?: undefined;
|
1013
|
-
hintOffset?: undefined;
|
1014
|
-
hintWidth?: undefined;
|
1015
|
-
hintContentLeft?: undefined;
|
1016
|
-
} & {
|
1017
|
-
enumerationType: "chip";
|
1018
|
-
onSearch?: undefined;
|
1019
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1020
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1021
|
-
chipType?: "default" | "text" | undefined;
|
1022
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1023
|
-
size?: string | undefined;
|
1024
|
-
view?: string | undefined;
|
1025
|
-
readOnly?: boolean | undefined;
|
1026
|
-
disabled?: boolean | undefined;
|
1027
|
-
} & {
|
1028
|
-
label?: string | undefined;
|
1029
|
-
titleCaption?: import("react").ReactNode;
|
1030
|
-
leftHelper?: string | undefined;
|
1031
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1032
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1033
|
-
textBefore?: string | undefined;
|
1034
|
-
textAfter?: string | undefined;
|
1035
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1036
|
-
} & {
|
1037
|
-
labelPlacement?: "outer" | undefined;
|
1038
|
-
hasPlaceholder?: undefined;
|
1039
|
-
} & {
|
1040
|
-
required?: false | undefined;
|
1041
|
-
requiredPlacement?: undefined;
|
1042
|
-
optional?: boolean | undefined;
|
1043
|
-
} & {
|
1044
|
-
clear?: boolean | undefined;
|
1045
|
-
hasDivider?: boolean | undefined;
|
1046
|
-
} & {
|
1047
|
-
hintText: string;
|
1048
|
-
hintTrigger?: "hover" | "click" | undefined;
|
1049
|
-
hintView?: string | undefined;
|
1050
|
-
hintSize?: string | undefined;
|
1051
|
-
hintTargetIcon?: import("react").ReactNode;
|
1052
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1053
|
-
hintHasArrow?: boolean | undefined;
|
1054
|
-
hintOffset?: [number, number] | undefined;
|
1055
|
-
hintWidth?: string | undefined;
|
1056
|
-
hintContentLeft?: import("react").ReactNode;
|
1057
|
-
} & {
|
1058
|
-
chips?: undefined;
|
1059
|
-
onChangeChips?: undefined;
|
1060
|
-
enumerationType?: "plain" | undefined;
|
1061
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1062
|
-
chipType?: undefined;
|
1063
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1064
|
-
size?: string | undefined;
|
1065
|
-
view?: string | undefined;
|
1066
|
-
readOnly?: boolean | undefined;
|
1067
|
-
disabled?: boolean | undefined;
|
1068
|
-
} & {
|
1069
|
-
label?: string | undefined;
|
1070
|
-
titleCaption?: import("react").ReactNode;
|
1071
|
-
leftHelper?: string | undefined;
|
1072
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1073
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1074
|
-
textBefore?: string | undefined;
|
1075
|
-
textAfter?: string | undefined;
|
1076
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1077
|
-
} & {
|
1078
|
-
labelPlacement?: "outer" | undefined;
|
1079
|
-
hasPlaceholder?: undefined;
|
1080
|
-
} & {
|
1081
|
-
required?: false | undefined;
|
1082
|
-
requiredPlacement?: undefined;
|
1083
|
-
optional?: boolean | undefined;
|
1084
|
-
} & {
|
1085
|
-
clear?: boolean | undefined;
|
1086
|
-
hasDivider?: boolean | undefined;
|
1087
|
-
} & {
|
1088
|
-
hintText: string;
|
1089
|
-
hintTrigger?: "hover" | "click" | undefined;
|
1090
|
-
hintView?: string | undefined;
|
1091
|
-
hintSize?: string | undefined;
|
1092
|
-
hintTargetIcon?: import("react").ReactNode;
|
1093
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1094
|
-
hintHasArrow?: boolean | undefined;
|
1095
|
-
hintOffset?: [number, number] | undefined;
|
1096
|
-
hintWidth?: string | undefined;
|
1097
|
-
hintContentLeft?: import("react").ReactNode;
|
1098
|
-
} & {
|
1099
|
-
enumerationType: "chip";
|
1100
|
-
onSearch?: undefined;
|
1101
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1102
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1103
|
-
chipType?: "default" | "text" | undefined;
|
1104
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1105
|
-
size?: string | undefined;
|
1106
|
-
view?: string | undefined;
|
1107
|
-
readOnly?: boolean | undefined;
|
1108
|
-
disabled?: boolean | undefined;
|
1109
|
-
} & {
|
1110
|
-
label?: string | undefined;
|
1111
|
-
titleCaption?: import("react").ReactNode;
|
1112
|
-
leftHelper?: string | undefined;
|
1113
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1114
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1115
|
-
textBefore?: string | undefined;
|
1116
|
-
textAfter?: string | undefined;
|
1117
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1118
|
-
} & {
|
1119
|
-
labelPlacement?: "outer" | undefined;
|
1120
|
-
hasPlaceholder?: undefined;
|
1121
|
-
} & {
|
1122
|
-
required?: false | undefined;
|
1123
|
-
requiredPlacement?: undefined;
|
1124
|
-
optional?: boolean | undefined;
|
1125
|
-
} & {
|
1126
|
-
clear?: boolean | undefined;
|
1127
|
-
hasDivider?: boolean | undefined;
|
1128
|
-
} & {
|
1129
|
-
hintTrigger?: undefined;
|
1130
|
-
hintText?: undefined;
|
1131
|
-
hintView?: undefined;
|
1132
|
-
hintSize?: undefined;
|
1133
|
-
hintTargetIcon?: undefined;
|
1134
|
-
hintPlacement?: undefined;
|
1135
|
-
hintHasArrow?: undefined;
|
1136
|
-
hintOffset?: undefined;
|
1137
|
-
hintWidth?: undefined;
|
1138
|
-
hintContentLeft?: undefined;
|
1139
|
-
} & {
|
1140
|
-
chips?: undefined;
|
1141
|
-
onChangeChips?: undefined;
|
1142
|
-
enumerationType?: "plain" | undefined;
|
1143
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1144
|
-
chipType?: undefined;
|
1145
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1146
|
-
size?: string | undefined;
|
1147
|
-
view?: string | undefined;
|
1148
|
-
readOnly?: boolean | undefined;
|
1149
|
-
disabled?: boolean | undefined;
|
1150
|
-
} & {
|
1151
|
-
label?: string | undefined;
|
1152
|
-
titleCaption?: import("react").ReactNode;
|
1153
|
-
leftHelper?: string | undefined;
|
1154
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1155
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1156
|
-
textBefore?: string | undefined;
|
1157
|
-
textAfter?: string | undefined;
|
1158
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1159
|
-
} & {
|
1160
|
-
labelPlacement?: "outer" | undefined;
|
1161
|
-
hasPlaceholder?: undefined;
|
1162
|
-
} & {
|
1163
|
-
required?: false | undefined;
|
1164
|
-
requiredPlacement?: undefined;
|
1165
|
-
optional?: boolean | undefined;
|
1166
|
-
} & {
|
1167
|
-
clear?: boolean | undefined;
|
1168
|
-
hasDivider?: boolean | undefined;
|
1169
|
-
} & {
|
1170
|
-
hintTrigger?: undefined;
|
1171
|
-
hintText?: undefined;
|
1172
|
-
hintView?: undefined;
|
1173
|
-
hintSize?: undefined;
|
1174
|
-
hintTargetIcon?: undefined;
|
1175
|
-
hintPlacement?: undefined;
|
1176
|
-
hintHasArrow?: undefined;
|
1177
|
-
hintOffset?: undefined;
|
1178
|
-
hintWidth?: undefined;
|
1179
|
-
hintContentLeft?: undefined;
|
1180
|
-
} & {
|
1181
|
-
enumerationType: "chip";
|
1182
|
-
onSearch?: undefined;
|
1183
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1184
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1185
|
-
chipType?: "default" | "text" | undefined;
|
1186
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1187
|
-
size?: string | undefined;
|
1188
|
-
view?: string | undefined;
|
1189
|
-
readOnly?: boolean | undefined;
|
1190
|
-
disabled?: boolean | undefined;
|
1191
|
-
} & {
|
1192
|
-
label?: string | undefined;
|
1193
|
-
titleCaption?: import("react").ReactNode;
|
1194
|
-
leftHelper?: string | undefined;
|
1195
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1196
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1197
|
-
textBefore?: string | undefined;
|
1198
|
-
textAfter?: string | undefined;
|
1199
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1200
|
-
} & {
|
1201
|
-
labelPlacement?: "outer" | undefined;
|
1202
|
-
hasPlaceholder?: undefined;
|
1203
|
-
} & {
|
1204
|
-
required?: false | undefined;
|
1205
|
-
requiredPlacement?: undefined;
|
1206
|
-
optional?: boolean | undefined;
|
1207
|
-
} & {
|
1208
|
-
clear?: false | undefined;
|
1209
|
-
hasDivider?: undefined;
|
1210
|
-
} & {
|
1211
|
-
hintText: string;
|
1212
|
-
hintTrigger?: "hover" | "click" | undefined;
|
1213
|
-
hintView?: string | undefined;
|
1214
|
-
hintSize?: string | undefined;
|
1215
|
-
hintTargetIcon?: import("react").ReactNode;
|
1216
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1217
|
-
hintHasArrow?: boolean | undefined;
|
1218
|
-
hintOffset?: [number, number] | undefined;
|
1219
|
-
hintWidth?: string | undefined;
|
1220
|
-
hintContentLeft?: import("react").ReactNode;
|
1221
|
-
} & {
|
1222
|
-
chips?: undefined;
|
1223
|
-
onChangeChips?: undefined;
|
1224
|
-
enumerationType?: "plain" | undefined;
|
1225
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1226
|
-
chipType?: undefined;
|
1227
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1228
|
-
size?: string | undefined;
|
1229
|
-
view?: string | undefined;
|
1230
|
-
readOnly?: boolean | undefined;
|
1231
|
-
disabled?: boolean | undefined;
|
1232
|
-
} & {
|
1233
|
-
label?: string | undefined;
|
1234
|
-
titleCaption?: import("react").ReactNode;
|
1235
|
-
leftHelper?: string | undefined;
|
1236
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1237
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1238
|
-
textBefore?: string | undefined;
|
1239
|
-
textAfter?: string | undefined;
|
1240
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1241
|
-
} & {
|
1242
|
-
labelPlacement?: "outer" | undefined;
|
1243
|
-
hasPlaceholder?: undefined;
|
1244
|
-
} & {
|
1245
|
-
required?: false | undefined;
|
1246
|
-
requiredPlacement?: undefined;
|
1247
|
-
optional?: boolean | undefined;
|
1248
|
-
} & {
|
1249
|
-
clear?: false | undefined;
|
1250
|
-
hasDivider?: undefined;
|
1251
|
-
} & {
|
1252
|
-
hintText: string;
|
1253
|
-
hintTrigger?: "hover" | "click" | undefined;
|
1254
|
-
hintView?: string | undefined;
|
1255
|
-
hintSize?: string | undefined;
|
1256
|
-
hintTargetIcon?: import("react").ReactNode;
|
1257
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1258
|
-
hintHasArrow?: boolean | undefined;
|
1259
|
-
hintOffset?: [number, number] | undefined;
|
1260
|
-
hintWidth?: string | undefined;
|
1261
|
-
hintContentLeft?: import("react").ReactNode;
|
1262
|
-
} & {
|
1263
|
-
enumerationType: "chip";
|
1264
|
-
onSearch?: undefined;
|
1265
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1266
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1267
|
-
chipType?: "default" | "text" | undefined;
|
1268
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1269
|
-
size?: string | undefined;
|
1270
|
-
view?: string | undefined;
|
1271
|
-
readOnly?: boolean | undefined;
|
1272
|
-
disabled?: boolean | undefined;
|
1273
|
-
} & {
|
1274
|
-
label?: string | undefined;
|
1275
|
-
titleCaption?: import("react").ReactNode;
|
1276
|
-
leftHelper?: string | undefined;
|
1277
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1278
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1279
|
-
textBefore?: string | undefined;
|
1280
|
-
textAfter?: string | undefined;
|
1281
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1282
|
-
} & {
|
1283
|
-
labelPlacement?: "outer" | undefined;
|
1284
|
-
hasPlaceholder?: undefined;
|
1285
|
-
} & {
|
1286
|
-
required?: false | undefined;
|
1287
|
-
requiredPlacement?: undefined;
|
1288
|
-
optional?: boolean | undefined;
|
1289
|
-
} & {
|
1290
|
-
clear?: false | undefined;
|
1291
|
-
hasDivider?: undefined;
|
1292
|
-
} & {
|
1293
|
-
hintTrigger?: undefined;
|
1294
|
-
hintText?: undefined;
|
1295
|
-
hintView?: undefined;
|
1296
|
-
hintSize?: undefined;
|
1297
|
-
hintTargetIcon?: undefined;
|
1298
|
-
hintPlacement?: undefined;
|
1299
|
-
hintHasArrow?: undefined;
|
1300
|
-
hintOffset?: undefined;
|
1301
|
-
hintWidth?: undefined;
|
1302
|
-
hintContentLeft?: undefined;
|
1303
|
-
} & {
|
1304
|
-
chips?: undefined;
|
1305
|
-
onChangeChips?: undefined;
|
1306
|
-
enumerationType?: "plain" | undefined;
|
1307
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1308
|
-
chipType?: undefined;
|
1309
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1310
|
-
size?: string | undefined;
|
1311
|
-
view?: string | undefined;
|
1312
|
-
readOnly?: boolean | undefined;
|
1313
|
-
disabled?: boolean | undefined;
|
1314
|
-
} & {
|
1315
|
-
label?: string | undefined;
|
1316
|
-
titleCaption?: import("react").ReactNode;
|
1317
|
-
leftHelper?: string | undefined;
|
1318
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1319
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1320
|
-
textBefore?: string | undefined;
|
1321
|
-
textAfter?: string | undefined;
|
1322
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1323
|
-
} & {
|
1324
|
-
labelPlacement?: "outer" | undefined;
|
1325
|
-
hasPlaceholder?: undefined;
|
1326
655
|
} & {
|
656
|
+
optional?: true | undefined;
|
1327
657
|
required?: false | undefined;
|
1328
|
-
requiredPlacement?: undefined;
|
1329
|
-
optional?: boolean | undefined;
|
1330
658
|
} & {
|
1331
659
|
clear?: false | undefined;
|
1332
660
|
hasDivider?: undefined;
|