@oliasoft-open-source/react-ui-library 3.12.0-beta-19 → 3.12.0-beta-21

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 (496) hide show
  1. package/dist/common-enum.d.ts +73 -0
  2. package/dist/common-enum.js +81 -0
  3. package/dist/components/accordion/accordion.d.ts +4 -0
  4. package/dist/components/accordion/accordion.interface.d.ts +17 -0
  5. package/dist/components/accordion/accordion.interface.js +1 -0
  6. package/dist/components/accordion/accordion.js +17 -0
  7. package/dist/components/accordion/accordion.stories.d.ts +11 -0
  8. package/dist/components/accordion/accordion.stories.js +140 -0
  9. package/dist/components/accordion/chevron/chevron.d.ts +5 -0
  10. package/dist/components/accordion/chevron/chevron.js +8 -0
  11. package/dist/components/accordion/enum.d.ts +4 -0
  12. package/dist/components/accordion/enum.js +5 -0
  13. package/dist/components/accordion/helpers/accordion-with-default-toggle.d.ts +12 -0
  14. package/dist/components/accordion/helpers/accordion-with-default-toggle.js +35 -0
  15. package/dist/components/actions/actions.d.ts +14 -0
  16. package/dist/components/actions/actions.interface.d.ts +25 -0
  17. package/dist/components/actions/actions.interface.js +1 -0
  18. package/dist/components/actions/actions.js +66 -0
  19. package/dist/components/actions/actions.stories.d.ts +25 -0
  20. package/dist/components/actions/actions.stories.js +67 -0
  21. package/dist/components/badge/badge.d.ts +10 -0
  22. package/dist/components/badge/badge.js +21 -0
  23. package/dist/components/badge/badge.stories.d.ts +7 -0
  24. package/dist/components/badge/badge.stories.js +21 -0
  25. package/dist/components/breadcrumb/breadcrumb.d.ts +6 -0
  26. package/dist/components/breadcrumb/breadcrumb.js +11 -0
  27. package/dist/components/breadcrumb/breadcrumb.stories.d.ts +5 -0
  28. package/dist/components/breadcrumb/breadcrumb.stories.js +36 -0
  29. package/dist/components/breadcrumb/enum.d.ts +5 -0
  30. package/dist/components/breadcrumb/enum.js +6 -0
  31. package/dist/components/breadcrumb/link.d.ts +12 -0
  32. package/dist/components/breadcrumb/link.js +12 -0
  33. package/dist/components/button/button.d.ts +31 -0
  34. package/dist/components/button/button.js +52 -0
  35. package/dist/components/button/button.stories.d.ts +13 -0
  36. package/dist/components/button/button.stories.js +63 -0
  37. package/dist/components/button/enum.d.ts +5 -0
  38. package/dist/components/button/enum.js +6 -0
  39. package/dist/components/button-group/button-group.d.ts +38 -0
  40. package/dist/components/button-group/button-group.js +83 -0
  41. package/dist/components/button-group/button-group.stories-data.d.ts +6 -0
  42. package/dist/components/button-group/button-group.stories-data.js +61 -0
  43. package/dist/components/button-group/button-group.stories.d.ts +9 -0
  44. package/dist/components/button-group/button-group.stories.js +51 -0
  45. package/dist/components/card/card.d.ts +10 -0
  46. package/dist/components/card/card.js +6 -0
  47. package/dist/components/card/card.stories.d.ts +8 -0
  48. package/dist/components/card/card.stories.js +27 -0
  49. package/dist/components/check-box/check-box.d.ts +19 -0
  50. package/dist/components/check-box/check-box.js +19 -0
  51. package/dist/components/check-box/check-box.stories.d.ts +6 -0
  52. package/dist/components/check-box/check-box.stories.js +29 -0
  53. package/dist/components/color/color.stories-data.d.ts +9 -0
  54. package/dist/components/color/color.stories-data.js +55 -0
  55. package/dist/components/dialog/dialog.d.ts +17 -0
  56. package/dist/components/dialog/dialog.js +18 -0
  57. package/dist/components/divider/divider.d.ts +9 -0
  58. package/dist/components/divider/divider.js +19 -0
  59. package/dist/components/divider/divider.stories.d.ts +7 -0
  60. package/dist/components/divider/divider.stories.js +41 -0
  61. package/dist/components/drawer/drawer-resize-wrapper.d.ts +2 -0
  62. package/dist/components/drawer/drawer-resize-wrapper.js +33 -0
  63. package/dist/components/drawer/drawer-tabs.d.ts +2 -0
  64. package/dist/components/drawer/drawer-tabs.js +15 -0
  65. package/dist/components/drawer/drawer.constants.d.ts +2 -0
  66. package/dist/components/drawer/drawer.constants.js +2 -0
  67. package/dist/components/drawer/drawer.d.ts +2 -0
  68. package/dist/components/drawer/drawer.interface.d.ts +55 -0
  69. package/dist/components/drawer/drawer.interface.js +1 -0
  70. package/dist/components/drawer/drawer.js +80 -0
  71. package/dist/components/drawer/drawer.stories.d.ts +40 -0
  72. package/dist/components/drawer/drawer.stories.js +176 -0
  73. package/dist/components/empty/empty.d.ts +8 -0
  74. package/dist/components/empty/empty.js +6 -0
  75. package/dist/components/empty/empty.stories.d.ts +5 -0
  76. package/dist/components/empty/empty.stories.js +19 -0
  77. package/dist/components/file-input/enum.d.ts +6 -0
  78. package/dist/components/file-input/enum.js +7 -0
  79. package/dist/components/file-input/file-input.d.ts +18 -0
  80. package/dist/components/file-input/file-input.js +47 -0
  81. package/dist/components/file-input/file-input.stories.d.ts +7 -0
  82. package/dist/components/file-input/file-input.stories.js +65 -0
  83. package/dist/components/form/field.d.ts +16 -0
  84. package/dist/components/form/field.js +13 -0
  85. package/dist/components/form/field.stories.d.ts +12 -0
  86. package/dist/components/form/field.stories.js +51 -0
  87. package/dist/components/form/form.stories.d.ts +27 -0
  88. package/dist/components/form/form.stories.js +76 -0
  89. package/dist/components/heading/heading.d.ts +19 -0
  90. package/dist/components/heading/heading.js +9 -0
  91. package/dist/components/heading/heading.stories.d.ts +10 -0
  92. package/dist/components/heading/heading.stories.js +46 -0
  93. package/dist/components/help-icon/help-icon.d.ts +10 -0
  94. package/dist/components/help-icon/help-icon.js +19 -0
  95. package/dist/components/help-icon/help-icon.stories.d.ts +10 -0
  96. package/dist/components/help-icon/help-icon.stories.js +37 -0
  97. package/dist/components/icon/icon.d.ts +16 -0
  98. package/dist/components/icon/icon.js +31 -0
  99. package/dist/components/icon/icon.stories.d.ts +25 -0
  100. package/dist/components/icon/icon.stories.js +37 -0
  101. package/dist/components/icon/named-icon.d.ts +6 -0
  102. package/dist/components/icon/named-icon.js +418 -0
  103. package/dist/components/input/input.d.ts +26 -0
  104. package/dist/components/input/input.js +40 -0
  105. package/dist/components/input/input.stories.d.ts +5 -0
  106. package/dist/components/input/input.stories.js +22 -0
  107. package/dist/components/input-group/input-group-addon/input-group-addon.d.ts +8 -0
  108. package/dist/components/input-group/input-group-addon/input-group-addon.js +20 -0
  109. package/dist/components/input-group/input-group.d.ts +7 -0
  110. package/dist/components/input-group/input-group.js +27 -0
  111. package/dist/components/input-group/input-group.stories.d.ts +8 -0
  112. package/dist/components/input-group/input-group.stories.js +65 -0
  113. package/dist/components/label/label.d.ts +24 -0
  114. package/dist/components/label/label.js +14 -0
  115. package/dist/components/label/label.stories.d.ts +10 -0
  116. package/dist/components/label/label.stories.js +42 -0
  117. package/dist/components/layout/column/column.d.ts +18 -0
  118. package/dist/components/layout/column/column.js +13 -0
  119. package/dist/components/layout/column/styles.d.ts +15 -0
  120. package/dist/components/layout/column/styles.js +41 -0
  121. package/dist/components/layout/column.stories.d.ts +20 -0
  122. package/dist/components/layout/column.stories.js +53 -0
  123. package/dist/components/layout/flex/flex.d.ts +11 -0
  124. package/dist/components/layout/flex/flex.js +18 -0
  125. package/dist/components/layout/flex/flex.stories.d.ts +10 -0
  126. package/dist/components/layout/flex/flex.stories.js +52 -0
  127. package/dist/components/layout/form-row/form-row.d.ts +5 -0
  128. package/dist/components/layout/form-row/form-row.js +5 -0
  129. package/dist/components/layout/grid/grid.d.ts +11 -0
  130. package/dist/components/layout/grid/grid.js +41 -0
  131. package/dist/components/layout/grid/grid.stories.d.ts +9 -0
  132. package/dist/components/layout/grid/grid.stories.js +48 -0
  133. package/dist/components/layout/page/page.d.ts +9 -0
  134. package/dist/components/layout/page/page.js +11 -0
  135. package/dist/components/layout/page.stories.d.ts +9 -0
  136. package/dist/components/layout/page.stories.js +32 -0
  137. package/dist/components/layout/placeholder.d.ts +1 -0
  138. package/dist/components/layout/placeholder.js +1 -0
  139. package/dist/components/layout/print-header/print-header.d.ts +7 -0
  140. package/dist/components/layout/print-header/print-header.js +3 -0
  141. package/dist/components/layout/row/row.d.ts +15 -0
  142. package/dist/components/layout/row/row.js +24 -0
  143. package/dist/components/layout/spacer/spacer.d.ts +6 -0
  144. package/dist/components/layout/spacer/spacer.js +8 -0
  145. package/dist/components/list/list-row/item-content.d.ts +2 -0
  146. package/dist/components/list/list-row/item-content.js +9 -0
  147. package/dist/components/list/list-row/label.d.ts +2 -0
  148. package/dist/components/list/list-row/label.js +6 -0
  149. package/dist/components/list/list-row/list-heading.d.ts +3 -0
  150. package/dist/components/list/list-row/list-heading.js +10 -0
  151. package/dist/components/list/list-row/list-row.d.ts +3 -0
  152. package/dist/components/list/list-row/list-row.interface.d.ts +105 -0
  153. package/dist/components/list/list-row/list-row.interface.js +1 -0
  154. package/dist/components/list/list-row/list-row.js +56 -0
  155. package/dist/components/list/list-row/list-subheading.d.ts +3 -0
  156. package/dist/components/list/list-row/list-subheading.js +27 -0
  157. package/dist/components/list/list-row/meta-content.d.ts +2 -0
  158. package/dist/components/list/list-row/meta-content.js +12 -0
  159. package/dist/components/list/list-row/meta-count.d.ts +2 -0
  160. package/dist/components/list/list-row/meta-count.js +5 -0
  161. package/dist/components/list/list-row/name.d.ts +3 -0
  162. package/dist/components/list/list-row/name.js +12 -0
  163. package/dist/components/list/list.d.ts +2 -0
  164. package/dist/components/list/list.interface.d.ts +55 -0
  165. package/dist/components/list/list.interface.js +1 -0
  166. package/dist/components/list/list.js +86 -0
  167. package/dist/components/list/list.stories-data.d.ts +310 -0
  168. package/dist/components/list/list.stories-data.js +270 -0
  169. package/dist/components/list/list.stories.d.ts +22 -0
  170. package/dist/components/list/list.stories.js +411 -0
  171. package/dist/components/list/toggle-narrow.d.ts +2 -0
  172. package/dist/components/list/toggle-narrow.js +7 -0
  173. package/dist/components/loader/loader.d.ts +14 -0
  174. package/dist/components/loader/loader.js +15 -0
  175. package/dist/components/loader/loader.stories.d.ts +32 -0
  176. package/dist/components/loader/loader.stories.js +92 -0
  177. package/dist/components/menu/enum.d.ts +11 -0
  178. package/dist/components/menu/enum.js +13 -0
  179. package/dist/components/menu/index.d.ts +4 -0
  180. package/dist/components/menu/index.js +8 -0
  181. package/dist/components/menu/layer/divider.d.ts +1 -0
  182. package/dist/components/menu/layer/divider.js +3 -0
  183. package/dist/components/menu/layer/heading.d.ts +8 -0
  184. package/dist/components/menu/layer/heading.js +3 -0
  185. package/dist/components/menu/layer/layer.d.ts +15 -0
  186. package/dist/components/menu/layer/layer.js +47 -0
  187. package/dist/components/menu/layer/option.d.ts +19 -0
  188. package/dist/components/menu/layer/option.js +22 -0
  189. package/dist/components/menu/layer/path.d.ts +5 -0
  190. package/dist/components/menu/layer/path.js +30 -0
  191. package/dist/components/menu/layer/placementOptions.d.ts +3 -0
  192. package/dist/components/menu/layer/placementOptions.js +6 -0
  193. package/dist/components/menu/layer/section.d.ts +10 -0
  194. package/dist/components/menu/layer/section.js +23 -0
  195. package/dist/components/menu/menu.d.ts +3 -0
  196. package/dist/components/menu/menu.interface.d.ts +82 -0
  197. package/dist/components/menu/menu.interface.js +1 -0
  198. package/dist/components/menu/menu.js +92 -0
  199. package/dist/components/menu/menu.stories-data.d.ts +101 -0
  200. package/dist/components/menu/menu.stories-data.js +182 -0
  201. package/dist/components/menu/menu.stories.d.ts +31 -0
  202. package/dist/components/menu/menu.stories.js +104 -0
  203. package/dist/components/menu/menu.test.d.ts +1 -0
  204. package/dist/components/menu/menu.test.js +46 -0
  205. package/dist/components/menu/trigger/button.d.ts +14 -0
  206. package/dist/components/menu/trigger/button.js +13 -0
  207. package/dist/components/menu/trigger/component.d.ts +8 -0
  208. package/dist/components/menu/trigger/component.js +6 -0
  209. package/dist/components/menu/trigger/text.d.ts +10 -0
  210. package/dist/components/menu/trigger/text.js +9 -0
  211. package/dist/components/menu/trigger/trigger.d.ts +27 -0
  212. package/dist/components/menu/trigger/trigger.js +35 -0
  213. package/dist/components/message/dismiss.d.ts +8 -0
  214. package/dist/components/message/dismiss.js +17 -0
  215. package/dist/components/message/enum.d.ts +9 -0
  216. package/dist/components/message/enum.js +11 -0
  217. package/dist/components/message/message.d.ts +19 -0
  218. package/dist/components/message/message.js +49 -0
  219. package/dist/components/message/message.stories.d.ts +11 -0
  220. package/dist/components/message/message.stories.js +82 -0
  221. package/dist/components/modal/modal.d.ts +8 -0
  222. package/dist/components/modal/modal.js +7 -0
  223. package/dist/components/modal/modal.stories.d.ts +12 -0
  224. package/dist/components/modal/modal.stories.js +107 -0
  225. package/dist/components/number-input/number-input.d.ts +26 -0
  226. package/dist/components/number-input/number-input.js +66 -0
  227. package/dist/components/number-input/number-input.stories.d.ts +13 -0
  228. package/dist/components/number-input/number-input.stories.js +43 -0
  229. package/dist/components/option-dropdown/enum.d.ts +5 -0
  230. package/dist/components/option-dropdown/enum.js +6 -0
  231. package/dist/components/option-dropdown/heading.d.ts +4 -0
  232. package/dist/components/option-dropdown/heading.js +3 -0
  233. package/dist/components/option-dropdown/layer.d.ts +16 -0
  234. package/dist/components/option-dropdown/layer.js +43 -0
  235. package/dist/components/option-dropdown/option-dropdown.d.ts +19 -0
  236. package/dist/components/option-dropdown/option-dropdown.js +17 -0
  237. package/dist/components/option-dropdown/option-dropdown.stories.d.ts +5 -0
  238. package/dist/components/option-dropdown/option-dropdown.stories.js +35 -0
  239. package/dist/components/option-dropdown/option.d.ts +10 -0
  240. package/dist/components/option-dropdown/option.js +7 -0
  241. package/dist/components/pagination/pagination.d.ts +13 -0
  242. package/dist/components/pagination/pagination.interface.d.ts +15 -0
  243. package/dist/components/pagination/pagination.interface.js +1 -0
  244. package/dist/components/pagination/pagination.js +33 -0
  245. package/dist/components/pagination/pagination.stories.d.ts +7 -0
  246. package/dist/components/pagination/pagination.stories.js +62 -0
  247. package/dist/components/pagination/pagination.test.d.ts +1 -0
  248. package/dist/components/pagination/pagination.test.js +84 -0
  249. package/dist/components/pagination/pagination.viewdata.d.ts +17 -0
  250. package/dist/components/pagination/pagination.viewdata.js +53 -0
  251. package/dist/components/pop-confirm/content.d.ts +9 -0
  252. package/dist/components/pop-confirm/content.js +5 -0
  253. package/dist/components/pop-confirm/pop-confirm.d.ts +14 -0
  254. package/dist/components/pop-confirm/pop-confirm.js +7 -0
  255. package/dist/components/pop-confirm/pop-confirm.stories.d.ts +4 -0
  256. package/dist/components/pop-confirm/pop-confirm.stories.js +43 -0
  257. package/dist/components/popover/popover.d.ts +14 -0
  258. package/dist/components/popover/popover.js +39 -0
  259. package/dist/components/popover/popover.stories.d.ts +7 -0
  260. package/dist/components/popover/popover.stories.js +43 -0
  261. package/dist/components/portal/portal.d.ts +6 -0
  262. package/dist/components/portal/portal.js +11 -0
  263. package/dist/components/portal/portal.stories.d.ts +7 -0
  264. package/dist/components/portal/portal.stories.js +51 -0
  265. package/dist/components/progress-bar/progress-bar.d.ts +9 -0
  266. package/dist/components/progress-bar/progress-bar.js +21 -0
  267. package/dist/components/progress-bar/progress-bar.stories.d.ts +4 -0
  268. package/dist/components/progress-bar/progress-bar.stories.js +16 -0
  269. package/dist/components/radio-button/radio-button.d.ts +27 -0
  270. package/dist/components/radio-button/radio-button.js +45 -0
  271. package/dist/components/radio-button/radio-button.stories.d.ts +5 -0
  272. package/dist/components/radio-button/radio-button.stories.js +45 -0
  273. package/dist/components/radio-button/radio-input.d.ts +16 -0
  274. package/dist/components/radio-button/radio-input.js +9 -0
  275. package/dist/components/rich-text-input/rich-text-input.d.ts +10 -0
  276. package/dist/components/rich-text-input/rich-text-input.js +35 -0
  277. package/dist/components/rich-text-input/rich-text-input.stories.d.ts +9 -0
  278. package/dist/components/rich-text-input/rich-text-input.stories.js +60 -0
  279. package/dist/components/rich-text-input/rich-text-toolbar/enum.d.ts +7 -0
  280. package/dist/components/rich-text-input/rich-text-toolbar/enum.js +8 -0
  281. package/dist/components/rich-text-input/rich-text-toolbar/rich-text-toolbar.d.ts +7 -0
  282. package/dist/components/rich-text-input/rich-text-toolbar/rich-text-toolbar.js +42 -0
  283. package/dist/components/select/custom-select/custom-select.d.ts +2 -0
  284. package/dist/components/select/custom-select/custom-select.interface.d.ts +47 -0
  285. package/dist/components/select/custom-select/custom-select.interface.js +1 -0
  286. package/dist/components/select/custom-select/custom-select.js +51 -0
  287. package/dist/components/select/custom-select/custom-select.reducer.d.ts +6 -0
  288. package/dist/components/select/custom-select/custom-select.reducer.js +140 -0
  289. package/dist/components/select/custom-select/enum.d.ts +11 -0
  290. package/dist/components/select/custom-select/enum.js +12 -0
  291. package/dist/components/select/custom-select/helper.d.ts +3 -0
  292. package/dist/components/select/custom-select/helper.js +55 -0
  293. package/dist/components/select/custom-select/hooks/enum.d.ts +20 -0
  294. package/dist/components/select/custom-select/hooks/enum.js +22 -0
  295. package/dist/components/select/custom-select/hooks/use-custom-select-logic.d.ts +39 -0
  296. package/dist/components/select/custom-select/hooks/use-custom-select-logic.js +222 -0
  297. package/dist/components/select/custom-select/layer/heading.d.ts +3 -0
  298. package/dist/components/select/custom-select/layer/heading.js +5 -0
  299. package/dist/components/select/custom-select/layer/layer.d.ts +17 -0
  300. package/dist/components/select/custom-select/layer/layer.js +25 -0
  301. package/dist/components/select/custom-select/layer/option.d.ts +15 -0
  302. package/dist/components/select/custom-select/layer/option.js +10 -0
  303. package/dist/components/select/custom-select/layer/placementOptions.d.ts +10 -0
  304. package/dist/components/select/custom-select/layer/placementOptions.js +7 -0
  305. package/dist/components/select/custom-select/layer/section.d.ts +15 -0
  306. package/dist/components/select/custom-select/layer/section.js +16 -0
  307. package/dist/components/select/custom-select/reducer.interface.d.ts +34 -0
  308. package/dist/components/select/custom-select/reducer.interface.js +1 -0
  309. package/dist/components/select/custom-select/trigger/input.d.ts +14 -0
  310. package/dist/components/select/custom-select/trigger/input.js +21 -0
  311. package/dist/components/select/custom-select/trigger/multi-selected-options.d.ts +8 -0
  312. package/dist/components/select/custom-select/trigger/multi-selected-options.js +41 -0
  313. package/dist/components/select/custom-select/trigger/trigger.d.ts +34 -0
  314. package/dist/components/select/custom-select/trigger/trigger.js +53 -0
  315. package/dist/components/select/native-select/native-select.d.ts +29 -0
  316. package/dist/components/select/native-select/native-select.js +61 -0
  317. package/dist/components/select/select.d.ts +2 -0
  318. package/dist/components/select/select.input.d.ts +21 -0
  319. package/dist/components/select/select.input.js +114 -0
  320. package/dist/components/select/select.interface.d.ts +39 -0
  321. package/dist/components/select/select.interface.js +1 -0
  322. package/dist/components/select/select.js +61 -0
  323. package/dist/components/select/select.stories-data.d.ts +25 -0
  324. package/dist/components/select/select.stories-data.js +113 -0
  325. package/dist/components/select/select.stories.d.ts +30 -0
  326. package/dist/components/select/select.stories.js +93 -0
  327. package/dist/components/select/select.test.d.ts +1 -0
  328. package/dist/components/select/select.test.js +303 -0
  329. package/dist/components/side-bar/link.d.ts +17 -0
  330. package/dist/components/side-bar/link.js +20 -0
  331. package/dist/components/side-bar/sections.d.ts +21 -0
  332. package/dist/components/side-bar/sections.js +7 -0
  333. package/dist/components/side-bar/side-bar.d.ts +26 -0
  334. package/dist/components/side-bar/side-bar.js +28 -0
  335. package/dist/components/side-bar/side-bar.stories.d.ts +5 -0
  336. package/dist/components/side-bar/side-bar.stories.js +90 -0
  337. package/dist/components/slider/slider-tooltip.d.ts +5 -0
  338. package/dist/components/slider/slider-tooltip.js +13 -0
  339. package/dist/components/slider/slider.d.ts +37 -0
  340. package/dist/components/slider/slider.js +57 -0
  341. package/dist/components/slider/slider.stories.d.ts +16 -0
  342. package/dist/components/slider/slider.stories.js +85 -0
  343. package/dist/components/spinner/spinner.d.ts +7 -0
  344. package/dist/components/spinner/spinner.js +6 -0
  345. package/dist/components/spinner/spinner.stories.d.ts +4 -0
  346. package/dist/components/spinner/spinner.stories.js +14 -0
  347. package/dist/components/table/cell/cell-types/action-cell.d.ts +5 -0
  348. package/dist/components/table/cell/cell-types/action-cell.js +5 -0
  349. package/dist/components/table/cell/cell-types/cell-help-icon.d.ts +5 -0
  350. package/dist/components/table/cell/cell-types/cell-help-icon.js +7 -0
  351. package/dist/components/table/cell/cell-types/cell-library-icon.d.ts +5 -0
  352. package/dist/components/table/cell/cell-types/cell-library-icon.js +8 -0
  353. package/dist/components/table/cell/cell-types/cell-types.interface.d.ts +150 -0
  354. package/dist/components/table/cell/cell-types/cell-types.interface.js +1 -0
  355. package/dist/components/table/cell/cell-types/check-box-cell.d.ts +7 -0
  356. package/dist/components/table/cell/cell-types/check-box-cell.js +5 -0
  357. package/dist/components/table/cell/cell-types/icon-cell.d.ts +5 -0
  358. package/dist/components/table/cell/cell-types/icon-cell.js +9 -0
  359. package/dist/components/table/cell/cell-types/input-cell.d.ts +8 -0
  360. package/dist/components/table/cell/cell-types/input-cell.js +6 -0
  361. package/dist/components/table/cell/cell-types/link-cell.d.ts +7 -0
  362. package/dist/components/table/cell/cell-types/link-cell.js +23 -0
  363. package/dist/components/table/cell/cell-types/number-input-cell.d.ts +7 -0
  364. package/dist/components/table/cell/cell-types/number-input-cell.js +5 -0
  365. package/dist/components/table/cell/cell-types/popover-cell.d.ts +6 -0
  366. package/dist/components/table/cell/cell-types/popover-cell.js +8 -0
  367. package/dist/components/table/cell/cell-types/select-cell.d.ts +8 -0
  368. package/dist/components/table/cell/cell-types/select-cell.js +6 -0
  369. package/dist/components/table/cell/cell-types/slider-cell.d.ts +6 -0
  370. package/dist/components/table/cell/cell-types/slider-cell.js +6 -0
  371. package/dist/components/table/cell/cell-types/sort-cell.d.ts +5 -0
  372. package/dist/components/table/cell/cell-types/sort-cell.js +9 -0
  373. package/dist/components/table/cell/cell-types/static-cell.d.ts +7 -0
  374. package/dist/components/table/cell/cell-types/static-cell.js +16 -0
  375. package/dist/components/table/cell/cell-wrapper.d.ts +8 -0
  376. package/dist/components/table/cell/cell-wrapper.js +33 -0
  377. package/dist/components/table/cell/cell.d.ts +12 -0
  378. package/dist/components/table/cell/cell.js +45 -0
  379. package/dist/components/table/cell/cell.stories.d.ts +21 -0
  380. package/dist/components/table/cell/cell.stories.js +209 -0
  381. package/dist/components/table/cell/input-cell-wrapper.d.ts +7 -0
  382. package/dist/components/table/cell/input-cell-wrapper.js +8 -0
  383. package/dist/components/table/enum.d.ts +9 -0
  384. package/dist/components/table/enum.js +10 -0
  385. package/dist/components/table/footer/footer.d.ts +10 -0
  386. package/dist/components/table/footer/footer.js +18 -0
  387. package/dist/components/table/footer/footer.stories.d.ts +3 -0
  388. package/dist/components/table/footer/footer.stories.js +19 -0
  389. package/dist/components/table/helper.d.ts +22 -0
  390. package/dist/components/table/helper.js +49 -0
  391. package/dist/components/table/helper.test.d.ts +1 -0
  392. package/dist/components/table/helper.test.js +127 -0
  393. package/dist/components/table/row/expanded-content-row.d.ts +7 -0
  394. package/dist/components/table/row/expanded-content-row.js +6 -0
  395. package/dist/components/table/row/row.d.ts +37 -0
  396. package/dist/components/table/row/row.js +46 -0
  397. package/dist/components/table/row/row.stories.d.ts +9 -0
  398. package/dist/components/table/row/row.stories.js +132 -0
  399. package/dist/components/table/table-scroll-wrapper.d.ts +13 -0
  400. package/dist/components/table/table-scroll-wrapper.js +24 -0
  401. package/dist/components/table/table.d.ts +34 -0
  402. package/dist/components/table/table.js +91 -0
  403. package/dist/components/table/table.stories-data.d.ts +1970 -0
  404. package/dist/components/table/table.stories-data.js +996 -0
  405. package/dist/components/table/table.stories.d.ts +17 -0
  406. package/dist/components/table/table.stories.js +521 -0
  407. package/dist/components/table/table.test.d.ts +1 -0
  408. package/dist/components/table/table.test.js +27 -0
  409. package/dist/components/table/table.viewdata.d.ts +16 -0
  410. package/dist/components/table/table.viewdata.js +17 -0
  411. package/dist/components/table/title/title.d.ts +8 -0
  412. package/dist/components/table/title/title.js +22 -0
  413. package/dist/components/table/title/title.stories.d.ts +11 -0
  414. package/dist/components/table/title/title.stories.js +53 -0
  415. package/dist/components/tabs/content.d.ts +7 -0
  416. package/dist/components/tabs/content.js +6 -0
  417. package/dist/components/tabs/label.d.ts +14 -0
  418. package/dist/components/tabs/label.js +8 -0
  419. package/dist/components/tabs/tabs.d.ts +33 -0
  420. package/dist/components/tabs/tabs.js +64 -0
  421. package/dist/components/tabs/tabs.stories.d.ts +10 -0
  422. package/dist/components/tabs/tabs.stories.js +86 -0
  423. package/dist/components/text/text.d.ts +15 -0
  424. package/dist/components/text/text.js +6 -0
  425. package/dist/components/text/text.stories.d.ts +6 -0
  426. package/dist/components/text/text.stories.js +22 -0
  427. package/dist/components/text-link/text-link.d.ts +9 -0
  428. package/dist/components/text-link/text-link.js +5 -0
  429. package/dist/components/text-link/text-link.stories.d.ts +5 -0
  430. package/dist/components/text-link/text-link.stories.js +17 -0
  431. package/dist/components/textarea/textarea.d.ts +22 -0
  432. package/dist/components/textarea/textarea.js +15 -0
  433. package/dist/components/textarea/textarea.stories.d.ts +4 -0
  434. package/dist/components/textarea/textarea.stories.js +18 -0
  435. package/dist/components/toaster/toaster.d.ts +19 -0
  436. package/dist/components/toaster/toaster.js +51 -0
  437. package/dist/components/toaster/toaster.stories.d.ts +15 -0
  438. package/dist/components/toaster/toaster.stories.js +84 -0
  439. package/dist/components/toggle/toggle.d.ts +14 -0
  440. package/dist/components/toggle/toggle.js +17 -0
  441. package/dist/components/toggle/toggle.stories.d.ts +10 -0
  442. package/dist/components/toggle/toggle.stories.js +41 -0
  443. package/dist/components/tooltip/tooltip-layer.d.ts +16 -0
  444. package/dist/components/tooltip/tooltip-layer.js +19 -0
  445. package/dist/components/tooltip/tooltip.d.ts +19 -0
  446. package/dist/components/tooltip/tooltip.js +31 -0
  447. package/dist/components/tooltip/tooltip.stories.d.ts +11 -0
  448. package/dist/components/tooltip/tooltip.stories.js +50 -0
  449. package/dist/components/tooltip/tooltip.test-case.stories.d.ts +4 -0
  450. package/dist/components/tooltip/tooltip.test-case.stories.js +20 -0
  451. package/dist/components/top-bar/element/element.d.ts +32 -0
  452. package/dist/components/top-bar/element/element.js +28 -0
  453. package/dist/components/top-bar/element/enum.d.ts +6 -0
  454. package/dist/components/top-bar/element/enum.js +7 -0
  455. package/dist/components/top-bar/element/link.d.ts +11 -0
  456. package/dist/components/top-bar/element/link.js +15 -0
  457. package/dist/components/top-bar/title.d.ts +9 -0
  458. package/dist/components/top-bar/title.js +7 -0
  459. package/dist/components/top-bar/top-bar.d.ts +11 -0
  460. package/dist/components/top-bar/top-bar.js +19 -0
  461. package/dist/components/top-bar/top-bar.stories.d.ts +6 -0
  462. package/dist/components/top-bar/top-bar.stories.js +124 -0
  463. package/dist/components/top-bar/top-bar.testcase.stories.d.ts +5 -0
  464. package/dist/components/top-bar/top-bar.testcase.stories.js +53 -0
  465. package/dist/components/top-bar/warning.d.ts +5 -0
  466. package/dist/components/top-bar/warning.js +5 -0
  467. package/dist/components/tree/tree-item.d.ts +10 -0
  468. package/dist/components/tree/tree-item.js +27 -0
  469. package/dist/components/tree/tree-placeholder.d.ts +4 -0
  470. package/dist/components/tree/tree-placeholder.js +3 -0
  471. package/dist/components/tree/tree.d.ts +42 -0
  472. package/dist/components/tree/tree.js +50 -0
  473. package/dist/components/tree/tree.stories-data.d.ts +126 -0
  474. package/dist/components/tree/tree.stories-data.js +83 -0
  475. package/dist/components/tree/tree.stories.d.ts +11 -0
  476. package/dist/components/tree/tree.stories.js +98 -0
  477. package/dist/helpers/disabled-context.d.ts +2 -0
  478. package/dist/helpers/disabled-context.js +2 -0
  479. package/dist/helpers/text.d.ts +1 -0
  480. package/dist/helpers/text.js +9 -0
  481. package/dist/helpers/types.d.ts +3 -0
  482. package/dist/helpers/types.js +8 -0
  483. package/dist/hooks/index.d.ts +4 -0
  484. package/dist/hooks/index.js +4 -0
  485. package/dist/hooks/use-focus.d.ts +4 -0
  486. package/dist/hooks/use-focus.js +10 -0
  487. package/dist/hooks/use-fonts-ready.d.ts +1 -0
  488. package/dist/hooks/use-fonts-ready.js +13 -0
  489. package/dist/hooks/use-keyboard-event.d.ts +2 -0
  490. package/dist/hooks/use-keyboard-event.js +14 -0
  491. package/dist/hooks/use-window-width.d.ts +1 -0
  492. package/dist/hooks/use-window-width.js +16 -0
  493. package/dist/index.d.ts +79 -1466
  494. package/dist/index.js +86 -72363
  495. package/dist/my-dummy.js +1 -0
  496. package/package.json +1 -1
