@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.
- package/dist/{src/BannerInfos.d.ts → BannerInfos.d.ts} +1 -1
- package/dist/{src/ClockIcon.d.ts → ClockIcon.d.ts} +1 -1
- package/dist/{src/Link.d.ts → Link.d.ts} +1 -1
- package/dist/{src/RadioCard → RadioCard}/RadioCard.d.ts +1 -1
- package/dist/{src/ReactRouterLinkBehavior.d.ts → ReactRouterLinkBehavior.d.ts} +1 -1
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialog.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +10 -0
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +10 -0
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogContent.d.ts +5 -4
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogTitle.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +10 -0
- package/dist/{src/buttons → buttons}/ButtonMenu.d.ts +4 -3
- package/dist/card/cardWithActions/CardFooter.d.ts +4 -0
- package/dist/{src/code → code}/Code.d.ts +1 -1
- package/dist/{src/collapsible → collapsible}/Collapse.d.ts +3 -2
- package/dist/{src/collapsible → collapsible}/Collapsible.d.ts +3 -2
- package/dist/collapsible/CollapsibleGroup.d.ts +3 -0
- package/dist/collapsible/CollapsibleTree.d.ts +10 -0
- package/dist/datagrid/DataGrid.d.ts +21 -0
- package/dist/{src/datagrid → datagrid}/DataGridRow.d.ts +5 -3
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +2 -0
- package/dist/datagrid/cellTypeExpand.d.ts +133 -0
- package/dist/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/{src/datagrid → datagrid}/cellTypeTag.d.ts +1 -1
- package/dist/datagrid/useTableView.d.ts +5 -0
- package/dist/{src/dialog → dialog}/useDialog.d.ts +1 -1
- package/dist/{src/error → error}/ErrorBoundaryWithRetry.d.ts +1 -1
- package/dist/{src/filter → filter}/Filter.d.ts +1 -1
- package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/{src/filter → filter}/formatFilterValue.d.ts +1 -1
- package/dist/{src/filter → filter}/isValidDatetime.d.ts +1 -1
- package/dist/{src/filter → filter}/useFilterFormik.d.ts +2 -2
- package/dist/{src/form → form}/FieldRow.d.ts +2 -2
- package/dist/helpers.d.ts +11 -0
- package/dist/{src/hooks → hooks}/useControlledState.d.ts +1 -1
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/{src/hooks → hooks}/useWindowHelpers.d.ts +1 -1
- package/dist/{src/icons → icons}/AssineOnlineIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/BotConversaIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/CheckboxIndeterminate.d.ts +4 -4
- package/dist/{src/icons → icons}/CheckboxUnchecked.d.ts +4 -4
- package/dist/{src/icons → icons}/MetaIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/N8nIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/NuvemshopIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/SVG.d.ts +7 -7
- package/dist/icons/SocPanelIcon.d.ts +12 -0
- package/dist/{src/icons → icons}/WabizIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/WakeIcon.d.ts +4 -4
- package/dist/import/Dropzone.d.ts +5 -0
- package/dist/index.cjs +2 -47
- package/dist/{src/index.d.ts → index.d.ts} +5 -76
- package/dist/index.js +2 -47
- package/dist/llms.txt +115 -299
- package/dist/logo/WooviLogo.d.ts +8 -0
- package/dist/{src/mui → mui}/Typography.d.ts +1 -1
- package/dist/{src/multifactor → multifactor}/MultiFactorConfirmModal.d.ts +3 -3
- package/dist/{src/openpix → openpix}/cobr/CobrTagStatus.d.ts +1 -1
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +7 -0
- package/dist/{src/pinInput → pinInput}/PinInput.d.ts +13 -13
- package/dist/{src/routed → routed}/RoutedTabs.d.ts +1 -1
- package/dist/router/drawRoutes.d.ts +3 -0
- package/dist/{src/router → router}/getQuery.d.ts +1 -4
- package/dist/{src/router → router}/getRouteFromPath.d.ts +3 -3
- package/dist/{src/router → router}/stringToValue.d.ts +2 -2
- package/dist/{src/router → router}/types.d.ts +0 -1
- package/dist/{src/screenHeader → screenHeader}/ScreenHeaderUI.d.ts +1 -1
- package/dist/{src/select → select}/Select.d.ts +1 -1
- package/dist/{src/shared → shared}/CashbackStatus.d.ts +0 -13
- package/dist/shared/pixTransactionEntryTypes.d.ts +13 -0
- package/dist/{src/shared → shared}/pixTransactionStatus.d.ts +16 -7
- package/dist/{src/shared → shared}/pixTransactionTypes.d.ts +12 -4
- package/dist/shared/statementTypes.d.ts +22 -0
- package/dist/{src/sidebar → sidebar}/Group.d.ts +2 -2
- package/dist/{src/sidebar → sidebar}/Item.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/MenuList.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/Sidebar.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/utils.d.ts +1 -1
- package/dist/{src/snackbar → snackbar}/CloseSnack.d.ts +1 -1
- package/dist/{src/statement → statement}/ledgerStatementColors.d.ts +3 -1
- package/dist/statement/statementColors.d.ts +5 -0
- package/dist/{src/table → table}/CardListVirtualized.d.ts +1 -3
- package/dist/{src/table → table}/emv/TablePixEMV.d.ts +1 -1
- package/dist/{src/tag → tag}/Tag.d.ts +2 -2
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +12 -0
- package/dist/utils/composeStyles.d.ts +2 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/utils/dates.d.ts +1 -0
- package/dist/utils/excel/ChargeImport.d.ts +30 -0
- package/dist/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/utils/excel/UserImport.d.ts +69 -0
- package/dist/{src/utils → utils}/excel/generateExcel.d.ts +4 -4
- package/dist/utils/isSafeCPF.d.ts +5 -0
- package/dist/utils/parseNumber.d.ts +1 -0
- package/dist/{src/windowPopper → windowPopper}/WindowPopper.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/Badge.d.ts +0 -6
- package/dist/src/Circle.d.ts +0 -7
- package/dist/src/CircleButton.d.ts +0 -7
- package/dist/src/Column.d.ts +0 -3
- package/dist/src/EmptyMessage.d.ts +0 -4
- package/dist/src/LinearProgress.d.ts +0 -8
- package/dist/src/LoremIpsum.d.ts +0 -2
- package/dist/src/OverflowDiv.d.ts +0 -3
- package/dist/src/ProgressBar.d.ts +0 -11
- package/dist/src/QuestionTooltip.d.ts +0 -14
- package/dist/src/SafeTextTooltip.d.ts +0 -9
- package/dist/src/Step.d.ts +0 -8
- package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +0 -9
- package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +0 -9
- package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -9
- package/dist/src/TagWebhookStatus.d.ts +0 -13
- package/dist/src/ToggleButtonGroup.d.ts +0 -24
- package/dist/src/ToggleButtonGroupMobile.d.ts +0 -7
- package/dist/src/TransactionStatusTag.d.ts +0 -1
- package/dist/src/TransactionTagEntryTypes.d.ts +0 -13
- package/dist/src/auth/LoginWrapper.d.ts +0 -7
- package/dist/src/avatar/AvatarGroup.d.ts +0 -16
- package/dist/src/avatar/AvatarGroupArray.d.ts +0 -8
- package/dist/src/avatar/AvatarGroupSelectedAll.d.ts +0 -9
- package/dist/src/buttons/clickpix/ClickPixButton.d.ts +0 -6
- package/dist/src/card/CardList.d.ts +0 -13
- package/dist/src/card/CardRadio.d.ts +0 -1
- package/dist/src/card/CardSkeleton.d.ts +0 -3
- package/dist/src/card/basicContext/CardBasicContext.d.ts +0 -35
- package/dist/src/card/cardWithActions/CardFooter.d.ts +0 -3
- package/dist/src/cardGrid/CardFieldCentered.d.ts +0 -8
- package/dist/src/collapsible/CollapsibleActions.d.ts +0 -7
- package/dist/src/collapsible/CollapsibleFillWrapper.d.ts +0 -2
- package/dist/src/collapsible/CollapsibleGroup.d.ts +0 -3
- package/dist/src/collapsible/CollapsibleInfinityActions.d.ts +0 -59
- package/dist/src/collapsible/CollapsibleTree.d.ts +0 -18
- package/dist/src/collapsible/TransparencyCollapsibleWrapper.d.ts +0 -7
- package/dist/src/company/CompanyLogo.d.ts +0 -16
- package/dist/src/content/ActionMarginText.d.ts +0 -4
- package/dist/src/content/IntroText.d.ts +0 -4
- package/dist/src/datagrid/DataGrid.d.ts +0 -24
- package/dist/src/datagrid/cellTypeBasisToPercentage.d.ts +0 -5
- package/dist/src/datagrid/cellTypeExpand.d.ts +0 -4
- package/dist/src/datagrid/cellTypeLink.d.ts +0 -2
- package/dist/src/datagrid/useTableView.d.ts +0 -2
- package/dist/src/device/Phone.d.ts +0 -4
- package/dist/src/drawer/swipable/SwipeableDrawer.d.ts +0 -8
- package/dist/src/file/FileDrop.d.ts +0 -12
- package/dist/src/file/IconButton.d.ts +0 -9
- package/dist/src/file/MaterialIcon.d.ts +0 -10
- package/dist/src/filter/FormikFilter.d.ts +0 -10
- package/dist/src/filter/decodeQueryParamsFromLocation.d.ts +0 -2
- package/dist/src/filter/fieldToParamConfigMap.d.ts +0 -3
- package/dist/src/filter/stringToBoolean.d.ts +0 -1
- package/dist/src/helpers/HoverPopper.d.ts +0 -10
- package/dist/src/helpers.d.ts +0 -10
- package/dist/src/hooks/useCopyToClipboard.d.ts +0 -1
- package/dist/src/icons/RightTopDiagonalVector.d.ts +0 -5
- package/dist/src/icons/SocPanelIcon.d.ts +0 -12
- package/dist/src/import/Dropzone.d.ts +0 -6
- package/dist/src/import/xlsx/Import.d.ts +0 -19
- package/dist/src/import/xlsx/ImportDropzone.d.ts +0 -16
- package/dist/src/import/xlsx/ImportProcessData.d.ts +0 -8
- package/dist/src/import/xlsx/ImportProcessQueue.d.ts +0 -21
- package/dist/src/import/xlsx/ImportStepper.d.ts +0 -24
- package/dist/src/import/xlsx/ImportTable.d.ts +0 -8
- package/dist/src/import/xlsx/ImportUtils.d.ts +0 -89
- package/dist/src/layoutWrapper/LayoutWrapperFluid.d.ts +0 -8
- package/dist/src/logo/OpenPixLogoColor.d.ts +0 -7
- package/dist/src/logo/WooviLogo.d.ts +0 -8
- package/dist/src/openpix/images/WooviLogoInMobile.d.ts +0 -5
- package/dist/src/openpix/order/ConfirmedIcon.d.ts +0 -3
- package/dist/src/openpix/order/EarnCashback.d.ts +0 -7
- package/dist/src/openpix/order/EarnCashbackExclusive.d.ts +0 -7
- package/dist/src/openpix/order/PayPixValueCompany.d.ts +0 -8
- package/dist/src/openpix/order/discount/EarnDiscount.d.ts +0 -7
- package/dist/src/openpix/paymentLink/AdditionalInfo.d.ts +0 -12
- package/dist/src/openpix/paymentLink/BrCodeInput.d.ts +0 -6
- package/dist/src/openpix/paymentLink/InterestsInfo.d.ts +0 -11
- package/dist/src/openpix/paymentLink/ShareButton.d.ts +0 -10
- package/dist/src/openpix/paymentLink/types/ChargeDataType.d.ts +0 -99
- package/dist/src/relay/RefreshIconButton.d.ts +0 -6
- package/dist/src/routed/TabbedContent.d.ts +0 -10
- package/dist/src/router/drawRoutes.d.ts +0 -3
- package/dist/src/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +0 -14
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +0 -3
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +0 -6
- package/dist/src/select/SelectAll.d.ts +0 -14
- package/dist/src/shared/appEventTypes.d.ts +0 -26
- package/dist/src/shared/pixTransactionEntryTypes.d.ts +0 -11
- package/dist/src/shared/projectType.d.ts +0 -10
- package/dist/src/shared/statementTypes.d.ts +0 -14
- package/dist/src/shared/webhookStatus.d.ts +0 -18
- package/dist/src/statement/statementColors.d.ts +0 -3
- package/dist/src/stepper/Stepper.d.ts +0 -10
- package/dist/src/table/ImportReport.d.ts +0 -4
- package/dist/src/table/StatusCell.d.ts +0 -15
- package/dist/src/table/cells/ActionCellNode.d.ts +0 -5
- package/dist/src/table/cells/Cell.d.ts +0 -9
- package/dist/src/table/cells/CellCheckbox.d.ts +0 -17
- package/dist/src/table/cells/CellEditable.d.ts +0 -11
- package/dist/src/table/cells/CheckboxCellNode.d.ts +0 -3
- package/dist/src/table/cells/IconCellNode.d.ts +0 -6
- package/dist/src/table/cells/LinkCellNode.d.ts +0 -8
- package/dist/src/table/cells/RenderCell.d.ts +0 -3
- package/dist/src/table/cells/cellTypes.d.ts +0 -15
- package/dist/src/table/cells/getCellCurrency.d.ts +0 -3
- package/dist/src/table/cells/getCellDate.d.ts +0 -8
- package/dist/src/table/cells/getCellLink.d.ts +0 -3
- package/dist/src/table/cells/getCellValue.d.ts +0 -1
- package/dist/src/table/cells/index.d.ts +0 -1
- package/dist/src/table/muiTable/Body.d.ts +0 -15
- package/dist/src/table/muiTable/Footer.d.ts +0 -9
- package/dist/src/table/muiTable/Header.d.ts +0 -11
- package/dist/src/table/muiTable/Table.d.ts +0 -72
- package/dist/src/table/reactTable/ImportReport.d.ts +0 -4
- package/dist/src/table/reactTable/ImportTable.d.ts +0 -9
- package/dist/src/table/reactTable/IndeterminateCheckbox.d.ts +0 -3
- package/dist/src/table/reactTable/InputCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputDateCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputForCells.d.ts +0 -6
- package/dist/src/table/reactTable/InputMoneyCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputPhoneCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputTaxIDCell.d.ts +0 -9
- package/dist/src/table/reactTable/RowTable.d.ts +0 -6
- package/dist/src/table/reactTable/StatusCell.d.ts +0 -14
- package/dist/src/table/reactTable/Table.d.ts +0 -9
- package/dist/src/table/reactTable/TableBodyVirtualized.d.ts +0 -7
- package/dist/src/table/reactTable/TableCell.d.ts +0 -9
- package/dist/src/table/reactTable/TableHeadVirtualized.d.ts +0 -4
- package/dist/src/table/reactTable/TableVirtualized.d.ts +0 -8
- package/dist/src/term/TermsModal.d.ts +0 -13
- package/dist/src/term/useTerms.d.ts +0 -5
- package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +0 -3
- package/dist/src/timeline/TimelineAppEventTypeColor.d.ts +0 -3
- package/dist/src/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +0 -3
- package/dist/src/utils/ChargeInterestsTypes.d.ts +0 -11
- package/dist/src/utils/MaskUtils.d.ts +0 -5
- package/dist/src/utils/composeStyles.d.ts +0 -2
- package/dist/src/utils/convertToCents.d.ts +0 -3
- package/dist/src/utils/convertToMoney.d.ts +0 -2
- package/dist/src/utils/dates.d.ts +0 -17
- package/dist/src/utils/excel/ChargeImport.d.ts +0 -16
- package/dist/src/utils/excel/CompanyImport.d.ts +0 -4
- package/dist/src/utils/excel/CustomerImport.d.ts +0 -13
- package/dist/src/utils/excel/PaymentImport.d.ts +0 -7
- package/dist/src/utils/excel/UserImport.d.ts +0 -30
- package/dist/src/utils/isSafeCNPJ.d.ts +0 -7
- package/dist/src/utils/isSafeCPF.d.ts +0 -6
- package/dist/src/utils/isSafeUtils.d.ts +0 -1
- package/dist/src/utils/onlyDigits.d.ts +0 -1
- package/dist/src/utils/parseNumber.d.ts +0 -3
- /package/dist/{src/BackButton.d.ts → BackButton.d.ts} +0 -0
- /package/dist/{src/Banner.d.ts → Banner.d.ts} +0 -0
- /package/dist/{src/BannerError.d.ts → BannerError.d.ts} +0 -0
- /package/dist/{src/CashbackTagStatus.d.ts → CashbackTagStatus.d.ts} +0 -0
- /package/dist/{src/CopyInput.d.ts → CopyInput.d.ts} +0 -0
- /package/dist/{src/EncryptedText.d.ts → EncryptedText.d.ts} +0 -0
- /package/dist/{src/FloatingMenu.d.ts → FloatingMenu.d.ts} +0 -0
- /package/dist/{src/LayoutRoot.d.ts → LayoutRoot.d.ts} +0 -0
- /package/dist/{src/Loading.d.ts → Loading.d.ts} +0 -0
- /package/dist/{src/Logo.d.ts → Logo.d.ts} +0 -0
- /package/dist/{src/Modal → Modal}/Modal.d.ts +0 -0
- /package/dist/{src/Row.d.ts → Row.d.ts} +0 -0
- /package/dist/{src/SearchField.d.ts → SearchField.d.ts} +0 -0
- /package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
- /package/dist/{src/ThemeProvider.d.ts → ThemeProvider.d.ts} +0 -0
- /package/dist/{src/TransactionTagStatus.d.ts → TransactionTagStatus.d.ts} +0 -0
- /package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/ActionButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/CopyButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/DangerButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/PayWithPixButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/ResponsiveSplitButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/SplitButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/getLoadingIconProp.d.ts +0 -0
- /package/dist/{src/card → card}/Card.d.ts +0 -0
- /package/dist/{src/card → card}/CardActions.d.ts +0 -0
- /package/dist/{src/card → card}/CardContent.d.ts +0 -0
- /package/dist/{src/card → card}/CardCopy.d.ts +0 -0
- /package/dist/{src/card → card}/CardForm.d.ts +0 -0
- /package/dist/{src/card → card}/CardSelectable.d.ts +0 -0
- /package/dist/{src/card → card}/CardStep.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithIcon.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithLink.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithLinkSkeleton.d.ts +0 -0
- /package/dist/{src/card → card}/cardWithActions/CardHeader.d.ts +0 -0
- /package/dist/{src/card → card}/cardWithActions/CardWithActions.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalytics.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/CardField.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/CardGrid.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/Grid.d.ts +0 -0
- /package/dist/{src/cardWithImage → cardWithImage}/CardWithImage.d.ts +0 -0
- /package/dist/{src/clickpix → clickpix}/ClickPixButton.d.ts +0 -0
- /package/dist/{src/clickpix → clickpix}/ClickPixLogo.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleDetails.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsiblePanelActions.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleStep.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleStepHeader.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleSummary.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/ExpandMoreIcon.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/LeafCollapsible.d.ts +0 -0
- /package/dist/{src/content → content}/ActionMargin.d.ts +0 -0
- /package/dist/{src/content → content}/Content.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/Countdown.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/ShowCounter.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/useCountdown.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridDetailContainer.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridGridToolbarExport.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridLoading.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeBoolean.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeCurrency.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDate.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDatetime.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypePhone.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeTaxID.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeTime.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/columnTypes.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/wrapColumnTypes.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogContext.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogProvider.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/index.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerCard.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerResponsiveWrapper.d.ts +0 -0
- /package/dist/{src/error → error}/ErrorView.d.ts +0 -0
- /package/dist/{src/filter → filter}/FilterRelayFormik.d.ts +0 -0
- /package/dist/{src/filter → filter}/formatFilters.d.ts +0 -0
- /package/dist/{src/heading → heading}/SectionHeading.d.ts +0 -0
- /package/dist/{src/helpers → helpers}/Divider.d.ts +0 -0
- /package/dist/{src/helpers → helpers}/HorizontalStack.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/usePooling.d.ts +0 -0
- /package/dist/{src/icons → icons}/CheckIconLabel.d.ts +0 -0
- /package/dist/{src/icons → icons}/CheckboxChecked.d.ts +0 -0
- /package/dist/{src/icons → icons}/CvvIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/DownloadIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/Icon.d.ts +0 -0
- /package/dist/{src/icons → icons}/NfeIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/RejectIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/SearchIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/SuccessIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/WarningIcon.d.ts +0 -0
- /package/dist/{src/import → import}/DropzoneFile.d.ts +0 -0
- /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapper.d.ts +0 -0
- /package/dist/{src/link → link}/WooviLink.d.ts +0 -0
- /package/dist/{src/mui → mui}/BoxFlex.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/charge/ChargeTagStatus.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/CheckIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/PixPaymentWoovi.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/CopyBarcode.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/CopyQRCode.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/ErrorIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/PaymentFooter.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/shopper/WooviAuthForm.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
- /package/dist/{src/paymentLinkRow → paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/PinInputFormik.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/createPinArray.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/pinInputRegex.d.ts +0 -0
- /package/dist/{src/relay → relay}/RefreshButtonRelay.d.ts +0 -0
- /package/dist/{src/relay → relay}/SearchInputRelay.d.ts +0 -0
- /package/dist/{src/relay → relay}/TopPagination.d.ts +0 -0
- /package/dist/{src/rewardTicket → rewardTicket}/RewardTicket.d.ts +0 -0
- /package/dist/{src/ribbon → ribbon}/Ribbon.d.ts +0 -0
- /package/dist/{src/roles → roles}/Roles.d.ts +0 -0
- /package/dist/{src/roles → roles}/modules.d.ts +0 -0
- /package/dist/{src/root → root}/ContentBoundary.d.ts +0 -0
- /package/dist/{src/router → router}/getFiltersFromLocation.d.ts +0 -0
- /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
- /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
- /package/dist/{src/screenHeaderCard → screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
- /package/dist/{src/search → search}/GlobalSearchField.d.ts +0 -0
- /package/dist/{src/shared → shared}/AppEnvironmentEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/appEventDomains.d.ts +0 -0
- /package/dist/{src/shared → shared}/chargeStatusEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/cobrStatusEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/getSelected.d.ts +0 -0
- /package/dist/{src/shared → shared}/multiFactorActionEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/pixAuthenticationResultEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/queryString.d.ts +0 -0
- /package/dist/{src/shared → shared}/subscriptionInstallmentEnum.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/SidebarContext.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/index.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/useSidebar.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/Snackbar.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/SnackbarContext.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/index.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/useSnackbar.d.ts +0 -0
- /package/dist/{src/statement → statement}/TransactionTypeText.d.ts +0 -0
- /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModal.d.ts +0 -0
- /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModalTransition.d.ts +0 -0
- /package/dist/{src/table → table}/CardColumn.d.ts +0 -0
- /package/dist/{src/table → table}/CardListLoading.d.ts +0 -0
- /package/dist/{src/table → table}/TableToggleViewModel.d.ts +0 -0
- /package/dist/{src/table → table}/emv/emvParser.d.ts +0 -0
- /package/dist/{src/table → table}/emv/emvTags.d.ts +0 -0
- /package/dist/{src/tag → tag}/TagsContainer.d.ts +0 -0
- /package/dist/{src/term → term}/Terms.d.ts +0 -0
- /package/dist/{src/term → term}/TermsLink.d.ts +0 -0
- /package/dist/{src/text → text}/TextMultiline.d.ts +0 -0
- /package/dist/{src/theme → theme}/HeaderButtonTheme.d.ts +0 -0
- /package/dist/{src/theme → theme}/Themes.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/Timeline.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/TimelineAppEventItem.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/TimelineItem.d.ts +0 -0
- /package/dist/{src → unSupportedBrowser}/UnsupportedBrowserWarning.d.ts +0 -0
- /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/index.d.ts +0 -0
- /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
- /package/dist/{src/user → user}/chip/UserChip.d.ts +0 -0
- /package/dist/{src/utils → utils}/BrowserOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/DesktopOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/MobileOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/composeEventHandlers.d.ts +0 -0
- /package/dist/{src/utils → utils}/convertToCurrency.d.ts +0 -0
- /package/dist/{src/utils → utils}/copyToClipboard.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/ImportHelpers.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/formatCells.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/getCellsWithDataTypes.d.ts +0 -0
- /package/dist/{src/utils → utils}/maskMoney.d.ts +0 -0
- /package/dist/{src/utils → utils}/parsePhoneNumber.d.ts +0 -0
- /package/dist/{src/utils → utils}/rifmFormatToCPF.d.ts +0 -0
- /package/dist/{src/windowPopper → windowPopper}/WindowPopperTransition.d.ts +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Theme } from "@mui/material/styles";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
declare const Dropzone: ({ sx, ...props }: import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
-
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
5
|
-
}, keyof import("@mui/system").BoxOwnProps<Theme>>) => ReactNode;
|
|
6
|
-
export default Dropzone;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { Dispatch, ReactNode, SetStateAction } from "react";
|
|
2
|
-
import "react-datasheet/lib/react-datasheet.css";
|
|
3
|
-
import type { TFunction } from "react-i18next";
|
|
4
|
-
import type { Row } from "react-table";
|
|
5
|
-
type Props = {
|
|
6
|
-
isProcessing: boolean;
|
|
7
|
-
setShowReport: (v: boolean) => void;
|
|
8
|
-
data: any[];
|
|
9
|
-
setData: Dispatch<SetStateAction<any[]>>;
|
|
10
|
-
setSelectedData: Dispatch<SetStateAction<Array<Row<any>>>>;
|
|
11
|
-
firstImport: boolean;
|
|
12
|
-
selectedData: Array<Row<any>>;
|
|
13
|
-
dataImportTable: any[];
|
|
14
|
-
getInvalidFieldsMessage: (field: any, t: TFunction) => string[];
|
|
15
|
-
getReferences: (row: any) => any;
|
|
16
|
-
setIsNextEnabled: (isNextEnabled: boolean) => void;
|
|
17
|
-
};
|
|
18
|
-
declare const Import: ({ data, setData, isProcessing, setSelectedData, firstImport, selectedData, dataImportTable, getInvalidFieldsMessage, getReferences, setIsNextEnabled, customColumnValidation, }: Props) => ReactNode;
|
|
19
|
-
export default Import;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
type Props = {
|
|
3
|
-
isLoading: boolean;
|
|
4
|
-
setIsLoading: (v: boolean) => void;
|
|
5
|
-
setShowReport: (v: boolean) => void;
|
|
6
|
-
clearData: () => void;
|
|
7
|
-
dataComplete: boolean;
|
|
8
|
-
sheet: File;
|
|
9
|
-
setSheet: (file: File) => void;
|
|
10
|
-
setData: (data: any[]) => void;
|
|
11
|
-
setFirstData: (data: any[]) => void;
|
|
12
|
-
setFirstImport: (firstImport: boolean) => void;
|
|
13
|
-
dataImportTable: any[];
|
|
14
|
-
};
|
|
15
|
-
declare const ImportDropzone: ({ isLoading, setIsLoading, setSheet, setData, clearData, sheet, dataComplete, setShowReport, setFirstData, setFirstImport, dataImportTable, }: Props) => ReactNode;
|
|
16
|
-
export default ImportDropzone;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
type Props = {
|
|
3
|
-
setIsProcessing: (status: boolean) => void;
|
|
4
|
-
isProcessing: boolean;
|
|
5
|
-
updateRows: (currentData: any, dataRef: any) => Promise<void>;
|
|
6
|
-
};
|
|
7
|
-
declare const ImportProcessData: ({ setData, latestData, setIsProcessing, isProcessing, data, updateRows, }: Props) => ReactNode;
|
|
8
|
-
export default ImportProcessData;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
export declare const defaultPrepareQueue: (rows: any[]) => any[];
|
|
3
|
-
export declare const defaultReducer: (state: any, action: any) => any;
|
|
4
|
-
export type processQueueItemInput = {
|
|
5
|
-
item: any;
|
|
6
|
-
dispatch: () => any;
|
|
7
|
-
updateImportStatus: () => any;
|
|
8
|
-
};
|
|
9
|
-
type Props = {
|
|
10
|
-
setShowReport: (status: boolean) => void;
|
|
11
|
-
showReport: boolean;
|
|
12
|
-
setFirstImport: (status: boolean) => void;
|
|
13
|
-
setActiveStep: (step: number) => void;
|
|
14
|
-
prepareQueue: (rows: any[]) => void;
|
|
15
|
-
processQueueItem: (input: processQueueItemInput) => {
|
|
16
|
-
hasError: boolean;
|
|
17
|
-
};
|
|
18
|
-
reducer: (state: any, action: any) => any;
|
|
19
|
-
};
|
|
20
|
-
declare const ImportProcessQueue: ({ setShowReport, setData, data, selectedData, setSelectedData, showReport, setFirstImport, setActiveStep, prepareQueue, processQueueItem, reducer, }: Props) => ReactNode;
|
|
21
|
-
export default ImportProcessQueue;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { TFunction } from "react-i18next";
|
|
3
|
-
import type { DATA_IMPORT_TYPE } from "../../../utils/excel/generateExcel";
|
|
4
|
-
import type { processQueueItemInput } from "./ImportProcessQueue.tsx";
|
|
5
|
-
type Labels = {
|
|
6
|
-
importLabel: string;
|
|
7
|
-
};
|
|
8
|
-
type Props = {
|
|
9
|
-
dataImportTable: any[];
|
|
10
|
-
getColumnType: () => string;
|
|
11
|
-
getInvalidFieldsMessage: (field: any, t: TFunction) => string[];
|
|
12
|
-
getReferences: (row: any) => any;
|
|
13
|
-
updateRows: (currentData: any, dataRef: any) => Promise<void>;
|
|
14
|
-
prepareQueue: (rows: any[]) => void;
|
|
15
|
-
processQueueItem: (input: processQueueItemInput) => {
|
|
16
|
-
hasError: boolean;
|
|
17
|
-
};
|
|
18
|
-
reducer: (state: any, action: any) => any;
|
|
19
|
-
type: DATA_IMPORT_TYPE;
|
|
20
|
-
labels: Labels;
|
|
21
|
-
customColumnValidation: any;
|
|
22
|
-
};
|
|
23
|
-
declare const ImportStepper: (props: Props) => ReactNode;
|
|
24
|
-
export default ImportStepper;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { DATA_IMPORT_TYPE } from "../../../utils/excel/generateExcel";
|
|
3
|
-
type Props = {
|
|
4
|
-
dataImportTable: any[];
|
|
5
|
-
type: DATA_IMPORT_TYPE;
|
|
6
|
-
};
|
|
7
|
-
declare const ImportTable: ({ dataImportTable, type }: Props) => ReactNode;
|
|
8
|
-
export default ImportTable;
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
export declare const EMAIL_REGEX: RegExp;
|
|
2
|
-
export declare const formatValue: (value: string | boolean) => string;
|
|
3
|
-
export declare const formatDate: (value: string | boolean | Date) => string;
|
|
4
|
-
export declare const formatTaxID: (value: string | number | null) => string | null;
|
|
5
|
-
export declare const formatCurrency: (value: string | number) => string | null;
|
|
6
|
-
export declare const COLUMN_TYPE: {
|
|
7
|
-
TAX_ID: string;
|
|
8
|
-
ACTIVE: string;
|
|
9
|
-
EMAIL: string;
|
|
10
|
-
GENDER: string;
|
|
11
|
-
DATE: string;
|
|
12
|
-
TEXT: string;
|
|
13
|
-
PHONE: string;
|
|
14
|
-
SING_PHONE: string;
|
|
15
|
-
TAG: string;
|
|
16
|
-
VALUE: string;
|
|
17
|
-
};
|
|
18
|
-
export declare const TRUTH_VALUES: string[];
|
|
19
|
-
export declare const getActiveValue: (value: string) => boolean;
|
|
20
|
-
export declare const isActiveValid: (value: string) => boolean;
|
|
21
|
-
export declare const getDateValue: (value: string) => string | null;
|
|
22
|
-
export declare const getPhoneNumbersValue: (value: string) => string[] | null;
|
|
23
|
-
export declare const getSingPhoneNumberValue: (value: string) => string | null;
|
|
24
|
-
export declare const getTagsValue: (value: string) => string[] | null;
|
|
25
|
-
export declare const getCellProps: (type: any, value: any, onChange: any, onBlur: any, onChangeRadioGroup: any, isValid: any, isProcessing: any) => {
|
|
26
|
-
value: any;
|
|
27
|
-
onChange: any;
|
|
28
|
-
onBlur: any;
|
|
29
|
-
isValid: any;
|
|
30
|
-
isProcessing: any;
|
|
31
|
-
};
|
|
32
|
-
export declare const getColumnType: (name: string) => string;
|
|
33
|
-
export declare const getData: ({ excelData, dataImportTable, header, t }: {
|
|
34
|
-
dataImportTable: any;
|
|
35
|
-
excelData: any;
|
|
36
|
-
header: any;
|
|
37
|
-
t: any;
|
|
38
|
-
}) => any[];
|
|
39
|
-
export declare const isGenderValid: (value: string) => boolean;
|
|
40
|
-
type customColumnValidation = {
|
|
41
|
-
[key: string]: (value: string) => boolean;
|
|
42
|
-
};
|
|
43
|
-
type validateCellInput = {
|
|
44
|
-
type: string;
|
|
45
|
-
value: string;
|
|
46
|
-
requiredMessage: "Não obrigatório" | "Obrigatório";
|
|
47
|
-
customColumnValidation?: customColumnValidation;
|
|
48
|
-
columnName?: string;
|
|
49
|
-
};
|
|
50
|
-
export declare const validateCell: ({ type, value, requiredMessage, customColumnValidation, columnName, }: validateCellInput) => boolean;
|
|
51
|
-
export declare const getCellComponent: (field: string) => import("react").ReactNode;
|
|
52
|
-
export declare const EditableCell: ({ value: initialState, row: { index }, column: { id, columnType, customColumnValidation, requiredMessage }, updateMyData, isProcessing, }: {
|
|
53
|
-
column: {
|
|
54
|
-
columnType: any;
|
|
55
|
-
customColumnValidation: any;
|
|
56
|
-
id: any;
|
|
57
|
-
requiredMessage: any;
|
|
58
|
-
};
|
|
59
|
-
isProcessing: any;
|
|
60
|
-
row: {
|
|
61
|
-
index: any;
|
|
62
|
-
};
|
|
63
|
-
updateMyData: any;
|
|
64
|
-
value: any;
|
|
65
|
-
}) => import("react").ReactNode;
|
|
66
|
-
export declare const DEFAULT_QUEUE_ACTIONS: {
|
|
67
|
-
ADD: string;
|
|
68
|
-
REMOVE: string;
|
|
69
|
-
UPDATE: string;
|
|
70
|
-
};
|
|
71
|
-
export declare const TAXID_TYPE: {
|
|
72
|
-
BR_CPF: string;
|
|
73
|
-
BR_CNPJ: string;
|
|
74
|
-
US_SOCIALSECURITY: string;
|
|
75
|
-
};
|
|
76
|
-
export declare const getGenderValue: (value: string) => string;
|
|
77
|
-
export declare const getFields: (item: any) => {};
|
|
78
|
-
export declare const importFn: (selected: any, dispatch: any) => void;
|
|
79
|
-
type DefaultHeader = {
|
|
80
|
-
name: string;
|
|
81
|
-
requiredMessage: string;
|
|
82
|
-
description: string;
|
|
83
|
-
};
|
|
84
|
-
type ValidateHeaderProps = {
|
|
85
|
-
header: string[];
|
|
86
|
-
defaultHeader: DefaultHeader[];
|
|
87
|
-
};
|
|
88
|
-
export declare const validateHeader: ({ header, defaultHeader }: ValidateHeaderProps) => boolean;
|
|
89
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
|
|
3
|
-
type EarnGfitbackProps = {
|
|
4
|
-
chargeData: ChargeData;
|
|
5
|
-
};
|
|
6
|
-
declare const EarnCashback: ({ chargeData }: EarnGfitbackProps) => ReactNode;
|
|
7
|
-
export default EarnCashback;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
|
|
3
|
-
type EarnCashbackExclusiveProps = {
|
|
4
|
-
chargeData: ChargeData;
|
|
5
|
-
};
|
|
6
|
-
declare const EarnCashbackExclusive: ({ chargeData }: EarnCashbackExclusiveProps) => ReactNode;
|
|
7
|
-
export default EarnCashbackExclusive;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "../paymentLink/types/ChargeDataType.tsx";
|
|
3
|
-
type Props = {
|
|
4
|
-
charge: ChargeData;
|
|
5
|
-
companyName: string;
|
|
6
|
-
};
|
|
7
|
-
export declare const PayPixValueCompany: ({ charge, companyName }: Props) => ReactNode;
|
|
8
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "../../paymentLink/types/ChargeDataType.tsx";
|
|
3
|
-
type EarnDiscount = {
|
|
4
|
-
chargeData: ChargeData;
|
|
5
|
-
};
|
|
6
|
-
declare const EarnDiscount: ({ chargeData }: EarnDiscount) => ReactNode;
|
|
7
|
-
export default EarnDiscount;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import type { ChargeData } from './types/ChargeDataType.tsx';
|
|
3
|
-
type AccountInfoLabelProps = {
|
|
4
|
-
label: string;
|
|
5
|
-
text: string | JSX.Element;
|
|
6
|
-
};
|
|
7
|
-
export declare const AccountInfoLabel: ({ label, text, }: AccountInfoLabelProps) => ReactNode;
|
|
8
|
-
type AdditionalInfoProps = {
|
|
9
|
-
charge: ChargeData;
|
|
10
|
-
};
|
|
11
|
-
export declare const AdditionalInfo: ({ charge }: AdditionalInfoProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "./types/ChargeDataType.tsx";
|
|
3
|
-
export declare const InterestsInfoRow: ({ title, value, }: {
|
|
4
|
-
title: string;
|
|
5
|
-
value: ReactNode;
|
|
6
|
-
}) => ReactNode;
|
|
7
|
-
type InterestsInfoProps = {
|
|
8
|
-
chargeData: ChargeData;
|
|
9
|
-
};
|
|
10
|
-
declare const InterestsInfo: ({ chargeData }: InterestsInfoProps) => ReactNode;
|
|
11
|
-
export default InterestsInfo;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { ChargeData } from "../../openpix/paymentLink/types/ChargeDataType.tsx";
|
|
3
|
-
type Props = {
|
|
4
|
-
charge: ChargeData;
|
|
5
|
-
merchantName?: string;
|
|
6
|
-
paymentLinkUrl?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
};
|
|
9
|
-
declare const ShareButton: ({ charge, disabled }: Props) => ReactNode;
|
|
10
|
-
export default ShareButton;
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import type { INTERESTS_MODALITY_TYPE_ENUM, INTERESTS_VALUE_TYPE_ENUM } from "../../../../utils/ChargeInterestsTypes";
|
|
2
|
-
export type CompanyBankData = {
|
|
3
|
-
name: string;
|
|
4
|
-
code: number;
|
|
5
|
-
pixKey: string;
|
|
6
|
-
};
|
|
7
|
-
export type IAdditionalInfo = {
|
|
8
|
-
key: string;
|
|
9
|
-
value: string;
|
|
10
|
-
};
|
|
11
|
-
export type TransactionCashback = {
|
|
12
|
-
value: number;
|
|
13
|
-
};
|
|
14
|
-
export type CashbackType = {
|
|
15
|
-
percentage: number;
|
|
16
|
-
value: number;
|
|
17
|
-
status: string;
|
|
18
|
-
transactionCashback?: TransactionCashback;
|
|
19
|
-
};
|
|
20
|
-
export type CashbackExclusiveScheduledType = {
|
|
21
|
-
value: number;
|
|
22
|
-
percentage: number;
|
|
23
|
-
};
|
|
24
|
-
export type TransactionType = {
|
|
25
|
-
endToEndId: string;
|
|
26
|
-
};
|
|
27
|
-
export type RedeemedCashbackExclusiveType = {
|
|
28
|
-
value: number;
|
|
29
|
-
percentage: number;
|
|
30
|
-
};
|
|
31
|
-
export type Customer = {
|
|
32
|
-
phone: string;
|
|
33
|
-
name: string;
|
|
34
|
-
};
|
|
35
|
-
export type ChargeData = {
|
|
36
|
-
id: string;
|
|
37
|
-
brCode: string;
|
|
38
|
-
value: number;
|
|
39
|
-
valueWithDiscount: number;
|
|
40
|
-
valuePaid?: number;
|
|
41
|
-
discount: number;
|
|
42
|
-
merchantName: string;
|
|
43
|
-
merchantTaxId: string;
|
|
44
|
-
comment: string;
|
|
45
|
-
identifier: string;
|
|
46
|
-
expiration: string;
|
|
47
|
-
companyBank: CompanyBankData;
|
|
48
|
-
logo: string | null;
|
|
49
|
-
reference: string | null;
|
|
50
|
-
paymentLinkUrl: string;
|
|
51
|
-
qrCodeImage: string;
|
|
52
|
-
customer?: Customer;
|
|
53
|
-
additionalInfo?: Array<IAdditionalInfo>;
|
|
54
|
-
hasTemp: boolean;
|
|
55
|
-
isRemoved: boolean;
|
|
56
|
-
status: string;
|
|
57
|
-
error: string;
|
|
58
|
-
taxID?: {
|
|
59
|
-
taxID: string;
|
|
60
|
-
type: string;
|
|
61
|
-
};
|
|
62
|
-
cashback?: CashbackType;
|
|
63
|
-
cashbackExclusive?: CashbackType;
|
|
64
|
-
cashbackExclusiveScheduled?: CashbackExclusiveScheduledType[];
|
|
65
|
-
redeemedCashbackExclusive?: RedeemedCashbackExclusiveType[];
|
|
66
|
-
projectType: string;
|
|
67
|
-
expiresDate?: string;
|
|
68
|
-
isPixQrCode?: boolean;
|
|
69
|
-
interestsSettings: {
|
|
70
|
-
active: boolean;
|
|
71
|
-
daysAfterDueDate: number;
|
|
72
|
-
interests: {
|
|
73
|
-
type: INTERESTS_VALUE_TYPE_ENUM;
|
|
74
|
-
value: number;
|
|
75
|
-
modality: INTERESTS_MODALITY_TYPE_ENUM;
|
|
76
|
-
};
|
|
77
|
-
fines: {
|
|
78
|
-
type: INTERESTS_VALUE_TYPE_ENUM;
|
|
79
|
-
value: number;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
decodedBrCode?: {
|
|
83
|
-
interests: number;
|
|
84
|
-
fines: number;
|
|
85
|
-
finalValue: number;
|
|
86
|
-
};
|
|
87
|
-
installment?: {
|
|
88
|
-
installmentNumber: number;
|
|
89
|
-
};
|
|
90
|
-
subscription?: {
|
|
91
|
-
installmentsCount: number;
|
|
92
|
-
};
|
|
93
|
-
transactions: TransactionType[];
|
|
94
|
-
isFromTestAccount: boolean;
|
|
95
|
-
};
|
|
96
|
-
export type Shopper = {
|
|
97
|
-
id: string;
|
|
98
|
-
name: string;
|
|
99
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { RouteType } from "../../router/types";
|
|
2
|
-
type Props = {
|
|
3
|
-
routes: RouteType[];
|
|
4
|
-
routeTo: (routeName: string, params?: Record<string, string>) => string;
|
|
5
|
-
location?: unknown;
|
|
6
|
-
match?: unknown;
|
|
7
|
-
history?: unknown;
|
|
8
|
-
};
|
|
9
|
-
declare const TabbedContent: (props: Props) => import("react").ReactNode;
|
|
10
|
-
export default TabbedContent;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import type { RouteType } from './types.ts';
|
|
3
|
-
export declare const drawRoutes: (routes: RouteType[], company: Record<string, unknown> | null, componentProps: Record<string, unknown> | null, parentPath?: string | null | undefined) => ReactNode;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { RouteType } from "../../router/types";
|
|
3
|
-
export type ScreenHeaderUIProps = {
|
|
4
|
-
routedTabs?: RouteType[];
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
tagsArray?: [];
|
|
7
|
-
title?: string;
|
|
8
|
-
titleLabel?: string;
|
|
9
|
-
subTitle?: string | React.ReactNode;
|
|
10
|
-
rightComponent?: React.ReactNode;
|
|
11
|
-
middleRightComponent?: React.ReactNode;
|
|
12
|
-
routeTo: (routeName: string) => string;
|
|
13
|
-
};
|
|
14
|
-
export declare const ScreenHeaderUIResponsive: ({ title, titleLabel, subTitle, routedTabs, routeTo, children, tagsArray, rightComponent, middleRightComponent, }: ScreenHeaderUIProps) => ReactNode;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
type Props = {
|
|
3
|
-
selectedAll: any;
|
|
4
|
-
setSelectedAll: any;
|
|
5
|
-
onRowCheck: any;
|
|
6
|
-
isRowSelected: any;
|
|
7
|
-
onRowCheckAll: any;
|
|
8
|
-
clearAll: any;
|
|
9
|
-
selectAll: any;
|
|
10
|
-
edges: any[];
|
|
11
|
-
selectedCount: number;
|
|
12
|
-
};
|
|
13
|
-
declare const SelectAll: ({ clearAll, selectAll, selectedAll, edges, selectedCount }: Props) => ReactNode;
|
|
14
|
-
export default SelectAll;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare const APP_EVENT_TYPES: {
|
|
2
|
-
ACCOUNT_REGISTER_COMPLETED: string;
|
|
3
|
-
ACCOUNT_REGISTER_REJECTED: string;
|
|
4
|
-
ACCOUNT_REGISTER_REQUESTED: string;
|
|
5
|
-
CHARGE_ATTACH_TRANSACTION: string;
|
|
6
|
-
CHARGE_CREATED: string;
|
|
7
|
-
CHARGE_COMPLETED: string;
|
|
8
|
-
CHARGE_DUPLICATED: string;
|
|
9
|
-
CHARGE_EMAIL_SENT: string;
|
|
10
|
-
CHARGE_EXPIRED: string;
|
|
11
|
-
CHARGE_VIEWED: string;
|
|
12
|
-
DATA_EXPORT_COMPLETED: string;
|
|
13
|
-
EMAIL_DELIVERED: string;
|
|
14
|
-
EMAIL_SENT: string;
|
|
15
|
-
EMAIL_VIEWED: string;
|
|
16
|
-
EMAIL_OPENED: string;
|
|
17
|
-
REFUND_COMPLETED: string;
|
|
18
|
-
REFUND_ERROR: string;
|
|
19
|
-
SMS_DELIVERED: string;
|
|
20
|
-
SMS_SENT: string;
|
|
21
|
-
SMS_VIEWED: string;
|
|
22
|
-
CHARGE_REFUND: string;
|
|
23
|
-
CHARGE_PARTIAL_REFUND: string;
|
|
24
|
-
DISPUTE_CREATED: string;
|
|
25
|
-
DISPUTE_REJECTED: string;
|
|
26
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from "i18next";
|
|
2
|
-
export declare const PIX_TRANSACTION_ENTRY_TYPES: {
|
|
3
|
-
DEBIT: string;
|
|
4
|
-
CREDIT: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const getPixTransactionEntryTypes: (t: TFunction<"translation", undefined>) => {
|
|
7
|
-
[x: string]: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const getPixTransactionStatusEntryTypes: (t: TFunction<"translation", undefined>) => {
|
|
10
|
-
[x: string]: string;
|
|
11
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
export declare const STATEMENT_TYPES: {
|
|
3
|
-
IN: string;
|
|
4
|
-
OUT: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const ENTRY_TYPE_MAPPER: {
|
|
7
|
-
[x: string]: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const TRANSACTION_STATEMENT_TYPES: {
|
|
10
|
-
[x: string]: string;
|
|
11
|
-
};
|
|
12
|
-
export declare const getStatementTypes: (t: TFunction<"translation", undefined>) => {
|
|
13
|
-
[x: string]: string;
|
|
14
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from "i18next";
|
|
2
|
-
export declare const WEBHOOK_STATUS: {
|
|
3
|
-
readonly PENDING: "PENDING";
|
|
4
|
-
readonly FAILED: "FAILED";
|
|
5
|
-
readonly SUCCESS: "SUCCESS";
|
|
6
|
-
readonly NOT_APPLY: "NOT_APPLY";
|
|
7
|
-
};
|
|
8
|
-
export type WEBHOOK_STATUS = (typeof WEBHOOK_STATUS)[keyof typeof WEBHOOK_STATUS];
|
|
9
|
-
export declare const getWebhookStatus: (t: TFunction<"translation", undefined>) => {
|
|
10
|
-
PENDING: string;
|
|
11
|
-
FAILED: string;
|
|
12
|
-
SUCCESS: string;
|
|
13
|
-
NOT_APPLY: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const getWebhookStatusFilterItems: (t: any) => {
|
|
16
|
-
value: string;
|
|
17
|
-
label: any;
|
|
18
|
-
}[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
type StepProps = {
|
|
3
|
-
label: string;
|
|
4
|
-
};
|
|
5
|
-
export type StepperProps = {
|
|
6
|
-
steps: StepProps[];
|
|
7
|
-
orientation?: string;
|
|
8
|
-
};
|
|
9
|
-
declare const Stepper: ({ steps, orientation, }: StepperProps) => ReactNode;
|
|
10
|
-
export default Stepper;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
export declare const IMPORT_STATUS: {
|
|
3
|
-
ERROR: string;
|
|
4
|
-
SUCCESS: string;
|
|
5
|
-
WARNING: string;
|
|
6
|
-
USER_EXISTS: string;
|
|
7
|
-
CUSTOMER_NOT_EXISTS: string;
|
|
8
|
-
PROCESSING: string;
|
|
9
|
-
};
|
|
10
|
-
export declare const CheckCircleIcon: (props: object) => ReactNode;
|
|
11
|
-
export declare const ErrorCircleIcon: (props: object) => ReactNode;
|
|
12
|
-
export declare const StatusCell: ({ row }: {
|
|
13
|
-
row: any;
|
|
14
|
-
}) => ReactNode;
|
|
15
|
-
export default StatusCell;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { TableCellProps } from "@mui/material/TableCell";
|
|
2
|
-
import type { MouseEventHandler, ReactNode } from "react";
|
|
3
|
-
type Props = {
|
|
4
|
-
onCellClick?: MouseEventHandler<HTMLTableCellElement>;
|
|
5
|
-
cellProps?: Record<string, any>;
|
|
6
|
-
children: React.ReactNode;
|
|
7
|
-
} & TableCellProps;
|
|
8
|
-
declare const Cell: (props: Props) => ReactNode;
|
|
9
|
-
export default Cell;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import type { NodeT, TableColumn } from "../muiTable/Table.tsx";
|
|
3
|
-
type Props<T> = {
|
|
4
|
-
column: TableColumn<T>;
|
|
5
|
-
row: NodeT<T>;
|
|
6
|
-
cellProps?: Record<string, any>;
|
|
7
|
-
checked?: boolean;
|
|
8
|
-
indeterminate?: boolean;
|
|
9
|
-
onChange: () => void;
|
|
10
|
-
indeterminateIcon?: React.ReactNode;
|
|
11
|
-
checkedIcon?: React.ReactNode;
|
|
12
|
-
icon?: React.ReactNode;
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
dataTestID?: string;
|
|
15
|
-
};
|
|
16
|
-
declare const CellCheckbox: <T extends object>(props: Props<T>) => ReactNode;
|
|
17
|
-
export default CellCheckbox;
|