cilog-lib 1.12.16 → 1.12.18

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.16",
3
+ "version": "1.12.18",
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;
@@ -356,7 +360,7 @@ declare class CilogTableComponent implements OnInit {
356
360
  getOption(col: any, row: any, option: string): any;
357
361
  getMultiSelectConcat(value: any, label: string): any;
358
362
  getSelectLibelleByValue(row: any, col: any): string;
359
- getFilterByCol(col: IColumn): "dateRangeFilter" | "objetFilter" | "selectButtonFilter" | "listeFilter" | "switchFilter" | "textFilter";
363
+ getFilterByCol(col: IColumn): "dateRangeFilter" | "objetFilter" | "listeFilter" | "textFilter" | "switchFilter" | "selectButtonFilter";
360
364
  onFilterCol(event: any, col: IColumn): void;
361
365
  filter(col: IColumn, val: any, filter: string): void;
362
366
  getTotal(col: IColumn): number;