@salutejs/plasma-new-hope 0.335.0-canary.2197.17377664818.0 → 0.335.0-canary.2198.17378237458.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 (210) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.js +1 -6
  2. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  3. package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +43 -13
  4. package/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
  5. package/cjs/components/Carousel/CarouselNew/Carousel.js +4 -3
  6. package/cjs/components/Carousel/CarouselNew/Carousel.js.map +1 -1
  7. package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  8. package/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.js +18 -34
  10. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +3 -2
  12. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  13. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +5 -11
  14. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  15. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +43 -13
  16. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
  17. package/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +24 -0
  18. package/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js.map +1 -0
  19. package/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  20. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  21. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -2
  22. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  23. package/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -2
  24. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  25. package/cjs/components/Popup/ClientOnlyPortal.js +15 -2
  26. package/cjs/components/Popup/ClientOnlyPortal.js.map +1 -1
  27. package/cjs/components/Popup/PopupContext.js +26 -5
  28. package/cjs/components/Popup/PopupContext.js.map +1 -1
  29. package/cjs/components/Select/Select.js +3 -4
  30. package/cjs/components/Select/Select.js.map +1 -1
  31. package/cjs/components/Select/Select.styles.js +3 -2
  32. package/cjs/components/Select/Select.styles.js.map +1 -1
  33. package/cjs/components/Select/ui/Inner/Inner.js +5 -11
  34. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  35. package/cjs/components/Select/ui/VirtualList/VirtualList.js +43 -13
  36. package/cjs/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
  37. package/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -8
  38. package/emotion/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +84 -16
  39. package/emotion/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
  40. package/emotion/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  41. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +28 -48
  42. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
  43. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +9 -50
  44. package/emotion/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +84 -16
  45. package/emotion/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +25 -0
  46. package/emotion/cjs/components/Combobox/ComboboxNew/utils/index.js +4 -0
  47. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  48. package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -3
  49. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -2
  50. package/emotion/cjs/components/Popup/ClientOnlyPortal.js +14 -2
  51. package/emotion/cjs/components/Popup/PopupContext.js +25 -6
  52. package/emotion/cjs/components/Select/Select.js +2 -4
  53. package/emotion/cjs/components/Select/Select.styles.js +7 -7
  54. package/emotion/cjs/components/Select/ui/Inner/Inner.js +9 -50
  55. package/emotion/cjs/components/Select/ui/VirtualList/VirtualList.js +84 -16
  56. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  57. package/emotion/es/components/Autocomplete/Autocomplete.js +2 -9
  58. package/emotion/es/components/Autocomplete/ui/VirtualList/VirtualList.js +45 -13
  59. package/emotion/es/components/Carousel/CarouselNew/Carousel.js +2 -2
  60. package/emotion/es/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  61. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +14 -34
  62. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
  63. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -11
  64. package/emotion/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +45 -13
  65. package/emotion/es/components/Combobox/ComboboxNew/utils/getTextValue.js +16 -0
  66. package/emotion/es/components/Combobox/ComboboxNew/utils/index.js +1 -0
  67. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  68. package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -3
  69. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +4 -2
  70. package/emotion/es/components/Popup/ClientOnlyPortal.js +14 -2
  71. package/emotion/es/components/Popup/PopupContext.js +25 -6
  72. package/emotion/es/components/Select/Select.js +2 -4
  73. package/emotion/es/components/Select/Select.styles.js +7 -7
  74. package/emotion/es/components/Select/ui/Inner/Inner.js +6 -11
  75. package/emotion/es/components/Select/ui/VirtualList/VirtualList.js +45 -13
  76. package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
  77. package/es/components/Autocomplete/Autocomplete.js +2 -7
  78. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  79. package/es/components/Autocomplete/ui/VirtualList/VirtualList.js +44 -13
  80. package/es/components/Autocomplete/ui/VirtualList/VirtualList.js.map +1 -1
  81. package/es/components/Carousel/CarouselNew/Carousel.js +5 -4
  82. package/es/components/Carousel/CarouselNew/Carousel.js.map +1 -1
  83. package/es/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  84. package/es/components/Carousel/CarouselNew/hooks/useCarousel.js.map +1 -1
  85. package/es/components/Combobox/ComboboxNew/Combobox.js +18 -34
  86. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  87. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +3 -2
  88. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  89. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -12
  90. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  91. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +44 -13
  92. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js.map +1 -1
  93. package/es/components/Combobox/ComboboxNew/utils/getTextValue.js +20 -0
  94. package/es/components/Combobox/ComboboxNew/utils/getTextValue.js.map +1 -0
  95. package/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  96. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  97. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -2
  98. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
  99. package/es/components/DatePicker/SingleDate/SingleDate.js +4 -2
  100. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  101. package/es/components/Popup/ClientOnlyPortal.js +15 -2
  102. package/es/components/Popup/ClientOnlyPortal.js.map +1 -1
  103. package/es/components/Popup/PopupContext.js +26 -5
  104. package/es/components/Popup/PopupContext.js.map +1 -1
  105. package/es/components/Select/Select.js +3 -4
  106. package/es/components/Select/Select.js.map +1 -1
  107. package/es/components/Select/Select.styles.js +3 -2
  108. package/es/components/Select/Select.styles.js.map +1 -1
  109. package/es/components/Select/ui/Inner/Inner.js +6 -12
  110. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  111. package/es/components/Select/ui/VirtualList/VirtualList.js +44 -13
  112. package/es/components/Select/ui/VirtualList/VirtualList.js.map +1 -1
  113. package/package.json +4 -5
  114. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -8
  115. package/styled-components/cjs/components/Autocomplete/ui/VirtualList/VirtualList.js +84 -16
  116. package/styled-components/cjs/components/Carousel/CarouselNew/Carousel.js +2 -2
  117. package/styled-components/cjs/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  118. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +28 -48
  119. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
  120. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +9 -50
  121. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +84 -16
  122. package/styled-components/cjs/components/Combobox/ComboboxNew/utils/getTextValue.js +25 -0
  123. package/styled-components/cjs/components/Combobox/ComboboxNew/utils/index.js +4 -0
  124. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  125. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -3
  126. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -2
  127. package/styled-components/cjs/components/Popup/ClientOnlyPortal.js +14 -2
  128. package/styled-components/cjs/components/Popup/PopupContext.js +25 -6
  129. package/styled-components/cjs/components/Select/Select.js +2 -4
  130. package/styled-components/cjs/components/Select/Select.styles.js +4 -4
  131. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +9 -50
  132. package/styled-components/cjs/components/Select/ui/VirtualList/VirtualList.js +84 -16
  133. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  134. package/styled-components/es/components/Autocomplete/Autocomplete.js +2 -9
  135. package/styled-components/es/components/Autocomplete/ui/VirtualList/VirtualList.js +45 -13
  136. package/styled-components/es/components/Carousel/CarouselNew/Carousel.js +2 -2
  137. package/styled-components/es/components/Carousel/CarouselNew/hooks/useCarousel.js +6 -1
  138. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +14 -34
  139. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
  140. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -11
  141. package/styled-components/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.js +45 -13
  142. package/styled-components/es/components/Combobox/ComboboxNew/utils/getTextValue.js +16 -0
  143. package/styled-components/es/components/Combobox/ComboboxNew/utils/index.js +1 -0
  144. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  145. package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +5 -3
  146. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +4 -2
  147. package/styled-components/es/components/Popup/ClientOnlyPortal.js +14 -2
  148. package/styled-components/es/components/Popup/PopupContext.js +25 -6
  149. package/styled-components/es/components/Select/Select.js +2 -4
  150. package/styled-components/es/components/Select/Select.styles.js +4 -4
  151. package/styled-components/es/components/Select/ui/Inner/Inner.js +6 -11
  152. package/styled-components/es/components/Select/ui/VirtualList/VirtualList.js +45 -13
  153. package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
  154. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  155. package/types/components/Autocomplete/Autocomplete.types.d.ts +17 -17
  156. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  157. package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts +1 -1
  158. package/types/components/Autocomplete/ui/VirtualList/VirtualList.d.ts.map +1 -1
  159. package/types/components/Carousel/CarouselNew/Carousel.d.ts.map +1 -1
  160. package/types/components/Carousel/CarouselNew/Carousel.types.d.ts +5 -0
  161. package/types/components/Carousel/CarouselNew/Carousel.types.d.ts.map +1 -1
  162. package/types/components/Carousel/CarouselNew/hooks/useCarousel.d.ts.map +1 -1
  163. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  164. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +1 -0
  165. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  166. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +7 -7
  167. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  168. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  169. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +1 -2
  170. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  171. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +2 -6
  172. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  173. package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts +1 -1
  174. package/types/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.d.ts.map +1 -1
  175. package/types/components/Combobox/ComboboxNew/utils/getTextValue.d.ts +4 -0
  176. package/types/components/Combobox/ComboboxNew/utils/getTextValue.d.ts.map +1 -0
  177. package/types/components/Combobox/ComboboxNew/utils/index.d.ts +1 -0
  178. package/types/components/Combobox/ComboboxNew/utils/index.d.ts.map +1 -1
  179. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  180. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
  181. package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
  182. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  183. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +4 -0
  184. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  185. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +18 -18
  186. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  187. package/types/components/Popup/ClientOnlyPortal.d.ts +1 -0
  188. package/types/components/Popup/ClientOnlyPortal.d.ts.map +1 -1
  189. package/types/components/Popup/PopupContext.d.ts +5 -1
  190. package/types/components/Popup/PopupContext.d.ts.map +1 -1
  191. package/types/components/Select/Select.d.ts.map +1 -1
  192. package/types/components/Select/Select.styles.d.ts +1 -0
  193. package/types/components/Select/Select.styles.d.ts.map +1 -1
  194. package/types/components/Select/Select.types.d.ts +14 -14
  195. package/types/components/Select/Select.types.d.ts.map +1 -1
  196. package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
  197. package/types/components/Select/ui/Inner/Inner.type.d.ts +1 -2
  198. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  199. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +3 -11
  200. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  201. package/types/components/Select/ui/VirtualList/VirtualList.d.ts +1 -1
  202. package/types/components/Select/ui/VirtualList/VirtualList.d.ts.map +1 -1
  203. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +18 -18
  204. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  205. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  206. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  207. package/types/examples/components/Combobox/Combobox.d.ts +48 -48
  208. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  209. package/types/examples/components/Select/Select.d.ts +18 -18
  210. package/types/examples/components/Select/Select.d.ts.map +1 -1
