@open-rlb/ng-bootstrap 2.3.5 → 2.3.6
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/index.d.ts
CHANGED
|
@@ -385,7 +385,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
385
385
|
get navId(): string;
|
|
386
386
|
get _navExpand(): string | undefined;
|
|
387
387
|
template: TemplateRef<any>;
|
|
388
|
-
|
|
388
|
+
navbarItemsGroups: QueryList<NavbarItemsComponent>;
|
|
389
389
|
dark?: boolean;
|
|
390
390
|
color?: Color;
|
|
391
391
|
placement?: 'fixed-top' | 'fixed-bottom' | 'sticky-top' | 'sticky-bottom';
|
|
@@ -398,7 +398,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
398
398
|
ngOnDestroy(): void;
|
|
399
399
|
private closeMobileMenu;
|
|
400
400
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
401
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; }; "color": { "alias": "color"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; }; }, {}, ["
|
|
401
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; }; "color": { "alias": "color"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; }; }, {}, ["navbarItemsGroups"], ["[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator", "rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"], false, never>;
|
|
402
402
|
static ngAcceptInputType_dark: unknown;
|
|
403
403
|
static ngAcceptInputType_enableDropdownToggler: unknown;
|
|
404
404
|
}
|