@tap-payments/os-micro-frontend-shared 0.1.319-test.3 → 0.1.320
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/AnimatedSpinnerIcon/style.d.ts +1 -0
- package/build/components/Chip/style.d.ts +1 -0
- package/build/components/CountBadge/style.d.ts +1 -0
- package/build/components/Dialog/style.d.ts +1 -0
- package/build/components/FlippingCard/style.d.ts +1 -0
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
- package/build/components/JSONViewer/style.d.ts +1 -0
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
- package/build/components/SearchButton/styles.d.ts +1 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
- package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +1 -2
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.d.ts +5 -4
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +3 -19
- package/build/components/StatusIcons/SourceIcons/style.d.ts +3 -3
- package/build/components/StatusIcons/SourceIcons/style.js +6 -2
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +2 -1
- package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +0 -266
- package/build/components/TableCells/CustomCells/AgreementCell/style.js +0 -22
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/LinkCell.d.ts +7 -0
- package/build/components/TableCells/CustomCells/LinkCell/LinkCell.js +23 -0
- package/build/components/TableCells/CustomCells/LinkCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/style.d.ts +7 -0
- package/build/components/TableCells/CustomCells/LinkCell/style.js +19 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +3 -5
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +76 -30
- package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +2 -3
- package/build/components/TableCells/CustomCells/SourceCell/index.js +2 -3
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +270 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.js +42 -0
- package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/utils.js +8 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
- 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.d.ts +1 -0
- package/build/components/TableCells/CustomCells/type.d.ts +1 -1
- package/build/components/TableReports/components/DownloadButton/style.d.ts +1 -0
- package/build/components/TableReports/style.d.ts +1 -0
- package/build/components/VirtualTables/components/style.d.ts +1 -0
- package/package.json +3 -3
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAgreement/PaymentAgreement.d.ts +0 -2
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAgreement/PaymentAgreement.js +0 -7
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAgreement/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAgreement/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAuth/PaymentAuth.d.ts +0 -18
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAuth/PaymentAuth.js +0 -9
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAuth/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentAuth/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/PaymentCardNumber.d.ts +0 -10
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/PaymentCardNumber.js +0 -12
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/style.d.ts +0 -2
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumber/style.js +0 -6
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentDevice/PaymentDevice.d.ts +0 -7
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentDevice/PaymentDevice.js +0 -7
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentDevice/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentDevice/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentInitiated/PaymentInitiated.d.ts +0 -5
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentInitiated/PaymentInitiated.js +0 -5
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentInitiated/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentInitiated/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentIssuer/PaymentIssuer.d.ts +0 -7
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentIssuer/PaymentIssuer.js +0 -7
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentIssuer/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentIssuer/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethod/PaymentMethod.d.ts +0 -3
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethod/PaymentMethod.js +0 -11
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethod/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethod/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentScheme/PaymentScheme.d.ts +0 -6
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentScheme/PaymentScheme.js +0 -11
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentScheme/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentScheme/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentType/PaymentType.d.ts +0 -3
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentType/PaymentType.js +0 -11
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentType/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentType/index.js +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/components/index.d.ts +0 -9
- package/build/components/TableCells/CustomCells/SourceCell/components/index.js +0 -9
- package/build/components/TableCells/CustomCells/SourceCell/constant.d.ts +0 -4
- package/build/components/TableCells/CustomCells/SourceCell/constant.js +0 -11
- package/build/components/TableCells/CustomCells/SourceCell/type.d.ts +0 -17
- package/build/components/TableCells/CustomCells/SourceCell/type.js +0 -12
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { GetSourceAnimationFunction } from './type';
|
|
3
4
|
export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
4
5
|
variant?: import("./type").ChipVariant | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -5,6 +5,5 @@ import Tooltip from '../../Tooltip';
|
|
|
5
5
|
export default function IssuerIcon({ countryCode, isTextShown, cardNumber, bankName, tableMode }) {
|
|
6
6
|
const firstFourDigits = cardNumber === null || cardNumber === void 0 ? void 0 : cardNumber.slice(0, 4);
|
|
7
7
|
const lastFourDigits = cardNumber === null || cardNumber === void 0 ? void 0 : cardNumber.slice(-4);
|
|
8
|
-
return (_jsxs(IssuerIconContainer, Object.assign({ tableMode: tableMode }, { children: [countryCode && _jsx(GeographyIcon, { countryCode: countryCode, isTextShown: isTextShown }), firstFourDigits ||
|
|
9
|
-
(lastFourDigits && (_jsx(Tooltip, Object.assign({ title: `${bankName ? `Issuer - ${bankName}` : ''}` }, { children: _jsx(CardNumber, { children: `${firstFourDigits || ''} ${lastFourDigits || ''}` }) }))))] })));
|
|
8
|
+
return (_jsxs(IssuerIconContainer, Object.assign({ tableMode: tableMode }, { children: [countryCode && _jsx(GeographyIcon, { countryCode: countryCode, isTextShown: isTextShown }), _jsx(Tooltip, Object.assign({ title: `${bankName ? `Issuer - ${bankName}` : ''}` }, { children: _jsx(CardNumber, { children: `${firstFourDigits || ''} ${lastFourDigits || ''}` }) }))] })));
|
|
10
9
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
interface SourceIconProps extends BoxProps {
|
|
1
|
+
type SourceIconProps = {
|
|
3
2
|
source: string;
|
|
4
3
|
isTextShown?: boolean;
|
|
5
4
|
title?: string;
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
width?: number | string;
|
|
6
|
+
height?: number | string;
|
|
7
|
+
};
|
|
8
|
+
export declare function SourceIcon({ source, isTextShown, title, width, height }: SourceIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,29 +1,13 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import camelCase from 'lodash/camelCase';
|
|
14
3
|
import { useTranslation } from 'react-i18next';
|
|
15
|
-
import Box from '@mui/material/Box';
|
|
16
4
|
import Tooltip from '../../../Tooltip';
|
|
17
5
|
import { getPaymentMethodsIcon } from '../../../../constants/index.js';
|
|
18
|
-
import { StyledBadgeTextWrapper, TextLabel } from '../style';
|
|
19
|
-
export function SourceIcon(
|
|
20
|
-
var { source, isTextShown, title } = _a, props = __rest(_a, ["source", "isTextShown", "title"]);
|
|
6
|
+
import { StyledBadgeTextWrapper, StyledSourceImage, TextLabel } from '../style';
|
|
7
|
+
export function SourceIcon({ source, isTextShown, title, width, height }) {
|
|
21
8
|
const { t } = useTranslation();
|
|
22
9
|
const ImageSrc = getPaymentMethodsIcon(source);
|
|
23
|
-
|
|
24
|
-
return (_jsx(Tooltip, Object.assign({ title: title }, { children: _jsx(StyledBadgeTextWrapper, Object.assign({ "data-testid": "SourceCell_BadgeTextWrapper" }, props, { children: _jsx(TextLabel, Object.assign({ "data-testid": "SourceCell_TextLabel", "data-source": source }, { children: t(camelCase(source)) })) })) })));
|
|
25
|
-
}
|
|
26
|
-
return (_jsx(Tooltip, Object.assign({ title: title }, { children: _jsx(Box, Object.assign({}, props, { component: "img", src: ImageSrc, alt: source, onError: (e) => {
|
|
10
|
+
return (_jsx(Tooltip, Object.assign({ title: title }, { children: isTextShown ? (_jsx(StyledBadgeTextWrapper, Object.assign({ "data-testid": "SourceCell_BadgeTextWrapper" }, { children: _jsx(TextLabel, Object.assign({ "data-testid": "SourceCell_TextLabel", "data-source": source }, { children: t(camelCase(source)) })) }))) : (_jsx(StyledSourceImage, { src: ImageSrc, alt: source, width: width, height: height, onError: (e) => {
|
|
27
11
|
e.currentTarget.src = getPaymentMethodsIcon('card');
|
|
28
12
|
} })) })));
|
|
29
13
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
|
+
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
3
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
4
6
|
hidden?: boolean | undefined;
|
|
5
7
|
color?: string | undefined;
|
|
@@ -265,8 +267,6 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
|
|
|
265
267
|
sourcesCount: number;
|
|
266
268
|
}, {}, {}>;
|
|
267
269
|
export declare const TextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
268
|
-
export declare const StyledBadgeTextWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
269
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
270
|
-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
270
|
+
export declare const StyledBadgeTextWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
271
271
|
export declare const SourceIconWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
272
272
|
export declare const CardNumber: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { styled } from '@mui/material';
|
|
2
2
|
import { motion } from 'framer-motion';
|
|
3
3
|
export const StyledSourceCell = styled('span')(({ theme }) => ({
|
|
4
4
|
display: 'flex',
|
|
@@ -6,6 +6,10 @@ export const StyledSourceCell = styled('span')(({ theme }) => ({
|
|
|
6
6
|
justifyContent: 'flex-start',
|
|
7
7
|
gap: theme.spacing(1),
|
|
8
8
|
}));
|
|
9
|
+
export const StyledSourceImage = styled('img')(() => ({
|
|
10
|
+
maxWidth: '24px',
|
|
11
|
+
maxHeight: '16px',
|
|
12
|
+
}));
|
|
9
13
|
export const PaymentSourcesContainer = styled(motion.span)(({ theme, sourcesCount }) => ({
|
|
10
14
|
display: 'flex',
|
|
11
15
|
alignItems: 'center',
|
|
@@ -25,7 +29,7 @@ export const TextLabel = styled('span')(({ theme }) => ({
|
|
|
25
29
|
padding: '2px 0',
|
|
26
30
|
color: theme.palette.text.primary,
|
|
27
31
|
}));
|
|
28
|
-
export const StyledBadgeTextWrapper = styled(
|
|
32
|
+
export const StyledBadgeTextWrapper = styled('div')(() => ({
|
|
29
33
|
display: 'flex',
|
|
30
34
|
alignItems: 'center',
|
|
31
35
|
justifyContent: 'center',
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { TableMode } from '../../../../types/index.js';
|
|
3
4
|
export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
5
|
tableMode?: TableMode | undefined;
|
|
@@ -16,11 +16,12 @@ import { useTheme } from '@mui/material/styles';
|
|
|
16
16
|
import { CountAnimatedBadge } from '../../../CountBadge';
|
|
17
17
|
import { AgreementImageWrapper, paymentSourceAnimation } from '../../../CountBadge/style';
|
|
18
18
|
import { TableCell } from '../../../TableCells';
|
|
19
|
+
import { PaymentSourcesContainer, StyledSourceCell, StyledSourceImage } from '../../../TableCells/CustomCells/SourceCell/style';
|
|
19
20
|
import Tooltip from '../../../Tooltip';
|
|
20
21
|
import { noAgreementIcon } from '../../../../constants/index.js';
|
|
21
22
|
import { formatOrdinal } from '../../../../utils/index.js';
|
|
22
23
|
import { agreementTypes, badgesTypes } from './constant';
|
|
23
|
-
import { BadgeTextWrapper, TextLabel
|
|
24
|
+
import { BadgeTextWrapper, TextLabel } from './style';
|
|
24
25
|
function AgreementCell(_a) {
|
|
25
26
|
var { type, hasSavedCard, totalPaymentsCount, isTextShown } = _a, props = __rest(_a, ["type", "hasSavedCard", "totalPaymentsCount", "isTextShown"]);
|
|
26
27
|
const theme = useTheme();
|
|
@@ -5,269 +5,3 @@ export declare const CardContainer: import("@emotion/styled").StyledComponent<im
|
|
|
5
5
|
export declare const CardImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
6
6
|
export declare const TextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
7
7
|
export declare const BadgeTextWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
|
-
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
9
|
-
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
10
|
-
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
hidden?: boolean | undefined;
|
|
12
|
-
color?: string | undefined;
|
|
13
|
-
content?: string | undefined;
|
|
14
|
-
translate?: "yes" | "no" | undefined;
|
|
15
|
-
id?: string | undefined;
|
|
16
|
-
defaultChecked?: boolean | undefined;
|
|
17
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
19
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
20
|
-
accessKey?: string | undefined;
|
|
21
|
-
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
22
|
-
autoFocus?: boolean | undefined;
|
|
23
|
-
className?: string | undefined;
|
|
24
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
25
|
-
contextMenu?: string | undefined;
|
|
26
|
-
dir?: string | undefined;
|
|
27
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
28
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
29
|
-
lang?: string | undefined;
|
|
30
|
-
nonce?: string | undefined;
|
|
31
|
-
slot?: string | undefined;
|
|
32
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
33
|
-
tabIndex?: number | undefined;
|
|
34
|
-
title?: string | undefined;
|
|
35
|
-
radioGroup?: string | undefined;
|
|
36
|
-
role?: import("react").AriaRole | undefined;
|
|
37
|
-
about?: string | undefined;
|
|
38
|
-
datatype?: string | undefined;
|
|
39
|
-
inlist?: any;
|
|
40
|
-
prefix?: string | undefined;
|
|
41
|
-
property?: string | undefined;
|
|
42
|
-
rel?: string | undefined;
|
|
43
|
-
resource?: string | undefined;
|
|
44
|
-
rev?: string | undefined;
|
|
45
|
-
typeof?: string | undefined;
|
|
46
|
-
vocab?: string | undefined;
|
|
47
|
-
autoCorrect?: string | undefined;
|
|
48
|
-
autoSave?: string | undefined;
|
|
49
|
-
itemProp?: string | undefined;
|
|
50
|
-
itemScope?: boolean | undefined;
|
|
51
|
-
itemType?: string | undefined;
|
|
52
|
-
itemID?: string | undefined;
|
|
53
|
-
itemRef?: string | undefined;
|
|
54
|
-
results?: number | undefined;
|
|
55
|
-
security?: string | undefined;
|
|
56
|
-
unselectable?: "off" | "on" | undefined;
|
|
57
|
-
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
58
|
-
is?: string | undefined;
|
|
59
|
-
exportparts?: string | undefined;
|
|
60
|
-
part?: string | undefined;
|
|
61
|
-
"aria-activedescendant"?: string | undefined;
|
|
62
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
63
|
-
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
64
|
-
"aria-braillelabel"?: string | undefined;
|
|
65
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
66
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
67
|
-
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
68
|
-
"aria-colcount"?: number | undefined;
|
|
69
|
-
"aria-colindex"?: number | undefined;
|
|
70
|
-
"aria-colindextext"?: string | undefined;
|
|
71
|
-
"aria-colspan"?: number | undefined;
|
|
72
|
-
"aria-controls"?: string | undefined;
|
|
73
|
-
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
74
|
-
"aria-describedby"?: string | undefined;
|
|
75
|
-
"aria-description"?: string | undefined;
|
|
76
|
-
"aria-details"?: string | undefined;
|
|
77
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
78
|
-
"aria-dropeffect"?: "none" | "copy" | "link" | "move" | "execute" | "popup" | undefined;
|
|
79
|
-
"aria-errormessage"?: string | undefined;
|
|
80
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
81
|
-
"aria-flowto"?: string | undefined;
|
|
82
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
83
|
-
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
84
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
85
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
86
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
87
|
-
"aria-label"?: string | undefined;
|
|
88
|
-
"aria-labelledby"?: string | undefined;
|
|
89
|
-
"aria-level"?: number | undefined;
|
|
90
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
91
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
92
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
93
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
94
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
95
|
-
"aria-owns"?: string | undefined;
|
|
96
|
-
"aria-placeholder"?: string | undefined;
|
|
97
|
-
"aria-posinset"?: number | undefined;
|
|
98
|
-
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
99
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
100
|
-
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
101
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
102
|
-
"aria-roledescription"?: string | undefined;
|
|
103
|
-
"aria-rowcount"?: number | undefined;
|
|
104
|
-
"aria-rowindex"?: number | undefined;
|
|
105
|
-
"aria-rowindextext"?: string | undefined;
|
|
106
|
-
"aria-rowspan"?: number | undefined;
|
|
107
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
108
|
-
"aria-setsize"?: number | undefined;
|
|
109
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
110
|
-
"aria-valuemax"?: number | undefined;
|
|
111
|
-
"aria-valuemin"?: number | undefined;
|
|
112
|
-
"aria-valuenow"?: number | undefined;
|
|
113
|
-
"aria-valuetext"?: string | undefined;
|
|
114
|
-
dangerouslySetInnerHTML?: {
|
|
115
|
-
__html: string | TrustedHTML;
|
|
116
|
-
} | undefined;
|
|
117
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
118
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
119
|
-
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
120
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
121
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
122
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
123
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
124
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
125
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
126
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
127
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
128
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
129
|
-
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
130
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
131
|
-
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
132
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
133
|
-
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
134
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
135
|
-
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
136
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
137
|
-
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
138
|
-
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
139
|
-
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
140
|
-
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
141
|
-
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
142
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
143
|
-
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
144
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
145
|
-
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
146
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
147
|
-
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
148
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
149
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
150
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
151
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
152
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
153
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
154
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
155
|
-
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
156
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
157
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
158
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
159
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
160
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
161
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
162
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
163
|
-
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
164
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
165
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
166
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
167
|
-
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
168
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
169
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
170
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
171
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
172
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
173
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
174
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
175
|
-
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
176
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
177
|
-
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
178
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
179
|
-
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
180
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
181
|
-
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
182
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
183
|
-
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
184
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
185
|
-
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
186
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
187
|
-
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
188
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
189
|
-
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
190
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
191
|
-
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
192
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
193
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
194
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
195
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
196
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
197
|
-
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
198
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
199
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
200
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
201
|
-
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
202
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
203
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
204
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
205
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
206
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
207
|
-
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
208
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
209
|
-
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
210
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
211
|
-
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
212
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
213
|
-
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
214
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
215
|
-
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
216
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
217
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
218
|
-
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
219
|
-
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
220
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
221
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
222
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
223
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
224
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
225
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
226
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
227
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
228
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
229
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
230
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
231
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
232
|
-
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
233
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
234
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
235
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
236
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
237
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
238
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
239
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
240
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
241
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
242
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
243
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
244
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
245
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
246
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
247
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
248
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
249
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
250
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
251
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
252
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
253
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
254
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
255
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
256
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
257
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
258
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
259
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
260
|
-
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
261
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
262
|
-
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
263
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
264
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
265
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
266
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
267
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
268
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
269
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
270
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
271
|
-
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
272
|
-
sourcesCount: number;
|
|
273
|
-
}, {}, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { styled } from '@mui/material';
|
|
2
|
-
import { motion } from 'framer-motion';
|
|
3
2
|
export const AgreementCellContainer = styled('span')(({ theme }) => ({
|
|
4
3
|
display: 'flex',
|
|
5
4
|
alignItems: 'center',
|
|
@@ -36,24 +35,3 @@ export const BadgeTextWrapper = styled('div')(() => ({
|
|
|
36
35
|
justifyContent: 'center',
|
|
37
36
|
paddingInline: '8px',
|
|
38
37
|
}));
|
|
39
|
-
export const StyledSourceCell = styled('span')(({ theme }) => ({
|
|
40
|
-
display: 'flex',
|
|
41
|
-
alignItems: 'center',
|
|
42
|
-
justifyContent: 'flex-start',
|
|
43
|
-
gap: theme.spacing(1),
|
|
44
|
-
}));
|
|
45
|
-
export const StyledSourceImage = styled('img')(() => ({
|
|
46
|
-
maxWidth: '36px',
|
|
47
|
-
maxHeight: '24px',
|
|
48
|
-
}));
|
|
49
|
-
export const PaymentSourcesContainer = styled(motion.span)(({ theme, sourcesCount }) => ({
|
|
50
|
-
display: 'flex',
|
|
51
|
-
alignItems: 'center',
|
|
52
|
-
justifyContent: 'flex-start',
|
|
53
|
-
position: 'absolute',
|
|
54
|
-
minWidth: `${sourcesCount * 6 + 36}px `,
|
|
55
|
-
minHeight: '24px',
|
|
56
|
-
cursor: 'pointer',
|
|
57
|
-
backgroundColor: theme.palette.background.paper,
|
|
58
|
-
borderRadius: '16px',
|
|
59
|
-
}));
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
4
5
|
hidden?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
3
4
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
5
|
hidden?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
4
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|