@salutejs/sdds-netology 0.332.0-canary.2416.20569157442.0 → 0.332.0-canary.2423.20958341938.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +43 -0
  2. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +1 -0
  3. package/dist/css/cjs/components/TextArea/TextArea.clear.config_1mow2g5.css +14 -0
  4. package/dist/css/cjs/components/TextArea/TextArea.config.js +17 -25
  5. package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  6. package/dist/css/cjs/components/TextArea/TextArea.config_2dmw6b.css +14 -0
  7. package/dist/css/cjs/components/TextArea/TextArea.css +28 -15
  8. package/dist/css/cjs/components/TextArea/TextArea.js +13 -6
  9. package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
  10. package/dist/css/cjs/index.css +29 -16
  11. package/dist/css/es/components/TextArea/TextArea.clear.config.js +39 -0
  12. package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +1 -0
  13. package/dist/css/es/components/TextArea/TextArea.clear.config_1mow2g5.css +14 -0
  14. package/dist/css/es/components/TextArea/TextArea.config.js +17 -25
  15. package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
  16. package/dist/css/es/components/TextArea/TextArea.config_2dmw6b.css +14 -0
  17. package/dist/css/es/components/TextArea/TextArea.css +28 -15
  18. package/dist/css/es/components/TextArea/TextArea.js +13 -8
  19. package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
  20. package/dist/css/es/index.css +29 -16
  21. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +627 -0
  22. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +336 -419
  23. package/dist/styled-components/cjs/components/TextArea/TextArea.js +27 -5
  24. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +617 -0
  25. package/dist/styled-components/es/components/TextArea/TextArea.config.js +337 -420
  26. package/dist/styled-components/es/components/TextArea/TextArea.js +14 -5
  27. package/package.json +7 -7
  28. package/types/components/TextArea/TextArea.clear.config.d.ts +35 -0
  29. package/types/components/TextArea/TextArea.config.d.ts +7 -15
  30. package/types/components/TextArea/TextArea.d.ts +1045 -15
  31. package/dist/css/cjs/components/TextArea/TextArea.config_1lkwlz6.css +0 -16
  32. package/dist/css/es/components/TextArea/TextArea.config_1lkwlz6.css +0 -16
@@ -1,21 +1,17 @@
1
- /**
2
- * Поле ввода многострочного текста.
3
- */
4
- export declare const TextArea: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
- size: {
6
- xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
- s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
- m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
- l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
- xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
- };
1
+ export declare const TextAreaDefault: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
12
2
  view: {
13
3
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
4
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
- primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
5
  warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
6
  negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
7
  };
8
+ size: {
9
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ };
19
15
  hintView: {
20
16
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
17
  };
@@ -23,9 +19,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
23
19
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
20
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
21
  };
26
- clear: {
27
- true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
- };
29
22
  readOnly: {
30
23
  true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
24
  };
@@ -63,6 +56,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
63
56
  hintWidth?: string;
64
57
  hintContentLeft?: import("react").ReactNode;
