cilog-lib 1.12.9 → 1.12.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cilog-lib",
3
- "version": "1.12.9",
3
+ "version": "1.12.11",
4
4
  "peerDependencies": {
5
5
  "@types/node": "^20.11.19",
6
6
  "exceljs": "^4.4.0",
@@ -120,6 +120,7 @@ interface IOptionsGrille {
120
120
  exportExcelByFiltre?: boolean;
121
121
  exportExcelNoColors?: boolean;
122
122
  contextMenuItems?: MenuItem[];
123
+ contextMenuParCellule?: boolean;
123
124
  headersAffichageEntier?: boolean;
124
125
  resizableColumns?: boolean;
125
126
  }