codefoxui
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -11,2 +11,3 @@ import { ChangeDetectorRef, OnInit } from "@angular/core"; | ||
media: MediaManagerMedia | null; | ||
disabled: boolean; | ||
formGroup: import("@angular/forms").FormGroup<{ | ||
@@ -13,0 +14,0 @@ title: import("@angular/forms").FormGroup<{}>; |
import { ChangeDetectorRef, OnChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class TabPanelComponent implements OnChanges { | ||
private cdr; | ||
cdr: ChangeDetectorRef; | ||
title: string | null; | ||
@@ -12,5 +12,5 @@ selected: boolean; | ||
ngOnChanges(): void; | ||
constructor(cdr: ChangeDetectorRef); | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TabPanelComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabPanelComponent, "cf-tabPanel", never, { "title": { "alias": "title"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -5,4 +5,4 @@ import { QueryList, AfterContentInit, ElementRef, ChangeDetectorRef, OnInit, EventEmitter } from '@angular/core'; | ||
export declare class TabViewComponent implements AfterContentInit, OnInit { | ||
private cdr; | ||
private el; | ||
cdr: ChangeDetectorRef; | ||
el: ElementRef<HTMLElement>; | ||
input: ElementRef<HTMLInputElement> | null; | ||
@@ -34,5 +34,5 @@ selectedTabpanelIndex: number; | ||
ngOnInit(): void; | ||
constructor(cdr: ChangeDetectorRef, el: ElementRef<HTMLElement>); | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TabViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabViewComponent, "cf-tabView", never, { "selectedTabpanelIndex": { "alias": "selectedTabpanelIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideTabs": { "alias": "hideTabs"; "required": false; }; }, { "tabPanelSelected": "tabPanelSelected"; }, ["tabPanelsQueryList"], ["*"], true, never>; | ||
} |
{ | ||
"name": "codefoxui", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6427549
42575