@salutejs/plasma-b2c 1.499.0-dev.0 → 1.500.0-canary.1709.12889448199.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -214,6 +214,7 @@ import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
214
214
  import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
215
215
  import { PickOptional } from '@salutejs/plasma-core';
216
216
  import { PinProps } from '@salutejs/plasma-core';
217
+ import { Placement } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
217
218
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
218
219
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
219
220
  import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
@@ -270,6 +271,8 @@ import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
270
271
  import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
271
272
  import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
272
273
  import { SelectGroup } from '@salutejs/plasma-hope';
274
+ import { SelectPlacement } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
275
+ import { SelectPlacementBasic } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
273
276
  import { MergedSelectProps as SelectProps } from '@salutejs/plasma-new-hope/styled-components';
274
277
  import { SelectProps as SelectPropsHope } from '@salutejs/plasma-hope';
275
278
  import { selectText } from '@salutejs/plasma-hope';
@@ -35,7 +35,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
35
35
  };
36
36
  }> & (({
37
37
  items: ItemOption[];
38
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
38
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
39
39
  placeholder?: string | undefined;
40
40
  helperText?: string | undefined;
41
41
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -82,7 +82,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
82
82
  hintContentLeft?: React.ReactNode;
83
83
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
84
84
  items: ItemOption[];
85
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
85
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
86
86
  placeholder?: string | undefined;
87
87
  helperText?: string | undefined;
88
88
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -129,7 +129,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
129
129
  hintContentLeft?: undefined;
130
130
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
131
131
  items: ItemOption[];
132
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
132
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
133
133
  placeholder?: string | undefined;
134
134
  helperText?: string | undefined;
135
135
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -176,7 +176,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
176
176
  hintContentLeft?: React.ReactNode;
177
177
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
178
178
  items: ItemOption[];
179
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
179
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
180
180
  placeholder?: string | undefined;
181
181
  helperText?: string | undefined;
182
182
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -223,7 +223,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
223
223
  hintContentLeft?: undefined;
224
224
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
225
225
  items: ItemOption[];
226
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
226
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
227
227
  placeholder?: string | undefined;
228
228
  helperText?: string | undefined;
229
229
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -270,7 +270,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
270
270
  hintContentLeft?: React.ReactNode;
271
271
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
272
272
  items: ItemOption[];
273
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
273
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
274
274
  placeholder?: string | undefined;
275
275
  helperText?: string | undefined;
276
276
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -317,7 +317,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
317
317
  hintContentLeft?: undefined;
318
318
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
319
319
  items: ItemOption[];
320
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
320
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
321
321
  placeholder?: string | undefined;
322
322
  helperText?: string | undefined;
323
323
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -364,7 +364,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
364
364
  hintContentLeft?: React.ReactNode;
365
365
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
366
366
  items: ItemOption[];
367
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
367
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
368
368
  placeholder?: string | undefined;
369
369
  helperText?: string | undefined;
370
370
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -411,7 +411,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
411
411
  hintContentLeft?: undefined;
412
412
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
413
413
  items: ItemOption[];
414
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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;
@@ -458,7 +458,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
458
458
  hintContentLeft?: React.ReactNode;
459
459
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
460
460
  items: ItemOption[];
461
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
461
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
462
462
  placeholder?: string | undefined;
463
463
  helperText?: string | undefined;
464
464
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -505,7 +505,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
505
505
  hintContentLeft?: undefined;
506
506
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
507
507
  items: ItemOption[];
508
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
508
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
509
509
  placeholder?: string | undefined;
510
510
  helperText?: string | undefined;
511
511
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -552,7 +552,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
552
552
  hintContentLeft?: React.ReactNode;
553
553
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
554
554
  items: ItemOption[];
555
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
555
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
556
556
  placeholder?: string | undefined;
557
557
  helperText?: string | undefined;
558
558
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -599,7 +599,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
599
599
  hintContentLeft?: undefined;
600
600
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
601
601
  items: ItemOption[];
602
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
602
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
603
603
  placeholder?: string | undefined;
604
604
  helperText?: string | undefined;
605
605
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -646,7 +646,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
646
646
  hintContentLeft?: React.ReactNode;
647
647
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
648
648
  items: ItemOption[];
649
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
649
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
650
650
  placeholder?: string | undefined;
651
651
  helperText?: string | undefined;
652
652
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -693,7 +693,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
693
693
  hintContentLeft?: undefined;
694
694
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
695
695
  items: ItemOption[];
696
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
696
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
697
697
  placeholder?: string | undefined;
698
698
  helperText?: string | undefined;
699
699
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -740,7 +740,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
740
740
  hintContentLeft?: React.ReactNode;
741
741
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
742
742
  items: ItemOption[];
743
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
743
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
744
744
  placeholder?: string | undefined;
745
745
  helperText?: string | undefined;
746
746
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -787,7 +787,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
787
787
  hintContentLeft?: undefined;
788
788
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
789
789
  items: ItemOption[];
790
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
790
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
791
791
  placeholder?: string | undefined;
792
792
  helperText?: string | undefined;
793
793
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -834,7 +834,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
834
834
  hintContentLeft?: React.ReactNode;
835
835
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
836
836
  items: ItemOption[];
837
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
837
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
838
838
  placeholder?: string | undefined;
839
839
  helperText?: string | undefined;
840
840
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -881,7 +881,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
881
881
  hintContentLeft?: undefined;
882
882
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
883
883
  items: ItemOption[];
884
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
884
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
885
885
  placeholder?: string | undefined;
886
886
  helperText?: string | undefined;
887
887
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -928,7 +928,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
928
928
  hintContentLeft?: React.ReactNode;
929
929
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
930
930
  items: ItemOption[];
931
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
931
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
932
932
  placeholder?: string | undefined;
933
933
  helperText?: string | undefined;
934
934
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -975,7 +975,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
975
975
  hintContentLeft?: undefined;
976
976
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
977
977
  items: ItemOption[];
978
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
978
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
979
979
  placeholder?: string | undefined;
980
980
  helperText?: string | undefined;
981
981
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -1022,7 +1022,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1022
1022
  hintContentLeft?: React.ReactNode;
1023
1023
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1024
1024
  items: ItemOption[];
1025
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1025
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1026
1026
  placeholder?: string | undefined;
1027
1027
  helperText?: string | undefined;
1028
1028
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -1069,7 +1069,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1069
1069
  hintContentLeft?: undefined;
1070
1070
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1071
1071
  items: ItemOption[];
1072
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1072
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1073
1073
  placeholder?: string | undefined;
1074
1074
  helperText?: string | undefined;
1075
1075
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -1116,7 +1116,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1116
1116
  hintContentLeft?: React.ReactNode;
1117
1117
  } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1118
1118
  items: ItemOption[];
1119
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1119
+ placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1120
1120
  placeholder?: string | undefined;
1121
1121
  helperText?: string | undefined;
1122
1122
  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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
76
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
128
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
180
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
232
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
272
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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: DropdownNodeSelect | DropdownNodeSelect[]) => React.ReactNode) | undefined;
312
- placement?: ("auto" | "top" | "bottom" | "right" | "left") | ("top" | "bottom" | "right" | "left")[] | undefined;
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/plasma-b2c",
3
- "version": "1.499.0-dev.0",
3
+ "version": "1.500.0-canary.1709.12889448199.0",
4
4
  "description": "Salute Design System / React UI kit for business-related web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@salutejs/plasma-core": "1.191.0-dev.0",
46
46
  "@salutejs/plasma-hope": "1.328.1-dev.0",
47
- "@salutejs/plasma-new-hope": "0.245.0-dev.0",
47
+ "@salutejs/plasma-new-hope": "0.246.0-canary.1709.12889448199.0",
48
48
  "@salutejs/plasma-themes": "0.28.0",
49
49
  "@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
50
50
  "@salutejs/plasma-tokens-web": "1.61.0-dev.0",
@@ -108,5 +108,5 @@
108
108
  "react"
109
109
  ],
110
110
  "sideEffects": false,
111
- "gitHead": "7165c5c02d9dad44736de88e0193885a9dad8550"
111
+ "gitHead": "750a166f4525fccf95fcb8d8fc78b5a9d3b94ce4"
112
112
  }