@dexteel/mesf-core 4.22.6 → 4.23.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "4.22.6"
2
+ ".": "4.23.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [4.23.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.6...@dexteel/mesf-core-v4.23.0) (2025-02-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **AG Grid:** Upgrade AG Grid to 30 ([b5c1255](https://github.com/dexteel/mesf-core-frontend/commit/b5c1255f715768b0c80a013e2d1485096505f7d8))
9
+
10
+ ## [4.22.6] - 2025-01-10
11
+
12
+
13
+
1
14
  # Changelog
2
15
 
3
16
  ## [4.22.6](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.5...@dexteel/mesf-core-v4.22.6) (2025-01-10)
@@ -17,6 +17,6 @@ export declare const useJobsTableData: ({ setRowSelected, showContextMenu, }: Pr
17
17
  StartTime: Date;
18
18
  NextExecutionTime: Date;
19
19
  }[];
20
- columnDefs: ColDef<any>[];
20
+ columnDefs: ColDef<any, any>[];
21
21
  };
22
22
  export {};
@@ -8,5 +8,5 @@ export declare const useLogTableData: () => {
8
8
  LogTypeCode: string;
9
9
  User: string;
10
10
  }[];
11
- columnDefs: ColDef<any>[];
11
+ columnDefs: ColDef<any, any>[];
12
12
  };
@@ -12,6 +12,6 @@ export declare const useTableData: ({ setProfileId, setModalProceduresProfile, s
12
12
  ProfileId: number | null;
13
13
  ProfileName: string;
14
14
  }[];
15
- columnDefs: ColDef<any>[];
15
+ columnDefs: ColDef<any, any>[];
16
16
  };
17
17
  export {};
@@ -5,7 +5,7 @@ type Props = {
5
5
  showContextMenu: Function;
6
6
  };
7
7
  export declare const useTableData: ({ setOpenModalEditSetting, setOpenModalDeleteSetting, showContextMenu, }: Props) => {
8
- columnDefs: ColDef<any>[];
9
- defaultColDef: ColDef<any>;
8
+ columnDefs: ColDef<any, any>[];
9
+ defaultColDef: ColDef<any, any>;
10
10
  };
11
11
  export {};
@@ -15,6 +15,6 @@ export declare const useTableData: ({ setOpenModalEditShift, setOpenModalDeleteS
15
15
  Comments: string | null;
16
16
  CanEdit: boolean;
17
17
  }[];
18
- columnDefs: ColDef<any>[];
18
+ columnDefs: ColDef<any, any>[];
19
19
  };
20
20
  export {};
@@ -15,6 +15,6 @@ export declare const useTableData: ({ setUserId, setOpenModalEditDataUser, setOp
15
15
  Profiles: string;
16
16
  id: number | null;
17
17
  }[];
18
- columnDefs: ColDef<any>[];
18
+ columnDefs: ColDef<any, any>[];
19
19
  };
20
20
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "4.22.6",
3
+ "version": "4.23.0",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -69,9 +69,9 @@
69
69
  "@nivo/bar": "^0.79.1",
70
70
  "@nivo/core": "^0.79.0",
71
71
  "@reduxjs/toolkit": "^1.6.2",
72
- "ag-grid-community": "^29.2.0",
73
- "ag-grid-enterprise": "^29.2.0",
74
- "ag-grid-react": "^29.2.0",
72
+ "ag-grid-community": "^30.2.1",
73
+ "ag-grid-enterprise": "^30.2.1",
74
+ "ag-grid-react": "^30.2.1",
75
75
  "bootstrap": "^4.6.1",
76
76
  "moment": "^2.29.1",
77
77
  "prop-types": "^15.8.1",