@tap-payments/os-micro-frontend-shared 0.1.367-test.3 → 0.1.367-test.5
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/types/table.d.ts +1 -4
- package/package.json +2 -2
package/build/types/table.d.ts
CHANGED
|
@@ -142,10 +142,7 @@ export interface IVirtualTable<R = any> {
|
|
|
142
142
|
footerComponent?: React.ReactNode;
|
|
143
143
|
customNoDataComponent?: React.ReactNode;
|
|
144
144
|
}
|
|
145
|
-
export type ColumnFilterValues = Record<string,
|
|
146
|
-
phone: string;
|
|
147
|
-
country: Country | undefined;
|
|
148
|
-
}>;
|
|
145
|
+
export type ColumnFilterValues = Record<string, any>;
|
|
149
146
|
export type IColumnFilter = ({
|
|
150
147
|
onConfirm?: (filterValues: ColumnFilterValues) => void;
|
|
151
148
|
onClear: (apiKeys: string[]) => void;
|
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.367-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.367-test.5",
|
|
5
|
+
"testVersion": 5,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|