@tap-payments/os-micro-frontend-shared 0.0.65 → 0.0.69-sheetview-container-v2

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.
Files changed (46) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/VirtualTable/VirtualTable.d.ts +1 -1
  4. package/build/components/VirtualTable/VirtualTable.js +3 -3
  5. package/build/components/VirtualTable/style.d.ts +3 -1
  6. package/build/components/VirtualTable/style.js +5 -3
  7. package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +11 -0
  8. package/build/constants/table/cell/authenticationsTableCellWidth.js +11 -0
  9. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +32 -0
  10. package/build/constants/table/cell/authorizationTableCellWidth.js +32 -0
  11. package/build/constants/table/cell/chargeTableCellWidth.d.ts +32 -0
  12. package/build/constants/table/cell/chargeTableCellWidth.js +32 -0
  13. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +21 -0
  14. package/build/constants/table/cell/destinationsTableCellWidth.js +21 -0
  15. package/build/constants/table/cell/intentsTableCellWidth.d.ts +6 -0
  16. package/build/constants/table/cell/intentsTableCellWidth.js +6 -0
  17. package/build/constants/table/cell/invoicesTableCellWidth.d.ts +17 -0
  18. package/build/constants/table/cell/invoicesTableCellWidth.js +17 -0
  19. package/build/constants/table/cell/leadsTableCellWidth.d.ts +7 -0
  20. package/build/constants/table/cell/leadsTableCellWidth.js +7 -0
  21. package/build/constants/table/cell/merchantsTableCellWidth.d.ts +11 -0
  22. package/build/constants/table/cell/merchantsTableCellWidth.js +11 -0
  23. package/build/constants/table/cell/ordersTableCellWidth.d.ts +11 -0
  24. package/build/constants/table/cell/ordersTableCellWidth.js +11 -0
  25. package/build/constants/table/cell/payoutsTableCellWidth.d.ts +11 -0
  26. package/build/constants/table/cell/payoutsTableCellWidth.js +11 -0
  27. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +14 -0
  28. package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +14 -0
  29. package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +13 -0
  30. package/build/constants/table/cell/protectChargesTableCellWidth.js +13 -0
  31. package/build/constants/table/cell/refundTableCellWidth.d.ts +28 -0
  32. package/build/constants/table/cell/refundTableCellWidth.js +28 -0
  33. package/build/constants/table/cell/terminalsTableCellWidth.d.ts +14 -0
  34. package/build/constants/table/cell/terminalsTableCellWidth.js +14 -0
  35. package/build/constants/table/cell/tokensTableCellWidth.d.ts +9 -0
  36. package/build/constants/table/cell/tokensTableCellWidth.js +9 -0
  37. package/build/constants/table/cell/topupsTableCellWidth.d.ts +11 -0
  38. package/build/constants/table/cell/topupsTableCellWidth.js +11 -0
  39. package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +6 -0
  40. package/build/constants/table/cell/walletDetailsTableCellWidth.js +6 -0
  41. package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +12 -0
  42. package/build/constants/table/cell/walletStatementTableCellWidth.js +12 -0
  43. package/build/constants/table/cell/walletTableCellWidth.d.ts +6 -0
  44. package/build/constants/table/cell/walletTableCellWidth.js +6 -0
  45. package/build/types/table.d.ts +2 -1
  46. package/package.json +129 -129
@@ -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
  };
@@ -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
  };