@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout-components-block-status.umd.js","sources":["../../../projects/layout/components/block-status/block-status.component.ts","../../../projects/layout/components/block-status/block-status.template.html","../../../projects/layout/components/block-status/block-status.directive.ts","../../../projects/layout/components/block-status/block-status.module.ts","../../../projects/layout/components/block-status/taiga-ui-layout-components-block-status.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n HostBinding,\n Input,\n ViewEncapsulation,\n} from '@angular/core';\n\n@Component({\n selector: 'tui-block-status',\n changeDetection: ChangeDetectionStrategy.OnPush,\n templateUrl: './block-status.template.html',\n styleUrls: ['./block-status.style.less'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class TuiBlockStatusComponent {\n @HostBinding('class._card')\n @Input()\n card = false;\n}\n","<div class=\"t-block-image\">\n <ng-content select=\"[tuiSlot='top']\"></ng-content>\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\"></ng-content>\n\n<div class=\"t-block-text\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button\"></ng-content>\n</div>\n","import {Directive, Input} from '@angular/core';\n\n@Directive({\n selector: '[tuiSlot]',\n})\nexport class TuiBlockStatusDirective {\n @Input()\n tuiSlot: string | 'top' = 'top';\n}\n","import {CommonModule} from '@angular/common';\nimport {NgModule} from '@angular/core';\n\nimport {TuiBlockStatusComponent} from './block-status.component';\nimport {TuiBlockStatusDirective} from './block-status.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective],\n exports: [TuiBlockStatusComponent, TuiBlockStatusDirective],\n})\nexport class TuiBlockStatusModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i0","Component","ChangeDetectionStrategy","ViewEncapsulation","HostBinding","Input","Directive","CommonModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAeA,QAAA,uBAAA,kBAAA,YAAA;IAPA,IAAA,SAAA,uBAAA,GAAA;IAUI,QAAA,IAAI,CAAA,IAAA,GAAG,KAAK,CAAC;SAChB;;;+IAJY,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAA,aAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;IAAvB,uBAAA,CAAA,IAAA,GAAAA,aAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,mJCfpC,kUAaA,EAAA,MAAA,EAAA,CAAA,09CAAA,CAAA,EAAA,eAAA,EAAAA,aAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAAA,aAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;sHDEa,uBAAuB,EAAA,UAAA,EAAA,CAAA;sBAPnCC,YAAS;IAAC,YAAA,IAAA,EAAA,CAAA;IACP,oBAAA,QAAQ,EAAE,kBAAkB;wBAC5B,eAAe,EAAEC,0BAAuB,CAAC,MAAM;IAC/C,oBAAA,WAAW,EAAE,8BAA8B;wBAC3C,SAAS,EAAE,CAAC,2BAA2B,CAAC;wBACxC,aAAa,EAAEC,oBAAiB,CAAC,IAAI;qBACxC,CAAA;kCAIG,IAAI,EAAA,CAAA;0BAFHC,cAAW;2BAAC,aAAa,CAAA;;0BACzBC,QAAK;;;AEZV,QAAA,uBAAA,kBAAA,YAAA;IAHA,IAAA,SAAA,uBAAA,GAAA;IAKI,QAAA,IAAO,CAAA,OAAA,GAAmB,KAAK,CAAC;SACnC;;;+IAHY,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAL,aAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;wHAAvB,uBAAuB,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,CAAA,CAAA;sHAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;sBAHnCM,YAAS;IAAC,YAAA,IAAA,EAAA,CAAA;IACP,oBAAA,QAAQ,EAAE,WAAW;qBACxB,CAAA;kCAGG,OAAO,EAAA,CAAA;0BADND,QAAK;;;ACKV,QAAA,oBAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,oBAAA,GAAA;;;;4IAAa,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAL,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;6IAApB,oBAAoB,EAAA,YAAA,EAAA,CAHd,uBAAuB,EAAE,uBAAuB,aADrDO,mBAAY,CAAA,EAAA,OAAA,EAAA,CAEZ,uBAAuB,EAAE,uBAAuB,CAAA,EAAA,CAAA,CAAA;6IAEjD,oBAAoB,EAAA,OAAA,EAAA,CAJpB,CAACA,mBAAY,CAAC,CAAA,EAAA,CAAA,CAAA;sHAId,oBAAoB,EAAA,UAAA,EAAA,CAAA;sBALhCC,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;wBACN,OAAO,EAAE,CAACD,mBAAY,CAAC;IACvB,oBAAA,YAAY,EAAE,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;IAChE,oBAAA,OAAO,EAAE,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;qBAC9D,CAAA;;;ICVD;;IAEG;;;;;;;;;;;;"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/layout/components/block-status')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@taiga-ui/layout/components', ['exports', '@taiga-ui/layout/components/block-status'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].layout = global["taiga-ui"].layout || {}, global["taiga-ui"].layout.components = {}), global["taiga-ui"].layout.components["block-status"]));
|
|
5
|
-
})(this, (function (exports, blockStatus) { 'use strict';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Generated bundle index. Do not edit.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
Object.keys(blockStatus).forEach(function (k) {
|
|
12
|
-
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () { return blockStatus[k]; }
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
19
|
-
|
|
20
|
-
}));
|
|
21
|
-
//# sourceMappingURL=taiga-ui-layout-components.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout-components.umd.js","sources":["../../../projects/layout/components/taiga-ui-layout-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;;CAEG;;;;;;;;;;;;;;;"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/layout/components')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@taiga-ui/layout', ['exports', '@taiga-ui/layout/components'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].layout = {}), global["taiga-ui"].layout.components));
|
|
5
|
-
})(this, (function (exports, components) { 'use strict';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Generated bundle index. Do not edit.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
Object.keys(components).forEach(function (k) {
|
|
12
|
-
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () { return components[k]; }
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
19
|
-
|
|
20
|
-
}));
|
|
21
|
-
//# sourceMappingURL=taiga-ui-layout.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout.umd.js","sources":["../../../projects/layout/taiga-ui-layout.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;;CAEG;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./block-status.component";
|
|
3
|
-
import * as i2 from "./block-status.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class TuiBlockStatusModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlockStatusModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiBlockStatusModule, [typeof i1.TuiBlockStatusComponent, typeof i2.TuiBlockStatusDirective], [typeof i3.CommonModule], [typeof i1.TuiBlockStatusComponent, typeof i2.TuiBlockStatusDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiBlockStatusModule>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"main": "../../bundles/taiga-ui-layout-components-block-status.umd.js",
|
|
3
|
-
"module": "../../fesm2015/taiga-ui-layout-components-block-status.js",
|
|
4
|
-
"es2015": "../../fesm2015/taiga-ui-layout-components-block-status.js",
|
|
5
|
-
"esm2015": "../../esm2015/components/block-status/taiga-ui-layout-components-block-status.js",
|
|
6
|
-
"fesm2015": "../../fesm2015/taiga-ui-layout-components-block-status.js",
|
|
7
|
-
"typings": "taiga-ui-layout-components-block-status.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@taiga-ui/layout/components/block-status"
|
|
10
|
-
}
|
package/components/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"main": "../bundles/taiga-ui-layout-components.umd.js",
|
|
3
|
-
"module": "../fesm2015/taiga-ui-layout-components.js",
|
|
4
|
-
"es2015": "../fesm2015/taiga-ui-layout-components.js",
|
|
5
|
-
"esm2015": "../esm2015/components/taiga-ui-layout-components.js",
|
|
6
|
-
"fesm2015": "../fesm2015/taiga-ui-layout-components.js",
|
|
7
|
-
"typings": "taiga-ui-layout-components.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@taiga-ui/layout/components"
|
|
10
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class TuiBlockStatusComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.card = false;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
TuiBlockStatusComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
TuiBlockStatusComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiBlockStatusComponent, 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']\"></ng-content>\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\"></ng-content>\n\n<div class=\"t-block-text\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button\"></ng-content>\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-root._mobile tui-block-status{padding:2rem}tui-block-status._card{border-radius:var(--tui-radius-xl);padding:2rem}tui-block-status .t-block-image{margin-bottom:2rem}tui-root._mobile tui-block-status .t-block-image{margin-bottom:1.5rem}tui-block-status .t-block-text{font:var(--tui-font-text-m);color:var(--tui-text-02);margin-bottom:2rem;white-space:pre-line}tui-root._mobile tui-block-status .t-block-text{margin-bottom:1.5rem}tui-block-status .t-block-actions{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-root._mobile tui-block-status h1,tui-root._mobile tui-block-status h2,tui-root._mobile tui-block-status h3,tui-root._mobile tui-block-status h4,tui-root._mobile tui-block-status h5,tui-root._mobile tui-block-status h6{font:var(--tui-font-heading-5);margin-bottom:.5rem}tui-block-status img{width:9rem;height:9rem}tui-root._mobile tui-block-status img{width:8rem;height:8rem}tui-block-status a:not(:last-child),tui-block-status button:not(:last-child){margin-bottom:.75rem}tui-root._mobile tui-block-status a:not(:last-child),tui-root._mobile tui-block-status button:not(:last-child){margin-bottom:.5rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusComponent, decorators: [{
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: 'tui-block-status',
|
|
14
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
15
|
-
templateUrl: './block-status.template.html',
|
|
16
|
-
styleUrls: ['./block-status.style.less'],
|
|
17
|
-
encapsulation: ViewEncapsulation.None,
|
|
18
|
-
}]
|
|
19
|
-
}], propDecorators: { card: [{
|
|
20
|
-
type: HostBinding,
|
|
21
|
-
args: ['class._card']
|
|
22
|
-
}, {
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cy9ibG9jay1zdGF0dXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbGF5b3V0L2NvbXBvbmVudHMvYmxvY2stc3RhdHVzL2Jsb2NrLXN0YXR1cy50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFdBQVcsRUFDWCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDOztBQVN2QixNQUFNLE9BQU8sdUJBQXVCO0lBUHBDO1FBVUksU0FBSSxHQUFHLEtBQUssQ0FBQztLQUNoQjs7cUhBSlksdUJBQXVCO3lHQUF2Qix1QkFBdUIsd0lDZnBDLGtVQWFBOzRGREVhLHVCQUF1QjtrQkFQbkMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsa0JBQWtCO29CQUM1QixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsV0FBVyxFQUFFLDhCQUE4QjtvQkFDM0MsU0FBUyxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQ3hDLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2lCQUN4Qzs4QkFJRyxJQUFJO3NCQUZILFdBQVc7dUJBQUMsYUFBYTs7c0JBQ3pCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBIb3N0QmluZGluZyxcbiAgICBJbnB1dCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAndHVpLWJsb2NrLXN0YXR1cycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2Jsb2NrLXN0YXR1cy50ZW1wbGF0ZS5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9ibG9jay1zdGF0dXMuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIFR1aUJsb2NrU3RhdHVzQ29tcG9uZW50IHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLl9jYXJkJylcbiAgICBASW5wdXQoKVxuICAgIGNhcmQgPSBmYWxzZTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJ0LWJsb2NrLWltYWdlXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3R1aVNsb3Q9J3RvcCddXCI+PC9uZy1jb250ZW50PlxuPC9kaXY+XG5cbjxuZy1jb250ZW50IHNlbGVjdD1cImgxLGgyLGgzLGg0LGg1LGg2XCI+PC9uZy1jb250ZW50PlxuXG48ZGl2IGNsYXNzPVwidC1ibG9jay10ZXh0XCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG5cbjxkaXYgY2xhc3M9XCJ0LWJsb2NrLWFjdGlvbnNcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJhLGJ1dHRvblwiPjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class TuiBlockStatusDirective {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.tuiSlot = 'top';
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
TuiBlockStatusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
-
TuiBlockStatusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiBlockStatusDirective, selector: "[tuiSlot]", inputs: { tuiSlot: "tuiSlot" }, ngImport: i0 });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: '[tuiSlot]',
|
|
14
|
-
}]
|
|
15
|
-
}], propDecorators: { tuiSlot: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cy9ibG9jay1zdGF0dXMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQUsvQyxNQUFNLE9BQU8sdUJBQXVCO0lBSHBDO1FBS0ksWUFBTyxHQUFtQixLQUFLLENBQUM7S0FDbkM7O3FIQUhZLHVCQUF1Qjt5R0FBdkIsdUJBQXVCOzRGQUF2Qix1QkFBdUI7a0JBSG5DLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLFdBQVc7aUJBQ3hCOzhCQUdHLE9BQU87c0JBRE4sS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW3R1aVNsb3RdJyxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQmxvY2tTdGF0dXNEaXJlY3RpdmUge1xuICAgIEBJbnB1dCgpXG4gICAgdHVpU2xvdDogc3RyaW5nIHwgJ3RvcCcgPSAndG9wJztcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { TuiBlockStatusComponent } from './block-status.component';
|
|
4
|
-
import { TuiBlockStatusDirective } from './block-status.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class TuiBlockStatusModule {
|
|
7
|
-
}
|
|
8
|
-
TuiBlockStatusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
TuiBlockStatusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective], imports: [CommonModule], exports: [TuiBlockStatusComponent, TuiBlockStatusDirective] });
|
|
10
|
-
TuiBlockStatusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, imports: [[CommonModule]] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective],
|
|
16
|
-
exports: [TuiBlockStatusComponent, TuiBlockStatusDirective],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stc3RhdHVzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cy9ibG9jay1zdGF0dXMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXZDLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDBCQUEwQixDQUFDO0FBQ2pFLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDBCQUEwQixDQUFDOztBQU9qRSxNQUFNLE9BQU8sb0JBQW9COztrSEFBcEIsb0JBQW9CO21IQUFwQixvQkFBb0IsaUJBSGQsdUJBQXVCLEVBQUUsdUJBQXVCLGFBRHJELFlBQVksYUFFWix1QkFBdUIsRUFBRSx1QkFBdUI7bUhBRWpELG9CQUFvQixZQUpwQixDQUFDLFlBQVksQ0FBQzs0RkFJZCxvQkFBb0I7a0JBTGhDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyx1QkFBdUIsRUFBRSx1QkFBdUIsQ0FBQztvQkFDaEUsT0FBTyxFQUFFLENBQUMsdUJBQXVCLEVBQUUsdUJBQXVCLENBQUM7aUJBQzlEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtUdWlCbG9ja1N0YXR1c0NvbXBvbmVudH0gZnJvbSAnLi9ibG9jay1zdGF0dXMuY29tcG9uZW50JztcbmltcG9ydCB7VHVpQmxvY2tTdGF0dXNEaXJlY3RpdmV9IGZyb20gJy4vYmxvY2stc3RhdHVzLmRpcmVjdGl2ZSc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbVHVpQmxvY2tTdGF0dXNDb21wb25lbnQsIFR1aUJsb2NrU3RhdHVzRGlyZWN0aXZlXSxcbiAgICBleHBvcnRzOiBbVHVpQmxvY2tTdGF0dXNDb21wb25lbnQsIFR1aUJsb2NrU3RhdHVzRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQmxvY2tTdGF0dXNNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from '@taiga-ui/layout/components/block-status';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9sYXlvdXQvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBDQUEwQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnQHRhaWdhLXVpL2xheW91dC9jb21wb25lbnRzL2Jsb2NrLXN0YXR1cyc7XG4iXX0=
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ChangeDetectionStrategy, ViewEncapsulation, HostBinding, Input, Directive, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
|
|
5
|
-
class TuiBlockStatusComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.card = false;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
TuiBlockStatusComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
TuiBlockStatusComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiBlockStatusComponent, 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']\"></ng-content>\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\"></ng-content>\n\n<div class=\"t-block-text\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button\"></ng-content>\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-root._mobile tui-block-status{padding:2rem}tui-block-status._card{border-radius:var(--tui-radius-xl);padding:2rem}tui-block-status .t-block-image{margin-bottom:2rem}tui-root._mobile tui-block-status .t-block-image{margin-bottom:1.5rem}tui-block-status .t-block-text{font:var(--tui-font-text-m);color:var(--tui-text-02);margin-bottom:2rem;white-space:pre-line}tui-root._mobile tui-block-status .t-block-text{margin-bottom:1.5rem}tui-block-status .t-block-actions{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-root._mobile tui-block-status h1,tui-root._mobile tui-block-status h2,tui-root._mobile tui-block-status h3,tui-root._mobile tui-block-status h4,tui-root._mobile tui-block-status h5,tui-root._mobile tui-block-status h6{font:var(--tui-font-heading-5);margin-bottom:.5rem}tui-block-status img{width:9rem;height:9rem}tui-root._mobile tui-block-status img{width:8rem;height:8rem}tui-block-status a:not(:last-child),tui-block-status button:not(:last-child){margin-bottom:.75rem}tui-root._mobile tui-block-status a:not(:last-child),tui-root._mobile tui-block-status button:not(:last-child){margin-bottom:.5rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{
|
|
15
|
-
selector: 'tui-block-status',
|
|
16
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
17
|
-
templateUrl: './block-status.template.html',
|
|
18
|
-
styleUrls: ['./block-status.style.less'],
|
|
19
|
-
encapsulation: ViewEncapsulation.None,
|
|
20
|
-
}]
|
|
21
|
-
}], propDecorators: { card: [{
|
|
22
|
-
type: HostBinding,
|
|
23
|
-
args: ['class._card']
|
|
24
|
-
}, {
|
|
25
|
-
type: Input
|
|
26
|
-
}] } });
|
|
27
|
-
|
|
28
|
-
class TuiBlockStatusDirective {
|
|
29
|
-
constructor() {
|
|
30
|
-
this.tuiSlot = 'top';
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
TuiBlockStatusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
-
TuiBlockStatusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiBlockStatusDirective, selector: "[tuiSlot]", inputs: { tuiSlot: "tuiSlot" }, ngImport: i0 });
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusDirective, decorators: [{
|
|
36
|
-
type: Directive,
|
|
37
|
-
args: [{
|
|
38
|
-
selector: '[tuiSlot]',
|
|
39
|
-
}]
|
|
40
|
-
}], propDecorators: { tuiSlot: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}] } });
|
|
43
|
-
|
|
44
|
-
class TuiBlockStatusModule {
|
|
45
|
-
}
|
|
46
|
-
TuiBlockStatusModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
47
|
-
TuiBlockStatusModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective], imports: [CommonModule], exports: [TuiBlockStatusComponent, TuiBlockStatusDirective] });
|
|
48
|
-
TuiBlockStatusModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, imports: [[CommonModule]] });
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiBlockStatusModule, decorators: [{
|
|
50
|
-
type: NgModule,
|
|
51
|
-
args: [{
|
|
52
|
-
imports: [CommonModule],
|
|
53
|
-
declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective],
|
|
54
|
-
exports: [TuiBlockStatusComponent, TuiBlockStatusDirective],
|
|
55
|
-
}]
|
|
56
|
-
}] });
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Generated bundle index. Do not edit.
|
|
60
|
-
*/
|
|
61
|
-
|
|
62
|
-
export { TuiBlockStatusComponent, TuiBlockStatusDirective, TuiBlockStatusModule };
|
|
63
|
-
//# sourceMappingURL=taiga-ui-layout-components-block-status.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout-components-block-status.js","sources":["../../../projects/layout/components/block-status/block-status.component.ts","../../../projects/layout/components/block-status/block-status.template.html","../../../projects/layout/components/block-status/block-status.directive.ts","../../../projects/layout/components/block-status/block-status.module.ts","../../../projects/layout/components/block-status/taiga-ui-layout-components-block-status.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n HostBinding,\n Input,\n ViewEncapsulation,\n} from '@angular/core';\n\n@Component({\n selector: 'tui-block-status',\n changeDetection: ChangeDetectionStrategy.OnPush,\n templateUrl: './block-status.template.html',\n styleUrls: ['./block-status.style.less'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class TuiBlockStatusComponent {\n @HostBinding('class._card')\n @Input()\n card = false;\n}\n","<div class=\"t-block-image\">\n <ng-content select=\"[tuiSlot='top']\"></ng-content>\n</div>\n\n<ng-content select=\"h1,h2,h3,h4,h5,h6\"></ng-content>\n\n<div class=\"t-block-text\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"t-block-actions\">\n <ng-content select=\"a,button\"></ng-content>\n</div>\n","import {Directive, Input} from '@angular/core';\n\n@Directive({\n selector: '[tuiSlot]',\n})\nexport class TuiBlockStatusDirective {\n @Input()\n tuiSlot: string | 'top' = 'top';\n}\n","import {CommonModule} from '@angular/common';\nimport {NgModule} from '@angular/core';\n\nimport {TuiBlockStatusComponent} from './block-status.component';\nimport {TuiBlockStatusDirective} from './block-status.directive';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [TuiBlockStatusComponent, TuiBlockStatusDirective],\n exports: [TuiBlockStatusComponent, TuiBlockStatusDirective],\n})\nexport class TuiBlockStatusModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAea,uBAAuB,CAAA;AAPpC,IAAA,WAAA,GAAA;QAUI,IAAI,CAAA,IAAA,GAAG,KAAK,CAAC;AAChB,KAAA;;qHAJY,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,uBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,wICfpC,kUAaA,EAAA,MAAA,EAAA,CAAA,09CAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4FDEa,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAPnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,WAAW,EAAE,8BAA8B;oBAC3C,SAAS,EAAE,CAAC,2BAA2B,CAAC;oBACxC,aAAa,EAAE,iBAAiB,CAAC,IAAI;AACxC,iBAAA,CAAA;8BAIG,IAAI,EAAA,CAAA;sBAFH,WAAW;uBAAC,aAAa,CAAA;;sBACzB,KAAK;;;MEZG,uBAAuB,CAAA;AAHpC,IAAA,WAAA,GAAA;QAKI,IAAO,CAAA,OAAA,GAAmB,KAAK,CAAC;AACnC,KAAA;;qHAHY,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;yGAAvB,uBAAuB,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;4FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAHnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,WAAW;AACxB,iBAAA,CAAA;8BAGG,OAAO,EAAA,CAAA;sBADN,KAAK;;;MCKG,oBAAoB,CAAA;;kHAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;mHAApB,oBAAoB,EAAA,YAAA,EAAA,CAHd,uBAAuB,EAAE,uBAAuB,aADrD,YAAY,CAAA,EAAA,OAAA,EAAA,CAEZ,uBAAuB,EAAE,uBAAuB,CAAA,EAAA,CAAA,CAAA;mHAEjD,oBAAoB,EAAA,OAAA,EAAA,CAJpB,CAAC,YAAY,CAAC,CAAA,EAAA,CAAA,CAAA;4FAId,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;AAChE,oBAAA,OAAO,EAAE,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;AAC9D,iBAAA,CAAA;;;ACVD;;AAEG;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout-components.js","sources":["../../../projects/layout/components/taiga-ui-layout-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAAA;;AAEG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout.js","sources":["../../../projects/layout/taiga-ui-layout.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAAA;;AAEG"}
|
package/taiga-ui-layout.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|