@esvndev/es-react-table-interface 1.4.17 → 1.4.19
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/interface.d.ts
CHANGED
|
@@ -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;
|
|
@@ -192,6 +193,7 @@ export interface IExternalInterface {
|
|
|
192
193
|
printDocumentApi: any;
|
|
193
194
|
uploadFileApi: any;
|
|
194
195
|
data?: any;
|
|
196
|
+
apiGetData?: () => void;
|
|
195
197
|
};
|
|
196
198
|
format?: {
|
|
197
199
|
thousandSeparator?: string;
|
|
@@ -291,7 +293,7 @@ export type INumericFormatted = {
|
|
|
291
293
|
type?: ITypeNumericFormatted;
|
|
292
294
|
currency?: keyof typeof currencies;
|
|
293
295
|
};
|
|
294
|
-
export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'picture' | 'color' | 'link' | undefined;
|
|
296
|
+
export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'picture' | 'color' | 'link' | 'numberToText' | undefined;
|
|
295
297
|
export interface ITableConfigView {
|
|
296
298
|
Id?: string;
|
|
297
299
|
ViewId?: string;
|
package/dist/ultility/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.19",
|
|
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",
|