@salutejs/sdds-finportal 0.161.1-canary.1517.11744378817.0 → 0.162.0-canary.1550.11768426274.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -90,6 +90,7 @@ import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'
90
90
  import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components';
91
91
  import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components';
92
92
  import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components';
93
+ import { DropdownNodeSelect } from '@salutejs/plasma-new-hope/styled-components';
93
94
  import { DropdownProps } from '@salutejs/plasma-new-hope/types/components/Dropdown/Dropdown.types';
94
95
  import { dsplL } from '@salutejs/sdds-themes/tokens';
95
96
  import { dsplLBold } from '@salutejs/sdds-themes/tokens';
@@ -122,16 +123,15 @@ import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
122
123
  import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
123
124
  import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
124
125
  import type { ItemOption } from '@salutejs/plasma-new-hope';
126
+ import { ItemOptionSelect } from '@salutejs/plasma-new-hope/styled-components';
125
127
  import { JSXElementConstructor } from 'react';
126
128
  import { KeyboardEvent as KeyboardEvent_2 } from 'react';
127
129
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
128
130
  import { MaskProps } from '@salutejs/plasma-new-hope/types/components/Mask/Mask.types';
129
131
  import { mediaQuery } from '@salutejs/plasma-new-hope/styled-components';
130
- import { MergedDropdownNode } from '@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types';
131
132
  import { modalClasses } from '@salutejs/plasma-new-hope/styled-components';
132
133
  import { ModalProps } from '@salutejs/plasma-new-hope/styled-components';
133
134
  import { MouseEvent as MouseEvent_2 } from 'react';
134
- import { MutableRefObject } from 'react';
135
135
  import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
136
136
  import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
137
137
  import { NotificationPlacement } from '@salutejs/plasma-new-hope/styled-components';
@@ -1066,7 +1066,7 @@ true: PolymorphicClassName;
1066
1066
  listOverflow?: Property.Overflow | undefined;
1067
1067
  listHeight?: Property.Height<string | number> | undefined;
1068
1068
  listWidth?: Property.Width<string | number> | undefined;
1069
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1069
+ portal?: string | RefObject<HTMLElement> | undefined;
1070
1070
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1071
1071
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1072
1072
  closeAfterSelect?: boolean | undefined;
@@ -1102,7 +1102,7 @@ true: PolymorphicClassName;
1102
1102
  listOverflow?: Property.Overflow | undefined;
1103
1103
  listHeight?: Property.Height<string | number> | undefined;
1104
1104
  listWidth?: Property.Width<string | number> | undefined;
1105
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1105
+ portal?: string | RefObject<HTMLElement> | undefined;
1106
1106
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1107
1107
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1108
1108
  closeAfterSelect?: boolean | undefined;
@@ -1138,7 +1138,7 @@ true: PolymorphicClassName;
1138
1138
  listOverflow?: Property.Overflow | undefined;
1139
1139
  listHeight?: Property.Height<string | number> | undefined;
1140
1140
  listWidth?: Property.Width<string | number> | undefined;
1141
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1141
+ portal?: string | RefObject<HTMLElement> | undefined;
1142
1142
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1143
1143
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1144
1144
  closeAfterSelect?: boolean | undefined;
@@ -1174,7 +1174,7 @@ true: PolymorphicClassName;
1174
1174
  listOverflow?: Property.Overflow | undefined;
1175
1175
  listHeight?: Property.Height<string | number> | undefined;
1176
1176
  listWidth?: Property.Width<string | number> | undefined;
1177
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1177
+ portal?: string | RefObject<HTMLElement> | undefined;
1178
1178
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1179
1179
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1180
1180
  closeAfterSelect?: boolean | undefined;
@@ -1210,7 +1210,7 @@ true: PolymorphicClassName;
1210
1210
  listOverflow?: Property.Overflow | undefined;
1211
1211
  listHeight?: Property.Height<string | number> | undefined;
1212
1212
  listWidth?: Property.Width<string | number> | undefined;
1213
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1213
+ portal?: string | RefObject<HTMLElement> | undefined;
1214
1214
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1215
1215
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1216
1216
  closeAfterSelect?: boolean | undefined;
