@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
|
@@ -23,5 +23,5 @@ type BannerInfosArgs<T> = {
|
|
|
23
23
|
refColumn: BannerErrorField<T>;
|
|
24
24
|
};
|
|
25
25
|
type BannerInfosResult = JSX.Element | null;
|
|
26
|
-
export declare const BannerInfos: <T>({ errors, columns, titleHeader, onClose, isOpen, color, name, refColumn }: BannerInfosArgs<T>) => BannerInfosResult;
|
|
26
|
+
export declare const BannerInfos: <T>({ errors, columns, titleHeader, onClose, isOpen, color, name, refColumn, }: BannerInfosArgs<T>) => BannerInfosResult;
|
|
27
27
|
export default BannerInfos;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type BoxProps } from '@mui/material';
|
|
2
|
+
type CircleProps = BoxProps & {
|
|
3
|
+
size?: number | null;
|
|
4
|
+
color?: string | null;
|
|
5
|
+
};
|
|
6
|
+
declare const Circle: ({ size, color, sx, ...rest }: CircleProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Circle;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
interface Props extends BoxProps {
|
|
3
|
+
symbol?: string;
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
}
|
|
6
|
+
declare const CircleButton: ({ sx, symbol, children, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CircleButton;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
currentProgress?: number;
|
|
4
|
+
colors?: string[];
|
|
5
|
+
hideAfterComplete?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const LinearProgress: ({ currentProgress, colors, hideAfterComplete, ...rest }: Props) => ReactNode;
|
|
8
|
+
export default LinearProgress;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type LinkProps as MuiLinkProps } from "@mui/material";
|
|
2
|
-
import { type LinkProps as RouterLinkProps } from "react-router";
|
|
2
|
+
import { type LinkProps as RouterLinkProps } from "react-router-dom";
|
|
3
3
|
type LinkProps = RouterLinkProps & Omit<MuiLinkProps, "component">;
|
|
4
4
|
declare const Link: ({ sx, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default Link;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const LoremIpsum = "What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.";
|
|
2
|
+
export default LoremIpsum;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
type Props = BoxProps & {
|
|
4
|
+
width?: string;
|
|
5
|
+
percent: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
active?: boolean;
|
|
8
|
+
barColor?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const ProgressBar: ({ width, active, height, percent, barColor, ...props }: Props) => ReactNode;
|
|
11
|
+
export default ProgressBar;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { TooltipProps } from "@mui/material/Tooltip";
|
|
3
|
+
export declare const Icon: ({ sx, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
type BlockDescriptionTooltipProps = BoxProps & {
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
};
|
|
8
|
+
export declare const BlockDescriptionTooltip: import("react").ForwardRefExoticComponent<Omit<BlockDescriptionTooltipProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
type Props = {
|
|
10
|
+
width?: number;
|
|
11
|
+
height?: number;
|
|
12
|
+
} & Omit<TooltipProps, "children">;
|
|
13
|
+
declare const IconTooltip: ({ width, height, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default IconTooltip;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
2
|
import type { CardProps } from "../card/Card.tsx";
|
|
3
|
-
type RadioCardProps = {
|
|
3
|
+
export type RadioCardProps = {
|
|
4
4
|
cardProps?: Omit<CardProps, "children">;
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
labelPlacement?: "top" | "end" | "bottom" | "start";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { LinkProps } from "react-router-dom";
|
|
2
2
|
export declare const ReactRouterLinkBehavior: import("react").ForwardRefExoticComponent<LinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Typography } from "@mui/material";
|
|
2
|
+
import type { ComponentProps, ReactNode } from "react";
|
|
3
|
+
export declare const toSafeTruncate: (value: string | null, length?: number) => (string | boolean | null)[];
|
|
4
|
+
type Props = {
|
|
5
|
+
children: string | null;
|
|
6
|
+
length?: number;
|
|
7
|
+
} & ComponentProps<typeof Typography>;
|
|
8
|
+
declare const SafeTextTootltip: ({ children, length, ...rest }: Props) => ReactNode;
|
|
9
|
+
export default SafeTextTootltip;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type StackProps } from "@mui/material";
|
|
2
|
+
type Props = StackProps & {
|
|
3
|
+
number: number;
|
|
4
|
+
status?: boolean;
|
|
5
|
+
header?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const Step: ({ children, header, number, status, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default Step;
|
|
@@ -13,8 +13,7 @@ type SwipeableDialogProviderProps = {
|
|
|
13
13
|
};
|
|
14
14
|
declare const SwipeableDialogContext: React.Context<SwipeableDialogContext | null>;
|
|
15
15
|
export declare const useSwipeableDialogContext: () => SwipeableDialogContext;
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
displayName: string;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
16
|
+
export declare function SwipeableDialog(props: SwipeableDialogProviderProps): ReactNode;
|
|
17
|
+
export declare namespace SwipeableDialog {
|
|
18
|
+
var displayName: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type SwipeableDialogActionsProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare function SwipeableDialogActions(props: SwipeableDialogActionsProps): ReactNode;
|
|
7
|
+
export declare namespace SwipeableDialogActions {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SwipeableDialogCloseProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
+
};
|
|
6
|
+
export declare function SwipeableDialogClose(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
+
export declare namespace SwipeableDialogClose {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
@@ -6,8 +6,7 @@ type SwipeableDialogContentProps = {
|
|
|
6
6
|
dividers?: boolean;
|
|
7
7
|
sx?: SxProps;
|
|
8
8
|
};
|
|
9
|
-
export declare
|
|
10
|
-
|
|
11
|
-
displayName: string;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
9
|
+
export declare function SwipeableDialogContent(props: SwipeableDialogContentProps): ReactNode;
|
|
10
|
+
export declare namespace SwipeableDialogContent {
|
|
11
|
+
var displayName: string;
|
|
12
|
+
}
|
|
@@ -5,8 +5,7 @@ type SwipeableDialogTitleProps = {
|
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
sx?: SxProps;
|
|
7
7
|
};
|
|
8
|
-
export declare
|
|
9
|
-
|
|
10
|
-
displayName: string;
|
|
11
|
-
}
|
|
12
|
-
export {};
|
|
8
|
+
export declare function SwipeableDialogTitle(props: SwipeableDialogTitleProps): ReactNode;
|
|
9
|
+
export declare namespace SwipeableDialogTitle {
|
|
10
|
+
var displayName: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SwipeableDialogTriggerProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
5
|
+
};
|
|
6
|
+
export declare function SwipeableDialogTrigger(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
+
export declare namespace SwipeableDialogTrigger {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { WEBHOOK_STATUS } from "../shared/webhookStatus";
|
|
2
|
+
import { type TagProps } from "./tag/Tag.tsx";
|
|
3
|
+
export declare const TAG_WEBHOOK_STATUS_COLORS: {
|
|
4
|
+
SUCCESS: string;
|
|
5
|
+
PENDING: string;
|
|
6
|
+
FAILED: string;
|
|
7
|
+
NOT_APPLY: string;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
webhookStatus: WEBHOOK_STATUS;
|
|
11
|
+
} & TagProps;
|
|
12
|
+
export declare const TagWebhookStatus: ({ webhookStatus, sx, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
/** If `exclusive` is `false`, `GroupValue` will be an array of strings. */
|
|
4
|
+
export type GroupValue = string | (string | null)[] | null;
|
|
5
|
+
type GroupItem = {
|
|
6
|
+
text: React.ReactNode;
|
|
7
|
+
value: GroupValue;
|
|
8
|
+
};
|
|
9
|
+
export type ToggleButtonGroupProps = {
|
|
10
|
+
group: GroupItem[];
|
|
11
|
+
/**
|
|
12
|
+
* Toggle more than one button per time. If `exclusive` is `false`,
|
|
13
|
+
* the value that you
|
|
14
|
+
*/
|
|
15
|
+
exclusive?: boolean;
|
|
16
|
+
initialValue?: string;
|
|
17
|
+
canValueBeNull?: boolean;
|
|
18
|
+
onValueChange?: (value: GroupValue) => void;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* @see [our Storybook component](https://entria.github.io/woovi-admin/?path=/story/ui-togglebuttongroup--component)
|
|
22
|
+
*/
|
|
23
|
+
declare const ToggleButtonGroup: ({ group, exclusive, canValueBeNull, initialValue, onValueChange, }: ToggleButtonGroupProps) => ReactNode;
|
|
24
|
+
export default ToggleButtonGroup;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ToggleButtonGroupProps, GroupValue } from './ToggleButtonGroup.tsx';
|
|
2
|
+
export type ToggleButtonGroupMobileProps = ToggleButtonGroupProps & {
|
|
3
|
+
value: GroupValue;
|
|
4
|
+
onValueChange: (newValue: string) => void;
|
|
5
|
+
};
|
|
6
|
+
declare const ToggleButtonGroupMobile: ({ group, value, onValueChange, }: ToggleButtonGroupMobileProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default ToggleButtonGroupMobile;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Theme } from "@mui/material";
|
|
2
|
+
import { type TagProps } from "./tag/Tag.tsx";
|
|
3
|
+
export declare const TRANSACTION_TAG_ENTRYTYPE_COLOR: {
|
|
4
|
+
[x: string]: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const getTransactionEntryTypeColors: (theme: Theme) => {
|
|
7
|
+
[x: string]: string;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
status: string;
|
|
11
|
+
} & Omit<TagProps, "status">;
|
|
12
|
+
export declare const TransactionTagEntryType: ({ status, sx, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type AvatarProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
type CustomAvatarProps = {
|
|
4
|
+
size?: number;
|
|
5
|
+
excessCount?: boolean;
|
|
6
|
+
} & AvatarProps;
|
|
7
|
+
export declare const Avatar: ({ size, excessCount, sx, ...props }: CustomAvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const AvatarInfo: ({ size, sx, ...props }: CustomAvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
type Props = {
|
|
10
|
+
bubbleCount: number;
|
|
11
|
+
edges: any;
|
|
12
|
+
size?: number;
|
|
13
|
+
totalCount?: number;
|
|
14
|
+
};
|
|
15
|
+
declare const AvatarGroup: ({ bubbleCount, edges, size, totalCount }: Props) => ReactNode;
|
|
16
|
+
export default AvatarGroup;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
bubbleCount: number;
|
|
4
|
+
edges: any;
|
|
5
|
+
size?: number;
|
|
6
|
+
totalCount: number;
|
|
7
|
+
};
|
|
8
|
+
declare const AvatarGroupSelectedAll: ({ bubbleCount, edges, size, totalCount, }: Props) => ReactNode;
|
|
9
|
+
export default AvatarGroupSelectedAll;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { type ListItemButtonProps } from "@mui/material/ListItemButton";
|
|
2
1
|
import type React from "react";
|
|
3
|
-
import { type PropsWithChildren } from "react";
|
|
4
2
|
type ButtonMenuProps = {
|
|
5
3
|
children: React.ReactNode;
|
|
6
4
|
};
|
|
7
5
|
export declare const ButtonMenu: ({ children }: ButtonMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
type ButtonMenuItemProps =
|
|
6
|
+
type ButtonMenuItemProps = {
|
|
9
7
|
href?: string;
|
|
8
|
+
children: React.ReactNode;
|
|
10
9
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
11
10
|
};
|
|
12
|
-
export declare const ButtonMenuItem: ({ children, href, onClick }:
|
|
11
|
+
export declare const ButtonMenuItem: ({ children, href, onClick }: ButtonMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Edge = Record<string, unknown>;
|
|
3
|
+
type Props = {
|
|
4
|
+
rightComponent?: ReactNode;
|
|
5
|
+
leftComponent?: ReactNode;
|
|
6
|
+
emptyMessage?: string;
|
|
7
|
+
withActionMargin?: boolean;
|
|
8
|
+
edges: Edge[];
|
|
9
|
+
renderItem: (edge: Edge, index?: number) => ReactNode;
|
|
10
|
+
isLoading: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare const CardList: (props: Props) => ReactNode;
|
|
13
|
+
export default CardList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { ButtonProps } from "@mui/material/Button";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
type SVGIconProps = {
|
|
4
|
+
width: number;
|
|
5
|
+
color?: string;
|
|
6
|
+
height?: number;
|
|
7
|
+
viewBox?: string;
|
|
8
|
+
};
|
|
9
|
+
type SVGIcon = (props: SVGIconProps) => JSX.Element;
|
|
10
|
+
type ActionsPropsDefault = {
|
|
11
|
+
renderActions?: never;
|
|
12
|
+
primaryAction: () => void;
|
|
13
|
+
primaryActionLabel: string;
|
|
14
|
+
primaryActionProps?: ButtonProps;
|
|
15
|
+
secondaryAction?: () => void;
|
|
16
|
+
secondaryActionLabel?: string;
|
|
17
|
+
secondaryActionProps?: ButtonProps;
|
|
18
|
+
};
|
|
19
|
+
type ActionsPropsCustomRender = {
|
|
20
|
+
renderActions: React.ReactNode;
|
|
21
|
+
primaryAction?: never;
|
|
22
|
+
primaryActionLabel?: never;
|
|
23
|
+
primaryActionProps?: never;
|
|
24
|
+
secondaryAction?: never;
|
|
25
|
+
secondaryActionLabel?: never;
|
|
26
|
+
secondaryActionProps?: never;
|
|
27
|
+
};
|
|
28
|
+
type ActionsProps = ActionsPropsDefault | ActionsPropsCustomRender;
|
|
29
|
+
type CardBasicContextProps = {
|
|
30
|
+
icon: string | SVGIcon | null;
|
|
31
|
+
title: string;
|
|
32
|
+
description: ReactNode;
|
|
33
|
+
} & ActionsProps;
|
|
34
|
+
declare const CardBasicContext: (props: CardBasicContextProps) => ReactNode;
|
|
35
|
+
export default CardBasicContext;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type CardFieldProps = {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string | null | JSX.Element;
|
|
5
|
+
centeredLabel?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const CardField: ({ label, value, centeredLabel, }: CardFieldProps) => ReactNode;
|
|
8
|
+
export default CardField;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
type CollapseProps = {
|
|
1
|
+
export type CollapseProps = {
|
|
2
2
|
header: string | JSX.Element | React.ReactNode;
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
initialExpanded?: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const Collapse: ({ initialExpanded, header, children }: CollapseProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
6
|
+
export declare const Collapse: ({ initialExpanded, header, children, }: CollapseProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { AccordionProps } from "@mui/material/Accordion";
|
|
2
|
-
import MuiAccordionActions from "@mui/material/AccordionActions";
|
|
3
2
|
import type { ButtonProps } from "@mui/material/Button";
|
|
4
|
-
import type {
|
|
3
|
+
import type { ReactNode } from "react";
|
|
5
4
|
type CollapsibleBaseProps = {
|
|
6
5
|
expandIcon?: ReactNode;
|
|
7
6
|
className?: string;
|
|
@@ -54,6 +53,6 @@ type ActionsPropsCustomRender = {
|
|
|
54
53
|
};
|
|
55
54
|
type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
|
|
56
55
|
export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
|
|
57
|
-
export declare const AccordionActions: ({ sx, ...props }:
|
|
56
|
+
export declare const AccordionActions: ({ sx, ...props }: import("@mui/material").AccordionActionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
58
57
|
declare const Collapsible: (props: CollapsibleProps) => ReactNode;
|
|
59
58
|
export default Collapsible;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { AccordionProps } from "@mui/material/Accordion";
|
|
2
|
+
import type { ButtonProps } from "@mui/material/Button";
|
|
3
|
+
import type { ReactNode } from "react";
|
|
4
|
+
type CollapsibleBaseProps = {
|
|
5
|
+
dense: boolean;
|
|
6
|
+
expandIcon?: React.ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
onChange?: (ev: Record<string, unknown>, expanded: boolean) => void;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
lazy: boolean;
|
|
11
|
+
expanded: boolean | undefined;
|
|
12
|
+
borderRadius?: number;
|
|
13
|
+
alwaysExpanded?: boolean;
|
|
14
|
+
isExpanded?: boolean;
|
|
15
|
+
} & AccordionProps;
|
|
16
|
+
type SummaryPropsDefault = {
|
|
17
|
+
renderSummary?: never;
|
|
18
|
+
heading: string;
|
|
19
|
+
secondaryHeading?: string;
|
|
20
|
+
secondaryHeadingLinkTo?: string | undefined;
|
|
21
|
+
};
|
|
22
|
+
type SummaryPropsCustomRender = {
|
|
23
|
+
renderSummary: React.ReactNode;
|
|
24
|
+
heading?: never;
|
|
25
|
+
secondaryHeading?: never;
|
|
26
|
+
secondaryHeadingLinkTo?: never;
|
|
27
|
+
};
|
|
28
|
+
type SummaryProps = SummaryPropsDefault | SummaryPropsCustomRender;
|
|
29
|
+
type ActionsPropsEmpty = {
|
|
30
|
+
renderActions?: never;
|
|
31
|
+
primaryAction?: never;
|
|
32
|
+
primaryActionLabel?: never;
|
|
33
|
+
primaryActionProps?: never;
|
|
34
|
+
secondaryAction?: never;
|
|
35
|
+
secondaryActionLabel?: never;
|
|
36
|
+
secondaryActionProps?: never;
|
|
37
|
+
};
|
|
38
|
+
type ActionsPropsDefault = {
|
|
39
|
+
renderActions?: never;
|
|
40
|
+
primaryAction: () => void;
|
|
41
|
+
primaryActionLabel: string;
|
|
42
|
+
primaryActionProps?: ButtonProps;
|
|
43
|
+
secondaryAction?: () => void;
|
|
44
|
+
secondaryActionLabel?: string;
|
|
45
|
+
secondaryActionProps?: ButtonProps;
|
|
46
|
+
};
|
|
47
|
+
type ActionsPropsCustomRender = {
|
|
48
|
+
renderActions: React.ReactNode;
|
|
49
|
+
primaryAction?: never;
|
|
50
|
+
primaryActionLabel?: never;
|
|
51
|
+
primaryActionProps?: never;
|
|
52
|
+
secondaryAction?: never;
|
|
53
|
+
secondaryActionLabel?: never;
|
|
54
|
+
secondaryActionProps?: never;
|
|
55
|
+
};
|
|
56
|
+
type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
|
|
57
|
+
export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
|
|
58
|
+
declare const CollapsibleInfinityActions: (props: CollapsibleProps) => ReactNode;
|
|
59
|
+
export default CollapsibleInfinityActions;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
import type { CollapsibleProps } from "./Collapsible.tsx";
|
|
4
|
+
export declare const CollapsibleTreeActions: ({ isParent, noBorder, sx, ...props }: import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent.d.ts").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
6
|
+
}, keyof import("@mui/material/OverridableComponent.d.ts").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
7
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
isParent: boolean;
|
|
10
|
+
noBorder: boolean;
|
|
11
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
type Props = {
|
|
13
|
+
disable?: boolean;
|
|
14
|
+
borderRadius?: number;
|
|
15
|
+
rootProps?: BoxProps;
|
|
16
|
+
} & CollapsibleProps;
|
|
17
|
+
declare const CollapsibleTree: (props: Props) => ReactNode;
|
|
18
|
+
export default CollapsibleTree;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Box from '@mui/material/Box';
|
|
2
|
+
import type { Theme } from '@mui/material/styles';
|
|
3
|
+
import type { ComponentProps, ReactNode } from 'react';
|
|
4
|
+
export type TransparencyCollapsibleWrapperProps = ComponentProps<typeof Box>;
|
|
5
|
+
export declare const TransparencyCollapsibleWrapper: ({ sx, children, ...props }: import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
7
|
+
}, keyof import("@mui/system").BoxOwnProps<Theme>>) => ReactNode;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
type LogoType = {
|
|
4
|
+
url: string | null;
|
|
5
|
+
};
|
|
6
|
+
export type CompanyType = {
|
|
7
|
+
id: string | null;
|
|
8
|
+
name: string | null;
|
|
9
|
+
logo: LogoType | null;
|
|
10
|
+
nameFriendly: string | null;
|
|
11
|
+
};
|
|
12
|
+
type CompanyLogoProps = BoxProps & {
|
|
13
|
+
company: CompanyType;
|
|
14
|
+
};
|
|
15
|
+
declare const CompanyLogo: ({ sx, company, ...rest }: CompanyLogoProps) => ReactNode;
|
|
16
|
+
export default CompanyLogo;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { GridExperimentalProFeatures, DataGridProProps as MUIDataGridProProps } from "@mui/x-data-grid-pro";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export declare const GridDensityTypes: {
|
|
4
|
+
readonly Compact: "compact";
|
|
5
|
+
readonly Standard: "standard";
|
|
6
|
+
readonly Comfortable: "comfortable";
|
|
7
|
+
};
|
|
8
|
+
export type GridDensityTypes = (typeof GridDensityTypes)[keyof typeof GridDensityTypes];
|
|
9
|
+
export type DataGridProps = MUIDataGridProProps & {
|
|
10
|
+
maxLines?: number;
|
|
11
|
+
rowHref?: string;
|
|
12
|
+
tableName?: string;
|
|
13
|
+
disableSelectAllCheckbox?: boolean;
|
|
14
|
+
experimentalFeatures?: GridExperimentalProFeatures & {
|
|
15
|
+
rowAnchor?: boolean;
|
|
16
|
+
zebraRow?: boolean;
|
|
17
|
+
persistState?: boolean;
|
|
18
|
+
exportTable?: boolean;
|
|
19
|
+
};
|
|
20
|
+
exportBeta?: boolean;
|
|
21
|
+
getCustomRoute?: (id: string) => string;
|
|
22
|
+
};
|
|
23
|
+
declare const DataGrid: ({ columns: _columns, rows, onRowClick, maxLines, rowHref, experimentalFeatures, exportBeta, initialState, getCustomRoute, ...rest }: DataGridProps) => ReactNode;
|
|
24
|
+
export default DataGrid;
|