@digigov/react-experimental 1.1.2 → 2.0.0-0edebf87

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 (863) hide show
  1. package/FloatingButton/index.js +1 -1
  2. package/Kitchensink/AllComponents/index.js +9 -0
  3. package/Kitchensink/AllComponents/package.json +6 -0
  4. package/Kitchensink/KitchensinkByCategory/index.js +33 -0
  5. package/Kitchensink/KitchensinkByCategory/package.json +6 -0
  6. package/Kitchensink/KitchensinkByLetter/index.js +19 -0
  7. package/Kitchensink/KitchensinkByLetter/package.json +6 -0
  8. package/Kitchensink/KitchensinkComponent/index.js +45 -0
  9. package/Kitchensink/KitchensinkComponent/package.json +6 -0
  10. package/Kitchensink/KitchensinkDashboard/index.js +40 -0
  11. package/Kitchensink/KitchensinkDashboard/package.json +6 -0
  12. package/Kitchensink/index.js +5 -0
  13. package/Kitchensink/package.json +6 -0
  14. package/OptionButtonBase/index.js +1 -1
  15. package/OptionButtonSteps/index.js +2 -2
  16. package/cjs/FloatingButton/index.js +2 -2
  17. package/cjs/Kitchensink/AllComponents/index.js +16 -0
  18. package/cjs/Kitchensink/KitchensinkByCategory/index.js +40 -0
  19. package/cjs/Kitchensink/KitchensinkByLetter/index.js +26 -0
  20. package/cjs/Kitchensink/KitchensinkComponent/index.js +55 -0
  21. package/cjs/Kitchensink/KitchensinkDashboard/index.js +47 -0
  22. package/cjs/Kitchensink/index.js +60 -0
  23. package/cjs/OptionButtonBase/index.js +2 -2
  24. package/cjs/OptionButtonSteps/index.js +3 -3
  25. package/cjs/index.js +11 -0
  26. package/index.js +3 -2
  27. package/libs/ui/src/api/APIErrors.d.ts +22 -0
  28. package/libs/ui/src/api/APIProvider.d.ts +15 -0
  29. package/libs/ui/src/api/fetchAPI.d.ts +18 -0
  30. package/libs/ui/src/api/index.d.ts +9 -0
  31. package/libs/ui/src/api/useResource.d.ts +11 -0
  32. package/libs/ui/src/api/useResourceAction.d.ts +2 -0
  33. package/libs/ui/src/api/useResourceQuery.d.ts +18 -0
  34. package/libs/ui/src/api/utils.d.ts +6 -0
  35. package/libs/ui/src/app/App.d.ts +7 -0
  36. package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +10 -0
  37. package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +3 -0
  38. package/libs/ui/src/app/BannerContainer/index.d.ts +3 -0
  39. package/libs/ui/src/app/BottomInfo/index.d.ts +5 -0
  40. package/libs/ui/src/app/CloseButton/index.d.ts +3 -0
  41. package/libs/ui/src/app/FilterContainer/index.d.ts +11 -0
  42. package/libs/ui/src/app/Footer/Footer.stories.d.ts +18 -0
  43. package/libs/ui/src/app/Footer/__stories__/Default.d.ts +3 -0
  44. package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +3 -0
  45. package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +3 -0
  46. package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +3 -0
  47. package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +3 -0
  48. package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +3 -0
  49. package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +3 -0
  50. package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +3 -0
  51. package/libs/ui/src/app/Footer/index.d.ts +15 -0
  52. package/libs/ui/src/app/Header/Header.stories.d.ts +18 -0
  53. package/libs/ui/src/app/Header/HeaderContent.d.ts +3 -0
  54. package/libs/ui/src/app/Header/HeaderLogo.d.ts +3 -0
  55. package/libs/ui/src/app/Header/HeaderNavMenuContent.d.ts +3 -0
  56. package/libs/ui/src/app/Header/HeaderSecondaryLogo.d.ts +3 -0
  57. package/libs/ui/src/app/Header/HeaderSection.d.ts +3 -0
  58. package/libs/ui/src/app/Header/HeaderTitle.d.ts +3 -0
  59. package/libs/ui/src/app/Header/__stories__/Default.d.ts +3 -0
  60. package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +3 -0
  61. package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +3 -0
  62. package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +3 -0
  63. package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +3 -0
  64. package/libs/ui/src/app/Header/index.d.ts +9 -0
  65. package/libs/ui/src/app/Loader/Loader.stories.d.ts +8 -0
  66. package/libs/ui/src/app/Loader/__stories__/Default.d.ts +3 -0
  67. package/libs/ui/src/app/Loader/index.d.ts +5 -0
  68. package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +13 -0
  69. package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +3 -0
  70. package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +3 -0
  71. package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +3 -0
  72. package/libs/ui/src/app/Masthead/index.d.ts +5 -0
  73. package/libs/ui/src/app/Modal/Modal.stories.d.ts +15 -0
  74. package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +3 -0
  75. package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +3 -0
  76. package/libs/ui/src/app/Modal/__stories__/Default.d.ts +3 -0
  77. package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +3 -0
  78. package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +3 -0
  79. package/libs/ui/src/app/Modal/__stories__/WithoutModalGaps.d.ts +3 -0
  80. package/libs/ui/src/app/Modal/auto.d.ts +21 -0
  81. package/libs/ui/src/app/Modal/hooks.d.ts +26 -0
  82. package/libs/ui/src/app/Modal/index.d.ts +15 -0
  83. package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +8 -0
  84. package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +3 -0
  85. package/libs/ui/src/app/NotFound/index.d.ts +3 -0
  86. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +15 -0
  87. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +2 -0
  88. package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +3 -0
  89. package/libs/ui/src/app/PageTitleContainer/index.d.ts +5 -0
  90. package/libs/ui/src/app/Panel/Panel.stories.d.ts +10 -0
  91. package/libs/ui/src/app/Panel/__stories__/Default.d.ts +3 -0
  92. package/libs/ui/src/app/Panel/index.d.ts +5 -0
  93. package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +8 -0
  94. package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +3 -0
  95. package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +8 -0
  96. package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +8 -0
  97. package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +3 -0
  98. package/libs/ui/src/app/QrCodeScanner/index.d.ts +34 -0
  99. package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +9 -0
  100. package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +3 -0
  101. package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +3 -0
  102. package/libs/ui/src/app/QrCodeViewer/index.d.ts +6 -0
  103. package/libs/ui/src/app/QrCodeViewer/qrcodegen.d.ts +100 -0
  104. package/libs/ui/src/app/QrCodeViewer/types.d.ts +28 -0
  105. package/libs/ui/src/app/QrCodeViewer/utils.d.ts +11 -0
  106. package/libs/ui/src/app/Skeleton/Skeleton.stories.d.ts +18 -0
  107. package/libs/ui/src/app/Skeleton/__stories__/Button.d.ts +3 -0
  108. package/libs/ui/src/app/Skeleton/__stories__/Circular.d.ts +3 -0
  109. package/libs/ui/src/app/Skeleton/__stories__/Default.d.ts +3 -0
  110. package/libs/ui/src/app/Skeleton/__stories__/NoAnimation.d.ts +3 -0
  111. package/libs/ui/src/app/Skeleton/__stories__/Rectangular.d.ts +3 -0
  112. package/libs/ui/src/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +3 -0
  113. package/libs/ui/src/app/Skeleton/__stories__/TextSizes.d.ts +3 -0
  114. package/libs/ui/src/app/Skeleton/__stories__/UnderTypography.d.ts +3 -0
  115. package/libs/ui/src/app/Skeleton/__stories__/WithChildren.d.ts +3 -0
  116. package/libs/ui/src/app/Skeleton/index.d.ts +3 -0
  117. package/libs/ui/src/app/ThemeOptions/index.d.ts +17 -0
  118. package/libs/ui/src/app/hooks/useFontSize.d.ts +6 -0
  119. package/libs/ui/src/app/hooks/useHighlightLinks.d.ts +8 -0
  120. package/libs/ui/src/app/hooks/useLetterSpacing.d.ts +6 -0
  121. package/libs/ui/src/app/hooks/useLineHeight.d.ts +6 -0
  122. package/libs/ui/src/app/hooks/useTheme.d.ts +8 -0
  123. package/libs/ui/src/app/hooks/useVariantVars.d.ts +8 -0
  124. package/libs/ui/src/app/index.d.ts +16 -0
  125. package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +14 -0
  126. package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +3 -0
  127. package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +3 -0
  128. package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +3 -0
  129. package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +3 -0
  130. package/libs/ui/src/content/Accordion/auto.d.ts +18 -0
  131. package/libs/ui/src/content/Accordion/hooks.d.ts +26 -0
  132. package/libs/ui/src/content/Accordion/index.d.ts +10 -0
  133. package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +11 -0
  134. package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +3 -0
  135. package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +3 -0
  136. package/libs/ui/src/content/Blockquote/index.d.ts +3 -0
  137. package/libs/ui/src/content/Card/Card.stories.d.ts +21 -0
  138. package/libs/ui/src/content/Card/__stories__/Default.d.ts +3 -0
  139. package/libs/ui/src/content/Card/__stories__/Dense.d.ts +3 -0
  140. package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +3 -0
  141. package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +3 -0
  142. package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +3 -0
  143. package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +3 -0
  144. package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +3 -0
  145. package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +3 -0
  146. package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +3 -0
  147. package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +3 -0
  148. package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +3 -0
  149. package/libs/ui/src/content/Card/index.d.ts +6 -0
  150. package/libs/ui/src/content/Chip/Chip.stories.d.ts +12 -0
  151. package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +3 -0
  152. package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +3 -0
  153. package/libs/ui/src/content/Chip/__stories__/Default.d.ts +3 -0
  154. package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +3 -0
  155. package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +3 -0
  156. package/libs/ui/src/content/Chip/index.d.ts +6 -0
  157. package/libs/ui/src/content/Details/Details.stories.d.ts +10 -0
  158. package/libs/ui/src/content/Details/__stories__/Default.d.ts +3 -0
  159. package/libs/ui/src/content/Details/index.d.ts +5 -0
  160. package/libs/ui/src/content/FillableText/index.d.ts +4 -0
  161. package/libs/ui/src/content/List/List.d.ts +3 -0
  162. package/libs/ui/src/content/List/List.stories.d.ts +15 -0
  163. package/libs/ui/src/content/List/ListItem.d.ts +3 -0
  164. package/libs/ui/src/content/List/__stories__/BulletList.d.ts +3 -0
  165. package/libs/ui/src/content/List/__stories__/Default.d.ts +3 -0
  166. package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +3 -0
  167. package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +3 -0
  168. package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +3 -0
  169. package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +3 -0
  170. package/libs/ui/src/content/List/index.d.ts +3 -0
  171. package/libs/ui/src/content/Markdown/index.d.ts +3 -0
  172. package/libs/ui/src/content/Markdown/useMarkdownToHTML.d.ts +6 -0
  173. package/libs/ui/src/content/SafeHTML/index.d.ts +10 -0
  174. package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +13 -0
  175. package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +3 -0
  176. package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +3 -0
  177. package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +3 -0
  178. package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +3 -0
  179. package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +3 -0
  180. package/libs/ui/src/content/StepNav/auto.d.ts +19 -0
  181. package/libs/ui/src/content/StepNav/index.d.ts +16 -0
  182. package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +15 -0
  183. package/libs/ui/src/content/SummaryList/__stories__/Default.d.ts +3 -0
  184. package/libs/ui/src/content/SummaryList/__stories__/RowVariations.d.ts +3 -0
  185. package/libs/ui/src/content/SummaryList/__stories__/WithActions.d.ts +3 -0
  186. package/libs/ui/src/content/SummaryList/__stories__/WithKeyAndAction.d.ts +3 -0
  187. package/libs/ui/src/content/SummaryList/__stories__/WithoutActions.d.ts +3 -0
  188. package/libs/ui/src/content/SummaryList/__stories__/WithoutBorders.d.ts +3 -0
  189. package/libs/ui/src/content/SummaryList/index.d.ts +7 -0
  190. package/libs/ui/src/content/Table/Table.stories.d.ts +27 -0
  191. package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +3 -0
  192. package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +3 -0
  193. package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +3 -0
  194. package/libs/ui/src/content/Table/__stories__/Default.d.ts +3 -0
  195. package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +3 -0
  196. package/libs/ui/src/content/Table/__stories__/Densed.d.ts +3 -0
  197. package/libs/ui/src/content/Table/__stories__/Full.d.ts +3 -0
  198. package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +3 -0
  199. package/libs/ui/src/content/Table/__stories__/NoData.d.ts +3 -0
  200. package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +3 -0
  201. package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +3 -0
  202. package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +3 -0
  203. package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +3 -0
  204. package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +3 -0
  205. package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +3 -0
  206. package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +3 -0
  207. package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +3 -0
  208. package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +3 -0
  209. package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +3 -0
  210. package/libs/ui/src/content/Table/hooks/useSort.d.ts +9 -0
  211. package/libs/ui/src/content/Table/index.d.ts +28 -0
  212. package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +10 -0
  213. package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +3 -0
  214. package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +3 -0
  215. package/libs/ui/src/content/TaskList/index.d.ts +7 -0
  216. package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +10 -0
  217. package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +3 -0
  218. package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +3 -0
  219. package/libs/ui/src/content/Timeline/index.d.ts +7 -0
  220. package/libs/ui/src/content/index.d.ts +12 -0
  221. package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +10 -0
  222. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +3 -0
  223. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +3 -0
  224. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +3 -0
  225. package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +12 -0
  226. package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +15 -0
  227. package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +3 -0
  228. package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +3 -0
  229. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +3 -0
  230. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +3 -0
  231. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +3 -0
  232. package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +3 -0
  233. package/libs/ui/src/feedback/ErrorSummary/index.d.ts +3 -0
  234. package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +13 -0
  235. package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +3 -0
  236. package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +3 -0
  237. package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +3 -0
  238. package/libs/ui/src/feedback/NotificationBanner/index.d.ts +18 -0
  239. package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +11 -0
  240. package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +3 -0
  241. package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +3 -0
  242. package/libs/ui/src/feedback/PhaseBanner/index.d.ts +6 -0
  243. package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +12 -0
  244. package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +3 -0
  245. package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +3 -0
  246. package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +3 -0
  247. package/libs/ui/src/feedback/WarningText/index.d.ts +3 -0
  248. package/libs/ui/src/feedback/index.d.ts +5 -0
  249. package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +17 -0
  250. package/libs/ui/src/form/AutoComplete/Status/index.d.ts +42 -0
  251. package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +3 -0
  252. package/libs/ui/src/form/AutoComplete/__stories__/Multiple.d.ts +3 -0
  253. package/libs/ui/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +3 -0
  254. package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +3 -0
  255. package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +3 -0
  256. package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +3 -0
  257. package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +3 -0
  258. package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +3 -0
  259. package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +3 -0
  260. package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +3 -0
  261. package/libs/ui/src/form/AutoComplete/index.d.ts +110 -0
  262. package/libs/ui/src/form/AutoComplete/utils.d.ts +12 -0
  263. package/libs/ui/src/form/Button/Button.stories.d.ts +21 -0
  264. package/libs/ui/src/form/Button/ButtonLink.d.ts +3 -0
  265. package/libs/ui/src/form/Button/CallToAction.d.ts +3 -0
  266. package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +3 -0
  267. package/libs/ui/src/form/Button/__stories__/Back.d.ts +4 -0
  268. package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +6 -0
  269. package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +3 -0
  270. package/libs/ui/src/form/Button/__stories__/Dense.d.ts +3 -0
  271. package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +3 -0
  272. package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +3 -0
  273. package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +3 -0
  274. package/libs/ui/src/form/Button/__stories__/Primary.d.ts +3 -0
  275. package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +3 -0
  276. package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +3 -0
  277. package/libs/ui/src/form/Button/__stories__/Warning.d.ts +3 -0
  278. package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +3 -0
  279. package/libs/ui/src/form/Button/index.d.ts +13 -0
  280. package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +19 -0
  281. package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +3 -0
  282. package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +3 -0
  283. package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +3 -0
  284. package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +3 -0
  285. package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +3 -0
  286. package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +3 -0
  287. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +3 -0
  288. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +3 -0
  289. package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +3 -0
  290. package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +3 -0
  291. package/libs/ui/src/form/Checkbox/index.d.ts +5 -0
  292. package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +14 -0
  293. package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +3 -0
  294. package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +3 -0
  295. package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +3 -0
  296. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +3 -0
  297. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +3 -0
  298. package/libs/ui/src/form/DateInputContainer/index.d.ts +4 -0
  299. package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +12 -0
  300. package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +3 -0
  301. package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +3 -0
  302. package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +3 -0
  303. package/libs/ui/src/form/ErrorMessage/index.d.ts +3 -0
  304. package/libs/ui/src/form/FieldContainer/index.d.ts +5 -0
  305. package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +10 -0
  306. package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +3 -0
  307. package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +3 -0
  308. package/libs/ui/src/form/FileUpload/index.d.ts +4 -0
  309. package/libs/ui/src/form/Form/index.d.ts +3 -0
  310. package/libs/ui/src/form/LabelContainer/index.d.ts +4 -0
  311. package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +19 -0
  312. package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +3 -0
  313. package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +3 -0
  314. package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +3 -0
  315. package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +3 -0
  316. package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +3 -0
  317. package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +3 -0
  318. package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +3 -0
  319. package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +3 -0
  320. package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +3 -0
  321. package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +3 -0
  322. package/libs/ui/src/form/RadioContainer/index.d.ts +6 -0
  323. package/libs/ui/src/form/SearchContainer/index.d.ts +5 -0
  324. package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +13 -0
  325. package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +3 -0
  326. package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +3 -0
  327. package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +3 -0
  328. package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +3 -0
  329. package/libs/ui/src/form/SelectContainer/index.d.ts +4 -0
  330. package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  331. package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +3 -0
  332. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +3 -0
  333. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +3 -0
  334. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +3 -0
  335. package/libs/ui/src/form/SingleCharacterInputs/index.d.ts +4 -0
  336. package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +17 -0
  337. package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +3 -0
  338. package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +3 -0
  339. package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +3 -0
  340. package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +3 -0
  341. package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +3 -0
  342. package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +3 -0
  343. package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +3 -0
  344. package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +3 -0
  345. package/libs/ui/src/form/TextArea/index.d.ts +3 -0
  346. package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +19 -0
  347. package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +3 -0
  348. package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +3 -0
  349. package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +3 -0
  350. package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +3 -0
  351. package/libs/ui/src/form/TextInput/__stories__/DisabledInputWithValue.d.ts +3 -0
  352. package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +3 -0
  353. package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +3 -0
  354. package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +3 -0
  355. package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +3 -0
  356. package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +3 -0
  357. package/libs/ui/src/form/TextInput/index.d.ts +3 -0
  358. package/libs/ui/src/form/index.d.ts +15 -0
  359. package/libs/ui/src/govgr/Footer/Copyright.d.ts +11 -0
  360. package/libs/ui/src/govgr/Footer/HellenicRepublicLogo.d.ts +3 -0
  361. package/libs/ui/src/govgr/Footer/LicenseCCSA.d.ts +3 -0
  362. package/libs/ui/src/govgr/Footer/index.d.ts +13 -0
  363. package/libs/ui/src/govgr/Footer/logo.d.ts +2 -0
  364. package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +2 -0
  365. package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +2 -0
  366. package/libs/ui/src/govgr/GovGRLogo/index.d.ts +3 -0
  367. package/libs/ui/src/govgr/GovGRLogo/logo.d.ts +2 -0
  368. package/libs/ui/src/govgr/images/govgr-logo-base64.d.ts +2 -0
  369. package/libs/ui/src/govgr/images/govgr-logo-blue-base64.d.ts +2 -0
  370. package/libs/ui/src/govgr/images/greek-government-base64.d.ts +2 -0
  371. package/libs/ui/src/govgr/images/grnet-logo-base64.d.ts +2 -0
  372. package/libs/ui/src/govgr/images/index.d.ts +5 -0
  373. package/libs/ui/src/govgr/images/minedu-logo-base64.d.ts +2 -0
  374. package/libs/ui/src/govgr/images/minedu-logo-black-base64.d.ts +2 -0
  375. package/libs/ui/src/govgr/index.d.ts +5 -0
  376. package/libs/ui/src/i18n/I18nText.d.ts +10 -0
  377. package/libs/ui/src/i18n/index.d.ts +12 -0
  378. package/libs/ui/src/i18n/locales/el.d.ts +110 -0
  379. package/libs/ui/src/i18n/locales/en.d.ts +104 -0
  380. package/libs/ui/src/icons/Icon/index.d.ts +5 -0
  381. package/libs/ui/src/icons/ImageLogo/index.d.ts +3 -0
  382. package/libs/ui/src/icons/ImageLogoSet/index.d.ts +3 -0
  383. package/libs/ui/src/icons/index.d.ts +2 -0
  384. package/libs/ui/src/index.d.ts +11 -0
  385. package/libs/ui/src/layouts/Admin/index.d.ts +9 -0
  386. package/libs/ui/src/layouts/Basic/Aside/index.d.ts +3 -0
  387. package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +12 -0
  388. package/libs/ui/src/layouts/Basic/Bottom/index.d.ts +3 -0
  389. package/libs/ui/src/layouts/Basic/Container/index.d.ts +3 -0
  390. package/libs/ui/src/layouts/Basic/Main/index.d.ts +3 -0
  391. package/libs/ui/src/layouts/Basic/Masthead/index.d.ts +5 -0
  392. package/libs/ui/src/layouts/Basic/Top/index.d.ts +3 -0
  393. package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +3 -0
  394. package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +3 -0
  395. package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +3 -0
  396. package/libs/ui/src/layouts/Basic/__stories__/WithBasicLayout.d.ts +3 -0
  397. package/libs/ui/src/layouts/Basic/index.d.ts +9 -0
  398. package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +10 -0
  399. package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +3 -0
  400. package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +3 -0
  401. package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +3 -0
  402. package/libs/ui/src/layouts/Grid/index.d.ts +4 -0
  403. package/libs/ui/src/layouts/Hidden/index.d.ts +1 -0
  404. package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +11 -0
  405. package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +3 -0
  406. package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +3 -0
  407. package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +3 -0
  408. package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +3 -0
  409. package/libs/ui/src/layouts/Screen/index.d.ts +6 -0
  410. package/libs/ui/src/layouts/Section/index.d.ts +3 -0
  411. package/libs/ui/src/layouts/SectionBreak/index.d.ts +3 -0
  412. package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +13 -0
  413. package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +3 -0
  414. package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +3 -0
  415. package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +3 -0
  416. package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +3 -0
  417. package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +3 -0
  418. package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +3 -0
  419. package/libs/ui/src/layouts/Stack/index.d.ts +2 -0
  420. package/libs/ui/src/layouts/index.d.ts +11 -0
  421. package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +8 -0
  422. package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +3 -0
  423. package/libs/ui/src/navigation/BackLink/index.d.ts +3 -0
  424. package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +9 -0
  425. package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +3 -0
  426. package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +3 -0
  427. package/libs/ui/src/navigation/BackToTopLink/index.d.ts +12 -0
  428. package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +10 -0
  429. package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +3 -0
  430. package/libs/ui/src/navigation/Breadcrumbs/index.d.ts +5 -0
  431. package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +12 -0
  432. package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +2 -0
  433. package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +3 -0
  434. package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +2 -0
  435. package/libs/ui/src/navigation/Drawer/auto.d.ts +28 -0
  436. package/libs/ui/src/navigation/Drawer/hooks.d.ts +20 -0
  437. package/libs/ui/src/navigation/Drawer/index.d.ts +5 -0
  438. package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +20 -0
  439. package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +3 -0
  440. package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +3 -0
  441. package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +3 -0
  442. package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +3 -0
  443. package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +3 -0
  444. package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +3 -0
  445. package/libs/ui/src/navigation/Dropdown/__stories__/ScrollableContent.d.ts +3 -0
  446. package/libs/ui/src/navigation/Dropdown/__stories__/Secondary.d.ts +3 -0
  447. package/libs/ui/src/navigation/Dropdown/__stories__/VariantLink.d.ts +3 -0
  448. package/libs/ui/src/navigation/Dropdown/__stories__/Warning.d.ts +3 -0
  449. package/libs/ui/src/navigation/Dropdown/__stories__/WithIcons.d.ts +3 -0
  450. package/libs/ui/src/navigation/Dropdown/index.d.ts +22 -0
  451. package/libs/ui/src/navigation/Link/Link.stories.d.ts +15 -0
  452. package/libs/ui/src/navigation/Link/__stories__/DarkBackground.d.ts +3 -0
  453. package/libs/ui/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +3 -0
  454. package/libs/ui/src/navigation/Link/__stories__/Default.d.ts +3 -0
  455. package/libs/ui/src/navigation/Link/__stories__/ExternalLink.d.ts +3 -0
  456. package/libs/ui/src/navigation/Link/__stories__/NoUnderline.d.ts +3 -0
  457. package/libs/ui/src/navigation/Link/__stories__/OpensInNewTab.d.ts +3 -0
  458. package/libs/ui/src/navigation/Link/__stories__/WithProvider.d.ts +3 -0
  459. package/libs/ui/src/navigation/Link/index.d.ts +13 -0
  460. package/libs/ui/src/navigation/NavList/Nav.d.ts +3 -0
  461. package/libs/ui/src/navigation/NavList/NavList.d.ts +3 -0
  462. package/libs/ui/src/navigation/NavList/NavList.stories.d.ts +17 -0
  463. package/libs/ui/src/navigation/NavList/NavListAuto/index.d.ts +4 -0
  464. package/libs/ui/src/navigation/NavList/NavMenuContentList.d.ts +5 -0
  465. package/libs/ui/src/navigation/NavList/__stories__/Default.d.ts +3 -0
  466. package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +3 -0
  467. package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +3 -0
  468. package/libs/ui/src/navigation/NavList/__stories__/NavListWithoutNav.d.ts +3 -0
  469. package/libs/ui/src/navigation/NavList/__stories__/UsingHeaderButton.d.ts +3 -0
  470. package/libs/ui/src/navigation/NavList/__stories__/UsingNavListAuto.d.ts +3 -0
  471. package/libs/ui/src/navigation/NavList/__stories__/Vertical.d.ts +3 -0
  472. package/libs/ui/src/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +3 -0
  473. package/libs/ui/src/navigation/NavList/hooks/useNavList.d.ts +8 -0
  474. package/libs/ui/src/navigation/NavList/hooks/useTogglableNav.d.ts +26 -0
  475. package/libs/ui/src/navigation/NavList/index.d.ts +17 -0
  476. package/libs/ui/src/navigation/NavList/types.d.ts +52 -0
  477. package/libs/ui/src/navigation/Pagination/Pagination.stories.d.ts +16 -0
  478. package/libs/ui/src/navigation/Pagination/__stories__/Auto.d.ts +3 -0
  479. package/libs/ui/src/navigation/Pagination/__stories__/Default.d.ts +3 -0
  480. package/libs/ui/src/navigation/Pagination/__stories__/PaginationSmall.d.ts +3 -0
  481. package/libs/ui/src/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +3 -0
  482. package/libs/ui/src/navigation/Pagination/__stories__/WithHook.d.ts +3 -0
  483. package/libs/ui/src/navigation/Pagination/__stories__/WithInactiveValues.d.ts +3 -0
  484. package/libs/ui/src/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +3 -0
  485. package/libs/ui/src/navigation/Pagination/auto.d.ts +24 -0
  486. package/libs/ui/src/navigation/Pagination/hooks.d.ts +30 -0
  487. package/libs/ui/src/navigation/Pagination/index.d.ts +45 -0
  488. package/libs/ui/src/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  489. package/libs/ui/src/navigation/SkipLink/__stories__/Default.d.ts +3 -0
  490. package/libs/ui/src/navigation/SkipLink/index.d.ts +3 -0
  491. package/libs/ui/src/navigation/Tabs/Tabs.stories.d.ts +13 -0
  492. package/libs/ui/src/navigation/Tabs/__stories__/Auto.d.ts +3 -0
  493. package/libs/ui/src/navigation/Tabs/__stories__/Default.d.ts +3 -0
  494. package/libs/ui/src/navigation/Tabs/__stories__/Dense.d.ts +3 -0
  495. package/libs/ui/src/navigation/Tabs/auto.d.ts +18 -0
  496. package/libs/ui/src/navigation/Tabs/hooks.d.ts +28 -0
  497. package/libs/ui/src/navigation/Tabs/index.d.ts +9 -0
  498. package/libs/ui/src/navigation/index.d.ts +9 -0
  499. package/libs/ui/src/registry.d.ts +307 -0
  500. package/libs/ui/src/typography/Code/index.d.ts +3 -0
  501. package/libs/ui/src/typography/CodeBlock/index.d.ts +3 -0
  502. package/libs/ui/src/typography/Heading/Heading.stories.d.ts +8 -0
  503. package/libs/ui/src/typography/Heading/__stories__/Default.d.ts +3 -0
  504. package/libs/ui/src/typography/Heading/index.d.ts +3 -0
  505. package/libs/ui/src/typography/HeadingCaption/HeadingCaption.stories.d.ts +9 -0
  506. package/libs/ui/src/typography/HeadingCaption/__stories__/Default.d.ts +3 -0
  507. package/libs/ui/src/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +3 -0
  508. package/libs/ui/src/typography/HeadingCaption/index.d.ts +3 -0
  509. package/libs/ui/src/typography/Hint/Hint.stories.d.ts +9 -0
  510. package/libs/ui/src/typography/Hint/__stories__/Default.d.ts +3 -0
  511. package/libs/ui/src/typography/Hint/__stories__/FontSizes.d.ts +3 -0
  512. package/libs/ui/src/typography/Hint/index.d.ts +3 -0
  513. package/libs/ui/src/typography/NormalText/NormalText.stories.d.ts +11 -0
  514. package/libs/ui/src/typography/NormalText/__stories__/Default.d.ts +3 -0
  515. package/libs/ui/src/typography/NormalText/__stories__/FontSizes.d.ts +3 -0
  516. package/libs/ui/src/typography/NormalText/__stories__/FontWeight.d.ts +3 -0
  517. package/libs/ui/src/typography/NormalText/__stories__/Variants.d.ts +3 -0
  518. package/libs/ui/src/typography/NormalText/index.d.ts +3 -0
  519. package/libs/ui/src/typography/Paragraph/Paragraph.stories.d.ts +12 -0
  520. package/libs/ui/src/typography/Paragraph/__stories__/Default.d.ts +3 -0
  521. package/libs/ui/src/typography/Paragraph/__stories__/FontSizes.d.ts +3 -0
  522. package/libs/ui/src/typography/Paragraph/__stories__/FontWeight.d.ts +3 -0
  523. package/libs/ui/src/typography/Paragraph/__stories__/LeadVariant.d.ts +3 -0
  524. package/libs/ui/src/typography/Paragraph/__stories__/SmallVariant.d.ts +3 -0
  525. package/libs/ui/src/typography/Paragraph/index.d.ts +3 -0
  526. package/libs/ui/src/typography/Typography/index.d.ts +3 -0
  527. package/libs/ui/src/typography/index.d.ts +6 -0
  528. package/libs/ui/src/utils/Base/index.d.ts +3 -0
  529. package/libs/ui/src/utils/SvgIcon/index.d.ts +4 -0
  530. package/libs/ui/src/utils/TestVariant/index.d.ts +7 -0
  531. package/libs/ui/src/utils/Typography/index.d.ts +3 -0
  532. package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +8 -0
  533. package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +3 -0
  534. package/libs/ui/src/utils/VisuallyHidden/index.d.ts +3 -0
  535. package/libs/ui/src/utils/hooks/useDebounce.d.ts +3 -0
  536. package/libs/ui/src/utils/hooks/useKeypress.d.ts +2 -0
  537. package/libs/ui/src/utils/hooks/useLatest.d.ts +3 -0
  538. package/libs/ui/src/utils/hooks/useScreen.d.ts +7 -0
  539. package/libs/ui/src/utils/hooks/useSearch.d.ts +4 -0
  540. package/libs/ui/src/utils/hooks/useTogglableTab.d.ts +21 -0
  541. package/libs/ui/src/utils/index.d.ts +3 -0
  542. package/libs/ui/src/utils/withDeprecation.d.ts +16 -0
  543. package/libs-ui/react-core/src/Accordion/index.d.ts +28 -0
  544. package/libs-ui/react-core/src/AccordionControls/index.d.ts +9 -0
  545. package/libs-ui/react-core/src/AccordionSection/index.d.ts +11 -0
  546. package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +10 -0
  547. package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +9 -0
  548. package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +9 -0
  549. package/libs-ui/react-core/src/AdminAside/index.d.ts +9 -0
  550. package/libs-ui/react-core/src/AdminContainer/index.d.ts +17 -0
  551. package/libs-ui/react-core/src/AdminHeader/index.d.ts +10 -0
  552. package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +9 -0
  553. package/libs-ui/react-core/src/AdminLayout/index.d.ts +14 -0
  554. package/libs-ui/react-core/src/AdminMain/index.d.ts +9 -0
  555. package/libs-ui/react-core/src/AdminTopSection/index.d.ts +25 -0
  556. package/libs-ui/react-core/src/Aside/index.d.ts +27 -0
  557. package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +11 -0
  558. package/libs-ui/react-core/src/AutoCompleteContainer/index.d.ts +22 -0
  559. package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +17 -0
  560. package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +11 -0
  561. package/libs-ui/react-core/src/AutoCompleteMultipleInput/index.d.ts +9 -0
  562. package/libs-ui/react-core/src/AutoCompleteMultipleInputContainer/index.d.ts +12 -0
  563. package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +20 -0
  564. package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +47 -0
  565. package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +10 -0
  566. package/libs-ui/react-core/src/AutoCompleteStatusContainer/index.d.ts +10 -0
  567. package/libs-ui/react-core/src/BackLink/index.d.ts +9 -0
  568. package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +17 -0
  569. package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +9 -0
  570. package/libs-ui/react-core/src/BackToTopLink/index.d.ts +9 -0
  571. package/libs-ui/react-core/src/BannerContainer/index.d.ts +6 -0
  572. package/libs-ui/react-core/src/Base/index.d.ts +95 -0
  573. package/libs-ui/react-core/src/Blockquote/index.d.ts +16 -0
  574. package/libs-ui/react-core/src/Bottom/index.d.ts +9 -0
  575. package/libs-ui/react-core/src/BottomInfo/index.d.ts +9 -0
  576. package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +9 -0
  577. package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +9 -0
  578. package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +10 -0
  579. package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +9 -0
  580. package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +15 -0
  581. package/libs-ui/react-core/src/Button/index.d.ts +35 -0
  582. package/libs-ui/react-core/src/ButtonGroup/index.d.ts +9 -0
  583. package/libs-ui/react-core/src/ButtonLink/index.d.ts +28 -0
  584. package/{FloatingButton → libs-ui/react-core/src/CallToAction}/index.d.ts +5 -17
  585. package/libs-ui/react-core/src/Card/index.d.ts +50 -0
  586. package/libs-ui/react-core/src/CardAction/index.d.ts +11 -0
  587. package/libs-ui/react-core/src/CardContent/index.d.ts +10 -0
  588. package/libs-ui/react-core/src/CardHeading/index.d.ts +10 -0
  589. package/libs-ui/react-core/src/Checkbox/index.d.ts +27 -0
  590. package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +11 -0
  591. package/libs-ui/react-core/src/CheckboxItem/index.d.ts +17 -0
  592. package/libs-ui/react-core/src/Chip/index.d.ts +14 -0
  593. package/libs-ui/react-core/src/ChipContainer/index.d.ts +14 -0
  594. package/libs-ui/react-core/src/ChipHeading/index.d.ts +10 -0
  595. package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +10 -0
  596. package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +10 -0
  597. package/libs-ui/react-core/src/CircularProgress/index.d.ts +27 -0
  598. package/libs-ui/react-core/src/CloseButton/index.d.ts +15 -0
  599. package/libs-ui/react-core/src/Code/index.d.ts +18 -0
  600. package/libs-ui/react-core/src/CodeBlock/index.d.ts +10 -0
  601. package/libs-ui/react-core/src/Container/index.d.ts +23 -0
  602. package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +31 -0
  603. package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +18 -0
  604. package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +10 -0
  605. package/libs-ui/react-core/src/DateInputContainer/index.d.ts +19 -0
  606. package/libs-ui/react-core/src/DateInputItem/index.d.ts +26 -0
  607. package/libs-ui/react-core/src/Details/index.d.ts +10 -0
  608. package/libs-ui/react-core/src/DetailsContent/index.d.ts +10 -0
  609. package/libs-ui/react-core/src/DetailsSummary/index.d.ts +10 -0
  610. package/libs-ui/react-core/src/Drawer/index.d.ts +44 -0
  611. package/libs-ui/react-core/src/DrawerHeading/index.d.ts +16 -0
  612. package/libs-ui/react-core/src/DropdownBase/index.d.ts +39 -0
  613. package/libs-ui/react-core/src/DropdownButton/index.d.ts +45 -0
  614. package/libs-ui/react-core/src/DropdownContent/index.d.ts +25 -0
  615. package/libs-ui/react-core/src/ErrorMessage/index.d.ts +11 -0
  616. package/libs-ui/react-core/src/ErrorSummary/index.d.ts +16 -0
  617. package/libs-ui/react-core/src/FieldContainer/index.d.ts +15 -0
  618. package/libs-ui/react-core/src/Fieldset/index.d.ts +10 -0
  619. package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +27 -0
  620. package/libs-ui/react-core/src/FileUpload/index.d.ts +17 -0
  621. package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +17 -0
  622. package/libs-ui/react-core/src/FillableText/index.d.ts +10 -0
  623. package/libs-ui/react-core/src/FilterContainer/index.d.ts +38 -0
  624. package/libs-ui/react-core/src/FilterContent/index.d.ts +9 -0
  625. package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +12 -0
  626. package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +14 -0
  627. package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +9 -0
  628. package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +9 -0
  629. package/libs-ui/react-core/src/Footer/index.d.ts +9 -0
  630. package/libs-ui/react-core/src/FooterContainer/index.d.ts +9 -0
  631. package/libs-ui/react-core/src/FooterContent/index.d.ts +10 -0
  632. package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +11 -0
  633. package/libs-ui/react-core/src/FooterHeading/index.d.ts +18 -0
  634. package/libs-ui/react-core/src/FooterImage/index.d.ts +11 -0
  635. package/libs-ui/react-core/src/FooterInfo/index.d.ts +11 -0
  636. package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +14 -0
  637. package/libs-ui/react-core/src/FooterLink/index.d.ts +9 -0
  638. package/libs-ui/react-core/src/FooterList/index.d.ts +23 -0
  639. package/libs-ui/react-core/src/FooterListItem/index.d.ts +10 -0
  640. package/libs-ui/react-core/src/FooterNavigation/index.d.ts +11 -0
  641. package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +11 -0
  642. package/libs-ui/react-core/src/Form/index.d.ts +16 -0
  643. package/libs-ui/react-core/src/FullPageBackground/index.d.ts +10 -0
  644. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +2 -0
  645. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-blue-base64.d.ts +2 -0
  646. package/libs-ui/react-core/src/GovGRLogo/index.d.ts +9 -0
  647. package/libs-ui/react-core/src/Grid/index.d.ts +89 -0
  648. package/libs-ui/react-core/src/Header/index.d.ts +10 -0
  649. package/libs-ui/react-core/src/HeaderContent/index.d.ts +9 -0
  650. package/libs-ui/react-core/src/HeaderLogo/index.d.ts +19 -0
  651. package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +11 -0
  652. package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +19 -0
  653. package/libs-ui/react-core/src/HeaderSection/index.d.ts +9 -0
  654. package/libs-ui/react-core/src/HeaderTitle/index.d.ts +9 -0
  655. package/libs-ui/react-core/src/Heading/index.d.ts +31 -0
  656. package/libs-ui/react-core/src/HeadingCaption/index.d.ts +19 -0
  657. package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +17 -0
  658. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +2 -0
  659. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +2 -0
  660. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-el.d.ts +2 -0
  661. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-en.d.ts +2 -0
  662. package/libs-ui/react-core/src/Hidden/index.d.ts +71 -0
  663. package/libs-ui/react-core/src/Hint/index.d.ts +22 -0
  664. package/libs-ui/react-core/src/ImageLogo/index.d.ts +20 -0
  665. package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +20 -0
  666. package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +5 -0
  667. package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +5 -0
  668. package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +5 -0
  669. package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +14 -0
  670. package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +5 -0
  671. package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +5 -0
  672. package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +5 -0
  673. package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +5 -0
  674. package/libs-ui/react-core/src/LabelContainer/index.d.ts +9 -0
  675. package/libs-ui/react-core/src/LabelTitle/index.d.ts +26 -0
  676. package/libs-ui/react-core/src/LabeledText/index.d.ts +18 -0
  677. package/libs-ui/react-core/src/Layout/index.d.ts +15 -0
  678. package/libs-ui/react-core/src/LinkBase/index.d.ts +16 -0
  679. package/libs-ui/react-core/src/List/index.d.ts +33 -0
  680. package/libs-ui/react-core/src/ListItem/index.d.ts +9 -0
  681. package/libs-ui/react-core/src/LoaderContainer/index.d.ts +9 -0
  682. package/libs-ui/react-core/src/Main/index.d.ts +9 -0
  683. package/libs-ui/react-core/src/Masthead/index.d.ts +18 -0
  684. package/libs-ui/react-core/src/MastheadBody/index.d.ts +9 -0
  685. package/libs-ui/react-core/src/MastheadLogo/index.d.ts +11 -0
  686. package/libs-ui/react-core/src/ModalAction/index.d.ts +11 -0
  687. package/libs-ui/react-core/src/ModalContainer/index.d.ts +31 -0
  688. package/libs-ui/react-core/src/ModalContent/index.d.ts +10 -0
  689. package/libs-ui/react-core/src/ModalHeading/index.d.ts +10 -0
  690. package/libs-ui/react-core/src/Nav/index.d.ts +49 -0
  691. package/libs-ui/react-core/src/NavList/index.d.ts +31 -0
  692. package/libs-ui/react-core/src/NavListItemAction/index.d.ts +14 -0
  693. package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +10 -0
  694. package/libs-ui/react-core/src/NavListItemButton/index.d.ts +27 -0
  695. package/libs-ui/react-core/src/NavListItemLink/index.d.ts +17 -0
  696. package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +25 -0
  697. package/libs-ui/react-core/src/NavMenuContent/index.d.ts +11 -0
  698. package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +10 -0
  699. package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +10 -0
  700. package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +11 -0
  701. package/libs-ui/react-core/src/NormalText/index.d.ts +18 -0
  702. package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +29 -0
  703. package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +12 -0
  704. package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +11 -0
  705. package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +11 -0
  706. package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +11 -0
  707. package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +9 -0
  708. package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +9 -0
  709. package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +10 -0
  710. package/libs-ui/react-core/src/Pagination/index.d.ts +17 -0
  711. package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +9 -0
  712. package/libs-ui/react-core/src/PaginationList/index.d.ts +9 -0
  713. package/libs-ui/react-core/src/PaginationListItem/index.d.ts +29 -0
  714. package/libs-ui/react-core/src/Panel/index.d.ts +15 -0
  715. package/libs-ui/react-core/src/PanelBody/index.d.ts +9 -0
  716. package/libs-ui/react-core/src/PanelTitle/index.d.ts +9 -0
  717. package/libs-ui/react-core/src/Paragraph/index.d.ts +10 -0
  718. package/libs-ui/react-core/src/PhaseBanner/index.d.ts +18 -0
  719. package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +6 -0
  720. package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +9 -0
  721. package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +11 -0
  722. package/libs-ui/react-core/src/RadioConditional/index.d.ts +11 -0
  723. package/libs-ui/react-core/src/RadioContainer/index.d.ts +24 -0
  724. package/libs-ui/react-core/src/RadioItem/index.d.ts +16 -0
  725. package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +9 -0
  726. package/libs-ui/react-core/src/ResultsHeading/index.d.ts +10 -0
  727. package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +10 -0
  728. package/libs-ui/react-core/src/SearchButton/index.d.ts +10 -0
  729. package/libs-ui/react-core/src/SearchContainer/index.d.ts +9 -0
  730. package/libs-ui/react-core/src/Section/index.d.ts +10 -0
  731. package/libs-ui/react-core/src/SectionBreak/index.d.ts +26 -0
  732. package/libs-ui/react-core/src/SelectContainer/index.d.ts +17 -0
  733. package/libs-ui/react-core/src/SelectOption/index.d.ts +10 -0
  734. package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +18 -0
  735. package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +11 -0
  736. package/libs-ui/react-core/src/Skeleton/index.d.ts +49 -0
  737. package/libs-ui/react-core/src/SkipLink/index.d.ts +9 -0
  738. package/libs-ui/react-core/src/Stack/index.d.ts +33 -0
  739. package/libs-ui/react-core/src/StepNav/index.d.ts +17 -0
  740. package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +11 -0
  741. package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +10 -0
  742. package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +22 -0
  743. package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +11 -0
  744. package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +9 -0
  745. package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +27 -0
  746. package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +19 -0
  747. package/libs-ui/react-core/src/StepNavControls/index.d.ts +10 -0
  748. package/libs-ui/react-core/src/StepNavList/index.d.ts +10 -0
  749. package/libs-ui/react-core/src/StepNavListItem/index.d.ts +9 -0
  750. package/libs-ui/react-core/src/SummaryList/index.d.ts +28 -0
  751. package/libs-ui/react-core/src/SummaryListItem/index.d.ts +19 -0
  752. package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +10 -0
  753. package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +10 -0
  754. package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +9 -0
  755. package/libs-ui/react-core/src/SvgIcon/index.d.ts +37 -0
  756. package/libs-ui/react-core/src/Table/index.d.ts +53 -0
  757. package/libs-ui/react-core/src/TableBody/index.d.ts +18 -0
  758. package/libs-ui/react-core/src/TableCaption/index.d.ts +20 -0
  759. package/{OptionButtonSteps → libs-ui/react-core/src/TableContainer}/index.d.ts +10 -19
  760. package/libs-ui/react-core/src/TableDataCell/index.d.ts +18 -0
  761. package/libs-ui/react-core/src/TableHead/index.d.ts +9 -0
  762. package/libs-ui/react-core/src/TableHeadCell/index.d.ts +30 -0
  763. package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +10 -0
  764. package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +10 -0
  765. package/libs-ui/react-core/src/TableRow/index.d.ts +25 -0
  766. package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +11 -0
  767. package/libs-ui/react-core/src/Tabs/index.d.ts +18 -0
  768. package/libs-ui/react-core/src/TabsHeading/index.d.ts +18 -0
  769. package/libs-ui/react-core/src/TabsList/index.d.ts +10 -0
  770. package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +17 -0
  771. package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +18 -0
  772. package/libs-ui/react-core/src/TaskList/index.d.ts +17 -0
  773. package/libs-ui/react-core/src/TaskListItem/index.d.ts +9 -0
  774. package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +10 -0
  775. package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +10 -0
  776. package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +16 -0
  777. package/libs-ui/react-core/src/TextArea/index.d.ts +24 -0
  778. package/libs-ui/react-core/src/TextInput/index.d.ts +46 -0
  779. package/libs-ui/react-core/src/Timeline/index.d.ts +17 -0
  780. package/libs-ui/react-core/src/TimelineActions/index.d.ts +11 -0
  781. package/libs-ui/react-core/src/TimelineContent/index.d.ts +10 -0
  782. package/libs-ui/react-core/src/TimelineHeading/index.d.ts +25 -0
  783. package/libs-ui/react-core/src/TimelineItem/index.d.ts +9 -0
  784. package/libs-ui/react-core/src/Top/index.d.ts +9 -0
  785. package/libs-ui/react-core/src/Typography/index.d.ts +30 -0
  786. package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +10 -0
  787. package/libs-ui/react-core/src/WarningText/index.d.ts +24 -0
  788. package/libs-ui/react-experimental/src/FloatingButton/index.d.ts +21 -0
  789. package/libs-ui/react-experimental/src/Kitchensink/AllComponents.d.ts +2 -0
  790. package/libs-ui/react-experimental/src/Kitchensink/KitchensinkByCategory.d.ts +6 -0
  791. package/libs-ui/react-experimental/src/Kitchensink/KitchensinkByLetter.d.ts +6 -0
  792. package/libs-ui/react-experimental/src/Kitchensink/KitchensinkComponent.d.ts +10 -0
  793. package/libs-ui/react-experimental/src/Kitchensink/KitchensinkDashboard.d.ts +5 -0
  794. package/libs-ui/react-experimental/src/Kitchensink/index.d.ts +5 -0
  795. package/libs-ui/react-experimental/src/OptionButtonBase/index.d.ts +19 -0
  796. package/libs-ui/react-experimental/src/OptionButtonSteps/index.d.ts +25 -0
  797. package/{index.d.ts → libs-ui/react-experimental/src/index.d.ts} +1 -0
  798. package/libs-ui/react-icons/src/AccessibilityIcon/config.d.ts +8 -0
  799. package/libs-ui/react-icons/src/AccessibilityIcon/index.d.ts +4 -0
  800. package/libs-ui/react-icons/src/ArrowIcon/config.d.ts +13 -0
  801. package/libs-ui/react-icons/src/ArrowIcon/index.d.ts +4 -0
  802. package/libs-ui/react-icons/src/Base/index.d.ts +95 -0
  803. package/libs-ui/react-icons/src/BurgerIcon/config.d.ts +6 -0
  804. package/libs-ui/react-icons/src/BurgerIcon/index.d.ts +4 -0
  805. package/libs-ui/react-icons/src/CancelIcon/config.d.ts +8 -0
  806. package/libs-ui/react-icons/src/CancelIcon/index.d.ts +4 -0
  807. package/libs-ui/react-icons/src/CaretIcon/config.d.ts +13 -0
  808. package/libs-ui/react-icons/src/CaretIcon/index.d.ts +4 -0
  809. package/libs-ui/react-icons/src/ChatIcon/config.d.ts +11 -0
  810. package/libs-ui/react-icons/src/ChatIcon/index.d.ts +4 -0
  811. package/libs-ui/react-icons/src/CheckIcon/config.d.ts +8 -0
  812. package/libs-ui/react-icons/src/CheckIcon/index.d.ts +4 -0
  813. package/libs-ui/react-icons/src/ChevronIcon/config.d.ts +14 -0
  814. package/libs-ui/react-icons/src/ChevronIcon/index.d.ts +4 -0
  815. package/libs-ui/react-icons/src/CloseIcon/config.d.ts +8 -0
  816. package/libs-ui/react-icons/src/CloseIcon/index.d.ts +4 -0
  817. package/libs-ui/react-icons/src/DownloadIcon/config.d.ts +8 -0
  818. package/libs-ui/react-icons/src/DownloadIcon/index.d.ts +4 -0
  819. package/libs-ui/react-icons/src/ExclamationIcon/config.d.ts +8 -0
  820. package/libs-ui/react-icons/src/ExclamationIcon/index.d.ts +4 -0
  821. package/libs-ui/react-icons/src/GlobeIcon/config.d.ts +8 -0
  822. package/libs-ui/react-icons/src/GlobeIcon/index.d.ts +4 -0
  823. package/libs-ui/react-icons/src/Icon/index.d.ts +25 -0
  824. package/libs-ui/react-icons/src/LockIcon/config.d.ts +8 -0
  825. package/libs-ui/react-icons/src/LockIcon/index.d.ts +4 -0
  826. package/libs-ui/react-icons/src/LoginIcon/config.d.ts +8 -0
  827. package/libs-ui/react-icons/src/LoginIcon/index.d.ts +4 -0
  828. package/libs-ui/react-icons/src/MinusIcon/config.d.ts +8 -0
  829. package/libs-ui/react-icons/src/MinusIcon/index.d.ts +4 -0
  830. package/libs-ui/react-icons/src/MoreVertIcon/config.d.ts +8 -0
  831. package/libs-ui/react-icons/src/MoreVertIcon/index.d.ts +4 -0
  832. package/libs-ui/react-icons/src/PdfFileIcon/config.d.ts +8 -0
  833. package/libs-ui/react-icons/src/PdfFileIcon/index.d.ts +4 -0
  834. package/libs-ui/react-icons/src/PlusIcon/config.d.ts +8 -0
  835. package/libs-ui/react-icons/src/PlusIcon/index.d.ts +4 -0
  836. package/libs-ui/react-icons/src/PrintIcon/config.d.ts +8 -0
  837. package/libs-ui/react-icons/src/PrintIcon/index.d.ts +4 -0
  838. package/libs-ui/react-icons/src/ReplyIcon/config.d.ts +8 -0
  839. package/libs-ui/react-icons/src/ReplyIcon/index.d.ts +4 -0
  840. package/libs-ui/react-icons/src/RestoreIcon/config.d.ts +8 -0
  841. package/libs-ui/react-icons/src/RestoreIcon/index.d.ts +4 -0
  842. package/libs-ui/react-icons/src/SearchIcon/config.d.ts +8 -0
  843. package/libs-ui/react-icons/src/SearchIcon/index.d.ts +4 -0
  844. package/libs-ui/react-icons/src/SvgIcon/index.d.ts +37 -0
  845. package/libs-ui/react-icons/src/UncheckIcon/config.d.ts +8 -0
  846. package/libs-ui/react-icons/src/UncheckIcon/index.d.ts +4 -0
  847. package/libs-ui/react-icons/src/icons.d.ts +71 -0
  848. package/libs-ui/react-icons/src/index.d.ts +23 -0
  849. package/package.json +5 -4
  850. package/src/FloatingButton/index.tsx +3 -3
  851. package/src/Kitchensink/AllComponents.tsx +6 -0
  852. package/src/Kitchensink/KitchensinkByCategory.tsx +58 -0
  853. package/src/Kitchensink/KitchensinkByLetter.tsx +35 -0
  854. package/src/Kitchensink/KitchensinkComponent.tsx +70 -0
  855. package/src/Kitchensink/KitchensinkDashboard.tsx +56 -0
  856. package/src/Kitchensink/index.ts +5 -0
  857. package/src/OptionButtonBase/index.tsx +8 -8
  858. package/src/OptionButtonSteps/index.tsx +3 -3
  859. package/src/index.ts +1 -0
  860. package/OptionButtonBase/index.d.ts +0 -19
  861. /package/{FloatingButton → libs-ui/react-experimental/src/FloatingButton}/index.test.d.ts +0 -0
  862. /package/{OptionButtonBase → libs-ui/react-experimental/src/OptionButtonBase}/index.test.d.ts +0 -0
  863. /package/{OptionButtonSteps → libs-ui/react-experimental/src/OptionButtonSteps}/index.test.d.ts +0 -0
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableCaptionProps extends BaseProps<'caption'> {
4
+ /**
5
+ * size is optional.
6
+ * The props are 'sm' for small, 'md' for medium, 'lg' for large and 'xl' for extra large .
7
+ * Default value is 'md'.
8
+ * @value 'sm'
9
+ * @value 'md'
10
+ * @value 'lg'
11
+ * @value 'xl'
12
+ * @default 'md'
13
+ */
14
+ size?: 'sm' | 'md' | 'lg' | 'xl';
15
+ }
16
+ /**
17
+ * Table caption is used inside the Table component to provide a caption at the top of the table.
18
+ */
19
+ export declare const TableCaption: React.ForwardRefExoticComponent<Pick<TableCaptionProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLElement>>;
20
+ export default TableCaption;
@@ -1,25 +1,16 @@
1
1
  import React from 'react';
