@wizishop/angular-components 15.1.53 → 15.1.55

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,7 +1,7 @@
1
- import { OnInit, ChangeDetectorRef, QueryList } from '@angular/core';
1
+ import { ChangeDetectorRef, QueryList } from '@angular/core';
2
2
  import { TabComponent } from './tab/tab.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class TabsComponent implements OnInit {
4
+ export declare class TabsComponent {
5
5
  private changeDetectorRef;
6
6
  get selectedIndex(): number;
7
7
  set selectedIndex(selectedIndex: number);
@@ -17,7 +17,6 @@ export declare class TabsComponent implements OnInit {
17
17
  private onTouched;
18
18
  private onChange;
19
19
  constructor(changeDetectorRef: ChangeDetectorRef);
20
- ngOnInit(): void;
21
20
  writeValue(selectedIndex: number): void;
22
21
  registerOnChange(onChange: any): void;
23
22
  onBlur(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.53",
3
+ "version": "15.1.55",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",