@woovi/ui 6.6.2 → 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 -7
- 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
|
+
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;
|
|
@@ -0,0 +1,14 @@
|
|
|
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,3 +1,4 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
1
2
|
export declare const CASHBACK_STATUS: {
|
|
2
3
|
readonly PENDING: "PENDING";
|
|
3
4
|
readonly PENDING_EXCLUSIVE: "PENDING_EXCLUSIVE";
|
|
@@ -10,3 +11,15 @@ export declare const CASHBACK_STATUS: {
|
|
|
10
11
|
readonly NOT_APPLY: "NOT_APPLY";
|
|
11
12
|
readonly REFUNDED: "REFUNDED";
|
|
12
13
|
};
|
|
14
|
+
export declare const getCashbackStatus: (t: TFunction<"translation", undefined>) => {
|
|
15
|
+
PENDING: string;
|
|
16
|
+
PENDING_EXCLUSIVE: string;
|
|
17
|
+
PROCESSING: string;
|
|
18
|
+
ERROR_PROCESSING: string;
|
|
19
|
+
CREATED: string;
|
|
20
|
+
ERROR_CREATING: string;
|
|
21
|
+
CONFIRMED: string;
|
|
22
|
+
EXPIRED: string;
|
|
23
|
+
NOT_APPLY: string;
|
|
24
|
+
REFUNDED: string;
|
|
25
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
};
|
|
@@ -18,15 +18,15 @@ export declare const PIX_TRANSACTION_PAYMENT_STATUS: {
|
|
|
18
18
|
CONFIRMED: string;
|
|
19
19
|
};
|
|
20
20
|
export declare const PIX_TRANSACTION_STATUS: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
CONFIRMED: string;
|
|
21
|
+
PENDING: string;
|
|
22
|
+
CREATED: string;
|
|
24
23
|
PARTIAL_REFUND: string;
|
|
25
24
|
IN_PROCESSING: string;
|
|
26
25
|
NOT_ACCOMPLISHED: string;
|
|
27
26
|
REJECTED: string;
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
RECEIVED: string;
|
|
28
|
+
REFUNDED: string;
|
|
29
|
+
CONFIRMED: string;
|
|
30
30
|
};
|
|
31
31
|
export declare const PIX_TRANSACTION_CONFIRMED_STATUS: {
|
|
32
32
|
APPLIED: string;
|
|
@@ -35,15 +35,6 @@ export declare const PIX_TRANSACTION_CONFIRMED_STATUS: {
|
|
|
35
35
|
CONFIRMED: string;
|
|
36
36
|
PARTIAL_REFUND: string;
|
|
37
37
|
};
|
|
38
|
-
export declare const getPixTransactionStatus: (t: TFunction) => {
|
|
39
|
-
[
|
|
40
|
-
[PIX_TRANSACTION_STATUS.REFUNDED]: string;
|
|
41
|
-
[PIX_TRANSACTION_STATUS.PARTIAL_REFUND]: string;
|
|
42
|
-
[PIX_TRANSACTION_STATUS.IN_PROCESSING]: string;
|
|
43
|
-
[PIX_TRANSACTION_STATUS.NOT_ACCOMPLISHED]: string;
|
|
44
|
-
[PIX_TRANSACTION_STATUS.REJECTED]: string;
|
|
45
|
-
[PIX_TRANSACTION_STATUS.PENDING]: string;
|
|
46
|
-
[PIX_TRANSACTION_STATUS.CREATED]: string;
|
|
47
|
-
[PIX_TRANSACTION_STATUS.CONFIRMED]: string;
|
|
48
|
-
[PIX_TRANSACTION_STATUS.CREATED]: string;
|
|
38
|
+
export declare const getPixTransactionStatus: (t: TFunction<"translation", undefined>) => {
|
|
39
|
+
[x: string]: string;
|
|
49
40
|
};
|
|
@@ -41,18 +41,10 @@ export declare const TRANSACTION_SUB_TYPES: {
|
|
|
41
41
|
readonly PIX_AUTOMATIC: "PIX_AUTOMATIC";
|
|
42
42
|
readonly PIX_AUTOMATIC_FEE: "PIX_AUTOMATIC_FEE";
|
|
43
43
|
};
|
|
44
|
-
export declare const getPixTransactionTypes: (t: TFunction) => {
|
|
45
|
-
[
|
|
46
|
-
[PIX_TRANSACTION_TYPES.REFUND]: string;
|
|
47
|
-
[PIX_TRANSACTION_TYPES.WITHDRAW]: string;
|
|
48
|
-
[PIX_TRANSACTION_TYPES.FEE]: string;
|
|
49
|
-
[PIX_TRANSACTION_TYPES.BALANCE_BLOCK]: string;
|
|
50
|
-
[PIX_TRANSACTION_TYPES.BALANCE_UNBLOCK]: string;
|
|
51
|
-
[PIX_TRANSACTION_TYPES.REVERSAL]: string;
|
|
52
|
-
[PIX_TRANSACTION_TYPES.INTERNAL_TRANSFER]: string;
|
|
53
|
-
[PIX_TRANSACTION_TYPES.REVERSAL]: string;
|
|
44
|
+
export declare const getPixTransactionTypes: (t: TFunction<"translation", undefined>) => {
|
|
45
|
+
[x: string]: string;
|
|
54
46
|
};
|
|
55
|
-
export declare const getTransactionSubTypeAdminI18n: (t: TFunction) => {
|
|
47
|
+
export declare const getTransactionSubTypeAdminI18n: (t: TFunction<"translation", undefined>) => {
|
|
56
48
|
FEE: string;
|
|
57
49
|
CASHBACK: string;
|
|
58
50
|
CASHBACK_EXCLUSIVE: string;
|
|
@@ -79,7 +71,7 @@ export declare const getTransactionSubTypeAdminI18n: (t: TFunction) => {
|
|
|
79
71
|
PIX_AUTOMATIC: string;
|
|
80
72
|
PIX_AUTOMATIC_FEE: string;
|
|
81
73
|
};
|
|
82
|
-
export declare const getTransactionSubTypeI18n: (t: TFunction) => {
|
|
74
|
+
export declare const getTransactionSubTypeI18n: (t: TFunction<"translation", undefined>) => {
|
|
83
75
|
FEE: string;
|
|
84
76
|
CASHBACK: string;
|
|
85
77
|
CASHBACK_EXCLUSIVE: string;
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}[];
|
|
@@ -3,9 +3,9 @@ import type { ItemType } from "./Sidebar.tsx";
|
|
|
3
3
|
type Props = ItemType & {
|
|
4
4
|
isMobile: boolean;
|
|
5
5
|
newChip?: boolean;
|
|
6
|
+
notificationCounter?: number;
|
|
6
7
|
disabled?: boolean;
|
|
7
8
|
requiredRoles?: string[];
|
|
8
|
-
notificationCounter?: number;
|
|
9
9
|
};
|
|
10
|
-
declare const Group: (props: Props) => ReactElement
|
|
10
|
+
declare const Group: (props: Props) => ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
11
11
|
export default Group;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ItemType } from
|
|
1
|
+
import type { ItemType } from './Sidebar.tsx';
|
|
2
2
|
export declare const getItemsPath: (items: ItemType[]) => string[];
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
|
-
import { PIX_TRANSACTION_ENTRY_TYPES } from "../shared/pixTransactionEntryTypes";
|
|
3
2
|
export declare const ledgerTypeColors: {
|
|
4
|
-
[
|
|
5
|
-
[PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
|
|
3
|
+
[x: string]: string;
|
|
6
4
|
};
|
|
7
5
|
export declare const LedgerStatementText: ({ type, children }: {
|
|
8
6
|
type: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|
|
@@ -8,10 +8,12 @@ type CardListVirtualizedProps = {
|
|
|
8
8
|
noItemsLabel?: string;
|
|
9
9
|
cardListDefaultHeight?: string;
|
|
10
10
|
};
|
|
11
|
-
export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCellParams
|
|
11
|
+
export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>>) => {
|
|
12
12
|
value: any;
|
|
13
13
|
row: any;
|
|
14
14
|
};
|
|
15
|
+
export declare const NATIVE_COLUMN_TYPES: import("@mui/x-data-grid").GridColumnTypesRecord;
|
|
16
|
+
export declare const hasCustomColumnType: (column: any) => any;
|
|
15
17
|
export declare const formatValue: (value: any, column: any) => any;
|
|
16
18
|
export declare const getColumnValue: (row: any, column: any) => any;
|
|
17
19
|
declare const CardListVirtualized: ({ columns: _columns, data, onScrollToBottom, onCardClick, noItemsLabel, cardListDefaultHeight, }: CardListVirtualizedProps) => 0 | import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
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;
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,17 @@
|
|
|
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;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { NodeT, TableColumn } from "../muiTable/Table.tsx";
|
|
2
|
+
type Props<T> = {
|
|
3
|
+
column: TableColumn<T>;
|
|
4
|
+
row: NodeT<T>;
|
|
5
|
+
onChange: (value: string, row: NodeT<T>) => void;
|
|
6
|
+
cellProps?: Record<string, any>;
|
|
7
|
+
header?: boolean;
|
|
8
|
+
value?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const CellEditable: <T>(props: Props<T>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default CellEditable;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { NodeT, TableColumn } from "../muiTable/Table.tsx";
|
|
3
|
+
type Props<T> = {
|
|
4
|
+
rowData: NodeT<T>;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
} & TableColumn<T>;
|
|
7
|
+
declare const LinkCellNode: <T>({ rowData, property, getClickPath }: Props<T>) => ReactNode;
|
|
8
|
+
export default LinkCellNode;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const CELL_TYPES: {
|
|
2
|
+
TIME: string;
|
|
3
|
+
DATE: string;
|
|
4
|
+
DATETIME: string;
|
|
5
|
+
EMPTY: string;
|
|
6
|
+
STRING: string;
|
|
7
|
+
ICON: string;
|
|
8
|
+
ACTIONS: string;
|
|
9
|
+
CHECKBOX: string;
|
|
10
|
+
EDITABLE: string;
|
|
11
|
+
LINK: string;
|
|
12
|
+
CURRENCY: string;
|
|
13
|
+
TAG: string;
|
|
14
|
+
};
|
|
15
|
+
export default CELL_TYPES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getCellValue: (props: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CELL_TYPES } from './cellTypes.ts';
|
|
@@ -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,6 @@
|
|
|
1
|
+
import { type InputProps as MuiInputProps } from '@mui/material';
|
|
2
|
+
type InputProps = {
|
|
3
|
+
isValid: boolean;
|
|
4
|
+
} & MuiInputProps;
|
|
5
|
+
declare const InputForCells: ({ isValid, sx, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default InputForCells;
|