@salutejs/sdds-cs 0.230.0-dev.0 → 0.231.0-canary.1709.12826458776.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/sdds-cs.api.md
CHANGED
@@ -156,6 +156,7 @@ import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
|
|
156
156
|
import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components';
|
157
157
|
import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
|
158
158
|
import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
|
159
|
+
import { Placement } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
|
159
160
|
import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
|
160
161
|
import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
161
162
|
import { PopoverPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -194,6 +195,8 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
194
195
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
195
196
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
196
197
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
198
|
+
import { SelectPlacement } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
199
|
+
import { SelectPlacementBasic } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
197
200
|
import type { SelectProps as SelectProps_2 } from '@salutejs/plasma-new-hope';
|
198
201
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
199
202
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -21,7 +21,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
21
21
|
};
|
22
22
|
}> & (({
|
23
23
|
items: ItemOption[];
|
24
|
-
placement?: ("
|
24
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
25
25
|
placeholder?: string | undefined;
|
26
26
|
helperText?: string | undefined;
|
27
27
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -56,7 +56,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
56
56
|
renderValue?: undefined;
|
57
57
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
58
58
|
items: ItemOption[];
|
59
|
-
placement?: ("
|
59
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
60
60
|
placeholder?: string | undefined;
|
61
61
|
helperText?: string | undefined;
|
62
62
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -91,7 +91,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
91
91
|
renderValue?: undefined;
|
92
92
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
93
93
|
items: ItemOption[];
|
94
|
-
placement?: ("
|
94
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
95
95
|
placeholder?: string | undefined;
|
96
96
|
helperText?: string | undefined;
|
97
97
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -126,7 +126,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
126
126
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
127
127
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
128
128
|
items: ItemOption[];
|
129
|
-
placement?: ("
|
129
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
130
130
|
placeholder?: string | undefined;
|
131
131
|
helperText?: string | undefined;
|
132
132
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -161,7 +161,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
161
161
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
162
162
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
163
163
|
items: ItemOption[];
|
164
|
-
placement?: ("
|
164
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
165
165
|
placeholder?: string | undefined;
|
166
166
|
helperText?: string | undefined;
|
167
167
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -196,7 +196,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
196
196
|
renderValue?: undefined;
|
197
197
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
198
198
|
items: ItemOption[];
|
199
|
-
placement?: ("
|
199
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
200
200
|
placeholder?: string | undefined;
|
201
201
|
helperText?: string | undefined;
|
202
202
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -231,7 +231,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
231
231
|
renderValue?: undefined;
|
232
232
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
233
233
|
items: ItemOption[];
|
234
|
-
placement?: ("
|
234
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
235
235
|
placeholder?: string | undefined;
|
236
236
|
helperText?: string | undefined;
|
237
237
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -266,7 +266,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
266
266
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
267
267
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
268
268
|
items: ItemOption[];
|
269
|
-
placement?: ("
|
269
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
270
270
|
placeholder?: string | undefined;
|
271
271
|
helperText?: string | undefined;
|
272
272
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -301,7 +301,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
301
301
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
302
302
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
303
303
|
items: ItemOption[];
|
304
|
-
placement?: ("
|
304
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
305
305
|
placeholder?: string | undefined;
|
306
306
|
helperText?: string | undefined;
|
307
307
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -336,7 +336,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
336
336
|
renderValue?: undefined;
|
337
337
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
338
338
|
items: ItemOption[];
|
339
|
-
placement?: ("
|
339
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
340
340
|
placeholder?: string | undefined;
|
341
341
|
helperText?: string | undefined;
|
342
342
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -371,7 +371,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
371
371
|
renderValue?: undefined;
|
372
372
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
373
373
|
items: ItemOption[];
|
374
|
-
placement?: ("
|
374
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
375
375
|
placeholder?: string | undefined;
|
376
376
|
helperText?: string | undefined;
|
377
377
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -406,7 +406,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
406
406
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
407
407
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
408
408
|
items: ItemOption[];
|
409
|
-
placement?: ("
|
409
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
410
410
|
placeholder?: string | undefined;
|
411
411
|
helperText?: string | undefined;
|
412
412
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -41,7 +41,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
41
41
|
children?: undefined;
|
42
42
|
isTargetAmount?: boolean | undefined;
|
43
43
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
44
|
-
placement?: ("
|
44
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
45
45
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
46
46
|
variant?: "normal" | "tight" | undefined;
|
47
47
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -81,7 +81,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
81
81
|
children?: undefined;
|
82
82
|
isTargetAmount?: boolean | undefined;
|
83
83
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
84
|
-
placement?: ("
|
84
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
85
85
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
86
86
|
variant?: "normal" | "tight" | undefined;
|
87
87
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -121,7 +121,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
121
121
|
children?: undefined;
|
122
122
|
isTargetAmount?: boolean | undefined;
|
123
123
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
124
|
-
placement?: ("
|
124
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
125
125
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
126
126
|
variant?: "normal" | "tight" | undefined;
|
127
127
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -161,7 +161,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
161
161
|
children?: undefined;
|
162
162
|
isTargetAmount?: boolean | undefined;
|
163
163
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
164
|
-
placement?: ("
|
164
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
165
165
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
166
166
|
variant?: "normal" | "tight" | undefined;
|
167
167
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.231.0-canary.1709.12826458776.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.
|
33
|
+
"@salutejs/plasma-new-hope": "0.242.0-canary.1709.12826458776.0",
|
34
34
|
"@salutejs/sdds-themes": "0.31.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -122,5 +122,5 @@
|
|
122
122
|
"Anton Vinogradov"
|
123
123
|
],
|
124
124
|
"sideEffects": false,
|
125
|
-
"gitHead": "
|
125
|
+
"gitHead": "6cdd04b6c6123b2dee1d7c75ad4a1ba7dcab5123"
|
126
126
|
}
|