@tap-payments/os-micro-frontend-shared 0.1.239 → 0.1.241-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/ActionMenu/style.d.ts +1 -1
- package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
- package/build/components/Calender/style.d.ts +4 -4
- package/build/components/Chip/style.d.ts +1 -2
- package/build/components/ColorPicker/style.d.ts +2 -2
- package/build/components/ConfirmDialog/styles.d.ts +1 -1
- package/build/components/CountBadge/style.d.ts +1 -2
- package/build/components/CountryFlag/CountryFlag.js +1 -1
- package/build/components/Dialog/style.d.ts +1 -2
- package/build/components/DropdownButton/constants.d.ts +2 -2
- package/build/components/DropdownButton/style.d.ts +2 -2
- package/build/components/ErrorBoundary/style.d.ts +1 -1
- package/build/components/FileUpload/style.d.ts +1 -1
- package/build/components/FlippingCard/style.d.ts +1 -2
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -2
- package/build/components/InputBase/SelectBase/style.d.ts +1 -1
- package/build/components/Inputs/FileInput/style.d.ts +1 -1
- package/build/components/JSONViewer/style.d.ts +2 -3
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -4
- package/build/components/MenuItem/style.js +5 -14
- package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
- package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
- package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
- package/build/components/RangeCalender/style.d.ts +3 -3
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +13 -14
- package/build/components/SearchButton/styles.d.ts +4 -5
- package/build/components/StatusButton/style.d.ts +2 -2
- package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -3
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -2
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -7
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -7
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/style.d.ts +1 -2
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
- package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
- package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
- package/build/components/VirtualTables/components/style.d.ts +1 -2
- package/build/components/Window/style.d.ts +2 -2
- package/build/constants/assets.js +2 -2
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +3 -3
- package/build/constants/table/cell/terminalsTableCellWidth.js +3 -3
- package/build/types/apps.d.ts +2 -1
- package/build/types/brand.d.ts +1 -1
- package/build/types/column.d.ts +1 -1
- package/build/types/common.d.ts +7 -0
- package/build/types/common.js +1 -0
- package/build/types/entity.d.ts +20 -2
- package/build/types/index.d.ts +1 -0
- package/build/types/index.js +1 -0
- package/build/types/user.d.ts +1 -4
- package/package.json +3 -3
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import type { SxProps, Theme } from '@mui/material/styles';
|
|
4
3
|
export declare const CHIP_GAP = 3;
|
|
5
4
|
export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
6
5
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
6
|
color?: string | undefined;
|
|
9
7
|
content?: string | undefined;
|
|
10
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -266,10 +265,10 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
266
265
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
267
266
|
export declare const CenterShiftWrapper: import("@emotion/styled").StyledComponent<{
|
|
268
267
|
hidden?: boolean | undefined;
|
|
269
|
-
id?: string | undefined;
|
|
270
268
|
color?: string | undefined;
|
|
271
269
|
content?: string | undefined;
|
|
272
270
|
translate?: "yes" | "no" | undefined;
|
|
271
|
+
id?: string | undefined;
|
|
273
272
|
defaultChecked?: boolean | undefined;
|
|
274
273
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
275
274
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -528,10 +527,10 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
528
527
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
529
528
|
export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
530
529
|
hidden?: boolean | undefined;
|
|
531
|
-
id?: string | undefined;
|
|
532
530
|
color?: string | undefined;
|
|
533
531
|
content?: string | undefined;
|
|
534
532
|
translate?: "yes" | "no" | undefined;
|
|
533
|
+
id?: string | undefined;
|
|
535
534
|
defaultChecked?: boolean | undefined;
|
|
536
535
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
537
536
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -790,10 +789,10 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
790
789
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
791
790
|
export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
792
791
|
hidden?: boolean | undefined;
|
|
793
|
-
id?: string | undefined;
|
|
794
792
|
color?: string | undefined;
|
|
795
793
|
content?: string | undefined;
|
|
796
794
|
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
797
796
|
defaultChecked?: boolean | undefined;
|
|
798
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
799
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1052,10 +1051,10 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
1052
1051
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1053
1052
|
export declare const ExpandedSection: import("@emotion/styled").StyledComponent<{
|
|
1054
1053
|
hidden?: boolean | undefined;
|
|
1055
|
-
id?: string | undefined;
|
|
1056
1054
|
color?: string | undefined;
|
|
1057
1055
|
content?: string | undefined;
|
|
1058
1056
|
translate?: "yes" | "no" | undefined;
|
|
1057
|
+
id?: string | undefined;
|
|
1059
1058
|
defaultChecked?: boolean | undefined;
|
|
1060
1059
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1061
1060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1319,10 +1318,10 @@ export declare const HoverBridge: import("@emotion/styled").StyledComponent<impo
|
|
|
1319
1318
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1320
1319
|
export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
1321
1320
|
hidden?: boolean | undefined;
|
|
1322
|
-
id?: string | undefined;
|
|
1323
1321
|
color?: string | undefined;
|
|
1324
1322
|
content?: string | undefined;
|
|
1325
1323
|
translate?: "yes" | "no" | undefined;
|
|
1324
|
+
id?: string | undefined;
|
|
1326
1325
|
defaultChecked?: boolean | undefined;
|
|
1327
1326
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1328
1327
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1581,10 +1580,10 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1581
1580
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1582
1581
|
export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
1583
1582
|
hidden?: boolean | undefined;
|
|
1584
|
-
id?: string | undefined;
|
|
1585
1583
|
color?: string | undefined;
|
|
1586
1584
|
content?: string | undefined;
|
|
1587
1585
|
translate?: "yes" | "no" | undefined;
|
|
1586
|
+
id?: string | undefined;
|
|
1588
1587
|
defaultChecked?: boolean | undefined;
|
|
1589
1588
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1590
1589
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1843,10 +1842,10 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1843
1842
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1844
1843
|
export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
1845
1844
|
hidden?: boolean | undefined;
|
|
1846
|
-
id?: string | undefined;
|
|
1847
1845
|
color?: string | undefined;
|
|
1848
1846
|
content?: string | undefined;
|
|
1849
1847
|
translate?: "yes" | "no" | undefined;
|
|
1848
|
+
id?: string | undefined;
|
|
1850
1849
|
defaultChecked?: boolean | undefined;
|
|
1851
1850
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1852
1851
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2105,10 +2104,10 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
2105
2104
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2106
2105
|
export declare const ExpandableContainer: import("@emotion/styled").StyledComponent<{
|
|
2107
2106
|
hidden?: boolean | undefined;
|
|
2108
|
-
id?: string | undefined;
|
|
2109
2107
|
color?: string | undefined;
|
|
2110
2108
|
content?: string | undefined;
|
|
2111
2109
|
translate?: "yes" | "no" | undefined;
|
|
2110
|
+
id?: string | undefined;
|
|
2112
2111
|
defaultChecked?: boolean | undefined;
|
|
2113
2112
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2114
2113
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2367,10 +2366,10 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2367
2366
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2368
2367
|
export declare const ExpandableInner: import("@emotion/styled").StyledComponent<{
|
|
2369
2368
|
hidden?: boolean | undefined;
|
|
2370
|
-
id?: string | undefined;
|
|
2371
2369
|
color?: string | undefined;
|
|
2372
2370
|
content?: string | undefined;
|
|
2373
2371
|
translate?: "yes" | "no" | undefined;
|
|
2372
|
+
id?: string | undefined;
|
|
2374
2373
|
defaultChecked?: boolean | undefined;
|
|
2375
2374
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2376
2375
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2629,10 +2628,10 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2629
2628
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2630
2629
|
export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2631
2630
|
hidden?: boolean | undefined;
|
|
2632
|
-
id?: string | undefined;
|
|
2633
2631
|
color?: string | undefined;
|
|
2634
2632
|
content?: string | undefined;
|
|
2635
2633
|
translate?: "yes" | "no" | undefined;
|
|
2634
|
+
id?: string | undefined;
|
|
2636
2635
|
defaultChecked?: boolean | undefined;
|
|
2637
2636
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2638
2637
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2891,10 +2890,10 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2891
2890
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2892
2891
|
export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2893
2892
|
hidden?: boolean | undefined;
|
|
2894
|
-
id?: string | undefined;
|
|
2895
2893
|
color?: string | undefined;
|
|
2896
2894
|
content?: string | undefined;
|
|
2897
2895
|
translate?: "yes" | "no" | undefined;
|
|
2896
|
+
id?: string | undefined;
|
|
2898
2897
|
defaultChecked?: boolean | undefined;
|
|
2899
2898
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2900
2899
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -3153,10 +3152,10 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
3153
3152
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
3154
3153
|
export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
3155
3154
|
hidden?: boolean | undefined;
|
|
3156
|
-
id?: string | undefined;
|
|
3157
3155
|
color?: string | undefined;
|
|
3158
3156
|
content?: string | undefined;
|
|
3159
3157
|
translate?: "yes" | "no" | undefined;
|
|
3158
|
+
id?: string | undefined;
|
|
3160
3159
|
defaultChecked?: boolean | undefined;
|
|
3161
3160
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
3162
3161
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledInput: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
width?: string | number | undefined;
|
|
5
4
|
height?: string | number | undefined;
|
|
6
5
|
hidden?: boolean | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
id?: string | undefined;
|
|
9
|
-
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
10
6
|
color?: string | undefined;
|
|
11
7
|
content?: string | undefined;
|
|
12
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
disabled?: boolean | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
|
+
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
13
12
|
value?: string | number | readonly string[] | undefined;
|
|
14
13
|
list?: string | undefined;
|
|
15
14
|
form?: string | undefined;
|
|
@@ -296,10 +295,10 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
|
|
|
296
295
|
width?: string | number | undefined;
|
|
297
296
|
height?: string | number | undefined;
|
|
298
297
|
hidden?: boolean | undefined;
|
|
299
|
-
id?: string | undefined;
|
|
300
298
|
color?: string | undefined;
|
|
301
299
|
content?: string | undefined;
|
|
302
300
|
translate?: "yes" | "no" | undefined;
|
|
301
|
+
id?: string | undefined;
|
|
303
302
|
defaultChecked?: boolean | undefined;
|
|
304
303
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
305
304
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4,12 +4,12 @@ import { StatusButtonProps } from './type';
|
|
|
4
4
|
export declare const statusButtonVariants: {
|
|
5
5
|
active: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
7
|
-
}, "
|
|
7
|
+
}, "color" | "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
8
8
|
icon?: string | undefined;
|
|
9
9
|
}, {}, {}>;
|
|
10
10
|
inActive: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
11
11
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
12
|
-
}, "
|
|
12
|
+
}, "color" | "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
13
13
|
icon?: string | undefined;
|
|
14
14
|
}, {}, {}>;
|
|
15
15
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
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
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
5
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
6
|
color?: string | undefined;
|
|
9
7
|
content?: string | undefined;
|
|
10
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -271,10 +270,10 @@ export declare const BadgeTextWrapper: import("@emotion/styled").StyledComponent
|
|
|
271
270
|
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
271
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
273
272
|
hidden?: boolean | undefined;
|
|
274
|
-
id?: string | undefined;
|
|
275
273
|
color?: string | undefined;
|
|
276
274
|
content?: string | undefined;
|
|
277
275
|
translate?: "yes" | "no" | undefined;
|
|
276
|
+
id?: string | undefined;
|
|
278
277
|
defaultChecked?: boolean | undefined;
|
|
279
278
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
280
279
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +263,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
264
263
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
265
264
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
265
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
266
|
color?: string | undefined;
|
|
269
267
|
content?: string | undefined;
|
|
270
268
|
translate?: "yes" | "no" | undefined;
|
|
269
|
+
id?: string | undefined;
|
|
271
270
|
defaultChecked?: boolean | undefined;
|
|
272
271
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
272
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -527,10 +526,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
527
526
|
export declare const GateWayIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
528
527
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
529
528
|
hidden?: boolean | undefined;
|
|
530
|
-
id?: string | undefined;
|
|
531
529
|
color?: string | undefined;
|
|
532
530
|
content?: string | undefined;
|
|
533
531
|
translate?: "yes" | "no" | undefined;
|
|
532
|
+
id?: string | undefined;
|
|
534
533
|
defaultChecked?: boolean | undefined;
|
|
535
534
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
536
535
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +788,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
789
788
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
790
789
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
791
790
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
791
|
color?: string | undefined;
|
|
794
792
|
content?: string | undefined;
|
|
795
793
|
translate?: "yes" | "no" | undefined;
|
|
794
|
+
id?: string | undefined;
|
|
796
795
|
defaultChecked?: boolean | undefined;
|
|
797
796
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
797
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1053,10 +1052,10 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
|
|
|
1053
1052
|
}, {}, {}>;
|
|
1054
1053
|
export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<{
|
|
1055
1054
|
hidden?: boolean | undefined;
|
|
1056
|
-
id?: string | undefined;
|
|
1057
1055
|
color?: string | undefined;
|
|
1058
1056
|
content?: string | undefined;
|
|
1059
1057
|
translate?: "yes" | "no" | undefined;
|
|
1058
|
+
id?: string | undefined;
|
|
1060
1059
|
defaultChecked?: boolean | undefined;
|
|
1061
1060
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1062
1061
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1315,10 +1314,10 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
|
|
|
1315
1314
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
1316
1315
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
1317
1316
|
hidden?: boolean | undefined;
|
|
1318
|
-
id?: string | undefined;
|
|
1319
1317
|
color?: string | undefined;
|
|
1320
1318
|
content?: string | undefined;
|
|
1321
1319
|
translate?: "yes" | "no" | undefined;
|
|
1320
|
+
id?: string | undefined;
|
|
1322
1321
|
defaultChecked?: boolean | undefined;
|
|
1323
1322
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1324
1323
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
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
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
5
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
6
|
color?: string | undefined;
|
|
9
7
|
content?: string | undefined;
|
|
10
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -13,7 +13,7 @@ export declare function useActionCell({ actions, isDropdownShown, onCloseDropdow
|
|
|
13
13
|
label: string;
|
|
14
14
|
onClick: (e: React.MouseEvent<HTMLLIElement, MouseEvent>) => void;
|
|
15
15
|
onRightClick?: ((e: React.MouseEvent<HTMLLIElement, MouseEvent>) => void) | undefined;
|
|
16
|
-
icon?: "
|
|
16
|
+
icon?: "cancel" | "reverse" | "refund" | "brand" | "destination" | "flag" | "dispute" | "void" | "capture" | "clock" | "invoice" | "users" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
|
|
17
17
|
isLoading?: boolean | undefined;
|
|
18
18
|
isError?: boolean | undefined;
|
|
19
19
|
isSuccess?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import { TableMode } from '../../../../types/index.js';
|
|
4
3
|
export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
5
4
|
tableMode?: TableMode | undefined;
|
|
@@ -14,10 +13,10 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
14
13
|
width?: string | number | undefined;
|
|
15
14
|
height?: string | number | undefined;
|
|
16
15
|
hidden?: boolean | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
16
|
color?: string | undefined;
|
|
19
17
|
content?: string | undefined;
|
|
20
18
|
translate?: "yes" | "no" | undefined;
|
|
19
|
+
id?: string | undefined;
|
|
21
20
|
defaultChecked?: boolean | undefined;
|
|
22
21
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
23
22
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -284,5 +283,5 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
284
283
|
fetchPriority?: "auto" | "high" | "low" | undefined;
|
|
285
284
|
srcSet?: string | undefined;
|
|
286
285
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLImageElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
287
|
-
icon?: "
|
|
286
|
+
icon?: "cancel" | "reverse" | "refund" | "brand" | "destination" | "flag" | "dispute" | "void" | "capture" | "clock" | "invoice" | "users" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
|
|
288
287
|
}, {}, {}>;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
6
|
-
id?: string | undefined;
|
|
7
5
|
color?: string | undefined;
|
|
8
6
|
content?: string | undefined;
|
|
9
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
10
9
|
defaultChecked?: boolean | undefined;
|
|
11
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
3
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
6
|
-
id?: string | undefined;
|
|
7
5
|
color?: string | undefined;
|
|
8
6
|
content?: string | undefined;
|
|
9
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
10
9
|
defaultChecked?: boolean | undefined;
|
|
11
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -270,10 +269,10 @@ export declare const PartialIcon: import("@emotion/styled").StyledComponent<impo
|
|
|
270
269
|
export declare const StatusContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
271
270
|
export declare const AuthenticationStatusesContainer: import("@emotion/styled").StyledComponent<{
|
|
272
271
|
hidden?: boolean | undefined;
|
|
273
|
-
id?: string | undefined;
|
|
274
272
|
color?: string | undefined;
|
|
275
273
|
content?: string | undefined;
|
|
276
274
|
translate?: "yes" | "no" | undefined;
|
|
275
|
+
id?: string | undefined;
|
|
277
276
|
defaultChecked?: boolean | undefined;
|
|
278
277
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
279
278
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +263,10 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
264
263
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
265
264
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
265
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
266
|
color?: string | undefined;
|
|
269
267
|
content?: string | undefined;
|
|
270
268
|
translate?: "yes" | "no" | undefined;
|
|
269
|
+
id?: string | undefined;
|
|
271
270
|
defaultChecked?: boolean | undefined;
|
|
272
271
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
272
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -526,10 +525,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
526
525
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
527
526
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
528
527
|
hidden?: boolean | undefined;
|
|
529
|
-
id?: string | undefined;
|
|
530
528
|
color?: string | undefined;
|
|
531
529
|
content?: string | undefined;
|
|
532
530
|
translate?: "yes" | "no" | undefined;
|
|
531
|
+
id?: string | undefined;
|
|
533
532
|
defaultChecked?: boolean | undefined;
|
|
534
533
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
534
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +788,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
789
788
|
export declare const GateWayIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
790
789
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
791
790
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
791
|
color?: string | undefined;
|
|
794
792
|
content?: string | undefined;
|
|
795
793
|
translate?: "yes" | "no" | undefined;
|
|
794
|
+
id?: string | undefined;
|
|
796
795
|
defaultChecked?: boolean | undefined;
|
|
797
796
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
797
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1051,10 +1050,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
1051
1050
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1052
1051
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1053
1052
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
1053
|
color?: string | undefined;
|
|
1056
1054
|
content?: string | undefined;
|
|
1057
1055
|
translate?: "yes" | "no" | undefined;
|
|
1056
|
+
id?: string | undefined;
|
|
1058
1057
|
defaultChecked?: boolean | undefined;
|
|
1059
1058
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1060
1059
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +263,10 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
264
263
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
265
264
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
265
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
266
|
color?: string | undefined;
|
|
269
267
|
content?: string | undefined;
|
|
270
268
|
translate?: "yes" | "no" | undefined;
|
|
269
|
+
id?: string | undefined;
|
|
271
270
|
defaultChecked?: boolean | undefined;
|
|
272
271
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
272
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -526,10 +525,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
526
525
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
527
526
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
528
527
|
hidden?: boolean | undefined;
|
|
529
|
-
id?: string | undefined;
|
|
530
528
|
color?: string | undefined;
|
|
531
529
|
content?: string | undefined;
|
|
532
530
|
translate?: "yes" | "no" | undefined;
|
|
531
|
+
id?: string | undefined;
|
|
533
532
|
defaultChecked?: boolean | undefined;
|
|
534
533
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
534
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +788,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
789
788
|
export declare const GateWayIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
790
789
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
791
790
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
791
|
color?: string | undefined;
|
|
794
792
|
content?: string | undefined;
|
|
795
793
|
translate?: "yes" | "no" | undefined;
|
|
794
|
+
id?: string | undefined;
|
|
796
795
|
defaultChecked?: boolean | undefined;
|
|
797
796
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
797
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1051,10 +1050,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
1051
1050
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1052
1051
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1053
1052
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
1053
|
color?: string | undefined;
|
|
1056
1054
|
content?: string | undefined;
|
|
1057
1055
|
translate?: "yes" | "no" | undefined;
|
|
1056
|
+
id?: string | undefined;
|
|
1058
1057
|
defaultChecked?: boolean | undefined;
|
|
1059
1058
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1060
1059
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
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
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
5
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
6
|
color?: string | undefined;
|
|
9
7
|
content?: string | undefined;
|
|
10
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
3
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
4
|
color?: string | undefined;
|
|
7
5
|
content?: string | undefined;
|
|
8
6
|
translate?: "yes" | "no" | undefined;
|
|
7
|
+
id?: string | undefined;
|
|
9
8
|
defaultChecked?: boolean | undefined;
|
|
10
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
10
|
suppressContentEditableWarning?: boolean | undefined;
|