@salutejs/sdds-os 0.18.0-next-sbcom.0 → 0.18.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.
- package/dist/css/cjs/components/Button/Button.js +2 -1
- package/dist/css/cjs/components/Button/Button.js.map +1 -1
- package/dist/css/cjs/components/Select/Select.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.js +4 -7
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/components/Button/Button.js +2 -1
- package/dist/css/es/components/Button/Button.js.map +1 -1
- package/dist/css/es/components/Select/Select.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.js +8 -11
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/styled-components/cjs/components/Button/Button.js +2 -1
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +4 -9
- package/dist/styled-components/es/components/Button/Button.js +2 -1
- package/dist/styled-components/es/components/TextArea/TextArea.js +4 -9
- package/package.json +8 -8
- package/types/components/Attach/Attach.d.ts +16 -16
- package/types/components/Button/Button.d.ts +6 -6
- package/types/components/DatePicker/DatePicker.d.ts +1 -1
- package/types/components/EmbedIconButton/EmbedIconButton.d.ts +2 -2
- package/types/components/IconButton/IconButton.d.ts +2 -2
- package/types/components/Select/Select.d.ts +464 -285
- package/types/components/Select/index.d.ts +1 -1
- package/types/components/TextArea/TextArea.d.ts +613 -33
|
@@ -21,7 +21,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
21
21
|
disabled: {
|
|
22
22
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
23
|
};
|
|
24
|
-
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
24
|
+
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
25
25
|
status?: "" | "success" | "warning" | "error";
|
|
26
26
|
label?: string;
|
|
27
27
|
labelPlacement?: "inner" | "outer";
|
|
@@ -70,7 +70,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
70
70
|
hasDivider?: undefined;
|
|
71
71
|
} & {
|
|
72
72
|
labelAriaHidden?: boolean;
|
|
73
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
73
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
74
74
|
status?: "" | "success" | "warning" | "error";
|
|
75
75
|
label?: string;
|
|
76
76
|
labelPlacement?: "inner" | "outer";
|
|
@@ -119,7 +119,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
119
119
|
hasDivider?: undefined;
|
|
120
120
|
} & {
|
|
121
121
|
labelAriaHidden?: boolean;
|
|
122
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
122
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
123
123
|
status?: "" | "success" | "warning" | "error";
|
|
124
124
|
label?: string;
|
|
125
125
|
labelPlacement?: "inner" | "outer";
|
|
@@ -168,7 +168,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
168
168
|
hasDivider?: undefined;
|
|
169
169
|
} & {
|
|
170
170
|
labelAriaHidden?: boolean;
|
|
171
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
171
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
172
172
|
status?: "" | "success" | "warning" | "error";
|
|
173
173
|
label?: string;
|
|
174
174
|
labelPlacement?: "inner" | "outer";
|
|
@@ -217,7 +217,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
217
217
|
width?: undefined;
|
|
218
218
|
} & {
|
|
219
219
|
labelAriaHidden?: boolean;
|
|
220
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
220
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
221
221
|
status?: "" | "success" | "warning" | "error";
|
|
222
222
|
label?: string;
|
|
223
223
|
labelPlacement?: "inner" | "outer";
|
|
@@ -266,7 +266,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
266
266
|
hasDivider?: undefined;
|
|
267
267
|
} & {
|
|
268
268
|
labelAriaHidden?: boolean;
|
|
269
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
269
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
270
270
|
status?: "" | "success" | "warning" | "error";
|
|
271
271
|
label?: string;
|
|
272
272
|
labelPlacement?: "inner" | "outer";
|
|
@@ -315,7 +315,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
315
315
|
hasDivider?: undefined;
|
|
316
316
|
} & {
|
|
317
317
|
labelAriaHidden?: boolean;
|
|
318
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
318
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
319
319
|
status?: "" | "success" | "warning" | "error";
|
|
320
320
|
label?: string;
|
|
321
321
|
labelPlacement?: "inner" | "outer";
|
|
@@ -364,7 +364,7 @@ export declare const TextAreaDefault: import("react").FunctionComponent<import("
|
|
|
364
364
|
hasDivider?: undefined;
|
|
365
365
|
} & {
|
|
366
366
|
labelAriaHidden?: boolean;
|
|
367
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
367
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
368
368
|
status?: "" | "success" | "warning" | "error";
|
|
369
369
|
label?: string;
|
|
370
370
|
labelPlacement?: "inner" | "outer";
|
|
@@ -437,7 +437,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
437
437
|
readOnly: {
|
|
438
438
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
439
439
|
};
|
|
440
|
-
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
440
|
+
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
441
441
|
status?: "" | "success" | "warning" | "error";
|
|
442
442
|
label?: string;
|
|
443
443
|
labelPlacement?: "inner" | "outer";
|
|
@@ -486,7 +486,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
486
486
|
hasDivider?: undefined;
|
|
487
487
|
} & {
|
|
488
488
|
labelAriaHidden?: boolean;
|
|
489
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
489
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
490
490
|
status?: "" | "success" | "warning" | "error";
|
|
491
491
|
label?: string;
|
|
492
492
|
labelPlacement?: "inner" | "outer";
|
|
@@ -535,7 +535,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
535
535
|
hasDivider?: undefined;
|
|
536
536
|
} & {
|
|
537
537
|
labelAriaHidden?: boolean;
|
|
538
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
538
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
539
539
|
status?: "" | "success" | "warning" | "error";
|
|
540
540
|
label?: string;
|
|
541
541
|
labelPlacement?: "inner" | "outer";
|
|
@@ -584,7 +584,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
584
584
|
hasDivider?: undefined;
|
|
585
585
|
} & {
|
|
586
586
|
labelAriaHidden?: boolean;
|
|
587
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
587
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
588
588
|
status?: "" | "success" | "warning" | "error";
|
|
589
589
|
label?: string;
|
|
590
590
|
labelPlacement?: "inner" | "outer";
|
|
@@ -633,7 +633,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
633
633
|
width?: undefined;
|
|
634
634
|
} & {
|
|
635
635
|
labelAriaHidden?: boolean;
|
|
636
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
636
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
637
637
|
status?: "" | "success" | "warning" | "error";
|
|
638
638
|
label?: string;
|
|
639
639
|
labelPlacement?: "inner" | "outer";
|
|
@@ -682,7 +682,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
682
682
|
hasDivider?: undefined;
|
|
683
683
|
} & {
|
|
684
684
|
labelAriaHidden?: boolean;
|
|
685
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
685
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
686
686
|
status?: "" | "success" | "warning" | "error";
|
|
687
687
|
label?: string;
|
|
688
688
|
labelPlacement?: "inner" | "outer";
|
|
@@ -731,7 +731,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
731
731
|
hasDivider?: undefined;
|
|
732
732
|
} & {
|
|
733
733
|
labelAriaHidden?: boolean;
|
|
734
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
734
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
735
735
|
status?: "" | "success" | "warning" | "error";
|
|
736
736
|
label?: string;
|
|
737
737
|
labelPlacement?: "inner" | "outer";
|
|
@@ -780,7 +780,7 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
780
780
|
hasDivider?: undefined;
|
|
781
781
|
} & {
|
|
782
782
|
labelAriaHidden?: boolean;
|
|
783
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
783
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
784
784
|
status?: "" | "success" | "warning" | "error";
|
|
785
785
|
label?: string;
|
|
786
786
|
labelPlacement?: "inner" | "outer";
|
|
@@ -830,7 +830,585 @@ export declare const TextAreaClear: import("react").FunctionComponent<import("@s
|
|
|
830
830
|
} & {
|
|
831
831
|
labelAriaHidden?: boolean;
|
|
832
832
|
} & import("react").RefAttributes<HTMLTextAreaElement>))>;
|
|
833
|
-
export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
833
|
+
export declare const TextArea: import("react").ForwardRefExoticComponent<(((Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
834
|
+
view: {
|
|
835
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
836
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
837
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
838
|
+
};
|
|
839
|
+
size: {
|
|
840
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
841
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
842
|
+
};
|
|
843
|
+
hintView: {
|
|
844
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
845
|
+
};
|
|
846
|
+
hintSize: {
|
|
847
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
848
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
849
|
+
};
|
|
850
|
+
readOnly: {
|
|
851
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
852
|
+
};
|
|
853
|
+
disabled: {
|
|
854
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
855
|
+
};
|
|
856
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
857
|
+
status?: "" | "success" | "warning" | "error";
|
|
858
|
+
label?: string;
|
|
859
|
+
labelPlacement?: "inner" | "outer";
|
|
860
|
+
titleCaption?: import("react").ReactNode;
|
|
861
|
+
headerSlot?: import("react").ReactNode;
|
|
862
|
+
contentRight?: React.ReactElement;
|
|
863
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
864
|
+
helperText?: string;
|
|
865
|
+
leftHelper?: import("react").ReactNode;
|
|
866
|
+
rightHelper?: import("react").ReactNode;
|
|
867
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
868
|
+
} & {
|
|
869
|
+
required?: boolean;
|
|
870
|
+
requiredPlacement?: "left" | "right";
|
|
871
|
+
optional?: boolean;
|
|
872
|
+
optionalText?: string;
|
|
873
|
+
hasRequiredIndicator?: boolean;
|
|
874
|
+
} & {
|
|
875
|
+
hintText: string;
|
|
876
|
+
hintTrigger?: "hover" | "click";
|
|
877
|
+
hintOpened?: boolean;
|
|
878
|
+
hintView?: string;
|
|
879
|
+
hintSize?: string;
|
|
880
|
+
hintTargetIcon?: import("react").ReactNode;
|
|
881
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
|
|
882
|
+
hintHasArrow?: boolean;
|
|
883
|
+
hintOffset?: [number, number];
|
|
884
|
+
hintWidth?: string;
|
|
885
|
+
hintContentLeft?: import("react").ReactNode;
|
|
886
|
+
} & {
|
|
887
|
+
appearance?: "default" | "clear";
|
|
888
|
+
size?: string;
|
|
889
|
+
view?: string;
|
|
890
|
+
} & {
|
|
891
|
+
autoResize?: boolean | undefined;
|
|
892
|
+
maxAuto?: number | undefined;
|
|
893
|
+
minAuto?: number | undefined;
|
|
894
|
+
} & {
|
|
895
|
+
height?: undefined;
|
|
896
|
+
width?: undefined;
|
|
897
|
+
} & {
|
|
898
|
+
rows?: undefined;
|
|
899
|
+
cols?: undefined;
|
|
900
|
+
} & {
|
|
901
|
+
clear?: undefined;
|
|
902
|
+
hasDivider?: undefined;
|
|
903
|
+
} & {
|
|
904
|
+
labelAriaHidden?: boolean;
|
|
905
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
906
|
+
view: {
|
|
907
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
908
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
909
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
910
|
+
};
|
|
911
|
+
size: {
|
|
912
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
913
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
914
|
+
};
|
|
915
|
+
hintView: {
|
|
916
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
917
|
+
};
|
|
918
|
+
hintSize: {
|
|
919
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
920
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
921
|
+
};
|
|
922
|
+
readOnly: {
|
|
923
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
924
|
+
};
|
|
925
|
+
disabled: {
|
|
926
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
927
|
+
};
|
|
928
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
929
|
+
status?: "" | "success" | "warning" | "error";
|
|
930
|
+
label?: string;
|
|
931
|
+
labelPlacement?: "inner" | "outer";
|
|
932
|
+
titleCaption?: import("react").ReactNode;
|
|
933
|
+
headerSlot?: import("react").ReactNode;
|
|
934
|
+
contentRight?: React.ReactElement;
|
|
935
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
936
|
+
helperText?: string;
|
|
937
|
+
leftHelper?: import("react").ReactNode;
|
|
938
|
+
rightHelper?: import("react").ReactNode;
|
|
939
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
940
|
+
} & {
|
|
941
|
+
required?: boolean;
|
|
942
|
+
requiredPlacement?: "left" | "right";
|
|
943
|
+
optional?: boolean;
|
|
944
|
+
optionalText?: string;
|
|
945
|
+
hasRequiredIndicator?: boolean;
|
|
946
|
+
} & {
|
|
947
|
+
hintText: string;
|
|
948
|
+
hintTrigger?: "hover" | "click";
|
|
949
|
+
hintOpened?: boolean;
|
|
950
|
+
hintView?: string;
|
|
951
|
+
hintSize?: string;
|
|
952
|
+
hintTargetIcon?: import("react").ReactNode;
|
|
953
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
|
|
954
|
+
hintHasArrow?: boolean;
|
|
955
|
+
hintOffset?: [number, number];
|
|
956
|
+
hintWidth?: string;
|
|
957
|
+
hintContentLeft?: import("react").ReactNode;
|
|
958
|
+
} & {
|
|
959
|
+
appearance?: "default" | "clear";
|
|
960
|
+
size?: string;
|
|
961
|
+
view?: string;
|
|
962
|
+
} & {
|
|
963
|
+
height?: (number | string) | undefined;
|
|
964
|
+
width?: (number | string) | undefined;
|
|
965
|
+
} & {
|
|
966
|
+
autoResize?: undefined;
|
|
967
|
+
maxAuto?: undefined;
|
|
968
|
+
minAuto?: undefined;
|
|
969
|
+
} & {
|
|
970
|
+
rows?: undefined;
|
|
971
|
+
cols?: undefined;
|
|
972
|
+
} & {
|
|
973
|
+
clear?: undefined;
|
|
974
|
+
hasDivider?: undefined;
|
|
975
|
+
} & {
|
|
976
|
+
labelAriaHidden?: boolean;
|
|
977
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
978
|
+
view: {
|
|
979
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
980
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
981
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
982
|
+
};
|
|
983
|
+
size: {
|
|
984
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
985
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
986
|
+
};
|
|
987
|
+
hintView: {
|
|
988
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
989
|
+
};
|
|
990
|
+
hintSize: {
|
|
991
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
992
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
993
|
+
};
|
|
994
|
+
readOnly: {
|
|
995
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
996
|
+
};
|
|
997
|
+
disabled: {
|
|
998
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
999
|
+
};
|
|
1000
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1001
|
+
status?: "" | "success" | "warning" | "error";
|
|
1002
|
+
label?: string;
|
|
1003
|
+
labelPlacement?: "inner" | "outer";
|
|
1004
|
+
titleCaption?: import("react").ReactNode;
|
|
1005
|
+
headerSlot?: import("react").ReactNode;
|
|
1006
|
+
contentRight?: React.ReactElement;
|
|
1007
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1008
|
+
helperText?: string;
|
|
1009
|
+
leftHelper?: import("react").ReactNode;
|
|
1010
|
+
rightHelper?: import("react").ReactNode;
|
|
1011
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1012
|
+
} & {
|
|
1013
|
+
required?: boolean;
|
|
1014
|
+
requiredPlacement?: "left" | "right";
|
|
1015
|
+
optional?: boolean;
|
|
1016
|
+
optionalText?: string;
|
|
1017
|
+
hasRequiredIndicator?: boolean;
|
|
1018
|
+
} & {
|
|
1019
|
+
hintText: string;
|
|
1020
|
+
hintTrigger?: "hover" | "click";
|
|
1021
|
+
hintOpened?: boolean;
|
|
1022
|
+
hintView?: string;
|
|
1023
|
+
hintSize?: string;
|
|
1024
|
+
hintTargetIcon?: import("react").ReactNode;
|
|
1025
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
|
|
1026
|
+
hintHasArrow?: boolean;
|
|
1027
|
+
hintOffset?: [number, number];
|
|
1028
|
+
hintWidth?: string;
|
|
1029
|
+
hintContentLeft?: import("react").ReactNode;
|
|
1030
|
+
} & {
|
|
1031
|
+
appearance?: "default" | "clear";
|
|
1032
|
+
size?: string;
|
|
1033
|
+
view?: string;
|
|
1034
|
+
} & {
|
|
1035
|
+
rows?: number | undefined;
|
|
1036
|
+
cols?: number | undefined;
|
|
1037
|
+
} & {
|
|
1038
|
+
autoResize?: undefined;
|
|
1039
|
+
maxAuto?: undefined;
|
|
1040
|
+
minAuto?: undefined;
|
|
1041
|
+
} & {
|
|
1042
|
+
height?: undefined;
|
|
1043
|
+
width?: undefined;
|
|
1044
|
+
} & {
|
|
1045
|
+
clear?: undefined;
|
|
1046
|
+
hasDivider?: undefined;
|
|
1047
|
+
} & {
|
|
1048
|
+
labelAriaHidden?: boolean;
|
|
1049
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1050
|
+
view: {
|
|
1051
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1052
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1053
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1054
|
+
};
|
|
1055
|
+
size: {
|
|
1056
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1057
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1058
|
+
};
|
|
1059
|
+
hintView: {
|
|
1060
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1061
|
+
};
|
|
1062
|
+
hintSize: {
|
|
1063
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1064
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1065
|
+
};
|
|
1066
|
+
readOnly: {
|
|
1067
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1068
|
+
};
|
|
1069
|
+
disabled: {
|
|
1070
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1071
|
+
};
|
|
1072
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1073
|
+
status?: "" | "success" | "warning" | "error";
|
|
1074
|
+
label?: string;
|
|
1075
|
+
labelPlacement?: "inner" | "outer";
|
|
1076
|
+
titleCaption?: import("react").ReactNode;
|
|
1077
|
+
headerSlot?: import("react").ReactNode;
|
|
1078
|
+
contentRight?: React.ReactElement;
|
|
1079
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1080
|
+
helperText?: string;
|
|
1081
|
+
leftHelper?: import("react").ReactNode;
|
|
1082
|
+
rightHelper?: import("react").ReactNode;
|
|
1083
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1084
|
+
} & {
|
|
1085
|
+
required?: boolean;
|
|
1086
|
+
requiredPlacement?: "left" | "right";
|
|
1087
|
+
optional?: boolean;
|
|
1088
|
+
optionalText?: string;
|
|
1089
|
+
hasRequiredIndicator?: boolean;
|
|
1090
|
+
} & {
|
|
1091
|
+
hintText: string;
|
|
1092
|
+
hintTrigger?: "hover" | "click";
|
|
1093
|
+
hintOpened?: boolean;
|
|
1094
|
+
hintView?: string;
|
|
1095
|
+
hintSize?: string;
|
|
1096
|
+
hintTargetIcon?: import("react").ReactNode;
|
|
1097
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
|
|
1098
|
+
hintHasArrow?: boolean;
|
|
1099
|
+
hintOffset?: [number, number];
|
|
1100
|
+
hintWidth?: string;
|
|
1101
|
+
hintContentLeft?: import("react").ReactNode;
|
|
1102
|
+
} & {
|
|
1103
|
+
appearance?: "default" | "clear";
|
|
1104
|
+
size?: string;
|
|
1105
|
+
view?: string;
|
|
1106
|
+
} & {
|
|
1107
|
+
clear?: true | undefined;
|
|
1108
|
+
hasDivider?: boolean | undefined;
|
|
1109
|
+
} & {
|
|
1110
|
+
rows?: undefined;
|
|
1111
|
+
cols?: undefined;
|
|
1112
|
+
} & {
|
|
1113
|
+
autoResize?: undefined;
|
|
1114
|
+
maxAuto?: undefined;
|
|
1115
|
+
minAuto?: undefined;
|
|
1116
|
+
} & {
|
|
1117
|
+
height?: undefined;
|
|
1118
|
+
width?: undefined;
|
|
1119
|
+
} & {
|
|
1120
|
+
labelAriaHidden?: boolean;
|
|
1121
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1122
|
+
view: {
|
|
1123
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1124
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1125
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1126
|
+
};
|
|
1127
|
+
size: {
|
|
1128
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1129
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1130
|
+
};
|
|
1131
|
+
hintView: {
|
|
1132
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1133
|
+
};
|
|
1134
|
+
hintSize: {
|
|
1135
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1136
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1137
|
+
};
|
|
1138
|
+
readOnly: {
|
|
1139
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1140
|
+
};
|
|
1141
|
+
disabled: {
|
|
1142
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1143
|
+
};
|
|
1144
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1145
|
+
status?: "" | "success" | "warning" | "error";
|
|
1146
|
+
label?: string;
|
|
1147
|
+
labelPlacement?: "inner" | "outer";
|
|
1148
|
+
titleCaption?: import("react").ReactNode;
|
|
1149
|
+
headerSlot?: import("react").ReactNode;
|
|
1150
|
+
contentRight?: React.ReactElement;
|
|
1151
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1152
|
+
helperText?: string;
|
|
1153
|
+
leftHelper?: import("react").ReactNode;
|
|
1154
|
+
rightHelper?: import("react").ReactNode;
|
|
1155
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1156
|
+
} & {
|
|
1157
|
+
required?: boolean;
|
|
1158
|
+
requiredPlacement?: "left" | "right";
|
|
1159
|
+
optional?: boolean;
|
|
1160
|
+
optionalText?: string;
|
|
1161
|
+
hasRequiredIndicator?: boolean;
|
|
1162
|
+
} & {
|
|
1163
|
+
hintText?: never;
|
|
1164
|
+
hintOpened?: never;
|
|
1165
|
+
hintTrigger?: never;
|
|
1166
|
+
hintView?: never;
|
|
1167
|
+
hintSize?: never;
|
|
1168
|
+
hintTargetIcon?: never;
|
|
1169
|
+
hintPlacement?: never;
|
|
1170
|
+
hintHasArrow?: never;
|
|
1171
|
+
hintOffset?: never;
|
|
1172
|
+
hintWidth?: never;
|
|
1173
|
+
hintContentLeft?: never;
|
|
1174
|
+
} & {
|
|
1175
|
+
appearance?: "default" | "clear";
|
|
1176
|
+
size?: string;
|
|
1177
|
+
view?: string;
|
|
1178
|
+
} & {
|
|
1179
|
+
autoResize?: boolean | undefined;
|
|
1180
|
+
maxAuto?: number | undefined;
|
|
1181
|
+
minAuto?: number | undefined;
|
|
1182
|
+
} & {
|
|
1183
|
+
height?: undefined;
|
|
1184
|
+
width?: undefined;
|
|
1185
|
+
} & {
|
|
1186
|
+
rows?: undefined;
|
|
1187
|
+
cols?: undefined;
|
|
1188
|
+
} & {
|
|
1189
|
+
clear?: undefined;
|
|
1190
|
+
hasDivider?: undefined;
|
|
1191
|
+
} & {
|
|
1192
|
+
labelAriaHidden?: boolean;
|
|
1193
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1194
|
+
view: {
|
|
1195
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1196
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1197
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1198
|
+
};
|
|
1199
|
+
size: {
|
|
1200
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1201
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1202
|
+
};
|
|
1203
|
+
hintView: {
|
|
1204
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1205
|
+
};
|
|
1206
|
+
hintSize: {
|
|
1207
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1208
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1209
|
+
};
|
|
1210
|
+
readOnly: {
|
|
1211
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1212
|
+
};
|
|
1213
|
+
disabled: {
|
|
1214
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1215
|
+
};
|
|
1216
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1217
|
+
status?: "" | "success" | "warning" | "error";
|
|
1218
|
+
label?: string;
|
|
1219
|
+
labelPlacement?: "inner" | "outer";
|
|
1220
|
+
titleCaption?: import("react").ReactNode;
|
|
1221
|
+
headerSlot?: import("react").ReactNode;
|
|
1222
|
+
contentRight?: React.ReactElement;
|
|
1223
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1224
|
+
helperText?: string;
|
|
1225
|
+
leftHelper?: import("react").ReactNode;
|
|
1226
|
+
rightHelper?: import("react").ReactNode;
|
|
1227
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1228
|
+
} & {
|
|
1229
|
+
required?: boolean;
|
|
1230
|
+
requiredPlacement?: "left" | "right";
|
|
1231
|
+
optional?: boolean;
|
|
1232
|
+
optionalText?: string;
|
|
1233
|
+
hasRequiredIndicator?: boolean;
|
|
1234
|
+
} & {
|
|
1235
|
+
hintText?: never;
|
|
1236
|
+
hintOpened?: never;
|
|
1237
|
+
hintTrigger?: never;
|
|
1238
|
+
hintView?: never;
|
|
1239
|
+
hintSize?: never;
|
|
1240
|
+
hintTargetIcon?: never;
|
|
1241
|
+
hintPlacement?: never;
|
|
1242
|
+
hintHasArrow?: never;
|
|
1243
|
+
hintOffset?: never;
|
|
1244
|
+
hintWidth?: never;
|
|
1245
|
+
hintContentLeft?: never;
|
|
1246
|
+
} & {
|
|
1247
|
+
appearance?: "default" | "clear";
|
|
1248
|
+
size?: string;
|
|
1249
|
+
view?: string;
|
|
1250
|
+
} & {
|
|
1251
|
+
height?: (number | string) | undefined;
|
|
1252
|
+
width?: (number | string) | undefined;
|
|
1253
|
+
} & {
|
|
1254
|
+
autoResize?: undefined;
|
|
1255
|
+
maxAuto?: undefined;
|
|
1256
|
+
minAuto?: undefined;
|
|
1257
|
+
} & {
|
|
1258
|
+
rows?: undefined;
|
|
1259
|
+
cols?: undefined;
|
|
1260
|
+
} & {
|
|
1261
|
+
clear?: undefined;
|
|
1262
|
+
hasDivider?: undefined;
|
|
1263
|
+
} & {
|
|
1264
|
+
labelAriaHidden?: boolean;
|
|
1265
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1266
|
+
view: {
|
|
1267
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1268
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1269
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1270
|
+
};
|
|
1271
|
+
size: {
|
|
1272
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1273
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1274
|
+
};
|
|
1275
|
+
hintView: {
|
|
1276
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1277
|
+
};
|
|
1278
|
+
hintSize: {
|
|
1279
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1280
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1281
|
+
};
|
|
1282
|
+
readOnly: {
|
|
1283
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1284
|
+
};
|
|
1285
|
+
disabled: {
|
|
1286
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1287
|
+
};
|
|
1288
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1289
|
+
status?: "" | "success" | "warning" | "error";
|
|
1290
|
+
label?: string;
|
|
1291
|
+
labelPlacement?: "inner" | "outer";
|
|
1292
|
+
titleCaption?: import("react").ReactNode;
|
|
1293
|
+
headerSlot?: import("react").ReactNode;
|
|
1294
|
+
contentRight?: React.ReactElement;
|
|
1295
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1296
|
+
helperText?: string;
|
|
1297
|
+
leftHelper?: import("react").ReactNode;
|
|
1298
|
+
rightHelper?: import("react").ReactNode;
|
|
1299
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1300
|
+
} & {
|
|
1301
|
+
required?: boolean;
|
|
1302
|
+
requiredPlacement?: "left" | "right";
|
|
1303
|
+
optional?: boolean;
|
|
1304
|
+
optionalText?: string;
|
|
1305
|
+
hasRequiredIndicator?: boolean;
|
|
1306
|
+
} & {
|
|
1307
|
+
hintText?: never;
|
|
1308
|
+
hintOpened?: never;
|
|
1309
|
+
hintTrigger?: never;
|
|
1310
|
+
hintView?: never;
|
|
1311
|
+
hintSize?: never;
|
|
1312
|
+
hintTargetIcon?: never;
|
|
1313
|
+
hintPlacement?: never;
|
|
1314
|
+
hintHasArrow?: never;
|
|
1315
|
+
hintOffset?: never;
|
|
1316
|
+
hintWidth?: never;
|
|
1317
|
+
hintContentLeft?: never;
|
|
1318
|
+
} & {
|
|
1319
|
+
appearance?: "default" | "clear";
|
|
1320
|
+
size?: string;
|
|
1321
|
+
view?: string;
|
|
1322
|
+
} & {
|
|
1323
|
+
rows?: number | undefined;
|
|
1324
|
+
cols?: number | undefined;
|
|
1325
|
+
} & {
|
|
1326
|
+
autoResize?: undefined;
|
|
1327
|
+
maxAuto?: undefined;
|
|
1328
|
+
minAuto?: undefined;
|
|
1329
|
+
} & {
|
|
1330
|
+
height?: undefined;
|
|
1331
|
+
width?: undefined;
|
|
1332
|
+
} & {
|
|
1333
|
+
clear?: undefined;
|
|
1334
|
+
hasDivider?: undefined;
|
|
1335
|
+
} & {
|
|
1336
|
+
labelAriaHidden?: boolean;
|
|
1337
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1338
|
+
view: {
|
|
1339
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1340
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1341
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1342
|
+
};
|
|
1343
|
+
size: {
|
|
1344
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1345
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1346
|
+
};
|
|
1347
|
+
hintView: {
|
|
1348
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1349
|
+
};
|
|
1350
|
+
hintSize: {
|
|
1351
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1352
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1353
|
+
};
|
|
1354
|
+
readOnly: {
|
|
1355
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1356
|
+
};
|
|
1357
|
+
disabled: {
|
|
1358
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1359
|
+
};
|
|
1360
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1361
|
+
status?: "" | "success" | "warning" | "error";
|
|
1362
|
+
label?: string;
|
|
1363
|
+
labelPlacement?: "inner" | "outer";
|
|
1364
|
+
titleCaption?: import("react").ReactNode;
|
|
1365
|
+
headerSlot?: import("react").ReactNode;
|
|
1366
|
+
contentRight?: React.ReactElement;
|
|
1367
|
+
resize?: "none" | "both" | "horizontal" | "vertical";
|
|
1368
|
+
helperText?: string;
|
|
1369
|
+
leftHelper?: import("react").ReactNode;
|
|
1370
|
+
rightHelper?: import("react").ReactNode;
|
|
1371
|
+
leftHelperPlacement?: "inner" | "outer";
|
|
1372
|
+
} & {
|
|
1373
|
+
required?: boolean;
|
|
1374
|
+
requiredPlacement?: "left" | "right";
|
|
1375
|
+
optional?: boolean;
|
|
1376
|
+
optionalText?: string;
|
|
1377
|
+
hasRequiredIndicator?: boolean;
|
|
1378
|
+
} & {
|
|
1379
|
+
hintText?: never;
|
|
1380
|
+
hintOpened?: never;
|
|
1381
|
+
hintTrigger?: never;
|
|
1382
|
+
hintView?: never;
|
|
1383
|
+
hintSize?: never;
|
|
1384
|
+
hintTargetIcon?: never;
|
|
1385
|
+
hintPlacement?: never;
|
|
1386
|
+
hintHasArrow?: never;
|
|
1387
|
+
hintOffset?: never;
|
|
1388
|
+
hintWidth?: never;
|
|
1389
|
+
hintContentLeft?: never;
|
|
1390
|
+
} & {
|
|
1391
|
+
appearance?: "default" | "clear";
|
|
1392
|
+
size?: string;
|
|
1393
|
+
view?: string;
|
|
1394
|
+
} & {
|
|
1395
|
+
clear?: true | undefined;
|
|
1396
|
+
hasDivider?: boolean | undefined;
|
|
1397
|
+
} & {
|
|
1398
|
+
rows?: undefined;
|
|
1399
|
+
cols?: undefined;
|
|
1400
|
+
} & {
|
|
1401
|
+
autoResize?: undefined;
|
|
1402
|
+
maxAuto?: undefined;
|
|
1403
|
+
minAuto?: undefined;
|
|
1404
|
+
} & {
|
|
1405
|
+
height?: undefined;
|
|
1406
|
+
width?: undefined;
|
|
1407
|
+
} & {
|
|
1408
|
+
labelAriaHidden?: boolean;
|
|
1409
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance">) & {
|
|
1410
|
+
appearance?: "default";
|
|
1411
|
+
}) | ((Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
834
1412
|
view: {
|
|
835
1413
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
836
1414
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -853,7 +1431,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
853
1431
|
readOnly: {
|
|
854
1432
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
855
1433
|
};
|
|
856
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1434
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
857
1435
|
status?: "" | "success" | "warning" | "error";
|
|
858
1436
|
label?: string;
|
|
859
1437
|
labelPlacement?: "inner" | "outer";
|
|
@@ -902,7 +1480,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
902
1480
|
hasDivider?: undefined;
|
|
903
1481
|
} & {
|
|
904
1482
|
labelAriaHidden?: boolean;
|
|
905
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1483
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
906
1484
|
view: {
|
|
907
1485
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
908
1486
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -925,7 +1503,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
925
1503
|
readOnly: {
|
|
926
1504
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
927
1505
|
};
|
|
928
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1506
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
929
1507
|
status?: "" | "success" | "warning" | "error";
|
|
930
1508
|
label?: string;
|
|
931
1509
|
labelPlacement?: "inner" | "outer";
|
|
@@ -974,7 +1552,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
974
1552
|
hasDivider?: undefined;
|
|
975
1553
|
} & {
|
|
976
1554
|
labelAriaHidden?: boolean;
|
|
977
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1555
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
978
1556
|
view: {
|
|
979
1557
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
980
1558
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -997,7 +1575,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
997
1575
|
readOnly: {
|
|
998
1576
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
999
1577
|
};
|
|
1000
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1578
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1001
1579
|
status?: "" | "success" | "warning" | "error";
|
|
1002
1580
|
label?: string;
|
|
1003
1581
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1046,7 +1624,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1046
1624
|
hasDivider?: undefined;
|
|
1047
1625
|
} & {
|
|
1048
1626
|
labelAriaHidden?: boolean;
|
|
1049
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1627
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1050
1628
|
view: {
|
|
1051
1629
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1052
1630
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1069,7 +1647,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1069
1647
|
readOnly: {
|
|
1070
1648
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1071
1649
|
};
|
|
1072
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1650
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1073
1651
|
status?: "" | "success" | "warning" | "error";
|
|
1074
1652
|
label?: string;
|
|
1075
1653
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1118,7 +1696,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1118
1696
|
width?: undefined;
|
|
1119
1697
|
} & {
|
|
1120
1698
|
labelAriaHidden?: boolean;
|
|
1121
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1699
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1122
1700
|
view: {
|
|
1123
1701
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1124
1702
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1141,7 +1719,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1141
1719
|
readOnly: {
|
|
1142
1720
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1143
1721
|
};
|
|
1144
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1722
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1145
1723
|
status?: "" | "success" | "warning" | "error";
|
|
1146
1724
|
label?: string;
|
|
1147
1725
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1190,7 +1768,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1190
1768
|
hasDivider?: undefined;
|
|
1191
1769
|
} & {
|
|
1192
1770
|
labelAriaHidden?: boolean;
|
|
1193
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1771
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1194
1772
|
view: {
|
|
1195
1773
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1196
1774
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1213,7 +1791,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1213
1791
|
readOnly: {
|
|
1214
1792
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1215
1793
|
};
|
|
1216
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1794
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1217
1795
|
status?: "" | "success" | "warning" | "error";
|
|
1218
1796
|
label?: string;
|
|
1219
1797
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1262,7 +1840,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1262
1840
|
hasDivider?: undefined;
|
|
1263
1841
|
} & {
|
|
1264
1842
|
labelAriaHidden?: boolean;
|
|
1265
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1843
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1266
1844
|
view: {
|
|
1267
1845
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1268
1846
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1285,7 +1863,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1285
1863
|
readOnly: {
|
|
1286
1864
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1287
1865
|
};
|
|
1288
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1866
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1289
1867
|
status?: "" | "success" | "warning" | "error";
|
|
1290
1868
|
label?: string;
|
|
1291
1869
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1334,7 +1912,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1334
1912
|
hasDivider?: undefined;
|
|
1335
1913
|
} & {
|
|
1336
1914
|
labelAriaHidden?: boolean;
|
|
1337
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1915
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1338
1916
|
view: {
|
|
1339
1917
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1340
1918
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1357,7 +1935,7 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1357
1935
|
readOnly: {
|
|
1358
1936
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
1359
1937
|
};
|
|
1360
|
-
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "
|
|
1938
|
+
}> & Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
|
1361
1939
|
status?: "" | "success" | "warning" | "error";
|
|
1362
1940
|
label?: string;
|
|
1363
1941
|
labelPlacement?: "inner" | "outer";
|
|
@@ -1406,4 +1984,6 @@ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<i
|
|
|
1406
1984
|
width?: undefined;
|
|
1407
1985
|
} & {
|
|
1408
1986
|
labelAriaHidden?: boolean;
|
|
1409
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">) &
|
|
1987
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>, "ref">, "appearance">) & {
|
|
1988
|
+
appearance: "clear";
|
|
1989
|
+
})) & import("react").RefAttributes<HTMLTextAreaElement>>;
|