@@ -1246,7 +1246,7 @@ true: PolymorphicClassName;
1246
1246
  listOverflow?: Property.Overflow | undefined;
1247
1247
  listHeight?: Property.Height<string | number> | undefined;
1248
1248
  listWidth?: Property.Width<string | number> | undefined;
1249
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1249
+ portal?: string | RefObject<HTMLElement> | undefined;
1250
1250
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1251
1251
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1252
1252
  closeAfterSelect?: boolean | undefined;
@@ -1282,7 +1282,7 @@ true: PolymorphicClassName;
1282
1282
  listOverflow?: Property.Overflow | undefined;
1283
1283
  listHeight?: Property.Height<string | number> | undefined;
1284
1284
  listWidth?: Property.Width<string | number> | undefined;
1285
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1285
+ portal?: string | RefObject<HTMLElement> | undefined;
1286
1286
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1287
1287
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1288
1288
  closeAfterSelect?: boolean | undefined;
@@ -1318,7 +1318,7 @@ true: PolymorphicClassName;
1318
1318
  listOverflow?: Property.Overflow | undefined;
1319
1319
  listHeight?: Property.Height<string | number> | undefined;
1320
1320
  listWidth?: Property.Width<string | number> | undefined;
1321
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1321
+ portal?: string | RefObject<HTMLElement> | undefined;
1322
1322
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1323
1323
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1324
1324
  closeAfterSelect?: boolean | undefined;
@@ -1354,7 +1354,7 @@ true: PolymorphicClassName;
1354
1354
  listOverflow?: Property.Overflow | undefined;
1355
1355
  listHeight?: Property.Height<string | number> | undefined;
1356
1356
  listWidth?: Property.Width<string | number> | undefined;
1357
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1357
+ portal?: string | RefObject<HTMLElement> | undefined;
1358
1358
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1359
1359
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1360
1360
  closeAfterSelect?: boolean | undefined;
@@ -1390,7 +1390,7 @@ true: PolymorphicClassName;
1390
1390
  listOverflow?: Property.Overflow | undefined;
1391
1391
  listHeight?: Property.Height<string | number> | undefined;
1392
1392
  listWidth?: Property.Width<string | number> | undefined;
1393
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1393
+ portal?: string | RefObject<HTMLElement> | undefined;
1394
1394
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1395
1395
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1396
1396
  closeAfterSelect?: boolean | undefined;
@@ -1426,7 +1426,7 @@ true: PolymorphicClassName;
1426
1426
  listOverflow?: Property.Overflow | undefined;
1427
1427
  listHeight?: Property.Height<string | number> | undefined;
1428
1428
  listWidth?: Property.Width<string | number> | undefined;
1429
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1429
+ portal?: string | RefObject<HTMLElement> | undefined;
1430
1430
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1431
1431
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1432
1432
  closeAfterSelect?: boolean | undefined;
@@ -1462,7 +1462,7 @@ true: PolymorphicClassName;
1462
1462
  listOverflow?: Property.Overflow | undefined;
1463
1463
  listHeight?: Property.Height<string | number> | undefined;
1464
1464
  listWidth?: Property.Width<string | number> | undefined;
1465
- portal?: MutableRefObject<HTMLElement | null> | undefined;
1465
+ portal?: string | RefObject<HTMLElement> | undefined;
1466
1466
  renderItem?: ((item: ItemOption) => ReactNode) | undefined;
1467
1467
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1468
1468
  closeAfterSelect?: boolean | undefined;
@@ -3593,13 +3593,7 @@ export { SegmentProvider }
3593
3593
  export { SegmentProviderProps }
3594
3594
 
3595
3595
  // @public (undocumented)
