@salutejs/plasma-web 1.600.1-canary.2366.19823339749.0 → 1.600.1-canary.2376.19952506237.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/Calendar/Calendar.d.ts +2 -0
- package/components/Calendar/CalendarBase.config.d.ts +1 -0
- package/components/Calendar/CalendarBase.config.js +111 -47
- package/components/Calendar/CalendarDouble.config.d.ts +1 -0
- package/components/Calendar/CalendarDouble.config.js +113 -50
- package/components/Combobox/Combobox.d.ts +24 -0
- package/components/Mask/Mask.d.ts +17 -33
- package/components/Pagination/Pagination.config.js +8 -4
- 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 -3
- package/components/TextField/TextField.config.js +51 -100
- package/components/TextField/TextField.d.ts +971 -5
- package/components/TextField/TextField.js +20 -2
- package/css/cjs/components/Calendar/Calendar.css +16 -14
- package/css/cjs/components/Calendar/CalendarBase.config.js +8 -7
- package/css/cjs/components/Calendar/CalendarBase.config.js.map +1 -1
- package/css/cjs/components/Calendar/CalendarBase.config_1iuj91.css +8 -0
- package/css/cjs/components/Calendar/CalendarDouble.config.js +8 -7
- package/css/cjs/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/css/cjs/components/Calendar/CalendarDouble.config_udv863.css +8 -0
- package/css/cjs/components/Mask/Mask.css +43 -21
- package/css/cjs/components/Pagination/Pagination.config.js +1 -1
- package/css/cjs/components/Pagination/Pagination.config.js.map +1 -1
- package/css/cjs/components/Pagination/{Pagination.config_cxh2fc.css → Pagination.config_189epki.css} +4 -4
- package/css/cjs/components/Pagination/Pagination.css +12 -12
- package/css/cjs/components/TextField/TextField.clear.config.js +55 -0
- package/css/cjs/components/TextField/TextField.clear.config.js.map +1 -0
- package/css/cjs/components/TextField/TextField.clear.config_hts9jh.css +22 -0
- package/css/cjs/components/TextField/TextField.config.js +12 -15
- package/css/cjs/components/TextField/TextField.config.js.map +1 -1
- package/css/cjs/components/TextField/TextField.config_1cwmi74.css +22 -0
- package/css/cjs/components/TextField/TextField.js +14 -2
- package/css/cjs/components/TextField/TextField.js.map +1 -1
- package/css/cjs/index.css +74 -50
- package/css/es/components/Calendar/Calendar.css +16 -14
- package/css/es/components/Calendar/CalendarBase.config.js +8 -7
- package/css/es/components/Calendar/CalendarBase.config.js.map +1 -1
- package/css/es/components/Calendar/CalendarBase.config_1iuj91.css +8 -0
- package/css/es/components/Calendar/CalendarDouble.config.js +8 -7
- package/css/es/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/css/es/components/Calendar/CalendarDouble.config_udv863.css +8 -0
- package/css/es/components/Mask/Mask.css +43 -21
- package/css/es/components/Pagination/Pagination.config.js +1 -1
- package/css/es/components/Pagination/Pagination.config.js.map +1 -1
- package/css/es/components/Pagination/{Pagination.config_cxh2fc.css → Pagination.config_189epki.css} +4 -4
- package/css/es/components/Pagination/Pagination.css +12 -12
- package/css/es/components/TextField/TextField.clear.config.js +51 -0
- package/css/es/components/TextField/TextField.clear.config.js.map +1 -0
- package/css/es/components/TextField/TextField.clear.config_hts9jh.css +22 -0
- package/css/es/components/TextField/TextField.config.js +12 -15
- package/css/es/components/TextField/TextField.config.js.map +1 -1
- package/css/es/components/TextField/TextField.config_1cwmi74.css +22 -0
- package/css/es/components/TextField/TextField.js +14 -4
- package/css/es/components/TextField/TextField.js.map +1 -1
- package/css/es/index.css +74 -50
- package/es/components/Calendar/CalendarBase.config.js +111 -47
- package/es/components/Calendar/CalendarDouble.config.js +113 -50
- package/es/components/Pagination/Pagination.config.js +8 -4
- package/es/components/TextField/TextField.clear.config.js +821 -0
- package/es/components/TextField/TextField.config.js +51 -100
- package/es/components/TextField/TextField.js +15 -3
- package/package.json +9 -18
- package/css/cjs/components/Calendar/CalendarBase.config_1jcmqiq.css +0 -7
- package/css/cjs/components/Calendar/CalendarDouble.config_nsgnzv.css +0 -7
- package/css/cjs/components/TextField/TextField.config_4hsnnu.css +0 -23
- package/css/es/components/Calendar/CalendarBase.config_1jcmqiq.css +0 -7
- package/css/es/components/Calendar/CalendarDouble.config_nsgnzv.css +0 -7
- package/css/es/components/TextField/TextField.config_4hsnnu.css +0 -23
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
1
|
+
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
2
2
|
view: {
|
|
3
3
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
4
4
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -76,7 +74,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
76
74
|
chipType?: never;
|
|
77
75
|
chipView?: never;
|
|
78
76
|
chipValidator?: never;
|
|
79
|
-
} & 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<{
|
|
77
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
80
78
|
view: {
|
|
81
79
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
82
80
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -156,7 +152,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
156
152
|
chipValidator?: (value: string) => {
|
|
157
153
|
view?: string;
|
|
158
154
|
};
|
|
159
|
-
} & 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<{
|
|
155
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
160
156
|
view: {
|
|
161
157
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
162
158
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -234,7 +228,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
234
228
|
chipType?: never;
|
|
235
229
|
chipView?: never;
|
|
236
230
|
chipValidator?: never;
|
|
237
|
-
} & 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<{
|
|
231
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
238
232
|
view: {
|
|
239
233
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
240
234
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -314,7 +306,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
314
306
|
chipValidator?: (value: string) => {
|
|
315
307
|
view?: string;
|
|
316
308
|
};
|
|
317
|
-
} & 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<{
|
|
309
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
318
310
|
view: {
|
|
319
311
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
320
312
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -392,7 +382,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
392
382
|
chipType?: never;
|
|
393
383
|
chipView?: never;
|
|
394
384
|
chipValidator?: never;
|
|
395
|
-
} & 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<{
|
|
385
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
396
386
|
view: {
|
|
397
387
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
398
388
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -472,7 +460,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
472
460
|
chipValidator?: (value: string) => {
|
|
473
461
|
view?: string;
|
|
474
462
|
};
|
|
475
|
-
} & 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<{
|
|
463
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
476
464
|
view: {
|
|
477
465
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
478
466
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -550,7 +536,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
550
536
|
chipType?: never;
|
|
551
537
|
chipView?: never;
|
|
552
538
|
chipValidator?: never;
|
|
553
|
-
} & 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<{
|
|
539
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
554
540
|
view: {
|
|
555
541
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
556
542
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
@@ -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;
|
|
@@ -630,4 +614,4 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
630
614
|
chipValidator?: (value: string) => {
|
|
631
615
|
view?: string;
|
|
632
616
|
};
|
|
633
|
-
} & 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">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
617
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -190,6 +190,7 @@ function _templateObject7() {
|
|
|
190
190
|
function _templateObject8() {
|
|
191
191
|
var data = _tagged_template_literal([
|
|
192
192
|
"\n ",
|
|
193
|
+
": 0.5rem;\n ",
|
|
193
194
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
194
195
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
195
196
|
": var(--plasma-typo-body-l-font-style);\n ",
|
|
@@ -232,6 +233,7 @@ function _templateObject8() {
|
|
|
232
233
|
function _templateObject9() {
|
|
233
234
|
var data = _tagged_template_literal([
|
|
234
235
|
"\n ",
|
|
236
|
+
": 0.5rem;\n ",
|
|
235
237
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
236
238
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
237
239
|
": var(--plasma-typo-body-m-font-style);\n ",
|
|
@@ -274,6 +276,7 @@ function _templateObject9() {
|
|
|
274
276
|
function _templateObject10() {
|
|
275
277
|
var data = _tagged_template_literal([
|
|
276
278
|
"\n ",
|
|
279
|
+
": 0.5rem;\n ",
|
|
277
280
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
278
281
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
279
282
|
": var(--plasma-typo-body-s-font-style);\n ",
|
|
@@ -316,6 +319,7 @@ function _templateObject10() {
|
|
|
316
319
|
function _templateObject11() {
|
|
317
320
|
var data = _tagged_template_literal([
|
|
318
321
|
"\n ",
|
|
322
|
+
": 0.5rem;\n ",
|
|
319
323
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
320
324
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
321
325
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -399,10 +403,10 @@ var config = {
|
|
|
399
403
|
*/ primary: (0, _styledcomponents.css)(_templateObject7(), _styledcomponents.paginationTokens.paginationCurrentButtonColor, _styledcomponents.paginationTokens.paginationCurrentButtonBackgroundColor, _styledcomponents.paginationTokens.paginationCurrentButtonHoverColor, _styledcomponents.paginationTokens.paginationCurrentButtonHoverBackgroundColor, _styledcomponents.paginationTokens.paginationCurrentButtonActiveColor, _styledcomponents.paginationTokens.paginationCurrentButtonActiveBackgroundColor)
|
|
400
404
|
},
|
|
401
405
|
size: {
|
|
402
|
-
l: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
403
|
-
m: (0, _styledcomponents.css)(_templateObject9(), _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
404
|
-
s: (0, _styledcomponents.css)(_templateObject10(), _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
405
|
-
xs: (0, _styledcomponents.css)(_templateObject11(), _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap)
|
|
406
|
+
l: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.paginationTokens.paginationCompactTypeGap, _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
407
|
+
m: (0, _styledcomponents.css)(_templateObject9(), _styledcomponents.paginationTokens.paginationCompactTypeGap, _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
408
|
+
s: (0, _styledcomponents.css)(_templateObject10(), _styledcomponents.paginationTokens.paginationCompactTypeGap, _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap),
|
|
409
|
+
xs: (0, _styledcomponents.css)(_templateObject11(), _styledcomponents.paginationTokens.paginationCompactTypeGap, _styledcomponents.paginationTokens.paginationFontFamily, _styledcomponents.paginationTokens.paginationFontSize, _styledcomponents.paginationTokens.paginationFontStyle, _styledcomponents.paginationTokens.paginationFontWeight, _styledcomponents.paginationTokens.paginationLetterSpacing, _styledcomponents.paginationTokens.paginationLineHeight, _styledcomponents.paginationTokens.buttonHeight, _styledcomponents.paginationTokens.paginationInputWidth, _styledcomponents.paginationTokens.buttonRadius, _styledcomponents.paginationTokens.buttonWidth, _styledcomponents.paginationTokens.buttonWidthShorter, _styledcomponents.paginationTokens.paginationIconSize, _styledcomponents.paginationTokens.paginationIconDoubleSize, _styledcomponents.paginationTokens.buttonArrowMargin, _styledcomponents.paginationTokens.selectHeight, _styledcomponents.paginationTokens.selectPaddingTop, _styledcomponents.paginationTokens.selectPaddingRight, _styledcomponents.paginationTokens.selectPaddingBottom, _styledcomponents.paginationTokens.selectPaddingLeft, _styledcomponents.paginationTokens.selectItemHeight, _styledcomponents.paginationTokens.selectItemPadding, _styledcomponents.paginationTokens.selectItemContentLeftWidth, _styledcomponents.paginationTokens.selectItemBackground, _styledcomponents.paginationTokens.selectTargetArrowRight, _styledcomponents.paginationTokens.selectTargetPadding, _styledcomponents.paginationTokens.selectTargetInnerTop, _styledcomponents.paginationTokens.selectTargetLabelInnerTop, _styledcomponents.paginationTokens.inputBorderRadius, _styledcomponents.paginationTokens.inputWidth, _styledcomponents.paginationTokens.inputHeight, _styledcomponents.paginationTokens.inputPadding, _styledcomponents.paginationTokens.inputBorderWidth, _styledcomponents.paginationTokens.paginationHelperTextGap)
|
|
406
410
|
},
|
|
407
411
|
type: {
|
|
408
412
|
compact: (0, _styledcomponents.css)(_templateObject12()),
|
|
@@ -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
|
+
};
|