65
58
  } & {
59
+ appearance?: "default" | "clear";
66
60
  size?: string;
67
61
  view?: string;
68
62
  } & {
@@ -111,6 +105,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
111
105
  hintWidth?: string;
112
106
  hintContentLeft?: import("react").ReactNode;
113
107
  } & {
108
+ appearance?: "default" | "clear";
114
109
  size?: string;
115
110
  view?: string;
116
111
  } & {
@@ -159,6 +154,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
159
154
  hintWidth?: string;
160
155
  hintContentLeft?: import("react").ReactNode;
161
156
  } & {
157
+ appearance?: "default" | "clear";
162
158
  size?: string;
163
159
  view?: string;
164
160
  } & {
@@ -207,6 +203,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
207
203
  hintWidth?: string;
208
204
  hintContentLeft?: import("react").ReactNode;
209
205
  } & {
206
+ appearance?: "default" | "clear";
210
207
  size?: string;
211
208
  view?: string;
212
209
  } & {
@@ -255,6 +252,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
255
252
  hintWidth?: never;
256
253
  hintContentLeft?: never;
257
254
  } & {
255
+ appearance?: "default" | "clear";
258
256
  size?: string;
259
257
  view?: string;
260
258
  } & {
@@ -303,6 +301,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
303
301
  hintWidth?: never;
304
302
  hintContentLeft?: never;
305
303
  } & {
304
+ appearance?: "default" | "clear";
306
305
  size?: string;
307
306
  view?: string;
308
307
  } & {
@@ -351,6 +350,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
351
350
  hintWidth?: never;
352
351
  hintContentLeft?: never;
353
352
  } & {
353
+ appearance?: "default" | "clear";
354
354
  size?: string;
355
355
  view?: string;
356
356
  } & {
@@ -399,6 +399,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
399
399
  hintWidth?: never;
400
400
  hintContentLeft?: never;
401
401
  } & {
402
+ appearance?: "default" | "clear";
402
403
  size?: string;
403
404
  view?: string;
404
405
  } & {
@@ -417,3 +418,1032 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
417
418
  } & {
418
419
  labelAriaHidden?: boolean;
419
420
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
421
+ export declare const TextAreaClear: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
422
+ view: {
423
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
424
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
425
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
426
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
427
+ };
428
+ size: {
429
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
430
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
431
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
432
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
433
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
434
+ };
435
+ hintView: {
436
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
437
+ };
438
+ hintSize: {
439
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
440
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
441
+ };
442
+ disabled: {
443
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
444
+ };
445
+ readOnly: {
446
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
447
+ };
448
+ }> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
449
+ status?: "" | "success" | "warning" | "error";
450
+ label?: string;
451
+ labelPlacement?: "inner" | "outer";
452
+ titleCaption?: import("react").ReactNode;
453
+ headerSlot?: import("react").ReactNode;
454
+ contentRight?: React.ReactElement;
455
+ resize?: "none" | "both" | "horizontal" | "vertical";
456
+ helperText?: string;
457
+ leftHelper?: import("react").ReactNode;
458
+ rightHelper?: import("react").ReactNode;
459
+ leftHelperPlacement?: "inner" | "outer";
460
+ } & {
461
+ required?: boolean;
462
+ requiredPlacement?: "left" | "right";
463
+ optional?: boolean;
464
+ optionalText?: string;
465
+ hasRequiredIndicator?: boolean;
466
+ } & {
467
+ hintText: string;
468
+ hintTrigger?: "hover" | "click";
469
+ hintOpened?: boolean;
470
+ hintView?: string;
471
+ hintSize?: string;
472
+ hintTargetIcon?: import("react").ReactNode;
473
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
474
+ hintHasArrow?: boolean;
475
+ hintOffset?: [number, number];
476
+ hintWidth?: string;
477
+ hintContentLeft?: import("react").ReactNode;
478
+ } & {
479
+ appearance?: "default" | "clear";
480
+ size?: string;
481
+ view?: string;
482
+ } & {
483
+ autoResize?: boolean | undefined;
484
+ maxAuto?: number | undefined;
485
+ minAuto?: number | undefined;
486
+ } & {
487
+ height?: undefined;
488
+ width?: undefined;
489
+ } & {
490
+ rows?: undefined;
491
+ cols?: undefined;
492
+ } & {
493
+ clear?: undefined;
494
+ hasDivider?: undefined;
495
+ } & {
496
+ labelAriaHidden?: boolean;
497
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
498
+ status?: "" | "success" | "warning" | "error";
499
+ label?: string;
500
+ labelPlacement?: "inner" | "outer";
501
+ titleCaption?: import("react").ReactNode;
502
+ headerSlot?: import("react").ReactNode;
503
+ contentRight?: React.ReactElement;
504
+ resize?: "none" | "both" | "horizontal" | "vertical";
505
+ helperText?: string;
506
+ leftHelper?: import("react").ReactNode;
507
+ rightHelper?: import("react").ReactNode;
508
+ leftHelperPlacement?: "inner" | "outer";
509
+ } & {
510
+ required?: boolean;
511
+ requiredPlacement?: "left" | "right";
512
+ optional?: boolean;
513
+ optionalText?: string;
514
+ hasRequiredIndicator?: boolean;
515
+ } & {
516
+ hintText: string;
517
+ hintTrigger?: "hover" | "click";
518
+ hintOpened?: boolean;
519
+ hintView?: string;
520
+ hintSize?: string;
521
+ hintTargetIcon?: import("react").ReactNode;
522
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
523
+ hintHasArrow?: boolean;
524
+ hintOffset?: [number, number];
525
+ hintWidth?: string;
526
+ hintContentLeft?: import("react").ReactNode;
527
+ } & {
528
+ appearance?: "default" | "clear";
529
+ size?: string;
530
+ view?: string;
531
+ } & {
532
+ height?: (number | string) | undefined;
533
+ width?: (number | string) | undefined;
534
+ } & {
535
+ autoResize?: undefined;
536
+ maxAuto?: undefined;
537
+ minAuto?: undefined;
538
+ } & {
539
+ rows?: undefined;
540
+ cols?: undefined;
541
+ } & {
542
+ clear?: undefined;
543
+ hasDivider?: undefined;
544
+ } & {
545
+ labelAriaHidden?: boolean;
546
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
547
+ status?: "" | "success" | "warning" | "error";
548
+ label?: string;
549
+ labelPlacement?: "inner" | "outer";
550
+ titleCaption?: import("react").ReactNode;
551
+ headerSlot?: import("react").ReactNode;
552
+ contentRight?: React.ReactElement;
553
+ resize?: "none" | "both" | "horizontal" | "vertical";
554
+ helperText?: string;
555
+ leftHelper?: import("react").ReactNode;
556
+ rightHelper?: import("react").ReactNode;
557
+ leftHelperPlacement?: "inner" | "outer";
558
+ } & {
559
+ required?: boolean;
560
+ requiredPlacement?: "left" | "right";
561
+ optional?: boolean;
562
+ optionalText?: string;
563
+ hasRequiredIndicator?: boolean;
564
+ } & {
565
+ hintText: string;
566
+ hintTrigger?: "hover" | "click";
567
+ hintOpened?: boolean;
568
+ hintView?: string;
569
+ hintSize?: string;
570
+ hintTargetIcon?: import("react").ReactNode;
571
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
572
+ hintHasArrow?: boolean;
573
+ hintOffset?: [number, number];
574
+ hintWidth?: string;
575
+ hintContentLeft?: import("react").ReactNode;
576
+ } & {
577
+ appearance?: "default" | "clear";
578
+ size?: string;
579
+ view?: string;
580
+ } & {
581
+ rows?: number | undefined;
582
+ cols?: number | undefined;
583
+ } & {
584
+ autoResize?: undefined;
585
+ maxAuto?: undefined;
586
+ minAuto?: undefined;
587
+ } & {
588
+ height?: undefined;
589
+ width?: undefined;
590
+ } & {
591
+ clear?: undefined;
592
+ hasDivider?: undefined;
593
+ } & {
594
+ labelAriaHidden?: boolean;
595
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
596
+ status?: "" | "success" | "warning" | "error";
597
+ label?: string;
598
+ labelPlacement?: "inner" | "outer";
599
+ titleCaption?: import("react").ReactNode;
600
+ headerSlot?: import("react").ReactNode;
601
+ contentRight?: React.ReactElement;
602
+ resize?: "none" | "both" | "horizontal" | "vertical";
603
+ helperText?: string;
604
+ leftHelper?: import("react").ReactNode;
605
+ rightHelper?: import("react").ReactNode;
606
+ leftHelperPlacement?: "inner" | "outer";
607
+ } & {
608
+ required?: boolean;
609
+ requiredPlacement?: "left" | "right";
610
+ optional?: boolean;
611
+ optionalText?: string;
612
+ hasRequiredIndicator?: boolean;
613
+ } & {
614
+ hintText: string;
615
+ hintTrigger?: "hover" | "click";
616
+ hintOpened?: boolean;
617
+ hintView?: string;
618
+ hintSize?: string;
619
+ hintTargetIcon?: import("react").ReactNode;
620
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
621
+ hintHasArrow?: boolean;
622
+ hintOffset?: [number, number];
623
+ hintWidth?: string;
624
+ hintContentLeft?: import("react").ReactNode;
625
+ } & {
626
+ appearance?: "default" | "clear";
627
+ size?: string;
628
+ view?: string;
629
+ } & {
630
+ clear?: true | undefined;
631
+ hasDivider?: boolean | undefined;
632
+ } & {
633
+ rows?: undefined;
634
+ cols?: undefined;
635
+ } & {
636
+ autoResize?: undefined;
637
+ maxAuto?: undefined;
638
+ minAuto?: undefined;
639
+ } & {
640
+ height?: undefined;
641
+ width?: undefined;
642
+ } & {
643
+ labelAriaHidden?: boolean;
644
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
645
+ status?: "" | "success" | "warning" | "error";
646
+ label?: string;
647
+ labelPlacement?: "inner" | "outer";
648
+ titleCaption?: import("react").ReactNode;
649
+ headerSlot?: import("react").ReactNode;
650
+ contentRight?: React.ReactElement;
651
+ resize?: "none" | "both" | "horizontal" | "vertical";
652
+ helperText?: string;
653
+ leftHelper?: import("react").ReactNode;
654
+ rightHelper?: import("react").ReactNode;
655
+ leftHelperPlacement?: "inner" | "outer";
656
+ } & {
657
+ required?: boolean;
658
+ requiredPlacement?: "left" | "right";
659
+ optional?: boolean;
660
+ optionalText?: string;
661
+ hasRequiredIndicator?: boolean;
662
+ } & {
663
+ hintText?: never;
664
+ hintOpened?: never;
665
+ hintTrigger?: never;
666
+ hintView?: never;
667
+ hintSize?: never;
668
+ hintTargetIcon?: never;
669
+ hintPlacement?: never;
670
+ hintHasArrow?: never;
671
+ hintOffset?: never;
672
+ hintWidth?: never;
673
+ hintContentLeft?: never;
674
+ } & {
675
+ appearance?: "default" | "clear";
676
+ size?: string;
677
+ view?: string;
678
+ } & {
679
+ autoResize?: boolean | undefined;
680
+ maxAuto?: number | undefined;
681
+ minAuto?: number | undefined;
682
+ } & {
683
+ height?: undefined;
684
+ width?: undefined;
685
+ } & {
686
+ rows?: undefined;
687
+ cols?: undefined;
688
+ } & {
689
+ clear?: undefined;
690
+ hasDivider?: undefined;
691
+ } & {
692
+ labelAriaHidden?: boolean;
693
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
694
+ status?: "" | "success" | "warning" | "error";
695
+ label?: string;
696
+ labelPlacement?: "inner" | "outer";
697
+ titleCaption?: import("react").ReactNode;
698
+ headerSlot?: import("react").ReactNode;
699
+ contentRight?: React.ReactElement;
700
+ resize?: "none" | "both" | "horizontal" | "vertical";
701
+ helperText?: string;
702
+ leftHelper?: import("react").ReactNode;
703
+ rightHelper?: import("react").ReactNode;
704
+ leftHelperPlacement?: "inner" | "outer";
705
+ } & {
706
+ required?: boolean;
707
+ requiredPlacement?: "left" | "right";
708
+ optional?: boolean;
709
+ optionalText?: string;
710
+ hasRequiredIndicator?: boolean;
711
+ } & {
712
+ hintText?: never;
713
+ hintOpened?: never;
714
+ hintTrigger?: never;
715
+ hintView?: never;
716
+ hintSize?: never;
717
+ hintTargetIcon?: never;
718
+ hintPlacement?: never;
719
+ hintHasArrow?: never;
720
+ hintOffset?: never;
721
+ hintWidth?: never;
722
+ hintContentLeft?: never;
723
+ } & {
724
+ appearance?: "default" | "clear";
725
+ size?: string;
726
+ view?: string;
727
+ } & {
728
+ height?: (number | string) | undefined;
729
+ width?: (number | string) | undefined;
730
+ } & {
731
+ autoResize?: undefined;
732
+ maxAuto?: undefined;
733
+ minAuto?: undefined;
734
+ } & {
735
+ rows?: undefined;
736
+ cols?: undefined;
737
+ } & {
738
+ clear?: undefined;
739
+ hasDivider?: undefined;
740
+ } & {
741
+ labelAriaHidden?: boolean;
742
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
743
+ status?: "" | "success" | "warning" | "error";
744
+ label?: string;
745
+ labelPlacement?: "inner" | "outer";
746
+ titleCaption?: import("react").ReactNode;
747
+ headerSlot?: import("react").ReactNode;
748
+ contentRight?: React.ReactElement;
749
+ resize?: "none" | "both" | "horizontal" | "vertical";
750
+ helperText?: string;
751
+ leftHelper?: import("react").ReactNode;
752
+ rightHelper?: import("react").ReactNode;
753
+ leftHelperPlacement?: "inner" | "outer";
754
+ } & {
755
+ required?: boolean;
756
+ requiredPlacement?: "left" | "right";
757
+ optional?: boolean;
758
+ optionalText?: string;
759
+ hasRequiredIndicator?: boolean;
760
+ } & {
761
+ hintText?: never;
762
+ hintOpened?: never;
763
+ hintTrigger?: never;
764
+ hintView?: never;
765
+ hintSize?: never;
766
+ hintTargetIcon?: never;
767
+ hintPlacement?: never;
768
+ hintHasArrow?: never;
769
+ hintOffset?: never;
770
+ hintWidth?: never;
771
+ hintContentLeft?: never;
772
+ } & {
773
+ appearance?: "default" | "clear";
774
+ size?: string;
775
+ view?: string;
776
+ } & {
777
+ rows?: number | undefined;
778
+ cols?: number | undefined;
779
+ } & {
780
+ autoResize?: undefined;
781
+ maxAuto?: undefined;
782
+ minAuto?: undefined;
783
+ } & {
784
+ height?: undefined;
785
+ width?: undefined;
786
+ } & {
787
+ clear?: undefined;
788
+ hasDivider?: undefined;
789
+ } & {
790
+ labelAriaHidden?: boolean;
791
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
792
+ status?: "" | "success" | "warning" | "error";
793
+ label?: string;
794
+ labelPlacement?: "inner" | "outer";
795
+ titleCaption?: import("react").ReactNode;
796
+ headerSlot?: import("react").ReactNode;
797
+ contentRight?: React.ReactElement;
798
+ resize?: "none" | "both" | "horizontal" | "vertical";
799
+ helperText?: string;
800
+ leftHelper?: import("react").ReactNode;
801
+ rightHelper?: import("react").ReactNode;
802
+ leftHelperPlacement?: "inner" | "outer";
803
+ } & {
804
+ required?: boolean;
805
+ requiredPlacement?: "left" | "right";
806
+ optional?: boolean;
807
+ optionalText?: string;
808
+ hasRequiredIndicator?: boolean;
809
+ } & {
810
+ hintText?: never;
811
+ hintOpened?: never;
812
+ hintTrigger?: never;
813
+ hintView?: never;
814
+ hintSize?: never;
815
+ hintTargetIcon?: never;
816
+ hintPlacement?: never;
817
+ hintHasArrow?: never;
818
+ hintOffset?: never;
819
+ hintWidth?: never;
820
+ hintContentLeft?: never;
821
+ } & {
822
+ appearance?: "default" | "clear";
823
+ size?: string;
824
+ view?: string;
825
+ } & {
826
+ clear?: true | undefined;
827
+ hasDivider?: boolean | undefined;
828
+ } & {
829
+ rows?: undefined;
830
+ cols?: undefined;
831
+ } & {
832
+ autoResize?: undefined;
833
+ maxAuto?: undefined;
834
+ minAuto?: undefined;
835
+ } & {
836
+ height?: undefined;
837
+ width?: undefined;
838
+ } & {
839
+ labelAriaHidden?: boolean;
840
+ } & import("react").RefAttributes<HTMLTextAreaElement>))>;
841
+ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
842
+ view: {
843
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
844
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
845
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
846
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
847
+ };
848
+ size: {
849
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
850
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
851
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
852
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
853
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
854
+ };
855
+ hintView: {
856
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
857
+ };
858
+ hintSize: {
859
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
860
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
861
+ };
862
+ disabled: {
863
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
864
+ };
865
+ readOnly: {
866
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
867
+ };
868
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
869
+ status?: "" | "success" | "warning" | "error";
870
+ label?: string;
871
+ labelPlacement?: "inner" | "outer";
872
+ titleCaption?: import("react").ReactNode;
873
+ headerSlot?: import("react").ReactNode;
874
+ contentRight?: React.ReactElement;
875
+ resize?: "none" | "both" | "horizontal" | "vertical";
876
+ helperText?: string;
877
+ leftHelper?: import("react").ReactNode;
878
+ rightHelper?: import("react").ReactNode;
879
+ leftHelperPlacement?: "inner" | "outer";
880
+ } & {
881
+ required?: boolean;
882
+ requiredPlacement?: "left" | "right";
883
+ optional?: boolean;
884
+ optionalText?: string;
885
+ hasRequiredIndicator?: boolean;
886
+ } & {
887
+ hintText: string;
888
+ hintTrigger?: "hover" | "click";
889
+ hintOpened?: boolean;
890
+ hintView?: string;
891
+ hintSize?: string;
892
+ hintTargetIcon?: import("react").ReactNode;
893
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
894
+ hintHasArrow?: boolean;
895
+ hintOffset?: [number, number];
896
+ hintWidth?: string;
897
+ hintContentLeft?: import("react").ReactNode;
898
+ } & {
899
+ appearance?: "default" | "clear";
900
+ size?: string;
901
+ view?: string;
902
+ } & {
903
+ autoResize?: boolean | undefined;
904
+ maxAuto?: number | undefined;
905
+ minAuto?: number | undefined;
906
+ } & {
907
+ height?: undefined;
908
+ width?: undefined;
909
+ } & {
910
+ rows?: undefined;
911
+ cols?: undefined;
912
+ } & {
913
+ clear?: undefined;
914
+ hasDivider?: undefined;
915
+ } & {
916
+ labelAriaHidden?: boolean;
917
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
918
+ view: {
919
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
920
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
921
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
922
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
923
+ };
924
+ size: {
925
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
926
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
927
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
928
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
929
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
930
+ };
931
+ hintView: {
932
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
933
+ };
934
+ hintSize: {
935
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
936
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
937
+ };
938
+ disabled: {
939
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
940
+ };
941
+ readOnly: {
942
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
943
+ };
944
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
945
+ status?: "" | "success" | "warning" | "error";
946
+ label?: string;
947
+ labelPlacement?: "inner" | "outer";
948
+ titleCaption?: import("react").ReactNode;
949
+ headerSlot?: import("react").ReactNode;
950
+ contentRight?: React.ReactElement;
951
+ resize?: "none" | "both" | "horizontal" | "vertical";
952
+ helperText?: string;
953
+ leftHelper?: import("react").ReactNode;
954
+ rightHelper?: import("react").ReactNode;
955
+ leftHelperPlacement?: "inner" | "outer";
956
+ } & {
957
+ required?: boolean;
958
+ requiredPlacement?: "left" | "right";
959
+ optional?: boolean;
960
+ optionalText?: string;
961
+ hasRequiredIndicator?: boolean;
962
+ } & {
963
+ hintText: string;
964
+ hintTrigger?: "hover" | "click";
965
+ hintOpened?: boolean;
966
+ hintView?: string;
967
+ hintSize?: string;
968
+ hintTargetIcon?: import("react").ReactNode;
969
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
970
+ hintHasArrow?: boolean;
971
+ hintOffset?: [number, number];
972
+ hintWidth?: string;
973
+ hintContentLeft?: import("react").ReactNode;
974
+ } & {
975
+ appearance?: "default" | "clear";
976
+ size?: string;
977
+ view?: string;
978
+ } & {
979
+ height?: (number | string) | undefined;
980
+ width?: (number | string) | undefined;
981
+ } & {
982
+ autoResize?: undefined;
983
+ maxAuto?: undefined;
984
+ minAuto?: undefined;
985
+ } & {
986
+ rows?: undefined;
987
+ cols?: undefined;
988
+ } & {
989
+ clear?: undefined;
990
+ hasDivider?: undefined;
991
+ } & {
992
+ labelAriaHidden?: boolean;
993
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
994
+ view: {
995
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
996
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
997
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
998
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
999
+ };
1000
+ size: {
1001
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1002
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1003
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1004
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1005
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1006
+ };
1007
+ hintView: {
1008
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1009
+ };
1010
+ hintSize: {
1011
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1012
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1013
+ };
1014
+ disabled: {
1015
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1016
+ };
1017
+ readOnly: {
1018
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1019
+ };
1020
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1021
+ status?: "" | "success" | "warning" | "error";
1022
+ label?: string;
1023
+ labelPlacement?: "inner" | "outer";
1024
+ titleCaption?: import("react").ReactNode;
1025
+ headerSlot?: import("react").ReactNode;
1026
+ contentRight?: React.ReactElement;
1027
+ resize?: "none" | "both" | "horizontal" | "vertical";
1028
+ helperText?: string;
1029
+ leftHelper?: import("react").ReactNode;
1030
+ rightHelper?: import("react").ReactNode;
1031
+ leftHelperPlacement?: "inner" | "outer";
1032
+ } & {
1033
+ required?: boolean;
1034
+ requiredPlacement?: "left" | "right";
1035
+ optional?: boolean;
1036
+ optionalText?: string;
1037
+ hasRequiredIndicator?: boolean;
1038
+ } & {
1039
+ hintText: string;
1040
+ hintTrigger?: "hover" | "click";
1041
+ hintOpened?: boolean;
1042
+ hintView?: string;
1043
+ hintSize?: string;
1044
+ hintTargetIcon?: import("react").ReactNode;
1045
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
1046
+ hintHasArrow?: boolean;
1047
+ hintOffset?: [number, number];
1048
+ hintWidth?: string;
1049
+ hintContentLeft?: import("react").ReactNode;
1050
+ } & {
1051
+ appearance?: "default" | "clear";
1052
+ size?: string;
1053
+ view?: string;
1054
+ } & {
1055
+ rows?: number | undefined;
1056
+ cols?: number | undefined;
1057
+ } & {
1058
+ autoResize?: undefined;
1059
+ maxAuto?: undefined;
1060
+ minAuto?: undefined;
1061
+ } & {
1062
+ height?: undefined;
1063
+ width?: undefined;
1064
+ } & {
1065
+ clear?: undefined;
1066
+ hasDivider?: undefined;
1067
+ } & {
1068
+ labelAriaHidden?: boolean;
1069
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1070
+ view: {
1071
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1072
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1073
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1074
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1075
+ };
1076
+ size: {
1077
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1078
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1079
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1080
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1081
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1082
+ };
1083
+ hintView: {
1084
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1085
+ };
1086
+ hintSize: {
1087
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1088
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1089
+ };
1090
+ disabled: {
1091
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1092
+ };
1093
+ readOnly: {
1094
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1095
+ };
1096
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1097
+ status?: "" | "success" | "warning" | "error";
1098
+ label?: string;
1099
+ labelPlacement?: "inner" | "outer";
1100
+ titleCaption?: import("react").ReactNode;
1101
+ headerSlot?: import("react").ReactNode;
1102
+ contentRight?: React.ReactElement;
1103
+ resize?: "none" | "both" | "horizontal" | "vertical";
1104
+ helperText?: string;
1105
+ leftHelper?: import("react").ReactNode;
1106
+ rightHelper?: import("react").ReactNode;
1107
+ leftHelperPlacement?: "inner" | "outer";
1108
+ } & {
1109
+ required?: boolean;
1110
+ requiredPlacement?: "left" | "right";
1111
+ optional?: boolean;
1112
+ optionalText?: string;
1113
+ hasRequiredIndicator?: boolean;
1114
+ } & {
1115
+ hintText: string;
1116
+ hintTrigger?: "hover" | "click";
1117
+ hintOpened?: boolean;
1118
+ hintView?: string;
1119
+ hintSize?: string;
1120
+ hintTargetIcon?: import("react").ReactNode;
1121
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
1122
+ hintHasArrow?: boolean;
1123
+ hintOffset?: [number, number];
1124
+ hintWidth?: string;
1125
+ hintContentLeft?: import("react").ReactNode;
1126
+ } & {
1127
+ appearance?: "default" | "clear";
1128
+ size?: string;
1129
+ view?: string;
1130
+ } & {
1131
+ clear?: true | undefined;
1132
+ hasDivider?: boolean | undefined;
1133
+ } & {
1134
+ rows?: undefined;
1135
+ cols?: undefined;
1136
+ } & {
1137
+ autoResize?: undefined;
1138
+ maxAuto?: undefined;
1139
+ minAuto?: undefined;
1140
+ } & {
1141
+ height?: undefined;
1142
+ width?: undefined;
1143
+ } & {
1144
+ labelAriaHidden?: boolean;
1145
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1146
+ view: {
1147
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1148
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1149
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1150
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1151
+ };
1152
+ size: {
1153
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1154
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1155
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1156
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1157
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1158
+ };
1159
+ hintView: {
1160
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1161
+ };
1162
+ hintSize: {
1163
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1164
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1165
+ };
1166
+ disabled: {
1167
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1168
+ };
1169
+ readOnly: {
1170
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1171
+ };
1172
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1173
+ status?: "" | "success" | "warning" | "error";
1174
+ label?: string;
1175
+ labelPlacement?: "inner" | "outer";
1176
+ titleCaption?: import("react").ReactNode;
1177
+ headerSlot?: import("react").ReactNode;
1178
+ contentRight?: React.ReactElement;
1179
+ resize?: "none" | "both" | "horizontal" | "vertical";
1180
+ helperText?: string;
1181
+ leftHelper?: import("react").ReactNode;
1182
+ rightHelper?: import("react").ReactNode;
1183
+ leftHelperPlacement?: "inner" | "outer";
1184
+ } & {
1185
+ required?: boolean;
1186
+ requiredPlacement?: "left" | "right";
1187
+ optional?: boolean;
1188
+ optionalText?: string;
1189
+ hasRequiredIndicator?: boolean;
1190
+ } & {
1191
+ hintText?: never;
1192
+ hintOpened?: never;
1193
+ hintTrigger?: never;
1194
+ hintView?: never;
1195
+ hintSize?: never;
1196
+ hintTargetIcon?: never;
1197
+ hintPlacement?: never;
1198
+ hintHasArrow?: never;
1199
+ hintOffset?: never;
1200
+ hintWidth?: never;
1201
+ hintContentLeft?: never;
1202
+ } & {
1203
+ appearance?: "default" | "clear";
1204
+ size?: string;
1205
+ view?: string;
1206
+ } & {
1207
+ autoResize?: boolean | undefined;
1208
+ maxAuto?: number | undefined;
1209
+ minAuto?: number | undefined;
1210
+ } & {
1211
+ height?: undefined;
1212
+ width?: undefined;
1213
+ } & {
1214
+ rows?: undefined;
1215
+ cols?: undefined;
1216
+ } & {
1217
+ clear?: undefined;
1218
+ hasDivider?: undefined;
1219
+ } & {
1220
+ labelAriaHidden?: boolean;
1221
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1222
+ view: {
1223
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1224
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1225
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1226
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1227
+ };
1228
+ size: {
1229
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1230
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1231
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1232
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1233
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1234
+ };
1235
+ hintView: {
1236
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1237
+ };
1238
+ hintSize: {
1239
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1240
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1241
+ };
1242
+ disabled: {
1243
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1244
+ };
1245
+ readOnly: {
1246
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1247
+ };
1248
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1249
+ status?: "" | "success" | "warning" | "error";
1250
+ label?: string;
1251
+ labelPlacement?: "inner" | "outer";
1252
+ titleCaption?: import("react").ReactNode;
1253
+ headerSlot?: import("react").ReactNode;
1254
+ contentRight?: React.ReactElement;
1255
+ resize?: "none" | "both" | "horizontal" | "vertical";
1256
+ helperText?: string;
1257
+ leftHelper?: import("react").ReactNode;
1258
+ rightHelper?: import("react").ReactNode;
1259
+ leftHelperPlacement?: "inner" | "outer";
1260
+ } & {
1261
+ required?: boolean;
1262
+ requiredPlacement?: "left" | "right";
1263
+ optional?: boolean;
1264
+ optionalText?: string;
1265
+ hasRequiredIndicator?: boolean;
1266
+ } & {
1267
+ hintText?: never;
1268
+ hintOpened?: never;
1269
+ hintTrigger?: never;
1270
+ hintView?: never;
1271
+ hintSize?: never;
1272
+ hintTargetIcon?: never;
1273
+ hintPlacement?: never;
1274
+ hintHasArrow?: never;
1275
+ hintOffset?: never;
1276
+ hintWidth?: never;
1277
+ hintContentLeft?: never;
1278
+ } & {
1279
+ appearance?: "default" | "clear";
1280
+ size?: string;
1281
+ view?: string;
1282
+ } & {
1283
+ height?: (number | string) | undefined;
1284
+ width?: (number | string) | undefined;
1285
+ } & {
1286
+ autoResize?: undefined;
1287
+ maxAuto?: undefined;
1288
+ minAuto?: undefined;
1289
+ } & {
1290
+ rows?: undefined;
1291
+ cols?: undefined;
1292
+ } & {
1293
+ clear?: undefined;
1294
+ hasDivider?: undefined;
1295
+ } & {
1296
+ labelAriaHidden?: boolean;
1297
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1298
+ view: {
1299
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1300
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1301
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1302
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1303
+ };
1304
+ size: {
1305
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1306
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1307
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1308
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1309
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1310
+ };
1311
+ hintView: {
1312
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1313
+ };
1314
+ hintSize: {
1315
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1316
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1317
+ };
1318
+ disabled: {
1319
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1320
+ };
1321
+ readOnly: {
1322
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1323
+ };
1324
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1325
+ status?: "" | "success" | "warning" | "error";
1326
+ label?: string;
1327
+ labelPlacement?: "inner" | "outer";
1328
+ titleCaption?: import("react").ReactNode;
1329
+ headerSlot?: import("react").ReactNode;
1330
+ contentRight?: React.ReactElement;
1331
+ resize?: "none" | "both" | "horizontal" | "vertical";
1332
+ helperText?: string;
1333
+ leftHelper?: import("react").ReactNode;
1334
+ rightHelper?: import("react").ReactNode;
1335
+ leftHelperPlacement?: "inner" | "outer";
1336
+ } & {
1337
+ required?: boolean;
1338
+ requiredPlacement?: "left" | "right";
1339
+ optional?: boolean;
1340
+ optionalText?: string;
1341
+ hasRequiredIndicator?: boolean;
1342
+ } & {
1343
+ hintText?: never;
1344
+ hintOpened?: never;
1345
+ hintTrigger?: never;
1346
+ hintView?: never;
1347
+ hintSize?: never;
1348
+ hintTargetIcon?: never;
1349
+ hintPlacement?: never;
1350
+ hintHasArrow?: never;
1351
+ hintOffset?: never;
1352
+ hintWidth?: never;
1353
+ hintContentLeft?: never;
1354
+ } & {
1355
+ appearance?: "default" | "clear";
1356
+ size?: string;
1357
+ view?: string;
1358
+ } & {
1359
+ rows?: number | undefined;
1360
+ cols?: number | undefined;
1361
+ } & {
1362
+ autoResize?: undefined;
1363
+ maxAuto?: undefined;
1364
+ minAuto?: undefined;
1365
+ } & {
1366
+ height?: undefined;
1367
+ width?: undefined;
1368
+ } & {
1369
+ clear?: undefined;
1370
+ hasDivider?: undefined;
1371
+ } & {
1372
+ labelAriaHidden?: boolean;
1373
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1374
+ view: {
1375
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1376
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1377
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1378
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1379
+ };
1380
+ size: {
1381
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1382
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1383
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1384
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1385
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1386
+ };
1387
+ hintView: {
1388
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1389
+ };
1390
+ hintSize: {
1391
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1392
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1393
+ };
1394
+ disabled: {
1395
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1396
+ };
1397
+ readOnly: {
1398
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1399
+ };
1400
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
1401
+ status?: "" | "success" | "warning" | "error";
1402
+ label?: string;
1403
+ labelPlacement?: "inner" | "outer";
1404
+ titleCaption?: import("react").ReactNode;
1405
+ headerSlot?: import("react").ReactNode;
1406
+ contentRight?: React.ReactElement;
1407
+ resize?: "none" | "both" | "horizontal" | "vertical";
1408
+ helperText?: string;
1409
+ leftHelper?: import("react").ReactNode;
1410
+ rightHelper?: import("react").ReactNode;
1411
+ leftHelperPlacement?: "inner" | "outer";
1412
+ } & {
1413
+ required?: boolean;
1414
+ requiredPlacement?: "left" | "right";
1415
+ optional?: boolean;
1416
+ optionalText?: string;
1417
+ hasRequiredIndicator?: boolean;
1418
+ } & {
1419
+ hintText?: never;
1420
+ hintOpened?: never;
1421
+ hintTrigger?: never;
1422
+ hintView?: never;
1423
+ hintSize?: never;
1424
+ hintTargetIcon?: never;
1425
+ hintPlacement?: never;
1426
+ hintHasArrow?: never;
1427
+ hintOffset?: never;
1428
+ hintWidth?: never;
1429
+ hintContentLeft?: never;
1430
+ } & {
1431
+ appearance?: "default" | "clear";
1432
+ size?: string;
1433
+ view?: string;
1434
+ } & {
1435
+ clear?: true | undefined;
1436
+ hasDivider?: boolean | undefined;
1437
+ } & {
1438
+ rows?: undefined;
1439
+ cols?: undefined;
1440
+ } & {
1441
+ autoResize?: undefined;
1442
+ maxAuto?: undefined;
1443
+ minAuto?: undefined;
1444
+ } & {
1445
+ height?: undefined;
1446
+ width?: undefined;
1447
+ } & {
1448
+ labelAriaHidden?: boolean;
1449
+ } & import("react").RefAttributes<HTMLTextAreaElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;