@@ -29,6 +29,7 @@ import * as i11 from '@angular/cdk/scrolling';
29
29
import * as i12 from ' @koobiq/components/core' ;
30
30
import * as i13 from ' @koobiq/components/icon' ;
31
31
import * as i14 from ' @koobiq/components/tooltip' ;
32
+ import * as i15 from ' @angular/common' ;
32
33
import * as i9 from ' @angular/cdk/portal' ;
33
34
import { InjectionToken } from ' @angular/core' ;
34
35
import { NgZone } from ' @angular/core' ;
@@ -255,6 +256,10 @@ export const KbqTabGroupMixinBase: CanDisableCtor & typeof KbqTabGroupBase;
255
256
export class KbqTabHeader extends KbqPaginatedTabHeader {
256
257
constructor (elementRef : ElementRef , changeDetectorRef : ChangeDetectorRef , viewportRuler : ViewportRuler , ngZone : NgZone , platform : Platform , dir : Directionality , animationMode ? : string );
257
258
// (undocumented)
259
+ get activeTabOffsetLeft(): string ;
260
+ // (undocumented)
261
+ get activeTabOffsetWidth(): string ;
262
+ // (undocumented)
258
263
readonly changeDetectorRef: ChangeDetectorRef ;
259
264
// (undocumented)
260
265
readonly elementRef: ElementRef ;
@@ -383,7 +388,7 @@ export class KbqTabsModule {
383
388
// Warning: (ae-forgotten-export) The symbol "i8" needs to be exported by the entry point index.d.ts
384
389
//
385
390
// (undocumented)
386
- static ɵmod: i0 .ɵɵNgModuleDeclaration <KbqTabsModule , [typeof i1 .KbqTabGroup , typeof i2 .KbqTabLabel , typeof i3 .KbqTab , typeof i4 .KbqTabLabelWrapper , typeof i5 .KbqTabNav , typeof i5 .KbqTabLink , typeof i6 .KbqTabBody , typeof i6 .KbqTabBodyPortal , typeof i7 .KbqTabHeader , typeof i8 .KbqTabContent , typeof i1 .KbqAlignTabsCenterCssStyler , typeof i1 .KbqAlignTabsEndCssStyler , typeof i1 .KbqStretchTabsCssStyler , typeof i1 .KbqUnderlinedTabsCssStyler , typeof i1 .KbqVerticalTabsCssStyler ], [typeof i9 .PortalModule , typeof i10 .A11yModule , typeof i11 .CdkScrollableModule , typeof i12 .KbqCommonModule , typeof i13 .KbqIconModule , typeof i14 .KbqToolTipModule ], [typeof i12 .KbqCommonModule , typeof i1 .KbqTabGroup , typeof i2 .KbqTabLabel , typeof i3 .KbqTab , typeof i5 .KbqTabNav , typeof i5 .KbqTabLink , typeof i8 .KbqTabContent , typeof i1 .KbqAlignTabsCenterCssStyler , typeof i1 .KbqAlignTabsEndCssStyler , typeof i1 .KbqStretchTabsCssStyler , typeof i1 .KbqUnderlinedTabsCssStyler , typeof i1 .KbqVerticalTabsCssStyler ]>;
391
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <KbqTabsModule , [typeof i1 .KbqTabGroup , typeof i2 .KbqTabLabel , typeof i3 .KbqTab , typeof i4 .KbqTabLabelWrapper , typeof i5 .KbqTabNav , typeof i5 .KbqTabLink , typeof i6 .KbqTabBody , typeof i6 .KbqTabBodyPortal , typeof i7 .KbqTabHeader , typeof i8 .KbqTabContent , typeof i1 .KbqAlignTabsCenterCssStyler , typeof i1 .KbqAlignTabsEndCssStyler , typeof i1 .KbqStretchTabsCssStyler , typeof i1 .KbqUnderlinedTabsCssStyler , typeof i1 .KbqVerticalTabsCssStyler ], [typeof i9 .PortalModule , typeof i10 .A11yModule , typeof i11 .CdkScrollableModule , typeof i12 .KbqCommonModule , typeof i13 .KbqIconModule , typeof i14 .KbqToolTipModule , typeof i15 . NgStyle ], [typeof i12 .KbqCommonModule , typeof i1 .KbqTabGroup , typeof i2 .KbqTabLabel , typeof i3 .KbqTab , typeof i5 .KbqTabNav , typeof i5 .KbqTabLink , typeof i8 .KbqTabContent , typeof i1 .KbqAlignTabsCenterCssStyler , typeof i1 .KbqAlignTabsEndCssStyler , typeof i1 .KbqStretchTabsCssStyler , typeof i1 .KbqUnderlinedTabsCssStyler , typeof i1 .KbqVerticalTabsCssStyler ]>;
387
392
}
388
393
389
394
// @public (undocumented)
0 commit comments