3596
- export const Select: React_2.ForwardRefExoticComponent<Omit<SelectProps, "view" | "size" | "chipView"> & Pick<PropsType< {
3597
- size: {
3598
- xs: PolymorphicClassName;
3599
- s: PolymorphicClassName;
3600
- m: PolymorphicClassName;
3601
- l: PolymorphicClassName;
3602
- };
3596
+ export const Select: React_2.ForwardRefExoticComponent<Omit<SelectProps<ItemOptionSelect>, "view" | "size" | "chipView"> & Pick<PropsType< {
3603
3597
  view: {
3604
3598
  default: PolymorphicClassName;
3605
3599
  positive: PolymorphicClassName;
@@ -3612,11 +3606,24 @@ dark: PolymorphicClassName;
3612
3606
  black: PolymorphicClassName;
3613
3607
  white: PolymorphicClassName;
3614
3608
  };
3609
+ size: {
3610
+ l: PolymorphicClassName;
3611
+ m: PolymorphicClassName;
3612
+ s: PolymorphicClassName;
3613
+ xs: PolymorphicClassName;
3614
+ };
3615
+ labelPlacement: {
3616
+ inner: PolymorphicClassName;
3617
+ outer: PolymorphicClassName;
3618
+ };
3615
3619
  chipView: {
3616
3620
  default: PolymorphicClassName;
3617
3621
  secondary: PolymorphicClassName;
3618
3622
  accent: PolymorphicClassName;
3619
3623
  };
3624
+ disabled: {
3625
+ true: PolymorphicClassName;
3626
+ };
3620
3627
  }> & (({
3621
3628
  target?: "textfield-like" | undefined;
3622
3629
  view?: "default" | "positive" | "warning" | "negative" | undefined;
@@ -3628,7 +3635,7 @@ accent: PolymorphicClassName;
3628
3635
  multiselect?: false | undefined;
3629
3636
  separator?: undefined;
3630
3637
  } & {
3631
- value: any;
3638
+ value?: any;
3632
3639
  onChange?: ((value: any) => void) | undefined;
3633
3640
  listOverflow?: Property.Overflow | undefined;
3634
3641
  listHeight?: Property.Height<string | number> | undefined;
@@ -3636,21 +3643,21 @@ accent: PolymorphicClassName;
3636
3643
  placeholder?: string | undefined;
3637
3644
  helperText?: string | undefined;
3638
3645
  disabled?: boolean | undefined;
3639
- items?: MergedDropdownNode[] | undefined;
3640
- onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3646
+ items?: DropdownNodeSelect[] | undefined;
3647
+ onItemSelect?: ((e: DropdownNodeSelect, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3641
3648
  hasItems?: boolean | undefined;
3642
3649
  children?: undefined;
3643
3650
  isOpen?: boolean | undefined;
3644
3651
  isTargetAmount?: boolean | undefined;
3645
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
3646
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
3652
+ renderTarget?: ((item: DropdownNodeSelect | DropdownNodeSelect[]) => React_2.ReactNode) | undefined;
3653
+ placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("top" | "bottom" | "right" | "left")[] | undefined;
3647
3654
  label?: string | undefined;
3648
3655
  onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
3649
3656
  variant?: "normal" | "tight" | undefined;
3650
3657
  listWidth?: Property.Width<string | number> | undefined;
3651
3658
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
3652
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
3653
- renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
3659
+ renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
3660
+ renderItem?: ((item: DropdownNodeSelect) => React_2.ReactNode) | undefined;
3654
3661
  closeAfterSelect?: boolean | undefined;
3655
3662
  size?: string | undefined;
3656
3663
  view?: string | undefined;
@@ -3666,7 +3673,7 @@ accent: PolymorphicClassName;
3666
3673
  multiselect?: true | undefined;
3667
3674
  separator?: string | undefined;
3668
3675
  } & {
3669
- value: any;
3676
+ value?: any;
3670
3677
  onChange?: ((value: any) => void) | undefined;
3671
3678
  listOverflow?: Property.Overflow | undefined;
3672
3679
  listHeight?: Property.Height<string | number> | undefined;
@@ -3674,21 +3681,21 @@ accent: PolymorphicClassName;
3674
3681
  placeholder?: string | undefined;
3675
3682
  helperText?: string | undefined;
3676
3683
  disabled?: boolean | undefined;
3677
- items?: MergedDropdownNode[] | undefined;
3678
- onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3684
+ items?: DropdownNodeSelect[] | undefined;
3685
+ onItemSelect?: ((e: DropdownNodeSelect, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3679
3686
  hasItems?: boolean | undefined;
3680
3687
  children?: undefined;
3681
3688
  isOpen?: boolean | undefined;
3682
3689
  isTargetAmount?: boolean | undefined;
3683
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
3684
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
3690
+ renderTarget?: ((item: DropdownNodeSelect | DropdownNodeSelect[]) => React_2.ReactNode) | undefined;
3691
+ placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("top" | "bottom" | "right" | "left")[] | undefined;
3685
3692
  label?: string | undefined;
3686
3693
  onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
3687
3694
  variant?: "normal" | "tight" | undefined;
3688
3695
  listWidth?: Property.Width<string | number> | undefined;
3689
3696
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
3690
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
3691
- renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
3697
+ renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
3698
+ renderItem?: ((item: DropdownNodeSelect) => React_2.ReactNode) | undefined;
3692
3699
  closeAfterSelect?: boolean | undefined;
3693
3700
  size?: string | undefined;
3694
3701
  view?: string | undefined;
@@ -3704,7 +3711,7 @@ accent: PolymorphicClassName;
3704
3711
  multiselect?: false | undefined;
3705
3712
  separator?: undefined;
3706
3713
  } & {
3707
- value: any;
3714
+ value?: any;
3708
3715
  onChange?: ((value: any) => void) | undefined;
3709
3716
  listOverflow?: Property.Overflow | undefined;
3710
3717
  listHeight?: Property.Height<string | number> | undefined;
@@ -3712,21 +3719,21 @@ accent: PolymorphicClassName;
3712
3719
  placeholder?: string | undefined;
3713
3720
  helperText?: string | undefined;
3714
3721
  disabled?: boolean | undefined;
3715
- items?: MergedDropdownNode[] | undefined;
3716
- onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3722
+ items?: DropdownNodeSelect[] | undefined;
3723
+ onItemSelect?: ((e: DropdownNodeSelect, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3717
3724
  hasItems?: boolean | undefined;
3718
3725
  children?: undefined;
3719
3726
  isOpen?: boolean | undefined;
3720
3727
  isTargetAmount?: boolean | undefined;
3721
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
3722
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
3728
+ renderTarget?: ((item: DropdownNodeSelect | DropdownNodeSelect[]) => React_2.ReactNode) | undefined;
3729
+ placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("top" | "bottom" | "right" | "left")[] | undefined;
3723
3730
  label?: string | undefined;
3724
3731
  onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
3725
3732
  variant?: "normal" | "tight" | undefined;
3726
3733
  listWidth?: Property.Width<string | number> | undefined;
3727
3734
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
3728
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
3729
- renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
3735
+ renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
3736
+ renderItem?: ((item: DropdownNodeSelect) => React_2.ReactNode) | undefined;
3730
3737
  closeAfterSelect?: boolean | undefined;
3731
3738
  size?: string | undefined;
3732
3739
  view?: string | undefined;
@@ -3742,7 +3749,7 @@ accent: PolymorphicClassName;
3742
3749
  multiselect?: true | undefined;
3743
3750
  separator?: string | undefined;
3744
3751
  } & {
3745
- value: any;
3752
+ value?: any;
3746
3753
  onChange?: ((value: any) => void) | undefined;
3747
3754
  listOverflow?: Property.Overflow | undefined;
3748
3755
  listHeight?: Property.Height<string | number> | undefined;
@@ -3750,21 +3757,21 @@ accent: PolymorphicClassName;
3750
3757
  placeholder?: string | undefined;
3751
3758
  helperText?: string | undefined;
3752
3759
  disabled?: boolean | undefined;
3753
- items?: MergedDropdownNode[] | undefined;
3754
- onItemSelect?: ((e: MergedDropdownNode, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3760
+ items?: DropdownNodeSelect[] | undefined;
3761
+ onItemSelect?: ((e: DropdownNodeSelect, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
3755
3762
  hasItems?: boolean | undefined;
3756
3763
  children?: undefined;
3757
3764
  isOpen?: boolean | undefined;
3758
3765
  isTargetAmount?: boolean | undefined;
3759
- renderTarget?: ((item: MergedDropdownNode | MergedDropdownNode[]) => React_2.ReactNode) | undefined;
3760
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
3766
+ renderTarget?: ((item: DropdownNodeSelect | DropdownNodeSelect[]) => React_2.ReactNode) | undefined;
3767
+ placement?: ("top" | "bottom" | "right" | "left" | "auto") | ("top" | "bottom" | "right" | "left")[] | undefined;
3761
3768
  label?: string | undefined;
3762
3769
  onScrollBottom?: ((e: React_2.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
3763
3770
  variant?: "normal" | "tight" | undefined;
3764
3771
  listWidth?: Property.Width<string | number> | undefined;
3765
3772
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
3766
- renderValue?: ((item: MergedDropdownNode) => string) | undefined;
3767
- renderItem?: ((item: MergedDropdownNode) => React_2.ReactNode) | undefined;
3773
+ renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
3774
+ renderItem?: ((item: DropdownNodeSelect) => React_2.ReactNode) | undefined;
3768
3775
  closeAfterSelect?: boolean | undefined;
3769
3776
  size?: string | undefined;
3770
3777
  view?: string | undefined;
@@ -35,7 +35,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
35
35
  listOverflow?: import("csstype").Property.Overflow | undefined;
36
36
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
37
37
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
38
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
38
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
39
39
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
40
40
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
41
41
  closeAfterSelect?: boolean | undefined;
@@ -71,7 +71,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
71
71
  listOverflow?: import("csstype").Property.Overflow | undefined;
72
72
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
73
73
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
74
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
74
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
75
75
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
76
76
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
77
77
  closeAfterSelect?: boolean | undefined;
@@ -107,7 +107,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
107
107
  listOverflow?: import("csstype").Property.Overflow | undefined;
108
108
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
109
109
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
110
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
110
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
111
111
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
112
112
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
113
113
  closeAfterSelect?: boolean | undefined;
@@ -143,7 +143,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
143
143
  listOverflow?: import("csstype").Property.Overflow | undefined;
144
144
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
145
145
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
146
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
146
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
147
147
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
148
148
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
149
149
  closeAfterSelect?: boolean | undefined;
@@ -179,7 +179,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
179
179
  listOverflow?: import("csstype").Property.Overflow | undefined;
180
180
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
181
181
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
182
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
182
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
183
183
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
184
184
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
185
185
  closeAfterSelect?: boolean | undefined;
@@ -215,7 +215,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
215
215
  listOverflow?: import("csstype").Property.Overflow | undefined;
216
216
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
217
217
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
218
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
218
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
219
219
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
220
220
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
221
221
  closeAfterSelect?: boolean | undefined;
@@ -251,7 +251,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
251
251
  listOverflow?: import("csstype").Property.Overflow | undefined;
252
252
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
253
253
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
254
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
254
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
255
255
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
256
256
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
257
257
  closeAfterSelect?: boolean | undefined;
@@ -287,7 +287,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
287
287
  listOverflow?: import("csstype").Property.Overflow | undefined;
288
288
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
289
289
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
290
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
290
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
291
291
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
292
292
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
293
293
  closeAfterSelect?: boolean | undefined;
@@ -323,7 +323,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
323
323
  listOverflow?: import("csstype").Property.Overflow | undefined;
324
324
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
325
325
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
326
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
326
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
327
327
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
328
328
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
329
329
  closeAfterSelect?: boolean | undefined;
@@ -359,7 +359,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
359
359
  listOverflow?: import("csstype").Property.Overflow | undefined;
360
360
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
361
361
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
362
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
362
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
363
363
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
364
364
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
365
365
  closeAfterSelect?: boolean | undefined;
@@ -395,7 +395,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
395
395
  listOverflow?: import("csstype").Property.Overflow | undefined;
396
396
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
397
397
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
398
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
398
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
399
399
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
400
400
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
401
401
  closeAfterSelect?: boolean | undefined;
@@ -431,7 +431,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
431
431
  listOverflow?: import("csstype").Property.Overflow | undefined;
432
432
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
433
433
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
434
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
434
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
435
435
  renderItem?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => import("react").ReactNode) | undefined;
436
436
  filter?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption, textValue: string) => boolean) | undefined;
437
437
  closeAfterSelect?: boolean | undefined;
@@ -40,7 +40,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
40
40
  listOverflow?: import("csstype").Property.Overflow | undefined;
41
41
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
42
42
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
43
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
43
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
44
44
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
45
45
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
46
46
  closeAfterSelect?: boolean | undefined;
@@ -76,7 +76,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
76
76
  listOverflow?: import("csstype").Property.Overflow | undefined;
77
77
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
78
78
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
79
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
79
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
80
80
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
81
81
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
82
82
  closeAfterSelect?: boolean | undefined;
@@ -112,7 +112,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
112
112
  listOverflow?: import("csstype").Property.Overflow | undefined;
113
113
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
114
114
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
115
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
115
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
116
116
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
117
117
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
118
118
  closeAfterSelect?: boolean | undefined;
@@ -148,7 +148,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
148
148
  listOverflow?: import("csstype").Property.Overflow | undefined;
149
149
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
150
150
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
151
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
151
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
152
152
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
153
153
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
154
154
  closeAfterSelect?: boolean | undefined;
@@ -184,7 +184,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
184
184
  listOverflow?: import("csstype").Property.Overflow | undefined;
185
185
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
186
186
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
187
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
187
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
188
188
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
189
189
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
190
190
  closeAfterSelect?: boolean | undefined;
@@ -220,7 +220,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
220
220
  listOverflow?: import("csstype").Property.Overflow | undefined;
221
221
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
222
222
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
223
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
223
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
224
224
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
225
225
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
226
226
  closeAfterSelect?: boolean | undefined;
@@ -256,7 +256,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
256
256
  listOverflow?: import("csstype").Property.Overflow | undefined;
257
257
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
258
258
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
259
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
259
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
260
260
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
261
261
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
262
262
  closeAfterSelect?: boolean | undefined;
@@ -292,7 +292,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
292
292
  listOverflow?: import("csstype").Property.Overflow | undefined;
293
293
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
294
294
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
295
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
295
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
296
296
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
297
297
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
298
298
  closeAfterSelect?: boolean | undefined;
@@ -328,7 +328,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
328
328
  listOverflow?: import("csstype").Property.Overflow | undefined;
329
329
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
330
330
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
331
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
331
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
332
332
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
333
333
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
334
334
  closeAfterSelect?: boolean | undefined;
@@ -364,7 +364,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
364
364
  listOverflow?: import("csstype").Property.Overflow | undefined;
365
365
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
366
366
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
367
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
367
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
368
368
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
369
369
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
370
370
  closeAfterSelect?: boolean | undefined;
@@ -400,7 +400,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
400
400
  listOverflow?: import("csstype").Property.Overflow | undefined;
401
401
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
402
402
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
403
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
403
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
404
404
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
405
405
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
406
406
  closeAfterSelect?: boolean | undefined;
@@ -436,7 +436,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
436
436
  listOverflow?: import("csstype").Property.Overflow | undefined;
437
437
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
438
438
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
439
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
439
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
440
440
  renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
441
441
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
442
442
  closeAfterSelect?: boolean | undefined;
@@ -1,16 +1,11 @@
1
1
  export declare const config: {
2
2
  defaults: {
3
3
  view: string;
4
- chipView: string;
5
4
  size: string;
5
+ labelPlacement: string;
6
+ chipView: string;
6
7
  };
7
8
  variations: {
8
- size: {
9
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- };
14
9
  view: {
15
10
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
11
  positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -23,10 +18,23 @@ export declare const config: {
23
18
  black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
19
  white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
20
  };
21
+ size: {
22
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ };
27
+ labelPlacement: {
28
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ };
26
31
  chipView: {
27
32
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
33
  secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
34
  accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
35
  };
36
+ disabled: {
37
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
+ };
31
39
  };
32
40
  };