@woovi/ui 6.7.0 → 6.7.2

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/{src/BannerInfos.d.ts → BannerInfos.d.ts} +1 -1
  2. package/dist/{src/ClockIcon.d.ts → ClockIcon.d.ts} +1 -1
  3. package/dist/{src/Link.d.ts → Link.d.ts} +1 -1
  4. package/dist/{src/RadioCard → RadioCard}/RadioCard.d.ts +1 -1
  5. package/dist/{src/ReactRouterLinkBehavior.d.ts → ReactRouterLinkBehavior.d.ts} +1 -1
  6. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialog.d.ts +5 -4
  7. package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +10 -0
  8. package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +10 -0
  9. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogContent.d.ts +5 -4
  10. package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogTitle.d.ts +5 -4
  11. package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +10 -0
  12. package/dist/{src/buttons → buttons}/ButtonMenu.d.ts +4 -3
  13. package/dist/card/cardWithActions/CardFooter.d.ts +4 -0
  14. package/dist/{src/code → code}/Code.d.ts +1 -1
  15. package/dist/{src/collapsible → collapsible}/Collapse.d.ts +3 -2
  16. package/dist/{src/collapsible → collapsible}/Collapsible.d.ts +3 -2
  17. package/dist/collapsible/CollapsibleGroup.d.ts +3 -0
  18. package/dist/collapsible/CollapsibleTree.d.ts +10 -0
  19. package/dist/datagrid/DataGrid.d.ts +21 -0
  20. package/dist/{src/datagrid → datagrid}/DataGridRow.d.ts +5 -3
  21. package/dist/datagrid/cellTypeBasisToPercentage.d.ts +2 -0
  22. package/dist/datagrid/cellTypeExpand.d.ts +133 -0
  23. package/dist/datagrid/cellTypeLink.d.ts +2 -0
  24. package/dist/{src/datagrid → datagrid}/cellTypeTag.d.ts +1 -1
  25. package/dist/datagrid/useTableView.d.ts +5 -0
  26. package/dist/{src/dialog → dialog}/useDialog.d.ts +1 -1
  27. package/dist/{src/error → error}/ErrorBoundaryWithRetry.d.ts +1 -1
  28. package/dist/{src/filter → filter}/Filter.d.ts +1 -1
  29. package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
  30. package/dist/{src/filter → filter}/formatFilterValue.d.ts +1 -1
  31. package/dist/{src/filter → filter}/isValidDatetime.d.ts +1 -1
  32. package/dist/{src/filter → filter}/useFilterFormik.d.ts +2 -2
  33. package/dist/{src/form → form}/FieldRow.d.ts +2 -2
  34. package/dist/helpers.d.ts +11 -0
  35. package/dist/{src/hooks → hooks}/useControlledState.d.ts +1 -1
  36. package/dist/hooks/useCopyToClipboard.d.ts +1 -0
  37. package/dist/{src/hooks → hooks}/useWindowHelpers.d.ts +1 -1
  38. package/dist/{src/icons → icons}/AssineOnlineIcon.d.ts +4 -4
  39. package/dist/{src/icons → icons}/BotConversaIcon.d.ts +4 -4
  40. package/dist/{src/icons → icons}/CheckboxIndeterminate.d.ts +4 -4
  41. package/dist/{src/icons → icons}/CheckboxUnchecked.d.ts +4 -4
  42. package/dist/{src/icons → icons}/MetaIcon.d.ts +4 -4
  43. package/dist/{src/icons → icons}/N8nIcon.d.ts +4 -4
  44. package/dist/{src/icons → icons}/NuvemshopIcon.d.ts +4 -4
  45. package/dist/{src/icons → icons}/SVG.d.ts +7 -7
  46. package/dist/icons/SocPanelIcon.d.ts +12 -0
  47. package/dist/{src/icons → icons}/WabizIcon.d.ts +4 -4
  48. package/dist/{src/icons → icons}/WakeIcon.d.ts +4 -4
  49. package/dist/import/Dropzone.d.ts +5 -0
  50. package/dist/index.cjs +2 -47
  51. package/dist/{src/index.d.ts → index.d.ts} +5 -76
  52. package/dist/index.js +2 -47
  53. package/dist/llms.txt +115 -299
  54. package/dist/logo/WooviLogo.d.ts +8 -0
  55. package/dist/{src/mui → mui}/Typography.d.ts +1 -1
  56. package/dist/{src/multifactor → multifactor}/MultiFactorConfirmModal.d.ts +3 -3
  57. package/dist/{src/openpix → openpix}/cobr/CobrTagStatus.d.ts +1 -1
  58. package/dist/openpix/paymentLink/AdditionalInfo.d.ts +7 -0
  59. package/dist/{src/pinInput → pinInput}/PinInput.d.ts +13 -13
  60. package/dist/{src/routed → routed}/RoutedTabs.d.ts +1 -1
  61. package/dist/router/drawRoutes.d.ts +3 -0
  62. package/dist/{src/router → router}/getQuery.d.ts +1 -4
  63. package/dist/{src/router → router}/getRouteFromPath.d.ts +3 -3
  64. package/dist/{src/router → router}/stringToValue.d.ts +2 -2
  65. package/dist/{src/router → router}/types.d.ts +0 -1
  66. package/dist/{src/screenHeader → screenHeader}/ScreenHeaderUI.d.ts +1 -1
  67. package/dist/{src/select → select}/Select.d.ts +1 -1
  68. package/dist/{src/shared → shared}/CashbackStatus.d.ts +0 -13
  69. package/dist/shared/pixTransactionEntryTypes.d.ts +13 -0
  70. package/dist/{src/shared → shared}/pixTransactionStatus.d.ts +16 -7
  71. package/dist/{src/shared → shared}/pixTransactionTypes.d.ts +12 -4
  72. package/dist/shared/statementTypes.d.ts +22 -0
  73. package/dist/{src/sidebar → sidebar}/Group.d.ts +2 -2
  74. package/dist/{src/sidebar → sidebar}/Item.d.ts +1 -1
  75. package/dist/{src/sidebar → sidebar}/MenuList.d.ts +1 -1
  76. package/dist/{src/sidebar → sidebar}/Sidebar.d.ts +1 -1
  77. package/dist/{src/sidebar → sidebar}/utils.d.ts +1 -1
  78. package/dist/{src/snackbar → snackbar}/CloseSnack.d.ts +1 -1
  79. package/dist/{src/statement → statement}/ledgerStatementColors.d.ts +3 -1
  80. package/dist/statement/statementColors.d.ts +5 -0
  81. package/dist/{src/table → table}/CardListVirtualized.d.ts +1 -3
  82. package/dist/{src/table → table}/emv/TablePixEMV.d.ts +1 -1
  83. package/dist/{src/tag → tag}/Tag.d.ts +2 -2
  84. package/dist/timeline/TimelineAppEventDomainIcon.d.ts +12 -0
  85. package/dist/utils/composeStyles.d.ts +2 -0
  86. package/dist/utils/convertToCents.d.ts +3 -0
  87. package/dist/utils/convertToMoney.d.ts +2 -0
  88. package/dist/utils/dates.d.ts +1 -0
  89. package/dist/utils/excel/ChargeImport.d.ts +30 -0
  90. package/dist/utils/excel/CompanyImport.d.ts +4 -0
  91. package/dist/utils/excel/CustomerImport.d.ts +13 -0
  92. package/dist/utils/excel/PaymentImport.d.ts +7 -0
  93. package/dist/utils/excel/UserImport.d.ts +69 -0
  94. package/dist/{src/utils → utils}/excel/generateExcel.d.ts +4 -4
  95. package/dist/utils/isSafeCPF.d.ts +5 -0
  96. package/dist/utils/parseNumber.d.ts +1 -0
  97. package/dist/{src/windowPopper → windowPopper}/WindowPopper.d.ts +1 -1
  98. package/package.json +1 -1
  99. package/dist/src/Badge.d.ts +0 -6
  100. package/dist/src/Circle.d.ts +0 -7
  101. package/dist/src/CircleButton.d.ts +0 -7
  102. package/dist/src/Column.d.ts +0 -3
  103. package/dist/src/EmptyMessage.d.ts +0 -4
  104. package/dist/src/LinearProgress.d.ts +0 -8
  105. package/dist/src/LoremIpsum.d.ts +0 -2
  106. package/dist/src/OverflowDiv.d.ts +0 -3
  107. package/dist/src/ProgressBar.d.ts +0 -11
  108. package/dist/src/QuestionTooltip.d.ts +0 -14
  109. package/dist/src/SafeTextTooltip.d.ts +0 -9
  110. package/dist/src/Step.d.ts +0 -8
  111. package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +0 -9
  112. package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +0 -9
  113. package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -9
  114. package/dist/src/TagWebhookStatus.d.ts +0 -13
  115. package/dist/src/ToggleButtonGroup.d.ts +0 -24
  116. package/dist/src/ToggleButtonGroupMobile.d.ts +0 -7
  117. package/dist/src/TransactionStatusTag.d.ts +0 -1
  118. package/dist/src/TransactionTagEntryTypes.d.ts +0 -13
  119. package/dist/src/auth/LoginWrapper.d.ts +0 -7
  120. package/dist/src/avatar/AvatarGroup.d.ts +0 -16
  121. package/dist/src/avatar/AvatarGroupArray.d.ts +0 -8
  122. package/dist/src/avatar/AvatarGroupSelectedAll.d.ts +0 -9
  123. package/dist/src/buttons/clickpix/ClickPixButton.d.ts +0 -6
  124. package/dist/src/card/CardList.d.ts +0 -13
  125. package/dist/src/card/CardRadio.d.ts +0 -1
  126. package/dist/src/card/CardSkeleton.d.ts +0 -3
  127. package/dist/src/card/basicContext/CardBasicContext.d.ts +0 -35
  128. package/dist/src/card/cardWithActions/CardFooter.d.ts +0 -3
  129. package/dist/src/cardGrid/CardFieldCentered.d.ts +0 -8
  130. package/dist/src/collapsible/CollapsibleActions.d.ts +0 -7
  131. package/dist/src/collapsible/CollapsibleFillWrapper.d.ts +0 -2
  132. package/dist/src/collapsible/CollapsibleGroup.d.ts +0 -3
  133. package/dist/src/collapsible/CollapsibleInfinityActions.d.ts +0 -59
  134. package/dist/src/collapsible/CollapsibleTree.d.ts +0 -18
  135. package/dist/src/collapsible/TransparencyCollapsibleWrapper.d.ts +0 -7
  136. package/dist/src/company/CompanyLogo.d.ts +0 -16
  137. package/dist/src/content/ActionMarginText.d.ts +0 -4
  138. package/dist/src/content/IntroText.d.ts +0 -4
  139. package/dist/src/datagrid/DataGrid.d.ts +0 -24
  140. package/dist/src/datagrid/cellTypeBasisToPercentage.d.ts +0 -5
  141. package/dist/src/datagrid/cellTypeExpand.d.ts +0 -4
  142. package/dist/src/datagrid/cellTypeLink.d.ts +0 -2
  143. package/dist/src/datagrid/useTableView.d.ts +0 -2
  144. package/dist/src/device/Phone.d.ts +0 -4
  145. package/dist/src/drawer/swipable/SwipeableDrawer.d.ts +0 -8
  146. package/dist/src/file/FileDrop.d.ts +0 -12
  147. package/dist/src/file/IconButton.d.ts +0 -9
  148. package/dist/src/file/MaterialIcon.d.ts +0 -10
  149. package/dist/src/filter/FormikFilter.d.ts +0 -10
  150. package/dist/src/filter/decodeQueryParamsFromLocation.d.ts +0 -2
  151. package/dist/src/filter/fieldToParamConfigMap.d.ts +0 -3
  152. package/dist/src/filter/stringToBoolean.d.ts +0 -1
  153. package/dist/src/helpers/HoverPopper.d.ts +0 -10
  154. package/dist/src/helpers.d.ts +0 -10
  155. package/dist/src/hooks/useCopyToClipboard.d.ts +0 -1
  156. package/dist/src/icons/RightTopDiagonalVector.d.ts +0 -5
  157. package/dist/src/icons/SocPanelIcon.d.ts +0 -12
  158. package/dist/src/import/Dropzone.d.ts +0 -6
  159. package/dist/src/import/xlsx/Import.d.ts +0 -19
  160. package/dist/src/import/xlsx/ImportDropzone.d.ts +0 -16
  161. package/dist/src/import/xlsx/ImportProcessData.d.ts +0 -8
  162. package/dist/src/import/xlsx/ImportProcessQueue.d.ts +0 -21
  163. package/dist/src/import/xlsx/ImportStepper.d.ts +0 -24
  164. package/dist/src/import/xlsx/ImportTable.d.ts +0 -8
  165. package/dist/src/import/xlsx/ImportUtils.d.ts +0 -89
  166. package/dist/src/layoutWrapper/LayoutWrapperFluid.d.ts +0 -8
  167. package/dist/src/logo/OpenPixLogoColor.d.ts +0 -7
  168. package/dist/src/logo/WooviLogo.d.ts +0 -8
  169. package/dist/src/openpix/images/WooviLogoInMobile.d.ts +0 -5
  170. package/dist/src/openpix/order/ConfirmedIcon.d.ts +0 -3
  171. package/dist/src/openpix/order/EarnCashback.d.ts +0 -7
  172. package/dist/src/openpix/order/EarnCashbackExclusive.d.ts +0 -7
  173. package/dist/src/openpix/order/PayPixValueCompany.d.ts +0 -8
  174. package/dist/src/openpix/order/discount/EarnDiscount.d.ts +0 -7
  175. package/dist/src/openpix/paymentLink/AdditionalInfo.d.ts +0 -12
  176. package/dist/src/openpix/paymentLink/BrCodeInput.d.ts +0 -6
  177. package/dist/src/openpix/paymentLink/InterestsInfo.d.ts +0 -11
  178. package/dist/src/openpix/paymentLink/ShareButton.d.ts +0 -10
  179. package/dist/src/openpix/paymentLink/types/ChargeDataType.d.ts +0 -99
  180. package/dist/src/relay/RefreshIconButton.d.ts +0 -6
  181. package/dist/src/routed/TabbedContent.d.ts +0 -10
  182. package/dist/src/router/drawRoutes.d.ts +0 -3
  183. package/dist/src/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +0 -14
  184. package/dist/src/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +0 -3
  185. package/dist/src/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +0 -6
  186. package/dist/src/select/SelectAll.d.ts +0 -14
  187. package/dist/src/shared/appEventTypes.d.ts +0 -26
  188. package/dist/src/shared/pixTransactionEntryTypes.d.ts +0 -11
  189. package/dist/src/shared/projectType.d.ts +0 -10
  190. package/dist/src/shared/statementTypes.d.ts +0 -14
  191. package/dist/src/shared/webhookStatus.d.ts +0 -18
  192. package/dist/src/statement/statementColors.d.ts +0 -3
  193. package/dist/src/stepper/Stepper.d.ts +0 -10
  194. package/dist/src/table/ImportReport.d.ts +0 -4
  195. package/dist/src/table/StatusCell.d.ts +0 -15
  196. package/dist/src/table/cells/ActionCellNode.d.ts +0 -5
  197. package/dist/src/table/cells/Cell.d.ts +0 -9
  198. package/dist/src/table/cells/CellCheckbox.d.ts +0 -17
  199. package/dist/src/table/cells/CellEditable.d.ts +0 -11
  200. package/dist/src/table/cells/CheckboxCellNode.d.ts +0 -3
  201. package/dist/src/table/cells/IconCellNode.d.ts +0 -6
  202. package/dist/src/table/cells/LinkCellNode.d.ts +0 -8
  203. package/dist/src/table/cells/RenderCell.d.ts +0 -3
  204. package/dist/src/table/cells/cellTypes.d.ts +0 -15
  205. package/dist/src/table/cells/getCellCurrency.d.ts +0 -3
  206. package/dist/src/table/cells/getCellDate.d.ts +0 -8
  207. package/dist/src/table/cells/getCellLink.d.ts +0 -3
  208. package/dist/src/table/cells/getCellValue.d.ts +0 -1
  209. package/dist/src/table/cells/index.d.ts +0 -1
  210. package/dist/src/table/muiTable/Body.d.ts +0 -15
  211. package/dist/src/table/muiTable/Footer.d.ts +0 -9
  212. package/dist/src/table/muiTable/Header.d.ts +0 -11
  213. package/dist/src/table/muiTable/Table.d.ts +0 -72
  214. package/dist/src/table/reactTable/ImportReport.d.ts +0 -4
  215. package/dist/src/table/reactTable/ImportTable.d.ts +0 -9
  216. package/dist/src/table/reactTable/IndeterminateCheckbox.d.ts +0 -3
  217. package/dist/src/table/reactTable/InputCell.d.ts +0 -9
  218. package/dist/src/table/reactTable/InputDateCell.d.ts +0 -9
  219. package/dist/src/table/reactTable/InputForCells.d.ts +0 -6
  220. package/dist/src/table/reactTable/InputMoneyCell.d.ts +0 -9
  221. package/dist/src/table/reactTable/InputPhoneCell.d.ts +0 -9
  222. package/dist/src/table/reactTable/InputTaxIDCell.d.ts +0 -9
  223. package/dist/src/table/reactTable/RowTable.d.ts +0 -6
  224. package/dist/src/table/reactTable/StatusCell.d.ts +0 -14
  225. package/dist/src/table/reactTable/Table.d.ts +0 -9
  226. package/dist/src/table/reactTable/TableBodyVirtualized.d.ts +0 -7
  227. package/dist/src/table/reactTable/TableCell.d.ts +0 -9
  228. package/dist/src/table/reactTable/TableHeadVirtualized.d.ts +0 -4
  229. package/dist/src/table/reactTable/TableVirtualized.d.ts +0 -8
  230. package/dist/src/term/TermsModal.d.ts +0 -13
  231. package/dist/src/term/useTerms.d.ts +0 -5
  232. package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +0 -3
  233. package/dist/src/timeline/TimelineAppEventTypeColor.d.ts +0 -3
  234. package/dist/src/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +0 -3
  235. package/dist/src/utils/ChargeInterestsTypes.d.ts +0 -11
  236. package/dist/src/utils/MaskUtils.d.ts +0 -5
  237. package/dist/src/utils/composeStyles.d.ts +0 -2
  238. package/dist/src/utils/convertToCents.d.ts +0 -3
  239. package/dist/src/utils/convertToMoney.d.ts +0 -2
  240. package/dist/src/utils/dates.d.ts +0 -17
  241. package/dist/src/utils/excel/ChargeImport.d.ts +0 -16
  242. package/dist/src/utils/excel/CompanyImport.d.ts +0 -4
  243. package/dist/src/utils/excel/CustomerImport.d.ts +0 -13
  244. package/dist/src/utils/excel/PaymentImport.d.ts +0 -7
  245. package/dist/src/utils/excel/UserImport.d.ts +0 -30
  246. package/dist/src/utils/isSafeCNPJ.d.ts +0 -7
  247. package/dist/src/utils/isSafeCPF.d.ts +0 -6
  248. package/dist/src/utils/isSafeUtils.d.ts +0 -1
  249. package/dist/src/utils/onlyDigits.d.ts +0 -1
  250. package/dist/src/utils/parseNumber.d.ts +0 -3
  251. /package/dist/{src/BackButton.d.ts → BackButton.d.ts} +0 -0
  252. /package/dist/{src/Banner.d.ts → Banner.d.ts} +0 -0
  253. /package/dist/{src/BannerError.d.ts → BannerError.d.ts} +0 -0
  254. /package/dist/{src/CashbackTagStatus.d.ts → CashbackTagStatus.d.ts} +0 -0
  255. /package/dist/{src/CopyInput.d.ts → CopyInput.d.ts} +0 -0
  256. /package/dist/{src/EncryptedText.d.ts → EncryptedText.d.ts} +0 -0
  257. /package/dist/{src/FloatingMenu.d.ts → FloatingMenu.d.ts} +0 -0
  258. /package/dist/{src/LayoutRoot.d.ts → LayoutRoot.d.ts} +0 -0
  259. /package/dist/{src/Loading.d.ts → Loading.d.ts} +0 -0
  260. /package/dist/{src/Logo.d.ts → Logo.d.ts} +0 -0
  261. /package/dist/{src/Modal → Modal}/Modal.d.ts +0 -0
  262. /package/dist/{src/Row.d.ts → Row.d.ts} +0 -0
  263. /package/dist/{src/SearchField.d.ts → SearchField.d.ts} +0 -0
  264. /package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
  265. /package/dist/{src/ThemeProvider.d.ts → ThemeProvider.d.ts} +0 -0
  266. /package/dist/{src/TransactionTagStatus.d.ts → TransactionTagStatus.d.ts} +0 -0
  267. /package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
  268. /package/dist/{src/buttons → buttons}/ActionButton.d.ts +0 -0
  269. /package/dist/{src/buttons → buttons}/CopyButton.d.ts +0 -0
  270. /package/dist/{src/buttons → buttons}/DangerButton.d.ts +0 -0
  271. /package/dist/{src/buttons → buttons}/PayWithPixButton.d.ts +0 -0
  272. /package/dist/{src/buttons → buttons}/ResponsiveSplitButton.d.ts +0 -0
  273. /package/dist/{src/buttons → buttons}/SplitButton.d.ts +0 -0
  274. /package/dist/{src/buttons → buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
  275. /package/dist/{src/buttons → buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
  276. /package/dist/{src/buttons → buttons}/getLoadingIconProp.d.ts +0 -0
  277. /package/dist/{src/card → card}/Card.d.ts +0 -0
  278. /package/dist/{src/card → card}/CardActions.d.ts +0 -0
  279. /package/dist/{src/card → card}/CardContent.d.ts +0 -0
  280. /package/dist/{src/card → card}/CardCopy.d.ts +0 -0
  281. /package/dist/{src/card → card}/CardForm.d.ts +0 -0
  282. /package/dist/{src/card → card}/CardSelectable.d.ts +0 -0
  283. /package/dist/{src/card → card}/CardStep.d.ts +0 -0
  284. /package/dist/{src/card → card}/CardWithIcon.d.ts +0 -0
  285. /package/dist/{src/card → card}/CardWithLink.d.ts +0 -0
  286. /package/dist/{src/card → card}/CardWithLinkSkeleton.d.ts +0 -0
  287. /package/dist/{src/card → card}/cardWithActions/CardHeader.d.ts +0 -0
  288. /package/dist/{src/card → card}/cardWithActions/CardWithActions.d.ts +0 -0
  289. /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalytics.d.ts +0 -0
  290. /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
  291. /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
  292. /package/dist/{src/cardGrid → cardGrid}/CardField.d.ts +0 -0
  293. /package/dist/{src/cardGrid → cardGrid}/CardGrid.d.ts +0 -0
  294. /package/dist/{src/cardGrid → cardGrid}/Grid.d.ts +0 -0
  295. /package/dist/{src/cardWithImage → cardWithImage}/CardWithImage.d.ts +0 -0
  296. /package/dist/{src/clickpix → clickpix}/ClickPixButton.d.ts +0 -0
  297. /package/dist/{src/clickpix → clickpix}/ClickPixLogo.d.ts +0 -0
  298. /package/dist/{src/collapsible → collapsible}/CollapsibleDetails.d.ts +0 -0
  299. /package/dist/{src/collapsible → collapsible}/CollapsiblePanelActions.d.ts +0 -0
  300. /package/dist/{src/collapsible → collapsible}/CollapsibleStep.d.ts +0 -0
  301. /package/dist/{src/collapsible → collapsible}/CollapsibleStepHeader.d.ts +0 -0
  302. /package/dist/{src/collapsible → collapsible}/CollapsibleSummary.d.ts +0 -0
  303. /package/dist/{src/collapsible → collapsible}/ExpandMoreIcon.d.ts +0 -0
  304. /package/dist/{src/collapsible → collapsible}/LeafCollapsible.d.ts +0 -0
  305. /package/dist/{src/content → content}/ActionMargin.d.ts +0 -0
  306. /package/dist/{src/content → content}/Content.d.ts +0 -0
  307. /package/dist/{src/countdown → countdown}/Countdown.d.ts +0 -0
  308. /package/dist/{src/countdown → countdown}/ShowCounter.d.ts +0 -0
  309. /package/dist/{src/countdown → countdown}/useCountdown.d.ts +0 -0
  310. /package/dist/{src/datagrid → datagrid}/DataGridDetailContainer.d.ts +0 -0
  311. /package/dist/{src/datagrid → datagrid}/DataGridGridToolbarExport.d.ts +0 -0
  312. /package/dist/{src/datagrid → datagrid}/DataGridLoading.d.ts +0 -0
  313. /package/dist/{src/datagrid → datagrid}/cellTypeBoolean.d.ts +0 -0
  314. /package/dist/{src/datagrid → datagrid}/cellTypeCurrency.d.ts +0 -0
  315. /package/dist/{src/datagrid → datagrid}/cellTypeDate.d.ts +0 -0
  316. /package/dist/{src/datagrid → datagrid}/cellTypeDatetime.d.ts +0 -0
  317. /package/dist/{src/datagrid → datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
  318. /package/dist/{src/datagrid → datagrid}/cellTypePhone.d.ts +0 -0
  319. /package/dist/{src/datagrid → datagrid}/cellTypeTaxID.d.ts +0 -0
  320. /package/dist/{src/datagrid → datagrid}/cellTypeTime.d.ts +0 -0
  321. /package/dist/{src/datagrid → datagrid}/columnTypes.d.ts +0 -0
  322. /package/dist/{src/datagrid → datagrid}/wrapColumnTypes.d.ts +0 -0
  323. /package/dist/{src/dialog → dialog}/DialogContext.d.ts +0 -0
  324. /package/dist/{src/dialog → dialog}/DialogProvider.d.ts +0 -0
  325. /package/dist/{src/dialog → dialog}/index.d.ts +0 -0
  326. /package/dist/{src/drawer → drawer}/DrawerCard.d.ts +0 -0
  327. /package/dist/{src/drawer → drawer}/DrawerResponsiveWrapper.d.ts +0 -0
  328. /package/dist/{src/error → error}/ErrorView.d.ts +0 -0
  329. /package/dist/{src/filter → filter}/FilterRelayFormik.d.ts +0 -0
  330. /package/dist/{src/filter → filter}/formatFilters.d.ts +0 -0
  331. /package/dist/{src/heading → heading}/SectionHeading.d.ts +0 -0
  332. /package/dist/{src/helpers → helpers}/Divider.d.ts +0 -0
  333. /package/dist/{src/helpers → helpers}/HorizontalStack.d.ts +0 -0
  334. /package/dist/{src/hooks → hooks}/usePooling.d.ts +0 -0
  335. /package/dist/{src/icons → icons}/CheckIconLabel.d.ts +0 -0
  336. /package/dist/{src/icons → icons}/CheckboxChecked.d.ts +0 -0
  337. /package/dist/{src/icons → icons}/CvvIcon.d.ts +0 -0
  338. /package/dist/{src/icons → icons}/DownloadIcon.d.ts +0 -0
  339. /package/dist/{src/icons → icons}/Icon.d.ts +0 -0
  340. /package/dist/{src/icons → icons}/NfeIcon.d.ts +0 -0
  341. /package/dist/{src/icons → icons}/RejectIcon.d.ts +0 -0
  342. /package/dist/{src/icons → icons}/SearchIcon.d.ts +0 -0
  343. /package/dist/{src/icons → icons}/SuccessIcon.d.ts +0 -0
  344. /package/dist/{src/icons → icons}/WarningIcon.d.ts +0 -0
  345. /package/dist/{src/import → import}/DropzoneFile.d.ts +0 -0
  346. /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapper.d.ts +0 -0
  347. /package/dist/{src/link → link}/WooviLink.d.ts +0 -0
  348. /package/dist/{src/mui → mui}/BoxFlex.d.ts +0 -0
  349. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
  350. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
  351. /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
  352. /package/dist/{src/openpix → openpix}/charge/ChargeTagStatus.d.ts +0 -0
  353. /package/dist/{src/openpix → openpix}/order/CheckIcon.d.ts +0 -0
  354. /package/dist/{src/openpix → openpix}/order/PixPaymentWoovi.d.ts +0 -0
  355. /package/dist/{src/openpix → openpix}/paymentLink/CopyBarcode.d.ts +0 -0
  356. /package/dist/{src/openpix → openpix}/paymentLink/CopyQRCode.d.ts +0 -0
  357. /package/dist/{src/openpix → openpix}/paymentLink/ErrorIcon.d.ts +0 -0
  358. /package/dist/{src/openpix → openpix}/paymentLink/PaymentFooter.d.ts +0 -0
  359. /package/dist/{src/openpix → openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
  360. /package/dist/{src/openpix → openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
  361. /package/dist/{src/openpix → openpix}/shopper/WooviAuthForm.d.ts +0 -0
  362. /package/dist/{src/openpix → openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
  363. /package/dist/{src/paymentLinkRow → paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
  364. /package/dist/{src/pinInput → pinInput}/PinInputFormik.d.ts +0 -0
  365. /package/dist/{src/pinInput → pinInput}/createPinArray.d.ts +0 -0
  366. /package/dist/{src/pinInput → pinInput}/pinInputRegex.d.ts +0 -0
  367. /package/dist/{src/relay → relay}/RefreshButtonRelay.d.ts +0 -0
  368. /package/dist/{src/relay → relay}/SearchInputRelay.d.ts +0 -0
  369. /package/dist/{src/relay → relay}/TopPagination.d.ts +0 -0
  370. /package/dist/{src/rewardTicket → rewardTicket}/RewardTicket.d.ts +0 -0
  371. /package/dist/{src/ribbon → ribbon}/Ribbon.d.ts +0 -0
  372. /package/dist/{src/roles → roles}/Roles.d.ts +0 -0
  373. /package/dist/{src/roles → roles}/modules.d.ts +0 -0
  374. /package/dist/{src/root → root}/ContentBoundary.d.ts +0 -0
  375. /package/dist/{src/router → router}/getFiltersFromLocation.d.ts +0 -0
  376. /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
  377. /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
  378. /package/dist/{src/screenHeaderCard → screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
  379. /package/dist/{src/search → search}/GlobalSearchField.d.ts +0 -0
  380. /package/dist/{src/shared → shared}/AppEnvironmentEnum.d.ts +0 -0
  381. /package/dist/{src/shared → shared}/appEventDomains.d.ts +0 -0
  382. /package/dist/{src/shared → shared}/chargeStatusEnum.d.ts +0 -0
  383. /package/dist/{src/shared → shared}/cobrStatusEnum.d.ts +0 -0
  384. /package/dist/{src/shared → shared}/getSelected.d.ts +0 -0
  385. /package/dist/{src/shared → shared}/multiFactorActionEnum.d.ts +0 -0
  386. /package/dist/{src/shared → shared}/pixAuthenticationResultEnum.d.ts +0 -0
  387. /package/dist/{src/shared → shared}/queryString.d.ts +0 -0
  388. /package/dist/{src/shared → shared}/subscriptionInstallmentEnum.d.ts +0 -0
  389. /package/dist/{src/sidebar → sidebar}/SidebarContext.d.ts +0 -0
  390. /package/dist/{src/sidebar → sidebar}/index.d.ts +0 -0
  391. /package/dist/{src/sidebar → sidebar}/useSidebar.d.ts +0 -0
  392. /package/dist/{src/snackbar → snackbar}/Snackbar.d.ts +0 -0
  393. /package/dist/{src/snackbar → snackbar}/SnackbarContext.d.ts +0 -0
  394. /package/dist/{src/snackbar → snackbar}/index.d.ts +0 -0
  395. /package/dist/{src/snackbar → snackbar}/useSnackbar.d.ts +0 -0
  396. /package/dist/{src/statement → statement}/TransactionTypeText.d.ts +0 -0
  397. /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModal.d.ts +0 -0
  398. /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModalTransition.d.ts +0 -0
  399. /package/dist/{src/table → table}/CardColumn.d.ts +0 -0
  400. /package/dist/{src/table → table}/CardListLoading.d.ts +0 -0
  401. /package/dist/{src/table → table}/TableToggleViewModel.d.ts +0 -0
  402. /package/dist/{src/table → table}/emv/emvParser.d.ts +0 -0
  403. /package/dist/{src/table → table}/emv/emvTags.d.ts +0 -0
  404. /package/dist/{src/tag → tag}/TagsContainer.d.ts +0 -0
  405. /package/dist/{src/term → term}/Terms.d.ts +0 -0
  406. /package/dist/{src/term → term}/TermsLink.d.ts +0 -0
  407. /package/dist/{src/text → text}/TextMultiline.d.ts +0 -0
  408. /package/dist/{src/theme → theme}/HeaderButtonTheme.d.ts +0 -0
  409. /package/dist/{src/theme → theme}/Themes.d.ts +0 -0
  410. /package/dist/{src/timeline → timeline}/Timeline.d.ts +0 -0
  411. /package/dist/{src/timeline → timeline}/TimelineAppEventItem.d.ts +0 -0
  412. /package/dist/{src/timeline → timeline}/TimelineItem.d.ts +0 -0
  413. /package/dist/{src → unSupportedBrowser}/UnsupportedBrowserWarning.d.ts +0 -0
  414. /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/index.d.ts +0 -0
  415. /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
  416. /package/dist/{src/user → user}/chip/UserChip.d.ts +0 -0
  417. /package/dist/{src/utils → utils}/BrowserOnly.d.ts +0 -0
  418. /package/dist/{src/utils → utils}/DesktopOnly.d.ts +0 -0
  419. /package/dist/{src/utils → utils}/MobileOnly.d.ts +0 -0
  420. /package/dist/{src/utils → utils}/composeEventHandlers.d.ts +0 -0
  421. /package/dist/{src/utils → utils}/convertToCurrency.d.ts +0 -0
  422. /package/dist/{src/utils → utils}/copyToClipboard.d.ts +0 -0
  423. /package/dist/{src/utils → utils}/excel/ImportHelpers.d.ts +0 -0
  424. /package/dist/{src/utils → utils}/excel/formatCells.d.ts +0 -0
  425. /package/dist/{src/utils → utils}/excel/getCellsWithDataTypes.d.ts +0 -0
  426. /package/dist/{src/utils → utils}/maskMoney.d.ts +0 -0
  427. /package/dist/{src/utils → utils}/parsePhoneNumber.d.ts +0 -0
  428. /package/dist/{src/utils → utils}/rifmFormatToCPF.d.ts +0 -0
  429. /package/dist/{src/windowPopper → windowPopper}/WindowPopperTransition.d.ts +0 -0
@@ -1,7 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- interface Props extends BoxProps {
3
- symbol?: string;
4
- onClick?: () => void;
5
- }
6
- declare const CircleButton: ({ sx, symbol, children, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
7
- export default CircleButton;
@@ -1,3 +0,0 @@
1
- import { type BoxProps } from '@mui/material';
2
- declare const Column: ({ sx, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element;
3
- export default Column;
@@ -1,4 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- export type EmptyMessageProps = BoxProps;
3
- declare const EmptyMessage: ({ sx, children, ...props }: EmptyMessageProps) => import("react/jsx-runtime").JSX.Element;
4
- export default EmptyMessage;
@@ -1,8 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type Props = {
3
- currentProgress?: number;
4
- colors?: string[];
5
- hideAfterComplete?: boolean;
6
- };
7
- declare const LinearProgress: ({ currentProgress, colors, hideAfterComplete, ...rest }: Props) => ReactNode;
8
- export default LinearProgress;
@@ -1,2 +0,0 @@
1
- export declare const LoremIpsum = "What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.";
2
- export default LoremIpsum;
@@ -1,3 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- declare const OverflowDiv: ({ sx, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element;
3
- export default OverflowDiv;
@@ -1,11 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- import type { ReactNode } from "react";
3
- type Props = BoxProps & {
4
- width?: string;
5
- percent: number;
6
- height?: number;
7
- active?: boolean;
8
- barColor?: string;
9
- };
10
- declare const ProgressBar: ({ width, active, height, percent, barColor, ...props }: Props) => ReactNode;
11
- export default ProgressBar;
@@ -1,14 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- import type { TooltipProps } from "@mui/material/Tooltip";
3
- export declare const Icon: ({ sx, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element;
4
- type BlockDescriptionTooltipProps = BoxProps & {
5
- width?: number | string;
6
- height?: number | string;
7
- };
8
- export declare const BlockDescriptionTooltip: import("react").ForwardRefExoticComponent<Omit<BlockDescriptionTooltipProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
9
- type Props = {
10
- width?: number;
11
- height?: number;
12
- } & Omit<TooltipProps, "children">;
13
- declare const IconTooltip: ({ width, height, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
14
- export default IconTooltip;
@@ -1,9 +0,0 @@
1
- import { Typography } from "@mui/material";
2
- import type { ComponentProps, ReactNode } from "react";
3
- export declare const toSafeTruncate: (value: string | null, length?: number) => (string | boolean | null)[];
4
- type Props = {
5
- children: string | null;
6
- length?: number;
7
- } & ComponentProps<typeof Typography>;
8
- declare const SafeTextTootltip: ({ children, length, ...rest }: Props) => ReactNode;
9
- export default SafeTextTootltip;
@@ -1,8 +0,0 @@
1
- import { type StackProps } from "@mui/material";
2
- type Props = StackProps & {
3
- number: number;
4
- status?: boolean;
5
- header?: string;
6
- };
7
- declare const Step: ({ children, header, number, status, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
8
- export default Step;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import type { ReactNode } from 'react';
3
- type SwipeableDialogActionsProps = {
4
- children: React.ReactNode;
5
- };
6
- export declare function SwipeableDialogActions(props: SwipeableDialogActionsProps): ReactNode;
7
- export declare namespace SwipeableDialogActions {
8
- var displayName: string;
9
- }
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- type SwipeableDialogCloseProps = {
3
- children: React.ReactNode;
4
- onClick?: React.MouseEventHandler<HTMLButtonElement>;
5
- };
6
- export declare function SwipeableDialogClose(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- export declare namespace SwipeableDialogClose {
8
- var displayName: string;
9
- }
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- type SwipeableDialogTriggerProps = {
3
- children: React.ReactNode;
4
- onClick?: React.MouseEventHandler<HTMLElement>;
5
- };
6
- export declare function SwipeableDialogTrigger(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- export declare namespace SwipeableDialogTrigger {
8
- var displayName: string;
9
- }
@@ -1,13 +0,0 @@
1
- import { WEBHOOK_STATUS } from "../shared/webhookStatus";
2
- import { type TagProps } from "./tag/Tag.tsx";
3
- export declare const TAG_WEBHOOK_STATUS_COLORS: {
4
- SUCCESS: string;
5
- PENDING: string;
6
- FAILED: string;
7
- NOT_APPLY: string;
8
- };
9
- type Props = {
10
- webhookStatus: WEBHOOK_STATUS;
11
- } & TagProps;
12
- export declare const TagWebhookStatus: ({ webhookStatus, sx, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import type { ReactNode } from 'react';
3
- /** If `exclusive` is `false`, `GroupValue` will be an array of strings. */
4
- export type GroupValue = string | (string | null)[] | null;
5
- type GroupItem = {
6
- text: React.ReactNode;
7
- value: GroupValue;
8
- };
9
- export type ToggleButtonGroupProps = {
10
- group: GroupItem[];
11
- /**
12
- * Toggle more than one button per time. If `exclusive` is `false`,
13
- * the value that you
14
- */
15
- exclusive?: boolean;
16
- initialValue?: string;
17
- canValueBeNull?: boolean;
18
- onValueChange?: (value: GroupValue) => void;
19
- };
20
- /**
21
- * @see [our Storybook component](https://entria.github.io/woovi-admin/?path=/story/ui-togglebuttongroup--component)
22
- */
23
- declare const ToggleButtonGroup: ({ group, exclusive, canValueBeNull, initialValue, onValueChange, }: ToggleButtonGroupProps) => ReactNode;
24
- export default ToggleButtonGroup;
@@ -1,7 +0,0 @@
1
- import type { ToggleButtonGroupProps, GroupValue } from './ToggleButtonGroup.tsx';
2
- export type ToggleButtonGroupMobileProps = ToggleButtonGroupProps & {
3
- value: GroupValue;
4
- onValueChange: (newValue: string) => void;
5
- };
6
- declare const ToggleButtonGroupMobile: ({ group, value, onValueChange, }: ToggleButtonGroupMobileProps) => import("react/jsx-runtime").JSX.Element;
7
- export default ToggleButtonGroupMobile;
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- import type { Theme } from "@mui/material";
2
- import { type TagProps } from "./tag/Tag.tsx";
3
- export declare const TRANSACTION_TAG_ENTRYTYPE_COLOR: {
4
- [x: string]: string;
5
- };
6
- export declare const getTransactionEntryTypeColors: (theme: Theme) => {
7
- [x: string]: string;
8
- };
9
- type Props = {
10
- status: string;
11
- } & Omit<TagProps, "status">;
12
- export declare const TransactionTagEntryType: ({ status, sx, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,7 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- type Props = BoxProps & {
3
- history?: any;
4
- renderFooter?: boolean;
5
- };
6
- declare const LoginWrapper: ({ children, sx, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
7
- export default LoginWrapper;
@@ -1,16 +0,0 @@
1
- import { type AvatarProps } from "@mui/material";
2
- import type { ReactNode } from "react";
3
- type CustomAvatarProps = {
4
- size?: number;
5
- excessCount?: boolean;
6
- } & AvatarProps;
7
- export declare const Avatar: ({ size, excessCount, sx, ...props }: CustomAvatarProps) => import("react/jsx-runtime").JSX.Element;
8
- export declare const AvatarInfo: ({ size, sx, ...props }: CustomAvatarProps) => import("react/jsx-runtime").JSX.Element;
9
- type Props = {
10
- bubbleCount: number;
11
- edges: any;
12
- size?: number;
13
- totalCount?: number;
14
- };
15
- declare const AvatarGroup: ({ bubbleCount, edges, size, totalCount }: Props) => ReactNode;
16
- export default AvatarGroup;
@@ -1,8 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type Props = {
3
- bubbleCount: number;
4
- usersArray: any[];
5
- size?: number;
6
- };
7
- declare const AvatarGroupArray: ({ bubbleCount, usersArray, size, }: Props) => ReactNode;
8
- export default AvatarGroupArray;
@@ -1,9 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type Props = {
3
- bubbleCount: number;
4
- edges: any;
5
- size?: number;
6
- totalCount: number;
7
- };
8
- declare const AvatarGroupSelectedAll: ({ bubbleCount, edges, size, totalCount, }: Props) => ReactNode;
9
- export default AvatarGroupSelectedAll;
@@ -1,6 +0,0 @@
1
- type Props = {
2
- onClick: () => void;
3
- icon?: string;
4
- };
5
- declare const ClickPixButton: ({ onClick, icon }: Props) => import("react/jsx-runtime").JSX.Element;
6
- export default ClickPixButton;
@@ -1,13 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type Edge = Record<string, unknown>;
3
- type Props = {
4
- rightComponent?: ReactNode;
5
- leftComponent?: ReactNode;
6
- emptyMessage?: string;
7
- withActionMargin?: boolean;
8
- edges: Edge[];
9
- renderItem: (edge: Edge, index?: number) => ReactNode;
10
- isLoading: boolean;
11
- };
12
- declare const CardList: (props: Props) => ReactNode;
13
- export default CardList;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import type { ReactNode } from "react";
2
- declare const CardSkeleton: () => ReactNode;
3
- export default CardSkeleton;
@@ -1,35 +0,0 @@
1
- import type { ButtonProps } from "@mui/material/Button";
2
- import type { ReactNode } from "react";
3
- type SVGIconProps = {
4
- width: number;
5
- color?: string;
6
- height?: number;
7
- viewBox?: string;
8
- };
9
- type SVGIcon = (props: SVGIconProps) => JSX.Element;
10
- type ActionsPropsDefault = {
11
- renderActions?: never;
12
- primaryAction: () => void;
13
- primaryActionLabel: string;
14
- primaryActionProps?: ButtonProps;
15
- secondaryAction?: () => void;
16
- secondaryActionLabel?: string;
17
- secondaryActionProps?: ButtonProps;
18
- };
19
- type ActionsPropsCustomRender = {
20
- renderActions: React.ReactNode;
21
- primaryAction?: never;
22
- primaryActionLabel?: never;
23
- primaryActionProps?: never;
24
- secondaryAction?: never;
25
- secondaryActionLabel?: never;
26
- secondaryActionProps?: never;
27
- };
28
- type ActionsProps = ActionsPropsDefault | ActionsPropsCustomRender;
29
- type CardBasicContextProps = {
30
- icon: string | SVGIcon | null;
31
- title: string;
32
- description: ReactNode;
33
- } & ActionsProps;
34
- declare const CardBasicContext: (props: CardBasicContextProps) => ReactNode;
35
- export default CardBasicContext;
@@ -1,3 +0,0 @@
1
- import { type CardActionsProps } from "@mui/material/CardActions";
2
- declare const CardFooter: ({ sx, children, ...rest }: CardActionsProps) => import("react/jsx-runtime").JSX.Element;
3
- export default CardFooter;
@@ -1,8 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type CardFieldProps = {
3
- label: string;
4
- value: string | null | JSX.Element;
5
- centeredLabel?: boolean;
6
- };
7
- declare const CardField: ({ label, value, centeredLabel, }: CardFieldProps) => ReactNode;
8
- export default CardField;
@@ -1,7 +0,0 @@
1
- import type { ReactNode } from "react";
2
- import type { CollapsibleProps } from "./Collapsible.tsx";
3
- type Props = {
4
- disable?: boolean;
5
- } & CollapsibleProps;
6
- declare const CollapsibleActions: (props: Props) => ReactNode;
7
- export default CollapsibleActions;
@@ -1,2 +0,0 @@
1
- import { type BoxProps } from '@mui/material';
2
- export declare const CollapsibleFillWrapper: (props: BoxProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- declare const CollapsibleGroup: (props: BoxProps) => import("react/jsx-runtime").JSX.Element;
3
- export default CollapsibleGroup;
@@ -1,59 +0,0 @@
1
- import type { AccordionProps } from "@mui/material/Accordion";
2
- import type { ButtonProps } from "@mui/material/Button";
3
- import type { ReactNode } from "react";
4
- type CollapsibleBaseProps = {
5
- dense: boolean;
6
- expandIcon?: React.ReactNode;
7
- className?: string;
8
- onChange?: (ev: Record<string, unknown>, expanded: boolean) => void;
9
- disabled?: boolean;
10
- lazy: boolean;
11
- expanded: boolean | undefined;
12
- borderRadius?: number;
13
- alwaysExpanded?: boolean;
14
- isExpanded?: boolean;
15
- } & AccordionProps;
16
- type SummaryPropsDefault = {
17
- renderSummary?: never;
18
- heading: string;
19
- secondaryHeading?: string;
20
- secondaryHeadingLinkTo?: string | undefined;
21
- };
22
- type SummaryPropsCustomRender = {
23
- renderSummary: React.ReactNode;
24
- heading?: never;
25
- secondaryHeading?: never;
26
- secondaryHeadingLinkTo?: never;
27
- };
28
- type SummaryProps = SummaryPropsDefault | SummaryPropsCustomRender;
29
- type ActionsPropsEmpty = {
30
- renderActions?: never;
31
- primaryAction?: never;
32
- primaryActionLabel?: never;
33
- primaryActionProps?: never;
34
- secondaryAction?: never;
35
- secondaryActionLabel?: never;
36
- secondaryActionProps?: never;
37
- };
38
- type ActionsPropsDefault = {
39
- renderActions?: never;
40
- primaryAction: () => void;
41
- primaryActionLabel: string;
42
- primaryActionProps?: ButtonProps;
43
- secondaryAction?: () => void;
44
- secondaryActionLabel?: string;
45
- secondaryActionProps?: ButtonProps;
46
- };
47
- type ActionsPropsCustomRender = {
48
- renderActions: React.ReactNode;
49
- primaryAction?: never;
50
- primaryActionLabel?: never;
51
- primaryActionProps?: never;
52
- secondaryAction?: never;
53
- secondaryActionLabel?: never;
54
- secondaryActionProps?: never;
55
- };
56
- type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
57
- export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
58
- declare const CollapsibleInfinityActions: (props: CollapsibleProps) => ReactNode;
59
- export default CollapsibleInfinityActions;
@@ -1,18 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- import type { ReactNode } from "react";
3
- import type { CollapsibleProps } from "./Collapsible.tsx";
4
- export declare const CollapsibleTreeActions: ({ isParent, noBorder, sx, ...props }: import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent.d.ts").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
6
- }, keyof import("@mui/material/OverridableComponent.d.ts").CommonProps | keyof import("@mui/material").StackOwnProps> & {
7
- component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
- } & {
9
- isParent: boolean;
10
- noBorder: boolean;
11
- }) => import("react/jsx-runtime").JSX.Element;
12
- type Props = {
13
- disable?: boolean;
14
- borderRadius?: number;
15
- rootProps?: BoxProps;
16
- } & CollapsibleProps;
17
- declare const CollapsibleTree: (props: Props) => ReactNode;
18
- export default CollapsibleTree;
@@ -1,7 +0,0 @@
1
- import Box from '@mui/material/Box';
2
- import type { Theme } from '@mui/material/styles';
3
- import type { ComponentProps, ReactNode } from 'react';
4
- export type TransparencyCollapsibleWrapperProps = ComponentProps<typeof Box>;
5
- export declare const TransparencyCollapsibleWrapper: ({ sx, children, ...props }: import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
- ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
7
- }, keyof import("@mui/system").BoxOwnProps<Theme>>) => ReactNode;
@@ -1,16 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- import type { ReactNode } from "react";
3
- type LogoType = {
4
- url: string | null;
5
- };
6
- export type CompanyType = {
7
- id: string | null;
8
- name: string | null;
9
- logo: LogoType | null;
10
- nameFriendly: string | null;
11
- };
12
- type CompanyLogoProps = BoxProps & {
13
- company: CompanyType;
14
- };
15
- declare const CompanyLogo: ({ sx, company, ...rest }: CompanyLogoProps) => ReactNode;
16
- export default CompanyLogo;
@@ -1,4 +0,0 @@
1
- import { type TypographyProps } from "@mui/material";
2
- type ActionMarginTextProps = TypographyProps;
3
- declare const ActionMarginText: ({ sx, ...rest }: ActionMarginTextProps) => import("react/jsx-runtime").JSX.Element;
4
- export default ActionMarginText;
@@ -1,4 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- type Props = BoxProps;
3
- declare const _default: ({ sx, children, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
4
- export default _default;
@@ -1,24 +0,0 @@
1
- import type { GridExperimentalProFeatures, DataGridProProps as MUIDataGridProProps } from "@mui/x-data-grid-pro";
2
- import type { ReactNode } from "react";
3
- export declare const GridDensityTypes: {
4
- readonly Compact: "compact";
5
- readonly Standard: "standard";
6
- readonly Comfortable: "comfortable";
7
- };
8
- export type GridDensityTypes = (typeof GridDensityTypes)[keyof typeof GridDensityTypes];
9
- export type DataGridProps = MUIDataGridProProps & {
10
- maxLines?: number;
11
- rowHref?: string;
12
- tableName?: string;
13
- disableSelectAllCheckbox?: boolean;
14
- experimentalFeatures?: GridExperimentalProFeatures & {
15
- rowAnchor?: boolean;
16
- zebraRow?: boolean;
17
- persistState?: boolean;
18
- exportTable?: boolean;
19
- };
20
- exportBeta?: boolean;
21
- getCustomRoute?: (id: string) => string;
22
- };
23
- declare const DataGrid: ({ columns: _columns, rows, onRowClick, maxLines, rowHref, experimentalFeatures, exportBeta, initialState, getCustomRoute, ...rest }: DataGridProps) => ReactNode;
24
- export default DataGrid;
@@ -1,5 +0,0 @@
1
- import type { GridColTypeDef } from '@mui/x-data-grid-pro';
2
- export declare const defaultThousandSeparator = ".";
3
- export declare const defaultDecimalSeparator = ",";
4
- export declare const parseNumber: (num: string | number | null, options?: {}) => number | null;
5
- export declare const cellTypeBasisToPercentage: GridColTypeDef;
@@ -1,4 +0,0 @@
1
- import type { GridAlignment, GridRenderCellParams, GridValidRowModel } from '@mui/x-data-grid-pro';
2
- import React from 'react';
3
- import type { ReactNode } from 'react';
4
- export declare const cellTypeExpand: any;
@@ -1,2 +0,0 @@
1
- import type { GridColTypeDef, GridValidRowModel, GridValueGetterParams } from '@mui/x-data-grid-pro';
2
- export declare const cellTypeLink: <R extends GridValidRowModel>(getLink: (link: GridValueGetterParams<R, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => string) => GridColTypeDef<unknown, R>;
@@ -1,2 +0,0 @@
1
- import { type Dispatch, type SetStateAction } from "react";
2
- export declare const useTableView: () => ["CARD_VIEW_MODEL" | "TABLE_VIEW_MODEL", Dispatch<SetStateAction<"CARD_VIEW_MODEL" | "TABLE_VIEW_MODEL">>];
@@ -1,4 +0,0 @@
1
- import { type BoxProps } from "@mui/material";
2
- type Props = BoxProps;
3
- declare const Phone: ({ sx, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
4
- export default Phone;
@@ -1,8 +0,0 @@
1
- import type { SwipeableDrawerProps as _SwipeableDrawerProps } from "@mui/material";
2
- import type { ReactNode } from "react";
3
- export type SwipeableDrawerProps = {
4
- children: ReactNode;
5
- handleDrawer: () => void;
6
- } & _SwipeableDrawerProps;
7
- declare const SwipeableDrawer: ({ anchor, children, handleDrawer, ...props }: SwipeableDrawerProps) => ReactNode;
8
- export default SwipeableDrawer;
@@ -1,12 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { DropEvent } from 'react-dropzone';
3
- type Props = {
4
- onDrop?(acceptedFiles: File[], rejectedFiles: File[], event: DropEvent): void;
5
- onFileDialogCancel?(): void;
6
- onRemoveFile: () => void | null;
7
- isLoading: boolean;
8
- url: string;
9
- children: (open: () => void) => React.ReactNode;
10
- };
11
- declare const FileDrop: ({ onDrop, onFileDialogCancel, isLoading, children, url, onRemoveFile, }: Props) => ReactNode;
12
- export default FileDrop;
@@ -1,9 +0,0 @@
1
- import type { ReactNode } from "react";
2
- type Props = {
3
- color?: string;
4
- children: ReactNode;
5
- onClick?: () => void;
6
- background?: string;
7
- };
8
- declare function IconButton({ color, onClick, children, background }: Props): import("react/jsx-runtime").JSX.Element;
9
- export default IconButton;
@@ -1,10 +0,0 @@
1
- import type { PropsWithChildren } from "react";
2
- type Props = {
3
- color?: string;
4
- children: React.ReactNode;
5
- padding?: string;
6
- fontSize?: string | number;
7
- className?: string;
8
- };
9
- declare function MaterialIcon(props: PropsWithChildren<Props>): import("react/jsx-runtime").JSX.Element;
10
- export default MaterialIcon;
@@ -1,10 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type Props = {
3
- isOpen: boolean;
4
- resetFilters: () => void;
5
- filters: Record<string, unknown>[];
6
- onCloseFilter: () => void;
7
- renderFilterInput: (filter: Record<string, unknown>, index: number) => void;
8
- };
9
- declare const FormikFilter: (props: Props) => ReactNode;
10
- export default FormikFilter;
@@ -1,2 +0,0 @@
1
- import type { FieldParam } from "./useFilterFormik.tsx";
2
- export declare const decodeQueryParamsFromLocation: (location: any, fields: FieldParam<any>) => import("serialize-query-params").DecodedValueMap<import("serialize-query-params").QueryParamConfigMap>;
@@ -1,3 +0,0 @@
1
- import { type QueryParamConfigMap } from 'serialize-query-params';
2
- import type { FieldParam } from './useFilterFormik.tsx';
3
- export declare const fieldsToParamConfigMap: (fields: FieldParam[]) => QueryParamConfigMap;
@@ -1 +0,0 @@
1
- export declare const stringToBoolean: (value: string) => string | boolean;
@@ -1,10 +0,0 @@
1
- import type { PopperProps } from '@mui/material/Popper';
2
- import { type ReactNode } from 'react';
3
- type Props = {
4
- children: ReactNode;
5
- transitionTimeout: number;
6
- placement: PopperProps['placement'];
7
- render: ReactNode;
8
- } & PopperProps;
9
- declare const HoverPopper: ({ children, transitionTimeout, placement, render, ...props }: Props) => ReactNode;
10
- export default HoverPopper;
@@ -1,10 +0,0 @@
1
- type HexColor = string;
2
- export declare const getShadeOfColor: (hex: string, amount: number) => string;
3
- export declare const hexToRgb: (hex: string) => number[];
4
- export declare const hexToRgbaString: (hex: string, opacity: string | number) => string;
5
- type ColorSchemeObject = {
6
- [name: string]: HexColor;
7
- };
8
- type SchemeGenerator<T> = (pivotColor: HexColor) => T;
9
- export declare const buildSchemeGenerator: <T = ColorSchemeObject>(ref: string, scheme: ColorSchemeObject) => SchemeGenerator<T>;
10
- export {};
@@ -1 +0,0 @@
1
- export declare const useCopyToClipboard: (text: string, cb?: (() => void) | undefined) => (boolean | (() => Promise<void>))[];
@@ -1,5 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export declare const RightTopDiagonalVector: ({ width, viewBox, }: {
3
- viewBox?: string | undefined;
4
- width?: string | undefined;
5
- }) => ReactNode;
@@ -1,12 +0,0 @@
1
- type Props = {
2
- size: number;
3
- viewBox?: string;
4
- };
5
- declare function SocPanelIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
6
- declare namespace SocPanelIcon {
7
- var defaultProps: {
8
- viewBox: string;
9
- size: number;
10
- };
11
- }
12
- export default SocPanelIcon;