cilog-lib 1.12.17 → 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
package/types/cilog-lib.d.ts
CHANGED
|
@@ -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" | "
|
|
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;
|