@woovi/ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +36 -0
- package/dist/BackButton.d.ts +6 -0
- package/dist/Badge.d.ts +2 -0
- package/dist/Banner.d.ts +9 -0
- package/dist/BannerError.d.ts +6 -0
- package/dist/BannerInfos.d.ts +27 -0
- package/dist/CashbackTagStatus.d.ts +5 -0
- package/dist/Circle.d.ts +5 -0
- package/dist/CircleButton.d.ts +7 -0
- package/dist/ClockIcon.d.ts +7 -0
- package/dist/Column.d.ts +2 -0
- package/dist/CopyInput.d.ts +8 -0
- package/dist/EmptyMessage.d.ts +6 -0
- package/dist/EncryptedText.d.ts +3 -0
- package/dist/FloatingMenu.d.ts +15 -0
- package/dist/LayoutRoot.d.ts +1 -0
- package/dist/LinearProgress.d.ts +8 -0
- package/dist/Link.d.ts +3 -0
- package/dist/Loading.d.ts +8 -0
- package/dist/Logo.d.ts +1 -0
- package/dist/LoremIpsum.d.ts +2 -0
- package/dist/Modal/Modal.d.ts +19 -0
- package/dist/OverflowDiv.d.ts +2 -0
- package/dist/ProgressBar.d.ts +10 -0
- package/dist/QuestionTooltip.d.ts +11 -0
- package/dist/RadioCard/RadioCard.d.ts +11 -0
- package/dist/ReactJson.d.ts +2 -0
- package/dist/ReactRouterLinkBehavior.d.ts +2 -0
- package/dist/Row.d.ts +2 -0
- package/dist/SafeTextTooltip.d.ts +9 -0
- package/dist/SearchField.d.ts +14 -0
- package/dist/Step.d.ts +8 -0
- package/dist/SwipeableDialog/SwipeableDialog.d.ts +19 -0
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogContent.d.ts +12 -0
- package/dist/SwipeableDialog/SwipeableDialogModal.d.ts +9 -0
- package/dist/SwipeableDialog/SwipeableDialogTitle.d.ts +11 -0
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +9 -0
- package/dist/TagWebhookStatus.d.ts +12 -0
- package/dist/ThemeProvider.d.ts +11 -0
- package/dist/ToggleButtonGroup.d.ts +24 -0
- package/dist/ToggleButtonGroupMobile.d.ts +7 -0
- package/dist/TransactionStatusTag.d.ts +1 -0
- package/dist/TransactionTagEntryTypes.d.ts +12 -0
- package/dist/TransactionTagStatus.d.ts +7 -0
- package/dist/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/auth/LoginWrapper.d.ts +7 -0
- package/dist/avatar/Avatar.d.ts +12 -0
- package/dist/avatar/AvatarGroup.d.ts +11 -0
- package/dist/avatar/AvatarGroupArray.d.ts +8 -0
- package/dist/avatar/AvatarGroupSelectedAll.d.ts +9 -0
- package/dist/buttons/ActionButton.d.ts +14 -0
- package/dist/buttons/ButtonMenu.d.ts +12 -0
- package/dist/buttons/CopyButton.d.ts +9 -0
- package/dist/buttons/DangerButton.d.ts +2 -0
- package/dist/buttons/PayWithPixButton.d.ts +12 -0
- package/dist/buttons/ResponsiveSplitButton.d.ts +19 -0
- package/dist/buttons/SplitButton.d.ts +19 -0
- package/dist/buttons/clickpix/ClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateClickPixButton.d.ts +6 -0
- package/dist/buttons/clickpix/DonateWithClickButton.d.ts +6 -0
- package/dist/buttons/getLoadingIconProp.d.ts +3 -0
- package/dist/card/Card.d.ts +16 -0
- package/dist/card/CardActions.d.ts +8 -0
- package/dist/card/CardContent.d.ts +6 -0
- package/dist/card/CardCopy.d.ts +6 -0
- package/dist/card/CardForm.d.ts +10 -0
- package/dist/card/CardList.d.ts +13 -0
- package/dist/card/CardRadio.d.ts +1 -0
- package/dist/card/CardSelectable.d.ts +13 -0
- package/dist/card/CardSkeleton.d.ts +3 -0
- package/dist/card/CardStep.d.ts +10 -0
- package/dist/card/CardWithIcon.d.ts +9 -0
- package/dist/card/CardWithLink.d.ts +9 -0
- package/dist/card/CardWithLinkSkeleton.d.ts +3 -0
- package/dist/card/basicContext/CardBasicContext.d.ts +35 -0
- package/dist/card/cardWithActions/CardFooter.d.ts +3 -0
- package/dist/card/cardWithActions/CardHeader.d.ts +6 -0
- package/dist/card/cardWithActions/CardWithActions.d.ts +27 -0
- package/dist/cardAnalytics/CardAnalytics.d.ts +11 -0
- package/dist/cardAnalytics/CardAnalyticsSkeleton.d.ts +3 -0
- package/dist/cardGrid/CardField.d.ts +9 -0
- package/dist/cardGrid/CardFieldCentered.d.ts +8 -0
- package/dist/cardGrid/CardGrid.d.ts +12 -0
- package/dist/cardGrid/Grid.d.ts +8 -0
- package/dist/cardWithImage/CardWithImage.d.ts +10 -0
- package/dist/clickpix/ClickPixButton.d.ts +13 -0
- package/dist/clickpix/ClickPixLogo.d.ts +9 -0
- package/dist/code/Code.d.ts +8 -0
- package/dist/collapsible/Collapse.d.ts +6 -0
- package/dist/collapsible/Collapsible.d.ts +59 -0
- package/dist/collapsible/CollapsibleActions.d.ts +7 -0
- package/dist/collapsible/CollapsibleDetails.d.ts +7 -0
- package/dist/collapsible/CollapsibleFillWrapper.d.ts +1 -0
- package/dist/collapsible/CollapsibleGroup.d.ts +2 -0
- package/dist/collapsible/CollapsibleInfinityActions.d.ts +57 -0
- package/dist/collapsible/CollapsiblePanelActions.d.ts +3 -0
- package/dist/collapsible/CollapsibleStep.d.ts +17 -0
- package/dist/collapsible/CollapsibleStepHeader.d.ts +11 -0
- package/dist/collapsible/CollapsibleSummary.d.ts +9 -0
- package/dist/collapsible/CollapsibleTree.d.ts +12 -0
- package/dist/collapsible/ExpandMoreIcon.d.ts +7 -0
- package/dist/collapsible/LeafCollapsible.d.ts +5 -0
- package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +2 -0
- package/dist/company/CompanyLogo.d.ts +15 -0
- package/dist/content/ActionMargin.d.ts +7 -0
- package/dist/content/ActionMarginText.d.ts +2 -0
- package/dist/content/Content.d.ts +6 -0
- package/dist/content/IntroText.d.ts +6 -0
- package/dist/countdown/Countdown.d.ts +9 -0
- package/dist/countdown/ShowCounter.d.ts +11 -0
- package/dist/countdown/useCountdown.d.ts +2 -0
- package/dist/datagrid/DataGrid.d.ts +24 -0
- package/dist/datagrid/DataGridDetailContainer.d.ts +6 -0
- package/dist/datagrid/DataGridGridToolbarExport.d.ts +3 -0
- package/dist/datagrid/DataGridLoading.d.ts +8 -0
- package/dist/datagrid/DataGridRow.d.ts +11 -0
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +5 -0
- package/dist/datagrid/cellTypeBoolean.d.ts +7 -0
- package/dist/datagrid/cellTypeCurrency.d.ts +3 -0
- package/dist/datagrid/cellTypeDate.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetime.d.ts +3 -0
- package/dist/datagrid/cellTypeDatetimeSeconds.d.ts +2 -0
- package/dist/datagrid/cellTypeExpand.d.ts +125 -0
- package/dist/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/datagrid/cellTypePhone.d.ts +2 -0
- package/dist/datagrid/cellTypeTag.d.ts +2 -0
- package/dist/datagrid/cellTypeTaxID.d.ts +2 -0
- package/dist/datagrid/cellTypeTime.d.ts +2 -0
- package/dist/datagrid/columnTypes.d.ts +11 -0
- package/dist/datagrid/useTableView.d.ts +2 -0
- package/dist/datagrid/wrapColumnTypes.d.ts +2 -0
- package/dist/device/Phone.d.ts +5 -0
- package/dist/dialog/DialogContext.d.ts +17 -0
- package/dist/dialog/DialogProvider.d.ts +7 -0
- package/dist/dialog/index.d.ts +5 -0
- package/dist/dialog/useDialog.d.ts +6 -0
- package/dist/drawer/DrawerCard.d.ts +11 -0
- package/dist/drawer/DrawerResponsiveWrapper.d.ts +1 -0
- package/dist/drawer/swipable/SwipeableDrawer.d.ts +8 -0
- package/dist/error/ErrorBoundaryWithRetry.d.ts +26 -0
- package/dist/error/ErrorView.d.ts +10 -0
- package/dist/file/FileDrop.d.ts +12 -0
- package/dist/file/IconButton.d.ts +12 -0
- package/dist/file/MaterialIcon.d.ts +13 -0
- package/dist/filter/Filter.d.ts +15 -0
- package/dist/filter/FilterRelayFormik.d.ts +26 -0
- package/dist/filter/FormikFilter.d.ts +10 -0
- package/dist/filter/decodeQueryParamsFromLocation.d.ts +2 -0
- package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/filter/formatFilterValue.d.ts +1 -0
- package/dist/filter/formatFilters.d.ts +1 -0
- package/dist/filter/isValidDatetime.d.ts +1 -0
- package/dist/filter/stringToBoolean.d.ts +1 -0
- package/dist/filter/useFilterFormik.d.ts +50 -0
- package/dist/form/FieldRow.d.ts +7 -0
- package/dist/heading/SectionHeading.d.ts +7 -0
- package/dist/helpers/Divider.d.ts +8 -0
- package/dist/helpers/HorizontalStack.d.ts +4 -0
- package/dist/helpers/HoverPopper.d.ts +10 -0
- package/dist/helpers.d.ts +10 -0
- package/dist/hooks/useControlledState.d.ts +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/hooks/usePooling.d.ts +3 -0
- package/dist/hooks/useTheme.d.ts +14 -0
- package/dist/hooks/useWindowHelpers.d.ts +6 -0
- package/dist/icons/AssineOnlineIcon.d.ts +14 -0
- package/dist/icons/BotConversaIcon.d.ts +14 -0
- package/dist/icons/CheckIconLabel.d.ts +6 -0
- package/dist/icons/CheckboxChecked.d.ts +8 -0
- package/dist/icons/CheckboxIndeterminate.d.ts +15 -0
- package/dist/icons/CheckboxUnchecked.d.ts +15 -0
- package/dist/icons/CvvIcon.d.ts +6 -0
- package/dist/icons/DownloadIcon.d.ts +8 -0
- package/dist/icons/Icon.d.ts +3 -0
- package/dist/icons/MetaIcon.d.ts +13 -0
- package/dist/icons/N8nIcon.d.ts +13 -0
- package/dist/icons/NfeIcon.d.ts +6 -0
- package/dist/icons/NuvemshopIcon.d.ts +14 -0
- package/dist/icons/RejectIcon.d.ts +3 -0
- package/dist/icons/RightTopDiagonalVector.d.ts +5 -0
- package/dist/icons/SVG.d.ts +32 -0
- package/dist/icons/SearchIcon.d.ts +3 -0
- package/dist/icons/SocPanelIcon.d.ts +12 -0
- package/dist/icons/SuccessIcon.d.ts +3 -0
- package/dist/icons/WabizIcon.d.ts +14 -0
- package/dist/icons/WakeIcon.d.ts +14 -0
- package/dist/icons/WarningIcon.d.ts +3 -0
- package/dist/import/Dropzone.d.ts +2 -0
- package/dist/import/DropzoneFile.d.ts +19 -0
- package/dist/import/xlsx/Import.d.ts +19 -0
- package/dist/import/xlsx/ImportDropzone.d.ts +16 -0
- package/dist/import/xlsx/ImportProcessData.d.ts +8 -0
- package/dist/import/xlsx/ImportProcessQueue.d.ts +21 -0
- package/dist/import/xlsx/ImportStepper.d.ts +24 -0
- package/dist/import/xlsx/ImportTable.d.ts +8 -0
- package/dist/import/xlsx/ImportUtils.d.ts +89 -0
- package/dist/index.cjs +1555 -0
- package/dist/index.cjs.LICENSE.txt +35 -0
- package/dist/index.d.ts +245 -0
- package/dist/index.js +1555 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/layoutWrapper/LayoutWrapper.d.ts +8 -0
- package/dist/layoutWrapper/LayoutWrapperFluid.d.ts +8 -0
- package/dist/link/WooviLink.d.ts +7 -0
- package/dist/logo/OpenPixLogoColor.d.ts +7 -0
- package/dist/logo/WooviLogo.d.ts +8 -0
- package/dist/mui/BoxFlex.d.ts +14 -0
- package/dist/mui/Typography.d.ts +8 -0
- package/dist/multifactor/MultiFactorConfirmModal.d.ts +26 -0
- package/dist/multifactor/MultiFactorPixPaymentMatch.d.ts +7 -0
- package/dist/multifactor/MultiFactorPixPaymentMismatch.d.ts +6 -0
- package/dist/multifactor/MultiFactorPixPaymentView.d.ts +10 -0
- package/dist/openpix/charge/ChargeTagStatus.d.ts +12 -0
- package/dist/openpix/cobr/CobrTagStatus.d.ts +6 -0
- package/dist/openpix/images/WooviLogoInMobile.d.ts +5 -0
- package/dist/openpix/order/CheckIcon.d.ts +3 -0
- package/dist/openpix/order/ConfirmedIcon.d.ts +3 -0
- package/dist/openpix/order/EarnCashback.d.ts +7 -0
- package/dist/openpix/order/EarnCashbackExclusive.d.ts +7 -0
- package/dist/openpix/order/PayPixValueCompany.d.ts +8 -0
- package/dist/openpix/order/PixPaymentWoovi.d.ts +7 -0
- package/dist/openpix/order/discount/EarnDiscount.d.ts +7 -0
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +12 -0
- package/dist/openpix/paymentLink/BrCodeInput.d.ts +6 -0
- package/dist/openpix/paymentLink/CopyBarcode.d.ts +8 -0
- package/dist/openpix/paymentLink/CopyQRCode.d.ts +8 -0
- package/dist/openpix/paymentLink/ErrorIcon.d.ts +3 -0
- package/dist/openpix/paymentLink/InterestsInfo.d.ts +11 -0
- package/dist/openpix/paymentLink/PaymentFooter.d.ts +6 -0
- package/dist/openpix/paymentLink/QrCodeShowButton.d.ts +7 -0
- package/dist/openpix/paymentLink/QrCodeWrapper.d.ts +8 -0
- package/dist/openpix/paymentLink/ShareButton.d.ts +10 -0
- package/dist/openpix/paymentLink/types/ChargeDataType.d.ts +99 -0
- package/dist/openpix/shopper/WooviAuthForm.d.ts +21 -0
- package/dist/openpix/transaction/PixTransactionTypeTag.d.ts +6 -0
- package/dist/paymentLinkRow/PaymentLinkRow.d.ts +9 -0
- package/dist/pinInput/PinInput.d.ts +62 -0
- package/dist/pinInput/PinInputFormik.d.ts +7 -0
- package/dist/pinInput/createPinArray.d.ts +1 -0
- package/dist/pinInput/pinInputRegex.d.ts +4 -0
- package/dist/relay/RefreshButtonRelay.d.ts +8 -0
- package/dist/relay/RefreshIconButton.d.ts +6 -0
- package/dist/relay/SearchInputRelay.d.ts +17 -0
- package/dist/relay/TopPagination.d.ts +10 -0
- package/dist/rewardTicket/RewardTicket.d.ts +9 -0
- package/dist/ribbon/Ribbon.d.ts +7 -0
- package/dist/roles/Roles.d.ts +139 -0
- package/dist/roles/modules.d.ts +117 -0
- package/dist/root/ContentBoundary.d.ts +5 -0
- package/dist/routed/RoutedTabs.d.ts +19 -0
- package/dist/routed/TabbedContent.d.ts +7 -0
- package/dist/routedTemp/RoutedTabsTempGreen.d.ts +19 -0
- package/dist/routedTemp/RoutedTabsTempWhite.d.ts +19 -0
- package/dist/router/drawRoutes.d.ts +3 -0
- package/dist/router/getFiltersFromLocation.d.ts +3 -0
- package/dist/router/getQuery.d.ts +4 -0
- package/dist/router/getRouteFromPath.d.ts +11 -0
- package/dist/router/stringToValue.d.ts +4 -0
- package/dist/router/types.d.ts +48 -0
- package/dist/screenHeader/ScreenHeaderUI.d.ts +20 -0
- package/dist/screenHeader/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeader/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderCard/ScreenHeaderCard.d.ts +12 -0
- package/dist/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +14 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempGreen.d.ts +14 -0
- package/dist/screenHeaderTemp/ScreenHeaderUITempWhite.d.ts +14 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderSubtitle.d.ts +2 -0
- package/dist/screenHeaderTemp/components/ScreenHeaderTitle.d.ts +6 -0
- package/dist/search/GlobalSearchField.d.ts +12 -0
- package/dist/select/Select.d.ts +6 -0
- package/dist/select/SelectAll.d.ts +14 -0
- package/dist/shared/AppEnvironmentEnum.d.ts +9 -0
- package/dist/shared/CashbackStatus.d.ts +25 -0
- package/dist/shared/appEventDomains.d.ts +11 -0
- package/dist/shared/appEventTypes.d.ts +26 -0
- package/dist/shared/chargeStatusEnum.d.ts +12 -0
- package/dist/shared/cobrStatusEnum.d.ts +15 -0
- package/dist/shared/getSelected.d.ts +1 -0
- package/dist/shared/multiFactorActionEnum.d.ts +6 -0
- package/dist/shared/pixAuthenticationResultEnum.d.ts +6 -0
- package/dist/shared/pixTransactionEntryTypes.d.ts +11 -0
- package/dist/shared/pixTransactionStatus.d.ts +40 -0
- package/dist/shared/pixTransactionTypes.d.ts +102 -0
- package/dist/shared/projectType.d.ts +10 -0
- package/dist/shared/queryString.d.ts +5 -0
- package/dist/shared/statementTypes.d.ts +14 -0
- package/dist/shared/subscriptionInstallmentEnum.d.ts +7 -0
- package/dist/shared/webhookStatus.d.ts +18 -0
- package/dist/sidebar/Group.d.ts +11 -0
- package/dist/sidebar/Item.d.ts +9 -0
- package/dist/sidebar/MenuList.d.ts +16 -0
- package/dist/sidebar/Sidebar.d.ts +16 -0
- package/dist/sidebar/SidebarContext.d.ts +9 -0
- package/dist/sidebar/index.d.ts +6 -0
- package/dist/sidebar/useSidebar.d.ts +7 -0
- package/dist/sidebar/utils.d.ts +2 -0
- package/dist/snackbar/CloseSnack.d.ts +5 -0
- package/dist/snackbar/Snackbar.d.ts +6 -0
- package/dist/snackbar/SnackbarContext.d.ts +15 -0
- package/dist/snackbar/index.d.ts +6 -0
- package/dist/snackbar/useSnackbar.d.ts +6 -0
- package/dist/statement/TransactionTypeText.d.ts +2 -0
- package/dist/statement/ledgerStatementColors.d.ts +8 -0
- package/dist/statement/statementColors.d.ts +3 -0
- package/dist/stepper/Stepper.d.ts +10 -0
- package/dist/swipeableModal/SwipeableModal.d.ts +16 -0
- package/dist/swipeableModal/SwipeableModalTransition.d.ts +6 -0
- package/dist/table/CardColumn.d.ts +9 -0
- package/dist/table/CardListLoading.d.ts +8 -0
- package/dist/table/CardListVirtualized.d.ts +20 -0
- package/dist/table/ImportReport.d.ts +4 -0
- package/dist/table/StatusCell.d.ts +18 -0
- package/dist/table/TableToggleViewModel.d.ts +7 -0
- package/dist/table/cells/ActionCellNode.d.ts +5 -0
- package/dist/table/cells/Cell.d.ts +9 -0
- package/dist/table/cells/CellCheckbox.d.ts +17 -0
- package/dist/table/cells/CellEditable.d.ts +11 -0
- package/dist/table/cells/CheckboxCellNode.d.ts +3 -0
- package/dist/table/cells/IconCellNode.d.ts +6 -0
- package/dist/table/cells/LinkCellNode.d.ts +3 -0
- package/dist/table/cells/RenderCell.d.ts +3 -0
- package/dist/table/cells/cellTypes.d.ts +15 -0
- package/dist/table/cells/getCellCurrency.d.ts +3 -0
- package/dist/table/cells/getCellDate.d.ts +8 -0
- package/dist/table/cells/getCellLink.d.ts +3 -0
- package/dist/table/cells/getCellValue.d.ts +1 -0
- package/dist/table/cells/index.d.ts +1 -0
- package/dist/table/emv/TablePixEMV.d.ts +5 -0
- package/dist/table/emv/emvParser.d.ts +9 -0
- package/dist/table/emv/emvTags.d.ts +10 -0
- package/dist/table/muiTable/Body.d.ts +15 -0
- package/dist/table/muiTable/Footer.d.ts +9 -0
- package/dist/table/muiTable/Header.d.ts +11 -0
- package/dist/table/muiTable/Table.d.ts +72 -0
- package/dist/table/reactTable/ImportReport.d.ts +4 -0
- package/dist/table/reactTable/ImportTable.d.ts +9 -0
- package/dist/table/reactTable/IndeterminateCheckbox.d.ts +2 -0
- package/dist/table/reactTable/InputCell.d.ts +9 -0
- package/dist/table/reactTable/InputDateCell.d.ts +9 -0
- package/dist/table/reactTable/InputForCells.d.ts +7 -0
- package/dist/table/reactTable/InputMoneyCell.d.ts +9 -0
- package/dist/table/reactTable/InputPhoneCell.d.ts +9 -0
- package/dist/table/reactTable/InputTaxIDCell.d.ts +9 -0
- package/dist/table/reactTable/RowTable.d.ts +6 -0
- package/dist/table/reactTable/StatusCell.d.ts +18 -0
- package/dist/table/reactTable/Table.d.ts +9 -0
- package/dist/table/reactTable/TableBodyVirtualized.d.ts +7 -0
- package/dist/table/reactTable/TableCell.d.ts +8 -0
- package/dist/table/reactTable/TableHeadVirtualized.d.ts +4 -0
- package/dist/table/reactTable/TableVirtualized.d.ts +8 -0
- package/dist/tag/Tag.d.ts +11 -0
- package/dist/tag/TagsContainer.d.ts +5 -0
- package/dist/term/Terms.d.ts +1 -0
- package/dist/term/TermsLink.d.ts +1 -0
- package/dist/term/TermsModal.d.ts +13 -0
- package/dist/term/useTerms.d.ts +5 -0
- package/dist/text/TextMultiline.d.ts +6 -0
- package/dist/theme/HeaderButtonTheme.d.ts +2 -0
- package/dist/theme/Themes.d.ts +42 -0
- package/dist/timeline/Timeline.d.ts +6 -0
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +3 -0
- package/dist/timeline/TimelineAppEventItem.d.ts +10 -0
- package/dist/timeline/TimelineAppEventTypeColor.d.ts +3 -0
- package/dist/timeline/TimelineItem.d.ts +12 -0
- package/dist/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +3 -0
- package/dist/unSupportedBrowser/index.d.ts +2 -0
- package/dist/unSupportedBrowser/isUnSupportedBrowser.d.ts +4 -0
- package/dist/user/chip/UserChip.d.ts +7 -0
- package/dist/utils/BrowserOnly.d.ts +7 -0
- package/dist/utils/ChargeInterestsTypes.d.ts +11 -0
- package/dist/utils/DesktopOnly.d.ts +6 -0
- package/dist/utils/MaskUtils.d.ts +5 -0
- package/dist/utils/MobileOnly.d.ts +6 -0
- package/dist/utils/composeEventHandlers.d.ts +4 -0
- package/dist/utils/composeStyles.d.ts +2 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToCurrency.d.ts +1 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/utils/copyToClipboard.d.ts +1 -0
- package/dist/utils/dates.d.ts +17 -0
- package/dist/utils/excel/ChargeImport.d.ts +16 -0
- package/dist/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/utils/excel/ImportHelpers.d.ts +3 -0
- package/dist/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/utils/excel/UserImport.d.ts +30 -0
- package/dist/utils/excel/formatCells.d.ts +2 -0
- package/dist/utils/excel/generateExcel.d.ts +44 -0
- package/dist/utils/excel/getCellsWithDataTypes.d.ts +7 -0
- package/dist/utils/isSafeCNPJ.d.ts +7 -0
- package/dist/utils/isSafeCPF.d.ts +6 -0
- package/dist/utils/isSafeUtils.d.ts +1 -0
- package/dist/utils/maskMoney.d.ts +2 -0
- package/dist/utils/onlyDigits.d.ts +1 -0
- package/dist/utils/parseNumber.d.ts +3 -0
- package/dist/utils/parsePhoneNumber.d.ts +1 -0
- package/dist/windowPopper/WindowPopper.d.ts +16 -0
- package/dist/windowPopper/WindowPopperTransition.d.ts +6 -0
- package/package.json +145 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { MenuItemProps } from '@mui/material/MenuItem';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { ActionButtonProps } from './ActionButton.tsx';
|
|
4
|
+
type OmitWithValue<T> = Omit<T, 'children'> & {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
export type SplitButtonProps = {
|
|
8
|
+
/** It's the props of the main button of this component. It's an `ActionButton`. */
|
|
9
|
+
mainButtonProps: OmitWithValue<ActionButtonProps>;
|
|
10
|
+
/** The array of elements that will be listed as extra actions from this button. */
|
|
11
|
+
options: OmitWithValue<MenuItemProps>[];
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* A button group that unifies a union of buttons in a vertical list.
|
|
15
|
+
*
|
|
16
|
+
* @see https://mui.com/material-ui/react-button-group/#split-button
|
|
17
|
+
*/
|
|
18
|
+
declare const ResponsiveSplitButton: ({ mainButtonProps, options, }: SplitButtonProps) => ReactNode;
|
|
19
|
+
export default ResponsiveSplitButton;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { MenuItemProps } from '@mui/material/MenuItem';
|
|
2
|
+
import type { ActionButtonProps } from './ActionButton.tsx';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type OmitWithValue<T> = Omit<T, 'children'> & {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
export type SplitButtonProps = {
|
|
8
|
+
/** It's the props of the main button of this component. It's an `ActionButton`. */
|
|
9
|
+
mainButtonProps: OmitWithValue<ActionButtonProps>;
|
|
10
|
+
/** The array of elements that will be listed as extra actions from this button. */
|
|
11
|
+
options: OmitWithValue<MenuItemProps>[];
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* A button group that unifies a union of buttons in a vertical list.
|
|
15
|
+
*
|
|
16
|
+
* @see https://mui.com/material-ui/react-button-group/#split-button
|
|
17
|
+
*/
|
|
18
|
+
declare const SplitButton: ({ mainButtonProps, options, }: SplitButtonProps) => ReactNode;
|
|
19
|
+
export default SplitButton;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { CardProps as MUICardProps } from '@mui/material/Card';
|
|
2
|
+
import CardActions from '@mui/material/CardActions';
|
|
3
|
+
import CardContent from '@mui/material/CardContent';
|
|
4
|
+
import CardHeader from '@mui/material/CardHeader';
|
|
5
|
+
import CardMedia from '@mui/material/CardMedia';
|
|
6
|
+
import type { ReactNode } from 'react';
|
|
7
|
+
import type { SpaceProps, FlexboxProps, LayoutProps, BorderProps, PositionProps } from 'styled-system';
|
|
8
|
+
type ExtendedCardProps = MUICardProps & FlexboxProps & LayoutProps & BorderProps & SpaceProps & PositionProps;
|
|
9
|
+
export type CardProps = {
|
|
10
|
+
children: ReactNode;
|
|
11
|
+
className?: string;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
} & ExtendedCardProps;
|
|
14
|
+
declare const Card: import("react").ForwardRefExoticComponent<Omit<CardProps, "ref"> & import("react").RefAttributes<unknown>>;
|
|
15
|
+
export { CardContent, CardHeader, CardMedia, CardActions };
|
|
16
|
+
export default Card;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { SxProps } from '@mui/material';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type CardActionsProps = {
|
|
4
|
+
sx?: SxProps;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
declare const CardActions: ({ children, sx }: CardActionsProps) => ReactNode;
|
|
8
|
+
export default CardActions;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type CardFormProps = {
|
|
3
|
+
title?: string;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
footer?: ReactNode;
|
|
6
|
+
showBackButton?: boolean;
|
|
7
|
+
onBack?: () => void;
|
|
8
|
+
};
|
|
9
|
+
declare const CardForm: ({ children, footer, title, showBackButton, onBack, }: CardFormProps) => ReactNode;
|
|
10
|
+
export default CardForm;
|
|
@@ -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,13 @@
|
|
|
1
|
+
import { type Theme } from '@mui/material';
|
|
2
|
+
import { type SxProps } from '@mui/material/styles';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
type CardSelectableProps = {
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
isSelected?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
'data-testid'?: string;
|
|
10
|
+
sx?: SxProps<Theme>;
|
|
11
|
+
};
|
|
12
|
+
export declare const CardSelectable: ({ children, isSelected, disabled, onClick, sx, ...props }: CardSelectableProps) => ReactNode;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type CardStepProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
image?: string;
|
|
6
|
+
step?: number;
|
|
7
|
+
imageAlt?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const CardStep: ({ title, description, image, step, imageAlt, }: CardStepProps) => ReactNode;
|
|
10
|
+
export default CardStep;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type CardWithIconProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
content: string;
|
|
5
|
+
to: string;
|
|
6
|
+
icon: ReactNode;
|
|
7
|
+
fontWeight?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const CardWithIcon: ({ title, icon, content, to, color, }: CardWithIconProps) => ReactNode;
|
|
@@ -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
|
+
height?: number;
|
|
6
|
+
color?: string;
|
|
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
|
+
title: string;
|
|
31
|
+
description: any;
|
|
32
|
+
icon: string | SVGIcon | null;
|
|
33
|
+
} & ActionsProps;
|
|
34
|
+
declare const CardBasicContext: (props: CardBasicContextProps) => ReactNode;
|
|
35
|
+
export default CardBasicContext;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type FooterAction = {
|
|
2
|
+
label: string;
|
|
3
|
+
primary?: boolean;
|
|
4
|
+
onClick?: (event: React.MouseEvent<HTMLElement>) => void;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
};
|
|
7
|
+
type Props = {
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
title?: string;
|
|
10
|
+
column?: boolean;
|
|
11
|
+
subtitle?: string;
|
|
12
|
+
icon?: React.ReactNode;
|
|
13
|
+
footerActions?: FooterAction[];
|
|
14
|
+
footer?: React.ReactNode;
|
|
15
|
+
contentProps?: Record<string, unknown>;
|
|
16
|
+
cardStyleProps?: Record<string, unknown>;
|
|
17
|
+
primaryAction?: () => void;
|
|
18
|
+
primaryLabel?: string;
|
|
19
|
+
primaryProps?: Record<string, unknown>;
|
|
20
|
+
secondaryAction?: () => void;
|
|
21
|
+
secondaryLabel?: string;
|
|
22
|
+
secondaryProps?: Record<string, unknown>;
|
|
23
|
+
cardProps?: Record<string, unknown>;
|
|
24
|
+
borderColor?: string;
|
|
25
|
+
};
|
|
26
|
+
declare const CardWithActions: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<unknown>>;
|
|
27
|
+
export default CardWithActions;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type CardAnalyticsProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
total?: string | number;
|
|
5
|
+
value: string | number | null | JSX.Element;
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
onClick?: () => any;
|
|
8
|
+
color?: 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'error' | 'warning' | '';
|
|
9
|
+
};
|
|
10
|
+
declare const CardAnalytics: ({ title, value, total, color, onClick, loading, }: CardAnalyticsProps) => ReactNode;
|
|
11
|
+
export default CardAnalytics;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { AlignItemsProps } from 'styled-system';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type CardFieldProps = {
|
|
4
|
+
label: string;
|
|
5
|
+
value: React.ReactNode;
|
|
6
|
+
alignField?: AlignItemsProps['alignItems'];
|
|
7
|
+
};
|
|
8
|
+
declare const CardField: ({ label, value, alignField, }: CardFieldProps) => ReactNode;
|
|
9
|
+
export default CardField;
|
|
@@ -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;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { CardProps } from '../card/Card.tsx';
|
|
3
|
+
import type { GridProps } from './Grid.tsx';
|
|
4
|
+
export type CardGridProps = {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
cardProps?: Partial<CardProps>;
|
|
7
|
+
gridProps?: GridProps;
|
|
8
|
+
actions?: ReactNode;
|
|
9
|
+
templateColumns?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const CardGrid: ({ children, cardProps, gridProps, actions, templateColumns, }: CardGridProps) => ReactNode;
|
|
12
|
+
export default CardGrid;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { SpaceProps, FlexboxProps } from 'styled-system';
|
|
2
|
+
export type GridProps = {
|
|
3
|
+
templateColumns?: string;
|
|
4
|
+
mobileColumns?: string;
|
|
5
|
+
gap?: string;
|
|
6
|
+
} & SpaceProps & FlexboxProps;
|
|
7
|
+
declare const Grid: import("styled-components").StyledComponent<"div", any, GridProps, never>;
|
|
8
|
+
export default Grid;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type CardWithImageProps = {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
image: ReactNode | string;
|
|
5
|
+
imageAlt: string;
|
|
6
|
+
gutterSpacing?: boolean;
|
|
7
|
+
imageSize?: 'small' | 'medium' | 'large';
|
|
8
|
+
renderImageOnBottom?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const CardWithImage: ({ children, image, imageAlt, gutterSpacing, imageSize, renderImageOnBottom, }: CardWithImageProps) => ReactNode;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ButtonProps } from '@mui/material';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare const CLICK_PIX_BUTTON_VARIANT: {
|
|
4
|
+
readonly DEFAULT: "DEFAULT";
|
|
5
|
+
readonly PURPLE: "PURPLE";
|
|
6
|
+
readonly GREEN: "GREEN";
|
|
7
|
+
readonly GRADIENT: "GRADIENT";
|
|
8
|
+
};
|
|
9
|
+
export type CLICK_PIX_BUTTON_VARIANT = (typeof CLICK_PIX_BUTTON_VARIANT)[keyof typeof CLICK_PIX_BUTTON_VARIANT];
|
|
10
|
+
export type ClickPixButtonProps = Omit<ButtonProps, 'variant'> & {
|
|
11
|
+
variant?: CLICK_PIX_BUTTON_VARIANT;
|
|
12
|
+
};
|
|
13
|
+
export declare const ClickPixButton: React.ForwardRefExoticComponent<Omit<ClickPixButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
type ClickPixLogoProps = SVGProps<SVGSVGElement> & {
|
|
4
|
+
size?: number;
|
|
5
|
+
full?: boolean;
|
|
6
|
+
color?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const ClickPixLogo: React.ForwardRefExoticComponent<Omit<ClickPixLogoProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type CollapseProps = {
|
|
2
|
+
header: string | JSX.Element | React.ReactNode;
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
initialExpanded?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const Collapse: ({ initialExpanded, header, children, }: CollapseProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { AccordionProps } from "@mui/material/Accordion";
|
|
2
|
+
import _AccordionActions from "@mui/material/AccordionActions";
|
|
3
|
+
import type { ButtonProps } from "@mui/material/Button";
|
|
4
|
+
import type { ReactNode } from "react";
|
|
5
|
+
type CollapsibleBaseProps = {
|
|
6
|
+
expandIcon?: ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
onChange?: (ev: any, expanded: boolean) => void;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
lazy?: boolean;
|
|
11
|
+
isExpanded?: boolean;
|
|
12
|
+
alwaysExpanded?: boolean;
|
|
13
|
+
expandIconInvisible?: boolean;
|
|
14
|
+
} & AccordionProps;
|
|
15
|
+
type SummaryPropsDefault = {
|
|
16
|
+
renderSummary?: never;
|
|
17
|
+
heading: string;
|
|
18
|
+
secondaryHeading?: ReactNode;
|
|
19
|
+
secondaryHeadingLinkTo?: string | undefined;
|
|
20
|
+
};
|
|
21
|
+
type SummaryPropsCustomRender = {
|
|
22
|
+
renderSummary: ReactNode;
|
|
23
|
+
heading?: never;
|
|
24
|
+
secondaryHeading?: never;
|
|
25
|
+
secondaryHeadingLinkTo?: never;
|
|
26
|
+
};
|
|
27
|
+
type SummaryProps = SummaryPropsDefault | SummaryPropsCustomRender;
|
|
28
|
+
type ActionsPropsEmpty = {
|
|
29
|
+
renderActions?: never;
|
|
30
|
+
primaryAction?: never;
|
|
31
|
+
primaryActionLabel?: never;
|
|
32
|
+
primaryActionProps?: never;
|
|
33
|
+
secondaryAction?: never;
|
|
34
|
+
secondaryActionLabel?: never;
|
|
35
|
+
secondaryActionProps?: never;
|
|
36
|
+
};
|
|
37
|
+
type ActionsPropsDefault = {
|
|
38
|
+
renderActions?: never;
|
|
39
|
+
primaryAction: () => void;
|
|
40
|
+
primaryActionLabel: string;
|
|
41
|
+
primaryActionProps?: ButtonProps;
|
|
42
|
+
secondaryAction?: () => void;
|
|
43
|
+
secondaryActionLabel?: string;
|
|
44
|
+
secondaryActionProps?: ButtonProps;
|
|
45
|
+
};
|
|
46
|
+
type ActionsPropsCustomRender = {
|
|
47
|
+
renderActions: React.ReactNode;
|
|
48
|
+
primaryAction?: never;
|
|
49
|
+
primaryActionLabel?: never;
|
|
50
|
+
primaryActionProps?: never;
|
|
51
|
+
secondaryAction?: never;
|
|
52
|
+
secondaryActionLabel?: never;
|
|
53
|
+
secondaryActionProps?: never;
|
|
54
|
+
};
|
|
55
|
+
type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
|
|
56
|
+
export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
|
|
57
|
+
export declare const AccordionActions: import("styled-components").StyledComponent<typeof _AccordionActions, any, {}, never>;
|
|
58
|
+
declare const Collapsible: (props: CollapsibleProps) => ReactNode;
|
|
59
|
+
export default Collapsible;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CollapsibleFillWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
} & AccordionProps;
|
|
14
|
+
type SummaryPropsDefault = {
|
|
15
|
+
renderSummary?: never;
|
|
16
|
+
heading: string;
|
|
17
|
+
secondaryHeading?: string;
|
|
18
|
+
secondaryHeadingLinkTo?: string | undefined;
|
|
19
|
+
};
|
|
20
|
+
type SummaryPropsCustomRender = {
|
|
21
|
+
renderSummary: React.ReactNode;
|
|
22
|
+
heading?: never;
|
|
23
|
+
secondaryHeading?: never;
|
|
24
|
+
secondaryHeadingLinkTo?: never;
|
|
25
|
+
};
|
|
26
|
+
type SummaryProps = SummaryPropsDefault | SummaryPropsCustomRender;
|
|
27
|
+
type ActionsPropsEmpty = {
|
|
28
|
+
renderActions?: never;
|
|
29
|
+
primaryAction?: never;
|
|
30
|
+
primaryActionLabel?: never;
|
|
31
|
+
primaryActionProps?: never;
|
|
32
|
+
secondaryAction?: never;
|
|
33
|
+
secondaryActionLabel?: never;
|
|
34
|
+
secondaryActionProps?: never;
|
|
35
|
+
};
|
|
36
|
+
type ActionsPropsDefault = {
|
|
37
|
+
renderActions?: never;
|
|
38
|
+
primaryAction: () => void;
|
|
39
|
+
primaryActionLabel: string;
|
|
40
|
+
primaryActionProps?: ButtonProps;
|
|
41
|
+
secondaryAction?: () => void;
|
|
42
|
+
secondaryActionLabel?: string;
|
|
43
|
+
secondaryActionProps?: ButtonProps;
|
|
44
|
+
};
|
|
45
|
+
type ActionsPropsCustomRender = {
|
|
46
|
+
renderActions: React.ReactNode;
|
|
47
|
+
primaryAction?: never;
|
|
48
|
+
primaryActionLabel?: never;
|
|
49
|
+
primaryActionProps?: never;
|
|
50
|
+
secondaryAction?: never;
|
|
51
|
+
secondaryActionLabel?: never;
|
|
52
|
+
secondaryActionProps?: never;
|
|
53
|
+
};
|
|
54
|
+
type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
|
|
55
|
+
export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
|
|
56
|
+
declare const CollapsibleInfinityActions: (props: CollapsibleProps) => ReactNode;
|
|
57
|
+
export default CollapsibleInfinityActions;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export type CollapsibleStepProps = {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
header: string;
|
|
6
|
+
legend?: string;
|
|
7
|
+
number?: number;
|
|
8
|
+
status?: boolean;
|
|
9
|
+
onChange?: (ev: Record<string, unknown>, expanded: boolean) => void;
|
|
10
|
+
showEdit?: boolean;
|
|
11
|
+
expanded?: boolean;
|
|
12
|
+
expandIconInvisible?: boolean;
|
|
13
|
+
color?: string;
|
|
14
|
+
tag?: ReactNode;
|
|
15
|
+
};
|
|
16
|
+
declare const CollapsibleStep: ({ children, header, legend, number, status, onChange, showEdit, expanded, tag, color, expandIconInvisible, }: CollapsibleStepProps) => ReactNode;
|
|
17
|
+
export default CollapsibleStep;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type CollapsibleStepHeaderProps = {
|
|
3
|
+
number?: number;
|
|
4
|
+
header: string | JSX.Element;
|
|
5
|
+
legend?: string | JSX.Element;
|
|
6
|
+
status?: boolean;
|
|
7
|
+
showEdit?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
+
declare const CollapsibleStepHeader: ({ number, header, status, legend, showEdit, }: CollapsibleStepHeaderProps) => ReactNode;
|
|
11
|
+
export default CollapsibleStepHeader;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
heading: ReactNode;
|
|
4
|
+
secondaryHeading: ReactNode;
|
|
5
|
+
secondaryHeadingLinkTo?: string;
|
|
6
|
+
expandIcon: ReactNode;
|
|
7
|
+
};
|
|
8
|
+
declare const CollapsibleSummary: (props: Props) => ReactNode;
|
|
9
|
+
export default CollapsibleSummary;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { CollapsibleProps } from './Collapsible.tsx';
|
|
3
|
+
export declare const CollapsibleTreeActions: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent.d.ts").OverridableComponent<import("@mui/material").StackTypeMap<{}, "div">>, any, {
|
|
4
|
+
isParent: boolean;
|
|
5
|
+
noBorder: boolean;
|
|
6
|
+
}, never>;
|
|
7
|
+
type Props = {
|
|
8
|
+
disable?: boolean;
|
|
9
|
+
borderRadius?: number;
|
|
10
|
+
} & CollapsibleProps;
|
|
11
|
+
declare const CollapsibleTree: (props: Props) => ReactNode;
|
|
12
|
+
export default CollapsibleTree;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type ExpandMoreIconProps = {
|
|
2
|
+
hide?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const ExpandMoreIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
}, any, ExpandMoreIconProps, never>;
|
|
7
|
+
export default ExpandMoreIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type LogoType = {
|
|
3
|
+
url: string | null;
|
|
4
|
+
};
|
|
5
|
+
export type CompanyType = {
|
|
6
|
+
id: string | null;
|
|
7
|
+
name: string | null;
|
|
8
|
+
nameFriendly: string | null;
|
|
9
|
+
logo: LogoType | null;
|
|
10
|
+
};
|
|
11
|
+
type CompanyLogoProps = {
|
|
12
|
+
company: CompanyType;
|
|
13
|
+
};
|
|
14
|
+
declare const CompanyLogo: ({ company }: CompanyLogoProps) => ReactNode;
|
|
15
|
+
export default CompanyLogo;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type ActionMarginProps = {
|
|
3
|
+
rightComponent?: ReactNode;
|
|
4
|
+
leftComponent?: ReactNode;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: ({ rightComponent, leftComponent }: ActionMarginProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default _default;
|