cilog-lib 1.12.13 → 1.12.15
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
|
@@ -171,6 +171,7 @@ interface IColumn {
|
|
|
171
171
|
textColor?: string;
|
|
172
172
|
disableFilter?: boolean;
|
|
173
173
|
exportable?: boolean;
|
|
174
|
+
contextMenuDisabled?: boolean;
|
|
174
175
|
}
|
|
175
176
|
interface IOptions {
|
|
176
177
|
defaultFilters?: any;
|
|
@@ -355,7 +356,7 @@ declare class CilogTableComponent implements OnInit {
|
|
|
355
356
|
getOption(col: any, row: any, option: string): any;
|
|
356
357
|
getMultiSelectConcat(value: any, label: string): any;
|
|
357
358
|
getSelectLibelleByValue(row: any, col: any): string;
|
|
358
|
-
getFilterByCol(col: IColumn): "dateRangeFilter" | "objetFilter" | "
|
|
359
|
+
getFilterByCol(col: IColumn): "dateRangeFilter" | "objetFilter" | "listeFilter" | "textFilter" | "switchFilter" | "selectButtonFilter";
|
|
359
360
|
onFilterCol(event: any, col: IColumn): void;
|
|
360
361
|
filter(col: IColumn, val: any, filter: string): void;
|
|
361
362
|
getTotal(col: IColumn): number;
|