@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,113 +2,141 @@ export const refundTableCellWidth = {
|
|
|
2
2
|
charge_id: {
|
|
3
3
|
default: '240px',
|
|
4
4
|
text: '240px',
|
|
5
|
+
sheet: '240px',
|
|
5
6
|
},
|
|
6
7
|
id: {
|
|
7
8
|
default: '225px',
|
|
8
9
|
text: '225px',
|
|
10
|
+
sheet: '225px',
|
|
9
11
|
},
|
|
10
12
|
date: {
|
|
11
13
|
default: '170px',
|
|
12
14
|
text: '170px',
|
|
15
|
+
sheet: '170px',
|
|
13
16
|
},
|
|
14
17
|
order: {
|
|
15
18
|
default: '80px',
|
|
16
19
|
text: '80px',
|
|
20
|
+
sheet: '80px',
|
|
17
21
|
},
|
|
18
22
|
product: {
|
|
19
23
|
default: '85px',
|
|
20
24
|
text: '85px',
|
|
25
|
+
sheet: '85px',
|
|
21
26
|
},
|
|
22
27
|
customer: {
|
|
23
28
|
default: '180px',
|
|
24
29
|
text: '180px',
|
|
30
|
+
sheet: '180px',
|
|
25
31
|
},
|
|
26
32
|
device: {
|
|
27
33
|
default: '100px',
|
|
28
34
|
text: '200px',
|
|
35
|
+
sheet: '200px',
|
|
29
36
|
},
|
|
30
37
|
source: {
|
|
31
38
|
default: '114px',
|
|
32
39
|
text: '125px',
|
|
40
|
+
sheet: '125px',
|
|
33
41
|
},
|
|
34
42
|
authenticate: {
|
|
35
43
|
default: '18px',
|
|
36
44
|
text: '200px',
|
|
45
|
+
sheet: '200px',
|
|
37
46
|
},
|
|
38
47
|
payment_agreement: {
|
|
39
48
|
default: '50px',
|
|
40
49
|
text: '200px',
|
|
50
|
+
sheet: '200px',
|
|
41
51
|
},
|
|
42
52
|
amount: {
|
|
43
53
|
default: '195px',
|
|
44
54
|
text: '195px',
|
|
55
|
+
sheet: '195px',
|
|
45
56
|
},
|
|
46
57
|
destinations: {
|
|
47
58
|
default: '70px',
|
|
48
59
|
text: '240px',
|
|
60
|
+
sheet: '240px',
|
|
49
61
|
},
|
|
50
62
|
balance: {
|
|
51
63
|
default: '120px',
|
|
52
64
|
text: '150px',
|
|
65
|
+
sheet: '150px',
|
|
53
66
|
},
|
|
54
67
|
status: {
|
|
55
68
|
default: '100px',
|
|
56
69
|
text: '100px',
|
|
70
|
+
sheet: '100px',
|
|
57
71
|
},
|
|
58
72
|
merchant: {
|
|
59
73
|
default: '100px',
|
|
60
74
|
text: '100px',
|
|
75
|
+
sheet: '100px',
|
|
61
76
|
},
|
|
62
77
|
reference: {
|
|
63
78
|
default: '95px',
|
|
64
79
|
text: '180px',
|
|
80
|
+
sheet: '180px',
|
|
65
81
|
},
|
|
66
82
|
fees: {
|
|
67
83
|
default: '100px',
|
|
68
84
|
text: '200px',
|
|
85
|
+
sheet: '200px',
|
|
69
86
|
},
|
|
70
87
|
metadata: {
|
|
71
88
|
default: '180px',
|
|
72
89
|
text: '180px',
|
|
90
|
+
sheet: '180px',
|
|
73
91
|
},
|
|
74
92
|
settlement: {
|
|
75
93
|
default: '200px',
|
|
76
94
|
text: '200px',
|
|
95
|
+
sheet: '200px',
|
|
77
96
|
},
|
|
78
97
|
gateway: {
|
|
79
98
|
default: '180px',
|
|
80
99
|
text: '180px',
|
|
100
|
+
sheet: '180px',
|
|
81
101
|
},
|
|
82
102
|
actions: {
|
|
83
103
|
default: '100px',
|
|
84
104
|
text: '100px',
|
|
105
|
+
sheet: '100px',
|
|
85
106
|
},
|
|
86
107
|
payment_id: {
|
|
87
108
|
default: '150px',
|
|
88
109
|
text: '150px',
|
|
110
|
+
sheet: '150px',
|
|
89
111
|
},
|
|
90
112
|
auth_code: {
|
|
91
113
|
default: '80px',
|
|
92
114
|
text: '80px',
|
|
115
|
+
sheet: '80px',
|
|
93
116
|
},
|
|
94
117
|
rrn: {
|
|
95
118
|
default: '100px',
|
|
96
119
|
text: '100px',
|
|
120
|
+
sheet: '100px',
|
|
97
121
|
},
|
|
98
122
|
receipt_id: {
|
|
99
123
|
default: '100px',
|
|
100
124
|
text: '150px',
|
|
125
|
+
sheet: '150px',
|
|
101
126
|
},
|
|
102
127
|
card_no: {
|
|
103
128
|
default: '120px',
|
|
104
129
|
text: '120px',
|
|
130
|
+
sheet: '120px',
|
|
105
131
|
},
|
|
106
132
|
meta: {
|
|
107
133
|
default: '52px',
|
|
108
134
|
text: '52px',
|
|
135
|
+
sheet: '52px',
|
|
109
136
|
},
|
|
110
137
|
charge_meta: {
|
|
111
138
|
default: '100px',
|
|
112
139
|
text: '100px',
|
|
140
|
+
sheet: '100px',
|
|
113
141
|
},
|
|
114
142
|
};
|
|
@@ -2,57 +2,71 @@ export declare const terminalsTableCellWidth: {
|
|
|
2
2
|
readonly device: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly terminalId: {
|
|
7
8
|
readonly default: "100px";
|
|
8
9
|
readonly text: "100px";
|
|
10
|
+
readonly sheet: "100px";
|
|
9
11
|
};
|
|
10
12
|
readonly merchantId: {
|
|
11
13
|
readonly default: "120px";
|
|
12
14
|
readonly text: "120px";
|
|
15
|
+
readonly sheet: "120px";
|
|
13
16
|
};
|
|
14
17
|
readonly type: {
|
|
15
18
|
readonly default: "80px";
|
|
16
19
|
readonly text: "80px";
|
|
20
|
+
readonly sheet: "80px";
|
|
17
21
|
};
|
|
18
22
|
readonly platform: {
|
|
19
23
|
readonly default: "60px";
|
|
20
24
|
readonly text: "60px";
|
|
25
|
+
readonly sheet: "60px";
|
|
21
26
|
};
|
|
22
27
|
readonly branding: {
|
|
23
28
|
readonly default: "80px";
|
|
24
29
|
readonly text: "80px";
|
|
30
|
+
readonly sheet: "80px";
|
|
25
31
|
};
|
|
26
32
|
readonly features: {
|
|
27
33
|
readonly default: "80px";
|
|
28
34
|
readonly text: "80px";
|
|
35
|
+
readonly sheet: "80px";
|
|
29
36
|
};
|
|
30
37
|
readonly acceptance: {
|
|
31
38
|
readonly default: "80px";
|
|
32
39
|
readonly text: "80px";
|
|
40
|
+
readonly sheet: "80px";
|
|
33
41
|
};
|
|
34
42
|
readonly brand: {
|
|
35
43
|
readonly default: "60px";
|
|
36
44
|
readonly text: "60px";
|
|
45
|
+
readonly sheet: "60px";
|
|
37
46
|
};
|
|
38
47
|
readonly address: {
|
|
39
48
|
readonly default: "120px";
|
|
40
49
|
readonly text: "120px";
|
|
50
|
+
readonly sheet: "120px";
|
|
41
51
|
};
|
|
42
52
|
readonly status: {
|
|
43
53
|
readonly default: "80px";
|
|
44
54
|
readonly text: "80px";
|
|
55
|
+
readonly sheet: "80px";
|
|
45
56
|
};
|
|
46
57
|
readonly actions: {
|
|
47
58
|
readonly default: "80px";
|
|
48
59
|
readonly text: "80px";
|
|
60
|
+
readonly sheet: "80px";
|
|
49
61
|
};
|
|
50
62
|
readonly charges: {
|
|
51
63
|
readonly default: "180px";
|
|
52
64
|
readonly text: "180px";
|
|
65
|
+
readonly sheet: "180px";
|
|
53
66
|
};
|
|
54
67
|
readonly chargesTransactions: {
|
|
55
68
|
readonly default: "70px";
|
|
56
69
|
readonly text: "70px";
|
|
70
|
+
readonly sheet: "70px";
|
|
57
71
|
};
|
|
58
72
|
};
|
|
@@ -2,57 +2,71 @@ export const terminalsTableCellWidth = {
|
|
|
2
2
|
device: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
terminalId: {
|
|
7
8
|
default: '100px',
|
|
8
9
|
text: '100px',
|
|
10
|
+
sheet: '100px',
|
|
9
11
|
},
|
|
10
12
|
merchantId: {
|
|
11
13
|
default: '120px',
|
|
12
14
|
text: '120px',
|
|
15
|
+
sheet: '120px',
|
|
13
16
|
},
|
|
14
17
|
type: {
|
|
15
18
|
default: '80px',
|
|
16
19
|
text: '80px',
|
|
20
|
+
sheet: '80px',
|
|
17
21
|
},
|
|
18
22
|
platform: {
|
|
19
23
|
default: '60px',
|
|
20
24
|
text: '60px',
|
|
25
|
+
sheet: '60px',
|
|
21
26
|
},
|
|
22
27
|
branding: {
|
|
23
28
|
default: '80px',
|
|
24
29
|
text: '80px',
|
|
30
|
+
sheet: '80px',
|
|
25
31
|
},
|
|
26
32
|
features: {
|
|
27
33
|
default: '80px',
|
|
28
34
|
text: '80px',
|
|
35
|
+
sheet: '80px',
|
|
29
36
|
},
|
|
30
37
|
acceptance: {
|
|
31
38
|
default: '80px',
|
|
32
39
|
text: '80px',
|
|
40
|
+
sheet: '80px',
|
|
33
41
|
},
|
|
34
42
|
brand: {
|
|
35
43
|
default: '60px',
|
|
36
44
|
text: '60px',
|
|
45
|
+
sheet: '60px',
|
|
37
46
|
},
|
|
38
47
|
address: {
|
|
39
48
|
default: '120px',
|
|
40
49
|
text: '120px',
|
|
50
|
+
sheet: '120px',
|
|
41
51
|
},
|
|
42
52
|
status: {
|
|
43
53
|
default: '80px',
|
|
44
54
|
text: '80px',
|
|
55
|
+
sheet: '80px',
|
|
45
56
|
},
|
|
46
57
|
actions: {
|
|
47
58
|
default: '80px',
|
|
48
59
|
text: '80px',
|
|
60
|
+
sheet: '80px',
|
|
49
61
|
},
|
|
50
62
|
charges: {
|
|
51
63
|
default: '180px',
|
|
52
64
|
text: '180px',
|
|
65
|
+
sheet: '180px',
|
|
53
66
|
},
|
|
54
67
|
chargesTransactions: {
|
|
55
68
|
default: '70px',
|
|
56
69
|
text: '70px',
|
|
70
|
+
sheet: '70px',
|
|
57
71
|
},
|
|
58
72
|
};
|
|
@@ -2,37 +2,46 @@ export declare const tokensTableCellWidth: {
|
|
|
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: "100px";
|
|
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 purpose: {
|
|
27
33
|
readonly default: "150px";
|
|
28
34
|
readonly text: "250px";
|
|
35
|
+
readonly sheet: "250px";
|
|
29
36
|
};
|
|
30
37
|
readonly status: {
|
|
31
38
|
readonly default: "150px";
|
|
32
39
|
readonly text: "250px";
|
|
40
|
+
readonly sheet: "250px";
|
|
33
41
|
};
|
|
34
42
|
readonly actions: {
|
|
35
43
|
readonly default: "100px";
|
|
36
44
|
readonly text: "100px";
|
|
45
|
+
readonly sheet: "100px";
|
|
37
46
|
};
|
|
38
47
|
};
|
|
@@ -2,37 +2,46 @@ export const tokensTableCellWidth = {
|
|
|
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: '100px',
|
|
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
|
purpose: {
|
|
27
33
|
default: '150px',
|
|
28
34
|
text: '250px',
|
|
35
|
+
sheet: '250px',
|
|
29
36
|
},
|
|
30
37
|
status: {
|
|
31
38
|
default: '150px',
|
|
32
39
|
text: '250px',
|
|
40
|
+
sheet: '250px',
|
|
33
41
|
},
|
|
34
42
|
actions: {
|
|
35
43
|
default: '100px',
|
|
36
44
|
text: '100px',
|
|
45
|
+
sheet: '100px',
|
|
37
46
|
},
|
|
38
47
|
};
|
|
@@ -2,45 +2,56 @@ export declare const topupsTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly created: {
|
|
7
8
|
readonly default: "170px";
|
|
8
9
|
readonly text: "170px";
|
|
10
|
+
readonly sheet: "170px";
|
|
9
11
|
};
|
|
10
12
|
readonly charge_order: {
|
|
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 amount: {
|
|
23
28
|
readonly default: "195px";
|
|
24
29
|
readonly text: "195px";
|
|
30
|
+
readonly sheet: "195px";
|
|
25
31
|
};
|
|
26
32
|
readonly source: {
|
|
27
33
|
readonly default: "94px";
|
|
28
34
|
readonly text: "125px";
|
|
35
|
+
readonly sheet: "125px";
|
|
29
36
|
};
|
|
30
37
|
readonly authenticate: {
|
|
31
38
|
readonly default: "18px";
|
|
32
39
|
readonly text: "250px";
|
|
40
|
+
readonly sheet: "250px";
|
|
33
41
|
};
|
|
34
42
|
readonly payment_agreement: {
|
|
35
43
|
readonly default: "50px";
|
|
36
44
|
readonly text: "250px";
|
|
45
|
+
readonly sheet: "250px";
|
|
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 topupsTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
created: {
|
|
7
8
|
default: '170px',
|
|
8
9
|
text: '170px',
|
|
10
|
+
sheet: '170px',
|
|
9
11
|
},
|
|
10
12
|
charge_order: {
|
|
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
|
amount: {
|
|
23
28
|
default: '195px',
|
|
24
29
|
text: '195px',
|
|
30
|
+
sheet: '195px',
|
|
25
31
|
},
|
|
26
32
|
source: {
|
|
27
33
|
default: '94px',
|
|
28
34
|
text: '125px',
|
|
35
|
+
sheet: '125px',
|
|
29
36
|
},
|
|
30
37
|
authenticate: {
|
|
31
38
|
default: '18px',
|
|
32
39
|
text: '250px',
|
|
40
|
+
sheet: '250px',
|
|
33
41
|
},
|
|
34
42
|
payment_agreement: {
|
|
35
43
|
default: '50px',
|
|
36
44
|
text: '250px',
|
|
45
|
+
sheet: '250px',
|
|
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,25 +2,31 @@ export declare const walletDetailsTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "180px";
|
|
4
4
|
readonly text: "180px";
|
|
5
|
+
readonly sheet: "180px";
|
|
5
6
|
};
|
|
6
7
|
readonly amount: {
|
|
7
8
|
readonly default: "200px";
|
|
8
9
|
readonly text: "200px";
|
|
10
|
+
readonly sheet: "200px";
|
|
9
11
|
};
|
|
10
12
|
readonly actions: {
|
|
11
13
|
readonly default: "70px";
|
|
12
14
|
readonly text: "70px";
|
|
15
|
+
readonly sheet: "70px";
|
|
13
16
|
};
|
|
14
17
|
readonly date: {
|
|
15
18
|
readonly default: "130px";
|
|
16
19
|
readonly text: "130px";
|
|
20
|
+
readonly sheet: "130px";
|
|
17
21
|
};
|
|
18
22
|
readonly description: {
|
|
19
23
|
readonly default: "210px";
|
|
20
24
|
readonly text: "210px";
|
|
25
|
+
readonly sheet: "210px";
|
|
21
26
|
};
|
|
22
27
|
readonly transactions: {
|
|
23
28
|
readonly default: "90px";
|
|
24
29
|
readonly text: "90px";
|
|
30
|
+
readonly sheet: "90px";
|
|
25
31
|
};
|
|
26
32
|
};
|
|
@@ -2,25 +2,31 @@ export const walletDetailsTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '180px',
|
|
4
4
|
text: '180px',
|
|
5
|
+
sheet: '180px',
|
|
5
6
|
},
|
|
6
7
|
amount: {
|
|
7
8
|
default: '200px',
|
|
8
9
|
text: '200px',
|
|
10
|
+
sheet: '200px',
|
|
9
11
|
},
|
|
10
12
|
actions: {
|
|
11
13
|
default: '70px',
|
|
12
14
|
text: '70px',
|
|
15
|
+
sheet: '70px',
|
|
13
16
|
},
|
|
14
17
|
date: {
|
|
15
18
|
default: '130px',
|
|
16
19
|
text: '130px',
|
|
20
|
+
sheet: '130px',
|
|
17
21
|
},
|
|
18
22
|
description: {
|
|
19
23
|
default: '210px',
|
|
20
24
|
text: '210px',
|
|
25
|
+
sheet: '210px',
|
|
21
26
|
},
|
|
22
27
|
transactions: {
|
|
23
28
|
default: '90px',
|
|
24
29
|
text: '90px',
|
|
30
|
+
sheet: '90px',
|
|
25
31
|
},
|
|
26
32
|
};
|
|
@@ -2,49 +2,61 @@ export declare const walletStatementTableCellWidth: {
|
|
|
2
2
|
readonly id: {
|
|
3
3
|
readonly default: "225px";
|
|
4
4
|
readonly text: "225px";
|
|
5
|
+
readonly sheet: "225px";
|
|
5
6
|
};
|
|
6
7
|
readonly postdate: {
|
|
7
8
|
readonly default: "170px";
|
|
8
9
|
readonly text: "170px";
|
|
10
|
+
readonly sheet: "170px";
|
|
9
11
|
};
|
|
10
12
|
readonly date: {
|
|
11
13
|
readonly default: "110px";
|
|
12
14
|
readonly text: "110px";
|
|
15
|
+
readonly sheet: "110px";
|
|
13
16
|
};
|
|
14
17
|
readonly description: {
|
|
15
18
|
readonly default: "210px";
|
|
16
19
|
readonly text: "210px";
|
|
20
|
+
readonly sheet: "210px";
|
|
17
21
|
};
|
|
18
22
|
readonly receipt: {
|
|
19
23
|
readonly default: "80px";
|
|
20
24
|
readonly text: "150px";
|
|
25
|
+
readonly sheet: "150px";
|
|
21
26
|
};
|
|
22
27
|
readonly authenticate: {
|
|
23
28
|
readonly default: "70px";
|
|
24
29
|
readonly text: "100px";
|
|
30
|
+
readonly sheet: "100px";
|
|
25
31
|
};
|
|
26
32
|
readonly debit: {
|
|
27
33
|
readonly default: "400px";
|
|
28
34
|
readonly text: "400px";
|
|
35
|
+
readonly sheet: "400px";
|
|
29
36
|
};
|
|
30
37
|
readonly source: {
|
|
31
38
|
readonly default: "70px";
|
|
32
39
|
readonly text: "125px";
|
|
40
|
+
readonly sheet: "125px";
|
|
33
41
|
};
|
|
34
42
|
readonly actions: {
|
|
35
43
|
readonly default: "100px";
|
|
36
44
|
readonly text: "100px";
|
|
45
|
+
readonly sheet: "100px";
|
|
37
46
|
};
|
|
38
47
|
readonly amount: {
|
|
39
48
|
readonly default: "195px";
|
|
40
49
|
readonly text: "195px";
|
|
50
|
+
readonly sheet: "195px";
|
|
41
51
|
};
|
|
42
52
|
readonly reference: {
|
|
43
53
|
readonly default: "95px";
|
|
44
54
|
readonly text: "110px";
|
|
55
|
+
readonly sheet: "110px";
|
|
45
56
|
};
|
|
46
57
|
readonly card: {
|
|
47
58
|
readonly default: "120px";
|
|
48
59
|
readonly text: "120px";
|
|
60
|
+
readonly sheet: "120px";
|
|
49
61
|
};
|
|
50
62
|
};
|
|
@@ -2,49 +2,61 @@ export const walletStatementTableCellWidth = {
|
|
|
2
2
|
id: {
|
|
3
3
|
default: '225px',
|
|
4
4
|
text: '225px',
|
|
5
|
+
sheet: '225px',
|
|
5
6
|
},
|
|
6
7
|
postdate: {
|
|
7
8
|
default: '170px',
|
|
8
9
|
text: '170px',
|
|
10
|
+
sheet: '170px',
|
|
9
11
|
},
|
|
10
12
|
date: {
|
|
11
13
|
default: '110px',
|
|
12
14
|
text: '110px',
|
|
15
|
+
sheet: '110px',
|
|
13
16
|
},
|
|
14
17
|
description: {
|
|
15
18
|
default: '210px',
|
|
16
19
|
text: '210px',
|
|
20
|
+
sheet: '210px',
|
|
17
21
|
},
|
|
18
22
|
receipt: {
|
|
19
23
|
default: '80px',
|
|
20
24
|
text: '150px',
|
|
25
|
+
sheet: '150px',
|
|
21
26
|
},
|
|
22
27
|
authenticate: {
|
|
23
28
|
default: '70px',
|
|
24
29
|
text: '100px',
|
|
30
|
+
sheet: '100px',
|
|
25
31
|
},
|
|
26
32
|
debit: {
|
|
27
33
|
default: '400px',
|
|
28
34
|
text: '400px',
|
|
35
|
+
sheet: '400px',
|
|
29
36
|
},
|
|
30
37
|
source: {
|
|
31
38
|
default: '70px',
|
|
32
39
|
text: '125px',
|
|
40
|
+
sheet: '125px',
|
|
33
41
|
},
|
|
34
42
|
actions: {
|
|
35
43
|
default: '100px',
|
|
36
44
|
text: '100px',
|
|
45
|
+
sheet: '100px',
|
|
37
46
|
},
|
|
38
47
|
amount: {
|
|
39
48
|
default: '195px',
|
|
40
49
|
text: '195px',
|
|
50
|
+
sheet: '195px',
|
|
41
51
|
},
|
|
42
52
|
reference: {
|
|
43
53
|
default: '95px',
|
|
44
54
|
text: '110px',
|
|
55
|
+
sheet: '110px',
|
|
45
56
|
},
|
|
46
57
|
card: {
|
|
47
58
|
default: '120px',
|
|
48
59
|
text: '120px',
|
|
60
|
+
sheet: '120px',
|
|
49
61
|
},
|
|
50
62
|
};
|