@salutejs/sdds-dfa 0.179.0-canary.1556.11999996386.0 → 0.179.0-canary.1558.12000314965.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,7 @@ 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;
42
43
  titleCaption?: import("react").ReactNode;
43
44
  leftHelper?: string | undefined;
44
45
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -47,11 +48,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
47
48
  textAfter?: string | undefined;
48
49
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
49
50
  } & {
50
- labelPlacement: "inner";
51
- hasPlaceholder?: boolean | undefined;
51
+ requiredPlacement?: "right" | "left" | undefined;
52
52
  } & {
53
53
  required: true;
54
- requiredPlacement?: "right" | "left" | undefined;
55
54
  optional?: false | undefined;
56
55
  } & {
57
56
  clear?: boolean | undefined;
@@ -113,6 +112,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
113
112
  disabled?: boolean | undefined;
114
113
  } & {
115
114
  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,11 +121,9 @@ 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
- labelPlacement: "inner";
125
- hasPlaceholder?: boolean | undefined;
124
+ requiredPlacement?: "right" | "left" | undefined;
126
125
  } & {
127
126
  required: true;
128
- requiredPlacement?: "right" | "left" | undefined;
129
127
  optional?: false | undefined;
130
128
  } & {
131
129
  clear?: boolean | undefined;
@@ -187,6 +185,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
187
185
  disabled?: boolean | undefined;
188
186
  } & {
189
187
  label?: string | undefined;
188
+ labelPlacement?: "outer" | "inner" | undefined;
190
189
  titleCaption?: import("react").ReactNode;
191
190
  leftHelper?: string | undefined;
192
191
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -195,11 +194,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
195
194
  textAfter?: string | undefined;
196
195
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
197
196
  } & {
198
- labelPlacement: "inner";
199
- hasPlaceholder?: boolean | undefined;
197
+ requiredPlacement?: "right" | "left" | undefined;
200
198
  } & {
201
199
  required: true;
202
- requiredPlacement?: "right" | "left" | undefined;
203
200
  optional?: false | undefined;
204
201
  } & {
205
202
  clear?: boolean | undefined;
@@ -261,6 +258,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
261
258
  disabled?: boolean | undefined;
262
259
  } & {
263
260
  label?: string | undefined;
261
+ labelPlacement?: "outer" | "inner" | undefined;
264
262
  titleCaption?: import("react").ReactNode;
265
263
  leftHelper?: string | undefined;
266
264
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -269,11 +267,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
269
267
  textAfter?: string | undefined;
270
268
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
271
269
  } & {
272
- labelPlacement: "inner";
273
- hasPlaceholder?: boolean | undefined;
270
+ requiredPlacement?: "right" | "left" | undefined;
274
271
  } & {
275
272
  required: true;
276
- requiredPlacement?: "right" | "left" | undefined;
277
273
  optional?: false | undefined;
278
274
  } & {
279
275
  clear?: boolean | undefined;
@@ -335,6 +331,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
335
331
  disabled?: boolean | undefined;
336
332
  } & {
337
333
  label?: string | undefined;
334
+ labelPlacement?: "outer" | "inner" | undefined;
338
335
  titleCaption?: import("react").ReactNode;
339
336
  leftHelper?: string | undefined;
340
337
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -343,11 +340,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
343
340
  textAfter?: string | undefined;
344
341
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
345
342
  } & {
346
- labelPlacement: "inner";
347
- hasPlaceholder?: boolean | undefined;
343
+ requiredPlacement?: "right" | "left" | undefined;
348
344
  } & {
349
345
  required: true;
350
- requiredPlacement?: "right" | "left" | undefined;
351
346
  optional?: false | undefined;
352
347
  } & {
353
348
  clear?: false | undefined;
@@ -409,6 +404,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
409
404
  disabled?: boolean | undefined;
410
405
  } & {
411
406
  label?: string | undefined;
407
+ labelPlacement?: "outer" | "inner" | undefined;
412
408
  titleCaption?: import("react").ReactNode;
413
409
  leftHelper?: string | undefined;
414
410
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -417,11 +413,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
417
413
  textAfter?: string | undefined;
418
414
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
419
415
  } & {
420
- labelPlacement: "inner";
421
- hasPlaceholder?: boolean | undefined;
416
+ requiredPlacement?: "right" | "left" | undefined;
422
417
  } & {
423
418
  required: true;
424
- requiredPlacement?: "right" | "left" | undefined;
425
419
  optional?: false | undefined;
426
420
  } & {
427
421
  clear?: false | undefined;
@@ -483,6 +477,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
483
477
  disabled?: boolean | undefined;
484
478
  } & {
485
479
  label?: string | undefined;
480
+ labelPlacement?: "outer" | "inner" | undefined;
486
481
  titleCaption?: import("react").ReactNode;
487
482
  leftHelper?: string | undefined;
488
483
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -491,11 +486,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
491
486
  textAfter?: string | undefined;
492
487
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
493
488
  } & {
494
- labelPlacement: "inner";
495
- hasPlaceholder?: boolean | undefined;
489
+ requiredPlacement?: "right" | "left" | undefined;
496
490
  } & {
497
491
  required: true;
498
- requiredPlacement?: "right" | "left" | undefined;
499
492
  optional?: false | undefined;
500
493
  } & {
501
494
  clear?: false | undefined;
@@ -557,6 +550,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
557
550
  disabled?: boolean | undefined;
558
551
  } & {
559
552
  label?: string | undefined;
553
+ labelPlacement?: "outer" | "inner" | undefined;
560
554
  titleCaption?: import("react").ReactNode;
561
555
  leftHelper?: string | undefined;
562
556
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -565,11 +559,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
565
559
  textAfter?: string | undefined;
566
560
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
567
561
  } & {
568
- labelPlacement: "inner";
569
- hasPlaceholder?: boolean | undefined;
562
+ requiredPlacement?: "right" | "left" | undefined;
570
563
  } & {
571
564
  required: true;
572
- requiredPlacement?: "right" | "left" | undefined;
573
565
  optional?: false | undefined;
574
566
  } & {
575
567
  clear?: false | undefined;
@@ -631,6 +623,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
631
623
  disabled?: boolean | undefined;
632
624
  } & {
633
625
  label?: string | undefined;
626
+ labelPlacement?: "outer" | "inner" | undefined;
634
627
  titleCaption?: import("react").ReactNode;
635
628
  leftHelper?: string | undefined;
636
629
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -639,12 +632,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
639
632
  textAfter?: string | undefined;
640
633
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
641
634
  } & {
642
- labelPlacement: "inner";
643
- hasPlaceholder?: boolean | undefined;
635
+ requiredPlacement?: "right" | "left" | undefined;
644
636
  } & {
637
+ optional?: true | undefined;
645
638
  required?: false | undefined;
646
- requiredPlacement?: undefined;
647
- optional?: boolean | undefined;
648
639
  } & {
649
640
  clear?: boolean | undefined;
650
641
  hasDivider?: boolean | undefined;
@@ -705,6 +696,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
705
696
  disabled?: boolean | undefined;
706
697
  } & {
707
698
  label?: string | undefined;
699
+ labelPlacement?: "outer" | "inner" | undefined;
708
700
  titleCaption?: import("react").ReactNode;
709
701
  leftHelper?: string | undefined;
710
702
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -713,12 +705,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
713
705
  textAfter?: string | undefined;
714
706
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
715
707
  } & {
716
- labelPlacement: "inner";
717
- hasPlaceholder?: boolean | undefined;
708
+ requiredPlacement?: "right" | "left" | undefined;
718
709
  } & {
710
+ optional?: true | undefined;
719
711
  required?: false | undefined;
720
- requiredPlacement?: undefined;
721
- optional?: boolean | undefined;
722
712
  } & {
723
713
  clear?: boolean | undefined;
724
714
  hasDivider?: boolean | undefined;
@@ -779,6 +769,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
779
769
  disabled?: boolean | undefined;
780
770
  } & {
781
771
  label?: string | undefined;
772
+ labelPlacement?: "outer" | "inner" | undefined;
782
773
  titleCaption?: import("react").ReactNode;
783
774
  leftHelper?: string | undefined;
784
775
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -787,12 +778,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
787
778
  textAfter?: string | undefined;
788
779
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
789
780
  } & {
790
- labelPlacement: "inner";
791
- hasPlaceholder?: boolean | undefined;
781
+ requiredPlacement?: "right" | "left" | undefined;
792
782
  } & {
783
+ optional?: true | undefined;
793
784
  required?: false | undefined;
794
- requiredPlacement?: undefined;
795
- optional?: boolean | undefined;
796
785
  } & {
797
786
  clear?: boolean | undefined;
798
787
  hasDivider?: boolean | undefined;
@@ -853,6 +842,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
853
842
  disabled?: boolean | undefined;
854
843
  } & {
855
844
  label?: string | undefined;
845
+ labelPlacement?: "outer" | "inner" | undefined;
856
846
  titleCaption?: import("react").ReactNode;
857
847
  leftHelper?: string | undefined;
858
848
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -861,12 +851,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
861
851
  textAfter?: string | undefined;
862
852
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
863
853
  } & {
864
- labelPlacement: "inner";
865
- hasPlaceholder?: boolean | undefined;
854
+ requiredPlacement?: "right" | "left" | undefined;
866
855
  } & {
856
+ optional?: true | undefined;
867
857
  required?: false | undefined;
868
- requiredPlacement?: undefined;
869
- optional?: boolean | undefined;
870
858
  } & {
871
859
  clear?: boolean | undefined;
872
860
  hasDivider?: boolean | undefined;
@@ -927,6 +915,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
927
915
  disabled?: boolean | undefined;
928
916
  } & {
929
917
  label?: string | undefined;
918
+ labelPlacement?: "outer" | "inner" | undefined;
930
919
  titleCaption?: import("react").ReactNode;
931
920
  leftHelper?: string | undefined;
932
921
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -935,12 +924,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
935
924
  textAfter?: string | undefined;
936
925
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
937
926
  } & {
938
- labelPlacement: "inner";
939
- hasPlaceholder?: boolean | undefined;
927
+ requiredPlacement?: "right" | "left" | undefined;
940
928
  } & {
929
+ optional?: true | undefined;
941
930
  required?: false | undefined;
942
- requiredPlacement?: undefined;
943
- optional?: boolean | undefined;
944
931
  } & {
945
932
  clear?: false | undefined;
946
933
  hasDivider?: undefined;
@@ -1001,6 +988,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1001
988
  disabled?: boolean | undefined;
1002
989
  } & {
1003
990
  label?: string | undefined;
991
+ labelPlacement?: "outer" | "inner" | undefined;
1004
992
  titleCaption?: import("react").ReactNode;
1005
993
  leftHelper?: string | undefined;
1006
994
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1009,12 +997,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1009
997
  textAfter?: string | undefined;
1010
998
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1011
999
  } & {
1012
- labelPlacement: "inner";
1013
- hasPlaceholder?: boolean | undefined;
1000
+ requiredPlacement?: "right" | "left" | undefined;
1014
1001
  } & {
1002
+ optional?: true | undefined;
1015
1003
  required?: false | undefined;
1016
- requiredPlacement?: undefined;
1017
- optional?: boolean | undefined;
1018
1004
  } & {
1019
1005
  clear?: false | undefined;
1020
1006
  hasDivider?: undefined;
@@ -1075,6 +1061,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1075
1061
  disabled?: boolean | undefined;
1076
1062
  } & {
1077
1063
  label?: string | undefined;
1064
+ labelPlacement?: "outer" | "inner" | undefined;
1078
1065
  titleCaption?: import("react").ReactNode;
1079
1066
  leftHelper?: string | undefined;
1080
1067
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1083,86 +1070,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1083
1070
  textAfter?: string | undefined;
1084
1071
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1085
1072
  } & {
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;
1073
+ requiredPlacement?: "right" | "left" | undefined;
1162
1074
  } & {
1075
+ optional?: true | undefined;
1163
1076
  required?: false | undefined;
1164
- requiredPlacement?: undefined;
1165
- optional?: boolean | undefined;
1166
1077
  } & {
1167
1078
  clear?: false | undefined;
1168
1079
  hasDivider?: undefined;
@@ -1177,80 +1088,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1177
1088
  hintOffset?: undefined;
1178
1089
  hintWidth?: undefined;
1179
1090
  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;
1254
1091
  } & {
1255
1092
  chips?: undefined;
1256
1093
  onChangeChips?: undefined;
@@ -1297,6 +1134,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1297
1134
  disabled?: boolean | undefined;
1298
1135
  } & {
1299
1136
  label?: string | undefined;
1137
+ labelPlacement?: "outer" | "inner" | undefined;
1300
1138
  titleCaption?: import("react").ReactNode;
1301
1139
  leftHelper?: string | undefined;
1302
1140
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1305,1048 +1143,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1305
1143
  textAfter?: string | undefined;
1306
1144
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1307
1145
  } & {
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;
1386
1146
  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;
2346
1147
  } & {
1148
+ optional?: true | undefined;
2347
1149
  required?: false | undefined;
2348
- requiredPlacement?: undefined;
2349
- optional?: boolean | undefined;
2350
1150
  } & {
2351
1151
  clear?: false | undefined;
2352
1152
  hasDivider?: undefined;