@taiga-ui/addon-doc 5.0.0-rc.4 → 5.0.0-rc.5
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/demo/index.d.ts +2 -2
- package/components/navigation/navigation.component.d.ts +1 -1
- package/fesm2022/taiga-ui-addon-doc-components.mjs +107 -102
- 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-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-doc-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-doc-types.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-doc-utils.mjs +3 -3
- package/fesm2022/taiga-ui-addon-doc-utils.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-doc.mjs.map +1 -1
- package/package.json +25 -11
- package/tokens/doc-icons.d.ts +2 -5
|
@@ -16,8 +16,8 @@ export declare class TuiDocDemo implements AfterViewInit {
|
|
|
16
16
|
private readonly darkMode;
|
|
17
17
|
protected readonly template: Signal<TemplateRef<any> | undefined>;
|
|
18
18
|
protected readonly rendered: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
-
protected theme: Signal<"dark" | "light">;
|
|
20
|
-
protected dark: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
protected readonly theme: Signal<"dark" | "light">;
|
|
20
|
+
protected readonly dark: import("@angular/core").WritableSignal<boolean>;
|
|
21
21
|
protected readonly $: import("rxjs").Subscription;
|
|
22
22
|
protected form?: FormGroup;
|
|
23
23
|
protected readonly updateOnVariants: readonly ["change", "blur", "submit"];
|
|
@@ -7,7 +7,7 @@ export declare class TuiDocNavigation {
|
|
|
7
7
|
private readonly searchInput;
|
|
8
8
|
private readonly router;
|
|
9
9
|
private readonly doc;
|
|
10
|
-
protected open: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
protected readonly open: import("@angular/core").WritableSignal<boolean>;
|
|
11
11
|
protected menuOpen: boolean;
|
|
12
12
|
protected readonly drawer: TuiDrawer | null;
|
|
13
13
|
protected readonly labels: readonly string[];
|