@salutejs/sdds-dfa 0.178.1-dev.0 → 0.179.0-canary.1556.12000565719.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +3696 -1202
- package/components/Autocomplete/Autocomplete.d.ts +631 -39
- package/components/Combobox/Combobox.d.ts +492 -36
- package/components/DatePicker/DatePicker.d.ts +47 -1
- package/components/Mask/Mask.d.ts +1239 -39
- package/components/Select/Select.d.ts +288 -14
- package/components/TextArea/TextArea.d.ts +16 -32
- package/components/TextField/TextField.d.ts +711 -39
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +8035 -0
@@ -39,7 +39,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
39
39
|
disabled?: boolean | undefined;
|
40
40
|
} & {
|
41
41
|
label?: string | undefined;
|
42
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
43
42
|
titleCaption?: import("react").ReactNode;
|
44
43
|
leftHelper?: string | undefined;
|
45
44
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -48,9 +47,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
48
47
|
textAfter?: string | undefined;
|
49
48
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
50
49
|
} & {
|
51
|
-
|
50
|
+
labelPlacement: "inner";
|
51
|
+
hasPlaceholder?: boolean | undefined;
|
52
52
|
} & {
|
53
53
|
required: true;
|
54
|
+
requiredPlacement?: "right" | "left" | undefined;
|
54
55
|
optional?: false | undefined;
|
55
56
|
} & {
|
56
57
|
clear?: boolean | undefined;
|
@@ -112,7 +113,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
112
113
|
disabled?: boolean | undefined;
|
113
114
|
} & {
|
114
115
|
label?: string | undefined;
|
115
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
116
116
|
titleCaption?: import("react").ReactNode;
|
117
117
|
leftHelper?: string | undefined;
|
118
118
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -121,9 +121,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
121
121
|
textAfter?: string | undefined;
|
122
122
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
123
123
|
} & {
|
124
|
-
|
124
|
+
labelPlacement: "inner";
|
125
|
+
hasPlaceholder?: boolean | undefined;
|
125
126
|
} & {
|
126
127
|
required: true;
|
128
|
+
requiredPlacement?: "right" | "left" | undefined;
|
127
129
|
optional?: false | undefined;
|
128
130
|
} & {
|
129
131
|
clear?: boolean | undefined;
|
@@ -185,7 +187,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
185
187
|
disabled?: boolean | undefined;
|
186
188
|
} & {
|
187
189
|
label?: string | undefined;
|
188
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
189
190
|
titleCaption?: import("react").ReactNode;
|
190
191
|
leftHelper?: string | undefined;
|
191
192
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -194,9 +195,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
194
195
|
textAfter?: string | undefined;
|
195
196
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
196
197
|
} & {
|
197
|
-
|
198
|
+
labelPlacement: "inner";
|
199
|
+
hasPlaceholder?: boolean | undefined;
|
198
200
|
} & {
|
199
201
|
required: true;
|
202
|
+
requiredPlacement?: "right" | "left" | undefined;
|
200
203
|
optional?: false | undefined;
|
201
204
|
} & {
|
202
205
|
clear?: boolean | undefined;
|
@@ -258,7 +261,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
258
261
|
disabled?: boolean | undefined;
|
259
262
|
} & {
|
260
263
|
label?: string | undefined;
|
261
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
262
264
|
titleCaption?: import("react").ReactNode;
|
263
265
|
leftHelper?: string | undefined;
|
264
266
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -267,9 +269,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
267
269
|
textAfter?: string | undefined;
|
268
270
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
269
271
|
} & {
|
270
|
-
|
272
|
+
labelPlacement: "inner";
|
273
|
+
hasPlaceholder?: boolean | undefined;
|
271
274
|
} & {
|
272
275
|
required: true;
|
276
|
+
requiredPlacement?: "right" | "left" | undefined;
|
273
277
|
optional?: false | undefined;
|
274
278
|
} & {
|
275
279
|
clear?: boolean | undefined;
|
@@ -331,7 +335,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
331
335
|
disabled?: boolean | undefined;
|
332
336
|
} & {
|
333
337
|
label?: string | undefined;
|
334
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
335
338
|
titleCaption?: import("react").ReactNode;
|
336
339
|
leftHelper?: string | undefined;
|
337
340
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -340,9 +343,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
340
343
|
textAfter?: string | undefined;
|
341
344
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
342
345
|
} & {
|
343
|
-
|
346
|
+
labelPlacement: "inner";
|
347
|
+
hasPlaceholder?: boolean | undefined;
|
344
348
|
} & {
|
345
349
|
required: true;
|
350
|
+
requiredPlacement?: "right" | "left" | undefined;
|
346
351
|
optional?: false | undefined;
|
347
352
|
} & {
|
348
353
|
clear?: false | undefined;
|
@@ -404,7 +409,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
404
409
|
disabled?: boolean | undefined;
|
405
410
|
} & {
|
406
411
|
label?: string | undefined;
|
407
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
408
412
|
titleCaption?: import("react").ReactNode;
|
409
413
|
leftHelper?: string | undefined;
|
410
414
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -413,9 +417,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
413
417
|
textAfter?: string | undefined;
|
414
418
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
415
419
|
} & {
|
416
|
-
|
420
|
+
labelPlacement: "inner";
|
421
|
+
hasPlaceholder?: boolean | undefined;
|
417
422
|
} & {
|
418
423
|
required: true;
|
424
|
+
requiredPlacement?: "right" | "left" | undefined;
|
419
425
|
optional?: false | undefined;
|
420
426
|
} & {
|
421
427
|
clear?: false | undefined;
|
@@ -477,7 +483,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
477
483
|
disabled?: boolean | undefined;
|
478
484
|
} & {
|
479
485
|
label?: string | undefined;
|
480
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
481
486
|
titleCaption?: import("react").ReactNode;
|
482
487
|
leftHelper?: string | undefined;
|
483
488
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -486,9 +491,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
486
491
|
textAfter?: string | undefined;
|
487
492
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
488
493
|
} & {
|
489
|
-
|
494
|
+
labelPlacement: "inner";
|
495
|
+
hasPlaceholder?: boolean | undefined;
|
490
496
|
} & {
|
491
497
|
required: true;
|
498
|
+
requiredPlacement?: "right" | "left" | undefined;
|
492
499
|
optional?: false | undefined;
|
493
500
|
} & {
|
494
501
|
clear?: false | undefined;
|
@@ -550,7 +557,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
550
557
|
disabled?: boolean | undefined;
|
551
558
|
} & {
|
552
559
|
label?: string | undefined;
|
553
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
554
560
|
titleCaption?: import("react").ReactNode;
|
555
561
|
leftHelper?: string | undefined;
|
556
562
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -559,9 +565,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
559
565
|
textAfter?: string | undefined;
|
560
566
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
561
567
|
} & {
|
562
|
-
|
568
|
+
labelPlacement: "inner";
|
569
|
+
hasPlaceholder?: boolean | undefined;
|
563
570
|
} & {
|
564
571
|
required: true;
|
572
|
+
requiredPlacement?: "right" | "left" | undefined;
|
565
573
|
optional?: false | undefined;
|
566
574
|
} & {
|
567
575
|
clear?: false | undefined;
|
@@ -623,7 +631,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
623
631
|
disabled?: boolean | undefined;
|
624
632
|
} & {
|
625
633
|
label?: string | undefined;
|
626
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
627
634
|
titleCaption?: import("react").ReactNode;
|
628
635
|
leftHelper?: string | undefined;
|
629
636
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -632,10 +639,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
632
639
|
textAfter?: string | undefined;
|
633
640
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
634
641
|
} & {
|
635
|
-
|
642
|
+
labelPlacement: "inner";
|
643
|
+
hasPlaceholder?: boolean | undefined;
|
636
644
|
} & {
|
637
|
-
optional?: true | undefined;
|
638
645
|
required?: false | undefined;
|
646
|
+
requiredPlacement?: undefined;
|
647
|
+
optional?: boolean | undefined;
|
639
648
|
} & {
|
640
649
|
clear?: boolean | undefined;
|
641
650
|
hasDivider?: boolean | undefined;
|
@@ -696,7 +705,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
696
705
|
disabled?: boolean | undefined;
|
697
706
|
} & {
|
698
707
|
label?: string | undefined;
|
699
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
700
708
|
titleCaption?: import("react").ReactNode;
|
701
709
|
leftHelper?: string | undefined;
|
702
710
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -705,10 +713,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
705
713
|
textAfter?: string | undefined;
|
706
714
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
707
715
|
} & {
|
708
|
-
|
716
|
+
labelPlacement: "inner";
|
717
|
+
hasPlaceholder?: boolean | undefined;
|
709
718
|
} & {
|
710
|
-
optional?: true | undefined;
|
711
719
|
required?: false | undefined;
|
720
|
+
requiredPlacement?: undefined;
|
721
|
+
optional?: boolean | undefined;
|
712
722
|
} & {
|
713
723
|
clear?: boolean | undefined;
|
714
724
|
hasDivider?: boolean | undefined;
|
@@ -769,7 +779,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
769
779
|
disabled?: boolean | undefined;
|
770
780
|
} & {
|
771
781
|
label?: string | undefined;
|
772
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
773
782
|
titleCaption?: import("react").ReactNode;
|
774
783
|
leftHelper?: string | undefined;
|
775
784
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -778,10 +787,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
778
787
|
textAfter?: string | undefined;
|
779
788
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
780
789
|
} & {
|
781
|
-
|
790
|
+
labelPlacement: "inner";
|
791
|
+
hasPlaceholder?: boolean | undefined;
|
782
792
|
} & {
|
783
|
-
optional?: true | undefined;
|
784
793
|
required?: false | undefined;
|
794
|
+
requiredPlacement?: undefined;
|
795
|
+
optional?: boolean | undefined;
|
785
796
|
} & {
|
786
797
|
clear?: boolean | undefined;
|
787
798
|
hasDivider?: boolean | undefined;
|
@@ -842,7 +853,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
842
853
|
disabled?: boolean | undefined;
|
843
854
|
} & {
|
844
855
|
label?: string | undefined;
|
845
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
846
856
|
titleCaption?: import("react").ReactNode;
|
847
857
|
leftHelper?: string | undefined;
|
848
858
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -851,10 +861,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
851
861
|
textAfter?: string | undefined;
|
852
862
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
853
863
|
} & {
|
854
|
-
|
864
|
+
labelPlacement: "inner";
|
865
|
+
hasPlaceholder?: boolean | undefined;
|
855
866
|
} & {
|
856
|
-
optional?: true | undefined;
|
857
867
|
required?: false | undefined;
|
868
|
+
requiredPlacement?: undefined;
|
869
|
+
optional?: boolean | undefined;
|
858
870
|
} & {
|
859
871
|
clear?: boolean | undefined;
|
860
872
|
hasDivider?: boolean | undefined;
|
@@ -915,7 +927,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
915
927
|
disabled?: boolean | undefined;
|
916
928
|
} & {
|
917
929
|
label?: string | undefined;
|
918
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
919
930
|
titleCaption?: import("react").ReactNode;
|
920
931
|
leftHelper?: string | undefined;
|
921
932
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -924,10 +935,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
924
935
|
textAfter?: string | undefined;
|
925
936
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
926
937
|
} & {
|
927
|
-
|
938
|
+
labelPlacement: "inner";
|
939
|
+
hasPlaceholder?: boolean | undefined;
|
928
940
|
} & {
|
929
|
-
optional?: true | undefined;
|
930
941
|
required?: false | undefined;
|
942
|
+
requiredPlacement?: undefined;
|
943
|
+
optional?: boolean | undefined;
|
931
944
|
} & {
|
932
945
|
clear?: false | undefined;
|
933
946
|
hasDivider?: undefined;
|
@@ -988,7 +1001,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
988
1001
|
disabled?: boolean | undefined;
|
989
1002
|
} & {
|
990
1003
|
label?: string | undefined;
|
991
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
992
1004
|
titleCaption?: import("react").ReactNode;
|
993
1005
|
leftHelper?: string | undefined;
|
994
1006
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -997,10 +1009,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
997
1009
|
textAfter?: string | undefined;
|
998
1010
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
999
1011
|
} & {
|
1000
|
-
|
1012
|
+
labelPlacement: "inner";
|
1013
|
+
hasPlaceholder?: boolean | undefined;
|
1001
1014
|
} & {
|
1002
|
-
optional?: true | undefined;
|
1003
1015
|
required?: false | undefined;
|
1016
|
+
requiredPlacement?: undefined;
|
1017
|
+
optional?: boolean | undefined;
|
1004
1018
|
} & {
|
1005
1019
|
clear?: false | undefined;
|
1006
1020
|
hasDivider?: undefined;
|
@@ -1061,7 +1075,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1061
1075
|
disabled?: boolean | undefined;
|
1062
1076
|
} & {
|
1063
1077
|
label?: string | undefined;
|
1064
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
1065
1078
|
titleCaption?: import("react").ReactNode;
|
1066
1079
|
leftHelper?: string | undefined;
|
1067
1080
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1070,10 +1083,86 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1070
1083
|
textAfter?: string | undefined;
|
1071
1084
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1072
1085
|
} & {
|
1073
|
-
|
1086
|
+
labelPlacement: "inner";
|
1087
|
+
hasPlaceholder?: boolean | undefined;
|
1088
|
+
} & {
|
1089
|
+
required?: false | undefined;
|
1090
|
+
requiredPlacement?: undefined;
|
1091
|
+
optional?: boolean | undefined;
|
1092
|
+
} & {
|
1093
|
+
clear?: false | undefined;
|
1094
|
+
hasDivider?: undefined;
|
1095
|
+
} & {
|
1096
|
+
hintTrigger?: undefined;
|
1097
|
+
hintText?: undefined;
|
1098
|
+
hintView?: undefined;
|
1099
|
+
hintSize?: undefined;
|
1100
|
+
hintTargetIcon?: undefined;
|
1101
|
+
hintPlacement?: undefined;
|
1102
|
+
hintHasArrow?: undefined;
|
1103
|
+
hintOffset?: undefined;
|
1104
|
+
hintWidth?: undefined;
|
1105
|
+
hintContentLeft?: undefined;
|
1106
|
+
} & {
|
1107
|
+
chips?: undefined;
|
1108
|
+
onChangeChips?: undefined;
|
1109
|
+
enumerationType?: "plain" | undefined;
|
1110
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1111
|
+
chipType?: undefined;
|
1112
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1113
|
+
view: {
|
1114
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1115
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1116
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1117
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1118
|
+
};
|
1119
|
+
size: {
|
1120
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1121
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1122
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1123
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1124
|
+
};
|
1125
|
+
labelPlacement: {
|
1126
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1127
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1128
|
+
};
|
1129
|
+
clear: {
|
1130
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1131
|
+
};
|
1132
|
+
hintView: {
|
1133
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1134
|
+
};
|
1135
|
+
hintSize: {
|
1136
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1137
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1138
|
+
};
|
1139
|
+
disabled: {
|
1140
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1141
|
+
};
|
1142
|
+
readOnly: {
|
1143
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1144
|
+
};
|
1145
|
+
}> & {
|
1146
|
+
size?: string | undefined;
|
1147
|
+
view?: string | undefined;
|
1148
|
+
readOnly?: boolean | undefined;
|
1149
|
+
disabled?: boolean | undefined;
|
1150
|
+
} & {
|
1151
|
+
label?: string | undefined;
|
1152
|
+
titleCaption?: import("react").ReactNode;
|
1153
|
+
leftHelper?: string | undefined;
|
1154
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1155
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1156
|
+
textBefore?: string | undefined;
|
1157
|
+
textAfter?: string | undefined;
|
1158
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1159
|
+
} & {
|
1160
|
+
labelPlacement: "inner";
|
1161
|
+
hasPlaceholder?: boolean | undefined;
|
1074
1162
|
} & {
|
1075
|
-
optional?: true | undefined;
|
1076
1163
|
required?: false | undefined;
|
1164
|
+
requiredPlacement?: undefined;
|
1165
|
+
optional?: boolean | undefined;
|
1077
1166
|
} & {
|
1078
1167
|
clear?: false | undefined;
|
1079
1168
|
hasDivider?: undefined;
|
@@ -1088,6 +1177,80 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1088
1177
|
hintOffset?: undefined;
|
1089
1178
|
hintWidth?: undefined;
|
1090
1179
|
hintContentLeft?: undefined;
|
1180
|
+
} & {
|
1181
|
+
enumerationType: "chip";
|
1182
|
+
onSearch?: undefined;
|
1183
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1184
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1185
|
+
chipType?: "default" | "text" | undefined;
|
1186
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1187
|
+
view: {
|
1188
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1189
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1190
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1191
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1192
|
+
};
|
1193
|
+
size: {
|
1194
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1195
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1196
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1197
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1198
|
+
};
|
1199
|
+
labelPlacement: {
|
1200
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1201
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1202
|
+
};
|
1203
|
+
clear: {
|
1204
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1205
|
+
};
|
1206
|
+
hintView: {
|
1207
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1208
|
+
};
|
1209
|
+
hintSize: {
|
1210
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1211
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1212
|
+
};
|
1213
|
+
disabled: {
|
1214
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1215
|
+
};
|
1216
|
+
readOnly: {
|
1217
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1218
|
+
};
|
1219
|
+
}> & {
|
1220
|
+
size?: string | undefined;
|
1221
|
+
view?: string | undefined;
|
1222
|
+
readOnly?: boolean | undefined;
|
1223
|
+
disabled?: boolean | undefined;
|
1224
|
+
} & {
|
1225
|
+
label?: string | undefined;
|
1226
|
+
titleCaption?: import("react").ReactNode;
|
1227
|
+
leftHelper?: string | undefined;
|
1228
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1229
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1230
|
+
textBefore?: string | undefined;
|
1231
|
+
textAfter?: string | undefined;
|
1232
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1233
|
+
} & {
|
1234
|
+
labelPlacement?: "outer" | undefined;
|
1235
|
+
hasPlaceholder?: undefined;
|
1236
|
+
} & {
|
1237
|
+
required: true;
|
1238
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1239
|
+
optional?: false | undefined;
|
1240
|
+
} & {
|
1241
|
+
clear?: boolean | undefined;
|
1242
|
+
hasDivider?: boolean | undefined;
|
1243
|
+
} & {
|
1244
|
+
hintText: string;
|
1245
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1246
|
+
hintView?: string | undefined;
|
1247
|
+
hintSize?: string | undefined;
|
1248
|
+
hintTargetIcon?: import("react").ReactNode;
|
1249
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1250
|
+
hintHasArrow?: boolean | undefined;
|
1251
|
+
hintOffset?: [number, number] | undefined;
|
1252
|
+
hintWidth?: string | undefined;
|
1253
|
+
hintContentLeft?: import("react").ReactNode;
|
1091
1254
|
} & {
|
1092
1255
|
chips?: undefined;
|
1093
1256
|
onChangeChips?: undefined;
|
@@ -1134,7 +1297,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1134
1297
|
disabled?: boolean | undefined;
|
1135
1298
|
} & {
|
1136
1299
|
label?: string | undefined;
|
1137
|
-
labelPlacement?: "outer" | "inner" | undefined;
|
1138
1300
|
titleCaption?: import("react").ReactNode;
|
1139
1301
|
leftHelper?: string | undefined;
|
1140
1302
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1143,10 +1305,1048 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1143
1305
|
textAfter?: string | undefined;
|
1144
1306
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1145
1307
|
} & {
|
1308
|
+
labelPlacement?: "outer" | undefined;
|
1309
|
+
hasPlaceholder?: undefined;
|
1310
|
+
} & {
|
1311
|
+
required: true;
|
1312
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1313
|
+
optional?: false | undefined;
|
1314
|
+
} & {
|
1315
|
+
clear?: boolean | undefined;
|
1316
|
+
hasDivider?: boolean | undefined;
|
1317
|
+
} & {
|
1318
|
+
hintText: string;
|
1319
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1320
|
+
hintView?: string | undefined;
|
1321
|
+
hintSize?: string | undefined;
|
1322
|
+
hintTargetIcon?: import("react").ReactNode;
|
1323
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1324
|
+
hintHasArrow?: boolean | undefined;
|
1325
|
+
hintOffset?: [number, number] | undefined;
|
1326
|
+
hintWidth?: string | undefined;
|
1327
|
+
hintContentLeft?: import("react").ReactNode;
|
1328
|
+
} & {
|
1329
|
+
enumerationType: "chip";
|
1330
|
+
onSearch?: undefined;
|
1331
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1332
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1333
|
+
chipType?: "default" | "text" | undefined;
|
1334
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1335
|
+
view: {
|
1336
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1337
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1338
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1339
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1340
|
+
};
|
1341
|
+
size: {
|
1342
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1343
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1344
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1345
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1346
|
+
};
|
1347
|
+
labelPlacement: {
|
1348
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1349
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1350
|
+
};
|
1351
|
+
clear: {
|
1352
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1353
|
+
};
|
1354
|
+
hintView: {
|
1355
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1356
|
+
};
|
1357
|
+
hintSize: {
|
1358
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1359
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1360
|
+
};
|
1361
|
+
disabled: {
|
1362
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1363
|
+
};
|
1364
|
+
readOnly: {
|
1365
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1366
|
+
};
|
1367
|
+
}> & {
|
1368
|
+
size?: string | undefined;
|
1369
|
+
view?: string | undefined;
|
1370
|
+
readOnly?: boolean | undefined;
|
1371
|
+
disabled?: boolean | undefined;
|
1372
|
+
} & {
|
1373
|
+
label?: string | undefined;
|
1374
|
+
titleCaption?: import("react").ReactNode;
|
1375
|
+
leftHelper?: string | undefined;
|
1376
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1377
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1378
|
+
textBefore?: string | undefined;
|
1379
|
+
textAfter?: string | undefined;
|
1380
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1381
|
+
} & {
|
1382
|
+
labelPlacement?: "outer" | undefined;
|
1383
|
+
hasPlaceholder?: undefined;
|
1384
|
+
} & {
|
1385
|
+
required: true;
|
1146
1386
|
requiredPlacement?: "right" | "left" | undefined;
|
1387
|
+
optional?: false | undefined;
|
1388
|
+
} & {
|
1389
|
+
clear?: boolean | undefined;
|
1390
|
+
hasDivider?: boolean | undefined;
|
1391
|
+
} & {
|
1392
|
+
hintTrigger?: undefined;
|
1393
|
+
hintText?: undefined;
|
1394
|
+
hintView?: undefined;
|
1395
|
+
hintSize?: undefined;
|
1396
|
+
hintTargetIcon?: undefined;
|
1397
|
+
hintPlacement?: undefined;
|
1398
|
+
hintHasArrow?: undefined;
|
1399
|
+
hintOffset?: undefined;
|
1400
|
+
hintWidth?: undefined;
|
1401
|
+
hintContentLeft?: undefined;
|
1402
|
+
} & {
|
1403
|
+
chips?: undefined;
|
1404
|
+
onChangeChips?: undefined;
|
1405
|
+
enumerationType?: "plain" | undefined;
|
1406
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1407
|
+
chipType?: undefined;
|
1408
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1409
|
+
view: {
|
1410
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1411
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1412
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1413
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1414
|
+
};
|
1415
|
+
size: {
|
1416
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1417
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1418
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1419
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1420
|
+
};
|
1421
|
+
labelPlacement: {
|
1422
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1423
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1424
|
+
};
|
1425
|
+
clear: {
|
1426
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1427
|
+
};
|
1428
|
+
hintView: {
|
1429
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1430
|
+
};
|
1431
|
+
hintSize: {
|
1432
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1433
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1434
|
+
};
|
1435
|
+
disabled: {
|
1436
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1437
|
+
};
|
1438
|
+
readOnly: {
|
1439
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1440
|
+
};
|
1441
|
+
}> & {
|
1442
|
+
size?: string | undefined;
|
1443
|
+
view?: string | undefined;
|
1444
|
+
readOnly?: boolean | undefined;
|
1445
|
+
disabled?: boolean | undefined;
|
1446
|
+
} & {
|
1447
|
+
label?: string | undefined;
|
1448
|
+
titleCaption?: import("react").ReactNode;
|
1449
|
+
leftHelper?: string | undefined;
|
1450
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1451
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1452
|
+
textBefore?: string | undefined;
|
1453
|
+
textAfter?: string | undefined;
|
1454
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1455
|
+
} & {
|
1456
|
+
labelPlacement?: "outer" | undefined;
|
1457
|
+
hasPlaceholder?: undefined;
|
1458
|
+
} & {
|
1459
|
+
required: true;
|
1460
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1461
|
+
optional?: false | undefined;
|
1462
|
+
} & {
|
1463
|
+
clear?: boolean | undefined;
|
1464
|
+
hasDivider?: boolean | undefined;
|
1465
|
+
} & {
|
1466
|
+
hintTrigger?: undefined;
|
1467
|
+
hintText?: undefined;
|
1468
|
+
hintView?: undefined;
|
1469
|
+
hintSize?: undefined;
|
1470
|
+
hintTargetIcon?: undefined;
|
1471
|
+
hintPlacement?: undefined;
|
1472
|
+
hintHasArrow?: undefined;
|
1473
|
+
hintOffset?: undefined;
|
1474
|
+
hintWidth?: undefined;
|
1475
|
+
hintContentLeft?: undefined;
|
1476
|
+
} & {
|
1477
|
+
enumerationType: "chip";
|
1478
|
+
onSearch?: undefined;
|
1479
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1480
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1481
|
+
chipType?: "default" | "text" | undefined;
|
1482
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1483
|
+
view: {
|
1484
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1485
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1486
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1487
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1488
|
+
};
|
1489
|
+
size: {
|
1490
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1491
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1492
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1493
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1494
|
+
};
|
1495
|
+
labelPlacement: {
|
1496
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1497
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1498
|
+
};
|
1499
|
+
clear: {
|
1500
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1501
|
+
};
|
1502
|
+
hintView: {
|
1503
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1504
|
+
};
|
1505
|
+
hintSize: {
|
1506
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1507
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1508
|
+
};
|
1509
|
+
disabled: {
|
1510
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1511
|
+
};
|
1512
|
+
readOnly: {
|
1513
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1514
|
+
};
|
1515
|
+
}> & {
|
1516
|
+
size?: string | undefined;
|
1517
|
+
view?: string | undefined;
|
1518
|
+
readOnly?: boolean | undefined;
|
1519
|
+
disabled?: boolean | undefined;
|
1520
|
+
} & {
|
1521
|
+
label?: string | undefined;
|
1522
|
+
titleCaption?: import("react").ReactNode;
|
1523
|
+
leftHelper?: string | undefined;
|
1524
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1525
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1526
|
+
textBefore?: string | undefined;
|
1527
|
+
textAfter?: string | undefined;
|
1528
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1529
|
+
} & {
|
1530
|
+
labelPlacement?: "outer" | undefined;
|
1531
|
+
hasPlaceholder?: undefined;
|
1532
|
+
} & {
|
1533
|
+
required: true;
|
1534
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1535
|
+
optional?: false | undefined;
|
1536
|
+
} & {
|
1537
|
+
clear?: false | undefined;
|
1538
|
+
hasDivider?: undefined;
|
1539
|
+
} & {
|
1540
|
+
hintText: string;
|
1541
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1542
|
+
hintView?: string | undefined;
|
1543
|
+
hintSize?: string | undefined;
|
1544
|
+
hintTargetIcon?: import("react").ReactNode;
|
1545
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1546
|
+
hintHasArrow?: boolean | undefined;
|
1547
|
+
hintOffset?: [number, number] | undefined;
|
1548
|
+
hintWidth?: string | undefined;
|
1549
|
+
hintContentLeft?: import("react").ReactNode;
|
1550
|
+
} & {
|
1551
|
+
chips?: undefined;
|
1552
|
+
onChangeChips?: undefined;
|
1553
|
+
enumerationType?: "plain" | undefined;
|
1554
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1555
|
+
chipType?: undefined;
|
1556
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1557
|
+
view: {
|
1558
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1559
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1560
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1561
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1562
|
+
};
|
1563
|
+
size: {
|
1564
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1565
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1566
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1567
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1568
|
+
};
|
1569
|
+
labelPlacement: {
|
1570
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1571
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1572
|
+
};
|
1573
|
+
clear: {
|
1574
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1575
|
+
};
|
1576
|
+
hintView: {
|
1577
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1578
|
+
};
|
1579
|
+
hintSize: {
|
1580
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1581
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1582
|
+
};
|
1583
|
+
disabled: {
|
1584
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1585
|
+
};
|
1586
|
+
readOnly: {
|
1587
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1588
|
+
};
|
1589
|
+
}> & {
|
1590
|
+
size?: string | undefined;
|
1591
|
+
view?: string | undefined;
|
1592
|
+
readOnly?: boolean | undefined;
|
1593
|
+
disabled?: boolean | undefined;
|
1594
|
+
} & {
|
1595
|
+
label?: string | undefined;
|
1596
|
+
titleCaption?: import("react").ReactNode;
|
1597
|
+
leftHelper?: string | undefined;
|
1598
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1599
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1600
|
+
textBefore?: string | undefined;
|
1601
|
+
textAfter?: string | undefined;
|
1602
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1603
|
+
} & {
|
1604
|
+
labelPlacement?: "outer" | undefined;
|
1605
|
+
hasPlaceholder?: undefined;
|
1606
|
+
} & {
|
1607
|
+
required: true;
|
1608
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1609
|
+
optional?: false | undefined;
|
1610
|
+
} & {
|
1611
|
+
clear?: false | undefined;
|
1612
|
+
hasDivider?: undefined;
|
1613
|
+
} & {
|
1614
|
+
hintText: string;
|
1615
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1616
|
+
hintView?: string | undefined;
|
1617
|
+
hintSize?: string | undefined;
|
1618
|
+
hintTargetIcon?: import("react").ReactNode;
|
1619
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1620
|
+
hintHasArrow?: boolean | undefined;
|
1621
|
+
hintOffset?: [number, number] | undefined;
|
1622
|
+
hintWidth?: string | undefined;
|
1623
|
+
hintContentLeft?: import("react").ReactNode;
|
1624
|
+
} & {
|
1625
|
+
enumerationType: "chip";
|
1626
|
+
onSearch?: undefined;
|
1627
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1628
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1629
|
+
chipType?: "default" | "text" | undefined;
|
1630
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1631
|
+
view: {
|
1632
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1633
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1634
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1635
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1636
|
+
};
|
1637
|
+
size: {
|
1638
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1639
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1640
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1641
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1642
|
+
};
|
1643
|
+
labelPlacement: {
|
1644
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1645
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1646
|
+
};
|
1647
|
+
clear: {
|
1648
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1649
|
+
};
|
1650
|
+
hintView: {
|
1651
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1652
|
+
};
|
1653
|
+
hintSize: {
|
1654
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1655
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1656
|
+
};
|
1657
|
+
disabled: {
|
1658
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1659
|
+
};
|
1660
|
+
readOnly: {
|
1661
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1662
|
+
};
|
1663
|
+
}> & {
|
1664
|
+
size?: string | undefined;
|
1665
|
+
view?: string | undefined;
|
1666
|
+
readOnly?: boolean | undefined;
|
1667
|
+
disabled?: boolean | undefined;
|
1668
|
+
} & {
|
1669
|
+
label?: string | undefined;
|
1670
|
+
titleCaption?: import("react").ReactNode;
|
1671
|
+
leftHelper?: string | undefined;
|
1672
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1673
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1674
|
+
textBefore?: string | undefined;
|
1675
|
+
textAfter?: string | undefined;
|
1676
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1677
|
+
} & {
|
1678
|
+
labelPlacement?: "outer" | undefined;
|
1679
|
+
hasPlaceholder?: undefined;
|
1680
|
+
} & {
|
1681
|
+
required: true;
|
1682
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1683
|
+
optional?: false | undefined;
|
1684
|
+
} & {
|
1685
|
+
clear?: false | undefined;
|
1686
|
+
hasDivider?: undefined;
|
1687
|
+
} & {
|
1688
|
+
hintTrigger?: undefined;
|
1689
|
+
hintText?: undefined;
|
1690
|
+
hintView?: undefined;
|
1691
|
+
hintSize?: undefined;
|
1692
|
+
hintTargetIcon?: undefined;
|
1693
|
+
hintPlacement?: undefined;
|
1694
|
+
hintHasArrow?: undefined;
|
1695
|
+
hintOffset?: undefined;
|
1696
|
+
hintWidth?: undefined;
|
1697
|
+
hintContentLeft?: undefined;
|
1698
|
+
} & {
|
1699
|
+
chips?: undefined;
|
1700
|
+
onChangeChips?: undefined;
|
1701
|
+
enumerationType?: "plain" | undefined;
|
1702
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1703
|
+
chipType?: undefined;
|
1704
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1705
|
+
view: {
|
1706
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1707
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1708
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1709
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1710
|
+
};
|
1711
|
+
size: {
|
1712
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1713
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1714
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1715
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1716
|
+
};
|
1717
|
+
labelPlacement: {
|
1718
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1719
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1720
|
+
};
|
1721
|
+
clear: {
|
1722
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1723
|
+
};
|
1724
|
+
hintView: {
|
1725
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1726
|
+
};
|
1727
|
+
hintSize: {
|
1728
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1729
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1730
|
+
};
|
1731
|
+
disabled: {
|
1732
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1733
|
+
};
|
1734
|
+
readOnly: {
|
1735
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1736
|
+
};
|
1737
|
+
}> & {
|
1738
|
+
size?: string | undefined;
|
1739
|
+
view?: string | undefined;
|
1740
|
+
readOnly?: boolean | undefined;
|
1741
|
+
disabled?: boolean | undefined;
|
1742
|
+
} & {
|
1743
|
+
label?: string | undefined;
|
1744
|
+
titleCaption?: import("react").ReactNode;
|
1745
|
+
leftHelper?: string | undefined;
|
1746
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1747
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1748
|
+
textBefore?: string | undefined;
|
1749
|
+
textAfter?: string | undefined;
|
1750
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1751
|
+
} & {
|
1752
|
+
labelPlacement?: "outer" | undefined;
|
1753
|
+
hasPlaceholder?: undefined;
|
1754
|
+
} & {
|
1755
|
+
required: true;
|
1756
|
+
requiredPlacement?: "right" | "left" | undefined;
|
1757
|
+
optional?: false | undefined;
|
1758
|
+
} & {
|
1759
|
+
clear?: false | undefined;
|
1760
|
+
hasDivider?: undefined;
|
1761
|
+
} & {
|
1762
|
+
hintTrigger?: undefined;
|
1763
|
+
hintText?: undefined;
|
1764
|
+
hintView?: undefined;
|
1765
|
+
hintSize?: undefined;
|
1766
|
+
hintTargetIcon?: undefined;
|
1767
|
+
hintPlacement?: undefined;
|
1768
|
+
hintHasArrow?: undefined;
|
1769
|
+
hintOffset?: undefined;
|
1770
|
+
hintWidth?: undefined;
|
1771
|
+
hintContentLeft?: undefined;
|
1772
|
+
} & {
|
1773
|
+
enumerationType: "chip";
|
1774
|
+
onSearch?: undefined;
|
1775
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1776
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1777
|
+
chipType?: "default" | "text" | undefined;
|
1778
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1779
|
+
view: {
|
1780
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1781
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1782
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1783
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1784
|
+
};
|
1785
|
+
size: {
|
1786
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1787
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1788
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1789
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1790
|
+
};
|
1791
|
+
labelPlacement: {
|
1792
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1793
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1794
|
+
};
|
1795
|
+
clear: {
|
1796
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1797
|
+
};
|
1798
|
+
hintView: {
|
1799
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1800
|
+
};
|
1801
|
+
hintSize: {
|
1802
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1803
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1804
|
+
};
|
1805
|
+
disabled: {
|
1806
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1807
|
+
};
|
1808
|
+
readOnly: {
|
1809
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1810
|
+
};
|
1811
|
+
}> & {
|
1812
|
+
size?: string | undefined;
|
1813
|
+
view?: string | undefined;
|
1814
|
+
readOnly?: boolean | undefined;
|
1815
|
+
disabled?: boolean | undefined;
|
1816
|
+
} & {
|
1817
|
+
label?: string | undefined;
|
1818
|
+
titleCaption?: import("react").ReactNode;
|
1819
|
+
leftHelper?: string | undefined;
|
1820
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1821
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1822
|
+
textBefore?: string | undefined;
|
1823
|
+
textAfter?: string | undefined;
|
1824
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1825
|
+
} & {
|
1826
|
+
labelPlacement?: "outer" | undefined;
|
1827
|
+
hasPlaceholder?: undefined;
|
1828
|
+
} & {
|
1829
|
+
required?: false | undefined;
|
1830
|
+
requiredPlacement?: undefined;
|
1831
|
+
optional?: boolean | undefined;
|
1832
|
+
} & {
|
1833
|
+
clear?: boolean | undefined;
|
1834
|
+
hasDivider?: boolean | undefined;
|
1835
|
+
} & {
|
1836
|
+
hintText: string;
|
1837
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1838
|
+
hintView?: string | undefined;
|
1839
|
+
hintSize?: string | undefined;
|
1840
|
+
hintTargetIcon?: import("react").ReactNode;
|
1841
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1842
|
+
hintHasArrow?: boolean | undefined;
|
1843
|
+
hintOffset?: [number, number] | undefined;
|
1844
|
+
hintWidth?: string | undefined;
|
1845
|
+
hintContentLeft?: import("react").ReactNode;
|
1846
|
+
} & {
|
1847
|
+
chips?: undefined;
|
1848
|
+
onChangeChips?: undefined;
|
1849
|
+
enumerationType?: "plain" | undefined;
|
1850
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1851
|
+
chipType?: undefined;
|
1852
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1853
|
+
view: {
|
1854
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1855
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1856
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1857
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1858
|
+
};
|
1859
|
+
size: {
|
1860
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1861
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1862
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1863
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1864
|
+
};
|
1865
|
+
labelPlacement: {
|
1866
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1867
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1868
|
+
};
|
1869
|
+
clear: {
|
1870
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1871
|
+
};
|
1872
|
+
hintView: {
|
1873
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1874
|
+
};
|
1875
|
+
hintSize: {
|
1876
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1877
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1878
|
+
};
|
1879
|
+
disabled: {
|
1880
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1881
|
+
};
|
1882
|
+
readOnly: {
|
1883
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1884
|
+
};
|
1885
|
+
}> & {
|
1886
|
+
size?: string | undefined;
|
1887
|
+
view?: string | undefined;
|
1888
|
+
readOnly?: boolean | undefined;
|
1889
|
+
disabled?: boolean | undefined;
|
1890
|
+
} & {
|
1891
|
+
label?: string | undefined;
|
1892
|
+
titleCaption?: import("react").ReactNode;
|
1893
|
+
leftHelper?: string | undefined;
|
1894
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1895
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1896
|
+
textBefore?: string | undefined;
|
1897
|
+
textAfter?: string | undefined;
|
1898
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1899
|
+
} & {
|
1900
|
+
labelPlacement?: "outer" | undefined;
|
1901
|
+
hasPlaceholder?: undefined;
|
1902
|
+
} & {
|
1903
|
+
required?: false | undefined;
|
1904
|
+
requiredPlacement?: undefined;
|
1905
|
+
optional?: boolean | undefined;
|
1906
|
+
} & {
|
1907
|
+
clear?: boolean | undefined;
|
1908
|
+
hasDivider?: boolean | undefined;
|
1909
|
+
} & {
|
1910
|
+
hintText: string;
|
1911
|
+
hintTrigger?: "hover" | "click" | undefined;
|
1912
|
+
hintView?: string | undefined;
|
1913
|
+
hintSize?: string | undefined;
|
1914
|
+
hintTargetIcon?: import("react").ReactNode;
|
1915
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
1916
|
+
hintHasArrow?: boolean | undefined;
|
1917
|
+
hintOffset?: [number, number] | undefined;
|
1918
|
+
hintWidth?: string | undefined;
|
1919
|
+
hintContentLeft?: import("react").ReactNode;
|
1920
|
+
} & {
|
1921
|
+
enumerationType: "chip";
|
1922
|
+
onSearch?: undefined;
|
1923
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1924
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1925
|
+
chipType?: "default" | "text" | undefined;
|
1926
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1927
|
+
view: {
|
1928
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1929
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1930
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1931
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1932
|
+
};
|
1933
|
+
size: {
|
1934
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1935
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1936
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1937
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1938
|
+
};
|
1939
|
+
labelPlacement: {
|
1940
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1941
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1942
|
+
};
|
1943
|
+
clear: {
|
1944
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1945
|
+
};
|
1946
|
+
hintView: {
|
1947
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1948
|
+
};
|
1949
|
+
hintSize: {
|
1950
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1951
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1952
|
+
};
|
1953
|
+
disabled: {
|
1954
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1955
|
+
};
|
1956
|
+
readOnly: {
|
1957
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1958
|
+
};
|
1959
|
+
}> & {
|
1960
|
+
size?: string | undefined;
|
1961
|
+
view?: string | undefined;
|
1962
|
+
readOnly?: boolean | undefined;
|
1963
|
+
disabled?: boolean | undefined;
|
1964
|
+
} & {
|
1965
|
+
label?: string | undefined;
|
1966
|
+
titleCaption?: import("react").ReactNode;
|
1967
|
+
leftHelper?: string | undefined;
|
1968
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1969
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1970
|
+
textBefore?: string | undefined;
|
1971
|
+
textAfter?: string | undefined;
|
1972
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1973
|
+
} & {
|
1974
|
+
labelPlacement?: "outer" | undefined;
|
1975
|
+
hasPlaceholder?: undefined;
|
1976
|
+
} & {
|
1977
|
+
required?: false | undefined;
|
1978
|
+
requiredPlacement?: undefined;
|
1979
|
+
optional?: boolean | undefined;
|
1980
|
+
} & {
|
1981
|
+
clear?: boolean | undefined;
|
1982
|
+
hasDivider?: boolean | undefined;
|
1983
|
+
} & {
|
1984
|
+
hintTrigger?: undefined;
|
1985
|
+
hintText?: undefined;
|
1986
|
+
hintView?: undefined;
|
1987
|
+
hintSize?: undefined;
|
1988
|
+
hintTargetIcon?: undefined;
|
1989
|
+
hintPlacement?: undefined;
|
1990
|
+
hintHasArrow?: undefined;
|
1991
|
+
hintOffset?: undefined;
|
1992
|
+
hintWidth?: undefined;
|
1993
|
+
hintContentLeft?: undefined;
|
1994
|
+
} & {
|
1995
|
+
chips?: undefined;
|
1996
|
+
onChangeChips?: undefined;
|
1997
|
+
enumerationType?: "plain" | undefined;
|
1998
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1999
|
+
chipType?: undefined;
|
2000
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2001
|
+
view: {
|
2002
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2003
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2004
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2005
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2006
|
+
};
|
2007
|
+
size: {
|
2008
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2009
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2010
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2011
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2012
|
+
};
|
2013
|
+
labelPlacement: {
|
2014
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2015
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2016
|
+
};
|
2017
|
+
clear: {
|
2018
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2019
|
+
};
|
2020
|
+
hintView: {
|
2021
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2022
|
+
};
|
2023
|
+
hintSize: {
|
2024
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2025
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2026
|
+
};
|
2027
|
+
disabled: {
|
2028
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2029
|
+
};
|
2030
|
+
readOnly: {
|
2031
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2032
|
+
};
|
2033
|
+
}> & {
|
2034
|
+
size?: string | undefined;
|
2035
|
+
view?: string | undefined;
|
2036
|
+
readOnly?: boolean | undefined;
|
2037
|
+
disabled?: boolean | undefined;
|
2038
|
+
} & {
|
2039
|
+
label?: string | undefined;
|
2040
|
+
titleCaption?: import("react").ReactNode;
|
2041
|
+
leftHelper?: string | undefined;
|
2042
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2043
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2044
|
+
textBefore?: string | undefined;
|
2045
|
+
textAfter?: string | undefined;
|
2046
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2047
|
+
} & {
|
2048
|
+
labelPlacement?: "outer" | undefined;
|
2049
|
+
hasPlaceholder?: undefined;
|
2050
|
+
} & {
|
2051
|
+
required?: false | undefined;
|
2052
|
+
requiredPlacement?: undefined;
|
2053
|
+
optional?: boolean | undefined;
|
2054
|
+
} & {
|
2055
|
+
clear?: boolean | undefined;
|
2056
|
+
hasDivider?: boolean | undefined;
|
2057
|
+
} & {
|
2058
|
+
hintTrigger?: undefined;
|
2059
|
+
hintText?: undefined;
|
2060
|
+
hintView?: undefined;
|
2061
|
+
hintSize?: undefined;
|
2062
|
+
hintTargetIcon?: undefined;
|
2063
|
+
hintPlacement?: undefined;
|
2064
|
+
hintHasArrow?: undefined;
|
2065
|
+
hintOffset?: undefined;
|
2066
|
+
hintWidth?: undefined;
|
2067
|
+
hintContentLeft?: undefined;
|
2068
|
+
} & {
|
2069
|
+
enumerationType: "chip";
|
2070
|
+
onSearch?: undefined;
|
2071
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2072
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2073
|
+
chipType?: "default" | "text" | undefined;
|
2074
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2075
|
+
view: {
|
2076
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2077
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2078
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2079
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2080
|
+
};
|
2081
|
+
size: {
|
2082
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2083
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2084
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2085
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2086
|
+
};
|
2087
|
+
labelPlacement: {
|
2088
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2089
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2090
|
+
};
|
2091
|
+
clear: {
|
2092
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2093
|
+
};
|
2094
|
+
hintView: {
|
2095
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2096
|
+
};
|
2097
|
+
hintSize: {
|
2098
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2099
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2100
|
+
};
|
2101
|
+
disabled: {
|
2102
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2103
|
+
};
|
2104
|
+
readOnly: {
|
2105
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2106
|
+
};
|
2107
|
+
}> & {
|
2108
|
+
size?: string | undefined;
|
2109
|
+
view?: string | undefined;
|
2110
|
+
readOnly?: boolean | undefined;
|
2111
|
+
disabled?: boolean | undefined;
|
2112
|
+
} & {
|
2113
|
+
label?: string | undefined;
|
2114
|
+
titleCaption?: import("react").ReactNode;
|
2115
|
+
leftHelper?: string | undefined;
|
2116
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2117
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2118
|
+
textBefore?: string | undefined;
|
2119
|
+
textAfter?: string | undefined;
|
2120
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2121
|
+
} & {
|
2122
|
+
labelPlacement?: "outer" | undefined;
|
2123
|
+
hasPlaceholder?: undefined;
|
2124
|
+
} & {
|
2125
|
+
required?: false | undefined;
|
2126
|
+
requiredPlacement?: undefined;
|
2127
|
+
optional?: boolean | undefined;
|
2128
|
+
} & {
|
2129
|
+
clear?: false | undefined;
|
2130
|
+
hasDivider?: undefined;
|
2131
|
+
} & {
|
2132
|
+
hintText: string;
|
2133
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2134
|
+
hintView?: string | undefined;
|
2135
|
+
hintSize?: string | undefined;
|
2136
|
+
hintTargetIcon?: import("react").ReactNode;
|
2137
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
2138
|
+
hintHasArrow?: boolean | undefined;
|
2139
|
+
hintOffset?: [number, number] | undefined;
|
2140
|
+
hintWidth?: string | undefined;
|
2141
|
+
hintContentLeft?: import("react").ReactNode;
|
2142
|
+
} & {
|
2143
|
+
chips?: undefined;
|
2144
|
+
onChangeChips?: undefined;
|
2145
|
+
enumerationType?: "plain" | undefined;
|
2146
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2147
|
+
chipType?: undefined;
|
2148
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2149
|
+
view: {
|
2150
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2151
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2152
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2153
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2154
|
+
};
|
2155
|
+
size: {
|
2156
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2157
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2158
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2159
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2160
|
+
};
|
2161
|
+
labelPlacement: {
|
2162
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2163
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2164
|
+
};
|
2165
|
+
clear: {
|
2166
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2167
|
+
};
|
2168
|
+
hintView: {
|
2169
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2170
|
+
};
|
2171
|
+
hintSize: {
|
2172
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2173
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2174
|
+
};
|
2175
|
+
disabled: {
|
2176
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2177
|
+
};
|
2178
|
+
readOnly: {
|
2179
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2180
|
+
};
|
2181
|
+
}> & {
|
2182
|
+
size?: string | undefined;
|
2183
|
+
view?: string | undefined;
|
2184
|
+
readOnly?: boolean | undefined;
|
2185
|
+
disabled?: boolean | undefined;
|
2186
|
+
} & {
|
2187
|
+
label?: string | undefined;
|
2188
|
+
titleCaption?: import("react").ReactNode;
|
2189
|
+
leftHelper?: string | undefined;
|
2190
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2191
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2192
|
+
textBefore?: string | undefined;
|
2193
|
+
textAfter?: string | undefined;
|
2194
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2195
|
+
} & {
|
2196
|
+
labelPlacement?: "outer" | undefined;
|
2197
|
+
hasPlaceholder?: undefined;
|
2198
|
+
} & {
|
2199
|
+
required?: false | undefined;
|
2200
|
+
requiredPlacement?: undefined;
|
2201
|
+
optional?: boolean | undefined;
|
2202
|
+
} & {
|
2203
|
+
clear?: false | undefined;
|
2204
|
+
hasDivider?: undefined;
|
2205
|
+
} & {
|
2206
|
+
hintText: string;
|
2207
|
+
hintTrigger?: "hover" | "click" | undefined;
|
2208
|
+
hintView?: string | undefined;
|
2209
|
+
hintSize?: string | undefined;
|
2210
|
+
hintTargetIcon?: import("react").ReactNode;
|
2211
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
2212
|
+
hintHasArrow?: boolean | undefined;
|
2213
|
+
hintOffset?: [number, number] | undefined;
|
2214
|
+
hintWidth?: string | undefined;
|
2215
|
+
hintContentLeft?: import("react").ReactNode;
|
2216
|
+
} & {
|
2217
|
+
enumerationType: "chip";
|
2218
|
+
onSearch?: undefined;
|
2219
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2220
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2221
|
+
chipType?: "default" | "text" | undefined;
|
2222
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2223
|
+
view: {
|
2224
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2225
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2226
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2227
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2228
|
+
};
|
2229
|
+
size: {
|
2230
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2231
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2232
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2233
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2234
|
+
};
|
2235
|
+
labelPlacement: {
|
2236
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2237
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2238
|
+
};
|
2239
|
+
clear: {
|
2240
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2241
|
+
};
|
2242
|
+
hintView: {
|
2243
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2244
|
+
};
|
2245
|
+
hintSize: {
|
2246
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2247
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2248
|
+
};
|
2249
|
+
disabled: {
|
2250
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2251
|
+
};
|
2252
|
+
readOnly: {
|
2253
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2254
|
+
};
|
2255
|
+
}> & {
|
2256
|
+
size?: string | undefined;
|
2257
|
+
view?: string | undefined;
|
2258
|
+
readOnly?: boolean | undefined;
|
2259
|
+
disabled?: boolean | undefined;
|
2260
|
+
} & {
|
2261
|
+
label?: string | undefined;
|
2262
|
+
titleCaption?: import("react").ReactNode;
|
2263
|
+
leftHelper?: string | undefined;
|
2264
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2265
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2266
|
+
textBefore?: string | undefined;
|
2267
|
+
textAfter?: string | undefined;
|
2268
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2269
|
+
} & {
|
2270
|
+
labelPlacement?: "outer" | undefined;
|
2271
|
+
hasPlaceholder?: undefined;
|
2272
|
+
} & {
|
2273
|
+
required?: false | undefined;
|
2274
|
+
requiredPlacement?: undefined;
|
2275
|
+
optional?: boolean | undefined;
|
2276
|
+
} & {
|
2277
|
+
clear?: false | undefined;
|
2278
|
+
hasDivider?: undefined;
|
2279
|
+
} & {
|
2280
|
+
hintTrigger?: undefined;
|
2281
|
+
hintText?: undefined;
|
2282
|
+
hintView?: undefined;
|
2283
|
+
hintSize?: undefined;
|
2284
|
+
hintTargetIcon?: undefined;
|
2285
|
+
hintPlacement?: undefined;
|
2286
|
+
hintHasArrow?: undefined;
|
2287
|
+
hintOffset?: undefined;
|
2288
|
+
hintWidth?: undefined;
|
2289
|
+
hintContentLeft?: undefined;
|
2290
|
+
} & {
|
2291
|
+
chips?: undefined;
|
2292
|
+
onChangeChips?: undefined;
|
2293
|
+
enumerationType?: "plain" | undefined;
|
2294
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2295
|
+
chipType?: undefined;
|
2296
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2297
|
+
view: {
|
2298
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2299
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2300
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2301
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2302
|
+
};
|
2303
|
+
size: {
|
2304
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2305
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2306
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2307
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2308
|
+
};
|
2309
|
+
labelPlacement: {
|
2310
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2311
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2312
|
+
};
|
2313
|
+
clear: {
|
2314
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2315
|
+
};
|
2316
|
+
hintView: {
|
2317
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2318
|
+
};
|
2319
|
+
hintSize: {
|
2320
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2321
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2322
|
+
};
|
2323
|
+
disabled: {
|
2324
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2325
|
+
};
|
2326
|
+
readOnly: {
|
2327
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
2328
|
+
};
|
2329
|
+
}> & {
|
2330
|
+
size?: string | undefined;
|
2331
|
+
view?: string | undefined;
|
2332
|
+
readOnly?: boolean | undefined;
|
2333
|
+
disabled?: boolean | undefined;
|
2334
|
+
} & {
|
2335
|
+
label?: string | undefined;
|
2336
|
+
titleCaption?: import("react").ReactNode;
|
2337
|
+
leftHelper?: string | undefined;
|
2338
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2339
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2340
|
+
textBefore?: string | undefined;
|
2341
|
+
textAfter?: string | undefined;
|
2342
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2343
|
+
} & {
|
2344
|
+
labelPlacement?: "outer" | undefined;
|
2345
|
+
hasPlaceholder?: undefined;
|
1147
2346
|
} & {
|
1148
|
-
optional?: true | undefined;
|
1149
2347
|
required?: false | undefined;
|
2348
|
+
requiredPlacement?: undefined;
|
2349
|
+
optional?: boolean | undefined;
|
1150
2350
|
} & {
|
1151
2351
|
clear?: false | undefined;
|
1152
2352
|
hasDivider?: undefined;
|