@tap-payments/os-micro-frontend-shared 0.1.240 → 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/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
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const Button: 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;
|
|
@@ -266,10 +266,10 @@ export declare const Button: import("@emotion/styled").StyledComponent<{
|
|
|
266
266
|
}, {}, {}>;
|
|
267
267
|
export declare const RowId: 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;
|
|
@@ -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 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 ProductCellContainer: 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 ReferenceSourcesContainer: 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 RefundChargeCellContainer: 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 RefundChargeCellContainer: import("@emotion/styled").Styled
|
|
|
264
264
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
265
265
|
export declare const PercentageContainer: 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;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
export declare const RefundCellContainer: 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 SalesChannelsContainer: 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;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
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
4
|
export declare const ReferenceSourcesContainer: 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;
|
|
@@ -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;
|
|
@@ -4,10 +4,10 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
|
|
|
4
4
|
width?: string | number | undefined;
|
|
5
5
|
height?: string | number | undefined;
|
|
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;
|
|
@@ -276,10 +276,10 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
|
|
|
276
276
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLImageElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
277
277
|
export declare const RefundsCountBadge: import("@emotion/styled").StyledComponent<{
|
|
278
278
|
hidden?: boolean | undefined;
|
|
279
|
-
id?: string | undefined;
|
|
280
279
|
color?: string | undefined;
|
|
281
280
|
content?: string | undefined;
|
|
282
281
|
translate?: "yes" | "no" | undefined;
|
|
282
|
+
id?: string | undefined;
|
|
283
283
|
defaultChecked?: boolean | undefined;
|
|
284
284
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
285
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -538,10 +538,10 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
|
|
|
538
538
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
539
539
|
export declare const MultiRefundContainer: import("@emotion/styled").StyledComponent<{
|
|
540
540
|
hidden?: boolean | undefined;
|
|
541
|
-
id?: string | undefined;
|
|
542
541
|
color?: string | undefined;
|
|
543
542
|
content?: string | undefined;
|
|
544
543
|
translate?: "yes" | "no" | undefined;
|
|
544
|
+
id?: string | undefined;
|
|
545
545
|
defaultChecked?: boolean | undefined;
|
|
546
546
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
547
547
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -819,10 +819,10 @@ export declare const statusAnimation: (index: number, shadow: string, xDelta?: n
|
|
|
819
819
|
};
|
|
820
820
|
export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
|
|
821
821
|
hidden?: boolean | undefined;
|
|
822
|
-
id?: string | undefined;
|
|
823
822
|
color?: string | undefined;
|
|
824
823
|
content?: string | undefined;
|
|
825
824
|
translate?: "yes" | "no" | undefined;
|
|
825
|
+
id?: string | undefined;
|
|
826
826
|
defaultChecked?: boolean | undefined;
|
|
827
827
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
828
828
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1083,10 +1083,10 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
|
|
|
1083
1083
|
}, {}, {}>;
|
|
1084
1084
|
export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
|
|
1085
1085
|
hidden?: boolean | undefined;
|
|
1086
|
-
id?: string | undefined;
|
|
1087
1086
|
color?: string | undefined;
|
|
1088
1087
|
content?: string | undefined;
|
|
1089
1088
|
translate?: "yes" | "no" | undefined;
|
|
1089
|
+
id?: string | undefined;
|
|
1090
1090
|
defaultChecked?: boolean | undefined;
|
|
1091
1091
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1092
1092
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1347,10 +1347,10 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
1347
1347
|
}, {}, {}>;
|
|
1348
1348
|
export declare const StatusContainer: import("@emotion/styled").StyledComponent<{
|
|
1349
1349
|
hidden?: boolean | undefined;
|
|
1350
|
-
id?: string | undefined;
|
|
1351
1350
|
color?: string | undefined;
|
|
1352
1351
|
content?: string | undefined;
|
|
1353
1352
|
translate?: "yes" | "no" | undefined;
|
|
1353
|
+
id?: string | undefined;
|
|
1354
1354
|
defaultChecked?: boolean | undefined;
|
|
1355
1355
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1356
1356
|
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;
|
|
@@ -7,10 +7,10 @@ export declare const FlagIcon: import("@emotion/styled").StyledComponent<import(
|
|
|
7
7
|
export declare const TransparentButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
8
8
|
export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
|
|
9
9
|
hidden?: boolean | undefined;
|
|
10
|
-
id?: string | undefined;
|
|
11
10
|
color?: string | undefined;
|
|
12
11
|
content?: string | undefined;
|
|
13
12
|
translate?: "yes" | "no" | undefined;
|
|
13
|
+
id?: string | undefined;
|
|
14
14
|
defaultChecked?: boolean | undefined;
|
|
15
15
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
16
16
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -13,7 +13,7 @@ export declare const InputsWrapper: import("@emotion/styled").StyledComponent<im
|
|
|
13
13
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
14
14
|
export declare const ClearButton: import("@emotion/styled").StyledComponent<import("@mui/material/Button").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
15
15
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
16
|
-
}, "
|
|
16
|
+
}, "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<import("@mui/material/styles").Theme>, {}, {}>;
|
|
17
17
|
export declare const ClearWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
18
18
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
19
19
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -7,7 +7,7 @@ export declare const Footer: import("@emotion/styled").StyledComponent<import("@
|
|
|
7
7
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
8
8
|
export declare const OkayButton: import("@emotion/styled").StyledComponent<import("@mui/material/Button").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
10
|
-
}, "
|
|
10
|
+
}, "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<import("@mui/material/styles").Theme>, {}, {}>;
|
|
11
11
|
export declare const CancelButton: import("@emotion/styled").StyledComponent<import("@mui/material/Button").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
12
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
-
}, "
|
|
13
|
+
}, "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<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -15,6 +15,6 @@ export declare const ErrorMessage: import("@emotion/styled").StyledComponent<imp
|
|
|
15
15
|
export declare const StyledImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
16
16
|
export declare const StyledButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
17
17
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
18
|
-
}, "
|
|
18
|
+
}, "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<import("@mui/material").Theme>, {}, {}>;
|
|
19
19
|
export declare const StyledButtonText: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
20
20
|
export {};
|
|
@@ -51,10 +51,10 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
51
51
|
width?: string | number | undefined;
|
|
52
52
|
height?: string | number | undefined;
|
|
53
53
|
hidden?: boolean | undefined;
|
|
54
|
-
id?: string | undefined;
|
|
55
54
|
color?: string | undefined;
|
|
56
55
|
content?: string | undefined;
|
|
57
56
|
translate?: "yes" | "no" | undefined;
|
|
57
|
+
id?: string | undefined;
|
|
58
58
|
defaultChecked?: boolean | undefined;
|
|
59
59
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
60
60
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4,10 +4,10 @@ export declare const contentStyle: CSSProperties;
|
|
|
4
4
|
export declare const initalStyle: any;
|
|
5
5
|
export declare const ContentWrapper: 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 AppContainerWrapper: import("@emotion/styled").StyledCompon
|
|
|
271
271
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
272
272
|
export declare const AppContainerContainer: 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;
|
|
@@ -45,9 +45,9 @@ export declare const terminalsTableCellWidth: {
|
|
|
45
45
|
readonly sheet: "80px";
|
|
46
46
|
};
|
|
47
47
|
readonly address: {
|
|
48
|
-
readonly default: "
|
|
49
|
-
readonly text: "
|
|
50
|
-
readonly sheet: "
|
|
48
|
+
readonly default: "160px";
|
|
49
|
+
readonly text: "160px";
|
|
50
|
+
readonly sheet: "160px";
|
|
51
51
|
};
|
|
52
52
|
readonly status: {
|
|
53
53
|
readonly default: "80px";
|
package/build/types/apps.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ColumnsView } from './column';
|
|
2
|
-
import { SegmentCountry, SelectedBrand, SelectedCountry
|
|
2
|
+
import { SegmentCountry, SelectedBrand, SelectedCountry } from './user';
|
|
3
3
|
import { BusinessMerchant } from './merchant';
|
|
4
4
|
import type { i18n } from 'i18next';
|
|
5
5
|
import { Theme } from '@mui/material';
|
|
6
6
|
import { CalenderMode } from './theme';
|
|
7
7
|
import { Timezone } from './appConfig';
|
|
8
8
|
import { Brand, Entity, TableMode } from './index.js';
|
|
9
|
+
import { TextAndLang } from './common';
|
|
9
10
|
export interface AccountAppPayload {
|
|
10
11
|
disabledAccountDataFetching?: boolean;
|
|
11
12
|
isAccountDetailsOpen: boolean;
|
package/build/types/brand.d.ts
CHANGED
package/build/types/column.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/build/types/entity.d.ts
CHANGED
|
@@ -1,8 +1,26 @@
|
|
|
1
1
|
import { Merchant } from './merchant';
|
|
2
|
-
import { TextAndLang } from './
|
|
2
|
+
import { TextAndLang, LangMap } from './common';
|
|
3
3
|
export interface Branch {
|
|
4
4
|
id: string;
|
|
5
|
-
|
|
5
|
+
business_entity_id: string;
|
|
6
|
+
virtual?: boolean;
|
|
7
|
+
address?: Partial<{
|
|
8
|
+
country: string;
|
|
9
|
+
city: string;
|
|
10
|
+
area: string;
|
|
11
|
+
block: string;
|
|
12
|
+
avenue: string;
|
|
13
|
+
street: string;
|
|
14
|
+
building: string;
|
|
15
|
+
floor: string;
|
|
16
|
+
unit: string;
|
|
17
|
+
line1: string;
|
|
18
|
+
line2: string;
|
|
19
|
+
postal_code: string;
|
|
20
|
+
primary: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
brands?: string[];
|
|
23
|
+
name?: LangMap;
|
|
6
24
|
}
|
|
7
25
|
export interface Entity {
|
|
8
26
|
id: string;
|
package/build/types/index.d.ts
CHANGED
package/build/types/index.js
CHANGED
package/build/types/user.d.ts
CHANGED
|
@@ -3,10 +3,7 @@ import { Brand } from './brand';
|
|
|
3
3
|
import { Entity } from './entity';
|
|
4
4
|
import { Merchant } from './merchant';
|
|
5
5
|
import { Country } from './appConfig';
|
|
6
|
-
|
|
7
|
-
lang: string;
|
|
8
|
-
text: string;
|
|
9
|
-
}
|
|
6
|
+
import { TextAndLang } from './common';
|
|
10
7
|
export interface SegmentCountry {
|
|
11
8
|
id: string;
|
|
12
9
|
code: string;
|
package/package.json
CHANGED