@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,10 @@
|
|
|
1
|
+
import type { PopperProps } from '@mui/material/Popper';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
3
|
+
type Props = {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
transitionTimeout: number;
|
|
6
|
+
placement: PopperProps['placement'];
|
|
7
|
+
render: ReactNode;
|
|
8
|
+
} & PopperProps;
|
|
9
|
+
declare const HoverPopper: ({ children, transitionTimeout, placement, render, ...props }: Props) => ReactNode;
|
|
10
|
+
export default HoverPopper;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type HexColor = string;
|
|
2
|
+
export declare const getShadeOfColor: (hex: string, amount: number) => string;
|
|
3
|
+
export declare const hexToRgb: (hex: string) => number[];
|
|
4
|
+
export declare const hexToRgbaString: (hex: string, opacity: string | number) => string;
|
|
5
|
+
type ColorSchemeObject = {
|
|
6
|
+
[name: string]: HexColor;
|
|
7
|
+
};
|
|
8
|
+
type SchemeGenerator<T> = (pivotColor: HexColor) => T;
|
|
9
|
+
export declare const buildSchemeGenerator: <T = ColorSchemeObject>(ref: string, scheme: ColorSchemeObject) => SchemeGenerator<T>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useControlledState: (value: any, onChange?: ((value: any) => void) | undefined) => any[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useCopyToClipboard: (text: string, cb?: (() => void) | undefined) => (boolean | (() => Promise<void>))[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Theme = {
|
|
2
|
+
name: string;
|
|
3
|
+
primaryDarkerColor: string;
|
|
4
|
+
primaryLighterColor: string;
|
|
5
|
+
button: {
|
|
6
|
+
textColor: string | null;
|
|
7
|
+
};
|
|
8
|
+
darkGray: string;
|
|
9
|
+
highlightColor: string;
|
|
10
|
+
lightGray: string;
|
|
11
|
+
graphLighterColor: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const useTheme: () => Theme;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
color?: string;
|
|
4
|
+
viewBox?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function AssineOnlineIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare namespace AssineOnlineIcon {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
color: string;
|
|
10
|
+
viewBox: string;
|
|
11
|
+
size: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export default AssineOnlineIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
color?: string;
|
|
4
|
+
viewBox?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function BotConversaIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace BotConversaIcon {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
color: string;
|
|
10
|
+
viewBox: string;
|
|
11
|
+
size: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export default BotConversaIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
size: number;
|
|
4
|
+
color?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function CheckboxIndeterminate({ size, color, viewBox }: Props): ReactNode;
|
|
8
|
+
declare namespace CheckboxIndeterminate {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
color: string;
|
|
11
|
+
viewBox: string;
|
|
12
|
+
size: number;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export default CheckboxIndeterminate;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
size: number;
|
|
4
|
+
color?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function CheckboxUnchecked({ size, color, viewBox }: Props): ReactNode;
|
|
8
|
+
declare namespace CheckboxUnchecked {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
color: string;
|
|
11
|
+
viewBox: string;
|
|
12
|
+
size: number;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export default CheckboxUnchecked;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
viewBox: string;
|
|
4
|
+
};
|
|
5
|
+
declare function MetaIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare namespace MetaIcon {
|
|
7
|
+
var defaultProps: {
|
|
8
|
+
viewBox: string;
|
|
9
|
+
color: string;
|
|
10
|
+
size: number;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export default MetaIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
color?: string;
|
|
4
|
+
viewBox?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function N8nIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace N8nIcon {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
viewBox: string;
|
|
10
|
+
size: number;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export default N8nIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
color?: string;
|
|
4
|
+
viewBox?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function NuvemshopIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace NuvemshopIcon {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
viewBox: string;
|
|
10
|
+
color: string;
|
|
11
|
+
size: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export default NuvemshopIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
CheckboxChecked: ({ size, color, viewBox, }: {
|
|
3
|
+
size?: number | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
viewBox?: string | undefined;
|
|
6
|
+
}) => import("react").ReactNode;
|
|
7
|
+
CheckboxUnchecked: {
|
|
8
|
+
({ size, color, viewBox }: {
|
|
9
|
+
size: number;
|
|
10
|
+
color?: string | undefined;
|
|
11
|
+
viewBox?: string | undefined;
|
|
12
|
+
}): import("react").ReactNode;
|
|
13
|
+
defaultProps: {
|
|
14
|
+
color: string;
|
|
15
|
+
viewBox: string;
|
|
16
|
+
size: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
CheckboxIndeterminate: {
|
|
20
|
+
({ size, color, viewBox }: {
|
|
21
|
+
size: number;
|
|
22
|
+
color?: string | undefined;
|
|
23
|
+
viewBox?: string | undefined;
|
|
24
|
+
}): import("react").ReactNode;
|
|
25
|
+
defaultProps: {
|
|
26
|
+
color: string;
|
|
27
|
+
viewBox: string;
|
|
28
|
+
size: number;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
viewBox?: string;
|
|
4
|
+
};
|
|
5
|
+
declare function SocPanelIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare namespace SocPanelIcon {
|
|
7
|
+
var defaultProps: {
|
|
8
|
+
viewBox: string;
|
|
9
|
+
size: number;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export default SocPanelIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
type Props = {
|
|
3
|
+
size: number;
|
|
4
|
+
color?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function WabizIcon(props: Props): ReactNode;
|
|
8
|
+
declare namespace WabizIcon {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
color: string;
|
|
11
|
+
size: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export default WabizIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
size: number;
|
|
3
|
+
color?: string;
|
|
4
|
+
viewBox?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function WakeIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace WakeIcon {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
viewBox: string;
|
|
10
|
+
color: string;
|
|
11
|
+
size: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export default WakeIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export declare const allowedMimeTypes: string[];
|
|
3
|
+
type File = any;
|
|
4
|
+
type Props = {
|
|
5
|
+
file?: File;
|
|
6
|
+
files?: File[];
|
|
7
|
+
multiple?: boolean;
|
|
8
|
+
onChange: (files: File | File[]) => void;
|
|
9
|
+
onRemoveFile: (index: number) => void;
|
|
10
|
+
isImagePreview?: boolean;
|
|
11
|
+
allowRemoval?: boolean;
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
dataComplete?: boolean;
|
|
14
|
+
shouldUseOriginalName?: boolean;
|
|
15
|
+
allowedTypes?: string[];
|
|
16
|
+
description?: ReactNode;
|
|
17
|
+
};
|
|
18
|
+
declare const DropzoneFile: ({ file, files, multiple, onRemoveFile: onRemoveFileProp, onChange, isImagePreview, allowRemoval, isLoading, dataComplete, shouldUseOriginalName, allowedTypes, ...props }: Props) => ReactNode;
|
|
19
|
+
export default DropzoneFile;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Dispatch, ReactNode, SetStateAction } from "react";
|
|
2
|
+
import "react-datasheet/lib/react-datasheet.css";
|
|
3
|
+
import type { TFunction } from "react-i18next";
|
|
4
|
+
import type { Row } from "react-table";
|
|
5
|
+
type Props = {
|
|
6
|
+
isProcessing: boolean;
|
|
7
|
+
setShowReport: (v: boolean) => void;
|
|
8
|
+
data: any[];
|
|
9
|
+
setData: Dispatch<SetStateAction<any[]>>;
|
|
10
|
+
setSelectedData: Dispatch<SetStateAction<Array<Row<any>>>>;
|
|
11
|
+
firstImport: boolean;
|
|
12
|
+
selectedData: Array<Row<any>>;
|
|
13
|
+
dataImportTable: any[];
|
|
14
|
+
getInvalidFieldsMessage: (field: any, t: TFunction) => string[];
|
|
15
|
+
getReferences: (row: any) => any;
|
|
16
|
+
setIsNextEnabled: (isNextEnabled: boolean) => void;
|
|
17
|
+
};
|
|
18
|
+
declare const Import: ({ data, setData, isProcessing, setSelectedData, firstImport, selectedData, dataImportTable, getInvalidFieldsMessage, getReferences, setIsNextEnabled, customColumnValidation, }: Props) => ReactNode;
|
|
19
|
+
export default Import;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
isLoading: boolean;
|
|
4
|
+
setIsLoading: (v: boolean) => void;
|
|
5
|
+
setShowReport: (v: boolean) => void;
|
|
6
|
+
clearData: () => void;
|
|
7
|
+
dataComplete: boolean;
|
|
8
|
+
sheet: File;
|
|
9
|
+
setSheet: (file: File) => void;
|
|
10
|
+
setData: (data: any[]) => void;
|
|
11
|
+
setFirstData: (data: any[]) => void;
|
|
12
|
+
setFirstImport: (firstImport: boolean) => void;
|
|
13
|
+
dataImportTable: any[];
|
|
14
|
+
};
|
|
15
|
+
declare const ImportDropzone: ({ isLoading, setIsLoading, setSheet, setData, clearData, sheet, dataComplete, setShowReport, setFirstData, setFirstImport, dataImportTable, }: Props) => ReactNode;
|
|
16
|
+
export default ImportDropzone;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
type Props = {
|
|
3
|
+
setIsProcessing: (status: boolean) => void;
|
|
4
|
+
isProcessing: boolean;
|
|
5
|
+
updateRows: (currentData: any, dataRef: any) => Promise<void>;
|
|
6
|
+
};
|
|
7
|
+
declare const ImportProcessData: ({ setData, latestData, setIsProcessing, isProcessing, data, updateRows, }: Props) => ReactNode;
|
|
8
|
+
export default ImportProcessData;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
export declare const defaultPrepareQueue: (rows: any[]) => any[];
|
|
3
|
+
export declare const defaultReducer: (state: any, action: any) => any;
|
|
4
|
+
export type processQueueItemInput = {
|
|
5
|
+
item: any;
|
|
6
|
+
dispatch: () => any;
|
|
7
|
+
updateImportStatus: () => any;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
setShowReport: (status: boolean) => void;
|
|
11
|
+
showReport: boolean;
|
|
12
|
+
setFirstImport: (status: boolean) => void;
|
|
13
|
+
setActiveStep: (step: number) => void;
|
|
14
|
+
prepareQueue: (rows: any[]) => void;
|
|
15
|
+
processQueueItem: (input: processQueueItemInput) => {
|
|
16
|
+
hasError: boolean;
|
|
17
|
+
};
|
|
18
|
+
reducer: (state: any, action: any) => any;
|
|
19
|
+
};
|
|
20
|
+
declare const ImportProcessQueue: ({ setShowReport, setData, data, selectedData, setSelectedData, showReport, setFirstImport, setActiveStep, prepareQueue, processQueueItem, reducer, }: Props) => ReactNode;
|
|
21
|
+
export default ImportProcessQueue;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { TFunction } from "react-i18next";
|
|
3
|
+
import type { DATA_IMPORT_TYPE } from "../../utils/excel/generateExcel";
|
|
4
|
+
import type { processQueueItemInput } from "./ImportProcessQueue.tsx";
|
|
5
|
+
type Labels = {
|
|
6
|
+
importLabel: string;
|
|
7
|
+
};
|
|
8
|
+
type Props = {
|
|
9
|
+
dataImportTable: any[];
|
|
10
|
+
getColumnType: () => string;
|
|
11
|
+
getInvalidFieldsMessage: (field: any, t: TFunction) => string[];
|
|
12
|
+
getReferences: (row: any) => any;
|
|
13
|
+
updateRows: (currentData: any, dataRef: any) => Promise<void>;
|
|
14
|
+
prepareQueue: (rows: any[]) => void;
|
|
15
|
+
processQueueItem: (input: processQueueItemInput) => {
|
|
16
|
+
hasError: boolean;
|
|
17
|
+
};
|
|
18
|
+
reducer: (state: any, action: any) => any;
|
|
19
|
+
type: DATA_IMPORT_TYPE;
|
|
20
|
+
labels: Labels;
|
|
21
|
+
customColumnValidation: any;
|
|
22
|
+
};
|
|
23
|
+
declare const ImportStepper: (props: Props) => ReactNode;
|
|
24
|
+
export default ImportStepper;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { DATA_IMPORT_TYPE } from "../../utils/excel/generateExcel";
|
|
3
|
+
type Props = {
|
|
4
|
+
dataImportTable: any[];
|
|
5
|
+
type: DATA_IMPORT_TYPE;
|
|
6
|
+
};
|
|
7
|
+
declare const ImportTable: ({ dataImportTable, type }: Props) => ReactNode;
|
|
8
|
+
export default ImportTable;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export declare const EMAIL_REGEX: RegExp;
|
|
2
|
+
export declare const formatValue: (value: string | boolean) => string;
|
|
3
|
+
export declare const formatDate: (value: string | boolean | Date) => string;
|
|
4
|
+
export declare const formatTaxID: (value: string | number | null) => string | null;
|
|
5
|
+
export declare const formatCurrency: (value: string | number) => string | null;
|
|
6
|
+
export declare const COLUMN_TYPE: {
|
|
7
|
+
TAX_ID: string;
|
|
8
|
+
ACTIVE: string;
|
|
9
|
+
EMAIL: string;
|
|
10
|
+
GENDER: string;
|
|
11
|
+
DATE: string;
|
|
12
|
+
TEXT: string;
|
|
13
|
+
PHONE: string;
|
|
14
|
+
SING_PHONE: string;
|
|
15
|
+
TAG: string;
|
|
16
|
+
VALUE: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const TRUTH_VALUES: string[];
|
|
19
|
+
export declare const getActiveValue: (value: string) => boolean;
|
|
20
|
+
export declare const isActiveValid: (value: string) => boolean;
|
|
21
|
+
export declare const getDateValue: (value: string) => string | null;
|
|
22
|
+
export declare const getPhoneNumbersValue: (value: string) => string[] | null;
|
|
23
|
+
export declare const getSingPhoneNumberValue: (value: string) => string | null;
|
|
24
|
+
export declare const getTagsValue: (value: string) => string[] | null;
|
|
25
|
+
export declare const getCellProps: (type: any, value: any, onChange: any, onBlur: any, onChangeRadioGroup: any, isValid: any, isProcessing: any) => {
|
|
26
|
+
value: any;
|
|
27
|
+
onChange: any;
|
|
28
|
+
onBlur: any;
|
|
29
|
+
isValid: any;
|
|
30
|
+
isProcessing: any;
|
|
31
|
+
};
|
|
32
|
+
export declare const getColumnType: (name: string) => string;
|
|
33
|
+
export declare const getData: ({ excelData, dataImportTable, header, t }: {
|
|
34
|
+
dataImportTable: any;
|
|
35
|
+
excelData: any;
|
|
36
|
+
header: any;
|
|
37
|
+
t: any;
|
|
38
|
+
}) => any[];
|
|
39
|
+
export declare const isGenderValid: (value: string) => boolean;
|
|
40
|
+
type customColumnValidation = {
|
|
41
|
+
[key: string]: (value: string) => boolean;
|
|
42
|
+
};
|
|
43
|
+
type validateCellInput = {
|
|
44
|
+
type: string;
|
|
45
|
+
value: string;
|
|
46
|
+
requiredMessage: "Não obrigatório" | "Obrigatório";
|
|
47
|
+
customColumnValidation?: customColumnValidation;
|
|
48
|
+
columnName?: string;
|
|
49
|
+
};
|
|
50
|
+
export declare const validateCell: ({ type, value, requiredMessage, customColumnValidation, columnName, }: validateCellInput) => boolean;
|
|
51
|
+
export declare const getCellComponent: (field: string) => import("react").ReactNode;
|
|
52
|
+
export declare const EditableCell: ({ value: initialState, row: { index }, column: { id, columnType, customColumnValidation, requiredMessage }, updateMyData, isProcessing, }: {
|
|
53
|
+
column: {
|
|
54
|
+
columnType: any;
|
|
55
|
+
customColumnValidation: any;
|
|
56
|
+
id: any;
|
|
57
|
+
requiredMessage: any;
|
|
58
|
+
};
|
|
59
|
+
isProcessing: any;
|
|
60
|
+
row: {
|
|
61
|
+
index: any;
|
|
62
|
+
};
|
|
63
|
+
updateMyData: any;
|
|
64
|
+
value: any;
|
|
65
|
+
}) => import("react").ReactNode;
|
|
66
|
+
export declare const DEFAULT_QUEUE_ACTIONS: {
|
|
67
|
+
ADD: string;
|
|
68
|
+
REMOVE: string;
|
|
69
|
+
UPDATE: string;
|
|
70
|
+
};
|
|
71
|
+
export declare const TAXID_TYPE: {
|
|
72
|
+
BR_CPF: string;
|
|
73
|
+
BR_CNPJ: string;
|
|
74
|
+
US_SOCIALSECURITY: string;
|
|
75
|
+
};
|
|
76
|
+
export declare const getGenderValue: (value: string) => string;
|
|
77
|
+
export declare const getFields: (item: any) => {};
|
|
78
|
+
export declare const importFn: (selected: any, dispatch: any) => void;
|
|
79
|
+
type DefaultHeader = {
|
|
80
|
+
name: string;
|
|
81
|
+
requiredMessage: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
type ValidateHeaderProps = {
|
|
85
|
+
header: string[];
|
|
86
|
+
defaultHeader: DefaultHeader[];
|
|
87
|
+
};
|
|
88
|
+
export declare const validateHeader: ({ header, defaultHeader }: ValidateHeaderProps) => boolean;
|
|
89
|
+
export {};
|