@tap-payments/os-micro-frontend-shared 0.0.62 → 0.0.69-sheetview-container-v1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +12 -12
- package/build/components/Chip/style.d.ts +0 -1
- package/build/components/CountBadge/style.d.ts +0 -1
- package/build/components/Dialog/style.d.ts +0 -1
- package/build/components/FlippingCard/style.d.ts +0 -1
- package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
- package/build/components/JSONViewer/style.d.ts +0 -1
- package/build/components/SearchButton/styles.d.ts +0 -1
- package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
- package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.js +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/style.d.ts +0 -1
- package/build/components/VirtualTable/VirtualTable.d.ts +1 -1
- package/build/components/VirtualTable/VirtualTable.js +3 -3
- package/build/components/VirtualTable/style.d.ts +3 -2
- package/build/components/VirtualTable/style.js +4 -3
- package/build/constants/assets.d.ts +1 -0
- package/build/constants/assets.js +1 -0
- package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +11 -0
- package/build/constants/table/cell/authenticationsTableCellWidth.js +11 -0
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +32 -0
- package/build/constants/table/cell/authorizationTableCellWidth.js +32 -0
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +32 -0
- package/build/constants/table/cell/chargeTableCellWidth.js +32 -0
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +21 -0
- package/build/constants/table/cell/destinationsTableCellWidth.js +21 -0
- package/build/constants/table/cell/intentsTableCellWidth.d.ts +6 -0
- package/build/constants/table/cell/intentsTableCellWidth.js +6 -0
- package/build/constants/table/cell/invoicesTableCellWidth.d.ts +17 -0
- package/build/constants/table/cell/invoicesTableCellWidth.js +17 -0
- package/build/constants/table/cell/leadsTableCellWidth.d.ts +7 -0
- package/build/constants/table/cell/leadsTableCellWidth.js +7 -0
- package/build/constants/table/cell/merchantsTableCellWidth.d.ts +12 -1
- package/build/constants/table/cell/merchantsTableCellWidth.js +12 -1
- package/build/constants/table/cell/ordersTableCellWidth.d.ts +11 -0
- package/build/constants/table/cell/ordersTableCellWidth.js +11 -0
- package/build/constants/table/cell/payoutsTableCellWidth.d.ts +11 -0
- package/build/constants/table/cell/payoutsTableCellWidth.js +11 -0
- package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +14 -0
- package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +14 -0
- package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +13 -0
- package/build/constants/table/cell/protectChargesTableCellWidth.js +13 -0
- package/build/constants/table/cell/refundTableCellWidth.d.ts +28 -0
- package/build/constants/table/cell/refundTableCellWidth.js +28 -0
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +14 -0
- package/build/constants/table/cell/terminalsTableCellWidth.js +14 -0
- package/build/constants/table/cell/tokensTableCellWidth.d.ts +9 -0
- package/build/constants/table/cell/tokensTableCellWidth.js +9 -0
- package/build/constants/table/cell/topupsTableCellWidth.d.ts +11 -0
- package/build/constants/table/cell/topupsTableCellWidth.js +11 -0
- package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +6 -0
- package/build/constants/table/cell/walletDetailsTableCellWidth.js +6 -0
- package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +12 -0
- package/build/constants/table/cell/walletStatementTableCellWidth.js +12 -0
- package/build/constants/table/cell/walletTableCellWidth.d.ts +6 -0
- package/build/constants/table/cell/walletTableCellWidth.js +6 -0
- package/build/types/table.d.ts +2 -1
- package/package.json +129 -129
|
@@ -2,45 +2,56 @@ export declare const ordersTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly payouts: {
|
|
7
8
|
readonly default: "150px";
|
|
8
9
|
readonly text: "250px";
|
|
10
|
+
readonly sheet: "250px";
|
|
9
11
|
};
|
|
10
12
|
readonly reference: {
|
|
11
13
|
readonly default: "150px";
|
|
12
14
|
readonly text: "250px";
|
|
15
|
+
readonly sheet: "250px";
|
|
13
16
|
};
|
|
14
17
|
readonly customer: {
|
|
15
18
|
readonly default: "180px";
|
|
16
19
|
readonly text: "180px";
|
|
20
|
+
readonly sheet: "180px";
|
|
17
21
|
};
|
|
18
22
|
readonly authenticate: {
|
|
19
23
|
readonly default: "150px";
|
|
20
24
|
readonly text: "250px";
|
|
25
|
+
readonly sheet: "250px";
|
|
21
26
|
};
|
|
22
27
|
readonly payment_agreement: {
|
|
23
28
|
readonly default: "50px";
|
|
24
29
|
readonly text: "250px";
|
|
30
|
+
readonly sheet: "250px";
|
|
25
31
|
};
|
|
26
32
|
readonly amount: {
|
|
27
33
|
readonly default: "195px";
|
|
28
34
|
readonly text: "195px";
|
|
35
|
+
readonly sheet: "195px";
|
|
29
36
|
};
|
|
30
37
|
readonly destinations: {
|
|
31
38
|
readonly default: "70px";
|
|
32
39
|
readonly text: "240px";
|
|
40
|
+
readonly sheet: "240px";
|
|
33
41
|
};
|
|
34
42
|
readonly topup: {
|
|
35
43
|
readonly default: "20px";
|
|
36
44
|
readonly text: "95px";
|
|
45
|
+
readonly sheet: "95px";
|
|
37
46
|
};
|
|
38
47
|
readonly status: {
|
|
39
48
|
readonly default: "150px";
|
|
40
49
|
readonly text: "250px";
|
|
50
|
+
readonly sheet: "250px";
|
|
41
51
|
};
|
|
42
52
|
readonly actions: {
|
|
43
53
|
readonly default: "100px";
|
|
44
54
|
readonly text: "100px";
|
|
55
|
+
readonly sheet: "100px";
|
|
45
56
|
};
|
|
46
57
|
};
|
|
@@ -2,45 +2,56 @@ export const ordersTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
payouts: {
|
|
7
8
|
default: '150px',
|
|
8
9
|
text: '250px',
|
|
10
|
+
sheet: '250px',
|
|
9
11
|
},
|
|
10
12
|
reference: {
|
|
11
13
|
default: '150px',
|
|
12
14
|
text: '250px',
|
|
15
|
+
sheet: '250px',
|
|
13
16
|
},
|
|
14
17
|
customer: {
|
|
15
18
|
default: '180px',
|
|
16
19
|
text: '180px',
|
|
20
|
+
sheet: '180px',
|
|
17
21
|
},
|
|
18
22
|
authenticate: {
|
|
19
23
|
default: '150px',
|
|
20
24
|
text: '250px',
|
|
25
|
+
sheet: '250px',
|
|
21
26
|
},
|
|
22
27
|
payment_agreement: {
|
|
23
28
|
default: '50px',
|
|
24
29
|
text: '250px',
|
|
30
|
+
sheet: '250px',
|
|
25
31
|
},
|
|
26
32
|
amount: {
|
|
27
33
|
default: '195px',
|
|
28
34
|
text: '195px',
|
|
35
|
+
sheet: '195px',
|
|
29
36
|
},
|
|
30
37
|
destinations: {
|
|
31
38
|
default: '70px',
|
|
32
39
|
text: '240px',
|
|
40
|
+
sheet: '240px',
|
|
33
41
|
},
|
|
34
42
|
topup: {
|
|
35
43
|
default: '20px',
|
|
36
44
|
text: '95px',
|
|
45
|
+
sheet: '95px',
|
|
37
46
|
},
|
|
38
47
|
status: {
|
|
39
48
|
default: '150px',
|
|
40
49
|
text: '250px',
|
|
50
|
+
sheet: '250px',
|
|
41
51
|
},
|
|
42
52
|
actions: {
|
|
43
53
|
default: '100px',
|
|
44
54
|
text: '100px',
|
|
55
|
+
sheet: '100px',
|
|
45
56
|
},
|
|
46
57
|
};
|
|
@@ -2,45 +2,56 @@ export declare const payoutsTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "225px";
|
|
4
4
|
readonly text: "225px";
|
|
5
|
+
readonly sheet: "225px";
|
|
5
6
|
};
|
|
6
7
|
readonly date: {
|
|
7
8
|
readonly default: "150px";
|
|
8
9
|
readonly text: "150px";
|
|
10
|
+
readonly sheet: "150px";
|
|
9
11
|
};
|
|
10
12
|
readonly wallet: {
|
|
11
13
|
readonly default: "150px";
|
|
12
14
|
readonly text: "250px";
|
|
15
|
+
readonly sheet: "250px";
|
|
13
16
|
};
|
|
14
17
|
readonly bankAccount: {
|
|
15
18
|
readonly default: "240px";
|
|
16
19
|
readonly text: "250px";
|
|
20
|
+
readonly sheet: "250px";
|
|
17
21
|
};
|
|
18
22
|
readonly amount: {
|
|
19
23
|
readonly default: "210px";
|
|
20
24
|
readonly text: "210px";
|
|
25
|
+
readonly sheet: "210px";
|
|
21
26
|
};
|
|
22
27
|
readonly status: {
|
|
23
28
|
readonly default: "50px";
|
|
24
29
|
readonly text: "250px";
|
|
30
|
+
readonly sheet: "250px";
|
|
25
31
|
};
|
|
26
32
|
readonly report: {
|
|
27
33
|
readonly default: "56px";
|
|
28
34
|
readonly text: "100px";
|
|
35
|
+
readonly sheet: "100px";
|
|
29
36
|
};
|
|
30
37
|
readonly actions: {
|
|
31
38
|
readonly default: "100px";
|
|
32
39
|
readonly text: "100px";
|
|
40
|
+
readonly sheet: "100px";
|
|
33
41
|
};
|
|
34
42
|
readonly referenceId: {
|
|
35
43
|
readonly default: "71px";
|
|
36
44
|
readonly text: "140px";
|
|
45
|
+
readonly sheet: "100px";
|
|
37
46
|
};
|
|
38
47
|
readonly currency: {
|
|
39
48
|
readonly default: "80px";
|
|
40
49
|
readonly text: "80px";
|
|
50
|
+
readonly sheet: "80px";
|
|
41
51
|
};
|
|
42
52
|
readonly beneficiary_name: {
|
|
43
53
|
readonly default: "180px";
|
|
44
54
|
readonly text: "180px";
|
|
55
|
+
readonly sheet: "180px";
|
|
45
56
|
};
|
|
46
57
|
};
|
|
@@ -2,45 +2,56 @@ export const payoutsTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '225px',
|
|
4
4
|
text: '225px',
|
|
5
|
+
sheet: '225px',
|
|
5
6
|
},
|
|
6
7
|
date: {
|
|
7
8
|
default: '150px',
|
|
8
9
|
text: '150px',
|
|
10
|
+
sheet: '150px',
|
|
9
11
|
},
|
|
10
12
|
wallet: {
|
|
11
13
|
default: '150px',
|
|
12
14
|
text: '250px',
|
|
15
|
+
sheet: '250px',
|
|
13
16
|
},
|
|
14
17
|
bankAccount: {
|
|
15
18
|
default: '240px',
|
|
16
19
|
text: '250px',
|
|
20
|
+
sheet: '250px',
|
|
17
21
|
},
|
|
18
22
|
amount: {
|
|
19
23
|
default: '210px',
|
|
20
24
|
text: '210px',
|
|
25
|
+
sheet: '210px',
|
|
21
26
|
},
|
|
22
27
|
status: {
|
|
23
28
|
default: '50px',
|
|
24
29
|
text: '250px',
|
|
30
|
+
sheet: '250px',
|
|
25
31
|
},
|
|
26
32
|
report: {
|
|
27
33
|
default: '56px',
|
|
28
34
|
text: '100px',
|
|
35
|
+
sheet: '100px',
|
|
29
36
|
},
|
|
30
37
|
actions: {
|
|
31
38
|
default: '100px',
|
|
32
39
|
text: '100px',
|
|
40
|
+
sheet: '100px',
|
|
33
41
|
},
|
|
34
42
|
referenceId: {
|
|
35
43
|
default: '71px',
|
|
36
44
|
text: '140px',
|
|
45
|
+
sheet: '100px',
|
|
37
46
|
},
|
|
38
47
|
currency: {
|
|
39
48
|
default: '80px',
|
|
40
49
|
text: '80px',
|
|
50
|
+
sheet: '80px',
|
|
41
51
|
},
|
|
42
52
|
beneficiary_name: {
|
|
43
53
|
default: '180px',
|
|
44
54
|
text: '180px',
|
|
55
|
+
sheet: '180px',
|
|
45
56
|
},
|
|
46
57
|
};
|
|
@@ -2,57 +2,71 @@ export declare const protectAuthorizationsTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly payouts: {
|
|
7
8
|
readonly default: "150px";
|
|
8
9
|
readonly text: "250px";
|
|
10
|
+
readonly sheet: "250px";
|
|
9
11
|
};
|
|
10
12
|
readonly reference: {
|
|
11
13
|
readonly default: "150px";
|
|
12
14
|
readonly text: "250px";
|
|
15
|
+
readonly sheet: "250px";
|
|
13
16
|
};
|
|
14
17
|
readonly customer: {
|
|
15
18
|
readonly default: "180px";
|
|
16
19
|
readonly text: "180px";
|
|
20
|
+
readonly sheet: "180px";
|
|
17
21
|
};
|
|
18
22
|
readonly device: {
|
|
19
23
|
readonly default: "150px";
|
|
20
24
|
readonly text: "250px";
|
|
25
|
+
readonly sheet: "250px";
|
|
21
26
|
};
|
|
22
27
|
readonly source: {
|
|
23
28
|
readonly default: "70px";
|
|
24
29
|
readonly text: "125px";
|
|
30
|
+
readonly sheet: "125px";
|
|
25
31
|
};
|
|
26
32
|
readonly authenticate: {
|
|
27
33
|
readonly default: "18px";
|
|
28
34
|
readonly text: "250px";
|
|
35
|
+
readonly sheet: "250px";
|
|
29
36
|
};
|
|
30
37
|
readonly payment_agreement: {
|
|
31
38
|
readonly default: "50px";
|
|
32
39
|
readonly text: "250px";
|
|
40
|
+
readonly sheet: "250px";
|
|
33
41
|
};
|
|
34
42
|
readonly amount: {
|
|
35
43
|
readonly default: "195px";
|
|
36
44
|
readonly text: "195px";
|
|
45
|
+
readonly sheet: "195px";
|
|
37
46
|
};
|
|
38
47
|
readonly topup: {
|
|
39
48
|
readonly default: "20px";
|
|
40
49
|
readonly text: "95px";
|
|
50
|
+
readonly sheet: "95px";
|
|
41
51
|
};
|
|
42
52
|
readonly status: {
|
|
43
53
|
readonly default: "150px";
|
|
44
54
|
readonly text: "250px";
|
|
55
|
+
readonly sheet: "250px";
|
|
45
56
|
};
|
|
46
57
|
readonly auto: {
|
|
47
58
|
readonly default: "150px";
|
|
48
59
|
readonly text: "250px";
|
|
60
|
+
readonly sheet: "250px";
|
|
49
61
|
};
|
|
50
62
|
readonly balance: {
|
|
51
63
|
readonly default: "50px";
|
|
52
64
|
readonly text: "250px";
|
|
65
|
+
readonly sheet: "250px";
|
|
53
66
|
};
|
|
54
67
|
readonly actions: {
|
|
55
68
|
readonly default: "100px";
|
|
56
69
|
readonly text: "100px";
|
|
70
|
+
readonly sheet: "100px";
|
|
57
71
|
};
|
|
58
72
|
};
|
|
@@ -2,57 +2,71 @@ export const protectAuthorizationsTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
payouts: {
|
|
7
8
|
default: '150px',
|
|
8
9
|
text: '250px',
|
|
10
|
+
sheet: '250px',
|
|
9
11
|
},
|
|
10
12
|
reference: {
|
|
11
13
|
default: '150px',
|
|
12
14
|
text: '250px',
|
|
15
|
+
sheet: '250px',
|
|
13
16
|
},
|
|
14
17
|
customer: {
|
|
15
18
|
default: '180px',
|
|
16
19
|
text: '180px',
|
|
20
|
+
sheet: '180px',
|
|
17
21
|
},
|
|
18
22
|
device: {
|
|
19
23
|
default: '150px',
|
|
20
24
|
text: '250px',
|
|
25
|
+
sheet: '250px',
|
|
21
26
|
},
|
|
22
27
|
source: {
|
|
23
28
|
default: '70px',
|
|
24
29
|
text: '125px',
|
|
30
|
+
sheet: '125px',
|
|
25
31
|
},
|
|
26
32
|
authenticate: {
|
|
27
33
|
default: '18px',
|
|
28
34
|
text: '250px',
|
|
35
|
+
sheet: '250px',
|
|
29
36
|
},
|
|
30
37
|
payment_agreement: {
|
|
31
38
|
default: '50px',
|
|
32
39
|
text: '250px',
|
|
40
|
+
sheet: '250px',
|
|
33
41
|
},
|
|
34
42
|
amount: {
|
|
35
43
|
default: '195px',
|
|
36
44
|
text: '195px',
|
|
45
|
+
sheet: '195px',
|
|
37
46
|
},
|
|
38
47
|
topup: {
|
|
39
48
|
default: '20px',
|
|
40
49
|
text: '95px',
|
|
50
|
+
sheet: '95px',
|
|
41
51
|
},
|
|
42
52
|
status: {
|
|
43
53
|
default: '150px',
|
|
44
54
|
text: '250px',
|
|
55
|
+
sheet: '250px',
|
|
45
56
|
},
|
|
46
57
|
auto: {
|
|
47
58
|
default: '150px',
|
|
48
59
|
text: '250px',
|
|
60
|
+
sheet: '250px',
|
|
49
61
|
},
|
|
50
62
|
balance: {
|
|
51
63
|
default: '50px',
|
|
52
64
|
text: '250px',
|
|
65
|
+
sheet: '250px',
|
|
53
66
|
},
|
|
54
67
|
actions: {
|
|
55
68
|
default: '100px',
|
|
56
69
|
text: '100px',
|
|
70
|
+
sheet: '100px',
|
|
57
71
|
},
|
|
58
72
|
};
|
|
@@ -2,53 +2,66 @@ export declare const protectChargesTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly payouts: {
|
|
7
8
|
readonly default: "150px";
|
|
8
9
|
readonly text: "250px";
|
|
10
|
+
readonly sheet: "250px";
|
|
9
11
|
};
|
|
10
12
|
readonly reference: {
|
|
11
13
|
readonly default: "150px";
|
|
12
14
|
readonly text: "250px";
|
|
15
|
+
readonly sheet: "250px";
|
|
13
16
|
};
|
|
14
17
|
readonly customer: {
|
|
15
18
|
readonly default: "180px";
|
|
16
19
|
readonly text: "180px";
|
|
20
|
+
readonly sheet: "180px";
|
|
17
21
|
};
|
|
18
22
|
readonly device: {
|
|
19
23
|
readonly default: "150px";
|
|
20
24
|
readonly text: "250px";
|
|
25
|
+
readonly sheet: "250px";
|
|
21
26
|
};
|
|
22
27
|
readonly source: {
|
|
23
28
|
readonly default: "70px";
|
|
24
29
|
readonly text: "125px";
|
|
30
|
+
readonly sheet: "125px";
|
|
25
31
|
};
|
|
26
32
|
readonly authenticate: {
|
|
27
33
|
readonly default: "18px";
|
|
28
34
|
readonly text: "250px";
|
|
35
|
+
readonly sheet: "250px";
|
|
29
36
|
};
|
|
30
37
|
readonly payment_agreement: {
|
|
31
38
|
readonly default: "50px";
|
|
32
39
|
readonly text: "250px";
|
|
40
|
+
readonly sheet: "250px";
|
|
33
41
|
};
|
|
34
42
|
readonly amount: {
|
|
35
43
|
readonly default: "195px";
|
|
36
44
|
readonly text: "195px";
|
|
45
|
+
readonly sheet: "195px";
|
|
37
46
|
};
|
|
38
47
|
readonly destinations: {
|
|
39
48
|
readonly default: "70px";
|
|
40
49
|
readonly text: "240px";
|
|
50
|
+
readonly sheet: "240px";
|
|
41
51
|
};
|
|
42
52
|
readonly topup: {
|
|
43
53
|
readonly default: "20px";
|
|
44
54
|
readonly text: "95px";
|
|
55
|
+
readonly sheet: "95px";
|
|
45
56
|
};
|
|
46
57
|
readonly status: {
|
|
47
58
|
readonly default: "150px";
|
|
48
59
|
readonly text: "250px";
|
|
60
|
+
readonly sheet: "250px";
|
|
49
61
|
};
|
|
50
62
|
readonly actions: {
|
|
51
63
|
readonly default: "100px";
|
|
52
64
|
readonly text: "100px";
|
|
65
|
+
readonly sheet: "100px";
|
|
53
66
|
};
|
|
54
67
|
};
|
|
@@ -2,53 +2,66 @@ export const protectChargesTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
payouts: {
|
|
7
8
|
default: '150px',
|
|
8
9
|
text: '250px',
|
|
10
|
+
sheet: '250px',
|
|
9
11
|
},
|
|
10
12
|
reference: {
|
|
11
13
|
default: '150px',
|
|
12
14
|
text: '250px',
|
|
15
|
+
sheet: '250px',
|
|
13
16
|
},
|
|
14
17
|
customer: {
|
|
15
18
|
default: '180px',
|
|
16
19
|
text: '180px',
|
|
20
|
+
sheet: '180px',
|
|
17
21
|
},
|
|
18
22
|
device: {
|
|
19
23
|
default: '150px',
|
|
20
24
|
text: '250px',
|
|
25
|
+
sheet: '250px',
|
|
21
26
|
},
|
|
22
27
|
source: {
|
|
23
28
|
default: '70px',
|
|
24
29
|
text: '125px',
|
|
30
|
+
sheet: '125px',
|
|
25
31
|
},
|
|
26
32
|
authenticate: {
|
|
27
33
|
default: '18px',
|
|
28
34
|
text: '250px',
|
|
35
|
+
sheet: '250px',
|
|
29
36
|
},
|
|
30
37
|
payment_agreement: {
|
|
31
38
|
default: '50px',
|
|
32
39
|
text: '250px',
|
|
40
|
+
sheet: '250px',
|
|
33
41
|
},
|
|
34
42
|
amount: {
|
|
35
43
|
default: '195px',
|
|
36
44
|
text: '195px',
|
|
45
|
+
sheet: '195px',
|
|
37
46
|
},
|
|
38
47
|
destinations: {
|
|
39
48
|
default: '70px',
|
|
40
49
|
text: '240px',
|
|
50
|
+
sheet: '240px',
|
|
41
51
|
},
|
|
42
52
|
topup: {
|
|
43
53
|
default: '20px',
|
|
44
54
|
text: '95px',
|
|
55
|
+
sheet: '95px',
|
|
45
56
|
},
|
|
46
57
|
status: {
|
|
47
58
|
default: '150px',
|
|
48
59
|
text: '250px',
|
|
60
|
+
sheet: '250px',
|
|
49
61
|
},
|
|
50
62
|
actions: {
|
|
51
63
|
default: '100px',
|
|
52
64
|
text: '100px',
|
|
65
|
+
sheet: '100px',
|
|
53
66
|
},
|
|
54
67
|
};
|
|
@@ -2,113 +2,141 @@ export declare const refundTableCellWidth: {
|
|
|
2
2
|
readonly charge_id: {
|
|
3
3
|
readonly default: "240px";
|
|
4
4
|
readonly text: "240px";
|
|
5
|
+
readonly sheet: "240px";
|
|
5
6
|
};
|
|
6
7
|
readonly id: {
|
|
7
8
|
readonly default: "225px";
|
|
8
9
|
readonly text: "225px";
|
|
10
|
+
readonly sheet: "225px";
|
|
9
11
|
};
|
|
10
12
|
readonly date: {
|
|
11
13
|
readonly default: "170px";
|
|
12
14
|
readonly text: "170px";
|
|
15
|
+
readonly sheet: "170px";
|
|
13
16
|
};
|
|
14
17
|
readonly order: {
|
|
15
18
|
readonly default: "80px";
|
|
16
19
|
readonly text: "80px";
|
|
20
|
+
readonly sheet: "80px";
|
|
17
21
|
};
|
|
18
22
|
readonly product: {
|
|
19
23
|
readonly default: "85px";
|
|
20
24
|
readonly text: "85px";
|
|
25
|
+
readonly sheet: "85px";
|
|
21
26
|
};
|
|
22
27
|
readonly customer: {
|
|
23
28
|
readonly default: "180px";
|
|
24
29
|
readonly text: "180px";
|
|
30
|
+
readonly sheet: "180px";
|
|
25
31
|
};
|
|
26
32
|
readonly device: {
|
|
27
33
|
readonly default: "100px";
|
|
28
34
|
readonly text: "200px";
|
|
35
|
+
readonly sheet: "200px";
|
|
29
36
|
};
|
|
30
37
|
readonly source: {
|
|
31
38
|
readonly default: "114px";
|
|
32
39
|
readonly text: "125px";
|
|
40
|
+
readonly sheet: "125px";
|
|
33
41
|
};
|
|
34
42
|
readonly authenticate: {
|
|
35
43
|
readonly default: "18px";
|
|
36
44
|
readonly text: "200px";
|
|
45
|
+
readonly sheet: "200px";
|
|
37
46
|
};
|
|
38
47
|
readonly payment_agreement: {
|
|
39
48
|
readonly default: "50px";
|
|
40
49
|
readonly text: "200px";
|
|
50
|
+
readonly sheet: "200px";
|
|
41
51
|
};
|
|
42
52
|
readonly amount: {
|
|
43
53
|
readonly default: "195px";
|
|
44
54
|
readonly text: "195px";
|
|
55
|
+
readonly sheet: "195px";
|
|
45
56
|
};
|
|
46
57
|
readonly destinations: {
|
|
47
58
|
readonly default: "70px";
|
|
48
59
|
readonly text: "240px";
|
|
60
|
+
readonly sheet: "240px";
|
|
49
61
|
};
|
|
50
62
|
readonly balance: {
|
|
51
63
|
readonly default: "120px";
|
|
52
64
|
readonly text: "150px";
|
|
65
|
+
readonly sheet: "150px";
|
|
53
66
|
};
|
|
54
67
|
readonly status: {
|
|
55
68
|
readonly default: "100px";
|
|
56
69
|
readonly text: "100px";
|
|
70
|
+
readonly sheet: "100px";
|
|
57
71
|
};
|
|
58
72
|
readonly merchant: {
|
|
59
73
|
readonly default: "100px";
|
|
60
74
|
readonly text: "100px";
|
|
75
|
+
readonly sheet: "100px";
|
|
61
76
|
};
|
|
62
77
|
readonly reference: {
|
|
63
78
|
readonly default: "95px";
|
|
64
79
|
readonly text: "180px";
|
|
80
|
+
readonly sheet: "180px";
|
|
65
81
|
};
|
|
66
82
|
readonly fees: {
|
|
67
83
|
readonly default: "100px";
|
|
68
84
|
readonly text: "200px";
|
|
85
|
+
readonly sheet: "200px";
|
|
69
86
|
};
|
|
70
87
|
readonly metadata: {
|
|
71
88
|
readonly default: "180px";
|
|
72
89
|
readonly text: "180px";
|
|
90
|
+
readonly sheet: "180px";
|
|
73
91
|
};
|
|
74
92
|
readonly settlement: {
|
|
75
93
|
readonly default: "200px";
|
|
76
94
|
readonly text: "200px";
|
|
95
|
+
readonly sheet: "200px";
|
|
77
96
|
};
|
|
78
97
|
readonly gateway: {
|
|
79
98
|
readonly default: "180px";
|
|
80
99
|
readonly text: "180px";
|
|
100
|
+
readonly sheet: "180px";
|
|
81
101
|
};
|
|
82
102
|
readonly actions: {
|
|
83
103
|
readonly default: "100px";
|
|
84
104
|
readonly text: "100px";
|
|
105
|
+
readonly sheet: "100px";
|
|
85
106
|
};
|
|
86
107
|
readonly payment_id: {
|
|
87
108
|
readonly default: "150px";
|
|
88
109
|
readonly text: "150px";
|
|
110
|
+
readonly sheet: "150px";
|
|
89
111
|
};
|
|
90
112
|
readonly auth_code: {
|
|
91
113
|
readonly default: "80px";
|
|
92
114
|
readonly text: "80px";
|
|
115
|
+
readonly sheet: "80px";
|
|
93
116
|
};
|
|
94
117
|
readonly rrn: {
|
|
95
118
|
readonly default: "100px";
|
|
96
119
|
readonly text: "100px";
|
|
120
|
+
readonly sheet: "100px";
|
|
97
121
|
};
|
|
98
122
|
readonly receipt_id: {
|
|
99
123
|
readonly default: "100px";
|
|
100
124
|
readonly text: "150px";
|
|
125
|
+
readonly sheet: "150px";
|
|
101
126
|
};
|
|
102
127
|
readonly card_no: {
|
|
103
128
|
readonly default: "120px";
|
|
104
129
|
readonly text: "120px";
|
|
130
|
+
readonly sheet: "120px";
|
|
105
131
|
};
|
|
106
132
|
readonly meta: {
|
|
107
133
|
readonly default: "52px";
|
|
108
134
|
readonly text: "52px";
|
|
135
|
+
readonly sheet: "52px";
|
|
109
136
|
};
|
|
110
137
|
readonly charge_meta: {
|
|
111
138
|
readonly default: "100px";
|
|
112
139
|
readonly text: "100px";
|
|
140
|
+
readonly sheet: "100px";
|
|
113
141
|
};
|
|
114
142
|
};
|