@haloduck/ui 2.0.33 → 2.0.34

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.
package/index.d.ts CHANGED
@@ -624,9 +624,7 @@ interface TabItem {
624
624
  component: Type<any>;
625
625
  inputs?: Record<string, any>;
626
626
  }
627
- declare class TabsComponent implements OnChanges, AfterViewInit, OnInit {
628
- private readonly translateService;
629
- private readonly cdr;
627
+ declare class TabsComponent implements OnChanges, AfterViewInit {
630
628
  tabs: TabItem[];
631
629
  selectedIndex: number;
632
630
  layout: 'horizontal' | 'vertical';
@@ -638,7 +636,6 @@ declare class TabsComponent implements OnChanges, AfterViewInit, OnInit {
638
636
  get current(): TabItem | null;
639
637
  select(index: number): void;
640
638
  private ensureSelectedInRange;
641
- ngOnInit(): void;
642
639
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
643
640
  static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "haloduck-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "labelWidth": { "alias": "labelWidth"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, ["[slot=label]"], true, never>;
644
641
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",