@salutejs/sdds-serv 0.242.1-canary.1731.13148843834.0 → 0.242.1-canary.1748.13146738449.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -68,6 +68,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
68
68
|
placeholder?: string | undefined;
|
69
69
|
helperText?: string | undefined;
|
70
70
|
disabled?: boolean | undefined;
|
71
|
+
readOnly?: boolean | undefined;
|
71
72
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
72
73
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
73
74
|
children?: undefined;
|
@@ -120,6 +121,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
120
121
|
placeholder?: string | undefined;
|
121
122
|
helperText?: string | undefined;
|
122
123
|
disabled?: boolean | undefined;
|
124
|
+
readOnly?: boolean | undefined;
|
123
125
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
124
126
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
125
127
|
children?: undefined;
|
@@ -172,6 +174,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
172
174
|
placeholder?: string | undefined;
|
173
175
|
helperText?: string | undefined;
|
174
176
|
disabled?: boolean | undefined;
|
177
|
+
readOnly?: boolean | undefined;
|
175
178
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
176
179
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
177
180
|
children?: undefined;
|
@@ -224,6 +227,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
224
227
|
placeholder?: string | undefined;
|
225
228
|
helperText?: string | undefined;
|
226
229
|
disabled?: boolean | undefined;
|
230
|
+
readOnly?: boolean | undefined;
|
227
231
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
228
232
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
229
233
|
children?: undefined;
|
@@ -264,6 +268,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
264
268
|
placeholder?: string | undefined;
|
265
269
|
helperText?: string | undefined;
|
266
270
|
disabled?: boolean | undefined;
|
271
|
+
readOnly?: boolean | undefined;
|
267
272
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
268
273
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
269
274
|
children?: undefined;
|
@@ -304,6 +309,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
304
309
|
placeholder?: string | undefined;
|
305
310
|
helperText?: string | undefined;
|
306
311
|
disabled?: boolean | undefined;
|
312
|
+
readOnly?: boolean | undefined;
|
307
313
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
308
314
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
309
315
|
children?: undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.242.1-canary.
|
3
|
+
"version": "0.242.1-canary.1748.13146738449.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS SERV web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"directory": "packages/sdds-serv"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@salutejs/plasma-new-hope": "0.257.
|
35
|
+
"@salutejs/plasma-new-hope": "0.257.1-canary.1748.13146738449.0",
|
36
36
|
"@salutejs/sdds-themes": "0.31.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"@salutejs/plasma-colors": "0.14.0",
|
66
66
|
"@salutejs/plasma-core": "1.191.0",
|
67
67
|
"@salutejs/plasma-cy-utils": "0.122.0",
|
68
|
-
"@salutejs/plasma-icons": "1.210.
|
68
|
+
"@salutejs/plasma-icons": "1.210.0",
|
69
69
|
"@salutejs/plasma-sb-utils": "0.191.0",
|
70
70
|
"@storybook/addon-docs": "7.6.17",
|
71
71
|
"@storybook/addon-essentials": "7.6.17",
|
@@ -136,5 +136,5 @@
|
|
136
136
|
"sideEffects": [
|
137
137
|
"*.css"
|
138
138
|
],
|
139
|
-
"gitHead": "
|
139
|
+
"gitHead": "cf3ebd823e9696370b5f96319b95ba16927dfd15"
|
140
140
|
}
|