@indigina/ui-kit 1.1.580 → 1.1.581
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
|
@@ -3621,6 +3621,7 @@ declare class KitScrollNavigationComponent implements AfterViewInit, OnInit {
|
|
|
3621
3621
|
private handleSectionChanges;
|
|
3622
3622
|
private setLastSectionMinHeight;
|
|
3623
3623
|
private calculateLastSectionMinHeight;
|
|
3624
|
+
private getActiveSectionIndex;
|
|
3624
3625
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitScrollNavigationComponent, never>;
|
|
3625
3626
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitScrollNavigationComponent, "kit-scroll-navigation", never, { "isNavigationBtnDisabled": { "alias": "isNavigationBtnDisabled"; "required": false; "isSignal": true; }; "dropdownDefaultText": { "alias": "dropdownDefaultText"; "required": false; "isSignal": true; }; }, {}, ["sections"], never, true, never>;
|
|
3626
3627
|
}
|