@salutejs/plasma-new-hope 0.335.0-canary.2196.17375511532.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.
Files changed (208) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.js +6 -1
  2. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  3. package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -43
  4. package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
  5. package/cjs/components/Carousel/CarouselNew/Carousel.js +3 -4
  6. package/cjs/components/Carousel/CarouselNew/Carousel.js.map +1 -1
  7. package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  8. package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.js +34 -18
  10. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
  12. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  13. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -5
  14. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  15. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -43
  16. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
  17. package/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
  18. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  19. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +2 -5
  20. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  21. package/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
  22. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  23. package/cjs/components/Popup/ClientOnlyPortal.js +2 -15
  24. package/cjs/components/Popup/ClientOnlyPortal.js.map +1 -1
  25. package/cjs/components/Popup/PopupContext.js +5 -26
  26. package/cjs/components/Popup/PopupContext.js.map +1 -1
  27. package/cjs/components/Select/Select.js +4 -3
  28. package/cjs/components/Select/Select.js.map +1 -1
  29. package/cjs/components/Select/Select.styles.js +2 -3
  30. package/cjs/components/Select/Select.styles.js.map +1 -1
  31. package/cjs/components/Select/ui/Inner/Inner.js +11 -5
  32. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  33. package/cjs/components/Select/ui/VirtualList/VirtualList.js +13 -43
  34. package/cjs/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
  35. package/emotion/cjs/components/Autocomplete/Autocomplete.js +8 -1
  36. package/emotion/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +16 -84
  37. package/emotion/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
  38. package/emotion/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  39. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +48 -28
  40. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
  41. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  42. package/emotion/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +16 -84
  43. package/emotion/cjs/components/Combobox/ComboboxNew/utils/index.js +0 -4
  44. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
  45. package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
  46. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
  47. package/emotion/cjs/components/Popup/ClientOnlyPortal.js +2 -14
  48. package/emotion/cjs/components/Popup/PopupContext.js +6 -25
  49. package/emotion/cjs/components/Select/Select.js +4 -2
  50. package/emotion/cjs/components/Select/Select.styles.js +7 -7
  51. package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
  52. package/emotion/cjs/components/Select/ui/VirtualList/VirtualList.js +16 -84
  53. package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
  54. package/emotion/es/components/Autocomplete/Autocomplete.js +9 -2
  55. package/emotion/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -45
  56. package/emotion/es/components/Carousel/CarouselNew/Carousel.js +2 -2
  57. package/emotion/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  58. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +34 -14
  59. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
  60. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  61. package/emotion/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -45
  62. package/emotion/es/components/Combobox/ComboboxNew/utils/index.js +0 -1
  63. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
  64. package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
  65. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
  66. package/emotion/es/components/Popup/ClientOnlyPortal.js +2 -14
  67. package/emotion/es/components/Popup/PopupContext.js +6 -25
  68. package/emotion/es/components/Select/Select.js +4 -2
  69. package/emotion/es/components/Select/Select.styles.js +7 -7
  70. package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
  71. package/emotion/es/components/Select/ui/VirtualList/VirtualList.js +13 -45
  72. package/es/components/Autocomplete/Autocomplete.js +7 -2
  73. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  74. package/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -44
  75. package/es/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
  76. package/es/components/Carousel/CarouselNew/Carousel.js +4 -5
  77. package/es/components/Carousel/CarouselNew/Carousel.js.map +1 -1
  78. package/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  79. package/es/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
  80. package/es/components/Combobox/ComboboxNew/Combobox.js +34 -18
  81. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  82. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
  83. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  84. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
  85. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  86. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -44
  87. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
  88. package/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
  89. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  90. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +2 -5
  91. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  92. package/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
  93. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  94. package/es/components/Popup/ClientOnlyPortal.js +2 -15
  95. package/es/components/Popup/ClientOnlyPortal.js.map +1 -1
  96. package/es/components/Popup/PopupContext.js +5 -26
  97. package/es/components/Popup/PopupContext.js.map +1 -1
  98. package/es/components/Select/Select.js +4 -3
  99. package/es/components/Select/Select.js.map +1 -1
  100. package/es/components/Select/Select.styles.js +2 -3
  101. package/es/components/Select/Select.styles.js.map +1 -1
  102. package/es/components/Select/ui/Inner/Inner.js +12 -6
  103. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  104. package/es/components/Select/ui/VirtualList/VirtualList.js +13 -44
  105. package/es/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
  106. package/package.json +3 -2
  107. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +8 -1
  108. package/styled-components/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +16 -84
  109. package/styled-components/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
  110. package/styled-components/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  111. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +48 -28
  112. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
  113. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  114. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +16 -84
  115. package/styled-components/cjs/components/Combobox/ComboboxNew/utils/index.js +0 -4
  116. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +1 -3
  117. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
  118. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -4
  119. package/styled-components/cjs/components/Popup/ClientOnlyPortal.js +2 -14
  120. package/styled-components/cjs/components/Popup/PopupContext.js +6 -25
  121. package/styled-components/cjs/components/Select/Select.js +4 -2
  122. package/styled-components/cjs/components/Select/Select.styles.js +4 -4
  123. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
  124. package/styled-components/cjs/components/Select/ui/VirtualList/VirtualList.js +16 -84
  125. package/styled-components/es/components/Autocomplete/Autocomplete.js +9 -2
  126. package/styled-components/es/components/Autocomplete/ui/VirtualList/VirtualList.js +13 -45
  127. package/styled-components/es/components/Carousel/CarouselNew/Carousel.js +2 -2
  128. package/styled-components/es/components/Carousel/CarouselNew/hooks/useCarousel.js +1 -6
  129. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +34 -14
  130. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
  131. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  132. package/styled-components/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +13 -45
  133. package/styled-components/es/components/Combobox/ComboboxNew/utils/index.js +0 -1
  134. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +1 -3
  135. package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -5
  136. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +2 -4
  137. package/styled-components/es/components/Popup/ClientOnlyPortal.js +2 -14
  138. package/styled-components/es/components/Popup/PopupContext.js +6 -25
  139. package/styled-components/es/components/Select/Select.js +4 -2
  140. package/styled-components/es/components/Select/Select.styles.js +4 -4
  141. package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
  142. package/styled-components/es/components/Select/ui/VirtualList/VirtualList.js +13 -45
  143. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  144. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  145. package/types/components/Autocomplete/Autocomplete.types.d.ts +17 -17
  146. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  147. package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts +1 -1
  148. package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts.map +1 -1
  149. package/types/components/Carousel/CarouselNew/Carousel.d.ts.map +1 -1
  150. package/types/components/Carousel/CarouselNew/Carousel.types.d.ts +0 -5
  151. package/types/components/Carousel/CarouselNew/Carousel.types.d.ts.map +1 -1
  152. package/types/components/Carousel/CarouselNew/hooks/useCarousel.d.ts.map +1 -1
  153. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  154. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
  155. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  156. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +7 -7
  157. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  158. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  159. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
  160. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  161. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
  162. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  163. package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts +1 -1
  164. package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts.map +1 -1
  165. package/types/components/Combobox/ComboboxNew/utils/index.d.ts +0 -1
  166. package/types/components/Combobox/ComboboxNew/utils/index.d.ts.map +1 -1
  167. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  168. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
  169. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
  170. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  171. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +0 -4
  172. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  173. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +18 -18
  174. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  175. package/types/components/Popup/ClientOnlyPortal.d.ts +0 -1
  176. package/types/components/Popup/ClientOnlyPortal.d.ts.map +1 -1
  177. package/types/components/Popup/PopupContext.d.ts +1 -5
  178. package/types/components/Popup/PopupContext.d.ts.map +1 -1
  179. package/types/components/Select/Select.d.ts.map +1 -1
  180. package/types/components/Select/Select.styles.d.ts +0 -1
  181. package/types/components/Select/Select.styles.d.ts.map +1 -1
  182. package/types/components/Select/Select.types.d.ts +14 -14
  183. package/types/components/Select/Select.types.d.ts.map +1 -1
  184. package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
  185. package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
  186. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  187. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
  188. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  189. package/types/components/Select/ui/VirtualList/VirtualList.d.ts +1 -1
  190. package/types/components/Select/ui/VirtualList/VirtualList.d.ts.map +1 -1
  191. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +18 -18
  192. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  193. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  194. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  195. package/types/examples/components/Combobox/Combobox.d.ts +48 -48
  196. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  197. package/types/examples/components/Select/Select.d.ts +18 -18
  198. package/types/examples/components/Select/Select.d.ts.map +1 -1
  199. package/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -24
  200. package/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js.map +0 -1
  201. package/emotion/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -25
  202. package/emotion/es/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -16
  203. package/es/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -20
  204. package/es/components/Combobox/ComboboxNew/utils/getTextValue.js.map +0 -1
  205. package/styled-components/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -25
  206. package/styled-components/es/components/Combobox/ComboboxNew/utils/getTextValue.js +0 -16
  207. package/types/components/Combobox/ComboboxNew/utils/getTextValue.d.ts +0 -4
  208. package/types/components/Combobox/ComboboxNew/utils/getTextValue.d.ts.map +0 -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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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<HTMLElement>) => void;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY;;;;;;;;sBAAy1B,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ7oK,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"}
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"}