@@ -41,6 +41,7 @@ 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"];
44
45
  listMaxHeight?: import("react").CSSProperties["height"];
45
46
  listWidth?: import("react").CSSProperties["width"];
46
47
  portal?: string | React.RefObject<HTMLElement>;
@@ -48,7 +49,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
48
49
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
49
50
  closeAfterSelect?: boolean;
50
51
  onChangeValue?: (value: string) => void;
51
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
52
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
52
53
  onToggle?: (isOpen: boolean) => void;
53
54
  beforeList?: React.ReactNode;
54
55
  afterList?: React.ReactNode;
@@ -57,7 +58,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
57
58
  view?: string;
58
59
  emptyStateDescription?: string;
59
60
  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,6 +95,7 @@ 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"];
98
99
  listMaxHeight?: import("react").CSSProperties["height"];
99
100
  listWidth?: import("react").CSSProperties["width"];
100
101
  portal?: string | React.RefObject<HTMLElement>;
@@ -102,7 +103,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
102
103
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
103
104
  closeAfterSelect?: boolean;
104
105
  onChangeValue?: (value: string) => void;
105
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
106
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
106
107
  onToggle?: (isOpen: boolean) => void;
107
108
  beforeList?: React.ReactNode;
108
109
  afterList?: React.ReactNode;
