@woovi/ui 6.7.0 → 6.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{src/BannerInfos.d.ts → BannerInfos.d.ts} +1 -1
- package/dist/{src/ClockIcon.d.ts → ClockIcon.d.ts} +1 -1
- package/dist/{src/Link.d.ts → Link.d.ts} +1 -1
- package/dist/{src/RadioCard → RadioCard}/RadioCard.d.ts +1 -1
- package/dist/{src/ReactRouterLinkBehavior.d.ts → ReactRouterLinkBehavior.d.ts} +1 -1
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialog.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +10 -0
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +10 -0
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogContent.d.ts +5 -4
- package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogTitle.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +10 -0
- package/dist/{src/buttons → buttons}/ButtonMenu.d.ts +4 -3
- package/dist/card/cardWithActions/CardFooter.d.ts +4 -0
- package/dist/{src/code → code}/Code.d.ts +1 -1
- package/dist/{src/collapsible → collapsible}/Collapse.d.ts +3 -2
- package/dist/{src/collapsible → collapsible}/Collapsible.d.ts +3 -2
- package/dist/collapsible/CollapsibleGroup.d.ts +3 -0
- package/dist/collapsible/CollapsibleTree.d.ts +10 -0
- package/dist/datagrid/DataGrid.d.ts +21 -0
- package/dist/{src/datagrid → datagrid}/DataGridRow.d.ts +5 -3
- package/dist/datagrid/cellTypeBasisToPercentage.d.ts +2 -0
- package/dist/datagrid/cellTypeExpand.d.ts +133 -0
- package/dist/datagrid/cellTypeLink.d.ts +2 -0
- package/dist/{src/datagrid → datagrid}/cellTypeTag.d.ts +1 -1
- package/dist/datagrid/useTableView.d.ts +5 -0
- package/dist/{src/dialog → dialog}/useDialog.d.ts +1 -1
- package/dist/{src/error → error}/ErrorBoundaryWithRetry.d.ts +1 -1
- package/dist/{src/filter → filter}/Filter.d.ts +1 -1
- package/dist/filter/fieldToParamConfigMap.d.ts +3 -0
- package/dist/{src/filter → filter}/formatFilterValue.d.ts +1 -1
- package/dist/{src/filter → filter}/isValidDatetime.d.ts +1 -1
- package/dist/{src/filter → filter}/useFilterFormik.d.ts +2 -2
- package/dist/{src/form → form}/FieldRow.d.ts +2 -2
- package/dist/helpers.d.ts +11 -0
- package/dist/{src/hooks → hooks}/useControlledState.d.ts +1 -1
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- package/dist/{src/hooks → hooks}/useWindowHelpers.d.ts +1 -1
- package/dist/{src/icons → icons}/AssineOnlineIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/BotConversaIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/CheckboxIndeterminate.d.ts +4 -4
- package/dist/{src/icons → icons}/CheckboxUnchecked.d.ts +4 -4
- package/dist/{src/icons → icons}/MetaIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/N8nIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/NuvemshopIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/SVG.d.ts +7 -7
- package/dist/icons/SocPanelIcon.d.ts +12 -0
- package/dist/{src/icons → icons}/WabizIcon.d.ts +4 -4
- package/dist/{src/icons → icons}/WakeIcon.d.ts +4 -4
- package/dist/import/Dropzone.d.ts +5 -0
- package/dist/index.cjs +2 -47
- package/dist/{src/index.d.ts → index.d.ts} +5 -76
- package/dist/index.js +2 -47
- package/dist/llms.txt +115 -299
- package/dist/logo/WooviLogo.d.ts +8 -0
- package/dist/{src/mui → mui}/Typography.d.ts +1 -1
- package/dist/{src/multifactor → multifactor}/MultiFactorConfirmModal.d.ts +3 -3
- package/dist/{src/openpix → openpix}/cobr/CobrTagStatus.d.ts +1 -1
- package/dist/openpix/paymentLink/AdditionalInfo.d.ts +7 -0
- package/dist/{src/pinInput → pinInput}/PinInput.d.ts +13 -13
- package/dist/{src/routed → routed}/RoutedTabs.d.ts +1 -1
- package/dist/router/drawRoutes.d.ts +3 -0
- package/dist/{src/router → router}/getQuery.d.ts +1 -4
- package/dist/{src/router → router}/getRouteFromPath.d.ts +3 -3
- package/dist/{src/router → router}/stringToValue.d.ts +2 -2
- package/dist/{src/router → router}/types.d.ts +0 -1
- package/dist/{src/screenHeader → screenHeader}/ScreenHeaderUI.d.ts +1 -1
- package/dist/{src/select → select}/Select.d.ts +1 -1
- package/dist/{src/shared → shared}/CashbackStatus.d.ts +0 -13
- package/dist/shared/pixTransactionEntryTypes.d.ts +13 -0
- package/dist/{src/shared → shared}/pixTransactionStatus.d.ts +16 -7
- package/dist/{src/shared → shared}/pixTransactionTypes.d.ts +12 -4
- package/dist/shared/statementTypes.d.ts +22 -0
- package/dist/{src/sidebar → sidebar}/Group.d.ts +2 -2
- package/dist/{src/sidebar → sidebar}/Item.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/MenuList.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/Sidebar.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/utils.d.ts +1 -1
- package/dist/{src/snackbar → snackbar}/CloseSnack.d.ts +1 -1
- package/dist/{src/statement → statement}/ledgerStatementColors.d.ts +3 -1
- package/dist/statement/statementColors.d.ts +5 -0
- package/dist/{src/table → table}/CardListVirtualized.d.ts +1 -3
- package/dist/{src/table → table}/emv/TablePixEMV.d.ts +1 -1
- package/dist/{src/tag → tag}/Tag.d.ts +2 -2
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +12 -0
- package/dist/utils/composeStyles.d.ts +2 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/utils/dates.d.ts +1 -0
- package/dist/utils/excel/ChargeImport.d.ts +30 -0
- package/dist/utils/excel/CompanyImport.d.ts +4 -0
- package/dist/utils/excel/CustomerImport.d.ts +13 -0
- package/dist/utils/excel/PaymentImport.d.ts +7 -0
- package/dist/utils/excel/UserImport.d.ts +69 -0
- package/dist/{src/utils → utils}/excel/generateExcel.d.ts +4 -4
- package/dist/utils/isSafeCPF.d.ts +5 -0
- package/dist/utils/parseNumber.d.ts +1 -0
- package/dist/{src/windowPopper → windowPopper}/WindowPopper.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/Badge.d.ts +0 -6
- package/dist/src/Circle.d.ts +0 -7
- package/dist/src/CircleButton.d.ts +0 -7
- package/dist/src/Column.d.ts +0 -3
- package/dist/src/EmptyMessage.d.ts +0 -4
- package/dist/src/LinearProgress.d.ts +0 -8
- package/dist/src/LoremIpsum.d.ts +0 -2
- package/dist/src/OverflowDiv.d.ts +0 -3
- package/dist/src/ProgressBar.d.ts +0 -11
- package/dist/src/QuestionTooltip.d.ts +0 -14
- package/dist/src/SafeTextTooltip.d.ts +0 -9
- package/dist/src/Step.d.ts +0 -8
- package/dist/src/SwipeableDialog/SwipeableDialogActions.d.ts +0 -9
- package/dist/src/SwipeableDialog/SwipeableDialogClose.d.ts +0 -9
- package/dist/src/SwipeableDialog/SwipeableDialogTrigger.d.ts +0 -9
- package/dist/src/TagWebhookStatus.d.ts +0 -13
- package/dist/src/ToggleButtonGroup.d.ts +0 -24
- package/dist/src/ToggleButtonGroupMobile.d.ts +0 -7
- package/dist/src/TransactionStatusTag.d.ts +0 -1
- package/dist/src/TransactionTagEntryTypes.d.ts +0 -13
- package/dist/src/auth/LoginWrapper.d.ts +0 -7
- package/dist/src/avatar/AvatarGroup.d.ts +0 -16
- package/dist/src/avatar/AvatarGroupArray.d.ts +0 -8
- package/dist/src/avatar/AvatarGroupSelectedAll.d.ts +0 -9
- package/dist/src/buttons/clickpix/ClickPixButton.d.ts +0 -6
- package/dist/src/card/CardList.d.ts +0 -13
- package/dist/src/card/CardRadio.d.ts +0 -1
- package/dist/src/card/CardSkeleton.d.ts +0 -3
- package/dist/src/card/basicContext/CardBasicContext.d.ts +0 -35
- package/dist/src/card/cardWithActions/CardFooter.d.ts +0 -3
- package/dist/src/cardGrid/CardFieldCentered.d.ts +0 -8
- package/dist/src/collapsible/CollapsibleActions.d.ts +0 -7
- package/dist/src/collapsible/CollapsibleFillWrapper.d.ts +0 -2
- package/dist/src/collapsible/CollapsibleGroup.d.ts +0 -3
- package/dist/src/collapsible/CollapsibleInfinityActions.d.ts +0 -59
- package/dist/src/collapsible/CollapsibleTree.d.ts +0 -18
- package/dist/src/collapsible/TransparencyCollapsibleWrapper.d.ts +0 -7
- package/dist/src/company/CompanyLogo.d.ts +0 -16
- package/dist/src/content/ActionMarginText.d.ts +0 -4
- package/dist/src/content/IntroText.d.ts +0 -4
- package/dist/src/datagrid/DataGrid.d.ts +0 -24
- package/dist/src/datagrid/cellTypeBasisToPercentage.d.ts +0 -5
- package/dist/src/datagrid/cellTypeExpand.d.ts +0 -4
- package/dist/src/datagrid/cellTypeLink.d.ts +0 -2
- package/dist/src/datagrid/useTableView.d.ts +0 -2
- package/dist/src/device/Phone.d.ts +0 -4
- package/dist/src/drawer/swipable/SwipeableDrawer.d.ts +0 -8
- package/dist/src/file/FileDrop.d.ts +0 -12
- package/dist/src/file/IconButton.d.ts +0 -9
- package/dist/src/file/MaterialIcon.d.ts +0 -10
- package/dist/src/filter/FormikFilter.d.ts +0 -10
- package/dist/src/filter/decodeQueryParamsFromLocation.d.ts +0 -2
- package/dist/src/filter/fieldToParamConfigMap.d.ts +0 -3
- package/dist/src/filter/stringToBoolean.d.ts +0 -1
- package/dist/src/helpers/HoverPopper.d.ts +0 -10
- package/dist/src/helpers.d.ts +0 -10
- package/dist/src/hooks/useCopyToClipboard.d.ts +0 -1
- package/dist/src/icons/RightTopDiagonalVector.d.ts +0 -5
- package/dist/src/icons/SocPanelIcon.d.ts +0 -12
- package/dist/src/import/Dropzone.d.ts +0 -6
- package/dist/src/import/xlsx/Import.d.ts +0 -19
- package/dist/src/import/xlsx/ImportDropzone.d.ts +0 -16
- package/dist/src/import/xlsx/ImportProcessData.d.ts +0 -8
- package/dist/src/import/xlsx/ImportProcessQueue.d.ts +0 -21
- package/dist/src/import/xlsx/ImportStepper.d.ts +0 -24
- package/dist/src/import/xlsx/ImportTable.d.ts +0 -8
- package/dist/src/import/xlsx/ImportUtils.d.ts +0 -89
- package/dist/src/layoutWrapper/LayoutWrapperFluid.d.ts +0 -8
- package/dist/src/logo/OpenPixLogoColor.d.ts +0 -7
- package/dist/src/logo/WooviLogo.d.ts +0 -8
- package/dist/src/openpix/images/WooviLogoInMobile.d.ts +0 -5
- package/dist/src/openpix/order/ConfirmedIcon.d.ts +0 -3
- package/dist/src/openpix/order/EarnCashback.d.ts +0 -7
- package/dist/src/openpix/order/EarnCashbackExclusive.d.ts +0 -7
- package/dist/src/openpix/order/PayPixValueCompany.d.ts +0 -8
- package/dist/src/openpix/order/discount/EarnDiscount.d.ts +0 -7
- package/dist/src/openpix/paymentLink/AdditionalInfo.d.ts +0 -12
- package/dist/src/openpix/paymentLink/BrCodeInput.d.ts +0 -6
- package/dist/src/openpix/paymentLink/InterestsInfo.d.ts +0 -11
- package/dist/src/openpix/paymentLink/ShareButton.d.ts +0 -10
- package/dist/src/openpix/paymentLink/types/ChargeDataType.d.ts +0 -99
- package/dist/src/relay/RefreshIconButton.d.ts +0 -6
- package/dist/src/routed/TabbedContent.d.ts +0 -10
- package/dist/src/router/drawRoutes.d.ts +0 -3
- package/dist/src/screenHeaderResponsive/ScreenHeaderUIResponsive.d.ts +0 -14
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +0 -3
- package/dist/src/screenHeaderResponsive/components/ScreenHeaderTitle.d.ts +0 -6
- package/dist/src/select/SelectAll.d.ts +0 -14
- package/dist/src/shared/appEventTypes.d.ts +0 -26
- package/dist/src/shared/pixTransactionEntryTypes.d.ts +0 -11
- package/dist/src/shared/projectType.d.ts +0 -10
- package/dist/src/shared/statementTypes.d.ts +0 -14
- package/dist/src/shared/webhookStatus.d.ts +0 -18
- package/dist/src/statement/statementColors.d.ts +0 -3
- package/dist/src/stepper/Stepper.d.ts +0 -10
- package/dist/src/table/ImportReport.d.ts +0 -4
- package/dist/src/table/StatusCell.d.ts +0 -15
- package/dist/src/table/cells/ActionCellNode.d.ts +0 -5
- package/dist/src/table/cells/Cell.d.ts +0 -9
- package/dist/src/table/cells/CellCheckbox.d.ts +0 -17
- package/dist/src/table/cells/CellEditable.d.ts +0 -11
- package/dist/src/table/cells/CheckboxCellNode.d.ts +0 -3
- package/dist/src/table/cells/IconCellNode.d.ts +0 -6
- package/dist/src/table/cells/LinkCellNode.d.ts +0 -8
- package/dist/src/table/cells/RenderCell.d.ts +0 -3
- package/dist/src/table/cells/cellTypes.d.ts +0 -15
- package/dist/src/table/cells/getCellCurrency.d.ts +0 -3
- package/dist/src/table/cells/getCellDate.d.ts +0 -8
- package/dist/src/table/cells/getCellLink.d.ts +0 -3
- package/dist/src/table/cells/getCellValue.d.ts +0 -1
- package/dist/src/table/cells/index.d.ts +0 -1
- package/dist/src/table/muiTable/Body.d.ts +0 -15
- package/dist/src/table/muiTable/Footer.d.ts +0 -9
- package/dist/src/table/muiTable/Header.d.ts +0 -11
- package/dist/src/table/muiTable/Table.d.ts +0 -72
- package/dist/src/table/reactTable/ImportReport.d.ts +0 -4
- package/dist/src/table/reactTable/ImportTable.d.ts +0 -9
- package/dist/src/table/reactTable/IndeterminateCheckbox.d.ts +0 -3
- package/dist/src/table/reactTable/InputCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputDateCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputForCells.d.ts +0 -6
- package/dist/src/table/reactTable/InputMoneyCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputPhoneCell.d.ts +0 -9
- package/dist/src/table/reactTable/InputTaxIDCell.d.ts +0 -9
- package/dist/src/table/reactTable/RowTable.d.ts +0 -6
- package/dist/src/table/reactTable/StatusCell.d.ts +0 -14
- package/dist/src/table/reactTable/Table.d.ts +0 -9
- package/dist/src/table/reactTable/TableBodyVirtualized.d.ts +0 -7
- package/dist/src/table/reactTable/TableCell.d.ts +0 -9
- package/dist/src/table/reactTable/TableHeadVirtualized.d.ts +0 -4
- package/dist/src/table/reactTable/TableVirtualized.d.ts +0 -8
- package/dist/src/term/TermsModal.d.ts +0 -13
- package/dist/src/term/useTerms.d.ts +0 -5
- package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +0 -3
- package/dist/src/timeline/TimelineAppEventTypeColor.d.ts +0 -3
- package/dist/src/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +0 -3
- package/dist/src/utils/ChargeInterestsTypes.d.ts +0 -11
- package/dist/src/utils/MaskUtils.d.ts +0 -5
- package/dist/src/utils/composeStyles.d.ts +0 -2
- package/dist/src/utils/convertToCents.d.ts +0 -3
- package/dist/src/utils/convertToMoney.d.ts +0 -2
- package/dist/src/utils/dates.d.ts +0 -17
- package/dist/src/utils/excel/ChargeImport.d.ts +0 -16
- package/dist/src/utils/excel/CompanyImport.d.ts +0 -4
- package/dist/src/utils/excel/CustomerImport.d.ts +0 -13
- package/dist/src/utils/excel/PaymentImport.d.ts +0 -7
- package/dist/src/utils/excel/UserImport.d.ts +0 -30
- package/dist/src/utils/isSafeCNPJ.d.ts +0 -7
- package/dist/src/utils/isSafeCPF.d.ts +0 -6
- package/dist/src/utils/isSafeUtils.d.ts +0 -1
- package/dist/src/utils/onlyDigits.d.ts +0 -1
- package/dist/src/utils/parseNumber.d.ts +0 -3
- /package/dist/{src/BackButton.d.ts → BackButton.d.ts} +0 -0
- /package/dist/{src/Banner.d.ts → Banner.d.ts} +0 -0
- /package/dist/{src/BannerError.d.ts → BannerError.d.ts} +0 -0
- /package/dist/{src/CashbackTagStatus.d.ts → CashbackTagStatus.d.ts} +0 -0
- /package/dist/{src/CopyInput.d.ts → CopyInput.d.ts} +0 -0
- /package/dist/{src/EncryptedText.d.ts → EncryptedText.d.ts} +0 -0
- /package/dist/{src/FloatingMenu.d.ts → FloatingMenu.d.ts} +0 -0
- /package/dist/{src/LayoutRoot.d.ts → LayoutRoot.d.ts} +0 -0
- /package/dist/{src/Loading.d.ts → Loading.d.ts} +0 -0
- /package/dist/{src/Logo.d.ts → Logo.d.ts} +0 -0
- /package/dist/{src/Modal → Modal}/Modal.d.ts +0 -0
- /package/dist/{src/Row.d.ts → Row.d.ts} +0 -0
- /package/dist/{src/SearchField.d.ts → SearchField.d.ts} +0 -0
- /package/dist/{src/SwipeableDialog → SwipeableDialog}/SwipeableDialogModal.d.ts +0 -0
- /package/dist/{src/ThemeProvider.d.ts → ThemeProvider.d.ts} +0 -0
- /package/dist/{src/TransactionTagStatus.d.ts → TransactionTagStatus.d.ts} +0 -0
- /package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/ActionButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/CopyButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/DangerButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/PayWithPixButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/ResponsiveSplitButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/SplitButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/clickpix/DonateClickPixButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/clickpix/DonateWithClickButton.d.ts +0 -0
- /package/dist/{src/buttons → buttons}/getLoadingIconProp.d.ts +0 -0
- /package/dist/{src/card → card}/Card.d.ts +0 -0
- /package/dist/{src/card → card}/CardActions.d.ts +0 -0
- /package/dist/{src/card → card}/CardContent.d.ts +0 -0
- /package/dist/{src/card → card}/CardCopy.d.ts +0 -0
- /package/dist/{src/card → card}/CardForm.d.ts +0 -0
- /package/dist/{src/card → card}/CardSelectable.d.ts +0 -0
- /package/dist/{src/card → card}/CardStep.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithIcon.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithLink.d.ts +0 -0
- /package/dist/{src/card → card}/CardWithLinkSkeleton.d.ts +0 -0
- /package/dist/{src/card → card}/cardWithActions/CardHeader.d.ts +0 -0
- /package/dist/{src/card → card}/cardWithActions/CardWithActions.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalytics.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSkeleton.d.ts +0 -0
- /package/dist/{src/cardAnalytics → cardAnalytics}/CardAnalyticsSmall.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/CardField.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/CardGrid.d.ts +0 -0
- /package/dist/{src/cardGrid → cardGrid}/Grid.d.ts +0 -0
- /package/dist/{src/cardWithImage → cardWithImage}/CardWithImage.d.ts +0 -0
- /package/dist/{src/clickpix → clickpix}/ClickPixButton.d.ts +0 -0
- /package/dist/{src/clickpix → clickpix}/ClickPixLogo.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleDetails.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsiblePanelActions.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleStep.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleStepHeader.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/CollapsibleSummary.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/ExpandMoreIcon.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/LeafCollapsible.d.ts +0 -0
- /package/dist/{src/content → content}/ActionMargin.d.ts +0 -0
- /package/dist/{src/content → content}/Content.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/Countdown.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/ShowCounter.d.ts +0 -0
- /package/dist/{src/countdown → countdown}/useCountdown.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridDetailContainer.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridGridToolbarExport.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/DataGridLoading.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeBoolean.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeCurrency.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDate.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDatetime.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeDatetimeSeconds.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypePhone.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeTaxID.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/cellTypeTime.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/columnTypes.d.ts +0 -0
- /package/dist/{src/datagrid → datagrid}/wrapColumnTypes.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogContext.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogProvider.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/index.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerCard.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerResponsiveWrapper.d.ts +0 -0
- /package/dist/{src/error → error}/ErrorView.d.ts +0 -0
- /package/dist/{src/filter → filter}/FilterRelayFormik.d.ts +0 -0
- /package/dist/{src/filter → filter}/formatFilters.d.ts +0 -0
- /package/dist/{src/heading → heading}/SectionHeading.d.ts +0 -0
- /package/dist/{src/helpers → helpers}/Divider.d.ts +0 -0
- /package/dist/{src/helpers → helpers}/HorizontalStack.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/usePooling.d.ts +0 -0
- /package/dist/{src/icons → icons}/CheckIconLabel.d.ts +0 -0
- /package/dist/{src/icons → icons}/CheckboxChecked.d.ts +0 -0
- /package/dist/{src/icons → icons}/CvvIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/DownloadIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/Icon.d.ts +0 -0
- /package/dist/{src/icons → icons}/NfeIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/RejectIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/SearchIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/SuccessIcon.d.ts +0 -0
- /package/dist/{src/icons → icons}/WarningIcon.d.ts +0 -0
- /package/dist/{src/import → import}/DropzoneFile.d.ts +0 -0
- /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapper.d.ts +0 -0
- /package/dist/{src/link → link}/WooviLink.d.ts +0 -0
- /package/dist/{src/mui → mui}/BoxFlex.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMatch.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentMismatch.d.ts +0 -0
- /package/dist/{src/multifactor → multifactor}/MultiFactorPixPaymentView.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/charge/ChargeTagStatus.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/CheckIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/PixPaymentWoovi.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/CopyBarcode.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/CopyQRCode.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/ErrorIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/PaymentFooter.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/QrCodeShowButton.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/QrCodeWrapper.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/shopper/WooviAuthForm.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/transaction/PixTransactionTypeTag.d.ts +0 -0
- /package/dist/{src/paymentLinkRow → paymentLinkRow}/PaymentLinkRow.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/PinInputFormik.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/createPinArray.d.ts +0 -0
- /package/dist/{src/pinInput → pinInput}/pinInputRegex.d.ts +0 -0
- /package/dist/{src/relay → relay}/RefreshButtonRelay.d.ts +0 -0
- /package/dist/{src/relay → relay}/SearchInputRelay.d.ts +0 -0
- /package/dist/{src/relay → relay}/TopPagination.d.ts +0 -0
- /package/dist/{src/rewardTicket → rewardTicket}/RewardTicket.d.ts +0 -0
- /package/dist/{src/ribbon → ribbon}/Ribbon.d.ts +0 -0
- /package/dist/{src/roles → roles}/Roles.d.ts +0 -0
- /package/dist/{src/roles → roles}/modules.d.ts +0 -0
- /package/dist/{src/root → root}/ContentBoundary.d.ts +0 -0
- /package/dist/{src/router → router}/getFiltersFromLocation.d.ts +0 -0
- /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderSubtitle.d.ts +0 -0
- /package/dist/{src/screenHeader → screenHeader}/components/ScreenHeaderTitle.d.ts +0 -0
- /package/dist/{src/screenHeaderCard → screenHeaderCard}/ScreenHeaderCard.d.ts +0 -0
- /package/dist/{src/search → search}/GlobalSearchField.d.ts +0 -0
- /package/dist/{src/shared → shared}/AppEnvironmentEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/appEventDomains.d.ts +0 -0
- /package/dist/{src/shared → shared}/chargeStatusEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/cobrStatusEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/getSelected.d.ts +0 -0
- /package/dist/{src/shared → shared}/multiFactorActionEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/pixAuthenticationResultEnum.d.ts +0 -0
- /package/dist/{src/shared → shared}/queryString.d.ts +0 -0
- /package/dist/{src/shared → shared}/subscriptionInstallmentEnum.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/SidebarContext.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/index.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/useSidebar.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/Snackbar.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/SnackbarContext.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/index.d.ts +0 -0
- /package/dist/{src/snackbar → snackbar}/useSnackbar.d.ts +0 -0
- /package/dist/{src/statement → statement}/TransactionTypeText.d.ts +0 -0
- /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModal.d.ts +0 -0
- /package/dist/{src/swipeableModal → swipeableModal}/SwipeableModalTransition.d.ts +0 -0
- /package/dist/{src/table → table}/CardColumn.d.ts +0 -0
- /package/dist/{src/table → table}/CardListLoading.d.ts +0 -0
- /package/dist/{src/table → table}/TableToggleViewModel.d.ts +0 -0
- /package/dist/{src/table → table}/emv/emvParser.d.ts +0 -0
- /package/dist/{src/table → table}/emv/emvTags.d.ts +0 -0
- /package/dist/{src/tag → tag}/TagsContainer.d.ts +0 -0
- /package/dist/{src/term → term}/Terms.d.ts +0 -0
- /package/dist/{src/term → term}/TermsLink.d.ts +0 -0
- /package/dist/{src/text → text}/TextMultiline.d.ts +0 -0
- /package/dist/{src/theme → theme}/HeaderButtonTheme.d.ts +0 -0
- /package/dist/{src/theme → theme}/Themes.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/Timeline.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/TimelineAppEventItem.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/TimelineItem.d.ts +0 -0
- /package/dist/{src → unSupportedBrowser}/UnsupportedBrowserWarning.d.ts +0 -0
- /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/index.d.ts +0 -0
- /package/dist/{src/unSupportedBrowser → unSupportedBrowser}/isUnSupportedBrowser.d.ts +0 -0
- /package/dist/{src/user → user}/chip/UserChip.d.ts +0 -0
- /package/dist/{src/utils → utils}/BrowserOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/DesktopOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/MobileOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/composeEventHandlers.d.ts +0 -0
- /package/dist/{src/utils → utils}/convertToCurrency.d.ts +0 -0
- /package/dist/{src/utils → utils}/copyToClipboard.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/ImportHelpers.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/formatCells.d.ts +0 -0
- /package/dist/{src/utils → utils}/excel/getCellsWithDataTypes.d.ts +0 -0
- /package/dist/{src/utils → utils}/maskMoney.d.ts +0 -0
- /package/dist/{src/utils → utils}/parsePhoneNumber.d.ts +0 -0
- /package/dist/{src/utils → utils}/rifmFormatToCPF.d.ts +0 -0
- /package/dist/{src/windowPopper → windowPopper}/WindowPopperTransition.d.ts +0 -0
|
@@ -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
|
|
26
|
+
export declare const BannerInfos: <T>({ errors, columns, titleHeader, onClose, isOpen, color, name, refColumn }: BannerInfosArgs<T>) => BannerInfosResult;
|
|
27
27
|
export default BannerInfos;
|
|
@@ -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";
|
|
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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
2
|
import type { CardProps } from "../card/Card.tsx";
|
|
3
|
-
|
|
3
|
+
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 type
|
|
1
|
+
import { type LinkProps } from "react-router";
|
|
2
2
|
export declare const ReactRouterLinkBehavior: import("react").ForwardRefExoticComponent<LinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
@@ -13,7 +13,8 @@ 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
|
-
|
|
19
|
-
}
|
|
16
|
+
export declare const SwipeableDialog: {
|
|
17
|
+
(props: SwipeableDialogProviderProps): ReactNode;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
type SwipeableDialogActionsProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare const SwipeableDialogActions: {
|
|
7
|
+
(props: SwipeableDialogActionsProps): ReactNode;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SwipeableDialogCloseProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
+
};
|
|
6
|
+
export declare const SwipeableDialogClose: {
|
|
7
|
+
(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -6,7 +6,8 @@ type SwipeableDialogContentProps = {
|
|
|
6
6
|
dividers?: boolean;
|
|
7
7
|
sx?: SxProps;
|
|
8
8
|
};
|
|
9
|
-
export declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
9
|
+
export declare const SwipeableDialogContent: {
|
|
10
|
+
(props: SwipeableDialogContentProps): ReactNode;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
@@ -5,7 +5,8 @@ type SwipeableDialogTitleProps = {
|
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
sx?: SxProps;
|
|
7
7
|
};
|
|
8
|
-
export declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
8
|
+
export declare const SwipeableDialogTitle: {
|
|
9
|
+
(props: SwipeableDialogTitleProps): ReactNode;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SwipeableDialogTriggerProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
5
|
+
};
|
|
6
|
+
export declare const SwipeableDialogTrigger: {
|
|
7
|
+
(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { type ListItemButtonProps } from "@mui/material/ListItemButton";
|
|
1
2
|
import type React from "react";
|
|
3
|
+
import { type PropsWithChildren } from "react";
|
|
2
4
|
type ButtonMenuProps = {
|
|
3
5
|
children: React.ReactNode;
|
|
4
6
|
};
|
|
5
7
|
export declare const ButtonMenu: ({ children }: ButtonMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
type ButtonMenuItemProps = {
|
|
8
|
+
type ButtonMenuItemProps = Omit<ListItemButtonProps, "to" | "href"> & {
|
|
7
9
|
href?: string;
|
|
8
|
-
children: React.ReactNode;
|
|
9
10
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
10
11
|
};
|
|
11
|
-
export declare const ButtonMenuItem: ({ children, href, onClick }: ButtonMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const ButtonMenuItem: ({ children, href, onClick }: PropsWithChildren<ButtonMenuItemProps>) => import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
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
|
|
6
|
+
export declare const Collapse: ({ initialExpanded, header, children }: CollapseProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { AccordionProps } from "@mui/material/Accordion";
|
|
2
|
+
import MuiAccordionActions from "@mui/material/AccordionActions";
|
|
2
3
|
import type { ButtonProps } from "@mui/material/Button";
|
|
3
|
-
import type { ReactNode } from "react";
|
|
4
|
+
import type { ComponentProps, ReactNode } from "react";
|
|
4
5
|
type CollapsibleBaseProps = {
|
|
5
6
|
expandIcon?: ReactNode;
|
|
6
7
|
className?: string;
|
|
@@ -53,6 +54,6 @@ type ActionsPropsCustomRender = {
|
|
|
53
54
|
};
|
|
54
55
|
type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
|
|
55
56
|
export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
|
|
56
|
-
export declare const AccordionActions: ({ sx, ...props }:
|
|
57
|
+
export declare const AccordionActions: ({ sx, ...props }: ComponentProps<typeof MuiAccordionActions>) => import("react/jsx-runtime").JSX.Element;
|
|
57
58
|
declare const Collapsible: (props: CollapsibleProps) => ReactNode;
|
|
58
59
|
export default Collapsible;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
import type { CollapsibleProps } from "./Collapsible.tsx";
|
|
4
|
+
type Props = {
|
|
5
|
+
disable?: boolean;
|
|
6
|
+
borderRadius?: number;
|
|
7
|
+
rootProps?: BoxProps;
|
|
8
|
+
} & CollapsibleProps;
|
|
9
|
+
declare const CollapsibleTree: (props: Props) => ReactNode;
|
|
10
|
+
export default CollapsibleTree;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { 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
|
+
rowHref?: (row: any) => string;
|
|
11
|
+
maxLines?: number;
|
|
12
|
+
zebraRow?: boolean;
|
|
13
|
+
tableName?: string;
|
|
14
|
+
rowAnchor?: boolean;
|
|
15
|
+
exportTable?: boolean;
|
|
16
|
+
persistState?: boolean;
|
|
17
|
+
getCustomRoute?: (id: string) => string;
|
|
18
|
+
disableSelectAllCheckbox?: boolean;
|
|
19
|
+
};
|
|
20
|
+
declare const DataGrid: ({ rows, slots: slotsProp, rowHref, columns: _columns, maxLines, zebraRow, rowAnchor, onRowClick, showToolbar, exportTable, persistState, initialState, getCustomRoute, rowSelectionModel, onRowSelectionModelChange, ...rest }: DataGridProps) => ReactNode;
|
|
21
|
+
export default DataGrid;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
+
import type { GridRowProps } from "@mui/x-data-grid-pro";
|
|
1
2
|
import type { ReactNode } from "react";
|
|
2
|
-
export type DataGridRowProps = {
|
|
3
|
-
href
|
|
3
|
+
export type DataGridRowProps = GridRowProps & {
|
|
4
|
+
href?: (row: Record<string, unknown>) => string;
|
|
5
|
+
rowAnchor?: boolean;
|
|
4
6
|
};
|
|
5
7
|
/**
|
|
6
8
|
* A custom implementation of the GridRow component focusing in anchored rows.
|
|
7
9
|
*
|
|
8
10
|
* See the default implementation [here](https://github.com/mui/mui-x/blob/master/packages/grid/x-data-grid/src/components/GridRow.tsx).
|
|
9
11
|
*/
|
|
10
|
-
declare const DataGridRow: (props: DataGridRowProps) => ReactNode;
|
|
12
|
+
declare const DataGridRow: ({ rowAnchor, ...props }: DataGridRowProps) => ReactNode;
|
|
11
13
|
export default DataGridRow;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import type { GridAlignment, GridRenderCellParams, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare const cellTypeExpand: <T extends GridValidRowModel>(renderExpand?: <T_1 extends GridValidRowModel>(params: GridRenderCellParams<unknown, T_1, unknown>) => boolean) => {
|
|
4
|
+
align: GridAlignment;
|
|
5
|
+
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
field: string;
|
|
7
|
+
headerName?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
width?: number;
|
|
10
|
+
flex?: number;
|
|
11
|
+
minWidth?: number;
|
|
12
|
+
maxWidth?: number;
|
|
13
|
+
hideable?: boolean;
|
|
14
|
+
sortable?: boolean;
|
|
15
|
+
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
16
|
+
resizable?: boolean;
|
|
17
|
+
editable?: boolean;
|
|
18
|
+
groupable?: boolean;
|
|
19
|
+
pinnable?: boolean;
|
|
20
|
+
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
21
|
+
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
22
|
+
type?: import("@mui/x-data-grid").GridColType;
|
|
23
|
+
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
24
|
+
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
25
|
+
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
26
|
+
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
27
|
+
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
28
|
+
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
29
|
+
display?: "text" | "flex";
|
|
30
|
+
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
31
|
+
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
32
|
+
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
33
|
+
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
34
|
+
headerAlign?: GridAlignment;
|
|
35
|
+
hideSortIcons?: boolean;
|
|
36
|
+
disableColumnMenu?: boolean;
|
|
37
|
+
filterable?: boolean;
|
|
38
|
+
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
39
|
+
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
40
|
+
disableReorder?: boolean;
|
|
41
|
+
disableExport?: boolean;
|
|
42
|
+
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
43
|
+
examples?: any[] | undefined;
|
|
44
|
+
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
45
|
+
} | {
|
|
46
|
+
align: GridAlignment;
|
|
47
|
+
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
type: "actions";
|
|
49
|
+
getActions: (params: import("@mui/x-data-grid").GridRowParams<any>) => readonly React.ReactElement<import("@mui/x-data-grid").GridActionsCellItemProps>[];
|
|
50
|
+
field: string;
|
|
51
|
+
headerName?: string;
|
|
52
|
+
description?: string;
|
|
53
|
+
width?: number;
|
|
54
|
+
flex?: number;
|
|
55
|
+
minWidth?: number;
|
|
56
|
+
maxWidth?: number;
|
|
57
|
+
hideable?: boolean;
|
|
58
|
+
sortable?: boolean;
|
|
59
|
+
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
60
|
+
resizable?: boolean;
|
|
61
|
+
editable?: boolean;
|
|
62
|
+
groupable?: boolean;
|
|
63
|
+
pinnable?: boolean;
|
|
64
|
+
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
65
|
+
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
66
|
+
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
67
|
+
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
68
|
+
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
69
|
+
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
70
|
+
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
71
|
+
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
72
|
+
display?: "text" | "flex";
|
|
73
|
+
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
74
|
+
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
75
|
+
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
76
|
+
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
77
|
+
headerAlign?: GridAlignment;
|
|
78
|
+
hideSortIcons?: boolean;
|
|
79
|
+
disableColumnMenu?: boolean;
|
|
80
|
+
filterable?: boolean;
|
|
81
|
+
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
82
|
+
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
83
|
+
disableReorder?: boolean;
|
|
84
|
+
disableExport?: boolean;
|
|
85
|
+
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
86
|
+
examples?: any[] | undefined;
|
|
87
|
+
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
88
|
+
} | {
|
|
89
|
+
align: GridAlignment;
|
|
90
|
+
renderCell: (params: GridRenderCellParams<unknown, T, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
type: "singleSelect";
|
|
92
|
+
valueOptions?: import("@mui/x-data-grid").ValueOptions[] | ((params: import("@mui/x-data-grid").GridValueOptionsParams<any>) => Array<import("@mui/x-data-grid").ValueOptions>) | undefined;
|
|
93
|
+
getOptionLabel: (value: import("@mui/x-data-grid").ValueOptions) => string;
|
|
94
|
+
getOptionValue: (value: import("@mui/x-data-grid").ValueOptions) => any;
|
|
95
|
+
field: string;
|
|
96
|
+
headerName?: string;
|
|
97
|
+
description?: string;
|
|
98
|
+
width?: number;
|
|
99
|
+
flex?: number;
|
|
100
|
+
minWidth?: number;
|
|
101
|
+
maxWidth?: number;
|
|
102
|
+
hideable?: boolean;
|
|
103
|
+
sortable?: boolean;
|
|
104
|
+
sortingOrder?: readonly import("@mui/x-data-grid").GridSortDirection[];
|
|
105
|
+
resizable?: boolean;
|
|
106
|
+
editable?: boolean;
|
|
107
|
+
groupable?: boolean;
|
|
108
|
+
pinnable?: boolean;
|
|
109
|
+
sortComparator?: import("@mui/x-data-grid").GridComparatorFn<any> | undefined;
|
|
110
|
+
getSortComparator?: ((sortDirection: import("@mui/x-data-grid").GridSortDirection) => import("@mui/x-data-grid").GridComparatorFn<any> | undefined) | undefined;
|
|
111
|
+
valueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
112
|
+
rowSpanValueGetter?: import("@mui/x-data-grid").GridValueGetter<any, any, any, never> | undefined;
|
|
113
|
+
valueSetter?: import("@mui/x-data-grid").GridValueSetter<any, any, any> | undefined;
|
|
114
|
+
valueFormatter?: import("@mui/x-data-grid").GridValueFormatter<any, any, any, never> | undefined;
|
|
115
|
+
valueParser?: import("@mui/x-data-grid").GridValueParser<any, any, any> | undefined;
|
|
116
|
+
cellClassName?: import("@mui/x-data-grid").GridCellClassNamePropType<any, any> | undefined;
|
|
117
|
+
display?: "text" | "flex";
|
|
118
|
+
renderEditCell?: ((params: import("@mui/x-data-grid").GridRenderEditCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => React.ReactNode) | undefined;
|
|
119
|
+
preProcessEditCellProps?: ((params: import("@mui/x-data-grid").GridPreProcessEditCellProps) => import("@mui/x-data-grid").GridEditCellProps | Promise<import("@mui/x-data-grid").GridEditCellProps>) | undefined;
|
|
120
|
+
headerClassName?: import("@mui/x-data-grid").GridColumnHeaderClassNamePropType;
|
|
121
|
+
renderHeader?: ((params: import("@mui/x-data-grid").GridColumnHeaderParams<any, any, any>) => React.ReactNode) | undefined;
|
|
122
|
+
headerAlign?: GridAlignment;
|
|
123
|
+
hideSortIcons?: boolean;
|
|
124
|
+
disableColumnMenu?: boolean;
|
|
125
|
+
filterable?: boolean;
|
|
126
|
+
filterOperators?: readonly import("@mui/x-data-grid").GridFilterOperator<any, any, any, any>[] | undefined;
|
|
127
|
+
getApplyQuickFilterFn?: import("@mui/x-data-grid").GetApplyQuickFilterFn<any, any> | undefined;
|
|
128
|
+
disableReorder?: boolean;
|
|
129
|
+
disableExport?: boolean;
|
|
130
|
+
colSpan?: number | import("@mui/x-data-grid").GridColSpanFn<any, any, any> | undefined;
|
|
131
|
+
examples?: any[] | undefined;
|
|
132
|
+
renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
|
|
133
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { GridColTypeDef, GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
2
|
-
export declare const cellTypeTag: <R extends GridValidRowModel>(onClick?: (
|
|
2
|
+
export declare const cellTypeTag: <R extends GridValidRowModel>(onClick?: (tag: string) => unknown, breakByColon?: boolean) => GridColTypeDef<unknown, R>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type Dispatch, type SetStateAction } from "react";
|
|
2
|
+
import { TableViewModelEnum } from "../table/TableToggleViewModel.tsx";
|
|
3
|
+
type TableViewModel = keyof typeof TableViewModelEnum;
|
|
4
|
+
export declare const useTableView: () => [TableViewModel, Dispatch<SetStateAction<TableViewModel>>];
|
|
5
|
+
export {};
|
|
@@ -21,6 +21,6 @@ declare class ErrorBoundaryWithRetry extends Component<Props, State> {
|
|
|
21
21
|
};
|
|
22
22
|
componentDidCatch(error: Error, { componentStack }: ErrorInfo): void;
|
|
23
23
|
_retry: () => void;
|
|
24
|
-
render():
|
|
24
|
+
render(): string | number | boolean | void | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null;
|
|
25
25
|
}
|
|
26
26
|
export default ErrorBoundaryWithRetry;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DrawerProps } from "@mui/material/Drawer";
|
|
2
2
|
import type { ReactNode } from "react";
|
|
3
|
-
export { getFiltersFromLocation } from "
|
|
3
|
+
export { getFiltersFromLocation } from "../router/getFiltersFromLocation";
|
|
4
4
|
type Props = {
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
isOpen: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const formatFilterValue: (value: string | Record<string, any>, key?: string
|
|
1
|
+
export declare const formatFilterValue: (value: string | Record<string, any>, key?: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const isValidDatetime: (datetime: string | null) =>
|
|
1
|
+
export declare const isValidDatetime: (datetime: string | null) => boolean | "" | null;
|
|
@@ -20,11 +20,11 @@ export type FieldParam<D = unknown, D2 = D> = {
|
|
|
20
20
|
decode?: (value: string | string[]) => D2;
|
|
21
21
|
equals?: (valueA: D | D2, valueB: D | D2) => boolean;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
type FilterSectionParam = {
|
|
24
24
|
section: string;
|
|
25
25
|
fields: FieldParam[];
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
type FilterParam = FilterSectionParam | FieldParam;
|
|
28
28
|
type Props = {
|
|
29
29
|
isOpen: boolean;
|
|
30
30
|
onCloseFilter: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Theme } from "@mui/material";
|
|
2
|
+
import { PIX_TRANSACTION_ENTRY_TYPES } from "./shared/pixTransactionEntryTypes";
|
|
3
|
+
type HexColor = string;
|
|
4
|
+
export declare const hexToRgb: (hex: HexColor) => number[];
|
|
5
|
+
export declare const hexToRgbaString: (hex: HexColor, opacity: number | string) => string;
|
|
6
|
+
export declare const getTransactionEntryTypeColors: (theme: Theme) => {
|
|
7
|
+
[PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
|
|
8
|
+
[PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const toSafeTruncate: (value: string | null, length?: number) => (string | boolean)[];
|
|
11
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useControlledState: (value: any, onChange?: (
|
|
1
|
+
export declare const useControlledState: (value: any, onChange?: (value: any) => void) => any[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useCopyToClipboard: (text: string, cb?: () => void) => (boolean | (() => Promise<void>))[];
|
|
@@ -3,12 +3,12 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
export declare
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
export declare const AssineOnlineIcon: {
|
|
7
|
+
({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
defaultProps: {
|
|
9
9
|
color: string;
|
|
10
10
|
viewBox: string;
|
|
11
11
|
size: number;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
14
|
export default AssineOnlineIcon;
|
|
@@ -3,12 +3,12 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const BotConversaIcon: {
|
|
7
|
+
({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
defaultProps: {
|
|
9
9
|
color: string;
|
|
10
10
|
viewBox: string;
|
|
11
11
|
size: number;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
14
|
export default BotConversaIcon;
|
|
@@ -4,12 +4,12 @@ type Props = {
|
|
|
4
4
|
color?: string;
|
|
5
5
|
viewBox?: string;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
declare const CheckboxIndeterminate: {
|
|
8
|
+
({ size, color, viewBox }: Props): ReactNode;
|
|
9
|
+
defaultProps: {
|
|
10
10
|
color: string;
|
|
11
11
|
viewBox: string;
|
|
12
12
|
size: number;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
};
|
|
15
15
|
export default CheckboxIndeterminate;
|
|
@@ -4,12 +4,12 @@ type Props = {
|
|
|
4
4
|
color?: string;
|
|
5
5
|
viewBox?: string;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
declare const CheckboxUnchecked: {
|
|
8
|
+
({ size, color, viewBox }: Props): ReactNode;
|
|
9
|
+
defaultProps: {
|
|
10
10
|
color: string;
|
|
11
11
|
viewBox: string;
|
|
12
12
|
size: number;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
};
|
|
15
15
|
export default CheckboxUnchecked;
|
|
@@ -2,12 +2,12 @@ type Props = {
|
|
|
2
2
|
size: number;
|
|
3
3
|
viewBox: string;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
declare const MetaIcon: {
|
|
6
|
+
({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
defaultProps: {
|
|
8
8
|
viewBox: string;
|
|
9
9
|
color: string;
|
|
10
10
|
size: number;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
13
|
export default MetaIcon;
|
|
@@ -3,11 +3,11 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const N8nIcon: {
|
|
7
|
+
({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
defaultProps: {
|
|
9
9
|
viewBox: string;
|
|
10
10
|
size: number;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
13
|
export default N8nIcon;
|
|
@@ -3,12 +3,12 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const NuvemshopIcon: {
|
|
7
|
+
({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
defaultProps: {
|
|
9
9
|
viewBox: string;
|
|
10
10
|
color: string;
|
|
11
11
|
size: number;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
14
|
export default NuvemshopIcon;
|