@salutejs/sdds-cs 0.331.0-canary.2292.18716856420.0 → 0.331.0-canary.2292.18779534490.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;
|
|
@@ -42,6 +42,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
42
42
|
required?: boolean;
|
|
43
43
|
requiredPlacement?: "left" | "right";
|
|
44
44
|
optional?: boolean;
|
|
45
|
+
optionalText?: string;
|
|
45
46
|
hasRequiredIndicator?: boolean;
|
|
46
47
|
} & {
|
|
47
48
|
hintText: string;
|
|
@@ -89,6 +90,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
89
90
|
required?: boolean;
|
|
90
91
|
requiredPlacement?: "left" | "right";
|
|
91
92
|
optional?: boolean;
|
|
93
|
+
optionalText?: string;
|
|
92
94
|
hasRequiredIndicator?: boolean;
|
|
93
95
|
} & {
|
|
94
96
|
hintText: string;
|
|
@@ -136,6 +138,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
136
138
|
required?: boolean;
|
|
137
139
|
requiredPlacement?: "left" | "right";
|
|
138
140
|
optional?: boolean;
|
|
141
|
+
optionalText?: string;
|
|
139
142
|
hasRequiredIndicator?: boolean;
|
|
140
143
|
} & {
|
|
141
144
|
hintText: string;
|
|
@@ -183,6 +186,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
183
186
|
required?: boolean;
|
|
184
187
|
requiredPlacement?: "left" | "right";
|
|
185
188
|
optional?: boolean;
|
|
189
|
+
optionalText?: string;
|
|
186
190
|
hasRequiredIndicator?: boolean;
|
|
187
191
|
} & {
|
|
188
192
|
hintText: string;
|
|
@@ -230,6 +234,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
230
234
|
required?: boolean;
|
|
231
235
|
requiredPlacement?: "left" | "right";
|
|
232
236
|
optional?: boolean;
|
|
237
|
+
optionalText?: string;
|
|
233
238
|
hasRequiredIndicator?: boolean;
|
|
234
239
|
} & {
|
|
235
240
|
hintText?: never;
|
|
@@ -277,6 +282,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
277
282
|
required?: boolean;
|
|
278
283
|
requiredPlacement?: "left" | "right";
|
|
279
284
|
optional?: boolean;
|
|
285
|
+
optionalText?: string;
|
|
280
286
|
hasRequiredIndicator?: boolean;
|
|
281
287
|
} & {
|
|
282
288
|
hintText?: never;
|
|
@@ -324,6 +330,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
324
330
|
required?: boolean;
|
|
325
331
|
requiredPlacement?: "left" | "right";
|
|
326
332
|
optional?: boolean;
|
|
333
|
+
optionalText?: string;
|
|
327
334
|
hasRequiredIndicator?: boolean;
|
|
328
335
|
} & {
|
|
329
336
|
hintText?: never;
|
|
@@ -371,6 +378,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
371
378
|
required?: boolean;
|
|
372
379
|
requiredPlacement?: "left" | "right";
|
|
373
380
|
optional?: boolean;
|
|
381
|
+
optionalText?: string;
|
|
374
382
|
hasRequiredIndicator?: boolean;
|
|
375
383
|
} & {
|
|
376
384
|
hintText?: never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.331.0-canary.2292.
|
|
3
|
+
"version": "0.331.0-canary.2292.18779534490.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.2292.
|
|
35
|
-
"@salutejs/sdds-themes": "0.48.0-canary.2292.
|
|
34
|
+
"@salutejs/plasma-new-hope": "0.339.0-canary.2292.18779534490.0",
|
|
35
|
+
"@salutejs/sdds-themes": "0.48.0-canary.2292.18779534490.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.2292.
|
|
59
|
-
"@salutejs/plasma-cy-utils": "0.139.0-canary.2292.
|
|
60
|
-
"@salutejs/plasma-icons": "1.
|
|
61
|
-
"@salutejs/plasma-sb-utils": "0.209.0-canary.2292.
|
|
58
|
+
"@salutejs/plasma-core": "1.209.0-canary.2292.18779534490.0",
|
|
59
|
+
"@salutejs/plasma-cy-utils": "0.139.0-canary.2292.18779534490.0",
|
|
60
|
+
"@salutejs/plasma-icons": "1.226.0-canary.2292.18779534490.0",
|
|
61
|
+
"@salutejs/plasma-sb-utils": "0.209.0-canary.2292.18779534490.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": "1282dd7fbedfcae88fafc5e1e793202161dc4d24"
|
|
128
128
|
}
|