@taiga-ui/layout 4.65.0 → 5.0.0-canary.8b64ec1
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/README.md +2 -2
- package/components/app-bar/app-bar-back.component.d.ts +1 -1
- package/components/app-bar/app-bar-size.directive.d.ts +1 -0
- package/components/app-bar/app-bar.component.d.ts +2 -2
- package/components/app-bar/app-bar.directive.d.ts +2 -3
- package/components/block-status/block-status.component.d.ts +3 -3
- package/components/block-status/block-status.directive.d.ts +2 -3
- package/components/card/collapsed.directive.d.ts +2 -2
- package/components/card/large.directive.d.ts +3 -14
- package/components/card/medium.directive.d.ts +2 -1
- package/components/dynamic-header/dynamic-header-anchor.directive.d.ts +1 -1
- package/components/dynamic-header/dynamic-header-container.directive.d.ts +2 -2
- package/components/elastic-container/elastic-container.component.d.ts +8 -0
- package/components/elastic-container/elastic-container.directive.d.ts +7 -0
- package/components/elastic-container/index.d.ts +2 -0
- package/components/floating-container/floating-container.directive.d.ts +8 -0
- package/components/floating-container/index.d.ts +1 -0
- package/components/form/form.directive.d.ts +3 -4
- package/components/form/form.options.d.ts +2 -2
- package/components/header/header.directive.d.ts +8 -11
- package/components/index.d.ts +5 -1
- package/components/input-search/input-search.component.d.ts +7 -8
- package/components/item-group/item-group.directive.d.ts +3 -3
- package/components/navigation/aside-group.component.d.ts +7 -8
- package/components/navigation/aside-item.directive.d.ts +1 -1
- package/components/navigation/aside.component.d.ts +2 -3
- package/components/navigation/drawer.component.d.ts +6 -7
- package/components/navigation/hint-aside.directive.d.ts +3 -4
- package/components/navigation/subheader.component.d.ts +1 -1
- package/components/pdf-viewer/index.d.ts +1 -0
- package/components/pdf-viewer/pdf-viewer.component.d.ts +13 -0
- package/components/search/search-filter.component.d.ts +4 -3
- package/components/search/search-filters.component.d.ts +7 -9
- package/components/slides/index.d.ts +1 -0
- package/components/slides/slides.directive.d.ts +11 -0
- package/components/surface/index.d.ts +1 -0
- package/components/surface/surface.directive.d.ts +6 -0
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +33 -44
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +10 -13
- package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +16 -23
- package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-card.mjs +56 -71
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +39 -58
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs +62 -0
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs +40 -0
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-form.mjs +33 -46
- package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-header.mjs +15 -33
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-input-search.mjs +28 -41
- package/fesm2022/taiga-ui-layout-components-input-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-item-group.mjs +18 -32
- package/fesm2022/taiga-ui-layout-components-item-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +113 -145
- package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +46 -0
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-search.mjs +41 -63
- package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-slides.mjs +49 -0
- package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-surface.mjs +33 -0
- package/fesm2022/taiga-ui-layout-components-surface.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components.mjs +5 -1
- package/fesm2022/taiga-ui-layout-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-tokens.mjs +2 -7
- package/fesm2022/taiga-ui-layout-tokens.mjs.map +1 -1
- package/package.json +31 -42
- package/tokens/common-icons.d.ts +3 -5
- package/tokens/i18n.d.ts +1 -1
- package/components/cell/cell.directive.d.ts +0 -10
- package/components/cell/cell.options.d.ts +0 -6
- package/components/cell/index.d.ts +0 -2
- package/esm2022/components/app-bar/app-bar-back.component.mjs +0 -20
- package/esm2022/components/app-bar/app-bar-size.directive.mjs +0 -24
- package/esm2022/components/app-bar/app-bar.component.mjs +0 -39
- package/esm2022/components/app-bar/app-bar.directive.mjs +0 -20
- package/esm2022/components/app-bar/app-bar.mjs +0 -11
- package/esm2022/components/app-bar/app-bar.providers.mjs +0 -19
- package/esm2022/components/app-bar/index.mjs +0 -7
- package/esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs +0 -5
- package/esm2022/components/block-details/block-details.directive.mjs +0 -29
- package/esm2022/components/block-details/index.mjs +0 -2
- package/esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs +0 -5
- package/esm2022/components/block-status/block-status.component.mjs +0 -23
- package/esm2022/components/block-status/block-status.directive.mjs +0 -20
- package/esm2022/components/block-status/block-status.mjs +0 -4
- package/esm2022/components/block-status/index.mjs +0 -4
- package/esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs +0 -5
- package/esm2022/components/card/card.mjs +0 -11
- package/esm2022/components/card/collapsed.directive.mjs +0 -38
- package/esm2022/components/card/index.mjs +0 -6
- package/esm2022/components/card/large.directive.mjs +0 -42
- package/esm2022/components/card/medium.directive.mjs +0 -29
- package/esm2022/components/card/row.directive.mjs +0 -29
- package/esm2022/components/card/taiga-ui-layout-components-card.mjs +0 -5
- package/esm2022/components/cell/cell.directive.mjs +0 -53
- package/esm2022/components/cell/cell.options.mjs +0 -3
- package/esm2022/components/cell/index.mjs +0 -3
- package/esm2022/components/cell/taiga-ui-layout-components-cell.mjs +0 -5
- package/esm2022/components/dynamic-header/dynamic-header-anchor.directive.mjs +0 -34
- package/esm2022/components/dynamic-header/dynamic-header-container.directive.mjs +0 -41
- package/esm2022/components/dynamic-header/dynamic-header.component.mjs +0 -59
- package/esm2022/components/dynamic-header/dynamic-header.mjs +0 -9
- package/esm2022/components/dynamic-header/index.mjs +0 -5
- package/esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs +0 -5
- package/esm2022/components/form/form.directive.mjs +0 -95
- package/esm2022/components/form/form.options.mjs +0 -3
- package/esm2022/components/form/index.mjs +0 -3
- package/esm2022/components/form/taiga-ui-layout-components-form.mjs +0 -5
- package/esm2022/components/header/header.directive.mjs +0 -54
- package/esm2022/components/header/index.mjs +0 -2
- package/esm2022/components/header/taiga-ui-layout-components-header.mjs +0 -5
- package/esm2022/components/index.mjs +0 -13
- package/esm2022/components/input-search/index.mjs +0 -2
- package/esm2022/components/input-search/input-search.component.mjs +0 -96
- package/esm2022/components/input-search/taiga-ui-layout-components-input-search.mjs +0 -5
- package/esm2022/components/item-group/index.mjs +0 -2
- package/esm2022/components/item-group/item-group.directive.mjs +0 -58
- package/esm2022/components/item-group/taiga-ui-layout-components-item-group.mjs +0 -5
- package/esm2022/components/navigation/aside-group.component.mjs +0 -59
- package/esm2022/components/navigation/aside-item.directive.mjs +0 -92
- package/esm2022/components/navigation/aside.component.mjs +0 -67
- package/esm2022/components/navigation/drawer.component.mjs +0 -97
- package/esm2022/components/navigation/header.component.mjs +0 -34
- package/esm2022/components/navigation/hint-aside.directive.mjs +0 -41
- package/esm2022/components/navigation/index.mjs +0 -12
- package/esm2022/components/navigation/logo.component.mjs +0 -12
- package/esm2022/components/navigation/main.component.mjs +0 -14
- package/esm2022/components/navigation/nav.component.mjs +0 -23
- package/esm2022/components/navigation/navigation.mjs +0 -24
- package/esm2022/components/navigation/subheader.component.mjs +0 -68
- package/esm2022/components/navigation/taiga-ui-layout-components-navigation.mjs +0 -5
- package/esm2022/components/search/index.mjs +0 -4
- package/esm2022/components/search/search-filter.component.mjs +0 -44
- package/esm2022/components/search/search-filters.component.mjs +0 -81
- package/esm2022/components/search/search.component.mjs +0 -26
- package/esm2022/components/search/search.mjs +0 -9
- package/esm2022/components/search/taiga-ui-layout-components-search.mjs +0 -5
- package/esm2022/components/taiga-ui-layout-components.mjs +0 -5
- package/esm2022/index.mjs +0 -3
- package/esm2022/taiga-ui-layout.mjs +0 -5
- package/esm2022/tokens/common-icons.mjs +0 -21
- package/esm2022/tokens/i18n.mjs +0 -6
- package/esm2022/tokens/index.mjs +0 -3
- package/esm2022/tokens/taiga-ui-layout-tokens.mjs +0 -5
- package/fesm2022/taiga-ui-layout-components-cell.mjs +0 -61
- package/fesm2022/taiga-ui-layout-components-cell.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@ import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance'
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
4
4
|
export declare class TuiAppBarBack implements TuiAppearanceOptions {
|
|
5
|
-
protected readonly icons: import("@taiga-ui/core/tokens").
|
|
5
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
6
6
|
readonly appearance = "link";
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarBack, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAppBarBack, "button[tuiAppBarBack], a[tuiAppBarBack]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiAppBarSizeDirective {
|
|
3
|
+
private readonly breakpoint;
|
|
3
4
|
protected readonly size: import("@angular/core").Signal<"m" | "l">;
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarSizeDirective, never>;
|
|
5
6
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppBarSizeDirective, "tui-app-bar[tuiAppBarSize]", never, {}, {}, never, never, true, never>;
|
|
@@ -5,8 +5,8 @@ export declare class TuiAppBarComponent implements AfterViewInit {
|
|
|
5
5
|
private readonly side;
|
|
6
6
|
private readonly el;
|
|
7
7
|
protected readonly width$: import("rxjs").Observable<number>;
|
|
8
|
-
size: TuiSizeL
|
|
8
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeL>;
|
|
9
9
|
ngAfterViewInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAppBarComponent, "tui-app-bar", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["[tuiSlot='
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAppBarComponent, "tui-app-bar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["[tuiSlot='start']", "*", "[tuiSlot='end']"], true, never>;
|
|
12
12
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiAppBarDirective {
|
|
4
|
-
tuiSlot:
|
|
3
|
+
readonly tuiSlot: import("@angular/core").InputSignal<string>;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppBarDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; }; }, {}, never, never, true, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppBarDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiBlockStatusComponent {
|
|
4
|
-
card: boolean
|
|
5
|
-
size: TuiSizeL
|
|
4
|
+
readonly card: import("@angular/core").InputSignal<boolean>;
|
|
5
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeL>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockStatusComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiBlockStatusComponent, "tui-block-status", never, { "card": { "alias": "card"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[tuiSlot='top']", "h1,h2,h3,h4,h5,h6", "*", "a,button,[tuiSlot='action']"], true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiBlockStatusComponent, "tui-block-status", never, { "card": { "alias": "card"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["[tuiSlot='top']", "h1,h2,h3,h4,h5,h6", "*", "a,button,[tuiSlot='action']"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiBlockStatusDirective {
|
|
4
|
-
tuiSlot:
|
|
3
|
+
readonly tuiSlot: import("@angular/core").InputSignal<string>;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockStatusDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlockStatusDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; }; }, {}, never, never, true, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlockStatusDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiCardCollapsed {
|
|
3
3
|
protected readonly nothing: undefined;
|
|
4
|
-
collapsed: boolean
|
|
4
|
+
readonly collapsed: import("@angular/core").InputSignal<boolean>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardCollapsed, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardCollapsed, "[tuiCardCollapsed]", never, { "collapsed": { "alias": "tuiCardCollapsed"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardCollapsed, "[tuiCardCollapsed]", never, { "collapsed": { "alias": "tuiCardCollapsed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
|
|
3
|
-
space: "normal" | "compact";
|
|
4
|
-
}>, tuiCardOptionsProvider: (item: Partial<{
|
|
5
|
-
space: "normal" | "compact";
|
|
6
|
-
}> | import("@angular/core").ProviderToken<Partial<{
|
|
7
|
-
space: "normal" | "compact";
|
|
8
|
-
}>> | (() => Partial<{
|
|
9
|
-
space: "normal" | "compact";
|
|
10
|
-
}>)) => import("@angular/core").FactoryProvider;
|
|
2
|
+
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
11
3
|
export declare class TuiCardLarge {
|
|
12
|
-
protected readonly options: {
|
|
13
|
-
space: "normal" | "compact";
|
|
14
|
-
};
|
|
15
4
|
protected readonly nothing: undefined;
|
|
16
|
-
space:
|
|
5
|
+
readonly space: import("@angular/core").InputSignal<"" | "compact" | "normal">;
|
|
17
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardLarge, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardLarge, "[tuiCardLarge]", never, { "space": { "alias": "tuiCardLarge"; "required": false; }; }, {}, never, never, true,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardLarge, "[tuiCardLarge]", never, { "space": { "alias": "tuiCardLarge"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
|
|
19
8
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
2
3
|
export declare class TuiCardMedium {
|
|
3
4
|
protected readonly nothing: undefined;
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardMedium, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardMedium, "[tuiCardMedium]", never, {}, {}, never, never, true,
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardMedium, "[tuiCardMedium]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
|
|
6
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type AfterViewInit, type OnDestroy, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiDynamicHeaderAnchorDirective implements AfterViewInit, OnDestroy {
|
|
4
|
-
private readonly
|
|
4
|
+
private readonly vcr;
|
|
5
5
|
private readonly observer;
|
|
6
6
|
private readonly container;
|
|
7
7
|
readonly templateRef: TemplateRef<any>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type TemplateRef } from '@angular/core';
|
|
2
2
|
import { TuiDynamicHeaderAnchorDirective } from './dynamic-header-anchor.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@ng-web-apis/intersection-observer";
|
|
5
5
|
export declare class TuiDynamicHeaderContainerDirective {
|
|
6
6
|
private readonly el;
|
|
7
|
-
protected readonly headers:
|
|
7
|
+
protected readonly headers: import("@angular/core").Signal<readonly TuiDynamicHeaderAnchorDirective[]>;
|
|
8
8
|
hiddenHeaders: import("@angular/core").WritableSignal<TemplateRef<unknown>[]>;
|
|
9
9
|
scrollDir: import("@angular/core").Signal<1 | -1 | undefined>;
|
|
10
10
|
update(): void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiElasticContainer {
|
|
3
|
+
protected height: string;
|
|
4
|
+
protected transitions: number;
|
|
5
|
+
protected onAnimation(name: string, count: number): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainer, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiElasticContainer, "tui-elastic-container", never, {}, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiElasticContainerDirective {
|
|
3
|
+
private readonly el;
|
|
4
|
+
readonly tuiElasticContainer: import("@angular/core").OutputRef<number>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainerDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticContainerDirective, "[tuiElasticContainer]", never, {}, { "tuiElasticContainer": "tuiElasticContainer"; }, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
3
|
+
export declare class TuiFloatingContainer {
|
|
4
|
+
protected readonly nothing: undefined;
|
|
5
|
+
readonly background: import("@angular/core").InputSignal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './floating-container.directive';
|
|
@@ -2,10 +2,9 @@ import { type TuiFormOptions } from './form.options';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
4
4
|
export declare class TuiForm {
|
|
5
|
-
protected readonly options: TuiFormOptions;
|
|
6
5
|
protected readonly nothing: undefined;
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
protected readonly options: TuiFormOptions;
|
|
7
|
+
readonly size: import("@angular/core").InputSignal<"" | "m" | "l" | "s">;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiForm, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiForm, "[tuiForm]", never, { "
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiForm, "[tuiForm]", never, { "size": { "alias": "tuiForm"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiTextfieldOptionsDirective; inputs: { "tuiTextfieldAppearance": "textfields"; "tuiTextfieldCleaner": "cleaner"; "tuiTextfieldSize": "tuiForm"; }; outputs: {}; }]>;
|
|
11
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
2
2
|
export interface TuiFormOptions {
|
|
3
|
-
readonly size: TuiSizeL | TuiSizeS;
|
|
3
|
+
readonly size: TuiSizeL | TuiSizeS | '';
|
|
4
4
|
}
|
|
5
|
-
export declare const TUI_FORM_OPTIONS: import("@angular/core").InjectionToken<TuiFormOptions>, tuiFormOptionsProvider: (item: Partial<TuiFormOptions> |
|
|
5
|
+
export declare const TUI_FORM_OPTIONS: import("@angular/core").InjectionToken<TuiFormOptions>, tuiFormOptionsProvider: (item: Partial<TuiFormOptions> | (() => Partial<TuiFormOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare const TUI_HEADER_OPTIONS: import("@angular/core").InjectionToken<{
|
|
4
|
-
size:
|
|
3
|
+
size: "" | "body-l" | "body-m" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
5
4
|
}>, tuiHeaderOptionsProvider: (item: Partial<{
|
|
6
|
-
size:
|
|
7
|
-
}> |
|
|
8
|
-
size:
|
|
9
|
-
}>> | (() => Partial<{
|
|
10
|
-
size: TuiSizeXXL | TuiSizeXXS | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
5
|
+
size: "" | "body-l" | "body-m" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
6
|
+
}> | (() => Partial<{
|
|
7
|
+
size: "" | "body-l" | "body-m" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
11
8
|
}>)) => import("@angular/core").FactoryProvider;
|
|
12
9
|
export declare class TuiHeader {
|
|
10
|
+
protected readonly nothing: undefined;
|
|
13
11
|
protected readonly options: {
|
|
14
|
-
size: "
|
|
12
|
+
size: "" | "body-l" | "body-m" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
15
13
|
};
|
|
16
|
-
|
|
17
|
-
size: TuiSizeXXL | TuiSizeXXS | '' | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
14
|
+
readonly tuiHeader: import("@angular/core").InputSignal<"" | "body-l" | "body-m" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6">;
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHeader, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHeader, "[tuiHeader]", never, { "
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHeader, "[tuiHeader]", never, { "tuiHeader": { "alias": "tuiHeader"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
17
|
}
|
package/components/index.d.ts
CHANGED
|
@@ -2,11 +2,15 @@ export * from '@taiga-ui/layout/components/app-bar';
|
|
|
2
2
|
export * from '@taiga-ui/layout/components/block-details';
|
|
3
3
|
export * from '@taiga-ui/layout/components/block-status';
|
|
4
4
|
export * from '@taiga-ui/layout/components/card';
|
|
5
|
-
export * from '@taiga-ui/layout/components/cell';
|
|
6
5
|
export * from '@taiga-ui/layout/components/dynamic-header';
|
|
6
|
+
export * from '@taiga-ui/layout/components/elastic-container';
|
|
7
|
+
export * from '@taiga-ui/layout/components/floating-container';
|
|
7
8
|
export * from '@taiga-ui/layout/components/form';
|
|
8
9
|
export * from '@taiga-ui/layout/components/header';
|
|
9
10
|
export * from '@taiga-ui/layout/components/input-search';
|
|
10
11
|
export * from '@taiga-ui/layout/components/item-group';
|
|
11
12
|
export * from '@taiga-ui/layout/components/navigation';
|
|
13
|
+
export * from '@taiga-ui/layout/components/pdf-viewer';
|
|
12
14
|
export * from '@taiga-ui/layout/components/search';
|
|
15
|
+
export * from '@taiga-ui/layout/components/slides';
|
|
16
|
+
export * from '@taiga-ui/layout/components/surface';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type OnChanges } from '@angular/core';
|
|
2
2
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
export declare class TuiInputSearch implements OnChanges {
|
|
6
|
-
private readonly template
|
|
7
|
-
private readonly container
|
|
6
|
+
private readonly template;
|
|
7
|
+
private readonly container;
|
|
8
8
|
private readonly el;
|
|
9
9
|
private readonly service;
|
|
10
10
|
private readonly textfield;
|
|
@@ -14,14 +14,13 @@ export declare class TuiInputSearch implements OnChanges {
|
|
|
14
14
|
private placeholder;
|
|
15
15
|
private ref?;
|
|
16
16
|
protected readonly icon: import("@angular/core").WritableSignal<string>;
|
|
17
|
-
tuiInputSearch: PolymorpheusContent
|
|
18
|
-
|
|
19
|
-
readonly tuiInputSearchOpenChange: EventEmitter<boolean>;
|
|
17
|
+
readonly tuiInputSearch: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
18
|
+
searchOpen: import("@angular/core").ModelSignal<boolean>;
|
|
20
19
|
ngOnChanges(): void;
|
|
21
20
|
open(): void;
|
|
22
21
|
close(): void;
|
|
23
22
|
protected onArrow(): void;
|
|
24
23
|
protected onFocus({ target }: Event): void;
|
|
25
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSearch, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputSearch, "input[tuiInputSearch]", never, { "tuiInputSearch": { "alias": "tuiInputSearch"; "required": false; }; "
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputSearch, "input[tuiInputSearch]", never, { "tuiInputSearch": { "alias": "tuiInputSearch"; "required": false; "isSignal": true; }; "searchOpen": { "alias": "tuiInputSearchOpen"; "required": false; "isSignal": true; }; }, { "searchOpen": "tuiInputSearchOpenChange"; }, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
27
26
|
}
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TuiItemGroup implements AfterViewInit {
|
|
4
4
|
private readonly el;
|
|
5
5
|
protected readonly nothing: undefined;
|
|
6
|
-
horizontal: boolean
|
|
7
|
-
autoscroll: boolean
|
|
6
|
+
readonly horizontal: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
readonly autoscroll: import("@angular/core").InputSignal<boolean>;
|
|
8
8
|
ngAfterViewInit(): void;
|
|
9
9
|
protected onClick(target: HTMLElement): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemGroup, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemGroup, "[tuiItemGroup]", never, { "horizontal": { "alias": "horizontal"; "required": false; }; "autoscroll": { "alias": "autoscroll"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemGroup, "[tuiItemGroup]", never, { "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "autoscroll": { "alias": "autoscroll"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -2,19 +2,18 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
3
3
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/
|
|
5
|
+
import * as i1 from "@taiga-ui/core/portals/dropdown";
|
|
6
6
|
export declare class TuiAsideGroupComponent implements TuiDataListHost<unknown> {
|
|
7
7
|
private readonly datalist;
|
|
8
|
-
private readonly chevron
|
|
8
|
+
private readonly chevron;
|
|
9
9
|
private readonly aside;
|
|
10
|
-
|
|
11
|
-
protected readonly template: TemplateRef<any> | null;
|
|
10
|
+
protected readonly template: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
12
11
|
protected readonly expanded: import("@angular/core").Signal<boolean>;
|
|
12
|
+
protected readonly chevronEffect: import("@angular/core").EffectRef;
|
|
13
13
|
protected readonly binding: import("@angular/core").Signal<PolymorpheusContent>;
|
|
14
|
-
readonly openChange: import("rxjs").Observable<boolean>;
|
|
15
14
|
readonly size = "s";
|
|
16
|
-
|
|
17
|
-
protected toggle(
|
|
15
|
+
readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
16
|
+
protected toggle(): void;
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAsideGroupComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideGroupComponent, "tui-aside-group", never, { "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideGroupComponent, "tui-aside-group", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, ["chevron", "template"], ["*"], true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiDropdownHover; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiDropdownPositionSided; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiDropdownOpen; inputs: {}; outputs: {}; }]>;
|
|
20
19
|
}
|
|
@@ -3,7 +3,7 @@ import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
|
3
3
|
import { TuiIcons } from '@taiga-ui/core/directives/icons';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "./hint-aside.directive";
|
|
6
|
-
import * as i2 from "@taiga-ui/core/
|
|
6
|
+
import * as i2 from "@taiga-ui/core/portals/dropdown";
|
|
7
7
|
import * as i3 from "@taiga-ui/core/components/button";
|
|
8
8
|
import * as i4 from "@angular/router";
|
|
9
9
|
export declare class TuiAsideItemDirective implements TuiDataListHost<unknown> {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiAsideComponent {
|
|
3
|
-
readonly expanded: import("@angular/core").
|
|
4
|
-
set tuiNavigationAside(expanded: boolean);
|
|
3
|
+
readonly expanded: import("@angular/core").InputSignal<boolean>;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAsideComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideComponent, "aside[tuiNavigationAside]", never, { "
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideComponent, "aside[tuiNavigationAside]", never, { "expanded": { "alias": "tuiNavigationAside"; "required": false; "isSignal": true; }; }, {}, never, ["header", "*", "footer"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/
|
|
5
|
-
export declare class TuiDrawerDirective
|
|
3
|
+
import * as i1 from "@taiga-ui/core/portals/dropdown";
|
|
4
|
+
export declare class TuiDrawerDirective {
|
|
6
5
|
private readonly x;
|
|
7
|
-
private readonly icons;
|
|
8
6
|
private readonly dropdown;
|
|
9
7
|
private readonly open;
|
|
10
|
-
|
|
11
|
-
protected
|
|
8
|
+
protected readonly template: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
9
|
+
protected readonly ef: import("@angular/core").EffectRef;
|
|
10
|
+
protected readonly icon: import("@angular/core").Signal<string>;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDrawerDirective, never>;
|
|
13
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDrawerDirective, "[tuiIconButton][tuiNavigationDrawer]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiWithDropdownOpen; inputs: {}; outputs: {}; }]>;
|
|
14
13
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@taiga-ui/core/
|
|
3
|
+
import * as i1 from "@taiga-ui/core/portals/hint";
|
|
4
4
|
export declare class TuiHintAsideDirective {
|
|
5
5
|
private readonly el;
|
|
6
6
|
private readonly aside;
|
|
7
7
|
private readonly dropdown;
|
|
8
|
-
|
|
8
|
+
readonly tuiHintAside: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
9
9
|
protected readonly binding: import("@angular/core").Signal<import("@angular/platform-browser").SafeValue>;
|
|
10
|
-
set tuiHintAside(value: PolymorpheusContent);
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintAsideDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintAsideDirective, "[tuiHintAside]", never, { "tuiHintAside": { "alias": "tuiHintAside"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiHintDirective; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintAsideDirective, "[tuiHintAside]", never, { "tuiHintAside": { "alias": "tuiHintAside"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiHintDirective; inputs: {}; outputs: {}; }]>;
|
|
13
12
|
}
|
|
@@ -5,5 +5,5 @@ export declare class TuiSubheaderComponent {
|
|
|
5
5
|
}
|
|
6
6
|
export declare class TuiSubheaderCompactComponent {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSubheaderCompactComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSubheaderCompactComponent, "[tuiSubheader][compact],[tuiNavigationSubheader][compact]", never, {}, {}, never, ["*", "tui-tabs,tui-tabs-with-more
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSubheaderCompactComponent, "[tuiSubheader][compact],[tuiNavigationSubheader][compact]", never, {}, {}, never, ["*", "tui-tabs,tui-tabs-with-more", "[tuiButton],[tuiIconButton]"], true, never>;
|
|
9
9
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pdf-viewer.component';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
2
|
+
import { type TuiDialogOptions } from '@taiga-ui/core/portals/dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiPdfViewer<O, I> {
|
|
5
|
+
private readonly breakpoint;
|
|
6
|
+
protected readonly isMobile: import("@angular/core").Signal<boolean>;
|
|
7
|
+
protected readonly el: HTMLElement;
|
|
8
|
+
protected readonly close: import("@angular/core").Signal<string>;
|
|
9
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
10
|
+
protected readonly context: TuiPortalContext<TuiDialogOptions<I>, O>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewer<any, any>, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewer<any, any>, "tui-pdf-viewer", never, {}, {}, never, ["[tuiTitle]", "button", "*"], true, never>;
|
|
13
|
+
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@taiga-ui/core/
|
|
3
|
+
import * as i1 from "@taiga-ui/core/portals/dropdown";
|
|
4
4
|
export declare class TuiSearchFilterComponent {
|
|
5
5
|
private readonly dropdown;
|
|
6
|
-
protected
|
|
6
|
+
protected readonly template: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
7
|
+
protected readonly ef: import("@angular/core").EffectRef;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSearchFilterComponent, never>;
|
|
8
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSearchFilterComponent, "button[tuiSearchFilter]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiWithDropdownOpen; inputs: {}; outputs: {}; }]>;
|
|
9
10
|
}
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
5
|
-
export declare class TuiSearchFiltersComponent
|
|
6
|
-
private readonly rem
|
|
7
|
-
private readonly button
|
|
8
|
-
private readonly children;
|
|
5
|
+
export declare class TuiSearchFiltersComponent {
|
|
6
|
+
private readonly rem;
|
|
7
|
+
private readonly button;
|
|
9
8
|
private readonly controls;
|
|
10
|
-
protected readonly templates:
|
|
9
|
+
protected readonly templates: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
11
10
|
protected readonly overflown: import("@angular/core").Signal<number>;
|
|
12
11
|
protected readonly enabled: import("@angular/core").Signal<boolean>;
|
|
13
|
-
size: TuiSizeS
|
|
14
|
-
ngAfterContentInit(): void;
|
|
12
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeS>;
|
|
15
13
|
protected onReset(): void;
|
|
16
14
|
private get unit();
|
|
17
15
|
private get more();
|
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSearchFiltersComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSearchFiltersComponent, "tui-search-filters", never, { "size": { "alias": "size"; "required": false; }; }, {}, ["
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSearchFiltersComponent, "tui-search-filters", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["controls", "templates"], ["*"], true, [{ directive: typeof i1.TuiTextfieldOptionsDirective; inputs: { "tuiTextfieldSize": "size"; }; outputs: {}; }]>;
|
|
20
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './slides.directive';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
3
|
+
export declare class TuiSlides {
|
|
4
|
+
protected readonly nothing: undefined;
|
|
5
|
+
protected readonly el: HTMLElement;
|
|
6
|
+
protected readonly sign: import("@angular/core").Signal<number>;
|
|
7
|
+
readonly direction: import("@angular/core").InputSignal<number | "">;
|
|
8
|
+
protected onAnimation(target: Element): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSlides, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSlides, "[tuiSlides]", never, { "direction": { "alias": "tuiSlides"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './surface.directive';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiSurface {
|
|
3
|
+
protected readonly nothing: undefined;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSurface, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSurface, "[tuiSurface]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|