@neoprototype/neop-ui-lib 1.1.3 → 1.1.4
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/package.json
CHANGED
|
@@ -651,7 +651,7 @@ declare class NpTabComponent implements OnInit {
|
|
|
651
651
|
tabs: INpTab[];
|
|
652
652
|
className: string;
|
|
653
653
|
subClassName: string;
|
|
654
|
-
tabActive: string;
|
|
654
|
+
tabActive: string | number;
|
|
655
655
|
isLink: boolean;
|
|
656
656
|
npStyle: 'button' | 'underline';
|
|
657
657
|
npDirection: 'horizontal' | 'vertical';
|
|
@@ -668,7 +668,6 @@ declare class NpTabComponent implements OnInit {
|
|
|
668
668
|
updateScrollButtons: () => void;
|
|
669
669
|
scrollLeft(): void;
|
|
670
670
|
scrollRight(): void;
|
|
671
|
-
ngAfterViewInit(): void;
|
|
672
671
|
ngOnDestroy(): void;
|
|
673
672
|
onResize(): void;
|
|
674
673
|
static ɵfac: i0.ɵɵFactoryDeclaration<NpTabComponent, never>;
|