@indice/ng-components 0.2.74 → 0.2.78

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,10 +1,10 @@
1
1
  import { IShellConfig } from './../../../types';
2
- import { AfterViewInit, OnInit, OnDestroy, QueryList } from '@angular/core';
2
+ import { AfterViewInit, OnInit, OnDestroy, QueryList, AfterContentInit } from '@angular/core';
3
3
  import { Location } from '@angular/common';
4
4
  import { Router } from '@angular/router';
5
5
  import { DynamicComponentHostDirective } from '../../../directives/dynamic-component-host.directive';
6
6
  import { ComponentLoaderFactory } from '../../../services/component-loader/component-loader.factory';
7
- export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterViewInit {
7
+ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterViewInit, AfterContentInit {
8
8
  private document;
9
9
  private router;
10
10
  private location;
@@ -14,7 +14,9 @@ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterVie
14
14
  showRightPaneSM: boolean;
15
15
  private routerSub$;
16
16
  activeConfig: IShellConfig;
17
+ loaded: boolean;
17
18
  constructor(document: any, router: Router, location: Location, config: IShellConfig | null, componentLoaderFactory: ComponentLoaderFactory);
19
+ ngAfterContentInit(): void;
18
20
  ngOnInit(): void;
19
21
  ngAfterViewInit(): void;
20
22
  private initCustomComponents;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.74",
3
+ "version": "0.2.78",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",