@tap-payments/os-micro-frontend-shared 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +12 -12
- package/build/components/{AppWindow/AppWindow.js → AppWindowWrapper/AppWindowWrapper.js} +1 -1
- package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.js +1 -1
- package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/index.d.ts +1 -1
- package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
- package/build/components/AppWindowWrapper/index.d.ts +5 -0
- package/build/components/AppWindowWrapper/index.js +4 -0
- package/build/components/{AppWindow → AppWindowWrapper}/type.d.ts +1 -1
- package/build/components/BackgroundAnimation/index.d.ts +1 -1
- package/build/components/BackgroundAnimation/index.js +1 -1
- package/build/components/Button/index.d.ts +1 -1
- package/build/components/Button/index.js +1 -1
- package/build/components/CountBadge/index.d.ts +3 -4
- package/build/components/CountBadge/index.js +3 -4
- package/build/components/Dialog/index.d.ts +1 -0
- package/build/components/Dialog/index.js +1 -0
- package/build/components/DropdownButton/style.d.ts +1 -1
- package/build/components/DropdownButton/style.js +1 -1
- package/build/components/DropdownButton/type.d.ts +1 -1
- package/build/components/DropdownMenu/index.d.ts +3 -0
- package/build/components/DropdownMenu/index.js +2 -0
- package/build/components/InputBase/AmountInputBase/index.d.ts +2 -1
- package/build/components/InputBase/AmountInputBase/index.js +2 -1
- package/build/components/InputBase/PhoneInputBase/index.d.ts +1 -1
- package/build/components/InputBase/PhoneInputBase/index.js +1 -1
- package/build/components/InputBase/SelectBase/index.d.ts +1 -1
- package/build/components/InputBase/SelectBase/index.js +1 -1
- package/build/components/InputBase/index.d.ts +2 -2
- package/build/components/InputBase/index.js +2 -2
- package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.d.ts → CountriesDropDown/CountriesDropdown.d.ts} +1 -1
- package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.js → CountriesDropDown/CountriesDropdown.js} +1 -1
- package/build/components/Inputs/CountriesDropDown/index.d.ts +2 -0
- package/build/components/Inputs/CountriesDropDown/index.js +2 -0
- package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.d.ts +10 -0
- package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.js +24 -1
- package/build/components/Inputs/index.d.ts +3 -3
- package/build/components/Inputs/index.js +3 -3
- package/build/components/JSONViewer/components/index.d.ts +2 -2
- package/build/components/JSONViewer/components/index.js +2 -2
- package/build/components/NestedDropdown/Dropdown.js +1 -1
- package/build/components/NestedDropdown/index.d.ts +2 -0
- package/build/components/NestedDropdown/index.js +2 -0
- package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -1
- package/build/components/RFH/Inputs/MultiSelect/index.js +2 -1
- package/build/components/RFH/Inputs/index.d.ts +7 -7
- package/build/components/RFH/Inputs/index.js +7 -7
- package/build/components/StatusButton/style.d.ts +1 -1
- package/build/components/StatusButton/style.js +1 -1
- package/build/components/StatusButton/type.d.ts +1 -1
- package/build/components/StatusIcons/index.d.ts +14 -14
- package/build/components/StatusIcons/index.js +14 -14
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +4 -1
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +7 -10
- package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -3
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +2 -11
- package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +2 -2
- package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +1 -3
- package/build/components/TableCells/CustomCells/AgreementCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -2
- package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +1 -1
- package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AmountCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +1 -1
- package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +1 -1
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +2 -2
- package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BalanceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BankCell/BankCell.js +1 -1
- package/build/components/TableCells/CustomCells/BankCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BankCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +1 -1
- package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/BrandCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +2 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -3
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +1 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +1 -1
- package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CustomerCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DateCell/DateCell.js +1 -1
- package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DateCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DestinationCell/utils.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +1 -1
- package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +1 -1
- package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -3
- package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IDButton/index.js +1 -2
- package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +2 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +1 -1
- package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +1 -1
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +1 -1
- package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ProductsCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +2 -3
- package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +2 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +2 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/{RefundIcon.js → RefundStateIcon.js} +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +2 -2
- package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SourceCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +1 -1
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +2 -2
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +2 -2
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/StatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TextTableCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +1 -1
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +1 -1
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +1 -1
- package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +1 -2
- package/build/components/TableCells/CustomCells/WalletCell/index.js +1 -2
- package/build/components/TableCells/CustomCells/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/index.js +1 -0
- package/build/components/TableCells/CustomCells/style.js +1 -1
- package/build/components/TableCells/CustomCells/type.d.ts +0 -6
- package/build/components/TableCells/index.d.ts +2 -3
- package/build/components/TableCells/index.js +2 -3
- package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +2 -2
- package/build/components/VirtualTable/components/ColumnFilter/index.js +2 -2
- package/build/components/VirtualTable/components/TableHeader.js +1 -1
- package/build/components/index.d.ts +9 -9
- package/build/components/index.js +8 -8
- package/build/types/analytics.d.ts +1 -0
- package/package.json +88 -88
- package/build/components/AppWindow/headers/AccountHeader/index.js +0 -3
- package/build/components/AppWindow/index.d.ts +0 -5
- package/build/components/AppWindow/index.js +0 -4
- package/build/components/Dropdown/index.d.ts +0 -3
- package/build/components/Dropdown/index.js +0 -2
- package/build/components/Inputs/PhoneInput/CountriesCode/index.d.ts +0 -3
- package/build/components/Inputs/PhoneInput/CountriesCode/index.js +0 -3
- package/build/components/Inputs/PhoneInput/index.d.ts +0 -2
- package/build/components/Inputs/PhoneInput/index.js +0 -2
- package/build/components/Inputs/PhoneInput/style.d.ts +0 -11
- package/build/components/Inputs/PhoneInput/style.js +0 -25
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundIcon.d.ts +0 -2
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.d.ts +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/type.d.ts +0 -0
- /package/build/components/{AppWindow/context → AppWindowWrapper/AppWindow}/type.js +0 -0
- /package/build/components/{AppWindow/AppWindow.d.ts → AppWindowWrapper/AppWindowWrapper.d.ts} +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/context.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/context.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/index.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/index.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/context/type.d.ts +0 -0
- /package/build/components/{AppWindow/headers/AccountHeader/components/AccountHeaderTitle → AppWindowWrapper/context}/type.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
- /package/build/components/{AppWindow/headers/AccountHeader → AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle}/type.js +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/type.d.ts +0 -0
- /package/build/components/{AppWindow → AppWindowWrapper/headers/AccountHeader}/type.js +0 -0
- /package/build/components/{AppWindow/window → AppWindowWrapper}/type.js +0 -0
- /package/build/components/{Dropdown/Dropdown.d.ts → DropdownMenu/DropdownMenu.d.ts} +0 -0
- /package/build/components/{Dropdown/Dropdown.js → DropdownMenu/DropdownMenu.js} +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/styles.d.ts +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/styles.js +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/type.d.ts +0 -0
- /package/build/components/{Dropdown → DropdownMenu}/type.js +0 -0
- /package/build/components/NestedDropdown/{MenuItem.d.ts → NestedMenuItem.d.ts} +0 -0
- /package/build/components/NestedDropdown/{MenuItem.js → NestedMenuItem.js} +0 -0
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default DestinationCell;
|
|
1
|
+
export { default as DestinationCell } from './DestinationCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default DestinationCell;
|
|
1
|
+
export { default as DestinationCell } from './DestinationCell';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import CurrencyIcon from '../../../
|
|
2
|
+
import { CurrencyIcon } from '../../../index.js';
|
|
3
3
|
import { formatAmount } from '../../../../utils/index.js';
|
|
4
4
|
export const generateDestinationTooltip = ({ destination, amount: formattedSum, }) => {
|
|
5
5
|
var _a, _b, _c;
|
package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js
CHANGED
|
@@ -13,7 +13,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import camelCase from 'lodash/camelCase';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import Tooltip from '../../../Tooltip';
|
|
16
|
-
import TableCell from '../../../TableCells';
|
|
16
|
+
import { TableCell } from '../../../TableCells';
|
|
17
17
|
import { StatusCellContainer, StatusIcon } from '../style';
|
|
18
18
|
import { chargeStatusIcons } from './constant';
|
|
19
19
|
import { DestinationIcon } from '../../../StatusIcons';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default DestinationStatusCell;
|
|
1
|
+
export { default as DestinationStatusCell } from './DestinationStatusCell';
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import Box from '@mui/material/Box';
|
|
14
14
|
import DeviceIcon from '../../../DeviceIcon';
|
|
15
|
-
import TableCell from '../../../TableCells
|
|
15
|
+
import { TableCell } from '../../../TableCells';
|
|
16
16
|
import { GeographyIcon } from '../../../StatusIcons';
|
|
17
17
|
function DeviceCell(_a) {
|
|
18
18
|
var { deviceType, geographyVariant, isTextShown, deviceCountry } = _a, props = __rest(_a, ["deviceType", "geographyVariant", "isTextShown", "deviceCountry"]);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default DeviceCell;
|
|
1
|
+
export { default as DeviceCell } from './DeviceCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default DeviceCell;
|
|
1
|
+
export { default as DeviceCell } from './DeviceCell';
|
|
@@ -16,7 +16,7 @@ import dayjs from 'dayjs';
|
|
|
16
16
|
import { motion } from 'framer-motion';
|
|
17
17
|
import { useTranslation } from 'react-i18next';
|
|
18
18
|
import StyledBadge, { BadgeVariants } from '../../../CountBadge';
|
|
19
|
-
import TableCell from '../../../TableCells
|
|
19
|
+
import { TableCell } from '../../../TableCells';
|
|
20
20
|
import Tooltip from '../../../Tooltip';
|
|
21
21
|
import { dueDateBlueIcon, dueDateRedIcon, timerBlueIcon, expiredIcon, dueDateGrayIcon, remindedRedIcon } from '../../../../constants/index.js';
|
|
22
22
|
import { DueDateCellContainer, DateIcon, ReminderTextLabel, ExpiredTextLabel } from './style';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default EntityCell;
|
|
1
|
+
export { default as EntityCell } from './EntityCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default EntityCell;
|
|
1
|
+
export { default as EntityCell } from './EntityCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default IDButton;
|
|
1
|
+
export { default as IDButton } from './IDButton';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default IDButton;
|
|
1
|
+
export { default as IDButton } from './IDButton';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as IndividualsCell } from './IndividualsCell';
|
|
2
|
+
export * from './type';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as IndividualsCell } from './IndividualsCell';
|
|
2
|
+
export * from './type';
|
|
@@ -14,7 +14,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
14
14
|
import camelCase from 'lodash/camelCase';
|
|
15
15
|
import Tooltip from '../../../Tooltip';
|
|
16
16
|
import { ChargeStatusIcon } from '../../../StatusIcons';
|
|
17
|
-
import TableCell from '../../../TableCells
|
|
17
|
+
import { TableCell } from '../../../TableCells';
|
|
18
18
|
import { statusIcons } from './constant';
|
|
19
19
|
import { chargeStatusIcons } from '../AuthenticationStatusCell/constant';
|
|
20
20
|
import { StatusIcon } from '../style';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default IntentsStatusCell;
|
|
1
|
+
export { default as IntentsStatusCell } from './IntentsStatusCell';
|
|
@@ -18,9 +18,9 @@ import capitalize from 'lodash/capitalize';
|
|
|
18
18
|
import { useTheme } from '@mui/material/styles';
|
|
19
19
|
import StyledBadge, { BadgeVariants } from '../../../CountBadge';
|
|
20
20
|
import Tooltip from '../../../Tooltip';
|
|
21
|
-
import TableCell from '../../../TableCells
|
|
22
|
-
import { chargeStatusIcons } from '../../../TableCells/CustomCells/AuthenticationStatusCell/constant';
|
|
21
|
+
import { TableCell } from '../../../TableCells';
|
|
23
22
|
import { formatDate } from '../../../TableCells/CustomCells/DueDateCell/utils';
|
|
23
|
+
import { chargeStatusIcons } from '../../../TableCells/CustomCells/AuthenticationStatusCell/constant';
|
|
24
24
|
import { ChargeStatusIcon } from '../../../StatusIcons';
|
|
25
25
|
import { statusIcons } from './constant';
|
|
26
26
|
import { DueDateCellContainer, DateIcon, StatusTextLabel } from './style';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as InvoiceStatusCell } from './InvoiceStatusCell';
|
|
2
|
+
export * from './type';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as InvoiceStatusCell } from './InvoiceStatusCell';
|
|
2
|
+
export * from './type';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as MarketPlaceCell } from './MarketPlaceCell';
|
|
2
|
+
export * from './type';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as MarketPlaceCell } from './MarketPlaceCell';
|
|
2
|
+
export * from './type';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default MetadataCell;
|
|
1
|
+
export { default as MetadataCell } from './MetadataCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default MetadataCell;
|
|
1
|
+
export { default as MetadataCell } from './MetadataCell';
|
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
13
|
-
import TableCell from '../../../TableCells
|
|
13
|
+
import { TableCell } from '../../../TableCells';
|
|
14
14
|
import Tooltip from '../../../Tooltip';
|
|
15
15
|
import { MAX_TOOLTIP_ITEM_LENGTH } from './constant';
|
|
16
16
|
function OrderCell(_a) {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default OrderCell;
|
|
1
|
+
export { default as OrderCell } from './OrderCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default OrderCell;
|
|
1
|
+
export { default as OrderCell } from './OrderCell';
|
|
@@ -14,7 +14,7 @@ import { useMemo } from 'react';
|
|
|
14
14
|
import dayjs from 'dayjs';
|
|
15
15
|
import timezone from 'dayjs/plugin/timezone';
|
|
16
16
|
import utc from 'dayjs/plugin/utc';
|
|
17
|
-
import TableCell from '../../../TableCells
|
|
17
|
+
import { TableCell } from '../../../TableCells';
|
|
18
18
|
import { formatCellDate } from '../../../../utils/index.js';
|
|
19
19
|
dayjs.extend(utc);
|
|
20
20
|
dayjs.extend(timezone);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default PayoutDateCell;
|
|
1
|
+
export { default as PayoutDateCell } from './PayoutDateCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default PayoutDateCell;
|
|
1
|
+
export { default as PayoutDateCell } from './PayoutDateCell';
|
|
@@ -5,5 +5,5 @@ type Props = {
|
|
|
5
5
|
isDownloadError: boolean;
|
|
6
6
|
isDownloadSuccess: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const PayoutReportCell: ({ onClick, isSettlementsAvailable, isDownloadError, isDownloadLoading, isDownloadSuccess }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export
|
|
8
|
+
export declare const PayoutReportCell: ({ onClick, isSettlementsAvailable, isDownloadError, isDownloadLoading, isDownloadSuccess }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -3,7 +3,7 @@ import { useMemo } from 'react';
|
|
|
3
3
|
import Tooltip from '../../../Tooltip';
|
|
4
4
|
import { actionFailIcon, actionSuccessIcon, spinnerLoadingIcon, fileDownloadBlueIcon, fileDownloadGreyIcon } from '../../../../constants/index.js';
|
|
5
5
|
import { StyledDownloadFileImage, StyledDownloadFileImageWrapper } from './style';
|
|
6
|
-
const PayoutReportCell = ({ onClick, isSettlementsAvailable, isDownloadError, isDownloadLoading, isDownloadSuccess }) => {
|
|
6
|
+
export const PayoutReportCell = ({ onClick, isSettlementsAvailable, isDownloadError, isDownloadLoading, isDownloadSuccess }) => {
|
|
7
7
|
const isDownloadInProgress = useMemo(() => isDownloadLoading || isDownloadSuccess || isDownloadError, [isDownloadLoading, isDownloadSuccess, isDownloadError]);
|
|
8
8
|
const icon = useMemo(() => {
|
|
9
9
|
if (isDownloadLoading) {
|
|
@@ -19,4 +19,3 @@ const PayoutReportCell = ({ onClick, isSettlementsAvailable, isDownloadError, is
|
|
|
19
19
|
}, [isDownloadLoading, isDownloadSuccess, isDownloadError]);
|
|
20
20
|
return (_jsx(Tooltip, Object.assign({ title: !isSettlementsAvailable ? 'Pending' : '' }, { children: _jsx(StyledDownloadFileImageWrapper, Object.assign({ onClick: () => isSettlementsAvailable && !isDownloadInProgress && onClick() }, { children: _jsx(StyledDownloadFileImage, { src: isSettlementsAvailable ? icon : fileDownloadGreyIcon, alt: "Download Report" }) })) })));
|
|
21
21
|
};
|
|
22
|
-
export default PayoutReportCell;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default PayoutReportCell;
|
|
1
|
+
export { PayoutReportCell } from './PayoutReportCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default PayoutReportCell;
|
|
1
|
+
export { PayoutReportCell } from './PayoutReportCell';
|
|
@@ -13,7 +13,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import camelCase from 'lodash/camelCase';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import Tooltip from '../../../Tooltip';
|
|
16
|
-
import TableCell from '../../../TableCells
|
|
16
|
+
import { TableCell } from '../../../TableCells';
|
|
17
17
|
import { payoutStatusIcons } from './constant';
|
|
18
18
|
import { StatusCellContainer, StatusIconWrapper, StatusIcon } from '../style';
|
|
19
19
|
function PayoutStatusCell(_a) {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default PayoutStatusCell;
|
|
1
|
+
export { default as PayoutStatusCell } from './PayoutStatusCell';
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { motion } from 'framer-motion';
|
|
14
14
|
import { appsGridIcon, APP_ICONS, APP_CODES } from '../../../../constants/index.js';
|
|
15
|
-
import TableCell from '../../../TableCells
|
|
15
|
+
import { TableCell } from '../../../TableCells';
|
|
16
16
|
import { ProductCellContainer, PartialIcon } from './style';
|
|
17
17
|
import { StatusCellContainer } from '../style';
|
|
18
18
|
function ProductsCell(_a) {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { TableCell } from '@mui/material';
|
|
3
|
-
import TextTableCell from '
|
|
3
|
+
import { TextTableCell } from '..';
|
|
4
4
|
import { TextLabel } from '../style';
|
|
5
5
|
import Tooltip from '../../../Tooltip';
|
|
6
6
|
import { receiptBillIcon } from '../../../../constants/index.js';
|
|
7
|
-
const ReceiptCell = ({ receiptId, isTextShown }) => {
|
|
7
|
+
export const ReceiptCell = ({ receiptId, isTextShown }) => {
|
|
8
8
|
return isTextShown ? (_jsx(TextTableCell, { children: _jsx("span", { children: receiptId }) })) : (_jsx(TableCell, Object.assign({ component: "div" }, { children: _jsx(Tooltip, Object.assign({ title: `Receipt - ${receiptId}` }, { children: _jsx(TextLabel, Object.assign({ sx: {
|
|
9
9
|
padding: '3px 8px',
|
|
10
10
|
maxWidth: '50px',
|
|
11
11
|
} }, { children: _jsx("img", { src: receiptBillIcon, alt: "receipt" }) })) })) })));
|
|
12
12
|
};
|
|
13
|
-
export default ReceiptCell;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default ReceiptCell;
|
|
1
|
+
export { ReceiptCell } from './ReceiptCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default ReceiptCell;
|
|
1
|
+
export { ReceiptCell } from './ReceiptCell';
|
|
@@ -14,8 +14,8 @@ import { useMemo, useState } from 'react';
|
|
|
14
14
|
import { useTheme } from '@mui/material/styles';
|
|
15
15
|
import startCase from 'lodash/startCase';
|
|
16
16
|
import Tooltip from '../../../Tooltip';
|
|
17
|
-
import ImageWrapper from '../../../
|
|
18
|
-
import TableCell from '../../../TableCells
|
|
17
|
+
import { ImageWrapper } from '../../../index.js';
|
|
18
|
+
import { TableCell } from '../../../TableCells';
|
|
19
19
|
import { referenceIcons } from './constant';
|
|
20
20
|
import { ReferenceTextLabel, ReferenceTextWrapper, ReferenceSourcesContainer, StyledSourceCell, StyledSourceImage, referenceSourceAnimation, } from './style';
|
|
21
21
|
function ReferenceCell(_a) {
|
|
@@ -16,12 +16,12 @@ import camelCase from 'lodash/camelCase';
|
|
|
16
16
|
import { useTheme } from '@mui/material/styles';
|
|
17
17
|
import StyledBadge, { BadgeVariants } from '../../../CountBadge';
|
|
18
18
|
import Tooltip from '../../../Tooltip';
|
|
19
|
-
import TableCell from '../../../TableCells
|
|
19
|
+
import { TableCell } from '../../../TableCells';
|
|
20
|
+
import { payoutStatusIcons } from '../../../TableCells/CustomCells/StatusCell/constant';
|
|
20
21
|
import { PercentageContainer, RefundChargeCellContainer } from './style';
|
|
21
22
|
import { formatPercentage } from './utils';
|
|
22
23
|
import { TextLabel, StatusIconWrapper, StatusIcon, PiePercentage } from '../style';
|
|
23
24
|
import { payoutColorsStyles } from './constant';
|
|
24
|
-
import { payoutStatusIcons } from '../PayoutStatusCell/constant';
|
|
25
25
|
function RefundChargeCell(_a) {
|
|
26
26
|
var { percentage, date, payoutStatus, payoutTooltip, chargeTooltip, refundCount, isTextShown } = _a, props = __rest(_a, ["percentage", "date", "payoutStatus", "payoutTooltip", "chargeTooltip", "refundCount", "isTextShown"]);
|
|
27
27
|
const { t } = useTranslation();
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default RefundChargeCell;
|
|
1
|
+
export { default as RefundChargeCell } from './RefundChargeCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default RefundChargeCell;
|
|
1
|
+
export { default as RefundChargeCell } from './RefundChargeCell';
|
|
@@ -15,7 +15,7 @@ import dayjs from 'dayjs';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import camelCase from 'lodash/camelCase';
|
|
17
17
|
import Tooltip from '../../../Tooltip';
|
|
18
|
-
import TableCell from '../../../TableCells
|
|
18
|
+
import { TableCell } from '../../../TableCells';
|
|
19
19
|
import RefundStatus from './components/RefundStatus';
|
|
20
20
|
import { useRefundStyles } from './hooks/useRefundStyles';
|
|
21
21
|
import { TextLabel, StatusCellContainer } from '../style';
|
|
@@ -5,7 +5,7 @@ import Tooltip from '../../../../Tooltip';
|
|
|
5
5
|
import { unCapturedStatuses } from '../../../../../constants/index.js';
|
|
6
6
|
import { ChargeStatusIcon } from '../../../../StatusIcons';
|
|
7
7
|
import { RefundStatusIcon } from './RefundStatusIcon';
|
|
8
|
-
export function
|
|
8
|
+
export function RefundStateIcon({ status, gatewayTooltip, unCapturedTooltip, acquirerTooltip, errorCode, acquirerCode, gatewayCode, refundTooltip, }) {
|
|
9
9
|
const { t } = useTranslation();
|
|
10
10
|
if (!(unCapturedStatuses === null || unCapturedStatuses === void 0 ? void 0 : unCapturedStatuses.includes(status !== null && status !== void 0 ? status : ''))) {
|
|
11
11
|
return _jsx(RefundStatusIcon, { status: status, refundTooltip: refundTooltip });
|
|
@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
5
5
|
import Tooltip from '../../../../Tooltip';
|
|
6
6
|
import { refundedIcon, refundSettledIcon, ACCEPTANCE_TIMEZONE } from '../../../../../constants/index.js';
|
|
7
7
|
import { changeDateTimezone } from '../../../../../utils/index.js';
|
|
8
|
-
import {
|
|
8
|
+
import { RefundStateIcon } from './RefundStateIcon';
|
|
9
9
|
import { refundStatusLabels } from '../constant';
|
|
10
10
|
import { RefundCellContainer, PartialIcon, PercentageContainer, DateContainer } from '../style';
|
|
11
11
|
export default function RefundStatus({ status, refundTooltip, date, gatewayTooltip, unCapturedTooltip, acquirerTooltip, errorCode, acquirerCode, gatewayCode, timezone, }) {
|
|
@@ -16,7 +16,7 @@ export default function RefundStatus({ status, refundTooltip, date, gatewayToolt
|
|
|
16
16
|
targetTimezone: timezone === null || timezone === void 0 ? void 0 : timezone.offset,
|
|
17
17
|
});
|
|
18
18
|
if (!['REFUNDED', 'PAID_OUT'].includes(status !== null && status !== void 0 ? status : '')) {
|
|
19
|
-
return (_jsx(
|
|
19
|
+
return (_jsx(RefundStateIcon, { status: status, refundTooltip: refundTooltip, gatewayTooltip: gatewayTooltip, unCapturedTooltip: unCapturedTooltip, acquirerTooltip: acquirerTooltip, errorCode: errorCode, acquirerCode: acquirerCode, gatewayCode: gatewayCode }));
|
|
20
20
|
}
|
|
21
21
|
return (_jsx(Tooltip, Object.assign({ title: _jsxs("div", { children: [_jsx("div", { children: t(refundStatusLabels.REFUNDED) }), refundTooltip] }) }, { children: _jsxs(RefundCellContainer, Object.assign({ whileHover: ['animate', 'fadeIn'], animate: 'start', variants: Object.assign({}, (date && {
|
|
22
22
|
animate: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { default as RefundStatusCell } from './RefundStatusCell';
|
|
2
|
+
export * from './components';
|
|
@@ -15,9 +15,9 @@ import camelCase from 'lodash/camelCase';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import CountryFlag from '../../../CountryFlag';
|
|
17
17
|
import { paymentSourceAnimation } from '../../../CountBadge/style';
|
|
18
|
-
import ImageWrapper from '../../../
|
|
18
|
+
import { ImageWrapper } from '../../../index.js';
|
|
19
19
|
import Tooltip from '../../../Tooltip';
|
|
20
|
-
import TableCell from '../../../TableCells
|
|
20
|
+
import { TableCell } from '../../../TableCells';
|
|
21
21
|
import { getPaymentMethodsIcon, merchantInitiatedIcon } from '../../../../constants/index.js';
|
|
22
22
|
import { geographyMap } from '../../../../utils/index.js';
|
|
23
23
|
import { BadgeTextWrapper, PaymentSourcesContainer, StyledSourceCell, StyledSourceImage, TextLabel } from './style';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default SourceCell;
|
|
1
|
+
export { default as SourceCell } from './SourceCell';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default SourceCell;
|
|
1
|
+
export { default as SourceCell } from './SourceCell';
|
|
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { useRef, useEffect, useState, useMemo } from 'react';
|
|
14
|
-
import TableCell from '../../../TableCells';
|
|
14
|
+
import { TableCell } from '../../../TableCells';
|
|
15
15
|
import { StatusContainer, StatusWrapper, StatusIcon } from './style';
|
|
16
16
|
import { getIconXTranslation } from './utils';
|
|
17
17
|
import CollapsedViewIcon from './CollapsedViewIcon';
|
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import TableCell from '../../../TableCells
|
|
13
|
+
import { TableCell } from '../../../TableCells';
|
|
14
14
|
import { StatusIcon, StatusContainer, StatusWrapper } from './style';
|
|
15
15
|
import { getStatusesFilteredObject } from './utils';
|
|
16
16
|
function StatusCell(_a) {
|
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Tooltip from '../../../Tooltip';
|
|
14
14
|
import StyledBadge, { BadgeVariants } from '../../../CountBadge';
|
|
15
|
-
import TableCell from '../../../TableCells
|
|
15
|
+
import { TableCell } from '../../../TableCells';
|
|
16
16
|
import { BadgeWrapper, TextLabel } from '../style';
|
|
17
17
|
function TextWithBadgeCell(_a) {
|
|
18
18
|
var { tooltip, children, badge } = _a, props = __rest(_a, ["tooltip", "children", "badge"]);
|