@tap-payments/os-micro-frontend-shared 0.1.239 → 0.1.241
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 -1
- 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 -1
- package/build/components/Dialog/style.d.ts +1 -1
- 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 -1
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -1
- 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 -2
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -3
- 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 -13
- package/build/components/SearchButton/styles.d.ts +4 -4
- package/build/components/StatusButton/style.d.ts +2 -2
- package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -2
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -1
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -6
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -6
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/style.d.ts +1 -1
- 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 -1
- package/build/components/Window/style.d.ts +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 +1 -1
|
@@ -4,10 +4,10 @@ import type { SxProps, Theme } from '@mui/material/styles';
|
|
|
4
4
|
export declare const CHIP_GAP = 3;
|
|
5
5
|
export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
7
|
color?: string | undefined;
|
|
9
8
|
content?: string | undefined;
|
|
10
9
|
translate?: "yes" | "no" | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
11
|
defaultChecked?: boolean | undefined;
|
|
12
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -266,10 +266,10 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
266
266
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
267
267
|
export declare const CenterShiftWrapper: import("@emotion/styled").StyledComponent<{
|
|
268
268
|
hidden?: boolean | undefined;
|
|
269
|
-
id?: string | undefined;
|
|
270
269
|
color?: string | undefined;
|
|
271
270
|
content?: string | undefined;
|
|
272
271
|
translate?: "yes" | "no" | undefined;
|
|
272
|
+
id?: string | undefined;
|
|
273
273
|
defaultChecked?: boolean | undefined;
|
|
274
274
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
275
275
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -528,10 +528,10 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
528
528
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
529
529
|
export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
530
530
|
hidden?: boolean | undefined;
|
|
531
|
-
id?: string | undefined;
|
|
532
531
|
color?: string | undefined;
|
|
533
532
|
content?: string | undefined;
|
|
534
533
|
translate?: "yes" | "no" | undefined;
|
|
534
|
+
id?: string | undefined;
|
|
535
535
|
defaultChecked?: boolean | undefined;
|
|
536
536
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
537
537
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -790,10 +790,10 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
790
790
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
791
791
|
export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
792
792
|
hidden?: boolean | undefined;
|
|
793
|
-
id?: string | undefined;
|
|
794
793
|
color?: string | undefined;
|
|
795
794
|
content?: string | undefined;
|
|
796
795
|
translate?: "yes" | "no" | undefined;
|
|
796
|
+
id?: string | undefined;
|
|
797
797
|
defaultChecked?: boolean | undefined;
|
|
798
798
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
799
799
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1052,10 +1052,10 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
1052
1052
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1053
1053
|
export declare const ExpandedSection: import("@emotion/styled").StyledComponent<{
|
|
1054
1054
|
hidden?: boolean | undefined;
|
|
1055
|
-
id?: string | undefined;
|
|
1056
1055
|
color?: string | undefined;
|
|
1057
1056
|
content?: string | undefined;
|
|
1058
1057
|
translate?: "yes" | "no" | undefined;
|
|
1058
|
+
id?: string | undefined;
|
|
1059
1059
|
defaultChecked?: boolean | undefined;
|
|
1060
1060
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1061
1061
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1319,10 +1319,10 @@ export declare const HoverBridge: import("@emotion/styled").StyledComponent<impo
|
|
|
1319
1319
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1320
1320
|
export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
1321
1321
|
hidden?: boolean | undefined;
|
|
1322
|
-
id?: string | undefined;
|
|
1323
1322
|
color?: string | undefined;
|
|
1324
1323
|
content?: string | undefined;
|
|
1325
1324
|
translate?: "yes" | "no" | undefined;
|
|
1325
|
+
id?: string | undefined;
|
|
1326
1326
|
defaultChecked?: boolean | undefined;
|
|
1327
1327
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1328
1328
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1581,10 +1581,10 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1581
1581
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1582
1582
|
export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
1583
1583
|
hidden?: boolean | undefined;
|
|
1584
|
-
id?: string | undefined;
|
|
1585
1584
|
color?: string | undefined;
|
|
1586
1585
|
content?: string | undefined;
|
|
1587
1586
|
translate?: "yes" | "no" | undefined;
|
|
1587
|
+
id?: string | undefined;
|
|
1588
1588
|
defaultChecked?: boolean | undefined;
|
|
1589
1589
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1590
1590
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1843,10 +1843,10 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1843
1843
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1844
1844
|
export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
1845
1845
|
hidden?: boolean | undefined;
|
|
1846
|
-
id?: string | undefined;
|
|
1847
1846
|
color?: string | undefined;
|
|
1848
1847
|
content?: string | undefined;
|
|
1849
1848
|
translate?: "yes" | "no" | undefined;
|
|
1849
|
+
id?: string | undefined;
|
|
1850
1850
|
defaultChecked?: boolean | undefined;
|
|
1851
1851
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1852
1852
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2105,10 +2105,10 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
2105
2105
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2106
2106
|
export declare const ExpandableContainer: import("@emotion/styled").StyledComponent<{
|
|
2107
2107
|
hidden?: boolean | undefined;
|
|
2108
|
-
id?: string | undefined;
|
|
2109
2108
|
color?: string | undefined;
|
|
2110
2109
|
content?: string | undefined;
|
|
2111
2110
|
translate?: "yes" | "no" | undefined;
|
|
2111
|
+
id?: string | undefined;
|
|
2112
2112
|
defaultChecked?: boolean | undefined;
|
|
2113
2113
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2114
2114
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2367,10 +2367,10 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2367
2367
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2368
2368
|
export declare const ExpandableInner: import("@emotion/styled").StyledComponent<{
|
|
2369
2369
|
hidden?: boolean | undefined;
|
|
2370
|
-
id?: string | undefined;
|
|
2371
2370
|
color?: string | undefined;
|
|
2372
2371
|
content?: string | undefined;
|
|
2373
2372
|
translate?: "yes" | "no" | undefined;
|
|
2373
|
+
id?: string | undefined;
|
|
2374
2374
|
defaultChecked?: boolean | undefined;
|
|
2375
2375
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2376
2376
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2629,10 +2629,10 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2629
2629
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2630
2630
|
export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2631
2631
|
hidden?: boolean | undefined;
|
|
2632
|
-
id?: string | undefined;
|
|
2633
2632
|
color?: string | undefined;
|
|
2634
2633
|
content?: string | undefined;
|
|
2635
2634
|
translate?: "yes" | "no" | undefined;
|
|
2635
|
+
id?: string | undefined;
|
|
2636
2636
|
defaultChecked?: boolean | undefined;
|
|
2637
2637
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2638
2638
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2891,10 +2891,10 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2891
2891
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2892
2892
|
export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2893
2893
|
hidden?: boolean | undefined;
|
|
2894
|
-
id?: string | undefined;
|
|
2895
2894
|
color?: string | undefined;
|
|
2896
2895
|
content?: string | undefined;
|
|
2897
2896
|
translate?: "yes" | "no" | undefined;
|
|
2897
|
+
id?: string | undefined;
|
|
2898
2898
|
defaultChecked?: boolean | undefined;
|
|
2899
2899
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2900
2900
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -3153,10 +3153,10 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
3153
3153
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
3154
3154
|
export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
3155
3155
|
hidden?: boolean | undefined;
|
|
3156
|
-
id?: string | undefined;
|
|
3157
3156
|
color?: string | undefined;
|
|
3158
3157
|
content?: string | undefined;
|
|
3159
3158
|
translate?: "yes" | "no" | undefined;
|
|
3159
|
+
id?: string | undefined;
|
|
3160
3160
|
defaultChecked?: boolean | undefined;
|
|
3161
3161
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
3162
3162
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4,12 +4,12 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
|
|
|
4
4
|
width?: string | number | undefined;
|
|
5
5
|
height?: string | number | undefined;
|
|
6
6
|
hidden?: boolean | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
id?: string | undefined;
|
|
9
|
-
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
10
7
|
color?: string | undefined;
|
|
11
8
|
content?: string | undefined;
|
|
12
9
|
translate?: "yes" | "no" | undefined;
|
|
10
|
+
disabled?: boolean | undefined;
|
|
11
|
+
id?: string | undefined;
|
|
12
|
+
type?: import("react").HTMLInputTypeAttribute | undefined;
|
|
13
13
|
value?: string | number | readonly string[] | undefined;
|
|
14
14
|
list?: string | undefined;
|
|
15
15
|
form?: string | undefined;
|
|
@@ -296,10 +296,10 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
|
|
|
296
296
|
width?: string | number | undefined;
|
|
297
297
|
height?: string | number | undefined;
|
|
298
298
|
hidden?: boolean | undefined;
|
|
299
|
-
id?: string | undefined;
|
|
300
299
|
color?: string | undefined;
|
|
301
300
|
content?: string | undefined;
|
|
302
301
|
translate?: "yes" | "no" | undefined;
|
|
302
|
+
id?: string | undefined;
|
|
303
303
|
defaultChecked?: boolean | undefined;
|
|
304
304
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
305
305
|
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
|
};
|
|
@@ -4,10 +4,10 @@ export declare const StyledSourceCell: import("@emotion/styled").StyledComponent
|
|
|
4
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>, {}>;
|
|
5
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
7
|
color?: string | undefined;
|
|
9
8
|
content?: string | undefined;
|
|
10
9
|
translate?: "yes" | "no" | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
11
|
defaultChecked?: boolean | undefined;
|
|
12
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -271,10 +271,10 @@ export declare const BadgeTextWrapper: import("@emotion/styled").StyledComponent
|
|
|
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 AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
273
273
|
hidden?: boolean | undefined;
|
|
274
|
-
id?: string | undefined;
|
|
275
274
|
color?: string | undefined;
|
|
276
275
|
content?: string | undefined;
|
|
277
276
|
translate?: "yes" | "no" | undefined;
|
|
277
|
+
id?: string | undefined;
|
|
278
278
|
defaultChecked?: boolean | undefined;
|
|
279
279
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
280
280
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +264,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
264
264
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
265
265
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
266
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
267
|
color?: string | undefined;
|
|
269
268
|
content?: string | undefined;
|
|
270
269
|
translate?: "yes" | "no" | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
defaultChecked?: boolean | undefined;
|
|
272
272
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
273
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -527,10 +527,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
527
527
|
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
528
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
529
529
|
hidden?: boolean | undefined;
|
|
530
|
-
id?: string | undefined;
|
|
531
530
|
color?: string | undefined;
|
|
532
531
|
content?: string | undefined;
|
|
533
532
|
translate?: "yes" | "no" | undefined;
|
|
533
|
+
id?: string | undefined;
|
|
534
534
|
defaultChecked?: boolean | undefined;
|
|
535
535
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
536
536
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +789,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
789
789
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
790
790
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
791
791
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
792
|
color?: string | undefined;
|
|
794
793
|
content?: string | undefined;
|
|
795
794
|
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
796
796
|
defaultChecked?: boolean | undefined;
|
|
797
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1053,10 +1053,10 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
|
|
|
1053
1053
|
}, {}, {}>;
|
|
1054
1054
|
export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<{
|
|
1055
1055
|
hidden?: boolean | undefined;
|
|
1056
|
-
id?: string | undefined;
|
|
1057
1056
|
color?: string | undefined;
|
|
1058
1057
|
content?: string | undefined;
|
|
1059
1058
|
translate?: "yes" | "no" | undefined;
|
|
1059
|
+
id?: string | undefined;
|
|
1060
1060
|
defaultChecked?: boolean | undefined;
|
|
1061
1061
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1062
1062
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1315,10 +1315,10 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
|
|
|
1315
1315
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
1316
1316
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
1317
1317
|
hidden?: boolean | undefined;
|
|
1318
|
-
id?: string | undefined;
|
|
1319
1318
|
color?: string | undefined;
|
|
1320
1319
|
content?: string | undefined;
|
|
1321
1320
|
translate?: "yes" | "no" | undefined;
|
|
1321
|
+
id?: string | undefined;
|
|
1322
1322
|
defaultChecked?: boolean | undefined;
|
|
1323
1323
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1324
1324
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4,10 +4,10 @@ export declare const StyledSourceCell: import("@emotion/styled").StyledComponent
|
|
|
4
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>, {}>;
|
|
5
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
7
|
color?: string | undefined;
|
|
9
8
|
content?: string | undefined;
|
|
10
9
|
translate?: "yes" | "no" | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
11
|
defaultChecked?: boolean | undefined;
|
|
12
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
13
|
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;
|
|
@@ -14,10 +14,10 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
14
14
|
width?: string | number | undefined;
|
|
15
15
|
height?: string | number | undefined;
|
|
16
16
|
hidden?: boolean | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
17
|
color?: string | undefined;
|
|
19
18
|
content?: string | undefined;
|
|
20
19
|
translate?: "yes" | "no" | undefined;
|
|
20
|
+
id?: string | undefined;
|
|
21
21
|
defaultChecked?: boolean | undefined;
|
|
22
22
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
23
23
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -284,5 +284,5 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
284
284
|
fetchPriority?: "auto" | "high" | "low" | undefined;
|
|
285
285
|
srcSet?: string | undefined;
|
|
286
286
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLImageElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
287
|
-
icon?: "
|
|
287
|
+
icon?: "cancel" | "reverse" | "refund" | "brand" | "destination" | "flag" | "dispute" | "void" | "capture" | "clock" | "invoice" | "users" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
|
|
288
288
|
}, {}, {}>;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
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>, {}>;
|
|
4
4
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
hidden?: boolean | undefined;
|
|
6
|
-
id?: string | undefined;
|
|
7
6
|
color?: string | undefined;
|
|
8
7
|
content?: string | undefined;
|
|
9
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
10
10
|
defaultChecked?: boolean | undefined;
|
|
11
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
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>, {}>;
|
|
4
4
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
hidden?: boolean | undefined;
|
|
6
|
-
id?: string | undefined;
|
|
7
6
|
color?: string | undefined;
|
|
8
7
|
content?: string | undefined;
|
|
9
8
|
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
10
10
|
defaultChecked?: boolean | undefined;
|
|
11
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -270,10 +270,10 @@ export declare const PartialIcon: import("@emotion/styled").StyledComponent<impo
|
|
|
270
270
|
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
271
|
export declare const AuthenticationStatusesContainer: import("@emotion/styled").StyledComponent<{
|
|
272
272
|
hidden?: boolean | undefined;
|
|
273
|
-
id?: string | undefined;
|
|
274
273
|
color?: string | undefined;
|
|
275
274
|
content?: string | undefined;
|
|
276
275
|
translate?: "yes" | "no" | undefined;
|
|
276
|
+
id?: string | undefined;
|
|
277
277
|
defaultChecked?: boolean | undefined;
|
|
278
278
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
279
279
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +264,10 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
264
264
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
265
265
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
266
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
267
|
color?: string | undefined;
|
|
269
268
|
content?: string | undefined;
|
|
270
269
|
translate?: "yes" | "no" | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
defaultChecked?: boolean | undefined;
|
|
272
272
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
273
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -526,10 +526,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
526
526
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
527
527
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
528
528
|
hidden?: boolean | undefined;
|
|
529
|
-
id?: string | undefined;
|
|
530
529
|
color?: string | undefined;
|
|
531
530
|
content?: string | undefined;
|
|
532
531
|
translate?: "yes" | "no" | undefined;
|
|
532
|
+
id?: string | undefined;
|
|
533
533
|
defaultChecked?: boolean | undefined;
|
|
534
534
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
535
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +789,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
789
789
|
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
790
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
791
791
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
792
|
color?: string | undefined;
|
|
794
793
|
content?: string | undefined;
|
|
795
794
|
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
796
796
|
defaultChecked?: boolean | undefined;
|
|
797
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1051,10 +1051,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
1051
1051
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1052
1052
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1053
1053
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
1054
|
color?: string | undefined;
|
|
1056
1055
|
content?: string | undefined;
|
|
1057
1056
|
translate?: "yes" | "no" | undefined;
|
|
1057
|
+
id?: string | undefined;
|
|
1058
1058
|
defaultChecked?: boolean | undefined;
|
|
1059
1059
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1060
1060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +264,10 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
264
264
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
265
265
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
266
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
267
|
color?: string | undefined;
|
|
269
268
|
content?: string | undefined;
|
|
270
269
|
translate?: "yes" | "no" | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
defaultChecked?: boolean | undefined;
|
|
272
272
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
273
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -526,10 +526,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
526
526
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
527
527
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
528
528
|
hidden?: boolean | undefined;
|
|
529
|
-
id?: string | undefined;
|
|
530
529
|
color?: string | undefined;
|
|
531
530
|
content?: string | undefined;
|
|
532
531
|
translate?: "yes" | "no" | undefined;
|
|
532
|
+
id?: string | undefined;
|
|
533
533
|
defaultChecked?: boolean | undefined;
|
|
534
534
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
535
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +789,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
789
789
|
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
790
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
791
791
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
792
|
color?: string | undefined;
|
|
794
793
|
content?: string | undefined;
|
|
795
794
|
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
796
796
|
defaultChecked?: boolean | undefined;
|
|
797
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1051,10 +1051,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
1051
1051
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1052
1052
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1053
1053
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
1054
|
color?: string | undefined;
|
|
1056
1055
|
content?: string | undefined;
|
|
1057
1056
|
translate?: "yes" | "no" | undefined;
|
|
1057
|
+
id?: string | undefined;
|
|
1058
1058
|
defaultChecked?: boolean | undefined;
|
|
1059
1059
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1060
1060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4,10 +4,10 @@ export declare const StyledSourceCell: import("@emotion/styled").StyledComponent
|
|
|
4
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>, {}>;
|
|
5
5
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
hidden?: boolean | undefined;
|
|
7
|
-
id?: string | undefined;
|
|
8
7
|
color?: string | undefined;
|
|
9
8
|
content?: string | undefined;
|
|
10
9
|
translate?: "yes" | "no" | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
11
|
defaultChecked?: boolean | undefined;
|
|
12
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -264,10 +264,10 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
264
264
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
265
265
|
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
266
266
|
hidden?: boolean | undefined;
|
|
267
|
-
id?: string | undefined;
|
|
268
267
|
color?: string | undefined;
|
|
269
268
|
content?: string | undefined;
|
|
270
269
|
translate?: "yes" | "no" | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
defaultChecked?: boolean | undefined;
|
|
272
272
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
273
273
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -526,10 +526,10 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
|
|
|
526
526
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
527
527
|
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
528
528
|
hidden?: boolean | undefined;
|
|
529
|
-
id?: string | undefined;
|
|
530
529
|
color?: string | undefined;
|
|
531
530
|
content?: string | undefined;
|
|
532
531
|
translate?: "yes" | "no" | undefined;
|
|
532
|
+
id?: string | undefined;
|
|
533
533
|
defaultChecked?: boolean | undefined;
|
|
534
534
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
535
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -789,10 +789,10 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
|
789
789
|
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
790
|
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
791
791
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
792
|
color?: string | undefined;
|
|
794
793
|
content?: string | undefined;
|
|
795
794
|
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
796
796
|
defaultChecked?: boolean | undefined;
|
|
797
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
798
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1051,10 +1051,10 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
1051
1051
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1052
1052
|
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1053
1053
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
1054
|
color?: string | undefined;
|
|
1056
1055
|
content?: string | undefined;
|
|
1057
1056
|
translate?: "yes" | "no" | undefined;
|
|
1057
|
+
id?: string | undefined;
|
|
1058
1058
|
defaultChecked?: boolean | undefined;
|
|
1059
1059
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1060
1060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
hidden?: boolean | undefined;
|
|
5
|
-
id?: string | undefined;
|
|
6
5
|
color?: string | undefined;
|
|
7
6
|
content?: string | undefined;
|
|
8
7
|
translate?: "yes" | "no" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
9
|
defaultChecked?: boolean | undefined;
|
|
10
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
11
|
suppressContentEditableWarning?: boolean | undefined;
|