@salutejs/sdds-dfa 0.161.1-canary.1532.11629326773.0 → 0.162.0-canary.1530.11628993812.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/sdds-dfa.api.md
CHANGED
@@ -1267,6 +1267,7 @@ name?: string | undefined;
|
|
1267
1267
|
label?: string | undefined;
|
1268
1268
|
view?: string | undefined;
|
1269
1269
|
disabled?: boolean | undefined;
|
1270
|
+
autoComplete?: string | undefined;
|
1270
1271
|
readOnly?: boolean | undefined;
|
1271
1272
|
size?: string | undefined;
|
1272
1273
|
contentLeft?: ReactNode;
|
@@ -2970,6 +2971,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
2970
2971
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2971
2972
|
firstTextfieldTextAfter?: string | undefined;
|
2972
2973
|
secondTextfieldTextAfter?: string | undefined;
|
2974
|
+
autoComplete?: string | undefined;
|
2973
2975
|
view?: string | undefined;
|
2974
2976
|
size?: string | undefined;
|
2975
2977
|
readOnly?: boolean | undefined;
|
@@ -3006,6 +3008,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3006
3008
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3007
3009
|
firstTextfieldTextAfter?: string | undefined;
|
3008
3010
|
secondTextfieldTextAfter?: string | undefined;
|
3011
|
+
autoComplete?: string | undefined;
|
3009
3012
|
view?: string | undefined;
|
3010
3013
|
size?: string | undefined;
|
3011
3014
|
readOnly?: boolean | undefined;
|
@@ -3042,6 +3045,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3042
3045
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3043
3046
|
firstTextfieldTextAfter?: string | undefined;
|
3044
3047
|
secondTextfieldTextAfter?: string | undefined;
|
3048
|
+
autoComplete?: string | undefined;
|
3045
3049
|
view?: string | undefined;
|
3046
3050
|
size?: string | undefined;
|
3047
3051
|
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-dfa",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.162.0-canary.1530.11628993812.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA 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-dfa"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.
|
22
|
+
"@salutejs/plasma-new-hope": "0.183.0-canary.1530.11628993812.0",
|
23
23
|
"@salutejs/sdds-themes": "0.26.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Anton Vinogradov"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "1ffb6300223959c8cccebdff984223ca2a3135e5"
|
99
99
|
}
|
package/temp/sdds-dfa.api.md
CHANGED
@@ -1267,6 +1267,7 @@ name?: string | undefined;
|
|
1267
1267
|
label?: string | undefined;
|
1268
1268
|
view?: string | undefined;
|
1269
1269
|
disabled?: boolean | undefined;
|
1270
|
+
autoComplete?: string | undefined;
|
1270
1271
|
readOnly?: boolean | undefined;
|
1271
1272
|
size?: string | undefined;
|
1272
1273
|
contentLeft?: ReactNode;
|
@@ -2970,6 +2971,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
2970
2971
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
2971
2972
|
firstTextfieldTextAfter?: string | undefined;
|
2972
2973
|
secondTextfieldTextAfter?: string | undefined;
|
2974
|
+
autoComplete?: string | undefined;
|
2973
2975
|
view?: string | undefined;
|
2974
2976
|
size?: string | undefined;
|
2975
2977
|
readOnly?: boolean | undefined;
|
@@ -3006,6 +3008,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3006
3008
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3007
3009
|
firstTextfieldTextAfter?: string | undefined;
|
3008
3010
|
secondTextfieldTextAfter?: string | undefined;
|
3011
|
+
autoComplete?: string | undefined;
|
3009
3012
|
view?: string | undefined;
|
3010
3013
|
size?: string | undefined;
|
3011
3014
|
readOnly?: boolean | undefined;
|
@@ -3042,6 +3045,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3042
3045
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3043
3046
|
firstTextfieldTextAfter?: string | undefined;
|
3044
3047
|
secondTextfieldTextAfter?: string | undefined;
|
3048
|
+
autoComplete?: string | undefined;
|
3045
3049
|
view?: string | undefined;
|
3046
3050
|
size?: string | undefined;
|
3047
3051
|
readOnly?: boolean | undefined;
|