@@ -111,7 +112,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
111
112
  view?: string;
112
113
  emptyStateDescription?: string;
113
114
  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,6 +149,7 @@ 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"];
152
153
  listMaxHeight?: import("react").CSSProperties["height"];
153
154
  listWidth?: import("react").CSSProperties["width"];
154
155
  portal?: string | React.RefObject<HTMLElement>;
@@ -156,7 +157,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
156
157
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
157
158
  closeAfterSelect?: boolean;
158
159
  onChangeValue?: (value: string) => void;
159
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
160
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
160
161
  onToggle?: (isOpen: boolean) => void;
161
162
  beforeList?: React.ReactNode;
162
163
  afterList?: React.ReactNode;
@@ -165,7 +166,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
165
166
  view?: string;
166
167
  emptyStateDescription?: string;
167
168
  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,6 +203,7 @@ 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"];
206
207
  listMaxHeight?: import("react").CSSProperties["height"];
207
208
  listWidth?: import("react").CSSProperties["width"];
208
209
  portal?: string | React.RefObject<HTMLElement>;
@@ -210,7 +211,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
210
211
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
211
212
  closeAfterSelect?: boolean;
212
213
  onChangeValue?: (value: string) => void;
213
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
214
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
214
215
  onToggle?: (isOpen: boolean) => void;
