@indice/ng-components 0.2.76 → 0.2.80

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, AfterViewChecked } 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, AfterViewChecked {
8
8
  private document;
9
9
  private router;
10
10
  private location;
@@ -16,6 +16,7 @@ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterVie
16
16
  activeConfig: IShellConfig;
17
17
  loaded: boolean;
18
18
  constructor(document: any, router: Router, location: Location, config: IShellConfig | null, componentLoaderFactory: ComponentLoaderFactory);
19
+ ngAfterViewChecked(): void;
19
20
  ngOnInit(): void;
20
21
  ngAfterViewInit(): void;
21
22
  private initCustomComponents;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.76",
3
+ "version": "0.2.80",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",