@woovi/ui 0.0.1
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/LICENSE +21 -0
- package/README.md +36 -0
- package/dist/BackButton.d.ts +6 -0
- package/dist/Badge.d.ts +2 -0
- package/dist/Banner.d.ts +9 -0
- package/dist/BannerError.d.ts +6 -0
- package/dist/BannerInfos.d.ts +27 -0
- package/dist/CashbackTagStatus.d.ts +5 -0
- package/dist/Circle.d.ts +5 -0
- package/dist/CircleButton.d.ts +7 -0
- package/dist/ClockIcon.d.ts +7 -0
- package/dist/Column.d.ts +2 -0
- package/dist/CopyInput.d.ts +8 -0
- package/dist/EmptyMessage.d.ts +6 -0
- package/dist/EncryptedText.d.ts +3 -0
- package/dist/FloatingMenu.d.ts +15 -0
- package/dist/LayoutRoot.d.ts +1 -0
- package/dist/LinearProgress.d.ts +8 -0
- package/dist/Link.d.ts +3 -0
- package/dist/Loading.d.ts +8 -0
- package/dist/Logo.d.ts +1 -0
- package/dist/LoremIpsum.d.ts +2 -0
- package/dist/Modal/Modal.d.ts +19 -0
- package/dist/OverflowDiv.d.ts +2 -0
- package/dist/ProgressBar.d.ts +10 -0
- package/dist/QuestionTooltip.d.ts +11 -0
- package/dist/RadioCard/RadioCard.d.ts +11 -0
- package/dist/ReactJson.d.ts +2 -0
- package/dist/ReactRouterLinkBehavior.d.ts +2 -0
- package/dist/Row.d.ts +2 -0
- package/dist/SafeTextTooltip.d.ts +9 -0
- package/dist/SearchField.d.ts +14 -0
- package/dist/Step.d.ts +8 -0
- package/dist/SwipeableDialog/SwipeableDialog.d.ts +19 -0
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogContent.d.ts +12 -0
- package/dist/SwipeableDialog/SwipeableDialogModal.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogTitle.d.ts +11 -0
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +9 -0
- package/dist/TagWebhookStatus.d.ts +12 -0
- package/dist/ThemeProvider.d.ts +11 -0
- package/dist/ToggleButtonGroup.d.ts +24 -0
- package/dist/ToggleButtonGroupMobile.d.ts +7 -0
- package/dist/TransactionStatusTag.d.ts +1 -0
- package/dist/TransactionTagEntryTypes.d.ts +12 -0
- package/dist/TransactionTagStatus.d.ts +7 -0
- package/dist/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/auth/LoginWrapper.d.ts +7 -0
- package/dist/avatar/Avatar.d.ts +12 -0
- package/dist/avatar/AvatarGroup.d.ts +11 -0
- package/dist/avatar/AvatarGroupArray.d.ts +8 -0
- package/dist/avatar/AvatarGroupSelectedAll.d.ts +9 -0
- package/dist/buttons/ActionButton.d.ts +14 -0
- package/dist/buttons/ButtonMenu.d.ts +12 -0
- package/dist/buttons/CopyButton.d.ts +9 -0
- package/dist/buttons/DangerButton.d.ts +2 -0
- package/dist/buttons/PayWithPixButton.d.ts +12 -0
- package/dist/buttons/ResponsiveSplitButton.d.ts +19 -0
- package/dist/buttons/SplitButton.d.ts +19 -0
- package/dist/buttons/clickpix/ClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateWithClickButton.d.ts +6 -0
- package/dist/buttons/getLoadingIconProp.d.ts +3 -0
- package/dist/card/Card.d.ts +16 -0
- package/dist/card/CardActions.d.ts +8 -0
- package/dist/card/CardContent.d.ts +6 -0
- package/dist/card/CardCopy.d.ts +6 -0
- package/dist/card/CardForm.d.ts +10 -0
- package/dist/card/CardList.d.ts +13 -0
- package/dist/card/CardRadio.d.ts +1 -0
- package/dist/card/CardSelectable.d.ts +13 -0
- package/dist/card/CardSkeleton.d.ts +3 -0
- package/dist/card/CardStep.d.ts +10 -0
- package/dist/card/CardWithIcon.d.ts +9 -0
- package/dist/card/CardWithLink.d.ts +9 -0
- package/dist/card/CardWithLinkSkeleton.d.ts +3 -0
- package/dist/card/basicContext/CardBasicContext.d.ts +35 -0
- package/dist/card/cardWithActions/CardFooter.d.ts +3 -0
- package/dist/card/cardWithActions/CardHeader.d.ts +6 -0
- package/dist/card/cardWithActions/CardWithActions.d.ts +27 -0
- package/dist/cardAnalytics/CardAnalytics.d.ts +11 -0
- package/dist/cardAnalytics/CardAnalyticsSkeleton.d.ts +3 -0
- package/dist/cardGrid/CardField.d.ts +9 -0
- package/dist/cardGrid/CardFieldCentered.d.ts +8 -0
- package/dist/cardGrid/CardGrid.d.ts +12 -0
- package/dist/cardGrid/Grid.d.ts +8 -0
- package/dist/cardWithImage/CardWithImage.d.ts +10 -0
- package/dist/clickpix/ClickPixButton.d.ts +13 -0
- package/dist/clickpix/ClickPixLogo.d.ts +9 -0
- package/dist/code/Code.d.ts +8 -0
- package/dist/collapsible/Collapse.d.ts +6 -0
- package/dist/collapsible/Collapsible.d.ts +59 -0
- package/dist/collapsible/CollapsibleActions.d.ts +7 -0
- package/dist/collapsible/CollapsibleDetails.d.ts +7 -0
- package/dist/collapsible/CollapsibleFillWrapper.d.ts +1 -0
- package/dist/collapsible/CollapsibleGroup.d.ts +2 -0
- package/dist/collapsible/CollapsibleInfinityActions.d.ts +57 -0
- package/dist/collapsible/CollapsiblePanelActions.d.ts +3 -0
- package/dist/collapsible/CollapsibleStep.d.ts +17 -0
- package/dist/collapsible/CollapsibleStepHeader.d.ts +11 -0
- package/dist/collapsible/CollapsibleSummary.d.ts +9 -0
- package/dist/collapsible/CollapsibleTree.d.ts +12 -0
- package/dist/collapsible/ExpandMoreIcon.d.ts +7 -0
- package/dist/collapsible/LeafCollapsible.d.ts +5 -0
- package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +2 -0
- package/dist/company/CompanyLogo.d.ts +15 -0
- package/dist/content/ActionMargin.d.ts +7 -0
- package/dist/content/ActionMarginText.d.ts +2 -0
- package/dist/content/Content.d.ts +6 -0
- package/dist/content/IntroText.d.ts +6 -0
- package/dist/countdown/Countdown.d.ts +9 -0
- package/dist/countdown/ShowCounter.d.ts +11 -0
- package/dist/countdown/useCountdown.d.ts +2 -0
- package/dist/datagrid/DataGrid.d.ts +24 -0
- package/dist/datagrid/DataGridDetailContainer.d.ts +6 -0
- package/dist/datagrid/DataGridGridToolbarExport.d.ts +3 -0
- package/dist/datagrid/DataGridLoading.d.ts +8 -0
- package/dist/datagrid/DataGridRow.d.ts +11 -0
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +5 -0
- package/dist/datagrid/cellTypeBoolean.d.ts +7 -0
- package/dist/datagrid/cellTypeCurrency.d.ts +3 -0
- package/dist/datagrid/cellTypeDate.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetime.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetimeSeconds.d.ts +2 -0
- package/dist/datagrid/cellTypeExpand.d.ts +125 -0
- package/dist/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/datagrid/cellTypePhone.d.ts +2 -0
- package/dist/datagrid/cellTypeTag.d.ts +2 -0
- package/dist/datagrid/cellTypeTaxID.d.ts +2 -0
- package/dist/datagrid/cellTypeTime.d.ts +2 -0
- package/dist/datagrid/columnTypes.d.ts +11 -0
- package/dist/datagrid/useTableView.d.ts +2 -0
- package/dist/datagrid/wrapColumnTypes.d.ts +2 -0
- package/dist/device/Phone.d.ts +5 -0
- package/dist/dialog/DialogContext.d.ts +17 -0
- package/dist/dialog/DialogProvider.d.ts +7 -0
- package/dist/dialog/index.d.ts +5 -0
- package/dist/dialog/useDialog.d.ts +6 -0
- package/dist/drawer/DrawerCard.d.ts +11 -0
- package/dist/drawer/DrawerResponsiveWrapper.d.ts +1 -0
- package/dist/drawer/swipable/SwipeableDrawer.d.ts +8 -0
- package/dist/error/ErrorBoundaryWithRetry.d.ts +26 -0
- package/dist/error/ErrorView.d.ts +10 -0
- package/dist/file/FileDrop.d.ts +12 -0
- package/dist/file/IconButton.d.ts +12 -0
- package/dist/file/MaterialIcon.d.ts +13 -0
- package/dist/filter/Filter.d.ts +15 -0
- package/dist/filter/FilterRelayFormik.d.ts +26 -0
- package/dist/filter/FormikFilter.d.ts +10 -0
- package/dist/filter/decodeQueryParamsFromLocation.d.ts +2 -0
- package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/filter/formatFilterValue.d.ts +1 -0
- package/dist/filter/formatFilters.d.ts +1 -0
- package/dist/filter/isValidDatetime.d.ts +1 -0
- package/dist/filter/stringToBoolean.d.ts +1 -0
- package/dist/filter/useFilterFormik.d.ts +50 -0
- package/dist/form/FieldRow.d.ts +7 -0
- package/dist/heading/SectionHeading.d.ts +7 -0
- package/dist/helpers/Divider.d.ts +8 -0
- package/dist/helpers/HorizontalStack.d.ts +4 -0
- package/dist/helpers/HoverPopper.d.ts +10 -0
- package/dist/helpers.d.ts +10 -0
- package/dist/hooks/useControlledState.d.ts +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/hooks/usePooling.d.ts +3 -0
- package/dist/hooks/useTheme.d.ts +14 -0
- package/dist/hooks/useWindowHelpers.d.ts +6 -0
- package/dist/icons/AssineOnlineIcon.d.ts +14 -0
- package/dist/icons/BotConversaIcon.d.ts +14 -0
- package/dist/icons/CheckIconLabel.d.ts +6 -0
- package/dist/icons/CheckboxChecked.d.ts +8 -0
- package/dist/icons/CheckboxIndeterminate.d.ts +15 -0
- package/dist/icons/CheckboxUnchecked.d.ts +15 -0
- package/dist/icons/CvvIcon.d.ts +6 -0
- package/dist/icons/DownloadIcon.d.ts +8 -0
- package/dist/icons/Icon.d.ts +3 -0
- package/dist/icons/MetaIcon.d.ts +13 -0
- package/dist/icons/N8nIcon.d.ts +13 -0
- package/dist/icons/NfeIcon.d.ts +6 -0
- package/dist/icons/NuvemshopIcon.d.ts +14 -0
- package/dist/icons/RejectIcon.d.ts +3 -0
- package/dist/icons/RightTopDiagonalVector.d.ts +5 -0
- package/dist/icons/SVG.d.ts +32 -0
- package/dist/icons/SearchIcon.d.ts +3 -0
- package/dist/icons/SocPanelIcon.d.ts +12 -0
- package/dist/icons/SuccessIcon.d.ts +3 -0
- package/dist/icons/WabizIcon.d.ts +14 -0
- package/dist/icons/WakeIcon.d.ts +14 -0
- package/dist/icons/WarningIcon.d.ts +3 -0
- package/dist/import/Dropzone.d.ts +2 -0
- package/dist/import/DropzoneFile.d.ts +19 -0
- package/dist/import/xlsx/Import.d.ts +19 -0
- package/dist/import/xlsx/ImportDropzone.d.ts +16 -0
- package/dist/import/xlsx/ImportProcessData.d.ts +8 -0
- package/dist/import/xlsx/ImportProcessQueue.d.ts +21 -0
- package/dist/import/xlsx/ImportStepper.d.ts +24 -0
- package/dist/import/xlsx/ImportTable.d.ts +8 -0
- package/dist/import/xlsx/ImportUtils.d.ts +89 -0
- package/dist/index.cjs +1555 -0
- package/dist/index.cjs.LICENSE.txt +35 -0
- package/dist/index.d.ts +245 -0
- package/dist/index.js +1555 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/layoutWrapper/LayoutWrapper.d.ts +8 -0
- package/dist/layoutWrapper/LayoutWrapperFluid.d.ts +8 -0
- package/dist/link/WooviLink.d.ts +7 -0
- package/dist/logo/OpenPixLogoColor.d.ts +7 -0
- package/dist/logo/WooviLogo.d.ts +8 -0
- package/dist/mui/BoxFlex.d.ts +14 -0
- package/dist/mui/Typography.d.ts +8 -0
- package/dist/multifactor/MultiFactorConfirmModal.d.ts +26 -0
- package/dist/multifactor/MultiFactorPixPaymentMatch.d.ts +7 -0
- package/dist/multifactor/MultiFactorPixPaymentMismatch.d.ts +6 -0
- package/dist/multifactor/MultiFactorPixPaymentView.d.ts +10 -0
- package/dist/openpix/charge/ChargeTagStatus.d.ts +12 -0
- package/dist/openpix/cobr/CobrTagStatus.d.ts +6 -0
- package/dist/openpix/images/WooviLogoInMobile.d.ts +5 -0
- package/dist/openpix/order/CheckIcon.d.ts +3 -0
- package/dist/openpix/order/ConfirmedIcon.d.ts +3 -0
- package/dist/openpix/order/EarnCashback.d.ts +7 -0
- package/dist/openpix/order/EarnCashbackExclusive.d.ts +7 -0
- package/dist/openpix/order/PayPixValueCompany.d.ts +8 -0
- package/dist/openpix/order/PixPaymentWoovi.d.ts +7 -0
- package/dist/openpix/order/discount/EarnDiscount.d.ts +7 -0
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +12 -0
- package/dist/openpix/paymentLink/BrCodeInput.d.ts +6 -0
- package/dist/openpix/paymentLink/CopyBarcode.d.ts +8 -0
- package/dist/openpix/paymentLink/CopyQRCode.d.ts +8 -0
- package/dist/openpix/paymentLink/ErrorIcon.d.ts +3 -0
- package/dist/openpix/paymentLink/InterestsInfo.d.ts +11 -0
- package/dist/openpix/paymentLink/PaymentFooter.d.ts +6 -0
- package/dist/openpix/paymentLink/QrCodeShowButton.d.ts +7 -0
- package/dist/openpix/paymentLink/QrCodeWrapper.d.ts +8 -0
- package/dist/openpix/paymentLink/ShareButton.d.ts +10 -0
- package/dist/openpix/paymentLink/types/ChargeDataType.d.ts +99 -0
- package/dist/openpix/shopper/WooviAuthForm.d.ts +21 -0
- package/dist/openpix/transaction/PixTransactionTypeTag.d.ts +6 -0
- package/dist/paymentLinkRow/PaymentLinkRow.d.ts +9 -0
- package/dist/pinInput/PinInput.d.ts +62 -0
- package/dist/pinInput/PinInputFormik.d.ts +7 -0
- package/dist/pinInput/createPinArray.d.ts +1 -0
- package/dist/pinInput/pinInputRegex.d.ts +4 -0
- package/dist/relay/RefreshButtonRelay.d.ts +8 -0
- package/dist/relay/RefreshIconButton.d.ts +6 -0
- package/dist/relay/SearchInputRelay.d.ts +17 -0
- package/dist/relay/TopPagination.d.ts +10 -0
- package/dist/rewardTicket/RewardTicket.d.ts +9 -0
- package/dist/ribbon/Ribbon.d.ts +7 -0
- package/dist/roles/Roles.d.ts +139 -0
- package/dist/roles/modules.d.ts +117 -0
- package/dist/root/ContentBoundary.d.ts +5 -0
- package/dist/routed/RoutedTabs.d.ts +19 -0
- package/dist/routed/TabbedContent.d.ts +7 -0
- package/dist/routedTemp/RoutedTabsTempGreen.d.ts +19 -0
- package/dist/routedTemp/RoutedTabsTempWhite.d.ts +19 -0
- package/dist/router/drawRoutes.d.ts +3 -0
- package/dist/router/getFiltersFromLocation.d.ts +3 -0
- package/dist/router/getQuery.d.ts +4 -0
- package/dist/router/getRouteFromPath.d.ts +11 -0
- package/dist/router/stringToValue.d.ts +4 -0
- package/dist/router/types.d.ts +48 -0
- package/dist/screenHeader/ScreenHeaderUI.d.ts +20 -0
- package/dist/screenHeader/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeader/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderCard/ScreenHeaderCard.d.ts +12 -0
- package/dist/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +14 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempGreen.d.ts +14 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempWhite.d.ts +14 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/search/GlobalSearchField.d.ts +12 -0
- package/dist/select/Select.d.ts +6 -0
- package/dist/select/SelectAll.d.ts +14 -0
- package/dist/shared/AppEnvironmentEnum.d.ts +9 -0
- package/dist/shared/CashbackStatus.d.ts +25 -0
- package/dist/shared/appEventDomains.d.ts +11 -0
- package/dist/shared/appEventTypes.d.ts +26 -0
- package/dist/shared/chargeStatusEnum.d.ts +12 -0
- package/dist/shared/cobrStatusEnum.d.ts +15 -0
- package/dist/shared/getSelected.d.ts +1 -0
- package/dist/shared/multiFactorActionEnum.d.ts +6 -0
- package/dist/shared/pixAuthenticationResultEnum.d.ts +6 -0
- package/dist/shared/pixTransactionEntryTypes.d.ts +11 -0
- package/dist/shared/pixTransactionStatus.d.ts +40 -0
- package/dist/shared/pixTransactionTypes.d.ts +102 -0
- package/dist/shared/projectType.d.ts +10 -0
- package/dist/shared/queryString.d.ts +5 -0
- package/dist/shared/statementTypes.d.ts +14 -0
- package/dist/shared/subscriptionInstallmentEnum.d.ts +7 -0
- package/dist/shared/webhookStatus.d.ts +18 -0
- package/dist/sidebar/Group.d.ts +11 -0
- package/dist/sidebar/Item.d.ts +9 -0
- package/dist/sidebar/MenuList.d.ts +16 -0
- package/dist/sidebar/Sidebar.d.ts +16 -0
- package/dist/sidebar/SidebarContext.d.ts +9 -0
- package/dist/sidebar/index.d.ts +6 -0
- package/dist/sidebar/useSidebar.d.ts +7 -0
- package/dist/sidebar/utils.d.ts +2 -0
- package/dist/snackbar/CloseSnack.d.ts +5 -0
- package/dist/snackbar/Snackbar.d.ts +6 -0
- package/dist/snackbar/SnackbarContext.d.ts +15 -0
- package/dist/snackbar/index.d.ts +6 -0
- package/dist/snackbar/useSnackbar.d.ts +6 -0
- package/dist/statement/TransactionTypeText.d.ts +2 -0
- package/dist/statement/ledgerStatementColors.d.ts +8 -0
- package/dist/statement/statementColors.d.ts +3 -0
- package/dist/stepper/Stepper.d.ts +10 -0
- package/dist/swipeableModal/SwipeableModal.d.ts +16 -0
- package/dist/swipeableModal/SwipeableModalTransition.d.ts +6 -0
- package/dist/table/CardColumn.d.ts +9 -0
- package/dist/table/CardListLoading.d.ts +8 -0
- package/dist/table/CardListVirtualized.d.ts +20 -0
- package/dist/table/ImportReport.d.ts +4 -0
- package/dist/table/StatusCell.d.ts +18 -0
- package/dist/table/TableToggleViewModel.d.ts +7 -0
- package/dist/table/cells/ActionCellNode.d.ts +5 -0
- package/dist/table/cells/Cell.d.ts +9 -0
- package/dist/table/cells/CellCheckbox.d.ts +17 -0
- package/dist/table/cells/CellEditable.d.ts +11 -0
- package/dist/table/cells/CheckboxCellNode.d.ts +3 -0
- package/dist/table/cells/IconCellNode.d.ts +6 -0
- package/dist/table/cells/LinkCellNode.d.ts +3 -0
- package/dist/table/cells/RenderCell.d.ts +3 -0
- package/dist/table/cells/cellTypes.d.ts +15 -0
- package/dist/table/cells/getCellCurrency.d.ts +3 -0
- package/dist/table/cells/getCellDate.d.ts +8 -0
- package/dist/table/cells/getCellLink.d.ts +3 -0
- package/dist/table/cells/getCellValue.d.ts +1 -0
- package/dist/table/cells/index.d.ts +1 -0
- package/dist/table/emv/TablePixEMV.d.ts +5 -0
- package/dist/table/emv/emvParser.d.ts +9 -0
- package/dist/table/emv/emvTags.d.ts +10 -0
- package/dist/table/muiTable/Body.d.ts +15 -0
- package/dist/table/muiTable/Footer.d.ts +9 -0
- package/dist/table/muiTable/Header.d.ts +11 -0
- package/dist/table/muiTable/Table.d.ts +72 -0
- package/dist/table/reactTable/ImportReport.d.ts +4 -0
- package/dist/table/reactTable/ImportTable.d.ts +9 -0
- package/dist/table/reactTable/IndeterminateCheckbox.d.ts +2 -0
- package/dist/table/reactTable/InputCell.d.ts +9 -0
- package/dist/table/reactTable/InputDateCell.d.ts +9 -0
- package/dist/table/reactTable/InputForCells.d.ts +7 -0
- package/dist/table/reactTable/InputMoneyCell.d.ts +9 -0
- package/dist/table/reactTable/InputPhoneCell.d.ts +9 -0
- package/dist/table/reactTable/InputTaxIDCell.d.ts +9 -0
- package/dist/table/reactTable/RowTable.d.ts +6 -0
- package/dist/table/reactTable/StatusCell.d.ts +18 -0
- package/dist/table/reactTable/Table.d.ts +9 -0
- package/dist/table/reactTable/TableBodyVirtualized.d.ts +7 -0
- package/dist/table/reactTable/TableCell.d.ts +8 -0
- package/dist/table/reactTable/TableHeadVirtualized.d.ts +4 -0
- package/dist/table/reactTable/TableVirtualized.d.ts +8 -0
- package/dist/tag/Tag.d.ts +11 -0
- package/dist/tag/TagsContainer.d.ts +5 -0
- package/dist/term/Terms.d.ts +1 -0
- package/dist/term/TermsLink.d.ts +1 -0
- package/dist/term/TermsModal.d.ts +13 -0
- package/dist/term/useTerms.d.ts +5 -0
- package/dist/text/TextMultiline.d.ts +6 -0
- package/dist/theme/HeaderButtonTheme.d.ts +2 -0
- package/dist/theme/Themes.d.ts +42 -0
- package/dist/timeline/Timeline.d.ts +6 -0
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +3 -0
- package/dist/timeline/TimelineAppEventItem.d.ts +10 -0
- package/dist/timeline/TimelineAppEventTypeColor.d.ts +3 -0
- package/dist/timeline/TimelineItem.d.ts +12 -0
- package/dist/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/unSupportedBrowser/index.d.ts +2 -0
- package/dist/unSupportedBrowser/isUnSupportedBrowser.d.ts +4 -0
- package/dist/user/chip/UserChip.d.ts +7 -0
- package/dist/utils/BrowserOnly.d.ts +7 -0
- package/dist/utils/ChargeInterestsTypes.d.ts +11 -0
- package/dist/utils/DesktopOnly.d.ts +6 -0
- package/dist/utils/MaskUtils.d.ts +5 -0
- package/dist/utils/MobileOnly.d.ts +6 -0
- package/dist/utils/composeEventHandlers.d.ts +4 -0
- package/dist/utils/composeStyles.d.ts +2 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToCurrency.d.ts +1 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/utils/copyToClipboard.d.ts +1 -0
- package/dist/utils/dates.d.ts +17 -0
- package/dist/utils/excel/ChargeImport.d.ts +16 -0
- package/dist/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/utils/excel/ImportHelpers.d.ts +3 -0
- package/dist/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/utils/excel/UserImport.d.ts +30 -0
- package/dist/utils/excel/formatCells.d.ts +2 -0
- package/dist/utils/excel/generateExcel.d.ts +44 -0
- package/dist/utils/excel/getCellsWithDataTypes.d.ts +7 -0
- package/dist/utils/isSafeCNPJ.d.ts +7 -0
- package/dist/utils/isSafeCPF.d.ts +6 -0
- package/dist/utils/isSafeUtils.d.ts +1 -0
- package/dist/utils/maskMoney.d.ts +2 -0
- package/dist/utils/onlyDigits.d.ts +1 -0
- package/dist/utils/parseNumber.d.ts +3 -0
- package/dist/utils/parsePhoneNumber.d.ts +1 -0
- package/dist/windowPopper/WindowPopper.d.ts +16 -0
- package/dist/windowPopper/WindowPopperTransition.d.ts +6 -0
- package/package.json +145 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { NodeT, TableColumn } from "./Table";
|
|
3
|
+
type Props<T> = {
|
|
4
|
+
emptyMessage: string;
|
|
5
|
+
isSelectable: boolean;
|
|
6
|
+
isRowSelected: (row: NodeT<T>) => boolean;
|
|
7
|
+
isRowDisabled: (row: NodeT<T>) => boolean;
|
|
8
|
+
onRowCheck: (row: NodeT<T>, checked: boolean) => void;
|
|
9
|
+
onRowClick: (row: NodeT<T>) => void;
|
|
10
|
+
isRowClickEnabled: (row: NodeT<T>) => boolean;
|
|
11
|
+
rows: NodeT<T>[];
|
|
12
|
+
columns: TableColumn<T>[];
|
|
13
|
+
};
|
|
14
|
+
declare const TableBody: <T extends object>(props: Props<T>) => ReactNode;
|
|
15
|
+
export default TableBody;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
rowsPerPage: number;
|
|
3
|
+
firstItemIndex: number;
|
|
4
|
+
totalItems: number;
|
|
5
|
+
handlePageChange: (state: boolean) => void;
|
|
6
|
+
handleRowsPerPageChange: (value: number) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const TableFooter: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default TableFooter;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { NodeT, TableColumn } from "./Table.tsx";
|
|
3
|
+
type Props<T> = {
|
|
4
|
+
selectedRows: NodeT<T>[];
|
|
5
|
+
rows: NodeT<T>[];
|
|
6
|
+
columns: TableColumn<T>[];
|
|
7
|
+
onSelectAllCheck: (row: T) => void;
|
|
8
|
+
isSelectable: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare const TableHeader: <T extends object>(props: Props<T>) => ReactNode;
|
|
11
|
+
export default TableHeader;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import type { TableProps } from "@mui/material/Table";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export type NodeT<T> = {
|
|
4
|
+
id?: string;
|
|
5
|
+
} & T;
|
|
6
|
+
export type Edge<T> = {
|
|
7
|
+
node: NodeT<T>;
|
|
8
|
+
};
|
|
9
|
+
export type Action<T> = {
|
|
10
|
+
label: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
action: (row: T) => void;
|
|
13
|
+
};
|
|
14
|
+
export type Sort<T> = {
|
|
15
|
+
order: "desc" | "asc" | undefined;
|
|
16
|
+
orderBy: string;
|
|
17
|
+
onSort: (column: TableColumn<T>) => void;
|
|
18
|
+
};
|
|
19
|
+
export type TableColumn<T> = {
|
|
20
|
+
property: string | ((row: NodeT<T>) => string);
|
|
21
|
+
header?: {
|
|
22
|
+
label: string;
|
|
23
|
+
icon?: string;
|
|
24
|
+
onChange?: (value: string, row: NodeT<T>) => void;
|
|
25
|
+
};
|
|
26
|
+
onChange?: (value: string, row: NodeT<T>) => void;
|
|
27
|
+
icon?: string | ((row: T) => string);
|
|
28
|
+
rightIcon?: string | ((row: T) => string);
|
|
29
|
+
type?: string;
|
|
30
|
+
clickPath?: string | ((row: T) => string);
|
|
31
|
+
renderRow?: (value: string, row: NodeT<T>) => any;
|
|
32
|
+
onClick?: (row: T, rowIndex?: number) => void;
|
|
33
|
+
actions?: Action<T>[] | ((row: T) => Action<T>[]);
|
|
34
|
+
shouldShowRow?: (row: T, column: TableColumn<T>) => boolean;
|
|
35
|
+
minWidth?: number;
|
|
36
|
+
value?: string;
|
|
37
|
+
cellProps?: Record<string, unknown>;
|
|
38
|
+
sort?: Sort<T>;
|
|
39
|
+
isColumnChecked?: (row: T) => boolean;
|
|
40
|
+
onColumnCheck?: (row: T) => void;
|
|
41
|
+
isColumnDisabled?: (row: T) => boolean;
|
|
42
|
+
route?: {
|
|
43
|
+
value: string;
|
|
44
|
+
params: Record<string, unknown>;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export type TableColumns = TableColumn[];
|
|
48
|
+
export type Props<T> = {
|
|
49
|
+
onRowClick?: (row: T) => void;
|
|
50
|
+
isRowClickEnabled: (row: T) => boolean;
|
|
51
|
+
columns: TableColumn<T>[];
|
|
52
|
+
rows: NodeT<T>[];
|
|
53
|
+
height: string;
|
|
54
|
+
hideFooter?: boolean;
|
|
55
|
+
fixedHeader: boolean;
|
|
56
|
+
isLoading?: boolean;
|
|
57
|
+
emptyMessage: string;
|
|
58
|
+
handleRowsPerPageChange: (quantity: number) => void;
|
|
59
|
+
rowsPerPage: number;
|
|
60
|
+
totalItems: number;
|
|
61
|
+
firstItemIndex: number;
|
|
62
|
+
lastItemIndex: number;
|
|
63
|
+
handlePageChange: (isForward: boolean) => void;
|
|
64
|
+
isSelectable: boolean;
|
|
65
|
+
onSelectedRowsChange: (selectedRows: NodeT<T>[]) => void;
|
|
66
|
+
onRowCheck: (row: T, checkedState: boolean) => void;
|
|
67
|
+
onSelectAllCheck: (selectedRows: NodeT<T>[]) => void;
|
|
68
|
+
selectedRows: T[];
|
|
69
|
+
isRowSelected?: (row: T) => boolean;
|
|
70
|
+
} & TableProps;
|
|
71
|
+
declare const Table: <T extends object>(props: Props<T>) => ReactNode;
|
|
72
|
+
export default Table;
|
|
@@ -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
|
+
skipPageReset?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const ImportTable: <D extends object>({ columns, data, updateMyData, skipPageReset, setSelectedData, renderRowSubComponent, isProcessing, firstImport, defaultSort, }: Props<D>) => ReactNode;
|
|
9
|
+
export default ImportTable;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
onBlur: () => void;
|
|
5
|
+
isValid: boolean;
|
|
6
|
+
isProcessing: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const InputCell: ({ value, onChange, onBlur, isValid, isProcessing, }: Props) => import("react").ReactNode;
|
|
9
|
+
export default InputCell;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type InputProps = {
|
|
2
|
+
isValid: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) => import("react").JSX.Element) & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
}, any, InputProps, never>;
|
|
7
|
+
export default InputForCells;
|
|
@@ -0,0 +1,18 @@
|
|
|
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: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
|
+
muiName: string;
|
|
11
|
+
}, any, {}, never>;
|
|
12
|
+
export declare const ErrorCircleIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
13
|
+
muiName: string;
|
|
14
|
+
}, any, {}, never>;
|
|
15
|
+
export declare const StatusCell: ({ row }: {
|
|
16
|
+
row: any;
|
|
17
|
+
}) => import("react").ReactNode;
|
|
18
|
+
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,8 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export declare const TableCellStyled: import("styled-components").StyledComponent<({ $isGrouped, ...rest }: any) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
3
|
+
type Props = {
|
|
4
|
+
isValid?: boolean;
|
|
5
|
+
isGrouped?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const TableCell: (props: Props) => ReactNode;
|
|
8
|
+
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;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material';
|
|
2
|
+
import type { ChipProps } from '@mui/material/Chip';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
export type TagProps = {
|
|
5
|
+
label: string;
|
|
6
|
+
value?: string | ReactNode;
|
|
7
|
+
breakByColon?: boolean;
|
|
8
|
+
sx?: SxProps;
|
|
9
|
+
} & ChipProps;
|
|
10
|
+
declare const Tag: (props: TagProps) => ReactNode;
|
|
11
|
+
export default Tag;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Terms: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TermsLink: import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
@@ -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,42 @@
|
|
|
1
|
+
import type { Palette, PaletteColor, Theme } from "@mui/material/styles";
|
|
2
|
+
declare module "@mui/material/styles" {
|
|
3
|
+
interface Theme {
|
|
4
|
+
shape: {
|
|
5
|
+
borderRadius: number;
|
|
6
|
+
borderWidth: number;
|
|
7
|
+
};
|
|
8
|
+
sizing: {
|
|
9
|
+
maxModalHeight: string;
|
|
10
|
+
maxPixWidth: string;
|
|
11
|
+
maxPaymentLinkWidth: string;
|
|
12
|
+
maxCardModalWidth: string;
|
|
13
|
+
maxTutorialCardActivateWidth: string;
|
|
14
|
+
};
|
|
15
|
+
palette: Palette & {
|
|
16
|
+
tertiary: PaletteColor;
|
|
17
|
+
quaternary: PaletteColor;
|
|
18
|
+
clickpix: {
|
|
19
|
+
purple: string;
|
|
20
|
+
green: string;
|
|
21
|
+
gradient: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
interface ThemeOptions {
|
|
26
|
+
shape: {
|
|
27
|
+
borderRadius: number;
|
|
28
|
+
borderWidth: number;
|
|
29
|
+
};
|
|
30
|
+
sizing: {
|
|
31
|
+
maxModalHeight: string;
|
|
32
|
+
maxPixWidth: string;
|
|
33
|
+
maxPaymentLinkWidth: string;
|
|
34
|
+
maxTutorialCardActivateWidth: string;
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export declare const getThemeMode: () => "dark" | "light";
|
|
39
|
+
export declare const ThemeMuiThemeRAW: Theme;
|
|
40
|
+
export declare const ThemeMuiTheme: Theme;
|
|
41
|
+
export declare const ThemeMuiDarkTheme: Theme;
|
|
42
|
+
export declare const ThemeMuiDispute: Theme;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Moment } from 'moment';
|
|
2
|
+
import type { TimelineItemProps } from './TimelineItem.tsx';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type TimelineAppEventItemProps = {
|
|
5
|
+
title?: string | null;
|
|
6
|
+
time: string | Date | Moment;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
} & TimelineItemProps;
|
|
9
|
+
export declare const TimelineAppEventItem: ({ title, time, color, icon, onClick, isFirstItem, isLastItem, }: TimelineAppEventItemProps) => ReactNode;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export type TimelineColors = 'inherit' | 'success' | 'grey' | 'primary' | 'secondary' | 'error' | 'info' | 'warning';
|
|
4
|
+
export type TimelineItemProps = {
|
|
5
|
+
color?: string | null;
|
|
6
|
+
icon?: JSX.Element;
|
|
7
|
+
index?: number;
|
|
8
|
+
isFirstItem?: boolean;
|
|
9
|
+
isLastItem?: boolean;
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
};
|
|
12
|
+
export declare const TimelineItem: ({ color, icon, isFirstItem, isLastItem, children, }: TimelineItemProps) => ReactNode;
|
|
@@ -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 @@
|
|
|
1
|
+
export declare const convertToCurrency: (value: number) => string | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const copyToClipboard: (text: string) => Promise<boolean>;
|
|
@@ -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
|
+
};
|