@tilde-nlp/ngx-common 2.0.21 → 2.0.23

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.
@@ -1,6 +1,6 @@
1
1
  import { FilterBarSettings } from "../../filter-bar";
2
2
  export interface FilterConfig {
3
- enabled: boolean;
4
3
  settings: FilterBarSettings;
5
4
  visible?: boolean;
5
+ enabled?: boolean;
6
6
  }
@@ -15,7 +15,6 @@ export declare class MultiFunctionalTableComponent<T> implements OnInit, AfterCo
15
15
  private readonly translateService;
16
16
  readonly matSelection: SelectionModel<T>;
17
17
  config: MultiFunctionalTableConfig<T>;
18
- filterEnabled: boolean;
19
18
  highlightedElements: T[];
20
19
  set selection(value: T[]);
21
20
  filterBarChange: EventEmitter<FilterBarChangeEvent>;
@@ -31,7 +30,6 @@ export declare class MultiFunctionalTableComponent<T> implements OnInit, AfterCo
31
30
  get ignoreAttributeName(): string;
32
31
  displayColumns: string[];
33
32
  columnSelectActive: boolean;
34
- get filterActive(): boolean | undefined;
35
33
  exportActive: boolean;
36
34
  noDataRowActive: boolean;
37
35
  filterBarVisible: boolean;
@@ -40,6 +38,7 @@ export declare class MultiFunctionalTableComponent<T> implements OnInit, AfterCo
40
38
  configurableColumns: ColumnConfig[];
41
39
  batchSelectedEnabled: boolean;
42
40
  hoveredRow: any;
41
+ get filterActive(): boolean | undefined;
43
42
  private localStorageValue;
44
43
  readonly batchColumnName = "batch";
45
44
  constructor(domService: DOMService, translateService: TranslateService);
@@ -62,5 +61,5 @@ export declare class MultiFunctionalTableComponent<T> implements OnInit, AfterCo
62
61
  private setNoDataRowProperties;
63
62
  private setExportProperties;
64
63
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiFunctionalTableComponent<any>, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiFunctionalTableComponent<any>, "tld-multi-functional-table", never, { "config": "config"; "filterEnabled": "filterEnabled"; "highlightedElements": "highlightedElements"; "selection": "selection"; }, { "filterBarChange": "filterBarChange"; "exported": "exported"; "selectionChange": "selectionChange"; }, ["noDataRow", "headerRowDefs", "rowDefs", "columnDefs"], ["[additionalActions]", "*"], false>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiFunctionalTableComponent<any>, "tld-multi-functional-table", never, { "config": "config"; "highlightedElements": "highlightedElements"; "selection": "selection"; }, { "filterBarChange": "filterBarChange"; "exported": "exported"; "selectionChange": "selectionChange"; }, ["noDataRow", "headerRowDefs", "rowDefs", "columnDefs"], ["[additionalActions]", "*"], false>;
66
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",