@esvndev/es-react-table-interface 1.5.83 → 1.5.85

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.
@@ -216,6 +216,7 @@ export interface IExternalInterface {
216
216
  showUltilities?: boolean;
217
217
  ultilities?: {
218
218
  showExport?: boolean;
219
+ urlExport?: string;
219
220
  showPrint?: boolean;
220
221
  showSetting?: boolean;
221
222
  template?: {
@@ -295,6 +296,7 @@ export interface IQueryFilter {
295
296
  value: any;
296
297
  ope: string;
297
298
  predicate: string;
299
+ isFilterNull?: boolean;
298
300
  }
299
301
  export type INumericFormatted = {
300
302
  value: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.5.83",
3
+ "version": "1.5.85",
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",
@@ -27,7 +27,7 @@
27
27
  "ESVN"
28
28
  ],
29
29
  "devDependencies": {
30
- "@esvndev/es-react-import-export": "1.0.105",
30
+ "@esvndev/es-react-import-export": "1.1.0",
31
31
  "@esvndev/es-template-help": "1.0.55",
32
32
  "@hookform/resolvers": "^2.8.10",
33
33
  "@rollup/plugin-commonjs": "^20.0.0",