@esvndev/es-react-table-interface 1.5.91 → 1.5.93
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/dist/index.js +12 -12
- package/dist/interface.d.ts +3 -1
- package/package.json +3 -3
package/dist/interface.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TFunction } from 'i18next';
|
|
2
2
|
import { currencies } from './ultility/constantConfigNumeric';
|
|
3
3
|
import { IButtonToolbar, IToolbarTemplate } from './ultility/Export/InterfaceExport';
|
|
4
|
-
import { ColumnTable } from 'es-grid-template/lib/grid-component/type';
|
|
4
|
+
import { ColumnsTable, ColumnTable } from 'es-grid-template/lib/grid-component/type';
|
|
5
5
|
export interface IBreadCrumbsNotLinkProps {
|
|
6
6
|
breadCrumbTitle?: string;
|
|
7
7
|
breadCrumbActive: string;
|
|
@@ -100,6 +100,7 @@ export interface IExternalInterface {
|
|
|
100
100
|
content?: any;
|
|
101
101
|
typeCheckbox?: 'checkbox' | 'radio' | undefined;
|
|
102
102
|
onDataChange?: (data: any, setData: any) => void;
|
|
103
|
+
onColumnChange?: (column: ColumnsTable, setColumn: any) => void;
|
|
103
104
|
group?: IGroup;
|
|
104
105
|
onChangeParam?: (item: {
|
|
105
106
|
keyword?: string;
|
|
@@ -120,6 +121,7 @@ export interface IExternalInterface {
|
|
|
120
121
|
pageSizeOptions?: number[];
|
|
121
122
|
}[];
|
|
122
123
|
onDataChange?: (data: any[], setData: any) => void;
|
|
124
|
+
onColumnChange?: (column: ColumnsTable, setColumn: any) => void;
|
|
123
125
|
group?: IGroup;
|
|
124
126
|
onChangeTabChildren?: (tab: number) => void;
|
|
125
127
|
callback?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.93",
|
|
4
4
|
"description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
|
|
5
5
|
"license": "ESVN Limited Use License",
|
|
6
6
|
"author": "dev@esvn.com.vn",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@esvndev/es-react-import-export": "1.1.0",
|
|
31
|
-
"@esvndev/es-template-help": "1.0.
|
|
31
|
+
"@esvndev/es-template-help": "1.0.57",
|
|
32
32
|
"@hookform/resolvers": "^2.8.10",
|
|
33
33
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
34
34
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"becoxy-icons": "1.9.9",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
57
|
"es-grid-template": "1.7.23",
|
|
58
|
-
"es-print-template": "0.0.
|
|
58
|
+
"es-print-template": "0.0.20",
|
|
59
59
|
"es-workflow-template": "0.4.6",
|
|
60
60
|
"eslint": "^8.25.0",
|
|
61
61
|
"eslint-config-prettier": "^8.5.0",
|