cilog-lib 1.12.17 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cilog-lib",
3
- "version": "1.12.17",
3
+ "version": "1.12.19",
4
4
  "peerDependencies": {
5
5
  "@types/node": "^20.11.19",
6
6
  "exceljs": "^4.4.0",
@@ -151,6 +151,10 @@ interface ICell {
151
151
  focus?: boolean;
152
152
  disableSelection?: boolean;
153
153
  excelSubstitution?: string;
154
+ pastilleHautGauche?: string;
155
+ pastilleHautDroite?: string;
156
+ pastilleBasGauche?: string;
157
+ pastilleBasDroite?: string;
154
158
  }
155
159
  interface IColumn {
156
160
  id: any;