@open-rlb/ng-bootstrap 3.3.39 → 3.3.40
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
|
@@ -284,7 +284,7 @@ declare class SidebarComponent implements OnInit, OnDestroy {
|
|
|
284
284
|
ngOnDestroy(): void;
|
|
285
285
|
private setCollapsed;
|
|
286
286
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
287
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item"], true, never>;
|
|
287
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item", "[rlb-sidebar-footer]"], true, never>;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
declare class TabComponent {
|