@open-rlb/ng-bootstrap 2.3.5 → 2.3.7
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
|
}
|
|
@@ -2049,6 +2049,7 @@ declare class SwitchComponent extends AbstractComponent<boolean> implements Cont
|
|
|
2049
2049
|
update(ev: EventTarget | null): void;
|
|
2050
2050
|
onWrite(data: boolean): void;
|
|
2051
2051
|
ngAfterViewInit(): void;
|
|
2052
|
+
private updateInternalValue;
|
|
2052
2053
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, [null, { optional: true; self: true; }]>;
|
|
2053
2054
|
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "rlb-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "userDefinedId": { "alias": "id"; "required": false; }; }, {}, never, ["[before]", "[after]"], false, never>;
|
|
2054
2055
|
static ngAcceptInputType_disabled: unknown;
|