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