@esvndev/es-react-table-interface 1.1.4 → 1.1.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.
- package/dist/func.d.ts +2 -0
- package/dist/index.js +41 -41
- package/dist/interface.d.ts +4 -2
- package/dist/ultility/index.d.ts +1 -1
- package/package.json +3 -2
package/dist/interface.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export interface IExternalInterface {
|
|
|
79
79
|
rowsPerPageDefault?: number;
|
|
80
80
|
queryOrderDefault?: {
|
|
81
81
|
field: string;
|
|
82
|
-
order:
|
|
82
|
+
order: 'asc' | 'desc';
|
|
83
83
|
}[];
|
|
84
84
|
queryKeyDataView?: any;
|
|
85
85
|
toolbarTemplate?: any;
|
|
@@ -125,6 +125,7 @@ export interface IExternalInterface {
|
|
|
125
125
|
deleteProcessApi: any;
|
|
126
126
|
};
|
|
127
127
|
printApi?: {
|
|
128
|
+
defaultPrintSetting: any;
|
|
128
129
|
getListGeneralSettingApi: any;
|
|
129
130
|
deleteGeneralSettingApi: any;
|
|
130
131
|
updateGeneralSettingApi: any;
|
|
@@ -199,7 +200,7 @@ export type INumericFormatted = {
|
|
|
199
200
|
type?: ITypeNumericFormatted;
|
|
200
201
|
currency?: keyof typeof currencies;
|
|
201
202
|
};
|
|
202
|
-
export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'color' | 'link' | undefined;
|
|
203
|
+
export type ITypeNumericFormatted = 'exchangeMoney' | 'overseaMoney' | 'unitPriceExchange' | 'unitPriceOversea' | 'quantity' | 'rate' | 'ratio' | 'allocationRatio' | 'so_cong' | 'checkbox' | 'picture' | 'color' | 'link' | undefined;
|
|
203
204
|
export interface ITableConfigView {
|
|
204
205
|
Id?: string;
|
|
205
206
|
ViewId?: string;
|
|
@@ -214,6 +215,7 @@ export interface ITableConfigView {
|
|
|
214
215
|
TextAlign?: 'left' | 'center' | 'right';
|
|
215
216
|
ColTemplate?: string;
|
|
216
217
|
OptionTemplate?: string;
|
|
218
|
+
OriginOptionTemplate?: string;
|
|
217
219
|
TypeDecimal?: ITypeNumericFormatted;
|
|
218
220
|
Freeze?: 'Left' | 'Right' | undefined;
|
|
219
221
|
Width?: number;
|
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.1.
|
|
3
|
+
"version": "1.1.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",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"@esvndev/es-react-import-export": "1.0.88",
|
|
31
31
|
"@hookform/resolvers": "^2.8.10",
|
|
32
32
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
33
|
+
"@rollup/plugin-image": "^3.0.3",
|
|
33
34
|
"@rollup/plugin-json": "^6.1.0",
|
|
34
35
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
35
36
|
"@rollup/plugin-typescript": "^8.2.5",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"axios": "^1.7.2",
|
|
52
53
|
"becoxy-icons": "1.9.9",
|
|
53
54
|
"classnames": "^2.5.1",
|
|
54
|
-
"es-grid-template": "1.3.
|
|
55
|
+
"es-grid-template": "1.3.6",
|
|
55
56
|
"es-print-template": "0.0.7",
|
|
56
57
|
"es-workflow-template": "^0.4.2",
|
|
57
58
|
"eslint": "^8.25.0",
|