2
2
  import { BaseProps } from '@digigov/react-core/Base';
3
- export interface OptionButtonStepsProps extends BaseProps<'div'> {
3
+ export interface TableContainerProps extends BaseProps<'div'> {
4
4
  /**
5
- * @value 0
6
- * @value 1
7
- * @value 2
8
- * @value 3
9
- * @value 4
10
- * @default 0
11
- */
12
- steps?: stepsProps;
13
- /**
14
- * @default 0
15
- */
16
- activeStep?: number;
5
+ * border is optional. Set to true if you need a border for the Table.
6
+ * @value true
7
+ * @value false
8
+ * @default false
9
+ */
10
+ border?: boolean;
17
11
  }
18
- export type stepsProps = 0 | 1 | 2 | 3 | 4;
19
12
  /**
20
- *
21
- * OptionButtonSteps can be used to represent small blocks of information.
22
- * OptionButtonSteps component must be inside OptionButtonStepsSection component.
13
+ * Use TableContainer as a wrapper for a Table. It is used when the table is wider that the viewport width.
23
14
  */
24
- export declare const OptionButtonSteps: React.ForwardRefExoticComponent<Pick<OptionButtonStepsProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "steps" | "activeStep"> & React.RefAttributes<HTMLDivElement>>;
25
- export default OptionButtonSteps;
15
+ export declare const TableContainer: React.ForwardRefExoticComponent<Pick<TableContainerProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "border"> & React.RefAttributes<HTMLDivElement>>;
16
+ export default TableContainer;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableDataCellProps extends BaseProps<'td'> {
4
+ /**
5
+ * dataType is optional.
6
+ * Use numeric value when comparing columns of numbers, align the numbers to the right in table cells
7
+ * Default value is text which aligns texts to the center
8
+ * @value 'text'
9
+ * @value 'numeric'
10
+ * @default 'text'
11
+ */
12
+ dataType?: 'text' | 'numeric';
13
+ }
14
+ /**
15
+ * Use TableDataCell inside the Table component to fill the data of a cell in a table.
16
+ */
17
+ export declare const TableDataCell: React.ForwardRefExoticComponent<Pick<TableDataCellProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "height" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "valign" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dataType"> & React.RefAttributes<HTMLTableCellElement>>;
18
+ export default TableDataCell;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableHeadProps extends BaseProps<'thead'> {
4
+ }
5
+ /**
6
+ * Use TableHead inside the Table component to provide the header row and/or column of the table.
7
+ */
8
+ export declare const TableHead: React.ForwardRefExoticComponent<Pick<TableHeadProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLTableSectionElement>>;
9
+ export default TableHead;
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableHeadCellProps extends BaseProps<'th'> {
4
+ /**
5
+ * dataType is optional.
6
+ * Use numeric value prop when comparing columns of numbers, align the numbers to the right in table cells.
7
+ * Default value is text which aligns texts to the center
8
+ * @value 'text'
9
+ * @value 'numeric'
10
+ * @default 'text'
11
+ */
12
+ dataType?: 'text' | 'numeric';
13
+ /**
14
+ * width is optional.
15
+ * Use width prop to define a custom width in your component.
16
+ * @value '25%';
17
+ * @value '33.3%';
18
+ * @value '50%';
19
+ * @value '66.6%';
20
+ * @value '75%';
21
+ * @value '100%';
22
+ * @value 'full';
23
+ */
24
+ width?: '25%' | '33.3%' | '50%' | '66.6%' | '75%' | '100%' | 'full';
25
+ }
26
+ /**
27
+ * Use TableHeadCell inside the Table component to provide the header row and/or column of the table.
28
+ */
29
+ export declare const TableHeadCell: React.ForwardRefExoticComponent<Pick<TableHeadCellProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dataType"> & React.RefAttributes<HTMLTableCellElement>>;
30
+ export default TableHeadCell;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableLoaderBackgroundProps extends BaseProps<'div'> {
4
+ }
5
+ /**
6
+ * Use TableLoaderBackground component in tables in order to add blur and opacity background when data are loading.
7
+ * TableLoaderBackground is the parent component and takes as children the LoaderContainer component.
8
+ */
9
+ export declare const TableLoaderBackground: React.ForwardRefExoticComponent<Pick<TableLoaderBackgroundProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
+ export default TableLoaderBackground;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableNoDataRowProps extends BaseProps<'td'> {
4
+ }
5
+ /**
6
+ * Use TableNoDataRow inside the Table component when there is no data to show.
7
+ * you can use colSpan prop attribute to expand the td width
8
+ */
9
+ export declare const TableNoDataRow: React.ForwardRefExoticComponent<Pick<TableNoDataRowProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "height" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "valign" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLTableCellElement>>;
10
+ export default TableNoDataRow;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableRowProps extends BaseProps<'tr'> {
4
+ /**
5
+ * highlight is optional.
6
+ * Add the highlight prop to add a highlight line on the left of the row.
7
+ * @value true
8
+ * @value false
9
+ * @default false
10
+ */
11
+ highlight?: boolean;
12
+ /**
13
+ * color is optional.
14
+ * color doesn't apply if the Table parent component has the prop variant='zebra'.
15
+ * @value 'primary'
16
+ * @value 'secondary'
17
+ * @default 'primary'
18
+ */
19
+ color?: 'primary' | 'secondary';
20
+ }
21
+ /**
22
+ * Use TableRow inside the Table component to provide a new row to the table.
23
+ */
24
+ export declare const TableRow: React.ForwardRefExoticComponent<Pick<TableRowProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "highlight"> & React.RefAttributes<HTMLTableRowElement>>;
25
+ export default TableRow;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TableSortIconContainerProps extends BaseProps<'div'> {
4
+ }
5
+ /**
6
+ *
7
+ * Use TableSortIconContainer to wrap CaretIcon like ascending descending style.
8
+ *
9
+ */
10
+ export declare const TableSortIconContainer: React.ForwardRefExoticComponent<Pick<TableSortIconContainerProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
11
+ export default TableSortIconContainer;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TabsProps extends BaseProps<'div'> {
4
+ direction?: 'vertical' | 'horizontal';
5
+ /**
6
+ * dense is optional.
7
+ * @value true Tabs will be dense.
8
+ * @value false
9
+ * @default false
10
+ */
11
+ dense?: boolean;
12
+ }
13
+ /**
14
+ * Tabs is the main component for tabs.
15
+ * This component must contain TabsHeading, TabsList, and a list of TabsPanel component.
16
+ */
17
+ export declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLDivElement>>;
18
+ export default Tabs;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { HiddenProps } from '@digigov/react-core/Hidden';
3
+ export interface TabsHeadingProps extends HiddenProps {
4
+ /**
5
+ * size is optional.
6
+ * The values are 'md' for medium and 'sm' for small.
7
+ * Default value is 'sm'.
8
+ * @value 'md'
9
+ * @value 'sm'
10
+ * @default 'sm'
11
+ */
12
+ size?: 'md' | 'sm';
13
+ }
14
+ /**
15
+ * TabsHeading should be inside the Tabs component. This heading is hidden on desktop screens, but it is always useful for accessibility.
16
+ */
17
+ export declare const TabsHeading: React.ForwardRefExoticComponent<Pick<TabsHeadingProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "xs" | "sm" | "md" | "lg" | "xl" | "xsUp" | "smUp" | "mdUp" | "lgUp" | "xlUp"> & React.RefAttributes<HTMLHeadingElement>>;
18
+ export default TabsHeading;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TabsListProps extends BaseProps<'ul'> {
4
+ }
5
+ /**
6
+ * TabsList should be inside the Tabs component.
7
+ * Inside the TabsList should be a list of TabsListItem components.
8
+ */
9
+ export declare const TabsList: React.ForwardRefExoticComponent<Pick<TabsListProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLUListElement>>;
10
+ export default TabsList;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TabsListItemBaseProps extends BaseProps<'a'> {
4
+ /**
5
+ * open is optional.
6
+ * Exaclty one TabsListItemBase should be open every time.
7
+ * @value true declares that this tab is open.
8
+ * @value false
9
+ */
10
+ open?: boolean;
11
+ }
12
+ /**
13
+ * TabsListItemBase should be inside the TabsList.
14
+ * In here we declare the title of the tab.
15
+ */
16
+ export declare const TabsListItemBase: React.ForwardRefExoticComponent<Pick<TabsListItemBaseProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "open" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLAnchorElement>>;
17
+ export default TabsListItemBase;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TabsPanelBaseProps extends BaseProps<'div'> {
4
+ /**
5
+ * active is optional.
6
+ * Exaclty one TabsPanelBase should be active every time.
7
+ * This declares that this content is active and should depend of the 'selected' TabsList.
8
+ * @value true
9
+ * @value false
10
+ */
11
+ active?: boolean;
12
+ }
13
+ /**
14
+ * TabsPanelBase is inside the Tabs component.
15
+ * Every TabsListItem relates to a TabsPanelBase.
16
+ */
17
+ export declare const TabsPanelBase: React.ForwardRefExoticComponent<Pick<TabsPanelBaseProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "active"> & React.RefAttributes<HTMLDivElement>>;
18
+ export default TabsPanelBase;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TaskListProps extends BaseProps<'ol'> {
4
+ /**
5
+ * dense is optional.
6
+ * @value true TaskList will be dense.
7
+ * @value false
8
+ * @default false
9
+ * */
10
+ dense?: boolean;
11
+ }
12
+ /**
13
+ * TaskList component is used for listing items.
14
+ * This component must contain TaskListItem component.
15
+ */
16
+ export declare const TaskList: React.ForwardRefExoticComponent<Pick<TaskListProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "reversed" | "start" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLOListElement>>;
17
+ export default TaskList;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '@digigov/react-core/Base';
3
+ export interface TaskListItemProps extends BaseProps<'li'> {
4
+ }
5
+ /**
6
+ * TaskListItem must be inside TaskList compoenent.
7
+ */
8
+ export declare const TaskListItem: React.ForwardRefExoticComponent<Pick<TaskListItemProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLLIElement>>;
9
+ export default TaskListItem;