@salutejs/sdds-cs 0.315.0-canary.1957.15017077529.0 → 0.315.0-dev.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/Accordion/Accordion.d.ts +1 -1
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Autocomplete/Autocomplete.d.ts +451 -1
- package/components/Button/Button.d.ts +4 -4
- package/components/Cell/Cell.d.ts +2 -2
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/DatePicker/DatePicker.d.ts +1 -1
- package/components/Dropdown/Dropdown.d.ts +2 -2
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Image/Image.d.ts +1 -1
- package/components/Mask/Mask.d.ts +12 -12
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Rating/Rating.d.ts +2 -2
- package/components/Select/Select.d.ts +6 -6
- package/components/Skeleton/Skeleton.d.ts +2 -2
- package/components/Slider/Slider.d.ts +14 -14
- package/components/TextArea/TextArea.d.ts +8 -8
- package/components/TextField/TextField.d.ts +12 -12
- package/package.json +3 -3
@@ -27,7 +27,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
27
27
|
readOnly: {
|
28
28
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
29
|
};
|
30
|
-
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
30
|
+
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
31
31
|
status?: "" | "warning" | "success" | "error" | undefined;
|
32
32
|
label?: string | undefined;
|
33
33
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -71,7 +71,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
71
71
|
} & {
|
72
72
|
clear?: undefined;
|
73
73
|
hasDivider?: undefined;
|
74
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
74
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
75
75
|
status?: "" | "warning" | "success" | "error" | undefined;
|
76
76
|
label?: string | undefined;
|
77
77
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -115,7 +115,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
115
115
|
} & {
|
116
116
|
clear?: undefined;
|
117
117
|
hasDivider?: undefined;
|
118
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
118
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
119
119
|
status?: "" | "warning" | "success" | "error" | undefined;
|
120
120
|
label?: string | undefined;
|
121
121
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -159,7 +159,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
159
159
|
} & {
|
160
160
|
clear?: undefined;
|
161
161
|
hasDivider?: undefined;
|
162
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
162
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
163
163
|
status?: "" | "warning" | "success" | "error" | undefined;
|
164
164
|
label?: string | undefined;
|
165
165
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -203,7 +203,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
203
203
|
} & {
|
204
204
|
height?: undefined;
|
205
205
|
width?: undefined;
|
206
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
206
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
207
207
|
status?: "" | "warning" | "success" | "error" | undefined;
|
208
208
|
label?: string | undefined;
|
209
209
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -247,7 +247,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
247
247
|
} & {
|
248
248
|
clear?: undefined;
|
249
249
|
hasDivider?: undefined;
|
250
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
250
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
251
251
|
status?: "" | "warning" | "success" | "error" | undefined;
|
252
252
|
label?: string | undefined;
|
253
253
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -291,7 +291,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
291
291
|
} & {
|
292
292
|
clear?: undefined;
|
293
293
|
hasDivider?: undefined;
|
294
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
294
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
295
295
|
status?: "" | "warning" | "success" | "error" | undefined;
|
296
296
|
label?: string | undefined;
|
297
297
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -335,7 +335,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
335
335
|
} & {
|
336
336
|
clear?: undefined;
|
337
337
|
hasDivider?: undefined;
|
338
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
338
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
339
339
|
status?: "" | "warning" | "success" | "error" | undefined;
|
340
340
|
label?: string | undefined;
|
341
341
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -65,7 +65,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
65
65
|
chipType?: undefined;
|
66
66
|
chipView?: undefined;
|
67
67
|
chipValidator?: undefined;
|
68
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
68
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
69
69
|
size?: string | undefined;
|
70
70
|
view?: string | undefined;
|
71
71
|
readOnly?: boolean | undefined;
|
@@ -98,12 +98,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
98
98
|
onSearch?: undefined;
|
99
99
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
100
100
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
101
|
-
chipType?: "
|
101
|
+
chipType?: "text" | "default" | undefined;
|
102
102
|
chipView?: string | undefined;
|
103
103
|
chipValidator?: ((value: string) => {
|
104
104
|
view?: string | undefined;
|
105
105
|
}) | undefined;
|
106
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
106
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
107
107
|
size?: string | undefined;
|
108
108
|
view?: string | undefined;
|
109
109
|
readOnly?: boolean | undefined;
|
@@ -139,7 +139,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
139
139
|
chipType?: undefined;
|
140
140
|
chipView?: undefined;
|
141
141
|
chipValidator?: undefined;
|
142
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
142
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
143
143
|
size?: string | undefined;
|
144
144
|
view?: string | undefined;
|
145
145
|
readOnly?: boolean | undefined;
|
@@ -172,12 +172,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
172
172
|
onSearch?: undefined;
|
173
173
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
174
174
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
175
|
-
chipType?: "
|
175
|
+
chipType?: "text" | "default" | undefined;
|
176
176
|
chipView?: string | undefined;
|
177
177
|
chipValidator?: ((value: string) => {
|
178
178
|
view?: string | undefined;
|
179
179
|
}) | undefined;
|
180
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
180
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
181
181
|
size?: string | undefined;
|
182
182
|
view?: string | undefined;
|
183
183
|
readOnly?: boolean | undefined;
|
@@ -213,7 +213,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
213
213
|
chipType?: undefined;
|
214
214
|
chipView?: undefined;
|
215
215
|
chipValidator?: undefined;
|
216
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
216
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
217
217
|
size?: string | undefined;
|
218
218
|
view?: string | undefined;
|
219
219
|
readOnly?: boolean | undefined;
|
@@ -246,12 +246,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
246
246
|
onSearch?: undefined;
|
247
247
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
248
248
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
249
|
-
chipType?: "
|
249
|
+
chipType?: "text" | "default" | undefined;
|
250
250
|
chipView?: string | undefined;
|
251
251
|
chipValidator?: ((value: string) => {
|
252
252
|
view?: string | undefined;
|
253
253
|
}) | undefined;
|
254
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
254
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
255
255
|
size?: string | undefined;
|
256
256
|
view?: string | undefined;
|
257
257
|
readOnly?: boolean | undefined;
|
@@ -287,7 +287,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
287
287
|
chipType?: undefined;
|
288
288
|
chipView?: undefined;
|
289
289
|
chipValidator?: undefined;
|
290
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
290
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
291
291
|
size?: string | undefined;
|
292
292
|
view?: string | undefined;
|
293
293
|
readOnly?: boolean | undefined;
|
@@ -320,9 +320,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
320
320
|
onSearch?: undefined;
|
321
321
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
322
322
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
323
|
-
chipType?: "
|
323
|
+
chipType?: "text" | "default" | undefined;
|
324
324
|
chipView?: string | undefined;
|
325
325
|
chipValidator?: ((value: string) => {
|
326
326
|
view?: string | undefined;
|
327
327
|
}) | undefined;
|
328
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
328
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.315.0-
|
3
|
+
"version": "0.315.0-dev.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.323.0-
|
33
|
+
"@salutejs/plasma-new-hope": "0.323.0-dev.0",
|
34
34
|
"@salutejs/sdds-themes": "0.36.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "ed324dbbbb69780ba2a5c24e846b2877c56da7c7"
|
127
127
|
}
|