@taiga-ui/addon-doc 4.52.0-canary.e444d19 → 4.52.0-canary.eb5ffe3

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.
@@ -5,10 +5,11 @@ import * as i0 from "@angular/core";
5
5
  export declare class TuiDocCode {
6
6
  private readonly icons;
7
7
  private readonly rawLoader$$;
8
+ private readonly texts;
8
9
  protected readonly isServer: boolean;
9
10
  protected readonly markdownCodeProcessor: TuiHandler<string, readonly string[]>;
10
11
  protected readonly copy$: Subject<void>;
11
- protected readonly copyText: import("@angular/core").Signal<string | undefined>;
12
+ protected readonly copyText: import("@angular/core").Signal<string>;
12
13
  protected readonly icon: import("@angular/core").Signal<string>;
13
14
  protected readonly processor: import("@angular/core").Signal<readonly string[] | readonly []>;
14
15
  filename: string;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiDocCopy {
3
3
  private readonly copy$;
4
- protected readonly texts: import("@angular/core").Signal<readonly [copy: string, copied: string] | readonly ["", ""]>;
4
+ protected readonly texts: import("@angular/core").Signal<readonly [copy: string, copied: string]>;
5
5
  protected readonly copied: import("@angular/core").Signal<boolean>;
6
6
  protected onClick(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocCopy, never>;
@@ -8,7 +8,7 @@ export declare class TuiDocExample {
8
8
  private readonly clipboard;
9
9
  private readonly alerts;
10
10
  private readonly location;
11
- private readonly copyTexts$;
11
+ private readonly copyTexts;
12
12
  private readonly processContent;
13
13
  private readonly rawLoader$$;
14
14
  protected readonly fullscreenEnabled: boolean;
@@ -1,13 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiDocHeader {
3
- private readonly stream$;
4
3
  private readonly router;
4
+ private readonly routeEvents;
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: string;
8
- protected readonly open: import("@angular/core").Signal<boolean>;
9
- protected onClick(): void;
10
- protected onActiveZone(active: boolean): void;
8
+ protected readonly open: import("@angular/core").WritableSignal<boolean>;
9
+ constructor();
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocHeader, never>;
12
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocHeader, "header[tuiDocHeader]", never, {}, {}, never, ["*"], true, never>;
13
12
  }
@@ -6,9 +6,8 @@ export declare class TuiDocMain {
6
6
  protected readonly darkMode: import("@angular/core").WritableSignal<boolean> & {
7
7
  reset(): void;
8
8
  };
9
- protected readonly theme: import("@angular/core").Signal<"dark" | null>;
10
9
  protected readonly icon: import("@angular/core").Signal<string>;
11
10
  changeTextDirection(): void;
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocMain, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocMain, "tui-doc-main", never, {}, {}, never, ["tuiDocNavigation", "tuiDocHeader", "tuiOverContent", "tuiOverDialogs", "tuiOverAlerts", "tuiOverDropdowns", "tuiOverHints"], true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocMain, "tui-doc-main", never, {}, {}, never, ["tuiDocNavigation", "tuiDocHeader", "tuiOverContent"], true, never>;
14
13
  }
@@ -1,6 +1,6 @@
1
1
  import { FormControl } from '@angular/forms';
2
2
  import { type TuiDocRoutePage, type TuiDocRoutePages } from '@taiga-ui/addon-doc/types';
3
- import { TuiSidebarDirective } from '@taiga-ui/addon-mobile/directives/sidebar';
3
+ import { TuiDrawer } from '@taiga-ui/kit/components/drawer';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TuiDocNavigation {
6
6
  private readonly searchInput?;
@@ -8,7 +8,7 @@ export declare class TuiDocNavigation {
8
8
  private readonly doc;
9
9
  protected open: import("@angular/core").WritableSignal<boolean>;
10
10
  protected menuOpen: boolean;
11
- protected readonly sidebar: TuiSidebarDirective<any> | null;
11
+ protected readonly drawer: TuiDrawer | null;
12
12
  protected readonly labels: readonly string[];
13
13
  protected readonly items: readonly TuiDocRoutePages[];
14
14
  protected readonly searchText: string;