@esvndev/es-react-table-interface 1.0.4 → 1.0.6

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.
@@ -62,6 +62,7 @@ export interface IExternalInterface {
62
62
  stateChildId?: {
63
63
  stateId: string;
64
64
  stateName: string;
65
+ querySelectDefault?: IQueryFilter[];
65
66
  dataSource?: any[];
66
67
  columns?: ColumnsType;
67
68
  totalCount?: number;
@@ -91,15 +92,15 @@ export interface IExternalInterface {
91
92
  dataSelected?: any;
92
93
  height?: number;
93
94
  maxHeight?: number;
94
- loading?: boolean;
95
95
  breakText?: boolean;
96
96
  showToolbar?: boolean;
97
97
  typeCheckbox?: 'checkbox' | 'radio' | undefined;
98
+ loading?: boolean;
98
99
  showColumnChoose?: boolean;
99
100
  querySelectDefault?: IQueryFilter[];
100
101
  t: TFunction;
101
102
  localeLanguage?: any;
102
- api?: {
103
+ api: {
103
104
  apiGetColumns: any;
104
105
  apiGetOption: any;
105
106
  apiGetDataView: any;
@@ -124,6 +125,9 @@ export interface IExternalInterface {
124
125
  summary?: boolean;
125
126
  rowClassName?: any;
126
127
  dataSource?: any[];
128
+ checkInit?: any;
129
+ checkInit1?: any;
130
+ checkInit2?: any;
127
131
  columns?: ColumnsType;
128
132
  totalCount?: number;
129
133
  hideSelectAll?: boolean;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  interface Iprop {
3
- listFile: any[];
3
+ listFile: string;
4
4
  height: any;
5
5
  }
6
6
  declare const TabAttachFile: (props: Iprop) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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",
@@ -48,7 +48,7 @@
48
48
  "axios": "^1.7.2",
49
49
  "becoxy-icons": "1.9.9",
50
50
  "classnames": "^2.5.1",
51
- "es-grid-template": "1.2.1",
51
+ "es-grid-template": "1.2.5",
52
52
  "eslint": "^8.25.0",
53
53
  "eslint-config-prettier": "^8.5.0",
54
54
  "eslint-plugin-prettier": "^4.2.1",
@@ -101,4 +101,4 @@
101
101
  "dependencies": {
102
102
  "postcss": "^8.4.35"
103
103
  }
104
- }
104
+ }