@taiga-ui/addon-doc 4.52.0-canary.05c3268 → 4.52.0-canary.1acd1eb

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;
@@ -9,5 +9,5 @@ export declare class TuiDocMain {
9
9
  protected readonly icon: import("@angular/core").Signal<string>;
10
10
  changeTextDirection(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocMain, never>;
12
- 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>;
13
13
  }