215
216
  beforeList?: React.ReactNode;
216
217
  afterList?: React.ReactNode;
@@ -219,7 +220,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
219
220
  view?: string;
220
221
  emptyStateDescription?: string;
221
222
  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,6 +257,7 @@ 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"];
260
261
  listMaxHeight?: import("react").CSSProperties["height"];
261
262
  listWidth?: import("react").CSSProperties["width"];
262
263
  portal?: string | React.RefObject<HTMLElement>;
@@ -264,7 +265,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
264
265
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
265
266
  closeAfterSelect?: boolean;
266
267
  onChangeValue?: (value: string) => void;
267
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
268
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
268
269
  onToggle?: (isOpen: boolean) => void;
269
270
  beforeList?: React.ReactNode;
270
271
  afterList?: React.ReactNode;
@@ -273,7 +274,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
273
274
  view?: string;
274
275
  emptyStateDescription?: string;
275
276
  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,6 +311,7 @@ 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"];
314
315
  listMaxHeight?: import("react").CSSProperties["height"];
315
316
  listWidth?: import("react").CSSProperties["width"];
316
317
  portal?: string | React.RefObject<HTMLElement>;
@@ -318,7 +319,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
318
319
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
319
320
  closeAfterSelect?: boolean;
320
321
  onChangeValue?: (value: string) => void;
321
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
322
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
322
323
  onToggle?: (isOpen: boolean) => void;
323
324
  beforeList?: React.ReactNode;
324
325
  afterList?: React.ReactNode;
@@ -327,7 +328,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
327
328
  view?: string;
328
329
  emptyStateDescription?: string;
329
330
  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,6 +365,7 @@ 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"];
368
369
  listMaxHeight?: import("react").CSSProperties["height"];
369
370
  listWidth?: import("react").CSSProperties["width"];
370
371
  portal?: string | React.RefObject<HTMLElement>;
@@ -372,7 +373,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
372
373
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
373
374
  closeAfterSelect?: boolean;
374
375
  onChangeValue?: (value: string) => void;
375
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
376
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
376
377
  onToggle?: (isOpen: boolean) => void;
377
378
  beforeList?: React.ReactNode;
378
379
  afterList?: React.ReactNode;
@@ -381,7 +382,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
381
382
  view?: string;
382
383
  emptyStateDescription?: string;
383
384
  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,6 +419,7 @@ 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"];
422
423
  listMaxHeight?: import("react").CSSProperties["height"];
423
424
  listWidth?: import("react").CSSProperties["width"];
424
425
  portal?: string | React.RefObject<HTMLElement>;
@@ -426,7 +427,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
426
427
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
427
428
  closeAfterSelect?: boolean;
428
429
  onChangeValue?: (value: string) => void;
