@esvndev/es-react-table-interface 1.7.95 → 1.7.97

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.
Files changed (34) hide show
  1. package/dist/component/ExternalInterface/columns.d.ts +65 -0
  2. package/dist/component/ExternalInterface/func.d.ts +1 -0
  3. package/dist/component/ToolbarTemplate/index.d.ts +2 -0
  4. package/dist/component/option_configs/contextMenu.d.ts +3 -0
  5. package/dist/component/option_configs/index.d.ts +12 -0
  6. package/dist/component/option_configs/modal/modal.d.ts +5 -0
  7. package/dist/component/option_configs/table.d.ts +8 -0
  8. package/dist/component/option_configs/useContext.d.ts +11 -0
  9. package/dist/component/table_configs/contextMenu.d.ts +3 -0
  10. package/dist/component/table_configs/index.d.ts +14 -0
  11. package/dist/component/table_configs/modalSetting.d.ts +12 -0
  12. package/dist/component/table_configs/table.d.ts +11 -0
  13. package/dist/component/table_configs/useContext.d.ts +23 -0
  14. package/dist/func.d.ts +13 -0
  15. package/dist/index.js +54 -54
  16. package/dist/interface.d.ts +8 -2
  17. package/dist/libs/grid-table-template-2/index.d.ts +1 -1
  18. package/dist/libs/numeric-input/index.d.ts +31 -0
  19. package/dist/ultility/Export/functionExport.d.ts +1 -1
  20. package/dist/ultility/any/IGridColumns.d.ts +53 -0
  21. package/dist/ultility/any/ISetup.d.ts +173 -0
  22. package/dist/ultility/any/ITableGrid.d.ts +210 -0
  23. package/dist/ultility/any/IUseContext.d.ts +28 -0
  24. package/dist/ultility/any/constantConfigNumeric.d.ts +20 -0
  25. package/dist/ultility/any/constantContextMenu.d.ts +2 -0
  26. package/dist/ultility/any/constantOperator.d.ts +3 -0
  27. package/dist/ultility/any/index.d.ts +2 -0
  28. package/dist/ultility/any/themeConfig.d.ts +39 -0
  29. package/dist/ultility/api/config/index.d.ts +21 -0
  30. package/dist/ultility/api/constant.d.ts +33 -0
  31. package/dist/ultility/api/index.d.ts +19 -0
  32. package/dist/ultility/api/menu/index.d.ts +8 -0
  33. package/dist/ultility/api/requester.d.ts +9 -0
  34. package/package.json +3 -3
@@ -0,0 +1,19 @@
1
+ declare const api: {
2
+ configApi: {
3
+ getCodeManualApi: (params: {
4
+ Data: string;
5
+ }) => Promise<any>;
6
+ getConfigByCodeApi: (params: import("./config").IParamsConfigByCode) => Promise<any>;
7
+ getSystemOption: (props: {
8
+ stateId: string;
9
+ }) => Promise<any>;
10
+ getdataview: (params: any) => Promise<any>;
11
+ tableconfigAddEditDelete: (params: any) => Promise<any>;
12
+ optionconfigAddEditDelete: (params: any) => Promise<any>;
13
+ getcolumn: (params: any) => Promise<any>;
14
+ getoption: (params: any) => Promise<any>;
15
+ };
16
+ getListMenuApi: (product_code: string) => Promise<any>;
17
+ getMenuTreeApi: (product_code: string) => Promise<any>;
18
+ };
19
+ export default api;
@@ -0,0 +1,8 @@
1
+ import { AxiosRequestConfig } from 'axios';
2
+ export declare const getToken: () => string | null;
3
+ export declare const config: AxiosRequestConfig;
4
+ declare const menuApi: {
5
+ getListMenuApi: (product_code: string) => Promise<any>;
6
+ getMenuTreeApi: (product_code: string) => Promise<any>;
7
+ };
8
+ export default menuApi;
@@ -0,0 +1,9 @@
1
+ export declare const requester: {
2
+ get: (url: string, params?: {}, config?: {}) => Promise<any>;
3
+ post: (url: string, data?: {}, config?: {}) => Promise<any>;
4
+ put: (url: string, data?: {}, config?: {}) => Promise<any>;
5
+ delete: (url: string, params?: {}, config?: {}) => Promise<any>;
6
+ postForm: (url: string, data?: {}, config?: {}) => Promise<any>;
7
+ export: (url: string, data?: {}, config?: {}) => Promise<any>;
8
+ };
9
+ export default requester;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.7.95",
3
+ "version": "1.7.97",
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.1.71",
30
+ "@esvndev/es-react-import-export": "1.1.72",
31
31
  "@esvndev/es-template-help": "1.0.91",
32
32
  "@hookform/resolvers": "^2.8.10",
33
33
  "@rollup/plugin-commonjs": "^20.0.0",
@@ -52,7 +52,7 @@
52
52
  "@typescript-eslint/eslint-plugin": "^5.39.0",
53
53
  "@typescript-eslint/parser": "^5.39.0",
54
54
  "axios": "^1.7.2",
55
- "becoxy-icons": "1.9.9",
55
+ "becoxy-icons": "2.1.0",
56
56
  "classnames": "^2.5.1",
57
57
  "es-grid-template": "1.8.75",
58
58
  "es-print-template": "0.0.35",