@indice/ng-components 0.3.2-beta.3 → 0.3.2-beta.30

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.
@@ -25,6 +25,7 @@ export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy
25
25
  abstract newItemLink: string | null;
26
26
  private routeSub$;
27
27
  private loadSub$;
28
+ autoLoad: boolean;
28
29
  constructor(route$: ActivatedRoute, router$: Router);
29
30
  ngOnDestroy(): void;
30
31
  getViewActions(): Observable<ViewAction[]>;
@@ -50,5 +51,5 @@ export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy
50
51
  advancedSearchChanged(filters: FilterClause[]): void;
51
52
  searchChanged(searchText: string | null): void;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseListComponent<any>, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseListComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseListComponent<any>, "ng-component", never, { "autoLoad": { "alias": "auto-load"; "required": false; }; }, {}, never, never, false, never>;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.3",
3
+ "version": "0.3.2-beta.30",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",