@salutejs/plasma-new-hope 0.245.1-canary.1668.12889767790.0 → 0.246.0-canary.1709.12889448199.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/Attach/Attach.css +10 -10
- package/cjs/components/Attach/components/AttachButton/AttachButton.css +10 -10
- package/cjs/components/Attach/ui/IconButton/IconButton.styles.js +3 -3
- package/cjs/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -1
- package/cjs/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
- package/cjs/components/Button/Button.css +8 -8
- package/cjs/components/Button/Button.js +2 -8
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.styles.js +3 -22
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/Button/{Button.styles_8cvmld.css → Button.styles_1sopr3d.css} +2 -2
- package/cjs/components/Calendar/CalendarBase/CalendarBase.css +8 -8
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +8 -8
- package/cjs/components/Calendar/ui/CalendarHeader/CalendarHeader.css +8 -8
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +8 -8
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +8 -8
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +8 -8
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +8 -8
- package/cjs/components/Drawer/Drawer.css +8 -8
- package/cjs/components/Drawer/ui/DrawerContent/DrawerContent.css +8 -8
- package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
- package/cjs/components/EmptyState/EmptyState.css +8 -8
- package/cjs/components/IconButton/IconButton.css +8 -8
- package/cjs/components/Notification/Notification.css +8 -8
- package/cjs/components/Notification/NotificationsProvider.css +8 -8
- package/cjs/components/NumberInput/NumberInput.css +8 -8
- package/cjs/components/Pagination/Pagination.css +8 -8
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +8 -8
- package/cjs/components/Panel/ui/PanelHeader/PanelHeader.css +8 -8
- package/cjs/components/Select/Select.css +8 -8
- package/cjs/components/Select/ui/Inner/Inner.js +1 -1
- package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Select/ui/Target/Target.css +8 -8
- package/cjs/components/Select/ui/Target/ui/Button/Button.css +8 -8
- package/cjs/components/Toast/Toast.css +8 -8
- package/cjs/components/Toast/ToastController.css +8 -8
- package/cjs/index.css +10 -10
- package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +4 -4
- package/emotion/cjs/components/Button/Button.js +2 -8
- package/emotion/cjs/components/Button/Button.styles.js +8 -14
- package/emotion/cjs/components/Button/Button.template-doc.mdx +41 -19
- package/emotion/cjs/components/Combobox/Combobox.template-doc.mdx +5 -0
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/emotion/cjs/components/Dropdown/Dropdown.template-doc.mdx +4 -0
- package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/emotion/cjs/components/IconButton/IconButton.template-doc.mdx +6 -13
- package/emotion/cjs/components/Select/Select.template-doc.mdx +441 -0
- package/emotion/cjs/components/Select/ui/Inner/Inner.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
- package/emotion/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
- package/emotion/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
- package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +4 -4
- package/emotion/es/components/Button/Button.js +2 -8
- package/emotion/es/components/Button/Button.styles.js +8 -14
- package/emotion/es/components/Button/Button.template-doc.mdx +41 -19
- package/emotion/es/components/Combobox/Combobox.template-doc.mdx +5 -0
- package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/emotion/es/components/Dropdown/Dropdown.template-doc.mdx +4 -0
- package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/emotion/es/components/IconButton/IconButton.template-doc.mdx +6 -13
- package/emotion/es/components/Select/Select.template-doc.mdx +441 -0
- package/emotion/es/components/Select/ui/Inner/Inner.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
- package/emotion/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
- package/emotion/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
- package/es/components/Attach/Attach.css +10 -10
- package/es/components/Attach/components/AttachButton/AttachButton.css +10 -10
- package/es/components/Attach/ui/IconButton/IconButton.styles.js +3 -3
- package/es/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -1
- package/es/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
- package/es/components/Button/Button.css +8 -8
- package/es/components/Button/Button.js +2 -8
- package/es/components/Button/Button.js.map +1 -1
- package/es/components/Button/Button.styles.js +3 -22
- package/es/components/Button/Button.styles.js.map +1 -1
- package/es/components/Button/{Button.styles_8cvmld.css → Button.styles_1sopr3d.css} +2 -2
- package/es/components/Calendar/CalendarBase/CalendarBase.css +8 -8
- package/es/components/Calendar/CalendarDouble/CalendarDouble.css +8 -8
- package/es/components/Calendar/ui/CalendarHeader/CalendarHeader.css +8 -8
- package/es/components/Combobox/ComboboxNew/Combobox.css +8 -8
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +8 -8
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +8 -8
- package/es/components/DatePicker/SingleDate/SingleDate.css +8 -8
- package/es/components/Drawer/Drawer.css +8 -8
- package/es/components/Drawer/ui/DrawerContent/DrawerContent.css +8 -8
- package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
- package/es/components/EmptyState/EmptyState.css +8 -8
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Notification/Notification.css +8 -8
- package/es/components/Notification/NotificationsProvider.css +8 -8
- package/es/components/NumberInput/NumberInput.css +8 -8
- package/es/components/Pagination/Pagination.css +8 -8
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +8 -8
- package/es/components/Panel/ui/PanelHeader/PanelHeader.css +8 -8
- package/es/components/Select/Select.css +8 -8
- package/es/components/Select/ui/Inner/Inner.js +1 -1
- package/es/components/Select/ui/Inner/Inner.js.map +1 -1
- package/es/components/Select/ui/Target/Target.css +8 -8
- package/es/components/Select/ui/Target/ui/Button/Button.css +8 -8
- package/es/components/Toast/Toast.css +8 -8
- package/es/components/Toast/ToastController.css +8 -8
- package/es/index.css +10 -10
- package/package.json +3 -3
- package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +2 -2
- package/styled-components/cjs/components/Button/Button.js +2 -8
- package/styled-components/cjs/components/Button/Button.styles.js +2 -8
- package/styled-components/cjs/components/Button/Button.template-doc.mdx +41 -19
- package/styled-components/cjs/components/Combobox/Combobox.template-doc.mdx +5 -0
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/styled-components/cjs/components/Dropdown/Dropdown.template-doc.mdx +4 -0
- package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/styled-components/cjs/components/IconButton/IconButton.template-doc.mdx +6 -13
- package/styled-components/cjs/components/Select/Select.template-doc.mdx +441 -0
- package/styled-components/cjs/components/Select/ui/Inner/Inner.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
- package/styled-components/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
- package/styled-components/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
- package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +2 -2
- package/styled-components/es/components/Button/Button.js +2 -8
- package/styled-components/es/components/Button/Button.styles.js +2 -8
- package/styled-components/es/components/Button/Button.template-doc.mdx +41 -19
- package/styled-components/es/components/Combobox/Combobox.template-doc.mdx +5 -0
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +1 -1
- package/styled-components/es/components/Dropdown/Dropdown.template-doc.mdx +4 -0
- package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +2 -1
- package/styled-components/es/components/IconButton/IconButton.template-doc.mdx +6 -13
- package/styled-components/es/components/Select/Select.template-doc.mdx +441 -0
- package/styled-components/es/components/Select/ui/Inner/Inner.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Button/Button.stories.tsx +4 -5
- package/styled-components/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +0 -1
- package/styled-components/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +0 -1
- package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +1 -1
- package/types/components/Button/Button.d.ts.map +1 -1
- package/types/components/Button/Button.styles.d.ts +2 -6
- package/types/components/Button/Button.styles.d.ts.map +1 -1
- package/types/components/Button/Button.types.d.ts +9 -5
- package/types/components/Button/Button.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -0
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +5 -0
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
- package/types/components/Select/Select.types.d.ts +2 -2
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -0
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +48 -48
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +6 -6
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +48 -48
- package/types/examples/plasma_web/components/Select/Select.d.ts +6 -6
- package/cjs/components/Attach/ui/IconButton/IconButton.styles_7clf9d.css +0 -2
- package/es/components/Attach/ui/IconButton/IconButton.styles_7clf9d.css +0 -2
@@ -33,7 +33,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
33
33
|
};
|
34
34
|
}> & (({
|
35
35
|
items: ItemOption[];
|
36
|
-
placement?: ("
|
36
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
37
37
|
placeholder?: string | undefined;
|
38
38
|
helperText?: string | undefined;
|
39
39
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -80,7 +80,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
80
80
|
hintContentLeft?: import("react").ReactNode;
|
81
81
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
82
82
|
items: ItemOption[];
|
83
|
-
placement?: ("
|
83
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
84
84
|
placeholder?: string | undefined;
|
85
85
|
helperText?: string | undefined;
|
86
86
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -127,7 +127,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
127
127
|
hintContentLeft?: undefined;
|
128
128
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
129
129
|
items: ItemOption[];
|
130
|
-
placement?: ("
|
130
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
131
131
|
placeholder?: string | undefined;
|
132
132
|
helperText?: string | undefined;
|
133
133
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -174,7 +174,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
174
174
|
hintContentLeft?: import("react").ReactNode;
|
175
175
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
176
176
|
items: ItemOption[];
|
177
|
-
placement?: ("
|
177
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
178
178
|
placeholder?: string | undefined;
|
179
179
|
helperText?: string | undefined;
|
180
180
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -221,7 +221,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
221
221
|
hintContentLeft?: undefined;
|
222
222
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
223
223
|
items: ItemOption[];
|
224
|
-
placement?: ("
|
224
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
225
225
|
placeholder?: string | undefined;
|
226
226
|
helperText?: string | undefined;
|
227
227
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -268,7 +268,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
268
268
|
hintContentLeft?: import("react").ReactNode;
|
269
269
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
270
270
|
items: ItemOption[];
|
271
|
-
placement?: ("
|
271
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
272
272
|
placeholder?: string | undefined;
|
273
273
|
helperText?: string | undefined;
|
274
274
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -315,7 +315,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
315
315
|
hintContentLeft?: undefined;
|
316
316
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
317
317
|
items: ItemOption[];
|
318
|
-
placement?: ("
|
318
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
319
319
|
placeholder?: string | undefined;
|
320
320
|
helperText?: string | undefined;
|
321
321
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -362,7 +362,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
362
362
|
hintContentLeft?: import("react").ReactNode;
|
363
363
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
364
364
|
items: ItemOption[];
|
365
|
-
placement?: ("
|
365
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
366
366
|
placeholder?: string | undefined;
|
367
367
|
helperText?: string | undefined;
|
368
368
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -409,7 +409,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
409
409
|
hintContentLeft?: undefined;
|
410
410
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
411
411
|
items: ItemOption[];
|
412
|
-
placement?: ("
|
412
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
413
413
|
placeholder?: string | undefined;
|
414
414
|
helperText?: string | undefined;
|
415
415
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -456,7 +456,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
456
456
|
hintContentLeft?: import("react").ReactNode;
|
457
457
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
458
458
|
items: ItemOption[];
|
459
|
-
placement?: ("
|
459
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
460
460
|
placeholder?: string | undefined;
|
461
461
|
helperText?: string | undefined;
|
462
462
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -503,7 +503,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
503
503
|
hintContentLeft?: undefined;
|
504
504
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
505
505
|
items: ItemOption[];
|
506
|
-
placement?: ("
|
506
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
507
507
|
placeholder?: string | undefined;
|
508
508
|
helperText?: string | undefined;
|
509
509
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -550,7 +550,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
550
550
|
hintContentLeft?: import("react").ReactNode;
|
551
551
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
552
552
|
items: ItemOption[];
|
553
|
-
placement?: ("
|
553
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
554
554
|
placeholder?: string | undefined;
|
555
555
|
helperText?: string | undefined;
|
556
556
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -597,7 +597,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
597
597
|
hintContentLeft?: undefined;
|
598
598
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
599
599
|
items: ItemOption[];
|
600
|
-
placement?: ("
|
600
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
601
601
|
placeholder?: string | undefined;
|
602
602
|
helperText?: string | undefined;
|
603
603
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -644,7 +644,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
644
644
|
hintContentLeft?: import("react").ReactNode;
|
645
645
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
646
646
|
items: ItemOption[];
|
647
|
-
placement?: ("
|
647
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
648
648
|
placeholder?: string | undefined;
|
649
649
|
helperText?: string | undefined;
|
650
650
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -691,7 +691,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
691
691
|
hintContentLeft?: undefined;
|
692
692
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
693
693
|
items: ItemOption[];
|
694
|
-
placement?: ("
|
694
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
695
695
|
placeholder?: string | undefined;
|
696
696
|
helperText?: string | undefined;
|
697
697
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -738,7 +738,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
738
738
|
hintContentLeft?: import("react").ReactNode;
|
739
739
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
740
740
|
items: ItemOption[];
|
741
|
-
placement?: ("
|
741
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
742
742
|
placeholder?: string | undefined;
|
743
743
|
helperText?: string | undefined;
|
744
744
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -785,7 +785,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
785
785
|
hintContentLeft?: undefined;
|
786
786
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
787
787
|
items: ItemOption[];
|
788
|
-
placement?: ("
|
788
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
789
789
|
placeholder?: string | undefined;
|
790
790
|
helperText?: string | undefined;
|
791
791
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -832,7 +832,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
832
832
|
hintContentLeft?: import("react").ReactNode;
|
833
833
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
834
834
|
items: ItemOption[];
|
835
|
-
placement?: ("
|
835
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
836
836
|
placeholder?: string | undefined;
|
837
837
|
helperText?: string | undefined;
|
838
838
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -879,7 +879,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
879
879
|
hintContentLeft?: undefined;
|
880
880
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
881
881
|
items: ItemOption[];
|
882
|
-
placement?: ("
|
882
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
883
883
|
placeholder?: string | undefined;
|
884
884
|
helperText?: string | undefined;
|
885
885
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -926,7 +926,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
926
926
|
hintContentLeft?: import("react").ReactNode;
|
927
927
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
928
928
|
items: ItemOption[];
|
929
|
-
placement?: ("
|
929
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
930
930
|
placeholder?: string | undefined;
|
931
931
|
helperText?: string | undefined;
|
932
932
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -973,7 +973,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
973
973
|
hintContentLeft?: undefined;
|
974
974
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
975
975
|
items: ItemOption[];
|
976
|
-
placement?: ("
|
976
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
977
977
|
placeholder?: string | undefined;
|
978
978
|
helperText?: string | undefined;
|
979
979
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1020,7 +1020,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1020
1020
|
hintContentLeft?: import("react").ReactNode;
|
1021
1021
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1022
1022
|
items: ItemOption[];
|
1023
|
-
placement?: ("
|
1023
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1024
1024
|
placeholder?: string | undefined;
|
1025
1025
|
helperText?: string | undefined;
|
1026
1026
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1067,7 +1067,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1067
1067
|
hintContentLeft?: undefined;
|
1068
1068
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1069
1069
|
items: ItemOption[];
|
1070
|
-
placement?: ("
|
1070
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1071
1071
|
placeholder?: string | undefined;
|
1072
1072
|
helperText?: string | undefined;
|
1073
1073
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1114,7 +1114,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1114
1114
|
hintContentLeft?: import("react").ReactNode;
|
1115
1115
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1116
1116
|
items: ItemOption[];
|
1117
|
-
placement?: ("
|
1117
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1118
1118
|
placeholder?: string | undefined;
|
1119
1119
|
helperText?: string | undefined;
|
1120
1120
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1194,7 +1194,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1194
1194
|
};
|
1195
1195
|
}> & (({
|
1196
1196
|
items: ItemOption[];
|
1197
|
-
placement?: ("
|
1197
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1198
1198
|
placeholder?: string | undefined;
|
1199
1199
|
helperText?: string | undefined;
|
1200
1200
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1241,7 +1241,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1241
1241
|
hintContentLeft?: import("react").ReactNode;
|
1242
1242
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1243
1243
|
items: ItemOption[];
|
1244
|
-
placement?: ("
|
1244
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1245
1245
|
placeholder?: string | undefined;
|
1246
1246
|
helperText?: string | undefined;
|
1247
1247
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1288,7 +1288,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1288
1288
|
hintContentLeft?: undefined;
|
1289
1289
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1290
1290
|
items: ItemOption[];
|
1291
|
-
placement?: ("
|
1291
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1292
1292
|
placeholder?: string | undefined;
|
1293
1293
|
helperText?: string | undefined;
|
1294
1294
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1335,7 +1335,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1335
1335
|
hintContentLeft?: import("react").ReactNode;
|
1336
1336
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1337
1337
|
items: ItemOption[];
|
1338
|
-
placement?: ("
|
1338
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1339
1339
|
placeholder?: string | undefined;
|
1340
1340
|
helperText?: string | undefined;
|
1341
1341
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1382,7 +1382,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1382
1382
|
hintContentLeft?: undefined;
|
1383
1383
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1384
1384
|
items: ItemOption[];
|
1385
|
-
placement?: ("
|
1385
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1386
1386
|
placeholder?: string | undefined;
|
1387
1387
|
helperText?: string | undefined;
|
1388
1388
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1429,7 +1429,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1429
1429
|
hintContentLeft?: import("react").ReactNode;
|
1430
1430
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1431
1431
|
items: ItemOption[];
|
1432
|
-
placement?: ("
|
1432
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1433
1433
|
placeholder?: string | undefined;
|
1434
1434
|
helperText?: string | undefined;
|
1435
1435
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1476,7 +1476,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1476
1476
|
hintContentLeft?: undefined;
|
1477
1477
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1478
1478
|
items: ItemOption[];
|
1479
|
-
placement?: ("
|
1479
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1480
1480
|
placeholder?: string | undefined;
|
1481
1481
|
helperText?: string | undefined;
|
1482
1482
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1523,7 +1523,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1523
1523
|
hintContentLeft?: import("react").ReactNode;
|
1524
1524
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1525
1525
|
items: ItemOption[];
|
1526
|
-
placement?: ("
|
1526
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1527
1527
|
placeholder?: string | undefined;
|
1528
1528
|
helperText?: string | undefined;
|
1529
1529
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1570,7 +1570,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1570
1570
|
hintContentLeft?: undefined;
|
1571
1571
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1572
1572
|
items: ItemOption[];
|
1573
|
-
placement?: ("
|
1573
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1574
1574
|
placeholder?: string | undefined;
|
1575
1575
|
helperText?: string | undefined;
|
1576
1576
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1617,7 +1617,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1617
1617
|
hintContentLeft?: import("react").ReactNode;
|
1618
1618
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1619
1619
|
items: ItemOption[];
|
1620
|
-
placement?: ("
|
1620
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1621
1621
|
placeholder?: string | undefined;
|
1622
1622
|
helperText?: string | undefined;
|
1623
1623
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1664,7 +1664,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1664
1664
|
hintContentLeft?: undefined;
|
1665
1665
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1666
1666
|
items: ItemOption[];
|
1667
|
-
placement?: ("
|
1667
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1668
1668
|
placeholder?: string | undefined;
|
1669
1669
|
helperText?: string | undefined;
|
1670
1670
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1711,7 +1711,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1711
1711
|
hintContentLeft?: import("react").ReactNode;
|
1712
1712
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1713
1713
|
items: ItemOption[];
|
1714
|
-
placement?: ("
|
1714
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1715
1715
|
placeholder?: string | undefined;
|
1716
1716
|
helperText?: string | undefined;
|
1717
1717
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1758,7 +1758,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1758
1758
|
hintContentLeft?: undefined;
|
1759
1759
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1760
1760
|
items: ItemOption[];
|
1761
|
-
placement?: ("
|
1761
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1762
1762
|
placeholder?: string | undefined;
|
1763
1763
|
helperText?: string | undefined;
|
1764
1764
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1805,7 +1805,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1805
1805
|
hintContentLeft?: import("react").ReactNode;
|
1806
1806
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1807
1807
|
items: ItemOption[];
|
1808
|
-
placement?: ("
|
1808
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1809
1809
|
placeholder?: string | undefined;
|
1810
1810
|
helperText?: string | undefined;
|
1811
1811
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1852,7 +1852,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1852
1852
|
hintContentLeft?: undefined;
|
1853
1853
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1854
1854
|
items: ItemOption[];
|
1855
|
-
placement?: ("
|
1855
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1856
1856
|
placeholder?: string | undefined;
|
1857
1857
|
helperText?: string | undefined;
|
1858
1858
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1899,7 +1899,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1899
1899
|
hintContentLeft?: import("react").ReactNode;
|
1900
1900
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1901
1901
|
items: ItemOption[];
|
1902
|
-
placement?: ("
|
1902
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1903
1903
|
placeholder?: string | undefined;
|
1904
1904
|
helperText?: string | undefined;
|
1905
1905
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1946,7 +1946,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1946
1946
|
hintContentLeft?: undefined;
|
1947
1947
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1948
1948
|
items: ItemOption[];
|
1949
|
-
placement?: ("
|
1949
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1950
1950
|
placeholder?: string | undefined;
|
1951
1951
|
helperText?: string | undefined;
|
1952
1952
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1993,7 +1993,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1993
1993
|
hintContentLeft?: import("react").ReactNode;
|
1994
1994
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1995
1995
|
items: ItemOption[];
|
1996
|
-
placement?: ("
|
1996
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1997
1997
|
placeholder?: string | undefined;
|
1998
1998
|
helperText?: string | undefined;
|
1999
1999
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2040,7 +2040,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2040
2040
|
hintContentLeft?: undefined;
|
2041
2041
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2042
2042
|
items: ItemOption[];
|
2043
|
-
placement?: ("
|
2043
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2044
2044
|
placeholder?: string | undefined;
|
2045
2045
|
helperText?: string | undefined;
|
2046
2046
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2087,7 +2087,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2087
2087
|
hintContentLeft?: import("react").ReactNode;
|
2088
2088
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2089
2089
|
items: ItemOption[];
|
2090
|
-
placement?: ("
|
2090
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2091
2091
|
placeholder?: string | undefined;
|
2092
2092
|
helperText?: string | undefined;
|
2093
2093
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2134,7 +2134,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2134
2134
|
hintContentLeft?: undefined;
|
2135
2135
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2136
2136
|
items: ItemOption[];
|
2137
|
-
placement?: ("
|
2137
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2138
2138
|
placeholder?: string | undefined;
|
2139
2139
|
helperText?: string | undefined;
|
2140
2140
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2181,7 +2181,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2181
2181
|
hintContentLeft?: import("react").ReactNode;
|
2182
2182
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2183
2183
|
items: ItemOption[];
|
2184
|
-
placement?: ("
|
2184
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2185
2185
|
placeholder?: string | undefined;
|
2186
2186
|
helperText?: string | undefined;
|
2187
2187
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2228,7 +2228,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2228
2228
|
hintContentLeft?: undefined;
|
2229
2229
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2230
2230
|
items: ItemOption[];
|
2231
|
-
placement?: ("
|
2231
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2232
2232
|
placeholder?: string | undefined;
|
2233
2233
|
helperText?: string | undefined;
|
2234
2234
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -2275,7 +2275,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2275
2275
|
hintContentLeft?: import("react").ReactNode;
|
2276
2276
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
2277
2277
|
items: ItemOption[];
|
2278
|
-
placement?: ("
|
2278
|
+
placement?: import("../../../../components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
2279
2279
|
placeholder?: string | undefined;
|
2280
2280
|
helperText?: string | undefined;
|
2281
2281
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -72,7 +72,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
72
72
|
children?: undefined;
|
73
73
|
isTargetAmount?: boolean | undefined;
|
74
74
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
75
|
-
placement?: ("
|
75
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
76
76
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
77
77
|
variant?: "normal" | "tight" | undefined;
|
78
78
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -124,7 +124,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
124
124
|
children?: undefined;
|
125
125
|
isTargetAmount?: boolean | undefined;
|
126
126
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
127
|
-
placement?: ("
|
127
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
128
128
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
129
129
|
variant?: "normal" | "tight" | undefined;
|
130
130
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -176,7 +176,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
176
176
|
children?: undefined;
|
177
177
|
isTargetAmount?: boolean | undefined;
|
178
178
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
179
|
-
placement?: ("
|
179
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
180
180
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
181
181
|
variant?: "normal" | "tight" | undefined;
|
182
182
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -228,7 +228,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
228
228
|
children?: undefined;
|
229
229
|
isTargetAmount?: boolean | undefined;
|
230
230
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
231
|
-
placement?: ("
|
231
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
232
232
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
233
233
|
variant?: "normal" | "tight" | undefined;
|
234
234
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -268,7 +268,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
268
268
|
children?: undefined;
|
269
269
|
isTargetAmount?: boolean | undefined;
|
270
270
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
271
|
-
placement?: ("
|
271
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
272
272
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
273
273
|
variant?: "normal" | "tight" | undefined;
|
274
274
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -308,7 +308,7 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
308
308
|
children?: undefined;
|
309
309
|
isTargetAmount?: boolean | undefined;
|
310
310
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
311
|
-
placement?: ("
|
311
|
+
placement?: import("../../../../components/Select/Select.types").SelectPlacement | import("../../../../components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
312
312
|
onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
313
313
|
variant?: "normal" | "tight" | undefined;
|
314
314
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|