@woovi/ui 6.2.2 → 6.2.3

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 (420) hide show
  1. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialog.d.ts +5 -4
  2. package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +10 -0
  3. package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +10 -0
  4. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogContent.d.ts +5 -4
  5. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogTitle.d.ts +5 -4
  6. package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +10 -0
  7. package/dist/{src/TagWebhookStatus.d.ts → TagWebhookStatus.d.ts} +1 -1
  8. package/dist/{src/TransactionTagEntryTypes.d.ts → TransactionTagEntryTypes.d.ts} +5 -2
  9. package/dist/card/cardWithActions/CardFooter.d.ts +4 -0
  10. package/dist/{src/collapsible → collapsible}/Collapsible.d.ts +3 -2
  11. package/dist/collapsible/CollapsibleTree.d.ts +15 -0
  12. package/dist/{src/collapsible → collapsible}/TransparencyCollapsibleWrapper.d.ts +1 -2
  13. package/dist/{src/datagrid → datagrid}/cellTypeLink.d.ts +1 -1
  14. package/dist/{src/datagrid → datagrid}/cellTypeTag.d.ts +1 -1
  15. package/dist/datagrid/useTableView.d.ts +5 -0
  16. package/dist/{src/dialog → dialog}/useDialog.d.ts +1 -1
  17. package/dist/{src/error → error}/ErrorBoundaryWithRetry.d.ts +1 -1
  18. package/dist/{src/filter → filter}/Filter.d.ts +1 -1
  19. package/dist/{src/filter → filter}/formatFilterValue.d.ts +1 -1
  20. package/dist/{src/filter → filter}/isValidDatetime.d.ts +1 -1
  21. package/dist/helpers.d.ts +10 -0
  22. package/dist/{src/hooks → hooks}/useControlledState.d.ts +1 -1
  23. package/dist/hooks/useCopyToClipboard.d.ts +1 -0
  24. package/dist/{src/icons → icons}/AssineOnlineIcon.d.ts +4 -4
  25. package/dist/{src/icons → icons}/BotConversaIcon.d.ts +4 -4
  26. package/dist/{src/icons → icons}/CheckboxIndeterminate.d.ts +4 -4
  27. package/dist/{src/icons → icons}/CheckboxUnchecked.d.ts +4 -4
  28. package/dist/{src/icons → icons}/MetaIcon.d.ts +4 -4
  29. package/dist/{src/icons → icons}/N8nIcon.d.ts +4 -4
  30. package/dist/{src/icons → icons}/NuvemshopIcon.d.ts +4 -4
  31. package/dist/{src/icons → icons}/SVG.d.ts +7 -7
  32. package/dist/icons/SocPanelIcon.d.ts +12 -0
  33. package/dist/{src/icons → icons}/WabizIcon.d.ts +4 -4
  34. package/dist/{src/icons → icons}/WakeIcon.d.ts +4 -4
  35. package/dist/import/Dropzone.d.ts +5 -0
  36. package/dist/{src/import → import}/xlsx/ImportStepper.d.ts +1 -1
  37. package/dist/{src/import → import}/xlsx/ImportTable.d.ts +1 -1
  38. package/dist/{src/import → import}/xlsx/ImportUtils.d.ts +9 -9
  39. package/dist/index.cjs +1 -1
  40. package/dist/index.js +1 -1
  41. package/dist/{src/multifactor → multifactor}/MultiFactorConfirmModal.d.ts +1 -1
  42. package/dist/{src/openpix → openpix}/cobr/CobrTagStatus.d.ts +1 -1
  43. package/dist/{src/openpix → openpix}/paymentLink/InterestsInfo.d.ts +1 -1
  44. package/dist/{src/openpix → openpix}/paymentLink/types/ChargeDataType.d.ts +1 -1
  45. package/dist/{src/pinInput → pinInput}/PinInput.d.ts +13 -13
  46. package/dist/{src/routed → routed}/RoutedTabs.d.ts +1 -1
  47. package/dist/{src/routed → routed}/TabbedContent.d.ts +1 -1
  48. package/dist/{src/router → router}/getRouteFromPath.d.ts +1 -0
  49. package/dist/{src/router → router}/stringToValue.d.ts +2 -2
  50. package/dist/{src/screenHeader → screenHeader}/ScreenHeaderUI.d.ts +1 -1
  51. package/dist/{src/screenHeaderResponsive → screenHeaderResponsive}/ScreenHeaderUIResponsive.d.ts +1 -1
  52. package/dist/{src/shared → shared}/CashbackStatus.d.ts +1 -1
  53. package/dist/shared/pixTransactionEntryTypes.d.ts +13 -0
  54. package/dist/{src/shared → shared}/pixTransactionStatus.d.ts +16 -7
  55. package/dist/{src/shared → shared}/pixTransactionTypes.d.ts +12 -4
  56. package/dist/shared/statementTypes.d.ts +22 -0
  57. package/dist/{src/shared → shared}/webhookStatus.d.ts +1 -1
  58. package/dist/{src/sidebar → sidebar}/Group.d.ts +1 -1
  59. package/dist/{src/snackbar → snackbar}/CloseSnack.d.ts +1 -1
  60. package/dist/{src/statement → statement}/ledgerStatementColors.d.ts +3 -1
  61. package/dist/statement/statementColors.d.ts +5 -0
  62. package/dist/{src/table → table}/CardListVirtualized.d.ts +1 -1
  63. package/dist/table/ImportReport.d.ts +4 -0
  64. package/dist/table/cells/CheckboxCellNode.d.ts +15 -0
  65. package/dist/table/cells/RenderCell.d.ts +10 -0
  66. package/dist/{src/table → table}/cells/getCellDate.d.ts +1 -1
  67. package/dist/{src/table → table}/cells/getCellLink.d.ts +1 -1
  68. package/dist/table/reactTable/ImportReport.d.ts +4 -0
  69. package/dist/{src/table → table}/reactTable/InputCell.d.ts +1 -1
  70. package/dist/{src/table → table}/reactTable/InputDateCell.d.ts +1 -1
  71. package/dist/{src/table → table}/reactTable/InputMoneyCell.d.ts +1 -1
  72. package/dist/{src/table → table}/reactTable/InputPhoneCell.d.ts +1 -1
  73. package/dist/{src/table → table}/reactTable/InputTaxIDCell.d.ts +1 -1
  74. package/dist/{src/table → table}/reactTable/StatusCell.d.ts +1 -1
  75. package/dist/{src/table → table}/reactTable/TableHeadVirtualized.d.ts +1 -1
  76. package/dist/timeline/TimelineAppEventDomainIcon.d.ts +12 -0
  77. package/dist/utils/convertToCents.d.ts +3 -0
  78. package/dist/utils/convertToMoney.d.ts +2 -0
  79. package/dist/{src/utils → utils}/dates.d.ts +2 -2
  80. package/dist/utils/excel/ChargeImport.d.ts +30 -0
  81. package/dist/utils/excel/CompanyImport.d.ts +4 -0
  82. package/dist/utils/excel/CustomerImport.d.ts +13 -0
  83. package/dist/utils/excel/PaymentImport.d.ts +7 -0
  84. package/dist/utils/excel/UserImport.d.ts +69 -0
  85. package/dist/{src/utils → utils}/excel/generateExcel.d.ts +4 -4
  86. package/dist/{src/utils → utils}/isSafeCPF.d.ts +1 -1
  87. package/dist/utils/onlyDigits.d.ts +1 -0
  88. package/package.json +1 -1
  89. package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +0 -9
  90. package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +0 -9
  91. package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -9
  92. package/dist/src/card/cardWithActions/CardFooter.d.ts +0 -3
  93. package/dist/src/collapsible/CollapsibleTree.d.ts +0 -18
  94. package/dist/src/datagrid/cellTypeExpand.d.ts +0 -4
  95. package/dist/src/datagrid/useTableView.d.ts +0 -2
  96. package/dist/src/helpers.d.ts +0 -10
  97. package/dist/src/hooks/useCopyToClipboard.d.ts +0 -1
  98. package/dist/src/icons/SocPanelIcon.d.ts +0 -12
  99. package/dist/src/import/Dropzone.d.ts +0 -4
  100. package/dist/src/shared/pixTransactionEntryTypes.d.ts +0 -11
  101. package/dist/src/shared/statementTypes.d.ts +0 -14
  102. package/dist/src/statement/statementColors.d.ts +0 -3
  103. package/dist/src/table/ImportReport.d.ts +0 -4
  104. package/dist/src/table/cells/CheckboxCellNode.d.ts +0 -3
  105. package/dist/src/table/cells/RenderCell.d.ts +0 -3
  106. package/dist/src/table/reactTable/ImportReport.d.ts +0 -4
  107. package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +0 -3
  108. package/dist/src/utils/composeStyles.d.ts +0 -2
  109. package/dist/src/utils/convertToCents.d.ts +0 -3
  110. package/dist/src/utils/convertToMoney.d.ts +0 -2
  111. package/dist/src/utils/excel/ChargeImport.d.ts +0 -16
  112. package/dist/src/utils/excel/CompanyImport.d.ts +0 -4
  113. package/dist/src/utils/excel/CustomerImport.d.ts +0 -13
  114. package/dist/src/utils/excel/PaymentImport.d.ts +0 -7
  115. package/dist/src/utils/excel/UserImport.d.ts +0 -30
  116. package/dist/src/utils/onlyDigits.d.ts +0 -1
  117. package/dist/{src/BackButton.d.ts → BackButton.d.ts} +0 -0
  118. package/dist/{src/Badge.d.ts → Badge.d.ts} +0 -0
  119. package/dist/{src/Banner.d.ts → Banner.d.ts} +0 -0
  120. package/dist/{src/BannerError.d.ts → BannerError.d.ts} +0 -0
  121. package/dist/{src/BannerInfos.d.ts → BannerInfos.d.ts} +0 -0
  122. package/dist/{src/CashbackTagStatus.d.ts → CashbackTagStatus.d.ts} +0 -0
  123. package/dist/{src/Circle.d.ts → Circle.d.ts} +0 -0
  124. package/dist/{src/CircleButton.d.ts → CircleButton.d.ts} +0 -0
  125. package/dist/{src/ClockIcon.d.ts → ClockIcon.d.ts} +0 -0
  126. package/dist/{src/Column.d.ts → Column.d.ts} +0 -0
  127. package/dist/{src/CopyInput.d.ts → CopyInput.d.ts} +0 -0
  128. package/dist/{src/EmptyMessage.d.ts → EmptyMessage.d.ts} +0 -0
  129. package/dist/{src/EncryptedText.d.ts → EncryptedText.d.ts} +0 -0
  130. package/dist/{src/FloatingMenu.d.ts → FloatingMenu.d.ts} +0 -0
  131. package/dist/{src/LayoutRoot.d.ts → LayoutRoot.d.ts} +0 -0
  132. package/dist/{src/LinearProgress.d.ts → LinearProgress.d.ts} +0 -0
  133. package/dist/{src/Link.d.ts → Link.d.ts} +0 -0
  134. package/dist/{src/Loading.d.ts → Loading.d.ts} +0 -0
  135. package/dist/{src/Logo.d.ts → Logo.d.ts} +0 -0
  136. package/dist/{src/LoremIpsum.d.ts → LoremIpsum.d.ts} +0 -0
  137. package/dist/{src/Modal → Modal}/Modal.d.ts +0 -0
  138. package/dist/{src/OverflowDiv.d.ts → OverflowDiv.d.ts} +0 -0
  139. package/dist/{src/ProgressBar.d.ts → ProgressBar.d.ts} +0 -0
  140. package/dist/{src/QuestionTooltip.d.ts → QuestionTooltip.d.ts} +0 -0
  141. package/dist/{src/RadioCard → RadioCard}/RadioCard.d.ts +0 -0
  142. package/dist/{src/ReactRouterLinkBehavior.d.ts → ReactRouterLinkBehavior.d.ts} +0 -0
  143. package/dist/{src/Row.d.ts → Row.d.ts} +0 -0
  144. package/dist/{src/SafeTextTooltip.d.ts → SafeTextTooltip.d.ts} +0 -0
  145. package/dist/{src/SearchField.d.ts → SearchField.d.ts} +0 -0
  146. package/dist/{src/Step.d.ts → Step.d.ts} +0 -0
  147. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
  148. package/dist/{src/ThemeProvider.d.ts → ThemeProvider.d.ts} +0 -0
  149. package/dist/{src/ToggleButtonGroup.d.ts → ToggleButtonGroup.d.ts} +0 -0
  150. package/dist/{src/ToggleButtonGroupMobile.d.ts → ToggleButtonGroupMobile.d.ts} +0 -0
  151. package/dist/{src/TransactionStatusTag.d.ts → TransactionStatusTag.d.ts} +0 -0
  152. package/dist/{src/TransactionTagStatus.d.ts → TransactionTagStatus.d.ts} +0 -0
  153. package/dist/{src/UnsupportedBrowserWarning.d.ts → UnsupportedBrowserWarning.d.ts} +0 -0
  154. package/dist/{src/auth → auth}/LoginWrapper.d.ts +0 -0
  155. package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
  156. package/dist/{src/avatar → avatar}/AvatarGroup.d.ts +0 -0
  157. package/dist/{src/avatar → avatar}/AvatarGroupArray.d.ts +0 -0
  158. package/dist/{src/avatar → avatar}/AvatarGroupSelectedAll.d.ts +0 -0
  159. package/dist/{src/buttons → buttons}/ActionButton.d.ts +0 -0
  160. package/dist/{src/buttons → buttons}/ButtonMenu.d.ts +0 -0
  161. package/dist/{src/buttons → buttons}/CopyButton.d.ts +0 -0
  162. package/dist/{src/buttons → buttons}/DangerButton.d.ts +0 -0
  163. package/dist/{src/buttons → buttons}/PayWithPixButton.d.ts +0 -0
  164. package/dist/{src/buttons → buttons}/ResponsiveSplitButton.d.ts +0 -0
  165. package/dist/{src/buttons → buttons}/SplitButton.d.ts +0 -0
  166. package/dist/{src/buttons → buttons}/clickpix/ClickPixButton.d.ts +0 -0
  167. package/dist/{src/buttons → buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
  168. package/dist/{src/buttons → buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
  169. package/dist/{src/buttons → buttons}/getLoadingIconProp.d.ts +0 -0
  170. package/dist/{src/card → card}/Card.d.ts +0 -0
  171. package/dist/{src/card → card}/CardActions.d.ts +0 -0
  172. package/dist/{src/card → card}/CardContent.d.ts +0 -0
  173. package/dist/{src/card → card}/CardCopy.d.ts +0 -0
  174. package/dist/{src/card → card}/CardForm.d.ts +0 -0
  175. package/dist/{src/card → card}/CardList.d.ts +0 -0
  176. package/dist/{src/card → card}/CardRadio.d.ts +0 -0
  177. package/dist/{src/card → card}/CardSelectable.d.ts +0 -0
  178. package/dist/{src/card → card}/CardSkeleton.d.ts +0 -0
  179. package/dist/{src/card → card}/CardStep.d.ts +0 -0
  180. package/dist/{src/card → card}/CardWithIcon.d.ts +0 -0
  181. package/dist/{src/card → card}/CardWithLink.d.ts +0 -0
  182. package/dist/{src/card → card}/CardWithLinkSkeleton.d.ts +0 -0
  183. package/dist/{src/card → card}/basicContext/CardBasicContext.d.ts +0 -0
  184. package/dist/{src/card → card}/cardWithActions/CardHeader.d.ts +0 -0
  185. package/dist/{src/card → card}/cardWithActions/CardWithActions.d.ts +0 -0
  186. package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalytics.d.ts +0 -0
  187. package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
  188. package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
  189. package/dist/{src/cardGrid → cardGrid}/CardField.d.ts +0 -0
  190. package/dist/{src/cardGrid → cardGrid}/CardFieldCentered.d.ts +0 -0
  191. package/dist/{src/cardGrid → cardGrid}/CardGrid.d.ts +0 -0
  192. package/dist/{src/cardGrid → cardGrid}/Grid.d.ts +0 -0
  193. package/dist/{src/cardWithImage → cardWithImage}/CardWithImage.d.ts +0 -0
  194. package/dist/{src/clickpix → clickpix}/ClickPixButton.d.ts +0 -0
  195. package/dist/{src/clickpix → clickpix}/ClickPixLogo.d.ts +0 -0
  196. package/dist/{src/code → code}/Code.d.ts +0 -0
  197. package/dist/{src/collapsible → collapsible}/Collapse.d.ts +0 -0
  198. package/dist/{src/collapsible → collapsible}/CollapsibleActions.d.ts +0 -0
  199. package/dist/{src/collapsible → collapsible}/CollapsibleDetails.d.ts +0 -0
  200. package/dist/{src/collapsible → collapsible}/CollapsibleFillWrapper.d.ts +0 -0
  201. package/dist/{src/collapsible → collapsible}/CollapsibleGroup.d.ts +0 -0
  202. package/dist/{src/collapsible → collapsible}/CollapsibleInfinityActions.d.ts +0 -0
  203. package/dist/{src/collapsible → collapsible}/CollapsiblePanelActions.d.ts +0 -0
  204. package/dist/{src/collapsible → collapsible}/CollapsibleStep.d.ts +0 -0
  205. package/dist/{src/collapsible → collapsible}/CollapsibleStepHeader.d.ts +0 -0
  206. package/dist/{src/collapsible → collapsible}/CollapsibleSummary.d.ts +0 -0
  207. package/dist/{src/collapsible → collapsible}/ExpandMoreIcon.d.ts +0 -0
  208. package/dist/{src/collapsible → collapsible}/LeafCollapsible.d.ts +0 -0
  209. package/dist/{src/company → company}/CompanyLogo.d.ts +0 -0
  210. package/dist/{src/content → content}/ActionMargin.d.ts +0 -0
  211. package/dist/{src/content → content}/ActionMarginText.d.ts +0 -0
  212. package/dist/{src/content → content}/Content.d.ts +0 -0
  213. package/dist/{src/content → content}/IntroText.d.ts +0 -0
  214. package/dist/{src/countdown → countdown}/Countdown.d.ts +0 -0
  215. package/dist/{src/countdown → countdown}/ShowCounter.d.ts +0 -0
  216. package/dist/{src/countdown → countdown}/useCountdown.d.ts +0 -0
  217. package/dist/{src/datagrid → datagrid}/DataGrid.d.ts +0 -0
  218. package/dist/{src/datagrid → datagrid}/DataGridDetailContainer.d.ts +0 -0
  219. package/dist/{src/datagrid → datagrid}/DataGridGridToolbarExport.d.ts +0 -0
  220. package/dist/{src/datagrid → datagrid}/DataGridLoading.d.ts +0 -0
  221. package/dist/{src/datagrid → datagrid}/DataGridRow.d.ts +0 -0
  222. package/dist/{src/datagrid → datagrid}/cellTypeBasisToPercentage.d.ts +0 -0
  223. package/dist/{src/datagrid → datagrid}/cellTypeBoolean.d.ts +0 -0
  224. package/dist/{src/datagrid → datagrid}/cellTypeCurrency.d.ts +0 -0
  225. package/dist/{src/datagrid → datagrid}/cellTypeDate.d.ts +0 -0
  226. package/dist/{src/datagrid → datagrid}/cellTypeDatetime.d.ts +0 -0
  227. package/dist/{src/datagrid → datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
  228. package/dist/{src/datagrid → datagrid}/cellTypePhone.d.ts +0 -0
  229. package/dist/{src/datagrid → datagrid}/cellTypeTaxID.d.ts +0 -0
  230. package/dist/{src/datagrid → datagrid}/cellTypeTime.d.ts +0 -0
  231. package/dist/{src/datagrid → datagrid}/columnTypes.d.ts +0 -0
  232. package/dist/{src/datagrid → datagrid}/wrapColumnTypes.d.ts +0 -0
  233. package/dist/{src/device → device}/Phone.d.ts +0 -0
  234. package/dist/{src/dialog → dialog}/DialogContext.d.ts +0 -0
  235. package/dist/{src/dialog → dialog}/DialogProvider.d.ts +0 -0
  236. package/dist/{src/dialog → dialog}/index.d.ts +0 -0
  237. package/dist/{src/drawer → drawer}/DrawerCard.d.ts +0 -0
  238. package/dist/{src/drawer → drawer}/DrawerResponsiveWrapper.d.ts +0 -0
  239. package/dist/{src/drawer → drawer}/swipable/SwipeableDrawer.d.ts +0 -0
  240. package/dist/{src/error → error}/ErrorView.d.ts +0 -0
  241. package/dist/{src/file → file}/FileDrop.d.ts +0 -0
  242. package/dist/{src/file → file}/IconButton.d.ts +0 -0
  243. package/dist/{src/file → file}/MaterialIcon.d.ts +0 -0
  244. package/dist/{src/filter → filter}/FilterRelayFormik.d.ts +0 -0
  245. package/dist/{src/filter → filter}/FormikFilter.d.ts +0 -0
  246. package/dist/{src/filter → filter}/decodeQueryParamsFromLocation.d.ts +0 -0
  247. package/dist/{src/filter → filter}/fieldToParamConfigMap.d.ts +0 -0
  248. package/dist/{src/filter → filter}/formatFilters.d.ts +0 -0
  249. package/dist/{src/filter → filter}/stringToBoolean.d.ts +0 -0
  250. package/dist/{src/filter → filter}/useFilterFormik.d.ts +0 -0
  251. package/dist/{src/form → form}/FieldRow.d.ts +0 -0
  252. package/dist/{src/heading → heading}/SectionHeading.d.ts +0 -0
  253. package/dist/{src/helpers → helpers}/Divider.d.ts +0 -0
  254. package/dist/{src/helpers → helpers}/HorizontalStack.d.ts +0 -0
  255. package/dist/{src/helpers → helpers}/HoverPopper.d.ts +0 -0
  256. package/dist/{src/hooks → hooks}/usePooling.d.ts +0 -0
  257. package/dist/{src/hooks → hooks}/useWindowHelpers.d.ts +0 -0
  258. package/dist/{src/icons → icons}/CheckIconLabel.d.ts +0 -0
  259. package/dist/{src/icons → icons}/CheckboxChecked.d.ts +0 -0
  260. package/dist/{src/icons → icons}/CvvIcon.d.ts +0 -0
  261. package/dist/{src/icons → icons}/DownloadIcon.d.ts +0 -0
  262. package/dist/{src/icons → icons}/Icon.d.ts +0 -0
  263. package/dist/{src/icons → icons}/NfeIcon.d.ts +0 -0
  264. package/dist/{src/icons → icons}/RejectIcon.d.ts +0 -0
  265. package/dist/{src/icons → icons}/RightTopDiagonalVector.d.ts +1 -1
  266. /package/dist/{src/icons → icons}/SearchIcon.d.ts +0 -0
  267. /package/dist/{src/icons → icons}/SuccessIcon.d.ts +0 -0
  268. /package/dist/{src/icons → icons}/WarningIcon.d.ts +0 -0
  269. /package/dist/{src/import → import}/DropzoneFile.d.ts +0 -0
  270. /package/dist/{src/import → import}/xlsx/Import.d.ts +0 -0
  271. /package/dist/{src/import → import}/xlsx/ImportDropzone.d.ts +0 -0
  272. /package/dist/{src/import → import}/xlsx/ImportProcessData.d.ts +0 -0
  273. /package/dist/{src/import → import}/xlsx/ImportProcessQueue.d.ts +0 -0
  274. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  275. /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapper.d.ts +0 -0
  276. /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapperFluid.d.ts +0 -0
  277. /package/dist/{src/link → link}/WooviLink.d.ts +0 -0
  278. /package/dist/{src/logo → logo}/OpenPixLogoColor.d.ts +0 -0
  279. /package/dist/{src/logo → logo}/WooviLogo.d.ts +0 -0
  280. /package/dist/{src/mui → mui}/BoxFlex.d.ts +0 -0
  281. /package/dist/{src/mui → mui}/Typography.d.ts +0 -0
  282. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
  283. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
  284. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
  285. /package/dist/{src/openpix → openpix}/charge/ChargeTagStatus.d.ts +0 -0
  286. /package/dist/{src/openpix → openpix}/images/WooviLogoInMobile.d.ts +0 -0
  287. /package/dist/{src/openpix → openpix}/order/CheckIcon.d.ts +0 -0
  288. /package/dist/{src/openpix → openpix}/order/ConfirmedIcon.d.ts +0 -0
  289. /package/dist/{src/openpix → openpix}/order/EarnCashback.d.ts +0 -0
  290. /package/dist/{src/openpix → openpix}/order/EarnCashbackExclusive.d.ts +0 -0
  291. /package/dist/{src/openpix → openpix}/order/PayPixValueCompany.d.ts +0 -0
  292. /package/dist/{src/openpix → openpix}/order/PixPaymentWoovi.d.ts +0 -0
  293. /package/dist/{src/openpix → openpix}/order/discount/EarnDiscount.d.ts +0 -0
  294. /package/dist/{src/openpix → openpix}/paymentLink/AdditionalInfo.d.ts +0 -0
  295. /package/dist/{src/openpix → openpix}/paymentLink/BrCodeInput.d.ts +0 -0
  296. /package/dist/{src/openpix → openpix}/paymentLink/CopyBarcode.d.ts +0 -0
  297. /package/dist/{src/openpix → openpix}/paymentLink/CopyQRCode.d.ts +0 -0
  298. /package/dist/{src/openpix → openpix}/paymentLink/ErrorIcon.d.ts +0 -0
  299. /package/dist/{src/openpix → openpix}/paymentLink/PaymentFooter.d.ts +0 -0
  300. /package/dist/{src/openpix → openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
  301. /package/dist/{src/openpix → openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
  302. /package/dist/{src/openpix → openpix}/paymentLink/ShareButton.d.ts +0 -0
  303. /package/dist/{src/openpix → openpix}/shopper/WooviAuthForm.d.ts +0 -0
  304. /package/dist/{src/openpix → openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
  305. /package/dist/{src/paymentLinkRow → paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
  306. /package/dist/{src/pinInput → pinInput}/PinInputFormik.d.ts +0 -0
  307. /package/dist/{src/pinInput → pinInput}/createPinArray.d.ts +0 -0
  308. /package/dist/{src/pinInput → pinInput}/pinInputRegex.d.ts +0 -0
  309. /package/dist/{src/relay → relay}/RefreshButtonRelay.d.ts +0 -0
  310. /package/dist/{src/relay → relay}/RefreshIconButton.d.ts +0 -0
  311. /package/dist/{src/relay → relay}/SearchInputRelay.d.ts +0 -0
  312. /package/dist/{src/relay → relay}/TopPagination.d.ts +0 -0
  313. /package/dist/{src/rewardTicket → rewardTicket}/RewardTicket.d.ts +0 -0
  314. /package/dist/{src/ribbon → ribbon}/Ribbon.d.ts +0 -0
  315. /package/dist/{src/roles → roles}/Roles.d.ts +0 -0
  316. /package/dist/{src/roles → roles}/modules.d.ts +0 -0
  317. /package/dist/{src/root → root}/ContentBoundary.d.ts +0 -0
  318. /package/dist/{src/router → router}/drawRoutes.d.ts +0 -0
  319. /package/dist/{src/router → router}/getFiltersFromLocation.d.ts +0 -0
  320. /package/dist/{src/router → router}/getQuery.d.ts +0 -0
  321. /package/dist/{src/router → router}/types.d.ts +0 -0
  322. /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
  323. /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
  324. /package/dist/{src/screenHeaderCard → screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
  325. /package/dist/{src/screenHeaderResponsive → screenHeaderResponsive}/components/ScreenHeaderSubtitle.d.ts +0 -0
  326. /package/dist/{src/screenHeaderResponsive → screenHeaderResponsive}/components/ScreenHeaderTitle.d.ts +0 -0
  327. /package/dist/{src/search → search}/GlobalSearchField.d.ts +0 -0
  328. /package/dist/{src/select → select}/Select.d.ts +0 -0
  329. /package/dist/{src/select → select}/SelectAll.d.ts +0 -0
  330. /package/dist/{src/shared → shared}/AppEnvironmentEnum.d.ts +0 -0
  331. /package/dist/{src/shared → shared}/appEventDomains.d.ts +0 -0
  332. /package/dist/{src/shared → shared}/appEventTypes.d.ts +0 -0
  333. /package/dist/{src/shared → shared}/chargeStatusEnum.d.ts +0 -0
  334. /package/dist/{src/shared → shared}/cobrStatusEnum.d.ts +0 -0
  335. /package/dist/{src/shared → shared}/getSelected.d.ts +0 -0
  336. /package/dist/{src/shared → shared}/multiFactorActionEnum.d.ts +0 -0
  337. /package/dist/{src/shared → shared}/pixAuthenticationResultEnum.d.ts +0 -0
  338. /package/dist/{src/shared → shared}/projectType.d.ts +0 -0
  339. /package/dist/{src/shared → shared}/queryString.d.ts +0 -0
  340. /package/dist/{src/shared → shared}/subscriptionInstallmentEnum.d.ts +0 -0
  341. /package/dist/{src/sidebar → sidebar}/Item.d.ts +0 -0
  342. /package/dist/{src/sidebar → sidebar}/MenuList.d.ts +0 -0
  343. /package/dist/{src/sidebar → sidebar}/Sidebar.d.ts +0 -0
  344. /package/dist/{src/sidebar → sidebar}/SidebarContext.d.ts +0 -0
  345. /package/dist/{src/sidebar → sidebar}/index.d.ts +0 -0
  346. /package/dist/{src/sidebar → sidebar}/useSidebar.d.ts +0 -0
  347. /package/dist/{src/sidebar → sidebar}/utils.d.ts +0 -0
  348. /package/dist/{src/snackbar → snackbar}/Snackbar.d.ts +0 -0
  349. /package/dist/{src/snackbar → snackbar}/SnackbarContext.d.ts +0 -0
  350. /package/dist/{src/snackbar → snackbar}/index.d.ts +0 -0
  351. /package/dist/{src/snackbar → snackbar}/useSnackbar.d.ts +0 -0
  352. /package/dist/{src/statement → statement}/TransactionTypeText.d.ts +0 -0
  353. /package/dist/{src/stepper → stepper}/Stepper.d.ts +0 -0
  354. /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModal.d.ts +0 -0
  355. /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModalTransition.d.ts +0 -0
  356. /package/dist/{src/table → table}/CardColumn.d.ts +0 -0
  357. /package/dist/{src/table → table}/CardListLoading.d.ts +0 -0
  358. /package/dist/{src/table → table}/StatusCell.d.ts +0 -0
  359. /package/dist/{src/table → table}/TableToggleViewModel.d.ts +0 -0
  360. /package/dist/{src/table → table}/cells/ActionCellNode.d.ts +0 -0
  361. /package/dist/{src/table → table}/cells/Cell.d.ts +0 -0
  362. /package/dist/{src/table → table}/cells/CellCheckbox.d.ts +0 -0
  363. /package/dist/{src/table → table}/cells/CellEditable.d.ts +0 -0
  364. /package/dist/{src/table → table}/cells/IconCellNode.d.ts +0 -0
  365. /package/dist/{src/table → table}/cells/LinkCellNode.d.ts +0 -0
  366. /package/dist/{src/table → table}/cells/cellTypes.d.ts +0 -0
  367. /package/dist/{src/table → table}/cells/getCellCurrency.d.ts +0 -0
  368. /package/dist/{src/table → table}/cells/getCellValue.d.ts +0 -0
  369. /package/dist/{src/table → table}/cells/index.d.ts +0 -0
  370. /package/dist/{src/table → table}/emv/TablePixEMV.d.ts +0 -0
  371. /package/dist/{src/table → table}/emv/emvParser.d.ts +0 -0
  372. /package/dist/{src/table → table}/emv/emvTags.d.ts +0 -0
  373. /package/dist/{src/table → table}/muiTable/Body.d.ts +0 -0
  374. /package/dist/{src/table → table}/muiTable/Footer.d.ts +0 -0
  375. /package/dist/{src/table → table}/muiTable/Header.d.ts +0 -0
  376. /package/dist/{src/table → table}/muiTable/Table.d.ts +0 -0
  377. /package/dist/{src/table → table}/reactTable/ImportTable.d.ts +0 -0
  378. /package/dist/{src/table → table}/reactTable/IndeterminateCheckbox.d.ts +0 -0
  379. /package/dist/{src/table → table}/reactTable/InputForCells.d.ts +0 -0
  380. /package/dist/{src/table → table}/reactTable/RowTable.d.ts +0 -0
  381. /package/dist/{src/table → table}/reactTable/Table.d.ts +0 -0
  382. /package/dist/{src/table → table}/reactTable/TableBodyVirtualized.d.ts +0 -0
  383. /package/dist/{src/table → table}/reactTable/TableCell.d.ts +0 -0
  384. /package/dist/{src/table → table}/reactTable/TableVirtualized.d.ts +0 -0
  385. /package/dist/{src/tag → tag}/Tag.d.ts +0 -0
  386. /package/dist/{src/tag → tag}/TagsContainer.d.ts +0 -0
  387. /package/dist/{src/term → term}/Terms.d.ts +0 -0
  388. /package/dist/{src/term → term}/TermsLink.d.ts +0 -0
  389. /package/dist/{src/term → term}/TermsModal.d.ts +0 -0
  390. /package/dist/{src/term → term}/useTerms.d.ts +0 -0
  391. /package/dist/{src/text → text}/TextMultiline.d.ts +0 -0
  392. /package/dist/{src/theme → theme}/HeaderButtonTheme.d.ts +0 -0
  393. /package/dist/{src/theme → theme}/Themes.d.ts +0 -0
  394. /package/dist/{src/timeline → timeline}/Timeline.d.ts +0 -0
  395. /package/dist/{src/timeline → timeline}/TimelineAppEventItem.d.ts +0 -0
  396. /package/dist/{src/timeline → timeline}/TimelineAppEventTypeColor.d.ts +0 -0
  397. /package/dist/{src/timeline → timeline}/TimelineItem.d.ts +0 -0
  398. /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/UnsupportedBrowserWarning.d.ts +0 -0
  399. /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/index.d.ts +0 -0
  400. /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
  401. /package/dist/{src/user → user}/chip/UserChip.d.ts +0 -0
  402. /package/dist/{src/utils → utils}/BrowserOnly.d.ts +0 -0
  403. /package/dist/{src/utils → utils}/ChargeInterestsTypes.d.ts +0 -0
  404. /package/dist/{src/utils → utils}/DesktopOnly.d.ts +0 -0
  405. /package/dist/{src/utils → utils}/MaskUtils.d.ts +0 -0
  406. /package/dist/{src/utils → utils}/MobileOnly.d.ts +0 -0
  407. /package/dist/{src/utils → utils}/composeEventHandlers.d.ts +0 -0
  408. /package/dist/{src/utils → utils}/convertToCurrency.d.ts +0 -0
  409. /package/dist/{src/utils → utils}/copyToClipboard.d.ts +0 -0
  410. /package/dist/{src/utils → utils}/excel/ImportHelpers.d.ts +0 -0
  411. /package/dist/{src/utils → utils}/excel/formatCells.d.ts +0 -0
  412. /package/dist/{src/utils → utils}/excel/getCellsWithDataTypes.d.ts +0 -0
  413. /package/dist/{src/utils → utils}/isSafeCNPJ.d.ts +0 -0
  414. /package/dist/{src/utils → utils}/isSafeUtils.d.ts +0 -0
  415. /package/dist/{src/utils → utils}/maskMoney.d.ts +0 -0
  416. /package/dist/{src/utils → utils}/parseNumber.d.ts +0 -0
  417. /package/dist/{src/utils → utils}/parsePhoneNumber.d.ts +0 -0
  418. /package/dist/{src/utils → utils}/rifmFormatToCPF.d.ts +0 -0
  419. /package/dist/{src/windowPopper → windowPopper}/WindowPopper.d.ts +0 -0
  420. /package/dist/{src/windowPopper → windowPopper}/WindowPopperTransition.d.ts +0 -0
@@ -1,5 +1,5 @@
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
4
  export type MultiFactorConfirmModalProps = {
5
5
  title: string;
@@ -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;
@@ -2,7 +2,7 @@ import type { ReactNode } from "react";
2
2
  import type { ChargeData } from "./types/ChargeDataType.tsx";
3
3
  export declare const InterestsInfoRow: ({ title, value, }: {
4
4
  title: string;
5
- value: ReactNode;
5
+ value: number | ReactNode;
6
6
  }) => ReactNode;
7
7
  type InterestsInfoProps = {
8
8
  chargeData: ChargeData;
@@ -1,4 +1,4 @@
1
- import type { INTERESTS_MODALITY_TYPE_ENUM, INTERESTS_VALUE_TYPE_ENUM } from "../../../../utils/ChargeInterestsTypes";
1
+ import type { INTERESTS_MODALITY_TYPE_ENUM, INTERESTS_VALUE_TYPE_ENUM } from "../../../utils/ChargeInterestsTypes";
2
2
  export type CompanyBankData = {
3
3
  name: string;
4
4
  code: number;
@@ -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 | undefined;
34
+ name?: string;
35
35
  /** If set, first input is focused when component is mounted */
36
- autoFocus?: boolean | undefined;
36
+ autoFocus?: boolean;
37
37
  /** Value for controlled component */
38
- value?: string | undefined;
38
+ value?: string;
39
39
  /** Default value for uncontrolled component */
40
- defaultValue?: string | undefined;
40
+ defaultValue?: string;
41
41
  /** Called when value changes */
42
- onChange?: ((value: string) => void) | undefined;
42
+ onChange?: (value: string) => void;
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 | undefined;
46
+ placeholder?: string;
47
47
  /** Determines whether focus should be moved automatically to the next input once filled */
48
- manageFocus?: boolean | undefined;
48
+ manageFocus?: boolean;
49
49
  /** The top-level id that is used as a base in all input fields */
50
- id?: string | undefined;
50
+ id?: string;
51
51
  /** Sets inputs disabled attribute */
52
- disabled?: boolean | undefined;
52
+ disabled?: boolean;
53
53
  /** Adds error styles to all inputs */
54
- error?: boolean | undefined;
54
+ error?: boolean;
55
55
  /** The type of allowed values */
56
- type?: "alphanumeric" | "number" | RegExp | undefined;
56
+ type?: "alphanumeric" | "number" | RegExp;
57
57
  /** Changes input type to "password" */
58
- mask?: boolean | undefined;
58
+ mask?: boolean;
59
59
  /** Number of input boxes */
60
- length?: number | undefined;
60
+ length?: number;
61
61
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange"> & React.RefAttributes<HTMLDivElement>>;
62
62
  export default PinInput;
@@ -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;
@@ -1,4 +1,4 @@
1
- import type { RouteType } from "../../router/types";
1
+ import type { RouteType } from "../router/types";
2
2
  type Props = {
3
3
  routes: RouteType[];
4
4
  routeTo: (routeName: string) => string;
@@ -1,3 +1,4 @@
1
+ import type { Location } from 'history';
1
2
  import type { RouteType } from './types.ts';
2
3
  export declare const getRouteFromPath: (routes: RouteType[]) => (path: string) => {};
3
4
  export declare const hasMatchChildren: (location: Location, childrenRoutes: RouteType[]) => boolean;
@@ -1,4 +1,4 @@
1
1
  import type { Moment } from "moment";
2
- export declare const isValidDatetime: (datetime?: string | Moment | undefined) => "" | boolean | undefined;
3
- export declare const stringToBoolean: (value: unknown) => unknown;
2
+ export declare const isValidDatetime: (datetime?: string | Moment) => boolean | "" | undefined;
3
+ export declare const stringToBoolean: (value: string | unknown) => unknown;
4
4
  export declare const stringToValue: (value: string, key: string) => unknown;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from "react";
2
- import type { RouteType } from "../../router/types";
2
+ import type { RouteType } from "../router/types";
3
3
  export type ScreenHeaderUIProps = {
4
4
  routedTabs?: RouteType[];
5
5
  children?: React.ReactNode;
@@ -11,7 +11,7 @@ export declare const CASHBACK_STATUS: {
11
11
  readonly NOT_APPLY: "NOT_APPLY";
12
12
  readonly REFUNDED: "REFUNDED";
13
13
  };
14
- export declare const getCashbackStatus: (t: TFunction<"translation", undefined>) => {
14
+ export declare const getCashbackStatus: (t: TFunction) => {
15
15
  PENDING: string;
16
16
  PENDING_EXCLUSIVE: string;
17
17
  PROCESSING: string;
@@ -0,0 +1,13 @@
1
+ import type { TFunction } from "i18next";
2
+ export declare const PIX_TRANSACTION_ENTRY_TYPES: {
3
+ DEBIT: string;
4
+ CREDIT: string;
5
+ };
6
+ export declare const getPixTransactionEntryTypes: (t: TFunction) => {
7
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
8
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
9
+ };
10
+ export declare const getPixTransactionStatusEntryTypes: (t: TFunction) => {
11
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
12
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
13
+ };
@@ -18,15 +18,15 @@ export declare const PIX_TRANSACTION_PAYMENT_STATUS: {
18
18
  CONFIRMED: string;
19
19
  };
20
20
  export declare const PIX_TRANSACTION_STATUS: {
21
- PENDING: string;
22
- CREATED: string;
21
+ RECEIVED: string;
22
+ REFUNDED: string;
23
+ CONFIRMED: string;
23
24
  PARTIAL_REFUND: string;
24
25
  IN_PROCESSING: string;
25
26
  NOT_ACCOMPLISHED: string;
26
27
  REJECTED: string;
27
- RECEIVED: string;
28
- REFUNDED: string;
29
- CONFIRMED: string;
28
+ PENDING: string;
29
+ CREATED: string;
30
30
  };
31
31
  export declare const PIX_TRANSACTION_CONFIRMED_STATUS: {
32
32
  APPLIED: string;
@@ -35,6 +35,15 @@ export declare const PIX_TRANSACTION_CONFIRMED_STATUS: {
35
35
  CONFIRMED: string;
36
36
  PARTIAL_REFUND: string;
37
37
  };
38
- export declare const getPixTransactionStatus: (t: TFunction<"translation", undefined>) => {
39
- [x: string]: string;
38
+ export declare const getPixTransactionStatus: (t: TFunction) => {
39
+ [PIX_TRANSACTION_STATUS.RECEIVED]: string;
40
+ [PIX_TRANSACTION_STATUS.REFUNDED]: string;
41
+ [PIX_TRANSACTION_STATUS.PARTIAL_REFUND]: string;
42
+ [PIX_TRANSACTION_STATUS.IN_PROCESSING]: string;
43
+ [PIX_TRANSACTION_STATUS.NOT_ACCOMPLISHED]: string;
44
+ [PIX_TRANSACTION_STATUS.REJECTED]: string;
45
+ [PIX_TRANSACTION_STATUS.PENDING]: string;
46
+ [PIX_TRANSACTION_STATUS.CREATED]: string;
47
+ [PIX_TRANSACTION_STATUS.CONFIRMED]: string;
48
+ [PIX_TRANSACTION_STATUS.CREATED]: string;
40
49
  };
@@ -41,10 +41,18 @@ export declare const TRANSACTION_SUB_TYPES: {
41
41
  readonly PIX_AUTOMATIC: "PIX_AUTOMATIC";
42
42
  readonly PIX_AUTOMATIC_FEE: "PIX_AUTOMATIC_FEE";
43
43
  };
44
- export declare const getPixTransactionTypes: (t: TFunction<"translation", undefined>) => {
45
- [x: string]: string;
44
+ export declare const getPixTransactionTypes: (t: TFunction) => {
45
+ [PIX_TRANSACTION_TYPES.PAYMENT]: string;
46
+ [PIX_TRANSACTION_TYPES.REFUND]: string;
47
+ [PIX_TRANSACTION_TYPES.WITHDRAW]: string;
48
+ [PIX_TRANSACTION_TYPES.FEE]: string;
49
+ [PIX_TRANSACTION_TYPES.BALANCE_BLOCK]: string;
50
+ [PIX_TRANSACTION_TYPES.BALANCE_UNBLOCK]: string;
51
+ [PIX_TRANSACTION_TYPES.REVERSAL]: string;
52
+ [PIX_TRANSACTION_TYPES.INTERNAL_TRANSFER]: string;
53
+ [PIX_TRANSACTION_TYPES.REVERSAL]: string;
46
54
  };
47
- export declare const getTransactionSubTypeAdminI18n: (t: TFunction<"translation", undefined>) => {
55
+ export declare const getTransactionSubTypeAdminI18n: (t: TFunction) => {
48
56
  FEE: string;
49
57
  CASHBACK: string;
50
58
  CASHBACK_EXCLUSIVE: string;
@@ -71,7 +79,7 @@ export declare const getTransactionSubTypeAdminI18n: (t: TFunction<"translation"
71
79
  PIX_AUTOMATIC: string;
72
80
  PIX_AUTOMATIC_FEE: string;
73
81
  };
74
- export declare const getTransactionSubTypeI18n: (t: TFunction<"translation", undefined>) => {
82
+ export declare const getTransactionSubTypeI18n: (t: TFunction) => {
75
83
  FEE: string;
76
84
  CASHBACK: string;
77
85
  CASHBACK_EXCLUSIVE: string;
@@ -0,0 +1,22 @@
1
+ import type { TFunction } from 'i18next';
2
+ import { PIX_TRANSACTION_ENTRY_TYPES } from './pixTransactionEntryTypes.ts';
3
+ import { PIX_TRANSACTION_TYPES } from './pixTransactionTypes.ts';
4
+ export declare const STATEMENT_TYPES: {
5
+ IN: string;
6
+ OUT: string;
7
+ };
8
+ export declare const ENTRY_TYPE_MAPPER: {
9
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
10
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
11
+ };
12
+ export declare const TRANSACTION_STATEMENT_TYPES: {
13
+ [PIX_TRANSACTION_TYPES.PAYMENT]: string;
14
+ [PIX_TRANSACTION_TYPES.BALANCE_UNBLOCK]: string;
15
+ [PIX_TRANSACTION_TYPES.REFUND]: string;
16
+ [PIX_TRANSACTION_TYPES.WITHDRAW]: string;
17
+ [PIX_TRANSACTION_TYPES.BALANCE_BLOCK]: string;
18
+ };
19
+ export declare const getStatementTypes: (t: TFunction) => {
20
+ [STATEMENT_TYPES.IN]: string;
21
+ [STATEMENT_TYPES.OUT]: string;
22
+ };
@@ -6,7 +6,7 @@ export declare const WEBHOOK_STATUS: {
6
6
  readonly NOT_APPLY: "NOT_APPLY";
7
7
  };
8
8
  export type WEBHOOK_STATUS = (typeof WEBHOOK_STATUS)[keyof typeof WEBHOOK_STATUS];
9
- export declare const getWebhookStatus: (t: TFunction<"translation", undefined>) => {
9
+ export declare const getWebhookStatus: (t: TFunction) => {
10
10
  PENDING: string;
11
11
  FAILED: string;
12
12
  SUCCESS: string;
@@ -7,5 +7,5 @@ type Props = ItemType & {
7
7
  disabled?: boolean;
8
8
  requiredRoles?: string[];
9
9
  };
10
- declare const Group: (props: Props) => ReactElement<any, string | import("react").JSXElementConstructor<any>>;
10
+ declare const Group: (props: Props) => ReactElement;
11
11
  export default Group;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement } from 'react';
2
2
  declare const CloseSnack: ({ key }: {
3
3
  key: string;
4
- }) => ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
+ }) => ReactElement;
5
5
  export default CloseSnack;
@@ -1,6 +1,8 @@
1
1
  import type { ReactNode } from "react";
2
+ import { PIX_TRANSACTION_ENTRY_TYPES } from "../shared/pixTransactionEntryTypes";
2
3
  export declare const ledgerTypeColors: {
3
- [x: string]: string;
4
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
5
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
4
6
  };
5
7
  export declare const LedgerStatementText: ({ type, children }: {
6
8
  type: string;
@@ -0,0 +1,5 @@
1
+ import { STATEMENT_TYPES } from "../shared/statementTypes";
2
+ export declare const statementColors: {
3
+ [STATEMENT_TYPES.IN]: string;
4
+ [STATEMENT_TYPES.OUT]: string;
5
+ };
@@ -8,7 +8,7 @@ type CardListVirtualizedProps = {
8
8
  noItemsLabel?: string;
9
9
  cardListDefaultHeight?: string;
10
10
  };
11
- export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>>) => {
11
+ export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCellParams>) => {
12
12
  value: any;
13
13
  row: any;
14
14
  };
@@ -0,0 +1,4 @@
1
+ declare const ImportReport: ({ data }: {
2
+ data: any;
3
+ }) => React.ReactElement;
4
+ export default ImportReport;
@@ -0,0 +1,15 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { NodeT, TableColumn } from '../../muiTable/Table.tsx';
3
+ type Props<T> = {
4
+ row: NodeT<T>;
5
+ indeterminate?: boolean;
6
+ onChange: () => void;
7
+ indeterminateIcon?: React.ReactNode;
8
+ checkedIcon?: React.ReactNode;
9
+ icon?: React.ReactNode;
10
+ dataTestID?: string;
11
+ isColumnDisabled?: (row: NodeT<T>) => boolean;
12
+ isColumnChecked?: (row: NodeT<T>) => boolean;
13
+ } & TableColumn<T>;
14
+ declare const CheckboxCellNode: <T extends object>(props: Props<T>) => ReactNode;
15
+ export default CheckboxCellNode;
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from 'react';
2
+ type Row = NodeT<{
3
+ emptyMessage?: string;
4
+ }>;
5
+ type CellProps = {
6
+ rowData: Row;
7
+ cellProps: Record<string, unknown>;
8
+ } & TableColumn<Row>;
9
+ declare const RenderCell: (props: CellProps) => ReactNode;
10
+ export default RenderCell;
@@ -3,6 +3,6 @@ export declare const CellDateTypeEnum: {
3
3
  readonly DATE: "DATE";
4
4
  readonly TIME: "TIME";
5
5
  };
6
- export declare const getCellDate: (type?: "DATE" | "DATETIME" | "TIME" | undefined) => {
6
+ export declare const getCellDate: (type?: keyof typeof CellDateTypeEnum) => {
7
7
  cell: (info: any) => string;
8
8
  };
@@ -1,3 +1,3 @@
1
1
  export declare const getCellLink: (routeTo: (row: unknown) => string) => {
2
- cell: (info: any) => "-" | import("react/jsx-runtime").JSX.Element;
2
+ cell: (info: any) => import("react/jsx-runtime").JSX.Element | "-";
3
3
  };
@@ -0,0 +1,4 @@
1
+ declare const ImportReport: ({ data }: {
2
+ data: any;
3
+ }) => React.ReactElement;
4
+ export default ImportReport;
@@ -5,5 +5,5 @@ type Props = {
5
5
  isValid: boolean;
6
6
  isProcessing: boolean;
7
7
  };
8
- declare const InputCell: ({ value, onChange, onBlur, isValid, isProcessing, }: Props) => import("react").ReactNode;
8
+ declare const InputCell: ({ value, onChange, onBlur, isValid, isProcessing, }: Props) => React.ReactNode;
9
9
  export default InputCell;
@@ -5,5 +5,5 @@ type Props = {
5
5
  isValid: boolean;
6
6
  isProcessing: boolean;
7
7
  };
8
- declare const InputDateCell: (props: Props) => import("react").ReactNode;
8
+ declare const InputDateCell: (props: Props) => React.ReactNode;
9
9
  export default InputDateCell;
@@ -5,5 +5,5 @@ type Props = {
5
5
  isValid: boolean;
6
6
  isProcessing: boolean;
7
7
  };
8
- declare const InputMoneyCell: (props: Props) => import("react").ReactNode;
8
+ declare const InputMoneyCell: (props: Props) => React.ReactNode;
9
9
  export default InputMoneyCell;
@@ -5,5 +5,5 @@ type Props = {
5
5
  isValid: boolean;
6
6
  isProcessing: boolean;
7
7
  };
8
- declare const InputPhoneCell: (props: Props) => import("react").ReactNode;
8
+ declare const InputPhoneCell: (props: Props) => React.ReactNode;
9
9
  export default InputPhoneCell;
@@ -5,5 +5,5 @@ type Props = {
5
5
  isValid: boolean;
6
6
  isProcessing: boolean;
7
7
  };
8
- declare const InputTaxIDCell: (props: Props) => import("react").ReactNode;
8
+ declare const InputTaxIDCell: (props: Props) => React.ReactNode;
9
9
  export default InputTaxIDCell;
@@ -10,5 +10,5 @@ export declare const CheckCircleIcon: (props: object) => import("react/jsx-runti
10
10
  export declare const ErrorCircleIcon: (props: object) => import("react/jsx-runtime").JSX.Element;
11
11
  export declare const StatusCell: ({ row }: {
12
12
  row: any;
13
- }) => import("react").ReactNode;
13
+ }) => React.ReactNode;
14
14
  export default StatusCell;
@@ -1,4 +1,4 @@
1
1
  declare const TableHeadVirtualized: ({ headerGroups }: {
2
2
  headerGroups: any;
3
- }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
+ }) => React.ReactElement;
4
4
  export default TableHeadVirtualized;
@@ -0,0 +1,12 @@
1
+ import { APP_EVENT_DOMAINS } from "../shared/appEventDomains.ts";
2
+ export declare const TIMELINE_APPEVENT_DOMAIN_ICON: {
3
+ [APP_EVENT_DOMAINS.CHARGE]: import("react/jsx-runtime").JSX.Element;
4
+ [APP_EVENT_DOMAINS.DISPUTE]: import("react/jsx-runtime").JSX.Element;
5
+ [APP_EVENT_DOMAINS.EMAIL]: import("react/jsx-runtime").JSX.Element;
6
+ [APP_EVENT_DOMAINS.SMS]: import("react/jsx-runtime").JSX.Element;
7
+ [APP_EVENT_DOMAINS.WHATSAPP]: import("react/jsx-runtime").JSX.Element;
8
+ [APP_EVENT_DOMAINS.DATA_EXPORT]: import("react/jsx-runtime").JSX.Element;
9
+ [APP_EVENT_DOMAINS.CHARGE_EDIT]: import("react/jsx-runtime").JSX.Element;
10
+ [APP_EVENT_DOMAINS.ACCOUNT_REGISTER]: import("react/jsx-runtime").JSX.Element;
11
+ [APP_EVENT_DOMAINS.TRANSACTION]: import("react/jsx-runtime").JSX.Element;
12
+ };
@@ -0,0 +1,3 @@
1
+ export declare const convertToCents: (value?: string | null, { prefix, ...options }?: {
2
+ prefix?: string | undefined;
3
+ }) => number | null;
@@ -0,0 +1,2 @@
1
+ export declare const convertToMoney: (value: string | number | undefined | null) => string | null;
2
+ export declare const convertToMoneyWithoutMask: (value: number | string) => string | null;
@@ -5,13 +5,13 @@ export declare const PERIOD: {
5
5
  readonly MONTH: "MONTH";
6
6
  readonly YEAR: "YEAR";
7
7
  };
8
- export declare const isValidDatetime: (datetime?: string | Moment | undefined) => "" | boolean | undefined;
8
+ export declare const isValidDatetime: (datetime?: string | Moment) => boolean | "" | undefined;
9
9
  export declare const isSameOrAfterToday: (date: string) => boolean;
10
10
  export declare const isSameOrBeforeToday: (date: string) => boolean;
11
11
  export declare const dateFormatsArray: (array?: never[], D?: string, M?: string, invert?: boolean) => string[];
12
12
  export declare const isValidAnyDate: (date: string) => boolean;
13
13
  export declare const formatAnyDateToMongoDate: (date: string | null) => string | null;
14
14
  export declare function dateRange(startDate: string | Date | null, endDate: string | Date | null, interval: keyof typeof PERIOD): Moment[];
15
- export declare const isSameDay: (a: Moment, b: Moment, fmt?: string | undefined) => boolean;
15
+ export declare const isSameDay: (a: Moment, b: Moment, fmt?: string) => boolean;
16
16
  export declare const formatToHumanDate: (date: string | null) => string;
17
17
  export declare const periodToDay: (value: number, period: string) => number | undefined;
@@ -0,0 +1,30 @@
1
+ export declare const CHARGE_COLUMNS: {
2
+ CUSTOMER_TAXID: string;
3
+ CUSTOMER_NAME: string;
4
+ CUSTOMER_EMAIL: string;
5
+ CUSTOMER_PHONE: string;
6
+ VALUE: string;
7
+ COMMENT: string;
8
+ EXPIRATION_DATE: string;
9
+ ADITIONAL_INFO: string;
10
+ };
11
+ export declare const CHARGE_COMMENTS: {
12
+ [CHARGE_COLUMNS.CUSTOMER_TAXID]: string;
13
+ [CHARGE_COLUMNS.CUSTOMER_NAME]: string;
14
+ [CHARGE_COLUMNS.CUSTOMER_EMAIL]: string;
15
+ [CHARGE_COLUMNS.CUSTOMER_PHONE]: string;
16
+ [CHARGE_COLUMNS.VALUE]: string;
17
+ [CHARGE_COLUMNS.COMMENT]: string;
18
+ [CHARGE_COLUMNS.EXPIRATION_DATE]: string;
19
+ [CHARGE_COLUMNS.ADITIONAL_INFO]: string;
20
+ };
21
+ export declare const CHARGE_FIELDS: {
22
+ [CHARGE_COLUMNS.CUSTOMER_TAXID]: string;
23
+ [CHARGE_COLUMNS.CUSTOMER_NAME]: string;
24
+ [CHARGE_COLUMNS.CUSTOMER_EMAIL]: string;
25
+ [CHARGE_COLUMNS.CUSTOMER_PHONE]: string;
26
+ [CHARGE_COLUMNS.VALUE]: string;
27
+ [CHARGE_COLUMNS.COMMENT]: string;
28
+ [CHARGE_COLUMNS.EXPIRATION_DATE]: string;
29
+ [CHARGE_COLUMNS.ADITIONAL_INFO]: string;
30
+ };
@@ -0,0 +1,4 @@
1
+ import type { TFunction } from 'i18next';
2
+ export declare const COMPANY_COLUMNS: (t: TFunction) => Record<string, unknown>;
3
+ export declare const COMPANY_COMMENTS: (t: TFunction) => Record<string, unknown>;
4
+ export declare const COMPANY_FIELDS: (t: TFunction) => Record<string, unknown>;
@@ -0,0 +1,13 @@
1
+ import type { TFunction } from 'i18next';
2
+ export declare const CUSTOMER_COLUMNS: (t: TFunction) => {
3
+ NAME: string;
4
+ TAX_ID: string;
5
+ EMAIL: string;
6
+ PHONE: string;
7
+ };
8
+ export declare const CUSTOMER_COMMENTS: (t: TFunction) => {
9
+ [x: string]: string;
10
+ };
11
+ export declare const CUSTOMER_FIELDS: (t: TFunction) => {
12
+ [x: string]: string;
13
+ };
@@ -0,0 +1,7 @@
1
+ import type { TFunction } from 'i18next';
2
+ export declare const PAYMENT_COLUMNS: (t: TFunction) => Record<string, string>;
3
+ export declare const PAYMENT_BRANCH_ACCOUNT_COLUMNS: (t: TFunction) => Record<string, string>;
4
+ export declare const PAYMENT_COMMENTS: (t: TFunction) => Record<string, string>;
5
+ export declare const PAYMENT_BRANCH_ACCOUNT_COMMENTS: (t: TFunction) => Record<string, string>;
6
+ export declare const PAYMENT_FIELDS: (t: TFunction) => Record<string, unknown>;
7
+ export declare const PAYMENT_BRANCH_ACCOUNT_FIELDS: (t: TFunction) => Record<string, unknown>;
@@ -0,0 +1,69 @@
1
+ export declare const USER_COLUMNS: {
2
+ EMPLOYEE_ID: string;
3
+ CPF: string;
4
+ ACTIVE: string;
5
+ NAME: string;
6
+ EMAIL: string;
7
+ GENDER: string;
8
+ BIRTHDATE: string;
9
+ ADMISSION: string;
10
+ DEMISSION: string;
11
+ JOB_TITLE: string;
12
+ MOBILE_PHONE: string;
13
+ CRC_NAME: string;
14
+ CRC_ID: string;
15
+ MANAGER_EMPLOYEE_ID: string;
16
+ MANAGER_CPF: string;
17
+ MANAGER_EMAIL: string;
18
+ BUSINESS_DIVISION_ID: string;
19
+ BUSINESS_DIVISION_NAME: string;
20
+ TAGS: string;
21
+ };
22
+ export declare const USER_COLUMNS_DATA_TYPES: {
23
+ [USER_COLUMNS.BIRTHDATE]: string;
24
+ [USER_COLUMNS.ADMISSION]: string;
25
+ [USER_COLUMNS.DEMISSION]: string;
26
+ [USER_COLUMNS.MOBILE_PHONE]: string;
27
+ };
28
+ export declare const USER_COMMENTS: {
29
+ [USER_COLUMNS.EMPLOYEE_ID]: string;
30
+ [USER_COLUMNS.ACTIVE]: string;
31
+ [USER_COLUMNS.CPF]: string;
32
+ [USER_COLUMNS.NAME]: string;
33
+ [USER_COLUMNS.EMAIL]: string;
34
+ [USER_COLUMNS.GENDER]: string;
35
+ [USER_COLUMNS.BIRTHDATE]: string;
36
+ [USER_COLUMNS.ADMISSION]: string;
37
+ [USER_COLUMNS.DEMISSION]: string;
38
+ [USER_COLUMNS.JOB_TITLE]: string;
39
+ [USER_COLUMNS.MOBILE_PHONE]: string;
40
+ [USER_COLUMNS.CRC_NAME]: string;
41
+ [USER_COLUMNS.CRC_ID]: string;
42
+ [USER_COLUMNS.MANAGER_EMPLOYEE_ID]: string;
43
+ [USER_COLUMNS.MANAGER_CPF]: string;
44
+ [USER_COLUMNS.MANAGER_EMAIL]: string;
45
+ [USER_COLUMNS.BUSINESS_DIVISION_ID]: string;
46
+ [USER_COLUMNS.BUSINESS_DIVISION_NAME]: string;
47
+ [USER_COLUMNS.TAGS]: string;
48
+ };
49
+ export declare const USER_REQUIRED_FIELDS: {
50
+ [USER_COLUMNS.EMPLOYEE_ID]: string;
51
+ [USER_COLUMNS.ACTIVE]: string;
52
+ [USER_COLUMNS.CPF]: string;
53
+ [USER_COLUMNS.NAME]: string;
54
+ [USER_COLUMNS.EMAIL]: string;
55
+ [USER_COLUMNS.GENDER]: string;
56
+ [USER_COLUMNS.BIRTHDATE]: string;
57
+ [USER_COLUMNS.ADMISSION]: string;
58
+ [USER_COLUMNS.DEMISSION]: string;
59
+ [USER_COLUMNS.JOB_TITLE]: string;
60
+ [USER_COLUMNS.MOBILE_PHONE]: string;
61
+ [USER_COLUMNS.CRC_NAME]: string;
62
+ [USER_COLUMNS.CRC_ID]: string;
63
+ [USER_COLUMNS.MANAGER_EMPLOYEE_ID]: string;
64
+ [USER_COLUMNS.MANAGER_CPF]: string;
65
+ [USER_COLUMNS.MANAGER_EMAIL]: string;
66
+ [USER_COLUMNS.BUSINESS_DIVISION_ID]: string;
67
+ [USER_COLUMNS.BUSINESS_DIVISION_NAME]: string;
68
+ [USER_COLUMNS.TAGS]: string;
69
+ };
@@ -31,13 +31,13 @@ type GetTypeDataResultType = {
31
31
  [key: string]: string;
32
32
  };
33
33
  };
34
- export declare const getTypeData: (type: DATA_IMPORT_TYPE, t?: TFunction<"translation", undefined> | undefined) => GetTypeDataResultType;
35
- export declare const getTemplateFilename: (type: DATA_IMPORT_TYPE, t: TFunction<"translation", undefined>) => string;
36
- export declare const generateExcel: (t: TFunction<"translation", undefined>, type: DATA_IMPORT_TYPE) => {
34
+ export declare const getTypeData: (type: DATA_IMPORT_TYPE, t?: TFunction) => GetTypeDataResultType;
35
+ export declare const getTemplateFilename: (type: DATA_IMPORT_TYPE, t: TFunction) => string;
36
+ export declare const generateExcel: (t: TFunction, type: DATA_IMPORT_TYPE) => {
37
37
  stream: any;
38
38
  fileName: string;
39
39
  };
40
- export declare const templateMiddleware: (t: TFunction<"translation", undefined>, type: DATA_IMPORT_TYPE) => {
40
+ export declare const templateMiddleware: (t: TFunction, type: DATA_IMPORT_TYPE) => {
41
41
  stream: any;
42
42
  fileName: string;
43
43
  } | null;
@@ -2,5 +2,5 @@
2
2
  * Pattern to match formatted CPF (999.999.999-99) or 11 numbers.
3
3
  */
4
4
  export declare const CPF_PATTERN: RegExp;
5
- export declare const isSafeCPF: (value?: string | undefined) => boolean;
5
+ export declare const isSafeCPF: (value?: string) => boolean;
6
6
  export declare const isStrictCPF: (value: string) => boolean;
@@ -0,0 +1 @@
1
+ export declare const onlyDigits: (value?: string) => string | null | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@woovi/ui",
3
3
  "description": "Woovi UI component library",
4
- "version": "6.2.2",
4
+ "version": "6.2.3",
5
5
  "author": "Woovi",
6
6
  "dependencies": {
7
7
  "@emotion/react": "^11.14.0",