@tap-payments/os-micro-frontend-shared 0.1.492 → 0.1.493
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/build/chunk-6B25FE4F.js +1 -0
- package/build/chunk-6PH52AUS.js +1 -0
- package/build/chunk-D2GC3DNR.js +1 -0
- package/build/chunk-QK2HZKQB.js +2 -0
- package/build/chunk-S3QIW7SU.js +1 -0
- package/build/chunk-Y2OUJSEL.js +1 -0
- package/build/components/Amount/index.js +1 -1
- package/build/components/AmountConversionFilter/index.js +1 -1
- package/build/components/AmountInput/index.js +1 -1
- package/build/components/AppServices/index.js +1 -1
- package/build/components/AppServicesBar/index.js +1 -1
- package/build/components/BrandLogo/index.js +1 -1
- package/build/components/CopyImage/index.js +1 -1
- package/build/components/CountryFilter/index.js +1 -1
- package/build/components/CurrencyFilter/index.js +1 -1
- package/build/components/Customer/index.js +1 -1
- package/build/components/DateFilter/index.js +1 -1
- package/build/components/Discount/index.js +1 -1
- package/build/components/ExpandableSideBar/index.js +1 -1
- package/build/components/FileInputPreview/index.js +1 -1
- package/build/components/FileUpload/index.js +1 -1
- package/build/components/FilterDropdown/index.js +1 -1
- package/build/components/Filters/index.js +1 -1
- package/build/components/FlagDetails/index.js +1 -1
- package/build/components/LanguageDropdown/index.js +1 -1
- package/build/components/ListColumnFilter/index.js +1 -1
- package/build/components/MerchantCurrencyDropdown/index.js +1 -1
- package/build/components/MerchantLogo/index.js +1 -1
- package/build/components/MerchantsDropdown/index.js +1 -1
- package/build/components/MultiSelectWithSearch/index.js +1 -1
- package/build/components/PartnersFilter/index.js +1 -1
- package/build/components/PaymentSourceFilter/index.js +1 -1
- package/build/components/PhoneFilter/index.js +1 -1
- package/build/components/RFH/index.js +1 -1
- package/build/components/RangeCalender/index.js +1 -1
- package/build/components/ReceiptsViewer/index.js +1 -1
- package/build/components/ReferenceTypeFilter/index.js +1 -1
- package/build/components/SalesChannelFilter/index.js +1 -1
- package/build/components/StatusFilter/index.js +1 -1
- package/build/components/StatusIcons/index.js +1 -1
- package/build/components/StatusLabel/index.js +1 -1
- package/build/components/TableCells/index.js +1 -1
- package/build/components/TableHeader/index.js +1 -1
- package/build/components/TableReports/index.js +1 -1
- package/build/components/TableView/index.js +1 -1
- package/build/components/TreeDropdown/index.js +1 -1
- package/build/components/VAT/index.js +1 -1
- package/build/components/VerificationIcon/index.js +1 -1
- package/build/components/ViewColumnRadioFilter/index.js +1 -1
- package/build/components/WindowSideBar/index.js +1 -1
- package/build/components/index.js +1 -1
- package/build/docs/stories/fixtures/expandableSideBar.d.ts +2 -0
- package/build/docs/stories/fixtures/index.d.ts +6 -0
- package/build/docs/stories/fixtures/selectWithAccordion.d.ts +12 -0
- package/build/index.js +1 -1
- package/build/src/components/Accordion/style.d.ts +21 -0
- package/build/src/components/AccountDropdown/style.d.ts +20 -0
- package/build/src/components/ActionMenu/ActionMenuDropDown.d.ts +16 -0
- package/build/src/components/ActionMenu/ActionMenuItem.d.ts +16 -0
- package/build/src/components/ActionMenu/style.d.ts +79 -0
- package/build/src/components/ActionMenu/type.d.ts +15 -0
- package/build/src/components/ActivityAreaChart/styles.d.ts +16 -0
- package/build/src/components/Amount/TotalAmount/TotalAmount.d.ts +15 -0
- package/build/src/components/AmountInput/AmountInput.d.ts +14 -0
- package/build/src/components/AnimatedSpinnerIcon/style.d.ts +281 -0
- package/build/src/components/AppServices/AppServices.d.ts +15 -0
- package/build/src/components/AppServices/style.d.ts +14 -0
- package/build/src/components/AppServicesBar/AppServicesBar.d.ts +22 -0
- package/build/src/components/AppWindowWrapper/AppWindow/style.d.ts +18 -0
- package/build/src/components/Autocomplete/Autocomplete.d.ts +10 -0
- package/build/src/components/Button/style.d.ts +5 -0
- package/build/src/components/Calender/style.d.ts +29 -0
- package/build/src/components/Chip/style.d.ts +277 -0
- package/build/src/components/CircularProgressWithLabel/style.d.ts +11 -0
- package/build/src/components/ColorPicker/style.d.ts +30 -0
- package/build/src/components/ConfirmDialog/styles.d.ts +8 -0
- package/build/src/components/CountBadge/style.d.ts +285 -0
- package/build/src/components/Customer/CustomerDropdown/style.d.ts +10 -0
- package/build/src/components/Customer/CustomerForms/CustomerEmailForm.d.ts +12 -0
- package/build/src/components/Customer/CustomerForms/CustomerFullInfo.d.ts +13 -0
- package/build/src/components/Customer/CustomerForms/CustomerFullInfoForm.d.ts +12 -0
- package/build/src/components/Customer/CustomerForms/CustomerPhoneNumberForm.d.ts +12 -0
- package/build/src/components/Customer/CustomerForms/style.d.ts +25 -0
- package/build/src/components/DateFilter/DateFilter.d.ts +16 -0
- package/build/src/components/DateFilter/style.d.ts +35 -0
- package/build/src/components/DeviceIcon/DeviceIcon.d.ts +12 -0
- package/build/src/components/DeviceIcon/style.d.ts +7 -0
- package/build/src/components/Dialog/style.d.ts +273 -0
- package/build/src/components/Discount/DiscountDropdown/DiscountDropdown.d.ts +13 -0
- package/build/src/components/Discount/DiscountRateDropdown/DiscountRateDropdown.d.ts +12 -0
- package/build/src/components/Discount/TotalDiscount/TotalDiscount.d.ts +12 -0
- package/build/src/components/Discount/utils.d.ts +8 -0
- package/build/src/components/DockButton/style.d.ts +21 -0
- package/build/src/components/DropdownButton/constants.d.ts +13 -0
- package/build/src/components/DropdownButton/style.d.ts +31 -0
- package/build/src/components/DropdownButton/type.d.ts +14 -0
- package/build/src/components/DropdownMenu/styles.d.ts +19 -0
- package/build/src/components/ErrorBoundary/style.d.ts +10 -0
- package/build/src/components/ErrorToast/style.d.ts +9 -0
- package/build/src/components/FileInputPreview/style.d.ts +9 -0
- package/build/src/components/FileInputPreview/type.d.ts +21 -0
- package/build/src/components/FileInputPreview/utils.d.ts +3 -0
- package/build/src/components/FilePreview/type.d.ts +12 -0
- package/build/src/components/FileUpload/style.d.ts +38 -0
- package/build/src/components/FileUploader/style.d.ts +22 -0
- package/build/src/components/FileUploader/type.d.ts +18 -0
- package/build/src/components/FilterDropdown/components/MerchantsFilterItem/type.d.ts +20 -0
- package/build/src/components/FilterDropdown/components/MerchantsFilterItem/utils.d.ts +5 -0
- package/build/src/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +14 -0
- package/build/src/components/FilterDropdown/style.d.ts +21 -0
- package/build/src/components/FilterDropdown/type.d.ts +4 -0
- package/build/src/components/Filters/style.d.ts +15 -0
- package/build/src/components/FlippingCard/style.d.ts +264 -0
- package/build/src/components/IconWithLabel/style.d.ts +7 -0
- package/build/src/components/IconsDropdown/style.d.ts +21 -0
- package/build/src/components/ImageWrapper/ImageWrapper.d.ts +267 -0
- package/build/src/components/InputBase/AmountInputBase/AmountInputBase.d.ts +19 -0
- package/build/src/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +15 -0
- package/build/src/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +16 -0
- package/build/src/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +18 -0
- package/build/src/components/InputBase/SelectBase/style.d.ts +10 -0
- package/build/src/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +13 -0
- package/build/src/components/Inputs/FileInput/style.d.ts +11 -0
- package/build/src/components/JSONViewer/components/JSONSearchBar/styles.d.ts +1113 -0
- package/build/src/components/JSONViewer/style.d.ts +634 -0
- package/build/src/components/LabeledIconDropdown/style.d.ts +39 -0
- package/build/src/components/LeftPeekRightExpandingChip/style.d.ts +794 -0
- package/build/src/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +12 -0
- package/build/src/components/MerchantsDropdown/BrandItem.d.ts +13 -0
- package/build/src/components/MerchantsDropdown/EntityItem.d.ts +14 -0
- package/build/src/components/MerchantsDropdown/EntityList.d.ts +11 -0
- package/build/src/components/MerchantsDropdown/MerchantItem.d.ts +13 -0
- package/build/src/components/MerchantsDropdown/MerchantsList.d.ts +12 -0
- package/build/src/components/MerchantsDropdown/hooks.d.ts +19 -0
- package/build/src/components/MerchantsDropdown/style.d.ts +38 -0
- package/build/src/components/MerchantsDropdown/type.d.ts +15 -0
- package/build/src/components/MultiSelectDropdownButton/type.d.ts +12 -0
- package/build/src/components/MultiSelectStatusButton/style.d.ts +41 -0
- package/build/src/components/MultiSelectStatusButton/type.d.ts +16 -0
- package/build/src/components/MultiSelectWithSearch/style.d.ts +36 -0
- package/build/src/components/NestedDropdown/NestedDropdown.d.ts +18 -0
- package/build/src/components/NestedDropdown/NestedMenuItem.d.ts +19 -0
- package/build/src/components/NestedDropdown/styles.d.ts +36 -0
- package/build/src/components/NestedDropdown/types.d.ts +18 -0
- package/build/src/components/PaymentSourceFilter/AuthenticationMode.d.ts +7 -0
- package/build/src/components/PaymentSourceFilter/PaymentInitiated.d.ts +8 -0
- package/build/src/components/PaymentSourceFilter/PaymentMethod.d.ts +6 -0
- package/build/src/components/PaymentSourceFilter/PaymentMethods.d.ts +7 -0
- package/build/src/components/PaymentSourceFilter/PaymentSchemes.d.ts +7 -0
- package/build/src/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +15 -0
- package/build/src/components/PhoneFilter/PhoneFilter.d.ts +9 -0
- package/build/src/components/ProgressBar/style.d.ts +17 -0
- package/build/src/components/ProgressRing/style.d.ts +19 -0
- package/build/src/components/RFH/Inputs/MultiSelect/style.d.ts +6 -0
- package/build/src/components/RFH/Inputs/SelectWithAccordion/style.d.ts +34 -0
- package/build/src/components/RangeCalender/components/Hijri/Hijri.d.ts +7 -0
- package/build/src/components/RangeCalender/components/QuickFilters/style.d.ts +7 -0
- package/build/src/components/RangeCalender/components/RangeDatepicker/style.d.ts +4 -0
- package/build/src/components/RangeCalender/components/Timezone/Timezone.d.ts +12 -0
- package/build/src/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +9 -0
- package/build/src/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +8 -0
- package/build/src/components/RangeCalender/style.d.ts +33 -0
- package/build/src/components/RangeCalender/type.d.ts +28 -0
- package/build/src/components/ReceiptsViewer/ReceiptsViewer.d.ts +11 -0
- package/build/src/components/ReceiptsViewer/type.d.ts +11 -0
- package/build/src/components/ReferenceTypeFilter/style.d.ts +14 -0
- package/build/src/components/RightLeftExpandingCenterChip/style.d.ts +3418 -0
- package/build/src/components/SalesChannelFilter/SalesChannelFilter.d.ts +11 -0
- package/build/src/components/Sandbox/Sandbox.d.ts +11 -0
- package/build/src/components/SearchButton/styles.d.ts +572 -0
- package/build/src/components/SelectDropdown/style.d.ts +17 -0
- package/build/src/components/SelectWithSearch/style.d.ts +32 -0
- package/build/src/components/StatusBar/StatusBar.d.ts +13 -0
- package/build/src/components/StatusBar/type.d.ts +18 -0
- package/build/src/components/StatusButton/style.d.ts +45 -0
- package/build/src/components/StatusButton/type.d.ts +38 -0
- package/build/src/components/StatusChip/style.d.ts +32 -0
- package/build/src/components/StatusChipWithCopy/StatusChipWithCopy.d.ts +13 -0
- package/build/src/components/StatusChipWithCopy/utils.d.ts +4 -0
- package/build/src/components/StatusFilter/StatusFilter.d.ts +15 -0
- package/build/src/components/StatusFilter/utils.d.ts +4 -0
- package/build/src/components/StatusIcons/AuthIcons/constants.d.ts +23 -0
- package/build/src/components/StatusIcons/AuthIcons/style.d.ts +537 -0
- package/build/src/components/StatusIcons/AuthIcons/type.d.ts +30 -0
- package/build/src/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +281 -0
- package/build/src/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +17 -0
- package/build/src/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +13 -0
- package/build/src/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +24 -0
- package/build/src/components/StatusIcons/ChargeStatusIcon/style.d.ts +1632 -0
- package/build/src/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +8 -0
- package/build/src/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +10 -0
- package/build/src/components/StatusIcons/GeographyIcon/style.d.ts +7 -0
- package/build/src/components/StatusIcons/IssuerIcon/style.d.ts +8 -0
- package/build/src/components/StatusIcons/IssuerIcon/type.d.ts +8 -0
- package/build/src/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +14 -0
- package/build/src/components/StatusIcons/RefundIcon/RefundIcon.d.ts +15 -0
- package/build/src/components/StatusIcons/SourceIcons/style.d.ts +272 -0
- package/build/src/components/StatusIcons/SourceIcons/type.d.ts +9 -0
- package/build/src/components/StatusLabel/style.d.ts +9 -0
- package/build/src/components/TableCells/CustomCells/ActionCell/components/ActionsColumn.d.ts +10 -0
- package/build/src/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +33 -0
- package/build/src/components/TableCells/CustomCells/ActionCell/style.d.ts +288 -0
- package/build/src/components/TableCells/CustomCells/AgreementCell/style.d.ts +274 -0
- package/build/src/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.d.ts +7 -0
- package/build/src/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.d.ts +7 -0
- package/build/src/components/TableCells/CustomCells/AmountCell/style.d.ts +14 -0
- package/build/src/components/TableCells/CustomCells/AmountCell/type.d.ts +22 -0
- package/build/src/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +288 -0
- package/build/src/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +556 -0
- package/build/src/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1315 -0
- package/build/src/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1315 -0
- package/build/src/components/TableCells/CustomCells/BalanceCell/style.d.ts +271 -0
- package/build/src/components/TableCells/CustomCells/BalanceCell/type.d.ts +13 -0
- package/build/src/components/TableCells/CustomCells/ChannelsCell/style.d.ts +270 -0
- package/build/src/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +267 -0
- package/build/src/components/TableCells/CustomCells/CustomerCell/style.d.ts +8 -0
- package/build/src/components/TableCells/CustomCells/DateCell/DateCell.d.ts +9 -0
- package/build/src/components/TableCells/CustomCells/DestinationCell/styled.d.ts +16 -0
- package/build/src/components/TableCells/CustomCells/DestinationCell/type.d.ts +34 -0
- package/build/src/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +16 -0
- package/build/src/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1315 -0
- package/build/src/components/TableCells/CustomCells/DueDateCell/style.d.ts +274 -0
- package/build/src/components/TableCells/CustomCells/IDButton/style.d.ts +528 -0
- package/build/src/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +267 -0
- package/build/src/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +270 -0
- package/build/src/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.d.ts +22 -0
- package/build/src/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +279 -0
- package/build/src/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1315 -0
- package/build/src/components/TableCells/CustomCells/ProductsCell/style.d.ts +276 -0
- package/build/src/components/TableCells/CustomCells/ReferenceCell/style.d.ts +290 -0
- package/build/src/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +532 -0
- package/build/src/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +280 -0
- package/build/src/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +19 -0
- package/build/src/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +292 -0
- package/build/src/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +8 -0
- package/build/src/components/TableCells/CustomCells/SalesChannelCell/utils.d.ts +3 -0
- package/build/src/components/TableCells/CustomCells/SegmentsCell/style.d.ts +288 -0
- package/build/src/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.d.ts +6 -0
- package/build/src/components/TableCells/CustomCells/StatusCell/constant.d.ts +47 -0
- package/build/src/components/TableCells/CustomCells/StatusCell/style.d.ts +1609 -0
- package/build/src/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.d.ts +21 -0
- package/build/src/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1315 -0
- package/build/src/components/TableCells/CustomCells/style.d.ts +290 -0
- package/build/src/components/TableCells/CustomCells/type.d.ts +82 -0
- package/build/src/components/TableHeader/TableHeader.d.ts +5 -0
- package/build/src/components/TableHeader/TableModeButton.d.ts +9 -0
- package/build/src/components/TableHeader/TableView/ColumnItem.d.ts +14 -0
- package/build/src/components/TableHeader/TableView/hooks/useColumnItem.d.ts +21 -0
- package/build/src/components/TableHeader/TableView/hooks/useCreateViewDialog.d.ts +22 -0
- package/build/src/components/TableHeader/TableView/hooks/useCustomTableViews.d.ts +9 -0
- package/build/src/components/TableHeader/TableView/hooks/useOriginalColumns.d.ts +6 -0
- package/build/src/components/TableHeader/TableView/hooks/useViewColumns.d.ts +13 -0
- package/build/src/components/TableHeader/TableView/hooks/useViewsManager.d.ts +9 -0
- package/build/src/components/TableHeader/TableView/hooks/useViewsMenu.d.ts +48 -0
- package/build/src/components/TableHeader/TableView/styles.d.ts +139 -0
- package/build/src/components/TableHeader/TableView/types.d.ts +229 -0
- package/build/src/components/TableHeader/TableView/utils/columnState.d.ts +20 -0
- package/build/src/components/TableHeader/TableView/utils/customTableViews.d.ts +15 -0
- package/build/src/components/TableHeader/TableView/utils/layoutTransform.d.ts +10 -0
- package/build/src/components/TableHeader/TableView/utils/templateToColumnsView.d.ts +30 -0
- package/build/src/components/TableHeader/TableView/utils/viewMenu.d.ts +18 -0
- package/build/src/components/TableHeader/style.d.ts +21 -0
- package/build/src/components/TableHeader/type.d.ts +95 -0
- package/build/src/components/TableReports/components/DownloadButton/style.d.ts +264 -0
- package/build/src/components/TableReports/style.d.ts +324 -0
- package/build/src/components/Timepicker/style.d.ts +35 -0
- package/build/src/components/ToolbarIcon/ExpandButton/style.d.ts +14 -0
- package/build/src/components/TooltipChip/style.d.ts +9 -0
- package/build/src/components/TreeDropdown/TreeNodeItem/style.d.ts +14 -0
- package/build/src/components/TreeDropdown/type.d.ts +89 -0
- package/build/src/components/VAT/TotalVAT/TotalVAT.d.ts +12 -0
- package/build/src/components/VAT/VATDropdown/VATDropdown.d.ts +11 -0
- package/build/src/components/VAT/VATRateDropdown/VATRateDropdown.d.ts +10 -0
- package/build/src/components/VAT/utils.d.ts +7 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.d.ts +17 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.d.ts +13 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableNoData.d.ts +18 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableRowLoading.d.ts +13 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.d.ts +46 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +64 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.d.ts +45 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.d.ts +18 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.d.ts +11 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumnsWidths.d.ts +5 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.d.ts +50 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/style.d.ts +23 -0
- package/build/src/components/VirtualTables/SheetViewVirtualTable/types.d.ts +100 -0
- package/build/src/components/VirtualTables/VirtualTable/VirtualTable.d.ts +5 -0
- package/build/src/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +13 -0
- package/build/src/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.d.ts +8 -0
- package/build/src/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +19 -0
- package/build/src/components/VirtualTables/components/ColumnFilter/List/List.d.ts +10 -0
- package/build/src/components/VirtualTables/components/ColumnFilter/style.d.ts +13 -0
- package/build/src/components/VirtualTables/components/ColumnFilter/type.d.ts +12 -0
- package/build/src/components/VirtualTables/components/ColumnSort/ColumnSort.d.ts +10 -0
- package/build/src/components/VirtualTables/components/ErrorList/styles.d.ts +20 -0
- package/build/src/components/VirtualTables/components/TableFooter/TableFooter.d.ts +5 -0
- package/build/src/components/VirtualTables/components/TableFooter/style.d.ts +33 -0
- package/build/src/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.d.ts +10 -0
- package/build/src/components/VirtualTables/components/TableHeader/style.d.ts +12 -0
- package/build/src/components/VirtualTables/components/TableHeader/type.d.ts +14 -0
- package/build/src/components/VirtualTables/components/TableLoading.d.ts +12 -0
- package/build/src/components/VirtualTables/components/TableNoData.d.ts +18 -0
- package/build/src/components/VirtualTables/components/TableNoDataWithCard.d.ts +19 -0
- package/build/src/components/VirtualTables/components/TableRow.d.ts +27 -0
- package/build/src/components/VirtualTables/components/TableRowLoading.d.ts +11 -0
- package/build/src/components/VirtualTables/components/style.d.ts +339 -0
- package/build/src/components/VirtualTables/components/virtualScroll/ListItemWrapper.d.ts +15 -0
- package/build/src/components/VirtualTables/hooks/useColumnFilter.d.ts +10 -0
- package/build/src/components/Widget/style.d.ts +30 -0
- package/build/src/components/Window/style.d.ts +533 -0
- package/build/src/components/WindowAppIcon/style.d.ts +8 -0
- package/build/src/components/index.d.ts +159 -0
- package/build/src/constants/segment.d.ts +27 -0
- package/build/src/constants/timezones.d.ts +4 -0
- package/build/src/hooks/useAppsInfo.d.ts +17 -0
- package/build/src/hooks/useIsParameterSelected.d.ts +5 -0
- package/build/src/hooks/useSelectedMerchantDetails.d.ts +10 -0
- package/build/src/hooks/useToast.d.ts +12 -0
- package/build/src/theme/theme.d.ts +10 -0
- package/build/src/theme/typography.d.ts +3 -0
- package/build/src/types/appEvents.d.ts +51 -0
- package/build/src/types/apps.d.ts +137 -0
- package/build/src/types/cell.d.ts +81 -0
- package/build/src/types/document.d.ts +2 -0
- package/build/src/types/invoice.d.ts +90 -0
- package/build/src/types/refund.d.ts +445 -0
- package/build/src/types/table.d.ts +170 -0
- package/build/src/types/toggleOptions.d.ts +2 -0
- package/build/src/types/views.d.ts +12 -0
- package/build/src/utils/billing.d.ts +39 -0
- package/build/src/utils/columns.d.ts +11 -0
- package/build/src/utils/conversion.d.ts +6 -0
- package/build/src/utils/currency.d.ts +22 -0
- package/build/src/utils/day.d.ts +2 -0
- package/build/src/utils/entity.d.ts +2 -0
- package/build/src/utils/error.d.ts +20 -0
- package/build/src/utils/file.d.ts +6 -0
- package/build/src/utils/freshdesk.d.ts +7 -0
- package/build/src/utils/language.d.ts +34 -0
- package/build/src/utils/localStorage.d.ts +40 -0
- package/build/src/utils/merchant.d.ts +3 -0
- package/build/src/utils/merchantSource.d.ts +30 -0
- package/build/src/utils/navigation.d.ts +15 -0
- package/build/src/utils/segment.d.ts +60 -0
- package/build/src/utils/skeletonColumns.d.ts +4 -0
- package/build/src/utils/table.d.ts +22 -0
- package/package.json +1 -1
- package/build/chunk-2RZCN26U.js +0 -1
- package/build/chunk-CR3V2WRG.js +0 -1
- package/build/chunk-OME45DRB.js +0 -1
- package/build/chunk-QLEUEVEZ.js +0 -1
- package/build/chunk-SPLSWWFD.js +0 -1
- package/build/chunk-SQRZEIOF.js +0 -1
- package/build/chunk-TAK3QQBT.js +0 -2
- package/build/components/Accordion/style.d.ts +0 -21
- package/build/components/AccordionAdapter/AccordionAdapter.d.ts +0 -13
- package/build/components/AccordionAdapter/index.d.ts +0 -2
- package/build/components/AccordionAdapter/index.js +0 -1
- package/build/components/AccordionAdapter/style.d.ts +0 -22
- package/build/components/AccountDropdown/style.d.ts +0 -20
- package/build/components/ActionMenu/ActionMenuDropDown.d.ts +0 -16
- package/build/components/ActionMenu/ActionMenuItem.d.ts +0 -16
- package/build/components/ActionMenu/style.d.ts +0 -79
- package/build/components/ActionMenu/type.d.ts +0 -15
- package/build/components/ActivityAreaChart/styles.d.ts +0 -16
- package/build/components/Amount/TotalAmount/TotalAmount.d.ts +0 -15
- package/build/components/AmountInput/AmountInput.d.ts +0 -14
- package/build/components/AnimatedSpinnerIcon/style.d.ts +0 -281
- package/build/components/AppServices/AppServices.d.ts +0 -15
- package/build/components/AppServices/style.d.ts +0 -14
- package/build/components/AppServicesBar/AppServicesBar.d.ts +0 -22
- package/build/components/AppWindowWrapper/AppWindow/style.d.ts +0 -18
- package/build/components/Autocomplete/Autocomplete.d.ts +0 -10
- package/build/components/Button/style.d.ts +0 -5
- package/build/components/Calender/style.d.ts +0 -29
- package/build/components/Chip/style.d.ts +0 -277
- package/build/components/CircularProgressWithLabel/style.d.ts +0 -11
- package/build/components/ColorPicker/style.d.ts +0 -30
- package/build/components/ConfirmDialog/styles.d.ts +0 -8
- package/build/components/CountBadge/style.d.ts +0 -285
- package/build/components/Customer/CustomerDropdown/style.d.ts +0 -10
- package/build/components/Customer/CustomerForms/CustomerEmailForm.d.ts +0 -12
- package/build/components/Customer/CustomerForms/CustomerFullInfo.d.ts +0 -13
- package/build/components/Customer/CustomerForms/CustomerFullInfoForm.d.ts +0 -12
- package/build/components/Customer/CustomerForms/CustomerPhoneNumberForm.d.ts +0 -12
- package/build/components/Customer/CustomerForms/style.d.ts +0 -25
- package/build/components/DateFilter/DateFilter.d.ts +0 -16
- package/build/components/DateFilter/style.d.ts +0 -35
- package/build/components/DeviceIcon/DeviceIcon.d.ts +0 -12
- package/build/components/DeviceIcon/style.d.ts +0 -7
- package/build/components/Dialog/style.d.ts +0 -273
- package/build/components/Discount/DiscountDropdown/DiscountDropdown.d.ts +0 -13
- package/build/components/Discount/DiscountRateDropdown/DiscountRateDropdown.d.ts +0 -12
- package/build/components/Discount/TotalDiscount/TotalDiscount.d.ts +0 -12
- package/build/components/Discount/utils.d.ts +0 -8
- package/build/components/DockButton/style.d.ts +0 -21
- package/build/components/DropdownButton/constants.d.ts +0 -13
- package/build/components/DropdownButton/style.d.ts +0 -31
- package/build/components/DropdownButton/type.d.ts +0 -14
- package/build/components/DropdownMenu/styles.d.ts +0 -19
- package/build/components/ErrorBoundary/style.d.ts +0 -10
- package/build/components/ErrorToast/style.d.ts +0 -9
- package/build/components/FileInputPreview/style.d.ts +0 -9
- package/build/components/FileInputPreview/type.d.ts +0 -21
- package/build/components/FileInputPreview/utils.d.ts +0 -3
- package/build/components/FilePreview/type.d.ts +0 -12
- package/build/components/FileUpload/style.d.ts +0 -38
- package/build/components/FileUploader/style.d.ts +0 -22
- package/build/components/FileUploader/type.d.ts +0 -18
- package/build/components/FilterDropdown/components/MerchantsFilterItem/type.d.ts +0 -20
- package/build/components/FilterDropdown/components/MerchantsFilterItem/utils.d.ts +0 -5
- package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +0 -14
- package/build/components/FilterDropdown/style.d.ts +0 -21
- package/build/components/FilterDropdown/type.d.ts +0 -4
- package/build/components/Filters/style.d.ts +0 -15
- package/build/components/FlippingCard/style.d.ts +0 -264
- package/build/components/IconWithLabel/style.d.ts +0 -7
- package/build/components/IconsDropdown/style.d.ts +0 -21
- package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -267
- package/build/components/InputBase/AmountInputBase/AmountInputBase.d.ts +0 -19
- package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +0 -15
- package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +0 -16
- package/build/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +0 -18
- package/build/components/InputBase/SelectBase/style.d.ts +0 -10
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +0 -13
- package/build/components/Inputs/FileInput/style.d.ts +0 -11
- package/build/components/JSONViewer/components/JSONSearchBar/styles.d.ts +0 -1113
- package/build/components/JSONViewer/style.d.ts +0 -634
- package/build/components/LabeledIconDropdown/style.d.ts +0 -39
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -794
- package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +0 -12
- package/build/components/MerchantsDropdown/BrandItem.d.ts +0 -13
- package/build/components/MerchantsDropdown/EntityItem.d.ts +0 -14
- package/build/components/MerchantsDropdown/EntityList.d.ts +0 -11
- package/build/components/MerchantsDropdown/MerchantItem.d.ts +0 -13
- package/build/components/MerchantsDropdown/MerchantsList.d.ts +0 -12
- package/build/components/MerchantsDropdown/hooks.d.ts +0 -19
- package/build/components/MerchantsDropdown/style.d.ts +0 -38
- package/build/components/MerchantsDropdown/type.d.ts +0 -15
- package/build/components/MultiSelectDropdownButton/type.d.ts +0 -12
- package/build/components/MultiSelectStatusButton/style.d.ts +0 -41
- package/build/components/MultiSelectStatusButton/type.d.ts +0 -16
- package/build/components/MultiSelectWithSearch/style.d.ts +0 -36
- package/build/components/NestedDropdown/NestedDropdown.d.ts +0 -18
- package/build/components/NestedDropdown/NestedMenuItem.d.ts +0 -19
- package/build/components/NestedDropdown/styles.d.ts +0 -36
- package/build/components/NestedDropdown/types.d.ts +0 -18
- package/build/components/PaymentSourceFilter/AuthenticationMode.d.ts +0 -7
- package/build/components/PaymentSourceFilter/PaymentInitiated.d.ts +0 -8
- package/build/components/PaymentSourceFilter/PaymentMethod.d.ts +0 -6
- package/build/components/PaymentSourceFilter/PaymentMethods.d.ts +0 -7
- package/build/components/PaymentSourceFilter/PaymentSchemes.d.ts +0 -7
- package/build/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +0 -15
- package/build/components/PhoneFilter/PhoneFilter.d.ts +0 -9
- package/build/components/ProgressBar/style.d.ts +0 -17
- package/build/components/ProgressRing/style.d.ts +0 -19
- package/build/components/RFH/Inputs/MultiSelect/style.d.ts +0 -6
- package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +0 -34
- package/build/components/RangeCalender/components/Hijri/Hijri.d.ts +0 -7
- package/build/components/RangeCalender/components/QuickFilters/style.d.ts +0 -7
- package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +0 -4
- package/build/components/RangeCalender/components/Timezone/Timezone.d.ts +0 -12
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +0 -9
- package/build/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +0 -8
- package/build/components/RangeCalender/style.d.ts +0 -33
- package/build/components/RangeCalender/type.d.ts +0 -28
- package/build/components/ReceiptsViewer/ReceiptsViewer.d.ts +0 -11
- package/build/components/ReceiptsViewer/type.d.ts +0 -11
- package/build/components/ReferenceTypeFilter/style.d.ts +0 -14
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -3418
- package/build/components/SalesChannelFilter/SalesChannelFilter.d.ts +0 -11
- package/build/components/Sandbox/Sandbox.d.ts +0 -11
- package/build/components/SearchButton/styles.d.ts +0 -572
- package/build/components/SelectDropdown/style.d.ts +0 -17
- package/build/components/SelectWithSearch/style.d.ts +0 -32
- package/build/components/StatusBar/StatusBar.d.ts +0 -13
- package/build/components/StatusBar/type.d.ts +0 -18
- package/build/components/StatusButton/style.d.ts +0 -45
- package/build/components/StatusButton/type.d.ts +0 -38
- package/build/components/StatusChip/style.d.ts +0 -32
- package/build/components/StatusChipWithCopy/StatusChipWithCopy.d.ts +0 -13
- package/build/components/StatusChipWithCopy/utils.d.ts +0 -4
- package/build/components/StatusFilter/StatusFilter.d.ts +0 -15
- package/build/components/StatusFilter/utils.d.ts +0 -4
- package/build/components/StatusIcons/AuthIcons/constants.d.ts +0 -23
- package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -537
- package/build/components/StatusIcons/AuthIcons/type.d.ts +0 -30
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -281
- package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +0 -17
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +0 -13
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +0 -24
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1632
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +0 -8
- package/build/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +0 -10
- package/build/components/StatusIcons/GeographyIcon/style.d.ts +0 -7
- package/build/components/StatusIcons/IssuerIcon/style.d.ts +0 -8
- package/build/components/StatusIcons/IssuerIcon/type.d.ts +0 -8
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +0 -14
- package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +0 -15
- package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -272
- package/build/components/StatusIcons/SourceIcons/type.d.ts +0 -9
- package/build/components/StatusLabel/style.d.ts +0 -9
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionsColumn.d.ts +0 -10
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -33
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -288
- package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +0 -274
- package/build/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.d.ts +0 -7
- package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.d.ts +0 -7
- package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +0 -14
- package/build/components/TableCells/CustomCells/AmountCell/type.d.ts +0 -22
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -288
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -556
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1315
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1315
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -271
- package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +0 -13
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -270
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -267
- package/build/components/TableCells/CustomCells/CustomerCell/style.d.ts +0 -8
- package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +0 -9
- package/build/components/TableCells/CustomCells/DestinationCell/styled.d.ts +0 -16
- package/build/components/TableCells/CustomCells/DestinationCell/type.d.ts +0 -34
- package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +0 -16
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1315
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -274
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -528
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -267
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -270
- package/build/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.d.ts +0 -22
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +0 -279
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1315
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -276
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -290
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -532
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -280
- package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +0 -19
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -292
- package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +0 -8
- package/build/components/TableCells/CustomCells/SalesChannelCell/utils.d.ts +0 -3
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -288
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.d.ts +0 -6
- package/build/components/TableCells/CustomCells/StatusCell/constant.d.ts +0 -47
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1609
- package/build/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.d.ts +0 -21
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1315
- package/build/components/TableCells/CustomCells/style.d.ts +0 -290
- package/build/components/TableCells/CustomCells/type.d.ts +0 -82
- package/build/components/TableHeader/TableHeader.d.ts +0 -5
- package/build/components/TableHeader/TableModeButton.d.ts +0 -9
- package/build/components/TableHeader/TableView/ColumnItem.d.ts +0 -14
- package/build/components/TableHeader/TableView/hooks/useColumnItem.d.ts +0 -21
- package/build/components/TableHeader/TableView/hooks/useCreateViewDialog.d.ts +0 -22
- package/build/components/TableHeader/TableView/hooks/useCustomTableViews.d.ts +0 -9
- package/build/components/TableHeader/TableView/hooks/useOriginalColumns.d.ts +0 -6
- package/build/components/TableHeader/TableView/hooks/useViewColumns.d.ts +0 -13
- package/build/components/TableHeader/TableView/hooks/useViewsManager.d.ts +0 -9
- package/build/components/TableHeader/TableView/hooks/useViewsMenu.d.ts +0 -48
- package/build/components/TableHeader/TableView/styles.d.ts +0 -139
- package/build/components/TableHeader/TableView/types.d.ts +0 -229
- package/build/components/TableHeader/TableView/utils/columnState.d.ts +0 -20
- package/build/components/TableHeader/TableView/utils/customTableViews.d.ts +0 -15
- package/build/components/TableHeader/TableView/utils/layoutTransform.d.ts +0 -10
- package/build/components/TableHeader/TableView/utils/templateToColumnsView.d.ts +0 -30
- package/build/components/TableHeader/TableView/utils/viewMenu.d.ts +0 -18
- package/build/components/TableHeader/style.d.ts +0 -21
- package/build/components/TableHeader/type.d.ts +0 -95
- package/build/components/TableReports/components/DownloadButton/style.d.ts +0 -264
- package/build/components/TableReports/style.d.ts +0 -324
- package/build/components/Timepicker/style.d.ts +0 -35
- package/build/components/ToolbarIcon/ExpandButton/style.d.ts +0 -14
- package/build/components/TooltipChip/style.d.ts +0 -9
- package/build/components/TreeDropdown/TreeNodeItem/style.d.ts +0 -14
- package/build/components/TreeDropdown/type.d.ts +0 -89
- package/build/components/VAT/TotalVAT/TotalVAT.d.ts +0 -12
- package/build/components/VAT/VATDropdown/VATDropdown.d.ts +0 -11
- package/build/components/VAT/VATRateDropdown/VATRateDropdown.d.ts +0 -10
- package/build/components/VAT/utils.d.ts +0 -7
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.d.ts +0 -17
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.d.ts +0 -13
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableNoData.d.ts +0 -18
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableRowLoading.d.ts +0 -13
- package/build/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.d.ts +0 -46
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +0 -64
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.d.ts +0 -45
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.d.ts +0 -18
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.d.ts +0 -11
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumnsWidths.d.ts +0 -5
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.d.ts +0 -50
- package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +0 -23
- package/build/components/VirtualTables/SheetViewVirtualTable/types.d.ts +0 -100
- package/build/components/VirtualTables/VirtualTable/VirtualTable.d.ts +0 -5
- package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +0 -13
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.d.ts +0 -8
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +0 -19
- package/build/components/VirtualTables/components/ColumnFilter/List/List.d.ts +0 -10
- package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +0 -13
- package/build/components/VirtualTables/components/ColumnFilter/type.d.ts +0 -12
- package/build/components/VirtualTables/components/ColumnSort/ColumnSort.d.ts +0 -10
- package/build/components/VirtualTables/components/ErrorList/styles.d.ts +0 -20
- package/build/components/VirtualTables/components/TableFooter/TableFooter.d.ts +0 -5
- package/build/components/VirtualTables/components/TableFooter/style.d.ts +0 -33
- package/build/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.d.ts +0 -10
- package/build/components/VirtualTables/components/TableHeader/style.d.ts +0 -12
- package/build/components/VirtualTables/components/TableHeader/type.d.ts +0 -14
- package/build/components/VirtualTables/components/TableLoading.d.ts +0 -12
- package/build/components/VirtualTables/components/TableNoData.d.ts +0 -18
- package/build/components/VirtualTables/components/TableNoDataWithCard.d.ts +0 -19
- package/build/components/VirtualTables/components/TableRow.d.ts +0 -27
- package/build/components/VirtualTables/components/TableRowLoading.d.ts +0 -11
- package/build/components/VirtualTables/components/style.d.ts +0 -339
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapper.d.ts +0 -15
- package/build/components/VirtualTables/hooks/useColumnFilter.d.ts +0 -10
- package/build/components/Widget/style.d.ts +0 -30
- package/build/components/Window/style.d.ts +0 -533
- package/build/components/WindowAppIcon/style.d.ts +0 -8
- package/build/components/index.d.ts +0 -160
- package/build/constants/segment.d.ts +0 -27
- package/build/constants/timezones.d.ts +0 -4
- package/build/hooks/useAppsInfo.d.ts +0 -17
- package/build/hooks/useIsParameterSelected.d.ts +0 -5
- package/build/hooks/useSelectedMerchantDetails.d.ts +0 -10
- package/build/hooks/useToast.d.ts +0 -12
- package/build/theme/theme.d.ts +0 -10
- package/build/theme/typography.d.ts +0 -3
- package/build/types/appEvents.d.ts +0 -51
- package/build/types/apps.d.ts +0 -137
- package/build/types/cell.d.ts +0 -81
- package/build/types/document.d.ts +0 -2
- package/build/types/invoice.d.ts +0 -90
- package/build/types/refund.d.ts +0 -445
- package/build/types/table.d.ts +0 -170
- package/build/types/toggleOptions.d.ts +0 -2
- package/build/types/views.d.ts +0 -12
- package/build/utils/billing.d.ts +0 -39
- package/build/utils/columns.d.ts +0 -11
- package/build/utils/conversion.d.ts +0 -6
- package/build/utils/currency.d.ts +0 -22
- package/build/utils/day.d.ts +0 -2
- package/build/utils/entity.d.ts +0 -2
- package/build/utils/error.d.ts +0 -20
- package/build/utils/file.d.ts +0 -6
- package/build/utils/freshdesk.d.ts +0 -7
- package/build/utils/language.d.ts +0 -34
- package/build/utils/localStorage.d.ts +0 -40
- package/build/utils/merchant.d.ts +0 -3
- package/build/utils/merchantSource.d.ts +0 -30
- package/build/utils/navigation.d.ts +0 -15
- package/build/utils/segment.d.ts +0 -60
- package/build/utils/skeletonColumns.d.ts +0 -4
- package/build/utils/table.d.ts +0 -22
- /package/build/{Playground.d.ts → src/Playground.d.ts} +0 -0
- /package/build/{components → src/components}/Accordion/Accordion.d.ts +0 -0
- /package/build/{components → src/components}/Accordion/AccordionExpandIcon.d.ts +0 -0
- /package/build/{components → src/components}/Accordion/index.d.ts +0 -0
- /package/build/{components → src/components}/Accordion/types.d.ts +0 -0
- /package/build/{components → src/components}/AccountDropdown/Dropdown.d.ts +0 -0
- /package/build/{components → src/components}/AccountDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/ActionMenu/ActionMenu.d.ts +0 -0
- /package/build/{components → src/components}/ActionMenu/index.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/ActivityAreaChart.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/components/ChartTooltip.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/components/LoadingChart.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/components/index.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/index.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/types.d.ts +0 -0
- /package/build/{components → src/components}/ActivityAreaChart/utils.d.ts +0 -0
- /package/build/{components → src/components}/Amount/TotalAmount/Loading.d.ts +0 -0
- /package/build/{components → src/components}/Amount/TotalAmount/index.d.ts +0 -0
- /package/build/{components → src/components}/Amount/TotalAmount/style.d.ts +0 -0
- /package/build/{components → src/components}/Amount/index.d.ts +0 -0
- /package/build/{components → src/components}/AmountConversionFilter/AmountConversionFilter.d.ts +0 -0
- /package/build/{components → src/components}/AmountConversionFilter/MultiSelectCurrencyFilter.d.ts +0 -0
- /package/build/{components → src/components}/AmountConversionFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/AmountConversionFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/AmountInput/index.d.ts +0 -0
- /package/build/{components → src/components}/AmountInput/style.d.ts +0 -0
- /package/build/{components → src/components}/AmountStatusChip/AmountStatusChip.d.ts +0 -0
- /package/build/{components → src/components}/AmountStatusChip/index.d.ts +0 -0
- /package/build/{components → src/components}/AmountStatusChip/style.d.ts +0 -0
- /package/build/{components → src/components}/AnimatedSpinnerIcon/AnimatedSpinnerIcon.d.ts +0 -0
- /package/build/{components → src/components}/AnimatedSpinnerIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/AppServices/ServiceItem.d.ts +0 -0
- /package/build/{components → src/components}/AppServices/index.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesActionMenu/AppServicesActionMenu.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesActionMenu/ServicesSubmenu.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesActionMenu/index.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesActionMenu/style.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesActionMenu/types.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesBar/index.d.ts +0 -0
- /package/build/{components → src/components}/AppServicesBar/style.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/AppWindow/AppWindow.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/AppWindow/constant.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/AppWindow/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/AppWindow/type.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/AppWindowWrapper.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/context/Provider.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/context/context.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/context/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/context/type.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/AccountHeader.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AccountHeader/type.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeader.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeaderBase.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AppWindowHeader/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/headers/AppWindowHeader/type.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/index.d.ts +0 -0
- /package/build/{components → src/components}/AppWindowWrapper/type.d.ts +0 -0
- /package/build/{components → src/components}/AuthenticationTypeChip/AuthenticationTypeChip.d.ts +0 -0
- /package/build/{components → src/components}/AuthenticationTypeChip/constants.d.ts +0 -0
- /package/build/{components → src/components}/AuthenticationTypeChip/index.d.ts +0 -0
- /package/build/{components → src/components}/Autocomplete/index.d.ts +0 -0
- /package/build/{components → src/components}/Autocomplete/style.d.ts +0 -0
- /package/build/{components → src/components}/BackgroundAnimation/BackgroundAnimation.d.ts +0 -0
- /package/build/{components → src/components}/BackgroundAnimation/Blob/Blob.d.ts +0 -0
- /package/build/{components → src/components}/BackgroundAnimation/Blob/index.d.ts +0 -0
- /package/build/{components → src/components}/BackgroundAnimation/Blob/type.d.ts +0 -0
- /package/build/{components → src/components}/BackgroundAnimation/index.d.ts +0 -0
- /package/build/{components → src/components}/BetaBanner/BetaBanner.d.ts +0 -0
- /package/build/{components → src/components}/BetaBanner/index.d.ts +0 -0
- /package/build/{components → src/components}/BetaBanner/style.d.ts +0 -0
- /package/build/{components → src/components}/BrandLogo/BrandLogo.d.ts +0 -0
- /package/build/{components → src/components}/BrandLogo/Loading.d.ts +0 -0
- /package/build/{components → src/components}/BrandLogo/index.d.ts +0 -0
- /package/build/{components → src/components}/Button/Button.d.ts +0 -0
- /package/build/{components → src/components}/Button/PlusButton/PlusButton.d.ts +0 -0
- /package/build/{components → src/components}/Button/PlusButton/index.d.ts +0 -0
- /package/build/{components → src/components}/Button/StyledButton/StyledButton.d.ts +0 -0
- /package/build/{components → src/components}/Button/StyledButton/index.d.ts +0 -0
- /package/build/{components → src/components}/Button/StyledButton/style.d.ts +0 -0
- /package/build/{components → src/components}/Button/index.d.ts +0 -0
- /package/build/{components → src/components}/Calender/Calender.d.ts +0 -0
- /package/build/{components → src/components}/Calender/index.d.ts +0 -0
- /package/build/{components → src/components}/CardEmptyState/CardEmptyState.d.ts +0 -0
- /package/build/{components → src/components}/CardEmptyState/index.d.ts +0 -0
- /package/build/{components → src/components}/CardEmptyState/style.d.ts +0 -0
- /package/build/{components → src/components}/CardEmptyState/type.d.ts +0 -0
- /package/build/{components → src/components}/CardHeadline/CardHeadline.d.ts +0 -0
- /package/build/{components → src/components}/CardHeadline/index.d.ts +0 -0
- /package/build/{components → src/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/build/{components → src/components}/Checkbox/index.d.ts +0 -0
- /package/build/{components → src/components}/Chip/Chip.d.ts +0 -0
- /package/build/{components → src/components}/Chip/GroupIconChip.d.ts +0 -0
- /package/build/{components → src/components}/Chip/GroupIconChips.d.ts +0 -0
- /package/build/{components → src/components}/Chip/index.d.ts +0 -0
- /package/build/{components → src/components}/Chip/type.d.ts +0 -0
- /package/build/{components → src/components}/CircularProgressWithLabel/CircularProgressWithLabel.d.ts +0 -0
- /package/build/{components → src/components}/CircularProgressWithLabel/index.d.ts +0 -0
- /package/build/{components → src/components}/Collapse/Collapse.d.ts +0 -0
- /package/build/{components → src/components}/Collapse/index.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/ColorPicker.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/ColorPickerPanel.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/ColorSchemeSelect.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/HexaFields.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/RGBAFields.d.ts +0 -0
- /package/build/{components → src/components}/ColorPicker/index.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/ConfirmDialog.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/context/Provider.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/context/context.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/context/index.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/hooks/useDialog.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/index.d.ts +0 -0
- /package/build/{components → src/components}/ConfirmDialog/type.d.ts +0 -0
- /package/build/{components → src/components}/ControlPanelContainer/ControlPanelContainer.d.ts +0 -0
- /package/build/{components → src/components}/ControlPanelContainer/index.d.ts +0 -0
- /package/build/{components → src/components}/ControlPanelContainer/style.d.ts +0 -0
- /package/build/{components → src/components}/CopyImage/CopyImage.d.ts +0 -0
- /package/build/{components → src/components}/CopyImage/index.d.ts +0 -0
- /package/build/{components → src/components}/CountBadge/CountBadge.d.ts +0 -0
- /package/build/{components → src/components}/CountBadge/CountBadgeAnimated.d.ts +0 -0
- /package/build/{components → src/components}/CountBadge/index.d.ts +0 -0
- /package/build/{components → src/components}/CountBadge/type.d.ts +0 -0
- /package/build/{components → src/components}/CountryFilter/CountryFilter.d.ts +0 -0
- /package/build/{components → src/components}/CountryFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/CountryFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/CountryFlag/CountryFlag.d.ts +0 -0
- /package/build/{components → src/components}/CountryFlag/index.d.ts +0 -0
- /package/build/{components → src/components}/CurrencyFilter/CurrencyFilter.d.ts +0 -0
- /package/build/{components → src/components}/CurrencyFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/CurrencySymbol/CurrencySymbol.d.ts +0 -0
- /package/build/{components → src/components}/CurrencySymbol/index.d.ts +0 -0
- /package/build/{components → src/components}/CurrencySymbol/style.d.ts +0 -0
- /package/build/{components → src/components}/CustomBackdrop/CustomBackdrop.d.ts +0 -0
- /package/build/{components → src/components}/CustomBackdrop/index.d.ts +0 -0
- /package/build/{components → src/components}/CustomBackdrop/style.d.ts +0 -0
- /package/build/{components → src/components}/Customer/CustomerDropdown/CustomerDropdown.d.ts +0 -0
- /package/build/{components → src/components}/Customer/CustomerDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/Customer/CustomerForms/index.d.ts +0 -0
- /package/build/{components → src/components}/Customer/CustomerForms/validation.d.ts +0 -0
- /package/build/{components → src/components}/Customer/index.d.ts +0 -0
- /package/build/{components → src/components}/DateButton/DateButton.d.ts +0 -0
- /package/build/{components → src/components}/DateButton/index.d.ts +0 -0
- /package/build/{components → src/components}/DateFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/DeviceIcon/constants.d.ts +0 -0
- /package/build/{components → src/components}/DeviceIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/DeviceIcon/utils.d.ts +0 -0
- /package/build/{components → src/components}/Dialog/Dialog.d.ts +0 -0
- /package/build/{components → src/components}/Dialog/components/DialogToolbar.d.ts +0 -0
- /package/build/{components → src/components}/Dialog/components/index.d.ts +0 -0
- /package/build/{components → src/components}/Dialog/constant.d.ts +0 -0
- /package/build/{components → src/components}/Dialog/index.d.ts +0 -0
- /package/build/{components → src/components}/Discount/DiscountDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/Discount/DiscountDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/Discount/DiscountRateDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/Discount/DiscountRateDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/Discount/TotalDiscount/index.d.ts +0 -0
- /package/build/{components → src/components}/Discount/TotalDiscount/style.d.ts +0 -0
- /package/build/{components → src/components}/Discount/index.d.ts +0 -0
- /package/build/{components → src/components}/DisplayAmount/DisplayAmount.d.ts +0 -0
- /package/build/{components → src/components}/DisplayAmount/index.d.ts +0 -0
- /package/build/{components → src/components}/DisplayAmount/style.d.ts +0 -0
- /package/build/{components → src/components}/DockButton/DockButton.d.ts +0 -0
- /package/build/{components → src/components}/DockButton/index.d.ts +0 -0
- /package/build/{components → src/components}/DockButton/type.d.ts +0 -0
- /package/build/{components → src/components}/Dropdown2/Dropdown2.d.ts +0 -0
- /package/build/{components → src/components}/Dropdown2/index.d.ts +0 -0
- /package/build/{components → src/components}/Dropdown2/style.d.ts +0 -0
- /package/build/{components → src/components}/DropdownButton/ChevronIcon.d.ts +0 -0
- /package/build/{components → src/components}/DropdownButton/DropdownButton.d.ts +0 -0
- /package/build/{components → src/components}/DropdownButton/index.d.ts +0 -0
- /package/build/{components → src/components}/DropdownMenu/DropdownMenu.d.ts +0 -0
- /package/build/{components → src/components}/DropdownMenu/index.d.ts +0 -0
- /package/build/{components → src/components}/DropdownMenu/type.d.ts +0 -0
- /package/build/{components → src/components}/Error/Error.d.ts +0 -0
- /package/build/{components → src/components}/Error/index.d.ts +0 -0
- /package/build/{components → src/components}/Error/style.d.ts +0 -0
- /package/build/{components → src/components}/ErrorBoundary/AppError.d.ts +0 -0
- /package/build/{components → src/components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/build/{components → src/components}/ErrorBoundary/index.d.ts +0 -0
- /package/build/{components → src/components}/ErrorToast/ErrorToast.d.ts +0 -0
- /package/build/{components → src/components}/ErrorToast/index.d.ts +0 -0
- /package/build/{components → src/components}/ErrorToast/type.d.ts +0 -0
- /package/build/{components → src/components}/ExpandableSideBar/ExpandableSideBar.d.ts +0 -0
- /package/build/{components → src/components}/ExpandableSideBar/constant.d.ts +0 -0
- /package/build/{components → src/components}/ExpandableSideBar/index.d.ts +0 -0
- /package/build/{components → src/components}/ExpandableSideBar/style.d.ts +0 -0
- /package/build/{components → src/components}/ExpandableSideBar/type.d.ts +0 -0
- /package/build/{components → src/components}/FileInputPreview/FileInputPreview.d.ts +0 -0
- /package/build/{components → src/components}/FileInputPreview/index.d.ts +0 -0
- /package/build/{components → src/components}/FilePreview/FilePreview.d.ts +0 -0
- /package/build/{components → src/components}/FilePreview/index.d.ts +0 -0
- /package/build/{components → src/components}/FilePreview/style.d.ts +0 -0
- /package/build/{components → src/components}/FileUpload/FileUpload.d.ts +0 -0
- /package/build/{components → src/components}/FileUpload/index.d.ts +0 -0
- /package/build/{components → src/components}/FileUploader/FileUploader.d.ts +0 -0
- /package/build/{components → src/components}/FileUploader/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/FilterDropdown.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/BrandItem/BrandItem.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/BrandItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/BrandItem/style.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/CountriesItem/CountriesItem.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/CountriesItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/CurrenciesItem/CurrenciesItem.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/CurrenciesItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/FlatMerchantsListMenu/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/FlatMerchantsListMenu/style.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/MerchantItem/MerchantItem.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/MerchantItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/MerchantsFilterItem/MerchantsFilterItem.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/MerchantsFilterItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/RetailersItem/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/RetailersItem/style.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/components/index.d.ts +0 -0
- /package/build/{components → src/components}/FilterDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/FilteredIds/FilteredIds.d.ts +0 -0
- /package/build/{components → src/components}/FilteredIds/index.d.ts +0 -0
- /package/build/{components → src/components}/FilteredIds/style.d.ts +0 -0
- /package/build/{components → src/components}/FilteredIds/type.d.ts +0 -0
- /package/build/{components → src/components}/Filters/index.d.ts +0 -0
- /package/build/{components → src/components}/FlagDetails/FlagDetails.d.ts +0 -0
- /package/build/{components → src/components}/FlagDetails/index.d.ts +0 -0
- /package/build/{components → src/components}/FlippingCard/FlippingCard.d.ts +0 -0
- /package/build/{components → src/components}/FlippingCard/index.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/HeatMap.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/constant.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/index.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/style.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/type.d.ts +0 -0
- /package/build/{components → src/components}/HeatMap/utils.d.ts +0 -0
- /package/build/{components → src/components}/IOSSwitch/IOSSwitch.d.ts +0 -0
- /package/build/{components → src/components}/IOSSwitch/index.d.ts +0 -0
- /package/build/{components → src/components}/IOSSwitch/styles.d.ts +0 -0
- /package/build/{components → src/components}/Icon/Icon.d.ts +0 -0
- /package/build/{components → src/components}/Icon/index.d.ts +0 -0
- /package/build/{components → src/components}/Icon/type.d.ts +0 -0
- /package/build/{components → src/components}/IconGallery/IconGallery.d.ts +0 -0
- /package/build/{components → src/components}/IconGallery/index.d.ts +0 -0
- /package/build/{components → src/components}/IconGallery/styles.d.ts +0 -0
- /package/build/{components → src/components}/IconGallery/type.d.ts +0 -0
- /package/build/{components → src/components}/IconWithBadge/IconWithBadge.d.ts +0 -0
- /package/build/{components → src/components}/IconWithBadge/index.d.ts +0 -0
- /package/build/{components → src/components}/IconWithBadge/style.d.ts +0 -0
- /package/build/{components → src/components}/IconWithBadge/type.d.ts +0 -0
- /package/build/{components → src/components}/IconWithHoverOverlays/IconWithHoverOverlays.d.ts +0 -0
- /package/build/{components → src/components}/IconWithHoverOverlays/index.d.ts +0 -0
- /package/build/{components → src/components}/IconWithHoverOverlays/style.d.ts +0 -0
- /package/build/{components → src/components}/IconWithLabel/IconWithLabel.d.ts +0 -0
- /package/build/{components → src/components}/IconWithLabel/index.d.ts +0 -0
- /package/build/{components → src/components}/IconsDropdown/IconsDropdown.d.ts +0 -0
- /package/build/{components → src/components}/IconsDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/ImageWrapper/index.d.ts +0 -0
- /package/build/{components → src/components}/Input/Input.d.ts +0 -0
- /package/build/{components → src/components}/Input/index.d.ts +0 -0
- /package/build/{components → src/components}/Input/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/CurrencyList/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/CurrencyList/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/InputNumber/InputNumber.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/InputNumber/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/InputNumber/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/InputNumber/type.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/AmountInputBase/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/InputBase/InputBase.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/InputBase/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/InputBase/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/PhoneInputBase/CountriesList/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/PhoneInputBase/CountriesList/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/PhoneInputBase/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/PhoneInputBase/style.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/SelectBase/SelectBase.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/SelectBase/SelectBaseMultiple.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/SelectBase/index.d.ts +0 -0
- /package/build/{components → src/components}/InputBase/index.d.ts +0 -0
- /package/build/{components → src/components}/InputNumber/InputNumber.d.ts +0 -0
- /package/build/{components → src/components}/InputNumber/index.d.ts +0 -0
- /package/build/{components → src/components}/InputNumber/style.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/CountriesDropDown/index.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/CountriesDropDown/style.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/FileInput/FileInput.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/FileInput/index.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/FileInput/type.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Input/Input.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Input/index.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Input/style.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Input/type.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/SearchInput/SearchInput.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/SearchInput/index.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/SearchInput/styles.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Select/Select.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Select/index.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Select/style.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/Select/type.d.ts +0 -0
- /package/build/{components → src/components}/Inputs/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/JSONViewer.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/JSONViewerList.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/FooterButton/FooterButton.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/FooterButton/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/HighlightText/HighlightText.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/HighlightText/HighlightedParts.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/HighlightText/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/HighlightText/type.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/HighlightText/util.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchBar/JSONSearchBar.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchBar/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchHighlighters/HighlightMatchingKey.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchHighlighters/HighlightMatchingValue.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchHighlighters/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchHighlighters/type.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONSearchHighlighters/util.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONTitleBar/JSONTitleBar.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONTitleBar/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/JSONTitleBar/type.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/components/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/context/Provider.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/context/context.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/context/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/hooks/useJsonSearch.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/hooks/useJsonViewerContext.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/index.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/type.d.ts +0 -0
- /package/build/{components → src/components}/JSONViewer/utils.d.ts +0 -0
- /package/build/{components → src/components}/LabeledIconDropdown/LabeledIconDropdown.d.ts +0 -0
- /package/build/{components → src/components}/LabeledIconDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/LanguageDropdown/LanguageDropdown.d.ts +0 -0
- /package/build/{components → src/components}/LanguageDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/LanguageDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/LazyImage/LazyImage.d.ts +0 -0
- /package/build/{components → src/components}/LazyImage/index.d.ts +0 -0
- /package/build/{components → src/components}/LeftPeekRightExpandingChip/LeftPeekRightExpandingChip.d.ts +0 -0
- /package/build/{components → src/components}/LeftPeekRightExpandingChip/index.d.ts +0 -0
- /package/build/{components → src/components}/LeftPeekRightExpandingChip/type.d.ts +0 -0
- /package/build/{components → src/components}/LeftPeekRightExpandingChip/useLeftPeekRightExpandingChip.d.ts +0 -0
- /package/build/{components → src/components}/ListColumnFilter/ListColumnFilter.d.ts +0 -0
- /package/build/{components → src/components}/ListColumnFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/ListColumnFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/ListLayout/ListLayout.d.ts +0 -0
- /package/build/{components → src/components}/ListLayout/index.d.ts +0 -0
- /package/build/{components → src/components}/ListLayout/styles.d.ts +0 -0
- /package/build/{components → src/components}/Loader/Loader.d.ts +0 -0
- /package/build/{components → src/components}/Loader/index.d.ts +0 -0
- /package/build/{components → src/components}/Loader/style.d.ts +0 -0
- /package/build/{components → src/components}/Loaders/TapLoader.d.ts +0 -0
- /package/build/{components → src/components}/Loaders/index.d.ts +0 -0
- /package/build/{components → src/components}/MFWidgetLoader/DefaultMFWidgetLoader.d.ts +0 -0
- /package/build/{components → src/components}/MFWidgetLoader/MFWidgetLoader.d.ts +0 -0
- /package/build/{components → src/components}/MFWidgetLoader/ReportsMFWidgetLoader.d.ts +0 -0
- /package/build/{components → src/components}/MFWidgetLoader/index.d.ts +0 -0
- /package/build/{components → src/components}/MUIThemeProvider/MUIThemeProvider.d.ts +0 -0
- /package/build/{components → src/components}/MUIThemeProvider/index.d.ts +0 -0
- /package/build/{components → src/components}/MainContainer/MainContainer.d.ts +0 -0
- /package/build/{components → src/components}/MainContainer/index.d.ts +0 -0
- /package/build/{components → src/components}/MaskedText/MaskedText.d.ts +0 -0
- /package/build/{components → src/components}/MaskedText/index.d.ts +0 -0
- /package/build/{components → src/components}/MaskedText/type.d.ts +0 -0
- /package/build/{components → src/components}/Menu/Menu.d.ts +0 -0
- /package/build/{components → src/components}/Menu/index.d.ts +0 -0
- /package/build/{components → src/components}/Menu/style.d.ts +0 -0
- /package/build/{components → src/components}/MenuItem/MenuItem.d.ts +0 -0
- /package/build/{components → src/components}/MenuItem/index.d.ts +0 -0
- /package/build/{components → src/components}/MenuItem/style.d.ts +0 -0
- /package/build/{components → src/components}/MerchantCurrencyDropdown/SelectedCurrency.d.ts +0 -0
- /package/build/{components → src/components}/MerchantCurrencyDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/MerchantCurrencyDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/MerchantLogo/MerchantLogo.d.ts +0 -0
- /package/build/{components → src/components}/MerchantLogo/index.d.ts +0 -0
- /package/build/{components → src/components}/MerchantLogo/style.d.ts +0 -0
- /package/build/{components → src/components}/MerchantsDropdown/MerchantsDropdown.d.ts +0 -0
- /package/build/{components → src/components}/MerchantsDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/MultiDatakeyDonut/MultiDatakeyDonut.d.ts +0 -0
- /package/build/{components → src/components}/MultiDatakeyDonut/index.d.ts +0 -0
- /package/build/{components → src/components}/MultiDatakeyDonut/style.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectDropdownButton/MultiSelectDropdownButton.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectDropdownButton/components/StatusButton.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectDropdownButton/index.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectDropdownButton/style.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectStatusButton/MultiSelectStatusButton.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectStatusButton/index.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/ChildMenuItem.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/MultiSelectWithSearch.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/ParentMenuItem.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/index.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/type.d.ts +0 -0
- /package/build/{components → src/components}/MultiSelectWithSearch/utils.d.ts +0 -0
- /package/build/{components → src/components}/NestedDropdown/Dropdown.d.ts +0 -0
- /package/build/{components → src/components}/NestedDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/NoInternet/NoInternet.d.ts +0 -0
- /package/build/{components → src/components}/NoInternet/index.d.ts +0 -0
- /package/build/{components → src/components}/NoInternet/style.d.ts +0 -0
- /package/build/{components → src/components}/OTPInput/OTPInput.d.ts +0 -0
- /package/build/{components → src/components}/OTPInput/index.d.ts +0 -0
- /package/build/{components → src/components}/OTPInput/style.d.ts +0 -0
- /package/build/{components → src/components}/OpenFileInNewTab/OpenFileInNewTab.d.ts +0 -0
- /package/build/{components → src/components}/OpenFileInNewTab/index.d.ts +0 -0
- /package/build/{components → src/components}/OpenFileInNewTab/style.d.ts +0 -0
- /package/build/{components → src/components}/PartnersFilter/PartnersFilter.d.ts +0 -0
- /package/build/{components → src/components}/PartnersFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/PaymentSourceFilter/PaymentIcon.d.ts +0 -0
- /package/build/{components → src/components}/PaymentSourceFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/PaymentSourceFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/PaymentSourceFilter/type.d.ts +0 -0
- /package/build/{components → src/components}/PhoneFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/ProgressBar/ProgressBar.d.ts +0 -0
- /package/build/{components → src/components}/ProgressBar/index.d.ts +0 -0
- /package/build/{components → src/components}/ProgressRing/LoadingSkeleton.d.ts +0 -0
- /package/build/{components → src/components}/ProgressRing/ProgressRing.d.ts +0 -0
- /package/build/{components → src/components}/ProgressRing/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Forms/DefaultForm.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Forms/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/AmountInput/AmountInput.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/AmountInput/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/AmountInput/type.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/AmountInput/utils.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/FormInput/FormInput.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/FormInput/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/FormSelect/FormSelect.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/FormSelect/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/FormSelect/type.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/MultiSelect/MultiSelect.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/MultiSelect/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/PhoneInput/PhoneInput.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/PhoneInput/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/SelectWithAccordion/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/SelectWithAccordion/type.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/Switch/Switch.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/Switch/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/Inputs/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/RFH/hooks/useRFHForm.d.ts +0 -0
- /package/build/{components → src/components}/RFH/index.d.ts +0 -0
- /package/build/{components → src/components}/RadioButton/RadioButton.d.ts +0 -0
- /package/build/{components → src/components}/RadioButton/index.d.ts +0 -0
- /package/build/{components → src/components}/RadioButton/style.d.ts +0 -0
- /package/build/{components → src/components}/RadioButton/type.d.ts +0 -0
- /package/build/{components → src/components}/RadioGroup/RadioGroup.d.ts +0 -0
- /package/build/{components → src/components}/RadioGroup/index.d.ts +0 -0
- /package/build/{components → src/components}/RadioGroup/style.d.ts +0 -0
- /package/build/{components → src/components}/RadioGroup/type.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/RangeCalender.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/CustomTimepicker/CustomTimepicker.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/CustomTimepicker/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/CustomTimepicker/style.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/GroupBy/GroupBy.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/GroupBy/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/GroupBy/style.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/Hijri/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/Hijri/style.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/QuickFilters/QuickFilters.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/QuickFilters/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/RangeDatepicker/RangeDatepicker.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/RangeDatepicker/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/RangeDatepicker/type.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/Timezone/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/components/Timezone/style.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/index.d.ts +0 -0
- /package/build/{components → src/components}/RangeCalender/utils.d.ts +0 -0
- /package/build/{components → src/components}/ReceiptsViewer/ReceiptViewer.d.ts +0 -0
- /package/build/{components → src/components}/ReceiptsViewer/index.d.ts +0 -0
- /package/build/{components → src/components}/ReceiptsViewer/style.d.ts +0 -0
- /package/build/{components → src/components}/ReferenceTypeFilter/ReferenceTypeFilter.d.ts +0 -0
- /package/build/{components → src/components}/ReferenceTypeFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/ResizableHeightInput/ResizableHeightInput.d.ts +0 -0
- /package/build/{components → src/components}/ResizableHeightInput/index.d.ts +0 -0
- /package/build/{components → src/components}/ResizableHeightInput/style.d.ts +0 -0
- /package/build/{components → src/components}/RightLeftExpandingCenterChip/RightLeftExpandingCenterChip.d.ts +0 -0
- /package/build/{components → src/components}/RightLeftExpandingCenterChip/index.d.ts +0 -0
- /package/build/{components → src/components}/RightLeftExpandingCenterChip/type.d.ts +0 -0
- /package/build/{components → src/components}/RightLeftExpandingCenterChip/useRightLeftExpandingCenterChip.d.ts +0 -0
- /package/build/{components → src/components}/Routes/PrivateRoute.d.ts +0 -0
- /package/build/{components → src/components}/Routes/PublicRoute.d.ts +0 -0
- /package/build/{components → src/components}/Routes/index.d.ts +0 -0
- /package/build/{components → src/components}/SalesChannelFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/SalesChannelFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/Sandbox/index.d.ts +0 -0
- /package/build/{components → src/components}/Sandbox/style.d.ts +0 -0
- /package/build/{components → src/components}/ScrollLoader/ScrollLoader.d.ts +0 -0
- /package/build/{components → src/components}/ScrollLoader/index.d.ts +0 -0
- /package/build/{components → src/components}/SearchButton/SearchButton.d.ts +0 -0
- /package/build/{components → src/components}/SearchButton/index.d.ts +0 -0
- /package/build/{components → src/components}/SearchListInput/SearchListInput.d.ts +0 -0
- /package/build/{components → src/components}/SearchListInput/index.d.ts +0 -0
- /package/build/{components → src/components}/SearchListInput/style.d.ts +0 -0
- /package/build/{components → src/components}/SelectDropdown/SelectDropdown.d.ts +0 -0
- /package/build/{components → src/components}/SelectDropdown/TrailingArrowIcon.d.ts +0 -0
- /package/build/{components → src/components}/SelectDropdown/TrailingCloseIcon.d.ts +0 -0
- /package/build/{components → src/components}/SelectDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/SelectWithSearch/SearchIcon.d.ts +0 -0
- /package/build/{components → src/components}/SelectWithSearch/SelectWithSearch.d.ts +0 -0
- /package/build/{components → src/components}/SelectWithSearch/index.d.ts +0 -0
- /package/build/{components → src/components}/SelectWithSearch/type.d.ts +0 -0
- /package/build/{components → src/components}/SimpleDialog/SimpleDialog.d.ts +0 -0
- /package/build/{components → src/components}/SimpleDialog/index.d.ts +0 -0
- /package/build/{components → src/components}/SimpleDialog/style.d.ts +0 -0
- /package/build/{components → src/components}/SimpleDialog/type.d.ts +0 -0
- /package/build/{components → src/components}/Skeleton/Skeleton.d.ts +0 -0
- /package/build/{components → src/components}/Skeleton/index.d.ts +0 -0
- /package/build/{components → src/components}/SplashScreen/SplashScreen.d.ts +0 -0
- /package/build/{components → src/components}/SplashScreen/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusBar/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusButton/ChevronIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusButton/StatusButton.d.ts +0 -0
- /package/build/{components → src/components}/StatusButton/constant.d.ts +0 -0
- /package/build/{components → src/components}/StatusButton/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusChip/StatusChip.d.ts +0 -0
- /package/build/{components → src/components}/StatusChip/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusChip/type.d.ts +0 -0
- /package/build/{components → src/components}/StatusChipWithCopy/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusGroupChips/StatusGroupChips.d.ts +0 -0
- /package/build/{components → src/components}/StatusGroupChips/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusGroupChips/style.d.ts +0 -0
- /package/build/{components → src/components}/StatusGroupChips/type.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AgreementIcon/AgreementIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AgreementIcon/constant.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AgreementIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AgreementIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AgreementIcon/type.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthIcons/AuthIcons.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthIcons/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthIcons/utils.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizationAutoIcons/constant.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizationAutoIcons/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizationAutoIcons/utils.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/AuthorizedIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/ChargeStatusIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/CustomerInitiated/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DestinationIcon/constant.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DestinationIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DestinationIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DeviceIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DisputeIcon/DisputeIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/DisputeIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/GeographyIcon/GeographyIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/GeographyIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/IssuerIcon/IssuerIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/IssuerIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/PayoutIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/RefundIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/SourceIcons/SourceIcons.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/SourceIcons/components/SourceIcon.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/SourceIcons/components/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/SourceIcons/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/SourceIcons/utils.d.ts +0 -0
- /package/build/{components → src/components}/StatusIcons/index.d.ts +0 -0
- /package/build/{components → src/components}/StatusLabel/StatusLabel.d.ts +0 -0
- /package/build/{components → src/components}/StatusLabel/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/ActionCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/components/ActionIconColumn.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/components/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ActionCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AgreementCell/AgreementCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AgreementCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AgreementCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AgreementCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/AmountCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/AmountCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/AmountCellText.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/components/AmountConversionTooltipLabel.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/components/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AmountCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ApplicationStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AppsCell/AppsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AppsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AppsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthCell/AuthCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationTypeCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AuthenticationTypeCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AvatarCell/AvatarCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AvatarCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/AvatarCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BalanceCell/BalanceCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BalanceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BalanceCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankCell/BankCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankReferenceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BankReferenceCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandCell/BrandCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandsCell/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandsCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BrandsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BusinessStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/BusinessStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ChannelsCell/ChannelsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ChannelsCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ChannelsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ChannelsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CheckoutStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CheckoutStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CurrencyCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CurrencyCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CustomerCell/CustomerCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CustomerCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/CustomerCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DateCell/DateViewer.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DateCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DateCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationCell/DestinationCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationCell/DestinationCellText.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DestinationStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DeviceCell/DeviceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DeviceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DeviceCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DueDateCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DueDateCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/DueDateCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/EntityCell/EntityCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/EntityCell/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/EntityCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/EntityCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/EntityCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IDButton/IDButton.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IDButton/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IndividualsCell/IndividualsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IndividualsCell/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IndividualsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IndividualsCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IndividualsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IntentsStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IntentsStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/IntentsStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/ChargeStatusIcon.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/InvoiceStatusCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LeadStatusCell/LeadStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LeadStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LeadStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LeadStatusCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LeadStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LinkCell/LinkCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LinkCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/LinkCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/MarketPlaceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/MarketPlaceCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/MetadataCell/MetadataCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/MetadataCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/OrderCell/OrderCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/OrderCell/OrderCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/OrderCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/OrderCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/OrdersCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PaymentAgreementCell/PaymentAgreementCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PaymentAgreementCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PaymentAgreementCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PaymentAgreementCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutDateCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutReportCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PayoutStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProductsCell/ProductsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProductsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProductsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProviderCell/ProviderCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProviderCell/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProviderCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProviderCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ProviderCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PurposeCell/PurposeCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PurposeCell/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PurposeCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PurposeCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/PurposeCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReceiptCell/ReceiptCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReceiptCell/ReceiptCellText.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReceiptCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReceiptCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReferenceCell/ReferenceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReferenceCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReferenceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/ReferenceCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundChargeCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundChargeCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundChargeCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundChargeCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/RefundStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SalesChannelCell/SalesChannelCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SalesChannelCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SegmentsCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SegmentsCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SegmentsCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SegmentsCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/SourceCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/AuthenticationMode/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/components/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/SourceCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/StatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/StatusCellSheet.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/StatusCellText.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/useStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/StatusCell/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextTableCell/TextTableCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextTableCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextTableCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextWithBadgeCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TextWithChipCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TokenStatusCell/constant.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TokenStatusCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/TokenStatusCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/WalletCell/WalletCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/WalletCell/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/WalletCell/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/WalletCell/type.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/CustomCells/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/TableCell.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/index.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/style.d.ts +0 -0
- /package/build/{components → src/components}/TableCells/type.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/FiltersRow.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/FiltersRowWrapper.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableHeaderWrapper.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/CreateViewDialog.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/CustomViews.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/DefaultViews.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/TableView.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/ViewsDropdown.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/ViewsMenu.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/components/ColumnList.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/components/ViewsSubmenu.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/components/index.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/constants.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/hooks/useDialogPosition.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/hooks/useNestedSubmenu.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/hooks/useSubMenu.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/hooks/useSubmenuHover.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/index.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/utils/index.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/TableView/utils/templateState.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/data.d.ts +0 -0
- /package/build/{components → src/components}/TableHeader/index.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/DownloadIconButton.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/Downloads.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/RecordLoading.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/TableReports.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/components/DownloadButton/DownloadButton.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/components/DownloadButton/index.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/hooks/useDownloadReport.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/index.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/type.d.ts +0 -0
- /package/build/{components → src/components}/TableReports/utils.d.ts +0 -0
- /package/build/{components → src/components}/TableView/CustomViews.d.ts +0 -0
- /package/build/{components → src/components}/TableView/DefaultViews.d.ts +0 -0
- /package/build/{components → src/components}/TableView/TableView.d.ts +0 -0
- /package/build/{components → src/components}/TableView/data.d.ts +0 -0
- /package/build/{components → src/components}/TableView/index.d.ts +0 -0
- /package/build/{components → src/components}/TableView/style.d.ts +0 -0
- /package/build/{components → src/components}/TapLogo/TapLogo.d.ts +0 -0
- /package/build/{components → src/components}/TapLogo/index.d.ts +0 -0
- /package/build/{components → src/components}/Text/Text.d.ts +0 -0
- /package/build/{components → src/components}/Text/index.d.ts +0 -0
- /package/build/{components → src/components}/Timepicker/Timepicker.d.ts +0 -0
- /package/build/{components → src/components}/Timepicker/constant.d.ts +0 -0
- /package/build/{components → src/components}/Timepicker/index.d.ts +0 -0
- /package/build/{components → src/components}/Timepicker/utils.d.ts +0 -0
- /package/build/{components → src/components}/Toaster/Toaster.d.ts +0 -0
- /package/build/{components → src/components}/Toaster/index.d.ts +0 -0
- /package/build/{components → src/components}/Toaster/style.d.ts +0 -0
- /package/build/{components → src/components}/ToggleButtons/ToggleButtons.d.ts +0 -0
- /package/build/{components → src/components}/ToggleButtons/index.d.ts +0 -0
- /package/build/{components → src/components}/ToggleButtons/style.d.ts +0 -0
- /package/build/{components → src/components}/ToggleButtons/type.d.ts +0 -0
- /package/build/{components → src/components}/ToggleView/ToggleView.d.ts +0 -0
- /package/build/{components → src/components}/ToggleView/ToggleWrapper.d.ts +0 -0
- /package/build/{components → src/components}/ToggleView/index.d.ts +0 -0
- /package/build/{components → src/components}/ToggleView/style.d.ts +0 -0
- /package/build/{components → src/components}/ToggleView/types.d.ts +0 -0
- /package/build/{components → src/components}/Toolbar/Toolbar.d.ts +0 -0
- /package/build/{components → src/components}/Toolbar/index.d.ts +0 -0
- /package/build/{components → src/components}/Toolbar/style.d.ts +0 -0
- /package/build/{components → src/components}/Toolbar/type.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/CloseIcon/CloseIcon.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/CloseIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/CloseIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/ExpandButton/ExpandButton.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/ExpandButton/index.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MaximizeIcon/MaximizeIcon.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MaximizeIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MaximizeIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MinimizeIcon/MinimizeIcon.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MinimizeIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/MinimizeIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/ToolbarIcon/style.d.ts +0 -0
- /package/build/{components → src/components}/Tooltip/Tooltip.d.ts +0 -0
- /package/build/{components → src/components}/Tooltip/index.d.ts +0 -0
- /package/build/{components → src/components}/Tooltip/styles.d.ts +0 -0
- /package/build/{components → src/components}/TooltipChip/TooltipChip.d.ts +0 -0
- /package/build/{components → src/components}/TooltipChip/index.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeDropdown.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeItem/SelectionControl.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeItem/TreeNodeItem.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeItem/index.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeList/List.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeList/TreeNodeList.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeList/index.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/TreeNodeList/style.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/context/TreeDropdownProvider.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/hooks/useSearch.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/hooks/useTreeDropdown.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/TreeDropdown/utils.d.ts +0 -0
- /package/build/{components → src/components}/VAT/TotalVAT/index.d.ts +0 -0
- /package/build/{components → src/components}/VAT/TotalVAT/style.d.ts +0 -0
- /package/build/{components → src/components}/VAT/VATDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/VAT/VATDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/VAT/VATRateDropdown/index.d.ts +0 -0
- /package/build/{components → src/components}/VAT/VATRateDropdown/style.d.ts +0 -0
- /package/build/{components → src/components}/VAT/index.d.ts +0 -0
- /package/build/{components → src/components}/VerificationIcon/VerificationIcon.d.ts +0 -0
- /package/build/{components → src/components}/VerificationIcon/VerificationIconWithBg.d.ts +0 -0
- /package/build/{components → src/components}/VerificationIcon/constant.d.ts +0 -0
- /package/build/{components → src/components}/VerificationIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/VerificationIcon/type.d.ts +0 -0
- /package/build/{components → src/components}/ViewColumnRadioFilter/ViewColumnRadioFilter.d.ts +0 -0
- /package/build/{components → src/components}/ViewColumnRadioFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/ViewColumnRadioFilter/style.d.ts +0 -0
- /package/build/{components → src/components}/ViewColumnRadioFilter/type.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/LoadingMainTable.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/MainTable.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/NoDataView.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/PinnedColumn.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeader.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/components/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/components/ColumnResize.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/components/ResizeOverlay.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/components/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/constants.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResize.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/styles.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/features/resize/utils/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/hooks/useSynchronizedScroll.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/hooks/useTableData.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/hooks/useTableDimensions.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/hooks/useTableState.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/SheetViewVirtualTable/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnFilter/ColumnFilter.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnFilter/Inputs/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnFilter/List/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnFilter/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnSort/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ColumnSort/style.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/EmptyList/EmptyList.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/EmptyList/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/EmptyList/styles.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ErrorList/ErrorList.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/ErrorList/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/RowErrorState.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableError.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableFooter/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableHeader/TableHeader.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableHeader/components/TableCell/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableHeader/components/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableHeader/constant.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableHeader/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableLastItem.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableLoadingWithCard.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableRowLoadingWithCard.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/TableRowWithCard.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/virtualScroll/ListItemWrapperWithCard.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/virtualScroll/VirtualScrollInner.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/virtualScroll/VirtualScrollList.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/virtualScroll/VirtualScrollOuter.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/components/virtualScroll/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/context/Provider.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/context/context.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/context/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/hooks/index.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/hooks/useScrollBackShadow.d.ts +0 -0
- /package/build/{components → src/components}/VirtualTables/index.d.ts +0 -0
- /package/build/{components → src/components}/Widget/List.d.ts +0 -0
- /package/build/{components → src/components}/Widget/ListItem.d.ts +0 -0
- /package/build/{components → src/components}/Widget/Widget.d.ts +0 -0
- /package/build/{components → src/components}/Widget/WidgetHeader.d.ts +0 -0
- /package/build/{components → src/components}/Widget/index.d.ts +0 -0
- /package/build/{components → src/components}/Widget/useScrollWithShadow.d.ts +0 -0
- /package/build/{components → src/components}/Window/Window.d.ts +0 -0
- /package/build/{components → src/components}/Window/index.d.ts +0 -0
- /package/build/{components → src/components}/WindowAppIcon/WindowAppIcon.d.ts +0 -0
- /package/build/{components → src/components}/WindowAppIcon/index.d.ts +0 -0
- /package/build/{components → src/components}/WindowBackdrop/WindowBackdrop.d.ts +0 -0
- /package/build/{components → src/components}/WindowBackdrop/index.d.ts +0 -0
- /package/build/{components → src/components}/WindowSideBar/WindowSideBar.d.ts +0 -0
- /package/build/{components → src/components}/WindowSideBar/constant.d.ts +0 -0
- /package/build/{components → src/components}/WindowSideBar/index.d.ts +0 -0
- /package/build/{components → src/components}/WindowSideBar/style.d.ts +0 -0
- /package/build/{components → src/components}/WindowSideBar/type.d.ts +0 -0
- /package/build/{constants → src/constants}/api.d.ts +0 -0
- /package/build/{constants → src/constants}/apps.d.ts +0 -0
- /package/build/{constants → src/constants}/assets.d.ts +0 -0
- /package/build/{constants → src/constants}/authentication.d.ts +0 -0
- /package/build/{constants → src/constants}/charge.d.ts +0 -0
- /package/build/{constants → src/constants}/chips/index.d.ts +0 -0
- /package/build/{constants → src/constants}/chips/statusChips.d.ts +0 -0
- /package/build/{constants → src/constants}/country.d.ts +0 -0
- /package/build/{constants → src/constants}/currency.d.ts +0 -0
- /package/build/{constants → src/constants}/document.d.ts +0 -0
- /package/build/{constants → src/constants}/index.d.ts +0 -0
- /package/build/{constants → src/constants}/payment.d.ts +0 -0
- /package/build/{constants → src/constants}/rate.d.ts +0 -0
- /package/build/{constants → src/constants}/reports.d.ts +0 -0
- /package/build/{constants → src/constants}/server.d.ts +0 -0
- /package/build/{constants → src/constants}/servicesTags.d.ts +0 -0
- /package/build/{constants → src/constants}/style.d.ts +0 -0
- /package/build/{constants → src/constants}/svgIcons.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/authenticationsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/authorizationTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/chargeTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/destinationsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/index.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/intentsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/invoicesTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/leadsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/merchantsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/ordersTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/payoutsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/protectAuthorizationsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/protectChargesTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/refundTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/terminalsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/tokensTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/topupsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/walletDetailsTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/walletStatementTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table/cell/walletTableCellWidth.d.ts +0 -0
- /package/build/{constants → src/constants}/table.d.ts +0 -0
- /package/build/{constants → src/constants}/toggleOptions.d.ts +0 -0
- /package/build/{demo → src/demo}/Accordion/AccordionDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/Accordion/index.d.ts +0 -0
- /package/build/{demo → src/demo}/Cells/ReferenceCell.d.ts +0 -0
- /package/build/{demo → src/demo}/Cells/SourceCell.d.ts +0 -0
- /package/build/{demo → src/demo}/Cells/index.d.ts +0 -0
- /package/build/{demo → src/demo}/Forms/MultiSelectExample.d.ts +0 -0
- /package/build/{demo → src/demo}/Forms/RadioGroupExample.d.ts +0 -0
- /package/build/{demo → src/demo}/Forms/index.d.ts +0 -0
- /package/build/{demo → src/demo}/JSONViewer/JSONViewerDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/JSONViewer/index.d.ts +0 -0
- /package/build/{demo → src/demo}/JSONViewer/mockData.d.ts +0 -0
- /package/build/{demo → src/demo}/Table/SheetViewDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/Table/TableViewDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/Table/VTDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/Table/VirtualTableDemo.d.ts +0 -0
- /package/build/{demo → src/demo}/Table/index.d.ts +0 -0
- /package/build/{demo → src/demo}/TapOSIconsGallery/TapOSIconsGallery.d.ts +0 -0
- /package/build/{demo → src/demo}/TapOSIconsGallery/constant.d.ts +0 -0
- /package/build/{demo → src/demo}/TapOSIconsGallery/index.d.ts +0 -0
- /package/build/{demo → src/demo}/TapOSIconsGallery/style.d.ts +0 -0
- /package/build/{demo → src/demo}/TreeDropdownMenu/TreeDropdownMenu.d.ts +0 -0
- /package/build/{demo → src/demo}/TreeDropdownMenu/index.d.ts +0 -0
- /package/build/{demo → src/demo}/TreeDropdownMenu/type.d.ts +0 -0
- /package/build/{hooks → src/hooks}/index.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useActionMenu.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useAppEventListener.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useAppEventPublisher.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useBadgesCount.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useCheckUserLoggedIn.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useCountdown.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useDelayToSetValue.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useMouseState.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useNetworkState.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useScrolledTo.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useStickyHeaderShadow.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useThemeMode.d.ts +0 -0
- /package/build/{hooks → src/hooks}/useWindowDimensions.d.ts +0 -0
- /package/build/{index.d.ts → src/index.d.ts} +0 -0
- /package/build/{theme → src/theme}/components.d.ts +0 -0
- /package/build/{theme → src/theme}/index.d.ts +0 -0
- /package/build/{theme → src/theme}/palette.d.ts +0 -0
- /package/build/{theme → src/theme}/shadows.d.ts +0 -0
- /package/build/{types → src/types}/account.d.ts +0 -0
- /package/build/{types → src/types}/analytics.d.ts +0 -0
- /package/build/{types → src/types}/api.d.ts +0 -0
- /package/build/{types → src/types}/appConfig.d.ts +0 -0
- /package/build/{types → src/types}/authentication.d.ts +0 -0
- /package/build/{types → src/types}/brand.d.ts +0 -0
- /package/build/{types → src/types}/charge.d.ts +0 -0
- /package/build/{types → src/types}/column.d.ts +0 -0
- /package/build/{types → src/types}/common.d.ts +0 -0
- /package/build/{types → src/types}/currency.d.ts +0 -0
- /package/build/{types → src/types}/day.d.ts +0 -0
- /package/build/{types → src/types}/destination.d.ts +0 -0
- /package/build/{types → src/types}/discount.d.ts +0 -0
- /package/build/{types → src/types}/entity.d.ts +0 -0
- /package/build/{types → src/types}/error.d.ts +0 -0
- /package/build/{types → src/types}/file.d.ts +0 -0
- /package/build/{types → src/types}/filter.d.ts +0 -0
- /package/build/{types → src/types}/flag.d.ts +0 -0
- /package/build/{types → src/types}/index.d.ts +0 -0
- /package/build/{types → src/types}/merchant.d.ts +0 -0
- /package/build/{types → src/types}/receipt.d.ts +0 -0
- /package/build/{types → src/types}/redux.d.ts +0 -0
- /package/build/{types → src/types}/reports.d.ts +0 -0
- /package/build/{types → src/types}/segment.d.ts +0 -0
- /package/build/{types → src/types}/sort.d.ts +0 -0
- /package/build/{types → src/types}/theme.d.ts +0 -0
- /package/build/{types → src/types}/toast.d.ts +0 -0
- /package/build/{types → src/types}/tsUtils.d.ts +0 -0
- /package/build/{types → src/types}/user.d.ts +0 -0
- /package/build/{types → src/types}/utilities.d.ts +0 -0
- /package/build/{types → src/types}/window.d.ts +0 -0
- /package/build/{utils → src/utils}/api.d.ts +0 -0
- /package/build/{utils → src/utils}/app.d.ts +0 -0
- /package/build/{utils → src/utils}/array.d.ts +0 -0
- /package/build/{utils → src/utils}/axios.d.ts +0 -0
- /package/build/{utils → src/utils}/boolean.d.ts +0 -0
- /package/build/{utils → src/utils}/browser.d.ts +0 -0
- /package/build/{utils → src/utils}/card.d.ts +0 -0
- /package/build/{utils → src/utils}/chargeError.d.ts +0 -0
- /package/build/{utils → src/utils}/color.d.ts +0 -0
- /package/build/{utils → src/utils}/columnResizeStorage.d.ts +0 -0
- /package/build/{utils → src/utils}/country.d.ts +0 -0
- /package/build/{utils → src/utils}/date.d.ts +0 -0
- /package/build/{utils → src/utils}/download.d.ts +0 -0
- /package/build/{utils → src/utils}/encrypt.d.ts +0 -0
- /package/build/{utils → src/utils}/extractIdsFromRowData.d.ts +0 -0
- /package/build/{utils → src/utils}/flag.d.ts +0 -0
- /package/build/{utils → src/utils}/geography.d.ts +0 -0
- /package/build/{utils → src/utils}/index.d.ts +0 -0
- /package/build/{utils → src/utils}/number.d.ts +0 -0
- /package/build/{utils → src/utils}/object.d.ts +0 -0
- /package/build/{utils → src/utils}/payout.d.ts +0 -0
- /package/build/{utils → src/utils}/phone.d.ts +0 -0
- /package/build/{utils → src/utils}/reports.d.ts +0 -0
- /package/build/{utils → src/utils}/source.d.ts +0 -0
- /package/build/{utils → src/utils}/string.d.ts +0 -0
- /package/build/{utils → src/utils}/style.d.ts +0 -0
- /package/build/{utils → src/utils}/timezone.d.ts +0 -0
- /package/build/{utils → src/utils}/toggleOptions.d.ts +0 -0
- /package/build/{utils → src/utils}/url.d.ts +0 -0
- /package/build/{utils → src/utils}/user.d.ts +0 -0
- /package/build/{utils → src/utils}/validation.d.ts +0 -0
- /package/build/{utils → src/utils}/views.d.ts +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Currency, CurrencyCodes } from '@types';
|
|
2
|
+
export declare const conversionTypesLabels: {
|
|
3
|
+
fx: string;
|
|
4
|
+
dcc: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const currencyConfig: Record<string, number>;
|
|
7
|
+
export declare const intlCurrency: (charge: number, currencyType: CurrencyCodes) => string;
|
|
8
|
+
export declare const isIntegerAmount: (charge: number) => boolean;
|
|
9
|
+
export declare const isDecimalWithOneDigit: (charge: number) => boolean;
|
|
10
|
+
export declare const hasOnlyOneDigitAfterDecimal: (charge: number) => boolean;
|
|
11
|
+
export declare const formatCurrencyWithInput: (charge: number, selectedCurrency: CurrencyCodes) => string;
|
|
12
|
+
export declare function formatAmount(amount: number, decimal?: number): {
|
|
13
|
+
integerAmount: string;
|
|
14
|
+
decimalAmount: string;
|
|
15
|
+
fullAmount: string;
|
|
16
|
+
};
|
|
17
|
+
export declare function formatAmountWithCurrency(amount?: number, currency?: string): {
|
|
18
|
+
integerAmount: string;
|
|
19
|
+
decimalAmount: string;
|
|
20
|
+
fullAmount: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const getSupportedCurrencies: (currencies: Currency[]) => Currency[];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AxiosError } from 'axios';
|
|
2
|
+
import type { BackendError } from '@types';
|
|
3
|
+
export declare const isNetworkError: (error: AxiosError | null) => boolean;
|
|
4
|
+
export declare const hasError: (error: Error | null) => boolean;
|
|
5
|
+
export declare const isTimeoutError: (error: AxiosError<any> | null) => boolean;
|
|
6
|
+
export declare const isNotFoundError: (error: AxiosError<any> | null) => boolean;
|
|
7
|
+
interface BackendErrorHandlerProps {
|
|
8
|
+
error: AxiosError<BackendError> | null;
|
|
9
|
+
fallbackMessage?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const backendErrorHandler: ({ error, fallbackMessage }: BackendErrorHandlerProps) => {
|
|
12
|
+
code: null;
|
|
13
|
+
message: string;
|
|
14
|
+
formatted: string;
|
|
15
|
+
} | {
|
|
16
|
+
code: string;
|
|
17
|
+
message: string;
|
|
18
|
+
formatted: string;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IndividualSegmentDetails, Segment } from '@types';
|
|
2
|
+
export declare const setFreshDeskProperties: ({ individualDetails, activeSegment, language, }: {
|
|
3
|
+
individualDetails: IndividualSegmentDetails;
|
|
4
|
+
activeSegment: Segment | null;
|
|
5
|
+
language: string;
|
|
6
|
+
}) => void;
|
|
7
|
+
export declare const openFreshDeskChat: () => void;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TextAndLang } from '@types';
|
|
2
|
+
export declare const isArabic: (text?: string) => boolean;
|
|
3
|
+
export declare function getTextByLang(name?: Array<{
|
|
4
|
+
text: string;
|
|
5
|
+
lang?: string;
|
|
6
|
+
locale?: string;
|
|
7
|
+
}>, lang?: string): {
|
|
8
|
+
text: string;
|
|
9
|
+
lang?: string | undefined;
|
|
10
|
+
locale?: string | undefined;
|
|
11
|
+
} | undefined;
|
|
12
|
+
export declare const getNameText: (names: TextAndLang[], language?: string) => string | undefined;
|
|
13
|
+
export declare const getUsername: (names?: Array<{
|
|
14
|
+
lang: string;
|
|
15
|
+
first: string;
|
|
16
|
+
last: string;
|
|
17
|
+
}>, language?: string) => {
|
|
18
|
+
lang: string;
|
|
19
|
+
first: string;
|
|
20
|
+
last: string;
|
|
21
|
+
} | undefined;
|
|
22
|
+
export declare function getCustomerNameByLang(name?: Array<{
|
|
23
|
+
first: string;
|
|
24
|
+
middle?: string;
|
|
25
|
+
last: string;
|
|
26
|
+
lang?: string;
|
|
27
|
+
locale?: string;
|
|
28
|
+
}>, lang?: string): {
|
|
29
|
+
first: string;
|
|
30
|
+
middle?: string | undefined;
|
|
31
|
+
last: string;
|
|
32
|
+
lang?: string | undefined;
|
|
33
|
+
locale?: string | undefined;
|
|
34
|
+
} | undefined;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AppDetails, WindowPreview, Segment, TableMode, Timezone, StoredViewsData } from '@types';
|
|
2
|
+
import { SheetViewColumnsData } from './columnResizeStorage';
|
|
3
|
+
export declare function setSecretKey(): void;
|
|
4
|
+
export declare function getSecretKey(): string | null;
|
|
5
|
+
export declare function removeSecretKey(): void;
|
|
6
|
+
export declare function removeConnectMetaData(): void;
|
|
7
|
+
export declare function setNavigationData(data: any): void;
|
|
8
|
+
export declare function getNavigationData(): Record<string, AppDetails[]> | null;
|
|
9
|
+
export declare function removeNavigationData(): void;
|
|
10
|
+
export declare const setLoggedInUserJwtToken: (token: string) => void;
|
|
11
|
+
export declare const getLoggedInUserJwtToken: () => string | null;
|
|
12
|
+
export declare const removeLoggedInUserJwtToken: () => void;
|
|
13
|
+
export declare const removeLoggedInUserData: () => void;
|
|
14
|
+
export declare const setLoggedInUserData: (data: any) => void;
|
|
15
|
+
export declare const getLoggedInUserData: () => Record<string, any> | null;
|
|
16
|
+
export declare const getLoggedInUserSegment: () => Segment | null;
|
|
17
|
+
export declare const getLoggedInUserActiveSegment: () => Segment | null;
|
|
18
|
+
export declare const isJwtTokenExpired: () => boolean;
|
|
19
|
+
export declare const isUserLoggedInAndJwtTokenExistsAndNotExpired: () => boolean;
|
|
20
|
+
export declare const setReportRecord: (key: string, reportId: string) => void;
|
|
21
|
+
export declare const getReportRecord: (key: string) => string | null;
|
|
22
|
+
export declare const removeReportRecord: (key: string) => void;
|
|
23
|
+
export declare const removeAppVersion: () => void;
|
|
24
|
+
export declare const setCalenderTimezone: (timezone: Timezone) => void;
|
|
25
|
+
export declare const setCalenderTimezoneHistory: (timezone: Timezone) => void;
|
|
26
|
+
export declare const getCalenderTimezone: () => Timezone | null;
|
|
27
|
+
export declare const getCalenderTimezoneHistory: () => Timezone | null;
|
|
28
|
+
export declare const removeCalenderTimezone: () => void;
|
|
29
|
+
export declare const removeCalenderTimezoneHistory: () => void;
|
|
30
|
+
export declare const setGlobalTableModeStorage: (mode: TableMode) => void;
|
|
31
|
+
export declare const getGlobalTableModeStorage: () => TableMode;
|
|
32
|
+
export declare const removeGlobalTableModeStorage: () => void;
|
|
33
|
+
export declare const setSheetViewColumnsStorage: (data: SheetViewColumnsData) => void;
|
|
34
|
+
export declare const getSheetViewColumnsStorage: () => SheetViewColumnsData;
|
|
35
|
+
export declare const setPreviewStorage: (previews: WindowPreview[]) => void;
|
|
36
|
+
export declare const getPreviewStorage: () => WindowPreview[];
|
|
37
|
+
export declare const removePreviewStorage: () => void;
|
|
38
|
+
export declare const getViewsStorageByService: (appCode: string, serviceCode: string, segmentId: string) => StoredViewsData | null;
|
|
39
|
+
export declare const setViewsStorage: (appCode: string, serviceCode: string, segmentId: string, views: StoredViewsData['views'], mainDefaultView?: StoredViewsData['mainDefaultView']) => void;
|
|
40
|
+
export declare const clearTapOsLocalStorage: () => void;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { Currency, Segment, SegmentCountry } from '@types';
|
|
2
|
+
export declare const getMerchantIds: (activeSegment?: Segment | null) => any[] | undefined;
|
|
3
|
+
export declare const getMerchantCurrencies: (currencies: Currency[], activeSegmentCountries: SegmentCountry[]) => Currency[];
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TextAndLang } from '@types';
|
|
2
|
+
interface Source {
|
|
3
|
+
code: string;
|
|
4
|
+
name: TextAndLang[];
|
|
5
|
+
}
|
|
6
|
+
interface PaymentMethod extends Source {
|
|
7
|
+
payment_methods: Source[];
|
|
8
|
+
}
|
|
9
|
+
export declare function transformPaymentMethodsData(data?: PaymentMethod[]): {
|
|
10
|
+
name: string;
|
|
11
|
+
type: string;
|
|
12
|
+
options: {
|
|
13
|
+
name: string;
|
|
14
|
+
type: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
options: {
|
|
17
|
+
name: string | undefined;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
}[] | undefined;
|
|
21
|
+
};
|
|
22
|
+
export declare function transformPaymentSchemesData(data?: Source[]): {
|
|
23
|
+
name: string;
|
|
24
|
+
type: string;
|
|
25
|
+
options: {
|
|
26
|
+
name: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
};
|
|
30
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AppDetails, UserApp } from '@types';
|
|
2
|
+
export declare const getApp: (apps: UserApp[], appCode: string) => UserApp | undefined;
|
|
3
|
+
export declare const getService: (services: UserApp['app_services'], serviceCode: string) => import("@types").AppService | undefined;
|
|
4
|
+
export declare const openNewAppAttrs: ({ appCode, serviceCode, sandboxMode, payload, segmentId, numberOfOpenedApps, }: Pick<AppDetails, "appCode" | "serviceCode" | "payload"> & {
|
|
5
|
+
sandboxMode?: boolean | undefined;
|
|
6
|
+
numberOfOpenedApps: number;
|
|
7
|
+
segmentId: string;
|
|
8
|
+
}) => {
|
|
9
|
+
payload?: (Record<string, any> & Omit<import("@types").DefaultServicePayload, never> & object) | undefined;
|
|
10
|
+
segmentId: string;
|
|
11
|
+
appCode: string;
|
|
12
|
+
serviceCode: string;
|
|
13
|
+
sandboxMode: boolean;
|
|
14
|
+
order: number;
|
|
15
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { SelectedSegment, Segment, SegmentData } from '@types';
|
|
2
|
+
export declare const getSegmentData: (segments: Segment[], activeSegmentId: string, activeSegments: SelectedSegment[]) => SegmentData;
|
|
3
|
+
export declare const getBusinessSegmentConfig: ({ merchantsIds, options }: {
|
|
4
|
+
merchantsIds: string[];
|
|
5
|
+
options?: Record<string, unknown> | undefined;
|
|
6
|
+
}) => {
|
|
7
|
+
business?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
business: {
|
|
10
|
+
merchant: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare const isSegmentActLikeBusinessSegment: (segmentId: string) => boolean;
|
|
14
|
+
export declare const getNonBusinessSegmentConfig: ({ segmentCode, segmentId, segmentTypeCode, merchantsIds, options, }: {
|
|
15
|
+
segmentCode: string;
|
|
16
|
+
segmentTypeCode: string;
|
|
17
|
+
segmentId: string;
|
|
18
|
+
merchantsIds?: string[] | undefined;
|
|
19
|
+
options?: Record<string, unknown> | undefined;
|
|
20
|
+
}) => {
|
|
21
|
+
business?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
business: {
|
|
24
|
+
merchant: string[];
|
|
25
|
+
};
|
|
26
|
+
} | {
|
|
27
|
+
payment_provider: {
|
|
28
|
+
technology: {
|
|
29
|
+
orchestrator: string[];
|
|
30
|
+
};
|
|
31
|
+
institution?: undefined;
|
|
32
|
+
};
|
|
33
|
+
} | {
|
|
34
|
+
payment_provider: {
|
|
35
|
+
technology: {
|
|
36
|
+
gateway: string[];
|
|
37
|
+
};
|
|
38
|
+
institution?: undefined;
|
|
39
|
+
};
|
|
40
|
+
} | {
|
|
41
|
+
payment_provider: {
|
|
42
|
+
institution: {
|
|
43
|
+
facilitator: string[];
|
|
44
|
+
};
|
|
45
|
+
technology?: undefined;
|
|
46
|
+
};
|
|
47
|
+
} | {
|
|
48
|
+
payment_provider: {
|
|
49
|
+
institution: {
|
|
50
|
+
acquirer: string[];
|
|
51
|
+
};
|
|
52
|
+
technology?: undefined;
|
|
53
|
+
};
|
|
54
|
+
} | {
|
|
55
|
+
platform: string[];
|
|
56
|
+
payment_provider?: undefined;
|
|
57
|
+
} | {
|
|
58
|
+
development_agency: string[];
|
|
59
|
+
payment_provider?: undefined;
|
|
60
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { IColumnProps } from '@types';
|
|
2
|
+
export declare const DEFAULT_SKELETON_WIDTHS: string[];
|
|
3
|
+
export declare const generateSkeletonColumns: (staticWidths?: string[]) => IColumnProps[];
|
|
4
|
+
export declare const getProcessedColumns: <T = unknown>(columns: readonly IColumnProps<T>[], isLoading: boolean, defaultSkeleton: boolean) => IColumnProps<T>[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TableCellWidthProps, TableMode, TableNavigation } from '@types';
|
|
2
|
+
export declare const getColumnWidthPercentage: (widthInPx: number, options?: {
|
|
3
|
+
isFirst?: boolean;
|
|
4
|
+
isLast?: boolean;
|
|
5
|
+
}) => string;
|
|
6
|
+
export declare const getCellWidth: ({ table, cellID, tableMode }: TableCellWidthProps) => string;
|
|
7
|
+
export declare const calculateMaxAllowedRows: (isLoaded: boolean, isLoading: boolean) => number;
|
|
8
|
+
export declare const isHeightNotFullyFilledByRows: (totalRows: number) => boolean;
|
|
9
|
+
export declare const isTableDefaultMode: (tableMode: TableMode) => boolean;
|
|
10
|
+
export declare const isTableSheetMode: (tableMode: TableMode) => boolean;
|
|
11
|
+
export declare const isTableTextMode: (tableMode: TableMode) => boolean;
|
|
12
|
+
interface ActionNavigationView<T> {
|
|
13
|
+
prefixes: string[];
|
|
14
|
+
keys?: string[];
|
|
15
|
+
label: string;
|
|
16
|
+
appCode: string;
|
|
17
|
+
serviceCode: string;
|
|
18
|
+
icon: TableNavigation['icon'];
|
|
19
|
+
accessor?: (rowData: T) => string[];
|
|
20
|
+
}
|
|
21
|
+
export declare const getPossibleActionNavigationView: <T>() => Record<string, ActionNavigationView<T>>;
|
|
22
|
+
export {};
|
package/package.json
CHANGED
package/build/chunk-2RZCN26U.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-VBQVGZ4J.js';import {a as a$3}from'./chunk-R7QVUQBN.js';import {a as a$2}from'./chunk-NKNRVF6Q.js';import {a}from'./chunk-CNIYZZCP.js';import {tc}from'./chunk-HKNBTFNF.js';import {ci,di,ii,Qd}from'./chunk-NSFZTMX6.js';import {memo,useState,useEffect,useMemo}from'react';import n from'@mui/material/Box';import {useDropzone}from'react-dropzone';import {useTranslation}from'react-i18next';import {Button}from'@mui/material';import {styled,alpha}from'@mui/material/styles';import {jsxs,jsx,Fragment}from'react/jsx-runtime';var x=styled(n)(()=>({textAlign:"center",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:"32px"})),m=styled(a,{shouldForwardProp:e=>e!=="isError"})(({theme:e,isError:i})=>({color:i?"#FF2000":e.palette.text.primary,fontSize:"18px",fontWeight:600,lineHeight:"20px",marginBottom:"8px"})),H=styled(n)(({theme:e})=>({color:e.palette.text.primary,fontSize:"12px",fontWeight:500,lineHeight:"20px",padding:"4px 12px",borderRadius:"4px",border:`1px solid ${e.palette.divider}`,background:e.palette.common.white,cursor:"pointer"})),u=styled(a)(({theme:e})=>({color:alpha(e.palette.text.primary,.7),fontSize:"12px",fontWeight:500,lineHeight:"20px"})),f=styled(n)(({theme:e})=>({width:431,height:176,border:`1px dashed ${e.palette.secondary.light}`,borderRadius:"8px",padding:"24px 0",display:"flex",alignItems:"center",justifyContent:"center"})),g=styled(n)(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"24px",color:e.palette.text.primary,fontSize:"14px",lineHeight:"20px",cursor:"default"})),$=styled("span")(()=>({fontWeight:600,textDecorationLine:"underline",cursor:"pointer"})),h=styled(n)(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"8px",color:e.palette.text.primary})),F=styled(n)(({theme:e})=>({color:alpha(e.palette.text.primary,.7),fontSize:"12px",fontWeight:500,lineHeight:"20px"})),J=styled(Button)(({theme:e,disabled:i})=>({borderRadius:"4px",minWidth:"105px",background:i?alpha(e.palette.info.dark,.4):e.palette.info.dark,color:e.palette.common.white,padding:"4px 8px",fontSize:"9px",fontWeight:600,height:"32px",display:"flex",alignItems:"center",justifyContent:"center",textTransform:"none","&:hover":{background:e.palette.info.dark,opacity:.8},"&.Mui-disabled":{color:e.palette.common.white}})),L=styled(n)(()=>({display:"flex",gap:"8px",justifyContent:"center",alignItems:"center",padding:"6px",boxShadow:"0px 4px 40px 0px rgba(0, 0, 0, 0.19)",borderRadius:"4px"}));function ie({accept:e,footer:i,options:b,isCreateLoading:y,progress:V,error:k,subtitleComponent:S,isSuccess:z,onConfirm:X,isSendDisabled:q}){let{t:a}=useTranslation(),[p,T]=useState([]),{getRootProps:G,getInputProps:K,open:U,acceptedFiles:I,isDragReject:P,fileRejections:s}=useDropzone(b);useEffect(()=>{T(I);},[I]);let w=tc(b?.maxSize||0,0).toUpperCase(),d=useMemo(()=>{let O=s.length&&s[0].errors.some(W=>W.code==="file-invalid-type"),Q=s.length&&s[0].errors.some(W=>W.code==="file-too-large");return P||O?a("invalidFileType"):Q?`File is larger than ${w}`:k},[P,k,s]);return z&&p.length&&!y?jsxs(x,{children:[jsxs(n,{children:[jsx(m,{children:"File uploaded"}),S]}),jsx(f,{children:jsxs(g,{children:[z&&jsx(n,{component:"img",src:ci,width:56,height:56}),jsxs(h,{sx:{fontWeight:600},children:[jsx(n,{children:p[0].name}),jsx(F,{children:tc(p[0].size)})]})]})}),jsxs(L,{children:[jsx(a$1,{onClick:()=>{T([]);},children:jsx(a$2,{src:di,alt:"delete",sx:{width:14,height:14}})}),jsx(J,{disabled:q,onClick:()=>{X?.(p);},children:"Bulk Send"})]})]}):y&&p.length?jsxs(x,{children:[jsxs(n,{children:[jsx(m,{children:a("uploading")}),jsx(u,{children:a("wait")}),S]}),jsx(f,{children:jsxs(g,{children:[y&&jsx(a$3,{size:56,value:V}),jsxs(h,{sx:{fontWeight:600},children:[jsx(n,{children:p[0].name}),jsx(F,{children:tc(p[0].size)})]})]})}),i&&i]}):jsxs(x,{children:[jsxs(n,{children:[jsx(m,{isError:!!d,children:d||a("uploadBulkFile")}),!!d&&jsx(u,{children:"Supported formats: xls, xlxs"}),S]}),jsxs(f,{...G(),children:[jsx("input",{...K()}),jsxs(g,{children:[jsx(n,{component:"img",src:d?ii:Qd,width:56,height:56}),d?jsx(Fragment,{children:jsx(H,{onClick:U,children:a("uploadAgain")})}):jsxs(h,{children:[jsxs(n,{children:[jsx($,{onClick:U,children:"Click to upload"})," or drag and drop"]}),jsxs(F,{children:["Maximum file size ",w]}),e&&jsx(u,{children:a("supportedFormats",{accept:e})})]})]})]}),i&&i]})}var N=memo(ie);var Te=N;export{Te as a};
|
package/build/chunk-CR3V2WRG.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-3QA32K6H.js';import {a as a$2}from'./chunk-NKNRVF6Q.js';import {a}from'./chunk-CNIYZZCP.js';import {$i,Zi,Xi,Ui,Ki,Mi,aj,Ji,Ii,_i,og,lb,Ni,jb,Oi,Qi,Ri,Wi,Vi,Pi}from'./chunk-NSFZTMX6.js';import h from'@mui/material/Box';import {styled}from'@mui/material/styles';import {jsx,jsxs}from'react/jsx-runtime';var k={ABANDONED:og,IN_PROGRESS:aj,VOID:_i,CANCELLED:Ii,CAPTURED:Ji,INITIATED:aj,FAILED:Mi,DECLINED:Ki,RESTRICTED:Ui,TIMEDOUT:Xi,UNKNOWN:Zi,AUTHORIZED:$i},R={UNKNOWN:{gatewayIcon:Ni,acquirerIcon:lb,color:"#FF7A00",background:"#FF7A001A"},TIMEDOUT:{gatewayIcon:Ni,acquirerIcon:lb,color:"#FF7A00",background:"#FFF3E5"},FAILED:{gatewayIcon:Ni,acquirerIcon:lb,color:"#FF7A00",background:"#FFF3E5"},DECLINED:{gatewayIcon:Oi,acquirerIcon:jb,color:"#FF3D00",background:"#FFEAE5"},RESTRICTED:{gatewayIcon:Oi,acquirerIcon:jb,color:"#FF3D00",background:"#FFEAE5"},ABANDONED:{gatewayIcon:Ni,acquirerIcon:lb,color:"#FFD600",background:"#FFFBE5"},CANCELLED:{gatewayIcon:Ni,acquirerIcon:lb,color:"#FFD600",background:"#FFFBE5"},INITIATED:{color:"#8D8D94",background:"transparent",gatewayIcon:Ni,acquirerIcon:lb}},z={PENDING:Ri,REFUNDED:Qi},H={PENDING:{color:"#FF7A00",backgroundColor:"#FF7A000D"},REFUNDED:{color:"#4E1FD0",backgroundColor:"#4E1FD00D"}},K={PAID_OUT:Pi,SETTLED:Vi,PENDING:Wi},M={AUTHORIZED:$i},O={CAPTURED:{color:"#1F88D0",background:"#1F88D00D"}};var L=styled(h)(()=>({display:"flex",gap:"4px",alignItems:"center",justifyContent:"center",borderRadius:"56px",padding:"2px 4px",cursor:"default"})),q=styled(a)(({theme:r})=>({color:r.palette.common.white,fontWeight:600,fontSize:"8px",padding:"3px 2.57px",borderRadius:"4px",lineHeight:"100%"}));function I({tooltip:r,status:e,statusCode:U}){let d=R[e]??O[e]??null;return jsx(a$1,{title:r,children:jsxs(L,{sx:{backgroundColor:d?.background||"transparent"},children:[jsx(a$2,{src:k[e]}),jsx(q,{sx:P=>({backgroundColor:d?.color||P.palette.info.dark}),children:U})]})})}var ro=I;export{k as a,R as b,z as c,H as d,K as e,M as f,O as g,ro as h};
|
package/build/chunk-OME45DRB.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import'./chunk-FQIF3FUU.js';import {a}from'./chunk-SQRZEIOF.js';import {memo}from'react';import n from'@mui/material/Box';import {styled,alpha}from'@mui/material/styles';import {jsx,Fragment}from'react/jsx-runtime';var x="32px";var m=styled(n,{shouldForwardProp:e=>e!=="isMaximized"})(({theme:e,isMaximized:o})=>({background:alpha(e.palette.common.white,.7),backdropFilter:"blur(8px)",width:183,position:"sticky",padding:"16px 8px",paddingTop:o?x:"16px",height:"100%",overflow:"auto"})),u=styled(n)(()=>({display:"flex",flexDirection:"column",gap:"8px"})),l=styled(n,{shouldForwardProp:e=>e!=="isActive"})(({theme:e,isActive:o})=>({background:o?"linear-gradient(270deg, #147DC5 0.67%, #3DA6E1 98.91%)":"transparent",borderRadius:"4px",padding:"4px 8px",color:o?e.palette.common.white:e.palette.text.primary,fontSize:"11px",display:"flex",alignItems:"center",justifyContent:"flex-start",gap:"4px",cursor:"pointer",fontWeight:600})),s=styled(n,{shouldForwardProp:e=>e!=="isActive"})(({theme:e,isActive:o})=>({background:o?"#FFFFFF":"transparent",borderRadius:"4px",padding:"4px 8px",color:e.palette.text.primary,fontSize:"11px",display:"flex",alignItems:"center",justifyContent:"flex-start",gap:"4px",cursor:"pointer",fontWeight:600}));function B({sections:e,isMaximized:o,onClick:p,activeSection:b,activeSubSection:S}){let d=b||e?.[0]?.id,g=S||e?.[0]?.subSections?.[0]?.id;return jsx(m,{isMaximized:o,children:jsx(u,{children:e?.map(t=>jsx(a,{defaultExpanded:d===t.id,summarySx:{padding:0,minHeight:0,marginBottom:"4px",borderRadius:"4px !important","& .MuiAccordionSummary-content":{margin:"0 !important"}},sx:{background:"transparent",border:"none !important","&.MuiAccordion-root":{borderRadius:"4px !important"}},Header:jsx(s,{onClick:()=>{p?.(t.id,t.subSections?.[0]?.id);},isActive:d===t.id,children:t.title},t.id),children:jsx(Fragment,{children:t.subSections?.map(i=>jsx(l,{onClick:()=>{p?.(t.id,i.id);},isActive:g===i.id,children:i.title},`${t.id}-${i.id}`))})},`${t.id}`))})})}var f=memo(B);var P=f;export{P as a};
|
package/build/chunk-QLEUEVEZ.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$4}from'./chunk-ZTFNCBDJ.js';import {a,c,e,f,b}from'./chunk-NET3U5QO.js';import {a as a$3}from'./chunk-237EA4BW.js';import {a as a$2}from'./chunk-QTZ2AGMI.js';import {a as a$5}from'./chunk-SQRZEIOF.js';import {a as a$6}from'./chunk-NKNRVF6Q.js';import {a as a$1}from'./chunk-CNIYZZCP.js';import {Ic,w as w$1}from'./chunk-NSFZTMX6.js';import*as w from'react';import w__default,{useState,useMemo}from'react';import {useFormContext,Controller,FormProvider,useForm}from'react-hook-form';import {jsx,jsxs}from'react/jsx-runtime';import P from'@mui/material/Box';import Le from'@mui/material/Input';import {styled}from'@mui/material/styles';import {ListSubheader,Box,MenuItem}from'@mui/material';import Ke from'@mui/material/MenuItem';function Pe({onSubmit:e,methods:n,children:o}){return jsx(FormProvider,{...n,children:jsx("form",{onSubmit:e,noValidate:true,children:o})})}var Fe=w__default.memo(Pe);var J=w.forwardRef(({name:e,helperText:n,hideArrows:o,...t},l)=>{let{control:i}=useFormContext();return jsx(Controller,{name:e,control:i,defaultValue:t.defaultValue,render:({field:c,fieldState:a$1})=>jsx(a,{...t,...c,ref:l,hasError:!!a$1.error,helperText:n??a$1.error?.message,hideArrows:o,onChange:p=>{c.onChange(p),t.onChange?.(p);},onWheel:p=>{p.target instanceof HTMLElement&&p.target.blur();}})})});J.displayName="RFHFormInput";var Q=w.memo(J);var Ae=Q;function Y({phoneName:e$1,countries:n,countryName:o,helperText:t,isCountriesLoading:l,disabled:i,...c}){let{control:a,watch:p,setValue:x}=useFormContext(),h=p(o),b=u=>{x(o,u);};return jsx(Controller,{name:e$1,control:a,render:({field:{onChange:u,value:s},fieldState:f})=>jsx(e,{...c,phoneValue:s,countries:n,hasError:!!f.error,helperText:t??f.error?.message,onPhoneChange:d=>{u(d);},disabled:i,countryValue:h,onCountryChange:b,isCountriesLoading:l})})}Y.displayName="RFHPhoneInput";var Z=Y;var Ee=Z;var B=(e,n)=>e.toFixed(n);function j({amountName:e,currencies:n,currencyName:o,helperText:t,isCurrenciesLoading:l,...i}){let{control:c,watch:a,setValue:p}=useFormContext(),x=a(o),h=a(e),b=u=>{p(o,u),p(e,B(Number(h),u?.decimals||2));};return jsx(Controller,{name:e,control:c,render:({field:{onChange:u,value:s},fieldState:f$1})=>jsx(f,{...i,amountValue:s??"",currencies:n,hasError:!!f$1.error,helperText:t??f$1.error?.message,onAmountChange:d=>{u(d);},onAmountBlur:d=>{u(B(Number(d),x?.decimals||2));},currencyValue:x,onCurrencyChange:b,isCurrenciesLoading:l})})}j.displayName="RFHAmountInput";var ee=j;var We=ee;function te({name:e,helperText:n,...o}){let{control:t}=useFormContext();return jsx(Controller,{name:e,control:t,render:({field:l,fieldState:i})=>jsx(c,{...o,...l,hasError:!!i.error,helperText:n??i.error?.message})})}te.displayName="RFHSelect";var ne=w.memo(te);var k=ne;function le({name:e,disabled:n,...o}){let{control:t}=useFormContext();return jsx(Controller,{name:e,control:t,render:({field:{name:l,onBlur:i,onChange:c,value:a,disabled:p}})=>jsx(a$3,{...o,onChange:c,onBlur:i,name:l,disabled:p||n,checked:a??false})})}le.displayName="RFHSWitch";var ie=w.memo(le);var Te=ie;var me=styled(a$1)(({theme:e})=>({fontSize:"10px",color:e.palette.grey[700],fontWeight:600,lineHeight:"10px"}));styled(a$1)(({theme:e})=>({fontSize:"11px",color:e.palette.text.primary,fontWeight:600,lineHeight:"14.3px",width:200}));var se=styled(P)(()=>({display:"flex",flexDirection:"column",maxHeight:180,overflow:"auto",scrollbarWidth:"thin",scrollbarColor:"#E5E5E5 #E5E5E5"}));styled(Le)(({theme:e})=>({width:"inherit",height:32,padding:"11px 12px",fontSize:"10px",borderRadius:"5px",backgroundColor:"#F9F9F9",border:"1px solid transparent","&.Mui-focused":{borderColor:e.palette.info.dark}}));var ce=styled(P)(()=>({display:"flex",flexDirection:"column",gap:"8px"}));styled(P)(()=>({display:"flex",gap:"8px",padding:"4px",flexWrap:"wrap",paddingInlineEnd:"20px"}));styled(P)(({theme:e,maxWidth:n})=>({display:"flex",padding:"4px 8px 4px 6px",alignItems:"center",gap:"4px",borderRadius:"13px",backgroundColor:`${e.palette.info.dark}1a`,fontSize:"10px",fontWeight:500,cursor:"pointer",...n&&{maxWidth:`${n}%`}}));var ue=styled(a$1)(({theme:e})=>({display:"flex",gap:"8px",alignItems:"center",justifyContent:"space-between",fontSize:"10px",fontWeight:500,color:e.palette.common.black,cursor:"pointer",padding:"8px 20px"}));styled(P)(({theme:e})=>({width:"100%",flexDirection:"column",border:`1px solid ${e.palette.grey[100]}`,borderRadius:"4px",backgroundColor:e.palette.grey[400]}));function $e({name:e,options:n,...o}){let[t,l]=useState(null),[i,c]=useState(0),a=!!t,p=s=>{l(a?null:s.currentTarget);},x=()=>{l(null);},{watch:h,setValue:b}=useFormContext(),u=h(e);return jsx(a$4,{open:a,anchorEl:t,onOpen:p,onClose:x,trigger:jsx(k,{name:e,options:[],...o,open:false}),hideArrow:true,listWrapperSx:{padding:0,margin:0},children:jsx(ce,{children:jsx(se,{"data-testid":"AccordionWrapper",children:n.map?.((s,f)=>{let d=i===f;return jsx(a$5,{Header:jsx(me,{variant:"caption",children:s.group}),defaultExpanded:true,sx:{flexShrink:0,border:0,...d&&{borderBottom:"1px solid #0000001A",borderTop:"1px solid #0000001A"}},summarySx:{backgroundColor:d?"#F8F8F8":"#ffffff",borderBottom:"1px solid #0000001A",minHeight:28},expanded:d,onChange:(m,g)=>{m.stopPropagation(),m.preventDefault(),c(g?f:null);},children:(s?.options||[]).map((m,g)=>{let r=o?.isOptionEqualToValue?.(m,u);return jsxs(ue,{onClick:()=>{b(e,m,{shouldDirty:true,shouldTouch:true,shouldValidate:true}),x();},children:[o.renderOption?.(m)||m.label,r&&jsx(a$6,{src:Ic,alt:"blue-check",sx:{width:14,height:10}})]},`${m.value}-${m.label}-${g}`)})},`${s.group}-group-${f}`)})})})})}var fe=$e;var Ue=fe;var xe=styled(a$2)(()=>({padding:0,".MuiSvgIcon-root":{width:12,height:12}})),he=styled(Le)(({theme:e})=>({width:"100%",height:36,padding:"8px 8px 8px 12px",borderRadius:4,backgroundColor:e.palette.common.white,border:"1px solid #F2F2F2",boxSizing:"border-box","&:hover":{borderColor:"#F2F2F2"},"&.Mui-focused":{borderColor:"#F2F2F2",backgroundColor:e.palette.common.white},"&:before, &:after":{display:"none"},"& input":{padding:0,fontSize:10},"& .MuiInputBase-input":{paddingRight:4}}));styled(Ke)(({theme:e})=>({opacity:1,paddingTop:0,paddingBottom:0,marginBottom:8,minHeight:"auto",pointerEvents:"none",backgroundColor:e.palette.common.white,"&:hover":{backgroundColor:e.palette.common.white},"&.Mui-focusVisible":{backgroundColor:e.palette.common.white},"&.Mui-disabled":{backgroundColor:e.palette.common.white,opacity:1}}));function M({name:e,helperText:n,getOptionValue:o,getOptionLabel:t,renderOption:l,isOptionEqualToValue:i,getOptionDisabled:c,showSearchInput:a=false,searchPlaceholder:p="Search",showCheckbox:x=true,options:h,...b$1}){let{control:u}=useFormContext(),[s,f]=useState(""),d=useMemo(()=>{if(!a||!s.trim())return h??[];let m=s.toLowerCase().trim();return (h??[]).filter(g=>{let r=(t?t(g):g?.label)??"";return String(r).toLowerCase().includes(m)})},[h,a,s,t]);return jsx(Controller,{name:e,control:u,defaultValue:[],render:({field:m,fieldState:g})=>jsxs(b,{...b$1,...m,options:d,getOptionLabel:t,hasError:!!g.error,helperText:n??g.error?.message,onChange:r=>m.onChange(r),MenuProps:{...b$1.MenuProps,autoFocus:false,disableEnforceFocus:true},children:[a&&jsx(ListSubheader,{disableSticky:true,sx:{backgroundColor:"#fff",pt:1,pb:1},children:jsx(he,{placeholder:p,value:s,onChange:r=>f(r.target.value),onKeyDown:r=>r.stopPropagation(),onKeyUp:r=>r.stopPropagation(),disableUnderline:true,fullWidth:true,inputProps:{"aria-label":p},endAdornment:jsx(Box,{component:"img",src:w$1,alt:"search",sx:{width:14,height:14,flexShrink:0}})})}),d?.map(r=>{let A=m.value?.some(F=>i?i(F,r):F?.id===r?.id),R=c?c(r):false,be=t?t(r):r.label,W=l?l(r):be;return jsx(MenuItem,{value:(o?o(r):r?.id)??"",disabled:R,sx:{fontSize:"12px",backgroundColor:F=>A?"#F8F8F8 !important":F.palette.common.white,"&.Mui-disabled":{opacity:1}},children:x?jsxs(Box,{sx:{display:"flex",alignItems:"center",width:"100%",gap:"8px"},children:[jsx(xe,{checked:A,sx:{...A&&R&&{"& svg rect":{fill:"#BDC1CC"}}}}),W]}):W},(o?o(r):r?.id)??"")})]})})}var Ze=M;var je=useForm;export{Fe as a,Ae as b,Ee as c,We as d,k as e,Te as f,Ue as g,Ze as h,je as i};
|
package/build/chunk-SPLSWWFD.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$2}from'./chunk-7QBMXFQ4.js';import {a as a$3}from'./chunk-4W6J54AY.js';import {a as a$1}from'./chunk-QTZ2AGMI.js';import {a as a$4}from'./chunk-NKNRVF6Q.js';import {a}from'./chunk-CNIYZZCP.js';import {ob,xb,w,vb,Ic}from'./chunk-NSFZTMX6.js';import re,{useState,useRef,useMemo}from'react';import {Box,CircularProgress,Typography}from'@mui/material';import le from'@mui/material/ClickAwayListener';import f from'@mui/material/Box';import j from'@mui/material/Input';import {styled}from'@mui/material/styles';import {jsxs,jsx}from'react/jsx-runtime';styled(a)(({theme:e})=>({fontSize:"10px",color:e.palette.grey[700],fontWeight:600,lineHeight:"10px"}));styled(a)(({theme:e})=>({fontSize:"11px",color:e.palette.text.primary,fontWeight:600,lineHeight:"14.3px",width:200}));styled(f)(()=>({display:"flex",flexDirection:"column",maxHeight:400,overflow:"auto",gap:"8px"}));var A=styled(j)(({theme:e})=>({width:"inherit",height:32,padding:"11px 12px",fontSize:"10px",borderRadius:"5px",backgroundColor:"#F9F9F9",border:"1px solid transparent","&.Mui-focused":{borderColor:e.palette.info.dark}}));styled(a$1)(()=>({padding:0,width:12,height:12,".MuiSvgIcon-root, img":{width:12,height:12}}));var L=styled(f)(()=>({display:"flex",flexDirection:"column",gap:"8px",padding:"4px"})),B=styled(f)(()=>({display:"flex",gap:"8px",padding:"4px",flexWrap:"wrap",paddingInlineEnd:"20px"})),M=styled(f)(({theme:e,maxWidth:p})=>({display:"flex",padding:"4px 8px 4px 6px",alignItems:"center",gap:"4px",borderRadius:"13px",backgroundColor:`${e.palette.info.dark}1a`,fontSize:"10px",fontWeight:500,cursor:"pointer",...p&&{maxWidth:`${p}%`}}));styled(a)(({theme:e})=>({display:"flex",gap:"8px",alignItems:"center",fontSize:"10px",fontWeight:500,color:e.palette.common.black,cursor:"pointer",padding:8}));var H=styled(f)(({theme:e})=>({width:"100%",flexDirection:"column",border:`1px solid ${e.palette.grey[100]}`,borderRadius:"4px",backgroundColor:e.palette.grey[400],minWidth:"89px",position:"relative"})),z=styled(f)(()=>({position:"absolute",right:8,bottom:13.5,width:15,height:15}));var D=(e,p,l)=>e.map(n=>{let c=n?.options.map(i=>{let S=i?.options?.filter(r=>l.some(m=>r?.[m]?.toLowerCase().includes(p.toLowerCase())));return {...i,options:S}}).filter(i=>i?.options?.length>0);return {...n,options:c}}).filter(n=>n?.options?.length>0);function N({childOption:e,selectedOptions:p,onChangeOptions:l}){let[n,c]=useState(null),i=r=>{l([...p||[],r]);},S=r=>{l(p?.filter(m=>m.value!==r.value)||[]);};return jsxs(a$2,{onMouseEnter:r=>{e.options?.length>0&&c(r.currentTarget);},onMouseLeave:()=>{n&&c(null);},children:[jsxs(Box,{sx:{display:"flex",gap:"12px",justifyContent:"space-between",flexGrow:1,alignItems:"center",maxWidth:"220px",minWidth:"89px"},children:[e.label,jsx("img",{src:ob,className:"arrow-icon",alt:"arrow"})]}),jsx(a$3,{sx:{maxHeight:"450px",overflow:"auto"},open:!!n,anchorEl:n,placement:"right-start",children:e.options?.map(r=>{let a=!!p?.find(d=>d.value===r.value);return jsx(a$2,{isSelected:a,onClick:d=>{d.stopPropagation(),d.preventDefault(),a?S(r):i(r);},children:jsx(Box,{sx:{flex:1,maxWidth:"220px",minWidth:"89px"},children:r.label})},r.value)})})]})}function G({parentOption:e,selectedOptions:p,onChangeOptions:l}){let[n,c]=useState(null);return jsxs(a$2,{onMouseEnter:i=>{e.options?.length>0&&c(i.currentTarget);},onMouseLeave:()=>{n&&c(null);},children:[jsxs(Box,{sx:{display:"flex",gap:"12px",justifyContent:"space-between",flexGrow:1,alignItems:"center",maxWidth:"340px",minWidth:"89px"},children:[e.label,jsx("img",{src:ob,className:"arrow-icon",alt:"arrow"})]}),jsx(a$3,{sx:{maxHeight:"450px",overflow:"auto"},open:!!n,anchorEl:n,placement:"right-start",children:e.options?.map(i=>jsx(N,{childOption:i,selectedOptions:p,onChangeOptions:l},i.label))})]})}function ae({nestedOptions:e,onChangeOptions:p,selectedOptions:l,placeholder:n,isLoading:c,searchBy:i=["label"],disabled:S}){let[r,m]=useState(null),[a,d]=useState(""),q=useRef(null),y=!!r,J=t=>{m(y?null:t.currentTarget);},K=()=>{m(null);},Q=()=>{a&&d("");},Y=useMemo(()=>a?D(e,a,i):e,[e,a,i]),Z=c?jsx(CircularProgress,{size:16}):jsx(a$4,{src:a?xb:w,alt:a?"close":"search",onClick:Q,sx:{width:12,height:12}}),x=Number(l?.length??0);return jsx(le,{onClickAway:()=>{y&&K();},children:jsxs(H,{id:"TriggerWrapper",onClick:t=>!S&&J(t),ref:q,children:[jsx(Typography,{color:"grey",sx:{cursor:"pointer",fontSize:"10px",padding:"4px"},component:"label",children:n}),x===0&&jsx(Typography,{sx:{fontWeight:500,fontSize:"11px",padding:"0px 4px 4px"},component:"p",children:"Please Select"}),jsx(z,{component:"img",src:vb,alt:"down arrow",sx:{...y&&{transform:"rotate(180deg)"}}}),!!x&&jsx(B,{id:"SelectedBadgesWrapper",children:x>0&&x<=2?l?.map(t=>jsxs(M,{maxWidth:90,children:[jsx(a$4,{src:Ic,alt:"blue-check",sx:{width:10,height:7.5}}),jsx("span",{children:t.label})]},t.value)):x>2&&l?.slice(0,2)?.map((t,b)=>jsxs(re.Fragment,{children:[jsxs(M,{maxWidth:90,children:[jsx(a$4,{src:Ic,alt:"blue-check",sx:{width:10,height:7.5}}),jsx("span",{children:t.label})]}),b===1&&jsx(M,{maxWidth:90,children:jsxs("span",{children:["+",x-2]})})]},t.value))}),jsx(a$3,{open:y,anchorEl:r,sx:{margin:"8px 0",maxHeight:330,overflow:"auto",maxWidth:"340px"},children:jsxs(L,{children:[jsx(A,{placeholder:n||"Select",endAdornment:Z,onClick:t=>{t.stopPropagation();},value:a,onChange:t=>{d(t.target.value);},disableUnderline:true,sx:{cursor:"default",width:"100%",backgroundColor:"white",border:"1px solid #F2F2F2",...e.length&&{marginBottom:"4px"},...a&&{cursor:"pointer"}}}),jsx(B,{children:l?.map(t=>jsxs(M,{sx:{maxWidth:"150px"},onClick:b=>{b.stopPropagation(),b.preventDefault(),p(l?.filter(_=>_.value!==t.value)||[]);},children:[jsx(a$4,{src:Ic,alt:"blue-check",sx:{width:10,height:7.5}}),jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:t.label}),jsx(a$4,{src:xb,alt:"close",sx:{width:9,height:9}})]},t.value))}),Y?.map(t=>jsx(G,{parentOption:t,selectedOptions:l,onChangeOptions:p},t.label))]})})]})})}var X=ae;var Qe=X;export{N as a,G as b,Qe as c};
|
package/build/chunk-SQRZEIOF.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-NKNRVF6Q.js';import {vb}from'./chunk-NSFZTMX6.js';import u from'react';import {AccordionDetails}from'@mui/material';import l from'@mui/material/Accordion/Accordion';import x from'@mui/material/AccordionActions/AccordionActions';import f from'@mui/material/AccordionSummary/AccordionSummary';import {styled}from'@mui/material/styles';import {jsxs,jsx}from'react/jsx-runtime';var i=styled(l)(({theme:o})=>({overflow:"hidden",border:"1px solid transparent",background:"#ffffff",borderRadius:"0px 0px 3px 3px",margin:0,"&:before":{content:"unset"},"&.Mui-expanded":{margin:0,border:`1px solid ${o.palette.divider}`}})),a=styled(f)(()=>({background:"#FBFBFB","&.Mui-expanded":{minHeight:"unset"},"& .MuiAccordionSummary-content":{display:"flex",flexDirection:"column"},".MuiAccordionSummary-content.Mui-expanded":{margin:"12px 0"}}));styled("section")(()=>({display:"flex",flexDirection:"column"}));var p=styled(x)(({theme:o})=>({borderTop:`1px solid ${o.palette.divider}`}));function m({Header:o,Footer:c,summarySx:s,...d}){return jsxs(i,{component:"section","data-testid":"AccordionAdapter",...d,children:[jsx(a,{expandIcon:jsx(a$1,{src:vb}),"aria-controls":"panel3-content",id:"panel3-header",sx:s,children:o}),jsx(AccordionDetails,{sx:{padding:0},children:d.children}),c&&jsx(p,{children:c})]})}m.displayName="AccordionAdapter";var A=u.memo(m);var k=A;export{k as a};
|