@salutejs/sdds-finportal 0.146.0-canary.1500.11456169969.0 → 0.146.1-canary.1502.11462220468.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +1619 -22
- package/components/Badge/Badge.d.ts +0 -3
- package/components/Mask/Mask.d.ts +740 -12
- package/components/Tabs/TabItem.d.ts +17 -2
- package/components/Tabs/Tabs.d.ts +1 -1
- package/components/TextArea/TextArea.config.d.ts +9 -2
- package/components/TextArea/TextArea.config.js +20 -13
- package/components/TextArea/TextArea.d.ts +456 -1
- package/components/TextField/TextField.config.d.ts +7 -0
- package/components/TextField/TextField.config.js +18 -11
- package/components/TextField/TextField.d.ts +415 -0
- package/es/components/TextArea/TextArea.config.js +20 -13
- package/es/components/TextField/TextField.config.js +18 -11
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +1619 -22
@@ -31,7 +31,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
31
31
|
text?: string | undefined;
|
32
32
|
contentLeft?: import("react").ReactNode;
|
33
33
|
contentRight?: import("react").ReactNode;
|
34
|
-
truncate?: boolean | undefined;
|
35
34
|
size?: string | undefined;
|
36
35
|
view?: string | undefined;
|
37
36
|
} & {
|
@@ -44,7 +43,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
44
43
|
text?: string | undefined;
|
45
44
|
contentLeft?: import("react").ReactNode;
|
46
45
|
contentRight?: import("react").ReactNode;
|
47
|
-
truncate?: boolean | undefined;
|
48
46
|
size?: string | undefined;
|
49
47
|
view?: string | undefined;
|
50
48
|
} & {
|
@@ -57,7 +55,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
57
55
|
text?: string | undefined;
|
58
56
|
contentLeft?: import("react").ReactNode;
|
59
57
|
contentRight?: import("react").ReactNode;
|
60
|
-
truncate?: boolean | undefined;
|
61
58
|
size?: string | undefined;
|
62
59
|
view?: string | undefined;
|
63
60
|
} & {
|