@salutejs/sdds-finportal 0.157.1-canary.1535.11680166109.0 → 0.158.0-canary.1530.11700796066.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1574,6 +1574,7 @@ name?: string | undefined;
|
|
1574
1574
|
label?: string | undefined;
|
1575
1575
|
view?: string | undefined;
|
1576
1576
|
disabled?: boolean | undefined;
|
1577
|
+
autoComplete?: string | undefined;
|
1577
1578
|
readOnly?: boolean | undefined;
|
1578
1579
|
size?: string | undefined;
|
1579
1580
|
contentLeft?: ReactNode;
|
@@ -3320,6 +3321,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3320
3321
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3321
3322
|
firstTextfieldTextAfter?: string | undefined;
|
3322
3323
|
secondTextfieldTextAfter?: string | undefined;
|
3324
|
+
autoComplete?: string | undefined;
|
3323
3325
|
view?: string | undefined;
|
3324
3326
|
size?: string | undefined;
|
3325
3327
|
readOnly?: boolean | undefined;
|
@@ -3356,6 +3358,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3356
3358
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3357
3359
|
firstTextfieldTextAfter?: string | undefined;
|
3358
3360
|
secondTextfieldTextAfter?: string | undefined;
|
3361
|
+
autoComplete?: string | undefined;
|
3359
3362
|
view?: string | undefined;
|
3360
3363
|
size?: string | undefined;
|
3361
3364
|
readOnly?: boolean | undefined;
|
@@ -3392,6 +3395,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3392
3395
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3393
3396
|
firstTextfieldTextAfter?: string | undefined;
|
3394
3397
|
secondTextfieldTextAfter?: string | undefined;
|
3398
|
+
autoComplete?: string | undefined;
|
3395
3399
|
view?: string | undefined;
|
3396
3400
|
size?: string | undefined;
|
3397
3401
|
readOnly?: boolean | undefined;
|
@@ -50,6 +50,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
50
50
|
label?: string | undefined;
|
51
51
|
view?: string | undefined;
|
52
52
|
disabled?: boolean | undefined;
|
53
|
+
autoComplete?: string | undefined;
|
53
54
|
readOnly?: boolean | undefined;
|
54
55
|
size?: string | undefined;
|
55
56
|
contentLeft?: import("react").ReactNode;
|
@@ -37,6 +37,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
37
37
|
secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
38
38
|
firstTextfieldTextAfter?: string | undefined;
|
39
39
|
secondTextfieldTextAfter?: string | undefined;
|
40
|
+
autoComplete?: string | undefined;
|
40
41
|
view?: string | undefined;
|
41
42
|
size?: string | undefined;
|
42
43
|
readOnly?: boolean | undefined;
|
@@ -73,6 +74,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
73
74
|
secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
74
75
|
firstTextfieldTextAfter?: string | undefined;
|
75
76
|
secondTextfieldTextAfter?: string | undefined;
|
77
|
+
autoComplete?: string | undefined;
|
76
78
|
view?: string | undefined;
|
77
79
|
size?: string | undefined;
|
78
80
|
readOnly?: boolean | undefined;
|
@@ -109,6 +111,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
109
111
|
secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
110
112
|
firstTextfieldTextAfter?: string | undefined;
|
111
113
|
secondTextfieldTextAfter?: string | undefined;
|
114
|
+
autoComplete?: string | undefined;
|
112
115
|
view?: string | undefined;
|
113
116
|
size?: string | undefined;
|
114
117
|
readOnly?: boolean | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.158.0-canary.1530.11700796066.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.
|
22
|
+
"@salutejs/plasma-new-hope": "0.184.0-canary.1530.11700796066.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.0-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "ca0c4a8fb05140b40a37d820d289d256c46d9094"
|
98
98
|
}
|
@@ -1574,6 +1574,7 @@ name?: string | undefined;
|
|
1574
1574
|
label?: string | undefined;
|
1575
1575
|
view?: string | undefined;
|
1576
1576
|
disabled?: boolean | undefined;
|
1577
|
+
autoComplete?: string | undefined;
|
1577
1578
|
readOnly?: boolean | undefined;
|
1578
1579
|
size?: string | undefined;
|
1579
1580
|
contentLeft?: ReactNode;
|
@@ -3320,6 +3321,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3320
3321
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3321
3322
|
firstTextfieldTextAfter?: string | undefined;
|
3322
3323
|
secondTextfieldTextAfter?: string | undefined;
|
3324
|
+
autoComplete?: string | undefined;
|
3323
3325
|
view?: string | undefined;
|
3324
3326
|
size?: string | undefined;
|
3325
3327
|
readOnly?: boolean | undefined;
|
@@ -3356,6 +3358,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3356
3358
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3357
3359
|
firstTextfieldTextAfter?: string | undefined;
|
3358
3360
|
secondTextfieldTextAfter?: string | undefined;
|
3361
|
+
autoComplete?: string | undefined;
|
3359
3362
|
view?: string | undefined;
|
3360
3363
|
size?: string | undefined;
|
3361
3364
|
readOnly?: boolean | undefined;
|
@@ -3392,6 +3395,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3392
3395
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3393
3396
|
firstTextfieldTextAfter?: string | undefined;
|
3394
3397
|
secondTextfieldTextAfter?: string | undefined;
|
3398
|
+
autoComplete?: string | undefined;
|
3395
3399
|
view?: string | undefined;
|
3396
3400
|
size?: string | undefined;
|
3397
3401
|
readOnly?: boolean | undefined;
|