@salutejs/sdds-serv 0.230.1-canary.1668.12889767790.0 → 0.231.0-canary.1709.12889448199.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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';
@@ -33,7 +33,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
33
33
  };
34
34
  }> & (({
35
35
  items: ItemOption[];
36
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
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?: ("top" | "bottom" | "right" | "left" | "auto") | ("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: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
128
- placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("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: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
180
- placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("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: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
232
- placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("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: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
272
- placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("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: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
312
- placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("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;
@@ -97,8 +97,6 @@ const meta: Meta<ButtonProps> = {
97
97
  'stretch',
98
98
  'as',
99
99
  'forwardedAs',
100
- 'pin',
101
- 'focused',
102
100
  ]),
103
101
  },
104
102
  };
@@ -43,17 +43,7 @@ const meta: Meta<StoryButtonProps> = {
43
43
  },
44
44
  table: { defaultValue: { summary: 'bottom' } },
45
45
  },
46
- ...disableProps([
47
- 'focused',
48
- 'children',
49
- 'theme',
50
- 'loader',
51
- 'onClick',
52
- 'onFocus',
53
- 'onBlur',
54
- 'contentLeft',
55
- 'contentRight',
56
- ]),
46
+ ...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
57
47
  },
58
48
  };
59
49
 
@@ -97,8 +97,6 @@ const meta: Meta<ButtonProps> = {
97
97
  'stretch',
98
98
  'as',
99
99
  'forwardedAs',
100
- 'pin',
101
- 'focused',
102
100
  ]),
103
101
  },
104
102
  };
@@ -43,17 +43,7 @@ const meta: Meta<StoryButtonProps> = {
43
43
  },
44
44
  table: { defaultValue: { summary: 'bottom' } },
45
45
  },
46
- ...disableProps([
47
- 'focused',
48
- 'children',
49
- 'theme',
50
- 'loader',
51
- 'onClick',
52
- 'onFocus',
53
- 'onBlur',
54
- 'contentLeft',
55
- 'contentRight',
56
- ]),
46
+ ...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
57
47
  },
58
48
  };
59
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.230.1-canary.1668.12889767790.0",
3
+ "version": "0.231.0-canary.1709.12889448199.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.245.1-canary.1668.12889767790.0",
35
+ "@salutejs/plasma-new-hope": "0.246.0-canary.1709.12889448199.0",
36
36
  "@salutejs/sdds-themes": "0.31.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -66,7 +66,7 @@
66
66
  "@salutejs/plasma-core": "1.191.0-dev.0",
67
67
  "@salutejs/plasma-cy-utils": "0.122.0-dev.0",
68
68
  "@salutejs/plasma-icons": "1.210.0",
69
- "@salutejs/plasma-sb-utils": "0.190.1-canary.1668.12889767790.0",
69
+ "@salutejs/plasma-sb-utils": "0.190.0-dev.0",
70
70
  "@storybook/addon-docs": "7.6.17",
71
71
  "@storybook/addon-essentials": "7.6.17",
72
72
  "@storybook/addons": "7.6.17",
@@ -136,5 +136,5 @@
136
136
  "sideEffects": [
137
137
  "*.css"
138
138
  ],
139
- "gitHead": "4abb19eeaee85c4ec97ebe677f0276cd5b58070a"
139
+ "gitHead": "750a166f4525fccf95fcb8d8fc78b5a9d3b94ce4"
140
140
  }