429
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
430
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
430
431
  onToggle?: (isOpen: boolean) => void;
431
432
  beforeList?: React.ReactNode;
432
433
  afterList?: React.ReactNode;
@@ -435,7 +436,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
435
436
  view?: string;
436
437
  emptyStateDescription?: string;
437
438
  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,6 +473,7 @@ 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"];
476
477
  listMaxHeight?: import("react").CSSProperties["height"];
477
478
  listWidth?: import("react").CSSProperties["width"];
478
479
  portal?: string | React.RefObject<HTMLElement>;
@@ -480,7 +481,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
480
481
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
481
482
  closeAfterSelect?: boolean;
482
483
  onChangeValue?: (value: string) => void;
483
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
484
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
484
485
  onToggle?: (isOpen: boolean) => void;
485
486
  beforeList?: React.ReactNode;
486
487
  afterList?: React.ReactNode;
@@ -489,7 +490,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
489
490
  view?: string;
490
491
  emptyStateDescription?: string;
491
492
  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,6 +527,7 @@ 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"];
530
531
  listMaxHeight?: import("react").CSSProperties["height"];
531
532
  listWidth?: import("react").CSSProperties["width"];
532
533
  portal?: string | React.RefObject<HTMLElement>;
@@ -534,7 +535,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
534
535
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
535
536
  closeAfterSelect?: boolean;
536
537
  onChangeValue?: (value: string) => void;
537
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
538
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
538
539
  onToggle?: (isOpen: boolean) => void;
539
540
  beforeList?: React.ReactNode;
540
541
  afterList?: React.ReactNode;
@@ -543,7 +544,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
543
544
  view?: string;
544
545
  emptyStateDescription?: string;
545
546
  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,6 +581,7 @@ 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"];
584
585
  listMaxHeight?: import("react").CSSProperties["height"];
585
586
  listWidth?: import("react").CSSProperties["width"];
586
587
  portal?: string | React.RefObject<HTMLElement>;
@@ -588,7 +589,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
588
589
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
589
590
  closeAfterSelect?: boolean;
590
591
  onChangeValue?: (value: string) => void;
591
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
592
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
592
593
  onToggle?: (isOpen: boolean) => void;
593
594
  beforeList?: React.ReactNode;
594
595
  afterList?: React.ReactNode;
@@ -597,7 +598,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
597
598
  view?: string;
598
599
  emptyStateDescription?: string;
599
600
  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,6 +635,7 @@ 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"];
638
639
  listMaxHeight?: import("react").CSSProperties["height"];
639
640
  listWidth?: import("react").CSSProperties["width"];
640
641
  portal?: string | React.RefObject<HTMLElement>;
@@ -642,7 +643,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
642
643
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
643
644
  closeAfterSelect?: boolean;
644
645
  onChangeValue?: (value: string) => void;
645
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
646
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
646
647
  onToggle?: (isOpen: boolean) => void;
647
648
  beforeList?: React.ReactNode;
648
649
  afterList?: React.ReactNode;
@@ -651,7 +652,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
651
652
  view?: string;
652
653
  emptyStateDescription?: string;
653
654
  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,6 +689,7 @@ 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"];
692
693
  listMaxHeight?: import("react").CSSProperties["height"];
693
694
  listWidth?: import("react").CSSProperties["width"];
694
695
  portal?: string | React.RefObject<HTMLElement>;
@@ -696,7 +697,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
696
697
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
697
698
  closeAfterSelect?: boolean;
698
699
  onChangeValue?: (value: string) => void;
699
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
700
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
700
701
  onToggle?: (isOpen: boolean) => void;
701
702
  beforeList?: React.ReactNode;
702
703
  afterList?: React.ReactNode;
@@ -705,7 +706,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
705
706
  view?: string;
706
707
  emptyStateDescription?: string;
707
708
  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,6 +743,7 @@ 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"];
746
747
  listMaxHeight?: import("react").CSSProperties["height"];
747
748
  listWidth?: import("react").CSSProperties["width"];
