codefoxui
Advanced tools
Comparing version 0.6.25 to 0.6.26
@@ -37,8 +37,29 @@ import { QueryList, AfterContentInit, ElementRef, OnInit, EventEmitter, OnChanges } from '@angular/core'; | ||
protected documentClicked(event: MouseEvent): void; | ||
/** | ||
* Disable the tab at given index | ||
* | ||
* @param index Index of tab | ||
* @returns `void` | ||
*/ | ||
disable(index: number): void; | ||
/** | ||
* Enables the tab at given index | ||
* | ||
* @param index Index of tab | ||
* @returns `void` | ||
*/ | ||
enable(index: number): void; | ||
ngAfterContentInit(): void; | ||
protected update(selectedTabpanelIndex?: number | null): void; | ||
/** | ||
* Runs change detection | ||
*/ | ||
detectChanges(): void; | ||
/** | ||
* Angular `ngOnChanges` | ||
*/ | ||
ngOnChanges(): void; | ||
/** | ||
* Angular `ngOnInit` | ||
*/ | ||
ngOnInit(): void; | ||
@@ -45,0 +66,0 @@ constructor(); |
{ | ||
"name": "codefoxui", | ||
"version": "0.6.25", | ||
"version": "0.6.26", | ||
"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
6650730
44658