@indigina/ui-kit 1.1.34 → 1.1.35
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.
|
@@ -13,6 +13,10 @@ export declare class KitNavigationMenuComponent {
|
|
|
13
13
|
* Defines whether the component will have an animation when collapsing/expanding the menu
|
|
14
14
|
*/
|
|
15
15
|
animate: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether menu will be collapsed
|
|
18
|
+
*/
|
|
19
|
+
collapsed: boolean;
|
|
16
20
|
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
17
21
|
readonly PanelBarExpandMode: typeof PanelBarExpandMode;
|
|
18
22
|
constructor(router: Router);
|
|
@@ -20,5 +24,5 @@ export declare class KitNavigationMenuComponent {
|
|
|
20
24
|
private setExpandedStateOnRouterChange;
|
|
21
25
|
private setExpandedState;
|
|
22
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuComponent, "kit-navigation-menu", never, { "items": { "alias": "items"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuComponent, "kit-navigation-menu", never, { "items": { "alias": "items"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
28
|
}
|