@salutejs/sdds-finportal 0.222.0-dev.0 → 0.223.0-canary.1709.12889448199.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.
@@ -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';
|
@@ -197,6 +198,8 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
197
198
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
198
199
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
199
200
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
201
|
+
import { SelectPlacement } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
202
|
+
import { SelectPlacementBasic } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
200
203
|
import type { SelectProps as SelectProps_2 } from '@salutejs/plasma-new-hope';
|
201
204
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
202
205
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -33,7 +33,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
33
33
|
};
|
34
34
|
}> & (({
|
35
35
|
items: ItemOption[];
|
36
|
-
placement?: ("
|
36
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
37
37
|
placeholder?: string | undefined;
|
38
38
|
helperText?: string | undefined;
|
39
39
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -80,7 +80,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
80
80
|
hintContentLeft?: React.ReactNode;
|
81
81
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
82
82
|
items: ItemOption[];
|
83
|
-
placement?: ("
|
83
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
84
84
|
placeholder?: string | undefined;
|
85
85
|
helperText?: string | undefined;
|
86
86
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -127,7 +127,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
127
127
|
hintContentLeft?: undefined;
|
128
128
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
129
129
|
items: ItemOption[];
|
130
|
-
placement?: ("
|
130
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
131
131
|
placeholder?: string | undefined;
|
132
132
|
helperText?: string | undefined;
|
133
133
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -174,7 +174,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
174
174
|
hintContentLeft?: React.ReactNode;
|
175
175
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
176
176
|
items: ItemOption[];
|
177
|
-
placement?: ("
|
177
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
178
178
|
placeholder?: string | undefined;
|
179
179
|
helperText?: string | undefined;
|
180
180
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -221,7 +221,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
221
221
|
hintContentLeft?: undefined;
|
222
222
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
223
223
|
items: ItemOption[];
|
224
|
-
placement?: ("
|
224
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
225
225
|
placeholder?: string | undefined;
|
226
226
|
helperText?: string | undefined;
|
227
227
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -268,7 +268,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
268
268
|
hintContentLeft?: React.ReactNode;
|
269
269
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
270
270
|
items: ItemOption[];
|
271
|
-
placement?: ("
|
271
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
272
272
|
placeholder?: string | undefined;
|
273
273
|
helperText?: string | undefined;
|
274
274
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -315,7 +315,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
315
315
|
hintContentLeft?: undefined;
|
316
316
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
317
317
|
items: ItemOption[];
|
318
|
-
placement?: ("
|
318
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
319
319
|
placeholder?: string | undefined;
|
320
320
|
helperText?: string | undefined;
|
321
321
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -362,7 +362,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
362
362
|
hintContentLeft?: React.ReactNode;
|
363
363
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
364
364
|
items: ItemOption[];
|
365
|
-
placement?: ("
|
365
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
366
366
|
placeholder?: string | undefined;
|
367
367
|
helperText?: string | undefined;
|
368
368
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -409,7 +409,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
409
409
|
hintContentLeft?: undefined;
|
410
410
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
411
411
|
items: ItemOption[];
|
412
|
-
placement?: ("
|
412
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
413
413
|
placeholder?: string | undefined;
|
414
414
|
helperText?: string | undefined;
|
415
415
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -456,7 +456,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
456
456
|
hintContentLeft?: React.ReactNode;
|
457
457
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
458
458
|
items: ItemOption[];
|
459
|
-
placement?: ("
|
459
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
460
460
|
placeholder?: string | undefined;
|
461
461
|
helperText?: string | undefined;
|
462
462
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -503,7 +503,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
503
503
|
hintContentLeft?: undefined;
|
504
504
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
505
505
|
items: ItemOption[];
|
506
|
-
placement?: ("
|
506
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
507
507
|
placeholder?: string | undefined;
|
508
508
|
helperText?: string | undefined;
|
509
509
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -550,7 +550,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
550
550
|
hintContentLeft?: React.ReactNode;
|
551
551
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
552
552
|
items: ItemOption[];
|
553
|
-
placement?: ("
|
553
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
554
554
|
placeholder?: string | undefined;
|
555
555
|
helperText?: string | undefined;
|
556
556
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -597,7 +597,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
597
597
|
hintContentLeft?: undefined;
|
598
598
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
599
599
|
items: ItemOption[];
|
600
|
-
placement?: ("
|
600
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
601
601
|
placeholder?: string | undefined;
|
602
602
|
helperText?: string | undefined;
|
603
603
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -644,7 +644,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
644
644
|
hintContentLeft?: React.ReactNode;
|
645
645
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
646
646
|
items: ItemOption[];
|
647
|
-
placement?: ("
|
647
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
648
648
|
placeholder?: string | undefined;
|
649
649
|
helperText?: string | undefined;
|
650
650
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -691,7 +691,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
691
691
|
hintContentLeft?: undefined;
|
692
692
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
693
693
|
items: ItemOption[];
|
694
|
-
placement?: ("
|
694
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
695
695
|
placeholder?: string | undefined;
|
696
696
|
helperText?: string | undefined;
|
697
697
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -738,7 +738,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
738
738
|
hintContentLeft?: React.ReactNode;
|
739
739
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
740
740
|
items: ItemOption[];
|
741
|
-
placement?: ("
|
741
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
742
742
|
placeholder?: string | undefined;
|
743
743
|
helperText?: string | undefined;
|
744
744
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -785,7 +785,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
785
785
|
hintContentLeft?: undefined;
|
786
786
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
787
787
|
items: ItemOption[];
|
788
|
-
placement?: ("
|
788
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
789
789
|
placeholder?: string | undefined;
|
790
790
|
helperText?: string | undefined;
|
791
791
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -832,7 +832,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
832
832
|
hintContentLeft?: React.ReactNode;
|
833
833
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
834
834
|
items: ItemOption[];
|
835
|
-
placement?: ("
|
835
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
836
836
|
placeholder?: string | undefined;
|
837
837
|
helperText?: string | undefined;
|
838
838
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -879,7 +879,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
879
879
|
hintContentLeft?: undefined;
|
880
880
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
881
881
|
items: ItemOption[];
|
882
|
-
placement?: ("
|
882
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
883
883
|
placeholder?: string | undefined;
|
884
884
|
helperText?: string | undefined;
|
885
885
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -926,7 +926,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
926
926
|
hintContentLeft?: React.ReactNode;
|
927
927
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
928
928
|
items: ItemOption[];
|
929
|
-
placement?: ("
|
929
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
930
930
|
placeholder?: string | undefined;
|
931
931
|
helperText?: string | undefined;
|
932
932
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -973,7 +973,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
973
973
|
hintContentLeft?: undefined;
|
974
974
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
975
975
|
items: ItemOption[];
|
976
|
-
placement?: ("
|
976
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
977
977
|
placeholder?: string | undefined;
|
978
978
|
helperText?: string | undefined;
|
979
979
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1020,7 +1020,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1020
1020
|
hintContentLeft?: React.ReactNode;
|
1021
1021
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1022
1022
|
items: ItemOption[];
|
1023
|
-
placement?: ("
|
1023
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1024
1024
|
placeholder?: string | undefined;
|
1025
1025
|
helperText?: string | undefined;
|
1026
1026
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1067,7 +1067,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1067
1067
|
hintContentLeft?: undefined;
|
1068
1068
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1069
1069
|
items: ItemOption[];
|
1070
|
-
placement?: ("
|
1070
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1071
1071
|
placeholder?: string | undefined;
|
1072
1072
|
helperText?: string | undefined;
|
1073
1073
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1114,7 +1114,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1114
1114
|
hintContentLeft?: React.ReactNode;
|
1115
1115
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1116
1116
|
items: ItemOption[];
|
1117
|
-
placement?: ("
|
1117
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1118
1118
|
placeholder?: string | undefined;
|
1119
1119
|
helperText?: string | undefined;
|
1120
1120
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -73,7 +73,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
73
73
|
children?: undefined;
|
74
74
|
isTargetAmount?: boolean | undefined;
|
75
75
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
76
|
-
placement?: ("
|
76
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
77
77
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
78
78
|
variant?: "normal" | "tight" | undefined;
|
79
79
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -125,7 +125,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
125
125
|
children?: undefined;
|
126
126
|
isTargetAmount?: boolean | undefined;
|
127
127
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
128
|
-
placement?: ("
|
128
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
129
129
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
130
130
|
variant?: "normal" | "tight" | undefined;
|
131
131
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -177,7 +177,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
177
177
|
children?: undefined;
|
178
178
|
isTargetAmount?: boolean | undefined;
|
179
179
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
180
|
-
placement?: ("
|
180
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
181
181
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
182
182
|
variant?: "normal" | "tight" | undefined;
|
183
183
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -229,7 +229,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
229
229
|
children?: undefined;
|
230
230
|
isTargetAmount?: boolean | undefined;
|
231
231
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
232
|
-
placement?: ("
|
232
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
233
233
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
234
234
|
variant?: "normal" | "tight" | undefined;
|
235
235
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -269,7 +269,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
269
269
|
children?: undefined;
|
270
270
|
isTargetAmount?: boolean | undefined;
|
271
271
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
272
|
-
placement?: ("
|
272
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
273
273
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
274
274
|
variant?: "normal" | "tight" | undefined;
|
275
275
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -309,7 +309,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
309
309
|
children?: undefined;
|
310
310
|
isTargetAmount?: boolean | undefined;
|
311
311
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
312
|
-
placement?: ("
|
312
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
313
313
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
314
314
|
variant?: "normal" | "tight" | undefined;
|
315
315
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.223.0-canary.1709.12889448199.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.
|
22
|
+
"@salutejs/plasma-new-hope": "0.246.0-canary.1709.12889448199.0",
|
23
23
|
"@salutejs/sdds-themes": "0.31.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Vasiliy Loginevskiy"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "750a166f4525fccf95fcb8d8fc78b5a9d3b94ce4"
|
99
99
|
}
|