@indigina/ui-kit 1.1.579 → 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
|
@@ -1505,6 +1505,7 @@ declare class KitAutocompleteComponent<T> implements ControlValueAccessor {
|
|
|
1505
1505
|
*/
|
|
1506
1506
|
readonly dropdownPopupSettings: Signal<PopupSettings>;
|
|
1507
1507
|
openPopup(): void;
|
|
1508
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
1508
1509
|
/**
|
|
1509
1510
|
* Callback function that return dropdown list item text
|
|
1510
1511
|
*/
|
|
@@ -3620,6 +3621,7 @@ declare class KitScrollNavigationComponent implements AfterViewInit, OnInit {
|
|
|
3620
3621
|
private handleSectionChanges;
|
|
3621
3622
|
private setLastSectionMinHeight;
|
|
3622
3623
|
private calculateLastSectionMinHeight;
|
|
3624
|
+
private getActiveSectionIndex;
|
|
3623
3625
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitScrollNavigationComponent, never>;
|
|
3624
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>;
|
|
3625
3627
|
}
|