@salutejs/sdds-dfa 0.164.0-canary.1540.11688781632.0 → 0.164.1-canary.1535.11702289511.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
@@ -1523,6 +1523,7 @@ name?: string | undefined;
|
|
1523
1523
|
label?: string | undefined;
|
1524
1524
|
view?: string | undefined;
|
1525
1525
|
disabled?: boolean | undefined;
|
1526
|
+
autoComplete?: string | undefined;
|
1526
1527
|
readOnly?: boolean | undefined;
|
1527
1528
|
size?: string | undefined;
|
1528
1529
|
contentLeft?: ReactNode;
|
@@ -3226,6 +3227,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3226
3227
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3227
3228
|
firstTextfieldTextAfter?: string | undefined;
|
3228
3229
|
secondTextfieldTextAfter?: string | undefined;
|
3230
|
+
autoComplete?: string | undefined;
|
3229
3231
|
view?: string | undefined;
|
3230
3232
|
size?: string | undefined;
|
3231
3233
|
readOnly?: boolean | undefined;
|
@@ -3262,6 +3264,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3262
3264
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3263
3265
|
firstTextfieldTextAfter?: string | undefined;
|
3264
3266
|
secondTextfieldTextAfter?: string | undefined;
|
3267
|
+
autoComplete?: string | undefined;
|
3265
3268
|
view?: string | undefined;
|
3266
3269
|
size?: string | undefined;
|
3267
3270
|
readOnly?: boolean | undefined;
|
@@ -3298,6 +3301,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3298
3301
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3299
3302
|
firstTextfieldTextAfter?: string | undefined;
|
3300
3303
|
secondTextfieldTextAfter?: string | undefined;
|
3304
|
+
autoComplete?: string | undefined;
|
3301
3305
|
view?: string | undefined;
|
3302
3306
|
size?: string | undefined;
|
3303
3307
|
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.164.
|
3
|
+
"version": "0.164.1-canary.1535.11702289511.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.184.
|
22
|
+
"@salutejs/plasma-new-hope": "0.184.1-canary.1535.11702289511.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.0-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"@babel/preset-typescript": "7.24.1",
|
38
38
|
"@microsoft/api-extractor": "7.38.3",
|
39
39
|
"@salutejs/plasma-colors": "0.13.0",
|
40
|
-
"@salutejs/plasma-core": "1.
|
41
|
-
"@salutejs/plasma-cy-utils": "0.
|
40
|
+
"@salutejs/plasma-core": "1.185.0-dev.0",
|
41
|
+
"@salutejs/plasma-cy-utils": "0.116.0-dev.0",
|
42
42
|
"@salutejs/plasma-icons": "1.208.0-dev.0",
|
43
|
-
"@salutejs/plasma-sb-utils": "0.
|
43
|
+
"@salutejs/plasma-sb-utils": "0.183.0-dev.0",
|
44
44
|
"@storybook/addon-docs": "7.6.17",
|
45
45
|
"@storybook/addon-essentials": "7.6.17",
|
46
46
|
"@storybook/addons": "7.6.17",
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Anton Vinogradov"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "df827a0853d2ae6235bf7703a2d3820b9b195711"
|
99
99
|
}
|
package/temp/sdds-dfa.api.md
CHANGED
@@ -1523,6 +1523,7 @@ name?: string | undefined;
|
|
1523
1523
|
label?: string | undefined;
|
1524
1524
|
view?: string | undefined;
|
1525
1525
|
disabled?: boolean | undefined;
|
1526
|
+
autoComplete?: string | undefined;
|
1526
1527
|
readOnly?: boolean | undefined;
|
1527
1528
|
size?: string | undefined;
|
1528
1529
|
contentLeft?: ReactNode;
|
@@ -3226,6 +3227,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3226
3227
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3227
3228
|
firstTextfieldTextAfter?: string | undefined;
|
3228
3229
|
secondTextfieldTextAfter?: string | undefined;
|
3230
|
+
autoComplete?: string | undefined;
|
3229
3231
|
view?: string | undefined;
|
3230
3232
|
size?: string | undefined;
|
3231
3233
|
readOnly?: boolean | undefined;
|
@@ -3262,6 +3264,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3262
3264
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3263
3265
|
firstTextfieldTextAfter?: string | undefined;
|
3264
3266
|
secondTextfieldTextAfter?: string | undefined;
|
3267
|
+
autoComplete?: string | undefined;
|
3265
3268
|
view?: string | undefined;
|
3266
3269
|
size?: string | undefined;
|
3267
3270
|
readOnly?: boolean | undefined;
|
@@ -3298,6 +3301,7 @@ secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<an
|
|
3298
3301
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
3299
3302
|
firstTextfieldTextAfter?: string | undefined;
|
3300
3303
|
secondTextfieldTextAfter?: string | undefined;
|
3304
|
+
autoComplete?: string | undefined;
|
3301
3305
|
view?: string | undefined;
|
3302
3306
|
size?: string | undefined;
|
3303
3307
|
readOnly?: boolean | undefined;
|