@woovi/ui 6.6.3 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +47 -2
- package/dist/index.js +47 -2
- package/dist/llms.txt +299 -115
- package/dist/src/Badge.d.ts +6 -0
- package/dist/{BannerInfos.d.ts → src/BannerInfos.d.ts} +1 -1
- package/dist/src/Circle.d.ts +7 -0
- package/dist/src/CircleButton.d.ts +7 -0
- package/dist/{ClockIcon.d.ts → src/ClockIcon.d.ts} +1 -1
- package/dist/src/Column.d.ts +3 -0
- package/dist/src/EmptyMessage.d.ts +4 -0
- package/dist/src/LinearProgress.d.ts +8 -0
- package/dist/{Link.d.ts → src/Link.d.ts} +1 -1
- package/dist/src/LoremIpsum.d.ts +2 -0
- package/dist/src/OverflowDiv.d.ts +3 -0
- package/dist/src/ProgressBar.d.ts +11 -0
- package/dist/src/QuestionTooltip.d.ts +14 -0
- package/dist/{RadioCard → src/RadioCard}/RadioCard.d.ts +1 -1
- package/dist/{ReactRouterLinkBehavior.d.ts → src/ReactRouterLinkBehavior.d.ts} +1 -1
- package/dist/src/SafeTextTooltip.d.ts +9 -0
- package/dist/src/Step.d.ts +8 -0
- package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialog.d.ts +4 -5
- package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +9 -0
- package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +9 -0
- package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogContent.d.ts +4 -5
- package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogTitle.d.ts +4 -5
- package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +9 -0
- package/dist/src/TagWebhookStatus.d.ts +13 -0
- package/dist/src/ToggleButtonGroup.d.ts +24 -0
- package/dist/src/ToggleButtonGroupMobile.d.ts +7 -0
- package/dist/src/TransactionStatusTag.d.ts +1 -0
- package/dist/src/TransactionTagEntryTypes.d.ts +13 -0
- package/dist/src/auth/LoginWrapper.d.ts +7 -0
- package/dist/src/avatar/AvatarGroup.d.ts +16 -0
- package/dist/src/avatar/AvatarGroupArray.d.ts +8 -0
- package/dist/src/avatar/AvatarGroupSelectedAll.d.ts +9 -0
- package/dist/{buttons → src/buttons}/ButtonMenu.d.ts +3 -4
- package/dist/src/buttons/clickpix/ClickPixButton.d.ts +6 -0
- package/dist/src/card/CardList.d.ts +13 -0
- package/dist/src/card/CardRadio.d.ts +1 -0
- package/dist/src/card/CardSkeleton.d.ts +3 -0
- package/dist/src/card/basicContext/CardBasicContext.d.ts +35 -0
- package/dist/src/card/cardWithActions/CardFooter.d.ts +3 -0
- package/dist/src/cardGrid/CardFieldCentered.d.ts +8 -0
- package/dist/{code → src/code}/Code.d.ts +1 -1
- package/dist/{collapsible → src/collapsible}/Collapse.d.ts +2 -3
- package/dist/{collapsible → src/collapsible}/Collapsible.d.ts +2 -3
- package/dist/src/collapsible/CollapsibleActions.d.ts +7 -0
- package/dist/src/collapsible/CollapsibleFillWrapper.d.ts +2 -0
- package/dist/src/collapsible/CollapsibleGroup.d.ts +3 -0
- package/dist/src/collapsible/CollapsibleInfinityActions.d.ts +59 -0
- package/dist/src/collapsible/CollapsibleTree.d.ts +18 -0
- package/dist/src/collapsible/TransparencyCollapsibleWrapper.d.ts +7 -0
- package/dist/src/company/CompanyLogo.d.ts +16 -0
- package/dist/src/content/ActionMarginText.d.ts +4 -0
- package/dist/src/content/IntroText.d.ts +4 -0
- package/dist/src/datagrid/DataGrid.d.ts +24 -0
- package/dist/{datagrid → src/datagrid}/DataGridRow.d.ts +3 -5
- package/dist/src/datagrid/cellTypeBasisToPercentage.d.ts +5 -0
- package/dist/src/datagrid/cellTypeExpand.d.ts +4 -0
- package/dist/src/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/{datagrid → src/datagrid}/cellTypeTag.d.ts +1 -1
- package/dist/src/datagrid/useTableView.d.ts +2 -0
- package/dist/src/device/Phone.d.ts +4 -0
- package/dist/{dialog → src/dialog}/useDialog.d.ts +1 -1
- package/dist/src/drawer/swipable/SwipeableDrawer.d.ts +8 -0
- package/dist/{error → src/error}/ErrorBoundaryWithRetry.d.ts +1 -1
- package/dist/src/file/FileDrop.d.ts +12 -0
- package/dist/src/file/IconButton.d.ts +9 -0
- package/dist/src/file/MaterialIcon.d.ts +10 -0
- package/dist/{filter → src/filter}/Filter.d.ts +1 -1
- package/dist/src/filter/FormikFilter.d.ts +10 -0
- package/dist/src/filter/decodeQueryParamsFromLocation.d.ts +2 -0
- package/dist/src/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/{filter → src/filter}/formatFilterValue.d.ts +1 -1
- package/dist/{filter → src/filter}/isValidDatetime.d.ts +1 -1
- package/dist/src/filter/stringToBoolean.d.ts +1 -0
- package/dist/{filter → src/filter}/useFilterFormik.d.ts +2 -2
- package/dist/{form → src/form}/FieldRow.d.ts +2 -2
- package/dist/src/helpers/HoverPopper.d.ts +10 -0
- package/dist/src/helpers.d.ts +10 -0
- package/dist/{hooks → src/hooks}/useControlledState.d.ts +1 -1
- package/dist/src/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/{hooks → src/hooks}/useWindowHelpers.d.ts +1 -1
- package/dist/{icons → src/icons}/AssineOnlineIcon.d.ts +4 -4
- package/dist/{icons → src/icons}/BotConversaIcon.d.ts +4 -4
- package/dist/{icons → src/icons}/CheckboxIndeterminate.d.ts +4 -4
- package/dist/{icons → src/icons}/CheckboxUnchecked.d.ts +4 -4
- package/dist/{icons → src/icons}/MetaIcon.d.ts +4 -4
- package/dist/{icons → src/icons}/N8nIcon.d.ts +4 -4
- package/dist/{icons → src/icons}/NuvemshopIcon.d.ts +4 -4
- package/dist/src/icons/RightTopDiagonalVector.d.ts +5 -0
- package/dist/{icons → src/icons}/SVG.d.ts +7 -7
- package/dist/src/icons/SocPanelIcon.d.ts +12 -0
- package/dist/{icons → src/icons}/WabizIcon.d.ts +4 -4
- package/dist/{icons → src/icons}/WakeIcon.d.ts +4 -4
- package/dist/src/import/Dropzone.d.ts +6 -0
- package/dist/src/import/xlsx/Import.d.ts +19 -0
- package/dist/src/import/xlsx/ImportDropzone.d.ts +16 -0
- package/dist/src/import/xlsx/ImportProcessData.d.ts +8 -0
- package/dist/src/import/xlsx/ImportProcessQueue.d.ts +21 -0
- package/dist/src/import/xlsx/ImportStepper.d.ts +24 -0
- package/dist/src/import/xlsx/ImportTable.d.ts +8 -0
- package/dist/src/import/xlsx/ImportUtils.d.ts +89 -0
- package/dist/{index.d.ts → src/index.d.ts} +76 -5
- package/dist/src/layoutWrapper/LayoutWrapperFluid.d.ts +8 -0
- package/dist/src/logo/OpenPixLogoColor.d.ts +7 -0
- package/dist/src/logo/WooviLogo.d.ts +8 -0
- package/dist/{mui → src/mui}/Typography.d.ts +1 -1
- package/dist/{multifactor → src/multifactor}/MultiFactorConfirmModal.d.ts +3 -3
- package/dist/{openpix → src/openpix}/cobr/CobrTagStatus.d.ts +1 -1
- package/dist/src/openpix/images/WooviLogoInMobile.d.ts +5 -0
- package/dist/src/openpix/order/ConfirmedIcon.d.ts +3 -0
- package/dist/src/openpix/order/EarnCashback.d.ts +7 -0
- package/dist/src/openpix/order/EarnCashbackExclusive.d.ts +7 -0
- package/dist/src/openpix/order/PayPixValueCompany.d.ts +8 -0
- package/dist/src/openpix/order/discount/EarnDiscount.d.ts +7 -0
- package/dist/src/openpix/paymentLink/AdditionalInfo.d.ts +12 -0
- package/dist/src/openpix/paymentLink/BrCodeInput.d.ts +6 -0
- package/dist/src/openpix/paymentLink/InterestsInfo.d.ts +11 -0
- package/dist/src/openpix/paymentLink/ShareButton.d.ts +10 -0
- package/dist/src/openpix/paymentLink/types/ChargeDataType.d.ts +99 -0
- package/dist/{pinInput → src/pinInput}/PinInput.d.ts +13 -13
- package/dist/src/relay/RefreshIconButton.d.ts +6 -0
- package/dist/{routed → src/routed}/RoutedTabs.d.ts +1 -1
- package/dist/src/routed/TabbedContent.d.ts +10 -0
- package/dist/src/router/drawRoutes.d.ts +3 -0
- package/dist/{router → src/router}/getQuery.d.ts +4 -1
- package/dist/{router → src/router}/getRouteFromPath.d.ts +3 -3
- package/dist/{router → src/router}/stringToValue.d.ts +2 -2
- package/dist/{router → src/router}/types.d.ts +1 -0
- package/dist/{screenHeader → src/screenHeader}/ScreenHeaderUI.d.ts +1 -1
- package/dist/src/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +14 -0
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +3 -0
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/{select → src/select}/Select.d.ts +1 -1
- package/dist/src/select/SelectAll.d.ts +14 -0
- package/dist/{shared → src/shared}/CashbackStatus.d.ts +13 -0
- package/dist/src/shared/appEventTypes.d.ts +26 -0
- package/dist/src/shared/pixTransactionEntryTypes.d.ts +11 -0
- package/dist/{shared → src/shared}/pixTransactionStatus.d.ts +7 -16
- package/dist/{shared → src/shared}/pixTransactionTypes.d.ts +4 -12
- package/dist/src/shared/projectType.d.ts +10 -0
- package/dist/src/shared/statementTypes.d.ts +14 -0
- package/dist/src/shared/webhookStatus.d.ts +18 -0
- package/dist/{sidebar → src/sidebar}/Group.d.ts +2 -2
- package/dist/{sidebar → src/sidebar}/Item.d.ts +1 -1
- package/dist/{sidebar → src/sidebar}/MenuList.d.ts +1 -1
- package/dist/{sidebar → src/sidebar}/Sidebar.d.ts +1 -1
- package/dist/{sidebar → src/sidebar}/utils.d.ts +1 -1
- package/dist/{snackbar → src/snackbar}/CloseSnack.d.ts +1 -1
- package/dist/{statement → src/statement}/ledgerStatementColors.d.ts +1 -3
- package/dist/src/statement/statementColors.d.ts +3 -0
- package/dist/src/stepper/Stepper.d.ts +10 -0
- package/dist/{table → src/table}/CardListVirtualized.d.ts +3 -1
- package/dist/src/table/ImportReport.d.ts +4 -0
- package/dist/src/table/StatusCell.d.ts +15 -0
- package/dist/src/table/cells/ActionCellNode.d.ts +5 -0
- package/dist/src/table/cells/Cell.d.ts +9 -0
- package/dist/src/table/cells/CellCheckbox.d.ts +17 -0
- package/dist/src/table/cells/CellEditable.d.ts +11 -0
- package/dist/src/table/cells/CheckboxCellNode.d.ts +3 -0
- package/dist/src/table/cells/IconCellNode.d.ts +6 -0
- package/dist/src/table/cells/LinkCellNode.d.ts +8 -0
- package/dist/src/table/cells/RenderCell.d.ts +3 -0
- package/dist/src/table/cells/cellTypes.d.ts +15 -0
- package/dist/src/table/cells/getCellCurrency.d.ts +3 -0
- package/dist/src/table/cells/getCellDate.d.ts +8 -0
- package/dist/src/table/cells/getCellLink.d.ts +3 -0
- package/dist/src/table/cells/getCellValue.d.ts +1 -0
- package/dist/src/table/cells/index.d.ts +1 -0
- package/dist/{table → src/table}/emv/TablePixEMV.d.ts +1 -1
- package/dist/src/table/muiTable/Body.d.ts +15 -0
- package/dist/src/table/muiTable/Footer.d.ts +9 -0
- package/dist/src/table/muiTable/Header.d.ts +11 -0
- package/dist/src/table/muiTable/Table.d.ts +72 -0
- package/dist/src/table/reactTable/ImportReport.d.ts +4 -0
- package/dist/src/table/reactTable/ImportTable.d.ts +9 -0
- package/dist/src/table/reactTable/IndeterminateCheckbox.d.ts +3 -0
- package/dist/src/table/reactTable/InputCell.d.ts +9 -0
- package/dist/src/table/reactTable/InputDateCell.d.ts +9 -0
- package/dist/src/table/reactTable/InputForCells.d.ts +6 -0
- package/dist/src/table/reactTable/InputMoneyCell.d.ts +9 -0
- package/dist/src/table/reactTable/InputPhoneCell.d.ts +9 -0
- package/dist/src/table/reactTable/InputTaxIDCell.d.ts +9 -0
- package/dist/src/table/reactTable/RowTable.d.ts +6 -0
- package/dist/src/table/reactTable/StatusCell.d.ts +14 -0
- package/dist/src/table/reactTable/Table.d.ts +9 -0
- package/dist/src/table/reactTable/TableBodyVirtualized.d.ts +7 -0
- package/dist/src/table/reactTable/TableCell.d.ts +9 -0
- package/dist/src/table/reactTable/TableHeadVirtualized.d.ts +4 -0
- package/dist/src/table/reactTable/TableVirtualized.d.ts +8 -0
- package/dist/{tag → src/tag}/Tag.d.ts +2 -2
- package/dist/src/term/TermsModal.d.ts +13 -0
- package/dist/src/term/useTerms.d.ts +5 -0
- package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +3 -0
- package/dist/src/timeline/TimelineAppEventTypeColor.d.ts +3 -0
- package/dist/src/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/src/utils/ChargeInterestsTypes.d.ts +11 -0
- package/dist/src/utils/MaskUtils.d.ts +5 -0
- package/dist/src/utils/composeStyles.d.ts +2 -0
- package/dist/src/utils/convertToCents.d.ts +3 -0
- package/dist/src/utils/convertToMoney.d.ts +2 -0
- package/dist/src/utils/dates.d.ts +17 -0
- package/dist/src/utils/excel/ChargeImport.d.ts +16 -0
- package/dist/src/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/src/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/src/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/src/utils/excel/UserImport.d.ts +30 -0
- package/dist/{utils → src/utils}/excel/generateExcel.d.ts +4 -4
- package/dist/src/utils/isSafeCNPJ.d.ts +7 -0
- package/dist/src/utils/isSafeCPF.d.ts +6 -0
- package/dist/src/utils/isSafeUtils.d.ts +1 -0
- package/dist/src/utils/onlyDigits.d.ts +1 -0
- package/dist/src/utils/parseNumber.d.ts +3 -0
- package/dist/{windowPopper → src/windowPopper}/WindowPopper.d.ts +1 -1
- package/package.json +8 -6
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +0 -10
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +0 -10
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -10
- package/dist/card/cardWithActions/CardFooter.d.ts +0 -4
- package/dist/collapsible/CollapsibleGroup.d.ts +0 -3
- package/dist/collapsible/CollapsibleTree.d.ts +0 -10
- package/dist/datagrid/DataGrid.d.ts +0 -21
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +0 -2
- package/dist/datagrid/cellTypeExpand.d.ts +0 -133
- package/dist/datagrid/cellTypeLink.d.ts +0 -2
- package/dist/datagrid/useTableView.d.ts +0 -5
- package/dist/filter/fieldToParamConfigMap.d.ts +0 -3
- package/dist/helpers.d.ts +0 -11
- package/dist/hooks/useCopyToClipboard.d.ts +0 -1
- package/dist/icons/SocPanelIcon.d.ts +0 -12
- package/dist/import/Dropzone.d.ts +0 -5
- package/dist/logo/WooviLogo.d.ts +0 -8
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +0 -7
- package/dist/router/drawRoutes.d.ts +0 -3
- package/dist/shared/pixTransactionEntryTypes.d.ts +0 -13
- package/dist/shared/statementTypes.d.ts +0 -22
- package/dist/statement/statementColors.d.ts +0 -5
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +0 -12
- package/dist/utils/composeStyles.d.ts +0 -2
- package/dist/utils/convertToCents.d.ts +0 -3
- package/dist/utils/convertToMoney.d.ts +0 -2
- package/dist/utils/dates.d.ts +0 -1
- package/dist/utils/excel/ChargeImport.d.ts +0 -30
- package/dist/utils/excel/CompanyImport.d.ts +0 -4
- package/dist/utils/excel/CustomerImport.d.ts +0 -13
- package/dist/utils/excel/PaymentImport.d.ts +0 -7
- package/dist/utils/excel/UserImport.d.ts +0 -69
- package/dist/utils/isSafeCPF.d.ts +0 -5
- package/dist/utils/parseNumber.d.ts +0 -1
- /package/dist/{BackButton.d.ts → src/BackButton.d.ts} +0 -0
- /package/dist/{Banner.d.ts → src/Banner.d.ts} +0 -0
- /package/dist/{BannerError.d.ts → src/BannerError.d.ts} +0 -0
- /package/dist/{CashbackTagStatus.d.ts → src/CashbackTagStatus.d.ts} +0 -0
- /package/dist/{CopyInput.d.ts → src/CopyInput.d.ts} +0 -0
- /package/dist/{EncryptedText.d.ts → src/EncryptedText.d.ts} +0 -0
- /package/dist/{FloatingMenu.d.ts → src/FloatingMenu.d.ts} +0 -0
- /package/dist/{LayoutRoot.d.ts → src/LayoutRoot.d.ts} +0 -0
- /package/dist/{Loading.d.ts → src/Loading.d.ts} +0 -0
- /package/dist/{Logo.d.ts → src/Logo.d.ts} +0 -0
- /package/dist/{Modal → src/Modal}/Modal.d.ts +0 -0
- /package/dist/{Row.d.ts → src/Row.d.ts} +0 -0
- /package/dist/{SearchField.d.ts → src/SearchField.d.ts} +0 -0
- /package/dist/{SwipeableDialog → src/SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
- /package/dist/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
- /package/dist/{TransactionTagStatus.d.ts → src/TransactionTagStatus.d.ts} +0 -0
- /package/dist/{unSupportedBrowser → src}/UnsupportedBrowserWarning.d.ts +0 -0
- /package/dist/{avatar → src/avatar}/Avatar.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/ActionButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/CopyButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/DangerButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/PayWithPixButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/ResponsiveSplitButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/SplitButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
- /package/dist/{buttons → src/buttons}/getLoadingIconProp.d.ts +0 -0
- /package/dist/{card → src/card}/Card.d.ts +0 -0
- /package/dist/{card → src/card}/CardActions.d.ts +0 -0
- /package/dist/{card → src/card}/CardContent.d.ts +0 -0
- /package/dist/{card → src/card}/CardCopy.d.ts +0 -0
- /package/dist/{card → src/card}/CardForm.d.ts +0 -0
- /package/dist/{card → src/card}/CardSelectable.d.ts +0 -0
- /package/dist/{card → src/card}/CardStep.d.ts +0 -0
- /package/dist/{card → src/card}/CardWithIcon.d.ts +0 -0
- /package/dist/{card → src/card}/CardWithLink.d.ts +0 -0
- /package/dist/{card → src/card}/CardWithLinkSkeleton.d.ts +0 -0
- /package/dist/{card → src/card}/cardWithActions/CardHeader.d.ts +0 -0
- /package/dist/{card → src/card}/cardWithActions/CardWithActions.d.ts +0 -0
- /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalytics.d.ts +0 -0
- /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
- /package/dist/{cardAnalytics → src/cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
- /package/dist/{cardGrid → src/cardGrid}/CardField.d.ts +0 -0
- /package/dist/{cardGrid → src/cardGrid}/CardGrid.d.ts +0 -0
- /package/dist/{cardGrid → src/cardGrid}/Grid.d.ts +0 -0
- /package/dist/{cardWithImage → src/cardWithImage}/CardWithImage.d.ts +0 -0
- /package/dist/{clickpix → src/clickpix}/ClickPixButton.d.ts +0 -0
- /package/dist/{clickpix → src/clickpix}/ClickPixLogo.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/CollapsibleDetails.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/CollapsiblePanelActions.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/CollapsibleStep.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/CollapsibleStepHeader.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/CollapsibleSummary.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/ExpandMoreIcon.d.ts +0 -0
- /package/dist/{collapsible → src/collapsible}/LeafCollapsible.d.ts +0 -0
- /package/dist/{content → src/content}/ActionMargin.d.ts +0 -0
- /package/dist/{content → src/content}/Content.d.ts +0 -0
- /package/dist/{countdown → src/countdown}/Countdown.d.ts +0 -0
- /package/dist/{countdown → src/countdown}/ShowCounter.d.ts +0 -0
- /package/dist/{countdown → src/countdown}/useCountdown.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/DataGridDetailContainer.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/DataGridGridToolbarExport.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/DataGridLoading.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeBoolean.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeCurrency.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeDate.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeDatetime.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypePhone.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeTaxID.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/cellTypeTime.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/columnTypes.d.ts +0 -0
- /package/dist/{datagrid → src/datagrid}/wrapColumnTypes.d.ts +0 -0
- /package/dist/{dialog → src/dialog}/DialogContext.d.ts +0 -0
- /package/dist/{dialog → src/dialog}/DialogProvider.d.ts +0 -0
- /package/dist/{dialog → src/dialog}/index.d.ts +0 -0
- /package/dist/{drawer → src/drawer}/DrawerCard.d.ts +0 -0
- /package/dist/{drawer → src/drawer}/DrawerResponsiveWrapper.d.ts +0 -0
- /package/dist/{error → src/error}/ErrorView.d.ts +0 -0
- /package/dist/{filter → src/filter}/FilterRelayFormik.d.ts +0 -0
- /package/dist/{filter → src/filter}/formatFilters.d.ts +0 -0
- /package/dist/{heading → src/heading}/SectionHeading.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/Divider.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/HorizontalStack.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/usePooling.d.ts +0 -0
- /package/dist/{icons → src/icons}/CheckIconLabel.d.ts +0 -0
- /package/dist/{icons → src/icons}/CheckboxChecked.d.ts +0 -0
- /package/dist/{icons → src/icons}/CvvIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/DownloadIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/Icon.d.ts +0 -0
- /package/dist/{icons → src/icons}/NfeIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/RejectIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/SearchIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/SuccessIcon.d.ts +0 -0
- /package/dist/{icons → src/icons}/WarningIcon.d.ts +0 -0
- /package/dist/{import → src/import}/DropzoneFile.d.ts +0 -0
- /package/dist/{layoutWrapper → src/layoutWrapper}/LayoutWrapper.d.ts +0 -0
- /package/dist/{link → src/link}/WooviLink.d.ts +0 -0
- /package/dist/{mui → src/mui}/BoxFlex.d.ts +0 -0
- /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
- /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
- /package/dist/{multifactor → src/multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/charge/ChargeTagStatus.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/order/CheckIcon.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/order/PixPaymentWoovi.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/CopyBarcode.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/CopyQRCode.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/ErrorIcon.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/PaymentFooter.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/shopper/WooviAuthForm.d.ts +0 -0
- /package/dist/{openpix → src/openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
- /package/dist/{paymentLinkRow → src/paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
- /package/dist/{pinInput → src/pinInput}/PinInputFormik.d.ts +0 -0
- /package/dist/{pinInput → src/pinInput}/createPinArray.d.ts +0 -0
- /package/dist/{pinInput → src/pinInput}/pinInputRegex.d.ts +0 -0
- /package/dist/{relay → src/relay}/RefreshButtonRelay.d.ts +0 -0
- /package/dist/{relay → src/relay}/SearchInputRelay.d.ts +0 -0
- /package/dist/{relay → src/relay}/TopPagination.d.ts +0 -0
- /package/dist/{rewardTicket → src/rewardTicket}/RewardTicket.d.ts +0 -0
- /package/dist/{ribbon → src/ribbon}/Ribbon.d.ts +0 -0
- /package/dist/{roles → src/roles}/Roles.d.ts +0 -0
- /package/dist/{roles → src/roles}/modules.d.ts +0 -0
- /package/dist/{root → src/root}/ContentBoundary.d.ts +0 -0
- /package/dist/{router → src/router}/getFiltersFromLocation.d.ts +0 -0
- /package/dist/{screenHeader → src/screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
- /package/dist/{screenHeader → src/screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
- /package/dist/{screenHeaderCard → src/screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
- /package/dist/{search → src/search}/GlobalSearchField.d.ts +0 -0
- /package/dist/{shared → src/shared}/AppEnvironmentEnum.d.ts +0 -0
- /package/dist/{shared → src/shared}/appEventDomains.d.ts +0 -0
- /package/dist/{shared → src/shared}/chargeStatusEnum.d.ts +0 -0
- /package/dist/{shared → src/shared}/cobrStatusEnum.d.ts +0 -0
- /package/dist/{shared → src/shared}/getSelected.d.ts +0 -0
- /package/dist/{shared → src/shared}/multiFactorActionEnum.d.ts +0 -0
- /package/dist/{shared → src/shared}/pixAuthenticationResultEnum.d.ts +0 -0
- /package/dist/{shared → src/shared}/queryString.d.ts +0 -0
- /package/dist/{shared → src/shared}/subscriptionInstallmentEnum.d.ts +0 -0
- /package/dist/{sidebar → src/sidebar}/SidebarContext.d.ts +0 -0
- /package/dist/{sidebar → src/sidebar}/index.d.ts +0 -0
- /package/dist/{sidebar → src/sidebar}/useSidebar.d.ts +0 -0
- /package/dist/{snackbar → src/snackbar}/Snackbar.d.ts +0 -0
- /package/dist/{snackbar → src/snackbar}/SnackbarContext.d.ts +0 -0
- /package/dist/{snackbar → src/snackbar}/index.d.ts +0 -0
- /package/dist/{snackbar → src/snackbar}/useSnackbar.d.ts +0 -0
- /package/dist/{statement → src/statement}/TransactionTypeText.d.ts +0 -0
- /package/dist/{swipeableModal → src/swipeableModal}/SwipeableModal.d.ts +0 -0
- /package/dist/{swipeableModal → src/swipeableModal}/SwipeableModalTransition.d.ts +0 -0
- /package/dist/{table → src/table}/CardColumn.d.ts +0 -0
- /package/dist/{table → src/table}/CardListLoading.d.ts +0 -0
- /package/dist/{table → src/table}/TableToggleViewModel.d.ts +0 -0
- /package/dist/{table → src/table}/emv/emvParser.d.ts +0 -0
- /package/dist/{table → src/table}/emv/emvTags.d.ts +0 -0
- /package/dist/{tag → src/tag}/TagsContainer.d.ts +0 -0
- /package/dist/{term → src/term}/Terms.d.ts +0 -0
- /package/dist/{term → src/term}/TermsLink.d.ts +0 -0
- /package/dist/{text → src/text}/TextMultiline.d.ts +0 -0
- /package/dist/{theme → src/theme}/HeaderButtonTheme.d.ts +0 -0
- /package/dist/{theme → src/theme}/Themes.d.ts +0 -0
- /package/dist/{timeline → src/timeline}/Timeline.d.ts +0 -0
- /package/dist/{timeline → src/timeline}/TimelineAppEventItem.d.ts +0 -0
- /package/dist/{timeline → src/timeline}/TimelineItem.d.ts +0 -0
- /package/dist/{unSupportedBrowser → src/unSupportedBrowser}/index.d.ts +0 -0
- /package/dist/{unSupportedBrowser → src/unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
- /package/dist/{user → src/user}/chip/UserChip.d.ts +0 -0
- /package/dist/{utils → src/utils}/BrowserOnly.d.ts +0 -0
- /package/dist/{utils → src/utils}/DesktopOnly.d.ts +0 -0
- /package/dist/{utils → src/utils}/MobileOnly.d.ts +0 -0
- /package/dist/{utils → src/utils}/composeEventHandlers.d.ts +0 -0
- /package/dist/{utils → src/utils}/convertToCurrency.d.ts +0 -0
- /package/dist/{utils → src/utils}/copyToClipboard.d.ts +0 -0
- /package/dist/{utils → src/utils}/excel/ImportHelpers.d.ts +0 -0
- /package/dist/{utils → src/utils}/excel/formatCells.d.ts +0 -0
- /package/dist/{utils → src/utils}/excel/getCellsWithDataTypes.d.ts +0 -0
- /package/dist/{utils → src/utils}/maskMoney.d.ts +0 -0
- /package/dist/{utils → src/utils}/parsePhoneNumber.d.ts +0 -0
- /package/dist/{utils → src/utils}/rifmFormatToCPF.d.ts +0 -0
- /package/dist/{windowPopper → src/windowPopper}/WindowPopperTransition.d.ts +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const IMPORT_STATUS: {
|
|
2
|
+
ERROR: string;
|
|
3
|
+
SUCCESS: string;
|
|
4
|
+
WARNING: string;
|
|
5
|
+
USER_EXISTS: string;
|
|
6
|
+
CUSTOMER_NOT_EXISTS: string;
|
|
7
|
+
PROCESSING: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CheckCircleIcon: (props: object) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const ErrorCircleIcon: (props: object) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const StatusCell: ({ row }: {
|
|
12
|
+
row: any;
|
|
13
|
+
}) => import("react").ReactNode;
|
|
14
|
+
export default StatusCell;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { Column } from "react-table";
|
|
3
|
+
type Props<D extends object> = {
|
|
4
|
+
columns: Array<Column<D>>;
|
|
5
|
+
data: D[];
|
|
6
|
+
hasSelection?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const Table: <D extends object>({ columns, data, skipPageReset, hasSelection, setSelectedData, }: Props<D>) => ReactNode;
|
|
9
|
+
export default Table;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
type Props = {
|
|
3
|
+
hasData?: boolean;
|
|
4
|
+
isProcessing?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const TableBodyVirtualized: ({ parentRef, hasData, rowVirtualizer, rows, prepareRow, visibleColumns, renderRowSubComponent, isProcessing, }: Props) => ReactNode;
|
|
7
|
+
export default TableBodyVirtualized;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TableCellProps } from '@mui/material/TableCell';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type Props = {
|
|
4
|
+
isValid?: boolean;
|
|
5
|
+
isGrouped?: boolean;
|
|
6
|
+
} & TableCellProps;
|
|
7
|
+
export declare const TableCell: (props: Props) => ReactNode;
|
|
8
|
+
export declare const TableCellStyled: (props: Props) => ReactNode;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { Column } from "react-table";
|
|
3
|
+
type Props<D extends object> = {
|
|
4
|
+
columns: Array<Column<D>>;
|
|
5
|
+
data: D[];
|
|
6
|
+
};
|
|
7
|
+
declare const TableVirtualized: <D extends object>({ columns, data, skipPageReset }: Props<D>) => ReactNode;
|
|
8
|
+
export default TableVirtualized;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChipProps } from "@mui/material/Chip";
|
|
2
2
|
import type { ReactNode } from "react";
|
|
3
3
|
export type TagProps = ChipProps & {
|
|
4
4
|
label: string;
|
|
5
5
|
value?: string | ReactNode;
|
|
6
6
|
breakByColon?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const Tag: (
|
|
8
|
+
declare const Tag: (props: TagProps) => ReactNode;
|
|
9
9
|
export default Tag;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export declare const DOCUMENT_TYPE: {
|
|
3
|
+
PRIVACY_POLICY: string;
|
|
4
|
+
USE_TERMS: string;
|
|
5
|
+
};
|
|
6
|
+
export type TermsModalProps = {
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
handleClose: () => void;
|
|
9
|
+
companyName: string;
|
|
10
|
+
companyEmail: string;
|
|
11
|
+
};
|
|
12
|
+
declare const TermsModal: ({ isOpen, handleClose }: TermsModalProps) => ReactNode;
|
|
13
|
+
export default TermsModal;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const INTERESTS_VALUE_TYPE_ENUM: {
|
|
2
|
+
readonly PERCENTAGE: "PERCENTAGE";
|
|
3
|
+
readonly FIXED: "FIXED";
|
|
4
|
+
};
|
|
5
|
+
export type INTERESTS_VALUE_TYPE_ENUM = (typeof INTERESTS_VALUE_TYPE_ENUM)[keyof typeof INTERESTS_VALUE_TYPE_ENUM];
|
|
6
|
+
export declare const INTERESTS_MODALITY_TYPE_ENUM: {
|
|
7
|
+
readonly DAILY: "DAILY";
|
|
8
|
+
readonly MONTHLY: "MONTHLY";
|
|
9
|
+
readonly YEARLY: "YEARLY";
|
|
10
|
+
};
|
|
11
|
+
export type INTERESTS_MODALITY_TYPE_ENUM = (typeof INTERESTS_MODALITY_TYPE_ENUM)[keyof typeof INTERESTS_MODALITY_TYPE_ENUM];
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const cpfMask = "999.999.999-999";
|
|
2
|
+
export declare const cnpjMask = "99.999.999/9999-99";
|
|
3
|
+
export declare const applyMask: (value: string, mask: string) => string;
|
|
4
|
+
export declare const clear: (value: string) => string;
|
|
5
|
+
export declare const applyPaddedMask: (value: string, mask: string) => string;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material/styles';
|
|
2
|
+
export declare function composeStyles(defaultStyle: SxProps, ...styles: Array<SxProps | undefined>): import("@mui/system").CSSPseudoSelectorProps<{}> | import("@mui/system").CSSSelectorObjectOrCssVariables<{}> | readonly (boolean | ((theme: {}) => import("@mui/system").SystemStyleObject<{}>) | import("@mui/system").SystemStyleObject<{}>)[] | import("@mui/system").SystemCssProperties<{}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Moment } from "moment";
|
|
2
|
+
export declare const PERIOD: {
|
|
3
|
+
readonly HOUR: "HOUR";
|
|
4
|
+
readonly DAY: "DAY";
|
|
5
|
+
readonly MONTH: "MONTH";
|
|
6
|
+
readonly YEAR: "YEAR";
|
|
7
|
+
};
|
|
8
|
+
export declare const isValidDatetime: (datetime?: string | Moment | undefined) => "" | boolean | undefined;
|
|
9
|
+
export declare const isSameOrAfterToday: (date: string) => boolean;
|
|
10
|
+
export declare const isSameOrBeforeToday: (date: string) => boolean;
|
|
11
|
+
export declare const dateFormatsArray: (array?: never[], D?: string, M?: string, invert?: boolean) => string[];
|
|
12
|
+
export declare const isValidAnyDate: (date: string) => boolean;
|
|
13
|
+
export declare const formatAnyDateToMongoDate: (date: string | null) => string | null;
|
|
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;
|
|
16
|
+
export declare const formatToHumanDate: (date: string | null) => string;
|
|
17
|
+
export declare const periodToDay: (value: number, period: string) => number | undefined;
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
[x: string]: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const CHARGE_FIELDS: {
|
|
15
|
+
[x: string]: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
export declare const COMPANY_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
3
|
+
export declare const COMPANY_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
4
|
+
export declare const COMPANY_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
export declare const CUSTOMER_COLUMNS: (t: TFunction<"translation", undefined>) => {
|
|
3
|
+
NAME: string;
|
|
4
|
+
TAX_ID: string;
|
|
5
|
+
EMAIL: string;
|
|
6
|
+
PHONE: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const CUSTOMER_COMMENTS: (t: TFunction<"translation", undefined>) => {
|
|
9
|
+
[x: string]: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const CUSTOMER_FIELDS: (t: TFunction<"translation", undefined>) => {
|
|
12
|
+
[x: string]: string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
export declare const PAYMENT_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
3
|
+
export declare const PAYMENT_BRANCH_ACCOUNT_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
4
|
+
export declare const PAYMENT_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
5
|
+
export declare const PAYMENT_BRANCH_ACCOUNT_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
6
|
+
export declare const PAYMENT_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
7
|
+
export declare const PAYMENT_BRANCH_ACCOUNT_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
[x: string]: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const USER_COMMENTS: {
|
|
26
|
+
[x: string]: string;
|
|
27
|
+
};
|
|
28
|
+
export declare const USER_REQUIRED_FIELDS: {
|
|
29
|
+
[x: string]: string;
|
|
30
|
+
};
|
|
@@ -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) => GetTypeDataResultType;
|
|
35
|
-
export declare const getTemplateFilename: (type: DATA_IMPORT_TYPE, t: TFunction) => string;
|
|
36
|
-
export declare const generateExcel: (t: TFunction, type: DATA_IMPORT_TYPE) => {
|
|
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) => {
|
|
37
37
|
stream: any;
|
|
38
38
|
fileName: string;
|
|
39
39
|
};
|
|
40
|
-
export declare const templateMiddleware: (t: TFunction, type: DATA_IMPORT_TYPE) => {
|
|
40
|
+
export declare const templateMiddleware: (t: TFunction<"translation", undefined>, type: DATA_IMPORT_TYPE) => {
|
|
41
41
|
stream: any;
|
|
42
42
|
fileName: string;
|
|
43
43
|
} | null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pattern to match formatted CNPJ (99.999.999/9999-99) or 14 numbers.
|
|
3
|
+
*/
|
|
4
|
+
export declare const CNPJ_PATTERN: RegExp;
|
|
5
|
+
export declare const isPossibleCnpj: (value: string) => boolean;
|
|
6
|
+
export declare const isSafeCNPJ: (value: string) => boolean;
|
|
7
|
+
export declare const isStrictCNPJ: (value: string) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const mapToNumeric: (value: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const onlyDigits: (value?: string | undefined) => 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.
|
|
4
|
+
"version": "6.7.0",
|
|
5
5
|
"packageManager": "pnpm@10.28.1",
|
|
6
6
|
"author": "Woovi",
|
|
7
7
|
"dependencies": {
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"@mui/x-data-grid-pro": "8.27.1",
|
|
15
15
|
"@mui/x-license": "^8.26.0",
|
|
16
16
|
"@tanstack/react-virtual": "3.13.18",
|
|
17
|
+
"@woovi-private/release": "^1.0.0",
|
|
17
18
|
"brazilian-values": "0.13.1",
|
|
18
19
|
"dot-object": "2.1.5",
|
|
19
20
|
"formik": "3.0.0-next.6",
|
|
@@ -155,18 +156,19 @@
|
|
|
155
156
|
"lint:biome": "bunx biome check --write ./src && bunx biome format --write ./src",
|
|
156
157
|
"lint:eslint": "eslint .",
|
|
157
158
|
"lint": "turbo run lint:eslint",
|
|
158
|
-
"mergePullRequestRelease": "
|
|
159
|
+
"mergePullRequestRelease": "woovi-merge-pr-release",
|
|
159
160
|
"n": "node --experimental-strip-types",
|
|
160
|
-
"release:major": "
|
|
161
|
-
"release:minor": "
|
|
162
|
-
"release:patch": "
|
|
161
|
+
"release:major": "woovi-changelog --major",
|
|
162
|
+
"release:minor": "woovi-changelog --minor",
|
|
163
|
+
"release:patch": "woovi-changelog --patch",
|
|
163
164
|
"typecheck:tsc": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false",
|
|
164
165
|
"typecheck:tsgo": "tsgo -p ./tsconfig.tsgo.json --noEmit",
|
|
165
166
|
"typecheck": "turbo run typecheck:tsgo",
|
|
166
167
|
"build": "turbo run lib:prod",
|
|
167
168
|
"storybook": "turbo run docs:dev",
|
|
168
169
|
"storybook:build": "turbo run docs:build",
|
|
169
|
-
"updateRelease": "
|
|
170
|
+
"updateRelease": "woovi-update-release",
|
|
171
|
+
"firstRelease": "woovi-first-release"
|
|
170
172
|
},
|
|
171
173
|
"pnpm": {
|
|
172
174
|
"overrides": {
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
3
|
-
type SwipeableDialogActionsProps = {
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
};
|
|
6
|
-
export declare const SwipeableDialogActions: {
|
|
7
|
-
(props: SwipeableDialogActionsProps): ReactNode;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type SwipeableDialogCloseProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
-
};
|
|
6
|
-
export declare const SwipeableDialogClose: {
|
|
7
|
-
(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type SwipeableDialogTriggerProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
5
|
-
};
|
|
6
|
-
export declare const SwipeableDialogTrigger: {
|
|
7
|
-
(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type BoxProps } from "@mui/material";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
import type { CollapsibleProps } from "./Collapsible.tsx";
|
|
4
|
-
type Props = {
|
|
5
|
-
disable?: boolean;
|
|
6
|
-
borderRadius?: number;
|
|
7
|
-
rootProps?: BoxProps;
|
|
8
|
-
} & CollapsibleProps;
|
|
9
|
-
declare const CollapsibleTree: (props: Props) => ReactNode;
|
|
10
|
-
export default CollapsibleTree;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { 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
|
-
rowHref?: (row: any) => string;
|
|
11
|
-
maxLines?: number;
|
|
12
|
-
zebraRow?: boolean;
|
|
13
|
-
tableName?: string;
|
|
14
|
-
rowAnchor?: boolean;
|
|
15
|
-
exportTable?: boolean;
|
|
16
|
-
persistState?: boolean;
|
|
17
|
-
getCustomRoute?: (id: string) => string;
|
|
18
|
-
disableSelectAllCheckbox?: boolean;
|
|
19
|
-
};
|
|
20
|
-
declare const DataGrid: ({ rows, slots: slotsProp, rowHref, columns: _columns, maxLines, zebraRow, rowAnchor, onRowClick, showToolbar, exportTable, persistState, initialState, getCustomRoute, rowSelectionModel, onRowSelectionModelChange, ...rest }: DataGridProps) => ReactNode;
|
|
21
|
-
export default DataGrid;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import type { GridAlignment, GridRenderCellParams, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const cellTypeExpand: <T extends GridValidRowModel>(renderExpand?: <T_1 extends GridValidRowModel>(params: GridRenderCellParams<unknown, T_1, unknown>) => boolean) => {
|
|
4
|
-
align: GridAlignment;
|
|
5
|
-
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
field: string;
|
|
7
|
-
headerName?: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
width?: number;
|
|
10
|
-
flex?: number;
|
|
11
|
-
minWidth?: number;
|
|
12
|
-
maxWidth?: number;
|
|
13
|
-
hideable?: boolean;
|
|
14
|
-
sortable?: boolean;
|
|
15
|
-
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
16
|
-
resizable?: boolean;
|
|
17
|
-
editable?: boolean;
|
|
18
|
-
groupable?: boolean;
|
|
19
|
-
pinnable?: boolean;
|
|
20
|
-
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
21
|
-
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
22
|
-
type?: import("@mui/x-data-grid").GridColType;
|
|
23
|
-
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
24
|
-
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
25
|
-
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
26
|
-
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
27
|
-
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
28
|
-
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
29
|
-
display?: "text" | "flex";
|
|
30
|
-
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
31
|
-
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
32
|
-
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
33
|
-
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
34
|
-
headerAlign?: GridAlignment;
|
|
35
|
-
hideSortIcons?: boolean;
|
|
36
|
-
disableColumnMenu?: boolean;
|
|
37
|
-
filterable?: boolean;
|
|
38
|
-
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
39
|
-
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
40
|
-
disableReorder?: boolean;
|
|
41
|
-
disableExport?: boolean;
|
|
42
|
-
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
43
|
-
examples?: any[] | undefined;
|
|
44
|
-
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
45
|
-
} | {
|
|
46
|
-
align: GridAlignment;
|
|
47
|
-
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
48
|
-
type: "actions";
|
|
49
|
-
getActions: (params: import("@mui/x-data-grid").GridRowParams<any>) => readonly React.ReactElement<import("@mui/x-data-grid").GridActionsCellItemProps>[];
|
|
50
|
-
field: string;
|
|
51
|
-
headerName?: string;
|
|
52
|
-
description?: string;
|
|
53
|
-
width?: number;
|
|
54
|
-
flex?: number;
|
|
55
|
-
minWidth?: number;
|
|
56
|
-
maxWidth?: number;
|
|
57
|
-
hideable?: boolean;
|
|
58
|
-
sortable?: boolean;
|
|
59
|
-
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
60
|
-
resizable?: boolean;
|
|
61
|
-
editable?: boolean;
|
|
62
|
-
groupable?: boolean;
|
|
63
|
-
pinnable?: boolean;
|
|
64
|
-
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
65
|
-
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
66
|
-
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
67
|
-
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
68
|
-
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
69
|
-
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
70
|
-
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
71
|
-
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
72
|
-
display?: "text" | "flex";
|
|
73
|
-
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
74
|
-
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
75
|
-
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
76
|
-
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
77
|
-
headerAlign?: GridAlignment;
|
|
78
|
-
hideSortIcons?: boolean;
|
|
79
|
-
disableColumnMenu?: boolean;
|
|
80
|
-
filterable?: boolean;
|
|
81
|
-
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
82
|
-
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
83
|
-
disableReorder?: boolean;
|
|
84
|
-
disableExport?: boolean;
|
|
85
|
-
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
86
|
-
examples?: any[] | undefined;
|
|
87
|
-
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
88
|
-
} | {
|
|
89
|
-
align: GridAlignment;
|
|
90
|
-
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
91
|
-
type: "singleSelect";
|
|
92
|
-
valueOptions?: import("@mui/x-data-grid").ValueOptions[] | ((params: import("@mui/x-data-grid").GridValueOptionsParams<any>) => Array<import("@mui/x-data-grid").ValueOptions>) | undefined;
|
|
93
|
-
getOptionLabel: (value: import("@mui/x-data-grid").ValueOptions) => string;
|
|
94
|
-
getOptionValue: (value: import("@mui/x-data-grid").ValueOptions) => any;
|
|
95
|
-
field: string;
|
|
96
|
-
headerName?: string;
|
|
97
|
-
description?: string;
|
|
98
|
-
width?: number;
|
|
99
|
-
flex?: number;
|
|
100
|
-
minWidth?: number;
|
|
101
|
-
maxWidth?: number;
|
|
102
|
-
hideable?: boolean;
|
|
103
|
-
sortable?: boolean;
|
|
104
|
-
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
105
|
-
resizable?: boolean;
|
|
106
|
-
editable?: boolean;
|
|
107
|
-
groupable?: boolean;
|
|
108
|
-
pinnable?: boolean;
|
|
109
|
-
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
110
|
-
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
111
|
-
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
112
|
-
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
113
|
-
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
114
|
-
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
115
|
-
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
116
|
-
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
117
|
-
display?: "text" | "flex";
|
|
118
|
-
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
119
|
-
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
120
|
-
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
121
|
-
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
122
|
-
headerAlign?: GridAlignment;
|
|
123
|
-
hideSortIcons?: boolean;
|
|
124
|
-
disableColumnMenu?: boolean;
|
|
125
|
-
filterable?: boolean;
|
|
126
|
-
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
127
|
-
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
128
|
-
disableReorder?: boolean;
|
|
129
|
-
disableExport?: boolean;
|
|
130
|
-
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
131
|
-
examples?: any[] | undefined;
|
|
132
|
-
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
133
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type Dispatch, type SetStateAction } from "react";
|
|
2
|
-
import { TableViewModelEnum } from "../table/TableToggleViewModel.tsx";
|
|
3
|
-
type TableViewModel = keyof typeof TableViewModelEnum;
|
|
4
|
-
export declare const useTableView: () => [TableViewModel, Dispatch<SetStateAction<TableViewModel>>];
|
|
5
|
-
export {};
|