@woovi/ui 6.2.2 → 6.2.3
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/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/TagWebhookStatus.d.ts → TagWebhookStatus.d.ts} +1 -1
- package/dist/{src/TransactionTagEntryTypes.d.ts → TransactionTagEntryTypes.d.ts} +5 -2
- package/dist/card/cardWithActions/CardFooter.d.ts +4 -0
- package/dist/{src/collapsible → collapsible}/Collapsible.d.ts +3 -2
- package/dist/collapsible/CollapsibleTree.d.ts +15 -0
- package/dist/{src/collapsible → collapsible}/TransparencyCollapsibleWrapper.d.ts +1 -2
- package/dist/{src/datagrid → datagrid}/cellTypeLink.d.ts +1 -1
- 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/{src/filter → filter}/formatFilterValue.d.ts +1 -1
- package/dist/{src/filter → filter}/isValidDatetime.d.ts +1 -1
- package/dist/helpers.d.ts +10 -0
- package/dist/{src/hooks → hooks}/useControlledState.d.ts +1 -1
- package/dist/hooks/useCopyToClipboard.d.ts +1 -0
- 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/{src/import → import}/xlsx/ImportStepper.d.ts +1 -1
- package/dist/{src/import → import}/xlsx/ImportTable.d.ts +1 -1
- package/dist/{src/import → import}/xlsx/ImportUtils.d.ts +9 -9
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{src/multifactor → multifactor}/MultiFactorConfirmModal.d.ts +1 -1
- package/dist/{src/openpix → openpix}/cobr/CobrTagStatus.d.ts +1 -1
- package/dist/{src/openpix → openpix}/paymentLink/InterestsInfo.d.ts +1 -1
- package/dist/{src/openpix → openpix}/paymentLink/types/ChargeDataType.d.ts +1 -1
- package/dist/{src/pinInput → pinInput}/PinInput.d.ts +13 -13
- package/dist/{src/routed → routed}/RoutedTabs.d.ts +1 -1
- package/dist/{src/routed → routed}/TabbedContent.d.ts +1 -1
- package/dist/{src/router → router}/getRouteFromPath.d.ts +1 -0
- package/dist/{src/router → router}/stringToValue.d.ts +2 -2
- package/dist/{src/screenHeader → screenHeader}/ScreenHeaderUI.d.ts +1 -1
- package/dist/{src/screenHeaderResponsive → screenHeaderResponsive}/ScreenHeaderUIResponsive.d.ts +1 -1
- package/dist/{src/shared → shared}/CashbackStatus.d.ts +1 -1
- 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/shared → shared}/webhookStatus.d.ts +1 -1
- package/dist/{src/sidebar → sidebar}/Group.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 -1
- package/dist/table/ImportReport.d.ts +4 -0
- package/dist/table/cells/CheckboxCellNode.d.ts +15 -0
- package/dist/table/cells/RenderCell.d.ts +10 -0
- package/dist/{src/table → table}/cells/getCellDate.d.ts +1 -1
- package/dist/{src/table → table}/cells/getCellLink.d.ts +1 -1
- package/dist/table/reactTable/ImportReport.d.ts +4 -0
- package/dist/{src/table → table}/reactTable/InputCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/InputDateCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/InputMoneyCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/InputPhoneCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/InputTaxIDCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/StatusCell.d.ts +1 -1
- package/dist/{src/table → table}/reactTable/TableHeadVirtualized.d.ts +1 -1
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +12 -0
- package/dist/utils/convertToCents.d.ts +3 -0
- package/dist/utils/convertToMoney.d.ts +2 -0
- package/dist/{src/utils → utils}/dates.d.ts +2 -2
- 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/{src/utils → utils}/isSafeCPF.d.ts +1 -1
- package/dist/utils/onlyDigits.d.ts +1 -0
- package/package.json +1 -1
- 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/card/cardWithActions/CardFooter.d.ts +0 -3
- package/dist/src/collapsible/CollapsibleTree.d.ts +0 -18
- package/dist/src/datagrid/cellTypeExpand.d.ts +0 -4
- package/dist/src/datagrid/useTableView.d.ts +0 -2
- package/dist/src/helpers.d.ts +0 -10
- package/dist/src/hooks/useCopyToClipboard.d.ts +0 -1
- package/dist/src/icons/SocPanelIcon.d.ts +0 -12
- package/dist/src/import/Dropzone.d.ts +0 -4
- package/dist/src/shared/pixTransactionEntryTypes.d.ts +0 -11
- package/dist/src/shared/statementTypes.d.ts +0 -14
- package/dist/src/statement/statementColors.d.ts +0 -3
- package/dist/src/table/ImportReport.d.ts +0 -4
- package/dist/src/table/cells/CheckboxCellNode.d.ts +0 -3
- package/dist/src/table/cells/RenderCell.d.ts +0 -3
- package/dist/src/table/reactTable/ImportReport.d.ts +0 -4
- package/dist/src/timeline/TimelineAppEventDomainIcon.d.ts +0 -3
- 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/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/onlyDigits.d.ts +0 -1
- package/dist/{src/BackButton.d.ts → BackButton.d.ts} +0 -0
- package/dist/{src/Badge.d.ts → Badge.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/BannerInfos.d.ts → BannerInfos.d.ts} +0 -0
- package/dist/{src/CashbackTagStatus.d.ts → CashbackTagStatus.d.ts} +0 -0
- package/dist/{src/Circle.d.ts → Circle.d.ts} +0 -0
- package/dist/{src/CircleButton.d.ts → CircleButton.d.ts} +0 -0
- package/dist/{src/ClockIcon.d.ts → ClockIcon.d.ts} +0 -0
- package/dist/{src/Column.d.ts → Column.d.ts} +0 -0
- package/dist/{src/CopyInput.d.ts → CopyInput.d.ts} +0 -0
- package/dist/{src/EmptyMessage.d.ts → EmptyMessage.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/LinearProgress.d.ts → LinearProgress.d.ts} +0 -0
- package/dist/{src/Link.d.ts → Link.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/LoremIpsum.d.ts → LoremIpsum.d.ts} +0 -0
- package/dist/{src/Modal → Modal}/Modal.d.ts +0 -0
- package/dist/{src/OverflowDiv.d.ts → OverflowDiv.d.ts} +0 -0
- package/dist/{src/ProgressBar.d.ts → ProgressBar.d.ts} +0 -0
- package/dist/{src/QuestionTooltip.d.ts → QuestionTooltip.d.ts} +0 -0
- package/dist/{src/RadioCard → RadioCard}/RadioCard.d.ts +0 -0
- package/dist/{src/ReactRouterLinkBehavior.d.ts → ReactRouterLinkBehavior.d.ts} +0 -0
- package/dist/{src/Row.d.ts → Row.d.ts} +0 -0
- package/dist/{src/SafeTextTooltip.d.ts → SafeTextTooltip.d.ts} +0 -0
- package/dist/{src/SearchField.d.ts → SearchField.d.ts} +0 -0
- package/dist/{src/Step.d.ts → Step.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/ToggleButtonGroup.d.ts → ToggleButtonGroup.d.ts} +0 -0
- package/dist/{src/ToggleButtonGroupMobile.d.ts → ToggleButtonGroupMobile.d.ts} +0 -0
- package/dist/{src/TransactionStatusTag.d.ts → TransactionStatusTag.d.ts} +0 -0
- package/dist/{src/TransactionTagStatus.d.ts → TransactionTagStatus.d.ts} +0 -0
- package/dist/{src/UnsupportedBrowserWarning.d.ts → UnsupportedBrowserWarning.d.ts} +0 -0
- package/dist/{src/auth → auth}/LoginWrapper.d.ts +0 -0
- package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
- package/dist/{src/avatar → avatar}/AvatarGroup.d.ts +0 -0
- package/dist/{src/avatar → avatar}/AvatarGroupArray.d.ts +0 -0
- package/dist/{src/avatar → avatar}/AvatarGroupSelectedAll.d.ts +0 -0
- package/dist/{src/buttons → buttons}/ActionButton.d.ts +0 -0
- package/dist/{src/buttons → buttons}/ButtonMenu.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/ClickPixButton.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}/CardList.d.ts +0 -0
- package/dist/{src/card → card}/CardRadio.d.ts +0 -0
- package/dist/{src/card → card}/CardSelectable.d.ts +0 -0
- package/dist/{src/card → card}/CardSkeleton.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}/basicContext/CardBasicContext.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}/CardFieldCentered.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/code → code}/Code.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/Collapse.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/CollapsibleActions.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/CollapsibleDetails.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/CollapsibleFillWrapper.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/CollapsibleGroup.d.ts +0 -0
- package/dist/{src/collapsible → collapsible}/CollapsibleInfinityActions.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/company → company}/CompanyLogo.d.ts +0 -0
- package/dist/{src/content → content}/ActionMargin.d.ts +0 -0
- package/dist/{src/content → content}/ActionMarginText.d.ts +0 -0
- package/dist/{src/content → content}/Content.d.ts +0 -0
- package/dist/{src/content → content}/IntroText.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}/DataGrid.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}/DataGridRow.d.ts +0 -0
- package/dist/{src/datagrid → datagrid}/cellTypeBasisToPercentage.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/device → device}/Phone.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/drawer → drawer}/swipable/SwipeableDrawer.d.ts +0 -0
- package/dist/{src/error → error}/ErrorView.d.ts +0 -0
- package/dist/{src/file → file}/FileDrop.d.ts +0 -0
- package/dist/{src/file → file}/IconButton.d.ts +0 -0
- package/dist/{src/file → file}/MaterialIcon.d.ts +0 -0
- package/dist/{src/filter → filter}/FilterRelayFormik.d.ts +0 -0
- package/dist/{src/filter → filter}/FormikFilter.d.ts +0 -0
- package/dist/{src/filter → filter}/decodeQueryParamsFromLocation.d.ts +0 -0
- package/dist/{src/filter → filter}/fieldToParamConfigMap.d.ts +0 -0
- package/dist/{src/filter → filter}/formatFilters.d.ts +0 -0
- package/dist/{src/filter → filter}/stringToBoolean.d.ts +0 -0
- package/dist/{src/filter → filter}/useFilterFormik.d.ts +0 -0
- package/dist/{src/form → form}/FieldRow.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/helpers → helpers}/HoverPopper.d.ts +0 -0
- package/dist/{src/hooks → hooks}/usePooling.d.ts +0 -0
- package/dist/{src/hooks → hooks}/useWindowHelpers.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}/RightTopDiagonalVector.d.ts +1 -1
- /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/import → import}/xlsx/Import.d.ts +0 -0
- /package/dist/{src/import → import}/xlsx/ImportDropzone.d.ts +0 -0
- /package/dist/{src/import → import}/xlsx/ImportProcessData.d.ts +0 -0
- /package/dist/{src/import → import}/xlsx/ImportProcessQueue.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapper.d.ts +0 -0
- /package/dist/{src/layoutWrapper → layoutWrapper}/LayoutWrapperFluid.d.ts +0 -0
- /package/dist/{src/link → link}/WooviLink.d.ts +0 -0
- /package/dist/{src/logo → logo}/OpenPixLogoColor.d.ts +0 -0
- /package/dist/{src/logo → logo}/WooviLogo.d.ts +0 -0
- /package/dist/{src/mui → mui}/BoxFlex.d.ts +0 -0
- /package/dist/{src/mui → mui}/Typography.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}/images/WooviLogoInMobile.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/CheckIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/ConfirmedIcon.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/EarnCashback.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/EarnCashbackExclusive.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/PayPixValueCompany.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/PixPaymentWoovi.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/order/discount/EarnDiscount.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/AdditionalInfo.d.ts +0 -0
- /package/dist/{src/openpix → openpix}/paymentLink/BrCodeInput.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}/paymentLink/ShareButton.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}/RefreshIconButton.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}/drawRoutes.d.ts +0 -0
- /package/dist/{src/router → router}/getFiltersFromLocation.d.ts +0 -0
- /package/dist/{src/router → router}/getQuery.d.ts +0 -0
- /package/dist/{src/router → router}/types.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/screenHeaderResponsive → screenHeaderResponsive}/components/ScreenHeaderSubtitle.d.ts +0 -0
- /package/dist/{src/screenHeaderResponsive → screenHeaderResponsive}/components/ScreenHeaderTitle.d.ts +0 -0
- /package/dist/{src/search → search}/GlobalSearchField.d.ts +0 -0
- /package/dist/{src/select → select}/Select.d.ts +0 -0
- /package/dist/{src/select → select}/SelectAll.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}/appEventTypes.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}/projectType.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}/Item.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/MenuList.d.ts +0 -0
- /package/dist/{src/sidebar → sidebar}/Sidebar.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/sidebar → sidebar}/utils.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/stepper → stepper}/Stepper.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}/StatusCell.d.ts +0 -0
- /package/dist/{src/table → table}/TableToggleViewModel.d.ts +0 -0
- /package/dist/{src/table → table}/cells/ActionCellNode.d.ts +0 -0
- /package/dist/{src/table → table}/cells/Cell.d.ts +0 -0
- /package/dist/{src/table → table}/cells/CellCheckbox.d.ts +0 -0
- /package/dist/{src/table → table}/cells/CellEditable.d.ts +0 -0
- /package/dist/{src/table → table}/cells/IconCellNode.d.ts +0 -0
- /package/dist/{src/table → table}/cells/LinkCellNode.d.ts +0 -0
- /package/dist/{src/table → table}/cells/cellTypes.d.ts +0 -0
- /package/dist/{src/table → table}/cells/getCellCurrency.d.ts +0 -0
- /package/dist/{src/table → table}/cells/getCellValue.d.ts +0 -0
- /package/dist/{src/table → table}/cells/index.d.ts +0 -0
- /package/dist/{src/table → table}/emv/TablePixEMV.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/table → table}/muiTable/Body.d.ts +0 -0
- /package/dist/{src/table → table}/muiTable/Footer.d.ts +0 -0
- /package/dist/{src/table → table}/muiTable/Header.d.ts +0 -0
- /package/dist/{src/table → table}/muiTable/Table.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/ImportTable.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/IndeterminateCheckbox.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/InputForCells.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/RowTable.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/Table.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/TableBodyVirtualized.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/TableCell.d.ts +0 -0
- /package/dist/{src/table → table}/reactTable/TableVirtualized.d.ts +0 -0
- /package/dist/{src/tag → tag}/Tag.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/term → term}/TermsModal.d.ts +0 -0
- /package/dist/{src/term → term}/useTerms.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}/TimelineAppEventTypeColor.d.ts +0 -0
- /package/dist/{src/timeline → timeline}/TimelineItem.d.ts +0 -0
- /package/dist/{src/unSupportedBrowser → 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}/ChargeInterestsTypes.d.ts +0 -0
- /package/dist/{src/utils → utils}/DesktopOnly.d.ts +0 -0
- /package/dist/{src/utils → utils}/MaskUtils.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}/isSafeCNPJ.d.ts +0 -0
- /package/dist/{src/utils → utils}/isSafeUtils.d.ts +0 -0
- /package/dist/{src/utils → utils}/maskMoney.d.ts +0 -0
- /package/dist/{src/utils → utils}/parseNumber.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}/WindowPopper.d.ts +0 -0
- /package/dist/{src/windowPopper → windowPopper}/WindowPopperTransition.d.ts +0 -0
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
3
|
-
type SwipeableDialogActionsProps = {
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
};
|
|
6
|
-
export declare function SwipeableDialogActions(props: SwipeableDialogActionsProps): ReactNode;
|
|
7
|
-
export declare namespace SwipeableDialogActions {
|
|
8
|
-
var displayName: string;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type SwipeableDialogCloseProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
-
};
|
|
6
|
-
export declare function SwipeableDialogClose(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
-
export declare namespace SwipeableDialogClose {
|
|
8
|
-
var displayName: string;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type SwipeableDialogTriggerProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
5
|
-
};
|
|
6
|
-
export declare function SwipeableDialogTrigger(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
-
export declare namespace SwipeableDialogTrigger {
|
|
8
|
-
var displayName: string;
|
|
9
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type BoxProps } from "@mui/material";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
import type { CollapsibleProps } from "./Collapsible.tsx";
|
|
4
|
-
export declare const CollapsibleTreeActions: ({ isParent, noBorder, sx, ...props }: import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent.d.ts").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
-
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
6
|
-
}, keyof import("@mui/material/OverridableComponent.d.ts").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
7
|
-
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
|
-
} & {
|
|
9
|
-
isParent: boolean;
|
|
10
|
-
noBorder: boolean;
|
|
11
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
type Props = {
|
|
13
|
-
disable?: boolean;
|
|
14
|
-
borderRadius?: number;
|
|
15
|
-
rootProps?: BoxProps;
|
|
16
|
-
} & CollapsibleProps;
|
|
17
|
-
declare const CollapsibleTree: (props: Props) => ReactNode;
|
|
18
|
-
export default CollapsibleTree;
|
package/dist/src/helpers.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
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 {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useCopyToClipboard: (text: string, cb?: (() => void) | undefined) => (boolean | (() => Promise<void>))[];
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from "i18next";
|
|
2
|
-
export declare const PIX_TRANSACTION_ENTRY_TYPES: {
|
|
3
|
-
DEBIT: string;
|
|
4
|
-
CREDIT: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const getPixTransactionEntryTypes: (t: TFunction<"translation", undefined>) => {
|
|
7
|
-
[x: string]: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const getPixTransactionStatusEntryTypes: (t: TFunction<"translation", undefined>) => {
|
|
10
|
-
[x: string]: string;
|
|
11
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
export declare const STATEMENT_TYPES: {
|
|
3
|
-
IN: string;
|
|
4
|
-
OUT: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const ENTRY_TYPE_MAPPER: {
|
|
7
|
-
[x: string]: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const TRANSACTION_STATEMENT_TYPES: {
|
|
10
|
-
[x: string]: string;
|
|
11
|
-
};
|
|
12
|
-
export declare const getStatementTypes: (t: TFunction<"translation", undefined>) => {
|
|
13
|
-
[x: string]: string;
|
|
14
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const CHARGE_COLUMNS: {
|
|
2
|
-
CUSTOMER_TAXID: string;
|
|
3
|
-
CUSTOMER_NAME: string;
|
|
4
|
-
CUSTOMER_EMAIL: string;
|
|
5
|
-
CUSTOMER_PHONE: string;
|
|
6
|
-
VALUE: string;
|
|
7
|
-
COMMENT: string;
|
|
8
|
-
EXPIRATION_DATE: string;
|
|
9
|
-
ADITIONAL_INFO: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const CHARGE_COMMENTS: {
|
|
12
|
-
[x: string]: string;
|
|
13
|
-
};
|
|
14
|
-
export declare const CHARGE_FIELDS: {
|
|
15
|
-
[x: string]: string;
|
|
16
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
export declare const COMPANY_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
3
|
-
export declare const COMPANY_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
4
|
-
export declare const COMPANY_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
export declare const CUSTOMER_COLUMNS: (t: TFunction<"translation", undefined>) => {
|
|
3
|
-
NAME: string;
|
|
4
|
-
TAX_ID: string;
|
|
5
|
-
EMAIL: string;
|
|
6
|
-
PHONE: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const CUSTOMER_COMMENTS: (t: TFunction<"translation", undefined>) => {
|
|
9
|
-
[x: string]: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const CUSTOMER_FIELDS: (t: TFunction<"translation", undefined>) => {
|
|
12
|
-
[x: string]: string;
|
|
13
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
export declare const PAYMENT_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
3
|
-
export declare const PAYMENT_BRANCH_ACCOUNT_COLUMNS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
4
|
-
export declare const PAYMENT_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
5
|
-
export declare const PAYMENT_BRANCH_ACCOUNT_COMMENTS: (t: TFunction<"translation", undefined>) => Record<string, string>;
|
|
6
|
-
export declare const PAYMENT_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
7
|
-
export declare const PAYMENT_BRANCH_ACCOUNT_FIELDS: (t: TFunction<"translation", undefined>) => Record<string, unknown>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const USER_COLUMNS: {
|
|
2
|
-
EMPLOYEE_ID: string;
|
|
3
|
-
CPF: string;
|
|
4
|
-
ACTIVE: string;
|
|
5
|
-
NAME: string;
|
|
6
|
-
EMAIL: string;
|
|
7
|
-
GENDER: string;
|
|
8
|
-
BIRTHDATE: string;
|
|
9
|
-
ADMISSION: string;
|
|
10
|
-
DEMISSION: string;
|
|
11
|
-
JOB_TITLE: string;
|
|
12
|
-
MOBILE_PHONE: string;
|
|
13
|
-
CRC_NAME: string;
|
|
14
|
-
CRC_ID: string;
|
|
15
|
-
MANAGER_EMPLOYEE_ID: string;
|
|
16
|
-
MANAGER_CPF: string;
|
|
17
|
-
MANAGER_EMAIL: string;
|
|
18
|
-
BUSINESS_DIVISION_ID: string;
|
|
19
|
-
BUSINESS_DIVISION_NAME: string;
|
|
20
|
-
TAGS: string;
|
|
21
|
-
};
|
|
22
|
-
export declare const USER_COLUMNS_DATA_TYPES: {
|
|
23
|
-
[x: string]: string;
|
|
24
|
-
};
|
|
25
|
-
export declare const USER_COMMENTS: {
|
|
26
|
-
[x: string]: string;
|
|
27
|
-
};
|
|
28
|
-
export declare const USER_REQUIRED_FIELDS: {
|
|
29
|
-
[x: string]: string;
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const onlyDigits: (value?: string | undefined) => string | null | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|