@tap-payments/os-micro-frontend-shared 0.1.439-test.1-test.2 → 0.1.439-test.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/AccordionAdapter/AccordionAdapter.js +23 -0
- package/build/components/AccordionAdapter/index.js +2 -1
- package/build/components/AccordionAdapter/style.js +38 -0
- package/build/components/AccountDropdown/Dropdown.js +17 -0
- package/build/components/AccountDropdown/index.js +2 -1
- package/build/components/AccountDropdown/style.js +26 -0
- package/build/components/ActionMenu/ActionMenu.js +101 -0
- package/build/components/ActionMenu/ActionMenuDropDown.js +24 -0
- package/build/components/ActionMenu/ActionMenuItem.js +20 -0
- package/build/components/ActionMenu/index.js +4 -0
- package/build/components/ActionMenu/style.js +179 -0
- package/build/components/ActionMenu/type.js +1 -0
- package/build/components/ActivityAreaChart/ActivityAreaChart.js +43 -0
- package/build/components/ActivityAreaChart/components/ChartTooltip.js +24 -0
- package/build/components/ActivityAreaChart/components/LoadingChart.js +18 -0
- package/build/components/ActivityAreaChart/components/index.js +2 -0
- package/build/components/ActivityAreaChart/index.js +4 -1
- package/build/components/ActivityAreaChart/styles.js +46 -0
- package/build/components/ActivityAreaChart/types.js +1 -0
- package/build/components/ActivityAreaChart/utils.js +27 -0
- package/build/components/Amount/TotalAmount/Loading.js +9 -0
- package/build/components/Amount/TotalAmount/TotalAmount.js +61 -0
- package/build/components/Amount/TotalAmount/index.js +1 -0
- package/build/components/Amount/TotalAmount/style.js +26 -0
- package/build/components/Amount/index.js +1 -1
- package/build/components/AmountConversionFilter/AmountConversionFilter.js +18 -0
- package/build/components/AmountConversionFilter/MultiSelectCurrencyFilter.js +39 -0
- package/build/components/AmountConversionFilter/index.js +1 -1
- package/build/components/AmountConversionFilter/style.js +47 -0
- package/build/components/AmountInput/AmountInput.js +44 -0
- package/build/components/AmountInput/index.js +2 -1
- package/build/components/AmountInput/style.js +30 -0
- package/build/components/AmountStatusChip/AmountStatusChip.js +20 -0
- package/build/components/AmountStatusChip/index.js +2 -1
- package/build/components/AmountStatusChip/style.js +13 -0
- package/build/components/AnimatedSpinnerIcon/AnimatedSpinnerIcon.js +7 -0
- package/build/components/AnimatedSpinnerIcon/index.js +2 -1
- package/build/components/AnimatedSpinnerIcon/style.js +8 -0
- package/build/components/AppServices/AppServices.js +82 -0
- package/build/components/AppServices/ServiceItem.js +36 -0
- package/build/components/AppServices/index.js +2 -1
- package/build/components/AppServices/style.js +33 -0
- package/build/components/AppServicesActionMenu/AppServicesActionMenu.js +44 -0
- package/build/components/AppServicesActionMenu/ServicesSubmenu.js +12 -0
- package/build/components/AppServicesActionMenu/index.js +3 -1
- package/build/components/AppServicesActionMenu/style.js +45 -0
- package/build/components/AppServicesActionMenu/types.js +1 -0
- package/build/components/AppServicesBar/AppServicesBar.js +18 -0
- package/build/components/AppServicesBar/index.js +3 -1
- package/build/components/AppServicesBar/style.js +6 -0
- package/build/components/AppWindowWrapper/AppWindow/AppWindow.js +82 -0
- package/build/components/AppWindowWrapper/AppWindow/constant.js +6 -0
- package/build/components/AppWindowWrapper/AppWindow/index.js +4 -0
- package/build/components/AppWindowWrapper/AppWindow/style.js +77 -0
- package/build/components/AppWindowWrapper/AppWindow/type.js +1 -0
- package/build/components/AppWindowWrapper/AppWindowWrapper.js +22 -0
- package/build/components/AppWindowWrapper/context/Provider.js +71 -0
- package/build/components/AppWindowWrapper/context/context.js +30 -0
- package/build/components/AppWindowWrapper/context/index.js +2 -0
- package/build/components/AppWindowWrapper/context/type.js +1 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.js +31 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +10 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.js +2 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.js +1 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/type.js +1 -0
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeader.js +23 -0
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeaderBase.js +20 -0
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/index.js +4 -0
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/type.js +1 -0
- package/build/components/AppWindowWrapper/index.js +7 -1
- package/build/components/AppWindowWrapper/type.js +1 -0
- package/build/components/AuthenticationTypeChip/AuthenticationTypeChip.js +21 -0
- package/build/components/AuthenticationTypeChip/constants.js +13 -0
- package/build/components/AuthenticationTypeChip/index.js +2 -1
- package/build/components/Autocomplete/Autocomplete.js +33 -0
- package/build/components/Autocomplete/index.js +1 -1
- package/build/components/Autocomplete/style.js +47 -0
- package/build/components/BackgroundAnimation/BackgroundAnimation.js +52 -0
- package/build/components/BackgroundAnimation/Blob/Blob.js +34 -0
- package/build/components/BackgroundAnimation/Blob/index.js +2 -0
- package/build/components/BackgroundAnimation/Blob/type.js +1 -0
- package/build/components/BackgroundAnimation/index.js +3 -1
- package/build/components/BetaBanner/BetaBanner.js +5 -0
- package/build/components/BetaBanner/index.js +2 -1
- package/build/components/BetaBanner/style.js +18 -0
- package/build/components/BrandLogo/BrandLogo.js +35 -0
- package/build/components/BrandLogo/Loading.js +3 -0
- package/build/components/BrandLogo/index.js +1 -1
- package/build/components/Button/Button.js +19 -0
- package/build/components/Button/PlusButton/PlusButton.js +21 -0
- package/build/components/Button/PlusButton/index.js +2 -0
- package/build/components/Button/StyledButton/StyledButton.js +20 -0
- package/build/components/Button/StyledButton/index.js +2 -0
- package/build/components/Button/StyledButton/style.js +13 -0
- package/build/components/Button/index.js +4 -1
- package/build/components/Button/style.js +23 -0
- package/build/components/Calender/Calender.js +71 -0
- package/build/components/Calender/index.js +2 -1
- package/build/components/Calender/style.js +171 -0
- package/build/components/CardEmptyState/CardEmptyState.js +20 -0
- package/build/components/CardEmptyState/index.js +2 -1
- package/build/components/CardEmptyState/style.js +35 -0
- package/build/components/CardEmptyState/type.js +1 -0
- package/build/components/CardHeadline/CardHeadline.js +15 -0
- package/build/components/CardHeadline/index.js +2 -1
- package/build/components/Checkbox/Checkbox.js +14 -0
- package/build/components/Checkbox/index.js +2 -1
- package/build/components/Chip/Chip.js +20 -0
- package/build/components/Chip/GroupIconChip.js +17 -0
- package/build/components/Chip/GroupIconChips.js +36 -0
- package/build/components/Chip/index.js +4 -1
- package/build/components/Chip/style.js +76 -0
- package/build/components/Chip/type.js +1 -0
- package/build/components/CircularProgressWithLabel/CircularProgressWithLabel.js +7 -0
- package/build/components/CircularProgressWithLabel/index.js +2 -1
- package/build/components/CircularProgressWithLabel/style.js +31 -0
- package/build/components/Collapse/Collapse.js +17 -0
- package/build/components/Collapse/index.js +2 -1
- package/build/components/ColorPicker/ColorPicker.js +35 -0
- package/build/components/ColorPicker/ColorPickerPanel.js +56 -0
- package/build/components/ColorPicker/ColorSchemeSelect.js +35 -0
- package/build/components/ColorPicker/HexaFields.js +83 -0
- package/build/components/ColorPicker/RGBAFields.js +37 -0
- package/build/components/ColorPicker/index.js +2 -1
- package/build/components/ColorPicker/style.d.ts +1 -1
- package/build/components/ColorPicker/style.js +157 -0
- package/build/components/ConfirmDialog/ConfirmDialog.js +8 -0
- package/build/components/ConfirmDialog/context/Provider.js +18 -0
- package/build/components/ConfirmDialog/context/context.js +14 -0
- package/build/components/ConfirmDialog/context/index.js +2 -0
- package/build/components/ConfirmDialog/hooks/index.js +1 -0
- package/build/components/ConfirmDialog/hooks/useDialog.js +22 -0
- package/build/components/ConfirmDialog/index.js +4 -1
- package/build/components/ConfirmDialog/styles.js +42 -0
- package/build/components/ConfirmDialog/type.js +1 -0
- package/build/components/ControlPanelContainer/ControlPanelContainer.js +5 -0
- package/build/components/ControlPanelContainer/index.js +2 -1
- package/build/components/ControlPanelContainer/style.js +9 -0
- package/build/components/CopyImage/CopyImage.js +11 -0
- package/build/components/CopyImage/index.js +2 -1
- package/build/components/CountBadge/CountBadge.js +51 -0
- package/build/components/CountBadge/CountBadgeAnimated.js +15 -0
- package/build/components/CountBadge/index.js +5 -1
- package/build/components/CountBadge/style.js +29 -0
- package/build/components/CountBadge/type.js +16 -0
- package/build/components/CountryFilter/CountryFilter.js +71 -0
- package/build/components/CountryFilter/index.js +1 -1
- package/build/components/CountryFilter/style.js +7 -0
- package/build/components/CountryFlag/CountryFlag.js +23 -0
- package/build/components/CountryFlag/index.js +2 -1
- package/build/components/CurrencyFilter/CurrencyFilter.js +27 -0
- package/build/components/CurrencyFilter/index.js +1 -1
- package/build/components/CurrencySymbol/CurrencySymbol.js +17 -0
- package/build/components/CurrencySymbol/index.js +2 -1
- package/build/components/CurrencySymbol/style.js +27 -0
- package/build/components/CustomBackdrop/CustomBackdrop.js +8 -0
- package/build/components/CustomBackdrop/index.js +2 -1
- package/build/components/CustomBackdrop/style.js +9 -0
- package/build/components/Customer/CustomerDropdown/CustomerDropdown.js +39 -0
- package/build/components/Customer/CustomerDropdown/index.js +1 -0
- package/build/components/Customer/CustomerDropdown/style.js +30 -0
- package/build/components/Customer/CustomerForms/CustomerEmailForm.js +76 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfo.js +72 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfoForm.js +74 -0
- package/build/components/Customer/CustomerForms/CustomerPhoneNumberForm.js +71 -0
- package/build/components/Customer/CustomerForms/index.js +9 -0
- package/build/components/Customer/CustomerForms/style.js +71 -0
- package/build/components/Customer/CustomerForms/validation.js +42 -0
- package/build/components/Customer/index.js +2 -1
- package/build/components/DateButton/DateButton.js +9 -0
- package/build/components/DateButton/index.js +2 -1
- package/build/components/DateFilter/DateFilter.js +32 -0
- package/build/components/DateFilter/index.js +1 -1
- package/build/components/DateFilter/style.js +100 -0
- package/build/components/DeviceIcon/DeviceIcon.js +29 -0
- package/build/components/DeviceIcon/constants.js +6 -0
- package/build/components/DeviceIcon/index.d.ts +1 -0
- package/build/components/DeviceIcon/index.js +4 -1
- package/build/components/DeviceIcon/style.js +18 -0
- package/build/components/DeviceIcon/utils.js +4 -0
- package/build/components/Dialog/Dialog.js +9 -0
- package/build/components/Dialog/components/DialogToolbar.js +31 -0
- package/build/components/Dialog/components/index.js +2 -0
- package/build/components/Dialog/constant.js +1 -0
- package/build/components/Dialog/index.js +4 -1
- package/build/components/Dialog/style.js +50 -0
- package/build/components/Discount/DiscountDropdown/DiscountDropdown.js +67 -0
- package/build/components/Discount/DiscountDropdown/index.js +2 -0
- package/build/components/Discount/DiscountDropdown/style.js +40 -0
- package/build/components/Discount/DiscountRateDropdown/DiscountRateDropdown.js +53 -0
- package/build/components/Discount/DiscountRateDropdown/index.js +2 -0
- package/build/components/Discount/DiscountRateDropdown/style.js +33 -0
- package/build/components/Discount/TotalDiscount/TotalDiscount.js +30 -0
- package/build/components/Discount/TotalDiscount/index.js +1 -0
- package/build/components/Discount/TotalDiscount/style.js +5 -0
- package/build/components/Discount/index.js +4 -1
- package/build/components/Discount/utils.js +12 -0
- package/build/components/DisplayAmount/DisplayAmount.js +21 -0
- package/build/components/DisplayAmount/index.js +2 -1
- package/build/components/DisplayAmount/style.js +14 -0
- package/build/components/DockButton/DockButton.js +27 -0
- package/build/components/DockButton/index.js +2 -1
- package/build/components/DockButton/style.js +25 -0
- package/build/components/DockButton/type.js +1 -0
- package/build/components/Dropdown2/Dropdown2.js +29 -0
- package/build/components/Dropdown2/index.js +2 -1
- package/build/components/Dropdown2/style.js +24 -0
- package/build/components/DropdownButton/ChevronIcon.js +16 -0
- package/build/components/DropdownButton/DropdownButton.js +50 -0
- package/build/components/DropdownButton/constants.js +5 -0
- package/build/components/DropdownButton/index.js +3 -1
- package/build/components/DropdownButton/style.js +70 -0
- package/build/components/DropdownButton/type.js +1 -0
- package/build/components/DropdownMenu/DropdownMenu.js +43 -0
- package/build/components/DropdownMenu/index.js +3 -0
- package/build/components/DropdownMenu/styles.js +158 -0
- package/build/components/DropdownMenu/type.js +1 -0
- package/build/components/Error/Error.js +20 -0
- package/build/components/Error/index.js +2 -1
- package/build/components/Error/style.js +13 -0
- package/build/components/ErrorBoundary/AppError.js +16 -0
- package/build/components/ErrorBoundary/ErrorBoundary.js +25 -0
- package/build/components/ErrorBoundary/index.js +2 -1
- package/build/components/ErrorBoundary/style.js +19 -0
- package/build/components/ErrorToast/ErrorToast.js +7 -0
- package/build/components/ErrorToast/index.js +2 -1
- package/build/components/ErrorToast/style.js +33 -0
- package/build/components/ErrorToast/type.d.ts +2 -1
- package/build/components/ErrorToast/type.js +1 -0
- package/build/components/ExpandableSideBar/ExpandableSideBar.js +35 -0
- package/build/components/ExpandableSideBar/constant.js +1 -0
- package/build/components/ExpandableSideBar/index.js +2 -1
- package/build/components/ExpandableSideBar/style.js +47 -0
- package/build/components/ExpandableSideBar/type.js +1 -0
- package/build/components/FileInputPreview/FileInputPreview.js +51 -0
- package/build/components/FileInputPreview/index.js +1 -1
- package/build/components/FileInputPreview/style.js +20 -0
- package/build/components/FileInputPreview/type.js +1 -0
- package/build/components/FileInputPreview/utils.js +14 -0
- package/build/components/FilePreview/FilePreview.js +18 -0
- package/build/components/FilePreview/index.js +3 -1
- package/build/components/FilePreview/style.js +55 -0
- package/build/components/FilePreview/type.js +1 -0
- package/build/components/FileUpload/FileUpload.js +41 -0
- package/build/components/FileUpload/index.js +2 -1
- package/build/components/FileUpload/style.js +106 -0
- package/build/components/FileUploader/FileUploader.js +13 -0
- package/build/components/FileUploader/index.js +2 -1
- package/build/components/FileUploader/style.js +55 -0
- package/build/components/FileUploader/type.js +1 -0
- package/build/components/FilterDropdown/FilterDropdown.d.ts +11 -4
- package/build/components/FilterDropdown/FilterDropdown.js +58 -0
- package/build/components/FilterDropdown/components/BrandItem/BrandItem.js +39 -0
- package/build/components/FilterDropdown/components/BrandItem/index.js +2 -0
- package/build/components/FilterDropdown/components/BrandItem/style.js +9 -0
- package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.js +54 -0
- package/build/components/FilterDropdown/components/CountriesItem/index.js +1 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.js +59 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/index.js +1 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.js +39 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.js +2 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.js +23 -0
- package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.js +60 -0
- package/build/components/FilterDropdown/components/MerchantItem/index.js +2 -0
- package/build/components/FilterDropdown/components/MerchantsFilterItem/MerchantsFilterItem.js +45 -0
- package/build/components/FilterDropdown/components/MerchantsFilterItem/index.js +4 -0
- package/build/components/FilterDropdown/components/MerchantsFilterItem/type.js +7 -0
- package/build/components/FilterDropdown/components/MerchantsFilterItem/utils.js +55 -0
- package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.js +68 -0
- package/build/components/FilterDropdown/components/RetailersItem/index.js +1 -0
- package/build/components/FilterDropdown/components/RetailersItem/style.js +8 -0
- package/build/components/FilterDropdown/components/index.js +6 -0
- package/build/components/FilterDropdown/index.js +3 -1
- package/build/components/FilterDropdown/style.js +73 -0
- package/build/components/FilterDropdown/type.js +1 -0
- package/build/components/FilteredIds/FilteredIds.js +16 -0
- package/build/components/FilteredIds/index.js +2 -1
- package/build/components/FilteredIds/style.js +33 -0
- package/build/components/FilteredIds/type.js +1 -0
- package/build/components/Filters/index.js +1 -1
- package/build/components/Filters/style.js +51 -0
- package/build/components/FlagDetails/FlagDetails.js +31 -0
- package/build/components/FlagDetails/index.js +2 -1
- package/build/components/FlippingCard/FlippingCard.js +7 -0
- package/build/components/FlippingCard/index.js +2 -1
- package/build/components/FlippingCard/style.js +26 -0
- package/build/components/HeatMap/HeatMap.js +20 -0
- package/build/components/HeatMap/constant.js +1 -0
- package/build/components/HeatMap/index.js +3 -1
- package/build/components/HeatMap/style.js +34 -0
- package/build/components/HeatMap/type.js +1 -0
- package/build/components/HeatMap/utils.js +9 -0
- package/build/components/IOSSwitch/IOSSwitch.js +7 -0
- package/build/components/IOSSwitch/index.js +2 -1
- package/build/components/IOSSwitch/styles.js +49 -0
- package/build/components/Icon/Icon.js +12 -0
- package/build/components/Icon/index.js +2 -1
- package/build/components/Icon/type.js +1 -0
- package/build/components/IconGallery/IconGallery.js +13 -0
- package/build/components/IconGallery/index.js +2 -1
- package/build/components/IconGallery/styles.js +21 -0
- package/build/components/IconGallery/type.js +1 -0
- package/build/components/IconWithBadge/IconWithBadge.js +21 -0
- package/build/components/IconWithBadge/index.js +2 -1
- package/build/components/IconWithBadge/style.js +11 -0
- package/build/components/IconWithBadge/type.js +1 -0
- package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.js +19 -0
- package/build/components/IconWithHoverOverlays/index.js +2 -1
- package/build/components/IconWithHoverOverlays/style.js +45 -0
- package/build/components/IconWithLabel/IconWithLabel.js +7 -0
- package/build/components/IconWithLabel/index.js +2 -1
- package/build/components/IconWithLabel/style.js +21 -0
- package/build/components/IconsDropdown/IconsDropdown.js +31 -0
- package/build/components/IconsDropdown/index.js +2 -1
- package/build/components/IconsDropdown/style.js +47 -0
- package/build/components/ImageWrapper/ImageWrapper.js +16 -0
- package/build/components/ImageWrapper/index.js +2 -1
- package/build/components/Input/Input.js +22 -0
- package/build/components/Input/index.js +2 -1
- package/build/components/Input/style.js +18 -0
- package/build/components/InputBase/AmountInputBase/AmountInputBase.js +30 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.js +50 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/index.js +2 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/style.js +42 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/InputNumber.js +24 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/index.js +3 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/style.js +24 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/type.js +1 -0
- package/build/components/InputBase/AmountInputBase/index.js +4 -0
- package/build/components/InputBase/AmountInputBase/style.js +26 -0
- package/build/components/InputBase/InputBase/InputBase.js +28 -0
- package/build/components/InputBase/InputBase/index.js +2 -0
- package/build/components/InputBase/InputBase/style.js +68 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.js +65 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/index.js +2 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/style.js +49 -0
- package/build/components/InputBase/PhoneInputBase/PhoneInputBase.js +27 -0
- package/build/components/InputBase/PhoneInputBase/index.js +3 -0
- package/build/components/InputBase/PhoneInputBase/style.js +23 -0
- package/build/components/InputBase/SelectBase/SelectBase.js +45 -0
- package/build/components/InputBase/SelectBase/SelectBaseMultiple.js +64 -0
- package/build/components/InputBase/SelectBase/index.js +3 -0
- package/build/components/InputBase/SelectBase/style.js +109 -0
- package/build/components/InputBase/index.js +4 -1
- package/build/components/InputNumber/InputNumber.js +40 -0
- package/build/components/InputNumber/index.js +2 -1
- package/build/components/InputNumber/style.js +20 -0
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +59 -0
- package/build/components/Inputs/CountriesDropDown/index.js +3 -0
- package/build/components/Inputs/CountriesDropDown/style.js +68 -0
- package/build/components/Inputs/FileInput/FileInput.js +13 -0
- package/build/components/Inputs/FileInput/index.js +2 -0
- package/build/components/Inputs/FileInput/style.js +41 -0
- package/build/components/Inputs/FileInput/type.js +1 -0
- package/build/components/Inputs/Input/Input.js +23 -0
- package/build/components/Inputs/Input/index.js +2 -0
- package/build/components/Inputs/Input/style.js +85 -0
- package/build/components/Inputs/Input/type.js +1 -0
- package/build/components/Inputs/SearchInput/SearchInput.js +24 -0
- package/build/components/Inputs/SearchInput/index.js +2 -0
- package/build/components/Inputs/SearchInput/styles.js +17 -0
- package/build/components/Inputs/Select/Select.js +67 -0
- package/build/components/Inputs/Select/index.js +2 -0
- package/build/components/Inputs/Select/style.js +24 -0
- package/build/components/Inputs/Select/type.js +1 -0
- package/build/components/Inputs/index.js +5 -1
- package/build/components/JSONViewer/JSONViewer.js +285 -0
- package/build/components/JSONViewer/JSONViewerList.js +10 -0
- package/build/components/JSONViewer/components/FooterButton/FooterButton.js +44 -0
- package/build/components/JSONViewer/components/FooterButton/index.js +2 -0
- package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.js +9 -0
- package/build/components/JSONViewer/components/JSONTitleBar/index.js +3 -0
- package/build/components/JSONViewer/components/JSONTitleBar/type.js +1 -0
- package/build/components/JSONViewer/components/index.js +2 -0
- package/build/components/JSONViewer/context/Provider.js +44 -0
- package/build/components/JSONViewer/context/context.js +7 -0
- package/build/components/JSONViewer/context/index.js +2 -0
- package/build/components/JSONViewer/hooks/index.js +1 -0
- package/build/components/JSONViewer/hooks/useJsonViewerContext.js +18 -0
- package/build/components/JSONViewer/index.js +7 -1
- package/build/components/JSONViewer/style.js +176 -0
- package/build/components/JSONViewer/type.js +1 -0
- package/build/components/LabeledIconDropdown/LabeledIconDropdown.js +51 -0
- package/build/components/LabeledIconDropdown/index.js +2 -1
- package/build/components/LabeledIconDropdown/style.js +104 -0
- package/build/components/LanguageDropdown/LanguageDropdown.js +24 -0
- package/build/components/LanguageDropdown/index.js +2 -1
- package/build/components/LanguageDropdown/style.js +5 -0
- package/build/components/LazyImage/LazyImage.js +39 -0
- package/build/components/LazyImage/index.js +3 -1
- package/build/components/LeftPeekRightExpandingChip/LeftPeekRightExpandingChip.js +30 -0
- package/build/components/LeftPeekRightExpandingChip/index.js +2 -1
- package/build/components/LeftPeekRightExpandingChip/style.js +65 -0
- package/build/components/LeftPeekRightExpandingChip/type.js +1 -0
- package/build/components/LeftPeekRightExpandingChip/useLeftPeekRightExpandingChip.js +134 -0
- package/build/components/ListColumnFilter/ListColumnFilter.js +36 -0
- package/build/components/ListColumnFilter/index.js +1 -1
- package/build/components/ListColumnFilter/style.js +35 -0
- package/build/components/ListLayout/ListLayout.js +20 -0
- package/build/components/ListLayout/index.js +2 -1
- package/build/components/ListLayout/styles.js +9 -0
- package/build/components/Loader/Loader.js +7 -0
- package/build/components/Loader/index.js +2 -1
- package/build/components/Loader/style.js +15 -0
- package/build/components/Loaders/TapLoader.js +29 -0
- package/build/components/Loaders/index.js +2 -1
- package/build/components/MFWidgetLoader/DefaultMFWidgetLoader.js +12 -0
- package/build/components/MFWidgetLoader/MFWidgetLoader.js +10 -0
- package/build/components/MFWidgetLoader/ReportsMFWidgetLoader.js +8 -0
- package/build/components/MFWidgetLoader/index.js +2 -1
- package/build/components/MUIThemeProvider/MUIThemeProvider.js +9 -0
- package/build/components/MUIThemeProvider/index.js +2 -1
- package/build/components/MainContainer/MainContainer.js +8 -0
- package/build/components/MainContainer/index.js +2 -1
- package/build/components/MaskedText/MaskedText.js +9 -0
- package/build/components/MaskedText/index.js +2 -1
- package/build/components/MaskedText/type.js +1 -0
- package/build/components/Menu/Menu.js +29 -0
- package/build/components/Menu/index.js +2 -1
- package/build/components/Menu/style.js +23 -0
- package/build/components/MenuItem/MenuItem.js +21 -0
- package/build/components/MenuItem/index.js +2 -1
- package/build/components/MenuItem/style.js +30 -0
- package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.js +38 -0
- package/build/components/MerchantCurrencyDropdown/SelectedCurrency.js +6 -0
- package/build/components/MerchantCurrencyDropdown/index.js +1 -1
- package/build/components/MerchantCurrencyDropdown/style.js +64 -0
- package/build/components/MerchantLogo/MerchantLogo.js +17 -0
- package/build/components/MerchantLogo/index.js +1 -1
- package/build/components/MerchantLogo/style.js +13 -0
- package/build/components/MerchantsDropdown/BrandItem.js +71 -0
- package/build/components/MerchantsDropdown/EntityItem.js +69 -0
- package/build/components/MerchantsDropdown/EntityList.js +7 -0
- package/build/components/MerchantsDropdown/MerchantItem.js +27 -0
- package/build/components/MerchantsDropdown/MerchantsDropdown.js +67 -0
- package/build/components/MerchantsDropdown/MerchantsList.js +18 -0
- package/build/components/MerchantsDropdown/hooks.js +54 -0
- package/build/components/MerchantsDropdown/index.js +1 -1
- package/build/components/MerchantsDropdown/style.js +155 -0
- package/build/components/MerchantsDropdown/type.js +1 -0
- package/build/components/MultiDatakeyDonut/MultiDatakeyDonut.d.ts +12 -0
- package/build/components/MultiDatakeyDonut/MultiDatakeyDonut.js +19 -0
- package/build/components/MultiDatakeyDonut/index.d.ts +1 -0
- package/build/components/MultiDatakeyDonut/index.js +1 -0
- package/build/components/MultiDatakeyDonut/style.d.ts +10 -0
- package/build/components/MultiDatakeyDonut/style.js +23 -0
- package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.js +32 -0
- package/build/components/MultiSelectDropdownButton/components/StatusButton.js +34 -0
- package/build/components/MultiSelectDropdownButton/index.js +3 -1
- package/build/components/MultiSelectDropdownButton/style.js +8 -0
- package/build/components/MultiSelectDropdownButton/type.js +1 -0
- package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.js +93 -0
- package/build/components/MultiSelectStatusButton/index.js +2 -1
- package/build/components/MultiSelectStatusButton/style.js +77 -0
- package/build/components/MultiSelectStatusButton/type.js +1 -0
- package/build/components/MultiSelectWithSearch/ChildMenuItem.js +45 -0
- package/build/components/MultiSelectWithSearch/MultiSelectWithSearch.js +52 -0
- package/build/components/MultiSelectWithSearch/ParentMenuItem.js +27 -0
- package/build/components/MultiSelectWithSearch/index.js +4 -1
- package/build/components/MultiSelectWithSearch/style.js +88 -0
- package/build/components/MultiSelectWithSearch/type.js +1 -0
- package/build/components/MultiSelectWithSearch/utils.js +12 -0
- package/build/components/NestedDropdown/Dropdown.js +60 -0
- package/build/components/NestedDropdown/NestedDropdown.js +49 -0
- package/build/components/NestedDropdown/NestedMenuItem.js +48 -0
- package/build/components/NestedDropdown/index.js +5 -1
- package/build/components/NestedDropdown/styles.js +100 -0
- package/build/components/NestedDropdown/types.js +1 -0
- package/build/components/NoInternet/NoInternet.js +6 -0
- package/build/components/NoInternet/index.js +2 -1
- package/build/components/NoInternet/style.js +32 -0
- package/build/components/OTPInput/OTPInput.js +36 -0
- package/build/components/OTPInput/index.js +2 -1
- package/build/components/OTPInput/style.js +28 -0
- package/build/components/OpenFileInNewTab/OpenFileInNewTab.js +26 -0
- package/build/components/OpenFileInNewTab/index.js +1 -1
- package/build/components/OpenFileInNewTab/style.js +8 -0
- package/build/components/PartnersFilter/PartnersFilter.js +50 -0
- package/build/components/PartnersFilter/index.js +1 -1
- package/build/components/PaymentSourceFilter/AuthenticationMode.d.ts +7 -0
- package/build/components/PaymentSourceFilter/AuthenticationMode.js +59 -0
- package/build/components/PaymentSourceFilter/PaymentIcon.js +9 -0
- package/build/components/PaymentSourceFilter/PaymentInitiated.d.ts +1 -1
- package/build/components/PaymentSourceFilter/PaymentInitiated.js +29 -0
- package/build/components/PaymentSourceFilter/PaymentMethod.js +55 -0
- package/build/components/PaymentSourceFilter/PaymentMethods.js +50 -0
- package/build/components/PaymentSourceFilter/PaymentSchemes.js +54 -0
- package/build/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +1 -1
- package/build/components/PaymentSourceFilter/PaymentSourceFilter.js +16 -0
- package/build/components/PaymentSourceFilter/index.d.ts +5 -1
- package/build/components/PaymentSourceFilter/index.js +6 -1
- package/build/components/PaymentSourceFilter/style.js +22 -0
- package/build/components/PaymentSourceFilter/type.d.ts +1 -0
- package/build/components/PaymentSourceFilter/type.js +1 -0
- package/build/components/PhoneFilter/PhoneFilter.js +13 -0
- package/build/components/PhoneFilter/index.js +1 -1
- package/build/components/ProgressBar/ProgressBar.js +6 -0
- package/build/components/ProgressBar/index.js +2 -1
- package/build/components/ProgressBar/style.js +19 -0
- package/build/components/ProgressRing/LoadingSkeleton.js +6 -0
- package/build/components/ProgressRing/ProgressRing.js +17 -0
- package/build/components/ProgressRing/index.js +2 -1
- package/build/components/ProgressRing/style.js +37 -0
- package/build/components/RFH/Forms/DefaultForm.js +7 -0
- package/build/components/RFH/Forms/index.js +1 -0
- package/build/components/RFH/Inputs/AmountInput/AmountInput.js +35 -0
- package/build/components/RFH/Inputs/AmountInput/index.js +3 -0
- package/build/components/RFH/Inputs/AmountInput/type.js +1 -0
- package/build/components/RFH/Inputs/AmountInput/utils.js +3 -0
- package/build/components/RFH/Inputs/FormInput/FormInput.js +32 -0
- package/build/components/RFH/Inputs/FormInput/index.js +2 -0
- package/build/components/RFH/Inputs/FormSelect/FormSelect.js +25 -0
- package/build/components/RFH/Inputs/FormSelect/index.js +2 -0
- package/build/components/RFH/Inputs/FormSelect/type.js +1 -0
- package/build/components/RFH/Inputs/MultiSelect/MultiSelect.d.ts +9 -1
- package/build/components/RFH/Inputs/MultiSelect/MultiSelect.js +66 -0
- package/build/components/RFH/Inputs/MultiSelect/index.js +2 -0
- package/build/components/RFH/Inputs/MultiSelect/style.d.ts +5 -0
- package/build/components/RFH/Inputs/MultiSelect/style.js +56 -0
- package/build/components/RFH/Inputs/PhoneInput/PhoneInput.js +30 -0
- package/build/components/RFH/Inputs/PhoneInput/index.js +2 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.js +62 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/index.js +2 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/style.js +70 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/type.js +1 -0
- package/build/components/RFH/Inputs/Switch/Switch.js +22 -0
- package/build/components/RFH/Inputs/Switch/index.js +2 -0
- package/build/components/RFH/Inputs/index.js +7 -0
- package/build/components/RFH/hooks/index.js +1 -0
- package/build/components/RFH/hooks/useRFHForm.js +2 -0
- package/build/components/RFH/index.js +3 -1
- package/build/components/RadioButton/RadioButton.js +19 -0
- package/build/components/RadioButton/index.js +1 -1
- package/build/components/RadioButton/style.js +64 -0
- package/build/components/RadioButton/type.js +1 -0
- package/build/components/RadioGroup/RadioGroup.js +38 -0
- package/build/components/RadioGroup/index.js +1 -1
- package/build/components/RadioGroup/style.js +16 -0
- package/build/components/RadioGroup/type.js +1 -0
- package/build/components/RangeCalender/RangeCalender.js +99 -0
- package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.js +40 -0
- package/build/components/RangeCalender/components/CustomTimepicker/index.js +2 -0
- package/build/components/RangeCalender/components/CustomTimepicker/style.js +132 -0
- package/build/components/RangeCalender/components/GroupBy/GroupBy.js +33 -0
- package/build/components/RangeCalender/components/GroupBy/index.js +2 -0
- package/build/components/RangeCalender/components/GroupBy/style.js +39 -0
- package/build/components/RangeCalender/components/Hijri/Hijri.js +13 -0
- package/build/components/RangeCalender/components/Hijri/index.js +2 -0
- package/build/components/RangeCalender/components/Hijri/style.js +25 -0
- package/build/components/RangeCalender/components/QuickFilters/QuickFilters.js +47 -0
- package/build/components/RangeCalender/components/QuickFilters/index.js +2 -0
- package/build/components/RangeCalender/components/QuickFilters/style.js +27 -0
- package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.js +31 -0
- package/build/components/RangeCalender/components/RangeDatepicker/index.js +3 -0
- package/build/components/RangeCalender/components/RangeDatepicker/style.js +9 -0
- package/build/components/RangeCalender/components/RangeDatepicker/type.js +1 -0
- package/build/components/RangeCalender/components/Timezone/Timezone.js +32 -0
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.js +38 -0
- package/build/components/RangeCalender/components/Timezone/components/UserTimezone.js +14 -0
- package/build/components/RangeCalender/components/Timezone/index.js +2 -0
- package/build/components/RangeCalender/components/Timezone/style.js +61 -0
- package/build/components/RangeCalender/index.js +2 -1
- package/build/components/RangeCalender/style.js +193 -0
- package/build/components/RangeCalender/type.js +1 -0
- package/build/components/RangeCalender/utils.js +26 -0
- package/build/components/ReceiptsViewer/ReceiptViewer.js +16 -0
- package/build/components/ReceiptsViewer/ReceiptsViewer.js +7 -0
- package/build/components/ReceiptsViewer/index.js +1 -1
- package/build/components/ReceiptsViewer/style.js +7 -0
- package/build/components/ReceiptsViewer/type.js +1 -0
- package/build/components/ReferenceTypeFilter/ReferenceTypeFilter.js +36 -0
- package/build/components/ReferenceTypeFilter/index.js +1 -1
- package/build/components/ReferenceTypeFilter/style.js +34 -0
- package/build/components/ResizableHeightInput/ResizableHeightInput.js +24 -0
- package/build/components/ResizableHeightInput/index.js +2 -1
- package/build/components/ResizableHeightInput/style.js +12 -0
- package/build/components/RightLeftExpandingCenterChip/RightLeftExpandingCenterChip.js +113 -0
- package/build/components/RightLeftExpandingCenterChip/index.js +2 -1
- package/build/components/RightLeftExpandingCenterChip/style.js +130 -0
- package/build/components/RightLeftExpandingCenterChip/type.js +1 -0
- package/build/components/RightLeftExpandingCenterChip/useRightLeftExpandingCenterChip.js +233 -0
- package/build/components/Routes/PrivateRoute.js +10 -0
- package/build/components/Routes/PublicRoute.js +6 -0
- package/build/components/Routes/index.js +3 -1
- package/build/components/SalesChannelFilter/SalesChannelFilter.js +56 -0
- package/build/components/SalesChannelFilter/index.js +1 -1
- package/build/components/SalesChannelFilter/style.js +29 -0
- package/build/components/Sandbox/Sandbox.js +10 -0
- package/build/components/Sandbox/index.js +2 -1
- package/build/components/Sandbox/style.js +58 -0
- package/build/components/ScrollLoader/ScrollLoader.js +69 -0
- package/build/components/ScrollLoader/index.js +3 -1
- package/build/components/SearchButton/SearchButton.js +57 -0
- package/build/components/SearchButton/index.js +2 -1
- package/build/components/SearchButton/styles.js +44 -0
- package/build/components/SearchListInput/SearchListInput.js +20 -0
- package/build/components/SearchListInput/index.js +2 -1
- package/build/components/SearchListInput/style.js +15 -0
- package/build/components/SelectDropdown/SelectDropdown.js +18 -0
- package/build/components/SelectDropdown/index.js +2 -1
- package/build/components/SelectDropdown/style.js +18 -0
- package/build/components/SelectWithSearch/SelectWithSearch.js +61 -0
- package/build/components/SelectWithSearch/index.js +3 -1
- package/build/components/SelectWithSearch/style.js +70 -0
- package/build/components/SelectWithSearch/type.js +1 -0
- package/build/components/SimpleDialog/SimpleDialog.js +9 -0
- package/build/components/SimpleDialog/index.js +2 -0
- package/build/components/SimpleDialog/style.js +13 -0
- package/build/components/SimpleDialog/type.js +1 -0
- package/build/components/Skeleton/Skeleton.js +19 -0
- package/build/components/Skeleton/index.js +2 -1
- package/build/components/SplashScreen/SplashScreen.js +17 -0
- package/build/components/SplashScreen/index.js +2 -1
- package/build/components/StatusBar/StatusBar.js +54 -0
- package/build/components/StatusBar/index.js +2 -1
- package/build/components/StatusBar/type.js +1 -0
- package/build/components/StatusButton/ChevronIcon.js +18 -0
- package/build/components/StatusButton/StatusButton.js +94 -0
- package/build/components/StatusButton/constant.js +30 -0
- package/build/components/StatusButton/index.js +3 -1
- package/build/components/StatusButton/style.js +92 -0
- package/build/components/StatusButton/type.js +1 -0
- package/build/components/StatusChip/StatusChip.js +58 -0
- package/build/components/StatusChip/index.js +2 -1
- package/build/components/StatusChip/style.js +37 -0
- package/build/components/StatusChip/type.js +1 -0
- package/build/components/StatusChipWithCopy/StatusChipWithCopy.js +23 -0
- package/build/components/StatusChipWithCopy/index.js +4 -1
- package/build/components/StatusChipWithCopy/utils.js +4 -0
- package/build/components/StatusFilter/StatusFilter.js +88 -0
- package/build/components/StatusFilter/index.js +1 -1
- package/build/components/StatusFilter/utils.js +10 -0
- package/build/components/StatusGroupChips/StatusGroupChips.js +24 -0
- package/build/components/StatusGroupChips/index.js +1 -1
- package/build/components/StatusGroupChips/style.js +17 -0
- package/build/components/StatusGroupChips/type.js +1 -0
- package/build/components/StatusIcons/AgreementIcon/AgreementIcon.js +34 -0
- package/build/components/StatusIcons/AgreementIcon/constant.js +32 -0
- package/build/components/StatusIcons/AgreementIcon/index.js +3 -0
- package/build/components/StatusIcons/AgreementIcon/style.js +37 -0
- package/build/components/StatusIcons/AgreementIcon/type.js +1 -0
- package/build/components/StatusIcons/AuthIcons/AuthIcons.js +45 -0
- package/build/components/StatusIcons/AuthIcons/constants.js +35 -0
- package/build/components/StatusIcons/AuthIcons/index.js +3 -0
- package/build/components/StatusIcons/AuthIcons/style.js +61 -0
- package/build/components/StatusIcons/AuthIcons/type.js +14 -0
- package/build/components/StatusIcons/AuthIcons/utils.js +8 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.js +82 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.js +85 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/constant.js +5 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/index.js +4 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.js +58 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/type.js +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/utils.js +9 -0
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +20 -0
- package/build/components/StatusIcons/AuthorizedIcon/index.js +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +58 -0
- package/build/components/StatusIcons/ChargeStatusIcon/index.js +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.js +113 -0
- package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.js +11 -0
- package/build/components/StatusIcons/CustomerInitiated/index.js +1 -0
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +22 -0
- package/build/components/StatusIcons/DestinationIcon/constant.js +7 -0
- package/build/components/StatusIcons/DestinationIcon/index.js +1 -0
- package/build/components/StatusIcons/DestinationIcon/style.js +20 -0
- package/build/components/StatusIcons/DeviceIcon/DeviceIcon.js +7 -0
- package/build/components/StatusIcons/DeviceIcon/index.js +1 -0
- package/build/components/StatusIcons/DisputeIcon/DisputeIcon.js +9 -0
- package/build/components/StatusIcons/DisputeIcon/index.js +1 -0
- package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +17 -0
- package/build/components/StatusIcons/GeographyIcon/index.js +1 -0
- package/build/components/StatusIcons/GeographyIcon/style.js +23 -0
- package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +9 -0
- package/build/components/StatusIcons/IssuerIcon/index.js +3 -0
- package/build/components/StatusIcons/IssuerIcon/style.js +10 -0
- package/build/components/StatusIcons/IssuerIcon/type.js +1 -0
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +17 -0
- package/build/components/StatusIcons/PayoutIcon/index.js +1 -0
- package/build/components/StatusIcons/RefundIcon/RefundIcon.js +59 -0
- package/build/components/StatusIcons/RefundIcon/index.js +2 -0
- package/build/components/StatusIcons/SourceIcons/SourceIcons.js +38 -0
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +13 -0
- package/build/components/StatusIcons/SourceIcons/components/index.js +1 -0
- package/build/components/StatusIcons/SourceIcons/index.js +3 -0
- package/build/components/StatusIcons/SourceIcons/style.js +57 -0
- package/build/components/StatusIcons/SourceIcons/type.js +1 -0
- package/build/components/StatusIcons/SourceIcons/utils.js +8 -0
- package/build/components/StatusIcons/index.js +14 -1
- package/build/components/StatusLabel/StatusLabel.js +10 -0
- package/build/components/StatusLabel/index.js +2 -1
- package/build/components/StatusLabel/style.js +20 -0
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +97 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconColumn.js +51 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.js +21 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionsColumn.js +74 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/index.js +3 -0
- package/build/components/TableCells/CustomCells/ActionCell/constant.js +29 -0
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +37 -0
- package/build/components/TableCells/CustomCells/ActionCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.js +29 -0
- package/build/components/TableCells/CustomCells/ActionCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +51 -0
- package/build/components/TableCells/CustomCells/AgreementCell/constant.js +32 -0
- package/build/components/TableCells/CustomCells/AgreementCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AgreementCell/style.js +59 -0
- package/build/components/TableCells/CustomCells/AgreementCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +24 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellSheet.js +10 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellText.js +23 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/AmountConversionTooltipLabel.js +15 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.js +7 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.js +8 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/index.js +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/index.js +5 -0
- package/build/components/TableCells/CustomCells/AmountCell/style.js +37 -0
- package/build/components/TableCells/CustomCells/AmountCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.js +57 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.js +51 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AppsCell/AppsCell.js +25 -0
- package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AppsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +30 -0
- package/build/components/TableCells/CustomCells/AuthCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AuthCell/style.js +15 -0
- package/build/components/TableCells/CustomCells/AuthCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +66 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/constant.js +50 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.js +65 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +31 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.js +20 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +24 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.js +9 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.js +36 -0
- package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AvatarCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +60 -0
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCellSheet.js +10 -0
- package/build/components/TableCells/CustomCells/BalanceCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.js +39 -0
- package/build/components/TableCells/CustomCells/BalanceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/utils.js +9 -0
- package/build/components/TableCells/CustomCells/BankCell/BankCell.js +26 -0
- package/build/components/TableCells/CustomCells/BankCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BankCell/style.js +37 -0
- package/build/components/TableCells/CustomCells/BankCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +10 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/style.js +14 -0
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +28 -0
- package/build/components/TableCells/CustomCells/BrandCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BrandCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/BrandCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.js +21 -0
- package/build/components/TableCells/CustomCells/BrandsCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BrandsCell/style.js +31 -0
- package/build/components/TableCells/CustomCells/BrandsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.js +39 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +55 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/constant.js +6 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.js +36 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +32 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.js +5 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +6 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/style.js +12 -0
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +46 -0
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCellSheet.js +8 -0
- package/build/components/TableCells/CustomCells/CustomerCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/CustomerCell/style.js +24 -0
- package/build/components/TableCells/CustomCells/CustomerCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DateCell/DateCell.js +26 -0
- package/build/components/TableCells/CustomCells/DateCell/DateViewer.js +29 -0
- package/build/components/TableCells/CustomCells/DateCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/DateCell/style.js +7 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +27 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellSheet.js +31 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellText.js +35 -0
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +4 -0
- package/build/components/TableCells/CustomCells/DestinationCell/styled.js +68 -0
- package/build/components/TableCells/CustomCells/DestinationCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DestinationCell/utils.js +12 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +25 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.js +7 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +21 -0
- package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DeviceCell/style.js +7 -0
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +29 -0
- package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.js +43 -0
- package/build/components/TableCells/CustomCells/DueDateCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/utils.js +53 -0
- package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +23 -0
- package/build/components/TableCells/CustomCells/EntityCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/EntityCell/style.js +28 -0
- package/build/components/TableCells/CustomCells/EntityCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/IDButton/IDButton.js +44 -0
- package/build/components/TableCells/CustomCells/IDButton/index.js +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.js +15 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.js +21 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/style.js +51 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +33 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.js +7 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/ChargeStatusIcon.js +18 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +69 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.js +17 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.js +50 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.js +40 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/LeadStatusCell.js +25 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/constant.js +9 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/style.js +12 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/LinkCell.js +23 -0
- package/build/components/TableCells/CustomCells/LinkCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/style.js +12 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.js +28 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.js +18 -0
- package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +27 -0
- package/build/components/TableCells/CustomCells/OrderCell/OrderCellSheet.js +20 -0
- package/build/components/TableCells/CustomCells/OrderCell/constant.js +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.js +32 -0
- package/build/components/TableCells/CustomCells/OrdersCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/PaymentAgreementCellSheet.js +21 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/constant.js +6 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +35 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +20 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.js +18 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +32 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.js +12 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +63 -0
- package/build/components/TableCells/CustomCells/ProductsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.js +58 -0
- package/build/components/TableCells/CustomCells/ProductsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ProviderCell/ProviderCell.js +23 -0
- package/build/components/TableCells/CustomCells/ProviderCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/ProviderCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ProviderCell/style.js +19 -0
- package/build/components/TableCells/CustomCells/ProviderCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/PurposeCell/PurposeCell.js +20 -0
- package/build/components/TableCells/CustomCells/PurposeCell/constants.js +21 -0
- package/build/components/TableCells/CustomCells/PurposeCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/PurposeCell/style.js +35 -0
- package/build/components/TableCells/CustomCells/PurposeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +11 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellSheet.js +5 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellText.js +5 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +43 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/constant.js +7 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.js +60 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +96 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/constant.js +14 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.js +39 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/utils.js +9 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +36 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +15 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +60 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.js +10 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +3 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/constant.js +20 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.js +54 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.js +71 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.js +40 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCellSheet.js +54 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.js +60 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/utils.js +69 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +53 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/constant.js +8 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.js +51 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/utils.js +14 -0
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +26 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.d.ts +2 -2
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.js +9 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.js +13 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.js +6 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/index.js +5 -0
- package/build/components/TableCells/CustomCells/SourceCell/constant.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.js +12 -0
- package/build/components/TableCells/CustomCells/SourceCell/type.js +13 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +42 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellSheet.js +21 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellText.js +42 -0
- package/build/components/TableCells/CustomCells/StatusCell/constant.js +93 -0
- package/build/components/TableCells/CustomCells/StatusCell/index.js +4 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.js +69 -0
- package/build/components/TableCells/CustomCells/StatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/StatusCell/useStatusCell.js +8 -0
- package/build/components/TableCells/CustomCells/StatusCell/utils.js +9 -0
- package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.js +6 -0
- package/build/components/TableCells/CustomCells/TextTableCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TextTableCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +29 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.js +31 -0
- package/build/components/TableCells/CustomCells/TextWithChipCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +33 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/constant.js +9 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +26 -0
- package/build/components/TableCells/CustomCells/WalletCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/WalletCell/style.js +26 -0
- package/build/components/TableCells/CustomCells/WalletCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/index.js +56 -0
- package/build/components/TableCells/CustomCells/style.js +140 -0
- package/build/components/TableCells/CustomCells/type.js +15 -0
- package/build/components/TableCells/TableCell.js +19 -0
- package/build/components/TableCells/index.js +3 -1
- package/build/components/TableCells/style.js +18 -0
- package/build/components/TableCells/type.js +1 -0
- package/build/components/TableHeader/FiltersRow.js +24 -0
- package/build/components/TableHeader/FiltersRowWrapper.js +18 -0
- package/build/components/TableHeader/TableHeader.js +22 -0
- package/build/components/TableHeader/TableHeaderWrapper.js +18 -0
- package/build/components/TableHeader/TableModeButton.js +11 -0
- package/build/components/TableHeader/TableView/ColumnItem.js +29 -0
- package/build/components/TableHeader/TableView/CreateViewDialog.js +91 -0
- package/build/components/TableHeader/TableView/CustomViews.js +21 -0
- package/build/components/TableHeader/TableView/DefaultViews.js +22 -0
- package/build/components/TableHeader/TableView/TableView.js +54 -0
- package/build/components/TableHeader/TableView/ViewsDropdown.js +155 -0
- package/build/components/TableHeader/TableView/ViewsMenu.js +41 -0
- package/build/components/TableHeader/TableView/components/ColumnList.js +70 -0
- package/build/components/TableHeader/TableView/components/ViewsSubmenu.js +68 -0
- package/build/components/TableHeader/TableView/components/index.js +2 -0
- package/build/components/TableHeader/TableView/constants.js +25 -0
- package/build/components/TableHeader/TableView/hooks/index.js +10 -0
- package/build/components/TableHeader/TableView/hooks/useColumnItem.js +29 -0
- package/build/components/TableHeader/TableView/hooks/useCreateViewDialog.js +92 -0
- package/build/components/TableHeader/TableView/hooks/useCustomTableViews.js +126 -0
- package/build/components/TableHeader/TableView/hooks/useDialogPosition.js +16 -0
- package/build/components/TableHeader/TableView/hooks/useNestedSubmenu.js +27 -0
- package/build/components/TableHeader/TableView/hooks/useOriginalColumns.js +18 -0
- package/build/components/TableHeader/TableView/hooks/useSubMenu.js +31 -0
- package/build/components/TableHeader/TableView/hooks/useSubmenuHover.js +42 -0
- package/build/components/TableHeader/TableView/hooks/useViewColumns.js +45 -0
- package/build/components/TableHeader/TableView/hooks/useViewsManager.js +32 -0
- package/build/components/TableHeader/TableView/hooks/useViewsMenu.js +152 -0
- package/build/components/TableHeader/TableView/index.js +10 -0
- package/build/components/TableHeader/TableView/styles.js +427 -0
- package/build/components/TableHeader/TableView/types.js +1 -0
- package/build/components/TableHeader/TableView/utils/columnState.js +187 -0
- package/build/components/TableHeader/TableView/utils/index.js +5 -0
- package/build/components/TableHeader/TableView/utils/layoutTransform.js +71 -0
- package/build/components/TableHeader/TableView/utils/templateState.js +30 -0
- package/build/components/TableHeader/TableView/utils/templateToColumnsView.js +153 -0
- package/build/components/TableHeader/TableView/utils/viewMenu.js +89 -0
- package/build/components/TableHeader/data.js +7 -0
- package/build/components/TableHeader/index.js +9 -1
- package/build/components/TableHeader/style.js +43 -0
- package/build/components/TableHeader/type.js +1 -0
- package/build/components/TableReports/DownloadIconButton.js +20 -0
- package/build/components/TableReports/Downloads.js +24 -0
- package/build/components/TableReports/RecordLoading.js +6 -0
- package/build/components/TableReports/TableReports.js +53 -0
- package/build/components/TableReports/components/DownloadButton/DownloadButton.js +16 -0
- package/build/components/TableReports/components/DownloadButton/index.js +2 -0
- package/build/components/TableReports/components/DownloadButton/style.js +15 -0
- package/build/components/TableReports/hooks/index.js +1 -0
- package/build/components/TableReports/hooks/useDownloadReport.js +59 -0
- package/build/components/TableReports/index.js +7 -1
- package/build/components/TableReports/style.js +163 -0
- package/build/components/TableReports/type.js +1 -0
- package/build/components/TableReports/utils.js +32 -0
- package/build/components/TableView/CustomViews.js +80 -0
- package/build/components/TableView/DefaultViews.js +22 -0
- package/build/components/TableView/TableView.js +56 -0
- package/build/components/TableView/data.js +7 -0
- package/build/components/TableView/index.js +3 -1
- package/build/components/TableView/style.js +102 -0
- package/build/components/TapLogo/TapLogo.js +6 -0
- package/build/components/TapLogo/index.js +2 -1
- package/build/components/Text/Text.js +9 -0
- package/build/components/Text/index.js +2 -1
- package/build/components/Timepicker/Timepicker.js +87 -0
- package/build/components/Timepicker/constant.js +3 -0
- package/build/components/Timepicker/index.js +5 -1
- package/build/components/Timepicker/style.js +45 -0
- package/build/components/Timepicker/utils.js +28 -0
- package/build/components/Toaster/Toaster.js +12 -0
- package/build/components/Toaster/index.js +2 -1
- package/build/components/Toaster/style.js +15 -0
- package/build/components/ToggleButtons/ToggleButtons.js +6 -0
- package/build/components/ToggleButtons/index.js +3 -1
- package/build/components/ToggleButtons/style.js +25 -0
- package/build/components/ToggleButtons/type.js +1 -0
- package/build/components/ToggleView/ToggleView.js +32 -0
- package/build/components/ToggleView/ToggleWrapper.js +8 -0
- package/build/components/ToggleView/index.js +3 -1
- package/build/components/ToggleView/style.js +31 -0
- package/build/components/ToggleView/types.js +6 -0
- package/build/components/Toolbar/Toolbar.js +20 -0
- package/build/components/Toolbar/index.js +4 -1
- package/build/components/Toolbar/style.js +98 -0
- package/build/components/Toolbar/type.js +1 -0
- package/build/components/ToolbarIcon/CloseIcon/CloseIcon.js +6 -0
- package/build/components/ToolbarIcon/CloseIcon/index.js +1 -0
- package/build/components/ToolbarIcon/CloseIcon/style.js +7 -0
- package/build/components/ToolbarIcon/ExpandButton/ExpandButton.js +21 -0
- package/build/components/ToolbarIcon/ExpandButton/index.js +1 -0
- package/build/components/ToolbarIcon/ExpandButton/style.js +31 -0
- package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.js +18 -0
- package/build/components/ToolbarIcon/MaximizeIcon/index.js +1 -0
- package/build/components/ToolbarIcon/MaximizeIcon/style.js +7 -0
- package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.js +6 -0
- package/build/components/ToolbarIcon/MinimizeIcon/index.js +1 -0
- package/build/components/ToolbarIcon/MinimizeIcon/style.js +7 -0
- package/build/components/ToolbarIcon/index.js +4 -1
- package/build/components/ToolbarIcon/style.js +20 -0
- package/build/components/Tooltip/Tooltip.js +21 -0
- package/build/components/Tooltip/index.js +2 -0
- package/build/components/Tooltip/styles.js +34 -0
- package/build/components/TooltipChip/TooltipChip.js +20 -0
- package/build/components/TooltipChip/index.js +1 -1
- package/build/components/TooltipChip/style.js +7 -0
- package/build/components/TreeDropdown/TreeDropdown.js +67 -0
- package/build/components/TreeDropdown/TreeNodeItem/SelectionControl.js +17 -0
- package/build/components/TreeDropdown/TreeNodeItem/TreeNodeItem.js +64 -0
- package/build/components/TreeDropdown/TreeNodeItem/index.js +2 -0
- package/build/components/TreeDropdown/TreeNodeItem/style.js +46 -0
- package/build/components/TreeDropdown/TreeNodeList/List.js +17 -0
- package/build/components/TreeDropdown/TreeNodeList/TreeNodeList.js +36 -0
- package/build/components/TreeDropdown/TreeNodeList/index.js +2 -0
- package/build/components/TreeDropdown/TreeNodeList/style.js +60 -0
- package/build/components/TreeDropdown/context/TreeDropdownProvider.js +13 -0
- package/build/components/TreeDropdown/hooks/useSearch.js +38 -0
- package/build/components/TreeDropdown/hooks/useTreeDropdown.js +10 -0
- package/build/components/TreeDropdown/index.js +4 -1
- package/build/components/TreeDropdown/style.js +43 -0
- package/build/components/TreeDropdown/type.js +6 -0
- package/build/components/TreeDropdown/utils.js +161 -0
- package/build/components/VAT/TotalVAT/TotalVAT.js +33 -0
- package/build/components/VAT/TotalVAT/index.js +1 -0
- package/build/components/VAT/TotalVAT/style.js +5 -0
- package/build/components/VAT/VATDropdown/VATDropdown.js +34 -0
- package/build/components/VAT/VATDropdown/index.js +1 -0
- package/build/components/VAT/VATDropdown/style.js +32 -0
- package/build/components/VAT/VATRateDropdown/VATRateDropdown.js +38 -0
- package/build/components/VAT/VATRateDropdown/index.js +1 -0
- package/build/components/VAT/VATRateDropdown/style.js +30 -0
- package/build/components/VAT/index.js +4 -1
- package/build/components/VAT/utils.js +8 -0
- package/build/components/VerificationIcon/VerificationIcon.js +7 -0
- package/build/components/VerificationIcon/VerificationIconWithBg.js +15 -0
- package/build/components/VerificationIcon/constant.js +18 -0
- package/build/components/VerificationIcon/index.js +3 -1
- package/build/components/VerificationIcon/type.js +1 -0
- package/build/components/ViewColumnRadioFilter/ViewColumnRadioFilter.js +28 -0
- package/build/components/ViewColumnRadioFilter/index.js +1 -1
- package/build/components/ViewColumnRadioFilter/style.js +20 -0
- package/build/components/ViewColumnRadioFilter/type.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.js +141 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/LoadingMainTable.js +21 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/MainTable.js +19 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/NoDataView.js +13 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/PinnedColumn.js +24 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeader.js +12 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.js +62 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.js +56 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableNoData.js +32 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableRowLoading.js +45 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.js +37 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/index.js +9 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ColumnResize.js +41 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ResizeOverlay.js +10 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/index.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/constants.js +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/index.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResize.js +152 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.js +29 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/index.js +4 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/styles.js +55 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/index.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.js +127 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/index.js +7 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.js +73 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumnsWidths.js +15 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useSynchronizedScroll.js +30 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableData.js +41 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableDimensions.js +26 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableState.js +65 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.js +57 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/index.js +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/style.js +110 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/types.js +1 -0
- package/build/components/VirtualTables/VirtualTable/VirtualTable.js +113 -0
- package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.js +89 -0
- package/build/components/VirtualTables/components/ColumnFilter/ColumnFilter.js +46 -0
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.js +51 -0
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/index.js +2 -0
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.js +47 -0
- package/build/components/VirtualTables/components/ColumnFilter/List/List.js +61 -0
- package/build/components/VirtualTables/components/ColumnFilter/List/index.js +2 -0
- package/build/components/VirtualTables/components/ColumnFilter/index.js +5 -0
- package/build/components/VirtualTables/components/ColumnFilter/style.js +50 -0
- package/build/components/VirtualTables/components/ColumnFilter/type.js +1 -0
- package/build/components/VirtualTables/components/ColumnSort/ColumnSort.js +41 -0
- package/build/components/VirtualTables/components/ColumnSort/index.js +2 -0
- package/build/components/VirtualTables/components/ColumnSort/style.js +10 -0
- package/build/components/VirtualTables/components/EmptyList/EmptyList.js +23 -0
- package/build/components/VirtualTables/components/EmptyList/index.js +3 -0
- package/build/components/VirtualTables/components/EmptyList/styles.js +39 -0
- package/build/components/VirtualTables/components/ErrorList/ErrorList.js +23 -0
- package/build/components/VirtualTables/components/ErrorList/index.js +2 -0
- package/build/components/VirtualTables/components/ErrorList/styles.js +72 -0
- package/build/components/VirtualTables/components/RowErrorState.js +21 -0
- package/build/components/VirtualTables/components/TableError.js +22 -0
- package/build/components/VirtualTables/components/TableFooter/TableFooter.js +22 -0
- package/build/components/VirtualTables/components/TableFooter/index.js +2 -0
- package/build/components/VirtualTables/components/TableFooter/style.js +53 -0
- package/build/components/VirtualTables/components/TableHeader/TableHeader.js +10 -0
- package/build/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.js +16 -0
- package/build/components/VirtualTables/components/TableHeader/components/TableCell/index.js +2 -0
- package/build/components/VirtualTables/components/TableHeader/components/index.js +1 -0
- package/build/components/VirtualTables/components/TableHeader/constant.js +6 -0
- package/build/components/VirtualTables/components/TableHeader/index.js +3 -0
- package/build/components/VirtualTables/components/TableHeader/style.js +23 -0
- package/build/components/VirtualTables/components/TableHeader/type.js +1 -0
- package/build/components/VirtualTables/components/TableLastItem.js +39 -0
- package/build/components/VirtualTables/components/TableLoading.js +19 -0
- package/build/components/VirtualTables/components/TableLoadingWithCard.js +19 -0
- package/build/components/VirtualTables/components/TableNoData.js +13 -0
- package/build/components/VirtualTables/components/TableNoDataWithCard.js +29 -0
- package/build/components/VirtualTables/components/TableRow.js +93 -0
- package/build/components/VirtualTables/components/TableRowLoading.js +21 -0
- package/build/components/VirtualTables/components/TableRowLoadingWithCard.js +14 -0
- package/build/components/VirtualTables/components/TableRowWithCard.js +9 -0
- package/build/components/VirtualTables/components/index.js +18 -0
- package/build/components/VirtualTables/components/style.js +180 -0
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapper.js +112 -0
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapperWithCard.js +28 -0
- package/build/components/VirtualTables/components/virtualScroll/VirtualScrollInner.js +20 -0
- package/build/components/VirtualTables/components/virtualScroll/VirtualScrollList.js +79 -0
- package/build/components/VirtualTables/components/virtualScroll/VirtualScrollOuter.js +21 -0
- package/build/components/VirtualTables/components/virtualScroll/index.js +5 -0
- package/build/components/VirtualTables/context/Provider.js +3 -0
- package/build/components/VirtualTables/context/context.js +2 -0
- package/build/components/VirtualTables/context/index.js +2 -0
- package/build/components/VirtualTables/hooks/index.js +1 -0
- package/build/components/VirtualTables/hooks/useColumnFilter.js +22 -0
- package/build/components/VirtualTables/hooks/useScrollBackShadow.js +26 -0
- package/build/components/VirtualTables/index.js +7 -1
- package/build/components/Widget/List.js +23 -0
- package/build/components/Widget/ListItem.js +19 -0
- package/build/components/Widget/Widget.js +19 -0
- package/build/components/Widget/WidgetHeader.js +19 -0
- package/build/components/Widget/index.js +6 -1
- package/build/components/Widget/style.js +71 -0
- package/build/components/Widget/useScrollWithShadow.js +14 -0
- package/build/components/Window/Window.js +43 -0
- package/build/components/Window/index.js +2 -1
- package/build/components/Window/style.js +47 -0
- package/build/components/WindowAppIcon/WindowAppIcon.js +17 -0
- package/build/components/WindowAppIcon/index.js +2 -0
- package/build/components/WindowAppIcon/style.js +25 -0
- package/build/components/WindowBackdrop/WindowBackdrop.js +9 -0
- package/build/components/WindowBackdrop/index.js +1 -1
- package/build/components/WindowSideBar/WindowSideBar.js +11 -0
- package/build/components/WindowSideBar/constant.js +1 -0
- package/build/components/WindowSideBar/index.js +4 -1
- package/build/components/WindowSideBar/style.js +33 -0
- package/build/components/WindowSideBar/type.js +1 -0
- package/build/components/index.d.ts +2 -1
- package/build/components/index.js +159 -1
- package/build/constants/api.js +57 -0
- package/build/constants/apps.d.ts +3 -0
- package/build/constants/apps.js +495 -0
- package/build/constants/assets.d.ts +4 -0
- package/build/constants/assets.js +621 -0
- package/build/constants/authentication.d.ts +5 -0
- package/build/constants/authentication.js +23 -0
- package/build/constants/charge.js +1 -0
- package/build/constants/chips/index.js +1 -0
- package/build/constants/chips/statusChips.js +5 -0
- package/build/constants/country.js +1 -0
- package/build/constants/currency.js +22 -0
- package/build/constants/document.js +5 -0
- package/build/constants/index.js +21 -1
- package/build/constants/payment.js +53 -0
- package/build/constants/rate.js +6 -0
- package/build/constants/reports.d.ts +1 -0
- package/build/constants/reports.js +119 -0
- package/build/constants/segment.js +12 -0
- package/build/constants/server.d.ts +3 -3
- package/build/constants/server.js +6 -0
- package/build/constants/servicesTags.js +53 -0
- package/build/constants/style.js +3 -0
- package/build/constants/svgIcons.js +3 -0
- package/build/constants/table/cell/authenticationsTableCellWidth.js +132 -0
- package/build/constants/table/cell/authorizationTableCellWidth.js +247 -0
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +5 -0
- package/build/constants/table/cell/chargeTableCellWidth.js +297 -0
- package/build/constants/table/cell/destinationsTableCellWidth.js +197 -0
- package/build/constants/table/cell/index.js +20 -0
- package/build/constants/table/cell/intentsTableCellWidth.js +32 -0
- package/build/constants/table/cell/invoicesTableCellWidth.js +107 -0
- package/build/constants/table/cell/leadsTableCellWidth.js +37 -0
- package/build/constants/table/cell/merchantsTableCellWidth.js +152 -0
- package/build/constants/table/cell/ordersTableCellWidth.js +57 -0
- package/build/constants/table/cell/payoutsTableCellWidth.js +57 -0
- package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +72 -0
- package/build/constants/table/cell/protectChargesTableCellWidth.js +67 -0
- package/build/constants/table/cell/refundTableCellWidth.js +237 -0
- package/build/constants/table/cell/terminalsTableCellWidth.js +72 -0
- package/build/constants/table/cell/tokensTableCellWidth.js +47 -0
- package/build/constants/table/cell/topupsTableCellWidth.js +57 -0
- package/build/constants/table/cell/walletDetailsTableCellWidth.js +32 -0
- package/build/constants/table/cell/walletStatementTableCellWidth.js +62 -0
- package/build/constants/table/cell/walletTableCellWidth.js +32 -0
- package/build/constants/table.js +8 -0
- package/build/constants/timezones.js +47 -0
- package/build/constants/toggleOptions.js +8 -0
- package/build/hooks/index.js +17 -1
- package/build/hooks/useActionMenu.js +45 -0
- package/build/hooks/useAppEventListener.js +13 -0
- package/build/hooks/useAppEventPublisher.js +7 -0
- package/build/hooks/useAppsInfo.js +21 -0
- package/build/hooks/useBadgesCount.js +15 -0
- package/build/hooks/useCheckUserLoggedIn.js +11 -0
- package/build/hooks/useCountdown.js +50 -0
- package/build/hooks/useDelayToSetValue.js +19 -0
- package/build/hooks/useIsParameterSelected.js +13 -0
- package/build/hooks/useMouseState.js +25 -0
- package/build/hooks/useNetworkState.js +112 -0
- package/build/hooks/useScrolledTo.js +45 -0
- package/build/hooks/useSelectedMerchantDetails.js +15 -0
- package/build/hooks/useStickyHeaderShadow.js +20 -0
- package/build/hooks/useThemeMode.js +8 -0
- package/build/hooks/useToast.js +29 -0
- package/build/hooks/useWindowDimensions.js +21 -0
- package/build/index.js +6 -1
- package/build/theme/components.js +22 -0
- package/build/theme/index.js +5 -1
- package/build/theme/palette.js +106 -0
- package/build/theme/shadows.js +27 -0
- package/build/theme/theme.js +15 -0
- package/build/theme/typography.js +33 -0
- package/build/types/account.js +8 -0
- package/build/types/analytics.js +11 -0
- package/build/types/api.js +1 -0
- package/build/types/appConfig.js +1 -0
- package/build/types/appEvents.js +16 -0
- package/build/types/apps.js +1 -0
- package/build/types/authentication.js +1 -0
- package/build/types/brand.js +13 -0
- package/build/types/cell.js +1 -0
- package/build/types/charge.d.ts +19 -0
- package/build/types/charge.js +1 -0
- package/build/types/column.d.ts +2 -0
- package/build/types/column.js +1 -0
- package/build/types/common.js +1 -0
- package/build/types/currency.js +13 -0
- package/build/types/day.js +1 -0
- package/build/types/destination.js +1 -0
- package/build/types/discount.js +6 -0
- package/build/types/document.js +1 -0
- package/build/types/entity.js +1 -0
- package/build/types/error.js +1 -0
- package/build/types/file.js +1 -0
- package/build/types/filter.js +6 -0
- package/build/types/flag.js +1 -0
- package/build/types/index.d.ts +1 -0
- package/build/types/index.js +38 -1
- package/build/types/invoice.js +13 -0
- package/build/types/merchant.js +1 -0
- package/build/types/receipt.js +1 -0
- package/build/types/redux.js +1 -0
- package/build/types/refund.js +1 -0
- package/build/types/reports.js +7 -0
- package/build/types/segment.js +16 -0
- package/build/types/sort.js +1 -0
- package/build/types/table.js +1 -0
- package/build/types/theme.js +10 -0
- package/build/types/toast.js +1 -0
- package/build/types/toggleOptions.d.ts +2 -0
- package/build/types/toggleOptions.js +1 -0
- package/build/types/tsUtils.js +1 -0
- package/build/types/user.js +1 -0
- package/build/types/utilities.js +1 -0
- package/build/types/window.js +1 -0
- package/build/utils/api.js +96 -0
- package/build/utils/app.js +7 -0
- package/build/utils/array.js +20 -0
- package/build/utils/billing.js +33 -0
- package/build/utils/boolean.js +7 -0
- package/build/utils/browser.js +25 -0
- package/build/utils/card.js +15 -0
- package/build/utils/chargeError.js +10 -0
- package/build/utils/color.js +65 -0
- package/build/utils/columnResizeStorage.js +96 -0
- package/build/utils/columns.js +82 -0
- package/build/utils/conversion.js +27 -0
- package/build/utils/country.js +14 -0
- package/build/utils/currency.js +91 -0
- package/build/utils/date.d.ts +4 -0
- package/build/utils/date.js +287 -0
- package/build/utils/day.js +9 -0
- package/build/utils/download.js +24 -0
- package/build/utils/encrypt.js +46 -0
- package/build/utils/entity.js +13 -0
- package/build/utils/error.js +71 -0
- package/build/utils/extractIdsFromRowData.js +22 -0
- package/build/utils/file.js +16 -0
- package/build/utils/flag.js +13 -0
- package/build/utils/freshdesk.js +56 -0
- package/build/utils/geography.js +10 -0
- package/build/utils/index.js +48 -1
- package/build/utils/language.js +14 -0
- package/build/utils/localStorage.js +213 -0
- package/build/utils/merchant.js +24 -0
- package/build/utils/merchantSource.js +36 -0
- package/build/utils/navigation.js +11 -0
- package/build/utils/number.js +38 -0
- package/build/utils/object.js +15 -0
- package/build/utils/payout.js +172 -0
- package/build/utils/phone.js +8 -0
- package/build/utils/reports.js +3 -0
- package/build/utils/segment.js +63 -0
- package/build/utils/skeletonColumns.js +55 -0
- package/build/utils/source.js +9 -0
- package/build/utils/string.js +73 -0
- package/build/utils/style.js +95 -0
- package/build/utils/table.js +230 -0
- package/build/utils/timezone.js +3 -0
- package/build/utils/toggleOptions.js +10 -0
- package/build/utils/url.js +20 -0
- package/build/utils/user.js +7 -0
- package/build/utils/validation.js +3 -0
- package/package.json +19 -18
- package/build/chunk-24UTRGGG.js +0 -2
- package/build/chunk-2Q6H6K3P.js +0 -1
- package/build/chunk-2RIG4VJV.js +0 -1
- package/build/chunk-34II3WB7.js +0 -1
- package/build/chunk-3ACHJWAD.js +0 -1
- package/build/chunk-3OPXFBRC.js +0 -1
- package/build/chunk-3OUORNGU.js +0 -1
- package/build/chunk-4A6Z3DYW.js +0 -1
- package/build/chunk-4FHOI2EM.js +0 -1
- package/build/chunk-4GWWDZLU.js +0 -1
- package/build/chunk-4O4EFXIC.js +0 -1
- package/build/chunk-4XLQDA6N.js +0 -1
- package/build/chunk-4Z44C5F7.js +0 -1
- package/build/chunk-5AIEKGEA.js +0 -1
- package/build/chunk-5QGYWOQI.js +0 -1
- package/build/chunk-66JBLKME.js +0 -1
- package/build/chunk-6HE6LEMT.js +0 -1
- package/build/chunk-6UAJ4YHX.js +0 -1
- package/build/chunk-7AQD7DQD.js +0 -1
- package/build/chunk-7SKAZY6M.js +0 -1
- package/build/chunk-7WVORIU7.js +0 -1
- package/build/chunk-7WXCW3UL.js +0 -1
- package/build/chunk-A37H7O2X.js +0 -1
- package/build/chunk-A5FGRP2T.js +0 -1
- package/build/chunk-ABDRIOU6.js +0 -2
- package/build/chunk-AMMCJJFH.js +0 -1
- package/build/chunk-AMU54AKH.js +0 -1
- package/build/chunk-ARHJB5QJ.js +0 -1
- package/build/chunk-BDXWXDWD.js +0 -1
- package/build/chunk-BE3CE5GS.js +0 -1
- package/build/chunk-BFGMD3VQ.js +0 -1
- package/build/chunk-BJ4K2NYK.js +0 -1
- package/build/chunk-BN22ADM5.js +0 -1
- package/build/chunk-BSKRKH74.js +0 -4
- package/build/chunk-BTFCDSR3.js +0 -2
- package/build/chunk-BWQ7TYTT.js +0 -1
- package/build/chunk-C74P4XWT.js +0 -1
- package/build/chunk-CQT4MCPB.js +0 -1
- package/build/chunk-CTBYQDKG.js +0 -1
- package/build/chunk-D4S6DH7W.js +0 -1
- package/build/chunk-DCFHN6C2.js +0 -1
- package/build/chunk-DDZT3NYE.js +0 -1
- package/build/chunk-DJYRLVOD.js +0 -1
- package/build/chunk-DQ76BKNS.js +0 -1
- package/build/chunk-DYWKQE3E.js +0 -1
- package/build/chunk-E6XVMA37.js +0 -1
- package/build/chunk-EIPZLG2O.js +0 -1
- package/build/chunk-EXBDMSKW.js +0 -1
- package/build/chunk-EZNCFWJD.js +0 -1
- package/build/chunk-FH6MIOT3.js +0 -1
- package/build/chunk-GPFU7WD4.js +0 -1
- package/build/chunk-GZLNN5K5.js +0 -1
- package/build/chunk-HBY2XKKF.js +0 -1
- package/build/chunk-IBPFWRCW.js +0 -1
- package/build/chunk-IBUDYQ6B.js +0 -1
- package/build/chunk-IEFNQP3B.js +0 -1
- package/build/chunk-IJJKN6N5.js +0 -16
- package/build/chunk-JAFFZIBE.js +0 -1
- package/build/chunk-JT54SXJ7.js +0 -1
- package/build/chunk-K3B62NFM.js +0 -1
- package/build/chunk-K4CCQQ4I.js +0 -1
- package/build/chunk-KKTODLZZ.js +0 -1
- package/build/chunk-KMKIHWDZ.js +0 -1
- package/build/chunk-KUOQFC5G.js +0 -1
- package/build/chunk-L3M6OM4B.js +0 -1
- package/build/chunk-L4Q45JX6.js +0 -1
- package/build/chunk-L57BREIU.js +0 -1
- package/build/chunk-LCS3AEO6.js +0 -1
- package/build/chunk-LDIEOZVR.js +0 -1
- package/build/chunk-LHVBFSUO.js +0 -1
- package/build/chunk-LR3JJ5NU.js +0 -3
- package/build/chunk-M7YGOEQF.js +0 -1
- package/build/chunk-MDZIDPJT.js +0 -1
- package/build/chunk-MTJECG6U.js +0 -1
- package/build/chunk-NAZHWK7M.js +0 -1
- package/build/chunk-NCCC4QYR.js +0 -2
- package/build/chunk-NDWIN3Q7.js +0 -1
- package/build/chunk-NLAQMZT4.js +0 -1
- package/build/chunk-NMRLH63F.js +0 -1
- package/build/chunk-O4PXXDUJ.js +0 -1
- package/build/chunk-OEHA3RK5.js +0 -1
- package/build/chunk-OOPLCKT7.js +0 -1
- package/build/chunk-ORXLOUE6.js +0 -2
- package/build/chunk-PX7SYRBV.js +0 -1
- package/build/chunk-PY6JS3S3.js +0 -1
- package/build/chunk-Q3KFNQMO.js +0 -1
- package/build/chunk-QF32XNU6.js +0 -1
- package/build/chunk-QFMHEDCR.js +0 -1
- package/build/chunk-QGXXI4EO.js +0 -1
- package/build/chunk-QJKAAXP4.js +0 -1
- package/build/chunk-QOUYZLUL.js +0 -1
- package/build/chunk-QRODASCF.js +0 -1
- package/build/chunk-RCFPTX4L.js +0 -1
- package/build/chunk-RQ2V5JZH.js +0 -1
- package/build/chunk-RWXGVZUC.js +0 -1
- package/build/chunk-S2BQCMBY.js +0 -1
- package/build/chunk-SETPAMOK.js +0 -1
- package/build/chunk-SZRYE6MO.js +0 -1
- package/build/chunk-TCFCFCGD.js +0 -1
- package/build/chunk-TG2IA55S.js +0 -1
- package/build/chunk-TKVYYXMK.js +0 -1
- package/build/chunk-TLSB6RNU.js +0 -1
- package/build/chunk-TMCTAXPD.js +0 -1
- package/build/chunk-TUTEF6YD.js +0 -1
- package/build/chunk-TZAF2TGI.js +0 -1
- package/build/chunk-UEMTPYYH.js +0 -1
- package/build/chunk-UIPGHDY4.js +0 -1
- package/build/chunk-V44MUKYW.js +0 -1
- package/build/chunk-VJLQXTHX.js +0 -1
- package/build/chunk-VLYOQ5AT.js +0 -1
- package/build/chunk-WOCSBEPT.js +0 -1
- package/build/chunk-WVG5Z5IW.js +0 -1
- package/build/chunk-WX7HFBCU.js +0 -1
- package/build/chunk-X3K27KHD.js +0 -1
- package/build/chunk-X4F2NNJR.js +0 -1
- package/build/chunk-X5KEG2KP.js +0 -1
- package/build/chunk-XMJA6XBH.js +0 -1
- package/build/chunk-YBAAMDBD.js +0 -1
- package/build/chunk-YPYLZUND.js +0 -1
- package/build/chunk-ZCSUNBRA.js +0 -1
- package/build/chunk-ZLWJCX4K.js +0 -1
- package/build/chunk-ZMTLSAZW.js +0 -1
- package/build/chunk-ZN4NGPK4.js +0 -2
- package/build/chunk-ZTHZGDV6.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/constant.d.ts +0 -5
package/build/chunk-KMKIHWDZ.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {e,a as a$3,b as b$2,d,c as c$3}from'./chunk-LCS3AEO6.js';import {a}from'./chunk-LDIEOZVR.js';import {a as a$2,b as b$1,c as c$2}from'./chunk-TKVYYXMK.js';import {a as a$6}from'./chunk-NMRLH63F.js';import {a as a$5}from'./chunk-ZCSUNBRA.js';import {a as a$4}from'./chunk-M7YGOEQF.js';import {a as a$7}from'./chunk-5AIEKGEA.js';import {c as c$1}from'./chunk-X3K27KHD.js';import {eb,Ub,vc,wc,Rb,Tb,Sb,Ic,fb,Ac,Bc}from'./chunk-BTFCDSR3.js';import {og,ug,bi as bi$1,wg,Da as Da$1,ua,va as va$1,wa,Wf,dg,cg,xg,u,z}from'./chunk-ORXLOUE6.js';import {c,a as a$1,b,g}from'./chunk-RWXGVZUC.js';import rt,{memo,createContext,useContext,useRef,useCallback,useEffect,useMemo,useState,createElement,Fragment as Fragment$1}from'react';import {styled,alpha,useTheme}from'@mui/material/styles';import cl from'memoize-one';import bl from'react-virtualized-auto-sizer';import fl from'react-window-infinite-loader';import Se from'@mui/material/Box';import va from'@mui/material/Popper';import Ra from'@mui/material/Collapse';import Ea from'lodash-es/values';import {useTranslation}from'react-i18next';import Ta from'@mui/material/Button';import {jsxs,Fragment,jsx}from'react/jsx-runtime';import {TableCell,Button,styled as styled$1,Box}from'@mui/material';import ei from'@mui/material/TableRow';import {motion}from'framer-motion';import {VariableSizeList,areEqual}from'react-window';import li from'@mui/material/TableHead';import Ei from'lodash-es/uniqueId';import gi from'@mui/material/Skeleton';import Ti from'@mui/material/TableCell';import {createPortal}from'react-dom';var Dr=styled(Se)(({theme:e})=>({backgroundColor:e.palette.common.white,borderRadius:"4px",filter:"drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.16))",width:188,marginTop:10,boxShadow:e.shadows[3]})),Fr=styled(Se)(({theme:e})=>({color:e.palette.grey[700],fontSize:"11px",fontWeight:500,padding:"8px 16px",textAlign:"left",borderBottom:`1px solid ${e.palette.divider}`})),Br=styled(a)(({theme:e})=>({border:`1px solid ${e.palette.divider}`,".icon":{width:14}})),zr=styled(Se)(()=>({padding:"8px 16px","> div + div":{marginTop:"8px"}})),_r=styled(Ta)(({theme:e})=>({color:e.palette.info.dark,fontSize:"11px",textTransform:"capitalize",padding:"4px 9px",minWidth:"auto","&:hover":{background:"transparent"}})),Ar=styled(Se)(({theme:e})=>({padding:"0 16px 8px",textAlign:"left",borderBottom:`1px solid ${e.palette.divider}`}));function La({onCloseDropdown:e,filter:{options:t=[],onConfirm:o,data:r,isOnlyOneFilter:i,onClearFilterFields:a,wrapperSx:l}}){let[n,s]=useState({});useEffect(()=>{s((t||[]).reduce((u,{apiKey:h})=>{var I;return b(a$1({},u),{[h]:(I=r==null?void 0:r[h])!=null?I:""})},{}));},[]);let{t:p}=useTranslation(),d$1=u=>{o==null||o(n),e(u);},b$1=u=>{e(u);},S=()=>{a==null||a(),s(t.reduce((u,{apiKey:h})=>b(a$1({},u),{[h]:""}),{}));},R=u=>n[u]!==void 0&&n[u].length>0,m=u=>n[u]!==void 0&&n[u].length?n[u]:"",y=u=>{R(u)&&s(b(a$1({},n),{[u]:""}));},T=useMemo(()=>Ea(n).some(u=>!!u),[n]),x=useCallback(u=>t.find(h=>h.apiKey===u),[t]),f=useCallback((u,h)=>{let I=(n==null?void 0:n[u])!==void 0&&(n==null?void 0:n[u])!==""&&(n==null?void 0:n[u])!==null,g=Object.entries(n).some(([C,V])=>{var H;return !!V&&(((H=x(C))==null?void 0:H.filterGroup)!==h||!h)});return i&&!I&&g},[t,n,i]);return jsxs(Dr,{component:"article","data-testid":"ColumnFilterInputs",children:[jsx(Fr,{component:"header","data-testid":"ColumnFilterInputs_title",children:p("filterBy")}),jsx(zr,{"data-testid":"ColumnFilterInputs_inputs",component:"main",sx:l,children:t.map(({placeholder:u$1,apiKey:h,isDisabled:I,filterGroup:g,render:C})=>jsx(Fragment$1,{children:C?C():jsx(Br,{className:"input","data-testid":"ColumnFilterInputs_InputStyled",name:h,placeholder:u$1,onChange:V=>{s(b(a$1({},n),{[h]:V.target.value}));},disabled:I||f(h,g),value:m(h),inputProps:{autoComplete:"off","data-testid":"ColumnFilterInputs_input"},endAdornment:jsx(Se,{component:"img","data-testid":"ColumnFilterInputs_icon","data-icon":R(h)?"close":"search",src:R(h)?xg:u,alt:"search",className:"icon",sx:{cursor:R(h)?"pointer":"default"},onClick:()=>{y(h);}})})},h))}),jsx(Ra,{in:T,component:"section","data-testid":"ColumnFilterInputs_Collapse",sx:{borderTop:"0"},children:jsx(Ar,{"data-testid":"ColumnFilterInputs_ClearWrapper",children:jsx(_r,{type:"button",onClick:S,"data-testid":"ColumnFilterInputs_ClearButton",children:p("clear")})})}),jsxs(b$2,{component:"footer","data-testid":"ColumnFilterInputs_footer",children:[jsx(d,{type:"button",onClick:b$1,"data-testid":"ColumnFilterInputs_CancelButton",children:p("cancel")}),jsx(c$3,{type:"button",onClick:d$1,"data-testid":"ColumnFilterInputs_OkayButton",children:p("okay")})]})]})}var $r=La;var Tt=$r;function ka(e$1){let{anchorEl:t,setAnchorEl:o,onClose:r,isFilterApplied:i,disabled:a}=e$1,l=d=>{d.stopPropagation(),o(null),r==null||r(d);},n=!!t,s=useMemo(()=>{var d;return e$1.type==="list"?[e$1.apiKey]:(d=(e$1==null?void 0:e$1.options)||[])==null?void 0:d.map(({apiKey:b})=>b)},[e$1]),p=useMemo(()=>{if(e$1.type==="list")return jsx(e,{onCloseDropdown:l,filter:e$1});if(e$1.type==="inputs")return jsx(Tt,{onCloseDropdown:l,filter:e$1});if(e$1.type==="custom"){let d={anchorEl:t,setAnchorEl:o,onCloseDropdown:l};return e$1.render(d)}return null},[n,e$1,l]);return jsxs(Fragment,{children:[i?jsxs(a$3,{children:[jsx(Se,{component:"img","data-testid":"ColumnFilter_whiteFilterIcon",src:wg,alt:"filter-icon",sx:{marginInlineEnd:"2px",height:6}}),jsx(Se,{component:"img","data-testid":"ColumnFilter_closeIcon",src:Da$1,alt:"close-icon",onClick:d=>{d.stopPropagation(),o(null),e$1.onClear(s);}})]}):jsx(Se,{component:"img","data-testid":"ColumnFilter_columnIcon",src:ua,alt:"column-icon",sx:{marginTop:"2px",userSelect:"none",opacity:a?.5:1}}),n&&jsx(a$4,{onClick:l}),jsx(va,{open:n,anchorEl:t,placement:"bottom-start",children:p})]})}var qr=memo(ka);var Je=qr;var Zt=styled("img")(()=>({width:"13.3px",height:"13.3px"})),Kr=styled("img")(()=>({width:"8px",height:"6.4px",cursor:"pointer"}));function Da({onColumnSort:e,columnsSorting:t,columnId:o,onClick:r}){let[i,a]=useState(null),l=!!i,n=d=>{d.stopPropagation(),a(d.currentTarget),r==null||r(d);},s=d=>{d.stopPropagation(),a(null),r==null||r(d);},p=(d,b,S)=>{d&&(e==null||e({[d]:b}),s(S));};return jsxs(Fragment,{children:[jsx(Kr,{onClick:n,src:ua,alt:"column-icon","data-id":o,sx:{userSelect:"none",marginTop:"2px"}}),l&&jsx(a$4,{onClick:s}),jsxs(a$5,{anchorEl:i,open:l,children:[jsxs(a$6,{onClick:d=>{p(i==null?void 0:i.dataset.id,"asc",d);},sx:d=>a$1({},(t==null?void 0:t[(i==null?void 0:i.dataset.id)||""])==="asc"&&{boxShadow:d.shadows[10]}),children:[jsx(Zt,{src:va$1,alt:"sort-icon"}),jsx(a$7,{sx:{fontSize:"0.6875rem"},children:"Sort Z-A"})]}),jsxs(a$6,{onClick:d=>{p(i==null?void 0:i.dataset.id,"desc",d);},sx:d=>a$1({},(t==null?void 0:t[(i==null?void 0:i.dataset.id)||""])==="desc"&&{boxShadow:d.shadows[10]}),children:[jsx(Zt,{src:wa,alt:"sort-icon"}),jsx(a$7,{sx:{fontSize:"0.6875rem"},children:"Sort Z-A"})]})]})]})}var Yr=memo(Da);var yt=Yr;var Jr=rt.forwardRef((r,o)=>{var i=r,{children:e}=i,t=c(i,["children"]);return jsxs(Fragment,{children:[jsx(Se,{"data-testid":"VirtualScrollInner",className:"VirtualScrollInner",style:{position:"sticky",top:0},children:e}),jsx("div",a$1({ref:o},t))]})});Jr.displayName="VirtualScrollInner";var Jt=Jr;var Ct=createContext(null);var Qt=({children:e,value:t})=>jsx(Ct.Provider,{value:t,children:e});var Qr=rt.forwardRef((i,r)=>{var a=i,{onScroll:e,children:t}=a,o=c(a,["onScroll","children"]);let l=useContext(Ct);return jsx("div",b(a$1({className:"VirtualScrollOuter",onScroll:l,ref:r},o),{children:t}))});Qr.displayName="VirtualScrollOuter";var jt=Qr;function Ka({setBackdropVisibility:e,clearBackdropVisibilityTimeout:t}){let o=useRef(void 0);return useEffect(()=>()=>{clearTimeout(o.current);},[]),{handleBackDropVisibility:()=>{e(true);},clearBackdropVisibility:()=>{o.current=setTimeout(()=>{e(false);},t||2e3);},clearTimer:()=>{clearTimeout(o.current);}}}var jr=Ka;var Qa=rt.forwardRef((p,s)=>{var d=p,{itemData:e,children:t,setBackdropVisibility:o,scrollToIndex:r,listRef:i,onScroll:a,clearBackdropVisibilityTimeout:l}=d,n=c(d,["itemData","children","setBackdropVisibility","scrollToIndex","listRef","onScroll","clearBackdropVisibilityTimeout"]);let{handleBackDropVisibility:b$1,clearBackdropVisibility:S,clearTimer:R}=jr({setBackdropVisibility:o,clearBackdropVisibilityTimeout:l}),m=useRef(0),y=useRef(void 0),T=useRef(false),x=useRef(null),f=s||i||x,u=useCallback(()=>{var C,V;return R(),y.current!==void 0&&f.current?(T.current=false,m.current=y.current,y.current=void 0,b$1(),(V=(C=f.current)==null?void 0:C.scrollTo)==null||V.call(C,m.current),true):(S(),false)},[S,R,b$1,f]),h=rt.useCallback(C=>{y.current=C.currentTarget.scrollTop,T.current||(T.current=true,u());},[u]);useEffect(()=>{var C,V;(r||0)>=0&&!Number.isNaN(r)&&r!==void 0&&((C=f.current)!=null&&C.scrollTo)&&((V=f.current)==null||V.scrollToItem(r,"center"));},[r,f]);let I=rt.useMemo(()=>b(a$1({},e),{renderedScrollTopRef:m}),[e]),g=rt.useCallback(C=>{a==null||a(C),T.current=u();},[u,a]);return jsx(Qt,{value:h,children:jsx(VariableSizeList,b(a$1({ref:f,"data-testid":"VirtualScrollList",itemData:I,outerElementType:jt,innerElementType:Jt},n),{onScroll:g,children:t}))})}),eo=Qa;var _=styled(Se,{shouldForwardProp:e=>e!=="showNoDataView"})(({showNoDataView:e})=>({display:"flex",flexDirection:"column",height:"100%",width:"100%",minWidth:e?"unset":"fit-content",overflow:"hidden",overflowX:e?"hidden":"scroll",margin:"0px"})),ce=styled(Se,{shouldForwardProp:e=>e!=="hidePadding"})(({theme:e,hidePadding:t})=>({flex:"1 1 auto",backgroundColor:e.palette.grey[300],paddingBottom:t?0:a$2})),Ae=styled(Se)(({theme:e})=>({backgroundColor:e.palette.background.default})),ye=styled(TableCell,{shouldForwardProp:e=>!["isLast","isFirst","isSheetView","isSelected"].includes(e)})(({theme:e,isLast:t,isFirst:o,isSheetView:r})=>a$1({paddingBlock:"0",paddingInline:"0.3875rem !important",paddingLeft:o?"0 !important":"0.3875rem !important",paddingRight:t?"0 !important":"0.3875rem !important",color:r?e.palette.text.primary:e.palette.grey[700],fontSize:r?e.typography.subtitle1.fontSize:e.typography.caption.fontSize,height:"100%",fontWeight:r?400:e.typography.fontWeightRegular,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",display:"flex",alignItems:"center",cursor:"pointer"},r&&{borderRight:t?"1px solid transparent":`1px solid ${e.palette.divider}`,paddingInline:"8px !important",paddingLeft:"8px !important",paddingRight:"8px !important",position:"relative",borderTop:"1px solid transparent",borderLeft:"1px solid transparent",overflow:"hidden !important","&:before":{content:'""',borderRight:t?"none":"1px solid transparent",position:"absolute",top:0,right:0,left:0,bottom:0,pointerEvents:"none"}})),Rt=styled("button")(({theme:e})=>({zIndex:1,display:"flex",gap:e.spacing(.5),alignItems:"center",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis",whiteSpace:"nowrap",backgroundColor:"transparent",border:"none",cursor:"pointer",padding:0,margin:0,color:"inherit",fontSize:"inherit",fontWeight:"inherit",boxSizing:"border-box",":disabled":{cursor:"not-allowed"}})),Ne=styled(eo,{shouldForwardProp:e=>!["areTotalRowsNotFillingHeight","isSheetView"].includes(e)})(({theme:e,areTotalRowsNotFillingHeight:t,isSheetView:o})=>a$1({backgroundColor:t?"transparent":e.palette.background.default},o&&{backgroundColor:e.palette.common.white})),Et=styled(ei,{shouldForwardProp:e=>!["showShadowHighlight","showLoadedStyle","isSheetView","isSelected"].includes(e)})(({theme:e,showShadowHighlight:t,showLoadedStyle:o,isSheetView:r})=>a$1({display:"flex",borderBottom:`1px solid ${e==null?void 0:e.palette.divider}`,position:"relative",height:"100%",width:"100%"},!r&&a$1(a$1({paddingInline:"32px","&:hover":{boxShadow:e.shadows[12],zIndex:1,".payment-sources-container":{backgroundColor:e==null?void 0:e.palette.common.white},".geography-box":{visibility:"visible"},".payout-status":{visibility:"visible !important"},"&:hover:after":{opacity:1}},"&::after":{content:"''",opacity:0,minHeight:"100%",background:e.palette.info.dark,width:"3px",position:"absolute",left:0}},o&&{backgroundColor:`${e.palette.info.dark}08 !important`}),t&&{boxShadow:e.shadows[12],zIndex:1,"&::after":{content:"''",opacity:1,minHeight:"100%",background:e.palette.info.dark,width:"3px",position:"absolute",left:0}}))),ne=styled(Se,{shouldForwardProp:e=>e!=="showNoDataView"&&e!=="scrollable"})(({theme:e,showNoDataView:t,scrollable:o})=>({position:"relative",backgroundColor:e.palette.background.default,height:"100%",overflowX:t?"hidden":"scroll",display:"flex",flexDirection:"column","&:hover":{scrollbarWidth:o?"auto":"none"},"&::-webkit-scrollbar":{display:"block",height:"13px"},"&::-webkit-scrollbar-track":{background:"white",border:"1px solid #F2F2F2"},"&::-webkit-scrollbar-thumb":{backgroundColor:"#DADCDF",borderRadius:"32px",border:"3px solid transparent",backgroundClip:"content-box",minHeight:"20px"}})),to=styled(motion.img)(()=>({width:"24px",height:"24px",position:"relative",zIndex:2})),Vt=styled(Se)(()=>({position:"relative",display:"flex",flexDirection:"column",height:"100%"})),tn=styled(Se)(()=>({position:"relative",display:"flex",flexDirection:"column",height:"100%",paddingInline:"28px",borderRadius:"8px",marginBottom:"16px !important",overflowY:"hidden"})),on=styled(Se,{shouldForwardProp:e=>e!=="showNoDataView"})(({showNoDataView:e})=>({position:"relative",height:"100%",overflowX:e?"hidden":"scroll",paddingBottom:0,display:"flex",flexDirection:"column"}));var oi=e=>{let{filter:t,totalCount:o}=e,r=useMemo(()=>{var n;return ((n=t==null?void 0:t.options)==null?void 0:n.reduce((s,{apiKey:p})=>{var d;return b(a$1({},s),{[p]:(d=t==null?void 0:t.data)==null?void 0:d[p]})},{}))||{}},[t]),i=useMemo(()=>{var p;let n=t,s=(p=n==null?void 0:n.data)==null?void 0:p[n.apiKey];return Array.isArray(s)?s:[]},[t]),a=useMemo(()=>Object.values(r||{}).some(n=>typeof n=="string"||Array.isArray(n)?n.length>0:n!=null)||i.length>0,[r,i]);return {isFilterApplied:a,filterDisabled:!a&&o===0}},Qe=oi;function rn({column:{header:e,id:t,align:o,headerStyle:r,sortable:i,filter:a,width:l,order:n},isFirst:s,isLast:p,isSheetView:d,onColumnSort:b$1,columnsSorting:S,totalCount:R}){let[m,y]=useState(null),T=useRef(null),{isFilterApplied:x,filterDisabled:f}=Qe({filter:a,totalCount:R});return jsx(ye,{"data-id":t,component:"div","data-testid":"VirtualTable_TableHeader_StyledCell","data-column-id":t,"data-column-width":l,"data-column-width-used":l,"data-column-align":o,"data-column-order":n,"data-column-header":typeof e=="string"?e:"component","data-column-sortable":!!i,"data-column-filterable":!!a,isFirst:s,isLast:p,ref:T,sx:h=>a$1(a$1({paddingInline:"0.6875rem",paddingLeft:s?"0":"0.6875rem",paddingRight:p?"0":"0.6875rem",display:"flex",gap:h.spacing(.5),alignItems:"center",justifyContent:o==="right"?"flex-end":"flex-start",width:l,textAlign:o,overflow:"unset",fontWeight:600},f&&{cursor:"not-allowed"}),r),isSheetView:d,children:jsxs(Rt,{disabled:f,onClick:()=>{y(T.current);},children:[typeof e=="function"?e():jsx(Se,{"data-testid":"TableHeader_columns_header",sx:{maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e&&jsx("span",{style:{textOverflow:"ellipsis",width:"80%",overflow:"hidden"},"data-testid":"VirtualTable_TableHeader_StyledCell_header_text",children:e})}),a&&jsx(Je,b(a$1({},a),{anchorEl:m,setAnchorEl:y,isFilterApplied:x,disabled:f})),i&&jsx(yt,{onColumnSort:b$1,columnsSorting:S,columnId:t})]})})}var ro=rn;var an=styled(li,{shouldForwardProp:e=>e!=="showBackDrop"})(({showBackDrop:e,theme:t})=>({flex:"0 0 auto",boxShadow:e?t.shadows[23]:"none",backgroundColor:t.palette.background.default,zIndex:1,width:"100%",minWidth:"auto",overflowX:"scroll"})),ln=styled(ei,{shouldForwardProp:e=>e!=="isSheetView"})(({theme:e,isSheetView:t})=>a$1({display:"flex",justifyContent:"flex-start",width:"100%",minWidth:"fit-content",paddingInline:"32px",paddingBlock:"16px"},t&&{height:"28px",borderBottom:`1px solid ${e.palette.divider}`,backgroundColor:e.palette.primary.light,paddingInline:0,paddingBlock:0}));function pi({columns:e,headerProps:t,showBackDrop:o,onColumnSort:r,columnsSorting:i,isSheetView:a,totalCount:l}){return jsx(an,b(a$1({component:"nav","data-testid":"VirtualTable_TableHeader_StyledHeader",showBackDrop:o},t),{children:jsx(ln,{component:"section","data-testid":"VirtualTable_TableHeader_StyledMUITableRow",isSheetView:a,children:e.map((n,s)=>jsx(ro,{column:n,isFirst:n.id===e[0].id,isLast:n.id===e[e.length-1].id,onColumnSort:r,columnsSorting:i,isSheetView:a,totalCount:l},`${n.id}-${s}`))})}))}var sn=memo(pi);var ao=sn;var bi=styled(Se,{shouldForwardProp:e=>e!=="sandboxMode"&&e!=="height"})(({theme:e,sandboxMode:t,height:o})=>({display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:`calc(100% - ${o}px)`,background:t?e.palette.common.lightOrange:e.palette.grey[300],backdropFilter:"blur(32px)",margin:0,minHeight:"55px"})),io=styled("p")(({theme:e})=>({fontSize:"0.75rem",fontWeight:600,color:alpha(e.palette.common.black,.2)}));function fi(r){var i=r,{height:e,sandboxMode:t}=i,o=c(i,["height","sandboxMode"]);let{t:a}=useTranslation();return jsx(bi,b(a$1({component:"section","data-testid":"TableLastItem"},o),{height:e,sandboxMode:t,children:jsx(io,{children:a("allRecordsHaveBeenSuccessfullyLoaded")})}))}var lo=fi;var Ci=styled(gi)(({theme:e})=>({backgroundColor:e.palette.grey[100],borderRadius:"64px",minWidth:"20px"}));function wi({columns:e,style:t,index:o,animationType:r}){return jsx(ei,{sx:b(a$1({},t),{display:"flex",borderBottom:"1px solid #e3e8ee","&:hover":{backgroundColor:"transparent !important"}}),component:"div",hover:true,children:e.map((i,a)=>jsx(Ti,{sx:{width:i.width||`${100/e.length}%`||"20%",paddingInline:"0.6875rem"},component:"div",children:jsx(Ci,{variant:"rectangular",animation:r})},`${i.id}-${a}`))},o)}var po=memo(wi,areEqual);var Vi=styled("section")(({isLoaded:e=false})=>({overflow:"hidden",paddingInline:"32px",backgroundColor:e?"rgba(255, 255, 255, 0.60)":"none",filter:e?"blur(8px)":"none",marginTop:e?"1rem":"0.2rem"}));function Li({columns:e,isLoaded:t=false,animationType:o,isLoading:r=false,rowsCount:i}){let a=i||eb(t,r);return a=a>0?a:5,jsx(Vi,{isLoaded:t,"data-testid":"TableLoading",children:[...Array(a)].map(()=>jsx(po,{columns:e,animationType:o},`i-${Ei("TableLoadingRow_")}`))})}var mo=memo(Li);var bn=styled(Se,{shouldForwardProp:e=>e!=="sandboxMode"})(({theme:e,sandboxMode:t})=>({display:"flex",flexDirection:"column",height:"100%",width:"100%",justifyContent:"center",alignItems:"center",textAlign:"center",background:t?e.palette.common.lightOrange:e.palette.grey[300],backdropFilter:"blur(32px)",gap:"0.5rem"})),fn=styled(Se,{shouldForwardProp:e=>e!=="shouldMinimizeWidth"})(({shouldMinimizeWidth:e})=>({width:e?"9rem":"15rem",display:"flex",flexDirection:"column",alignItems:"center"})),hn=styled("h1")(({theme:e})=>{var t;return {fontWeight:600,fontSize:"1.125rem",color:(t=e.palette.text)==null?void 0:t.primary,padding:0,margin:0}}),gn=styled("p")(({theme:e})=>{var t;return {fontWeight:400,fontSize:"0.75rem",color:(t=e.palette.text)==null?void 0:t.primary,opacity:.5,padding:0,marginTop:3,textAlign:"center"}}),xn=styled("img")(()=>({width:"2rem",height:"2rem"})),Tn=styled(Button)(({theme:e})=>({padding:" 0.625rem 1rem",display:"flex",justifyContent:"center",alignItems:"center",gap:"0.5rem",backgroundColor:alpha(e.palette.info.dark,.1),borderRadius:"0.25rem",color:e.palette.info.dark,"&:hover":{backgroundColor:alpha(e.palette.info.dark,.1),color:e.palette.info.dark},width:"6rem",height:"1.8rem",marginTop:"1.5rem"})),Sn=styled("p")(({theme:e})=>({color:e.palette.info.dark,fontSize:"0.8rem",fontWeight:600,textTransform:"none"}));function ki(l){var n=l,{triggerDataRefetch:e,heading:t,message:o,shouldMinimizeWidth:r,sandboxMode:i}=n,a=c(n,["triggerDataRefetch","heading","message","shouldMinimizeWidth","sandboxMode"]);let{t:s}=useTranslation();return jsx(bn,b(a$1({sandboxMode:i},a),{children:jsxs(fn,{shouldMinimizeWidth:r,children:[jsx(xn,{src:z,alt:"info icon"}),jsx(hn,{children:s(t)}),jsx(gn,{children:s(o)}),jsx(Tn,{variant:"contained",onClick:()=>{e();},children:jsx(Sn,{children:s("tryAgain")})})]})}))}var ae=ki;var Lt=ae;var yn=styled$1("h1")(({theme:e})=>{var t;return {fontWeight:600,fontSize:"1rem",color:(t=e.palette.text)==null?void 0:t.primary,padding:0,margin:0}}),Cn=styled$1("p")(({theme:e})=>{var t;return {fontWeight:400,fontSize:"0.75rem",color:(t=e.palette.text)==null?void 0:t.primary,padding:0,marginTop:3,opacity:.5}}),wn=styled$1(Se,{shouldForwardProp:e=>e!=="sandboxMode"})(({theme:e,sandboxMode:t})=>({display:"flex",flexDirection:"column",height:"100%",width:"100%",justifyContent:"center",alignItems:"center",textAlign:"center",background:t?e.palette.common.lightOrange:e.palette.grey[300],backdropFilter:"blur(32px)",gap:"0.5rem"})),uo=styled$1("img")(()=>({width:"2rem",height:"2rem"}));function In(i){var a=i,{sandboxMode:e,heading:t,message:o}=a,r=c(a,["sandboxMode","heading","message"]);let{t:l}=useTranslation();return jsxs(wn,b(a$1({component:"section","data-testid":"EmptyList",sandboxMode:e},r),{children:[jsx(uo,{src:Wf,alt:"empty container"}),jsx(yn,{children:l(t)}),jsx(Cn,{children:l(o)})]}))}In.displayName="EmptyList";var vt=memo(In);var Rn=vt;var zi=e=>{let{isTimeoutError:t,tableError:o,triggerDataRefetch:r,sandboxMode:i,tableEmpty:a,error:l}=e;if(t)return jsx(Lt,{"data-testid":"VirtualTable_ErrorList_timeoutError",shouldMinimizeWidth:true,heading:"timeOut",message:"yourRequestOutPleaseTryAgain",triggerDataRefetch:r,sandboxMode:i});let n=l;if(o){let{formatted:s}=Ub({error:n,fallbackMessage:"connectionErrorMsg"});return jsx(Lt,{"data-testid":"VirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:s,triggerDataRefetch:r,sandboxMode:i})}if(a){let{formatted:s}=Ub({error:n,fallbackMessage:"tryAdjustingTheDateOrFilters"});return jsx(Rn,{sandboxMode:i,heading:"nothingFound",message:s})}return jsx(Lt,{"data-testid":"VirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:"connectionErrorMsg",triggerDataRefetch:r,sandboxMode:i})},bo=memo(zi);function En({error:e,tableEmpty:t,isTimeoutError:o,tableError:r,tableLoading:i,orderedColumns:a,triggerDataRefetch:l,footerProps:n}){return i?jsx(Ae,{"data-testid":"VirtualTable_SolidBackground",children:jsx(mo,{"data-testid":"VirtualTable_TableLoading",columns:a,isLoading:true})}):jsx(bo,{isTimeoutError:o,tableEmpty:t,tableError:r,sandboxMode:n==null?void 0:n.sandboxMode,error:e,triggerDataRefetch:l})}En.displayName="TableNoData";var et=memo(En);function go(){return jsx(motion.div,{initial:{width:0},animate:{width:"fit-content",transition:{duration:.5}},exit:{width:0},style:{paddingInline:"11px",paddingBlock:"5px",boxShadow:"0px 0px 1px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.09), 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 2px 0px rgba(0, 0, 0, 0.01), 0px 7px 2px 0px rgba(0, 0, 0, 0.00)",borderRadius:"24px",overflow:"hidden",display:"inline-block",whiteSpace:"nowrap"},children:jsxs(motion.span,{style:{color:"#8F9195",fontSize:"12px",fontWeight:600,display:"flex",alignItems:"center",justifyContent:"center",gap:"10px"},children:[jsx(motion.span,{children:"!"}),jsx(motion.span,{children:"Error while loading"})]})})}function Xi({row:e,columns:t,index:o,rowProps:r,isSheetView:i,selectedCell:a=null,selectedColumn:l=null,selectedRow:n=null,selectedChip:s=null,onCellClick:p,isLastRow:d=false,onChipClick:b$1}){let S=rt.useCallback((x,f)=>(u,h)=>{b$1==null||b$1(o,x,u,h,f);},[b$1,o]),R=rt.useCallback((x,f,u)=>{let{render:h,format:I,selector:g}=x;if(!(x!=null&&x.id)||!e)return null;let C=g?g({row:e,index:o,value:e[x==null?void 0:x.id]}):e[x==null?void 0:x.id],V=I?I({value:C,row:e,index:o}):C;return h?h({row:e,column:x,index:o,value:e[x==null?void 0:x.id],selectionProps:{onClick:S(u,x.pinned),rowIndex:f,colIndex:u,selectedId:s}}):jsx(Fragment,{children:V})},[e,o,s,S]),m=a!==null||l!==null||n!==null,y=rt.useCallback((x,f)=>u=>{p==null||p(o,x,u,f);},[p,o]),T=useMemo(()=>{var h,I;let x=(h=t[0])==null?void 0:h.id,f=(I=t[t.length-1])==null?void 0:I.id,u=n===o;return jsx(Fragment,{children:t.map((g,C)=>{var q,W;if(!(g!=null&&g.id))return null;let V=`${(q=g.pinned)!=null?q:"default"}-${o}-${C}`,H=`${(W=g.pinned)!=null?W:"default"}-${C}`,F=m&&a===V,P=m&&l===H,E=vc({isSelected:m&&(F||P||u),isCellSelected:F,isColumnSelected:P,isRowSelected:u,isLastRow:d}),L=g.id===x,v=g.id===f,k=g.pinned?L:L&&g.pinned!=="start",M=g.pinned?v:v&&g.pinned!=="end",z=u&&m?wc({effectiveFirst:k,isPinnedStart:g.pinned==="start",isPinnedEnd:g.pinned==="end"}):{},X=g.pinned==="start"&&k;return jsx(ye,{component:"div","data-testid":"TableRow_TableCell","data-column-id":g.id,"data-column-width":g.width,"data-column-width-used":g.width,"data-column-align":g.align,"data-column-order":g.order,"data-column-header":typeof g.header=="string"?g.header:"component","data-column-sortable":!!g.sortable,"data-column-filterable":!!g.filter,isFirst:k,isLast:M,onClick:y(C,g.pinned),sx:a$1(a$1(a$1({width:g.width,minWidth:g.width,textAlign:g.align,justifyContent:X?"center":g.align==="right"?"flex-end":"flex-start",cursor:p?"pointer":"default"},E),z),g.cellStyle),isSheetView:i,isSelected:F,children:i?jsx(Box,{sx:{position:"relative",zIndex:1,width:"100%"},children:R(g,o,C)}):jsx(Fragment,{children:R(g,o,C)})},`${g.id}-${C}`)})})},[t,e,o,a,l,n,m,p,d,s,i,R,y]);return createElement(Et,b(a$1({"data-testid":"TableRow",onClick:r==null?void 0:r.onRowClick,showShadowHighlight:r==null?void 0:r.showShadowHighlight,showLoadedStyle:r==null?void 0:r.showLoadedStyle,component:"article"},r),{key:o,isSheetView:i}),T)}var So=memo(Xi,areEqual);var el=styled(gi)(()=>({backgroundColor:"#F4F4F4",borderRadius:"64px",width:"100%",minWidth:"20px"}));function tl({columns:e,style:t,index:o,animationType:r,rowIndex:i=0,useTableBackground:a=false}){let l=useTheme();return jsx(ei,{sx:b(a$1({},t),{display:"flex",borderBottom:"1px solid #F2F2F2",minHeight:"28px",height:"28px",alignItems:"center",backgroundColor:a?l.palette.background.default:"transparent","&:hover":{backgroundColor:"transparent !important"}}),component:"div",hover:true,children:e.map((n,s)=>{let p=s===e.length-1,d=s===0,b=n.pinned==="start",S=d&&b;return jsx(Ti,{sx:{width:n.width||`${100/e.length}%`||"20%",paddingBlock:"0",paddingInline:"8px !important",paddingLeft:"8px !important",paddingRight:"8px !important",borderRight:p?"none":"1px solid #F2F2F2",borderLeft:d?"1px solid #F2F2F2":"none",height:"100%",display:"flex",alignItems:"center",boxSizing:"border-box",whiteSpace:"nowrap",overflow:"hidden"},component:"div",children:S&&n.render?n.render({index:i,row:{},column:n,value:i+1}):jsx(el,{variant:"rectangular",animation:r,height:16})},`${n.id}-${s}`)})},o)}var ot=memo(tl,areEqual);var nl=rt.memo(({isLoadingRow:e,isSheetView:t,columns:o,currentRowCount:r})=>{let{t:i}=useTranslation();return e?t&&(o!=null&&o.length)?jsx(Fragment,{children:Array.from({length:3},(a,l)=>jsx(ot,{columns:o,animationType:"wave",rowIndex:(r||0)+l,useTableBackground:true},`loading-row-${l}`))}):jsxs(Box,{"data-testid":"ListItemWrapper_lastRowContent_isLoadingRow",sx:{height:t?"100%":"24px",width:"24px",borderRadius:"50%",background:"transparent",position:"relative",display:"flex",justifyContent:"center",alignItems:"center"},children:[jsx(to,{sx:{position:"absolute"},src:og}),jsx(to,{sx:{position:"absolute",padding:"3px"},src:ug,alt:"tableLoadingSpinnerIcon",className:"spinner-loader",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}})]}):jsx(io,{"data-testid":"ListItemWrapper_lastRowContent",children:i("allRecordsHaveBeenSuccessfullyLoaded")})}),al=(e,t)=>o=>{var r;(r=o==null?void 0:o.stopPropagation)==null||r.call(o),t==null||t(e);},il=styled("div",{shouldForwardProp:e=>e!=="showShadowHighlight"&&e!=="isSheetView"})(({theme:e,isSheetView:t})=>({height:t?28:"100%",backgroundColor:e.palette.background.default}));function ll(y){var{index:e,style:t,data:T}=y,x=T,{renderedScrollTopRef:o,rows:r,rowProps:i,columns:a,isLoading:l,scrollToIndex:n,newLoadedRowsEndIndex:s,isError:p,areAllRowsLoaded:d,isSheetView:b$1,isPinned:S=false,isLoadMoreLoading:R=false}=x,m=c(x,["renderedScrollTopRef","rows","rowProps","columns","isLoading","scrollToIndex","newLoadedRowsEndIndex","isError","areAllRowsLoaded","isSheetView","isPinned","isLoadMoreLoading"]);var F;let f=r.length-1,u=r[e],h=l&&e===f+1,I=e<=s,g=rt.useCallback(()=>al(u,i==null?void 0:i.onRowClick),[u,i==null?void 0:i.onRowClick]),C=rt.useMemo(()=>b(a$1({showShadowHighlight:n===e,showLoadedStyle:I},i),{onClick:g}),[n,e,I,i,g]),V=rt.useCallback(P=>jsx(Box,{sx:{minHeight:28,height:"100%",width:"100%"},children:p?jsx(go,{}):P}),[p]),H=rt.useMemo(()=>{let P=jsx(nl,{isSheetView:b$1,isLoadingRow:h,columns:a,currentRowCount:r.length}),B=h||d&&e===f+1;return S&&B?b$1&&h&&a&&a.length>0?V(P):jsx(Box,{sx:b(a$1({},b$1?{minHeight:28,height:"100%"}:{height:57}),{backgroundColor:"#F6F8FACC"})}):B?b$1&&h&&a&&a.length>0?V(P):jsx(Box,{sx:b(a$1({},b$1?{minHeight:28,height:"100%"}:{height:57}),{display:"flex",justifyContent:"center",alignItems:"center"}),children:jsx(Box,{sx:{backgroundColor:"#F6F8FACC",display:"flex",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"},children:p?jsx(go,{}):P})}):jsx(So,a$1({index:e,row:u,columns:a,rowProps:C,isSheetView:b$1,isLastRow:e===r.length-1,isFirstRow:e===0,isLoading:l,isLoadMoreLoading:R},m),`row-${e}`)},[m,e,u,a,C,b$1,h,p,d,f,S,r.length,V,R]);return jsx("div",{"data-testid":"ListItemWrapper",style:b(a$1({},t),{top:Number(t.top)-((F=o==null?void 0:o.current)!=null?F:0),willChange:"top"}),children:jsx(il,{"data-testid":"ListItemWrapper_StyledItemWrapper",isSheetView:b$1,children:H})})}var Mt=ll;var hl=cl((e,t,o,r,i,a,l,n,s,p)=>({columns:e,isLoading:t,rows:o,rowProps:r,scrollToIndex:i,totalCount:l,lastItemIndex:a,isError:n,areAllRowsLoaded:s,isSheetView:p}));function gl({columns:e,rows:t,threshold:o=200,showHeader:r,headerProps:i,rowProps:a,footerProps:l,isLoading:n,error:s,columnsSorting:p,onColumnSort:d,loadMoreItems:b,isFetchingNextPage:S,triggerDataRefetch:R,scrollToIndex:m,areAllRowsLoaded:y=false,tableBodyStyles:T,tableMode:x,tableTitle:f,onStartDrag:u,isSheetView:h=false,isMinimized:I,footerComponent:g$1,customNoDataComponent:C,defaultSkeleton:V=false}){var qe,Ge;let H=useTheme(),F=O=>{u==null||u(O);},P=c$1({value:S,delay:1e3}),[B,E]=useState(false),[L,v]=useState("INITIAL_KEY");useEffect(()=>{let O=`${l==null?void 0:l.maximized}-${I}`,$=requestAnimationFrame(()=>v(O));return ()=>cancelAnimationFrame($)},[l==null?void 0:l.maximized,I]);let k=Rb(s),M=n!=null?n:true,z=!n&&t.length===0&&k&&!Tb(s),X=!n&&t.length===0,q=Sb(s),W=t.length-1,J=useMemo(()=>Ic(e,n!=null?n:false,V),[e,n,V]),G=useMemo(()=>J.filter(O=>!O.hidden),[J]),Q=useMemo(()=>G.sort((O,$)=>{var U,We;return ((U=O==null?void 0:O.order)!=null?U:1e6)-((We=$==null?void 0:$.order)!=null?We:1e6)}),[G]),D=fb(t.length)&&!M,ee=P||y&&!D?t.length+1:t.length,Le=hl(Q,P,t,a,m,W,(qe=l==null?void 0:l.totalCount)!=null?qe:0,k,y&&!D,h),de=h?28:57,he=useRef(null);useEffect(()=>{he.current&&typeof he.current.resetAfterIndex=="function"&&he.current.resetAfterIndex(0,true);},[h,de]);let st=useMemo(()=>{let O=U=>{E(U);};return jsx(fl,{"data-testid":"VirtualTable_InfiniteLoader",isItemLoaded:U=>U!==W,itemCount:ee,loadMoreItems:()=>g(null,null,function*(){y||(yield b==null?void 0:b());}),threshold:o,children:({onItemsRendered:U,ref:We})=>jsx(bl,{ref:We,"data-testid":"VirtualTable_AutoSizer",children:({height:$t,width:Ut})=>jsx(Ne,{"data-testid":"VirtualTable_VirtualList",useIsScrolling:true,className:"list",itemData:Le,height:$t||0,width:Ut||0,itemCount:ee,itemSize:()=>de,onItemsRendered:U,setBackdropVisibility:O,areTotalRowsNotFillingHeight:D,scrollToIndex:m,overscanCount:5,isSheetView:h,listRef:he,children:Mt})},L)})},[W,b,o,y,D,ee,de,h,Le,m,L]),ge=M||z||X||q;return jsxs(Fragment,{children:[jsxs(Vt,{children:[jsx(ne,{as:"main",id:"table-box-container","aria-labelledby":"table-box-container","data-testid":"VirtualTable_StyledTableBox","data-title":f,"data-direction":H.direction,"data-are-all-rows-loaded":!!y,"data-is-fetching-next-page":!!S,"data-scroll-to-index":m,"data-is-loading":!!n,"data-is-error":!!k,"data-is-error-timeout":!!q,"data-table-mode":x,height:"100%",dir:H.direction,showNoDataView:ge,children:jsxs(_,{"data-testid":"VirtualTable_TableWrapper",showNoDataView:ge,sx:a$1({},T),children:[r&&jsx(ao,{"data-testid":"VirtualTable_TableHeader",columnsSorting:p,onColumnSort:d,columns:Q,headerProps:i,showBackDrop:B,isSheetView:h,totalCount:(Ge=l==null?void 0:l.totalCount)!=null?Ge:0}),ge?C||jsx(et,{error:s,tableEmpty:X,isTimeoutError:q,tableError:z,tableLoading:M,orderedColumns:Q,triggerDataRefetch:R,footerProps:l}):jsx(_,{"data-testid":"VirtualTable_TableWrapper",sx:{width:"100%",minWidth:"fit-content"},children:jsx(ce,{"data-testid":"VirtualTable_StyledBox",hidePadding:true,className:"list-wrapper",children:st})})]})}),!ge&&D&&!S&&jsx(lo,{height:(ee+1)*de,sandboxMode:l==null?void 0:l.sandboxMode,"data-testid":"VirtualTable_TableLastItem"})]}),l&&jsx(b$1,a$1({"data-testid":"VirtualTable_TableFooter",showSeparator:true,showBackDrop:B,onPointerDown:F},l)),g$1]})}var xl=memo(gl);function Il({style:e,index:t,cardLoadingComponent:o}){return jsx(ei,{sx:b(a$1({},e),{display:"flex",padding:0,"&:hover":{backgroundColor:"transparent !important"}}),component:"div",children:jsx(Ti,{sx:{padding:0,flex:1},component:"div",children:o})},t)}var wo=memo(Il,areEqual);var Ll=styled("section")(({isLoaded:e=false})=>({overflow:"hidden",paddingInline:"32px",backgroundColor:e?"rgba(255, 255, 255, 0.60)":"none",filter:e?"blur(8px)":"none",marginTop:e?"1rem":"0.2rem"}));function Wl({isLoaded:e=false,isLoading:t=false,rowsCount:o,cardLoadingComponent:r}){let i=o||eb(e,t);return i=i>0?i:5,jsx(Ll,{isLoaded:e,"data-testid":"TableLoadingWithCard",children:[...Array(i)].map(()=>jsx(wo,{cardLoadingComponent:r},`i-${Ei("TableLoadingRow_")}`))})}var Io=memo(Wl);function kn({error:e,tableEmpty:t,isTimeoutError:o,tableError:r,tableLoading:i,triggerDataRefetch:a,footerProps:l,cardLoadingComponent:n,noDataComponent:s}){let p;if(i)p=jsx(Ae,{"data-testid":"VirtualTable_SolidBackground",children:jsx(Io,{"data-testid":"VirtualTable_TableLoading",isLoading:true,cardLoadingComponent:n})});else if(o)p=jsx(ae,{"data-testid":"VirtualTable_ErrorList_timeoutError",shouldMinimizeWidth:true,heading:"timeOut",message:"yourRequestOutPleaseTryAgain",triggerDataRefetch:a,sandboxMode:l==null?void 0:l.sandboxMode});else if(r){let d=e,{formatted:b}=Ub({error:d,fallbackMessage:"connectionErrorMsg"});p=jsx(ae,{"data-testid":"VirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:b,triggerDataRefetch:a,sandboxMode:l==null?void 0:l.sandboxMode});}else t?p=s:p=jsx(ae,{"data-testid":"VirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:"connectionErrorMsg",triggerDataRefetch:a,sandboxMode:l==null?void 0:l.sandboxMode});return p}kn.displayName="TableNoDataWithCard";var Ro=memo(kn);function Ml({row:e,index:t,rowProps:o,renderCardComponent:r}){return createElement(Et,b(a$1({"data-testid":"TableRow",onClick:o==null?void 0:o.onRowClick,showShadowHighlight:o==null?void 0:o.showShadowHighlight,showLoadedStyle:o==null?void 0:o.showLoadedStyle,component:"article"},o),{key:t}),r&&jsx(r,a$1({},e)))}var Eo=memo(Ml,areEqual);var Bl=(e,t)=>o=>{var r;(r=o==null?void 0:o.stopPropagation)==null||r.call(o),t==null||t(e);},zl=styled("div",{shouldForwardProp:e=>e!=="showShadowHighlight"})(({theme:e})=>({backgroundColor:e.palette.background.default,height:"100%"}));function _l({index:e,style:t,data:{renderedScrollTopRef:o,rows:r,rowProps:i,isLoading:a,scrollToIndex:l,newLoadedRowsEndIndex:n,areAllRowsLoaded:s,renderCardComponent:p}}){let d=r.length-1,b$1=r[e],S=a&&e===d+1,R=e<=n,m=rt.useCallback(Bl(b$1,i==null?void 0:i.onRowClick),[b$1,i==null?void 0:i.onRowClick]),y=rt.useMemo(()=>b(a$1({showShadowHighlight:l===e,showLoadedStyle:R},i),{onClick:m}),[l,e,R,i,m,S,s,d]),T=rt.useMemo(()=>jsx(Eo,{index:e,row:b$1,renderCardComponent:p,rowProps:y},`row-${e}`),[e,b$1,y]);return jsx("div",{"data-testid":"ListCardWrapper",style:b(a$1({},t),{top:Number(t.top)-o.current,willChange:"top"}),children:jsx(zl,{"data-testid":"ListCardWrapper_StyledItemWrapper",children:T})})}var Wo=_l;var Kl=cl((e,t,o,r,i,a,l,n,s)=>({isLoading:e,rows:t,rowProps:o,scrollToIndex:r,totalCount:a,lastItemIndex:i,isError:l,areAllRowsLoaded:n,renderCardComponent:s}));function Yl({rows:e,threshold:t=200,rowProps:o,footerProps:r,rowHeight:i=57,isLoading:a,error:l,tableHeader:n,loadMoreItems:s,isFetchingNextPage:p,triggerDataRefetch:d,scrollToIndex:b,areAllRowsLoaded:S=false,tableBodyStyles:R,tableMode:m,tableTitle:y,renderCardComponent:T,cardLoadingComponent:x,tableHeight:f,tableHeaderHeight:u,noDataComponent:h,onStartDrag:I}){var J;let g$1=useTheme(),C=G=>{I==null||I(G);},V=c$1({value:p,delay:1e3}),[H,F]=useState(false),P=Rb(l),B=a!=null?a:true,E=!a&&e.length===0&&P&&!Tb(l),L=!a&&e.length===0,v=Sb(l),k=e.length-1,M=fb(e.length)&&!B,z=V||S&&!M?e.length+1:e.length,X=Kl(V,e,o,b,k,(J=r==null?void 0:r.totalCount)!=null?J:0,P,S&&!M,T),q=useMemo(()=>{let G=D=>{F(D);};return jsx(fl,{"data-testid":"VirtualTable_InfiniteLoader",isItemLoaded:D=>D!==k,itemCount:z,loadMoreItems:()=>g(null,null,function*(){S||(yield s==null?void 0:s());}),threshold:t,children:({onItemsRendered:D,ref:ee})=>jsx(Se,{sx:{height:`${f-(u!=null?u:0)}px`},id:"auto-sizer-wrapper",children:jsx(bl,{ref:ee,"data-testid":"VirtualTable_AutoSizer",children:({height:Le,width:de})=>jsx(Ne,{"data-testid":"VirtualTable_VirtualList",useIsScrolling:true,className:"list",itemData:X,height:Le||0,width:de||0,itemCount:z,itemSize:()=>i,onItemsRendered:D,setBackdropVisibility:G,areTotalRowsNotFillingHeight:M,scrollToIndex:b,overscanCount:5,children:Wo})})})})},[l,a,k,s,i,e,o,E,B,t,V,S,M,z]),W=B||E||L||v;return jsxs(Fragment,{children:[jsx(Vt,{children:jsx(on,{as:"main",id:"table-box-container","aria-labelledby":"table-box-container","data-testid":"VirtualTable_StyledTableBox","data-title":y,"data-direction":g$1.direction,"data-are-all-rows-loaded":!!S,"data-is-fetching-next-page":!!p,"data-scroll-to-index":b,"data-is-loading":!!a,"data-is-error":!!P,"data-is-error-timeout":!!v,"data-table-mode":m,dir:g$1.direction,showNoDataView:W,sx:{height:`${f}px !important`},children:jsxs(_,{"data-testid":"VirtualTable_TableWrapper",showNoDataView:W,sx:a$1({},R),children:[n,W?jsx(Ro,{error:l,tableEmpty:L,isTimeoutError:v,tableError:E,tableLoading:B,triggerDataRefetch:d,footerProps:r,cardLoadingComponent:x,noDataComponent:h}):q]})})}),jsx(c$2,a$1({"data-testid":"VirtualTable_TableFooter",showSeparator:true,showBackDrop:H,onPointerDown:C,sx:{marginTop:"-37px"}},r))]})}var Zl=memo(Yl);var xf=styled("img")(()=>({width:"13.3px",height:"13.3px"})),Tf=styled("img")(()=>({width:"8px",height:"6.4px",cursor:"pointer",marginTop:"2px"})),Mn=styled("span")(({theme:e})=>({color:e.palette.text.primary,textOverflow:"ellipsis",width:"80%",overflow:"hidden",fontSize:"12px",fontWeight:600})),Hn=styled("div")(()=>({width:"16px",height:"auto",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"2px",padding:"2px",transition:"all 0.2s ease"})),Dn=styled(li,{shouldForwardProp:e=>e!=="showBackDrop"})(({showBackDrop:e,theme:t})=>({flex:"0 0 auto",boxShadow:e?t.shadows[23]:"none",backgroundColor:t.palette.background.default,zIndex:1,width:"100%",minWidth:"auto",overflowX:"scroll"})),Fn=styled(ei)(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",width:"100%",minWidth:"fit-content",height:"28px",backgroundColor:e.palette.primary.light})),vo=styled("div")({display:"flex",width:"100%",height:"100%",overflow:"hidden",borderRadius:"12px"}),Bn=styled("div")(({theme:e})=>({width:"auto",zIndex:10,flex:"0 0 auto",minWidth:0,display:"flex",flexDirection:"column",position:"relative",backgroundColor:e.palette.primary.light,borderTop:"1px solid #F2F2F2",borderBottom:"1px solid #F2F2F2",overflow:"hidden"})),zn=styled(Bn)({boxShadow:"4px 0px 24px 0px #00000014",borderLeft:"1px solid #F2F2F2",borderRight:"none",borderTopLeftRadius:"12px",borderBottomLeftRadius:"12px"}),_n=styled(Bn)({boxShadow:"-4px 0px 24px 0px #00000014",borderRight:"1px solid #F2F2F2",borderLeft:"none",borderTopRightRadius:"12px",borderBottomRightRadius:"12px"}),Dt=styled("div",{shouldForwardProp:e=>e!=="hasPinnedStart"&&e!=="hasPinnedEnd"})(({hasPinnedStart:e,hasPinnedEnd:t})=>({flex:"1 1 auto",minWidth:0,display:"flex",flexDirection:"column",borderTop:"1px solid #F2F2F2",borderBottom:"1px solid #F2F2F2",borderLeft:e?"none":"1px solid #F2F2F2",borderRight:t?"none":"1px solid #F2F2F2",position:"relative",scrollbarWidth:"auto",overflow:"hidden",borderTopLeftRadius:e?"0":"12px",borderBottomLeftRadius:e?"0":"12px",borderTopRightRadius:t?"0":"12px",borderBottomRightRadius:t?"0":"12px"})),$e=styled("div")({flexShrink:0,height:"auto",overflow:"scroll"});var ko=(e,t,o)=>{let[r,i]=useState(()=>{let m=t?e.filter(T=>T.pinned==="start").map(T=>T.id):[],y=e.filter(T=>T.isDefaultPinned&&T.pinned!=="end").map(T=>T.id);return Array.from(new Set([...y,...m]))}),[a,l]=useState(()=>{let m=e.filter(f=>f.isDefaultPinned&&f.pinned==="end").map(f=>f.id);if(!t)return m;let y=e.filter(f=>f.pinned==="end").map(f=>f.id),T=e.filter(f=>!f.hidden),x=T[T.length-1];return y.length===0&&x&&!x.pinned&&!x.isDefaultPinned?[x.id]:y}),n=useCallback((m,y="start")=>{if(!t)return;let T=[...r],x=[...a];y==="unpin"?(T=T.filter(u=>u!==m),x=x.filter(u=>u!==m)):y==="start"?(T=[...T.filter(u=>u!==m),m],x=x.filter(u=>u!==m)):y==="end"&&(x=[...x.filter(u=>u!==m),m],T=T.filter(u=>u!==m)),i(T),l(x);let f=T.includes(m)||x.includes(m);o==null||o(m,f);},[r,a,o,t]),s=useMemo(()=>e.filter(m=>!m.hidden),[e]),{pinnedStartColumnsData:p,pinnedEndColumnsData:d,unpinnedColumnsData:b}=useMemo(()=>{let m=s.filter(h=>r.includes(h.id)),y=s.filter(h=>a.includes(h.id)),T=s.filter(h=>!r.includes(h.id)&&!a.includes(h.id)),x=m.sort((h,I)=>{var g,C;return ((g=h==null?void 0:h.order)!=null?g:1e6)-((C=I==null?void 0:I.order)!=null?C:1e6)}),f=y.sort((h,I)=>{var g,C;return ((g=h==null?void 0:h.order)!=null?g:1e6)-((C=I==null?void 0:I.order)!=null?C:1e6)}),u=T.sort((h,I)=>{var g,C;return ((g=h==null?void 0:h.order)!=null?g:1e6)-((C=I==null?void 0:I.order)!=null?C:1e6)});return {pinnedStartColumnsData:x,pinnedEndColumnsData:f,unpinnedColumnsData:u}},[s,r,a]),S=useMemo(()=>[...p,...b,...d],[p,b,d]),R=useMemo(()=>{let m=S[S.length-1];return m?m.id:null},[S]);return {pinnedStartColumns:r,pinnedEndColumns:a,handleColumnPin:n,pinnedStartColumnsData:p,pinnedEndColumnsData:d,unpinnedColumnsData:b,orderedColumns:S,lastColumnId:R}};var Po=()=>{let e=useRef(null),t=useRef(null),o=useRef(null),r=useRef(false),i=useCallback(({scrollOffset:a},l)=>{r.current||(r.current=true,l!=="start"&&e.current&&e.current.scrollTo(a),l!=="end"&&o.current&&o.current.scrollTo(a),l!=="scrollable"&&t.current&&t.current.scrollTo(a),requestAnimationFrame(()=>{r.current=false;}));},[]);return {pinnedStartVirtualListRef:e,scrollableVirtualListRef:t,pinnedEndVirtualListRef:o,handleScroll:i}};var Mo=()=>{let[e,t]=useState(null),[o,r]=useState(null),[i,a]=useState(null),[l,n]=useState(null),[s,p]=useState(false),d=useCallback((m,y,T,x,f)=>{T.stopPropagation();let u=`${f!=null?f:"default"}-${m}-${y}-${x}`,h=`${f!=null?f:"default"}-${m}-${y}`;if(i===u){a(null),t(null);return}a(u),t(h),n(null);},[i,a,t,n]),b=useCallback((m,y,T,x)=>{if(T.stopPropagation(),x==="start"&&y===0){n(u=>u===m?null:m),t(null),r(null),a(null);return}let f=`${x!=null?x:"default"}-${m}-${y}`;t(u=>u===f?null:f),r(null),a(null),n(null);},[l]),S=useCallback((m,y,T)=>{y.stopPropagation();let x=`${T!=null?T:"default"}-${m}`;r(f=>f===x?null:x),t(null),a(null),n(null);},[]),R=useCallback(()=>{t(null),r(null),a(null),n(null);},[]);return {selectedCell:e,selectedColumn:o,selectedRow:l,showBackDrop:s,selectedChip:i,setShowBackdrop:p,handleChipClick:d,handleCellClick:b,handleColumnClick:S,resetSelection:R}};var os=e=>e!==null&&"isAxiosError"in e&&e.isAxiosError===true,Ho=({rows:e,isLoading:t,error:o,isFetchingNextPage:r,areAllRowsLoaded:i})=>{let a=c$1({value:r,delay:1e3}),l=useMemo(()=>{let s=Rb(o||null),p=t!=null?t:true,d=o&&os(o)?o:null,b=!t&&e.length===0&&s&&!Tb(d),S=!t&&e.length===0,R=Sb(d);return {isError:s,tableLoading:p,tableError:b,tableEmpty:S,hasTimeoutError:R,showNoDataView:p||b||S||R}},[e.length,t,o]),n=useMemo(()=>{let s=e.length-1,p=fb(e.length)&&!l.tableLoading,d=a!=null&&a||i?e.length+1:e.length;return {lastItemIndex:s,areTotalRowsNotFillingHeight:p,itemsCount:d}},[e.length,l.tableLoading,a,i]);return b(a$1(a$1({},l),n),{isDelayedFetchingNextPage:a!=null?a:false})};var ns=cl((e,t,o,r,i,a,l,n,s,p,d,b,S,R,m,y,T,x)=>({columns:e,isLoading:t,rows:o,rowProps:r,scrollToIndex:i,totalCount:l,lastItemIndex:a,isError:n,areAllRowsLoaded:s,limit:l,newLoadedRowsEndIndex:a,isSheetView:true,isPinned:p,selectedCell:d,selectedColumn:b,selectedRow:S,selectedChip:R,onCellClick:m,onChipClick:y,containerHeight:T,rowHeight:x})),Do=({rowHeight:e,areAllRowsLoaded:t,rows:o,isDelayedFetchingNextPage:r,rowProps:i,scrollToIndex:a,footerProps:l,isError:n,selectedCell:s,selectedColumn:p,selectedRow:d,selectedChip:b,handleCellClick:S,handleChipClick:R})=>{let m=useCallback((f,u)=>{if(t&&f===o.length){let I=o.length*e,g=u-I,C=e*2;return Math.max(g,C)}return e},[t,o.length,e]),y=useMemo(()=>{var f;return [r,o,i,a,o.length-1,(f=l==null?void 0:l.totalCount)!=null?f:0,n,t]},[r,o,i,a,l==null?void 0:l.totalCount,n,t]),T=useMemo(()=>[s,p,d,b,S,R],[s,p,d,b,S,R]),x=useCallback((f,u,h)=>ns(f,...y,u,...T,h,e),[y,T,e]);return {getItemSize:m,getItemDataForContainer:x}};var as=(e,t)=>{let o=useMemo(()=>e.reduce((i,a)=>{let l=typeof a.width=="string"?parseInt(a.width):a.width||100;return i+l},.2),[e]),r=useMemo(()=>t.reduce((i,a)=>{let l=typeof a.width=="string"?parseInt(a.width):a.width||100;return i+l},.2),[t]);return {pinnedStartColumnsWidth:o,pinnedEndColumnsWidth:r}};var Fo=({tableContainerRef:e,showHeader:t,isResizing:o})=>{let[r,i]=useState({top:0,height:0});return useEffect(()=>{let a=()=>{if(e.current){let l=e.current.getBoundingClientRect(),n=t?28:0;i({top:l.top+n,height:l.height-n});}};if(a(),o){let l=()=>a();return window.addEventListener("resize",l),()=>window.removeEventListener("resize",l)}},[o,t,e]),r};var Xn=styled("div",{shouldForwardProp:e=>e!=="isResizing"&&e!=="isLast"})(({isLast:e})=>({position:"absolute",top:0,right:e?-10:-11,width:20,height:"100%",backgroundColor:"transparent",zIndex:100001,display:"flex",alignItems:"center",justifyContent:"center"})),qn=styled("div",{shouldForwardProp:e=>e!=="isVisible"&&e!=="x"&&e!=="height"&&e!=="top"})(({isVisible:e,x:t,height:o,top:r})=>({position:"fixed",left:t,top:r,width:1,height:`calc(${o}px - 14px)`,backgroundColor:"#1F88D0",zIndex:9999,pointerEvents:"none",opacity:e?1:0,transition:"opacity 0.1s ease","&::before":{content:'""',position:"absolute",left:-1,top:0,width:1,height:"100%"}})),_t=styled("div",{shouldForwardProp:e=>e!=="isVisible"&&e!=="x"&&e!=="y"&&e!=="offsetX"})(({isVisible:e,x:t,y:o,offsetX:r=0})=>({position:"fixed",left:t+r-8,top:o,width:20,height:16,backgroundImage:`url(${bi$1})`,backgroundSize:"contain",backgroundRepeat:"no-repeat",backgroundPosition:"center",zIndex:1e5,pointerEvents:"none",display:e?"block":"none",transform:"translate(-50%, -50%)"}));function ms({columnId:e,onStartResize:t,isResizing:o,isLast:r=false}){let[i,a]=useState(false),[l,n]=useState({x:0,y:0}),s=useRef(null),p=useCallback(()=>{var y;let m=(y=s.current)==null?void 0:y.getBoundingClientRect();m&&n({x:m.right,y:m.top+m.height/2});},[]),d=useCallback(()=>{o||(a(true),p());},[o,p]),b=useCallback(()=>{!o&&i&&p();},[o,i,p]),S=useCallback(()=>{a(false);},[]);return jsxs(Fragment,{children:[jsx(Xn,{ref:s,isResizing:o,isLast:r,onMouseDown:m=>{m.stopPropagation(),m.preventDefault(),a(false),t(m,e);},onMouseEnter:d,onMouseMove:b,onMouseLeave:S,"data-testid":`column-resize-handle-${e}`}),createPortal(jsx(_t,{isVisible:i&&!o,x:l.x,y:l.y,offsetX:-2}),document.body)]})}var zo=memo(ms);function hs({isVisible:e,indicatorX:t,indicatorHeight:o,indicatorTop:r,iconX:i,iconY:a}){return e?createPortal(jsxs(Fragment,{children:[jsx(qn,{isVisible:e,x:t,height:o,top:r,"data-testid":"column-resize-indicator"}),jsx(_t,{isVisible:e,x:i,y:a,offsetX:8,"data-testid":"floating-resize-icon"})]}),document.body):null}var _o=memo(hs);var we={MIN_WIDTH:25,MAX_WIDTH:1500,DEFAULT_WIDTH:100};var Zn=e=>{if(typeof e=="string"){let t=parseInt(e,10);return isNaN(t)?we.DEFAULT_WIDTH:t}return e||we.DEFAULT_WIDTH},Ao=e=>Math.max(we.MIN_WIDTH,Math.min(we.MAX_WIDTH,e)),Z=e=>{let t=String(e.id);return e.tableViewId?`${t}_${e.tableViewId}`:t},No=(e,t)=>e.map(o=>{let r=Z(o);return b(a$1({},o),{width:t[r]||o.width})}),Jn=(e,t)=>{e.current&&(document.removeEventListener("mousemove",e.current),e.current=void 0),t.current&&(document.removeEventListener("mouseup",t.current),t.current=void 0),document.body.style.cursor="",document.body.style.userSelect="";},Ts=(e,t,o,r,i,a,l,n,s)=>p=>{try{let d=s.current-o,b$1=Ao(t+d);l(S=>b(a$1({},S),{columnWidths:b(a$1({},S.columnWidths),{[e]:b$1}),isResizing:!1,resizingColumn:null,resizeIndicatorX:0})),r&&i&&(Bc(r,i,String(e),b$1)||console.warn(`Failed to persist column width for ${e}`)),a==null||a(e,b$1),p.stopPropagation(),p.preventDefault(),n();}catch(d){console.error("Error in mouse up handler:",d),n();}},Qn=(e,t,o,r,i,a,l,n,s)=>p=>{try{let d=p.clientX;if(r!=null&&r.current){let S=r.current.getBoundingClientRect(),R=S.left,m=S.right;a==="start"&&i===1&&(m=m-38),d=Math.max(R,Math.min(m,p.clientX));}l&&(l.current=d);let b$1=d;if(n&&s){let S=n.current-s.current+we.MIN_WIDTH;d<S&&(b$1=S);}e(S=>b(a$1({},S),{resizeIndicatorX:b$1})),t({x:b$1,y:o.current});}catch(d){console.error("Error in mouse move handler:",d);}},jn=(e,t)=>e[t]||we.DEFAULT_WIDTH,ea=(e,t,o,r,i,a,l)=>(n,s,p)=>d=>{Ts(n,s,p,e,t,o,r,i,l)(d),setTimeout(()=>{a.current=false;},0);};var Oo=({columns:e,onColumnResize:t,handleColumnClick:o,windowId:r,serviceCode:i,tableContainerRef:a})=>{let l=useMemo(()=>e.reduce((E,L)=>{let v=Z(L),k=Zn(L.width),M=k;if(r&&i)try{let z=Ac(r,i,v,k);M=z!=null?z:k;}catch(z){console.warn(`Failed to load stored width for column ${v}:`,z),M=k;}return E[v]=Ao(M),E},{}),[r,i]),[{columnWidths:n,isResizing:s,resizingColumn:p,resizeIndicatorX:d},b$1]=useState(()=>({columnWidths:l,isResizing:false,resizingColumn:null,startX:0,startWidth:0,resizeIndicatorX:0})),[S,R]=useState({x:0,y:0}),m=useRef(false),y=useRef(0),T=useRef(0),x=useRef(0),f=useRef(0),u=useRef(),h=useRef();useEffect(()=>{b$1(E=>{let L=new Set(Object.keys(E.columnWidths)),v=new Set(Object.keys(l));return L.size!==v.size?b(a$1({},E),{columnWidths:l}):Array.from(v).some(M=>!L.has(M)||E.columnWidths[M]!==l[M])?b(a$1({},E),{columnWidths:l}):E});},[]);let I=useCallback(E=>jn(n,E),[n]),g=useCallback(()=>{Jn(u,h);},[]),C=useCallback((E,L,v)=>ea(r,i,t,b$1,g,m,T)(E,L,v),[r,i,t,g]),V=useCallback((E,L)=>Qn(b$1,R,y,a,E,L,T,x,f),[a]),H=useCallback((E,L)=>{E.preventDefault(),E.stopPropagation();try{let v=I(L),k=E.clientX,M=e.find(D=>Z(D)===L),z=M?e.filter(D=>D.pinned===M.pinned).findIndex(D=>Z(D)===L):void 0,X=M==null?void 0:M.pinned,W=E.currentTarget.closest('[data-testid="SheetViewVirtualTable_TableHeader_StyledCell"]'),J=E.clientY;if(W){let D=W.getBoundingClientRect();J=D.top+D.height/2;}b$1(D=>b(a$1({},D),{isResizing:!0,resizingColumn:L,startX:k,startWidth:v,resizeIndicatorX:k,resizingColumnIndex:z,resizingColumnPinned:X})),y.current=J,T.current=k,x.current=k,f.current=v,R({x:k,y:J}),m.current=!0;let G=V(z,X),Q=C(L,v,k);u.current=G,h.current=Q,document.addEventListener("mousemove",G),document.addEventListener("mouseup",Q),document.body.style.cursor="none",document.body.style.userSelect="none";}catch(v){console.error("Error starting resize:",v),g();}},[I,V,C,g,e]),F=useCallback(()=>{try{b$1(E=>b(a$1({},E),{isResizing:!1,resizingColumn:null,resizeIndicatorX:0})),m.current=!1,g();}catch(E){console.error("Error stopping resize:",E),g();}},[g]),P=useCallback(()=>m.current,[]),B=useCallback((E,L,v)=>{P()||o(E,L,v);},[o,P]);return useEffect(()=>g,[g]),{columnWidths:n,isResizing:s,resizingColumn:p,resizeIndicatorX:d,cursorPosition:S,getColumnWidth:I,startResize:H,stopResize:F,isCurrentlyResizing:P,handleColumnClick:B}};var $o=({pinnedStartColumnsData:e,pinnedEndColumnsData:t,columnWidths:o})=>{let r=useMemo(()=>e.reduce((n,s)=>{let p=Z(s),d=o[p]||parseInt(String(s.width))||150;return n+d},.2),[e,o]),i=useMemo(()=>t.reduce((n,s)=>{let p=Z(s),d=o[p]||parseInt(String(s.width))||150;return n+d},.2),[t,o]),a=useMemo(()=>e.map(n=>{let s=Z(n);return b(a$1({},n),{width:o[s]||n.width})}),[e,o]),l=useMemo(()=>t.map(n=>{let s=Z(n);return b(a$1({},n),{width:o[s]||n.width})}),[t,o]);return {pinnedStartColumnsWidth:r,pinnedEndColumnsWidth:i,pinnedStartColumnsDataWithWidths:a,pinnedEndColumnsDataWithWidths:l}};var Es=styled("section")(({isLoaded:e=false,isPinned:t=false})=>({overflow:"hidden",paddingInline:e&&!t?"32px":"0px",backgroundColor:e&&!t?"rgba(255, 255, 255, 0.60)":"none",filter:e&&!t?"blur(8px)":"none",marginTop:e&&!t?"1rem":"0",height:"100%",maxHeight:"100%"}));function Vs({columns:e,isLoaded:t=false,animationType:o,isLoading:r=false,rowsCount:i=13,isPinned:a=false}){let[l,n]=useState(()=>i||Math.min(eb(t,r),15));return useEffect(()=>{if(i){n(i);return}let s=()=>{var x;let b=document.querySelector('[data-testid="SheetViewTableLoading"]');if(!b)return Math.min(eb(t,r),25);let S=((x=b.parentElement)==null?void 0:x.clientHeight)||0,R=28,y=S-40;if(y<=0)return Math.min(eb(t,r),25);let T=Math.floor(y/R);return Math.max(3,Math.min(T+2,25))},p=s();n(p);let d=()=>{let b=s();n(b);};return window.addEventListener("resize",d),()=>window.removeEventListener("resize",d)},[t,r,i]),jsx(Es,{isLoaded:t,isPinned:a,"data-testid":"SheetViewTableLoading",children:[...Array(l)].map((s,p)=>jsx(ot,{columns:e,animationType:o,rowIndex:p,useTableBackground:!a},`i-${Ei("SheetViewTableLoadingRow_")}`))})}var le=memo(Vs);function na({error:e,tableEmpty:t,isTimeoutError:o,tableError:r,tableLoading:i,orderedColumns:a,triggerDataRefetch:l,footerProps:n}){let s;if(i)s=jsx(Ae,{"data-testid":"SheetViewVirtualTable_SolidBackground",children:jsx(le,{"data-testid":"SheetViewVirtualTable_TableLoading",columns:a,isLoading:true,isPinned:false})});else if(o)s=jsx(ae,{"data-testid":"SheetViewVirtualTable_ErrorList_timeoutError",shouldMinimizeWidth:true,heading:"timeOut",message:"yourRequestOutPleaseTryAgain",triggerDataRefetch:l,sandboxMode:n==null?void 0:n.sandboxMode});else if(r){let p=e,{formatted:d}=Ub({error:p,fallbackMessage:"connectionErrorMsg"});s=jsx(ae,{"data-testid":"SheetViewVirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:d,triggerDataRefetch:l,sandboxMode:n==null?void 0:n.sandboxMode});}else if(t){let p=e,{formatted:d}=Ub({error:p,fallbackMessage:"tryAdjustingTheDateOrFilters"});s=jsx(vt,{sandboxMode:n==null?void 0:n.sandboxMode,heading:"nothingFound",message:d});}else s=jsx(ae,{"data-testid":"SheetViewVirtualTable_ErrorList_tableError",heading:"somethingWentWrong",message:"connectionErrorMsg",triggerDataRefetch:l,sandboxMode:n==null?void 0:n.sandboxMode});return s}na.displayName="SheetViewTableNoData";var Ws=memo(na);function Fs({column:{header:e,id:t,tableViewId:o,align:r,headerStyle:i,sortable:a,filter:l,pinnable:n,width:s,order:p,pinned:d},colIndex:b$1,isFirst:S,isLast:R,isSelected:m,isDefaultPinned:y,onColumnSort:T,columnsSorting:x,onColumnPin:f,isPinnable:u,lastColumnId:h,onColumnClick:I,pinnedColumns:g,onStartResize:C,isResizing:V=false,resizingColumn:H=null}){let F=Z({id:t,tableViewId:o}),[P,B]=useState(null),E=useRef(null),{isFilterApplied:L}=Qe({filter:l}),v=useCallback(W=>g==null?void 0:g.includes(W),[g]),k=useMemo(()=>v(t),[t,v]),M=W=>{v(W)?f==null||f(W,"unpin"):W===h?f==null||f(W,"end"):f==null||f(W,"start");},z=()=>{B(E.current);};return jsxs(ye,{"data-id":t,component:"div","data-testid":"SheetViewVirtualTable_TableHeader_StyledCell","data-column-id":t,"data-column-width":s,"data-column-width-used":s,"data-column-align":r,"data-column-order":p,"data-column-header":typeof e=="string"?e:"component","data-column-sortable":!!a,"data-column-filterable":!!l,"data-column-pinned":k,isFirst:S,isLast:R,isSheetView:true,ref:E,onClick:W=>{W.target===W.currentTarget&&(I==null||I(b$1,W,d));},sx:W=>a$1({display:"flex",gap:W.spacing(.5),alignItems:"center",justifyContent:r==="right"?"flex-end":"flex-start",width:s,textAlign:r,overflow:"visible !important",cursor:"pointer",boxSizing:"border-box",border:"0.5px solid transparent",borderColor:m?"#1F88D0":"#F2F2F2",borderBottom:m?"0.5px solid transparent":"0.5px solid #F2F2F2",backgroundColor:m?"#F2F2F2":"#FCFCFC",minHeight:"28px",position:"relative","&:before":{content:'""',borderBottom:"none",position:"absolute",top:0,right:0,left:0,bottom:0}},i),children:[jsxs(Rt,{onClick:W=>{W.stopPropagation(),z();},children:[typeof e=="function"?e():jsx(Se,{"data-testid":"SheetViewTableHeader_columns_header",sx:{maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e&&jsx(Mn,{"data-testid":"SheetViewVirtualTable_TableHeader_StyledCell_header_text",children:e})}),l&&jsx(Je,b(a$1({},l),{anchorEl:P,setAnchorEl:B,isFilterApplied:L})),a&&jsx(yt,{columnId:t,onColumnSort:T,columnsSorting:x,onClick:W=>{I==null||I(b$1,W,d);}}),u&&n&&!y&&!R&&jsx(Hn,{onClick:W=>{W.stopPropagation(),M(t);},title:k?"Unpin column":"Pin column",children:jsx("img",{src:k?dg:cg,alt:"pin-icon"})})]}),C&&d!=="end"&&jsx(zo,{columnId:F,onStartResize:C,isResizing:V,isLast:R})]})}var ia=memo(Fs);function zs({columns:e,headerProps:t,showBackDrop:o,onColumnSort:r,columnsSorting:i,pinnedColumns:a=[],onColumnPin:l,isPinnable:n=false,lastColumnId:s,selectedColumn:p=null,onColumnClick:d,onStartResize:b$1,isResizing:S=false,resizingColumn:R=null}){return jsx(Dn,b(a$1({component:"nav","data-testid":"SheetViewVirtualTable_TableHeader_StyledHeader",showBackDrop:o},t),{children:jsx(Fn,{component:"section","data-testid":"SheetViewVirtualTable_TableHeader_StyledMUITableRow",children:e.map((m,y)=>{var x;let T=`${(x=m.pinned)!=null?x:"default"}-${y}`;return jsx(ia,{column:m,colIndex:y,isFirst:m.id===e[0].id,isLast:m.id===e[e.length-1].id,isDefaultPinned:!!m.isDefaultPinned,isSelected:p===T,onColumnSort:r,columnsSorting:i,pinnedColumns:a,onColumnPin:l,isPinnable:n,lastColumnId:s,onColumnClick:d,onStartResize:b$1,isResizing:S,resizingColumn:R},`${m.id}-${y}`)})})}))}var se=memo(zs);function Os({columnsData:e,itemCount:t,lastItemIndex:o,areAllRowsLoaded:r,loadMoreItems:i,threshold:a,getItemSize:l,getItemData:n,isPinned:s,fixedWidth:p,scrollToIndex:d,areTotalRowsNotFillingHeight:b,clearBackdropVisibilityTimeout:S,onScroll:R,setBackdropVisibility:m,listRef:y,overscanCount:T=40}){return jsx(fl,{isItemLoaded:f=>f!==o,itemCount:t,loadMoreItems:()=>g(null,null,function*(){r||(yield i==null?void 0:i());}),threshold:a,children:({onItemsRendered:f,ref:u})=>jsx(bl,{ref:u,children:({height:h,width:I})=>{let g=V=>l(V,h),C=n(e,s,h);return jsx(Ne,{listRef:y,height:h,width:p||I,itemCount:t,itemSize:g,itemData:C,onItemsRendered:f,overscanCount:T,setBackdropVisibility:m,scrollToIndex:d,areTotalRowsNotFillingHeight:b,useIsScrolling:true,onScroll:R,clearBackdropVisibilityTimeout:S,style:{overflowX:s?"hidden":"auto",paddingBottom:s?"25px":"13px",backgroundColor:s?"transparent":"#F6F8FACC"},children:Mt})}})})}var qo=memo(Os);function Xs({position:e,columnsData:t,columnsWidth:o,pinnedColumnsList:r,showHeader:i,columnsSorting:a,onColumnSort:l,headerProps:n,showBackDrop:s,onColumnPin:p,isPinnable:d,lastColumnId:b,selectedColumn:S,onColumnClick:R,hasPinnedStart:m,hasPinnedEnd:y,tableTitle:T,areAllRowsLoaded:x,isFetchingNextPage:f,scrollToIndex:u,isLoading:h,isError:I,hasTimeoutError:g,tableMode:C,showNoDataView:V,tableLoading:H,createVirtualTableContainer:F,onStartResize:P,isResizing:B,resizingColumn:E}){let L=useTheme();if(t.length===0)return null;let v=e==="start"?zn:_n,k=e==="start"?"pinnedStart":"pinnedEnd";return jsx(v,{children:jsxs(ne,{as:"main",id:"sheet-table-box-container","aria-labelledby":"sheet-table-box-container","data-testid":"SheetViewVirtualTable_StyledTableBox","data-title":T,"data-direction":L.direction,"data-are-all-rows-loaded":!!x,"data-is-fetching-next-page":!!f,"data-scroll-to-index":u,"data-is-loading":!!h,"data-is-error":!!I,"data-is-error-timeout":!!g,"data-table-mode":C,height:"100%",dir:L.direction,showNoDataView:V,children:[i&&jsx(se,{"data-testid":"SheetViewVirtualTable_PinnedTableHeader",columnsSorting:a,onColumnSort:l,columns:t,headerProps:n,showBackDrop:s,pinnedColumns:r,onColumnPin:p,isPinnable:d,lastColumnId:b,selectedColumn:S,onColumnClick:R,tablePosition:e==="start"?"pinnedStart":"pinnedEnd",hasPinnedStart:m,hasPinnedEnd:y,onStartResize:P,isResizing:B,resizingColumn:E}),jsx(_,{"data-testid":"VirtualTable_TableWrapper",sx:{width:"100%",minWidth:"fit-content",overflowX:"hidden"},children:jsx(ce,{"data-testid":"SheetViewVirtualTable_PinnedStyledBox",hidePadding:true,className:"list-wrapper",sx:{height:"100%",maxHeight:"100%",overflow:"hidden"},children:H?jsx(le,{"data-testid":`SheetViewVirtualTable_PinnedTableLoading_${e}`,columns:t,isLoading:true,isPinned:true}):F(t,k,true,o)})})]})})}var Xe=memo(Xs);function Ys({hasPinnedStart:e,hasPinnedEnd:t,unpinnedColumnsData:o,showHeader:r,columnsSorting:i,onColumnSort:a,headerProps:l,showBackDrop:n,pinnedStartColumns:s,pinnedEndColumns:p,onColumnPin:d,isPinnable:b$1,lastColumnId:S,selectedColumn:R,onColumnClick:m,tableTitle:y,areAllRowsLoaded:T,isFetchingNextPage:x,scrollToIndex:f,isLoading:u,isError:h,hasTimeoutError:I,tableMode:g,showNoDataView:C,tableBodyStyles:V,tableLoading:H,createVirtualTableContainer:F,onStartResize:P,isResizing:B,resizingColumn:E}){let L=useTheme();return jsx(Dt,{hasPinnedStart:e,hasPinnedEnd:t,children:jsx(ne,{as:"main",id:"sheet-table-box-container","aria-labelledby":"sheet-table-box-container","data-testid":"SheetViewVirtualTable_StyledTableBox","data-title":y,"data-direction":L.direction,"data-are-all-rows-loaded":!!T,"data-is-fetching-next-page":!!x,"data-scroll-to-index":f,"data-is-loading":!!u,"data-is-error":!!h,"data-is-error-timeout":!!I,"data-table-mode":g,height:"100%",dir:L.direction,showNoDataView:C,scrollable:true,children:jsxs(_,{"data-testid":"SheetViewVirtualTable_TableWrapper",showNoDataView:C,sx:b(a$1({},V),{display:"flex",flexDirection:"column",height:"100%"}),children:[r&&jsx($e,{children:jsx(se,{"data-testid":"SheetViewVirtualTable_UnpinnedTableHeader",columnsSorting:i,onColumnSort:a,columns:o,headerProps:l,showBackDrop:n,pinnedColumns:[...s,...p],onColumnPin:d,isPinnable:b$1,lastColumnId:S,selectedColumn:R,onColumnClick:m,tablePosition:"scrollable",hasPinnedStart:e,hasPinnedEnd:t,onStartResize:P,isResizing:B,resizingColumn:E})}),jsx(_,{"data-testid":"VirtualTable_TableWrapper",sx:{width:"100%",minWidth:"fit-content"},children:jsx(ce,{"data-testid":"SheetViewVirtualTable_ScrollableStyledBox",hidePadding:true,className:"list-wrapper",sx:{height:"100%",maxHeight:"100%",overflow:"hidden"},children:H?jsx(le,{"data-testid":"SheetViewVirtualTable_TableLoading",columns:o,isLoading:true,isPinned:false}):F(o,"scrollable",false)})})]})})})}var Go=memo(Ys);function js({hasPinnedStart:e,hasPinnedEnd:t,unpinnedColumnsData:o,showHeader:r,columnsSorting:i,onColumnSort:a,headerProps:l,showBackDrop:n,pinnedStartColumns:s,pinnedEndColumns:p,onColumnPin:d,isPinnable:b$1,lastColumnId:S,selectedColumn:R,onColumnClick:m,tableTitle:y,areAllRowsLoaded:T,isFetchingNextPage:x,scrollToIndex:f,isLoading:u,isError:h,hasTimeoutError:I,tableMode:g,showNoDataView:C,tableBodyStyles:V}){let H=useTheme();return jsx(Dt,{hasPinnedStart:e,hasPinnedEnd:t,children:jsx(ne,{as:"main",id:"sheet-table-box-container","aria-labelledby":"sheet-table-box-container","data-testid":"SheetViewVirtualTable_StyledTableBox_Loading","data-title":y,"data-direction":H.direction,"data-are-all-rows-loaded":!!T,"data-is-fetching-next-page":!!x,"data-scroll-to-index":f,"data-is-loading":!!u,"data-is-error":!!h,"data-is-error-timeout":!!I,"data-table-mode":g,height:"100%",dir:H.direction,showNoDataView:C,scrollable:true,children:jsxs(_,{"data-testid":"SheetViewVirtualTable_LoadingTableWrapper",showNoDataView:C,sx:b(a$1({},V),{display:"flex",flexDirection:"column",height:"100%"}),children:[r&&jsx($e,{children:jsx(se,{"data-testid":"SheetViewVirtualTable_LoadingTableHeader",columnsSorting:i,onColumnSort:a,columns:o,headerProps:l,showBackDrop:n,pinnedColumns:[...s,...p],onColumnPin:d,isPinnable:b$1,lastColumnId:S,selectedColumn:R,onColumnClick:m,tablePosition:"scrollable",hasPinnedStart:e,hasPinnedEnd:t})}),jsx(_,{"data-testid":"VirtualTable_LoadingTableWrapper",sx:{width:"100%",minWidth:"fit-content"},children:jsx(ce,{"data-testid":"SheetViewVirtualTable_LoadingStyledBox",hidePadding:true,className:"list-wrapper",sx:{height:"100%",maxHeight:"100%",display:"flex",flexDirection:"column",overflow:"hidden"},children:jsx(le,{"data-testid":"SheetViewVirtualTable_TableLoading",columns:o,isLoading:true,isPinned:false})})})]})})})}var Ko=memo(js);function rd({tableLoading:e,tableError:t,tableEmpty:o,hasTimeoutError:r,orderedColumns:i,showHeader:a,columnsSorting:l,onColumnSort:n,headerProps:s,showBackDrop:p,onColumnPin:d,lastColumnId:b,selectedColumn:S,onColumnClick:R,tableTitle:m,areAllRowsLoaded:y,isFetchingNextPage:T,scrollToIndex:x,isLoading:f,isError:u,tableMode:h,tableBodyStyles:I,error:g,triggerDataRefetch:C,footerProps:V,customNoDataComponent:H}){let F=useTheme(),P=e||t||o||r;return jsx(ne,{as:"main",id:"sheet-table-box-container","aria-labelledby":"sheet-table-box-container","data-testid":"SheetViewVirtualTable_StyledTableBox","data-title":m,"data-direction":F.direction,"data-are-all-rows-loaded":!!y,"data-is-fetching-next-page":!!T,"data-scroll-to-index":x,"data-is-loading":!!f,"data-is-error":!!u,"data-is-error-timeout":!!r,"data-table-mode":h,height:"100%",dir:F.direction,showNoDataView:P,children:jsxs(_,{"data-testid":"SheetViewVirtualTable_TableWrapper",showNoDataView:P,sx:I,children:[a&&jsx($e,{children:jsx(se,{"data-testid":"SheetViewVirtualTable_LoadingTableHeader",columnsSorting:l,onColumnSort:n,columns:i,headerProps:s,showBackDrop:p,pinnedColumns:[],onColumnPin:d,isPinnable:false,lastColumnId:b,selectedColumn:S,onColumnClick:R})}),H||jsx(et,{error:g||null,tableEmpty:o,isTimeoutError:r,tableError:t,tableLoading:e,orderedColumns:i,triggerDataRefetch:C||(()=>Promise.resolve()),footerProps:V})]})})}var Yo=memo(rd);function sd({columns:e,rows:t,threshold:o=20,showHeader:r,headerProps:i,rowProps:a,footerProps:l,rowHeight:n=28,isLoading:s,error:p,columnsSorting:d,onColumnSort:b$2,loadMoreItems:S,isFetchingNextPage:R,triggerDataRefetch:m,scrollToIndex:y,areAllRowsLoaded:T=false,tableBodyStyles:x,tableTitle:f,onStartDrag:u,onColumnPin:h,clearBackdropVisibilityTimeout:I=100,isPinnable:g=false,tableMode:C,overscanCount:V,windowId:H,serviceCode:F,customNoDataComponent:P,defaultSkeleton:B=true}){let E=useMemo(()=>Ic(e,s!=null?s:false,B),[e,s,B]),{selectedCell:L,selectedColumn:v,selectedRow:k,showBackDrop:M,setShowBackdrop:z,handleCellClick:X,handleColumnClick:q,handleChipClick:W,selectedChip:J}=Mo(),G=useRef(null),Q=useRef(null),{isError:D,tableLoading:ee,tableError:Le,tableEmpty:de,hasTimeoutError:he,showNoDataView:st,lastItemIndex:ge,areTotalRowsNotFillingHeight:qe,itemsCount:Ge,isDelayedFetchingNextPage:O}=Ho({rows:t,isLoading:s,error:p,isFetchingNextPage:R,areAllRowsLoaded:T}),{pinnedStartColumns:$,pinnedEndColumns:U,handleColumnPin:We,pinnedStartColumnsData:$t,pinnedEndColumnsData:Ut,unpinnedColumnsData:Qo,orderedColumns:jo,lastColumnId:sa}=ko(E,g,h),{pinnedStartVirtualListRef:dt,scrollableVirtualListRef:pt,pinnedEndVirtualListRef:mt,handleScroll:er}=Po();useEffect(()=>{var ke,xe,ut;(ke=dt.current)==null||ke.resetAfterIndex(0),(xe=pt.current)==null||xe.resetAfterIndex(0),(ut=mt.current)==null||ut.resetAfterIndex(0);},[t.length,dt,pt,mt]);let{columnWidths:Ke,isResizing:Xt,resizingColumn:da,resizeIndicatorX:pa,cursorPosition:tr,startResize:ma,handleColumnClick:ua}=Oo({columns:E,handleColumnClick:q,windowId:H,serviceCode:F,tableContainerRef:Q}),or=Fo({tableContainerRef:G,showHeader:r!=null?r:false,isResizing:Xt}),{pinnedStartColumnsWidth:rr,pinnedEndColumnsWidth:nr,pinnedStartColumnsDataWithWidths:te,pinnedEndColumnsDataWithWidths:oe}=$o({pinnedStartColumnsData:$t,pinnedEndColumnsData:Ut,columnWidths:Ke}),ar=useMemo(()=>No(Qo,Ke),[Qo,Ke]),ca=useMemo(()=>No(jo,Ke),[jo,Ke]),{getItemSize:ir,getItemDataForContainer:lr}=Do({rowHeight:n,areAllRowsLoaded:T,rows:t,isDelayedFetchingNextPage:O,rowProps:a,scrollToIndex:y,footerProps:l,isError:D,selectedCell:L,selectedColumn:v,selectedRow:k,selectedChip:J,handleCellClick:X,handleChipClick:W}),ba=ke=>{u==null||u(ke);},Ye=useCallback((ke,xe,ut=false,fa)=>jsx(qo,{columnsData:ke,itemCount:Ge,lastItemIndex:ge,areAllRowsLoaded:T,loadMoreItems:S,threshold:o,getItemSize:ir,getItemData:lr,isPinned:ut,fixedWidth:fa,scrollToIndex:y,areTotalRowsNotFillingHeight:qe,clearBackdropVisibilityTimeout:I,onScroll:ha=>{er(ha,xe==="pinnedStart"?"start":xe==="pinnedEnd"?"end":"scrollable");},setBackdropVisibility:z,listRef:xe==="pinnedStart"?dt:xe==="pinnedEnd"?mt:pt,overscanCount:V}),[Ge,ge,T,S,o,ir,lr,y,qe,I,er,z,dt,mt,pt,V]),sr={showHeader:r,columnsSorting:d,onColumnSort:b$2,headerProps:i,showBackDrop:M,onColumnPin:We,isPinnable:g,lastColumnId:sa,selectedColumn:v,onColumnClick:ua,tableTitle:f,areAllRowsLoaded:T,isFetchingNextPage:R,scrollToIndex:y,isLoading:s,isError:D,tableMode:C,showNoDataView:st,tableBodyStyles:x,onStartResize:ma,isResizing:Xt,resizingColumn:da},ve=b(a$1({},sr),{hasTimeoutError:he,tableLoading:ee});return jsxs(Fragment,{children:[jsx(tn,{ref:G,children:st?ee?jsxs(vo,{ref:Q,children:[te.length>0&&jsx(Xe,a$1({position:"start",columnsData:te,columnsWidth:rr,pinnedColumnsList:$,hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,createVirtualTableContainer:Ye},ve)),jsx(Ko,a$1({hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,unpinnedColumnsData:ar,pinnedStartColumns:$,pinnedEndColumns:U},ve)),oe.length>0&&jsx(Xe,a$1({position:"end",columnsData:oe,columnsWidth:nr,pinnedColumnsList:[...$,...U],hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,createVirtualTableContainer:Ye},ve))]}):jsx(Yo,a$1({tableLoading:ee,tableError:Le,tableEmpty:de,hasTimeoutError:he,orderedColumns:ca,error:p,triggerDataRefetch:m,footerProps:l,customNoDataComponent:P},sr)):jsxs(vo,{ref:Q,children:[te.length>0&&jsx(Xe,a$1({position:"start",columnsData:te,columnsWidth:rr,pinnedColumnsList:$,hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,createVirtualTableContainer:Ye},ve)),jsx(Go,a$1({hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,unpinnedColumnsData:ar,pinnedStartColumns:$,pinnedEndColumns:U,createVirtualTableContainer:Ye},ve)),oe.length>0&&jsx(Xe,a$1({position:"end",columnsData:oe,columnsWidth:nr,pinnedColumnsList:[...$,...U],hasPinnedStart:te.length>0,hasPinnedEnd:oe.length>0,createVirtualTableContainer:Ye},ve))]})}),jsx(b$1,a$1({"data-testid":"SheetViewVirtualTable_TableFooter",showSeparator:true,showBackDrop:M,onPointerDown:ba},l)),jsx(_o,{isVisible:Xt,indicatorX:pa,indicatorHeight:or.height,indicatorTop:or.top,iconX:tr.x,iconY:tr.y})]})}var dd=memo(sd);export{xf as A,Tf as B,Mn as C,Hn as D,Dn as E,Fn as F,vo as G,zn as H,_n as I,Dt as J,$e as K,ko as L,Po as M,Mo as N,Ho as O,Do as P,as as Q,Fo as R,le as S,Ws as T,se as U,Xe as V,Go as W,Ko as X,Yo as Y,dd as Z,Tt as a,Je as b,Jt as c,jt as d,eo as e,ye as f,Qe as g,ao as h,lo as i,po as j,mo as k,uo as l,bo as m,et as n,go as o,So as p,ot as q,nl as r,il as s,xl as t,wo as u,Io as v,Ro as w,Eo as x,Wo as y,Zl as z};
|
package/build/chunk-KUOQFC5G.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import'./chunk-ORXLOUE6.js';import {a,b}from'./chunk-RWXGVZUC.js';import {memo,useState,useRef,useMemo,useEffect}from'react';import {useTheme}from'@mui/material';import {motion}from'framer-motion';import {Resizable}from're-resizable';import k from'@mui/material/Box';import {styled}from'@mui/material/styles';import {jsx}from'react/jsx-runtime';var C={boxShadow:"rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px",display:"flex",flexDirection:"column",overflow:"visible",width:"-webkit-fill-available",height:"100% !important",margin:"auto"},w={position:"fixed",right:0,left:24,top:88,overflow:"visible",borderRadius:"12px"},R={width:"inherit",height:"inherit",gridRowStart:1,gridColumnStart:1,position:"relative",display:"flex",justifyContent:"center"},W=styled(motion.div,{shouldForwardProp:o=>o!=="maximized"})(({maximized:o})=>a({overflow:"hidden",display:"flex",flexDirection:"column",width:"100%",height:"100%",zIndex:1,borderRadius:"12px"},o&&{transform:"translate(0,0) !important"})),v=styled(k)(()=>({flexGrow:1})),y=styled(motion.div)(()=>({width:"inherit",height:"100%",overflow:"hidden",flexGrow:1,position:"relative",display:"grid",gridTemplateColumns:"1fr"}));function $({children:o,id:f,onResize:l,isMaximized:t,isMinimized:E,dragControls:D,onClick:r,options:{width:n,height:A,minHeight:P,minWidth:T,maxHeight:I,maxWidth:_,order:g,openOrder:s=1},sandboxMode:u=false,sx:z}){let h=useTheme(),[N,b$1]=useState(true),G=useRef(null),L=useRef(null),c=useRef(),B=()=>{b$1(true);},F=()=>{r==null||r(),b$1(false);},O=useMemo(()=>b(a(b(a({},C),{maxWidth:n,borderRadius:t?"0 !important":12}),!t&&{top:0}),{background:u?h.palette.common.lightOrange:h.palette.background.transparent[0],backdropFilter:"blur(32px)"}),[n,t,u]);return useEffect(()=>{var i;(i=c.current)==null||i.updateSize({width:t?"100vw":n,height:t?"100vh":"100%"});},[t,n]),jsx(v,{id:"app-container-wrapper","data-testid":"AppContainerWrapper",sx:z,children:jsx(y,{"data-testid":"AppContainerContainer",children:jsx(motion.div,{id:"app-content","data-add-id":f,"data-testid":"AppContent",ref:L,initial:R,children:jsx(W,{id:"content-wrapper",drag:!t&&N,dragMomentum:false,dragConstraints:false,onDragStart:r,onDragEnter:r,onClick:r,dragControls:D,dragListener:false,style:b(a(a({},g&&{zIndex:Number(g)+3}),w),{height:A}),initial:a({marginInline:"auto",scale:0,left:0},!t&&{left:48*(s-1)}),animate:b(a({width:n},t&&{width:"100vw"}),{scale:+!E,top:t?0:88+24*(s-1),left:t?0:48*(s-1)}),ref:G,maximized:t,transition:{duration:t?.3:0},children:jsx(Resizable,{"data-id":f,ref:i=>{c.current=i;},style:O,minHeight:P,minWidth:T,maxHeight:I,maxWidth:_,onResizeStart:F,onResizeStop:B,onResize:(i,M,X)=>{l==null||l(X);},children:o})})})})})}var H=memo($);var ct=H;export{ct as a};
|
package/build/chunk-L3M6OM4B.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {styled}from'@mui/material';import {motion}from'framer-motion';var a=styled(motion.span)(({theme:e,order:t})=>({position:"absolute",left:0,zIndex:t+6,border:`1px solid ${e.palette.divider}`,borderRadius:"12px",backgroundColor:e.palette.background.paper,width:"24px",height:"24px",display:"flex",alignItems:"center",justifyContent:"center"})),r=a;var m=r;export{m as a};
|
package/build/chunk-L4Q45JX6.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-5AIEKGEA.js';import {Jh,Ed}from'./chunk-ORXLOUE6.js';import {b,a as a$1}from'./chunk-RWXGVZUC.js';import z from'@mui/material/Box';import {Box}from'@mui/material';import {styled,alpha}from'@mui/material/styles';import {jsxs,jsx}from'react/jsx-runtime';var f=styled(Box)(({theme:t})=>({width:"100%",borderRadius:"4px",padding:"4px 8px",display:"flex",alignItems:"center",justifyContent:"flex-start",background:t.palette.grey[400],gap:"8px",cursor:"pointer"})),u=styled(Box)(({theme:t})=>({display:"flex",alignItems:"center",justifyContent:"flex-start",color:t.palette.text.primary,cursor:"pointer",gap:"8px"})),i=styled("span")(({theme:t})=>({fontWeight:500,color:t.palette.text.primary,cursor:"pointer",fontSize:"9px"})),d=styled(Box)(({theme:t})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"center",gap:"4px",color:t.palette.text.primary})),y=styled(Box)(({theme:t})=>({color:alpha(t.palette.text.primary,.3),fontSize:"8px",fontWeight:500})),g=styled(Box)(({theme:t})=>({display:"flex",alignItems:"center",justifyContent:"center",padding:"8px",background:t.palette.common.white,borderRadius:"4px",border:`1px solid ${t.palette.divider}`})),C=styled(a)(({theme:t})=>({color:t.palette.error.main,fontSize:"8px",fontWeight:500}));var B=({getRootProps:t,getInputProps:h,open:F,onChangeFiles:W,processFiles:I,disabled:b$1,errorMessage:a,maxFileSize:P,preventDuplicates:S,label:k="Click to upload",hintText:T,sx:w})=>jsxs(f,b(a$1({},t()),{sx:w,onClick:F,children:[jsx("input",b(a$1({"data-slot":"input"},h()),{onChange:M=>{let s=I(Array.from(M.target.files||[]));(s.length>0||!S)&&W(s);},disabled:b$1})),jsxs(u,{"data-slot":"content",children:[jsx(g,{"data-slot":"icon-wrapper",children:jsx(z,{component:"img",src:a?Jh:Ed,width:16,height:16})}),a?jsxs(d,{children:[jsx(C,{children:a}),jsx(i,{children:"Click to upload again"})]}):jsxs(d,{children:[jsx(i,{children:k}),jsx(y,{children:T||`PDF, JPG or PNG files up to ${P}`})]})]})]})),U=B;var H=U;export{H as a};
|
package/build/chunk-L57BREIU.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$2}from'./chunk-NMRLH63F.js';import {a as a$1}from'./chunk-ZCSUNBRA.js';import {a as a$3}from'./chunk-M7YGOEQF.js';import {lb}from'./chunk-ORXLOUE6.js';import {a}from'./chunk-RWXGVZUC.js';import {Box}from'@mui/material';import p from'@mui/material/Box';import {styled}from'@mui/material/styles';import {useState}from'react';import {jsxs,jsx}from'react/jsx-runtime';var w=styled(p,{shouldForwardProp:o=>o!=="open"})(({theme:o,open:i})=>a({minWidth:105,height:32,cursor:"pointer",display:"flex",justifyContent:"space-between",alignItems:"center",gap:"1px",border:`1px solid ${o.palette.divider}`,borderRadius:"4px",padding:"7px 8px",paddingRight:"4px"},i&&{boxShadow:o.shadows[7],borderColor:o.palette.info.dark})),h=styled(p)(()=>({display:"flex",flexDirection:"column",gap:"1px"})),v=styled(p)(()=>({fontWeight:600,fontSize:"8px",color:"#8D8D94"})),M=styled(p)(({theme:o})=>({fontWeight:500,fontSize:"11px",lineHeight:1.1,color:o.palette.text.primary}));function s({defaultValue:o,label:i,onChange:a$4,options:d}){let[m,c]=useState(null),[E,I]=useState(o),r=!!m,W=e=>{r||c(e.currentTarget);},f=()=>{r&&c(null);},k=e=>{I(e),a$4==null||a$4(e),f();};return jsxs(w,{onClick:W,open:r,children:[jsxs(h,{children:[jsx(v,{children:i}),jsx(M,{children:E})]}),jsx(Box,{component:"img",src:lb,alt:"down arrow",sx:a({width:15},r&&{transform:"rotate(180deg)"})}),jsx(a$1,{open:r,anchorEl:m,sx:{minWidth:105,marginTop:"8px",marginBottom:"8px"},placement:"top",children:d.map((e,B)=>jsx(a$2,{onClick:()=>{k(e.value);},sx:T=>a({},B!==d.length-1&&{borderBottom:`1px solid ${T.palette.divider}`}),children:e.label},e.value))}),r&&jsx(a$3,{onClick:f})]})}var N=s;export{N as a};
|
package/build/chunk-LCS3AEO6.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {c}from'./chunk-FH6MIOT3.js';import {a,b as b$1}from'./chunk-RWXGVZUC.js';import {memo,useState,useEffect}from'react';import {useTranslation}from'react-i18next';import f from'@mui/material/Box';import I from'@mui/material/Button';import {styled}from'@mui/material/styles';import {jsx,jsxs}from'react/jsx-runtime';var j=styled(f)(({theme:t})=>({background:t.palette.grey[700],width:27,height:14,display:"inline-flex",alignItems:"center",marginInlineStart:"4px",borderRadius:"10px",padding:"2px 6px",img:{cursor:"pointer"}})),F=styled(f)(()=>({padding:"8px 16px",display:"flex",gap:"8px",justifyContent:"center"})),b=styled(I)(({theme:t})=>({textTransform:"capitalize",minWidth:"auto",width:74,borderRadius:"4px",border:`1px solid ${t.palette.info.dark}`,backgroundColor:t.palette.info.dark,fontWeight:700,fontSize:"11px",color:t.palette.common.white,"&:hover":{backgroundColor:t.palette.info.dark}})),L=styled(I)(({theme:t})=>({textTransform:"capitalize",minWidth:"auto",width:74,borderRadius:"4px",border:`1px solid ${t.palette.divider}`,backgroundColor:t.palette.common.white,fontWeight:500,fontSize:"11px",color:t.palette.text.primary,"&:hover":{background:"transparent"}}));function R({onCloseDropdown:t,filter:e,styles:g}){let[k,V]=useState([]),[v,B]=useState([]),{t:m}=useTranslation(),h=o=>{var a,i;let r=(i=(a=e==null?void 0:e.data)==null?void 0:a[e.apiKey])!=null?i:[];if(Array.isArray(r)&&r.length)return new Set(r).has(o)};useEffect(()=>{let o=r=>r.map(({placeholder:a$1,value:i,isSelected:l,icon:s,options:n})=>{var d;return a(a(b$1(a({},a$1&&{label:a$1}),{name:i,selected:(d=l||h(i)||(n==null?void 0:n.every(({value:u})=>h(u))))!=null?d:false}),s&&{icon:s}),(n==null?void 0:n.length)&&{menuItems:o(n)})});e.options&&B(o(e.options));},[e==null?void 0:e.data]);let E=o=>{t(o);},M=o=>{var i;let r=k.reduce((l,{options:s,apiKey:n,isSelected:d})=>{if(s){let u=s.filter(({isSelected:C})=>C);u.length&&l.push(...u.map(({apiKey:C})=>C));}else d&&l.push(n);return l},[]),a=new Set(r);Object.keys(k).length&&((i=e==null?void 0:e.onConfirm)==null||i.call(e,{[e.apiKey]:[...a]})),t(o);},P=o=>{let r=a$1=>a$1.map(({name:i,selected:l,menuItems:s,label:n})=>a(b$1(a({},n&&{placeholder:n}),{apiKey:i,isSelected:l}),(s==null?void 0:s.length)&&{options:r(s)}));V(r(o));};return jsx(c,{"data-testid":"ColumnFilter_List",title:m("filterBy")||"Filter by",menuItems:v,style:g,sx:o=>a({marginTop:"10px",textAlign:"left",boxShadow:o.shadows[3],".nested-menu-item":{height:41,zIndex:9999}},g),updatedList:P,footer:jsxs(F,{sx:{position:"sticky",bottom:0,backgroundColor:"white",zIndex:99999},children:[jsx(L,{onClick:E,children:m("cancel")},"nested-dropdown-cancel"),jsx(b,{onClick:M,children:m("okay")},"nested-dropdown-ok")]})})}var O=memo(R);var ee=O;export{j as a,F as b,b as c,L as d,ee as e};
|
package/build/chunk-LDIEOZVR.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {c,b,a}from'./chunk-RWXGVZUC.js';import {memo}from'react';import f from'@mui/material/Box';import m from'@mui/material/Input';import {styled}from'@mui/material/styles';import {jsx}from'react/jsx-runtime';var l=styled(m,{shouldForwardProp:o=>o!=="isError"})(({theme:o})=>({padding:"8px",border:`1px solid ${o.palette.divider}`,borderRadius:"4px",height:32,color:o.palette.text.primary,fontSize:"11px",outline:0,maxWidth:"100%",display:"flex",flexGrow:1,"::placeholder":{color:o.palette.grey[700],fontWeight:400}}));function x(I){var t=I,{isError:o}=t,r=c(t,["isError"]);return jsx(f,{sx:{flexGrow:1},onClick:a=>{a.stopPropagation();},children:jsx(l,b(a({},r),{placeholder:r.placeholder,isError:o,disableUnderline:true}))})}var d=memo(x);var B=d;export{B as a};
|
package/build/chunk-LHVBFSUO.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-5AIEKGEA.js';import {Gc,lb}from'./chunk-ORXLOUE6.js';import {a}from'./chunk-RWXGVZUC.js';import {memo}from'react';import i from'@mui/material/Box';import F from'@mui/material/Popover';import {styled}from'@mui/material/styles';import {jsxs,jsx}from'react/jsx-runtime';var l=styled(i,{shouldForwardProp:o=>o!=="open"&&o!=="disabled"})(({theme:o,open:t,disabled:e})=>a(a({display:"flex",alignItems:"center",justifyContent:"space-between",paddingInlineStart:"8px",paddingInlineEnd:"4px",paddingTop:"6px",paddingBottom:"6px",borderRadius:"4px",background:"#F9F9F9",border:"1px solid #F9F9F9",cursor:"pointer"},t&&{borderColor:o.palette.info.dark,background:o.palette.common.white}),e&&{cursor:"not-allowed"})),s=styled(i)(()=>({display:"flex",flexDirection:"column",gap:"4px",fontSize:"10px",fontWeight:500,flex:1})),m=styled(i)(({theme:o})=>({padding:"4px",borderRadius:"4px",boxShadow:"-26px 156px 44px 0px rgba(0, 0, 0, 0.00), -17px 100px 41px 0px rgba(0, 0, 0, 0.01), -9px 56px 34px 0px rgba(0, 0, 0, 0.05), -4px 25px 25px 0px rgba(0, 0, 0, 0.09), -1px 6px 14px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10)",backgroundColor:o.palette.common.white,maxHeight:200,marginTop:"4px",width:"auto",overflow:"auto"}));styled(a$1,{shouldForwardProp:o=>o!=="selected"})(({theme:o,selected:t})=>a({paddingInlineStart:"12px",paddingInlineEnd:"8px",paddingTop:"8px",paddingBottom:"8px",fontSize:"10px",color:o.palette.common.black,fontWeight:500,lineHeight:"10px",cursor:"pointer"},t&&{backgroundColor:"#F8F8F8"}));function W({onClose:o,open:t,anchorEl:e,trigger:b,onOpen:f,children:u,disabled:w}){return jsxs(l,{open:t,onClick:f,"data-testid":"Dropdown",disabled:w,children:[jsx(s,{children:b}),jsx(i,{sx:{width:16,height:16,display:"flex",alignItems:"center"},children:jsx(i,{component:"img",src:t?Gc:lb,alt:"arrow",sx:a({width:16,height:16},t&&{width:12,height:12,padding:"2px"})})}),jsx(F,{open:t,anchorEl:e,sx:{width:e==null?void 0:e.clientWidth},onClose:o,anchorOrigin:{vertical:"bottom",horizontal:"left"},slotProps:{paper:{style:{width:e==null?void 0:e.clientWidth,maxWidth:"unset"}}},children:jsx(m,{children:u})})]})}var c=memo(W);var j=c;export{j as a};
|
package/build/chunk-LR3JJ5NU.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-E6XVMA37.js';import {Cg}from'./chunk-ORXLOUE6.js';import {a as a$2}from'./chunk-RWXGVZUC.js';import {useState}from'react';import P from'@mui/material/Skeleton';import a$1 from'@mui/material/Box';import {styled,Box}from'@mui/material';import {jsx,jsxs,Fragment}from'react/jsx-runtime';var h=styled(Box)(()=>({display:"flex",alignItems:"center",justifyContent:"center",borderRadius:12,border:"1.03px solid"})),m=styled(Box)`
|
|
2
|
-
position: absolute;
|
|
3
|
-
`;function T({mainIcon:B,overlayIcon:d,mainIconAlt:u="main icon",mainIconSize:t=20,containerSize:p=24,overlayPosition:b={top:10,left:17},borderColor:w="#F2F2F2",label:y="",sx:C,onError:e,containerSx:F}){let[i,l]=useState(true);return jsx(a,{title:y,children:jsx(a$1,{display:"flex",alignItems:"center",gap:1,sx:a$2({position:"relative"},F),children:jsxs(h,{style:{borderColor:w,width:p,height:p},children:[t&&i&&jsx(a$1,{width:t,height:t,children:i&&jsx(P,{variant:"circular",width:`${t}px`,height:`${t}px`})}),jsxs(Fragment,{children:[d&&jsx(m,{sx:b,children:d}),jsx(a$1,{width:t,height:t,component:"img",src:B||Cg,alt:u,sx:a$2({borderRadius:"50%",objectFit:"scale-down",opacity:i?0:1},C),onError:n=>{l(false),n.currentTarget.src=Cg,e==null||e(n);},onLoad:()=>{l(false);}})]})]})})})}export{T as a};
|
package/build/chunk-M7YGOEQF.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-RWXGVZUC.js';import {memo}from'react';import f from'react-dom';import {styled,Box}from'@mui/material';import {jsx}from'react/jsx-runtime';var t=styled(Box)(()=>({position:"fixed",top:0,bottom:0,right:0,left:0,zIndex:999}));function i(m){return f.createPortal(jsx(t,a({},m)),document.body)}var r=memo(i);var C=r;export{C as a};
|
package/build/chunk-MDZIDPJT.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-PY6JS3S3.js';import {c,b,a}from'./chunk-RWXGVZUC.js';import {memo,useCallback,Fragment as Fragment$1,createElement}from'react';import {useTranslation}from'react-i18next';import {jsx,Fragment}from'react/jsx-runtime';function D({isFilteredIdsShown:p,availableStatuses:l,status:e,onStatusChange:r,buttonSx:c$1}){let{t:B}=useTranslation(),x=useCallback(u=>u===e&&!p?"active":"inActive",[e,p]),s=useCallback(u=>{r==null||r(u);},[r]);return jsx(Fragment,{children:l==null?void 0:l.map((E,m)=>{var f=E,{render:u}=f,a$2=c(f,["render"]);var v;if(u)return jsx(Fragment$1,{children:u({status:e,onChange:s},b(a({},a$2),{index:m}))},`custom-status-slot-${m}`);if(!Array.isArray(a$2.status))return createElement(a$1,b(a({},a$2),{key:`status-button-array-${a$2.status}`,variant:x(a$2.status),onClick:()=>{Array.isArray(a$2.status)||s(a$2.status);},buttonSx:c$1}));if(!a$2.status)return null;let S=a$2.status.filter(Boolean).map(t=>typeof t=="string"?{value:t}:t)||[],I=!!e&&S.some(t=>(t==null?void 0:t.value)===e),k=I?"active":"inActive",T=I?e:void 0;return jsx("div",{children:jsx(a$1,b(a({},a$2),{selectedStatus:T,variant:k,onButtonBodyClick:t=>s(t),dropdownOptions:S.map(t=>({label:(t==null?void 0:t.label)||B((t==null?void 0:t.value)||""),status:t==null?void 0:t.value,icon:t.icon,onClick:()=>s(t.value)})),buttonSx:c$1}))},(v=S[0])==null?void 0:v.value)})})}var A=memo(D);var J=A;export{J as a};
|
package/build/chunk-MTJECG6U.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-RWXGVZUC.js';import {memo}from'react';import {styled,CircularProgress}from'@mui/material';import {jsx}from'react/jsx-runtime';var o=styled(CircularProgress)(()=>({width:"24px !important",height:"24px !important",padding:"5px",".MuiCircularProgress-root":{width:"14px !important",height:"14px !important",display:"flex"},".MuiCircularProgress-circle":{strokeWidth:"1.017px",stroke:"rgba(0, 0, 0, 0.62)"}}));function a(i){return jsx(o,a$1({},i))}var t=memo(a);var h=t;export{h as a};
|
package/build/chunk-NAZHWK7M.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {e}from'./chunk-IBUDYQ6B.js';import {a as a$1}from'./chunk-4XLQDA6N.js';import {c,a,b}from'./chunk-RWXGVZUC.js';import s from'@mui/material/Box';import {styled}from'@mui/material/styles';import {motion}from'framer-motion';import {jsx}from'react/jsx-runtime';import {memo,useState}from'react';var u=styled(motion.div)(({theme:o})=>({borderRadius:"8px",position:"fixed",display:"flex",flexDirection:"column",maxHeight:"calc(100vh - 46px)",width:416,margin:"auto",background:o.palette.grey[400],boxShadow:o.shadows[3]})),h=styled(s)(({theme:o})=>({background:o.palette.common.white,flex:1,paddingTop:"31px",paddingBottom:"31px",display:"flex",justifyContent:"flex-start",alignItems:"center",flexDirection:"column",position:"relative",overflow:"auto"})),H=styled(s)(({theme:o})=>({minHeight:95,background:o.palette.grey[400],paddingInline:"24px",paddingTop:"23px",paddingBottom:"23px",gap:"15px",position:"relative",zIndex:2})),y=styled(s)(({theme:o})=>({display:"flex",flexDirection:"column",padding:"18px 24px",boxShadow:o.shadows[15],position:"relative",gap:8,minHeight:68,backgroundColor:o.palette.common.white,borderBottomLeftRadius:"12px",borderBottomRightRadius:"12px"}));function d({children:o,index:e,dialogRef:n,height:l,onClick:t,order:p,dragControls:r,style:m}){return jsx(u,{drag:true,dragListener:false,dragMomentum:false,dragControls:r,initial:{top:"50%",left:`calc(50% + ${e*10}px - ${416/2}px)`},transition:{duration:.1},animate:b(a({},l&&{top:`calc(50% + ${e*10}px - ${l/2}px)`}),{zIndex:2+p}),onClick:t,ref:n,style:m,children:o})}function M(l){var t=l,{title:o,onCloseDialog:e$1}=t,n=c(t,["title","onCloseDialog"]);let[p,r]=useState(false);return jsx(e,a({onMouseEnter:()=>{r(true);},onMouseLeave:()=>{r(false);},isHovered:p,title:o,leftActions:jsx(a$1,{onClick:v=>{v.stopPropagation(),e$1();}})},n))}var P=memo(M);var K=d;export{h as a,H as b,y as c,P as d,K as e};
|
package/build/chunk-NCCC4QYR.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import {f as f$1}from'./chunk-EIPZLG2O.js';import {b,a,c}from'./chunk-RWXGVZUC.js';import {memo,useState,useRef,useMemo}from'react';import {useTheme}from'@mui/material';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import g from'@mui/material/Box';import I from'@mui/material/Button';import {styled,alpha}from'@mui/material/styles';function f({isActive:t}){let[n,i]=useState(false),e=useTheme(),h=()=>{i(true);},c=()=>{i(false);},s=t?e.palette.common.white:e.palette.grey[700],d=n?e.palette.common.black:"transparent";return jsx("svg",{width:"27",height:"30",viewBox:"0 0 27 32",xmlns:"http://www.w3.org/2000/svg",children:jsxs("g",{id:"Group 140343",children:[jsx("path",{id:"Active",d:"M0 0H11C19.8366 0 27 7.16344 27 16C27 24.8366 19.8366 32 11 32H0V0Z",fill:d,fillOpacity:"0.1",onMouseEnter:h,onMouseLeave:c}),jsx("path",{id:"Union",fillRule:"evenodd",clipRule:"evenodd",d:"M15.6941 15.0078C15.6494 15.0193 15.6083 15.043 15.5758 15.0769L12.5026 18.1501L12.5025 18.1501L15.5756 15.0769C15.6082 15.043 15.6493 15.0193 15.6941 15.0078ZM12.5619 18.7465C12.5426 18.7512 12.5227 18.7536 12.5026 18.7536C12.4363 18.7536 12.3727 18.7273 12.3258 18.6804L9.07581 15.4304C9.04012 15.3957 9.01559 15.3512 9.00535 15.3025C8.99511 15.2538 8.99963 15.2032 9.01833 15.1571C9.03703 15.111 9.06907 15.0715 9.11033 15.0437C9.13446 15.0275 9.16112 15.0156 9.18904 15.0086C9.16105 15.0156 9.13433 15.0275 9.11013 15.0438C9.06887 15.0716 9.03684 15.111 9.01814 15.1571C8.99944 15.2032 8.99492 15.2539 9.00516 15.3026C9.0154 15.3513 9.03993 15.3958 9.07562 15.4305L12.3256 18.6805C12.3725 18.7273 12.4361 18.7537 12.5024 18.7537C12.5226 18.7537 12.5426 18.7512 12.5619 18.7465ZM16.1965 15.342C16.1781 15.4301 16.1338 15.5105 16.0693 15.5731L12.8205 18.8219C12.7361 18.9063 12.6217 18.9537 12.5024 18.9537C12.3831 18.9537 12.2686 18.9062 12.1842 18.8219L8.93507 15.5728C8.87148 15.5105 8.82775 15.4308 8.80944 15.3437C8.79101 15.2561 8.79914 15.165 8.8328 15.082C8.86646 14.999 8.92412 14.9279 8.99839 14.8779C9.07266 14.8279 9.16022 14.8011 9.24978 14.8011C9.30998 14.8011 9.36958 14.8132 9.42503 14.8366C9.47997 14.8599 9.52973 14.8938 9.57144 14.9364L12.5024 17.8673L15.433 14.9368C15.5151 14.852 15.6273 14.803 15.7454 14.8002C15.836 14.798 15.9252 14.8233 16.0013 14.8728C16.0773 14.9222 16.1367 14.9935 16.1715 15.0772C16.2063 15.1609 16.2151 15.2533 16.1965 15.342Z",fill:s})]})})}var L=t=>b(a({},t.typography.subtitle1),{borderRadius:"50px",borderWidth:"1px",borderStyle:"solid",minWidth:"135.11px",height:"32px",display:"flex",justifyContent:"center",alignItems:"center",gap:"8px",textTransform:"none",transition:"none",paddingInline:t.spacing(2)}),k=styled(I)(({theme:t})=>b(a({},L(t)),{background:t.palette.background.gradient.shadedBlue,color:t.palette.common.white,"&:hover":{background:t.palette.background.gradient.shadedBlue,opacity:.8}})),M=styled(I)(({theme:t})=>b(a({},L(t)),{backgroundColor:t.palette.common.white,borderColor:t.palette.grey[100],color:t.palette.text.primary,"&:hover":{backgroundColor:t.palette.common.white,opacity:.7}}));styled(g)(({theme:t,variant:n})=>({borderRadius:"50px",backgroundColor:n==="active"?alpha(t.palette.text.primary,.1):t.palette.grey[100],display:"flex",justifyContent:"center",alignItems:"center",paddingInline:t.spacing(.5),paddingBlock:t.spacing(.25),color:n==="active"?t.palette.common.white:t.palette.text.primary,fontSize:"8px",fontWeight:700,lineHeight:"10px"}));styled("img")(({theme:t,variant:n})=>({fill:n==="active"?t.palette.common.white:t.palette.text.primary,color:n==="active"?t.palette.common.white:t.palette.text.primary,maxWidth:"14px",maxHeight:"14px"}));styled("p")(({theme:t})=>({fontSize:"0.6875rem",color:t.palette.background.default,fontStyle:"normal",margin:"auto",textTransform:"capitalize"}));var S=styled(f$1)(({theme:t})=>({backgroundColor:"white",boxShadow:t.shadows[21],borderRadius:"0.25rem","& .MuiPaper-root":{borderRadius:"0.25rem",width:"12.5rem"}})),R=styled("span")(()=>({width:"27px",height:"100%",maxHeight:"100%",position:"absolute",top:"0",right:"0",bottom:"0",overflow:"hidden"})),E=styled(g)(()=>({display:"flex",alignItems:"center",justifyContent:"center",width:"100%"})),H=styled(g)(()=>({display:"flex",alignItems:"center",justifyContent:"flex-start",gap:"0.5rem"}));var T={active:k,inActive:M};function K(h){var c$1=h,{variant:t="inActive",label:n,dropdownOptions:i}=c$1,e=c(c$1,["variant","label","dropdownOptions"]);let[s,d]=useState(null),x=useRef(null),v=!!s,w=()=>{d(null);},V=T[t],C=i&&i.length>0,y=C?jsx(f,{isActive:t==="active"}):null,W=o=>{o.stopPropagation(),o.preventDefault(),C&&d(x.current);},Z=useMemo(()=>(i||[]).map(o=>b(a({},o),{onClick:u=>{var B;(B=o==null?void 0:o.onClick)==null||B.call(o,u),w();}})),[i]);return jsxs(Fragment,{children:[jsx(V,b(a({"data-testid":"StatusButton"},e),{ref:x,onClick:o=>{var u;(u=e==null?void 0:e.onClick)==null||u.call(e,o),W(o);},sx:a({},C&&{paddingInlineEnd:"27px"}),children:jsxs(E,{children:[jsx(H,{children:n}),y&&jsx(R,{children:y})]})})),v&&jsx(S,{open:v,onClose:w,anchorEl:s,menuItems:Z})]})}var A=memo(K);var vt=A;
|
|
2
|
-
export{f as a,vt as b};
|
package/build/chunk-NDWIN3Q7.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {Zd}from'./chunk-ORXLOUE6.js';import {b,a}from'./chunk-RWXGVZUC.js';import {styled,Box,Typography}from'@mui/material';import {jsxs,jsx}from'react/jsx-runtime';var s=styled(Box,{shouldForwardProp:o=>o!=="toastPosition"})(({theme:o,toastPosition:t})=>b(a(a(a({width:160,position:"absolute",bottom:12,zIndex:1e3,display:"flex",justifyContent:"space-between",alignItems:"center",backgroundColor:o.palette.background.paper,height:31,gap:o.spacing(1),borderRadius:o.shape.borderRadius,borderWidth:1,padding:o.spacing(1),border:`1px solid ${o.palette.divider}`,boxShadow:"0px 0px 16px 0px #00000014",animation:"slideIn 0.5s ease-out"},t==="bottom-center"&&{left:"50%",transform:"translateX(-50%)"}),t==="bottom-right"&&{right:12,transform:"none"}),t==="bottom-left"&&{left:12,transform:"none"}),{"@keyframes slideIn":{"0%":{opacity:0,transform:t==="bottom-center"?"translate(-50%, 100%)":t==="bottom-right"?"translateX(100%)":"translateX(-100%)"},"100%":{opacity:1,transform:t==="bottom-center"?"translate(-50%, 0)":"translateX(0)"}}})),p=styled("img")({cursor:"pointer"}),i=styled(Typography)(({theme:o})=>({fontSize:11,fontWeight:500,color:o.palette.text.primary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}));function T({message:o="Something went wrong",onRetry:t,position:m="bottom-center",iconSrc:c}){return jsxs(s,{toastPosition:m,children:[jsx(i,{children:o}),jsx(p,{onClick:t,src:c||Zd,alt:"toast-icon"})]})}var d=T;var E=d;export{E as a};
|
package/build/chunk-NLAQMZT4.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-E6XVMA37.js';import {a,c,b}from'./chunk-RWXGVZUC.js';import {memo}from'react';import f from'@mui/material/Box';import {styled}from'@mui/material/styles';import {jsx}from'react/jsx-runtime';var p=styled(f,{shouldForwardProp:t=>t!=="isActive"&&t!=="isDisabled"&&t!=="hasImageFilter"})(({isActive:t,isDisabled:i,hasImageFilter:r=true,theme:e})=>a(a(a({minWidth:32,height:32,width:"fit-content",borderRadius:"4px",padding:"9px 8px",display:"flex",alignItems:"center",justifyContent:"center",border:`1px solid ${e.palette.divider}`,cursor:"pointer"},t&&{boxShadow:e.shadows[7],borderColor:e.palette.info.dark}),i&&{opacity:.5,pointerEvents:"none"}),r&&{img:{filter:"brightness(0) invert(0)"}}));function B(e){var n=e,{children:t,title:i}=n,r=c(n,["children","title"]);return jsx(a$1,{title:i,children:jsx(p,b(a({},r),{children:t}))})}var m=memo(B);var A=m;export{A as a};
|
package/build/chunk-NMRLH63F.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-IEFNQP3B.js';import {c as c$1,b,a as a$1}from'./chunk-RWXGVZUC.js';import {memo}from'react';import I from'@mui/material/Box';import {styled,alpha}from'@mui/material/styles';import {jsxs,jsx}from'react/jsx-runtime';var p=styled(I,{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({fontWeight:e.typography.fontWeightMedium,padding:e.spacing(1),position:"relative",display:"flex",alignItems:"center",gap:"8px",textTransform:"capitalize",cursor:t?"not-allowed":"pointer",flex:1,fontSize:"0.6875rem",lineHeight:"15px",color:e.palette.text.primary})),s=styled(a)(({theme:e})=>({padding:0,width:"14px !important",svg:{width:"12px !important",height:"12px !important"},"&.Mui-disabled":{'[data-testid="IndeterminateCheckBoxIcon"]':{fill:alpha(e.palette.common.black,.26)}}}));function k(P){var i=P,{isSelected:e,isDisabled:t,isIndeterminate:x,hideCheckbox:f,onClick:b$1,children:u,className:o}=i,h=c$1(i,["isSelected","isDisabled","isIndeterminate","hideCheckbox","onClick","children","className"]);let n=t?"disabled menu-item":"menu-item",g=o?`${n} ${o}`:n;return jsxs(p,b(a$1({className:g,onClick:b$1,disabled:t},h),{children:[!f&&jsx(s,{size:"small",checked:e,indeterminate:x,disabled:t}),u]}))}var c=memo(k);var q=c;export{q as a};
|
package/build/chunk-O4PXXDUJ.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {Gd}from'./chunk-ORXLOUE6.js';import {useTranslation}from'react-i18next';import {styled,Box}from'@mui/material';import {jsx,jsxs}from'react/jsx-runtime';var a=styled(Box,{shouldForwardProp:e=>e!=="isHovered"&&e!=="isContentHovered"&&e!=="hideSandbox"})(({hideSandbox:e})=>({width:"6.4rem",display:"flex",justifyContent:"flex-end",alignItems:"center",transition:"opacity 0.2s ease-in-out",visibility:e?"hidden":"visible"})),l=styled(Box)(()=>({display:"flex",justifyContent:"flex-end",alignItems:"center"})),v=styled("img")(()=>({height:"0.75rem",width:"0.75rem",opacity:0,transition:"opacity 0.2s ease-in-out","&:hover":{opacity:1}})),c=styled(v,{shouldForwardProp:e=>e!=="isHovered"})(({isHovered:e})=>({opacity:e?1:0,transition:"opacity 0.2s ease-in-out",height:"auto",width:"auto",cursor:"pointer"})),x=styled("p",{shouldForwardProp:e=>e!=="isContentHovered"})(({theme:e,isContentHovered:o})=>({color:e.palette.common.orange,fontSize:"0.62rem",fontWeight:600,paddingRight:"0.25rem",opacity:o?1:0,display:o?"block":"none",transition:"opacity 0.2s ease-in-out",margin:0})),y=styled("div",{shouldForwardProp:e=>e!=="isHovered"&&e!=="active"})(({theme:e,isHovered:o,active:i})=>({width:12,height:12,borderRadius:50,display:"flex",justifyContent:"center",alignItems:"center",backgroundColor:i?e.palette.common.orange:o?`${e.palette.grey[200]}40`:`${e.palette.grey[200]}14`,transition:"background-color 0.2s ease-in-out"}));function C({appInfo:e,onToggleSandbox:o,isHovered:i,isContentHovered:n,onMouseContentEnter:m,onMouseContentLeave:S}){let{t:u}=useTranslation(),g=(e==null?void 0:e.isMaximized)&&!(e!=null&&e.sandboxMode)&&!i;return jsx(a,{hideSandbox:g,children:jsxs(l,{onClick:o,children:[jsx(x,{isContentHovered:n||(e==null?void 0:e.sandboxMode),children:u("sandboxMode")}),jsx(y,{active:n||(e==null?void 0:e.sandboxMode),isHovered:i,onMouseEnter:m,onMouseLeave:S,children:jsx(c,{isHovered:i||(e==null?void 0:e.sandboxMode),src:Gd,alt:"Sandbox icon"})})]})})}var b=C;var W=b;export{W as a};
|
package/build/chunk-OEHA3RK5.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {Qb}from'./chunk-ORXLOUE6.js';import {motion}from'framer-motion';import {styled}from'@mui/material/styles';import {jsx}from'react/jsx-runtime';var o=styled(motion.img,{shouldForwardProp:i=>i!=="width"&&i!=="height"})(({width:i,height:t})=>({width:i||"16px",height:t||"16px"}));var a=({width:i,height:t,sx:e}={})=>jsx(o,{src:Qb,alt:"Loading",className:"spinner-loader",width:i,height:t,sx:e,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2}}),r=a;var y=r;export{y as a};
|
package/build/chunk-OOPLCKT7.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-LR3JJ5NU.js';var e=a;export{e as a};
|
package/build/chunk-ORXLOUE6.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import {e as e$1,b as b$1,a}from'./chunk-RWXGVZUC.js';import {jsxs,jsx}from'react/jsx-runtime';var Bd={};e$1(Bd,{ACCEPTANCE_TIMEZONE:()=>gd,API_BASE_LIMIT:()=>Yd,API_LIST_CONSTANTS:()=>Zi,API_URL:()=>Hi,APP_CODES:()=>o,APP_DIMENSIONS:()=>Mi,APP_ICONS:()=>Wi,APP_WINDOW_Z_INDEX:()=>kd,BASE_URL:()=>V,BUSINESS_COUNTRIES:()=>Ld,BUSINESS_DOCUMENT_TYPE_MAP:()=>_d,BUSINESS_FUNCTIONS:()=>G,CATEGORIZED_CURRENCY_CODES:()=>md,CHECKED_ICON:()=>Nd,COUNTRIES_TIMEZONES:()=>Id,ChallengeIcon:()=>Ve,DATA_KEY:()=>fd,DATA_KEY_LABEL:()=>$d,DirhamIconImage:()=>ie,ENV:()=>Yi,FOOTER_HEIGHT:()=>Ui,FrictionlessIcon:()=>Ye,HEADER_HEIGHT:()=>Di,HSBCBankIcon:()=>ds,MPGSProviderIcon:()=>ap,NETCETERAProviderIcon:()=>rp,PAYMENT_INITIATED_CUSTOMER_KEY:()=>K,PAYMENT_INITIATED_MERCHANT_KEY:()=>Z,PAYMENT_INITIATED_OPTIONS:()=>Ed,PAYMENT_TYPES:()=>Ad,PAYMENT_TYPES_ICONS:()=>r,RATES:()=>Cd,REPORTS_APPS:()=>bd,REPORT_FILTER_TYPES:()=>p,RadioButtonCheckedIcon:()=>ho,RadioButtonUncheckedIcon:()=>mo,SARIconImage:()=>xe,SEGMENT_TYPE_FILTERS_MAP:()=>Td,SERVICE_COMMON_FUNCTIONS:()=>s,SHEET_VIEW_TABLE_LIST_OVER_SCAN:()=>ml,SHEET_VIEW_TABLE_ROW_HEIGHT:()=>$l,SHEET_VIEW_TABLE_THRESHOLD:()=>fl,SUPPORTED_CURRENCY_CODES:()=>hd,SUPPORTED_CURRENCY_DETAILS:()=>vd,SandboxDefault:()=>an,SandboxHovered:()=>pn,SandboxHoveredLightIcon:()=>Nn,TABLE_CONTENT_ROW_HEIGHT:()=>gl,TABLE_LIST_OVER_SCAN:()=>hl,TABLE_LOADING_ROW_HEIGHT:()=>ul,TABLE_ROW_HEIGHT:()=>Il,TABLE_THRESHOLD:()=>vl,TAP3DSPROVIDERIcon:()=>xp,TEST_SECRET_KEY:()=>Vi,TIMEZONES:()=>z,UNCHECKED_ICON:()=>Pd,abandonedIcon:()=>de,abandonedNoBGIcon:()=>Sp,abandonedTableIcon:()=>bc,abandonedYellowIcon:()=>le,acceptanceAppDisabledIcon:()=>jo,acceptanceAppIcon:()=>i,acceptanceBlueIcon:()=>Qo,acceptanceDisabledRoundedIcon:()=>nn,acceptanceEnabledIcon:()=>qo,acceptanceWindowIcon:()=>_,acceptedFlag:()=>Mt,accountAppIcon:()=>$,accountWindowIcon:()=>O,acquirerIcon:()=>Kt,acquirerOrangeIcon:()=>Jt,acquirerRedIcon:()=>qt,actionFailIcon:()=>Go,actionSuccessIcon:()=>Fo,actionsIcon:()=>fa,activeActionIcon:()=>Ya,activeGreenIcon:()=>li,activeLeadStatusIcon:()=>Ks,addIconWhite:()=>Tx,addItem:()=>$a,addItemIcon:()=>ja,addidasIcon:()=>vo,agreementInstallmentIcon:()=>pa,agreementOrderIcon:()=>ca,agreementSavedCardIcon:()=>aa,agreementSubscriptionIcon:()=>ra,allAuthenticationStatuses:()=>Rd,androidAppIcon:()=>Xr,androidIcon:()=>lc,appBaseUrl:()=>t,appPlatformSubSegmentIcon:()=>Ri,applePayIcon:()=>Ue,appsGridIcon:()=>oa,arcIcon:()=>Sc,archievedOutlined:()=>Ux,archivedVerifyIcon:()=>ar,attachIcon:()=>Aa,attachIcon2:()=>Qa,attentionIcon:()=>Xn,authenticatedIcon:()=>Fc,authenticatedSuccessIcon:()=>sp,authenticationAppIcon:()=>v,authenticationAppTypeIcon:()=>Np,authenticationAttemptedIcon:()=>Kc,authenticationBiometricIcon:()=>Pp,authenticationDeclinedIcon:()=>qc,authenticationDeviceIcon:()=>Bp,authenticationExemptedWithTransactionIcon:()=>Jc,authenticationExemptedWithoutTransactionIcon:()=>Qc,authenticationFailedIcon:()=>jc,authenticationFailedTableIcon:()=>Gc,authenticationGatewaySubSegmentIcon:()=>Bi,authenticationInitiatedIcon:()=>Xc,authenticationIssuerIcon:()=>Op,authenticationNoAuthIcon:()=>Zc,authenticationPendingIcon:()=>cp,authenticationSchemeIcon:()=>kp,authenticationUnavailableIcon:()=>ep,authenticationUndeterminedIcon:()=>tp,authenticationWalletIcon:()=>Lp,authenticationWindowIcon:()=>D,authenticationWithTransactionIcon:()=>np,authenticationWithoutTransactionIcon:()=>op,authenticationsTableCellWidth:()=>qi,authorizationServiceIcon:()=>bx,authorizationTableCellWidth:()=>Qi,authorizedIcon:()=>Qr,autoCapturedIcon:()=>wr,autoVoidIcon:()=>Rr,babyBlueCheckIcon:()=>Ix,backButtonLeftIcon:()=>gs,bahrainIcon:()=>Pe,bankIcon:()=>Oo,bankNoteIcon:()=>hx,billingAppIcon:()=>x,billingPlatformSubSegmentIcon:()=>Pi,billingWindowIcon:()=>R,biometricIcon:()=>lr,blackBrushIcon:()=>fx,blackHeadingDownArrow:()=>mn,blackLinkIcon:()=>zx,blackMobileBatteryIcon:()=>ti,blackMobileSignalIcon:()=>oi,blackRightArrowIcon:()=>to,blackSettingsIcon:()=>Kx,blackSettingsVariant2Icon:()=>vi,blackUnLinkIcon:()=>pi,blackWallet:()=>Zx,blueAppsIcon:()=>ec,blueArrowUpIcon:()=>ea,blueCheckIcon:()=>ln,blueCircleCheckIcon:()=>Xa,blueCircleLoaderIcon:()=>ta,blueCircleWithWhiteCheckIcon:()=>ki,blueCopyIcon:()=>Vx,blueDropdownArrowIcon:()=>$n,blueGradientBrushIcon:()=>qx,blueHeadingDropdownArrow:()=>fn,bluePlusIcon:()=>Ii,blueVerifyIcon:()=>tr,blueZigzagCheckIcon:()=>$o,brandPlaceholderIcon:()=>xa,brandServiceIcon:()=>yx,braveIcon:()=>Tc,businessSegmentIcon:()=>En,businessesAppIcon:()=>f,businessesWindowIcon:()=>k,buyNowPayLaterIcon:()=>Fe,calenderIcon:()=>_r,cancelledIcon:()=>Lr,cancelledInvoiceIcon:()=>ut,cancelledNoBgIcon:()=>_t,cancelledStatusIcon:()=>Us,cancelledTableIcon:()=>_c,capturedAuthorizeIcon:()=>jt,capturedDropdownIcon:()=>Qe,capturedIcon:()=>Nr,capturedTableIcon:()=>wc,cardIcon:()=>Oe,cardViewButtonIcon:()=>jp,cashIcon:()=>Me,chargeBackIcon:()=>qe,chargeBackRequestedIcon:()=>Ze,chargeBackRequestedTableIcon:()=>Lc,chargeBackTableIcon:()=>Rc,chargeBackWhiteIcon:()=>ci,chargeTableCellWidth:()=>Ji,chargebacksServiceIcon:()=>_x,chargesServiceIcon:()=>wx,chatDisabledIcon:()=>pc,checkIcon:()=>ro,checkMarkIcon:()=>Ho,checkboxIcon:()=>lo,checkoutStatusBlueIcon:()=>vp,checkoutStatusIcon:()=>Ip,checkoutWithMarkStatusIcon:()=>hp,chevronDownIcon:()=>ue,chevronGrayIcon:()=>qn,chevronWhiteIcon:()=>Zn,chromeIcon:()=>fc,chromiumIcon:()=>Cc,clearCoinIcon:()=>Po,clipboardIcon:()=>da,clockIcon:()=>Es,closeCircle:()=>zt,closeIcon:()=>Ct,closeOutlinedCircle:()=>Mx,closeXIcon:()=>xo,closedDisputeIcon:()=>at,closedFlagIcon:()=>so,closedLeadStatusIcon:()=>qs,closedOutlinedYellowCircle:()=>xi,closedVerifyIcon:()=>pr,codeIcon:()=>ct,collapseArrowIcon:()=>In,collapseArrows:()=>Ea,collapseArrowsIcon:()=>ss,columnIcon:()=>vt,columnResizeIndicatorIcon:()=>Cr,commercePlatformSubSegmentIcon:()=>Ni,commercialRegulatorSubSegmentIcon:()=>wi,completedAcceptanceIcon:()=>ts,completedBlackIcon:()=>Yc,completedIcon:()=>Ke,completedLeadStatusIcon:()=>Zs,completedPayoutsIcon:()=>ns,completedTableIcon:()=>Nc,copyIcon:()=>st,createChargeIcon:()=>gr,createdStatusIcon:()=>Ds,csvIcon:()=>Cs,customerIcon:()=>Ta,customerIcon2:()=>Za,customersAppIcon:()=>m,customersWindowIcon:()=>L,cyberSourceProviderIcon:()=>pp,darkBlueVerifyIcon:()=>or,darkCheckIcon:()=>gn,darkFilterIcon:()=>Sr,darkGreyTimezoneIcon:()=>hc,darkLeftArrowIcon:()=>Do,darkRightArrowIcon:()=>Uo,dashedCheckIcon:()=>yt,dashedOutlinedCircle:()=>Wx,deMaximizeIcon:()=>Bt,deactivatedCircle:()=>Gx,deactivatedIcon:()=>Nt,deactivatedOrangeCircle:()=>ii,declinedIcon:()=>Pr,declinedNoBgTableIcon:()=>Mc,declinedTableIcon:()=>Pc,deemaWithLabel:()=>si,defaultCountryIcon:()=>ir,defaultDeviceIcon:()=>dr,deletedStatusIcon:()=>Os,deliveredStatusIcon:()=>Gs,desktopIcon:()=>xt,destinationReversedTableIcon:()=>Bc,destinationSolidIcon:()=>Ie,destinationSuccessTableIcon:()=>Wc,destinationWithoutBackgroundIcon:()=>Oc,destinationsIcon:()=>Br,destinationsServiceIcon:()=>Rx,destinationsTableCellWidth:()=>ji,developmentSegmentIcon:()=>Cn,deviceIcon:()=>ke,digitalReceiptIcon:()=>vx,dimmedZigzagCheckIcon:()=>Eo,disabledCardIcon:()=>tc,disabledCheckIcon:()=>un,disabledCodeIcon:()=>oc,discountIcon:()=>Sa,disputeIcon:()=>Ae,disputeResolvedIcon:()=>Je,disputeResolvedTableIcon:()=>kc,dollarSignIcon:()=>Ps,doneIcon:()=>ws,dottedLine:()=>Ls,downArrowIcon:()=>ao,downArrowIcon3:()=>Ka,draftStatusIcon:()=>ks,dragIcon:()=>io,dueDateBlackIcon:()=>Hn,dueDateBlueIcon:()=>Mn,dueDateGrayIcon:()=>Yn,dueDateOrangeIcon:()=>Wn,dueDateRedIcon:()=>Fn,dueDateYellowIcon:()=>Gn,edgeIcon:()=>Ac,editIcon:()=>up,egyptFlagIcon:()=>ye,ellipsisHorizontalIcon:()=>Xe,emailBlackIcon:()=>ya,emailChannelIcon:()=>Pn,emailIcon:()=>Ca,emptyIcon:()=>wp,emptyMobileWifiIcon:()=>ni,emptyStatusChipColors:()=>Sd,entityServiceIcon:()=>Lx,entityTimezoneIcon:()=>mr,europeFlagIcon:()=>Ne,exclamationDarkIcon:()=>ac,exclamationErrorIcon:()=>xc,exclamationOutlinedCircle:()=>Fx,exclamationOutlinedOrangeCircle:()=>di,exclamationWarningIcon:()=>rc,exclamationWhiteIcon:()=>hi,excludedApps:()=>Gi,expandArrows:()=>_a,expandArrowsIcon:()=>cs,expiredIcon:()=>zn,expiredInvoiceIcon:()=>gt,expiredLeadStatusIcon:()=>Qs,expiredNoBgIcon:()=>wt,expiredStatusIcon:()=>Ms,expressCheckoutIcon:()=>De,eyeHideIcon:()=>Is,eyeShowIcon:()=>vs,failedIcon:()=>Or,failedNoBgTableIcon:()=>Uc,failedTableIcon:()=>Dc,feeIcon:()=>wa,fileDownloadBlueIcon:()=>Ar,fileDownloadGreyIcon:()=>Er,financialSegmentIcon:()=>Sn,firefoxIcon:()=>$c,flagIcon:()=>$e,functionBaseUrl:()=>X,gadientLink:()=>Qx,gatewayIcon:()=>Qt,gatewayOrangeIcon:()=>kr,gatewayRedIcon:()=>Dr,genericIcon:()=>kn,genericIconNew:()=>Zt,getAuthorityIcon:()=>ae,getBrowserIcon:()=>re,getCountriesIcon:()=>ne,getCurrenciesIcon:()=>pe,getLightUrlIcon:()=>ee,getPaymentIssuersIcon:()=>oe,getPaymentMethodsIcon:()=>te,getServiceFunctionIcon:()=>se,getStatusIcon:()=>ce,gradientSettings:()=>Jx,gradientWallet:()=>jx,grayBrandIcon:()=>_n,grayCloseIcon:()=>sa,grayFlagIcon:()=>po,grayProductLabel:()=>Va,grayUpArrowIcon:()=>hn,grayVerifyIcon:()=>nr,greenArrowLeftIcon:()=>as,greenArrowRightIcon:()=>ps,greenArrowUpIcon:()=>rs,greenCheck2ACE00:()=>Yx,greenCheckIcon:()=>pt,greenCheckV2Icon:()=>ic,greenVerifyIcon:()=>sr,greenZigzagCheckIcon:()=>Ao,greyAppleIcon:()=>gc,greyCheckIcon:()=>xn,greyCrossIcon:()=>dn,greyDesktopIcon:()=>vc,greyDownArrowIcon:()=>Cx,greyDropdownIcon:()=>An,greyLocationIcon:()=>Ic,greyMinusIcon:()=>dp,greyPlusIcon:()=>ip,greyTimezoneIcon:()=>Te,greyUpArrowIcon:()=>Sx,hideIcon:()=>Ht,hijriIcon:()=>ko,homeIcon:()=>yr,iOSAppIcon:()=>ex,ibanIcon:()=>kt,idIcon:()=>nt,inActiveGreyIcon:()=>ui,initialAcceptanceIcon:()=>es,initialPayoutsIcon:()=>os,initiatedIcon:()=>Jr,intentCancelledStatusIcon:()=>$p,intentExpiredStatusIcon:()=>mp,intentInitiatedStatusIcon:()=>fp,intentTransactedStatusIcon:()=>Ap,intentsServiceIcon:()=>Dx,intentsTableCellWidth:()=>Xi,invoiceIcon:()=>lt,invoiceIdIcon:()=>tt,invoiceNumberIcon:()=>It,invoiceServiceIcon:()=>Nx,invoicesTableCellWidth:()=>ed,iosIcon:()=>dc,jordanFlagIcon:()=>_e,jsonBlackIcon:()=>Rn,jsonIcon:()=>wn,kuwaitFlagIcon:()=>Re,lateFeeIcon2:()=>Ja,layersIcon:()=>nc,leadAppIcon:()=>E,leadTitleIcon:()=>T,leadWhiteIcon:()=>cc,leadsTableCellWidth:()=>td,lebanonFlagIcon:()=>we,lightPlatformSegmentIcon:()=>bn,lightUrl:()=>e,linkTiltedIcon:()=>ba,listShadowBg:()=>xr,listViewButtonIcon:()=>Xp,lockIcon:()=>br,logOutIcon:()=>Yo,longWordsIcon:()=>Ep,macIcon:()=>fo,manyCurrencyCoin:()=>Xx,manyCurrencyCoinGradient:()=>ei,marketPlaceBlackIcon:()=>So,marketPlaceBlueIcon:()=>To,marketPlaceDimmedIcon:()=>Co,maximizeIcon:()=>Tt,merchantInitiatedIcon:()=>Xt,merchantServiceProviderSubSegmentIcon:()=>Ei,merchantsTableCellWidth:()=>ld,messageIcon:()=>Ro,metaIcon:()=>Tr,minimizeIcon:()=>St,minusIcon:()=>Ra,mobileIcon:()=>it,moneyInDimmedIcon:()=>wo,moneyInIcon:()=>_o,moneyOutDimmedIcon:()=>bo,moneyOutIcon:()=>yo,mutedOutlinedCheckIcon:()=>$x,navigationIcon:()=>gx,navigationPointerBlack:()=>Ex,newFileIcon:()=>js,newInvoiceIcon:()=>Ha,newReceiptIcon:()=>Zo,newWindowIcon:()=>Gt,noAgreementIcon:()=>la,noPreviewIcon:()=>lp,notVerifiedIcon:()=>Qn,noteIcon:()=>La,noteIcon2:()=>qa,openBankingIcon:()=>He,openDisputeIcon:()=>rt,openFlagIcon:()=>no,operaIcon:()=>Ec,orangeFlagIcon:()=>oo,orderAppIcon:()=>S,orderIcon:()=>Bn,orderWindowIcon:()=>C,ordersTableCellWidth:()=>od,outlinedCircle:()=>Hx,outlinedPlatformIcon:()=>Ax,outstandingIcon:()=>bt,paidNoBgIcon:()=>Rt,paidOutFilterIcon:()=>Vc,paidOutIcon:()=>Ur,paidOutTableIcon:()=>Cp,paidStatusIcon:()=>Ws,passThruWalletIcon:()=>We,passwordDotsIcon:()=>Ns,payStreamIcon:()=>No,paymentAcquirerSubSegmentIcon:()=>yi,paymentFacilitatorSubSegmentIcon:()=>_i,paymentGatewayProviderSubSegmentIcon:()=>fi,paymentIssuerSubSegmentIcon:()=>Ci,paymentMethodSubSegmentIcon:()=>bi,paymentProcessorSubSegmentIcon:()=>Ti,paymentSchemeSubSegmentIcon:()=>Si,paymentTechnologySubSegmentIcon:()=>mi,paymentTechnologyV2SubSegmentIcon:()=>$i,paymentTerminalProviderSubSegmentIcon:()=>Ai,payoutAppDisabledIcon:()=>Xo,payoutDisabledRoundedIcon:()=>on,payoutEnabledIcon:()=>en,payoutGreenIcon:()=>tn,payoutIcon:()=>Dt,payoutServiceIcon:()=>Px,payoutWindowIcon:()=>N,payoutsAppIcon:()=>l,payoutsGreenIcon:()=>Jo,payoutsTableCellWidth:()=>nd,pdfGrayIcon:()=>Na,pdfIcon:()=>ys,penIcon:()=>rr,pendingFlag:()=>Ot,pendingIcon:()=>Lo,pendingOnTapIcon:()=>sc,pendingPayoutIcon:()=>bp,pendingStatusIcon:()=>Vs,percentage0Icon:()=>ft,percentage100Icon:()=>Et,percentage50Icon:()=>$t,percentage75Icon:()=>At,physicalLocationIcon:()=>tx,pinIcon:()=>Dp,platformSegmentIcon:()=>yn,plusQty:()=>za,preferencesIcon:()=>Vo,previewModeIcon:()=>Gp,productLabel:()=>Pa,protectAppIcon:()=>h,protectAuthorizationsTableCellWidth:()=>sd,protectChargesTableCellWidth:()=>cd,protectIcon:()=>go,protectWindowIcon:()=>P,providerSegmentIcon:()=>Tn,quantityIcon:()=>Ba,quitIcon:()=>Yt,readyLeadStatusIcon:()=>Js,receiptBillIcon:()=>Ko,receiptIcon:()=>vr,redCloseIcon:()=>Ts,redFlagIcon:()=>co,redVerifyIcon:()=>cr,refundInitiatedIcon:()=>Wr,refundSettledIcon:()=>Gr,refundTableCellWidth:()=>pd,refundedIcon:()=>Mr,refundedNotSettledIcon:()=>Fr,refundedStatusIcon:()=>zs,refundsServiceIcon:()=>Bx,refunededNoBgIcon:()=>Lt,releasedFlag:()=>Ut,reloadIcon:()=>Bs,remindedRedIcon:()=>Kn,removeAllItem:()=>Oa,removeItem:()=>ka,reportAppIcon:()=>A,reportAppsIcon:()=>Rs,reportFilterTypesMap:()=>yd,reportIcon:()=>bs,reportsIcon:()=>fe,reportsIconOutlined:()=>_s,reportsWindowIcon:()=>U,restrictedIcon:()=>Hr,retailPlatformSubSegmentIcon:()=>Li,retailerSubSegmentIcon:()=>Oi,reverseActionIcon:()=>Rp,reversePayoutIcon:()=>je,reversePayoutTableIcon:()=>yp,reversedIcon:()=>ge,rightArrow:()=>eo,rightLightArrowIcon:()=>cx,rowIdIcon:()=>ot,safariIcon:()=>mc,sandboxDefaultIcon:()=>$s,sandboxHoveredIcon:()=>fs,sandboxOrangeIcon:()=>As,saudiArabiaFlagIcon:()=>be,savedCardIcon:()=>Ce,savedStatusIcon:()=>Hs,savedTimezoneIcon:()=>fr,scheduledFilterIcon:()=>Hc,scheduledStatusIcon:()=>Ys,searchBlueIcon:()=>sx,searchIcon:()=>ve,segmentDevelopmentHouseIcon:()=>rx,segmentInstitutionIcon:()=>px,segmentTechnologyIcon:()=>ax,servicesTags:()=>Ki,settledIcon:()=>Yr,settlementInitiatedIcon:()=>Vr,sheetViewIcon:()=>Tp,shopifyBadgeIcon:()=>ls,slaProcessAppIcon:()=>y,slaProcessWindowIcon:()=>b,smallBlueCheckIcon:()=>$r,smallLeftArrowIcon:()=>nx,smsChannelIcon:()=>Dn,smsIcon:()=>Da,socialLinksIcon:()=>ox,sortAscArrowIcon:()=>ri,sortAzIcon:()=>ht,sortDescArrowIcon:()=>ai,sortIcon:()=>Ln,sortZaIcon:()=>mt,spinnerLoadingAnimatedIcon:()=>Wo,spinnerLoadingIcon:()=>Mo,starIcon:()=>Vt,storedValueWalletIcon:()=>Ge,subscriptionIcon:()=>Se,successCheckIcon:()=>Ir,switcherIcon:()=>Mp,tableBackgroundLoader:()=>qp,tableBlueArrowUpIcon:()=>Qp,tableBlueCheckMarkShadowedIcon:()=>Jp,tableLoadingSpinnerIcon:()=>Kp,tableLoadingSpinnerWhiteIcon:()=>Zp,tabletIcon:()=>dt,taxIcon:()=>Ua,teamWindowIcon:()=>Xs,terminalAppIcon:()=>M,terminalBrushIcon:()=>lx,terminalBrushMuted:()=>ux,terminalCardPhone:()=>xx,terminalDeviceFrame:()=>mx,terminalLinkVideo:()=>gi,terminalTypeIcon:()=>dx,terminalWindowIcon:()=>W,terminalsTableCellWidth:()=>ud,threeDSIcon:()=>ur,threeDsIcon:()=>et,timedOutIcon:()=>zr,timerBlueIcon:()=>Vn,timezoneIcon:()=>Ee,toastPOSIcon:()=>ix,tokenAppIcon:()=>I,tokenCardIcon:()=>zp,tokenExpiredStatusIcon:()=>Yp,tokenPendingStatusIcon:()=>Vp,tokenSavedStatusIcon:()=>Fp,tokenTransactedStatusIcon:()=>Hp,tokensReportsIcon:()=>ua,tokensTableCellWidth:()=>ad,tokensWindowIcon:()=>B,topUpIcon:()=>Pt,topupsTableCellWidth:()=>rd,totalAmountIcon:()=>Ma,transactionIcon:()=>On,transformIcon:()=>zo,trashBinIcon:()=>er,unAuthenticatedStatuses:()=>q,unAuthorizedIcon:()=>he,unAvailableIcon:()=>Kr,unCapturedIcon:()=>Wt,unCapturedStatuses:()=>zi,unCheckedIcon:()=>sn,unauthenticatedIcon:()=>zc,unfocusRemoveItem:()=>Wa,unisoIcon:()=>Io,unitedArabEmiratesFlagIcon:()=>Le,unitedStatesFlagIcon:()=>Be,unknownIcon:()=>Zr,unpinIcon:()=>Up,uploadBlueIcon:()=>ms,uploadIcon:()=>hs,userIcon:()=>yc,userTimezoneIcon:()=>hr,usersIcon:()=>ia,usersServiceIcon:()=>Ox,verifiedGreenBadgeIcon:()=>us,verifiedIcon:()=>Jn,verifyReviewIcon:()=>jn,verticalLineIcon:()=>Wp,videosUrl:()=>F,viewAllIcon:()=>Ft,viewIcon:()=>me,viewInvoiceIcon:()=>gp,viewedStatusIcon:()=>Fs,visaIcon:()=>ze,voidedIcon:()=>qr,walletAppIcon:()=>d,walletDetailsTableCellWidth:()=>id,walletIcon:()=>Bo,walletServiceIcon:()=>kx,walletStatementTableCellWidth:()=>dd,walletTableCellWidth:()=>xd,walletWindowIcon:()=>w,warningInfoIcon:()=>rn,websiteBlueIcon:()=>jr,websiteIcon:()=>uc,whatsappChannelIcon:()=>Un,whatsappIcon:()=>Ga,whiteArrow2:()=>Fa,whiteArrowLeftIcon:()=>is,whiteArrowRightIcon:()=>xs,whiteCloseIcon:()=>_p,whiteFilterIcon:()=>na,whitePlusIcon:()=>uo,wifiOffIcon:()=>cn,windowBankIcon:()=>va,windowBrandIcon:()=>ga,windowEntityIcon:()=>Ia,windowIndividualIcon:()=>ha,windowPasswordIcon:()=>ma,worldIcon:()=>vn,xlsIcon:()=>Ss});var u="https://cdn.tap.company/tap-assets",e=`${u}/icons/dashboard/light`,t=`${e}/other`,X=`${e}/function`,F=`${u}/videos`,ee=a=>`${e}/${a}.svg`,te=a=>`${e}/payment-method/v2/${a}.svg`,oe=a=>`${e}/payment-issuer/${a}.svg`,ne=a=>`${e}/country/v3/${a}.svg`,se=a=>`${e}/function/${a}.svg`,ce=a=>`${e}/statusIcons/${a}.svg`,pe=a=>`${u}/currency/v3/light/${a}.svg`,ae=a=>{let J=a.replace(/\s/g,"");return `${u}/icons/dashboard/light/authority/v2/${J}.svg`},re=a=>`${e}/browsers/${a}.svg`,xe=`${e}/currency/sar.svg`,ie=`${e}/currency/dirham.svg`,de=`${e}/abandoned.svg`,le=`${e}/abandonedYellow.svg`,ue=`${e}/chevron-down.svg`,ge=`${e}/reversed.svg`,Ie=`${e}/destinationSolid.svg`,ve=`${e}/search.svg`,he=`${e}/unauthorized.svg`,me=`${e}/view.svg`,fe=`${e}/reports.svg`,$e=`${e}/flag.svg`,Ae=`${e}/dispute.svg`,Ee=`${e}/timezone.svg`,Te=`${e}/greyTimezone.svg`,Se=`${e}/subscription.svg`,Ce=`${e}/savedCard.svg`,ye=`${e}/egypt.svg`,be=`${e}/saudiArabia.svg`,_e=`${e}/jordan.svg`,we=`${e}/lebanon.svg`,Re=`${e}/kuwait.svg`,Le=`${e}/unitedArabEmirates.svg`,Ne=`${e}/europe.svg`,Pe=`${e}/bahrain.svg`,Be=`${e}/america.svg`,Oe=`${e}/payment-method/v2/card.svg`,ke=`${e}/device.svg`,De=`${e}/expressCheckout.svg`,Ue=`${e}/applePay.svg`,Me=`${e}/cash.svg`,We=`${e}/passThruWallet.svg`,Ge=`${e}/storedValueWallet.svg`,Fe=`${e}/buyNowPayLater.svg`,He=`${e}/openBanking.svg`,Ye=`${e}/FrictionlessIcon.svg`,Ve=`${e}/ChallengeIcon.svg`,ze=`${e}/visa.svg`,Ke=`${e}/completed.svg`,Ze=`${e}/chargebackRequested.svg`,qe=`${e}/chargeback.svg`,Qe=`${t}/captureDropdown.svg`,Je=`${e}/disputeResolved.svg`,je=`${e}/reversePayout.svg`,Xe=`${e}/ellipsisHorizontal.svg`,et=`${e}/3ds.svg`,tt=`${e}/invoiceIdIcon3.svg`,ot=`${e}/idIcon3.svg`,nt=`${e}/id.svg`,st=`${t}/copyIcon.svg`,ct=`${t}/codeIcon.svg`,pt=`${t}/GreenCheckMark2.svg`,at=`${e}/closedDispute.svg`,rt=`${e}/openDispute.svg`,xt=`${e}/desktop.svg`,it=`${e}/mobile.svg`,dt=`${e}/tablet.svg`,lt=`${e}/invoice.svg`,ut=`${e}/cancelledInvoiceIcon.svg`,gt=`${e}/expiredInvoiceIcon.svg`,It=`${e}/invoiceNumberIcon.svg`,vt=`${e}/column.svg`,ht=`${e}/sortAz.svg`,mt=`${e}/sortZa.svg`,ft=`${e}/percentage0.svg`,$t=`${e}/percentage50.svg`,At=`${e}/percentage75.svg`,Et=`${e}/percentage100.svg`,Tt=`${e}/maximize.svg`,St=`${e}/minimize.svg`,Ct=`${e}/close.svg`,yt=`${e}/dashedCheckIcon.svg`,bt=`${e}/outstandingIcon.svg`,_t=`${e}/cancelledStatusIcon.svg`,wt=`${e}/expiredStatusIcon.svg`,Rt=`${e}/paidStatusIcon.svg`,Lt=`${e}/refundedStatusIcon.svg`,Nt=`${e}/deactivatedIcon.svg`,Pt=`${e}/topup.svg`,Bt=`${t}/demaximize.svg`,Ot=`${e}/pendingFlag.svg`,kt=`${e}/ibanIcon.svg`,Dt=`${e}/payoutIcon.svg`,Ut=`${e}/releasedFlag.svg`,Mt=`${e}/acceptedFlag.svg`,Wt=`${e}/status/unCaptured.svg`,Gt=`${t}/newWindow.svg`,Ft=`${t}/viewAll.svg`,Ht=`${t}/hide.svg`,Yt=`${t}/close.svg`,Vt=`${t}/star.svg`,zt=`${t}/closeCircle.svg`,Kt=`${t}/acquirer.svg`,Zt=`${e}/GenericIconNew.svg`,qt=`${t}/acquirerRed.svg`,Qt=`${t}/gateway.svg`,Jt=`${t}/acquirerOrange.svg`,jt=`${e}/status/capturedAuthorize.svg`,Xt=`${t}/merchantInitiated.svg`,eo=`${t}/rightArow.svg`,to=`${e}/blackRightArrow.svg`,oo=`${t}/orangeFlag.svg`,no=`${t}/openFlag.svg`,so=`${t}/closedFlag.svg`,co=`${t}/redFlag.svg`,po=`${t}/grayFlag.svg`,ao=`${t}/downArrow.svg`,ro=`${t}/check.svg`,xo=`${t}/closeX.svg`,io=`${t}/drag.svg`,lo=`${t}/checkboxIcon.svg`,uo=`${e}/plusWhite.svg`,go=`${t}/checkboxIcon.svg`,Io=`${e}/Uniso.svg`,vo=`${e}/addidas.svg`,ho=`${e}/radioButtonChecked.svg`,mo=`${e}/radioButtonUnchecked.svg`,fo=`${e}/Mac.svg`,$o=`${e}/blueCheckIconZigzag.svg`,Ao=`${e}/greenCheckIconZigzag.svg`,Eo=`${e}/dimmedCheckIconZigzag.svg`,To=`${e}/marketPlaceBlue.svg`,So=`${e}/marketplaceBlackIcon.svg`,Co=`${e}/marketPlaceDimmed.svg`,yo=`${e}/moneyOut.svg`,bo=`${e}/moneyOutDimmed.svg`,_o=`${e}/moneyIn.svg`,wo=`${e}/moneyInDimmed.svg`,Ro=`${e}/message.svg`,Lo=`${e}/pending.svg`,No=`${e}/payStream.svg`,Po=`${e}/clearCoin.svg`,Bo=`${t}/walletSmall.svg`,Oo=`${t}/bank.svg`,ko=`${t}/hijri.svg`,Do=`${t}/darkLeftArrow.svg`,Uo=`${t}/darkRightArrow.svg`,Mo=`${t}/spinnerLoading.svg`,Wo=`${t}/spinnerLoadingAnimated.svg`,Go=`${t}/actionFail.svg`,Fo=`${t}/actionSuccess.svg`,Ho=`${t}/checkMark.svg`,Yo=`${t}/logout.svg`,Vo=`${t}/preferences.svg`,zo=`${t}/transform.svg`,I=`${t}/token.svg`,x=`${t}/billing.svg`,Ko=`${t}/receiptBill.svg`,Zo=`${e}/newReceiptIcon.svg`,i=`${t}/acceptance.svg`,qo=`${e}/acceptanceEnabled.svg`,Qo=`${e}/acceptanceBlue.svg`,Jo=`${e}/payoutsGreen.svg`,jo=`${t}/acceptanceAppIconDisabled.svg`,Xo=`${t}/payoutsAppIconDisabled.svg`,en=`${e}/payoutEnabled.svg`,tn=`${e}/payoutAppGreenIcon.svg`,on=`${e}/payoutDisabledRounded.svg`,nn=`${e}/acceptanceDisabledRounded.svg`,v=`${t}/AuthenticationApp.svg`,d=`${t}/walletApp.svg`,l=`${t}/payouts.svg`,h=`${t}/protect.svg`,m=`${t}/customers.svg`,f=`${t}/business.svg`,$=`${t}/account.svg`,sn=`${t}/disableCheck.svg`,cn=`${t}/wifiOff.svg`,pn=`${t}/SandboxHovered.svg`,an=`${t}/Sandbox.svg`,rn=`${t}/ExclamationError.svg`,xn=`${t}/greyCheck.svg`,dn=`${t}/greyCross.svg`,ln=`${t}/blueCheck.svg`,un=`${t}/disabledCheck.svg`,gn=`${t}/darkCheck.svg`,In=`${t}/collapseArrow.svg`,vn=`${t}/world.svg`,hn=`${t}/grayUpArrow.svg`,mn=`${t}/blackHeadingDownArrowIcon.svg`,fn=`${t}/blueHeadingDropdownArrow.svg`,$n=`${t}/dropdownArrow.svg`,An=`${t}/greyDropdownIcon.svg`,En=`${t}/business2.svg`,Tn=`${t}/provider.svg`,Sn=`${t}/financial.svg`,Cn=`${t}/development.svg`,yn=`${t}/platform.svg`,bn=`${t}/light_platform.svg`,_n=`${t}/brandGray.svg`,wn=`${t}/json.svg`,Rn=`${t}/jsonBlackIcon.svg`,Ln=`${t}/sort1.svg`,Nn=`${t}/SandboxHoveredLight.svg`,Pn=`${t}/emailColoured.svg`,Bn=`${e}/OrderIcon.svg`,On=`${e}/TransactionIcon.svg`,kn=`${e}/GenericIcon.svg`,Dn=`${t}/smsColoured.svg`,Un=`${t}/whatsAppColored.svg`,Mn=`${t}/dueDateBlue.svg`,Wn=`${t}/dueDateOrange.svg`,Gn=`${t}/dueDateYellow.svg`,Fn=`${t}/dueDateRed.svg`,Hn=`${t}/dueDateBlack.svg`,Yn=`${t}/dueDateGray.svg`,Vn=`${t}/timerBlue.svg`,zn=`${t}/expiredIcon.svg`,Kn=`${t}/remindedRed.svg`,Zn=`${t}/chevronWhite.svg`,qn=`${t}/chevronGray.svg`,Qn=`${t}/notVerified.svg`,Jn=`${t}/verified.svg`,jn=`${t}/verifyReview.svg`,Xn=`${e}/window/attention.svg`,es=`${e}/window/initalAcceptance.svg`,ts=`${e}/window/completedAcceptance.svg`,os=`${e}/window/initalPayouts.svg`,ns=`${e}/window/completedPayouts.svg`,ss=`${t}/collapseArrowsIcon.svg`,cs=`${t}/expandArrowsIcon.svg`,ps=`${t}/greenArrowRight.svg`,as=`${t}/greenArrowLeft1.svg`,rs=`${t}/greenIconWithArrowUp.svg`,xs=`${t}/whiteArrowRight.svg`,is=`${t}/whiteArrowLeft.svg`,ds=`${e}/HSBCBank.svg`,ls=`${e}/shopifyIcon.svg`,us=`${e}/verifiedGreenBadge.svg`,gs=`${e}/backButtonLeft.svg`,Is=`${e}/eyeHideIcon.svg`,vs=`${e}/eyeShowIcon.svg`,hs=`${t}/uploadIcon.svg`,ms=`${t}/uploadBlueIcon.svg`,fs=`${t}/SandboxHovered.svg`,$s=`${t}/sandboxDefaultIcon.svg`,As=`${t}/SandboxIcon.svg`,Es=`${t}/clock.svg`,Ts=`${t}/RedClose.svg`,Ss=`${t}/xls.svg`,Cs=`${t}/csv.svg`,ys=`${t}/pdf.svg`,bs=`${t}/Download.svg`,_s=`${t}/reportsIconOutlined.svg`,ws=`${t}/Done.svg`,Rs=`${t}/reportApps.svg`,A=`${e}/window/ReportsApp.svg`,E=`${e}/window/leadApp.svg`,T=`${e}/window/leadTitleIcon.svg`,S=`${t}/OrderApp.svg`,C=`${t}/OrderTitleIcon.svg`,Ls=`${e}/dottedLine.svg`,Ns=`${e}/passwordDots.svg`,Ps=`${e}/dollarSign.svg`,Bs=`${e}/reload.svg`,Os=`${t}/deletedStatus1.svg`,ks=`${t}/draftedStatus1.svg`,Ds=`${t}/createdStatus1.svg`,Us=`${t}/cancelledStatus1.svg`,Ms=`${t}/expiredStatus1.svg`,Ws=`${t}/paidStatus1.svg`,Gs=`${t}/deliveredStatus1.svg`,Fs=`${t}/viewedStatus1.svg`,Hs=`${t}/savedStatus1.svg`,Ys=`${t}/scheduledStatus1.svg`,Vs=`${t}/invoicePendingStatus2.svg`,zs=`${t}/invoiceRefundedStatus2.svg`,Ks=`${e}/activeLeadStatus.svg`,Zs=`${e}/completedLeadStatus.svg`,qs=`${e}/closedLeadStatus.svg`,Qs=`${e}/expiredLeadStatus.svg`,Js=`${e}/readyLeadStatus.svg`,js=`${e}/newFileIcon.svg`,Xs=`${e}/teamWindowIcon.svg`,ec=`${e}/blueAppsIcon.svg`,tc=`${e}/disabledCardIcon.svg`,oc=`${e}/disabledCodeIcon.svg`,nc=`${e}/layersIcon.svg`,sc=`${e}/status/pendingOnTapIcon.svg`,cc=`${e}/leadWhiteIcon.svg`,pc=`${t}/chatDisabledIcon.svg`,ac=`${e}/exclamationDarkIcon.svg`,rc=`${t}/exclamationWarning.svg`,xc=`${e}/exclamationError.svg`,ic=`${t}/greenCheckV2.svg`,dc=`${e}/iosIcon1.svg`,lc=`${e}/androidIcon.svg`,uc=`${e}/websiteIcon.svg`,gc=`${t}/greyApple.svg`,Ic=`${t}/greyLocationIcon.svg`,vc=`${t}/greyDesktopIcon.svg`,hc=`${t}/greyTimezone.svg`,mc=`${t}/safariBrowser.svg`,fc=`${t}/chromeBrowser.svg`,$c=`${t}/firefoxBrowser.svg`,Ac=`${t}/microsoftBrowser.svg`,Ec=`${t}/operaBrowser.svg`,Tc=`${t}/braveBrowser.svg`,Sc=`${t}/arcBrowser.svg`,Cc=`${t}/chromiumBrowser.svg`,yc=`${t}/userIcon.svg`,y=`${t}/slaProcess.svg`,b=`${e}/window/slaProcess.svg`,bc=`${e}/status/table/abandoned.svg`,_c=`${e}/status/table/cancelled.svg`,wc=`${e}/status/table/captured.svg`,Rc=`${e}/status/table/chargeBack.svg`,Lc=`${e}/status/table/chargeBackRequested.svg`,Nc=`${e}/status/table/completed.svg`,Pc=`${e}/status/table/declined.svg`,Bc=`${e}/status/table/destinationReversed.svg`,Oc=`${t}/DestinationWithoutBackground.svg`,kc=`${e}/status/table/disputeResolved.svg`,Dc=`${e}/status/table/failed.svg`,Uc=`${e}/status/table/failedNoBG.svg`,Mc=`${e}/status/table/declinedNoBg.svg`,Wc=`${t}/destinationSuccess.svg`,Gc=`${e}/status/authenticationFailed.svg`,Fc=`${e}/status/table/authenticated.svg`,Hc=`${e}/paidOutFilterIcon.svg`,Yc=`${e}/completedBlackIcon.svg`,Vc=`${e}/scheduledFilterIcon.svg`,zc=`${e}/status/unauthenticated.svg`,Kc=`${e}/status/authenticationAttempted.svg`,Zc=`${e}/status/authenticationNoAuth.svg`,qc=`${e}/status/authenticationDeclined.svg`,Qc=`${e}/status/authenticationExemptedWithoutTransaction1.svg`,Jc=`${e}/status/authenticationExemptedWithTransaction2.svg`,jc=`${e}/status/authenticationFailed1.svg`,Xc=`${e}/status/authenticationInitiated.svg`,ep=`${e}/status/authenticationUnavailable.svg`,tp=`${e}/status/authenticationUndetermined.svg`,op=`${e}/status/AuthenticationWithoutTransaction1.svg`,np=`${e}/status/authenticationWithTransaction1 2.svg`,sp=`${e}/status/AuthenticationAuthenticated.svg`,cp=`${e}/status/authenticationPending2.svg`,pp=`${e}/provider/CYBERSOURCE.svg`,ap=`${e}/provider/MPGS.svg`,rp=`${e}/provider/NETCETERA.svg`,xp=`${e}/provider/TAP3DS.svg`,ip=`${e}/greyPlusIcon.svg`,dp=`${e}/greyMinusIcon.svg`,lp=`${e}/noPreviewIcon.svg`,up=`${e}/other/editIcon.svg`,gp=`${t}/viewInvoice.svg`,Ip=`${t}/checkoutStatus.svg`,vp=`${t}/checkStatusOutBlue.svg`,hp=`${t}/checkoutWithMarkStatus.svg`,mp=`${t}/intentExpiredStatus.svg`,fp=`${t}/intentInitiatedStatus.svg`,$p=`${t}/intentCancelledStatus.svg`,Ap=`${t}/intentTransactedStatus.svg`,Ep=`${e}/SheetViewUnionIcon.svg`,Tp=`${e}/sheetView.svg`,Sp=`${e}/abandonedNoBG.svg`,Cp=`${e}/status/table/paidOut.svg`,yp=`${e}/status/table/reversePayout.svg`,bp=`${e}/status/pendingPayout.svg`,_p=`${t}/whiteCloseIcon.svg`,wp=`${e}/window/empty.svg`,Rp=`${t}/reverseActionIcon.svg`,Lp=`${e}/status/authenticationWallet.svg`,Np=`${e}/status/authenticationApp.svg`,Pp=`${e}/status/authenticationBiometric.svg`,Bp=`${e}/status/authenticationDevice.svg`,Op=`${e}/status/authenticationIssuer.svg`,kp=`${e}/status/authenticationScheme.svg`,Dp=`${e}/pin.svg`,Up=`${e}/unpin.svg`,Mp=`${t}/switcher.svg`,Wp=`${e}/verticalLine.svg`,Gp=`${e}/previewModeIcon.svg`,Fp=`${e}/status/table/tokensSaved.svg`,Hp=`${e}/status/table/tokensTransacted.svg`,Yp=`${e}/status/table/tokensExpired.svg`,Vp=`${e}/status/table/tokensPending.svg`,zp=`${e}/status/table/tokenCardIcon.svg`,Kp=`${t}/TableloadingSpinner.svg`,Zp=`${t}/loadingSpinnerWhite.svg`,qp=`${e}/backgroundLoader.svg`,Qp=`${t}/arrowUpBlue1.svg`,Jp=`${t}/BlueCheckMarkShadowed1.svg`,jp=`${t}/cardViewButton.svg`,Xp=`${t}/listViewButton1.svg`,ea=`${e}/BlueArrowUpIcon.svg`,ta=`${e}/BlueCircleLoaderIcon.svg`,oa=`${e}/appsGridIcon2.svg`,na=`${e}/whiteFilter.svg`,sa=`${e}/grayCloseIcon.svg`,ca=`${e}/status/OrderAgreementIcon.svg`,pa=`${e}/status/InstallmentAgreementIcon.svg`,aa=`${e}/status/CardAgreementIcon.svg`,ra=`${e}/status/SubscriptionAgreementIcon.svg`,xa=`${e}/brandPlaceholder.svg`,ia=`${e}/users-icons.svg`,da=`${e}/Board-Icons.svg`,la=`${t}/No Agreement.svg`,_=`${e}/window/acceptance.svg`,w=`${e}/window/wallet.svg`,R=`${e}/window/billing.svg`,L=`${e}/window/customers.svg`,N=`${e}/window/payout.svg`,P=`${e}/window/protect.svg`,B=`${e}/window/tokens.svg`,O=`${e}/window/account.svg`,k=`${e}/window/businesses.svg`,D=`${e}/window/authentication.svg`,U=`${t}/reportsIcon.svg`,ua=`${e}/window/tokensReports.svg`,ga=`${e}/window/brand.svg`,Ia=`${e}/window/entity.svg`,va=`${e}/window/bank.svg`,ha=`${e}/window/individual.svg`,ma=`${e}/window/password.svg`,fa=`${e}/actionsIcon.svg`,$a=`${e}/addItem.svg`,Aa=`${e}/attachIcon.svg`,Ea=`${e}/CollapseArrows.svg`,Ta=`${e}/customerIcon.svg`,Sa=`${e}/discountIcon.svg`,Ca=`${e}/emailIcon.svg`,ya=`${e}/emailBlackIcon.svg`,ba=`${e}/linkTiltedIcon.svg`,_a=`${e}/ExpandArrows.svg`,wa=`${e}/feeIcon.svg`,Ra=`${e}/minusIcon.svg`,La=`${e}/noteIcon.svg`,Na=`${e}/pdfGrayIcon.svg`,Pa=`${e}/productLabel.svg`,Ba=`${e}/quantityIcon.svg`,Oa=`${e}/removeItem.svg`,ka=`${t}/removeItem2.svg`,Da=`${e}/smsIcon.svg`,Ua=`${e}/taxIcon.svg`,Ma=`${e}/totalAmountIcon.svg`,Wa=`${e}/unfocusRemoveItem.svg`,Ga=`${e}/whatsappIcon1.svg`,Fa=`${e}/whiteArrow2.svg`,Ha=`${e}/newInvoice.svg`,Ya=`${e}/activeActionIcon.svg`,Va=`${e}/grayProductLabel.svg`,za=`${e}/plusQty.svg`,Ka=`${t}/downArrow3.svg`,Za=`${e}/customer.svg`,qa=`${t}/note.svg`,Qa=`${t}/attach.svg`,Ja=`${e}/lateFee.svg`,ja=`${e}/addItemIcon.svg`,Xa=`${e}/blueCheckIcon.svg`,er=`${t}/trash-bin.svg`,tr=`${e}/blueVerifyIcon.svg`,or=`${e}/verificationDarkBlue.svg`,nr=`${e}/grayVerifyIcon.svg`,sr=`${e}/greenVerifyIcon.svg`,cr=`${e}/redVerifyIcon.svg`,pr=`${e}/closedVerifyIcon.svg`,ar=`${e}/archivedVerifyIcon.svg`,rr=`${e}/penIcon.svg`,xr=`${t}/listShadow.svg`,ir=`${e}/defaultCountryIcon.svg`,dr=`${e}/defaultDeviceIcon.svg`,lr=`${e}/biometric.svg`,ur=`${e}/3dsBlue.svg`,gr=`${t}/createCharge.svg`,Ir=`${t}/successCheck.svg`,vr=`${t}/receipt.svg`,hr=`${t}/browserTimezone.svg`,mr=`${t}/entityTimezone.svg`,fr=`${t}/historyTimezone.svg`,$r=`${t}/smallBlueCheck.svg`,Ar=`${t}/fileDownloadBlue.svg`,Er=`${t}/fileDownloadGrey.svg`,Tr=`${e}/meta.svg`,Sr=`${e}/darkFilterIcon.svg`,Cr=`${e}/resize-icon.svg`,yr=`${e}/home.svg`,br=`${e}/lockIcon.svg`,_r=`${e}/Calendar.svg`,wr=`${e}/status-v2/autoCapturedNoBG.svg`,Rr=`${e}/status-v2/autoVoidNoBG.svg`,Lr=`${e}/status-v2/cancelledNoBG.svg`,Nr=`${e}/status-v2/capturedNoBG.svg`,Pr=`${e}/status-v2/declinedNoBG.svg`,Br=`${e}/status-v2/destinationsNoBG.svg`,Or=`${e}/status-v2/failedNoBG.svg`,kr=`${e}/status-v2/gatewayOrange.svg`,Dr=`${e}/status-v2/gatewayRedNoBG.svg`,Ur=`${e}/status-v2/paidoutNoBG.svg`,Mr=`${e}/status-v2/refundedIconNoBG2.svg`,Wr=`${e}/status-v2/refundInitiatedNoBG.svg`,Gr=`${e}/status-v2/refundSettledNoBG.svg`,Fr=`${e}/status-v2/refundNotSettledNoBG.svg`,Hr=`${e}/status-v2/restrictedNoBG.svg`,Yr=`${e}/status-v2/settledNoBG.svg`,Vr=`${e}/status-v2/settlementInitiatedNoBG.svg`,zr=`${e}/status-v2/timeoutNoBG.svg`,Kr=`${e}/status-v2/unavailableNoBG.svg`,Zr=`${e}/status-v2/unknownNoBG.svg`,qr=`${e}/status-v2/void.svg`,Qr=`${e}/status-v2/authorizeNoBG.svg`,Jr=`${e}/status-v2/initiatedNoBG.svg`,jr=`${e}/websiteBlueIcon.svg`,Xr=`${e}/androidAppIcon.svg`,ex=`${e}/iOSAppIcon.svg`,tx=`${e}/physicalLocationIcon.svg`,ox=`${e}/socialLinksIcon.svg`,nx=`${e}/smallLeftArrow.svg`,sx=`${e}/searchBlueIcon.svg`,cx=`${t}/rightLightArrow.svg`,px=`${t}/segmentInstitution.svg`,ax=`${t}/segmentTechnology.svg`,rx=`${t}/segmentDevelopmentHouse.svg`,M=`${t}/terminal.svg`,W=`${e}/window/terminal.svg`,xx=`${e}/terminalCardPhone.svg`,ix=`${e}/ToastPOS.svg`,dx=`${e}/terminalTypeIcon.svg`,lx=`${e}/terminalBrush.svg`,ux=`${e}/terminalBrushMuted.svg`,gx=`${e}/navigationIcon.svg`,Ix=`${e}/babyBlueCheckIcon.svg`,vx=`${e}/digitalReceiptIcon.svg`,hx=`${e}/bankNoteIcon.svg`,mx=`${e}/terminalDeviceFrame.svg`,fx=`${e}/blackBrushIcon.svg`,$x=`${e}/mutedOutlinedCheckIcon.svg`,Ax=`${e}/outlinedPlatformIcon.svg`,Ex=`${e}/navigationPointerBlack.svg`,Tx=`${e}/addIconWhite.svg`,Sx=`${e}/greyUpArrow.svg`,Cx=`${e}/greyDownArrow.svg`,yx=`${e}/services/brandService.svg`,bx=`${e}/services/authorizationService.svg`,_x=`${e}/services/chargebacksService.svg`,wx=`${e}/services/chargesService.svg`,Rx=`${e}/services/destinationsService.svg`,Lx=`${e}/services/entityService.svg`,Nx=`${e}/services/invoiceService.svg`,Px=`${e}/services/payoutService.svg`,Bx=`${e}/services/refundsService.svg`,Ox=`${e}/services/usersService.svg`,kx=`${e}/services/walletService.svg`,Dx=`${e}/services/intentsService.svg`,Ux=`${e}/archievedOutlined.svg`,Mx=`${e}/closeOutlinedCircle.svg`,Wx=`${e}/dashedOutlinedCircle.svg`,Gx=`${e}/deactivatedCircle.svg`,Fx=`${e}/exclamationOutlinedCircle.svg`,Hx=`${e}/outlinedCircle.svg`,Yx=`${e}/greenCheck2ACE00.svg`,Vx=`${e}/blueCopyIcon.svg`,zx=`${e}/blackLinkIcon.svg`,Kx=`${e}/blackSettingsIcon.svg`,Zx=`${e}/blackWallet.svg`,qx=`${e}/blueGradientBrushIcon.svg`,Qx=`${e}/gadientLink.svg`,Jx=`${e}/gradientSettings.svg`,jx=`${e}/gradientWallet.svg`,Xx=`${e}/manyCurrencyCoin.svg`,ei=`${e}/manyCurrencyCoinGradient.svg`,ti=`${e}/blackMobileBatteryIcon.svg`,oi=`${e}/blackMobileSignalIcon.svg`,ni=`${e}/emptyMobileWifiIcon.svg`,si=`${e}/deemaWithLabel.svg`,ci=`${e}/chargeBackWhiteIcon.svg`,pi=`${e}/blackUnLinkIcon.svg`,ai=`${e}/sortDescArrowIcon.svg`,ri=`${e}/sortAscArrowIcon.svg`,xi=`${e}/closedOutlinedYellowCircle.svg`,ii=`${e}/deactivatedOrangeCircle.svg`,di=`${e}/exclamationOutlinedOrangeCircle.svg`,li=`${e}/activeGreenIcon.svg`,ui=`${e}/inActiveGreyIcon.svg`,gi=`${F}/terminal_link.mp4`,Ii=`${e}/bluePlusIcon.svg`,vi=`${e}/blackSettingsVariant2Icon.svg`,hi=`${e}/exclamationWhite.svg`,mi=`${t}/paymentTechnology.svg`,fi=`${t}/paymentGatewayProvider.svg`,$i=`${t}/paymentTechnologyV2.svg`,Ai=`${t}/paymentTerminalProvider.svg`,Ei=`${t}/merchantServiceProvider.svg`,Ti=`${t}/paymentProcessor.svg`,Si=`${t}/paymentScheme.svg`,Ci=`${t}/paymentIssuer.svg`,yi=`${t}/paymentAcquirer.svg`,bi=`${t}/paymentMethod.svg`,_i=`${t}/paymentFacilitator.svg`,wi=`${t}/commercialRegulator.svg`,Ri=`${t}/appPlatform.svg`,Li=`${t}/retailPlatform.svg`,Ni=`${t}/commercePlatform.svg`,Pi=`${t}/billingPlatform.svg`,Bi=`${t}/authenticationGateway.svg`,Oi=`${t}/retailer.svg`,ki=`${t}/blueCircleWithWhiteCheck.svg`;var kd=3,Di=88,Ui=24;var s={view:{code:"VIEW"},sandbox:{code:"SANDBOX"},jsonApi:{code:"JSON API"},reports:{code:"REPORTS"}},G={updateEntity:{code:"UPDATE ENTITY"},updateBrand:{code:"UPDATE BRAND"},updateUsers:{code:"UPDATE USERS"},createUsers:{code:"CREATE USERS"},updateWallet:{code:"UPDATE_WALLET"}},o={tokens:{code:"TOKEN",services:{tokens:{code:"TOKENS",functions:a({},s)}}},billing:{code:"BILLING",services:{invoices:{code:"INVOICES",functions:b$1(a({},s),{create:{code:"CREATE"},cancel:{code:"CANCEL"},reminder:{code:"REMINDER"},finalize:{code:"FINALIZE"},refund:{code:"REFUND"},createBulk:{code:"CREATE_BULK_INVOICES"},usersList:{code:"USER_LIST"}})}}},business:{code:"BUSINESS",services:{merchant:{code:"MERCHANT",functions:a(a({},s),G)},retailer:{code:"RETAILER",functions:a(a({},s),G)}}},acceptance:{code:"ACCEPTANCE",services:{insights:{code:"INSIGHTS",functions:b$1(a({},s),{performanceOverview:{code:"PERFORMANCE_OVERVIEW"},performanceActivity:{code:"PERFORMANCE_ACTIVITY"},performanceHeatmap:{code:"PERFORMANCE_HEATMAP"},chargeStatus:{code:"CHARGE_STATUS"},chargeAcceptanceRate:{code:"CHARGE_ACCEPTANCE_RATE"}})},intents:{code:"INTENTS",functions:b$1(a({},s),{flagBalance:{code:"FLAG BALANCE"},releaseBalance:{code:"RELEASE BALANCE"},charge:{code:"CHARGE"},flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"},createCharge:{code:"CREATE_CHARGE"}})},authorization:{code:"AUTHORIZATIONS",functions:b$1(a({},s),{void:{code:"VOID"},charge:{code:"CHARGE"},flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"}})},charges:{code:"CHARGES",functions:b$1(a({},s),{flagBalance:{code:"FLAG BALANCE"},releaseBalance:{code:"RELEASE BALANCE"},refund:{code:"REFUND"},charge:{code:"CHARGE"},flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"},createCharge:{code:"CREATE_CHARGE"},viewReceipt:{code:"RECEIPT"}})},destinations:{code:"DESTINATIONS",functions:b$1(a({},s),{flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"},releaseBalance:{code:"RELEASE BALANCE"},flagBalance:{code:"FLAG BALANCE"}})},topups:{code:"TOPUPS",functions:b$1(a({},s),{flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"},releaseBalance:{code:"RELEASE BALANCE"},flagBalance:{code:"FLAG BALANCE"}})},refunds:{code:"REFUNDS",functions:b$1(a({},s),{flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"},cancel:{code:"CANCEL"},viewReceipt:{code:"RECEIPT"}})},chargeback:{code:"CHARGEBACKS"},settlements:{code:"SETTLEMENTS",functions:a({},s)},disputes:{code:"DISPUTES"}}},wallet:{code:"WALLET",services:{businesses:{code:"BUSINESS_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},retailers:{code:"RETAILER_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},customers:{code:"CUSTOMER_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},merchants:{code:"MERCHANT_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},paymentTechnology:{code:"PAYMENT_TECHNOLOGY_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},financialInstitution:{code:"FINANCIAL_INSTITUTION_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},retailCommerce:{code:"RETAIL_COMMERCE_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},app:{code:"APP_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},billing:{code:"BILLING_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},onlineCommerce:{code:"ONLINE_COMMERCE_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},paymentFacilitator:{code:"PAYMENT_FACILITATOR_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})},development:{code:"DEVELOPMENT_WALLET",functions:b$1(a({},s),{statement:{code:"STATEMENT"},summary:{code:"SUMMARY"}})}}},payouts:{code:"PAYOUT",services:{payouts:{code:"PAYOUTS",functions:b$1(a({},s),{flag:{code:"FLAG"}})},reversePayout:{code:"REVERSEPAYOUT"},retailerPayout:{code:"RETAILER_PAYOUTS"},merchantPayout:{code:"MERCHANT_PAYOUTS"}}},protect:{code:"PROTECT",services:{authorizationsFlags:{code:"AUTHORIZE",functions:b$1(a({},s),{releaseFlag:{code:"RELEASE FLAG"}})},chargesFlags:{code:"CHARGE",functions:b$1(a({},s),{releaseFlag:{code:"RELEASE FLAG"}})}}},authentication:{code:"AUTHENTICATION",services:{authentication:{code:"AUTHENTICATION",functions:a({},s)}}},customers:{code:"CUSTOMER"},businesses:{code:"BUSINESS",services:{businesses:{code:"BUSINESSES"}}},reports:{code:"REPORTS",services:{reports:{code:"REPORTS"}}},account:{code:"ACCOUNT",services:{account:{code:"ACCOUNT"},users:{code:"USERS",functions:{list:{code:"LIST"},create:{code:"CREATE"},update:{code:"UPDATE"}}},operators:{code:"OPERATORS",functions:{list:{code:"LIST"},copy:{code:"COPY"}}},entity:{code:"ENTITY",functions:{view:{code:"VIEW"},update:{code:"UPDATE"}}},brands:{code:"BRAND",functions:{view:{code:"VIEW"},update:{code:"UPDATE"}}},walletSettings:{code:"WALLET_SETTINGS",functions:{view:{code:"VIEW"},update:{code:"UPDATE"}}}}},order:{code:"ORDER",services:{orders:{code:"ORDERS",functions:b$1(a({},s),{flag:{code:"FLAG"},releaseFlag:{code:"RELEASE FLAG"}})}}},leads:{code:"LEAD",services:{leads:{code:"LEADS",functions:b$1(a({},s),{account:{code:"ACCOUNT"},lead:{code:"LEAD"},create:{code:"CREATE"},update:{code:"UPDATE"},close:{code:"CLOSE"},convert:{code:"CONVERT"},connect:{code:"CONNECT"}})}}},terminals:{code:"TERMINALS",services:{create:{code:"CREATE"},view:{code:"VIEW"},update:{code:"UPDATE"}}},slaProcess:{code:"SLA_PROCESS"}},Mi={general:{height:`calc(100vh - ${Number(88)+Number(24)}px)`,minWidth:780,maxWidth:1200,minHeight:"50vh",maxHeight:"100vh"},[o.reports.code]:{width:700,minWidth:700,maxWidth:"unset",maxHeight:"unset",height:652},[o.billing.code]:{minWidth:856}},Wi=[{code:o.tokens.code,iconUrl:I,toolbarIconUrl:B},{code:o.billing.code,iconUrl:x,toolbarIconUrl:R},{code:o.acceptance.code,iconUrl:i,toolbarIconUrl:_},{code:o.wallet.code,iconUrl:d,toolbarIconUrl:w},{code:o.payouts.code,iconUrl:l,toolbarIconUrl:N},{code:o.protect.code,iconUrl:h,toolbarIconUrl:P},{code:o.authentication.code,iconUrl:v,toolbarIconUrl:D},{code:o.customers.code,iconUrl:m,toolbarIconUrl:L},{code:o.businesses.code,iconUrl:f,toolbarIconUrl:k},{code:o.reports.code,iconUrl:A,toolbarIconUrl:U},{code:o.account.code,iconUrl:$,toolbarIconUrl:O},{code:o.order.code,iconUrl:S,toolbarIconUrl:C},{code:o.leads.code,iconUrl:E,toolbarIconUrl:T},{code:o.terminals.code,iconUrl:M,toolbarIconUrl:W},{code:o.slaProcess.code,iconUrl:y,toolbarIconUrl:b}],Gi=["login"];var H,Fi=(H=window.__GLOBAL_CONFIG__)!=null?H:{},Y,V=(Y=Fi.MW_BASE_URL)!=null?Y:"https://mw-os.dev.tap.company",Hi=`${V}/api`,Yi="development",Vi="hehe";var zi=["FAILED","DECLINED","RESTRICTED","TIMEDOUT","UNKNOWN","INITIATED","CANCELLED","ABANDONED"];var Ki={intents:{color:"#1F88D0",border:"0.75px solid #E9F3FA",background:"#FFF"},authorization:{color:"#1F88D0",border:"0.75px solid #E9F3FA",background:"#FFF"},charges:{color:"#1F88D0",background:"rgba(31, 136, 208, 0.10)"},destinations:{color:"#1F88D0",background:"rgba(31, 136, 208, 0.10)"},topups:{color:"#8D8D94",background:"rgba(141, 141, 148, 0.10)"},refunds:{color:"#4E1FD0",background:"rgba(78, 31, 208, 0.10)"},chargebacks:{color:"#F00",background:"rgba(255, 0, 0, 0.10)"},settlements:{color:"#2ACE00",background:"rgba(42, 206, 0, 0.10)"},disputes:{color:"#1F88D0",border:"0.75px solid #E9F3FA",background:"#FFF"},payouts:{color:"#1F88D0",background:"rgba(31, 136, 208, 0.10)"},statement:{color:"#2ACE00",background:"rgba(42, 206, 0, 0.10)"},invoices:{color:"#FF4D00",background:"rgba(255, 77, 0, 0.10)"}};var Yd=50,Zi={AuthorizationsList:{limit:50},ChargesList:{limit:50},DestinationsList:{limit:50,destinationsLimit:20},IntentsList:{limit:50},RefundsList:{limit:50},SettlementsList:{limit:50},TopupsList:{limit:50},AuthenticationsList:{limit:25},InvoicesList:{limit:50},LeadsList:{limit:50,page_no:1},OrdersList:{limit:50},PayoutsList:{limit:50},TokensList:{limit:50},WalletsList:{limit:50,page:1},brands:{limit:50},MerchantsList:{limit:50},TerminalDevices:{limit:50}};var qi={id:{default:"180px",text:"180px",sheet:"180px"},merchant:{default:"115px",text:"150px",sheet:"138px"},brand:{default:"125px",text:"116px",sheet:"116px"},payouts:{default:"150px",text:"250px",sheet:"250px"},reference:{default:"90px",text:"250px",sheet:"250px"},provider:{default:"102px",text:"102px",sheet:"102px"},purpose:{default:"126px",text:"126px",sheet:"126px"},customer:{default:"180px",text:"180px",sheet:"180px"},device:{default:"150px",text:"250px",sheet:"250px"},source:{default:"94px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"165px"},amount:{default:"175px",text:"175px",sheet:"175px"},status:{default:"86px",text:"250px",sheet:"250px"},authentication_id:{default:"260px",text:"320px",sheet:"320px"},charge_id:{default:"245px",text:"290px",sheet:"290px"},actions:{default:"100px",text:"100px",sheet:"100px"},date:{default:"150px",text:"170px",sheet:"130px"},channel:{default:"100px",text:"100px",sheet:"100px"},payment_issuers:{default:"150px",text:"150px",sheet:"430px"},payment_type:{default:"150px",text:"150px",sheet:"120px"},payment_method:{default:"150px",text:"150px",sheet:"145px"},payment_scheme:{default:"150px",text:"150px",sheet:"145px"},auth_status:{default:"150px",text:"150px",sheet:"165px"},auth_type:{default:"150px",text:"150px",sheet:"155px"},eci:{default:"150px",text:"150px",sheet:"72px"}};var Qi={charge_id:{default:"240px",text:"240px",sheet:"240px"},id:{default:"205px",text:"225px",sheet:"250px"},auto:{default:"70px",text:"90px",sheet:"90px"},balance:{default:"60px",text:"60px",sheet:"150px"},product:{default:"85px",text:"85px",sheet:"85px"},date:{default:"150px",text:"170px",sheet:"130px"},order:{default:"80px",text:"80px",sheet:"80px"},customer:{default:"140px",text:"180px",sheet:"600px"},customer_id:{default:"180px",text:"180px",sheet:"270px"},customer_name:{default:"180px",text:"180px",sheet:"155px"},customer_email:{default:"180px",text:"180px",sheet:"200px"},customer_phone:{default:"180px",text:"180px",sheet:"150px"},reference:{default:"95px",text:"180px",sheet:"180px"},source:{default:"70px",text:"125px",sheet:"125px"},authenticate:{default:"55px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"150px",sheet:"230px"},amount:{default:"130px",text:"195px",sheet:"150px"},destinations:{default:"70px",text:"240px",sheet:"240px"},topup:{default:"20px",text:"95px",sheet:"95px"},status:{default:"70px",text:"100px",sheet:"300px"},merchant:{default:"115px",text:"150px",sheet:"138px"},charge:{default:"150px",text:"150px",sheet:"150px"},track:{default:"220px",text:"220px",sheet:"220px"},payment:{default:"150px",text:"150px",sheet:"150px"},receipt:{default:"85px",text:"150px",sheet:"150px"},fees:{default:"150px",text:"150px",sheet:"150px"},metadata:{default:"185px",text:"185px",sheet:"250px"},settlement:{default:"200px",text:"200px",sheet:"200px"},gateway:{default:"180px",text:"180px",sheet:"180px"},actions:{default:"80px",text:"100px",sheet:"100px"},payment_id:{default:"150px",text:"150px",sheet:"150px"},auth_code:{default:"80px",text:"80px",sheet:"80px"},rrn:{default:"100px",text:"100px",sheet:"100px"},transaction_id:{default:"120px",text:"120px",sheet:"315px"},device:{default:"60px",text:"190px",sheet:"235px"},card_no:{default:"120px",text:"120px",sheet:"140px"},name_on_card:{default:"120px",text:"120px",sheet:"270px"},brand:{default:"125px",text:"116px",sheet:"116px"},payment_initiated:{default:"150px",text:"150px",sheet:"150px"},payment_issuers:{default:"150px",text:"150px",sheet:"430px"},issuer_response:{default:"70px",text:"70px",sheet:"270px"},card_number:{default:"120px",text:"120px",sheet:"155px"},payment_type:{default:"150px",text:"150px",sheet:"120px"},payment_method:{default:"150px",text:"150px",sheet:"145px"},payment_scheme:{default:"150px",text:"150px",sheet:"145px"},auth_status:{default:"150px",text:"150px",sheet:"165px"},auth_type:{default:"150px",text:"150px",sheet:"155px"},eci:{default:"150px",text:"150px",sheet:"72px"},acquirer_response:{default:"70px",text:"70px",sheet:"253px"}};var Ji={code:{default:"90px",text:"90px",sheet:"90px"},message:{default:"160px",text:"160px",sheet:"160px"},id:{default:"205px",text:"225px",sheet:"250px"},product:{default:"85px",text:"85px",sheet:"85px"},date:{default:"150px",text:"170px",sheet:"130px"},reference:{default:"95px",text:"180px",sheet:"250px"},order:{default:"80px",text:"80px",sheet:"80px"},customer:{default:"140px",text:"180px",sheet:"600px"},customer_id:{default:"180px",text:"180px",sheet:"270px"},customer_name:{default:"180px",text:"180px",sheet:"155px"},customer_email:{default:"180px",text:"180px",sheet:"200px"},customer_phone:{default:"180px",text:"180px",sheet:"150px"},source:{default:"70px",text:"125px",sheet:"1250px"},authenticate:{default:"55px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"150px",sheet:"165px"},payment_initiated:{default:"150px",text:"150px",sheet:"150px"},payment_issuers:{default:"150px",text:"150px",sheet:"430px"},payment_method:{default:"150px",text:"150px",sheet:"145px"},payment_type:{default:"150px",text:"150px",sheet:"120px"},payment_scheme:{default:"150px",text:"150px",sheet:"145px"},auth_status:{default:"150px",text:"150px",sheet:"165px"},auth_type:{default:"150px",text:"150px",sheet:"155px"},eci:{default:"150px",text:"150px",sheet:"72px"},amount:{default:"174px",text:"195px",sheet:"550px"},destinations:{default:"70px",text:"240px",sheet:"340px"},topup:{default:"20px",text:"95px",sheet:"95px"},status:{default:"70px",text:"300px",sheet:"170px"},issuer_response:{default:"70px",text:"70px",sheet:"270px"},acquirer_response:{default:"70px",text:"70px",sheet:"253px"},payout_status:{default:"70px",text:"70px",sheet:"130px"},merchant:{default:"115px",text:"150px",sheet:"138px"},charge:{default:"150px",text:"150px",sheet:"150px"},track:{default:"220px",text:"220px",sheet:"220px"},payment:{default:"150px",text:"150px",sheet:"150px"},receipt:{default:"85px",text:"150px",sheet:"165px"},fees:{default:"150px",text:"150px",sheet:"170px"},metadata:{default:"185px",text:"180px",sheet:"275px"},settlement:{default:"200px",text:"200px",sheet:"200px"},gateway:{default:"130px",text:"130px",sheet:"130px"},actions:{default:"100px",text:"100px",sheet:"85px"},payment_id:{default:"150px",text:"150px",sheet:"150px"},card_number:{default:"120px",text:"120px",sheet:"155px"},name_on_card:{default:"120px",text:"120px",sheet:"270px"},auth_code:{default:"80px",text:"80px",sheet:"100px"},rrn:{default:"100px",text:"100px",sheet:"105px"},device:{default:"70px",text:"190px",sheet:"235px"},card_no:{default:"120px",text:"120px",sheet:"200px"},meta:{default:"52px",text:"52px",sheet:"52px"},action_icon:{default:"30px",text:"30px",sheet:"30px"},consolidated_amount:{default:"180px",text:"180px",sheet:"150px"},customer_amount:{default:"150px",text:"150px",sheet:"150px"},charge_amount:{default:"150px",text:"150px",sheet:"150px"},settlement_amount:{default:"150px",text:"150px",sheet:"150px"},acquirer_ref:{default:"125px",text:"125px",sheet:"145px"},order_ref:{default:"200px",text:"200px",sheet:"220px"},payment_ref:{default:"150px",text:"150px",sheet:"170px"},generic_ref:{default:"125px",text:"125px",sheet:"145px"},brand:{default:"125px",text:"116px",sheet:"116px"}};var ji={id:{default:"205px",text:"225px",sheet:"225px"},reference_order:{default:"255px",text:"255px",sheet:"255px"},created:{default:"150px",text:"170px",sheet:"130px"},receipt:{default:"85px",text:"150px",sheet:"165px"},reference:{default:"95px",text:"180px",sheet:"180px"},charge_order:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"140px",text:"180px",sheet:"600px"},customer_id:{default:"180px",text:"180px",sheet:"270px"},customer_name:{default:"180px",text:"180px",sheet:"155px"},customer_email:{default:"180px",text:"180px",sheet:"200px"},customer_phone:{default:"180px",text:"180px",sheet:"150px"},chargeId:{default:"225px",text:"225px",sheet:"225px"},chargeDate:{default:"150px",text:"150px",sheet:"150px"},device:{default:"150px",text:"250px",sheet:"235px"},source:{default:"70px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"165px"},amount:{default:"130px",text:"195px",sheet:"150px"},status:{default:"51px",text:"100px",sheet:"100px"},chargeStatus:{default:"150px",text:"250px",sheet:"250px"},merchant:{default:"118px",text:"150px",sheet:"138px"},actions:{default:"100px",text:"100px",sheet:"85px"},destination:{default:"100px",text:"100px",sheet:"100px"},retailer:{default:"100px",text:"100px",sheet:"100px"},payout:{default:"180px",text:"180px",sheet:"180px"},brand:{default:"125px",text:"116px",sheet:"116px"},payment_initiated:{default:"150px",text:"150px",sheet:"150px"},payment_issuers:{default:"150px",text:"150px",sheet:"430px"},card_number:{default:"120px",text:"120px",sheet:"155px"},card_no:{default:"120px",text:"120px",sheet:"200px"},name_on_card:{default:"120px",text:"120px",sheet:"270px"},payment_type:{default:"150px",text:"150px",sheet:"120px"},payment_method:{default:"150px",text:"150px",sheet:"145px"},payment_scheme:{default:"150px",text:"150px",sheet:"145px"},auth_status:{default:"150px",text:"150px",sheet:"165px"},auth_type:{default:"150px",text:"150px",sheet:"155px"},eci:{default:"150px",text:"150px",sheet:"72px"},payout_status:{default:"120px",text:"120px",sheet:"120px"},reference_transfer:{default:"350px",text:"350px",sheet:"350px"}};var Xi={created:{default:"170px",text:"170px",sheet:"170px"},reference:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},amount:{default:"195px",text:"250px",sheet:"250px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var ed={id:{default:"180px",text:"180px",sheet:"180px"},link:{default:"145px",text:"145px",sheet:"350px"},date:{default:"150px",text:"150px",sheet:"130px"},order:{default:"80px",text:"80px",sheet:"260px"},customer:{default:"180px",text:"180px",sheet:"180px"},customer_id:{default:"180px",text:"180px",sheet:"270px"},customer_name:{default:"180px",text:"180px",sheet:"155px"},customer_phone:{default:"180px",text:"180px",sheet:"150px"},merchant:{default:"180px",text:"180px",sheet:"92px"},amount:{default:"195px",text:"195px",sheet:"150px"},channel:{default:"90px",text:"90px",sheet:"156px"},due:{default:"92px",text:"340px",sheet:"108px"},status:{default:"90px",text:"170px",sheet:"170px"},actions:{default:"100px",text:"100px",sheet:"100px"},paymentMethod:{default:"110px",text:"130px",sheet:"122px"},cardNo:{default:"130px",text:"130px",sheet:"130px"},chargeId:{default:"225px",text:"225px",sheet:"230px"},receiptId:{default:"180px",text:"180px",sheet:"180px"},reference_no:{default:"225px",text:"225px",sheet:"225px"},invoice_number:{default:"160px",text:"160px",sheet:"160px"},auth_code:{default:"80px",text:"80px",sheet:"80px"}};var td={id:{default:"180px",text:"180px",sheet:"180px"},payouts:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},brand:{default:"150px",text:"250px",sheet:"250px"},source:{default:"70px",text:"125px",sheet:"125px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var od={id:{default:"180px",text:"180px",sheet:"180px"},payouts:{default:"150px",text:"250px",sheet:"250px"},reference:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},authenticate:{default:"150px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"250px"},amount:{default:"195px",text:"195px",sheet:"195px"},destinations:{default:"70px",text:"240px",sheet:"240px"},topup:{default:"20px",text:"95px",sheet:"95px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var nd={id:{default:"225px",text:"225px",sheet:"225px"},date:{default:"150px",text:"150px",sheet:"150px"},wallet:{default:"150px",text:"250px",sheet:"250px"},bankAccount:{default:"240px",text:"250px",sheet:"250px"},amount:{default:"210px",text:"210px",sheet:"210px"},status:{default:"51px",text:"250px",sheet:"250px"},report:{default:"56px",text:"100px",sheet:"100px"},actions:{default:"100px",text:"100px",sheet:"100px"},referenceId:{default:"72px",text:"140px",sheet:"100px"},currency:{default:"80px",text:"80px",sheet:"80px"},beneficiary_name:{default:"180px",text:"180px",sheet:"180px"}};var sd={id:{default:"180px",text:"180px",sheet:"180px"},payouts:{default:"150px",text:"250px",sheet:"250px"},reference:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},device:{default:"150px",text:"250px",sheet:"250px"},source:{default:"70px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"250px"},amount:{default:"195px",text:"195px",sheet:"195px"},topup:{default:"20px",text:"95px",sheet:"95px"},status:{default:"150px",text:"250px",sheet:"250px"},auto:{default:"150px",text:"250px",sheet:"250px"},balance:{default:"50px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var cd={id:{default:"180px",text:"180px",sheet:"180px"},payouts:{default:"150px",text:"250px",sheet:"250px"},reference:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},device:{default:"150px",text:"250px",sheet:"250px"},source:{default:"70px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"250px"},amount:{default:"195px",text:"195px",sheet:"195px"},destinations:{default:"70px",text:"240px",sheet:"240px"},topup:{default:"20px",text:"95px",sheet:"95px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var pd={charge_id:{default:"240px",text:"240px",sheet:"240px"},id:{default:"205px",text:"225px",sheet:"250px"},date:{default:"150px",text:"170px",sheet:"130px"},order:{default:"80px",text:"80px",sheet:"80px"},product:{default:"85px",text:"85px",sheet:"85px"},customer:{default:"140px",text:"180px",sheet:"600px"},customer_id:{default:"180px",text:"180px",sheet:"270px"},customer_name:{default:"180px",text:"180px",sheet:"155px"},customer_email:{default:"180px",text:"180px",sheet:"200px"},customer_phone:{default:"180px",text:"180px",sheet:"150px"},device:{default:"100px",text:"200px",sheet:"235px"},source:{default:"70px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"200px",sheet:"200px"},payment_agreement:{default:"50px",text:"200px",sheet:"165px"},payment_initiated:{default:"150px",text:"150px",sheet:"150px"},payment_issuers:{default:"150px",text:"150px",sheet:"430px"},payment_method:{default:"150px",text:"150px",sheet:"145px"},payment_type:{default:"150px",text:"150px",sheet:"120px"},payment_scheme:{default:"150px",text:"150px",sheet:"145px"},auth_status:{default:"150px",text:"150px",sheet:"165px"},auth_type:{default:"150px",text:"150px",sheet:"155px"},eci:{default:"150px",text:"150px",sheet:"72px"},amount:{default:"130px",text:"195px",sheet:"150px"},payouts:{default:"195px",text:"195px",sheet:"300px"},reason:{default:"170px",text:"240px",sheet:"160px"},destinations:{default:"70px",text:"240px",sheet:"340px"},balance:{default:"120px",text:"150px",sheet:"150px"},status:{default:"100px",text:"100px",sheet:"170px"},merchant:{default:"115px",text:"150px",sheet:"138px"},reference:{default:"95px",text:"180px",sheet:"250px"},fees:{default:"100px",text:"200px",sheet:"200px"},metadata:{default:"185px",text:"180px",sheet:"180px"},settlement:{default:"200px",text:"200px",sheet:"200px"},gateway:{default:"180px",text:"180px",sheet:"180px"},actions:{default:"100px",text:"100px",sheet:"85px"},payment_id:{default:"150px",text:"150px",sheet:"150px"},auth_code:{default:"80px",text:"80px",sheet:"80px"},rrn:{default:"100px",text:"100px",sheet:"100px"},receipt_id:{default:"100px",text:"150px",sheet:"150px"},card_no:{default:"120px",text:"120px",sheet:"200px"},card_number:{default:"120px",text:"120px",sheet:"155px"},name_on_card:{default:"120px",text:"120px",sheet:"270px"},meta:{default:"52px",text:"52px",sheet:"52px"},charge_meta:{default:"100px",text:"100px",sheet:"250px"},brand:{default:"125px",text:"116px",sheet:"116px"},issuer_response:{default:"70px",text:"70px",sheet:"270px"},acquirer_response:{default:"70px",text:"70px",sheet:"253px"}};var ad={id:{default:"180px",text:"180px",sheet:"180px"},payouts:{default:"150px",text:"250px",sheet:"250px"},reference:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"100px"},device:{default:"150px",text:"250px",sheet:"250px"},source:{default:"70px",text:"125px",sheet:"125px"},purpose:{default:"150px",text:"250px",sheet:"250px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var rd={id:{default:"180px",text:"180px",sheet:"180px"},created:{default:"170px",text:"170px",sheet:"170px"},charge_order:{default:"150px",text:"250px",sheet:"250px"},customer:{default:"180px",text:"180px",sheet:"180px"},device:{default:"150px",text:"250px",sheet:"250px"},amount:{default:"195px",text:"195px",sheet:"195px"},source:{default:"94px",text:"125px",sheet:"125px"},authenticate:{default:"18px",text:"250px",sheet:"250px"},payment_agreement:{default:"50px",text:"250px",sheet:"250px"},status:{default:"150px",text:"250px",sheet:"250px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var xd={id:{default:"180px",text:"180px",sheet:"180px"},type:{default:"150px",text:"250px",sheet:"250px"},wallet:{default:"150px",text:"250px",sheet:"250px"},source:{default:"92px",text:"125px",sheet:"125px"},amount:{default:"195px",text:"195px",sheet:"195px"},actions:{default:"100px",text:"100px",sheet:"100px"}};var id={id:{default:"180px",text:"180px",sheet:"180px"},amount:{default:"220px",text:"220px",sheet:"220px"},actions:{default:"70px",text:"70px",sheet:"70px"},date:{default:"130px",text:"130px",sheet:"130px"},description:{default:"210px",text:"210px",sheet:"210px"},transactions:{default:"90px",text:"90px",sheet:"90px"}};var dd={id:{default:"225px",text:"225px",sheet:"225px"},postdate:{default:"170px",text:"170px",sheet:"170px"},date:{default:"110px",text:"110px",sheet:"110px"},description:{default:"210px",text:"210px",sheet:"210px"},receipt:{default:"80px",text:"150px",sheet:"150px"},authenticate:{default:"70px",text:"100px",sheet:"100px"},debit:{default:"400px",text:"400px",sheet:"400px"},source:{default:"75px",text:"125px",sheet:"125px"},actions:{default:"100px",text:"100px",sheet:"100px"},amount:{default:"195px",text:"195px",sheet:"195px"},reference:{default:"95px",text:"110px",sheet:"110px"},card:{default:"120px",text:"120px",sheet:"120px"}};var ld={id:{default:"225px",text:"225px",sheet:"220px"},lead_id:{default:"180px",text:"180px",sheet:"220px"},merchant_id:{default:"180px",text:"180px",sheet:"220px"},brand_id:{default:"180px",text:"180px",sheet:"220px"},individual_email:{default:"180px",text:"180px",sheet:"250px"},personal_id_type:{default:"180px",text:"180px",sheet:"220px"},wallet_currency:{default:"120px",text:"180px",sheet:"140px"},tax_number:{default:"180px",text:"180px",sheet:"140px"},wallet_id:{default:"180px",text:"180px",sheet:"220px"},business_id:{default:"180px",text:"180px",sheet:"220px"},board_id:{default:"180px",text:"180px",sheet:"220px"},history:{default:"180px",text:"180px",sheet:"130px"},bank_account:{default:"120px",text:"180px",sheet:"110px"},individual_phone_number:{default:"180px",text:"180px",sheet:"190px"},entity_legal_name:{default:"180px",text:"180px",sheet:"250px"},entity_id:{default:"180px",text:"180px",sheet:"220px"},entity:{default:"146px",text:"180px",sheet:"250px"},created:{default:"144px",text:"170px",sheet:"170px"},brands:{default:"140px",text:"140px",sheet:"250px"},marketplace:{default:"110px",text:"110px",sheet:"104px"},individuals:{default:"136px",text:"185px",sheet:"203px"},segments:{default:"70px",text:"180px",sheet:"180px"},psp:{default:"77px",text:"180px",sheet:"180px"},status:{default:"86px",text:"100px",sheet:"172px"},partners:{default:"97px",text:"100px",sheet:"100px"},actions:{default:"100px",text:"100px",sheet:"70px"},avatar:{default:"40px",text:"40px",sheet:"40px"},user_name:{default:"150px",text:"180px",sheet:"180px"},channels:{default:"102px",text:"120px",sheet:"440px"},merchant:{default:"160px",text:"180px",sheet:"169px"}};var ud={device:{default:"120px",text:"120px",sheet:"120px"},terminalId:{default:"100px",text:"100px",sheet:"100px"},merchantId:{default:"120px",text:"120px",sheet:"120px"},type:{default:"80px",text:"80px",sheet:"80px"},platform:{default:"100px",text:"100px",sheet:"100px"},branding:{default:"80px",text:"80px",sheet:"80px"},features:{default:"100px",text:"100px",sheet:"100px"},acceptance:{default:"80px",text:"80px",sheet:"80px"},brand:{default:"80px",text:"80px",sheet:"80px"},address:{default:"160px",text:"160px",sheet:"160px"},status:{default:"80px",text:"80px",sheet:"80px"},actions:{default:"80px",text:"80px",sheet:"80px"},charges:{default:"180px",text:"180px",sheet:"180px"},chargesTransactions:{default:"70px",text:"70px",sheet:"70px"}};var z={AE:"UTC +04:00",SA:"UTC +03:00",KW:"UTC +03:00",OM:"UTC +04:00",YM:"UTC +03:00",EG:"UTC +03:00",BH:"UTC +03:00",JO:"UTC +03:00",LB:"UTC +03:00",QA:"UTC +03:00",GB:"UTC +01:00",IE:"UTC +01:00",FR:"UTC +02:00",NL:"UTC +02:00",DE:"UTC +02:00",ES:"UTC +02:00",IT:"UTC +02:00",PK:"UTC +05:00",IN:"UTC +05:00",SG:"UTC +08:00",US:"UTC -05:00",UTC:"UTC +00:00"},gd=z.UTC,Id=[{countryCode:"SA",label:"(GMT:+0300) Saudi Arabia",timezone:"Asia/Riyadh",offset:3},{countryCode:"BH",label:"(GMT:+0300) Bahrain",timezone:"Asia/Bahrain",offset:3},{countryCode:"EG",label:"(GMT:+0300) Egypt",timezone:"Africa/Cairo",offset:3},{countryCode:"LB",label:"(GMT:+0200) Lebanon",timezone:"Asia/Beirut",offset:2},{countryCode:"JO",label:"(GMT:+0300) Jordan",timezone:"Asia/Amman",offset:3},{countryCode:"KW",label:"(GMT:+0300) Kuwait",timezone:"Asia/Kuwait",offset:3},{countryCode:"OM",label:"(GMT:+0400) Oman",timezone:"Asia/Muscat",offset:4},{countryCode:"QA",label:"(GMT:+0300) Qatar",timezone:"Asia/Qatar",offset:3},{countryCode:"AE",label:"(GMT:+0400) United Arab Emirates",timezone:"Asia/Dubai",offset:4},{countryCode:"GB",label:"(GMT:+0000) United Kingdom",timezone:"Europe/London",offset:0},{countryCode:"IE",label:"(GMT:+0000) Ireland",timezone:"Europe/Dublin",offset:0},{countryCode:"FR",label:"(GMT:+0100) France",timezone:" Europe/Paris",offset:1},{countryCode:"NL",label:"(GMT:+0100) Netherlands",timezone:"Europe/Amsterdam",offset:1},{countryCode:"DE",label:"(GMT:+0100) Germany",timezone:"Europe/Berlin",offset:1},{countryCode:"IT",label:"(GMT:+0100) Italy",timezone:"Europe/Rome",offset:1},{countryCode:"ES",label:"(GMT:+0100) Spain",timezone:"Europe/Madrid",offset:1},{countryCode:"PK",label:"(GMT:+0500) Pakistan",timezone:"Asia/Karachi",offset:5},{countryCode:"IN",label:"(GMT:-0500) India",timezone:"America/Indiana/Indianapolis",offset:-5},{countryCode:"SG",label:"(GMT:+0800) Singapore",timezone:"Asia/Singapore",offset:8},{countryCode:"US",label:"(GMT:-0500) Eastern Time (US & Canada)",timezone:"America/New_York",offset:-5}];var vd={SAR:{decimals:2,country:"SA"},BHD:{decimals:3,country:"BH"},EGP:{decimals:2,country:"EG"},JOD:{decimals:3,country:"JO"},KWD:{decimals:3,country:"KW"},LBP:{decimals:2,country:"LB"},OMR:{decimals:3,country:"OM"},AED:{decimals:2,country:"AE"},PKR:{decimals:2,country:"PK"},INR:{decimals:2,country:"IN"},SGD:{decimals:2,country:"SG"},USD:{decimals:2,country:"US"},GBP:{decimals:2,country:"GB"},EUR:{decimals:2,country:"GR"},QAR:{decimals:2,country:"QA"}},hd=["SAR","KWD","OMR","EGP","BHD","USD","AED","QAR","PKR","JOD","EUR","INR","GBP"],md={regional:["SAR","KWD","OMR","EGP","BHD","AED","QAR","JOD"],global:["USD","GBP","EUR","PKR","INR"]};var ul=52,gl=70,Il=57,vl=200,hl=5,ml=40,fl=20,$l=28;var fd={COUNT:"count",AMOUNT:"amount"},$d={count:"transaction",amount:"amount"};var r={DEVICE:`${e}/device.svg`,CARD:`${e}/payment-method/card.svg`,PASS_THRU_WALLET:`${e}/passThruWallet.svg`,EXPRESS_CHECKOUT:`${e}/express_checkout.svg`,STORED_VALUE_WALLET:`${e}/storedValueWallet.svg`,CASH_WALLET:`${e}/cash.svg`,BUY_NOW_PAY_LATER:`${e}/buyNowPayLater.svg`},Ad=[{name:"CARD",label:"Card",icon:r.CARD},{name:"EXPRESS",label:"Express Checkout",icon:r.EXPRESS_CHECKOUT},{name:"DEVICE",label:"Device",icon:r.DEVICE},{name:"PT_WALLET",label:"Pass-Thru Wallet",icon:r.PASS_THRU_WALLET},{name:"SV_WALLET",label:"Stored Value Wallet",icon:r.STORED_VALUE_WALLET},{name:"BNPL",label:"Buy Now Pay Later",icon:r.BUY_NOW_PAY_LATER},{name:"CASH",label:"Cash Wallet",icon:r.CASH_WALLET}],K="customer",Z="merchant",Ed=[{key:K,value:"true",label:"Customer"},{key:Z,value:"false",label:"Merchant"}];var Td={DEVELOPMENT_HOUSE:"developmentHouseId",PLATFORM:"platformId",BILLING_PLATFORM:"platformId",COMMERCE_PLATFORM:"platformId",APP_PLATFORM:"platformId",PAYMENT_TECHNOLOGY:"paymentTechnology",PAYMENT_FACILITATOR:"paymentInstitution",PAYMENT_ISSUER:"paymentIssuerId",PAYMENT_ACQUIRER:"paymentInstitution",RETAIL_PLATFORM:"platformId"};var Sd={bgColor:"white",borderColor:"#F2F2F2",textColor:"#20232B33"};var Cd={ZERO:0,FIVE:5,TEN:10,FIFTEEN:15};var p={CHARGE:"CHARGE",AUTHORIZE:"AUTHORIZE",REFUND:"REFUND",CHARGEBACKS:"CHARGEBACKS",DESTINATIONS:"DESTINATIONS",REVERSED_DESTINATIONS:"REVERSED_DESTINATIONS",STATEMENT:"STATEMENT",STATEMENT_SUMMARY:"STATEMENT_SUMMARY",INVOICE:"INVOICE",PAYOUT:"PAYOUT",MERCHANT_PAYOUT:"MERCHANT_PAYOUT",RETAILER_PAYOUT:"RETAILER_PAYOUT"},yd={[o.acceptance.services.charges.code]:[p.CHARGE],[o.acceptance.services.authorization.code]:[p.AUTHORIZE],[o.acceptance.services.refunds.code]:[p.REFUND],[o.acceptance.services.chargeback.code]:[p.CHARGEBACKS],[o.acceptance.services.destinations.code]:[p.DESTINATIONS,p.REVERSED_DESTINATIONS],[o.acceptance.code]:[p.CHARGE,p.AUTHORIZE,p.REFUND,p.CHARGEBACKS,p.DESTINATIONS,p.REVERSED_DESTINATIONS],[o.wallet.services.merchants.functions.statement.code]:[p.STATEMENT],[o.wallet.services.merchants.functions.summary.code]:[p.STATEMENT_SUMMARY],[o.wallet.code]:[p.STATEMENT,p.STATEMENT_SUMMARY],[o.billing.services.invoices.code]:[p.INVOICE],[o.billing.code]:[p.INVOICE],[o.payouts.services.payouts.code]:[p.PAYOUT],[o.payouts.services.merchantPayout.code]:[p.MERCHANT_PAYOUT],[o.payouts.services.retailerPayout.code]:[p.RETAILER_PAYOUT],[o.payouts.code]:[p.PAYOUT,p.MERCHANT_PAYOUT,p.RETAILER_PAYOUT]},bd=[{code:o.billing.code,name:"Billing",icon:x,services:[{name:"Invoices",code:o.billing.services.invoices.code}]},{code:o.acceptance.code,name:"Acceptance",icon:i,services:[{name:"Authorisations",code:o.acceptance.services.authorization.code},{name:"Charges",code:o.acceptance.services.charges.code},{name:"Refunds",code:o.acceptance.services.refunds.code},{name:"Chargebacks",code:o.acceptance.services.chargeback.code},{name:"Destinations",code:o.acceptance.services.destinations.code}]},{code:o.wallet.code,name:"Wallet",icon:d,services:[{name:"Aggregated Statement",code:o.wallet.services.merchants.functions.summary.code},{name:"Detailed Statement",code:o.wallet.services.merchants.functions.statement.code}]},{code:o.payouts.code,name:"Payouts",icon:l,services:[{name:"Payouts",code:o.payouts.services.payouts.code},{name:"Merchant Payouts",code:o.payouts.services.merchantPayout.code},{name:"Retailer Payouts",code:o.payouts.services.retailerPayout.code}]}];var _d={COMMERCIAL_REGISTRATION:"commercial_registration",FREELANCER:"freelancer",ARTICLE_OF_ASSOCIATION:"article_of_association"};var wd=["AUTHENTICATED"],q=["PENDING","ATTEMPTED","FAILED","REJECTED","UNAVAILABLE","AUTHENTICATION_NOT_SUPPORTED_BY_SCHEME","AUTHENTICATED_AUTHORIZE_FAILED","UNDETERMINED","EXEMPTED","INITIATED"],Rd=[...wd,...q];var Ld=["SA","KW","AE","BH","QA","OM","EG","JO","LB"];var Nd=jsxs("svg",{width:"14",height:"14",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsx("rect",{x:"0.600098",y:"0.599998",width:"10.8",height:"10.8",rx:"2.4",fill:"#1F88D0"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.83391 3.74245C9.04243 3.94469 9.05652 4.2875 8.86537 4.50814L5.64586 8.22426C5.55146 8.33322 5.41909 8.39666 5.27942 8.39987C5.13975 8.40308 5.0049 8.34579 4.90612 8.24127L3.15002 6.38321C2.94999 6.17157 2.94999 5.82843 3.15002 5.61679C3.35004 5.40516 3.67435 5.40516 3.87437 5.61679L5.2522 7.07463L8.11024 3.77574C8.30138 3.55511 8.62538 3.5402 8.83391 3.74245Z",fill:"white"})]}),Pd=jsxs("svg",{width:"14",height:"14",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsx("rect",{x:"1.19998",y:"1.19998",width:"9.6",height:"9.6",rx:"1.8",fill:"#FAFBFB",stroke:"#D2D5D8",strokeWidth:"1.2"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.83391 3.74242C9.04243 3.94467 9.05652 4.28748 8.86537 4.50811L5.64586 8.22424C5.55146 8.3332 5.41909 8.39664 5.27942 8.39985C5.13975 8.40306 5.0049 8.34577 4.90612 8.24125L3.15002 6.38318C2.94999 6.17154 2.94999 5.82841 3.15002 5.61677C3.35004 5.40513 3.67435 5.40513 3.87437 5.61677L5.2522 7.07461L8.11024 3.77571C8.30138 3.55508 8.62538 3.54018 8.83391 3.74242Z",fill:"#D2D5D8"})]});
|
|
2
|
-
export{qe as $,qt as $a,Zo as $b,Gn as $c,ks as $d,Bc as $e,Bp as $f,Ta as $g,Tr as $h,Ax as $i,Ai as $j,Id as $k,Ee as A,Et as Aa,To as Ab,gn as Ac,gs as Ad,xc as Ae,ap as Af,aa as Ag,Qa as Ah,Qr as Ai,Zx as Aj,Yi as Ak,Rd as Al,Te as B,Tt as Ba,So as Bb,In as Bc,Is as Bd,ic as Be,rp as Bf,ra as Bg,Ja as Bh,Jr as Bi,qx as Bj,Vi as Bk,Ld as Bl,Se as C,St as Ca,Co as Cb,vn as Cc,vs as Cd,dc as Ce,xp as Cf,xa as Cg,ja as Ch,jr as Ci,Qx as Cj,zi as Ck,Nd as Cl,Ce as D,Ct as Da,yo as Db,hn as Dc,hs as Dd,lc as De,ip as Df,ia as Dg,Xa as Dh,Xr as Di,Jx as Dj,Ki as Dk,Pd as Dl,ye as E,yt as Ea,bo as Eb,mn as Ec,ms as Ed,uc as Ee,dp as Ef,da as Eg,er as Eh,ex as Ei,jx as Ej,Yd as Ek,Bd as El,be as F,bt as Fa,_o as Fb,fn as Fc,fs as Fd,gc as Fe,lp as Ff,la as Fg,tr as Fh,tx as Fi,Xx as Fj,Zi as Fk,_e as G,_t as Ga,wo as Gb,$n as Gc,$s as Gd,Ic as Ge,up as Gf,_ as Gg,or as Gh,ox as Gi,ei as Gj,qi as Gk,we as H,wt as Ha,Ro as Hb,An as Hc,As as Hd,vc as He,gp as Hf,w as Hg,nr as Hh,nx as Hi,ti as Hj,Qi as Hk,Re as I,Rt as Ia,Lo as Ib,En as Ic,Es as Id,hc as Ie,Ip as If,R as Ig,sr as Ih,sx as Ii,oi as Ij,Ji as Ik,Le as J,Lt as Ja,No as Jb,Tn as Jc,Ts as Jd,mc as Je,vp as Jf,L as Jg,cr as Jh,cx as Ji,ni as Jj,ji as Jk,Ne as K,Nt as Ka,Po as Kb,Sn as Kc,Ss as Kd,fc as Ke,hp as Kf,N as Kg,pr as Kh,px as Ki,si as Kj,Xi as Kk,Pe as L,Pt as La,Bo as Lb,Cn as Lc,Cs as Ld,$c as Le,mp as Lf,P as Lg,ar as Lh,ax as Li,ci as Lj,ed as Lk,Be as M,Bt as Ma,Oo as Mb,yn as Mc,ys as Md,Ac as Me,fp as Mf,B as Mg,rr as Mh,rx as Mi,pi as Mj,td as Mk,Oe as N,Ot as Na,ko as Nb,bn as Nc,bs as Nd,Ec as Ne,$p as Nf,O as Ng,xr as Nh,M as Ni,ai as Nj,od as Nk,ke as O,kt as Oa,Do as Ob,_n as Oc,_s as Od,Tc as Oe,Ap as Of,k as Og,ir as Oh,W as Oi,ri as Oj,nd as Ok,De as P,Dt as Pa,Uo as Pb,wn as Pc,ws as Pd,Sc as Pe,Ep as Pf,D as Pg,dr as Ph,xx as Pi,xi as Pj,sd as Pk,Ue as Q,Ut as Qa,Mo as Qb,Rn as Qc,Rs as Qd,Cc as Qe,Tp as Qf,U as Qg,lr as Qh,ix as Qi,ii as Qj,cd as Qk,Me as R,Mt as Ra,Wo as Rb,Ln as Rc,A as Rd,yc as Re,Sp as Rf,ua as Rg,ur as Rh,dx as Ri,di as Rj,pd as Rk,We as S,Wt as Sa,Go as Sb,Nn as Sc,E as Sd,y as Se,Cp as Sf,ga as Sg,gr as Sh,lx as Si,li as Sj,ad as Sk,Ge as T,Gt as Ta,Fo as Tb,Pn as Tc,T as Td,b as Te,yp as Tf,Ia as Tg,Ir as Th,ux as Ti,ui as Tj,rd as Tk,Fe as U,Ft as Ua,Ho as Ub,Bn as Uc,S as Ud,bc as Ue,bp as Uf,va as Ug,vr as Uh,gx as Ui,gi as Uj,xd as Uk,He as V,Ht as Va,Yo as Vb,On as Vc,C as Vd,_c as Ve,_p as Vf,ha as Vg,hr as Vh,Ix as Vi,Ii as Vj,id as Vk,Ye as W,Yt as Wa,Vo as Wb,kn as Wc,Ls as Wd,wc as We,wp as Wf,ma as Wg,mr as Wh,vx as Wi,vi as Wj,dd as Wk,Ve as X,Vt as Xa,zo as Xb,Dn as Xc,Ns as Xd,Rc as Xe,Rp as Xf,fa as Xg,fr as Xh,hx as Xi,hi as Xj,ld as Xk,ze as Y,zt as Ya,I as Yb,Un as Yc,Ps as Yd,Lc as Ye,Lp as Yf,$a as Yg,$r as Yh,mx as Yi,mi as Yj,ud as Yk,Ke as Z,Kt as Za,x as Zb,Mn as Zc,Bs as Zd,Nc as Ze,Np as Zf,Aa as Zg,Ar as Zh,fx as Zi,fi as Zj,z as Zk,Ze as _,Zt as _a,Ko as _b,Wn as _c,Os as _d,Pc as _e,Pp as _f,Ea as _g,Er as _h,$x as _i,$i as _j,gd as _k,e as a,Qe as aa,Qt as ab,i as ac,Fn as ad,Ds as ae,Oc as af,Op as ag,Sa as ah,Sr as ai,Ex as aj,Ei as ak,vd as al,t as b,Je as ba,Jt as bb,qo as bc,Hn as bd,Us as be,kc as bf,kp as bg,Ca as bh,Cr as bi,Tx as bj,Ti as bk,hd as bl,X as c,je as ca,jt as cb,Qo as cc,Yn as cd,Ms as ce,Dc as cf,Dp as cg,ya as ch,yr as ci,Sx as cj,Si as ck,md as cl,F as d,Xe as da,Xt as db,Jo as dc,Vn as dd,Ws as de,Uc as df,Up as dg,ba as dh,br as di,Cx as dj,Ci as dk,ul as dl,ee as e,et as ea,eo as eb,jo as ec,zn as ed,Gs as ee,Mc as ef,Mp as eg,_a as eh,_r as ei,yx as ej,yi as ek,gl as el,te as f,tt as fa,to as fb,Xo as fc,Kn as fd,Fs as fe,Wc as ff,Wp as fg,wa as fh,wr as fi,bx as fj,bi as fk,Il as fl,oe as g,ot as ga,oo as gb,en as gc,Zn as gd,Hs as ge,Gc as gf,Gp as gg,Ra as gh,Rr as gi,_x as gj,_i as gk,vl as gl,ne as h,nt as ha,no as hb,tn as hc,qn as hd,Ys as he,Fc as hf,Fp as hg,La as hh,Lr as hi,wx as hj,wi as hk,hl,se as i,st as ia,so as ib,on as ic,Qn as id,Vs as ie,Hc as if,Hp as ig,Na as ih,Nr as ii,Rx as ij,Ri as ik,ml as il,ce as j,ct as ja,co as jb,nn as jc,Jn as jd,zs as je,Yc as jf,Yp as jg,Pa as jh,Pr as ji,Lx as jj,Li as jk,fl as jl,pe as k,pt as ka,po as kb,v as kc,jn as kd,Ks as ke,Vc as kf,Vp as kg,Ba as kh,Br as ki,Nx as kj,Ni as kk,$l as kl,ae as l,at as la,ao as lb,d as lc,Xn as ld,Zs as le,zc as lf,zp as lg,Oa as lh,Or as li,Px as lj,Pi as lk,fd as ll,re as m,rt as ma,ro as mb,l as mc,es as md,qs as me,Kc as mf,Kp as mg,ka as mh,kr as mi,Bx as mj,Bi as mk,$d as ml,xe as n,xt as na,xo as nb,h as nc,ts as nd,Qs as ne,Zc as nf,Zp as ng,Da as nh,Dr as ni,Ox as nj,Oi as nk,r as nl,ie as o,it as oa,io as ob,m as oc,os as od,Js as oe,qc as of,qp as og,Ua as oh,Ur as oi,kx as oj,ki as ok,Ad as ol,de as p,dt as pa,lo as pb,f as pc,ns as pd,js as pe,Qc as pf,Qp as pg,Ma as ph,Mr as pi,Dx as pj,kd as pk,K as pl,le as q,lt as qa,uo as qb,$ as qc,ss as qd,Xs as qe,Jc as qf,Jp as qg,Wa as qh,Wr as qi,Ux as qj,Di as qk,Z as ql,ue as r,ut as ra,go as rb,sn as rc,cs as rd,ec as re,jc as rf,jp as rg,Ga as rh,Gr as ri,Mx as rj,Ui as rk,Ed as rl,ge as s,gt as sa,Io as sb,cn as sc,ps as sd,tc as se,Xc as sf,Xp as sg,Fa as sh,Fr as si,Wx as sj,s as sk,Td as sl,Ie as t,It as ta,vo as tb,pn as tc,as as td,oc as te,ep as tf,ea as tg,Ha as th,Hr as ti,Gx as tj,G as tk,Sd as tl,ve as u,vt as ua,ho as ub,an as uc,rs as ud,nc as ue,tp as uf,ta as ug,Ya as uh,Yr as ui,Fx as uj,o as uk,Cd as ul,he as v,ht as va,mo as vb,rn as vc,xs as vd,sc as ve,op as vf,oa as vg,Va as vh,Vr as vi,Hx as vj,Mi as vk,p as vl,me as w,mt as wa,fo as wb,xn as wc,is as wd,cc as we,np as wf,na as wg,za as wh,zr as wi,Yx as wj,Wi as wk,yd as wl,fe as x,ft as xa,$o as xb,dn as xc,ds as xd,pc as xe,sp as xf,sa as xg,Ka as xh,Kr as xi,Vx as xj,Gi as xk,bd as xl,$e as y,$t as ya,Ao as yb,ln as yc,ls as yd,ac as ye,cp as yf,ca as yg,Za as yh,Zr as yi,zx as yj,V as yk,_d as yl,Ae as z,At as za,Eo as zb,un as zc,us as zd,rc as ze,pp as zf,pa as zg,qa as zh,qr as zi,Kx as zj,Hi as zk,q as zl};
|
package/build/chunk-PX7SYRBV.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {b,a}from'./chunk-RWXGVZUC.js';import {styled}from'@mui/material/styles';import l from'@mui/material/Box';import {jsx}from'react/jsx-runtime';var e=styled(l)(({theme:o})=>({display:"flex",height:32,flexDirection:"row",alignItems:"center",gap:o.spacing(1)}));function r(o){return jsx(e,b(a({},o),{children:o.children}))}var g=r;export{g as a};
|
package/build/chunk-PY6JS3S3.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-ABDRIOU6.js';import {h,g,a as a$2,f,e as e$1,d,c as c$1}from'./chunk-3OPXFBRC.js';import {e}from'./chunk-4Z44C5F7.js';import {Wa,h as h$1}from'./chunk-BTFCDSR3.js';import {Fa,af,ij,Ka,Ea,jf,if as _if,kf,hf,lf,ib,hb,Ai,ii,Sa,vi,v,r,u,x,Xf,hi,p,Bi}from'./chunk-ORXLOUE6.js';import {c,b,a as a$1}from'./chunk-RWXGVZUC.js';import {memo,useState,useRef,useEffect,useMemo,useCallback}from'react';import {useTranslation}from'react-i18next';import {jsx,jsxs,Fragment}from'react/jsx-runtime';var bt={inProgress:Bi,initiated:Bi,abandoned:p,cancelled:hi,reversed:Xf,reports:x,search:u,chevronDown:r,unAuthorized:v,unSettled:vi,unCaptured:Sa,captured:ii,authorized:Ai,openFlag:hb,closedFlag:ib,unauthenticated:lf,authenticated:hf,paidOut:kf,scheduled:_if,checked:jf,dashedChecked:Ea,deactivated:Ka,destination:ij,destinationReversed:af,outstanding:Fa};var Rt=memo(c$2=>{var W;let H=c$2,{variant:u="inActive",badgeCount:m,icon:y,label:A,dropdownOptions:n,selectedStatus:s,onButtonBodyClick:h$2,iconMapper:f$1=bt,buttonSx:pt}=H,kt=c(H,["variant","badgeCount","icon","label","dropdownOptions","selectedStatus","onButtonBodyClick","iconMapper","buttonSx"]),[Et,L]=useState(0),{t:M}=useTranslation(),x=useRef(null),[D,b$1]=useState(null),[e$2,N]=useState(s!=null?s:(W=n==null?void 0:n[0])==null?void 0:W.status);useEffect(()=>{s!==void 0&&N(s);},[s]);let l=useMemo(()=>!!(n!=null&&n.length),[n]),C=!!D&&Et>1,i=u==="active",P=useMemo(()=>i?"active":"inActive",[i]),o=useMemo(()=>e$2?n==null?void 0:n.find(t=>t.status===e$2):null,[e$2,n]),Tt=useMemo(()=>{if(o!=null&&o.icon)return jsx(h,{variant:u,children:o.icon});let t=e$2&&f$1[e$2]?e$2:y;if(t&&f$1[t])return jsx(g,{icon:t,variant:u,src:f$1[t],alt:`${t}-icon`})},[o,e$2,f$1,y,u]),yt=useMemo(()=>!m||Number.isNaN(Wa(m))?null:jsx(e,{variant:P,children:h$1(Number(m))}),[m,P]),F=useMemo(()=>l?jsx(a,{isActive:i}):null,[l,i]);useEffect(()=>{i||(L(0),b$1(null));},[i]);let g$1=useCallback(()=>{b$1(null);},[]),R=useCallback(()=>{l&&b$1(C?null:x.current);},[l,C]),At=useCallback(t=>{var v,d;t.stopPropagation(),(v=c$2==null?void 0:c$2.onClick)==null||v.call(c$2,t),h$2==null||h$2(e$2||((d=n==null?void 0:n[0])==null?void 0:d.status)||"all"),R(),L(Dt=>Dt+1);},[c$2,h$2,e$2,n,R]),V=useCallback(t=>v=>{var d;(d=t==null?void 0:t.onClick)==null||d.call(t,v),N(t.status),g$1();},[g$1]),Lt=useMemo(()=>(n==null?void 0:n.map(t=>b(a$1({},t),{onClick:V(t)})))||[],[n,V]),Mt=a$2[u],xt=useMemo(()=>(o==null?void 0:o.label)||(e$2?M(e$2):A),[o,e$2,M,A]);return jsxs(Fragment,{children:[jsx(Mt,b(a$1({"data-testid":"StatusButton"},kt),{ref:x,onClick:At,sx:a$1(a$1({},l&&{paddingInlineEnd:"27px"}),pt),children:jsxs(f,{children:[jsxs(e$1,{variant:u,children:[Tt,xt,yt]}),F&&jsx(d,{children:F})]})})),C&&l&&jsx(c$1,{open:C,onClose:g$1,anchorEl:D,menuItems:Lt})]})}),St=Rt;var jt=St;export{jt as a};
|