@taiga-ui/addon-doc 4.52.0-canary.c91900a → 4.52.0-canary.ca43bcb

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.
@@ -1,6 +1,5 @@
1
1
  import { type OnInit } from '@angular/core';
2
2
  import { TuiDocAPINumberItem } from './api-item-number.directive';
3
- import * as i0 from "@angular/core";
4
3
  export declare class TuiDocAPIItem<T> implements OnInit {
5
4
  private readonly locationRef;
6
5
  private readonly activatedRoute;
@@ -23,6 +22,4 @@ export declare class TuiDocAPIItem<T> implements OnInit {
23
22
  private clearBrackets;
24
23
  private parseParams;
25
24
  private setQueryParam;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocAPIItem<any>, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocAPIItem<any>, "tr[tuiDocAPIItem]", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
28
25
  }
@@ -1,6 +1,5 @@
1
1
  import { type AfterViewInit, TemplateRef } from '@angular/core';
2
2
  import { type AbstractControl, FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
3
  export declare class TuiDocDemo implements AfterViewInit {
5
4
  private readonly resizable?;
6
5
  private readonly content?;
@@ -37,6 +36,4 @@ export declare class TuiDocDemo implements AfterViewInit {
37
36
  private updateUrl;
38
37
  private createForm;
39
38
  private getUrlTree;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocDemo, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocDemo, "tui-doc-demo", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, ["template"], ["*"], true, never>;
42
39
  }
@@ -1,7 +1,6 @@
1
1
  import { FormControl } from '@angular/forms';
2
2
  import { type TuiDocRoutePage, type TuiDocRoutePages } from '@taiga-ui/addon-doc/types';
3
3
  import { TuiDrawer } from '@taiga-ui/kit/components/drawer';
4
- import * as i0 from "@angular/core";
5
4
  export declare class TuiDocNavigation {
6
5
  private readonly searchInput?;
7
6
  private readonly router;
@@ -34,6 +33,4 @@ export declare class TuiDocNavigation {
34
33
  private isActiveRoute;
35
34
  private openActivePageGroup;
36
35
  private navigateToAnchorLink;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocNavigation, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocNavigation, "tui-doc-navigation", never, {}, {}, never, ["*"], true, never>;
39
36
  }
@@ -1,5 +1,4 @@
1
1
  import { type FactoryProvider, InjectionToken } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare const TUI_THEME_KEY: InjectionToken<string>;
4
3
  export declare const TUI_THEMES: InjectionToken<Record<string, string>>;
5
4
  export declare function tuiDocThemeProvider(): FactoryProvider;
@@ -11,6 +10,4 @@ export declare class TuiDocThemeSwitcher {
11
10
  protected readonly themes: Record<string, string>;
12
11
  protected readonly keys: string[];
13
12
  onTheme(theme: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocThemeSwitcher, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocThemeSwitcher, "tui-doc-theme-switcher", never, {}, {}, never, ["*"], true, never>;
16
13
  }