@salutejs/plasma-new-hope 0.336.0-canary.2214.17542835950.0 → 0.336.0-canary.2214.17665690388.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 (254) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +6 -6
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js +30 -24
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +3 -4
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/{Combobox.styles_isfa46.css → Combobox.styles_261unw.css} +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  10. package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
  11. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
  12. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -5
  13. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  14. package/cjs/components/Combobox/ComboboxOld/Combobox.css +2 -2
  15. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
  16. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
  17. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
  18. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
  19. package/cjs/components/Drawer/hooks/useDrawer.js +12 -0
  20. package/cjs/components/Drawer/hooks/useDrawer.js.map +1 -1
  21. package/cjs/components/Dropdown/Dropdown.css +2 -2
  22. package/cjs/components/Dropdown/Dropdown.js +6 -10
  23. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  24. package/cjs/components/Dropdown/Dropdown.styles.js +2 -9
  25. package/cjs/components/Dropdown/Dropdown.styles.js.map +1 -1
  26. package/{es/components/Dropdown/Dropdown.styles_zheit5.css → cjs/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  27. package/cjs/components/Dropdown/FloatingPopover.js +22 -40
  28. package/cjs/components/Dropdown/FloatingPopover.js.map +1 -1
  29. package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  30. package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
  31. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
  32. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -9
  33. package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  34. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  35. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  36. package/cjs/components/Pagination/Pagination.css +2 -2
  37. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  38. package/cjs/components/Select/Select.css +2 -2
  39. package/cjs/components/Select/Select.js +12 -4
  40. package/cjs/components/Select/Select.js.map +1 -1
  41. package/cjs/components/Select/Select.styles.js +3 -4
  42. package/cjs/components/Select/Select.styles.js.map +1 -1
  43. package/cjs/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  44. package/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  45. package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  46. package/cjs/components/Select/ui/Inner/Inner.css +2 -2
  47. package/cjs/components/Select/ui/Inner/Inner.js +11 -5
  48. package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
  49. package/cjs/components/Table/Table.css +2 -2
  50. package/cjs/components/Table/ui/Cell/Cell.css +2 -2
  51. package/cjs/components/Table/ui/EditableCell/EditableCell.css +2 -2
  52. package/cjs/components/Table/ui/HeadCell/HeadCell.css +2 -2
  53. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  54. package/cjs/components/Tree/Tree.css +7 -7
  55. package/cjs/components/Tree/Tree.styles.js +2 -2
  56. package/cjs/components/Tree/Tree.styles.js.map +1 -1
  57. package/{es/components/Tree/Tree.styles_104kkxh.css → cjs/components/Tree/Tree.styles_1dzmptg.css} +1 -1
  58. package/cjs/engines/common.js +11 -1
  59. package/cjs/engines/common.js.map +1 -1
  60. package/cjs/index.css +17 -17
  61. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +26 -23
  62. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  63. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  64. package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  65. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  66. package/emotion/cjs/components/Drawer/hooks/useDrawer.js +11 -0
  67. package/emotion/cjs/components/Dropdown/Dropdown.js +6 -10
  68. package/emotion/cjs/components/Dropdown/Dropdown.styles.js +5 -8
  69. package/emotion/cjs/components/Dropdown/FloatingPopover.js +23 -47
  70. package/emotion/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  71. package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  72. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  73. package/emotion/cjs/components/Select/Select.js +10 -3
  74. package/emotion/cjs/components/Select/Select.styles.js +8 -8
  75. package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  76. package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
  77. package/emotion/cjs/components/Tree/Tree.styles.js +15 -15
  78. package/emotion/cjs/engines/common.js +14 -1
  79. package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
  80. package/emotion/cjs/examples/components/Tree/Tree.config.js +5 -5
  81. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +26 -23
  82. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
  83. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  84. package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  85. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  86. package/emotion/es/components/Drawer/hooks/useDrawer.js +11 -0
  87. package/emotion/es/components/Dropdown/Dropdown.js +6 -10
  88. package/emotion/es/components/Dropdown/Dropdown.styles.js +5 -8
  89. package/emotion/es/components/Dropdown/FloatingPopover.js +24 -48
  90. package/emotion/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  91. package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  92. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  93. package/emotion/es/components/Select/Select.js +10 -3
  94. package/emotion/es/components/Select/Select.styles.js +8 -8
  95. package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  96. package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
  97. package/emotion/es/components/Tree/Tree.styles.js +15 -15
  98. package/emotion/es/engines/common.js +14 -1
  99. package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
  100. package/emotion/es/examples/components/Tree/Tree.config.js +5 -5
  101. package/es/components/Combobox/ComboboxNew/Combobox.css +6 -6
  102. package/es/components/Combobox/ComboboxNew/Combobox.js +30 -24
  103. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  104. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +3 -4
  105. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  106. package/es/components/Combobox/ComboboxNew/{Combobox.styles_isfa46.css → Combobox.styles_261unw.css} +1 -1
  107. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  108. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  109. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  110. package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
  111. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
  112. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
  113. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  114. package/es/components/Combobox/ComboboxOld/Combobox.css +2 -2
  115. package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
  116. package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
  117. package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
  118. package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
  119. package/es/components/Drawer/hooks/useDrawer.js +12 -0
  120. package/es/components/Drawer/hooks/useDrawer.js.map +1 -1
  121. package/es/components/Dropdown/Dropdown.css +2 -2
  122. package/es/components/Dropdown/Dropdown.js +6 -10
  123. package/es/components/Dropdown/Dropdown.js.map +1 -1
  124. package/es/components/Dropdown/Dropdown.styles.js +2 -9
  125. package/es/components/Dropdown/Dropdown.styles.js.map +1 -1
  126. package/{cjs/components/Dropdown/Dropdown.styles_zheit5.css → es/components/Dropdown/Dropdown.styles_kkvnr1.css} +1 -1
  127. package/es/components/Dropdown/FloatingPopover.js +24 -42
  128. package/es/components/Dropdown/FloatingPopover.js.map +1 -1
  129. package/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  130. package/es/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
  131. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
  132. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +10 -10
  133. package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
  134. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  135. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  136. package/es/components/Pagination/Pagination.css +2 -2
  137. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
  138. package/es/components/Select/Select.css +2 -2
  139. package/es/components/Select/Select.js +12 -4
  140. package/es/components/Select/Select.js.map +1 -1
  141. package/es/components/Select/Select.styles.js +3 -4
  142. package/es/components/Select/Select.styles.js.map +1 -1
  143. package/es/components/Select/{Select.styles_bjoo18.css → Select.styles_dta4dl.css} +1 -1
  144. package/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  145. package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  146. package/es/components/Select/ui/Inner/Inner.css +2 -2
  147. package/es/components/Select/ui/Inner/Inner.js +12 -6
  148. package/es/components/Select/ui/Inner/Inner.js.map +1 -1
  149. package/es/components/Table/Table.css +2 -2
  150. package/es/components/Table/ui/Cell/Cell.css +2 -2
  151. package/es/components/Table/ui/EditableCell/EditableCell.css +2 -2
  152. package/es/components/Table/ui/HeadCell/HeadCell.css +2 -2
  153. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
  154. package/es/components/Tree/Tree.css +7 -7
  155. package/es/components/Tree/Tree.styles.js +2 -2
  156. package/es/components/Tree/Tree.styles.js.map +1 -1
  157. package/{cjs/components/Tree/Tree.styles_104kkxh.css → es/components/Tree/Tree.styles_1dzmptg.css} +1 -1
  158. package/es/engines/common.js +12 -2
  159. package/es/engines/common.js.map +1 -1
  160. package/es/index.css +17 -17
  161. package/package.json +5 -5
  162. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +26 -23
  163. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  164. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  165. package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  166. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
  167. package/styled-components/cjs/components/Drawer/hooks/useDrawer.js +11 -0
  168. package/styled-components/cjs/components/Dropdown/Dropdown.js +6 -10
  169. package/styled-components/cjs/components/Dropdown/Dropdown.styles.js +3 -7
  170. package/styled-components/cjs/components/Dropdown/FloatingPopover.js +23 -47
  171. package/styled-components/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  172. package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +48 -11
  173. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  174. package/styled-components/cjs/components/Select/Select.js +10 -3
  175. package/styled-components/cjs/components/Select/Select.styles.js +5 -5
  176. package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +3 -7
  177. package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
  178. package/styled-components/cjs/components/Tree/Tree.styles.js +8 -8
  179. package/styled-components/cjs/engines/common.js +14 -1
  180. package/styled-components/cjs/examples/components/Tree/Tree.config.js +3 -1
  181. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +26 -23
  182. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
  183. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
  184. package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
  185. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
  186. package/styled-components/es/components/Drawer/hooks/useDrawer.js +11 -0
  187. package/styled-components/es/components/Dropdown/Dropdown.js +6 -10
  188. package/styled-components/es/components/Dropdown/Dropdown.styles.js +3 -7
  189. package/styled-components/es/components/Dropdown/FloatingPopover.js +24 -48
  190. package/styled-components/es/components/Dropdown/hooks/useKeyboardNavigation.js +3 -7
  191. package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -8
  192. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +1 -1
  193. package/styled-components/es/components/Select/Select.js +10 -3
  194. package/styled-components/es/components/Select/Select.styles.js +5 -5
  195. package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +3 -7
  196. package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
  197. package/styled-components/es/components/Tree/Tree.styles.js +8 -8
  198. package/styled-components/es/engines/common.js +14 -1
  199. package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
  200. package/styled-components/es/examples/components/Tree/Tree.config.js +3 -1
  201. package/types/components/Autocomplete/Autocomplete.types.d.ts +6 -6
  202. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  203. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  204. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
  205. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  206. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -1
  207. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +13 -6
  208. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  209. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  210. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
  211. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  212. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
  213. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  214. package/types/components/Drawer/hooks/useDrawer.d.ts.map +1 -1
  215. package/types/components/Dropdown/Dropdown.d.ts +6 -6
  216. package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
  217. package/types/components/Dropdown/Dropdown.styles.d.ts +0 -1
  218. package/types/components/Dropdown/Dropdown.styles.d.ts.map +1 -1
  219. package/types/components/Dropdown/Dropdown.types.d.ts +9 -9
  220. package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
  221. package/types/components/Dropdown/FloatingPopover.d.ts.map +1 -1
  222. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
  223. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts +2 -3
  224. package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts.map +1 -1
  225. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +7 -3
  226. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  227. package/types/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  228. package/types/components/NumberFormat/NumberFormat.types.d.ts +1 -1
  229. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +12 -6
  230. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  231. package/types/components/Select/Select.d.ts.map +1 -1
  232. package/types/components/Select/Select.styles.d.ts +0 -1
  233. package/types/components/Select/Select.styles.d.ts.map +1 -1
  234. package/types/components/Select/Select.types.d.ts +24 -10
  235. package/types/components/Select/Select.types.d.ts.map +1 -1
  236. package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
  237. package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
  238. package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
  239. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
  240. package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  241. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +12 -6
  242. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  243. package/types/components/TextField/TextField.types.d.ts +2 -2
  244. package/types/engines/common.d.ts.map +1 -1
  245. package/types/examples/components/Autocomplete/Autocomplete.d.ts +40 -40
  246. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  247. package/types/examples/components/Combobox/Combobox.d.ts +48 -24
  248. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  249. package/types/examples/components/Dropdown/Dropdown.d.ts +3 -3
  250. package/types/examples/components/Dropdown/Dropdown.d.ts.map +1 -1
  251. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  252. package/types/examples/components/Select/Select.d.ts +12 -6
  253. package/types/examples/components/Select/Select.d.ts.map +1 -1
  254. package/types/examples/components/Tree/Tree.config.d.ts.map +1 -1
@@ -41,7 +41,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
41
41
  textAfter?: string;
42
42
  variant?: "normal" | "tight";
43
43
  zIndex?: import("react").CSSProperties["zIndex"];
44
- listOverflow?: import("react").CSSProperties["overflow"];
45
44
  listMaxHeight?: import("react").CSSProperties["height"];
46
45
  listWidth?: import("react").CSSProperties["width"];
47
46
  portal?: string | React.RefObject<HTMLElement>;
@@ -54,10 +53,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
54
53
  beforeList?: React.ReactNode;
55
54
  afterList?: React.ReactNode;
56
55
  virtual?: boolean;
56
+ mode?: "default" | "radio";
57
57
  size?: string;
58
58
  view?: string;
59
59
  emptyStateDescription?: string;
60
60
  listHeight?: import("react").CSSProperties["height"];
61
+ listOverflow?: import("react").CSSProperties["overflow"];
61
62
  } & import("../../../components/TextField/TextField.types").LabelProps & {
62
63
  readOnly?: boolean;
63
64
  disabled?: true;
@@ -95,7 +96,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
95
96
  textAfter?: string;
96
97
  variant?: "normal" | "tight";
97
98
  zIndex?: import("react").CSSProperties["zIndex"];
98
- listOverflow?: import("react").CSSProperties["overflow"];
99
99
  listMaxHeight?: import("react").CSSProperties["height"];
100
100
  listWidth?: import("react").CSSProperties["width"];
101
101
  portal?: string | React.RefObject<HTMLElement>;
@@ -108,10 +108,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
108
108
  beforeList?: React.ReactNode;
109
109
  afterList?: React.ReactNode;
110
110
  virtual?: boolean;
111
+ mode?: "default" | "radio";
111
112
  size?: string;
112
113
  view?: string;
113
114
  emptyStateDescription?: string;
114
115
  listHeight?: import("react").CSSProperties["height"];
116
+ listOverflow?: import("react").CSSProperties["overflow"];
115
117
  } & import("../../../components/TextField/TextField.types").LabelProps & {
116
118
  readOnly?: boolean;
117
119
  disabled?: true;
@@ -149,7 +151,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
149
151
  textAfter?: string;
150
152
  variant?: "normal" | "tight";
151
153
  zIndex?: import("react").CSSProperties["zIndex"];
152
- listOverflow?: import("react").CSSProperties["overflow"];
153
154
  listMaxHeight?: import("react").CSSProperties["height"];
154
155
  listWidth?: import("react").CSSProperties["width"];
155
156
  portal?: string | React.RefObject<HTMLElement>;
@@ -162,10 +163,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
162
163
  beforeList?: React.ReactNode;
163
164
  afterList?: React.ReactNode;
164
165
  virtual?: boolean;
166
+ mode?: "default" | "radio";
165
167
  size?: string;
166
168
  view?: string;
167
169
  emptyStateDescription?: string;
168
170
  listHeight?: import("react").CSSProperties["height"];
171
+ listOverflow?: import("react").CSSProperties["overflow"];
169
172
  } & import("../../../components/TextField/TextField.types").LabelProps & {
170
173
  readOnly?: boolean;
171
174
  disabled?: true;
@@ -203,7 +206,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
203
206
  textAfter?: string;
204
207
  variant?: "normal" | "tight";
205
208
  zIndex?: import("react").CSSProperties["zIndex"];
206
- listOverflow?: import("react").CSSProperties["overflow"];
207
209
  listMaxHeight?: import("react").CSSProperties["height"];
208
210
  listWidth?: import("react").CSSProperties["width"];
209
211
  portal?: string | React.RefObject<HTMLElement>;
@@ -216,10 +218,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
216
218
  beforeList?: React.ReactNode;
217
219
  afterList?: React.ReactNode;
218
220
  virtual?: boolean;
221
+ mode?: "default" | "radio";
219
222
  size?: string;
220
223
  view?: string;
221
224
  emptyStateDescription?: string;
222
225
  listHeight?: import("react").CSSProperties["height"];
226
+ listOverflow?: import("react").CSSProperties["overflow"];
223
227
  } & import("../../../components/TextField/TextField.types").LabelProps & {
224
228
  readOnly?: boolean;
225
229
  disabled?: true;
@@ -257,7 +261,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
257
261
  textAfter?: string;
258
262
  variant?: "normal" | "tight";
259
263
  zIndex?: import("react").CSSProperties["zIndex"];
260
- listOverflow?: import("react").CSSProperties["overflow"];
261
264
  listMaxHeight?: import("react").CSSProperties["height"];
262
265
  listWidth?: import("react").CSSProperties["width"];
263
266
  portal?: string | React.RefObject<HTMLElement>;
@@ -270,10 +273,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
270
273
  beforeList?: React.ReactNode;
271
274
  afterList?: React.ReactNode;
272
275
  virtual?: boolean;
276
+ mode?: "default" | "radio";
273
277
  size?: string;
274
278
  view?: string;
275
279
  emptyStateDescription?: string;
276
280
  listHeight?: import("react").CSSProperties["height"];
281
+ listOverflow?: import("react").CSSProperties["overflow"];
277
282
  } & import("../../../components/TextField/TextField.types").LabelProps & {
278
283
  readOnly?: boolean;
279
284
  disabled?: true;
@@ -311,7 +316,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
311
316
  textAfter?: string;
312
317
  variant?: "normal" | "tight";
313
318
  zIndex?: import("react").CSSProperties["zIndex"];
314
- listOverflow?: import("react").CSSProperties["overflow"];
315
319
  listMaxHeight?: import("react").CSSProperties["height"];
316
320
  listWidth?: import("react").CSSProperties["width"];
317
321
  portal?: string | React.RefObject<HTMLElement>;
@@ -324,10 +328,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
324
328
  beforeList?: React.ReactNode;
325
329
  afterList?: React.ReactNode;
326
330
  virtual?: boolean;
331
+ mode?: "default" | "radio";
327
332
  size?: string;
328
333
  view?: string;
329
334
  emptyStateDescription?: string;
330
335
  listHeight?: import("react").CSSProperties["height"];
336
+ listOverflow?: import("react").CSSProperties["overflow"];
331
337
  } & import("../../../components/TextField/TextField.types").LabelProps & {
332
338
  readOnly?: boolean;
333
339
  disabled?: true;
@@ -365,7 +371,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
365
371
  textAfter?: string;
366
372
  variant?: "normal" | "tight";
367
373
  zIndex?: import("react").CSSProperties["zIndex"];
368
- listOverflow?: import("react").CSSProperties["overflow"];
369
374
  listMaxHeight?: import("react").CSSProperties["height"];
370
375
  listWidth?: import("react").CSSProperties["width"];
371
376
  portal?: string | React.RefObject<HTMLElement>;
@@ -378,10 +383,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
378
383
  beforeList?: React.ReactNode;
379
384
  afterList?: React.ReactNode;
380
385
  virtual?: boolean;
386
+ mode?: "default" | "radio";
381
387
  size?: string;
382
388
  view?: string;
383
389
  emptyStateDescription?: string;
384
390
  listHeight?: import("react").CSSProperties["height"];
391
+ listOverflow?: import("react").CSSProperties["overflow"];
385
392
  } & import("../../../components/TextField/TextField.types").LabelProps & {
386
393
  readOnly?: boolean;
387
394
  disabled?: true;
@@ -419,7 +426,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
419
426
  textAfter?: string;
420
427
  variant?: "normal" | "tight";
421
428
  zIndex?: import("react").CSSProperties["zIndex"];
422
- listOverflow?: import("react").CSSProperties["overflow"];
423
429
  listMaxHeight?: import("react").CSSProperties["height"];
424
430
  listWidth?: import("react").CSSProperties["width"];
425
431
  portal?: string | React.RefObject<HTMLElement>;
@@ -432,10 +438,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
432
438
  beforeList?: React.ReactNode;
433
439
  afterList?: React.ReactNode;
434
440
  virtual?: boolean;
441
+ mode?: "default" | "radio";
435
442
  size?: string;
436
443
  view?: string;
437
444
  emptyStateDescription?: string;
438
445
  listHeight?: import("react").CSSProperties["height"];
446
+ listOverflow?: import("react").CSSProperties["overflow"];
439
447
  } & import("../../../components/TextField/TextField.types").LabelProps & {
440
448
  readOnly?: boolean;
441
449
  disabled?: true;
@@ -473,7 +481,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
473
481
  textAfter?: string;
474
482
  variant?: "normal" | "tight";
475
483
  zIndex?: import("react").CSSProperties["zIndex"];
476
- listOverflow?: import("react").CSSProperties["overflow"];
477
484
  listMaxHeight?: import("react").CSSProperties["height"];
478
485
  listWidth?: import("react").CSSProperties["width"];
479
486
  portal?: string | React.RefObject<HTMLElement>;
@@ -486,10 +493,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
486
493
  beforeList?: React.ReactNode;
487
494
  afterList?: React.ReactNode;
488
495
  virtual?: boolean;
496
+ mode?: "default" | "radio";
489
497
  size?: string;
490
498
  view?: string;
491
499
  emptyStateDescription?: string;
492
500
  listHeight?: import("react").CSSProperties["height"];
501
+ listOverflow?: import("react").CSSProperties["overflow"];
493
502
  } & import("../../../components/TextField/TextField.types").LabelProps & {
494
503
  readOnly?: true;
495
504
  disabled?: boolean;
@@ -527,7 +536,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
527
536
  textAfter?: string;
528
537
  variant?: "normal" | "tight";
529
538
  zIndex?: import("react").CSSProperties["zIndex"];
530
- listOverflow?: import("react").CSSProperties["overflow"];
531
539
  listMaxHeight?: import("react").CSSProperties["height"];
532
540
  listWidth?: import("react").CSSProperties["width"];
533
541
  portal?: string | React.RefObject<HTMLElement>;
@@ -540,10 +548,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
540
548
  beforeList?: React.ReactNode;
541
549
  afterList?: React.ReactNode;
542
550
  virtual?: boolean;
551
+ mode?: "default" | "radio";
543
552
  size?: string;
544
553
  view?: string;
545
554
  emptyStateDescription?: string;
546
555
  listHeight?: import("react").CSSProperties["height"];
556
+ listOverflow?: import("react").CSSProperties["overflow"];
547
557
  } & import("../../../components/TextField/TextField.types").LabelProps & {
548
558
  readOnly?: true;
549
559
  disabled?: boolean;
@@ -581,7 +591,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
581
591
  textAfter?: string;
582
592
  variant?: "normal" | "tight";
583
593
  zIndex?: import("react").CSSProperties["zIndex"];
584
- listOverflow?: import("react").CSSProperties["overflow"];
585
594
  listMaxHeight?: import("react").CSSProperties["height"];
586
595
  listWidth?: import("react").CSSProperties["width"];
587
596
  portal?: string | React.RefObject<HTMLElement>;
@@ -594,10 +603,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
594
603
  beforeList?: React.ReactNode;
595
604
  afterList?: React.ReactNode;
596
605
  virtual?: boolean;
606
+ mode?: "default" | "radio";
597
607
  size?: string;
598
608
  view?: string;
599
609
  emptyStateDescription?: string;
600
610
  listHeight?: import("react").CSSProperties["height"];
611
+ listOverflow?: import("react").CSSProperties["overflow"];
601
612
  } & import("../../../components/TextField/TextField.types").LabelProps & {
602
613
  readOnly?: true;
603
614
  disabled?: boolean;
@@ -635,7 +646,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
635
646
  textAfter?: string;
636
647
  variant?: "normal" | "tight";
637
648
  zIndex?: import("react").CSSProperties["zIndex"];
638
- listOverflow?: import("react").CSSProperties["overflow"];
639
649
  listMaxHeight?: import("react").CSSProperties["height"];
640
650
  listWidth?: import("react").CSSProperties["width"];
641
651
  portal?: string | React.RefObject<HTMLElement>;
@@ -648,10 +658,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
648
658
  beforeList?: React.ReactNode;
649
659
  afterList?: React.ReactNode;
650
660
  virtual?: boolean;
661
+ mode?: "default" | "radio";
651
662
  size?: string;
652
663
  view?: string;
653
664
  emptyStateDescription?: string;
654
665
  listHeight?: import("react").CSSProperties["height"];
666
+ listOverflow?: import("react").CSSProperties["overflow"];
655
667
  } & import("../../../components/TextField/TextField.types").LabelProps & {
656
668
  readOnly?: true;
657
669
  disabled?: boolean;
@@ -689,7 +701,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
689
701
  textAfter?: string;
690
702
  variant?: "normal" | "tight";
691
703
  zIndex?: import("react").CSSProperties["zIndex"];
692
- listOverflow?: import("react").CSSProperties["overflow"];
693
704
  listMaxHeight?: import("react").CSSProperties["height"];
694
705
  listWidth?: import("react").CSSProperties["width"];
695
706
  portal?: string | React.RefObject<HTMLElement>;
@@ -702,10 +713,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
702
713
  beforeList?: React.ReactNode;
703
714
  afterList?: React.ReactNode;
704
715
  virtual?: boolean;
716
+ mode?: "default" | "radio";
705
717
  size?: string;
706
718
  view?: string;
707
719
  emptyStateDescription?: string;
708
720
  listHeight?: import("react").CSSProperties["height"];
721
+ listOverflow?: import("react").CSSProperties["overflow"];
709
722
  } & import("../../../components/TextField/TextField.types").LabelProps & {
710
723
  readOnly?: true;
711
724
  disabled?: boolean;
@@ -743,7 +756,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
743
756
  textAfter?: string;
744
757
  variant?: "normal" | "tight";
745
758
  zIndex?: import("react").CSSProperties["zIndex"];
746
- listOverflow?: import("react").CSSProperties["overflow"];
747
759
  listMaxHeight?: import("react").CSSProperties["height"];
748
760
  listWidth?: import("react").CSSProperties["width"];
749
761
  portal?: string | React.RefObject<HTMLElement>;
@@ -756,10 +768,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
756
768
  beforeList?: React.ReactNode;
757
769
  afterList?: React.ReactNode;
758
770
  virtual?: boolean;
771
+ mode?: "default" | "radio";
759
772
  size?: string;
760
773
  view?: string;
761
774
  emptyStateDescription?: string;
762
775
  listHeight?: import("react").CSSProperties["height"];
776
+ listOverflow?: import("react").CSSProperties["overflow"];
763
777
  } & import("../../../components/TextField/TextField.types").LabelProps & {
764
778
  readOnly?: true;
765
779
  disabled?: boolean;
@@ -797,7 +811,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
797
811
  textAfter?: string;
798
812
  variant?: "normal" | "tight";
799
813
  zIndex?: import("react").CSSProperties["zIndex"];
800
- listOverflow?: import("react").CSSProperties["overflow"];
801
814
  listMaxHeight?: import("react").CSSProperties["height"];
802
815
  listWidth?: import("react").CSSProperties["width"];
803
816
  portal?: string | React.RefObject<HTMLElement>;
@@ -810,10 +823,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
810
823
  beforeList?: React.ReactNode;
811
824
  afterList?: React.ReactNode;
812
825
  virtual?: boolean;
826
+ mode?: "default" | "radio";
813
827
  size?: string;
814
828
  view?: string;
815
829
  emptyStateDescription?: string;
816
830
  listHeight?: import("react").CSSProperties["height"];
831
+ listOverflow?: import("react").CSSProperties["overflow"];
817
832
  } & import("../../../components/TextField/TextField.types").LabelProps & {
818
833
  readOnly?: true;
819
834
  disabled?: boolean;
@@ -851,7 +866,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
851
866
  textAfter?: string;
852
867
  variant?: "normal" | "tight";
853
868
  zIndex?: import("react").CSSProperties["zIndex"];
854
- listOverflow?: import("react").CSSProperties["overflow"];
855
869
  listMaxHeight?: import("react").CSSProperties["height"];
856
870
  listWidth?: import("react").CSSProperties["width"];
857
871
  portal?: string | React.RefObject<HTMLElement>;
@@ -864,10 +878,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
864
878
  beforeList?: React.ReactNode;
865
879
  afterList?: React.ReactNode;
866
880
  virtual?: boolean;
881
+ mode?: "default" | "radio";
867
882
  size?: string;
868
883
  view?: string;
869
884
  emptyStateDescription?: string;
870
885
  listHeight?: import("react").CSSProperties["height"];
886
+ listOverflow?: import("react").CSSProperties["overflow"];
871
887
  } & import("../../../components/TextField/TextField.types").LabelProps & {
872
888
  readOnly?: true;
873
889
  disabled?: boolean;
@@ -905,7 +921,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
905
921
  textAfter?: string;
906
922
  variant?: "normal" | "tight";
907
923
  zIndex?: import("react").CSSProperties["zIndex"];
908
- listOverflow?: import("react").CSSProperties["overflow"];
909
924
  listMaxHeight?: import("react").CSSProperties["height"];
910
925
  listWidth?: import("react").CSSProperties["width"];
911
926
  portal?: string | React.RefObject<HTMLElement>;
@@ -918,10 +933,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
918
933
  beforeList?: React.ReactNode;
919
934
  afterList?: React.ReactNode;
920
935
  virtual?: boolean;
936
+ mode?: "default" | "radio";
921
937
  size?: string;
922
938
  view?: string;
923
939
  emptyStateDescription?: string;
924
940
  listHeight?: import("react").CSSProperties["height"];
941
+ listOverflow?: import("react").CSSProperties["overflow"];
925
942
  } & import("../../../components/TextField/TextField.types").LabelProps & {
926
943
  readOnly?: false;
927
944
  disabled?: false;
@@ -959,7 +976,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
959
976
  textAfter?: string;
960
977
  variant?: "normal" | "tight";
961
978
  zIndex?: import("react").CSSProperties["zIndex"];
962
- listOverflow?: import("react").CSSProperties["overflow"];
963
979
  listMaxHeight?: import("react").CSSProperties["height"];
964
980
  listWidth?: import("react").CSSProperties["width"];
965
981
  portal?: string | React.RefObject<HTMLElement>;
@@ -972,10 +988,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
972
988
  beforeList?: React.ReactNode;
973
989
  afterList?: React.ReactNode;
974
990
  virtual?: boolean;
991
+ mode?: "default" | "radio";
975
992
  size?: string;
976
993
  view?: string;
977
994
  emptyStateDescription?: string;
978
995
  listHeight?: import("react").CSSProperties["height"];
996
+ listOverflow?: import("react").CSSProperties["overflow"];
979
997
  } & import("../../../components/TextField/TextField.types").LabelProps & {
980
998
  readOnly?: false;
981
999
  disabled?: false;
@@ -1013,7 +1031,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1013
1031
  textAfter?: string;
1014
1032
  variant?: "normal" | "tight";
1015
1033
  zIndex?: import("react").CSSProperties["zIndex"];
1016
- listOverflow?: import("react").CSSProperties["overflow"];
1017
1034
  listMaxHeight?: import("react").CSSProperties["height"];
1018
1035
  listWidth?: import("react").CSSProperties["width"];
1019
1036
  portal?: string | React.RefObject<HTMLElement>;
@@ -1026,10 +1043,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1026
1043
  beforeList?: React.ReactNode;
1027
1044
  afterList?: React.ReactNode;
1028
1045
  virtual?: boolean;
1046
+ mode?: "default" | "radio";
1029
1047
  size?: string;
1030
1048
  view?: string;
1031
1049
  emptyStateDescription?: string;
1032
1050
  listHeight?: import("react").CSSProperties["height"];
1051
+ listOverflow?: import("react").CSSProperties["overflow"];
1033
1052
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1034
1053
  readOnly?: false;
1035
1054
  disabled?: false;
@@ -1067,7 +1086,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1067
1086
  textAfter?: string;
1068
1087
  variant?: "normal" | "tight";
1069
1088
  zIndex?: import("react").CSSProperties["zIndex"];
1070
- listOverflow?: import("react").CSSProperties["overflow"];
1071
1089
  listMaxHeight?: import("react").CSSProperties["height"];
1072
1090
  listWidth?: import("react").CSSProperties["width"];
1073
1091
  portal?: string | React.RefObject<HTMLElement>;
@@ -1080,10 +1098,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1080
1098
  beforeList?: React.ReactNode;
1081
1099
  afterList?: React.ReactNode;
1082
1100
  virtual?: boolean;
1101
+ mode?: "default" | "radio";
1083
1102
  size?: string;
1084
1103
  view?: string;
1085
1104
  emptyStateDescription?: string;
1086
1105
  listHeight?: import("react").CSSProperties["height"];
1106
+ listOverflow?: import("react").CSSProperties["overflow"];
1087
1107
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1088
1108
  readOnly?: false;
1089
1109
  disabled?: false;
@@ -1121,7 +1141,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1121
1141
  textAfter?: string;
1122
1142
  variant?: "normal" | "tight";
1123
1143
  zIndex?: import("react").CSSProperties["zIndex"];
1124
- listOverflow?: import("react").CSSProperties["overflow"];
1125
1144
  listMaxHeight?: import("react").CSSProperties["height"];
1126
1145
  listWidth?: import("react").CSSProperties["width"];
1127
1146
  portal?: string | React.RefObject<HTMLElement>;
@@ -1134,10 +1153,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1134
1153
  beforeList?: React.ReactNode;
1135
1154
  afterList?: React.ReactNode;
1136
1155
  virtual?: boolean;
1156
+ mode?: "default" | "radio";
1137
1157
  size?: string;
1138
1158
  view?: string;
1139
1159
  emptyStateDescription?: string;
1140
1160
  listHeight?: import("react").CSSProperties["height"];
1161
+ listOverflow?: import("react").CSSProperties["overflow"];
1141
1162
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1142
1163
  readOnly?: false;
1143
1164
  disabled?: false;
@@ -1175,7 +1196,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1175
1196
  textAfter?: string;
1176
1197
  variant?: "normal" | "tight";
1177
1198
  zIndex?: import("react").CSSProperties["zIndex"];
1178
- listOverflow?: import("react").CSSProperties["overflow"];
1179
1199
  listMaxHeight?: import("react").CSSProperties["height"];
1180
1200
  listWidth?: import("react").CSSProperties["width"];
1181
1201
  portal?: string | React.RefObject<HTMLElement>;
@@ -1188,10 +1208,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1188
1208
  beforeList?: React.ReactNode;
1189
1209
  afterList?: React.ReactNode;
1190
1210
  virtual?: boolean;
1211
+ mode?: "default" | "radio";
1191
1212
  size?: string;
1192
1213
  view?: string;
1193
1214
  emptyStateDescription?: string;
1194
1215
  listHeight?: import("react").CSSProperties["height"];
1216
+ listOverflow?: import("react").CSSProperties["overflow"];
1195
1217
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1196
1218
  readOnly?: false;
1197
1219
  disabled?: false;
@@ -1229,7 +1251,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1229
1251
  textAfter?: string;
1230
1252
  variant?: "normal" | "tight";
1231
1253
  zIndex?: import("react").CSSProperties["zIndex"];
1232
- listOverflow?: import("react").CSSProperties["overflow"];
1233
1254
  listMaxHeight?: import("react").CSSProperties["height"];
1234
1255
  listWidth?: import("react").CSSProperties["width"];
1235
1256
  portal?: string | React.RefObject<HTMLElement>;
@@ -1242,10 +1263,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1242
1263
  beforeList?: React.ReactNode;
1243
1264
  afterList?: React.ReactNode;
1244
1265
  virtual?: boolean;
1266
+ mode?: "default" | "radio";
1245
1267
  size?: string;
1246
1268
  view?: string;
1247
1269
  emptyStateDescription?: string;
1248
1270
  listHeight?: import("react").CSSProperties["height"];
1271
+ listOverflow?: import("react").CSSProperties["overflow"];
1249
1272
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1250
1273
  readOnly?: false;
1251
1274
  disabled?: false;
@@ -1283,7 +1306,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1283
1306
  textAfter?: string;
1284
1307
  variant?: "normal" | "tight";
1285
1308
  zIndex?: import("react").CSSProperties["zIndex"];
1286
- listOverflow?: import("react").CSSProperties["overflow"];
1287
1309
  listMaxHeight?: import("react").CSSProperties["height"];
1288
1310
  listWidth?: import("react").CSSProperties["width"];
1289
1311
  portal?: string | React.RefObject<HTMLElement>;
@@ -1296,10 +1318,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1296
1318
  beforeList?: React.ReactNode;
1297
1319
  afterList?: React.ReactNode;
1298
1320
  virtual?: boolean;
1321
+ mode?: "default" | "radio";
1299
1322
  size?: string;
1300
1323
  view?: string;
1301
1324
  emptyStateDescription?: string;
1302
1325
  listHeight?: import("react").CSSProperties["height"];
1326
+ listOverflow?: import("react").CSSProperties["overflow"];
1303
1327
  } & import("../../../components/TextField/TextField.types").LabelProps & {
1304
1328
  readOnly?: false;
1305
1329
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY;;;;;;;sBAAwuB,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ5hK,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"}
@@ -14,19 +14,18 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
14
14
  alwaysOpened?: boolean;
15
15
  children?: import("react").ReactNode;
16
16
  itemRole?: string;
17
- onHover?: (index: number) => void;
17
+ onHover?: ((index: number, item: import("../../../components/Dropdown").DropdownItemOption) => void) | undefined;
18
18
  onItemSelect?: ((item: import("../../../components/Dropdown").DropdownItemOption, event: import("react").SyntheticEvent) => void) | undefined;
19
19
  trigger?: import("../../../components/Dropdown/Dropdown.types").DropdownTrigger;
20
20
  openByRightClick?: boolean;
21
21
  placement?: import("../../../components/Dropdown/Dropdown.types").DropdownPlacement;
22
22
  offset?: [number, number];
23
- listOverflow?: import("react").CSSProperties["overflow"];
24
23
  listMaxHeight?: import("react").CSSProperties["height"];
25
24
  listWidth?: import("react").CSSProperties["width"];
26
25
  hasArrow?: boolean;
27
26
  closeOnSelect?: boolean;
28
27
  closeOnOverlayClick?: boolean;
29
- onToggle?: (isOpen: boolean, event: import("react").SyntheticEvent | Event) => void;
28
+ onToggle?: (isOpen: boolean, event?: import("react").SyntheticEvent | Event) => void;
30
29
  size?: string;
31
30
  view?: string;
32
31
  variant?: "normal" | "tight";
@@ -38,5 +37,6 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
38
37
  onItemClick?: ((item: import("../../../components/Dropdown").DropdownItemOption, event: import("react").SyntheticEvent) => void) | undefined;
39
38
  listHeight?: import("react").CSSProperties["height"];
40
39
  hoverIndex?: number;
40
+ listOverflow?: import("react").CSSProperties["overflow"];
41
41
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
42
42
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC4wE,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;mGADl5E,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;sCACm4D,CAAC;;;;sBAAiS,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;;mGAD3yE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACqjL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAoxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAz0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAoxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAz0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAoxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAz0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAoxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAo7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAz0H,CAAC,uDAAuC,CAAC;8NADvmE,CAAC"}
1
+ {"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACqjL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAv0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAv0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAv0H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA9lK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAk7G,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAv0H,CAAC,uDAAuC,CAAC;8NADzmE,CAAC"}