@tap-payments/os-micro-frontend-shared 0.1.197 → 0.1.199
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.
|
@@ -24,7 +24,7 @@ function ColumnFilter(filter) {
|
|
|
24
24
|
const showClearIcon = useMemo(() => Object.values(filterData || {}).some((value) => {
|
|
25
25
|
if (typeof value === 'string' || Array.isArray(value))
|
|
26
26
|
return value.length > 0;
|
|
27
|
-
return
|
|
27
|
+
return value != null;
|
|
28
28
|
}) || listFilterData.length > 0, [filterData, listFilterData]);
|
|
29
29
|
const open = Boolean(anchorEl);
|
|
30
30
|
const filterApiKeys = useMemo(() => {
|
|
@@ -22,7 +22,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
22
22
|
readonly individual_email: {
|
|
23
23
|
readonly default: "180px";
|
|
24
24
|
readonly text: "180px";
|
|
25
|
-
readonly sheet: "
|
|
25
|
+
readonly sheet: "250px";
|
|
26
26
|
};
|
|
27
27
|
readonly personal_id_type: {
|
|
28
28
|
readonly default: "180px";
|
|
@@ -67,12 +67,12 @@ export declare const merchantsTableCellWidth: {
|
|
|
67
67
|
readonly individual_phone_number: {
|
|
68
68
|
readonly default: "180px";
|
|
69
69
|
readonly text: "180px";
|
|
70
|
-
readonly sheet: "
|
|
70
|
+
readonly sheet: "180px";
|
|
71
71
|
};
|
|
72
72
|
readonly entity_legal_name: {
|
|
73
73
|
readonly default: "180px";
|
|
74
74
|
readonly text: "180px";
|
|
75
|
-
readonly sheet: "
|
|
75
|
+
readonly sheet: "250px";
|
|
76
76
|
};
|
|
77
77
|
readonly entity_id: {
|
|
78
78
|
readonly default: "180px";
|
|
@@ -82,7 +82,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
82
82
|
readonly entity: {
|
|
83
83
|
readonly default: "195px";
|
|
84
84
|
readonly text: "180px";
|
|
85
|
-
readonly sheet: "
|
|
85
|
+
readonly sheet: "250px";
|
|
86
86
|
};
|
|
87
87
|
readonly created: {
|
|
88
88
|
readonly default: "144px";
|
|
@@ -92,17 +92,17 @@ export declare const merchantsTableCellWidth: {
|
|
|
92
92
|
readonly brands: {
|
|
93
93
|
readonly default: "131px";
|
|
94
94
|
readonly text: "140px";
|
|
95
|
-
readonly sheet: "
|
|
95
|
+
readonly sheet: "250px";
|
|
96
96
|
};
|
|
97
97
|
readonly marketplace: {
|
|
98
98
|
readonly default: "110px";
|
|
99
99
|
readonly text: "110px";
|
|
100
|
-
readonly sheet: "
|
|
100
|
+
readonly sheet: "104px";
|
|
101
101
|
};
|
|
102
102
|
readonly individuals: {
|
|
103
103
|
readonly default: "165px";
|
|
104
104
|
readonly text: "185px";
|
|
105
|
-
readonly sheet: "
|
|
105
|
+
readonly sheet: "203px";
|
|
106
106
|
};
|
|
107
107
|
readonly segments: {
|
|
108
108
|
readonly default: "70px";
|
|
@@ -147,6 +147,6 @@ export declare const merchantsTableCellWidth: {
|
|
|
147
147
|
readonly merchant: {
|
|
148
148
|
readonly default: "175px";
|
|
149
149
|
readonly text: "180px";
|
|
150
|
-
readonly sheet: "
|
|
150
|
+
readonly sheet: "169px";
|
|
151
151
|
};
|
|
152
152
|
};
|
|
@@ -22,7 +22,7 @@ export const merchantsTableCellWidth = {
|
|
|
22
22
|
individual_email: {
|
|
23
23
|
default: '180px',
|
|
24
24
|
text: '180px',
|
|
25
|
-
sheet: '
|
|
25
|
+
sheet: '250px',
|
|
26
26
|
},
|
|
27
27
|
personal_id_type: {
|
|
28
28
|
default: '180px',
|
|
@@ -67,12 +67,12 @@ export const merchantsTableCellWidth = {
|
|
|
67
67
|
individual_phone_number: {
|
|
68
68
|
default: '180px',
|
|
69
69
|
text: '180px',
|
|
70
|
-
sheet: '
|
|
70
|
+
sheet: '180px',
|
|
71
71
|
},
|
|
72
72
|
entity_legal_name: {
|
|
73
73
|
default: '180px',
|
|
74
74
|
text: '180px',
|
|
75
|
-
sheet: '
|
|
75
|
+
sheet: '250px',
|
|
76
76
|
},
|
|
77
77
|
entity_id: {
|
|
78
78
|
default: '180px',
|
|
@@ -82,7 +82,7 @@ export const merchantsTableCellWidth = {
|
|
|
82
82
|
entity: {
|
|
83
83
|
default: '195px',
|
|
84
84
|
text: '180px',
|
|
85
|
-
sheet: '
|
|
85
|
+
sheet: '250px',
|
|
86
86
|
},
|
|
87
87
|
created: {
|
|
88
88
|
default: '144px',
|
|
@@ -92,17 +92,17 @@ export const merchantsTableCellWidth = {
|
|
|
92
92
|
brands: {
|
|
93
93
|
default: '131px',
|
|
94
94
|
text: '140px',
|
|
95
|
-
sheet: '
|
|
95
|
+
sheet: '250px',
|
|
96
96
|
},
|
|
97
97
|
marketplace: {
|
|
98
98
|
default: '110px',
|
|
99
99
|
text: '110px',
|
|
100
|
-
sheet: '
|
|
100
|
+
sheet: '104px',
|
|
101
101
|
},
|
|
102
102
|
individuals: {
|
|
103
103
|
default: '165px',
|
|
104
104
|
text: '185px',
|
|
105
|
-
sheet: '
|
|
105
|
+
sheet: '203px',
|
|
106
106
|
},
|
|
107
107
|
segments: {
|
|
108
108
|
default: '70px',
|
|
@@ -147,6 +147,6 @@ export const merchantsTableCellWidth = {
|
|
|
147
147
|
merchant: {
|
|
148
148
|
default: '175px',
|
|
149
149
|
text: '180px',
|
|
150
|
-
sheet: '
|
|
150
|
+
sheet: '169px',
|
|
151
151
|
},
|
|
152
152
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.199",
|
|
5
|
+
"testVersion": 5,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|