@coreui/angular-pro 4.4.7 → 4.4.8

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,8 +1,8 @@
1
- import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
3
  import { TabService } from './tab.service';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TabContentRefDirective implements OnChanges, OnDestroy, OnInit {
5
+ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
6
6
  private changeDetectorRef;
7
7
  private tabService;
8
8
  constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
@@ -42,7 +42,6 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy, OnI
42
42
  ngOnChanges(changes: SimpleChanges): void;
43
43
  toggleOpen($event: any): void;
44
44
  setActiveTabPane(): void;
45
- ngOnInit(): void;
46
45
  ngOnDestroy(): void;
47
46
  subscribeTabService(subscribe?: boolean): void;
48
47
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
@@ -1,8 +1,8 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
2
  import { TabContentComponent } from '../tab-content/tab-content.component';
3
3
  import { TabService } from '../tab.service';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TabPaneComponent implements OnDestroy, OnInit {
5
+ export declare class TabPaneComponent implements OnDestroy {
6
6
  private changeDetectorRef;
7
7
  private tabService;
8
8
  constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
@@ -18,7 +18,6 @@ export declare class TabPaneComponent implements OnDestroy, OnInit {
18
18
  show: boolean;
19
19
  active: boolean;
20
20
  };
21
- ngOnInit(): void;
22
21
  ngOnDestroy(): void;
23
22
  subscribeTabService(subscribe?: boolean): void;
24
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.4.7",
3
+ "version": "4.4.8",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",