748
749
  portal?: string | React.RefObject<HTMLElement>;
@@ -750,7 +751,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
750
751
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
751
752
  closeAfterSelect?: boolean;
752
753
  onChangeValue?: (value: string) => void;
753
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
754
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
754
755
  onToggle?: (isOpen: boolean) => void;
755
756
  beforeList?: React.ReactNode;
756
757
  afterList?: React.ReactNode;
@@ -759,7 +760,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
759
760
  view?: string;
760
761
  emptyStateDescription?: string;
761
762
  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,6 +797,7 @@ 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"];
800
801
  listMaxHeight?: import("react").CSSProperties["height"];
801
802
  listWidth?: import("react").CSSProperties["width"];
802
803
  portal?: string | React.RefObject<HTMLElement>;
@@ -804,7 +805,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
804
805
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
805
806
  closeAfterSelect?: boolean;
806
807
  onChangeValue?: (value: string) => void;
807
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
808
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
808
809
  onToggle?: (isOpen: boolean) => void;
809
810
  beforeList?: React.ReactNode;
810
811
  afterList?: React.ReactNode;
@@ -813,7 +814,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
813
814
  view?: string;
814
815
  emptyStateDescription?: string;
815
816
  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,6 +851,7 @@ 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"];
854
855
  listMaxHeight?: import("react").CSSProperties["height"];
855
856
  listWidth?: import("react").CSSProperties["width"];
856
857
  portal?: string | React.RefObject<HTMLElement>;
@@ -858,7 +859,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
858
859
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
859
860
  closeAfterSelect?: boolean;
860
861
  onChangeValue?: (value: string) => void;
861
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
862
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
862
863
  onToggle?: (isOpen: boolean) => void;
863
864
  beforeList?: React.ReactNode;
864
865
  afterList?: React.ReactNode;
@@ -867,7 +868,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
867
868
  view?: string;
868
869
  emptyStateDescription?: string;
869
870
  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,6 +905,7 @@ 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"];
908
909
  listMaxHeight?: import("react").CSSProperties["height"];
909
910
  listWidth?: import("react").CSSProperties["width"];
910
911
  portal?: string | React.RefObject<HTMLElement>;
@@ -912,7 +913,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
912
913
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
913
914
  closeAfterSelect?: boolean;
914
915
  onChangeValue?: (value: string) => void;
915
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
916
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
916
917
  onToggle?: (isOpen: boolean) => void;
917
918
  beforeList?: React.ReactNode;
918
919
  afterList?: React.ReactNode;
@@ -921,7 +922,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
921
922
  view?: string;
922
923
  emptyStateDescription?: string;
923
924
  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,6 +959,7 @@ 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"];
962
963
  listMaxHeight?: import("react").CSSProperties["height"];
963
964
  listWidth?: import("react").CSSProperties["width"];
964
965
  portal?: string | React.RefObject<HTMLElement>;
@@ -966,7 +967,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
966
967
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
967
968
  closeAfterSelect?: boolean;
968
969
  onChangeValue?: (value: string) => void;
969
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
970
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
970
971
  onToggle?: (isOpen: boolean) => void;
971
972
  beforeList?: React.ReactNode;
972
973
  afterList?: React.ReactNode;
@@ -975,7 +976,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
975
976
  view?: string;
976
977
  emptyStateDescription?: string;
977
978
  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,6 +1013,7 @@ 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"];
1016
1017
  listMaxHeight?: import("react").CSSProperties["height"];
1017
1018
  listWidth?: import("react").CSSProperties["width"];
1018
1019
  portal?: string | React.RefObject<HTMLElement>;
@@ -1020,7 +1021,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1020
1021
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1021
1022
  closeAfterSelect?: boolean;
1022
1023
  onChangeValue?: (value: string) => void;
1023
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1024
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1024
1025
  onToggle?: (isOpen: boolean) => void;
1025
1026
  beforeList?: React.ReactNode;
1026
1027
  afterList?: React.ReactNode;
