@salutejs/sdds-finportal 0.234.1-canary.1731.13148843834.0 → 0.234.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-finportal",
3
- "version": "0.234.1-canary.1731.13148843834.0",
3
+ "version": "0.234.1-canary.1748.13146738449.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.257.0-dev.0",
22
+ "@salutejs/plasma-new-hope": "0.257.1-canary.1748.13146738449.0",
23
23
  "@salutejs/sdds-themes": "0.31.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -39,7 +39,7 @@
39
39
  "@salutejs/plasma-colors": "0.14.0",
40
40
  "@salutejs/plasma-core": "1.191.0",
41
41
  "@salutejs/plasma-cy-utils": "0.122.0",
42
- "@salutejs/plasma-icons": "1.210.1-canary.1731.13148843834.0",
42
+ "@salutejs/plasma-icons": "1.210.0",
43
43
  "@salutejs/plasma-sb-utils": "0.191.0",
44
44
  "@storybook/addon-docs": "7.6.17",
45
45
  "@storybook/addon-essentials": "7.6.17",
@@ -95,5 +95,5 @@
95
95
  "Vasiliy Loginevskiy"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "dd12f62c40f746355f32c3276d8b06ff9046b31e"
98
+ "gitHead": "cf3ebd823e9696370b5f96319b95ba16927dfd15"
99
99
  }