@open-rlb/ng-bootstrap 3.1.17 → 3.1.19
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
|
@@ -379,6 +379,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
379
379
|
template: TemplateRef<any>;
|
|
380
380
|
navbarItemsGroups: _angular_core.Signal<readonly NavbarItemsComponent[]>;
|
|
381
381
|
dark: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
382
|
+
showSideBarToggler: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
382
383
|
color: _angular_core.InputSignal<Color | undefined>;
|
|
383
384
|
placement: _angular_core.InputSignal<"fixed-top" | "fixed-bottom" | "sticky-top" | "sticky-bottom" | undefined>;
|
|
384
385
|
expand: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl" | "always" | "xxl" | undefined>;
|
|
@@ -391,7 +392,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
391
392
|
toggleSidebar(): void;
|
|
392
393
|
private closeMobileMenu;
|
|
393
394
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
394
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; "isSignal": true; }; }, {}, ["navbarItemsGroups"], ["[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator", "rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"], false, never>;
|
|
395
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "showSideBarToggler": { "alias": "showSideBarToggler"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; "isSignal": true; }; }, {}, ["navbarItemsGroups"], ["[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator", "rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"], false, never>;
|
|
395
396
|
}
|
|
396
397
|
|
|
397
398
|
declare class OffcanvasComponent extends ToggleAbstractComponent<Offcanvas> implements OnInit, OnDestroy {
|