@salutejs/sdds-cs 0.331.0-canary.2287.18707472611.0 → 0.331.0-canary.2287.18748636481.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.
|
@@ -52,6 +52,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
52
52
|
disabled?: boolean;
|
|
53
53
|
readOnly?: boolean;
|
|
54
54
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
55
|
+
treeView?: boolean;
|
|
56
|
+
arrowPlacement?: "left" | "right";
|
|
55
57
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
56
58
|
children?: never;
|
|
57
59
|
isTargetAmount?: boolean;
|
|
@@ -112,6 +114,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
112
114
|
disabled?: boolean;
|
|
113
115
|
readOnly?: boolean;
|
|
114
116
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
117
|
+
treeView?: boolean;
|
|
118
|
+
arrowPlacement?: "left" | "right";
|
|
115
119
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
116
120
|
children?: never;
|
|
117
121
|
isTargetAmount?: boolean;
|
|
@@ -171,6 +175,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
171
175
|
disabled?: boolean;
|
|
172
176
|
readOnly?: boolean;
|
|
173
177
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
178
|
+
treeView?: boolean;
|
|
179
|
+
arrowPlacement?: "left" | "right";
|
|
174
180
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
175
181
|
children?: never;
|
|
176
182
|
isTargetAmount?: boolean;
|
|
@@ -231,6 +237,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
231
237
|
disabled?: boolean;
|
|
232
238
|
readOnly?: boolean;
|
|
233
239
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
240
|
+
treeView?: boolean;
|
|
241
|
+
arrowPlacement?: "left" | "right";
|
|
234
242
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
235
243
|
children?: never;
|
|
236
244
|
isTargetAmount?: boolean;
|
|
@@ -278,6 +286,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
278
286
|
disabled?: boolean;
|
|
279
287
|
readOnly?: boolean;
|
|
280
288
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
289
|
+
treeView?: boolean;
|
|
290
|
+
arrowPlacement?: "left" | "right";
|
|
281
291
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
282
292
|
children?: never;
|
|
283
293
|
isTargetAmount?: boolean;
|
|
@@ -326,6 +336,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
326
336
|
disabled?: boolean;
|
|
327
337
|
readOnly?: boolean;
|
|
328
338
|
items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
|
|
339
|
+
treeView?: boolean;
|
|
340
|
+
arrowPlacement?: "left" | "right";
|
|
329
341
|
onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent) => void) | undefined;
|
|
330
342
|
children?: never;
|
|
331
343
|
isTargetAmount?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.331.0-canary.2287.
|
|
3
|
+
"version": "0.331.0-canary.2287.18748636481.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",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"directory": "packages/sdds-cs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@salutejs/plasma-new-hope": "0.339.0-canary.2287.
|
|
35
|
-
"@salutejs/sdds-themes": "0.48.0-canary.2287.
|
|
34
|
+
"@salutejs/plasma-new-hope": "0.339.0-canary.2287.18748636481.0",
|
|
35
|
+
"@salutejs/sdds-themes": "0.48.0-canary.2287.18748636481.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@emotion/react": ">=11",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@microsoft/api-extractor": "7.38.3",
|
|
56
56
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
57
57
|
"@salutejs/plasma-colors": "0.16.0",
|
|
58
|
-
"@salutejs/plasma-core": "1.209.0-canary.2287.
|
|
59
|
-
"@salutejs/plasma-cy-utils": "0.139.0-canary.2287.
|
|
60
|
-
"@salutejs/plasma-icons": "1.
|
|
61
|
-
"@salutejs/plasma-sb-utils": "0.209.0-canary.2287.
|
|
58
|
+
"@salutejs/plasma-core": "1.209.0-canary.2287.18748636481.0",
|
|
59
|
+
"@salutejs/plasma-cy-utils": "0.139.0-canary.2287.18748636481.0",
|
|
60
|
+
"@salutejs/plasma-icons": "1.226.0-canary.2287.18748636481.0",
|
|
61
|
+
"@salutejs/plasma-sb-utils": "0.209.0-canary.2287.18748636481.0",
|
|
62
62
|
"@storybook/addon-docs": "8.6.14",
|
|
63
63
|
"@storybook/addon-essentials": "8.6.14",
|
|
64
64
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"Anton Vinogradov"
|
|
125
125
|
],
|
|
126
126
|
"sideEffects": false,
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "84dd9319b43dd9728a0cc784876c2ff6faec4973"
|
|
128
128
|
}
|