@taiga-ui/layout 3.491.1-canary.d27927b → 4.0.0-rc.10
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/LICENSE +1 -1
- package/components/app-bar/app-bar-back.component.d.ts +5 -0
- package/components/app-bar/app-bar.component.d.ts +9 -0
- package/components/app-bar/app-bar.d.ts +4 -0
- package/components/app-bar/app-bar.directive.d.ts +6 -0
- package/components/app-bar/app-bar.providers.d.ts +2 -0
- package/components/app-bar/index.d.ts +5 -0
- package/components/block-details/block-details.directive.d.ts +6 -0
- package/components/block-details/index.d.ts +1 -0
- package/components/block-status/block-status.component.d.ts +1 -1
- package/components/block-status/block-status.d.ts +3 -0
- package/components/block-status/block-status.directive.d.ts +2 -2
- package/components/block-status/index.d.ts +1 -1
- package/components/card/card.directive.d.ts +12 -0
- package/components/card/index.d.ts +1 -0
- package/components/cell/cell.directive.d.ts +8 -0
- package/components/cell/index.d.ts +1 -0
- package/components/header/header.directive.d.ts +8 -0
- package/components/header/index.d.ts +1 -0
- package/components/index.d.ts +6 -0
- package/components/navigation/aside-group.component.d.ts +18 -0
- package/components/navigation/aside-item.directive.d.ts +17 -0
- package/components/navigation/aside.component.d.ts +7 -0
- package/components/navigation/header.component.d.ts +5 -0
- package/components/navigation/hint-aside.directive.d.ts +10 -0
- package/components/navigation/index.d.ts +9 -0
- package/components/navigation/logo.component.d.ts +5 -0
- package/components/navigation/main.component.d.ts +5 -0
- package/components/navigation/nav.component.d.ts +5 -0
- package/components/navigation/navigation.d.ts +9 -0
- package/esm2022/components/app-bar/app-bar-back.component.mjs +12 -0
- package/esm2022/components/app-bar/app-bar.component.mjs +34 -0
- package/esm2022/components/app-bar/app-bar.directive.mjs +20 -0
- package/esm2022/components/app-bar/app-bar.mjs +5 -0
- package/esm2022/components/app-bar/app-bar.providers.mjs +20 -0
- package/esm2022/components/app-bar/index.mjs +6 -0
- package/esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs +5 -0
- package/esm2022/components/block-details/block-details.directive.mjs +29 -0
- package/esm2022/components/block-details/index.mjs +2 -0
- package/esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs +5 -0
- package/esm2022/components/block-status/block-status.component.mjs +20 -0
- package/esm2022/components/block-status/block-status.directive.mjs +20 -0
- package/esm2022/components/block-status/block-status.mjs +4 -0
- package/{esm2015/components/block-status/index.js → esm2022/components/block-status/index.mjs} +2 -2
- package/esm2022/components/card/card.directive.mjs +55 -0
- package/esm2022/components/card/index.mjs +2 -0
- package/esm2022/components/card/taiga-ui-layout-components-card.mjs +5 -0
- package/esm2022/components/cell/cell.directive.mjs +46 -0
- package/esm2022/components/cell/index.mjs +2 -0
- package/esm2022/components/cell/taiga-ui-layout-components-cell.mjs +5 -0
- package/esm2022/components/header/header.directive.mjs +49 -0
- package/esm2022/components/header/index.mjs +2 -0
- package/esm2022/components/header/taiga-ui-layout-components-header.mjs +5 -0
- package/esm2022/components/index.mjs +8 -0
- package/esm2022/components/navigation/aside-group.component.mjs +51 -0
- package/esm2022/components/navigation/aside-item.directive.mjs +85 -0
- package/esm2022/components/navigation/aside.component.mjs +67 -0
- package/esm2022/components/navigation/header.component.mjs +31 -0
- package/esm2022/components/navigation/hint-aside.directive.mjs +29 -0
- package/esm2022/components/navigation/index.mjs +10 -0
- package/esm2022/components/navigation/logo.component.mjs +12 -0
- package/esm2022/components/navigation/main.component.mjs +14 -0
- package/esm2022/components/navigation/nav.component.mjs +23 -0
- package/esm2022/components/navigation/navigation.mjs +19 -0
- package/esm2022/components/navigation/taiga-ui-layout-components-navigation.mjs +5 -0
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +85 -0
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +35 -0
- package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +45 -0
- package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-card.mjs +60 -0
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-cell.mjs +52 -0
- package/fesm2022/taiga-ui-layout-components-cell.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-header.mjs +55 -0
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +292 -0
- package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components.mjs +12 -0
- package/fesm2022/taiga-ui-layout-components.mjs.map +1 -0
- package/{fesm2015/taiga-ui-layout.js → fesm2022/taiga-ui-layout.mjs} +1 -1
- package/fesm2022/taiga-ui-layout.mjs.map +1 -0
- package/package.json +70 -14
- package/bundles/taiga-ui-layout-components-block-status.umd.js +0 -96
- package/bundles/taiga-ui-layout-components-block-status.umd.js.map +0 -1
- package/bundles/taiga-ui-layout-components.umd.js +0 -21
- package/bundles/taiga-ui-layout-components.umd.js.map +0 -1
- package/bundles/taiga-ui-layout.umd.js +0 -21
- package/bundles/taiga-ui-layout.umd.js.map +0 -1
- package/components/block-status/block-status.module.d.ts +0 -9
- package/components/block-status/package.json +0 -10
- package/components/block-status/taiga-ui-layout-components-block-status.d.ts +0 -5
- package/components/package.json +0 -10
- package/components/taiga-ui-layout-components.d.ts +0 -5
- package/esm2015/components/block-status/block-status.component.js +0 -25
- package/esm2015/components/block-status/block-status.directive.js +0 -18
- package/esm2015/components/block-status/block-status.module.js +0 -19
- package/esm2015/components/index.js +0 -2
- package/fesm2015/taiga-ui-layout-components-block-status.js +0 -63
- package/fesm2015/taiga-ui-layout-components-block-status.js.map +0 -1
- package/fesm2015/taiga-ui-layout-components.js +0 -6
- package/fesm2015/taiga-ui-layout-components.js.map +0 -1
- package/fesm2015/taiga-ui-layout.js.map +0 -1
- package/taiga-ui-layout.d.ts +0 -5
- /package/{esm2015/components/block-status/taiga-ui-layout-components-block-status.js → esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs} +0 -0
- /package/{esm2015/components/taiga-ui-layout-components.js → esm2022/components/taiga-ui-layout-components.mjs} +0 -0
- /package/{esm2015/index.js → esm2022/index.mjs} +0 -0
- /package/{esm2015/taiga-ui-layout.js → esm2022/taiga-ui-layout.mjs} +0 -0
package/LICENSE
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiAppBarBack {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarBack, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAppBarBack, "button[tuiAppBarBack], a[tuiAppBarBack]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TuiSizeL } from '@taiga-ui/core/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiAppBarComponent {
|
|
4
|
+
private readonly side;
|
|
5
|
+
protected readonly width$: import("rxjs").Observable<number>;
|
|
6
|
+
size: TuiSizeL;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAppBarComponent, "tui-app-bar", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["[tuiSlot='left']", "*", "[tuiSlot='right']"], true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TuiAppBarComponent } from './app-bar.component';
|
|
2
|
+
import { TuiAppBarDirective } from './app-bar.directive';
|
|
3
|
+
import { TuiAppBarBack } from './app-bar-back.component';
|
|
4
|
+
export declare const TuiAppBar: readonly [typeof TuiAppBarComponent, typeof TuiAppBarDirective, typeof TuiAppBarBack];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiAppBarDirective {
|
|
3
|
+
tuiSlot: string | 'left' | 'right';
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppBarDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiBlockDetails {
|
|
3
|
+
protected readonly nothing: undefined;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockDetails, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlockDetails, "[tuiBlockDetails]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './block-details.directive';
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class TuiBlockStatusComponent {
|
|
3
3
|
card: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockStatusComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiBlockStatusComponent, "tui-block-status", never, { "card": "card"; }, {}, never, ["[tuiSlot='top']", "h1,h2,h3,h4,h5,h6", "*", "a,button"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiBlockStatusComponent, "tui-block-status", never, { "card": { "alias": "card"; "required": false; }; }, {}, never, ["[tuiSlot='top']", "h1,h2,h3,h4,h5,h6", "*", "a,button,[tuiSlot='action']"], true, never>;
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiBlockStatusDirective {
|
|
3
|
-
tuiSlot: string | 'top';
|
|
3
|
+
tuiSlot: string | 'action' | 'top';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockStatusDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlockStatusDirective, "[tuiSlot]", never, { "tuiSlot": "tuiSlot"; }, {}, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlockStatusDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiCardMedium {
|
|
3
|
+
protected readonly nothing: undefined;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardMedium, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardMedium, "[tuiCardMedium]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
export declare class TuiCardLarge {
|
|
8
|
+
protected readonly nothing: undefined;
|
|
9
|
+
space: '' | 'compact' | 'normal';
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardLarge, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardLarge, "[tuiCardLarge]", never, { "space": { "alias": "tuiCardLarge"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './card.directive';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiCell {
|
|
4
|
+
protected readonly nothing: undefined;
|
|
5
|
+
size: TuiSizeL | TuiSizeS | '';
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCell, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCell, "[tuiCell]:not(ng-template)", never, { "size": { "alias": "tuiCell"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cell.directive';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TuiSizeXXL, TuiSizeXXS } from '@taiga-ui/core/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiHeader {
|
|
4
|
+
protected readonly nothing: undefined;
|
|
5
|
+
size: TuiSizeXXL | TuiSizeXXS | '';
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHeader, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHeader, "[tuiHeader]", never, { "size": { "alias": "tuiHeader"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './header.directive';
|
package/components/index.d.ts
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
+
export * from '@taiga-ui/layout/components/app-bar';
|
|
2
|
+
export * from '@taiga-ui/layout/components/block-details';
|
|
1
3
|
export * from '@taiga-ui/layout/components/block-status';
|
|
4
|
+
export * from '@taiga-ui/layout/components/card';
|
|
5
|
+
export * from '@taiga-ui/layout/components/cell';
|
|
6
|
+
export * from '@taiga-ui/layout/components/header';
|
|
7
|
+
export * from '@taiga-ui/layout/components/navigation';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import type { TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
3
|
+
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
6
|
+
export declare class TuiAsideGroupComponent implements TuiDataListHost<unknown> {
|
|
7
|
+
private readonly datalist;
|
|
8
|
+
private readonly chevron?;
|
|
9
|
+
private readonly aside;
|
|
10
|
+
private readonly open;
|
|
11
|
+
protected readonly template: TemplateRef<any> | null;
|
|
12
|
+
protected readonly expanded: import("@angular/core").Signal<boolean>;
|
|
13
|
+
protected readonly binding: import("@angular/core").Signal<PolymorpheusContent>;
|
|
14
|
+
readonly size = "s";
|
|
15
|
+
protected onClick(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAsideGroupComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideGroupComponent, "tui-aside-group", never, {}, {}, ["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: {}; }]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RouterLink } from '@angular/router';
|
|
2
|
+
import type { TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
3
|
+
import { TuiIcons } from '@taiga-ui/core/directives/icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "./hint-aside.directive";
|
|
6
|
+
import * as i2 from "@taiga-ui/core/directives/dropdown";
|
|
7
|
+
import * as i3 from "@taiga-ui/core/components/button";
|
|
8
|
+
import * as i4 from "@angular/router";
|
|
9
|
+
export declare class TuiAsideItemDirective implements TuiDataListHost<unknown> {
|
|
10
|
+
protected readonly icon: string;
|
|
11
|
+
protected readonly icons: TuiIcons;
|
|
12
|
+
protected readonly link: RouterLink | null;
|
|
13
|
+
protected readonly active: import("@angular/core").Signal<boolean | undefined>;
|
|
14
|
+
readonly size = "s";
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAsideItemDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAsideItemDirective, "[tuiAsideItem]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiHintAside; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownManual; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiDropdownPositionSided; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiButton; inputs: {}; outputs: {}; }, { directive: typeof i4.RouterLinkActive; inputs: { "routerLinkActiveOptions": "routerLinkActiveOptions"; }; outputs: {}; }]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiAsideComponent {
|
|
3
|
+
readonly expanded: import("@angular/core").WritableSignal<boolean>;
|
|
4
|
+
set tuiNavigationAside(expanded: boolean);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAsideComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAsideComponent, "aside[tuiNavigationAside]", never, { "tuiNavigationAside": { "alias": "tuiNavigationAside"; "required": false; }; }, {}, never, ["header", "*", "footer"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiHeaderComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHeaderComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiHeaderComponent, "header[tuiNavigationHeader]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/directives/hint";
|
|
3
|
+
export declare class TuiHintAside {
|
|
4
|
+
private readonly el;
|
|
5
|
+
private readonly aside;
|
|
6
|
+
private readonly dropdown;
|
|
7
|
+
protected readonly binding: import("@angular/core").Signal<string | undefined>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHintAside, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHintAside, "[tuiHintAside]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiHintDirective; inputs: {}; outputs: {}; }]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './aside.component';
|
|
2
|
+
export * from './aside-group.component';
|
|
3
|
+
export * from './aside-item.directive';
|
|
4
|
+
export * from './header.component';
|
|
5
|
+
export * from './hint-aside.directive';
|
|
6
|
+
export * from './logo.component';
|
|
7
|
+
export * from './main.component';
|
|
8
|
+
export * from './nav.component';
|
|
9
|
+
export * from './navigation';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiLogoComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLogoComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLogoComponent, "[tuiNavigationLogo]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TuiMainComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMainComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMainComponent, "main[tuiNavigationMain]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TuiAsideComponent } from './aside.component';
|
|
2
|
+
import { TuiAsideGroupComponent } from './aside-group.component';
|
|
3
|
+
import { TuiAsideItemDirective } from './aside-item.directive';
|
|
4
|
+
import { TuiHeaderComponent } from './header.component';
|
|
5
|
+
import { TuiHintAside } from './hint-aside.directive';
|
|
6
|
+
import { TuiLogoComponent } from './logo.component';
|
|
7
|
+
import { TuiMainComponent } from './main.component';
|
|
8
|
+
import { TuiNavComponent } from './nav.component';
|
|
9
|
+
export declare const TuiNavigation: readonly [typeof TuiHeaderComponent, typeof TuiLogoComponent, typeof TuiMainComponent, typeof TuiAsideComponent, typeof TuiAsideGroupComponent, typeof TuiAsideItemDirective, typeof TuiNavComponent, typeof TuiHintAside];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class TuiAppBarBack {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarBack, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiAppBarBack, isStandalone: true, selector: "button[tuiAppBarBack], a[tuiAppBarBack]", ngImport: i0, template: "<svg\n height=\"24\"\n viewBox=\"0 0 24 24\"\n width=\"24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"t-ios\"\n>\n <path\n d=\"M7.44025 12L14.9826 4.43872C15.5391 3.88083 15.5391 2.97631 14.9826 2.41842C14.4261 1.86053 13.5239 1.86053 12.9674 2.41842L4.41737 10.9898C3.86088 11.5477 3.86088 12.4523 4.41737 13.0102L12.9674 21.5816C13.5239 22.1395 14.4261 22.1395 14.9826 21.5816C15.5391 21.0237 15.5391 20.1192 14.9826 19.5613L7.44025 12Z\"\n fill=\"currentColor\"\n />\n</svg>\n<svg\n height=\"24\"\n viewBox=\"0 0 24 24\"\n width=\"24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"t-android\"\n>\n <path\n d=\"M19.6999 11.5899C19.6999 11.0377 19.2522 10.5899 18.6999 10.5899H7.49992L12.3999 5.68995C12.7865 5.30335 12.7865 4.67655 12.3999 4.28995V4.28995C12.0133 3.90335 11.3865 3.90335 10.9999 4.28995L4.40703 10.8828C4.0165 11.2734 4.01651 11.9065 4.40703 12.2971L10.9999 18.89C11.3865 19.2765 12.0133 19.2765 12.3999 18.8899V18.8899C12.7865 18.5034 12.7865 17.8765 12.3999 17.49L7.49992 12.5899H18.6999C19.2522 12.5899 19.6999 12.1422 19.6999 11.5899V11.5899Z\"\n fill=\"currentColor\"\n />\n</svg>\n<ng-content />\n", styles: [":host{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font-size:inherit;line-height:inherit;text-decoration:none;display:flex;align-items:center;padding:0 .625rem 0 .125rem;color:var(--tui-text-action)}:host :host-context([data-platform=\"android\"]){font-size:0;padding:0 .625rem}:host :host-context([data-platform=\"android\"]) .t-ios{display:none}:host :host-context([data-platform=\"android\"]) .t-android{display:block}.t-android{display:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6
|
+
}
|
|
7
|
+
export { TuiAppBarBack };
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarBack, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ standalone: true, selector: 'button[tuiAppBarBack], a[tuiAppBarBack]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg\n height=\"24\"\n viewBox=\"0 0 24 24\"\n width=\"24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"t-ios\"\n>\n <path\n d=\"M7.44025 12L14.9826 4.43872C15.5391 3.88083 15.5391 2.97631 14.9826 2.41842C14.4261 1.86053 13.5239 1.86053 12.9674 2.41842L4.41737 10.9898C3.86088 11.5477 3.86088 12.4523 4.41737 13.0102L12.9674 21.5816C13.5239 22.1395 14.4261 22.1395 14.9826 21.5816C15.5391 21.0237 15.5391 20.1192 14.9826 19.5613L7.44025 12Z\"\n fill=\"currentColor\"\n />\n</svg>\n<svg\n height=\"24\"\n viewBox=\"0 0 24 24\"\n width=\"24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"t-android\"\n>\n <path\n d=\"M19.6999 11.5899C19.6999 11.0377 19.2522 10.5899 18.6999 10.5899H7.49992L12.3999 5.68995C12.7865 5.30335 12.7865 4.67655 12.3999 4.28995V4.28995C12.0133 3.90335 11.3865 3.90335 10.9999 4.28995L4.40703 10.8828C4.0165 11.2734 4.01651 11.9065 4.40703 12.2971L10.9999 18.89C11.3865 19.2765 12.0133 19.2765 12.3999 18.8899V18.8899C12.7865 18.5034 12.7865 17.8765 12.3999 17.49L7.49992 12.5899H18.6999C19.2522 12.5899 19.6999 12.1422 19.6999 11.5899V11.5899Z\"\n fill=\"currentColor\"\n />\n</svg>\n<ng-content />\n", styles: [":host{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font-size:inherit;line-height:inherit;text-decoration:none;display:flex;align-items:center;padding:0 .625rem 0 .125rem;color:var(--tui-text-action)}:host :host-context([data-platform=\"android\"]){font-size:0;padding:0 .625rem}:host :host-context([data-platform=\"android\"]) .t-ios{display:none}:host :host-context([data-platform=\"android\"]) .t-android{display:block}.t-android{display:none}\n"] }]
|
|
11
|
+
}] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci1iYWNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci1iYWNrLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci1iYWNrLnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHVCQUF1QixFQUFFLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFakUsTUFPYSxhQUFhOytHQUFiLGFBQWE7bUdBQWIsYUFBYSxtR0NUMUIscXJDQXlCQTs7U0RoQmEsYUFBYTs0RkFBYixhQUFhO2tCQVB6QixTQUFTO2lDQUNNLElBQUksWUFDTix5Q0FBeUMsbUJBR2xDLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAnYnV0dG9uW3R1aUFwcEJhckJhY2tdLCBhW3R1aUFwcEJhckJhY2tdJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYXBwLWJhci1iYWNrLnRlbXBsYXRlLmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2FwcC1iYXItYmFjay5zdHlsZS5sZXNzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFR1aUFwcEJhckJhY2sge31cbiIsIjxzdmdcbiAgICBoZWlnaHQ9XCIyNFwiXG4gICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgd2lkdGg9XCIyNFwiXG4gICAgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiXG4gICAgY2xhc3M9XCJ0LWlvc1wiXG4+XG4gICAgPHBhdGhcbiAgICAgICAgZD1cIk03LjQ0MDI1IDEyTDE0Ljk4MjYgNC40Mzg3MkMxNS41MzkxIDMuODgwODMgMTUuNTM5MSAyLjk3NjMxIDE0Ljk4MjYgMi40MTg0MkMxNC40MjYxIDEuODYwNTMgMTMuNTIzOSAxLjg2MDUzIDEyLjk2NzQgMi40MTg0Mkw0LjQxNzM3IDEwLjk4OThDMy44NjA4OCAxMS41NDc3IDMuODYwODggMTIuNDUyMyA0LjQxNzM3IDEzLjAxMDJMMTIuOTY3NCAyMS41ODE2QzEzLjUyMzkgMjIuMTM5NSAxNC40MjYxIDIyLjEzOTUgMTQuOTgyNiAyMS41ODE2QzE1LjUzOTEgMjEuMDIzNyAxNS41MzkxIDIwLjExOTIgMTQuOTgyNiAxOS41NjEzTDcuNDQwMjUgMTJaXCJcbiAgICAgICAgZmlsbD1cImN1cnJlbnRDb2xvclwiXG4gICAgLz5cbjwvc3ZnPlxuPHN2Z1xuICAgIGhlaWdodD1cIjI0XCJcbiAgICB2aWV3Qm94PVwiMCAwIDI0IDI0XCJcbiAgICB3aWR0aD1cIjI0XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBjbGFzcz1cInQtYW5kcm9pZFwiXG4+XG4gICAgPHBhdGhcbiAgICAgICAgZD1cIk0xOS42OTk5IDExLjU4OTlDMTkuNjk5OSAxMS4wMzc3IDE5LjI1MjIgMTAuNTg5OSAxOC42OTk5IDEwLjU4OTlINy40OTk5MkwxMi4zOTk5IDUuNjg5OTVDMTIuNzg2NSA1LjMwMzM1IDEyLjc4NjUgNC42NzY1NSAxMi4zOTk5IDQuMjg5OTVWNC4yODk5NUMxMi4wMTMzIDMuOTAzMzUgMTEuMzg2NSAzLjkwMzM1IDEwLjk5OTkgNC4yODk5NUw0LjQwNzAzIDEwLjg4MjhDNC4wMTY1IDExLjI3MzQgNC4wMTY1MSAxMS45MDY1IDQuNDA3MDMgMTIuMjk3MUwxMC45OTk5IDE4Ljg5QzExLjM4NjUgMTkuMjc2NSAxMi4wMTMzIDE5LjI3NjUgMTIuMzk5OSAxOC44ODk5VjE4Ljg4OTlDMTIuNzg2NSAxOC41MDM0IDEyLjc4NjUgMTcuODc2NSAxMi4zOTk5IDE3LjQ5TDcuNDk5OTIgMTIuNTg5OUgxOC42OTk5QzE5LjI1MjIgMTIuNTg5OSAxOS42OTk5IDEyLjE0MjIgMTkuNjk5OSAxMS41ODk5VjExLjU4OTlaXCJcbiAgICAgICAgZmlsbD1cImN1cnJlbnRDb2xvclwiXG4gICAgLz5cbjwvc3ZnPlxuPG5nLWNvbnRlbnQgLz5cbiJdfQ==
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AsyncPipe } from '@angular/common';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, HostBinding, inject, Input, NgZone, ViewChildren, ViewEncapsulation, } from '@angular/core';
|
|
3
|
+
import { MutationObserverService } from '@ng-web-apis/mutation-observer';
|
|
4
|
+
import { ResizeObserverService } from '@ng-web-apis/resize-observer';
|
|
5
|
+
import { EMPTY_QUERY } from '@taiga-ui/cdk/constants';
|
|
6
|
+
import { tuiZonefull } from '@taiga-ui/cdk/observables';
|
|
7
|
+
import { TuiFade } from '@taiga-ui/kit/directives/fade';
|
|
8
|
+
import { map, merge } from 'rxjs';
|
|
9
|
+
import { TUI_APP_BAR_PROVIDERS } from './app-bar.providers';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
class TuiAppBarComponent {
|
|
12
|
+
constructor() {
|
|
13
|
+
this.side = EMPTY_QUERY;
|
|
14
|
+
this.width$ = merge(inject(ResizeObserverService), inject(MutationObserverService)).pipe(tuiZonefull(inject(NgZone)), map(() => 2 *
|
|
15
|
+
Math.max(this.side.first?.nativeElement.clientWidth, this.side.last?.nativeElement.clientWidth)));
|
|
16
|
+
this.size = 'm';
|
|
17
|
+
}
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiAppBarComponent, isStandalone: true, selector: "tui-app-bar", inputs: { size: "size" }, host: { properties: { "attr.data-size": "this.size" } }, providers: TUI_APP_BAR_PROVIDERS, viewQueries: [{ propertyName: "side", predicate: ["side"], descendants: true }], ngImport: i0, template: "<div #side>\n <ng-content select=\"[tuiSlot='left']\" />\n</div>\n<div\n tuiFade\n class=\"t-content\"\n [style.--t-sides.px]=\"width$ | async\"\n>\n <ng-content />\n</div>\n<div #side>\n <ng-content select=\"[tuiSlot='right']\" />\n</div>\n", styles: ["tui-app-bar{position:relative;display:flex;height:3rem;align-items:center;justify-content:space-between;border:solid transparent;border-width:0 .375rem;box-sizing:border-box;font:var(--tui-font-text-m);font-weight:700;text-align:center;color:var(--tui-text-primary);background:var(--tui-background-base);-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem)}tui-app-bar>.t-content{left:50%;transform:translate(-50%);position:absolute;display:flex;height:100%;max-width:calc(100% - var(--t-sides, 0px));flex-direction:column;justify-content:center;flex:1;padding:0 .375rem;box-sizing:border-box;text-align:inherit;white-space:nowrap}tui-app-bar [tuiButton][data-size=m]{font-weight:400}tui-app-bar [tuiTitle]{text-align:inherit;font:inherit}tui-app-bar [tuiSubtitle]{color:var(--tui-text-secondary)}tui-app-bar[data-size=m] [tuiTitle]{line-height:1.2em;gap:0}tui-app-bar[data-size=l]{border:0;height:4rem}tui-app-bar[data-size=l]>:first-child,tui-app-bar[data-size=l]>:last-child{margin:0 -.75rem}\n"], dependencies: [{ kind: "directive", type: TuiFade, selector: "[tuiFade]", inputs: ["tuiFadeHeight", "tuiFadeSize", "tuiFadeOffset", "tuiFade"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
20
|
+
}
|
|
21
|
+
export { TuiAppBarComponent };
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarComponent, decorators: [{
|
|
23
|
+
type: Component,
|
|
24
|
+
args: [{ standalone: true, selector: 'tui-app-bar', imports: [TuiFade, AsyncPipe], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: TUI_APP_BAR_PROVIDERS, template: "<div #side>\n <ng-content select=\"[tuiSlot='left']\" />\n</div>\n<div\n tuiFade\n class=\"t-content\"\n [style.--t-sides.px]=\"width$ | async\"\n>\n <ng-content />\n</div>\n<div #side>\n <ng-content select=\"[tuiSlot='right']\" />\n</div>\n", styles: ["tui-app-bar{position:relative;display:flex;height:3rem;align-items:center;justify-content:space-between;border:solid transparent;border-width:0 .375rem;box-sizing:border-box;font:var(--tui-font-text-m);font-weight:700;text-align:center;color:var(--tui-text-primary);background:var(--tui-background-base);-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem)}tui-app-bar>.t-content{left:50%;transform:translate(-50%);position:absolute;display:flex;height:100%;max-width:calc(100% - var(--t-sides, 0px));flex-direction:column;justify-content:center;flex:1;padding:0 .375rem;box-sizing:border-box;text-align:inherit;white-space:nowrap}tui-app-bar [tuiButton][data-size=m]{font-weight:400}tui-app-bar [tuiTitle]{text-align:inherit;font:inherit}tui-app-bar [tuiSubtitle]{color:var(--tui-text-secondary)}tui-app-bar[data-size=m] [tuiTitle]{line-height:1.2em;gap:0}tui-app-bar[data-size=l]{border:0;height:4rem}tui-app-bar[data-size=l]>:first-child,tui-app-bar[data-size=l]>:last-child{margin:0 -.75rem}\n"] }]
|
|
25
|
+
}], propDecorators: { side: [{
|
|
26
|
+
type: ViewChildren,
|
|
27
|
+
args: ['side']
|
|
28
|
+
}], size: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}, {
|
|
31
|
+
type: HostBinding,
|
|
32
|
+
args: ['attr.data-size']
|
|
33
|
+
}] } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9hcHAtYmFyL2FwcC1iYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbGF5b3V0L2NvbXBvbmVudHMvYXBwLWJhci9hcHAtYmFyLnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBRTFDLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFdBQVcsRUFDWCxNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sRUFDTixZQUFZLEVBQ1osaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ25FLE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFFdEQsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQ3RELE9BQU8sRUFBQyxHQUFHLEVBQUUsS0FBSyxFQUFDLE1BQU0sTUFBTSxDQUFDO0FBRWhDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHFCQUFxQixDQUFDOztBQUUxRCxNQVVhLGtCQUFrQjtJQVYvQjtRQVlxQixTQUFJLEdBQXVDLFdBQVcsQ0FBQztRQUVyRCxXQUFNLEdBQUcsS0FBSyxDQUM3QixNQUFNLENBQUMscUJBQXFCLENBQUMsRUFDN0IsTUFBTSxDQUFDLHVCQUF1QixDQUFDLENBQ2xDLENBQUMsSUFBSSxDQUNGLFdBQVcsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUMsRUFDM0IsR0FBRyxDQUNDLEdBQUcsRUFBRSxDQUNELENBQUM7WUFDRCxJQUFJLENBQUMsR0FBRyxDQUNKLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLGFBQWEsQ0FBQyxXQUFXLEVBQzFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLGFBQWEsQ0FBQyxXQUFXLENBQzVDLENBQ1IsQ0FDSixDQUFDO1FBSUssU0FBSSxHQUFhLEdBQUcsQ0FBQztLQUMvQjsrR0F0Qlksa0JBQWtCO21HQUFsQixrQkFBa0IsNklBRmhCLHFCQUFxQiwyR0M5QnBDLHFRQWFBLHdpQ0RZYyxPQUFPLHVIQUFFLFNBQVM7O1NBT25CLGtCQUFrQjs0RkFBbEIsa0JBQWtCO2tCQVY5QixTQUFTO2lDQUNNLElBQUksWUFDTixhQUFhLFdBQ2QsQ0FBQyxPQUFPLEVBQUUsU0FBUyxDQUFDLGlCQUdkLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMscUJBQXFCOzhCQUlmLElBQUk7c0JBRHBCLFlBQVk7dUJBQUMsTUFBTTtnQkFvQmIsSUFBSTtzQkFGVixLQUFLOztzQkFDTCxXQUFXO3VCQUFDLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7QXN5bmNQaXBlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHR5cGUge0VsZW1lbnRSZWYsIFF1ZXJ5TGlzdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBIb3N0QmluZGluZyxcbiAgICBpbmplY3QsXG4gICAgSW5wdXQsXG4gICAgTmdab25lLFxuICAgIFZpZXdDaGlsZHJlbixcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge011dGF0aW9uT2JzZXJ2ZXJTZXJ2aWNlfSBmcm9tICdAbmctd2ViLWFwaXMvbXV0YXRpb24tb2JzZXJ2ZXInO1xuaW1wb3J0IHtSZXNpemVPYnNlcnZlclNlcnZpY2V9IGZyb20gJ0BuZy13ZWItYXBpcy9yZXNpemUtb2JzZXJ2ZXInO1xuaW1wb3J0IHtFTVBUWV9RVUVSWX0gZnJvbSAnQHRhaWdhLXVpL2Nkay9jb25zdGFudHMnO1xuaW1wb3J0IHt0dWlab25lZnVsbH0gZnJvbSAnQHRhaWdhLXVpL2Nkay9vYnNlcnZhYmxlcyc7XG5pbXBvcnQgdHlwZSB7VHVpU2l6ZUx9IGZyb20gJ0B0YWlnYS11aS9jb3JlL3R5cGVzJztcbmltcG9ydCB7VHVpRmFkZX0gZnJvbSAnQHRhaWdhLXVpL2tpdC9kaXJlY3RpdmVzL2ZhZGUnO1xuaW1wb3J0IHttYXAsIG1lcmdlfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtUVUlfQVBQX0JBUl9QUk9WSURFUlN9IGZyb20gJy4vYXBwLWJhci5wcm92aWRlcnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAndHVpLWFwcC1iYXInLFxuICAgIGltcG9ydHM6IFtUdWlGYWRlLCBBc3luY1BpcGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9hcHAtYmFyLnRlbXBsYXRlLmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2FwcC1iYXIuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBUVUlfQVBQX0JBUl9QUk9WSURFUlMsXG59KVxuZXhwb3J0IGNsYXNzIFR1aUFwcEJhckNvbXBvbmVudCB7XG4gICAgQFZpZXdDaGlsZHJlbignc2lkZScpXG4gICAgcHJpdmF0ZSByZWFkb25seSBzaWRlOiBRdWVyeUxpc3Q8RWxlbWVudFJlZjxIVE1MRWxlbWVudD4+ID0gRU1QVFlfUVVFUlk7XG5cbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgd2lkdGgkID0gbWVyZ2UoXG4gICAgICAgIGluamVjdChSZXNpemVPYnNlcnZlclNlcnZpY2UpLFxuICAgICAgICBpbmplY3QoTXV0YXRpb25PYnNlcnZlclNlcnZpY2UpLFxuICAgICkucGlwZShcbiAgICAgICAgdHVpWm9uZWZ1bGwoaW5qZWN0KE5nWm9uZSkpLFxuICAgICAgICBtYXAoXG4gICAgICAgICAgICAoKSA9PlxuICAgICAgICAgICAgICAgIDIgKlxuICAgICAgICAgICAgICAgIE1hdGgubWF4KFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnNpZGUuZmlyc3Q/Lm5hdGl2ZUVsZW1lbnQuY2xpZW50V2lkdGgsXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuc2lkZS5sYXN0Py5uYXRpdmVFbGVtZW50LmNsaWVudFdpZHRoLFxuICAgICAgICAgICAgICAgICksXG4gICAgICAgICksXG4gICAgKTtcblxuICAgIEBJbnB1dCgpXG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLmRhdGEtc2l6ZScpXG4gICAgcHVibGljIHNpemU6IFR1aVNpemVMID0gJ20nO1xufVxuIiwiPGRpdiAjc2lkZT5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbdHVpU2xvdD0nbGVmdCddXCIgLz5cbjwvZGl2PlxuPGRpdlxuICAgIHR1aUZhZGVcbiAgICBjbGFzcz1cInQtY29udGVudFwiXG4gICAgW3N0eWxlLi0tdC1zaWRlcy5weF09XCJ3aWR0aCQgfCBhc3luY1wiXG4+XG4gICAgPG5nLWNvbnRlbnQgLz5cbjwvZGl2PlxuPGRpdiAjc2lkZT5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbdHVpU2xvdD0ncmlnaHQnXVwiIC8+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class TuiAppBarDirective {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.tuiSlot = 'left';
|
|
6
|
+
}
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
8
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiAppBarDirective, isStandalone: true, selector: "[tuiSlot]", inputs: { tuiSlot: "tuiSlot" }, ngImport: i0 }); }
|
|
9
|
+
}
|
|
10
|
+
export { TuiAppBarDirective };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarDirective, decorators: [{
|
|
12
|
+
type: Directive,
|
|
13
|
+
args: [{
|
|
14
|
+
standalone: true,
|
|
15
|
+
selector: '[tuiSlot]',
|
|
16
|
+
}]
|
|
17
|
+
}], propDecorators: { tuiSlot: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9hcHAtYmFyL2FwcC1iYXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQUUvQyxNQUlhLGtCQUFrQjtJQUovQjtRQU1XLFlBQU8sR0FBOEIsTUFBTSxDQUFDO0tBQ3REOytHQUhZLGtCQUFrQjttR0FBbEIsa0JBQWtCOztTQUFsQixrQkFBa0I7NEZBQWxCLGtCQUFrQjtrQkFKOUIsU0FBUzttQkFBQztvQkFDUCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7aUJBQ3hCOzhCQUdVLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdbdHVpU2xvdF0nLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlBcHBCYXJEaXJlY3RpdmUge1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHR1aVNsb3Q6IHN0cmluZyB8ICdsZWZ0JyB8ICdyaWdodCcgPSAnbGVmdCc7XG59XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiAppBarComponent } from './app-bar.component';
|
|
2
|
+
import { TuiAppBarDirective } from './app-bar.directive';
|
|
3
|
+
import { TuiAppBarBack } from './app-bar-back.component';
|
|
4
|
+
export const TuiAppBar = [TuiAppBarComponent, TuiAppBarDirective, TuiAppBarBack];
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sMEJBQTBCLENBQUM7QUFFdkQsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFHLENBQUMsa0JBQWtCLEVBQUUsa0JBQWtCLEVBQUUsYUFBYSxDQUFVLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1R1aUFwcEJhckNvbXBvbmVudH0gZnJvbSAnLi9hcHAtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQge1R1aUFwcEJhckRpcmVjdGl2ZX0gZnJvbSAnLi9hcHAtYmFyLmRpcmVjdGl2ZSc7XG5pbXBvcnQge1R1aUFwcEJhckJhY2t9IGZyb20gJy4vYXBwLWJhci1iYWNrLmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBUdWlBcHBCYXIgPSBbVHVpQXBwQmFyQ29tcG9uZW50LCBUdWlBcHBCYXJEaXJlY3RpdmUsIFR1aUFwcEJhckJhY2tdIGFzIGNvbnN0O1xuIl19
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MutationObserverService, WA_MUTATION_OBSERVER_INIT, } from '@ng-web-apis/mutation-observer';
|
|
2
|
+
import { ResizeObserverService } from '@ng-web-apis/resize-observer';
|
|
3
|
+
import { tuiButtonOptionsProvider } from '@taiga-ui/core/components/button';
|
|
4
|
+
export const TUI_APP_BAR_PROVIDERS = [
|
|
5
|
+
ResizeObserverService,
|
|
6
|
+
MutationObserverService,
|
|
7
|
+
{
|
|
8
|
+
provide: WA_MUTATION_OBSERVER_INIT,
|
|
9
|
+
useValue: {
|
|
10
|
+
characterData: true,
|
|
11
|
+
childList: true,
|
|
12
|
+
subtree: true,
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
tuiButtonOptionsProvider({
|
|
16
|
+
size: 'm',
|
|
17
|
+
appearance: 'link',
|
|
18
|
+
}),
|
|
19
|
+
];
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci5wcm92aWRlcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9hcHAtYmFyL2FwcC1iYXIucHJvdmlkZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIseUJBQXlCLEdBQzVCLE1BQU0sZ0NBQWdDLENBQUM7QUFDeEMsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDbkUsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFFMUUsTUFBTSxDQUFDLE1BQU0scUJBQXFCLEdBQWU7SUFDN0MscUJBQXFCO0lBQ3JCLHVCQUF1QjtJQUN2QjtRQUNJLE9BQU8sRUFBRSx5QkFBeUI7UUFDbEMsUUFBUSxFQUFFO1lBQ04sYUFBYSxFQUFFLElBQUk7WUFDbkIsU0FBUyxFQUFFLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSTtTQUNoQjtLQUNKO0lBQ0Qsd0JBQXdCLENBQUM7UUFDckIsSUFBSSxFQUFFLEdBQUc7UUFDVCxVQUFVLEVBQUUsTUFBTTtLQUNyQixDQUFDO0NBQ0wsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHtQcm92aWRlcn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIE11dGF0aW9uT2JzZXJ2ZXJTZXJ2aWNlLFxuICAgIFdBX01VVEFUSU9OX09CU0VSVkVSX0lOSVQsXG59IGZyb20gJ0BuZy13ZWItYXBpcy9tdXRhdGlvbi1vYnNlcnZlcic7XG5pbXBvcnQge1Jlc2l6ZU9ic2VydmVyU2VydmljZX0gZnJvbSAnQG5nLXdlYi1hcGlzL3Jlc2l6ZS1vYnNlcnZlcic7XG5pbXBvcnQge3R1aUJ1dHRvbk9wdGlvbnNQcm92aWRlcn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9idXR0b24nO1xuXG5leHBvcnQgY29uc3QgVFVJX0FQUF9CQVJfUFJPVklERVJTOiBQcm92aWRlcltdID0gW1xuICAgIFJlc2l6ZU9ic2VydmVyU2VydmljZSxcbiAgICBNdXRhdGlvbk9ic2VydmVyU2VydmljZSxcbiAgICB7XG4gICAgICAgIHByb3ZpZGU6IFdBX01VVEFUSU9OX09CU0VSVkVSX0lOSVQsXG4gICAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgICAgICBjaGFyYWN0ZXJEYXRhOiB0cnVlLFxuICAgICAgICAgICAgY2hpbGRMaXN0OiB0cnVlLFxuICAgICAgICAgICAgc3VidHJlZTogdHJ1ZSxcbiAgICAgICAgfSxcbiAgICB9LFxuICAgIHR1aUJ1dHRvbk9wdGlvbnNQcm92aWRlcih7XG4gICAgICAgIHNpemU6ICdtJyxcbiAgICAgICAgYXBwZWFyYW5jZTogJ2xpbmsnLFxuICAgIH0pLFxuXTtcbiJdfQ==
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './app-bar';
|
|
2
|
+
export * from './app-bar.component';
|
|
3
|
+
export * from './app-bar.directive';
|
|
4
|
+
export * from './app-bar.providers';
|
|
5
|
+
export * from './app-bar-back.component';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9hcHAtYmFyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FwcC1iYXInO1xuZXhwb3J0ICogZnJvbSAnLi9hcHAtYmFyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FwcC1iYXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vYXBwLWJhci5wcm92aWRlcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9hcHAtYmFyLWJhY2suY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWktbGF5b3V0LWNvbXBvbmVudHMtYXBwLWJhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvdGFpZ2EtdWktbGF5b3V0LWNvbXBvbmVudHMtYXBwLWJhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Directive, ViewEncapsulation, } from '@angular/core';
|
|
2
|
+
import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
class TuiBlockDetailsStyles {
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockDetailsStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiBlockDetailsStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-block-details-styles" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiBlockDetails]{display:flex;flex-direction:column;align-items:center;font:var(--tui-font-heading-3);min-height:2rem}[tuiBlockDetails] [tuiTitle]{text-align:center;font:var(--tui-font-text-l);gap:0}[tuiBlockDetails] [tuiSubtitle]{font:var(--tui-font-text-m);color:var(--tui-text-secondary);margin-top:.25rem}:host-context(tui-root._mobile) [tuiBlockDetails] [tuiSubtitle]{font:var(--tui-font-text-s)}[tuiBlockDetails] [tuiComment]{margin-top:1.0625rem}[tuiBlockDetails] [tuiAccessory]{display:flex;gap:.5rem;margin-top:1.25rem}[tuiBlockDetails] [tuiAccessories],[tuiBlockDetails] tui-badge:only-of-type{margin-top:1.25rem}[tuiBlockDetails] [tuiAccessories]{display:flex;gap:.5rem}[tuiBlockDetails] tui-avatar,[tuiBlockDetails] [tuiTitle]{margin-bottom:1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockDetailsStyles, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
11
|
+
class: 'tui-block-details-styles',
|
|
12
|
+
}, styles: ["[tuiBlockDetails]{display:flex;flex-direction:column;align-items:center;font:var(--tui-font-heading-3);min-height:2rem}[tuiBlockDetails] [tuiTitle]{text-align:center;font:var(--tui-font-text-l);gap:0}[tuiBlockDetails] [tuiSubtitle]{font:var(--tui-font-text-m);color:var(--tui-text-secondary);margin-top:.25rem}:host-context(tui-root._mobile) [tuiBlockDetails] [tuiSubtitle]{font:var(--tui-font-text-s)}[tuiBlockDetails] [tuiComment]{margin-top:1.0625rem}[tuiBlockDetails] [tuiAccessory]{display:flex;gap:.5rem;margin-top:1.25rem}[tuiBlockDetails] [tuiAccessories],[tuiBlockDetails] tui-badge:only-of-type{margin-top:1.25rem}[tuiBlockDetails] [tuiAccessories]{display:flex;gap:.5rem}[tuiBlockDetails] tui-avatar,[tuiBlockDetails] [tuiTitle]{margin-bottom:1rem}\n"] }]
|
|
13
|
+
}] });
|
|
14
|
+
class TuiBlockDetails {
|
|
15
|
+
constructor() {
|
|
16
|
+
this.nothing = tuiWithStyles(TuiBlockDetailsStyles);
|
|
17
|
+
}
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockDetails, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiBlockDetails, isStandalone: true, selector: "[tuiBlockDetails]", ngImport: i0 }); }
|
|
20
|
+
}
|
|
21
|
+
export { TuiBlockDetails };
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockDetails, decorators: [{
|
|
23
|
+
type: Directive,
|
|
24
|
+
args: [{
|
|
25
|
+
standalone: true,
|
|
26
|
+
selector: '[tuiBlockDetails]',
|
|
27
|
+
}]
|
|
28
|
+
}] });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stZGV0YWlscy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9ibG9jay1kZXRhaWxzL2Jsb2NrLWRldGFpbHMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLG1DQUFtQyxDQUFDOztBQUVoRSxNQVVNLHFCQUFxQjsrR0FBckIscUJBQXFCO21HQUFyQixxQkFBcUIsOEhBUmIsRUFBRTs7NEZBUVYscUJBQXFCO2tCQVYxQixTQUFTO2lDQUNNLElBQUksWUFDTixFQUFFLGlCQUVHLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YsS0FBSyxFQUFFLDBCQUEwQjtxQkFDcEM7O0FBSUwsTUFJYSxlQUFlO0lBSjVCO1FBS3VCLFlBQU8sR0FBRyxhQUFhLENBQUMscUJBQXFCLENBQUMsQ0FBQztLQUNyRTsrR0FGWSxlQUFlO21HQUFmLGVBQWU7O1NBQWYsZUFBZTs0RkFBZixlQUFlO2tCQUozQixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsbUJBQW1CO2lCQUNoQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIERpcmVjdGl2ZSxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aVdpdGhTdHlsZXN9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHN0eWxlVXJsczogWycuL2Jsb2NrLWRldGFpbHMuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3R1aS1ibG9jay1kZXRhaWxzLXN0eWxlcycsXG4gICAgfSxcbn0pXG5jbGFzcyBUdWlCbG9ja0RldGFpbHNTdHlsZXMge31cblxuQERpcmVjdGl2ZSh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ1t0dWlCbG9ja0RldGFpbHNdJyxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQmxvY2tEZXRhaWxzIHtcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbm90aGluZyA9IHR1aVdpdGhTdHlsZXMoVHVpQmxvY2tEZXRhaWxzU3R5bGVzKTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './block-details.directive';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9ibG9jay1kZXRhaWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Jsb2NrLWRldGFpbHMuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWktbGF5b3V0LWNvbXBvbmVudHMtYmxvY2stZGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLWRldGFpbHMvdGFpZ2EtdWktbGF5b3V0LWNvbXBvbmVudHMtYmxvY2stZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class TuiBlockStatusComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.card = false;
|
|
6
|
+
}
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiBlockStatusComponent, isStandalone: true, selector: "tui-block-status", inputs: { card: "card" }, host: { properties: { "class._card": "this.card" } }, ngImport: i0, template: "<div class=\"t-block-image\">\n <ng-content select=\"[tuiSlot='top']\" />\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\" />\n\n<div class=\"t-block-text\">\n <ng-content />\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button,[tuiSlot='action']\" />\n</div>\n", styles: ["tui-block-status{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;overflow:hidden;width:100%;height:100%}tui-block-status._card{border-radius:var(--tui-radius-xl);padding:2rem}tui-block-status .t-block-image{margin-bottom:2rem}tui-block-status .t-block-text:not(:empty){font:var(--tui-font-text-m);color:var(--tui-text-secondary);margin-bottom:2rem;white-space:pre-line}tui-block-status .t-block-actions:not(:empty){display:flex;flex-direction:column;align-items:center;width:100%}tui-block-status h1,tui-block-status h2,tui-block-status h3,tui-block-status h4,tui-block-status h5,tui-block-status h6{font:var(--tui-font-heading-4);margin-top:0;margin-bottom:1rem}tui-block-status img{width:9rem;height:9rem}tui-block-status a:not(:last-child),tui-block-status button:not(:last-child){margin-bottom:.75rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
9
|
+
}
|
|
10
|
+
export { TuiBlockStatusComponent };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockStatusComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ standalone: true, selector: 'tui-block-status', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"t-block-image\">\n <ng-content select=\"[tuiSlot='top']\" />\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\" />\n\n<div class=\"t-block-text\">\n <ng-content />\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button,[tuiSlot='action']\" />\n</div>\n", styles: ["tui-block-status{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;overflow:hidden;width:100%;height:100%}tui-block-status._card{border-radius:var(--tui-radius-xl);padding:2rem}tui-block-status .t-block-image{margin-bottom:2rem}tui-block-status .t-block-text:not(:empty){font:var(--tui-font-text-m);color:var(--tui-text-secondary);margin-bottom:2rem;white-space:pre-line}tui-block-status .t-block-actions:not(:empty){display:flex;flex-direction:column;align-items:center;width:100%}tui-block-status h1,tui-block-status h2,tui-block-status h3,tui-block-status h4,tui-block-status h5,tui-block-status h6{font:var(--tui-font-heading-4);margin-top:0;margin-bottom:1rem}tui-block-status img{width:9rem;height:9rem}tui-block-status a:not(:last-child),tui-block-status button:not(:last-child){margin-bottom:.75rem}\n"] }]
|
|
14
|
+
}], propDecorators: { card: [{
|
|
15
|
+
type: HostBinding,
|
|
16
|
+
args: ['class._card']
|
|
17
|
+
}, {
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cy9ibG9jay1zdGF0dXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbGF5b3V0L2NvbXBvbmVudHMvYmxvY2stc3RhdHVzL2Jsb2NrLXN0YXR1cy50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFdBQVcsRUFDWCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDOztBQUV2QixNQVFhLHVCQUF1QjtJQVJwQztRQVdXLFNBQUksR0FBRyxLQUFLLENBQUM7S0FDdkI7K0dBSlksdUJBQXVCO21HQUF2Qix1QkFBdUIsNEpDaEJwQyx5U0FhQTs7U0RHYSx1QkFBdUI7NEZBQXZCLHVCQUF1QjtrQkFSbkMsU0FBUztpQ0FDTSxJQUFJLFlBQ04sa0JBQWtCLGlCQUdiLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBS3hDLElBQUk7c0JBRlYsV0FBVzt1QkFBQyxhQUFhOztzQkFDekIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIElucHV0LFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1ibG9jay1zdGF0dXMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ibG9jay1zdGF0dXMudGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYmxvY2stc3RhdHVzLnN0eWxlLmxlc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlCbG9ja1N0YXR1c0NvbXBvbmVudCB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5fY2FyZCcpXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgY2FyZCA9IGZhbHNlO1xufVxuIiwiPGRpdiBjbGFzcz1cInQtYmxvY2staW1hZ2VcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbdHVpU2xvdD0ndG9wJ11cIiAvPlxuPC9kaXY+XG5cbjxuZy1jb250ZW50IHNlbGVjdD1cImgxLGgyLGgzLGg0LGg1LGg2XCIgLz5cblxuPGRpdiBjbGFzcz1cInQtYmxvY2stdGV4dFwiPlxuICAgIDxuZy1jb250ZW50IC8+XG48L2Rpdj5cblxuPGRpdiBjbGFzcz1cInQtYmxvY2stYWN0aW9uc1wiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImEsYnV0dG9uLFt0dWlTbG90PSdhY3Rpb24nXVwiIC8+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class TuiBlockStatusDirective {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.tuiSlot = 'top';
|
|
6
|
+
}
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockStatusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
8
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiBlockStatusDirective, isStandalone: true, selector: "[tuiSlot]", inputs: { tuiSlot: "tuiSlot" }, ngImport: i0 }); }
|
|
9
|
+
}
|
|
10
|
+
export { TuiBlockStatusDirective };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBlockStatusDirective, decorators: [{
|
|
12
|
+
type: Directive,
|
|
13
|
+
args: [{
|
|
14
|
+
standalone: true,
|
|
15
|
+
selector: '[tuiSlot]',
|
|
16
|
+
}]
|
|
17
|
+
}], propDecorators: { tuiSlot: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cy9ibG9jay1zdGF0dXMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQUUvQyxNQUlhLHVCQUF1QjtJQUpwQztRQU1XLFlBQU8sR0FBOEIsS0FBSyxDQUFDO0tBQ3JEOytHQUhZLHVCQUF1QjttR0FBdkIsdUJBQXVCOztTQUF2Qix1QkFBdUI7NEZBQXZCLHVCQUF1QjtrQkFKbkMsU0FBUzttQkFBQztvQkFDUCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7aUJBQ3hCOzhCQUdVLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdbdHVpU2xvdF0nLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlCbG9ja1N0YXR1c0RpcmVjdGl2ZSB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdHVpU2xvdDogc3RyaW5nIHwgJ2FjdGlvbicgfCAndG9wJyA9ICd0b3AnO1xufVxuIl19
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TuiBlockStatusComponent } from './block-status.component';
|
|
2
|
+
import { TuiBlockStatusDirective } from './block-status.directive';
|
|
3
|
+
export const TuiBlockStatus = [TuiBlockStatusComponent, TuiBlockStatusDirective];
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbGF5b3V0L2NvbXBvbmVudHMvYmxvY2stc3RhdHVzL2Jsb2NrLXN0YXR1cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNqRSxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUVqRSxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUcsQ0FBQyx1QkFBdUIsRUFBRSx1QkFBdUIsQ0FBVSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtUdWlCbG9ja1N0YXR1c0NvbXBvbmVudH0gZnJvbSAnLi9ibG9jay1zdGF0dXMuY29tcG9uZW50JztcbmltcG9ydCB7VHVpQmxvY2tTdGF0dXNEaXJlY3RpdmV9IGZyb20gJy4vYmxvY2stc3RhdHVzLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCBjb25zdCBUdWlCbG9ja1N0YXR1cyA9IFtUdWlCbG9ja1N0YXR1c0NvbXBvbmVudCwgVHVpQmxvY2tTdGF0dXNEaXJlY3RpdmVdIGFzIGNvbnN0O1xuIl19
|
package/{esm2015/components/block-status/index.js → esm2022/components/block-status/index.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
export * from './block-status';
|
|
1
2
|
export * from './block-status.component';
|
|
2
3
|
export * from './block-status.directive';
|
|
3
|
-
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9ibG9jay1zdGF0dXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Jsb2NrLXN0YXR1cy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ibG9jay1zdGF0dXMuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vYmxvY2stc3RhdHVzLm1vZHVsZSc7XG4iXX0=
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9ibG9jay1zdGF0dXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Jsb2NrLXN0YXR1cyc7XG5leHBvcnQgKiBmcm9tICcuL2Jsb2NrLXN0YXR1cy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ibG9jay1zdGF0dXMuZGlyZWN0aXZlJztcbiJdfQ==
|