@@ -0,0 +1,1970 @@
1
+ export declare const table: {
2
+ headers: {
3
+ cells: {
4
+ value: string;
5
+ }[];
6
+ }[];
7
+ rows: {
8
+ cells: ({
9
+ value: string;
10
+ testId: string;
11
+ } | {
12
+ value: number;
13
+ testId: string;
14
+ })[];
15
+ }[];
16
+ };
17
+ export declare const tableColumnWidths: {
18
+ columnWidths: string[];
19
+ headers: {
20
+ cells: {
21
+ value: string;
22
+ }[];
23
+ }[];
24
+ rows: {
25
+ cells: ({
26
+ value: string;
27
+ testId: string;
28
+ } | {
29
+ value: number;
30
+ testId: string;
31
+ })[];
32
+ }[];
33
+ };
34
+ export declare const tableStaticTooltips: {
35
+ rows: {
36
+ cells: ({
37
+ tooltip: string;
38
+ value: string;
39
+ testId: string;
40
+ } | {
41
+ tooltip: string;
42
+ value: number;
43
+ testId: string;
44
+ })[];
45
+ }[];
46
+ headers: {
47
+ cells: {
48
+ value: string;
49
+ }[];
50
+ }[];
51
+ };
52
+ export declare const tableCellWidths: {
53
+ rows: {
54
+ cells: ({
55
+ width: string;
56
+ value: string;
57
+ testId: string;
58
+ } | {
59
+ width: string;
60
+ value: number;
61
+ testId: string;
62
+ })[];
63
+ }[];
64
+ headers: {
65
+ cells: {
66
+ value: string;
67
+ }[];
68
+ }[];
69
+ };
70
+ export declare const tableCellStyleProp: {
71
+ rows: {
72
+ cells: ({
73
+ style: {
74
+ width: string;
75
+ background: string;
76
+ fontWeight: string;
77
+ };
78
+ value: string;
79
+ testId: string;
80
+ } | {
81
+ style: {
82
+ width: string;
83
+ background: string;
84
+ fontWeight: string;
85
+ };
86
+ value: number;
87
+ testId: string;
88
+ })[];
89
+ }[];
90
+ headers: {
91
+ cells: {
92
+ value: string;
93
+ }[];
94
+ }[];
95
+ };
96
+ export declare const tableBreakLongContent: {
97
+ rows: ({
98
+ cells: ({
99
+ value: string;
100
+ testId: string;
101
+ } | {
102
+ value: number;
103
+ testId: string;
104
+ })[];
105
+ } | {
106
+ cells: ({
107
+ breakWord: boolean;
108
+ value: string;
109
+ } | {
110
+ value: number;
111
+ breakWord?: undefined;
112
+ } | {
113
+ value: string;
114
+ breakWord?: undefined;
115
+ })[];
116
+ })[];
117
+ headers: {
118
+ cells: {
119
+ value: string;
120
+ }[];
121
+ }[];
122
+ };
123
+ export declare const tableUnits: {
124
+ headers: ({
125
+ cells: {
126
+ value: string;
127
+ }[];
128
+ } | {
129
+ cells: ({
130
+ options?: undefined;
131
+ type?: undefined;
132
+ searchable?: undefined;
133
+ value?: undefined;
134
+ onChange?: undefined;
135
+ } | {
136
+ options: {
137
+ label: string;
138
+ value: string;
139
+ }[];
140
+ type: string;
141
+ searchable: boolean;
142
+ value: {
143
+ label: string;
144
+ value: string;
145
+ };
146
+ onChange: () => void;
147
+ } | {
148
+ type: string;
149
+ value: string;
150
+ options?: undefined;
151
+ searchable?: undefined;
152
+ onChange?: undefined;
153
+ })[];
154
+ })[];
155
+ rows: {
156
+ cells: ({
157
+ value: string;
158
+ testId: string;
159
+ } | {
160
+ value: number;
161
+ testId: string;
162
+ })[];
163
+ }[];
164
+ };
165
+ export declare const tableActiveRow: {
166
+ rows: {
167
+ active: boolean;
168
+ onRowClick: () => void;
169
+ cells: ({
170
+ value: string;
171
+ testId: string;
172
+ } | {
173
+ value: number;
174
+ testId: string;
175
+ })[];
176
+ }[];
177
+ headers: {
178
+ cells: {
179
+ value: string;
180
+ }[];
181
+ }[];
182
+ };
183
+ export declare const tableTitle: {
184
+ name: string;
185
+ headers: {
186
+ cells: {
187
+ value: string;
188
+ }[];
189
+ }[];
190
+ rows: {
191
+ cells: ({
192
+ value: string;
193
+ testId: string;
194
+ } | {
195
+ value: number;
196
+ testId: string;
197
+ })[];
198
+ }[];
199
+ };
200
+ export declare const tableTitleJsx: {
201
+ name: import("react/jsx-runtime").JSX.Element;
202
+ headers: {
203
+ cells: {
204
+ value: string;
205
+ }[];
206
+ }[];
207
+ rows: {
208
+ cells: ({
209
+ value: string;
210
+ testId: string;
211
+ } | {
212
+ value: number;
213
+ testId: string;
214
+ })[];
215
+ }[];
216
+ };
217
+ export declare const tableChildComponent: {
218
+ name: string;
219
+ actions: {
220
+ childComponent: import("react/jsx-runtime").JSX.Element;
221
+ }[];
222
+ testId: string;
223
+ headers: {
224
+ cells: {
225
+ value: string;
226
+ }[];
227
+ }[];
228
+ rows: {
229
+ cells: ({
230
+ value: string;
231
+ testId: string;
232
+ } | {
233
+ value: number;
234
+ testId: string;
235
+ })[];
236
+ }[];
237
+ };
238
+ export declare const tableWithActionHeaderAndNoLabel: {
239
+ actions: {
240
+ childComponent: import("react/jsx-runtime").JSX.Element;
241
+ }[];
242
+ actionsRight: boolean;
243
+ headers: {
244
+ cells: {
245
+ value: string;
246
+ }[];
247
+ }[];
248
+ rows: {
249
+ cells: ({
250
+ value: string;
251
+ testId: string;
252
+ } | {
253
+ value: number;
254
+ testId: string;
255
+ })[];
256
+ }[];
257
+ };
258
+ export declare const tableInfiniteScroll: {
259
+ headers: ({
260
+ cells: {
261
+ value: string;
262
+ }[];
263
+ } | {
264
+ cells: ({
265
+ options?: undefined;
266
+ type?: undefined;
267
+ native?: undefined;
268
+ value?: undefined;
269
+ onChange?: undefined;
270
+ } | {
271
+ options: {
272
+ label: string;
273
+ value: string;
274
+ }[];
275
+ type: string;
276
+ native: boolean;
277
+ value: {
278
+ label: string;
279
+ value: string;
280
+ };
281
+ onChange: () => void;
282
+ } | {
283
+ type: string;
284
+ value: string;
285
+ options?: undefined;
286
+ native?: undefined;
287
+ onChange?: undefined;
288
+ })[];
289
+ })[];
290
+ bordered: boolean;
291
+ infiniteScroll: boolean;
292
+ maxHeight: string;
293
+ stickyHeaders: boolean;
294
+ rows: {
295
+ cells: ({
296
+ type: string;
297
+ value: string;
298
+ } | {
299
+ type: string;
300
+ value: number;
301
+ })[];
302
+ }[];
303
+ footer: {
304
+ content: import("react/jsx-runtime").JSX.Element;
305
+ };
306
+ };
307
+ export declare const tableInfiniteScrollFullHeight: {
308
+ maxHeight: string;
309
+ headers: ({
310
+ cells: {
311
+ value: string;
312
+ }[];
313
+ } | {
314
+ cells: ({
315
+ options?: undefined;
316
+ type?: undefined;
317
+ native?: undefined;
318
+ value?: undefined;
319
+ onChange?: undefined;
320
+ } | {
321
+ options: {
322
+ label: string;
323
+ value: string;
324
+ }[];
325
+ type: string;
326
+ native: boolean;
327
+ value: {
328
+ label: string;
329
+ value: string;
330
+ };
331
+ onChange: () => void;
332
+ } | {
333
+ type: string;
334
+ value: string;
335
+ options?: undefined;
336
+ native?: undefined;
337
+ onChange?: undefined;
338
+ })[];
339
+ })[];
340
+ bordered: boolean;
341
+ infiniteScroll: boolean;
342
+ stickyHeaders: boolean;
343
+ rows: {
344
+ cells: ({
345
+ type: string;
346
+ value: string;
347
+ } | {
348
+ type: string;
349
+ value: number;
350
+ })[];
351
+ }[];
352
+ footer: {
353
+ content: import("react/jsx-runtime").JSX.Element;
354
+ };
355
+ };
356
+ export declare const tableInfiniteScrollShort: {
357
+ rows: {
358
+ cells: ({
359
+ type: string;
360
+ value: string;
361
+ } | {
362
+ type: string;
363
+ value: number;
364
+ })[];
365
+ }[];
366
+ headers: ({
367
+ cells: {
368
+ value: string;
369
+ }[];
370
+ } | {
371
+ cells: ({
372
+ options?: undefined;
373
+ type?: undefined;
374
+ native?: undefined;
375
+ value?: undefined;
376
+ onChange?: undefined;
377
+ } | {
378
+ options: {
379
+ label: string;
380
+ value: string;
381
+ }[];
382
+ type: string;
383
+ native: boolean;
384
+ value: {
385
+ label: string;
386
+ value: string;
387
+ };
388
+ onChange: () => void;
389
+ } | {
390
+ type: string;
391
+ value: string;
392
+ options?: undefined;
393
+ native?: undefined;
394
+ onChange?: undefined;
395
+ })[];
396
+ })[];
397
+ bordered: boolean;
398
+ infiniteScroll: boolean;
399
+ maxHeight: string;
400
+ stickyHeaders: boolean;
401
+ footer: {
402
+ content: import("react/jsx-runtime").JSX.Element;
403
+ };
404
+ };
405
+ export declare const tableInfiniteScrollDnD: {
406
+ draggable: boolean;
407
+ headers: ({
408
+ cells: {
409
+ value: string;
410
+ }[];
411
+ } | {
412
+ cells: ({
413
+ options?: undefined;
414
+ type?: undefined;
415
+ native?: undefined;
416
+ value?: undefined;
417
+ onChange?: undefined;
418
+ } | {
419
+ options: {
420
+ label: string;
421
+ value: string;
422
+ }[];
423
+ type: string;
424
+ native: boolean;
425
+ value: {
426
+ label: string;
427
+ value: string;
428
+ };
429
+ onChange: () => void;
430
+ } | {
431
+ type: string;
432
+ value: string;
433
+ options?: undefined;
434
+ native?: undefined;
435
+ onChange?: undefined;
436
+ })[];
437
+ })[];
438
+ bordered: boolean;
439
+ infiniteScroll: boolean;
440
+ maxHeight: string;
441
+ stickyHeaders: boolean;
442
+ rows: {
443
+ cells: ({
444
+ type: string;
445
+ value: string;
446
+ } | {
447
+ type: string;
448
+ value: number;
449
+ })[];
450
+ }[];
451
+ footer: {
452
+ content: import("react/jsx-runtime").JSX.Element;
453
+ };
454
+ };
455
+ export declare const tableRowFocus: {
456
+ rows: {
457
+ onRowFocus: () => void;
458
+ cells: ({
459
+ value: string;
460
+ testId: string;
461
+ } | {
462
+ value: number;
463
+ testId: string;
464
+ })[];
465
+ }[];
466
+ headers: {
467
+ cells: {
468
+ value: string;
469
+ }[];
470
+ }[];
471
+ };
472
+ export declare const tableJsxContent: {
473
+ headers: {
474
+ cells: {
475
+ value: string;
476
+ }[];
477
+ }[];
478
+ rows: {
479
+ cells: ({
480
+ value: string;
481
+ } | {
482
+ value: import("react/jsx-runtime").JSX.Element;
483
+ })[];
484
+ }[];
485
+ };
486
+ export declare const tableColspan: {
487
+ headers: {
488
+ cells: ({
489
+ value: string;
490
+ colSpan?: undefined;
491
+ } | {
492
+ value: string;
493
+ colSpan: number;
494
+ })[];
495
+ }[];
496
+ rows: ({
497
+ cells: ({
498
+ value: string;
499
+ testId: string;
500
+ } | {
501
+ value: number;
502
+ testId: string;
503
+ })[];
504
+ } | {
505
+ cells: {
506
+ value: string;
507
+ colSpan: number;
508
+ }[];
509
+ })[];
510
+ };
511
+ export declare const tableRowspan: {
512
+ headers: ({
513
+ cells: ({
514
+ value: string;
515
+ colSpan: number;
516
+ rowSpan?: undefined;
517
+ } | {
518
+ value: string;
519
+ rowSpan: number;
520
+ colSpan?: undefined;
521
+ })[];
522
+ } | {
523
+ cells: {
524
+ value: string;
525
+ }[];
526
+ })[];
527
+ rows: {
528
+ cells: ({
529
+ type: string;
530
+ value: string;
531
+ options?: undefined;
532
+ rowSpan?: undefined;
533
+ } | {
534
+ type: string;
535
+ options: {
536
+ label: string;
537
+ value: string;
538
+ }[];
539
+ value: {
540
+ label: string;
541
+ value: string;
542
+ };
543
+ rowSpan: number;
544
+ })[];
545
+ }[];
546
+ };
547
+ export declare const tableColspanWidths: {
548
+ columnWidths: string[];
549
+ headers: {
550
+ cells: ({
551
+ value: string;
552
+ colSpan?: undefined;
553
+ } | {
554
+ value: string;
555
+ colSpan: number;
556
+ })[];
557
+ }[];
558
+ rows: {
559
+ cells: ({
560
+ value: string;
561
+ testId: string;
562
+ } | {
563
+ value: number;
564
+ testId: string;
565
+ })[];
566
+ }[];
567
+ };
568
+ export declare const tableAlignment: {
569
+ columnAlignment: string[];
570
+ headers: {
571
+ cells: {
572
+ value: string;
573
+ }[];
574
+ }[];
575
+ rows: {
576
+ cells: ({
577
+ value: string;
578
+ testId: string;
579
+ } | {
580
+ value: number;
581
+ testId: string;
582
+ })[];
583
+ }[];
584
+ };
585
+ export declare const tableHeaderAlignment: {
586
+ columnAlignment: string[];
587
+ columnHeaderAlignments: string[][];
588
+ headers: {
589
+ cells: ({
590
+ value: string;
591
+ colSpan?: undefined;
592
+ } | {
593
+ value: string;
594
+ colSpan: number;
595
+ })[];
596
+ }[];
597
+ rows: ({
598
+ cells: ({
599
+ value: string;
600
+ testId: string;
601
+ } | {
602
+ value: number;
603
+ testId: string;
604
+ })[];
605
+ } | {
606
+ cells: {
607
+ value: string;
608
+ colSpan: number;
609
+ }[];
610
+ })[];
611
+ };
612
+ export declare const tableEditable: {
613
+ fixedWidth: string;
614
+ headers: {
615
+ cells: ({
616
+ value: string;
617
+ testId: string;
618
+ width: string;
619
+ } | {
620
+ value: string;
621
+ width: string;
622
+ testId?: undefined;
623
+ } | {
624
+ value: string;
625
+ testId?: undefined;
626
+ width?: undefined;
627
+ })[];
628
+ }[];
629
+ rows: ({
630
+ cells: ({
631
+ value: string;
632
+ type: string;
633
+ onChange: () => void;
634
+ testId: string;
635
+ native?: undefined;
636
+ options?: undefined;
637
+ min?: undefined;
638
+ max?: undefined;
639
+ } | {
640
+ type: string;
641
+ native: boolean;
642
+ options: {
643
+ label: number;
644
+ value: number;
645
+ }[];
646
+ value: {
647
+ label: number;
648
+ value: number;
649
+ };
650
+ onChange: () => void;
651
+ testId?: undefined;
652
+ min?: undefined;
653
+ max?: undefined;
654
+ } | {
655
+ value: number;
656
+ type: string;
657
+ onChange: () => void;
658
+ testId?: undefined;
659
+ native?: undefined;
660
+ options?: undefined;
661
+ min?: undefined;
662
+ max?: undefined;
663
+ } | {
664
+ type: string;
665
+ options: {
666
+ label: string;
667
+ value: string;
668
+ }[];
669
+ value: {
670
+ label: string;
671
+ value: string;
672
+ };
673
+ onChange: () => void;
674
+ testId?: undefined;
675
+ native?: undefined;
676
+ min?: undefined;
677
+ max?: undefined;
678
+ } | {
679
+ type: string;
680
+ value: number;
681
+ min: number;
682
+ max: number;
683
+ onChange: () => void;
684
+ testId?: undefined;
685
+ native?: undefined;
686
+ options?: undefined;
687
+ } | {
688
+ value: number;
689
+ type?: undefined;
690
+ onChange?: undefined;
691
+ testId?: undefined;
692
+ native?: undefined;
693
+ options?: undefined;
694
+ min?: undefined;
695
+ max?: undefined;
696
+ })[];
697
+ } | {
698
+ cells: ({
699
+ value: string;
700
+ type: string;
701
+ onChange: () => void;
702
+ testId: string;
703
+ error: string;
704
+ native?: undefined;
705
+ options?: undefined;
706
+ min?: undefined;
707
+ max?: undefined;
708
+ } | {
709
+ type: string;
710
+ native: boolean;
711
+ options: {
712
+ label: number;
713
+ value: number;
714
+ }[];
715
+ value: {
716
+ label: number;
717
+ value: number;
718
+ };
719
+ onChange: () => void;
720
+ error: string;
721
+ testId?: undefined;
722
+ min?: undefined;
723
+ max?: undefined;
724
+ } | {
725
+ value: number;
726
+ type: string;
727
+ onChange: () => void;
728
+ error: string;
729
+ testId?: undefined;
730
+ native?: undefined;
731
+ options?: undefined;
732
+ min?: undefined;
733
+ max?: undefined;
734
+ } | {
735
+ type: string;
736
+ options: {
737
+ label: string;
738
+ value: string;
739
+ }[];
740
+ value: {
741
+ label: string;
742
+ value: string;
743
+ };
744
+ onChange: () => void;
745
+ error: string;
746
+ testId?: undefined;
747
+ native?: undefined;
748
+ min?: undefined;
749
+ max?: undefined;
750
+ } | {
751
+ type: string;
752
+ value: number;
753
+ min: number;
754
+ max: number;
755
+ onChange: () => void;
756
+ error: string;
757
+ testId?: undefined;
758
+ native?: undefined;
759
+ options?: undefined;
760
+ } | {
761
+ value: number;
762
+ error: string;
763
+ type?: undefined;
764
+ onChange?: undefined;
765
+ testId?: undefined;
766
+ native?: undefined;
767
+ options?: undefined;
768
+ min?: undefined;
769
+ max?: undefined;
770
+ })[];
771
+ } | {
772
+ cells: ({
773
+ value: string;
774
+ type: string;
775
+ onChange: () => void;
776
+ testId: string;
777
+ warning: string;
778
+ native?: undefined;
779
+ options?: undefined;
780
+ min?: undefined;
781
+ max?: undefined;
782
+ } | {
783
+ type: string;
784
+ native: boolean;
785
+ options: {
786
+ label: number;
787
+ value: number;
788
+ }[];
789
+ value: {
790
+ label: number;
791
+ value: number;
792
+ };
793
+ onChange: () => void;
794
+ warning: string;
795
+ testId?: undefined;
796
+ min?: undefined;
797
+ max?: undefined;
798
+ } | {
799
+ value: number;
800
+ type: string;
801
+ onChange: () => void;
802
+ warning: string;
803
+ testId?: undefined;
804
+ native?: undefined;
805
+ options?: undefined;
806
+ min?: undefined;
807
+ max?: undefined;
808
+ } | {
809
+ type: string;
810
+ options: {
811
+ label: string;
812
+ value: string;
813
+ }[];
814
+ value: {
815
+ label: string;
816
+ value: string;
817
+ };
818
+ onChange: () => void;
819
+ warning: string;
820
+ testId?: undefined;
821
+ native?: undefined;
822
+ min?: undefined;
823
+ max?: undefined;
824
+ } | {
825
+ type: string;
826
+ value: number;
827
+ min: number;
828
+ max: number;
829
+ onChange: () => void;
830
+ warning: string;
831
+ testId?: undefined;
832
+ native?: undefined;
833
+ options?: undefined;
834
+ } | {
835
+ value: number;
836
+ warning: string;
837
+ type?: undefined;
838
+ onChange?: undefined;
839
+ testId?: undefined;
840
+ native?: undefined;
841
+ options?: undefined;
842
+ min?: undefined;
843
+ max?: undefined;
844
+ })[];
845
+ })[];
846
+ };
847
+ export declare const tableCheckboxes: {
848
+ headers: {
849
+ cells: ({
850
+ value: string;
851
+ } | {
852
+ type: string;
853
+ onChange: () => void;
854
+ })[];
855
+ }[];
856
+ rows: {
857
+ cells: ({
858
+ value: string;
859
+ testId: string;
860
+ } | {
861
+ value: number;
862
+ testId: string;
863
+ } | {
864
+ type: string;
865
+ onChange: () => void;
866
+ })[];
867
+ }[];
868
+ };
869
+ export declare const tableDisabled: {
870
+ rows: ({
871
+ cells: ({
872
+ disabled: boolean;
873
+ value: string;
874
+ type: string;
875
+ onChange: () => void;
876
+ testId: string;
877
+ native?: undefined;
878
+ options?: undefined;
879
+ min?: undefined;
880
+ max?: undefined;
881
+ } | {
882
+ disabled: boolean;
883
+ type: string;
884
+ native: boolean;
885
+ options: {
886
+ label: number;
887
+ value: number;
888
+ }[];
889
+ value: {
890
+ label: number;
891
+ value: number;
892
+ };
893
+ onChange: () => void;
894
+ testId?: undefined;
895
+ min?: undefined;
896
+ max?: undefined;
897
+ } | {
898
+ disabled: boolean;
899
+ value: number;
900
+ type: string;
901
+ onChange: () => void;
902
+ testId?: undefined;
903
+ native?: undefined;
904
+ options?: undefined;
905
+ min?: undefined;
906
+ max?: undefined;
907
+ } | {
908
+ disabled: boolean;
909
+ type: string;
910
+ options: {
911
+ label: string;
912
+ value: string;
913
+ }[];
914
+ value: {
915
+ label: string;
916
+ value: string;
917
+ };
918
+ onChange: () => void;
919
+ testId?: undefined;
920
+ native?: undefined;
921
+ min?: undefined;
922
+ max?: undefined;
923
+ } | {
924
+ disabled: boolean;
925
+ type: string;
926
+ value: number;
927
+ min: number;
928
+ max: number;
929
+ onChange: () => void;
930
+ testId?: undefined;
931
+ native?: undefined;
932
+ options?: undefined;
933
+ } | {
934
+ disabled: boolean;
935
+ value: number;
936
+ type?: undefined;
937
+ onChange?: undefined;
938
+ testId?: undefined;
939
+ native?: undefined;
940
+ options?: undefined;
941
+ min?: undefined;
942
+ max?: undefined;
943
+ } | {
944
+ disabled: boolean;
945
+ value: string;
946
+ type: string;
947
+ onChange: () => void;
948
+ testId: string;
949
+ error: string;
950
+ native?: undefined;
951
+ options?: undefined;
952
+ min?: undefined;
953
+ max?: undefined;
954
+ } | {
955
+ disabled: boolean;
956
+ type: string;
957
+ native: boolean;
958
+ options: {
959
+ label: number;
960
+ value: number;
961
+ }[];
962
+ value: {
963
+ label: number;
964
+ value: number;
965
+ };
966
+ onChange: () => void;
967
+ error: string;
968
+ testId?: undefined;
969
+ min?: undefined;
970
+ max?: undefined;
971
+ } | {
972
+ disabled: boolean;
973
+ value: number;
974
+ type: string;
975
+ onChange: () => void;
976
+ error: string;
977
+ testId?: undefined;
978
+ native?: undefined;
979
+ options?: undefined;
980
+ min?: undefined;
981
+ max?: undefined;
982
+ } | {
983
+ disabled: boolean;
984
+ type: string;
985
+ options: {
986
+ label: string;
987
+ value: string;
988
+ }[];
989
+ value: {
990
+ label: string;
991
+ value: string;
992
+ };
993
+ onChange: () => void;
994
+ error: string;
995
+ testId?: undefined;
996
+ native?: undefined;
997
+ min?: undefined;
998
+ max?: undefined;
999
+ } | {
1000
+ disabled: boolean;
1001
+ type: string;
1002
+ value: number;
1003
+ min: number;
1004
+ max: number;
1005
+ onChange: () => void;
1006
+ error: string;
1007
+ testId?: undefined;
1008
+ native?: undefined;
1009
+ options?: undefined;
1010
+ } | {
1011
+ disabled: boolean;
1012
+ value: number;
1013
+ error: string;
1014
+ type?: undefined;
1015
+ onChange?: undefined;
1016
+ testId?: undefined;
1017
+ native?: undefined;
1018
+ options?: undefined;
1019
+ min?: undefined;
1020
+ max?: undefined;
1021
+ } | {
1022
+ disabled: boolean;
1023
+ value: string;
1024
+ type: string;
1025
+ onChange: () => void;
1026
+ testId: string;
1027
+ warning: string;
1028
+ native?: undefined;
1029
+ options?: undefined;
1030
+ min?: undefined;
1031
+ max?: undefined;
1032
+ } | {
1033
+ disabled: boolean;
1034
+ type: string;
1035
+ native: boolean;
1036
+ options: {
1037
+ label: number;
1038
+ value: number;
1039
+ }[];
1040
+ value: {
1041
+ label: number;
1042
+ value: number;
1043
+ };
1044
+ onChange: () => void;
1045
+ warning: string;
1046
+ testId?: undefined;
1047
+ min?: undefined;
1048
+ max?: undefined;
1049
+ } | {
1050
+ disabled: boolean;
1051
+ value: number;
1052
+ type: string;
1053
+ onChange: () => void;
1054
+ warning: string;
1055
+ testId?: undefined;
1056
+ native?: undefined;
1057
+ options?: undefined;
1058
+ min?: undefined;
1059
+ max?: undefined;
1060
+ } | {
1061
+ disabled: boolean;
1062
+ type: string;
1063
+ options: {
1064
+ label: string;
1065
+ value: string;
1066
+ }[];
1067
+ value: {
1068
+ label: string;
1069
+ value: string;
1070
+ };
1071
+ onChange: () => void;
1072
+ warning: string;
1073
+ testId?: undefined;
1074
+ native?: undefined;
1075
+ min?: undefined;
1076
+ max?: undefined;
1077
+ } | {
1078
+ disabled: boolean;
1079
+ type: string;
1080
+ value: number;
1081
+ min: number;
1082
+ max: number;
1083
+ onChange: () => void;
1084
+ warning: string;
1085
+ testId?: undefined;
1086
+ native?: undefined;
1087
+ options?: undefined;
1088
+ } | {
1089
+ disabled: boolean;
1090
+ value: number;
1091
+ warning: string;
1092
+ type?: undefined;
1093
+ onChange?: undefined;
1094
+ testId?: undefined;
1095
+ native?: undefined;
1096
+ options?: undefined;
1097
+ min?: undefined;
1098
+ max?: undefined;
1099
+ })[];
1100
+ } | {
1101
+ cells: ({
1102
+ disabled: boolean;
1103
+ value: string;
1104
+ type: string;
1105
+ onChange: () => void;
1106
+ testId: string;
1107
+ native?: undefined;
1108
+ options?: undefined;
1109
+ min?: undefined;
1110
+ max?: undefined;
1111
+ } | {
1112
+ disabled: boolean;
1113
+ type: string;
1114
+ native: boolean;
1115
+ options: {
1116
+ label: number;
1117
+ value: number;
1118
+ }[];
1119
+ value: {
1120
+ label: number;
1121
+ value: number;
1122
+ };
1123
+ onChange: () => void;
1124
+ testId?: undefined;
1125
+ min?: undefined;
1126
+ max?: undefined;
1127
+ } | {
1128
+ disabled: boolean;
1129
+ value: number;
1130
+ type: string;
1131
+ onChange: () => void;
1132
+ testId?: undefined;
1133
+ native?: undefined;
1134
+ options?: undefined;
1135
+ min?: undefined;
1136
+ max?: undefined;
1137
+ } | {
1138
+ disabled: boolean;
1139
+ type: string;
1140
+ options: {
1141
+ label: string;
1142
+ value: string;
1143
+ }[];
1144
+ value: {
1145
+ label: string;
1146
+ value: string;
1147
+ };
1148
+ onChange: () => void;
1149
+ testId?: undefined;
1150
+ native?: undefined;
1151
+ min?: undefined;
1152
+ max?: undefined;
1153
+ } | {
1154
+ disabled: boolean;
1155
+ type: string;
1156
+ value: number;
1157
+ min: number;
1158
+ max: number;
1159
+ onChange: () => void;
1160
+ testId?: undefined;
1161
+ native?: undefined;
1162
+ options?: undefined;
1163
+ } | {
1164
+ disabled: boolean;
1165
+ value: number;
1166
+ type?: undefined;
1167
+ onChange?: undefined;
1168
+ testId?: undefined;
1169
+ native?: undefined;
1170
+ options?: undefined;
1171
+ min?: undefined;
1172
+ max?: undefined;
1173
+ } | {
1174
+ disabled: boolean;
1175
+ value: string;
1176
+ type: string;
1177
+ onChange: () => void;
1178
+ testId: string;
1179
+ error: string;
1180
+ native?: undefined;
1181
+ options?: undefined;
1182
+ min?: undefined;
1183
+ max?: undefined;
1184
+ } | {
1185
+ disabled: boolean;
1186
+ type: string;
1187
+ native: boolean;
1188
+ options: {
1189
+ label: number;
1190
+ value: number;
1191
+ }[];
1192
+ value: {
1193
+ label: number;
1194
+ value: number;
1195
+ };
1196
+ onChange: () => void;
1197
+ error: string;
1198
+ testId?: undefined;
1199
+ min?: undefined;
1200
+ max?: undefined;
1201
+ } | {
1202
+ disabled: boolean;
1203
+ value: number;
1204
+ type: string;
1205
+ onChange: () => void;
1206
+ error: string;
1207
+ testId?: undefined;
1208
+ native?: undefined;
1209
+ options?: undefined;
1210
+ min?: undefined;
1211
+ max?: undefined;
1212
+ } | {
1213
+ disabled: boolean;
1214
+ type: string;
1215
+ options: {
1216
+ label: string;
1217
+ value: string;
1218
+ }[];
1219
+ value: {
1220
+ label: string;
1221
+ value: string;
1222
+ };
1223
+ onChange: () => void;
1224
+ error: string;
1225
+ testId?: undefined;
1226
+ native?: undefined;
1227
+ min?: undefined;
1228
+ max?: undefined;
1229
+ } | {
1230
+ disabled: boolean;
1231
+ type: string;
1232
+ value: number;
1233
+ min: number;
1234
+ max: number;
1235
+ onChange: () => void;
1236
+ error: string;
1237
+ testId?: undefined;
1238
+ native?: undefined;
1239
+ options?: undefined;
1240
+ } | {
1241
+ disabled: boolean;
1242
+ value: number;
1243
+ error: string;
1244
+ type?: undefined;
1245
+ onChange?: undefined;
1246
+ testId?: undefined;
1247
+ native?: undefined;
1248
+ options?: undefined;
1249
+ min?: undefined;
1250
+ max?: undefined;
1251
+ } | {
1252
+ disabled: boolean;
1253
+ value: string;
1254
+ type: string;
1255
+ onChange: () => void;
1256
+ testId: string;
1257
+ warning: string;
1258
+ native?: undefined;
1259
+ options?: undefined;
1260
+ min?: undefined;
1261
+ max?: undefined;
1262
+ } | {
1263
+ disabled: boolean;
1264
+ type: string;
1265
+ native: boolean;
1266
+ options: {
1267
+ label: number;
1268
+ value: number;
1269
+ }[];
1270
+ value: {
1271
+ label: number;
1272
+ value: number;
1273
+ };
1274
+ onChange: () => void;
1275
+ warning: string;
1276
+ testId?: undefined;
1277
+ min?: undefined;
1278
+ max?: undefined;
1279
+ } | {
1280
+ disabled: boolean;
1281
+ value: number;
1282
+ type: string;
1283
+ onChange: () => void;
1284
+ warning: string;
1285
+ testId?: undefined;
1286
+ native?: undefined;
1287
+ options?: undefined;
1288
+ min?: undefined;
1289
+ max?: undefined;
1290
+ } | {
1291
+ disabled: boolean;
1292
+ type: string;
1293
+ options: {
1294
+ label: string;
1295
+ value: string;
1296
+ }[];
1297
+ value: {
1298
+ label: string;
1299
+ value: string;
1300
+ };
1301
+ onChange: () => void;
1302
+ warning: string;
1303
+ testId?: undefined;
1304
+ native?: undefined;
1305
+ min?: undefined;
1306
+ max?: undefined;
1307
+ } | {
1308
+ disabled: boolean;
1309
+ type: string;
1310
+ value: number;
1311
+ min: number;
1312
+ max: number;
1313
+ onChange: () => void;
1314
+ warning: string;
1315
+ testId?: undefined;
1316
+ native?: undefined;
1317
+ options?: undefined;
1318
+ } | {
1319
+ disabled: boolean;
1320
+ value: number;
1321
+ warning: string;
1322
+ type?: undefined;
1323
+ onChange?: undefined;
1324
+ testId?: undefined;
1325
+ native?: undefined;
1326
+ options?: undefined;
1327
+ min?: undefined;
1328
+ max?: undefined;
1329
+ })[];
1330
+ } | {
1331
+ cells: ({
1332
+ disabled: boolean;
1333
+ value: string;
1334
+ type: string;
1335
+ onChange: () => void;
1336
+ testId: string;
1337
+ native?: undefined;
1338
+ options?: undefined;
1339
+ min?: undefined;
1340
+ max?: undefined;
1341
+ } | {
1342
+ disabled: boolean;
1343
+ type: string;
1344
+ native: boolean;
1345
+ options: {
1346
+ label: number;
1347
+ value: number;
1348
+ }[];
1349
+ value: {
1350
+ label: number;
1351
+ value: number;
1352
+ };
1353
+ onChange: () => void;
1354
+ testId?: undefined;
1355
+ min?: undefined;
1356
+ max?: undefined;
1357
+ } | {
1358
+ disabled: boolean;
1359
+ value: number;
1360
+ type: string;
1361
+ onChange: () => void;
1362
+ testId?: undefined;
1363
+ native?: undefined;
1364
+ options?: undefined;
1365
+ min?: undefined;
1366
+ max?: undefined;
1367
+ } | {
1368
+ disabled: boolean;
1369
+ type: string;
1370
+ options: {
1371
+ label: string;
1372
+ value: string;
1373
+ }[];
1374
+ value: {
1375
+ label: string;
1376
+ value: string;
1377
+ };
1378
+ onChange: () => void;
1379
+ testId?: undefined;
1380
+ native?: undefined;
1381
+ min?: undefined;
1382
+ max?: undefined;
1383
+ } | {
1384
+ disabled: boolean;
1385
+ type: string;
1386
+ value: number;
1387
+ min: number;
1388
+ max: number;
1389
+ onChange: () => void;
1390
+ testId?: undefined;
1391
+ native?: undefined;
1392
+ options?: undefined;
1393
+ } | {
1394
+ disabled: boolean;
1395
+ value: number;
1396
+ type?: undefined;
1397
+ onChange?: undefined;
1398
+ testId?: undefined;
1399
+ native?: undefined;
1400
+ options?: undefined;
1401
+ min?: undefined;
1402
+ max?: undefined;
1403
+ } | {
1404
+ disabled: boolean;
1405
+ value: string;
1406
+ type: string;
1407
+ onChange: () => void;
1408
+ testId: string;
1409
+ error: string;
1410
+ native?: undefined;
1411
+ options?: undefined;
1412
+ min?: undefined;
1413
+ max?: undefined;
1414
+ } | {
1415
+ disabled: boolean;
1416
+ type: string;
1417
+ native: boolean;
1418
+ options: {
1419
+ label: number;
1420
+ value: number;
1421
+ }[];
1422
+ value: {
1423
+ label: number;
1424
+ value: number;
1425
+ };
1426
+ onChange: () => void;
1427
+ error: string;
1428
+ testId?: undefined;
1429
+ min?: undefined;
1430
+ max?: undefined;
1431
+ } | {
1432
+ disabled: boolean;
1433
+ value: number;
1434
+ type: string;
1435
+ onChange: () => void;
1436
+ error: string;
1437
+ testId?: undefined;
1438
+ native?: undefined;
1439
+ options?: undefined;
1440
+ min?: undefined;
1441
+ max?: undefined;
1442
+ } | {
1443
+ disabled: boolean;
1444
+ type: string;
1445
+ options: {
1446
+ label: string;
1447
+ value: string;
1448
+ }[];
1449
+ value: {
1450
+ label: string;
1451
+ value: string;
1452
+ };
1453
+ onChange: () => void;
1454
+ error: string;
1455
+ testId?: undefined;
1456
+ native?: undefined;
1457
+ min?: undefined;
1458
+ max?: undefined;
1459
+ } | {
1460
+ disabled: boolean;
1461
+ type: string;
1462
+ value: number;
1463
+ min: number;
1464
+ max: number;
1465
+ onChange: () => void;
1466
+ error: string;
1467
+ testId?: undefined;
1468
+ native?: undefined;
1469
+ options?: undefined;
1470
+ } | {
1471
+ disabled: boolean;
1472
+ value: number;
1473
+ error: string;
1474
+ type?: undefined;
1475
+ onChange?: undefined;
1476
+ testId?: undefined;
1477
+ native?: undefined;
1478
+ options?: undefined;
1479
+ min?: undefined;
1480
+ max?: undefined;
1481
+ } | {
1482
+ disabled: boolean;
1483
+ value: string;
1484
+ type: string;
1485
+ onChange: () => void;
1486
+ testId: string;
1487
+ warning: string;
1488
+ native?: undefined;
1489
+ options?: undefined;
1490
+ min?: undefined;
1491
+ max?: undefined;
1492
+ } | {
1493
+ disabled: boolean;
1494
+ type: string;
1495
+ native: boolean;
1496
+ options: {
1497
+ label: number;
1498
+ value: number;
1499
+ }[];
1500
+ value: {
1501
+ label: number;
1502
+ value: number;
1503
+ };
1504
+ onChange: () => void;
1505
+ warning: string;
1506
+ testId?: undefined;
1507
+ min?: undefined;
1508
+ max?: undefined;
1509
+ } | {
1510
+ disabled: boolean;
1511
+ value: number;
1512
+ type: string;
1513
+ onChange: () => void;
1514
+ warning: string;
1515
+ testId?: undefined;
1516
+ native?: undefined;
1517
+ options?: undefined;
1518
+ min?: undefined;
1519
+ max?: undefined;
1520
+ } | {
1521
+ disabled: boolean;
1522
+ type: string;
1523
+ options: {
1524
+ label: string;
1525
+ value: string;
1526
+ }[];
1527
+ value: {
1528
+ label: string;
1529
+ value: string;
1530
+ };
1531
+ onChange: () => void;
1532
+ warning: string;
1533
+ testId?: undefined;
1534
+ native?: undefined;
1535
+ min?: undefined;
1536
+ max?: undefined;
1537
+ } | {
1538
+ disabled: boolean;
1539
+ type: string;
1540
+ value: number;
1541
+ min: number;
1542
+ max: number;
1543
+ onChange: () => void;
1544
+ warning: string;
1545
+ testId?: undefined;
1546
+ native?: undefined;
1547
+ options?: undefined;
1548
+ } | {
1549
+ disabled: boolean;
1550
+ value: number;
1551
+ warning: string;
1552
+ type?: undefined;
1553
+ onChange?: undefined;
1554
+ testId?: undefined;
1555
+ native?: undefined;
1556
+ options?: undefined;
1557
+ min?: undefined;
1558
+ max?: undefined;
1559
+ })[];
1560
+ })[];
1561
+ fixedWidth: string;
1562
+ headers: {
1563
+ cells: ({
1564
+ value: string;
1565
+ testId: string;
1566
+ width: string;
1567
+ } | {
1568
+ value: string;
1569
+ width: string;
1570
+ testId?: undefined;
1571
+ } | {
1572
+ value: string;
1573
+ testId?: undefined;
1574
+ width?: undefined;
1575
+ })[];
1576
+ }[];
1577
+ };
1578
+ export declare const tableFilters: {
1579
+ headers: ({
1580
+ cells: {
1581
+ value: string;
1582
+ }[];
1583
+ } | {
1584
+ cells: {
1585
+ value: string;
1586
+ type: string;
1587
+ placeholder: string;
1588
+ onChange: () => void;
1589
+ }[];
1590
+ })[];
1591
+ rows: {
1592
+ cells: ({
1593
+ value: string;
1594
+ testId: string;
1595
+ } | {
1596
+ value: number;
1597
+ testId: string;
1598
+ })[];
1599
+ }[];
1600
+ };
1601
+ export declare const tableSort: {
1602
+ headers: {
1603
+ cells: ({
1604
+ value: string;
1605
+ hasSort?: undefined;
1606
+ sort?: undefined;
1607
+ sortPriority?: undefined;
1608
+ onSort?: undefined;
1609
+ } | {
1610
+ value: string;
1611
+ hasSort: boolean;
1612
+ sort: string;
1613
+ sortPriority: number;
1614
+ onSort: () => void;
1615
+ })[];
1616
+ }[];
1617
+ rows: {
1618
+ cells: ({
1619
+ value: string;
1620
+ } | {
1621
+ value: number;
1622
+ })[];
1623
+ }[];
1624
+ };
1625
+ export declare const tableIcons: {
1626
+ headers: {
1627
+ cells: ({
1628
+ value?: undefined;
1629
+ } | {
1630
+ value: string;
1631
+ })[];
1632
+ }[];
1633
+ rows: {
1634
+ cells: ({
1635
+ type: string;
1636
+ icon: import("react/jsx-runtime").JSX.Element;
1637
+ tooltip: string;
1638
+ width: string;
1639
+ value?: undefined;
1640
+ } | {
1641
+ value: string;
1642
+ type?: undefined;
1643
+ icon?: undefined;
1644
+ tooltip?: undefined;
1645
+ width?: undefined;
1646
+ } | {
1647
+ value: number;
1648
+ type?: undefined;
1649
+ icon?: undefined;
1650
+ tooltip?: undefined;
1651
+ width?: undefined;
1652
+ })[];
1653
+ }[];
1654
+ };
1655
+ export declare const tableLinks: {
1656
+ headers: {
1657
+ cells: {
1658
+ value: string;
1659
+ }[];
1660
+ }[];
1661
+ rows: ({
1662
+ cells: ({
1663
+ type: string;
1664
+ value: string;
1665
+ onClick: () => void;
1666
+ disabled?: undefined;
1667
+ } | {
1668
+ type: string;
1669
+ value: string;
1670
+ disabled: boolean;
1671
+ onClick: () => void;
1672
+ })[];
1673
+ } | {
1674
+ cells: ({
1675
+ type: string;
1676
+ value: string;
1677
+ warning: string;
1678
+ onClick: () => void;
1679
+ error?: undefined;
1680
+ } | {
1681
+ type: string;
1682
+ value: string;
1683
+ error: string;
1684
+ onClick: () => void;
1685
+ warning?: undefined;
1686
+ })[];
1687
+ })[];
1688
+ };
1689
+ export declare const tableActions: {
1690
+ headers: {
1691
+ cells: {
1692
+ value: string;
1693
+ }[];
1694
+ actions: {
1695
+ primary: boolean;
1696
+ label: string;
1697
+ icon: string;
1698
+ onClick: () => void;
1699
+ }[];
1700
+ }[];
1701
+ rows: ({
1702
+ cells: ({
1703
+ value: string;
1704
+ } | {
1705
+ value: number;
1706
+ })[];
1707
+ actions: {
1708
+ label: string;
1709
+ icon: string;
1710
+ onClick: () => void;
1711
+ }[];
1712
+ } | {
1713
+ cells: ({
1714
+ value: string;
1715
+ } | {
1716
+ value: number;
1717
+ })[];
1718
+ actions: {
1719
+ label: string;
1720
+ icon: string;
1721
+ onClick: () => void;
1722
+ hidden: boolean;
1723
+ }[];
1724
+ })[];
1725
+ };
1726
+ export declare const tableWithSubActions: {
1727
+ headers: {
1728
+ cells: {
1729
+ value: string;
1730
+ }[];
1731
+ actions: {
1732
+ primary: boolean;
1733
+ label: string;
1734
+ icon: string;
1735
+ onClick: () => void;
1736
+ }[];
1737
+ }[];
1738
+ rows: {
1739
+ cells: ({
1740
+ value: string;
1741
+ } | {
1742
+ value: number;
1743
+ })[];
1744
+ actions: ({
1745
+ label: string;
1746
+ subActions: {
1747
+ label: string;
1748
+ icon: string;
1749
+ onClick: () => void;
1750
+ }[];
1751
+ icon?: undefined;
1752
+ onClick?: undefined;
1753
+ } | {
1754
+ label: string;
1755
+ icon: string;
1756
+ onClick: () => void;
1757
+ subActions?: undefined;
1758
+ })[];
1759
+ }[];
1760
+ };
1761
+ export declare const tableFooter: {
1762
+ footer: {
1763
+ content: import("react/jsx-runtime").JSX.Element;
1764
+ pagination: {
1765
+ rowCount: number;
1766
+ selectedPage: number;
1767
+ rowsPerPage: {
1768
+ onChange: () => void;
1769
+ options: {
1770
+ label: string;
1771
+ value: number;
1772
+ }[];
1773
+ value: number;
1774
+ };
1775
+ goTo: {
1776
+ onChange: () => void;
1777
+ };
1778
+ onSelectPage: () => void;
1779
+ small: boolean;
1780
+ };
1781
+ actions: {
1782
+ label: string;
1783
+ icon: string;
1784
+ onClick: () => void;
1785
+ }[];
1786
+ };
1787
+ headers: {
1788
+ cells: {
1789
+ value: string;
1790
+ }[];
1791
+ }[];
1792
+ rows: {
1793
+ cells: ({
1794
+ value: string;
1795
+ testId: string;
1796
+ } | {
1797
+ value: number;
1798
+ testId: string;
1799
+ })[];
1800
+ }[];
1801
+ };
1802
+ export declare const tableHelpLibraryIcons: {
1803
+ headers: {
1804
+ cells: {
1805
+ helpIcon: {
1806
+ onClick: () => void;
1807
+ tooltip: string;
1808
+ };
1809
+ libraryIcon: {
1810
+ onClick: () => void;
1811
+ tooltip: string;
1812
+ };
1813
+ value: string;
1814
+ }[];
1815
+ }[];
1816
+ rows: {
1817
+ cells: ({
1818
+ value: string;
1819
+ testId: string;
1820
+ } | {
1821
+ value: number;
1822
+ testId: string;
1823
+ })[];
1824
+ }[];
1825
+ };
1826
+ export declare const tableOverflowing: {
1827
+ columnWidths: (string | undefined)[];
1828
+ columnAlignment: string[];
1829
+ columnHeaderAlignments: string[][];
1830
+ headers: {
1831
+ cells: {
1832
+ value: string;
1833
+ }[];
1834
+ }[];
1835
+ rows: ({
1836
+ cells: ({
1837
+ breakWord: boolean;
1838
+ value: string;
1839
+ type?: undefined;
1840
+ native?: undefined;
1841
+ options?: undefined;
1842
+ onChange?: undefined;
1843
+ disabled?: undefined;
1844
+ error?: undefined;
1845
+ testId?: undefined;
1846
+ warning?: undefined;
1847
+ } | {
1848
+ type: string;
1849
+ native: boolean;
1850
+ options: {
1851
+ label: number;
1852
+ value: number;
1853
+ }[];
1854
+ value: {
1855
+ label: number;
1856
+ value: number;
1857
+ };
1858
+ onChange: () => void;
1859
+ disabled: boolean;
1860
+ breakWord?: undefined;
1861
+ error?: undefined;
1862
+ testId?: undefined;
1863
+ warning?: undefined;
1864
+ } | {
1865
+ type: string;
1866
+ options: {
1867
+ label: string;
1868
+ value: string;
1869
+ }[];
1870
+ value: {
1871
+ label: string;
1872
+ value: string;
1873
+ };
1874
+ onChange: () => void;
1875
+ error: string;
1876
+ breakWord?: undefined;
1877
+ native?: undefined;
1878
+ disabled?: undefined;
1879
+ testId?: undefined;
1880
+ warning?: undefined;
1881
+ } | {
1882
+ value: string;
1883
+ type: string;
1884
+ onChange: () => void;
1885
+ testId: string;
1886
+ warning: string;
1887
+ breakWord?: undefined;
1888
+ native?: undefined;
1889
+ options?: undefined;
1890
+ disabled?: undefined;
1891
+ error?: undefined;
1892
+ } | {
1893
+ value: string;
1894
+ warning: string;
1895
+ breakWord?: undefined;
1896
+ type?: undefined;
1897
+ native?: undefined;
1898
+ options?: undefined;
1899
+ onChange?: undefined;
1900
+ disabled?: undefined;
1901
+ error?: undefined;
1902
+ testId?: undefined;
1903
+ } | {
1904
+ value: string;
1905
+ breakWord?: undefined;
1906
+ type?: undefined;
1907
+ native?: undefined;
1908
+ options?: undefined;
1909
+ onChange?: undefined;
1910
+ disabled?: undefined;
1911
+ error?: undefined;
1912
+ testId?: undefined;
1913
+ warning?: undefined;
1914
+ })[];
1915
+ } | {
1916
+ cells: ({
1917
+ value: string;
1918
+ type?: undefined;
1919
+ native?: undefined;
1920
+ options?: undefined;
1921
+ onChange?: undefined;
1922
+ testId?: undefined;
1923
+ error?: undefined;
1924
+ } | {
1925
+ type: string;
1926
+ native: boolean;
1927
+ options: {
1928
+ label: number;
1929
+ value: number;
1930
+ }[];
1931
+ value: {
1932
+ label: number;
1933
+ value: number;
1934
+ };
1935
+ onChange: () => void;
1936
+ testId?: undefined;
1937
+ error?: undefined;
1938
+ } | {
1939
+ type: string;
1940
+ options: {
1941
+ label: string;
1942
+ value: string;
1943
+ }[];
1944
+ value: {
1945
+ label: string;
1946
+ value: string;
1947
+ };
1948
+ onChange: () => void;
1949
+ native?: undefined;
1950
+ testId?: undefined;
1951
+ error?: undefined;
1952
+ } | {
1953
+ value: string;
1954
+ type: string;
1955
+ onChange: () => void;
1956
+ testId: string;
1957
+ native?: undefined;
1958
+ options?: undefined;
1959
+ error?: undefined;
1960
+ } | {
1961
+ type: string;
1962
+ value: string;
1963
+ error: string;
1964
+ native?: undefined;
1965
+ options?: undefined;
1966
+ onChange?: undefined;
1967
+ testId?: undefined;
1968
+ })[];
1969
+ })[];
1970
+ };