@woovi/ui 6.6.3 → 6.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (429) hide show
  1. package/dist/index.cjs +47 -2
  2. package/dist/index.js +47 -2
  3. package/dist/llms.txt +299 -115
  4. package/dist/src/Badge.d.ts +6 -0
  5. package/dist/{BannerInfos.d.ts → src/BannerInfos.d.ts} +1 -1
  6. package/dist/src/Circle.d.ts +7 -0
  7. package/dist/src/CircleButton.d.ts +7 -0
  8. package/dist/{ClockIcon.d.ts → src/ClockIcon.d.ts} +1 -1
  9. package/dist/src/Column.d.ts +3 -0
  10. package/dist/src/EmptyMessage.d.ts +4 -0
  11. package/dist/src/LinearProgress.d.ts +8 -0
  12. package/dist/{Link.d.ts → src/Link.d.ts} +1 -1
  13. package/dist/src/LoremIpsum.d.ts +2 -0
  14. package/dist/src/OverflowDiv.d.ts +3 -0
  15. package/dist/src/ProgressBar.d.ts +11 -0
  16. package/dist/src/QuestionTooltip.d.ts +14 -0
  17. package/dist/{RadioCard → src/RadioCard}/RadioCard.d.ts +1 -1
  18. package/dist/{ReactRouterLinkBehavior.d.ts → src/ReactRouterLinkBehavior.d.ts} +1 -1
  19. package/dist/src/SafeTextTooltip.d.ts +9 -0
  20. package/dist/src/Step.d.ts +8 -0
  21. package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialog.d.ts +4 -5
  22. package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +9 -0
  23. package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +9 -0
  24. package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogContent.d.ts +4 -5
  25. package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogTitle.d.ts +4 -5
  26. package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +9 -0
  27. package/dist/src/TagWebhookStatus.d.ts +13 -0
  28. package/dist/src/ToggleButtonGroup.d.ts +24 -0
  29. package/dist/src/ToggleButtonGroupMobile.d.ts +7 -0
  30. package/dist/src/TransactionStatusTag.d.ts +1 -0
  31. package/dist/src/TransactionTagEntryTypes.d.ts +13 -0
  32. package/dist/src/auth/LoginWrapper.d.ts +7 -0
  33. package/dist/src/avatar/AvatarGroup.d.ts +16 -0
  34. package/dist/src/avatar/AvatarGroupArray.d.ts +8 -0
  35. package/dist/src/avatar/AvatarGroupSelectedAll.d.ts +9 -0
  36. package/dist/{buttons → src/buttons}/ButtonMenu.d.ts +3 -4
  37. package/dist/src/buttons/clickpix/ClickPixButton.d.ts +6 -0
  38. package/dist/src/card/CardList.d.ts +13 -0
  39. package/dist/src/card/CardRadio.d.ts +1 -0
  40. package/dist/src/card/CardSkeleton.d.ts +3 -0
  41. package/dist/src/card/basicContext/CardBasicContext.d.ts +35 -0
  42. package/dist/src/card/cardWithActions/CardFooter.d.ts +3 -0
  43. package/dist/src/cardGrid/CardFieldCentered.d.ts +8 -0
  44. package/dist/{code → src/code}/Code.d.ts +1 -1
  45. package/dist/{collapsible → src/collapsible}/Collapse.d.ts +2 -3
  46. package/dist/{collapsible → src/collapsible}/Collapsible.d.ts +2 -3
  47. package/dist/src/collapsible/CollapsibleActions.d.ts +7 -0
  48. package/dist/src/collapsible/CollapsibleFillWrapper.d.ts +2 -0
  49. package/dist/src/collapsible/CollapsibleGroup.d.ts +3 -0
  50. package/dist/src/collapsible/CollapsibleInfinityActions.d.ts +59 -0
  51. package/dist/src/collapsible/CollapsibleTree.d.ts +18 -0
  52. package/dist/src/collapsible/TransparencyCollapsibleWrapper.d.ts +7 -0
  53. package/dist/src/company/CompanyLogo.d.ts +16 -0
  54. package/dist/src/content/ActionMarginText.d.ts +4 -0
  55. package/dist/src/content/IntroText.d.ts +4 -0
  56. package/dist/src/datagrid/DataGrid.d.ts +24 -0
  57. package/dist/{datagrid → src/datagrid}/DataGridRow.d.ts +3 -5
  58. package/dist/src/datagrid/cellTypeBasisToPercentage.d.ts +5 -0
  59. package/dist/src/datagrid/cellTypeExpand.d.ts +4 -0
  60. package/dist/src/datagrid/cellTypeLink.d.ts +2 -0
  61. package/dist/{datagrid → src/datagrid}/cellTypeTag.d.ts +1 -1
  62. package/dist/src/datagrid/useTableView.d.ts +2 -0
  63. package/dist/src/device/Phone.d.ts +4 -0
  64. package/dist/{dialog → src/dialog}/useDialog.d.ts +1 -1
  65. package/dist/src/drawer/swipable/SwipeableDrawer.d.ts +8 -0
  66. package/dist/{error → src/error}/ErrorBoundaryWithRetry.d.ts +1 -1
  67. package/dist/src/file/FileDrop.d.ts +12 -0
  68. package/dist/src/file/IconButton.d.ts +9 -0
  69. package/dist/src/file/MaterialIcon.d.ts +10 -0
  70. package/dist/{filter → src/filter}/Filter.d.ts +1 -1
  71. package/dist/src/filter/FormikFilter.d.ts +10 -0
  72. package/dist/src/filter/decodeQueryParamsFromLocation.d.ts +2 -0
  73. package/dist/src/filter/fieldToParamConfigMap.d.ts +3 -0
  74. package/dist/{filter → src/filter}/formatFilterValue.d.ts +1 -1
  75. package/dist/{filter → src/filter}/isValidDatetime.d.ts +1 -1
  76. package/dist/src/filter/stringToBoolean.d.ts +1 -0
  77. package/dist/{filter → src/filter}/useFilterFormik.d.ts +2 -2
  78. package/dist/{form → src/form}/FieldRow.d.ts +2 -2
  79. package/dist/src/helpers/HoverPopper.d.ts +10 -0
  80. package/dist/src/helpers.d.ts +10 -0
  81. package/dist/{hooks → src/hooks}/useControlledState.d.ts +1 -1
  82. package/dist/src/hooks/useCopyToClipboard.d.ts +1 -0
  83. package/dist/{hooks → src/hooks}/useWindowHelpers.d.ts +1 -1
  84. package/dist/{icons → src/icons}/AssineOnlineIcon.d.ts +4 -4
  85. package/dist/{icons → src/icons}/BotConversaIcon.d.ts +4 -4
  86. package/dist/{icons → src/icons}/CheckboxIndeterminate.d.ts +4 -4
  87. package/dist/{icons → src/icons}/CheckboxUnchecked.d.ts +4 -4
  88. package/dist/{icons → src/icons}/MetaIcon.d.ts +4 -4
  89. package/dist/{icons → src/icons}/N8nIcon.d.ts +4 -4
  90. package/dist/{icons → src/icons}/NuvemshopIcon.d.ts +4 -4
  91. package/dist/src/icons/RightTopDiagonalVector.d.ts +5 -0
  92. package/dist/{icons → src/icons}/SVG.d.ts +7 -7
  93. package/dist/src/icons/SocPanelIcon.d.ts +12 -0
  94. package/dist/{icons → src/icons}/WabizIcon.d.ts +4 -4
  95. package/dist/{icons → src/icons}/WakeIcon.d.ts +4 -4
  96. package/dist/src/import/Dropzone.d.ts +6 -0
  97. package/dist/src/import/xlsx/Import.d.ts +19 -0
  98. package/dist/src/import/xlsx/ImportDropzone.d.ts +16 -0
  99. package/dist/src/import/xlsx/ImportProcessData.d.ts +8 -0
  100. package/dist/src/import/xlsx/ImportProcessQueue.d.ts +21 -0
  101. package/dist/src/import/xlsx/ImportStepper.d.ts +24 -0
  102. package/dist/src/import/xlsx/ImportTable.d.ts +8 -0
  103. package/dist/src/import/xlsx/ImportUtils.d.ts +89 -0
  104. package/dist/{index.d.ts → src/index.d.ts} +76 -5
  105. package/dist/src/layoutWrapper/LayoutWrapperFluid.d.ts +8 -0
  106. package/dist/src/logo/OpenPixLogoColor.d.ts +7 -0
  107. package/dist/src/logo/WooviLogo.d.ts +8 -0
  108. package/dist/{mui → src/mui}/Typography.d.ts +1 -1
  109. package/dist/{multifactor → src/multifactor}/MultiFactorConfirmModal.d.ts +3 -3
  110. package/dist/{openpix → src/openpix}/cobr/CobrTagStatus.d.ts +1 -1
  111. package/dist/src/openpix/images/WooviLogoInMobile.d.ts +5 -0
  112. package/dist/src/openpix/order/ConfirmedIcon.d.ts +3 -0
  113. package/dist/src/openpix/order/EarnCashback.d.ts +7 -0
  114. package/dist/src/openpix/order/EarnCashbackExclusive.d.ts +7 -0
  115. package/dist/src/openpix/order/PayPixValueCompany.d.ts +8 -0
  116. package/dist/src/openpix/order/discount/EarnDiscount.d.ts +7 -0
  117. package/dist/src/openpix/paymentLink/AdditionalInfo.d.ts +12 -0
  118. package/dist/src/openpix/paymentLink/BrCodeInput.d.ts +6 -0
  119. package/dist/src/openpix/paymentLink/InterestsInfo.d.ts +11 -0
  120. package/dist/src/openpix/paymentLink/ShareButton.d.ts +10 -0
  121. package/dist/src/openpix/paymentLink/types/ChargeDataType.d.ts +99 -0
  122. package/dist/{pinInput → src/pinInput}/PinInput.d.ts +13 -13
  123. package/dist/src/relay/RefreshIconButton.d.ts +6 -0
  124. package/dist/{routed → src/routed}/RoutedTabs.d.ts +1 -1
  125. package/dist/src/routed/TabbedContent.d.ts +10 -0
  126. package/dist/src/router/drawRoutes.d.ts +3 -0
  127. package/dist/{router → src/router}/getQuery.d.ts +4 -1
  128. package/dist/{router → src/router}/getRouteFromPath.d.ts +3 -3
  129. package/dist/{router → src/router}/stringToValue.d.ts +2 -2
  130. package/dist/{router → src/router}/types.d.ts +1 -0
  131. package/dist/{screenHeader → src/screenHeader}/ScreenHeaderUI.d.ts +1 -1
  132. package/dist/src/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +14 -0
  133. package/dist/src/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +3 -0
  134. package/dist/src/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +6 -0
  135. package/dist/{select → src/select}/Select.d.ts +1 -1
  136. package/dist/src/select/SelectAll.d.ts +14 -0
  137. package/dist/{shared → src/shared}/CashbackStatus.d.ts +13 -0
  138. package/dist/src/shared/appEventTypes.d.ts +26 -0
  139. package/dist/src/shared/pixTransactionEntryTypes.d.ts +11 -0
  140. package/dist/{shared → src/shared}/pixTransactionStatus.d.ts +7 -16
  141. package/dist/{shared → src/shared}/pixTransactionTypes.d.ts +4 -12
  142. package/dist/src/shared/projectType.d.ts +10 -0
  143. package/dist/src/shared/statementTypes.d.ts +14 -0
  144. package/dist/src/shared/webhookStatus.d.ts +18 -0
  145. package/dist/{sidebar → src/sidebar}/Group.d.ts +2 -2
  146. package/dist/{sidebar → src/sidebar}/Item.d.ts +1 -1
  147. package/dist/{sidebar → src/sidebar}/MenuList.d.ts +1 -1
  148. package/dist/{sidebar → src/sidebar}/Sidebar.d.ts +1 -1
  149. package/dist/{sidebar → src/sidebar}/utils.d.ts +1 -1
  150. package/dist/{snackbar → src/snackbar}/CloseSnack.d.ts +1 -1
  151. package/dist/{statement → src/statement}/ledgerStatementColors.d.ts +1 -3
  152. package/dist/src/statement/statementColors.d.ts +3 -0
  153. package/dist/src/stepper/Stepper.d.ts +10 -0
  154. package/dist/{table → src/table}/CardListVirtualized.d.ts +3 -1
  155. package/dist/src/table/ImportReport.d.ts +4 -0
  156. package/dist/src/table/StatusCell.d.ts +15 -0
  157. package/dist/src/table/cells/ActionCellNode.d.ts +5 -0
  158. package/dist/src/table/cells/Cell.d.ts +9 -0
  159. package/dist/src/table/cells/CellCheckbox.d.ts +17 -0
  160. package/dist/src/table/cells/CellEditable.d.ts +11 -0
  161. package/dist/src/table/cells/CheckboxCellNode.d.ts +3 -0
  162. package/dist/src/table/cells/IconCellNode.d.ts +6 -0
  163. package/dist/src/table/cells/LinkCellNode.d.ts +8 -0
  164. package/dist/src/table/cells/RenderCell.d.ts +3 -0
  165. package/dist/src/table/cells/cellTypes.d.ts +15 -0
  166. package/dist/src/table/cells/getCellCurrency.d.ts +3 -0
  167. package/dist/src/table/cells/getCellDate.d.ts +8 -0
  168. package/dist/src/table/cells/getCellLink.d.ts +3 -0
  169. package/dist/src/table/cells/getCellValue.d.ts +1 -0
  170. package/dist/src/table/cells/index.d.ts +1 -0
  171. package/dist/{table → src/table}/emv/TablePixEMV.d.ts +1 -1
  172. package/dist/src/table/muiTable/Body.d.ts +15 -0
  173. package/dist/src/table/muiTable/Footer.d.ts +9 -0
  174. package/dist/src/table/muiTable/Header.d.ts +11 -0
  175. package/dist/src/table/muiTable/Table.d.ts +72 -0
  176. package/dist/src/table/reactTable/ImportReport.d.ts +4 -0
  177. package/dist/src/table/reactTable/ImportTable.d.ts +9 -0
  178. package/dist/src/table/reactTable/IndeterminateCheckbox.d.ts +3 -0
  179. package/dist/src/table/reactTable/InputCell.d.ts +9 -0
  180. package/dist/src/table/reactTable/InputDateCell.d.ts +9 -0
  181. package/dist/src/table/reactTable/InputForCells.d.ts +6 -0
  182. package/dist/src/table/reactTable/InputMoneyCell.d.ts +9 -0
  183. package/dist/src/table/reactTable/InputPhoneCell.d.ts +9 -0
  184. package/dist/src/table/reactTable/InputTaxIDCell.d.ts +9 -0
  185. package/dist/src/table/reactTable/RowTable.d.ts +6 -0
  186. package/dist/src/table/reactTable/StatusCell.d.ts +14 -0
  187. package/dist/src/table/reactTable/Table.d.ts +9 -0
  188. package/dist/src/table/reactTable/TableBodyVirtualized.d.ts +7 -0
  189. package/dist/src/table/reactTable/TableCell.d.ts +9 -0
  190. package/dist/src/table/reactTable/TableHeadVirtualized.d.ts +4 -0
  191. package/dist/src/table/reactTable/TableVirtualized.d.ts +8 -0
  192. package/dist/{tag → src/tag}/Tag.d.ts +2 -2
  193. package/dist/src/term/TermsModal.d.ts +13 -0
  194. package/dist/src/term/useTerms.d.ts +5 -0
  195. package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +3 -0
  196. package/dist/src/timeline/TimelineAppEventTypeColor.d.ts +3 -0
  197. package/dist/src/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +3 -0
  198. package/dist/src/utils/ChargeInterestsTypes.d.ts +11 -0
  199. package/dist/src/utils/MaskUtils.d.ts +5 -0
  200. package/dist/src/utils/composeStyles.d.ts +2 -0
  201. package/dist/src/utils/convertToCents.d.ts +3 -0
  202. package/dist/src/utils/convertToMoney.d.ts +2 -0
  203. package/dist/src/utils/dates.d.ts +17 -0
  204. package/dist/src/utils/excel/ChargeImport.d.ts +16 -0
  205. package/dist/src/utils/excel/CompanyImport.d.ts +4 -0
  206. package/dist/src/utils/excel/CustomerImport.d.ts +13 -0
  207. package/dist/src/utils/excel/PaymentImport.d.ts +7 -0
  208. package/dist/src/utils/excel/UserImport.d.ts +30 -0
  209. package/dist/{utils → src/utils}/excel/generateExcel.d.ts +4 -4
  210. package/dist/src/utils/isSafeCNPJ.d.ts +7 -0
  211. package/dist/src/utils/isSafeCPF.d.ts +6 -0
  212. package/dist/src/utils/isSafeUtils.d.ts +1 -0
  213. package/dist/src/utils/onlyDigits.d.ts +1 -0
  214. package/dist/src/utils/parseNumber.d.ts +3 -0
  215. package/dist/{windowPopper → src/windowPopper}/WindowPopper.d.ts +1 -1
  216. package/package.json +8 -6
  217. package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +0 -10
  218. package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +0 -10
  219. package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -10
  220. package/dist/card/cardWithActions/CardFooter.d.ts +0 -4
  221. package/dist/collapsible/CollapsibleGroup.d.ts +0 -3
  222. package/dist/collapsible/CollapsibleTree.d.ts +0 -10
  223. package/dist/datagrid/DataGrid.d.ts +0 -21
  224. package/dist/datagrid/cellTypeBasisToPercentage.d.ts +0 -2
  225. package/dist/datagrid/cellTypeExpand.d.ts +0 -133
  226. package/dist/datagrid/cellTypeLink.d.ts +0 -2
  227. package/dist/datagrid/useTableView.d.ts +0 -5
  228. package/dist/filter/fieldToParamConfigMap.d.ts +0 -3
  229. package/dist/helpers.d.ts +0 -11
  230. package/dist/hooks/useCopyToClipboard.d.ts +0 -1
  231. package/dist/icons/SocPanelIcon.d.ts +0 -12
  232. package/dist/import/Dropzone.d.ts +0 -5
  233. package/dist/logo/WooviLogo.d.ts +0 -8
  234. package/dist/openpix/paymentLink/AdditionalInfo.d.ts +0 -7
  235. package/dist/router/drawRoutes.d.ts +0 -3
  236. package/dist/shared/pixTransactionEntryTypes.d.ts +0 -13
  237. package/dist/shared/statementTypes.d.ts +0 -22
  238. package/dist/statement/statementColors.d.ts +0 -5
  239. package/dist/timeline/TimelineAppEventDomainIcon.d.ts +0 -12
  240. package/dist/utils/composeStyles.d.ts +0 -2
  241. package/dist/utils/convertToCents.d.ts +0 -3
  242. package/dist/utils/convertToMoney.d.ts +0 -2
  243. package/dist/utils/dates.d.ts +0 -1
  244. package/dist/utils/excel/ChargeImport.d.ts +0 -30
  245. package/dist/utils/excel/CompanyImport.d.ts +0 -4
  246. package/dist/utils/excel/CustomerImport.d.ts +0 -13
  247. package/dist/utils/excel/PaymentImport.d.ts +0 -7
  248. package/dist/utils/excel/UserImport.d.ts +0 -69
  249. package/dist/utils/isSafeCPF.d.ts +0 -5
  250. package/dist/utils/parseNumber.d.ts +0 -1
  251. /package/dist/{BackButton.d.ts → src/BackButton.d.ts} +0 -0
  252. /package/dist/{Banner.d.ts → src/Banner.d.ts} +0 -0
  253. /package/dist/{BannerError.d.ts → src/BannerError.d.ts} +0 -0
  254. /package/dist/{CashbackTagStatus.d.ts → src/CashbackTagStatus.d.ts} +0 -0
  255. /package/dist/{CopyInput.d.ts → src/CopyInput.d.ts} +0 -0
  256. /package/dist/{EncryptedText.d.ts → src/EncryptedText.d.ts} +0 -0
  257. /package/dist/{FloatingMenu.d.ts → src/FloatingMenu.d.ts} +0 -0
  258. /package/dist/{LayoutRoot.d.ts → src/LayoutRoot.d.ts} +0 -0
  259. /package/dist/{Loading.d.ts → src/Loading.d.ts} +0 -0
  260. /package/dist/{Logo.d.ts → src/Logo.d.ts} +0 -0
  261. /package/dist/{Modal → src/Modal}/Modal.d.ts +0 -0
  262. /package/dist/{Row.d.ts → src/Row.d.ts} +0 -0
  263. /package/dist/{SearchField.d.ts → src/SearchField.d.ts} +0 -0
  264. /package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
  265. /package/dist/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
  266. /package/dist/{TransactionTagStatus.d.ts → src/TransactionTagStatus.d.ts} +0 -0
  267. /package/dist/{unSupportedBrowser → src}/UnsupportedBrowserWarning.d.ts +0 -0
  268. /package/dist/{avatar → src/avatar}/Avatar.d.ts +0 -0
  269. /package/dist/{buttons → src/buttons}/ActionButton.d.ts +0 -0
  270. /package/dist/{buttons → src/buttons}/CopyButton.d.ts +0 -0
  271. /package/dist/{buttons → src/buttons}/DangerButton.d.ts +0 -0
  272. /package/dist/{buttons → src/buttons}/PayWithPixButton.d.ts +0 -0
  273. /package/dist/{buttons → src/buttons}/ResponsiveSplitButton.d.ts +0 -0
  274. /package/dist/{buttons → src/buttons}/SplitButton.d.ts +0 -0
  275. /package/dist/{buttons → src/buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
  276. /package/dist/{buttons → src/buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
  277. /package/dist/{buttons → src/buttons}/getLoadingIconProp.d.ts +0 -0
  278. /package/dist/{card → src/card}/Card.d.ts +0 -0
  279. /package/dist/{card → src/card}/CardActions.d.ts +0 -0
  280. /package/dist/{card → src/card}/CardContent.d.ts +0 -0
  281. /package/dist/{card → src/card}/CardCopy.d.ts +0 -0
  282. /package/dist/{card → src/card}/CardForm.d.ts +0 -0
  283. /package/dist/{card → src/card}/CardSelectable.d.ts +0 -0
  284. /package/dist/{card → src/card}/CardStep.d.ts +0 -0
  285. /package/dist/{card → src/card}/CardWithIcon.d.ts +0 -0
  286. /package/dist/{card → src/card}/CardWithLink.d.ts +0 -0
  287. /package/dist/{card → src/card}/CardWithLinkSkeleton.d.ts +0 -0
  288. /package/dist/{card → src/card}/cardWithActions/CardHeader.d.ts +0 -0
  289. /package/dist/{card → src/card}/cardWithActions/CardWithActions.d.ts +0 -0
  290. /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalytics.d.ts +0 -0
  291. /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
  292. /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
  293. /package/dist/{cardGrid → src/cardGrid}/CardField.d.ts +0 -0
  294. /package/dist/{cardGrid → src/cardGrid}/CardGrid.d.ts +0 -0
  295. /package/dist/{cardGrid → src/cardGrid}/Grid.d.ts +0 -0
  296. /package/dist/{cardWithImage → src/cardWithImage}/CardWithImage.d.ts +0 -0
  297. /package/dist/{clickpix → src/clickpix}/ClickPixButton.d.ts +0 -0
  298. /package/dist/{clickpix → src/clickpix}/ClickPixLogo.d.ts +0 -0
  299. /package/dist/{collapsible → src/collapsible}/CollapsibleDetails.d.ts +0 -0
  300. /package/dist/{collapsible → src/collapsible}/CollapsiblePanelActions.d.ts +0 -0
  301. /package/dist/{collapsible → src/collapsible}/CollapsibleStep.d.ts +0 -0
  302. /package/dist/{collapsible → src/collapsible}/CollapsibleStepHeader.d.ts +0 -0
  303. /package/dist/{collapsible → src/collapsible}/CollapsibleSummary.d.ts +0 -0
  304. /package/dist/{collapsible → src/collapsible}/ExpandMoreIcon.d.ts +0 -0
  305. /package/dist/{collapsible → src/collapsible}/LeafCollapsible.d.ts +0 -0
  306. /package/dist/{content → src/content}/ActionMargin.d.ts +0 -0
  307. /package/dist/{content → src/content}/Content.d.ts +0 -0
  308. /package/dist/{countdown → src/countdown}/Countdown.d.ts +0 -0
  309. /package/dist/{countdown → src/countdown}/ShowCounter.d.ts +0 -0
  310. /package/dist/{countdown → src/countdown}/useCountdown.d.ts +0 -0
  311. /package/dist/{datagrid → src/datagrid}/DataGridDetailContainer.d.ts +0 -0
  312. /package/dist/{datagrid → src/datagrid}/DataGridGridToolbarExport.d.ts +0 -0
  313. /package/dist/{datagrid → src/datagrid}/DataGridLoading.d.ts +0 -0
  314. /package/dist/{datagrid → src/datagrid}/cellTypeBoolean.d.ts +0 -0
  315. /package/dist/{datagrid → src/datagrid}/cellTypeCurrency.d.ts +0 -0
  316. /package/dist/{datagrid → src/datagrid}/cellTypeDate.d.ts +0 -0
  317. /package/dist/{datagrid → src/datagrid}/cellTypeDatetime.d.ts +0 -0
  318. /package/dist/{datagrid → src/datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
  319. /package/dist/{datagrid → src/datagrid}/cellTypePhone.d.ts +0 -0
  320. /package/dist/{datagrid → src/datagrid}/cellTypeTaxID.d.ts +0 -0
  321. /package/dist/{datagrid → src/datagrid}/cellTypeTime.d.ts +0 -0
  322. /package/dist/{datagrid → src/datagrid}/columnTypes.d.ts +0 -0
  323. /package/dist/{datagrid → src/datagrid}/wrapColumnTypes.d.ts +0 -0
  324. /package/dist/{dialog → src/dialog}/DialogContext.d.ts +0 -0
  325. /package/dist/{dialog → src/dialog}/DialogProvider.d.ts +0 -0
  326. /package/dist/{dialog → src/dialog}/index.d.ts +0 -0
  327. /package/dist/{drawer → src/drawer}/DrawerCard.d.ts +0 -0
  328. /package/dist/{drawer → src/drawer}/DrawerResponsiveWrapper.d.ts +0 -0
  329. /package/dist/{error → src/error}/ErrorView.d.ts +0 -0
  330. /package/dist/{filter → src/filter}/FilterRelayFormik.d.ts +0 -0
  331. /package/dist/{filter → src/filter}/formatFilters.d.ts +0 -0
  332. /package/dist/{heading → src/heading}/SectionHeading.d.ts +0 -0
  333. /package/dist/{helpers → src/helpers}/Divider.d.ts +0 -0
  334. /package/dist/{helpers → src/helpers}/HorizontalStack.d.ts +0 -0
  335. /package/dist/{hooks → src/hooks}/usePooling.d.ts +0 -0
  336. /package/dist/{icons → src/icons}/CheckIconLabel.d.ts +0 -0
  337. /package/dist/{icons → src/icons}/CheckboxChecked.d.ts +0 -0
  338. /package/dist/{icons → src/icons}/CvvIcon.d.ts +0 -0
  339. /package/dist/{icons → src/icons}/DownloadIcon.d.ts +0 -0
  340. /package/dist/{icons → src/icons}/Icon.d.ts +0 -0
  341. /package/dist/{icons → src/icons}/NfeIcon.d.ts +0 -0
  342. /package/dist/{icons → src/icons}/RejectIcon.d.ts +0 -0
  343. /package/dist/{icons → src/icons}/SearchIcon.d.ts +0 -0
  344. /package/dist/{icons → src/icons}/SuccessIcon.d.ts +0 -0
  345. /package/dist/{icons → src/icons}/WarningIcon.d.ts +0 -0
  346. /package/dist/{import → src/import}/DropzoneFile.d.ts +0 -0
  347. /package/dist/{layoutWrapper → src/layoutWrapper}/LayoutWrapper.d.ts +0 -0
  348. /package/dist/{link → src/link}/WooviLink.d.ts +0 -0
  349. /package/dist/{mui → src/mui}/BoxFlex.d.ts +0 -0
  350. /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
  351. /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
  352. /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
  353. /package/dist/{openpix → src/openpix}/charge/ChargeTagStatus.d.ts +0 -0
  354. /package/dist/{openpix → src/openpix}/order/CheckIcon.d.ts +0 -0
  355. /package/dist/{openpix → src/openpix}/order/PixPaymentWoovi.d.ts +0 -0
  356. /package/dist/{openpix → src/openpix}/paymentLink/CopyBarcode.d.ts +0 -0
  357. /package/dist/{openpix → src/openpix}/paymentLink/CopyQRCode.d.ts +0 -0
  358. /package/dist/{openpix → src/openpix}/paymentLink/ErrorIcon.d.ts +0 -0
  359. /package/dist/{openpix → src/openpix}/paymentLink/PaymentFooter.d.ts +0 -0
  360. /package/dist/{openpix → src/openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
  361. /package/dist/{openpix → src/openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
  362. /package/dist/{openpix → src/openpix}/shopper/WooviAuthForm.d.ts +0 -0
  363. /package/dist/{openpix → src/openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
  364. /package/dist/{paymentLinkRow → src/paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
  365. /package/dist/{pinInput → src/pinInput}/PinInputFormik.d.ts +0 -0
  366. /package/dist/{pinInput → src/pinInput}/createPinArray.d.ts +0 -0
  367. /package/dist/{pinInput → src/pinInput}/pinInputRegex.d.ts +0 -0
  368. /package/dist/{relay → src/relay}/RefreshButtonRelay.d.ts +0 -0
  369. /package/dist/{relay → src/relay}/SearchInputRelay.d.ts +0 -0
  370. /package/dist/{relay → src/relay}/TopPagination.d.ts +0 -0
  371. /package/dist/{rewardTicket → src/rewardTicket}/RewardTicket.d.ts +0 -0
  372. /package/dist/{ribbon → src/ribbon}/Ribbon.d.ts +0 -0
  373. /package/dist/{roles → src/roles}/Roles.d.ts +0 -0
  374. /package/dist/{roles → src/roles}/modules.d.ts +0 -0
  375. /package/dist/{root → src/root}/ContentBoundary.d.ts +0 -0
  376. /package/dist/{router → src/router}/getFiltersFromLocation.d.ts +0 -0
  377. /package/dist/{screenHeader → src/screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
  378. /package/dist/{screenHeader → src/screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
  379. /package/dist/{screenHeaderCard → src/screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
  380. /package/dist/{search → src/search}/GlobalSearchField.d.ts +0 -0
  381. /package/dist/{shared → src/shared}/AppEnvironmentEnum.d.ts +0 -0
  382. /package/dist/{shared → src/shared}/appEventDomains.d.ts +0 -0
  383. /package/dist/{shared → src/shared}/chargeStatusEnum.d.ts +0 -0
  384. /package/dist/{shared → src/shared}/cobrStatusEnum.d.ts +0 -0
  385. /package/dist/{shared → src/shared}/getSelected.d.ts +0 -0
  386. /package/dist/{shared → src/shared}/multiFactorActionEnum.d.ts +0 -0
  387. /package/dist/{shared → src/shared}/pixAuthenticationResultEnum.d.ts +0 -0
  388. /package/dist/{shared → src/shared}/queryString.d.ts +0 -0
  389. /package/dist/{shared → src/shared}/subscriptionInstallmentEnum.d.ts +0 -0
  390. /package/dist/{sidebar → src/sidebar}/SidebarContext.d.ts +0 -0
  391. /package/dist/{sidebar → src/sidebar}/index.d.ts +0 -0
  392. /package/dist/{sidebar → src/sidebar}/useSidebar.d.ts +0 -0
  393. /package/dist/{snackbar → src/snackbar}/Snackbar.d.ts +0 -0
  394. /package/dist/{snackbar → src/snackbar}/SnackbarContext.d.ts +0 -0
  395. /package/dist/{snackbar → src/snackbar}/index.d.ts +0 -0
  396. /package/dist/{snackbar → src/snackbar}/useSnackbar.d.ts +0 -0
  397. /package/dist/{statement → src/statement}/TransactionTypeText.d.ts +0 -0
  398. /package/dist/{swipeableModal → src/swipeableModal}/SwipeableModal.d.ts +0 -0
  399. /package/dist/{swipeableModal → src/swipeableModal}/SwipeableModalTransition.d.ts +0 -0
  400. /package/dist/{table → src/table}/CardColumn.d.ts +0 -0
  401. /package/dist/{table → src/table}/CardListLoading.d.ts +0 -0
  402. /package/dist/{table → src/table}/TableToggleViewModel.d.ts +0 -0
  403. /package/dist/{table → src/table}/emv/emvParser.d.ts +0 -0
  404. /package/dist/{table → src/table}/emv/emvTags.d.ts +0 -0
  405. /package/dist/{tag → src/tag}/TagsContainer.d.ts +0 -0
  406. /package/dist/{term → src/term}/Terms.d.ts +0 -0
  407. /package/dist/{term → src/term}/TermsLink.d.ts +0 -0
  408. /package/dist/{text → src/text}/TextMultiline.d.ts +0 -0
  409. /package/dist/{theme → src/theme}/HeaderButtonTheme.d.ts +0 -0
  410. /package/dist/{theme → src/theme}/Themes.d.ts +0 -0
  411. /package/dist/{timeline → src/timeline}/Timeline.d.ts +0 -0
  412. /package/dist/{timeline → src/timeline}/TimelineAppEventItem.d.ts +0 -0
  413. /package/dist/{timeline → src/timeline}/TimelineItem.d.ts +0 -0
  414. /package/dist/{unSupportedBrowser → src/unSupportedBrowser}/index.d.ts +0 -0
  415. /package/dist/{unSupportedBrowser → src/unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
  416. /package/dist/{user → src/user}/chip/UserChip.d.ts +0 -0
  417. /package/dist/{utils → src/utils}/BrowserOnly.d.ts +0 -0
  418. /package/dist/{utils → src/utils}/DesktopOnly.d.ts +0 -0
  419. /package/dist/{utils → src/utils}/MobileOnly.d.ts +0 -0
  420. /package/dist/{utils → src/utils}/composeEventHandlers.d.ts +0 -0
  421. /package/dist/{utils → src/utils}/convertToCurrency.d.ts +0 -0
  422. /package/dist/{utils → src/utils}/copyToClipboard.d.ts +0 -0
  423. /package/dist/{utils → src/utils}/excel/ImportHelpers.d.ts +0 -0
  424. /package/dist/{utils → src/utils}/excel/formatCells.d.ts +0 -0
  425. /package/dist/{utils → src/utils}/excel/getCellsWithDataTypes.d.ts +0 -0
  426. /package/dist/{utils → src/utils}/maskMoney.d.ts +0 -0
  427. /package/dist/{utils → src/utils}/parsePhoneNumber.d.ts +0 -0
  428. /package/dist/{utils → src/utils}/rifmFormatToCPF.d.ts +0 -0
  429. /package/dist/{windowPopper → src/windowPopper}/WindowPopperTransition.d.ts +0 -0
@@ -1,13 +1,21 @@
1
1
  import Avatar, { AvatarCircle } from "./avatar/Avatar.tsx";
2
+ import AvatarGroup from "./avatar/AvatarGroup.tsx";
3
+ import AvatarGroupArray from "./avatar/AvatarGroupArray.tsx";
4
+ import AvatarGroupSelectedAll from "./avatar/AvatarGroupSelectedAll.tsx";
2
5
  import BackButton from "./BackButton.tsx";
6
+ import Badge from "./Badge.tsx";
3
7
  import ActionButton from "./buttons/ActionButton.tsx";
4
8
  import DangerButton from "./buttons/DangerButton.tsx";
5
9
  import ResponsiveSplitButton from "./buttons/ResponsiveSplitButton.tsx";
6
10
  import SplitButton from "./buttons/SplitButton.tsx";
11
+ import Circle from "./Circle.tsx";
12
+ import CircleButton from "./CircleButton.tsx";
13
+ import Column from "./Column.tsx";
7
14
  import Card from "./card/Card.tsx";
8
15
  import CardActions from "./card/CardActions.tsx";
9
16
  import CardContent from "./card/CardContent.tsx";
10
17
  import CardForm from "./card/CardForm.tsx";
18
+ import CardSkeleton from "./card/CardSkeleton.tsx";
11
19
  import CardStep from "./card/CardStep.tsx";
12
20
  import CardWithLink from "./card/CardWithLink.tsx";
13
21
  import CardWithLinkSkeleton from "./card/CardWithLinkSkeleton.tsx";
@@ -18,70 +26,105 @@ import Grid from "./cardGrid/Grid.tsx";
18
26
  import { Code } from "./code/Code.tsx";
19
27
  import { Collapse } from "./collapsible/Collapse.tsx";
20
28
  import Collapsible from "./collapsible/Collapsible.tsx";
29
+ import CollapsibleActions from "./collapsible/CollapsibleActions.tsx";
21
30
  import CollapsibleDetails from "./collapsible/CollapsibleDetails.tsx";
31
+ import { CollapsibleFillWrapper } from "./collapsible/CollapsibleFillWrapper.tsx";
22
32
  import CollapsibleGroup from "./collapsible/CollapsibleGroup.tsx";
33
+ import CollapsibleInfinityActions from "./collapsible/CollapsibleInfinityActions.tsx";
23
34
  import CollapsibleStep from "./collapsible/CollapsibleStep.tsx";
24
35
  import CollapsibleStepHeader from "./collapsible/CollapsibleStepHeader.tsx";
25
- import CollapsibleTree from "./collapsible/CollapsibleTree.tsx";
36
+ import CollapsibleTree, { CollapsibleTreeActions } from "./collapsible/CollapsibleTree.tsx";
26
37
  import ExpandMoreIcon from "./collapsible/ExpandMoreIcon.tsx";
27
38
  import LeafCollapsible from "./collapsible/LeafCollapsible.tsx";
39
+ import { TransparencyCollapsibleWrapper } from "./collapsible/TransparencyCollapsibleWrapper.tsx";
28
40
  import ActionMargin from "./content/ActionMargin.tsx";
41
+ import ActionMarginText from "./content/ActionMarginText.tsx";
29
42
  import Content from "./content/Content.tsx";
43
+ import IntroText from "./content/IntroText.tsx";
44
+ import EmptyMessage from "./EmptyMessage.tsx";
30
45
  import EncryptedText from "./EncryptedText.tsx";
31
46
  import FloatingMenu from "./FloatingMenu.tsx";
32
47
  import FilterRelayFormik, { type FilterItem, type FilterRelayFormikProps } from "./filter/FilterRelayFormik.tsx";
48
+ import FormikFilter from "./filter/FormikFilter.tsx";
49
+ import useFilterFormik from "./filter/useFilterFormik.tsx";
33
50
  import SectionHeading from "./heading/SectionHeading.tsx";
34
51
  import Divider from "./helpers/Divider.tsx";
35
52
  import HorizontalStack from "./helpers/HorizontalStack.tsx";
36
- import { getTransactionEntryTypeColors, hexToRgb, hexToRgbaString, toSafeTruncate } from "./helpers.ts";
53
+ import HoverPopper from "./helpers/HoverPopper.tsx";
54
+ import { buildSchemeGenerator, getShadeOfColor, hexToRgb, hexToRgbaString } from "./helpers.ts";
37
55
  import CvvIcon from "./icons/CvvIcon.tsx";
38
56
  import DownloadIcon from "./icons/DownloadIcon.tsx";
39
57
  import Icon from "./icons/Icon.tsx";
40
58
  import RejectIcon from "./icons/RejectIcon.tsx";
41
59
  import SearchIcon from "./icons/SearchIcon.tsx";
42
60
  import SuccessIcon from "./icons/SuccessIcon.tsx";
61
+ import SVG from "./icons/SVG.tsx";
43
62
  import WarningIcon from "./icons/WarningIcon.tsx";
44
63
  import { LayoutRoot } from "./LayoutRoot.tsx";
64
+ import LinearProgress from "./LinearProgress.tsx";
45
65
  import Link from "./Link.tsx";
46
66
  import Loading from "./Loading.tsx";
47
67
  import LayoutWrapper from "./layoutWrapper/LayoutWrapper.tsx";
48
68
  import Modal from "./Modal/Modal.tsx";
69
+ import OverflowDiv from "./OverflowDiv.tsx";
70
+ import WooviLogoInMobile from "./openpix/images/WooviLogoInMobile.tsx";
71
+ import ProgressBar from "./ProgressBar.tsx";
72
+ import QuestionTooltip from "./QuestionTooltip.tsx";
49
73
  import Row from "./Row.tsx";
50
74
  import RefreshButtonRelay from "./relay/RefreshButtonRelay.tsx";
75
+ import RefreshIconButton from "./relay/RefreshIconButton.tsx";
51
76
  import SearchInputRelay from "./relay/SearchInputRelay.tsx";
52
77
  import TopPagination from "./relay/TopPagination.tsx";
53
78
  import RoutedTabs from "./routed/RoutedTabs.tsx";
79
+ import TabbedContent from "./routed/TabbedContent.tsx";
80
+ import SafeTextTooltip, { toSafeTruncate } from "./SafeTextTooltip.tsx";
54
81
  import SearchField from "./SearchField.tsx";
82
+ import Step from "./Step.tsx";
55
83
  import ScreenHeaderTitle from "./screenHeader/components/ScreenHeaderTitle.tsx";
56
84
  import ScreenHeaderCard from "./screenHeaderCard/ScreenHeaderCard.tsx";
85
+ import { ScreenHeaderUIResponsive } from "./screenHeaderResponsive/ScreenHeaderUIResponsive.tsx";
57
86
  import { statementColors } from "./statement/statementColors.ts";
58
87
  import { default as TransactionTypeText } from "./statement/TransactionTypeText.tsx";
59
88
  import { SwipeableModal } from "./swipeableModal/SwipeableModal.tsx";
89
+ import { getTransactionEntryTypeColors, TRANSACTION_TAG_ENTRYTYPE_COLOR, TransactionTagEntryType } from "./TransactionTagEntryTypes.tsx";
60
90
  import { TRANSACTION_TAG_STATUS_COLOR, TransactionTagStatus } from "./TransactionTagStatus.tsx";
61
91
  import Tag from "./tag/Tag.tsx";
62
92
  import TagsContainer from "./tag/TagsContainer.tsx";
93
+ export { default as LoginWrapper } from "./auth/LoginWrapper.tsx";
63
94
  export { Banner } from "./Banner.tsx";
64
95
  export { BannerError } from "./BannerError.tsx";
65
96
  export { BannerInfos } from "./BannerInfos.tsx";
66
97
  export { default as DonateClickPixButton } from "./buttons/clickpix/DonateClickPixButton.tsx";
67
98
  export { default as DonateWithClickButton } from "./buttons/clickpix/DonateWithClickButton.tsx";
68
99
  export { getLoadingIconProp } from "./buttons/getLoadingIconProp.tsx";
100
+ export { default as CardBasicContext } from "./card/basicContext/CardBasicContext.tsx";
101
+ export { default as CardList } from "./card/CardList.tsx";
69
102
  export { CardSelectable } from "./card/CardSelectable.tsx";
70
103
  export { CardWithIcon } from "./card/CardWithIcon.tsx";
71
104
  export { default as CardField } from "./cardGrid/CardField.tsx";
105
+ export { default as CardFieldCentered } from "./cardGrid/CardFieldCentered.tsx";
72
106
  export { default as CardGrid } from "./cardGrid/CardGrid.tsx";
107
+ export type { CollapseProps } from "./collapsible/Collapse.tsx";
108
+ export { default as CompanyLogo } from "./company/CompanyLogo.tsx";
73
109
  export * from "./dialog/index.tsx";
74
110
  export { default as DrawerCard } from "./drawer/DrawerCard.tsx";
75
111
  export { DrawerResponsiveWrapper } from "./drawer/DrawerResponsiveWrapper.tsx";
112
+ export { default as ErrorBoundaryWithRetry } from "./error/ErrorBoundaryWithRetry.tsx";
76
113
  export { default as ErrorView, ErrorViewBoundary } from "./error/ErrorView.tsx";
114
+ export { default as FileDrop } from "./file/FileDrop.tsx";
115
+ export { decodeQueryParamsFromLocation } from "./filter/decodeQueryParamsFromLocation.tsx";
77
116
  export { default as Filter } from "./filter/Filter.tsx";
78
117
  export { formatFilters } from "./filter/formatFilters.tsx";
118
+ export { stringToBoolean } from "./filter/stringToBoolean.ts";
119
+ export type { FieldRowProps } from "./form/FieldRow.tsx";
79
120
  export { default as FieldRow } from "./form/FieldRow.tsx";
80
121
  export { Logo } from "./Logo.tsx";
122
+ export { default as LayoutWrapperFluid } from "./layoutWrapper/LayoutWrapperFluid.tsx";
123
+ export { default as OpenPixLogoColor } from "./logo/OpenPixLogoColor.tsx";
81
124
  export { default as WooviLogo } from "./logo/WooviLogo.tsx";
82
125
  export { default as BoxFlex } from "./mui/BoxFlex.tsx";
83
126
  export { ChargeTagStatus } from "./openpix/charge/ChargeTagStatus.tsx";
84
- export { AccountInfoLabel } from "./openpix/paymentLink/AdditionalInfo.tsx";
127
+ export { AccountInfoLabel, AdditionalInfo, } from "./openpix/paymentLink/AdditionalInfo.tsx";
85
128
  export { default as WooviAuthForm } from "./openpix/shopper/WooviAuthForm.tsx";
86
129
  export { PixTransactionTypeTag } from "./openpix/transaction/PixTransactionTypeTag.tsx";
87
130
  export { default as PinInput } from "./pinInput/PinInput.tsx";
@@ -89,15 +132,21 @@ export { default as PinInputFormik } from "./pinInput/PinInputFormik.tsx";
89
132
  export { default as ContentBoundary } from "./root/ContentBoundary.tsx";
90
133
  export * from "./routed/RoutedTabs.tsx";
91
134
  export * from "./screenHeader/ScreenHeaderUI.tsx";
135
+ export { default as SelectAll } from "./select/SelectAll.tsx";
92
136
  export * from "./sidebar/index.tsx";
93
137
  export * from "./snackbar/index.tsx";
138
+ export { default as Stepper } from "./stepper/Stepper.tsx";
139
+ export { TagWebhookStatus } from "./TagWebhookStatus.tsx";
94
140
  export * from "./tag/Tag.tsx";
95
141
  export { Terms } from "./term/Terms.tsx";
96
142
  export { TermsLink } from "./term/TermsLink.tsx";
143
+ export { DOCUMENT_TYPE, default as TermsModal } from "./term/TermsModal.tsx";
144
+ export { default as useTerms } from "./term/useTerms.tsx";
97
145
  export { default as TextMultiline } from "./text/TextMultiline.tsx";
98
146
  export { ThemeMuiDispute, ThemeMuiTheme } from "./theme/Themes.tsx";
99
147
  export * from "./unSupportedBrowser/index.tsx";
100
- export { ActionButton, ActionMargin, Avatar, AvatarCircle, BackButton, Card, CardActions, CardAnalytics, CardAnalyticsSmall, CardContent, CardForm, CardStep, CardWithActions, CardWithLink, CardWithLinkSkeleton, Code, Collapse, Collapsible, CollapsibleDetails, CollapsibleGroup, CollapsibleStep, CollapsibleStepHeader, CollapsibleTree, Content, CvvIcon, DangerButton, Divider, DownloadIcon, EncryptedText, ExpandMoreIcon, type FilterItem, FilterRelayFormik, type FilterRelayFormikProps, FloatingMenu, getTransactionEntryTypeColors, Grid, hexToRgb, hexToRgbaString, HorizontalStack, Icon, LayoutRoot, LayoutWrapper, LeafCollapsible, Link, Loading, Modal, RefreshButtonRelay, RejectIcon, ResponsiveSplitButton, RoutedTabs, Row, ScreenHeaderCard, ScreenHeaderTitle, SearchField, SearchIcon, SearchInputRelay, SectionHeading, SplitButton, statementColors, SuccessIcon, SwipeableModal, Tag, TagsContainer, TopPagination, toSafeTruncate, TRANSACTION_TAG_STATUS_COLOR, TransactionTagStatus, TransactionTypeText, WarningIcon, };
148
+ export { ActionButton, ActionMargin, ActionMarginText, Avatar, AvatarCircle, AvatarGroup, AvatarGroupArray, AvatarGroupSelectedAll, BackButton, Badge, buildSchemeGenerator, Card, CardActions, CardAnalytics, CardAnalyticsSmall, CardContent, CardForm, CardSkeleton, CardStep, CardWithActions, CardWithLink, CardWithLinkSkeleton, Circle, CircleButton, Code, Collapse, Collapsible, CollapsibleActions, CollapsibleDetails, CollapsibleFillWrapper, CollapsibleGroup, CollapsibleInfinityActions, CollapsibleStep, CollapsibleStepHeader, CollapsibleTree, CollapsibleTreeActions, Column, Content, CvvIcon, DangerButton, Divider, DownloadIcon, EmptyMessage, EncryptedText, ExpandMoreIcon, type FilterItem, FilterRelayFormik, type FilterRelayFormikProps, FloatingMenu, FormikFilter, getShadeOfColor, getTransactionEntryTypeColors, Grid, hexToRgb, hexToRgbaString, HorizontalStack, HoverPopper, Icon, IntroText, LayoutRoot, LayoutWrapper, LeafCollapsible, LinearProgress, Link, Loading, Modal, OverflowDiv, ProgressBar, QuestionTooltip, RefreshButtonRelay, RefreshIconButton, RejectIcon, ResponsiveSplitButton, RoutedTabs, Row, SafeTextTooltip, ScreenHeaderCard, ScreenHeaderTitle, ScreenHeaderUIResponsive, SearchField, SearchIcon, SearchInputRelay, SectionHeading, SplitButton, statementColors, Step, SuccessIcon, SVG, SwipeableModal, TabbedContent, Tag, TagsContainer, TopPagination, toSafeTruncate, TRANSACTION_TAG_ENTRYTYPE_COLOR, TRANSACTION_TAG_STATUS_COLOR, TransactionTagEntryType, TransactionTagStatus, TransactionTypeText, TransparencyCollapsibleWrapper, useFilterFormik, WarningIcon, WooviLogoInMobile, };
149
+ export type { ActionButtonProps } from "./buttons/ActionButton.tsx";
101
150
  export { ButtonMenu, ButtonMenuItem } from "./buttons/ButtonMenu.tsx";
102
151
  export { CopyButton } from "./buttons/CopyButton.tsx";
103
152
  export { default as PayWithPixButton } from "./buttons/PayWithPixButton.tsx";
@@ -110,6 +159,7 @@ export { CLICK_PIX_BUTTON_VARIANT, ClickPixButton, } from "./clickpix/ClickPixBu
110
159
  export { ClickPixLogo } from "./clickpix/ClickPixLogo.tsx";
111
160
  export { default as Countdown } from "./countdown/Countdown.tsx";
112
161
  export { cellTypeBasisToPercentage } from "./datagrid/cellTypeBasisToPercentage.tsx";
162
+ export { GRID_DATETIME_CUSTOM_COL_DEF } from "./datagrid/cellTypeDatetime.ts";
113
163
  export { cellTypeExpand } from "./datagrid/cellTypeExpand.tsx";
114
164
  export { cellTypeLink } from "./datagrid/cellTypeLink.tsx";
115
165
  export { cellTypePhone } from "./datagrid/cellTypePhone.tsx";
@@ -120,6 +170,7 @@ export { DataGridDetailContainer } from "./datagrid/DataGridDetailContainer.tsx"
120
170
  export { DataGridLoading } from "./datagrid/DataGridLoading.tsx";
121
171
  export { useTableView } from "./datagrid/useTableView.tsx";
122
172
  export { useDialog } from "./dialog/useDialog.tsx";
173
+ export { default as SwipeableDrawer } from "./drawer/swipable/SwipeableDrawer.tsx";
123
174
  export { default as AssineOnlineIcon } from "./icons/AssineOnlineIcon.tsx";
124
175
  export { default as BotConversaIcon } from "./icons/BotConversaIcon.tsx";
125
176
  export { default as CheckIconLabel } from "./icons/CheckIconLabel.tsx";
@@ -127,15 +178,27 @@ export { default as MetaIcon } from "./icons/MetaIcon.tsx";
127
178
  export { default as N8nIcon } from "./icons/N8nIcon.tsx";
128
179
  export { default as NfeIcon } from "./icons/NfeIcon.tsx";
129
180
  export { default as NuvemshopIcon } from "./icons/NuvemshopIcon.tsx";
181
+ export { RightTopDiagonalVector } from "./icons/RightTopDiagonalVector.tsx";
130
182
  export { default as SocPanelIcon } from "./icons/SocPanelIcon.tsx";
131
183
  export { default as WabizIcon } from "./icons/WabizIcon.tsx";
132
184
  export { default as WakeIcon } from "./icons/WakeIcon.tsx";
185
+ export { default as Dropzone } from "./import/Dropzone.tsx";
133
186
  export { default as DropzoneFile } from "./import/DropzoneFile.tsx";
187
+ export { default as ImportStepper } from "./import/xlsx/ImportStepper.tsx";
188
+ export { DEFAULT_QUEUE_ACTIONS, validateCell, } from "./import/xlsx/ImportUtils.tsx";
134
189
  export { WooviLink } from "./link/WooviLink.tsx";
135
190
  export { default as Typography } from "./mui/Typography.tsx";
191
+ export type { MultiFactorConfirmModalProps } from "./multifactor/MultiFactorConfirmModal.tsx";
136
192
  export { default as MultiFactorConfirmModal } from "./multifactor/MultiFactorConfirmModal.tsx";
193
+ export { default as MultiFactorPixPaymentMatch } from "./multifactor/MultiFactorPixPaymentMatch.tsx";
194
+ export { default as MultiFactorPixPaymentMismatch } from "./multifactor/MultiFactorPixPaymentMismatch.tsx";
195
+ export { default as MultiFactorPixPaymentView } from "./multifactor/MultiFactorPixPaymentView.tsx";
137
196
  export { CobrTagStatus, CobrTryTagStatus, } from "./openpix/cobr/CobrTagStatus.tsx";
138
197
  export { default as CheckIcon } from "./openpix/order/CheckIcon.tsx";
198
+ export { default as ConfirmedIcon } from "./openpix/order/ConfirmedIcon.tsx";
199
+ export { default as EarnDiscount } from "./openpix/order/discount/EarnDiscount.tsx";
200
+ export { default as EarnCashback } from "./openpix/order/EarnCashback.tsx";
201
+ export { PayPixValueCompany } from "./openpix/order/PayPixValueCompany.tsx";
139
202
  export { default as PixPaymentWoovi } from "./openpix/order/PixPaymentWoovi.tsx";
140
203
  export { default as CopyBarcode } from "./openpix/paymentLink/CopyBarcode.tsx";
141
204
  export { default as CopyQRCode } from "./openpix/paymentLink/CopyQRCode.tsx";
@@ -144,11 +207,12 @@ export { default as PaymentFooter } from "./openpix/paymentLink/PaymentFooter.ts
144
207
  export { default as QrCodeShowButton } from "./openpix/paymentLink/QrCodeShowButton.tsx";
145
208
  export { QRCodeWrapper } from "./openpix/paymentLink/QrCodeWrapper.tsx";
146
209
  export { default as PaymentLinkRow } from "./paymentLinkRow/PaymentLinkRow.tsx";
210
+ export type { RadioCardProps } from "./RadioCard/RadioCard.tsx";
147
211
  export { default as RadioCard } from "./RadioCard/RadioCard.tsx";
148
212
  export { ReactRouterLinkBehavior } from "./ReactRouterLinkBehavior.tsx";
149
213
  export { default as RewardTicket } from "./rewardTicket/RewardTicket.tsx";
150
214
  export { default as Ribbon } from "./ribbon/Ribbon.tsx";
151
- export { SwipeableDialog } from "./SwipeableDialog/SwipeableDialog.tsx";
215
+ export { SwipeableDialog, useSwipeableDialogContext, } from "./SwipeableDialog/SwipeableDialog.tsx";
152
216
  export { SwipeableDialogActions } from "./SwipeableDialog/SwipeableDialogActions.tsx";
153
217
  export { SwipeableDialogClose } from "./SwipeableDialog/SwipeableDialogClose.tsx";
154
218
  export { SwipeableDialogContent } from "./SwipeableDialog/SwipeableDialogContent.tsx";
@@ -156,17 +220,24 @@ export { SwipeableDialogModal } from "./SwipeableDialog/SwipeableDialogModal.tsx
156
220
  export { SwipeableDialogTitle } from "./SwipeableDialog/SwipeableDialogTitle.tsx";
157
221
  export { SwipeableDialogTrigger } from "./SwipeableDialog/SwipeableDialogTrigger.tsx";
158
222
  export { default as GlobalSearchField } from "./search/GlobalSearchField.tsx";
223
+ export type { SelectProps } from "./select/Select.tsx";
159
224
  export { default as Select } from "./select/Select.tsx";
160
225
  export { LedgerStatementText } from "./statement/ledgerStatementColors.tsx";
161
226
  export { default as ThemeProvider, useThemeMode } from "./ThemeProvider.tsx";
227
+ export { default as ToggleButtonGroup } from "./ToggleButtonGroup.tsx";
228
+ export { CardColumn } from "./table/CardColumn.tsx";
162
229
  export { CardListLoading } from "./table/CardListLoading.tsx";
163
230
  export { default as CardListVirtualized } from "./table/CardListVirtualized.tsx";
231
+ export { getCellCurrency } from "./table/cells/getCellCurrency.tsx";
232
+ export { CellDateTypeEnum, getCellDate } from "./table/cells/getCellDate.tsx";
233
+ export { getCellLink } from "./table/cells/getCellLink.tsx";
164
234
  export { TablePixEMV } from "./table/emv/TablePixEMV.tsx";
165
235
  export { default as TableToggleViewModel, TableViewModelEnum, } from "./table/TableToggleViewModel.tsx";
166
236
  export { HeaderButtonTheme } from "./theme/HeaderButtonTheme.tsx";
167
237
  export { Timeline } from "./timeline/Timeline.tsx";
168
238
  export { TIMELINE_APPEVENT_DOMAIN_ICON } from "./timeline/TimelineAppEventDomainIcon.tsx";
169
239
  export { TimelineAppEventItem } from "./timeline/TimelineAppEventItem.tsx";
240
+ export { TIMELINE_APPEVENT_TYPE_COLOR } from "./timeline/TimelineAppEventTypeColor.tsx";
170
241
  export { TimelineItem, type TimelineItemProps, } from "./timeline/TimelineItem.tsx";
171
242
  export { default as UserChip } from "./user/chip/UserChip.tsx";
172
243
  export { BrowserOnly } from "./utils/BrowserOnly.tsx";
@@ -0,0 +1,8 @@
1
+ import type { ReactNode } from 'react';
2
+ type Props = {
3
+ children: ReactNode;
4
+ header: ReactNode;
5
+ sidebar: ReactNode;
6
+ };
7
+ declare const LayoutWrapperFluid: ({ header, sidebar, children, }: Props) => ReactNode;
8
+ export default LayoutWrapperFluid;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ width?: string;
3
+ height?: string;
4
+ showText?: boolean;
5
+ };
6
+ declare const _default: ({ width, height, showText }: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import type { ReactNode } from 'react';
2
+ type Props = {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ };
7
+ declare const WooviLogo: ({ width, height, color, }: Props) => ReactNode;
8
+ export default WooviLogo;
@@ -1,5 +1,5 @@
1
1
  import type { SxProps } from '@mui/material';
2
- import type { TypographyProps } from '@mui/material/Typography';
2
+ import type { TypographyProps } from '@mui/material/Typography/Typography';
3
3
  import type { ReactNode } from 'react';
4
4
  type TypographyPropsUI = TypographyProps & {
5
5
  sx?: SxProps;
@@ -1,13 +1,13 @@
1
1
  import type { ReactNode } from "react";
2
- import { type MultiFactorActionEnum } from "../shared/multiFactorActionEnum";
2
+ import { type MultiFactorActionEnum } from "../../shared/multiFactorActionEnum";
3
3
  import { type PixAuthenticationArgs } from "./MultiFactorPixPaymentView.tsx";
4
- type MultiFactorConfirmModalProps = {
4
+ export type MultiFactorConfirmModalProps = {
5
5
  title: string;
6
6
  message?: ReactNode;
7
7
  actionMessage?: string;
8
8
  isOpen: boolean;
9
9
  isMutationPending?: boolean;
10
- onConfirm: (value: string) => void;
10
+ onConfirm: () => void;
11
11
  handleOpenChange: () => void;
12
12
  onTryAnotherWay?: () => Promise<PixAuthenticationArgs | void>;
13
13
  onGetResult?: () => Promise<{
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from "react";
2
- import { COBR_STATUS_ENUM, COBR_TRY_STATUS } from "../../shared/cobrStatusEnum";
2
+ import { COBR_STATUS_ENUM, COBR_TRY_STATUS } from "../../../shared/cobrStatusEnum";
3
3
  import { type TagProps } from "../../tag/Tag.tsx";
4
4
  type CobrTagStatusProps = TagProps & {
5
5
  status: keyof typeof COBR_STATUS_ENUM;
@@ -0,0 +1,5 @@
1
+ import type { ReactNode } from 'react';
2
+ declare const WooviLogoInMobile: ({ size }: {
3
+ size?: string | undefined;
4
+ }) => ReactNode;
5
+ export default WooviLogoInMobile;
@@ -0,0 +1,3 @@
1
+ import type { ReactNode } from 'react';
2
+ declare const ConfirmedIcon: () => ReactNode;
3
+ export default ConfirmedIcon;
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
3
+ type EarnGfitbackProps = {
4
+ chargeData: ChargeData;
5
+ };
6
+ declare const EarnCashback: ({ chargeData }: EarnGfitbackProps) => ReactNode;
7
+ export default EarnCashback;
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
3
+ type EarnCashbackExclusiveProps = {
4
+ chargeData: ChargeData;
5
+ };
6
+ declare const EarnCashbackExclusive: ({ chargeData }: EarnCashbackExclusiveProps) => ReactNode;
7
+ export default EarnCashbackExclusive;
@@ -0,0 +1,8 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
3
+ type Props = {
4
+ charge: ChargeData;
5
+ companyName: string;
6
+ };
7
+ export declare const PayPixValueCompany: ({ charge, companyName }: Props) => ReactNode;
8
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "../../paymentLink/types/ChargeDataType.tsx";
3
+ type EarnDiscount = {
4
+ chargeData: ChargeData;
5
+ };
6
+ declare const EarnDiscount: ({ chargeData }: EarnDiscount) => ReactNode;
7
+ export default EarnDiscount;
@@ -0,0 +1,12 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { ChargeData } from './types/ChargeDataType.tsx';
3
+ type AccountInfoLabelProps = {
4
+ label: string;
5
+ text: string | JSX.Element;
6
+ };
7
+ export declare const AccountInfoLabel: ({ label, text, }: AccountInfoLabelProps) => ReactNode;
8
+ type AdditionalInfoProps = {
9
+ charge: ChargeData;
10
+ };
11
+ export declare const AdditionalInfo: ({ charge }: AdditionalInfoProps) => import("react/jsx-runtime").JSX.Element | null;
12
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from "react";
2
+ type BrCodeInputProps = {
3
+ value: string;
4
+ };
5
+ declare const BrCodeInput: ({ value }: BrCodeInputProps) => ReactNode;
6
+ export default BrCodeInput;
@@ -0,0 +1,11 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "./types/ChargeDataType.tsx";
3
+ export declare const InterestsInfoRow: ({ title, value, }: {
4
+ title: string;
5
+ value: ReactNode;
6
+ }) => ReactNode;
7
+ type InterestsInfoProps = {
8
+ chargeData: ChargeData;
9
+ };
10
+ declare const InterestsInfo: ({ chargeData }: InterestsInfoProps) => ReactNode;
11
+ export default InterestsInfo;
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ChargeData } from "../../openpix/paymentLink/types/ChargeDataType.tsx";
3
+ type Props = {
4
+ charge: ChargeData;
5
+ merchantName?: string;
6
+ paymentLinkUrl?: string;
7
+ disabled?: boolean;
8
+ };
9
+ declare const ShareButton: ({ charge, disabled }: Props) => ReactNode;
10
+ export default ShareButton;
@@ -0,0 +1,99 @@
1
+ import type { INTERESTS_MODALITY_TYPE_ENUM, INTERESTS_VALUE_TYPE_ENUM } from "../../../../utils/ChargeInterestsTypes";
2
+ export type CompanyBankData = {
3
+ name: string;
4
+ code: number;
5
+ pixKey: string;
6
+ };
7
+ export type IAdditionalInfo = {
8
+ key: string;
9
+ value: string;
10
+ };
11
+ export type TransactionCashback = {
12
+ value: number;
13
+ };
14
+ export type CashbackType = {
15
+ percentage: number;
16
+ value: number;
17
+ status: string;
18
+ transactionCashback?: TransactionCashback;
19
+ };
20
+ export type CashbackExclusiveScheduledType = {
21
+ value: number;
22
+ percentage: number;
23
+ };
24
+ export type TransactionType = {
25
+ endToEndId: string;
26
+ };
27
+ export type RedeemedCashbackExclusiveType = {
28
+ value: number;
29
+ percentage: number;
30
+ };
31
+ export type Customer = {
32
+ phone: string;
33
+ name: string;
34
+ };
35
+ export type ChargeData = {
36
+ id: string;
37
+ brCode: string;
38
+ value: number;
39
+ valueWithDiscount: number;
40
+ valuePaid?: number;
41
+ discount: number;
42
+ merchantName: string;
43
+ merchantTaxId: string;
44
+ comment: string;
45
+ identifier: string;
46
+ expiration: string;
47
+ companyBank: CompanyBankData;
48
+ logo: string | null;
49
+ reference: string | null;
50
+ paymentLinkUrl: string;
51
+ qrCodeImage: string;
52
+ customer?: Customer;
53
+ additionalInfo?: Array<IAdditionalInfo>;
54
+ hasTemp: boolean;
55
+ isRemoved: boolean;
56
+ status: string;
57
+ error: string;
58
+ taxID?: {
59
+ taxID: string;
60
+ type: string;
61
+ };
62
+ cashback?: CashbackType;
63
+ cashbackExclusive?: CashbackType;
64
+ cashbackExclusiveScheduled?: CashbackExclusiveScheduledType[];
65
+ redeemedCashbackExclusive?: RedeemedCashbackExclusiveType[];
66
+ projectType: string;
67
+ expiresDate?: string;
68
+ isPixQrCode?: boolean;
69
+ interestsSettings: {
70
+ active: boolean;
71
+ daysAfterDueDate: number;
72
+ interests: {
73
+ type: INTERESTS_VALUE_TYPE_ENUM;
74
+ value: number;
75
+ modality: INTERESTS_MODALITY_TYPE_ENUM;
76
+ };
77
+ fines: {
78
+ type: INTERESTS_VALUE_TYPE_ENUM;
79
+ value: number;
80
+ };
81
+ };
82
+ decodedBrCode?: {
83
+ interests: number;
84
+ fines: number;
85
+ finalValue: number;
86
+ };
87
+ installment?: {
88
+ installmentNumber: number;
89
+ };
90
+ subscription?: {
91
+ installmentsCount: number;
92
+ };
93
+ transactions: TransactionType[];
94
+ isFromTestAccount: boolean;
95
+ };
96
+ export type Shopper = {
97
+ id: string;
98
+ name: string;
99
+ };
@@ -31,32 +31,32 @@ export type PinInputProps = {
31
31
  } & Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'>;
32
32
  declare const PinInput: React.ForwardRefExoticComponent<{
33
33
  /** Hidden input name attribute */
34
- name?: string;
34
+ name?: string | undefined;
35
35
  /** If set, first input is focused when component is mounted */
36
- autoFocus?: boolean;
36
+ autoFocus?: boolean | undefined;
37
37
  /** Value for controlled component */
38
- value?: string;
38
+ value?: string | undefined;
39
39
  /** Default value for uncontrolled component */
40
- defaultValue?: string;
40
+ defaultValue?: string | undefined;
41
41
  /** Called when value changes */
42
- onChange?: (value: string) => void;
42
+ onChange?: ((value: string) => void) | undefined;
43
43
  /** Called when user enters value to all inputs */
44
44
  onComplete?(value: string): void;
45
45
  /** Placeholder for every input field */
46
- placeholder?: string;
46
+ placeholder?: string | undefined;
47
47
  /** Determines whether focus should be moved automatically to the next input once filled */
48
- manageFocus?: boolean;
48
+ manageFocus?: boolean | undefined;
49
49
  /** The top-level id that is used as a base in all input fields */
50
- id?: string;
50
+ id?: string | undefined;
51
51
  /** Sets inputs disabled attribute */
52
- disabled?: boolean;
52
+ disabled?: boolean | undefined;
53
53
  /** Adds error styles to all inputs */
54
- error?: boolean;
54
+ error?: boolean | undefined;
55
55
  /** The type of allowed values */
56
- type?: "alphanumeric" | "number" | RegExp;
56
+ type?: "alphanumeric" | "number" | RegExp | undefined;
57
57
  /** Changes input type to "password" */
58
- mask?: boolean;
58
+ mask?: boolean | undefined;
59
59
  /** Number of input boxes */
60
- length?: number;
60
+ length?: number | undefined;
61
61
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange"> & React.RefAttributes<HTMLDivElement>>;
62
62
  export default PinInput;
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ type Props = {
3
+ onRefresh: () => void;
4
+ };
5
+ declare const RefreshIconButton: ({ onRefresh }: Props) => ReactNode;
6
+ export default RefreshIconButton;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from "react";
2
- import type { RouteParamsType, RouteType } from "../router/types";
2
+ import type { RouteParamsType, RouteType } from "../../router/types";
3
3
  export declare const hasTemp: (requiredFeatures?: any) => any;
4
4
  type LabelParams = {
5
5
  t: any;
@@ -0,0 +1,10 @@
1
+ import type { RouteType } from "../../router/types";
2
+ type Props = {
3
+ routes: RouteType[];
4
+ routeTo: (routeName: string, params?: Record<string, string>) => string;
5
+ location?: unknown;
6
+ match?: unknown;
7
+ history?: unknown;
8
+ };
9
+ declare const TabbedContent: (props: Props) => import("react").ReactNode;
10
+ export default TabbedContent;
@@ -0,0 +1,3 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { RouteType } from './types.ts';
3
+ export declare const drawRoutes: (routes: RouteType[], company: Record<string, unknown> | null, componentProps: Record<string, unknown> | null, parentPath?: string | null | undefined) => ReactNode;
@@ -1,4 +1,7 @@
1
1
  import type { ParsedQuery } from "query-string";
2
- export declare const parseQuery: (location: Location) => ParsedQuery;
2
+ type LocationLike = {
3
+ search: string;
4
+ };
5
+ export declare const parseQuery: (location: LocationLike | null | undefined) => ParsedQuery;
3
6
  export declare const getQuery: <T extends Record<string, unknown>>() => T;
4
7
  export default getQuery;
@@ -1,11 +1,11 @@
1
- import type { Location } from 'react-router';
1
+ import type { Location } from 'react-router-dom';
2
2
  import type { RouteType } from './types.ts';
3
3
  export declare const getRouteFromPath: (routes: RouteType[]) => (path: string) => {};
4
- export declare const hasMatchChildren: (location: Location, childrenRoutes: RouteType[]) => boolean;
4
+ export declare const hasMatchChildren: (location: Location<any>, childrenRoutes: RouteType[]) => boolean;
5
5
  export declare const findRouteTreePath: (routes: RouteType[]) => (leafRoute: RouteType) => RouteType[] | null;
6
6
  type hasMatchedOpts = {
7
7
  path: string;
8
8
  exact?: boolean;
9
9
  };
10
- export declare const hasMatched: (location: Location, options: hasMatchedOpts) => boolean;
10
+ export declare const hasMatched: (location: Location<any>, options: hasMatchedOpts) => boolean;
11
11
  export {};
@@ -1,4 +1,4 @@
1
1
  import type { Moment } from "moment";
2
- export declare const isValidDatetime: (datetime?: string | Moment) => boolean | "" | undefined;
3
- export declare const stringToBoolean: (value: string | unknown) => unknown;
2
+ export declare const isValidDatetime: (datetime?: string | Moment | undefined) => "" | boolean | undefined;
3
+ export declare const stringToBoolean: (value: unknown) => unknown;
4
4
  export declare const stringToValue: (value: string, key: string) => unknown;
@@ -9,6 +9,7 @@ export type RouteType = {
9
9
  name: string;
10
10
  path: string;
11
11
  component: LoadableComponent<any> | React.ComponentType<any>;
12
+ exact?: boolean;
12
13
  routes?: RouteType[];
13
14
  labelHeader?: string | (({ t, company }: LabelParams) => string);
14
15
  label?: string | (({ t, company }: LabelParams) => string);
@@ -1,6 +1,6 @@
1
1
  import type React from "react";
2
2
  import type { ReactNode } from "react";
3
- import type { RouteType } from "../router/types";
3
+ import type { RouteType } from "../../router/types";
4
4
  export type ScreenHeaderUIProps = {
5
5
  routedTabs?: RouteType[];
6
6
  children?: React.ReactNode;