@salutejs/plasma-new-hope 0.335.0-canary.2194.17367251959.0 → 0.335.0-canary.2197.17377664818.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/Autocomplete/Autocomplete.js +6 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -43
- package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
- package/cjs/components/Carousel/CarouselNew/Carousel.js +3 -4
- package/cjs/components/Carousel/CarouselNew/Carousel.js.map +1 -1
- package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +4 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -5
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -43
- package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +2 -5
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Popup/ClientOnlyPortal.js +2 -15
- package/cjs/components/Popup/ClientOnlyPortal.js.map +1 -1
- package/cjs/components/Popup/PopupContext.js +5 -26
- package/cjs/components/Popup/PopupContext.js.map +1 -1
- package/cjs/components/Select/Select.js +4 -3
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.js +2 -3
- package/cjs/components/Select/Select.styles.js.map +1 -1
- package/cjs/components/Select/ui/Inner/Inner.js +11 -5
- package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Select/ui/VirtualList/VirtualList.js +13 -43
- package/cjs/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +8 -1
- package/emotion/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +16 -84
- package/emotion/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
- package/emotion/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +4 -2
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +16 -84
- package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/emotion/cjs/components/Popup/ClientOnlyPortal.js +2 -14
- package/emotion/cjs/components/Popup/PopupContext.js +6 -25
- package/emotion/cjs/components/Select/Select.js +4 -2
- package/emotion/cjs/components/Select/Select.styles.js +7 -7
- package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
- package/emotion/cjs/components/Select/ui/VirtualList/VirtualList.js +16 -84
- package/emotion/cjs/examples/components/Chip/Chip.config.js +13 -14
- package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/emotion/es/components/Autocomplete/Autocomplete.js +9 -2
- package/emotion/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -45
- package/emotion/es/components/Carousel/CarouselNew/Carousel.js +2 -2
- package/emotion/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +4 -2
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
- package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
- package/emotion/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -45
- package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/emotion/es/components/Popup/ClientOnlyPortal.js +2 -14
- package/emotion/es/components/Popup/PopupContext.js +6 -25
- package/emotion/es/components/Select/Select.js +4 -2
- package/emotion/es/components/Select/Select.styles.js +7 -7
- package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
- package/emotion/es/components/Select/ui/VirtualList/VirtualList.js +13 -45
- package/emotion/es/examples/components/Chip/Chip.config.js +13 -14
- package/es/components/Autocomplete/Autocomplete.js +7 -2
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -44
- package/es/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
- package/es/components/Carousel/CarouselNew/Carousel.js +4 -5
- package/es/components/Carousel/CarouselNew/Carousel.js.map +1 -1
- package/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/es/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.js +4 -3
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -44
- package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
- package/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +2 -5
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Popup/ClientOnlyPortal.js +2 -15
- package/es/components/Popup/ClientOnlyPortal.js.map +1 -1
- package/es/components/Popup/PopupContext.js +5 -26
- package/es/components/Popup/PopupContext.js.map +1 -1
- package/es/components/Select/Select.js +4 -3
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/Select.styles.js +2 -3
- package/es/components/Select/Select.styles.js.map +1 -1
- package/es/components/Select/ui/Inner/Inner.js +12 -6
- package/es/components/Select/ui/Inner/Inner.js.map +1 -1
- package/es/components/Select/ui/VirtualList/VirtualList.js +13 -44
- package/es/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
- package/package.json +3 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +8 -1
- package/styled-components/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +16 -84
- package/styled-components/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
- package/styled-components/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +4 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +16 -84
- package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/styled-components/cjs/components/Popup/ClientOnlyPortal.js +2 -14
- package/styled-components/cjs/components/Popup/PopupContext.js +6 -25
- package/styled-components/cjs/components/Select/Select.js +4 -2
- package/styled-components/cjs/components/Select/Select.styles.js +4 -4
- package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
- package/styled-components/cjs/components/Select/ui/VirtualList/VirtualList.js +16 -84
- package/styled-components/cjs/examples/components/Chip/Chip.config.js +0 -21
- package/styled-components/es/components/Autocomplete/Autocomplete.js +9 -2
- package/styled-components/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -45
- package/styled-components/es/components/Carousel/CarouselNew/Carousel.js +2 -2
- package/styled-components/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +4 -2
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
- package/styled-components/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -45
- package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
- package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
- package/styled-components/es/components/Popup/ClientOnlyPortal.js +2 -14
- package/styled-components/es/components/Popup/PopupContext.js +6 -25
- package/styled-components/es/components/Select/Select.js +4 -2
- package/styled-components/es/components/Select/Select.styles.js +4 -4
- package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
- package/styled-components/es/components/Select/ui/VirtualList/VirtualList.js +13 -45
- package/styled-components/es/examples/components/Chip/Chip.config.js +0 -21
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +17 -17
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts +1 -1
- package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts.map +1 -1
- package/types/components/Carousel/CarouselNew/Carousel.d.ts.map +1 -1
- package/types/components/Carousel/CarouselNew/Carousel.types.d.ts +0 -5
- package/types/components/Carousel/CarouselNew/Carousel.types.d.ts.map +1 -1
- package/types/components/Carousel/CarouselNew/hooks/useCarousel.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +6 -6
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +0 -4
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +18 -18
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Popup/ClientOnlyPortal.d.ts +0 -1
- package/types/components/Popup/ClientOnlyPortal.d.ts.map +1 -1
- package/types/components/Popup/PopupContext.d.ts +1 -5
- package/types/components/Popup/PopupContext.d.ts.map +1 -1
- package/types/components/Select/Select.d.ts.map +1 -1
- package/types/components/Select/Select.styles.d.ts +0 -1
- package/types/components/Select/Select.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +14 -14
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
- package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Select/ui/VirtualList/VirtualList.d.ts +1 -1
- package/types/components/Select/ui/VirtualList/VirtualList.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +18 -18
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
- package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Chip/Chip.config.d.ts +0 -1
- package/types/examples/components/Chip/Chip.config.d.ts.map +1 -1
- package/types/examples/components/Chip/Chip.d.ts +0 -1
- package/types/examples/components/Chip/Chip.d.ts.map +1 -1
- package/types/examples/components/Combobox/Combobox.d.ts +48 -48
- package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/components/Select/Select.d.ts +18 -18
- package/types/examples/components/Select/Select.d.ts.map +1 -1
@@ -41,7 +41,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
41
41
|
textAfter?: string;
|
42
42
|
variant?: "normal" | "tight";
|
43
43
|
zIndex?: import("react").CSSProperties["zIndex"];
|
44
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
45
44
|
listMaxHeight?: import("react").CSSProperties["height"];
|
46
45
|
listWidth?: import("react").CSSProperties["width"];
|
47
46
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -49,7 +48,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
49
48
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
50
49
|
closeAfterSelect?: boolean;
|
51
50
|
onChangeValue?: (value: string) => void;
|
52
|
-
onScroll?: (e: React.UIEvent<
|
51
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
53
52
|
onToggle?: (isOpen: boolean) => void;
|
54
53
|
beforeList?: React.ReactNode;
|
55
54
|
afterList?: React.ReactNode;
|
@@ -58,6 +57,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
58
57
|
view?: string;
|
59
58
|
emptyStateDescription?: string;
|
60
59
|
listHeight?: import("react").CSSProperties["height"];
|
60
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
61
61
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
62
62
|
readOnly?: boolean;
|
63
63
|
disabled?: true;
|
@@ -95,7 +95,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
95
95
|
textAfter?: string;
|
96
96
|
variant?: "normal" | "tight";
|
97
97
|
zIndex?: import("react").CSSProperties["zIndex"];
|
98
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
99
98
|
listMaxHeight?: import("react").CSSProperties["height"];
|
100
99
|
listWidth?: import("react").CSSProperties["width"];
|
101
100
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -103,7 +102,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
103
102
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
104
103
|
closeAfterSelect?: boolean;
|
105
104
|
onChangeValue?: (value: string) => void;
|
106
|
-
onScroll?: (e: React.UIEvent<
|
105
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
107
106
|
onToggle?: (isOpen: boolean) => void;
|
108
107
|
beforeList?: React.ReactNode;
|
109
108
|
afterList?: React.ReactNode;
|
@@ -112,6 +111,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
112
111
|
view?: string;
|
113
112
|
emptyStateDescription?: string;
|
114
113
|
listHeight?: import("react").CSSProperties["height"];
|
114
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
115
115
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
116
116
|
readOnly?: boolean;
|
117
117
|
disabled?: true;
|
@@ -149,7 +149,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
149
149
|
textAfter?: string;
|
150
150
|
variant?: "normal" | "tight";
|
151
151
|
zIndex?: import("react").CSSProperties["zIndex"];
|
152
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
153
152
|
listMaxHeight?: import("react").CSSProperties["height"];
|
154
153
|
listWidth?: import("react").CSSProperties["width"];
|
155
154
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -157,7 +156,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
157
156
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
158
157
|
closeAfterSelect?: boolean;
|
159
158
|
onChangeValue?: (value: string) => void;
|
160
|
-
onScroll?: (e: React.UIEvent<
|
159
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
161
160
|
onToggle?: (isOpen: boolean) => void;
|
162
161
|
beforeList?: React.ReactNode;
|
163
162
|
afterList?: React.ReactNode;
|
@@ -166,6 +165,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
166
165
|
view?: string;
|
167
166
|
emptyStateDescription?: string;
|
168
167
|
listHeight?: import("react").CSSProperties["height"];
|
168
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
169
169
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
170
170
|
readOnly?: boolean;
|
171
171
|
disabled?: true;
|
@@ -203,7 +203,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
203
203
|
textAfter?: string;
|
204
204
|
variant?: "normal" | "tight";
|
205
205
|
zIndex?: import("react").CSSProperties["zIndex"];
|
206
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
207
206
|
listMaxHeight?: import("react").CSSProperties["height"];
|
208
207
|
listWidth?: import("react").CSSProperties["width"];
|
209
208
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -211,7 +210,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
211
210
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
212
211
|
closeAfterSelect?: boolean;
|
213
212
|
onChangeValue?: (value: string) => void;
|
214
|
-
onScroll?: (e: React.UIEvent<
|
213
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
215
214
|
onToggle?: (isOpen: boolean) => void;
|
216
215
|
beforeList?: React.ReactNode;
|
217
216
|
afterList?: React.ReactNode;
|
@@ -220,6 +219,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
220
219
|
view?: string;
|
221
220
|
emptyStateDescription?: string;
|
222
221
|
listHeight?: import("react").CSSProperties["height"];
|
222
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
223
223
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
224
224
|
readOnly?: boolean;
|
225
225
|
disabled?: true;
|
@@ -257,7 +257,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
257
257
|
textAfter?: string;
|
258
258
|
variant?: "normal" | "tight";
|
259
259
|
zIndex?: import("react").CSSProperties["zIndex"];
|
260
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
261
260
|
listMaxHeight?: import("react").CSSProperties["height"];
|
262
261
|
listWidth?: import("react").CSSProperties["width"];
|
263
262
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -265,7 +264,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
265
264
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
266
265
|
closeAfterSelect?: boolean;
|
267
266
|
onChangeValue?: (value: string) => void;
|
268
|
-
onScroll?: (e: React.UIEvent<
|
267
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
269
268
|
onToggle?: (isOpen: boolean) => void;
|
270
269
|
beforeList?: React.ReactNode;
|
271
270
|
afterList?: React.ReactNode;
|
@@ -274,6 +273,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
274
273
|
view?: string;
|
275
274
|
emptyStateDescription?: string;
|
276
275
|
listHeight?: import("react").CSSProperties["height"];
|
276
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
277
277
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
278
278
|
readOnly?: boolean;
|
279
279
|
disabled?: true;
|
@@ -311,7 +311,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
311
311
|
textAfter?: string;
|
312
312
|
variant?: "normal" | "tight";
|
313
313
|
zIndex?: import("react").CSSProperties["zIndex"];
|
314
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
315
314
|
listMaxHeight?: import("react").CSSProperties["height"];
|
316
315
|
listWidth?: import("react").CSSProperties["width"];
|
317
316
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -319,7 +318,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
319
318
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
320
319
|
closeAfterSelect?: boolean;
|
321
320
|
onChangeValue?: (value: string) => void;
|
322
|
-
onScroll?: (e: React.UIEvent<
|
321
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
323
322
|
onToggle?: (isOpen: boolean) => void;
|
324
323
|
beforeList?: React.ReactNode;
|
325
324
|
afterList?: React.ReactNode;
|
@@ -328,6 +327,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
328
327
|
view?: string;
|
329
328
|
emptyStateDescription?: string;
|
330
329
|
listHeight?: import("react").CSSProperties["height"];
|
330
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
331
331
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
332
332
|
readOnly?: boolean;
|
333
333
|
disabled?: true;
|
@@ -365,7 +365,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
365
365
|
textAfter?: string;
|
366
366
|
variant?: "normal" | "tight";
|
367
367
|
zIndex?: import("react").CSSProperties["zIndex"];
|
368
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
369
368
|
listMaxHeight?: import("react").CSSProperties["height"];
|
370
369
|
listWidth?: import("react").CSSProperties["width"];
|
371
370
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -373,7 +372,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
373
372
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
374
373
|
closeAfterSelect?: boolean;
|
375
374
|
onChangeValue?: (value: string) => void;
|
376
|
-
onScroll?: (e: React.UIEvent<
|
375
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
377
376
|
onToggle?: (isOpen: boolean) => void;
|
378
377
|
beforeList?: React.ReactNode;
|
379
378
|
afterList?: React.ReactNode;
|
@@ -382,6 +381,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
382
381
|
view?: string;
|
383
382
|
emptyStateDescription?: string;
|
384
383
|
listHeight?: import("react").CSSProperties["height"];
|
384
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
385
385
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
386
386
|
readOnly?: boolean;
|
387
387
|
disabled?: true;
|
@@ -419,7 +419,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
419
419
|
textAfter?: string;
|
420
420
|
variant?: "normal" | "tight";
|
421
421
|
zIndex?: import("react").CSSProperties["zIndex"];
|
422
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
423
422
|
listMaxHeight?: import("react").CSSProperties["height"];
|
424
423
|
listWidth?: import("react").CSSProperties["width"];
|
425
424
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -427,7 +426,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
427
426
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
428
427
|
closeAfterSelect?: boolean;
|
429
428
|
onChangeValue?: (value: string) => void;
|
430
|
-
onScroll?: (e: React.UIEvent<
|
429
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
431
430
|
onToggle?: (isOpen: boolean) => void;
|
432
431
|
beforeList?: React.ReactNode;
|
433
432
|
afterList?: React.ReactNode;
|
@@ -436,6 +435,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
436
435
|
view?: string;
|
437
436
|
emptyStateDescription?: string;
|
438
437
|
listHeight?: import("react").CSSProperties["height"];
|
438
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
439
439
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
440
440
|
readOnly?: boolean;
|
441
441
|
disabled?: true;
|
@@ -473,7 +473,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
473
473
|
textAfter?: string;
|
474
474
|
variant?: "normal" | "tight";
|
475
475
|
zIndex?: import("react").CSSProperties["zIndex"];
|
476
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
477
476
|
listMaxHeight?: import("react").CSSProperties["height"];
|
478
477
|
listWidth?: import("react").CSSProperties["width"];
|
479
478
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -481,7 +480,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
481
480
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
482
481
|
closeAfterSelect?: boolean;
|
483
482
|
onChangeValue?: (value: string) => void;
|
484
|
-
onScroll?: (e: React.UIEvent<
|
483
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
485
484
|
onToggle?: (isOpen: boolean) => void;
|
486
485
|
beforeList?: React.ReactNode;
|
487
486
|
afterList?: React.ReactNode;
|
@@ -490,6 +489,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
490
489
|
view?: string;
|
491
490
|
emptyStateDescription?: string;
|
492
491
|
listHeight?: import("react").CSSProperties["height"];
|
492
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
493
493
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
494
494
|
readOnly?: true;
|
495
495
|
disabled?: boolean;
|
@@ -527,7 +527,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
527
527
|
textAfter?: string;
|
528
528
|
variant?: "normal" | "tight";
|
529
529
|
zIndex?: import("react").CSSProperties["zIndex"];
|
530
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
531
530
|
listMaxHeight?: import("react").CSSProperties["height"];
|
532
531
|
listWidth?: import("react").CSSProperties["width"];
|
533
532
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -535,7 +534,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
535
534
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
536
535
|
closeAfterSelect?: boolean;
|
537
536
|
onChangeValue?: (value: string) => void;
|
538
|
-
onScroll?: (e: React.UIEvent<
|
537
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
539
538
|
onToggle?: (isOpen: boolean) => void;
|
540
539
|
beforeList?: React.ReactNode;
|
541
540
|
afterList?: React.ReactNode;
|
@@ -544,6 +543,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
544
543
|
view?: string;
|
545
544
|
emptyStateDescription?: string;
|
546
545
|
listHeight?: import("react").CSSProperties["height"];
|
546
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
547
547
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
548
548
|
readOnly?: true;
|
549
549
|
disabled?: boolean;
|
@@ -581,7 +581,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
581
581
|
textAfter?: string;
|
582
582
|
variant?: "normal" | "tight";
|
583
583
|
zIndex?: import("react").CSSProperties["zIndex"];
|
584
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
585
584
|
listMaxHeight?: import("react").CSSProperties["height"];
|
586
585
|
listWidth?: import("react").CSSProperties["width"];
|
587
586
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -589,7 +588,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
589
588
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
590
589
|
closeAfterSelect?: boolean;
|
591
590
|
onChangeValue?: (value: string) => void;
|
592
|
-
onScroll?: (e: React.UIEvent<
|
591
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
593
592
|
onToggle?: (isOpen: boolean) => void;
|
594
593
|
beforeList?: React.ReactNode;
|
595
594
|
afterList?: React.ReactNode;
|
@@ -598,6 +597,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
598
597
|
view?: string;
|
599
598
|
emptyStateDescription?: string;
|
600
599
|
listHeight?: import("react").CSSProperties["height"];
|
600
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
601
601
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
602
602
|
readOnly?: true;
|
603
603
|
disabled?: boolean;
|
@@ -635,7 +635,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
635
635
|
textAfter?: string;
|
636
636
|
variant?: "normal" | "tight";
|
637
637
|
zIndex?: import("react").CSSProperties["zIndex"];
|
638
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
639
638
|
listMaxHeight?: import("react").CSSProperties["height"];
|
640
639
|
listWidth?: import("react").CSSProperties["width"];
|
641
640
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -643,7 +642,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
643
642
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
644
643
|
closeAfterSelect?: boolean;
|
645
644
|
onChangeValue?: (value: string) => void;
|
646
|
-
onScroll?: (e: React.UIEvent<
|
645
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
647
646
|
onToggle?: (isOpen: boolean) => void;
|
648
647
|
beforeList?: React.ReactNode;
|
649
648
|
afterList?: React.ReactNode;
|
@@ -652,6 +651,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
652
651
|
view?: string;
|
653
652
|
emptyStateDescription?: string;
|
654
653
|
listHeight?: import("react").CSSProperties["height"];
|
654
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
655
655
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
656
656
|
readOnly?: true;
|
657
657
|
disabled?: boolean;
|
@@ -689,7 +689,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
689
689
|
textAfter?: string;
|
690
690
|
variant?: "normal" | "tight";
|
691
691
|
zIndex?: import("react").CSSProperties["zIndex"];
|
692
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
693
692
|
listMaxHeight?: import("react").CSSProperties["height"];
|
694
693
|
listWidth?: import("react").CSSProperties["width"];
|
695
694
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -697,7 +696,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
697
696
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
698
697
|
closeAfterSelect?: boolean;
|
699
698
|
onChangeValue?: (value: string) => void;
|
700
|
-
onScroll?: (e: React.UIEvent<
|
699
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
701
700
|
onToggle?: (isOpen: boolean) => void;
|
702
701
|
beforeList?: React.ReactNode;
|
703
702
|
afterList?: React.ReactNode;
|
@@ -706,6 +705,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
706
705
|
view?: string;
|
707
706
|
emptyStateDescription?: string;
|
708
707
|
listHeight?: import("react").CSSProperties["height"];
|
708
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
709
709
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
710
710
|
readOnly?: true;
|
711
711
|
disabled?: boolean;
|
@@ -743,7 +743,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
743
743
|
textAfter?: string;
|
744
744
|
variant?: "normal" | "tight";
|
745
745
|
zIndex?: import("react").CSSProperties["zIndex"];
|
746
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
747
746
|
listMaxHeight?: import("react").CSSProperties["height"];
|
748
747
|
listWidth?: import("react").CSSProperties["width"];
|
749
748
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -751,7 +750,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
751
750
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
752
751
|
closeAfterSelect?: boolean;
|
753
752
|
onChangeValue?: (value: string) => void;
|
754
|
-
onScroll?: (e: React.UIEvent<
|
753
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
755
754
|
onToggle?: (isOpen: boolean) => void;
|
756
755
|
beforeList?: React.ReactNode;
|
757
756
|
afterList?: React.ReactNode;
|
@@ -760,6 +759,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
760
759
|
view?: string;
|
761
760
|
emptyStateDescription?: string;
|
762
761
|
listHeight?: import("react").CSSProperties["height"];
|
762
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
763
763
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
764
764
|
readOnly?: true;
|
765
765
|
disabled?: boolean;
|
@@ -797,7 +797,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
797
797
|
textAfter?: string;
|
798
798
|
variant?: "normal" | "tight";
|
799
799
|
zIndex?: import("react").CSSProperties["zIndex"];
|
800
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
801
800
|
listMaxHeight?: import("react").CSSProperties["height"];
|
802
801
|
listWidth?: import("react").CSSProperties["width"];
|
803
802
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -805,7 +804,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
805
804
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
806
805
|
closeAfterSelect?: boolean;
|
807
806
|
onChangeValue?: (value: string) => void;
|
808
|
-
onScroll?: (e: React.UIEvent<
|
807
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
809
808
|
onToggle?: (isOpen: boolean) => void;
|
810
809
|
beforeList?: React.ReactNode;
|
811
810
|
afterList?: React.ReactNode;
|
@@ -814,6 +813,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
814
813
|
view?: string;
|
815
814
|
emptyStateDescription?: string;
|
816
815
|
listHeight?: import("react").CSSProperties["height"];
|
816
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
817
817
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
818
818
|
readOnly?: true;
|
819
819
|
disabled?: boolean;
|
@@ -851,7 +851,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
851
851
|
textAfter?: string;
|
852
852
|
variant?: "normal" | "tight";
|
853
853
|
zIndex?: import("react").CSSProperties["zIndex"];
|
854
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
855
854
|
listMaxHeight?: import("react").CSSProperties["height"];
|
856
855
|
listWidth?: import("react").CSSProperties["width"];
|
857
856
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -859,7 +858,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
859
858
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
860
859
|
closeAfterSelect?: boolean;
|
861
860
|
onChangeValue?: (value: string) => void;
|
862
|
-
onScroll?: (e: React.UIEvent<
|
861
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
863
862
|
onToggle?: (isOpen: boolean) => void;
|
864
863
|
beforeList?: React.ReactNode;
|
865
864
|
afterList?: React.ReactNode;
|
@@ -868,6 +867,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
868
867
|
view?: string;
|
869
868
|
emptyStateDescription?: string;
|
870
869
|
listHeight?: import("react").CSSProperties["height"];
|
870
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
871
871
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
872
872
|
readOnly?: true;
|
873
873
|
disabled?: boolean;
|
@@ -905,7 +905,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
905
905
|
textAfter?: string;
|
906
906
|
variant?: "normal" | "tight";
|
907
907
|
zIndex?: import("react").CSSProperties["zIndex"];
|
908
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
909
908
|
listMaxHeight?: import("react").CSSProperties["height"];
|
910
909
|
listWidth?: import("react").CSSProperties["width"];
|
911
910
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -913,7 +912,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
913
912
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
914
913
|
closeAfterSelect?: boolean;
|
915
914
|
onChangeValue?: (value: string) => void;
|
916
|
-
onScroll?: (e: React.UIEvent<
|
915
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
917
916
|
onToggle?: (isOpen: boolean) => void;
|
918
917
|
beforeList?: React.ReactNode;
|
919
918
|
afterList?: React.ReactNode;
|
@@ -922,6 +921,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
922
921
|
view?: string;
|
923
922
|
emptyStateDescription?: string;
|
924
923
|
listHeight?: import("react").CSSProperties["height"];
|
924
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
925
925
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
926
926
|
readOnly?: false;
|
927
927
|
disabled?: false;
|
@@ -959,7 +959,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
959
959
|
textAfter?: string;
|
960
960
|
variant?: "normal" | "tight";
|
961
961
|
zIndex?: import("react").CSSProperties["zIndex"];
|
962
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
963
962
|
listMaxHeight?: import("react").CSSProperties["height"];
|
964
963
|
listWidth?: import("react").CSSProperties["width"];
|
965
964
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -967,7 +966,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
967
966
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
968
967
|
closeAfterSelect?: boolean;
|
969
968
|
onChangeValue?: (value: string) => void;
|
970
|
-
onScroll?: (e: React.UIEvent<
|
969
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
971
970
|
onToggle?: (isOpen: boolean) => void;
|
972
971
|
beforeList?: React.ReactNode;
|
973
972
|
afterList?: React.ReactNode;
|
@@ -976,6 +975,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
976
975
|
view?: string;
|
977
976
|
emptyStateDescription?: string;
|
978
977
|
listHeight?: import("react").CSSProperties["height"];
|
978
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
979
979
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
980
980
|
readOnly?: false;
|
981
981
|
disabled?: false;
|
@@ -1013,7 +1013,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1013
1013
|
textAfter?: string;
|
1014
1014
|
variant?: "normal" | "tight";
|
1015
1015
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1016
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1017
1016
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1018
1017
|
listWidth?: import("react").CSSProperties["width"];
|
1019
1018
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1021,7 +1020,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1021
1020
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1022
1021
|
closeAfterSelect?: boolean;
|
1023
1022
|
onChangeValue?: (value: string) => void;
|
1024
|
-
onScroll?: (e: React.UIEvent<
|
1023
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1025
1024
|
onToggle?: (isOpen: boolean) => void;
|
1026
1025
|
beforeList?: React.ReactNode;
|
1027
1026
|
afterList?: React.ReactNode;
|
@@ -1030,6 +1029,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1030
1029
|
view?: string;
|
1031
1030
|
emptyStateDescription?: string;
|
1032
1031
|
listHeight?: import("react").CSSProperties["height"];
|
1032
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1033
1033
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1034
1034
|
readOnly?: false;
|
1035
1035
|
disabled?: false;
|
@@ -1067,7 +1067,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1067
1067
|
textAfter?: string;
|
1068
1068
|
variant?: "normal" | "tight";
|
1069
1069
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1070
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1071
1070
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1072
1071
|
listWidth?: import("react").CSSProperties["width"];
|
1073
1072
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1075,7 +1074,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1075
1074
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1076
1075
|
closeAfterSelect?: boolean;
|
1077
1076
|
onChangeValue?: (value: string) => void;
|
1078
|
-
onScroll?: (e: React.UIEvent<
|
1077
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1079
1078
|
onToggle?: (isOpen: boolean) => void;
|
1080
1079
|
beforeList?: React.ReactNode;
|
1081
1080
|
afterList?: React.ReactNode;
|
@@ -1084,6 +1083,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1084
1083
|
view?: string;
|
1085
1084
|
emptyStateDescription?: string;
|
1086
1085
|
listHeight?: import("react").CSSProperties["height"];
|
1086
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1087
1087
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1088
1088
|
readOnly?: false;
|
1089
1089
|
disabled?: false;
|
@@ -1121,7 +1121,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1121
1121
|
textAfter?: string;
|
1122
1122
|
variant?: "normal" | "tight";
|
1123
1123
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1124
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1125
1124
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1126
1125
|
listWidth?: import("react").CSSProperties["width"];
|
1127
1126
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1129,7 +1128,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1129
1128
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1130
1129
|
closeAfterSelect?: boolean;
|
1131
1130
|
onChangeValue?: (value: string) => void;
|
1132
|
-
onScroll?: (e: React.UIEvent<
|
1131
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1133
1132
|
onToggle?: (isOpen: boolean) => void;
|
1134
1133
|
beforeList?: React.ReactNode;
|
1135
1134
|
afterList?: React.ReactNode;
|
@@ -1138,6 +1137,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1138
1137
|
view?: string;
|
1139
1138
|
emptyStateDescription?: string;
|
1140
1139
|
listHeight?: import("react").CSSProperties["height"];
|
1140
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1141
1141
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1142
1142
|
readOnly?: false;
|
1143
1143
|
disabled?: false;
|
@@ -1175,7 +1175,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1175
1175
|
textAfter?: string;
|
1176
1176
|
variant?: "normal" | "tight";
|
1177
1177
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1178
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1179
1178
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1180
1179
|
listWidth?: import("react").CSSProperties["width"];
|
1181
1180
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1183,7 +1182,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1183
1182
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1184
1183
|
closeAfterSelect?: boolean;
|
1185
1184
|
onChangeValue?: (value: string) => void;
|
1186
|
-
onScroll?: (e: React.UIEvent<
|
1185
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1187
1186
|
onToggle?: (isOpen: boolean) => void;
|
1188
1187
|
beforeList?: React.ReactNode;
|
1189
1188
|
afterList?: React.ReactNode;
|
@@ -1192,6 +1191,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1192
1191
|
view?: string;
|
1193
1192
|
emptyStateDescription?: string;
|
1194
1193
|
listHeight?: import("react").CSSProperties["height"];
|
1194
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1195
1195
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1196
1196
|
readOnly?: false;
|
1197
1197
|
disabled?: false;
|
@@ -1229,7 +1229,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1229
1229
|
textAfter?: string;
|
1230
1230
|
variant?: "normal" | "tight";
|
1231
1231
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1232
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1233
1232
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1234
1233
|
listWidth?: import("react").CSSProperties["width"];
|
1235
1234
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1237,7 +1236,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1237
1236
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1238
1237
|
closeAfterSelect?: boolean;
|
1239
1238
|
onChangeValue?: (value: string) => void;
|
1240
|
-
onScroll?: (e: React.UIEvent<
|
1239
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1241
1240
|
onToggle?: (isOpen: boolean) => void;
|
1242
1241
|
beforeList?: React.ReactNode;
|
1243
1242
|
afterList?: React.ReactNode;
|
@@ -1246,6 +1245,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1246
1245
|
view?: string;
|
1247
1246
|
emptyStateDescription?: string;
|
1248
1247
|
listHeight?: import("react").CSSProperties["height"];
|
1248
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1249
1249
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1250
1250
|
readOnly?: false;
|
1251
1251
|
disabled?: false;
|
@@ -1283,7 +1283,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1283
1283
|
textAfter?: string;
|
1284
1284
|
variant?: "normal" | "tight";
|
1285
1285
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1286
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1287
1286
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1288
1287
|
listWidth?: import("react").CSSProperties["width"];
|
1289
1288
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1291,7 +1290,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1291
1290
|
filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
|
1292
1291
|
closeAfterSelect?: boolean;
|
1293
1292
|
onChangeValue?: (value: string) => void;
|
1294
|
-
onScroll?: (e: React.UIEvent<
|
1293
|
+
onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
|
1295
1294
|
onToggle?: (isOpen: boolean) => void;
|
1296
1295
|
beforeList?: React.ReactNode;
|
1297
1296
|
afterList?: React.ReactNode;
|
@@ -1300,6 +1299,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1300
1299
|
view?: string;
|
1301
1300
|
emptyStateDescription?: string;
|
1302
1301
|
listHeight?: import("react").CSSProperties["height"];
|
1302
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1303
1303
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1304
1304
|
readOnly?: false;
|
1305
1305
|
disabled?: false;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAYotH,MAAO,YAAY
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAYotH,MAAO,YAAY;;;;;;;sBAAwuB,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAA8O,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAArwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAqP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZt8K,CAAC;AAElD,KAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,KAAK,QAAQ,CAAC,CAAC,SAAS,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACjF,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAwB,CAAC,CAA4B,SAAlB,kBAAkB,EAC/D,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAC5D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|