@woovi/ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +36 -0
- package/dist/BackButton.d.ts +6 -0
- package/dist/Badge.d.ts +2 -0
- package/dist/Banner.d.ts +9 -0
- package/dist/BannerError.d.ts +6 -0
- package/dist/BannerInfos.d.ts +27 -0
- package/dist/CashbackTagStatus.d.ts +5 -0
- package/dist/Circle.d.ts +5 -0
- package/dist/CircleButton.d.ts +7 -0
- package/dist/ClockIcon.d.ts +7 -0
- package/dist/Column.d.ts +2 -0
- package/dist/CopyInput.d.ts +8 -0
- package/dist/EmptyMessage.d.ts +6 -0
- package/dist/EncryptedText.d.ts +3 -0
- package/dist/FloatingMenu.d.ts +15 -0
- package/dist/LayoutRoot.d.ts +1 -0
- package/dist/LinearProgress.d.ts +8 -0
- package/dist/Link.d.ts +3 -0
- package/dist/Loading.d.ts +8 -0
- package/dist/Logo.d.ts +1 -0
- package/dist/LoremIpsum.d.ts +2 -0
- package/dist/Modal/Modal.d.ts +19 -0
- package/dist/OverflowDiv.d.ts +2 -0
- package/dist/ProgressBar.d.ts +10 -0
- package/dist/QuestionTooltip.d.ts +11 -0
- package/dist/RadioCard/RadioCard.d.ts +11 -0
- package/dist/ReactJson.d.ts +2 -0
- package/dist/ReactRouterLinkBehavior.d.ts +2 -0
- package/dist/Row.d.ts +2 -0
- package/dist/SafeTextTooltip.d.ts +9 -0
- package/dist/SearchField.d.ts +14 -0
- package/dist/Step.d.ts +8 -0
- package/dist/SwipeableDialog/SwipeableDialog.d.ts +19 -0
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogContent.d.ts +12 -0
- package/dist/SwipeableDialog/SwipeableDialogModal.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogTitle.d.ts +11 -0
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +9 -0
- package/dist/TagWebhookStatus.d.ts +12 -0
- package/dist/ThemeProvider.d.ts +11 -0
- package/dist/ToggleButtonGroup.d.ts +24 -0
- package/dist/ToggleButtonGroupMobile.d.ts +7 -0
- package/dist/TransactionStatusTag.d.ts +1 -0
- package/dist/TransactionTagEntryTypes.d.ts +12 -0
- package/dist/TransactionTagStatus.d.ts +7 -0
- package/dist/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/auth/LoginWrapper.d.ts +7 -0
- package/dist/avatar/Avatar.d.ts +12 -0
- package/dist/avatar/AvatarGroup.d.ts +11 -0
- package/dist/avatar/AvatarGroupArray.d.ts +8 -0
- package/dist/avatar/AvatarGroupSelectedAll.d.ts +9 -0
- package/dist/buttons/ActionButton.d.ts +14 -0
- package/dist/buttons/ButtonMenu.d.ts +12 -0
- package/dist/buttons/CopyButton.d.ts +9 -0
- package/dist/buttons/DangerButton.d.ts +2 -0
- package/dist/buttons/PayWithPixButton.d.ts +12 -0
- package/dist/buttons/ResponsiveSplitButton.d.ts +19 -0
- package/dist/buttons/SplitButton.d.ts +19 -0
- package/dist/buttons/clickpix/ClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateWithClickButton.d.ts +6 -0
- package/dist/buttons/getLoadingIconProp.d.ts +3 -0
- package/dist/card/Card.d.ts +16 -0
- package/dist/card/CardActions.d.ts +8 -0
- package/dist/card/CardContent.d.ts +6 -0
- package/dist/card/CardCopy.d.ts +6 -0
- package/dist/card/CardForm.d.ts +10 -0
- package/dist/card/CardList.d.ts +13 -0
- package/dist/card/CardRadio.d.ts +1 -0
- package/dist/card/CardSelectable.d.ts +13 -0
- package/dist/card/CardSkeleton.d.ts +3 -0
- package/dist/card/CardStep.d.ts +10 -0
- package/dist/card/CardWithIcon.d.ts +9 -0
- package/dist/card/CardWithLink.d.ts +9 -0
- package/dist/card/CardWithLinkSkeleton.d.ts +3 -0
- package/dist/card/basicContext/CardBasicContext.d.ts +35 -0
- package/dist/card/cardWithActions/CardFooter.d.ts +3 -0
- package/dist/card/cardWithActions/CardHeader.d.ts +6 -0
- package/dist/card/cardWithActions/CardWithActions.d.ts +27 -0
- package/dist/cardAnalytics/CardAnalytics.d.ts +11 -0
- package/dist/cardAnalytics/CardAnalyticsSkeleton.d.ts +3 -0
- package/dist/cardGrid/CardField.d.ts +9 -0
- package/dist/cardGrid/CardFieldCentered.d.ts +8 -0
- package/dist/cardGrid/CardGrid.d.ts +12 -0
- package/dist/cardGrid/Grid.d.ts +8 -0
- package/dist/cardWithImage/CardWithImage.d.ts +10 -0
- package/dist/clickpix/ClickPixButton.d.ts +13 -0
- package/dist/clickpix/ClickPixLogo.d.ts +9 -0
- package/dist/code/Code.d.ts +8 -0
- package/dist/collapsible/Collapse.d.ts +6 -0
- package/dist/collapsible/Collapsible.d.ts +59 -0
- package/dist/collapsible/CollapsibleActions.d.ts +7 -0
- package/dist/collapsible/CollapsibleDetails.d.ts +7 -0
- package/dist/collapsible/CollapsibleFillWrapper.d.ts +1 -0
- package/dist/collapsible/CollapsibleGroup.d.ts +2 -0
- package/dist/collapsible/CollapsibleInfinityActions.d.ts +57 -0
- package/dist/collapsible/CollapsiblePanelActions.d.ts +3 -0
- package/dist/collapsible/CollapsibleStep.d.ts +17 -0
- package/dist/collapsible/CollapsibleStepHeader.d.ts +11 -0
- package/dist/collapsible/CollapsibleSummary.d.ts +9 -0
- package/dist/collapsible/CollapsibleTree.d.ts +12 -0
- package/dist/collapsible/ExpandMoreIcon.d.ts +7 -0
- package/dist/collapsible/LeafCollapsible.d.ts +5 -0
- package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +2 -0
- package/dist/company/CompanyLogo.d.ts +15 -0
- package/dist/content/ActionMargin.d.ts +7 -0
- package/dist/content/ActionMarginText.d.ts +2 -0
- package/dist/content/Content.d.ts +6 -0
- package/dist/content/IntroText.d.ts +6 -0
- package/dist/countdown/Countdown.d.ts +9 -0
- package/dist/countdown/ShowCounter.d.ts +11 -0
- package/dist/countdown/useCountdown.d.ts +2 -0
- package/dist/datagrid/DataGrid.d.ts +24 -0
- package/dist/datagrid/DataGridDetailContainer.d.ts +6 -0
- package/dist/datagrid/DataGridGridToolbarExport.d.ts +3 -0
- package/dist/datagrid/DataGridLoading.d.ts +8 -0
- package/dist/datagrid/DataGridRow.d.ts +11 -0
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +5 -0
- package/dist/datagrid/cellTypeBoolean.d.ts +7 -0
- package/dist/datagrid/cellTypeCurrency.d.ts +3 -0
- package/dist/datagrid/cellTypeDate.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetime.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetimeSeconds.d.ts +2 -0
- package/dist/datagrid/cellTypeExpand.d.ts +125 -0
- package/dist/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/datagrid/cellTypePhone.d.ts +2 -0
- package/dist/datagrid/cellTypeTag.d.ts +2 -0
- package/dist/datagrid/cellTypeTaxID.d.ts +2 -0
- package/dist/datagrid/cellTypeTime.d.ts +2 -0
- package/dist/datagrid/columnTypes.d.ts +11 -0
- package/dist/datagrid/useTableView.d.ts +2 -0
- package/dist/datagrid/wrapColumnTypes.d.ts +2 -0
- package/dist/device/Phone.d.ts +5 -0
- package/dist/dialog/DialogContext.d.ts +17 -0
- package/dist/dialog/DialogProvider.d.ts +7 -0
- package/dist/dialog/index.d.ts +5 -0
- package/dist/dialog/useDialog.d.ts +6 -0
- package/dist/drawer/DrawerCard.d.ts +11 -0
- package/dist/drawer/DrawerResponsiveWrapper.d.ts +1 -0
- package/dist/drawer/swipable/SwipeableDrawer.d.ts +8 -0
- package/dist/error/ErrorBoundaryWithRetry.d.ts +26 -0
- package/dist/error/ErrorView.d.ts +10 -0
- package/dist/file/FileDrop.d.ts +12 -0
- package/dist/file/IconButton.d.ts +12 -0
- package/dist/file/MaterialIcon.d.ts +13 -0
- package/dist/filter/Filter.d.ts +15 -0
- package/dist/filter/FilterRelayFormik.d.ts +26 -0
- package/dist/filter/FormikFilter.d.ts +10 -0
- package/dist/filter/decodeQueryParamsFromLocation.d.ts +2 -0
- package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/filter/formatFilterValue.d.ts +1 -0
- package/dist/filter/formatFilters.d.ts +1 -0
- package/dist/filter/isValidDatetime.d.ts +1 -0
- package/dist/filter/stringToBoolean.d.ts +1 -0
- package/dist/filter/useFilterFormik.d.ts +50 -0
- package/dist/form/FieldRow.d.ts +7 -0
- package/dist/heading/SectionHeading.d.ts +7 -0
- package/dist/helpers/Divider.d.ts +8 -0
- package/dist/helpers/HorizontalStack.d.ts +4 -0
- package/dist/helpers/HoverPopper.d.ts +10 -0
- package/dist/helpers.d.ts +10 -0
- package/dist/hooks/useControlledState.d.ts +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/hooks/usePooling.d.ts +3 -0
- package/dist/hooks/useTheme.d.ts +14 -0
- package/dist/hooks/useWindowHelpers.d.ts +6 -0
- package/dist/icons/AssineOnlineIcon.d.ts +14 -0
- package/dist/icons/BotConversaIcon.d.ts +14 -0
- package/dist/icons/CheckIconLabel.d.ts +6 -0
- package/dist/icons/CheckboxChecked.d.ts +8 -0
- package/dist/icons/CheckboxIndeterminate.d.ts +15 -0
- package/dist/icons/CheckboxUnchecked.d.ts +15 -0
- package/dist/icons/CvvIcon.d.ts +6 -0
- package/dist/icons/DownloadIcon.d.ts +8 -0
- package/dist/icons/Icon.d.ts +3 -0
- package/dist/icons/MetaIcon.d.ts +13 -0
- package/dist/icons/N8nIcon.d.ts +13 -0
- package/dist/icons/NfeIcon.d.ts +6 -0
- package/dist/icons/NuvemshopIcon.d.ts +14 -0
- package/dist/icons/RejectIcon.d.ts +3 -0
- package/dist/icons/RightTopDiagonalVector.d.ts +5 -0
- package/dist/icons/SVG.d.ts +32 -0
- package/dist/icons/SearchIcon.d.ts +3 -0
- package/dist/icons/SocPanelIcon.d.ts +12 -0
- package/dist/icons/SuccessIcon.d.ts +3 -0
- package/dist/icons/WabizIcon.d.ts +14 -0
- package/dist/icons/WakeIcon.d.ts +14 -0
- package/dist/icons/WarningIcon.d.ts +3 -0
- package/dist/import/Dropzone.d.ts +2 -0
- package/dist/import/DropzoneFile.d.ts +19 -0
- package/dist/import/xlsx/Import.d.ts +19 -0
- package/dist/import/xlsx/ImportDropzone.d.ts +16 -0
- package/dist/import/xlsx/ImportProcessData.d.ts +8 -0
- package/dist/import/xlsx/ImportProcessQueue.d.ts +21 -0
- package/dist/import/xlsx/ImportStepper.d.ts +24 -0
- package/dist/import/xlsx/ImportTable.d.ts +8 -0
- package/dist/import/xlsx/ImportUtils.d.ts +89 -0
- package/dist/index.cjs +1555 -0
- package/dist/index.cjs.LICENSE.txt +35 -0
- package/dist/index.d.ts +245 -0
- package/dist/index.js +1555 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/layoutWrapper/LayoutWrapper.d.ts +8 -0
- package/dist/layoutWrapper/LayoutWrapperFluid.d.ts +8 -0
- package/dist/link/WooviLink.d.ts +7 -0
- package/dist/logo/OpenPixLogoColor.d.ts +7 -0
- package/dist/logo/WooviLogo.d.ts +8 -0
- package/dist/mui/BoxFlex.d.ts +14 -0
- package/dist/mui/Typography.d.ts +8 -0
- package/dist/multifactor/MultiFactorConfirmModal.d.ts +26 -0
- package/dist/multifactor/MultiFactorPixPaymentMatch.d.ts +7 -0
- package/dist/multifactor/MultiFactorPixPaymentMismatch.d.ts +6 -0
- package/dist/multifactor/MultiFactorPixPaymentView.d.ts +10 -0
- package/dist/openpix/charge/ChargeTagStatus.d.ts +12 -0
- package/dist/openpix/cobr/CobrTagStatus.d.ts +6 -0
- package/dist/openpix/images/WooviLogoInMobile.d.ts +5 -0
- package/dist/openpix/order/CheckIcon.d.ts +3 -0
- package/dist/openpix/order/ConfirmedIcon.d.ts +3 -0
- package/dist/openpix/order/EarnCashback.d.ts +7 -0
- package/dist/openpix/order/EarnCashbackExclusive.d.ts +7 -0
- package/dist/openpix/order/PayPixValueCompany.d.ts +8 -0
- package/dist/openpix/order/PixPaymentWoovi.d.ts +7 -0
- package/dist/openpix/order/discount/EarnDiscount.d.ts +7 -0
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +12 -0
- package/dist/openpix/paymentLink/BrCodeInput.d.ts +6 -0
- package/dist/openpix/paymentLink/CopyBarcode.d.ts +8 -0
- package/dist/openpix/paymentLink/CopyQRCode.d.ts +8 -0
- package/dist/openpix/paymentLink/ErrorIcon.d.ts +3 -0
- package/dist/openpix/paymentLink/InterestsInfo.d.ts +11 -0
- package/dist/openpix/paymentLink/PaymentFooter.d.ts +6 -0
- package/dist/openpix/paymentLink/QrCodeShowButton.d.ts +7 -0
- package/dist/openpix/paymentLink/QrCodeWrapper.d.ts +8 -0
- package/dist/openpix/paymentLink/ShareButton.d.ts +10 -0
- package/dist/openpix/paymentLink/types/ChargeDataType.d.ts +99 -0
- package/dist/openpix/shopper/WooviAuthForm.d.ts +21 -0
- package/dist/openpix/transaction/PixTransactionTypeTag.d.ts +6 -0
- package/dist/paymentLinkRow/PaymentLinkRow.d.ts +9 -0
- package/dist/pinInput/PinInput.d.ts +62 -0
- package/dist/pinInput/PinInputFormik.d.ts +7 -0
- package/dist/pinInput/createPinArray.d.ts +1 -0
- package/dist/pinInput/pinInputRegex.d.ts +4 -0
- package/dist/relay/RefreshButtonRelay.d.ts +8 -0
- package/dist/relay/RefreshIconButton.d.ts +6 -0
- package/dist/relay/SearchInputRelay.d.ts +17 -0
- package/dist/relay/TopPagination.d.ts +10 -0
- package/dist/rewardTicket/RewardTicket.d.ts +9 -0
- package/dist/ribbon/Ribbon.d.ts +7 -0
- package/dist/roles/Roles.d.ts +139 -0
- package/dist/roles/modules.d.ts +117 -0
- package/dist/root/ContentBoundary.d.ts +5 -0
- package/dist/routed/RoutedTabs.d.ts +19 -0
- package/dist/routed/TabbedContent.d.ts +7 -0
- package/dist/routedTemp/RoutedTabsTempGreen.d.ts +19 -0
- package/dist/routedTemp/RoutedTabsTempWhite.d.ts +19 -0
- package/dist/router/drawRoutes.d.ts +3 -0
- package/dist/router/getFiltersFromLocation.d.ts +3 -0
- package/dist/router/getQuery.d.ts +4 -0
- package/dist/router/getRouteFromPath.d.ts +11 -0
- package/dist/router/stringToValue.d.ts +4 -0
- package/dist/router/types.d.ts +48 -0
- package/dist/screenHeader/ScreenHeaderUI.d.ts +20 -0
- package/dist/screenHeader/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeader/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderCard/ScreenHeaderCard.d.ts +12 -0
- package/dist/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +14 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempGreen.d.ts +14 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempWhite.d.ts +14 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/search/GlobalSearchField.d.ts +12 -0
- package/dist/select/Select.d.ts +6 -0
- package/dist/select/SelectAll.d.ts +14 -0
- package/dist/shared/AppEnvironmentEnum.d.ts +9 -0
- package/dist/shared/CashbackStatus.d.ts +25 -0
- package/dist/shared/appEventDomains.d.ts +11 -0
- package/dist/shared/appEventTypes.d.ts +26 -0
- package/dist/shared/chargeStatusEnum.d.ts +12 -0
- package/dist/shared/cobrStatusEnum.d.ts +15 -0
- package/dist/shared/getSelected.d.ts +1 -0
- package/dist/shared/multiFactorActionEnum.d.ts +6 -0
- package/dist/shared/pixAuthenticationResultEnum.d.ts +6 -0
- package/dist/shared/pixTransactionEntryTypes.d.ts +11 -0
- package/dist/shared/pixTransactionStatus.d.ts +40 -0
- package/dist/shared/pixTransactionTypes.d.ts +102 -0
- package/dist/shared/projectType.d.ts +10 -0
- package/dist/shared/queryString.d.ts +5 -0
- package/dist/shared/statementTypes.d.ts +14 -0
- package/dist/shared/subscriptionInstallmentEnum.d.ts +7 -0
- package/dist/shared/webhookStatus.d.ts +18 -0
- package/dist/sidebar/Group.d.ts +11 -0
- package/dist/sidebar/Item.d.ts +9 -0
- package/dist/sidebar/MenuList.d.ts +16 -0
- package/dist/sidebar/Sidebar.d.ts +16 -0
- package/dist/sidebar/SidebarContext.d.ts +9 -0
- package/dist/sidebar/index.d.ts +6 -0
- package/dist/sidebar/useSidebar.d.ts +7 -0
- package/dist/sidebar/utils.d.ts +2 -0
- package/dist/snackbar/CloseSnack.d.ts +5 -0
- package/dist/snackbar/Snackbar.d.ts +6 -0
- package/dist/snackbar/SnackbarContext.d.ts +15 -0
- package/dist/snackbar/index.d.ts +6 -0
- package/dist/snackbar/useSnackbar.d.ts +6 -0
- package/dist/statement/TransactionTypeText.d.ts +2 -0
- package/dist/statement/ledgerStatementColors.d.ts +8 -0
- package/dist/statement/statementColors.d.ts +3 -0
- package/dist/stepper/Stepper.d.ts +10 -0
- package/dist/swipeableModal/SwipeableModal.d.ts +16 -0
- package/dist/swipeableModal/SwipeableModalTransition.d.ts +6 -0
- package/dist/table/CardColumn.d.ts +9 -0
- package/dist/table/CardListLoading.d.ts +8 -0
- package/dist/table/CardListVirtualized.d.ts +20 -0
- package/dist/table/ImportReport.d.ts +4 -0
- package/dist/table/StatusCell.d.ts +18 -0
- package/dist/table/TableToggleViewModel.d.ts +7 -0
- package/dist/table/cells/ActionCellNode.d.ts +5 -0
- package/dist/table/cells/Cell.d.ts +9 -0
- package/dist/table/cells/CellCheckbox.d.ts +17 -0
- package/dist/table/cells/CellEditable.d.ts +11 -0
- package/dist/table/cells/CheckboxCellNode.d.ts +3 -0
- package/dist/table/cells/IconCellNode.d.ts +6 -0
- package/dist/table/cells/LinkCellNode.d.ts +3 -0
- package/dist/table/cells/RenderCell.d.ts +3 -0
- package/dist/table/cells/cellTypes.d.ts +15 -0
- package/dist/table/cells/getCellCurrency.d.ts +3 -0
- package/dist/table/cells/getCellDate.d.ts +8 -0
- package/dist/table/cells/getCellLink.d.ts +3 -0
- package/dist/table/cells/getCellValue.d.ts +1 -0
- package/dist/table/cells/index.d.ts +1 -0
- package/dist/table/emv/TablePixEMV.d.ts +5 -0
- package/dist/table/emv/emvParser.d.ts +9 -0
- package/dist/table/emv/emvTags.d.ts +10 -0
- package/dist/table/muiTable/Body.d.ts +15 -0
- package/dist/table/muiTable/Footer.d.ts +9 -0
- package/dist/table/muiTable/Header.d.ts +11 -0
- package/dist/table/muiTable/Table.d.ts +72 -0
- package/dist/table/reactTable/ImportReport.d.ts +4 -0
- package/dist/table/reactTable/ImportTable.d.ts +9 -0
- package/dist/table/reactTable/IndeterminateCheckbox.d.ts +2 -0
- package/dist/table/reactTable/InputCell.d.ts +9 -0
- package/dist/table/reactTable/InputDateCell.d.ts +9 -0
- package/dist/table/reactTable/InputForCells.d.ts +7 -0
- package/dist/table/reactTable/InputMoneyCell.d.ts +9 -0
- package/dist/table/reactTable/InputPhoneCell.d.ts +9 -0
- package/dist/table/reactTable/InputTaxIDCell.d.ts +9 -0
- package/dist/table/reactTable/RowTable.d.ts +6 -0
- package/dist/table/reactTable/StatusCell.d.ts +18 -0
- package/dist/table/reactTable/Table.d.ts +9 -0
- package/dist/table/reactTable/TableBodyVirtualized.d.ts +7 -0
- package/dist/table/reactTable/TableCell.d.ts +8 -0
- package/dist/table/reactTable/TableHeadVirtualized.d.ts +4 -0
- package/dist/table/reactTable/TableVirtualized.d.ts +8 -0
- package/dist/tag/Tag.d.ts +11 -0
- package/dist/tag/TagsContainer.d.ts +5 -0
- package/dist/term/Terms.d.ts +1 -0
- package/dist/term/TermsLink.d.ts +1 -0
- package/dist/term/TermsModal.d.ts +13 -0
- package/dist/term/useTerms.d.ts +5 -0
- package/dist/text/TextMultiline.d.ts +6 -0
- package/dist/theme/HeaderButtonTheme.d.ts +2 -0
- package/dist/theme/Themes.d.ts +42 -0
- package/dist/timeline/Timeline.d.ts +6 -0
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +3 -0
- package/dist/timeline/TimelineAppEventItem.d.ts +10 -0
- package/dist/timeline/TimelineAppEventTypeColor.d.ts +3 -0
- package/dist/timeline/TimelineItem.d.ts +12 -0
- package/dist/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/unSupportedBrowser/index.d.ts +2 -0
- package/dist/unSupportedBrowser/isUnSupportedBrowser.d.ts +4 -0
- package/dist/user/chip/UserChip.d.ts +7 -0
- package/dist/utils/BrowserOnly.d.ts +7 -0
- package/dist/utils/ChargeInterestsTypes.d.ts +11 -0
- package/dist/utils/DesktopOnly.d.ts +6 -0
- package/dist/utils/MaskUtils.d.ts +5 -0
- package/dist/utils/MobileOnly.d.ts +6 -0
- package/dist/utils/composeEventHandlers.d.ts +4 -0
- package/dist/utils/composeStyles.d.ts +2 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToCurrency.d.ts +1 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/utils/copyToClipboard.d.ts +1 -0
- package/dist/utils/dates.d.ts +17 -0
- package/dist/utils/excel/ChargeImport.d.ts +16 -0
- package/dist/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/utils/excel/ImportHelpers.d.ts +3 -0
- package/dist/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/utils/excel/UserImport.d.ts +30 -0
- package/dist/utils/excel/formatCells.d.ts +2 -0
- package/dist/utils/excel/generateExcel.d.ts +44 -0
- package/dist/utils/excel/getCellsWithDataTypes.d.ts +7 -0
- package/dist/utils/isSafeCNPJ.d.ts +7 -0
- package/dist/utils/isSafeCPF.d.ts +6 -0
- package/dist/utils/isSafeUtils.d.ts +1 -0
- package/dist/utils/maskMoney.d.ts +2 -0
- package/dist/utils/onlyDigits.d.ts +1 -0
- package/dist/utils/parseNumber.d.ts +3 -0
- package/dist/utils/parsePhoneNumber.d.ts +1 -0
- package/dist/windowPopper/WindowPopper.d.ts +16 -0
- package/dist/windowPopper/WindowPopperTransition.d.ts +6 -0
- package/package.json +145 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Entria
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# @woovi/ui
|
|
2
|
+
|
|
3
|
+
Woovi UI component library built with React and Material-UI.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @woovi/ui
|
|
9
|
+
# or
|
|
10
|
+
yarn add @woovi/ui
|
|
11
|
+
# or
|
|
12
|
+
pnpm add @woovi/ui
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
```tsx
|
|
18
|
+
import { Button, Card } from '@woovi/ui';
|
|
19
|
+
|
|
20
|
+
function App() {
|
|
21
|
+
return (
|
|
22
|
+
<Card>
|
|
23
|
+
<Button>Click me</Button>
|
|
24
|
+
</Card>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Requirements
|
|
30
|
+
|
|
31
|
+
- React 18.3.1 or higher
|
|
32
|
+
- React DOM 18.3.1 or higher
|
|
33
|
+
|
|
34
|
+
## License
|
|
35
|
+
|
|
36
|
+
MIT
|
package/dist/Badge.d.ts
ADDED
package/dist/Banner.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type VariantTypes = 'solid' | 'outline';
|
|
2
|
+
type ColorTypes = 'primary' | 'secondary' | 'tertiary' | 'error' | 'warning' | 'info';
|
|
3
|
+
export type BannerProps = {
|
|
4
|
+
variant?: VariantTypes;
|
|
5
|
+
color?: ColorTypes;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
};
|
|
8
|
+
export declare const Banner: import("styled-components").StyledComponent<"div", any, BannerProps, never>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export type BannerErrorField<T> = {
|
|
2
|
+
headerName: string;
|
|
3
|
+
field: keyof T;
|
|
4
|
+
valueGetter?: ({ row }: {
|
|
5
|
+
row: T;
|
|
6
|
+
}) => string;
|
|
7
|
+
flex?: number;
|
|
8
|
+
renderCell?: ({ color, value, row }: {
|
|
9
|
+
color: string;
|
|
10
|
+
value: string;
|
|
11
|
+
row: T;
|
|
12
|
+
}) => JSX.Element | string;
|
|
13
|
+
hidden?: boolean;
|
|
14
|
+
};
|
|
15
|
+
type BannerInfosArgs<T> = {
|
|
16
|
+
errors: T[];
|
|
17
|
+
columns: BannerErrorField<T>[];
|
|
18
|
+
titleHeader?: string;
|
|
19
|
+
onClose: () => void;
|
|
20
|
+
color?: string;
|
|
21
|
+
isOpen?: boolean;
|
|
22
|
+
name?: string;
|
|
23
|
+
refColumn: BannerErrorField<T>;
|
|
24
|
+
};
|
|
25
|
+
type BannerInfosResult = JSX.Element | null;
|
|
26
|
+
export declare const BannerInfos: <T>({ errors, columns, titleHeader, onClose, isOpen, color, name, refColumn, }: BannerInfosArgs<T>) => BannerInfosResult;
|
|
27
|
+
export default BannerInfos;
|
package/dist/Circle.d.ts
ADDED
package/dist/Column.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Item = {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
icon: string;
|
|
5
|
+
label: string;
|
|
6
|
+
color: string;
|
|
7
|
+
filter?: () => boolean;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
items: Item[];
|
|
11
|
+
isVisible: boolean;
|
|
12
|
+
Heading?: ReactNode;
|
|
13
|
+
};
|
|
14
|
+
declare const FloatingMenu: (props: Props) => ReactNode;
|
|
15
|
+
export default FloatingMenu;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LayoutRoot: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -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;
|
package/dist/Link.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CircularProgressProps } from '@mui/material/CircularProgress';
|
|
2
|
+
export type LoadingProps = {
|
|
3
|
+
fullScreen?: boolean;
|
|
4
|
+
wrappedInDialog?: boolean;
|
|
5
|
+
size?: number;
|
|
6
|
+
} & CircularProgressProps;
|
|
7
|
+
declare const Loading: ({ fullScreen, wrappedInDialog, size }: LoadingProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default Loading;
|
package/dist/Logo.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Logo: import("styled-components").StyledComponent<"img", any, {}, never>;
|
|
@@ -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,19 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type Props = {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
title?: string | React.ReactNode | null;
|
|
5
|
+
bodyStyle?: Record<string, unknown>;
|
|
6
|
+
style?: Record<string, unknown>;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
isScrollable?: boolean | null;
|
|
9
|
+
handleClose?: () => void;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
actions?: React.ReactNode[];
|
|
12
|
+
className?: string;
|
|
13
|
+
dialogStyle?: Record<string, unknown>;
|
|
14
|
+
showClose?: boolean;
|
|
15
|
+
fullWidth?: boolean;
|
|
16
|
+
maxWidth?: string;
|
|
17
|
+
};
|
|
18
|
+
declare const Modal: (props: Props) => ReactNode;
|
|
19
|
+
export default Modal;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
percent: number;
|
|
4
|
+
height?: number;
|
|
5
|
+
width?: string;
|
|
6
|
+
active?: boolean;
|
|
7
|
+
barColor?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const ProgressBar: ({ percent, width, active, barColor, height, ...props }: Props) => ReactNode;
|
|
10
|
+
export default ProgressBar;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TooltipProps } from '@mui/material/Tooltip';
|
|
2
|
+
export declare const Icon: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
3
|
+
export declare const BlockDescriptionTooltip: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
+
width?: number | undefined;
|
|
5
|
+
}, never>;
|
|
6
|
+
type Props = {
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
} & TooltipProps;
|
|
10
|
+
declare const IconTooltip: ({ width, height, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default IconTooltip;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { CardProps } from '../card/Card.tsx';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export type RadioCardProps = {
|
|
4
|
+
cardProps?: Omit<CardProps, 'children'>;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
labelPlacement?: 'top' | 'end' | 'bottom' | 'start';
|
|
7
|
+
value: unknown;
|
|
8
|
+
radioTestId?: string | null;
|
|
9
|
+
};
|
|
10
|
+
declare const RadioCard: ({ children, value, labelPlacement, cardProps, radioTestId, useFormik, }: RadioCardProps) => ReactNode;
|
|
11
|
+
export default RadioCard;
|
package/dist/Row.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import Typography from "@mui/material/Typography";
|
|
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,14 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
export type InputProps = {
|
|
3
|
+
fontSize?: string;
|
|
4
|
+
};
|
|
5
|
+
type Props = {
|
|
6
|
+
defaultValue?: string;
|
|
7
|
+
onSearchTermChange: (search: string) => void;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
autoFocus?: boolean;
|
|
11
|
+
fontSize?: string;
|
|
12
|
+
};
|
|
13
|
+
declare const SearchField: (props: Props) => ReactNode;
|
|
14
|
+
export default SearchField;
|
package/dist/Step.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
type SwipeableDialogContext = {
|
|
4
|
+
open: boolean;
|
|
5
|
+
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
+
closeOnBackdropClick?: boolean;
|
|
7
|
+
};
|
|
8
|
+
type SwipeableDialogProviderProps = {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
isOpen?: boolean;
|
|
11
|
+
onOpenChange?: () => void;
|
|
12
|
+
closeOnBackdropClick?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const SwipeableDialogContext: React.Context<SwipeableDialogContext | null>;
|
|
15
|
+
export declare const useSwipeableDialogContext: () => SwipeableDialogContext;
|
|
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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material/styles';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type SwipeableDialogContentProps = {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
dividers?: boolean;
|
|
7
|
+
sx?: SxProps;
|
|
8
|
+
};
|
|
9
|
+
export declare function SwipeableDialogContent(props: SwipeableDialogContentProps): ReactNode;
|
|
10
|
+
export declare namespace SwipeableDialogContent {
|
|
11
|
+
var displayName: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material/styles';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type SwipeableDialogModalProps = {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
sx?: SxProps;
|
|
7
|
+
};
|
|
8
|
+
export declare const SwipeableDialogModal: ({ children, sx, }: SwipeableDialogModalProps) => ReactNode;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type SwipeableDialogTitleProps = {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
sx?: SxProps;
|
|
7
|
+
};
|
|
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,12 @@
|
|
|
1
|
+
import { WEBHOOK_STATUS } from "./shared/webhookStatus";
|
|
2
|
+
export declare const TAG_WEBHOOK_STATUS_COLORS: {
|
|
3
|
+
SUCCESS: string;
|
|
4
|
+
PENDING: string;
|
|
5
|
+
FAILED: string;
|
|
6
|
+
NOT_APPLY: string;
|
|
7
|
+
};
|
|
8
|
+
type Props = {
|
|
9
|
+
webhookStatus?: WEBHOOK_STATUS;
|
|
10
|
+
};
|
|
11
|
+
export declare const TagWebhookStatus: import("styled-components").StyledComponent<(props: import("./index.ts").TagProps) => import("react").ReactNode, any, Props, never>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type ThemeProviderProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
};
|
|
5
|
+
type ThemeContextValue = {
|
|
6
|
+
toggleTheme: VoidFunction;
|
|
7
|
+
themeMode: 'light' | 'dark';
|
|
8
|
+
};
|
|
9
|
+
export declare const useThemeMode: () => ThemeContextValue;
|
|
10
|
+
declare const ThemeProvider: ({ children }: ThemeProviderProps) => ReactNode;
|
|
11
|
+
export default ThemeProvider;
|
|
@@ -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,12 @@
|
|
|
1
|
+
import type { Theme } from "@mui/material";
|
|
2
|
+
export declare const TRANSACTION_TAG_ENTRYTYPE_COLOR: {
|
|
3
|
+
[x: string]: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const getTransactionEntryTypeColors: (theme: Theme) => {
|
|
6
|
+
[x: string]: string;
|
|
7
|
+
};
|
|
8
|
+
type Props = {
|
|
9
|
+
status?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const TransactionTagEntryType: import("styled-components").StyledComponent<(props: import("./index.ts").TagProps) => import("react").ReactNode, any, Props, never>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type Theme } from "@mui/material/styles";
|
|
2
|
+
type TransactionStatusTagProps = {
|
|
3
|
+
status: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const TRANSACTION_TAG_STATUS_COLOR: (theme: Theme, status: string) => string | undefined;
|
|
6
|
+
export declare const TransactionTagStatus: ({ status }: TransactionStatusTagProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { FlexboxProps, SpaceProps } from 'styled-system';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export declare const AvatarCircle: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").AvatarTypeMap<{}, "div">>, any, {}, never>;
|
|
4
|
+
export type Props = {
|
|
5
|
+
name: string;
|
|
6
|
+
size?: number;
|
|
7
|
+
imageUrl?: string;
|
|
8
|
+
square: boolean;
|
|
9
|
+
alt?: string;
|
|
10
|
+
} & FlexboxProps & SpaceProps;
|
|
11
|
+
declare const AvatarUI: ({ name, size, imageUrl, alt, ...props }: Props) => ReactNode;
|
|
12
|
+
export default AvatarUI;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export declare const Avatar: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").AvatarTypeMap<{}, "div">>, any, {}, never>;
|
|
3
|
+
export declare const AvatarInfo: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").AvatarTypeMap<{}, "div">>, any, {}, never>;
|
|
4
|
+
type Props = {
|
|
5
|
+
bubbleCount: number;
|
|
6
|
+
edges: any;
|
|
7
|
+
size?: number;
|
|
8
|
+
totalCount?: number;
|
|
9
|
+
};
|
|
10
|
+
declare const AvatarGroup: ({ bubbleCount, edges, size, totalCount, }: Props) => ReactNode;
|
|
11
|
+
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;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ButtonProps } from '@mui/material/Button';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type StyledButtonProps = {
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
};
|
|
6
|
+
export type ActionButtonProps = {
|
|
7
|
+
icon?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
link?: string;
|
|
10
|
+
external?: boolean;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
} & ButtonProps & StyledButtonProps;
|
|
13
|
+
declare const ActionButton: ({ icon, size, variant, color, children, label, link, external, loading, ...props }: ActionButtonProps) => ReactNode;
|
|
14
|
+
export default ActionButton;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ButtonMenuProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
};
|
|
5
|
+
export declare const ButtonMenu: ({ children }: ButtonMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
type ButtonMenuItemProps = {
|
|
7
|
+
href?: string;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
10
|
+
};
|
|
11
|
+
export declare const ButtonMenuItem: ({ children, href, onClick, }: ButtonMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as React from "react";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export type CopyButtonProps = {
|
|
4
|
+
value: string;
|
|
5
|
+
debounceDelay?: number;
|
|
6
|
+
onError?: (error: boolean) => void;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare const CopyButton: ({ value, onError, debounceDelay, children, ...props }: CopyButtonProps) => ReactNode;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SxProps, Theme } from '@mui/material/styles';
|
|
2
|
+
import type { MouseEventHandler, ReactNode } from 'react';
|
|
3
|
+
type PayWithPixColors = 'primary' | 'tertiary' | 'white';
|
|
4
|
+
export type PayWithPixButtonProps = {
|
|
5
|
+
color?: PayWithPixColors;
|
|
6
|
+
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
7
|
+
sx?: SxProps<Theme>;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
isPending?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare const PayWithPixButton: ({ color, sx, disabled, onClick, isPending, }: PayWithPixButtonProps) => ReactNode;
|
|
12
|
+
export default PayWithPixButton;
|