@taiga-ui/addon-doc 5.0.0 → 5.1.0-canary.71f34cd
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/components/internal/header/index.d.ts +1 -2
- package/components/main/main.component.d.ts +1 -1
- package/fesm2022/taiga-ui-addon-doc-components.mjs +73 -74
- package/fesm2022/taiga-ui-addon-doc-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-doc-services.mjs +3 -3
- package/fesm2022/taiga-ui-addon-doc-utils.mjs +5 -5
- package/fesm2022/taiga-ui-addon-doc-utils.mjs.map +1 -1
- package/package.json +15 -15
|
@@ -5,9 +5,8 @@ export declare class TuiDocHeader {
|
|
|
5
5
|
protected readonly icons: import("@taiga-ui/addon-doc/tokens").TuiDocIcons;
|
|
6
6
|
protected readonly logo: import("@taiga-ui/polymorpheus").PolymorpheusContent;
|
|
7
7
|
protected readonly menu: import("@angular/core").Signal<string>;
|
|
8
|
-
protected readonly breakpoint: import("@angular/core").Signal<"desktopLarge" | "desktopSmall" | "mobile">;
|
|
9
8
|
protected readonly open: import("@angular/core").WritableSignal<boolean>;
|
|
10
9
|
constructor();
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocHeader, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocHeader, "header[tuiDocHeader]", never, {}, {}, never, ["*"], true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocHeader, "header[tuiDocHeader]", never, {}, {}, never, ["tuiDocMobileNavigation", "*"], true, never>;
|
|
13
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiDocMain {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocMain, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocMain, "tui-doc-main", never, {}, {}, never, ["tuiDocNavigation", "tuiDocHeader", "tuiOverContent"], true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocMain, "tui-doc-main", never, {}, {}, never, ["tuiDocNavigation", "tuiDocMobileNavigation", "tuiDocHeader", "tuiOverContent"], true, never>;
|
|
5
5
|
}
|