@salutejs/sdds-serv 0.226.1-canary.1701.12826370058.0 → 0.227.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-serv.api.md
CHANGED
@@ -159,6 +159,7 @@ import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
|
|
159
159
|
import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components';
|
160
160
|
import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
|
161
161
|
import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
|
162
|
+
import { Placement } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
|
162
163
|
import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
|
163
164
|
import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
164
165
|
import { PopoverPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -199,6 +200,8 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
199
200
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
200
201
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
201
202
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
203
|
+
import { SelectPlacement } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
204
|
+
import { SelectPlacementBasic } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
202
205
|
import type { SelectProps as SelectProps_2 } from '@salutejs/plasma-new-hope';
|
203
206
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
204
207
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -26,7 +26,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
26
26
|
};
|
27
27
|
}> & (({
|
28
28
|
items: ItemOption[];
|
29
|
-
placement?: ("
|
29
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
30
30
|
placeholder?: string | undefined;
|
31
31
|
helperText?: string | undefined;
|
32
32
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -61,7 +61,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
61
61
|
renderValue?: undefined;
|
62
62
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
63
63
|
items: ItemOption[];
|
64
|
-
placement?: ("
|
64
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
65
65
|
placeholder?: string | undefined;
|
66
66
|
helperText?: string | undefined;
|
67
67
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -96,7 +96,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
96
96
|
renderValue?: undefined;
|
97
97
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
98
98
|
items: ItemOption[];
|
99
|
-
placement?: ("
|
99
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
100
100
|
placeholder?: string | undefined;
|
101
101
|
helperText?: string | undefined;
|
102
102
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -131,7 +131,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
131
131
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
132
132
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
133
133
|
items: ItemOption[];
|
134
|
-
placement?: ("
|
134
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
135
135
|
placeholder?: string | undefined;
|
136
136
|
helperText?: string | undefined;
|
137
137
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -166,7 +166,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
166
166
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
167
167
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
168
168
|
items: ItemOption[];
|
169
|
-
placement?: ("
|
169
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
170
170
|
placeholder?: string | undefined;
|
171
171
|
helperText?: string | undefined;
|
172
172
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -201,7 +201,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
201
201
|
renderValue?: undefined;
|
202
202
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
203
203
|
items: ItemOption[];
|
204
|
-
placement?: ("
|
204
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
205
205
|
placeholder?: string | undefined;
|
206
206
|
helperText?: string | undefined;
|
207
207
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -236,7 +236,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
236
236
|
renderValue?: undefined;
|
237
237
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
238
238
|
items: ItemOption[];
|
239
|
-
placement?: ("
|
239
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
240
240
|
placeholder?: string | undefined;
|
241
241
|
helperText?: string | undefined;
|
242
242
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -271,7 +271,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
271
271
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
272
272
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
273
273
|
items: ItemOption[];
|
274
|
-
placement?: ("
|
274
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
275
275
|
placeholder?: string | undefined;
|
276
276
|
helperText?: string | undefined;
|
277
277
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -306,7 +306,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
306
306
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
307
307
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
308
308
|
items: ItemOption[];
|
309
|
-
placement?: ("
|
309
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
310
310
|
placeholder?: string | undefined;
|
311
311
|
helperText?: string | undefined;
|
312
312
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -341,7 +341,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
341
341
|
renderValue?: undefined;
|
342
342
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
343
343
|
items: ItemOption[];
|
344
|
-
placement?: ("
|
344
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
345
345
|
placeholder?: string | undefined;
|
346
346
|
helperText?: string | undefined;
|
347
347
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -376,7 +376,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
376
376
|
renderValue?: undefined;
|
377
377
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
378
378
|
items: ItemOption[];
|
379
|
-
placement?: ("
|
379
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
380
380
|
placeholder?: string | undefined;
|
381
381
|
helperText?: string | undefined;
|
382
382
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -411,7 +411,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
411
411
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
412
412
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
413
413
|
items: ItemOption[];
|
414
|
-
placement?: ("
|
414
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
415
415
|
placeholder?: string | undefined;
|
416
416
|
helperText?: string | undefined;
|
417
417
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -54,7 +54,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
54
54
|
children?: undefined;
|
55
55
|
isTargetAmount?: boolean | undefined;
|
56
56
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
57
|
-
placement?: ("
|
57
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
58
58
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
59
59
|
variant?: "normal" | "tight" | undefined;
|
60
60
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -94,7 +94,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
94
94
|
children?: undefined;
|
95
95
|
isTargetAmount?: boolean | undefined;
|
96
96
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
97
|
-
placement?: ("
|
97
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
98
98
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
99
99
|
variant?: "normal" | "tight" | undefined;
|
100
100
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -134,7 +134,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
134
134
|
children?: undefined;
|
135
135
|
isTargetAmount?: boolean | undefined;
|
136
136
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
137
|
-
placement?: ("
|
137
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
138
138
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
139
139
|
variant?: "normal" | "tight" | undefined;
|
140
140
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -174,7 +174,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
174
174
|
children?: undefined;
|
175
175
|
isTargetAmount?: boolean | undefined;
|
176
176
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
177
|
-
placement?: ("
|
177
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
178
178
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
179
179
|
variant?: "normal" | "tight" | undefined;
|
180
180
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-serv",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.227.0-canary.1709.12826458776.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.
|
35
|
+
"@salutejs/plasma-new-hope": "0.242.0-canary.1709.12826458776.0",
|
36
36
|
"@salutejs/sdds-themes": "0.31.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
@@ -137,5 +137,5 @@
|
|
137
137
|
"sideEffects": [
|
138
138
|
"*.css"
|
139
139
|
],
|
140
|
-
"gitHead": "
|
140
|
+
"gitHead": "6cdd04b6c6123b2dee1d7c75ad4a1ba7dcab5123"
|
141
141
|
}
|