@esvndev/es-react-table-interface 1.4.17 → 1.4.18

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.
@@ -76,6 +76,7 @@ export interface IExternalInterface {
76
76
  windowSize?: any;
77
77
  stateId: string;
78
78
  titleChild?: string;
79
+ listColumn?: any;
79
80
  stateChildId?: {
80
81
  stateId: string;
81
82
  total?: number;
@@ -291,7 +292,7 @@ export type INumericFormatted = {
291
292
  type?: ITypeNumericFormatted;
292
293
  currency?: keyof typeof currencies;
293
294
  };
294
- export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'picture' | 'color' | 'link' | undefined;
295
+ export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'picture' | 'color' | 'link' | 'numberToText' | undefined;
295
296
  export interface ITableConfigView {
296
297
  Id?: string;
297
298
  ViewId?: string;
@@ -1,3 +1,2 @@
1
1
  import React from "react";
2
2
  export declare const currentProcessTemplate: (props: any, t: any) => React.JSX.Element;
3
- export declare const defaultPrintSetting: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.4.17",
3
+ "version": "1.4.18",
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",