@@ -1029,7 +1030,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1029
1030
  view?: string;
1030
1031
  emptyStateDescription?: string;
1031
1032
  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,6 +1067,7 @@ 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"];
1070
1071
  listMaxHeight?: import("react").CSSProperties["height"];
1071
1072
  listWidth?: import("react").CSSProperties["width"];
1072
1073
  portal?: string | React.RefObject<HTMLElement>;
@@ -1074,7 +1075,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1074
1075
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1075
1076
  closeAfterSelect?: boolean;
1076
1077
  onChangeValue?: (value: string) => void;
1077
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1078
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1078
1079
  onToggle?: (isOpen: boolean) => void;
1079
1080
  beforeList?: React.ReactNode;
1080
1081
  afterList?: React.ReactNode;
@@ -1083,7 +1084,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1083
1084
  view?: string;
1084
1085
  emptyStateDescription?: string;
1085
1086
  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,6 +1121,7 @@ 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"];
1124
1125
  listMaxHeight?: import("react").CSSProperties["height"];
1125
1126
  listWidth?: import("react").CSSProperties["width"];
1126
1127
  portal?: string | React.RefObject<HTMLElement>;
@@ -1128,7 +1129,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1128
1129
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1129
1130
  closeAfterSelect?: boolean;
1130
1131
  onChangeValue?: (value: string) => void;
1131
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1132
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1132
1133
  onToggle?: (isOpen: boolean) => void;
1133
1134
  beforeList?: React.ReactNode;
1134
1135
  afterList?: React.ReactNode;
@@ -1137,7 +1138,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1137
1138
  view?: string;
1138
1139
  emptyStateDescription?: string;
1139
1140
  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,6 +1175,7 @@ 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"];
1178
1179
  listMaxHeight?: import("react").CSSProperties["height"];
1179
1180
  listWidth?: import("react").CSSProperties["width"];
1180
1181
  portal?: string | React.RefObject<HTMLElement>;
@@ -1182,7 +1183,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1182
1183
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1183
1184
  closeAfterSelect?: boolean;
1184
1185
  onChangeValue?: (value: string) => void;
1185
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1186
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1186
1187
  onToggle?: (isOpen: boolean) => void;
1187
1188
  beforeList?: React.ReactNode;
1188
1189
  afterList?: React.ReactNode;
@@ -1191,7 +1192,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1191
1192
  view?: string;
1192
1193
  emptyStateDescription?: string;
1193
1194
  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,6 +1229,7 @@ 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"];
1232
1233
  listMaxHeight?: import("react").CSSProperties["height"];
1233
1234
  listWidth?: import("react").CSSProperties["width"];
1234
1235
  portal?: string | React.RefObject<HTMLElement>;
@@ -1236,7 +1237,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1236
1237
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1237
1238
  closeAfterSelect?: boolean;
1238
1239
  onChangeValue?: (value: string) => void;
1239
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1240
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1240
1241
  onToggle?: (isOpen: boolean) => void;
1241
1242
  beforeList?: React.ReactNode;
1242
1243
  afterList?: React.ReactNode;
@@ -1245,7 +1246,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1245
1246
  view?: string;
1246
1247
  emptyStateDescription?: string;
1247
1248
  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,6 +1283,7 @@ 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"];
1286
1287
  listMaxHeight?: import("react").CSSProperties["height"];
1287
1288
  listWidth?: import("react").CSSProperties["width"];
1288
1289
  portal?: string | React.RefObject<HTMLElement>;
@@ -1290,7 +1291,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1290
1291
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1291
1292
  closeAfterSelect?: boolean;
1292
1293
  onChangeValue?: (value: string) => void;
1293
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1294
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1294
1295
  onToggle?: (isOpen: boolean) => void;
1295
1296
  beforeList?: React.ReactNode;
1296
1297
  afterList?: React.ReactNode;
@@ -1299,7 +1300,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1299
1300
  view?: string;
1300
1301
  emptyStateDescription?: string;
1301
1302
  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;;;;;;;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"}
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"}