@salutejs/sdds-dfa 0.329.0-canary.2355.19701719611.0 → 0.329.0-canary.2358.19737252394.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Combobox/Combobox.d.ts +0 -24
- package/components/Mask/Mask.d.ts +8 -24
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/components/TextField/TextField.clear.config.d.ts +47 -0
- package/components/TextField/TextField.clear.config.js +831 -0
- package/components/TextField/TextField.config.d.ts +0 -4
- package/components/TextField/TextField.config.js +54 -100
- package/components/TextField/TextField.d.ts +695 -5
- package/components/TextField/TextField.js +28 -5
- package/es/components/TextField/TextField.clear.config.js +821 -0
- package/es/components/TextField/TextField.config.js +54 -100
- package/es/components/TextField/TextField.js +15 -5
- package/package.json +8 -8
|
@@ -48,7 +48,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
48
48
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
49
49
|
closeAfterSelect?: boolean;
|
|
50
50
|
onChangeValue?: (value: string) => void;
|
|
51
|
-
filterValue?: (value: string) => boolean;
|
|
52
51
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
53
52
|
onToggle?: (isOpen: boolean) => void;
|
|
54
53
|
beforeList?: React.ReactNode;
|
|
@@ -107,7 +106,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
107
106
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
108
107
|
closeAfterSelect?: boolean;
|
|
109
108
|
onChangeValue?: (value: string) => void;
|
|
110
|
-
filterValue?: (value: string) => boolean;
|
|
111
109
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
112
110
|
onToggle?: (isOpen: boolean) => void;
|
|
113
111
|
beforeList?: React.ReactNode;
|
|
@@ -166,7 +164,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
166
164
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
167
165
|
closeAfterSelect?: boolean;
|
|
168
166
|
onChangeValue?: (value: string) => void;
|
|
169
|
-
filterValue?: (value: string) => boolean;
|
|
170
167
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
171
168
|
onToggle?: (isOpen: boolean) => void;
|
|
172
169
|
beforeList?: React.ReactNode;
|
|
@@ -225,7 +222,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
225
222
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
226
223
|
closeAfterSelect?: boolean;
|
|
227
224
|
onChangeValue?: (value: string) => void;
|
|
228
|
-
filterValue?: (value: string) => boolean;
|
|
229
225
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
230
226
|
onToggle?: (isOpen: boolean) => void;
|
|
231
227
|
beforeList?: React.ReactNode;
|
|
@@ -284,7 +280,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
284
280
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
285
281
|
closeAfterSelect?: boolean;
|
|
286
282
|
onChangeValue?: (value: string) => void;
|
|
287
|
-
filterValue?: (value: string) => boolean;
|
|
288
283
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
289
284
|
onToggle?: (isOpen: boolean) => void;
|
|
290
285
|
beforeList?: React.ReactNode;
|
|
@@ -343,7 +338,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
343
338
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
344
339
|
closeAfterSelect?: boolean;
|
|
345
340
|
onChangeValue?: (value: string) => void;
|
|
346
|
-
filterValue?: (value: string) => boolean;
|
|
347
341
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
348
342
|
onToggle?: (isOpen: boolean) => void;
|
|
349
343
|
beforeList?: React.ReactNode;
|
|
@@ -402,7 +396,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
402
396
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
403
397
|
closeAfterSelect?: boolean;
|
|
404
398
|
onChangeValue?: (value: string) => void;
|
|
405
|
-
filterValue?: (value: string) => boolean;
|
|
406
399
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
407
400
|
onToggle?: (isOpen: boolean) => void;
|
|
408
401
|
beforeList?: React.ReactNode;
|
|
@@ -461,7 +454,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
461
454
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
462
455
|
closeAfterSelect?: boolean;
|
|
463
456
|
onChangeValue?: (value: string) => void;
|
|
464
|
-
filterValue?: (value: string) => boolean;
|
|
465
457
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
466
458
|
onToggle?: (isOpen: boolean) => void;
|
|
467
459
|
beforeList?: React.ReactNode;
|
|
@@ -520,7 +512,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
520
512
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
521
513
|
closeAfterSelect?: boolean;
|
|
522
514
|
onChangeValue?: (value: string) => void;
|
|
523
|
-
filterValue?: (value: string) => boolean;
|
|
524
515
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
525
516
|
onToggle?: (isOpen: boolean) => void;
|
|
526
517
|
beforeList?: React.ReactNode;
|
|
@@ -579,7 +570,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
579
570
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
580
571
|
closeAfterSelect?: boolean;
|
|
581
572
|
onChangeValue?: (value: string) => void;
|
|
582
|
-
filterValue?: (value: string) => boolean;
|
|
583
573
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
584
574
|
onToggle?: (isOpen: boolean) => void;
|
|
585
575
|
beforeList?: React.ReactNode;
|
|
@@ -638,7 +628,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
638
628
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
639
629
|
closeAfterSelect?: boolean;
|
|
640
630
|
onChangeValue?: (value: string) => void;
|
|
641
|
-
filterValue?: (value: string) => boolean;
|
|
642
631
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
643
632
|
onToggle?: (isOpen: boolean) => void;
|
|
644
633
|
beforeList?: React.ReactNode;
|
|
@@ -697,7 +686,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
697
686
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
698
687
|
closeAfterSelect?: boolean;
|
|
699
688
|
onChangeValue?: (value: string) => void;
|
|
700
|
-
filterValue?: (value: string) => boolean;
|
|
701
689
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
702
690
|
onToggle?: (isOpen: boolean) => void;
|
|
703
691
|
beforeList?: React.ReactNode;
|
|
@@ -756,7 +744,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
756
744
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
757
745
|
closeAfterSelect?: boolean;
|
|
758
746
|
onChangeValue?: (value: string) => void;
|
|
759
|
-
filterValue?: (value: string) => boolean;
|
|
760
747
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
761
748
|
onToggle?: (isOpen: boolean) => void;
|
|
762
749
|
beforeList?: React.ReactNode;
|
|
@@ -815,7 +802,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
815
802
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
816
803
|
closeAfterSelect?: boolean;
|
|
817
804
|
onChangeValue?: (value: string) => void;
|
|
818
|
-
filterValue?: (value: string) => boolean;
|
|
819
805
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
820
806
|
onToggle?: (isOpen: boolean) => void;
|
|
821
807
|
beforeList?: React.ReactNode;
|
|
@@ -874,7 +860,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
874
860
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
875
861
|
closeAfterSelect?: boolean;
|
|
876
862
|
onChangeValue?: (value: string) => void;
|
|
877
|
-
filterValue?: (value: string) => boolean;
|
|
878
863
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
879
864
|
onToggle?: (isOpen: boolean) => void;
|
|
880
865
|
beforeList?: React.ReactNode;
|
|
@@ -933,7 +918,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
933
918
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
934
919
|
closeAfterSelect?: boolean;
|
|
935
920
|
onChangeValue?: (value: string) => void;
|
|
936
|
-
filterValue?: (value: string) => boolean;
|
|
937
921
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
938
922
|
onToggle?: (isOpen: boolean) => void;
|
|
939
923
|
beforeList?: React.ReactNode;
|
|
@@ -992,7 +976,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
992
976
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
993
977
|
closeAfterSelect?: boolean;
|
|
994
978
|
onChangeValue?: (value: string) => void;
|
|
995
|
-
filterValue?: (value: string) => boolean;
|
|
996
979
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
997
980
|
onToggle?: (isOpen: boolean) => void;
|
|
998
981
|
beforeList?: React.ReactNode;
|
|
@@ -1051,7 +1034,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1051
1034
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1052
1035
|
closeAfterSelect?: boolean;
|
|
1053
1036
|
onChangeValue?: (value: string) => void;
|
|
1054
|
-
filterValue?: (value: string) => boolean;
|
|
1055
1037
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1056
1038
|
onToggle?: (isOpen: boolean) => void;
|
|
1057
1039
|
beforeList?: React.ReactNode;
|
|
@@ -1110,7 +1092,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1110
1092
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1111
1093
|
closeAfterSelect?: boolean;
|
|
1112
1094
|
onChangeValue?: (value: string) => void;
|
|
1113
|
-
filterValue?: (value: string) => boolean;
|
|
1114
1095
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1115
1096
|
onToggle?: (isOpen: boolean) => void;
|
|
1116
1097
|
beforeList?: React.ReactNode;
|
|
@@ -1169,7 +1150,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1169
1150
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1170
1151
|
closeAfterSelect?: boolean;
|
|
1171
1152
|
onChangeValue?: (value: string) => void;
|
|
1172
|
-
filterValue?: (value: string) => boolean;
|
|
1173
1153
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1174
1154
|
onToggle?: (isOpen: boolean) => void;
|
|
1175
1155
|
beforeList?: React.ReactNode;
|
|
@@ -1228,7 +1208,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1228
1208
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1229
1209
|
closeAfterSelect?: boolean;
|
|
1230
1210
|
onChangeValue?: (value: string) => void;
|
|
1231
|
-
filterValue?: (value: string) => boolean;
|
|
1232
1211
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1233
1212
|
onToggle?: (isOpen: boolean) => void;
|
|
1234
1213
|
beforeList?: React.ReactNode;
|
|
@@ -1287,7 +1266,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1287
1266
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1288
1267
|
closeAfterSelect?: boolean;
|
|
1289
1268
|
onChangeValue?: (value: string) => void;
|
|
1290
|
-
filterValue?: (value: string) => boolean;
|
|
1291
1269
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1292
1270
|
onToggle?: (isOpen: boolean) => void;
|
|
1293
1271
|
beforeList?: React.ReactNode;
|
|
@@ -1346,7 +1324,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1346
1324
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1347
1325
|
closeAfterSelect?: boolean;
|
|
1348
1326
|
onChangeValue?: (value: string) => void;
|
|
1349
|
-
filterValue?: (value: string) => boolean;
|
|
1350
1327
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1351
1328
|
onToggle?: (isOpen: boolean) => void;
|
|
1352
1329
|
beforeList?: React.ReactNode;
|
|
@@ -1405,7 +1382,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1405
1382
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
|
1406
1383
|
closeAfterSelect?: boolean;
|
|
1407
1384
|
onChangeValue?: (value: string) => void;
|
|
1408
|
-
filterValue?: (value: string) => boolean;
|
|
1409
1385
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
1410
1386
|
onToggle?: (isOpen: boolean) => void;
|
|
1411
1387
|
beforeList?: React.ReactNode;
|
|
@@ -16,9 +16,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
16
16
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
17
17
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
18
|
};
|
|
19
|
-
clear: {
|
|
20
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
21
|
-
};
|
|
22
19
|
chipView: {
|
|
23
20
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
21
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -41,6 +38,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
41
38
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
42
39
|
};
|
|
43
40
|
}> & {
|
|
41
|
+
appearance?: "default" | "clear";
|
|
44
42
|
size?: string;
|
|
45
43
|
view?: string;
|
|
46
44
|
readOnly?: boolean;
|
|
@@ -94,9 +92,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
94
92
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
95
93
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
96
94
|
};
|
|
97
|
-
clear: {
|
|
98
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
99
|
-
};
|
|
100
95
|
chipView: {
|
|
101
96
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
102
97
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -119,6 +114,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
119
114
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
120
115
|
};
|
|
121
116
|
}> & {
|
|
117
|
+
appearance?: "default" | "clear";
|
|
122
118
|
size?: string;
|
|
123
119
|
view?: string;
|
|
124
120
|
readOnly?: boolean;
|
|
@@ -174,9 +170,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
174
170
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
175
171
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
176
172
|
};
|
|
177
|
-
clear: {
|
|
178
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
179
|
-
};
|
|
180
173
|
chipView: {
|
|
181
174
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
182
175
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -199,6 +192,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
199
192
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
200
193
|
};
|
|
201
194
|
}> & {
|
|
195
|
+
appearance?: "default" | "clear";
|
|
202
196
|
size?: string;
|
|
203
197
|
view?: string;
|
|
204
198
|
readOnly?: boolean;
|
|
@@ -252,9 +246,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
252
246
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
253
247
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
254
248
|
};
|
|
255
|
-
clear: {
|
|
256
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
257
|
-
};
|
|
258
249
|
chipView: {
|
|
259
250
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
260
251
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -277,6 +268,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
277
268
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
278
269
|
};
|
|
279
270
|
}> & {
|
|
271
|
+
appearance?: "default" | "clear";
|
|
280
272
|
size?: string;
|
|
281
273
|
view?: string;
|
|
282
274
|
readOnly?: boolean;
|
|
@@ -332,9 +324,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
332
324
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
333
325
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
334
326
|
};
|
|
335
|
-
clear: {
|
|
336
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
337
|
-
};
|
|
338
327
|
chipView: {
|
|
339
328
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
340
329
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -357,6 +346,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
357
346
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
358
347
|
};
|
|
359
348
|
}> & {
|
|
349
|
+
appearance?: "default" | "clear";
|
|
360
350
|
size?: string;
|
|
361
351
|
view?: string;
|
|
362
352
|
readOnly?: boolean;
|
|
@@ -410,9 +400,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
410
400
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
411
401
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
412
402
|
};
|
|
413
|
-
clear: {
|
|
414
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
415
|
-
};
|
|
416
403
|
chipView: {
|
|
417
404
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
418
405
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -435,6 +422,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
435
422
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
436
423
|
};
|
|
437
424
|
}> & {
|
|
425
|
+
appearance?: "default" | "clear";
|
|
438
426
|
size?: string;
|
|
439
427
|
view?: string;
|
|
440
428
|
readOnly?: boolean;
|
|
@@ -490,9 +478,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
490
478
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
491
479
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
492
480
|
};
|
|
493
|
-
clear: {
|
|
494
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
495
|
-
};
|
|
496
481
|
chipView: {
|
|
497
482
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
498
483
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -515,6 +500,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
515
500
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
516
501
|
};
|
|
517
502
|
}> & {
|
|
503
|
+
appearance?: "default" | "clear";
|
|
518
504
|
size?: string;
|
|
519
505
|
view?: string;
|
|
520
506
|
readOnly?: boolean;
|
|
@@ -568,9 +554,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
568
554
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
569
555
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
570
556
|
};
|
|
571
|
-
clear: {
|
|
572
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
573
|
-
};
|
|
574
557
|
chipView: {
|
|
575
558
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
576
559
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -593,6 +576,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
593
576
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
594
577
|
};
|
|
595
578
|
}> & {
|
|
579
|
+
appearance?: "default" | "clear";
|
|
596
580
|
size?: string;
|
|
597
581
|
view?: string;
|
|
598
582
|
readOnly?: boolean;
|
|
@@ -21,7 +21,7 @@ declare const RadioboxComponent: import("react").FunctionComponent<import("@salu
|
|
|
21
21
|
focused: {
|
|
22
22
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
23
23
|
};
|
|
24
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "
|
|
24
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
25
25
|
export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
|
|
26
26
|
/**
|
|
27
27
|
* Переключатель, или *радиокнопка*.
|
|
@@ -48,5 +48,5 @@ export declare const Radiobox: import("react").FunctionComponent<import("@salute
|
|
|
48
48
|
focused: {
|
|
49
49
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
50
50
|
};
|
|
51
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "
|
|
51
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
52
52
|
export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
labelPlacement: string;
|
|
6
|
+
};
|
|
7
|
+
variations: {
|
|
8
|
+
view: {
|
|
9
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
10
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
11
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
17
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
19
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
20
|
+
};
|
|
21
|
+
labelPlacement: {
|
|
22
|
+
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
23
|
+
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
|
+
};
|
|
25
|
+
chipView: {
|
|
26
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
27
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
28
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
29
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
30
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
31
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
32
|
+
};
|
|
33
|
+
hintView: {
|
|
34
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
35
|
+
};
|
|
36
|
+
hintSize: {
|
|
37
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
38
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
42
|
+
};
|
|
43
|
+
readOnly: {
|
|
44
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|