@taiga-ui/layout 4.68.0 → 5.0.0-canary.0c88239

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.
Files changed (162) hide show
  1. package/README.md +2 -2
  2. package/components/app-bar/app-bar-back.component.d.ts +1 -1
  3. package/components/app-bar/app-bar-size.directive.d.ts +1 -0
  4. package/components/app-bar/app-bar.component.d.ts +2 -2
  5. package/components/app-bar/app-bar.directive.d.ts +2 -3
  6. package/components/block-status/block-status.component.d.ts +3 -3
  7. package/components/block-status/block-status.directive.d.ts +2 -3
  8. package/components/card/collapsed.directive.d.ts +2 -2
  9. package/components/card/large.directive.d.ts +8 -9
  10. package/components/card/medium.directive.d.ts +2 -1
  11. package/components/dynamic-header/dynamic-header-anchor.directive.d.ts +1 -1
  12. package/components/dynamic-header/dynamic-header-container.directive.d.ts +2 -2
  13. package/components/elastic-container/elastic-container.component.d.ts +8 -0
  14. package/components/elastic-container/elastic-container.directive.d.ts +7 -0
  15. package/components/elastic-container/index.d.ts +2 -0
  16. package/components/floating-container/floating-container.directive.d.ts +8 -0
  17. package/components/floating-container/index.d.ts +1 -0
  18. package/components/form/form.directive.d.ts +3 -4
  19. package/components/form/form.options.d.ts +2 -2
  20. package/components/header/header.directive.d.ts +8 -11
  21. package/components/index.d.ts +5 -1
  22. package/components/input-search/input-search.component.d.ts +7 -8
  23. package/components/item-group/item-group.directive.d.ts +3 -3
  24. package/components/navigation/aside-group.component.d.ts +7 -8
  25. package/components/navigation/aside-item.directive.d.ts +1 -1
  26. package/components/navigation/aside.component.d.ts +2 -3
  27. package/components/navigation/drawer.component.d.ts +6 -7
  28. package/components/navigation/hint-aside.directive.d.ts +3 -4
  29. package/components/navigation/subheader.component.d.ts +1 -1
  30. package/components/pdf-viewer/index.d.ts +1 -0
  31. package/components/pdf-viewer/pdf-viewer.component.d.ts +13 -0
  32. package/components/search/search-filter.component.d.ts +4 -3
  33. package/components/search/search-filters.component.d.ts +7 -9
  34. package/components/slides/index.d.ts +1 -0
  35. package/components/slides/slides.directive.d.ts +11 -0
  36. package/components/surface/index.d.ts +1 -0
  37. package/components/surface/surface.directive.d.ts +6 -0
  38. package/directives/list/list.directive.d.ts +3 -3
  39. package/fesm2022/taiga-ui-layout-components-app-bar.mjs +29 -48
  40. package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-layout-components-block-details.mjs +11 -16
  42. package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-layout-components-block-status.mjs +17 -26
  44. package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-layout-components-card.mjs +54 -68
  46. package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +42 -67
  48. package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-layout-components-elastic-container.mjs +62 -0
  50. package/fesm2022/taiga-ui-layout-components-elastic-container.mjs.map +1 -0
  51. package/fesm2022/taiga-ui-layout-components-floating-container.mjs +40 -0
  52. package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -0
  53. package/fesm2022/taiga-ui-layout-components-form.mjs +33 -46
  54. package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-layout-components-header.mjs +15 -33
  56. package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-layout-components-input-search.mjs +28 -41
  58. package/fesm2022/taiga-ui-layout-components-input-search.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-layout-components-item-group.mjs +18 -32
  60. package/fesm2022/taiga-ui-layout-components-item-group.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-layout-components-navigation.mjs +112 -148
  62. package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +44 -0
  64. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -0
  65. package/fesm2022/taiga-ui-layout-components-search.mjs +37 -59
  66. package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-layout-components-slides.mjs +49 -0
  68. package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -0
  69. package/fesm2022/taiga-ui-layout-components-surface.mjs +33 -0
  70. package/fesm2022/taiga-ui-layout-components-surface.mjs.map +1 -0
  71. package/fesm2022/taiga-ui-layout-components.mjs +5 -1
  72. package/fesm2022/taiga-ui-layout-components.mjs.map +1 -1
  73. package/fesm2022/taiga-ui-layout-directives-list.mjs +13 -15
  74. package/fesm2022/taiga-ui-layout-directives-list.mjs.map +1 -1
  75. package/fesm2022/taiga-ui-layout-tokens.mjs +2 -7
  76. package/fesm2022/taiga-ui-layout-tokens.mjs.map +1 -1
  77. package/package.json +35 -50
  78. package/tokens/common-icons.d.ts +3 -5
  79. package/tokens/i18n.d.ts +1 -1
  80. package/components/cell/cell.directive.d.ts +0 -10
  81. package/components/cell/cell.options.d.ts +0 -6
  82. package/components/cell/index.d.ts +0 -2
  83. package/esm2022/components/app-bar/app-bar-back.component.mjs +0 -20
  84. package/esm2022/components/app-bar/app-bar-size.directive.mjs +0 -24
  85. package/esm2022/components/app-bar/app-bar.component.mjs +0 -39
  86. package/esm2022/components/app-bar/app-bar.directive.mjs +0 -20
  87. package/esm2022/components/app-bar/app-bar.mjs +0 -11
  88. package/esm2022/components/app-bar/app-bar.providers.mjs +0 -19
  89. package/esm2022/components/app-bar/index.mjs +0 -7
  90. package/esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs +0 -5
  91. package/esm2022/components/block-details/block-details.directive.mjs +0 -29
  92. package/esm2022/components/block-details/index.mjs +0 -2
  93. package/esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs +0 -5
  94. package/esm2022/components/block-status/block-status.component.mjs +0 -23
  95. package/esm2022/components/block-status/block-status.directive.mjs +0 -20
  96. package/esm2022/components/block-status/block-status.mjs +0 -4
  97. package/esm2022/components/block-status/index.mjs +0 -4
  98. package/esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs +0 -5
  99. package/esm2022/components/card/card.mjs +0 -11
  100. package/esm2022/components/card/collapsed.directive.mjs +0 -38
  101. package/esm2022/components/card/index.mjs +0 -6
  102. package/esm2022/components/card/large.directive.mjs +0 -42
  103. package/esm2022/components/card/medium.directive.mjs +0 -29
  104. package/esm2022/components/card/row.directive.mjs +0 -29
  105. package/esm2022/components/card/taiga-ui-layout-components-card.mjs +0 -5
  106. package/esm2022/components/cell/cell.directive.mjs +0 -53
  107. package/esm2022/components/cell/cell.options.mjs +0 -3
  108. package/esm2022/components/cell/index.mjs +0 -3
  109. package/esm2022/components/cell/taiga-ui-layout-components-cell.mjs +0 -5
  110. package/esm2022/components/dynamic-header/dynamic-header-anchor.directive.mjs +0 -34
  111. package/esm2022/components/dynamic-header/dynamic-header-container.directive.mjs +0 -41
  112. package/esm2022/components/dynamic-header/dynamic-header.component.mjs +0 -59
  113. package/esm2022/components/dynamic-header/dynamic-header.mjs +0 -9
  114. package/esm2022/components/dynamic-header/index.mjs +0 -5
  115. package/esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs +0 -5
  116. package/esm2022/components/form/form.directive.mjs +0 -95
  117. package/esm2022/components/form/form.options.mjs +0 -3
  118. package/esm2022/components/form/index.mjs +0 -3
  119. package/esm2022/components/form/taiga-ui-layout-components-form.mjs +0 -5
  120. package/esm2022/components/header/header.directive.mjs +0 -54
  121. package/esm2022/components/header/index.mjs +0 -2
  122. package/esm2022/components/header/taiga-ui-layout-components-header.mjs +0 -5
  123. package/esm2022/components/index.mjs +0 -13
  124. package/esm2022/components/input-search/index.mjs +0 -2
  125. package/esm2022/components/input-search/input-search.component.mjs +0 -96
  126. package/esm2022/components/input-search/taiga-ui-layout-components-input-search.mjs +0 -5
  127. package/esm2022/components/item-group/index.mjs +0 -2
  128. package/esm2022/components/item-group/item-group.directive.mjs +0 -58
  129. package/esm2022/components/item-group/taiga-ui-layout-components-item-group.mjs +0 -5
  130. package/esm2022/components/navigation/aside-group.component.mjs +0 -59
  131. package/esm2022/components/navigation/aside-item.directive.mjs +0 -92
  132. package/esm2022/components/navigation/aside.component.mjs +0 -67
  133. package/esm2022/components/navigation/drawer.component.mjs +0 -97
  134. package/esm2022/components/navigation/header.component.mjs +0 -34
  135. package/esm2022/components/navigation/hint-aside.directive.mjs +0 -41
  136. package/esm2022/components/navigation/index.mjs +0 -12
  137. package/esm2022/components/navigation/logo.component.mjs +0 -12
  138. package/esm2022/components/navigation/main.component.mjs +0 -14
  139. package/esm2022/components/navigation/nav.component.mjs +0 -23
  140. package/esm2022/components/navigation/navigation.mjs +0 -24
  141. package/esm2022/components/navigation/subheader.component.mjs +0 -68
  142. package/esm2022/components/navigation/taiga-ui-layout-components-navigation.mjs +0 -5
  143. package/esm2022/components/search/index.mjs +0 -4
  144. package/esm2022/components/search/search-filter.component.mjs +0 -44
  145. package/esm2022/components/search/search-filters.component.mjs +0 -81
  146. package/esm2022/components/search/search.component.mjs +0 -26
  147. package/esm2022/components/search/search.mjs +0 -9
  148. package/esm2022/components/search/taiga-ui-layout-components-search.mjs +0 -5
  149. package/esm2022/components/taiga-ui-layout-components.mjs +0 -5
  150. package/esm2022/directives/index.mjs +0 -2
  151. package/esm2022/directives/list/index.mjs +0 -2
  152. package/esm2022/directives/list/list.directive.mjs +0 -35
  153. package/esm2022/directives/list/taiga-ui-layout-directives-list.mjs +0 -5
  154. package/esm2022/directives/taiga-ui-layout-directives.mjs +0 -5
  155. package/esm2022/index.mjs +0 -4
  156. package/esm2022/taiga-ui-layout.mjs +0 -5
  157. package/esm2022/tokens/common-icons.mjs +0 -21
  158. package/esm2022/tokens/i18n.mjs +0 -6
  159. package/esm2022/tokens/index.mjs +0 -3
  160. package/esm2022/tokens/taiga-ui-layout-tokens.mjs +0 -5
  161. package/fesm2022/taiga-ui-layout-components-cell.mjs +0 -61
  162. package/fesm2022/taiga-ui-layout-components-cell.mjs.map +0 -1
@@ -0,0 +1,49 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ChangeDetectionStrategy, ViewEncapsulation, Component, computed, input, Directive } from '@angular/core';
3
+ import * as i1 from '@taiga-ui/cdk/directives/animated';
4
+ import { TuiAnimated } from '@taiga-ui/cdk/directives/animated';
5
+ import { tuiInjectElement } from '@taiga-ui/cdk/utils/dom';
6
+ import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
7
+
8
+ class Styles {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: Styles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-slides" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiSlides]{display:grid;isolation:isolate}[tuiSlides][data-direction=\"-1\"]>*{--tui-from: translateX(-2rem)}[tuiSlides][data-direction=\"-1\"]>*.tui-leave{--tui-from: translateX(1rem)}[tuiSlides][data-direction=\"1\"]>*{--tui-from: translateX(2rem)}[tuiSlides][data-direction=\"1\"]>*.tui-leave{--tui-from: translateX(-1rem)}[tuiSlides]>*{grid-area:1 / 1;align-self:start;mix-blend-mode:plus-lighter;animation-name:tuiFade,tuiSlide;animation-duration:var(--tui-duration);animation-timing-function:ease-in-out;animation-fill-mode:both;--tui-from: translateY(0)}[tuiSlides]>*.tui-slide:not(.tui-leave){animation-name:none}[tuiSlides]>*.tui-leave{margin-block-end:-100rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, decorators: [{
13
+ type: Component,
14
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-slides' }, styles: ["[tuiSlides]{display:grid;isolation:isolate}[tuiSlides][data-direction=\"-1\"]>*{--tui-from: translateX(-2rem)}[tuiSlides][data-direction=\"-1\"]>*.tui-leave{--tui-from: translateX(1rem)}[tuiSlides][data-direction=\"1\"]>*{--tui-from: translateX(2rem)}[tuiSlides][data-direction=\"1\"]>*.tui-leave{--tui-from: translateX(-1rem)}[tuiSlides]>*{grid-area:1 / 1;align-self:start;mix-blend-mode:plus-lighter;animation-name:tuiFade,tuiSlide;animation-duration:var(--tui-duration);animation-timing-function:ease-in-out;animation-fill-mode:both;--tui-from: translateY(0)}[tuiSlides]>*.tui-slide:not(.tui-leave){animation-name:none}[tuiSlides]>*.tui-leave{margin-block-end:-100rem}\n"] }]
15
+ }] });
16
+ class TuiSlides {
17
+ constructor() {
18
+ this.nothing = tuiWithStyles(Styles);
19
+ this.el = tuiInjectElement();
20
+ this.sign = computed(() => Math.sign(this.direction() || 0));
21
+ this.direction = input('', { alias: 'tuiSlides' });
22
+ }
23
+ onAnimation(target) {
24
+ Array.from(this.el.children)
25
+ .find((element) => element === target)
26
+ ?.classList.add('tui-slide');
27
+ }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiSlides, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.18", type: TuiSlides, isStandalone: true, selector: "[tuiSlides]", inputs: { direction: { classPropertyName: "direction", publicName: "tuiSlides", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "tuiSlides": "" }, listeners: { "animationend": "onAnimation($event.target)" }, properties: { "attr.data-direction": "sign()" } }, hostDirectives: [{ directive: i1.TuiAnimated }], ngImport: i0 }); }
30
+ }
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiSlides, decorators: [{
32
+ type: Directive,
33
+ args: [{
34
+ selector: '[tuiSlides]',
35
+ hostDirectives: [TuiAnimated],
36
+ host: {
37
+ tuiSlides: '',
38
+ '[attr.data-direction]': 'sign()',
39
+ '(animationend)': 'onAnimation($event.target)',
40
+ },
41
+ }]
42
+ }] });
43
+
44
+ /**
45
+ * Generated bundle index. Do not edit.
46
+ */
47
+
48
+ export { TuiSlides };
49
+ //# sourceMappingURL=taiga-ui-layout-components-slides.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taiga-ui-layout-components-slides.mjs","sources":["../../../projects/layout/components/slides/slides.directive.ts","../../../projects/layout/components/slides/taiga-ui-layout-components-slides.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n computed,\n Directive,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {TuiAnimated} from '@taiga-ui/cdk/directives/animated';\nimport {tuiInjectElement} from '@taiga-ui/cdk/utils/dom';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\n\n@Component({\n template: '',\n styleUrl: './slides.style.less',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'tui-slides'},\n})\nclass Styles {}\n\n@Directive({\n selector: '[tuiSlides]',\n hostDirectives: [TuiAnimated],\n host: {\n tuiSlides: '',\n '[attr.data-direction]': 'sign()',\n '(animationend)': 'onAnimation($event.target)',\n },\n})\nexport class TuiSlides {\n protected readonly nothing = tuiWithStyles(Styles);\n protected readonly el = tuiInjectElement();\n protected readonly sign = computed(() => Math.sign(this.direction() || 0));\n\n public readonly direction = input<number | ''>('', {alias: 'tuiSlides'});\n\n protected onAnimation(target: Element): void {\n Array.from(this.el.children)\n .find((element) => element === target)\n ?.classList.add('tui-slide');\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;AAYA,MAOM,MAAM,CAAA;+GAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAN,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,gHANE,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,mqBAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FAMV,MAAM,EAAA,UAAA,EAAA,CAAA;kBAPX,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAE,EAEG,aAAA,EAAA,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA,EAAC,KAAK,EAAE,YAAY,EAAC,EAAA,MAAA,EAAA,CAAA,mqBAAA,CAAA,EAAA;;MAalB,SAAS,CAAA;AATtB,IAAA,WAAA,GAAA;AAUuB,QAAA,IAAA,CAAA,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC;QAC/B,IAAE,CAAA,EAAA,GAAG,gBAAgB,EAAE;AACvB,QAAA,IAAA,CAAA,IAAI,GAAG,QAAQ,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;QAE1D,IAAS,CAAA,SAAA,GAAG,KAAK,CAAc,EAAE,EAAE,EAAC,KAAK,EAAE,WAAW,EAAC,CAAC;AAO3E;AALa,IAAA,WAAW,CAAC,MAAe,EAAA;QACjC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ;aACtB,IAAI,CAAC,CAAC,OAAO,KAAK,OAAO,KAAK,MAAM;AACrC,cAAE,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC;;+GAV3B,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAT,SAAS,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,EAAA,SAAA,EAAA,EAAA,cAAA,EAAA,4BAAA,EAAA,EAAA,UAAA,EAAA,EAAA,qBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,WAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAT,SAAS,EAAA,UAAA,EAAA,CAAA;kBATrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,aAAa;oBACvB,cAAc,EAAE,CAAC,WAAW,CAAC;AAC7B,oBAAA,IAAI,EAAE;AACF,wBAAA,SAAS,EAAE,EAAE;AACb,wBAAA,uBAAuB,EAAE,QAAQ;AACjC,wBAAA,gBAAgB,EAAE,4BAA4B;AACjD,qBAAA;AACJ,iBAAA;;;AC7BD;;AAEG;;;;"}
@@ -0,0 +1,33 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ChangeDetectionStrategy, ViewEncapsulation, Component, Directive } from '@angular/core';
3
+ import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
4
+
5
+ class Styles {
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: Styles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-surface" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiSurface]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;--tui-gap: .25rem;position:relative;box-sizing:border-box;background:none no-repeat;background-size:cover;overflow:hidden;isolation:isolate;-webkit-appearance:none;appearance:none;border:0;font-size:inherit;line-height:inherit;text-decoration:none;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform!important}[tuiSurface]:focus-visible{outline-color:var(--tui-border-focus)}@supports (not (-moz-appearance: none)) and (not (-webkit-hyphens: none)){[tuiSurface]:before{mix-blend-mode:multiply}}button[tuiSurface]{cursor:pointer}[tuiSurface]:before,[tuiSurface]:after,[tuiSurfaceLayer]:before,[tuiSurfaceLayer]:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";z-index:-1;border-radius:inherit;pointer-events:none;background-size:cover;background-repeat:no-repeat;transition-property:opacity,backdrop-filter,transform}[tuiSurfaceLayer]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:absolute;top:0;left:0;inline-size:100%;block-size:100%;position:absolute!important;z-index:-1;object-fit:cover;border-radius:inherit;box-sizing:border-box;transition-property:box-shadow,filter,padding}input[tuiSurfaceLayer]+[tuiSurfaceLayer]{will-change:padding;background-clip:content-box;overflow:clip;overflow-clip-margin:content-box}input[tuiSurfaceLayer]:checked+[tuiSurfaceLayer]{padding:var(--tui-gap)}input[tuiSurfaceLayer]:focus-visible+[tuiSurfaceLayer]{padding:var(--tui-gap)}@media (hover: hover) and (pointer: fine){[tuiSurface]:hover input[tuiSurfaceLayer]+[tuiSurfaceLayer]{padding:var(--tui-gap)}}input[tuiSurfaceLayer]{color:var(--tui-background-accent-2);-webkit-appearance:none;appearance:none;margin:0;border-radius:inherit;outline:none;box-shadow:inset 0 0,inset 0 0 var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:checked{box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:focus-visible{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:checked:focus-visible{filter:brightness(.7);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}@media (hover: hover) and (pointer: fine){[tuiSurface]:hover input[tuiSurfaceLayer]{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}[tuiSurface]:hover input[tuiSurfaceLayer]:checked{filter:brightness(.9);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}}[tuiSurface][data-appearance=floating]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):active{box-shadow:var(--tui-shadow-small);transform:scale(.95)}@media (hover: hover) and (pointer: fine){[tuiSurface][data-appearance=floating]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):hover{box-shadow:var(--tui-shadow-small-hover);transform:translate3d(0,-.25rem,0);background:var(--tui-background-elevation-2)}}[tuiSurface][data-appearance=neutral]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):active{transform:scale(.95)}@media (hover: hover) and (pointer: fine){[tuiSurface][data-appearance=neutral]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):hover{transform:scale(1.15)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
+ }
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, decorators: [{
10
+ type: Component,
11
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-surface' }, styles: ["[tuiSurface]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;--tui-gap: .25rem;position:relative;box-sizing:border-box;background:none no-repeat;background-size:cover;overflow:hidden;isolation:isolate;-webkit-appearance:none;appearance:none;border:0;font-size:inherit;line-height:inherit;text-decoration:none;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform!important}[tuiSurface]:focus-visible{outline-color:var(--tui-border-focus)}@supports (not (-moz-appearance: none)) and (not (-webkit-hyphens: none)){[tuiSurface]:before{mix-blend-mode:multiply}}button[tuiSurface]{cursor:pointer}[tuiSurface]:before,[tuiSurface]:after,[tuiSurfaceLayer]:before,[tuiSurfaceLayer]:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";z-index:-1;border-radius:inherit;pointer-events:none;background-size:cover;background-repeat:no-repeat;transition-property:opacity,backdrop-filter,transform}[tuiSurfaceLayer]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:absolute;top:0;left:0;inline-size:100%;block-size:100%;position:absolute!important;z-index:-1;object-fit:cover;border-radius:inherit;box-sizing:border-box;transition-property:box-shadow,filter,padding}input[tuiSurfaceLayer]+[tuiSurfaceLayer]{will-change:padding;background-clip:content-box;overflow:clip;overflow-clip-margin:content-box}input[tuiSurfaceLayer]:checked+[tuiSurfaceLayer]{padding:var(--tui-gap)}input[tuiSurfaceLayer]:focus-visible+[tuiSurfaceLayer]{padding:var(--tui-gap)}@media (hover: hover) and (pointer: fine){[tuiSurface]:hover input[tuiSurfaceLayer]+[tuiSurfaceLayer]{padding:var(--tui-gap)}}input[tuiSurfaceLayer]{color:var(--tui-background-accent-2);-webkit-appearance:none;appearance:none;margin:0;border-radius:inherit;outline:none;box-shadow:inset 0 0,inset 0 0 var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:checked{box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:focus-visible{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}input[tuiSurfaceLayer]:checked:focus-visible{filter:brightness(.7);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}@media (hover: hover) and (pointer: fine){[tuiSurface]:hover input[tuiSurfaceLayer]{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}[tuiSurface]:hover input[tuiSurfaceLayer]:checked{filter:brightness(.9);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-background-neutral-1)}}[tuiSurface][data-appearance=floating]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):active{box-shadow:var(--tui-shadow-small);transform:scale(.95)}@media (hover: hover) and (pointer: fine){[tuiSurface][data-appearance=floating]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):hover{box-shadow:var(--tui-shadow-small-hover);transform:translate3d(0,-.25rem,0);background:var(--tui-background-elevation-2)}}[tuiSurface][data-appearance=neutral]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):active{transform:scale(.95)}@media (hover: hover) and (pointer: fine){[tuiSurface][data-appearance=neutral]:is(a,button,select,textarea,input,label,.tui-interactive):not(:disabled):hover{transform:scale(1.15)}}\n"] }]
12
+ }] });
13
+ class TuiSurface {
14
+ constructor() {
15
+ this.nothing = tuiWithStyles(Styles);
16
+ }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiSurface, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
18
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: TuiSurface, isStandalone: true, selector: "[tuiSurface]", host: { attributes: { "tuiSurface": "" } }, ngImport: i0 }); }
19
+ }
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiSurface, decorators: [{
21
+ type: Directive,
22
+ args: [{
23
+ selector: '[tuiSurface]',
24
+ host: { tuiSurface: '' },
25
+ }]
26
+ }] });
27
+
28
+ /**
29
+ * Generated bundle index. Do not edit.
30
+ */
31
+
32
+ export { TuiSurface };
33
+ //# sourceMappingURL=taiga-ui-layout-components-surface.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taiga-ui-layout-components-surface.mjs","sources":["../../../projects/layout/components/surface/surface.directive.ts","../../../projects/layout/components/surface/taiga-ui-layout-components-surface.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n ViewEncapsulation,\n} from '@angular/core';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\n\n@Component({\n template: '',\n styleUrl: './surface.style.less',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'tui-surface'},\n})\nclass Styles {}\n\n@Directive({\n selector: '[tuiSurface]',\n host: {tuiSurface: ''},\n})\nexport class TuiSurface {\n protected readonly nothing = tuiWithStyles(Styles);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAQA,MAOM,MAAM,CAAA;+GAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAN,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,iHANE,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,+jHAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FAMV,MAAM,EAAA,UAAA,EAAA,CAAA;kBAPX,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAE,EAEG,aAAA,EAAA,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA,EAAC,KAAK,EAAE,aAAa,EAAC,EAAA,MAAA,EAAA,CAAA,+jHAAA,CAAA,EAAA;;MAQnB,UAAU,CAAA;AAJvB,IAAA,WAAA,GAAA;AAKuB,QAAA,IAAA,CAAA,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC;AACrD;+GAFY,UAAU,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAV,UAAU,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,YAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAV,UAAU,EAAA,UAAA,EAAA,CAAA;kBAJtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,IAAI,EAAE,EAAC,UAAU,EAAE,EAAE,EAAC;AACzB,iBAAA;;;ACpBD;;AAEG;;;;"}
@@ -2,14 +2,18 @@ export * from '@taiga-ui/layout/components/app-bar';
2
2
  export * from '@taiga-ui/layout/components/block-details';
3
3
  export * from '@taiga-ui/layout/components/block-status';
4
4
  export * from '@taiga-ui/layout/components/card';
5
- export * from '@taiga-ui/layout/components/cell';
6
5
  export * from '@taiga-ui/layout/components/dynamic-header';
6
+ export * from '@taiga-ui/layout/components/elastic-container';
7
+ export * from '@taiga-ui/layout/components/floating-container';
7
8
  export * from '@taiga-ui/layout/components/form';
8
9
  export * from '@taiga-ui/layout/components/header';
9
10
  export * from '@taiga-ui/layout/components/input-search';
10
11
  export * from '@taiga-ui/layout/components/item-group';
11
12
  export * from '@taiga-ui/layout/components/navigation';
13
+ export * from '@taiga-ui/layout/components/pdf-viewer';
12
14
  export * from '@taiga-ui/layout/components/search';
15
+ export * from '@taiga-ui/layout/components/slides';
16
+ export * from '@taiga-ui/layout/components/surface';
13
17
 
14
18
  /**
15
19
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-layout-components.mjs","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
+ {"version":3,"file":"taiga-ui-layout-components.mjs","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,37 +1,35 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, inject, Directive, Input } from '@angular/core';
2
+ import { ChangeDetectionStrategy, ViewEncapsulation, Component, inject, input, Directive } from '@angular/core';
3
3
  import { tuiCreateOptions } from '@taiga-ui/cdk/utils/di';
4
4
  import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
5
5
 
6
6
  const [TUI_LIST_OPTIONS, tuiListOptionsProvider] = tuiCreateOptions({ size: 'l' });
7
7
  class Styles {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: Styles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-list" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiList]{list-style:none;padding:.25rem 0;counter-reset:item;margin-inline-start:1.5rem}[tuiList] [tuiList]{padding:0;margin-inline-start:1.25rem}[tuiList]>li{counter-increment:item;margin:.5rem 0}[tuiList]>li:before{content:counters(item,\".\") \".\";display:inline-flex;margin:0 .5625rem 0 -1.5rem}[tuiList]:is(ul)>li:before{color:transparent;background:radial-gradient(circle .1875rem,var(--tui-status-info) 100%,transparent 101%);inline-size:.75rem;margin-inline-end:.75rem}[tuiList]:is(ol)>li:before{unicode-bidi:isolate;font-variant-numeric:tabular-nums}[tuiList][data-size=l]{font:var(--tui-font-body-l)}[tuiList][data-size=l]:is(ul)>li:before{inline-size:.875rem;margin:0 .5625rem 0 -1.4375rem}[tuiList][data-size=m]{font:var(--tui-font-body-m)}[tuiList][data-size=s]{font:var(--tui-font-ui-s)}[tuiList][data-size=s]>li{margin:.625rem 0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: Styles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-list" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiList]{list-style:none;padding:.25rem 0;counter-reset:item;margin-inline-start:1.5rem}[tuiList] [tuiList]{padding:0;margin-inline-start:1.25rem}[tuiList]>li{counter-increment:item;margin:.5rem 0}[tuiList]>li:before{content:counters(item,\".\") \".\";display:inline-flex;margin:0 .5625rem 0 -1.5rem}[tuiList]:is(ul)>li:before{color:transparent;background:radial-gradient(circle .1875rem,var(--tui-status-info) 100%,transparent 101%);inline-size:.75rem;margin-inline-end:.75rem}[tuiList]:is(ol)>li:before{unicode-bidi:isolate;font-variant-numeric:tabular-nums}[tuiList][data-size=l]{font:var(--tui-font-body-l)}[tuiList][data-size=l]:is(ul)>li:before{inline-size:.875rem;margin:0 .5625rem 0 -1.4375rem}[tuiList][data-size=m]{font:var(--tui-font-body-m)}[tuiList][data-size=s]{font:var(--tui-font-ui-s)}[tuiList][data-size=s]>li{margin:.625rem 0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Styles, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Styles, decorators: [{
12
12
  type: Component,
13
- args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-list' }, styles: ["[tuiList]{list-style:none;padding:.25rem 0;counter-reset:item;margin-inline-start:1.5rem}[tuiList] [tuiList]{padding:0;margin-inline-start:1.25rem}[tuiList]>li{counter-increment:item;margin:.5rem 0}[tuiList]>li:before{content:counters(item,\".\") \".\";display:inline-flex;margin:0 .5625rem 0 -1.5rem}[tuiList]:is(ul)>li:before{color:transparent;background:radial-gradient(circle .1875rem,var(--tui-status-info) 100%,transparent 101%);inline-size:.75rem;margin-inline-end:.75rem}[tuiList]:is(ol)>li:before{unicode-bidi:isolate;font-variant-numeric:tabular-nums}[tuiList][data-size=l]{font:var(--tui-font-body-l)}[tuiList][data-size=l]:is(ul)>li:before{inline-size:.875rem;margin:0 .5625rem 0 -1.4375rem}[tuiList][data-size=m]{font:var(--tui-font-body-m)}[tuiList][data-size=s]{font:var(--tui-font-ui-s)}[tuiList][data-size=s]>li{margin:.625rem 0}\n"] }]
13
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-list' }, styles: ["[tuiList]{list-style:none;padding:.25rem 0;counter-reset:item;margin-inline-start:1.5rem}[tuiList] [tuiList]{padding:0;margin-inline-start:1.25rem}[tuiList]>li{counter-increment:item;margin:.5rem 0}[tuiList]>li:before{content:counters(item,\".\") \".\";display:inline-flex;margin:0 .5625rem 0 -1.5rem}[tuiList]:is(ul)>li:before{color:transparent;background:radial-gradient(circle .1875rem,var(--tui-status-info) 100%,transparent 101%);inline-size:.75rem;margin-inline-end:.75rem}[tuiList]:is(ol)>li:before{unicode-bidi:isolate;font-variant-numeric:tabular-nums}[tuiList][data-size=l]{font:var(--tui-font-body-l)}[tuiList][data-size=l]:is(ul)>li:before{inline-size:.875rem;margin:0 .5625rem 0 -1.4375rem}[tuiList][data-size=m]{font:var(--tui-font-body-m)}[tuiList][data-size=s]{font:var(--tui-font-ui-s)}[tuiList][data-size=s]>li{margin:.625rem 0}\n"] }]
14
14
  }] });
15
15
  class TuiList {
16
16
  constructor() {
17
17
  this.nothing = tuiWithStyles(Styles);
18
18
  this.options = inject(TUI_LIST_OPTIONS);
19
- this.size = this.options.size;
19
+ this.size = input(this.options.size, {
20
+ alias: 'tuiList',
21
+ });
20
22
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiList, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiList, isStandalone: true, selector: "ul[tuiList], ol[tuiList]", inputs: { size: ["tuiList", "size"] }, host: { properties: { "attr.data-size": "size || options.size" } }, ngImport: i0 }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiList, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
24
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.18", type: TuiList, isStandalone: true, selector: "ul[tuiList], ol[tuiList]", inputs: { size: { classPropertyName: "size", publicName: "tuiList", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.data-size": "size() || options.size" } }, ngImport: i0 }); }
23
25
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiList, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TuiList, decorators: [{
25
27
  type: Directive,
26
28
  args: [{
27
- standalone: true,
28
29
  selector: 'ul[tuiList], ol[tuiList]',
29
- host: { '[attr.data-size]': 'size || options.size' },
30
+ host: { '[attr.data-size]': 'size() || options.size' },
30
31
  }]
31
- }], propDecorators: { size: [{
32
- type: Input,
33
- args: ['tuiList']
34
- }] } });
32
+ }] });
35
33
 
36
34
  /**
37
35
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-layout-directives-list.mjs","sources":["../../../projects/layout/directives/list/list.directive.ts","../../../projects/layout/directives/list/taiga-ui-layout-directives-list.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n inject,\n Input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\nimport {type TuiSizeL, type TuiSizeS} from '@taiga-ui/core/types';\n\nexport interface TuiListOptions {\n readonly size: TuiSizeL | TuiSizeS;\n}\n\nexport const [TUI_LIST_OPTIONS, tuiListOptionsProvider] =\n tuiCreateOptions<TuiListOptions>({size: 'l'});\n\n@Component({\n standalone: true,\n template: '',\n styleUrls: ['./list.style.less'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'tui-list'},\n})\nclass Styles {}\n\n@Directive({\n standalone: true,\n selector: 'ul[tuiList], ol[tuiList]',\n host: {'[attr.data-size]': 'size || options.size'},\n})\nexport class TuiList {\n protected readonly nothing = tuiWithStyles(Styles);\n protected readonly options = inject(TUI_LIST_OPTIONS);\n\n @Input('tuiList')\n public size: TuiListOptions['size'] | '' = this.options.size;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAgBa,MAAA,CAAC,gBAAgB,EAAE,sBAAsB,CAAC,GACnD,gBAAgB,CAAiB,EAAC,IAAI,EAAE,GAAG,EAAC,EAAE;AAElD,MAQM,MAAM,CAAA;+GAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAN,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,8GANE,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,k1BAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;4FAMV,MAAM,EAAA,UAAA,EAAA,CAAA;kBARX,SAAS;AACM,YAAA,IAAA,EAAA,CAAA,EAAA,UAAA,EAAA,IAAI,EACN,QAAA,EAAA,EAAE,EAEG,aAAA,EAAA,iBAAiB,CAAC,IAAI,EAAA,eAAA,EACpB,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA,EAAC,KAAK,EAAE,UAAU,EAAC,EAAA,MAAA,EAAA,CAAA,k1BAAA,CAAA,EAAA,CAAA;;AAI7B,MAKa,OAAO,CAAA;AALpB,IAAA,WAAA,GAAA;AAMuB,QAAA,IAAA,CAAA,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAChC,QAAA,IAAA,CAAA,OAAO,GAAG,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAG/C,QAAA,IAAA,CAAA,IAAI,GAAgC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;AAChE,KAAA;+GANY,OAAO,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;mGAAP,OAAO,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,CAAA,SAAA,EAAA,MAAA,CAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,gBAAA,EAAA,sBAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;4FAAP,OAAO,EAAA,UAAA,EAAA,CAAA;kBALnB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,IAAI,EAAE,EAAC,kBAAkB,EAAE,sBAAsB,EAAC;AACrD,iBAAA,CAAA;8BAMU,IAAI,EAAA,CAAA;sBADV,KAAK;uBAAC,SAAS,CAAA;;;ACtCpB;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-layout-directives-list.mjs","sources":["../../../projects/layout/directives/list/list.directive.ts","../../../projects/layout/directives/list/taiga-ui-layout-directives-list.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n inject,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\nimport {type TuiSizeL, type TuiSizeS} from '@taiga-ui/core/types';\n\nexport interface TuiListOptions {\n readonly size: TuiSizeL | TuiSizeS;\n}\n\nexport const [TUI_LIST_OPTIONS, tuiListOptionsProvider] =\n tuiCreateOptions<TuiListOptions>({size: 'l'});\n\n@Component({\n template: '',\n styleUrl: './list.style.less',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'tui-list'},\n})\nclass Styles {}\n\n@Directive({\n selector: 'ul[tuiList], ol[tuiList]',\n host: {'[attr.data-size]': 'size() || options.size'},\n})\nexport class TuiList {\n protected readonly nothing = tuiWithStyles(Styles);\n protected readonly options = inject(TUI_LIST_OPTIONS);\n\n public readonly size = input<TuiListOptions['size'] | ''>(this.options.size, {\n alias: 'tuiList',\n });\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAgBa,MAAA,CAAC,gBAAgB,EAAE,sBAAsB,CAAC,GACnD,gBAAgB,CAAiB,EAAC,IAAI,EAAE,GAAG,EAAC;AAEhD,MAOM,MAAM,CAAA;+GAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAN,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,8GANE,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,k1BAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FAMV,MAAM,EAAA,UAAA,EAAA,CAAA;kBAPX,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAE,EAEG,aAAA,EAAA,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA,EAAC,KAAK,EAAE,UAAU,EAAC,EAAA,MAAA,EAAA,CAAA,k1BAAA,CAAA,EAAA;;MAQhB,OAAO,CAAA;AAJpB,IAAA,WAAA,GAAA;AAKuB,QAAA,IAAA,CAAA,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC;AAC/B,QAAA,IAAA,CAAA,OAAO,GAAG,MAAM,CAAC,gBAAgB,CAAC;QAErC,IAAI,CAAA,IAAA,GAAG,KAAK,CAA8B,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE;AACzE,YAAA,KAAK,EAAE,SAAS;AACnB,SAAA,CAAC;AACL;+GAPY,OAAO,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAP,OAAO,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,gBAAA,EAAA,wBAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAP,OAAO,EAAA,UAAA,EAAA,CAAA;kBAJnB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,IAAI,EAAE,EAAC,kBAAkB,EAAE,wBAAwB,EAAC;AACvD,iBAAA;;;AC/BD;;AAEG;;;;"}
@@ -1,17 +1,12 @@
1
+ import { tuiCreateOptions } from '@taiga-ui/cdk/utils/di';
1
2
  import { InjectionToken } from '@angular/core';
2
- import { tuiProvideOptions } from '@taiga-ui/cdk/utils/miscellaneous';
3
3
  import { tuiExtractI18n } from '@taiga-ui/i18n/utils';
4
4
 
5
5
  const LAYOUT_ICONS = {
6
6
  filter: '@tui.filter',
7
7
  grid: '@tui.layout-grid',
8
8
  };
9
- const TUI_LAYOUT_ICONS = new InjectionToken(ngDevMode ? 'TUI_LAYOUT_ICONS' : '', {
10
- factory: () => LAYOUT_ICONS,
11
- });
12
- function tuiLayoutIconsProvider(icons) {
13
- return tuiProvideOptions(TUI_LAYOUT_ICONS, icons, LAYOUT_ICONS);
14
- }
9
+ const [TUI_LAYOUT_ICONS, tuiLayoutIconsProvider] = tuiCreateOptions(LAYOUT_ICONS);
15
10
  /**
16
11
  * @deprecated use {@link TUI_LAYOUT_ICONS} instead
17
12
  */
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-layout-tokens.mjs","sources":["../../../projects/layout/tokens/common-icons.ts","../../../projects/layout/tokens/i18n.ts","../../../projects/layout/tokens/taiga-ui-layout-tokens.ts"],"sourcesContent":["import {InjectionToken, type Provider} from '@angular/core';\nimport {tuiProvideOptions} from '@taiga-ui/cdk/utils/miscellaneous';\n\nconst LAYOUT_ICONS: TuiLayoutIcons = {\n filter: '@tui.filter',\n grid: '@tui.layout-grid',\n};\n\nexport interface TuiLayoutIcons {\n readonly filter: string;\n readonly grid: string;\n}\n\nexport const TUI_LAYOUT_ICONS = new InjectionToken(ngDevMode ? 'TUI_LAYOUT_ICONS' : '', {\n factory: () => LAYOUT_ICONS,\n});\n\nexport function tuiLayoutIconsProvider(icons: Partial<TuiLayoutIcons>): Provider {\n return tuiProvideOptions(TUI_LAYOUT_ICONS, icons, LAYOUT_ICONS);\n}\n\n/**\n * @deprecated use {@link TUI_LAYOUT_ICONS} instead\n */\nexport const TUI_COMMON_ICONS = TUI_LAYOUT_ICONS;\n\n/**\n * @deprecated use {@link tuiLayoutIconsProvider} instead\n */\nexport const tuiCommonIconsProvider = tuiLayoutIconsProvider;\n\n/**\n * @deprecated use {@link TuiLayoutIcons} instead\n */\nexport type TuiCommonIcons = TuiLayoutIcons;\n","import {InjectionToken} from '@angular/core';\nimport {tuiExtractI18n} from '@taiga-ui/i18n/utils';\n\nexport const TUI_INPUT_SEARCH = new InjectionToken(ngDevMode ? 'TUI_INPUT_SEARCH' : '', {\n factory: tuiExtractI18n('inputSearch'),\n});\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAGA,MAAM,YAAY,GAAmB;AACjC,IAAA,MAAM,EAAE,aAAa;AACrB,IAAA,IAAI,EAAE,kBAAkB;CAC3B,CAAC;AAOW,MAAA,gBAAgB,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,kBAAkB,GAAG,EAAE,EAAE;AACpF,IAAA,OAAO,EAAE,MAAM,YAAY;AAC9B,CAAA,EAAE;AAEG,SAAU,sBAAsB,CAAC,KAA8B,EAAA;IACjE,OAAO,iBAAiB,CAAC,gBAAgB,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC;AACpE,CAAC;AAED;;AAEG;AACI,MAAM,gBAAgB,GAAG,iBAAiB;AAEjD;;AAEG;AACI,MAAM,sBAAsB,GAAG;;AC1BzB,MAAA,gBAAgB,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,kBAAkB,GAAG,EAAE,EAAE;AACpF,IAAA,OAAO,EAAE,cAAc,CAAC,aAAa,CAAC;AACzC,CAAA;;ACLD;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-layout-tokens.mjs","sources":["../../../projects/layout/tokens/common-icons.ts","../../../projects/layout/tokens/i18n.ts","../../../projects/layout/tokens/taiga-ui-layout-tokens.ts"],"sourcesContent":["import {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\n\nconst LAYOUT_ICONS: TuiLayoutIcons = {\n filter: '@tui.filter',\n grid: '@tui.layout-grid',\n};\n\nexport interface TuiLayoutIcons {\n readonly filter: string;\n readonly grid: string;\n}\n\nexport const [TUI_LAYOUT_ICONS, tuiLayoutIconsProvider] = tuiCreateOptions(LAYOUT_ICONS);\n\n/**\n * @deprecated use {@link TUI_LAYOUT_ICONS} instead\n */\nexport const TUI_COMMON_ICONS = TUI_LAYOUT_ICONS;\n\n/**\n * @deprecated use {@link tuiLayoutIconsProvider} instead\n */\nexport const tuiCommonIconsProvider = tuiLayoutIconsProvider;\n\n/**\n * @deprecated use {@link TuiLayoutIcons} instead\n */\nexport type TuiCommonIcons = TuiLayoutIcons;\n","import {InjectionToken} from '@angular/core';\nimport {tuiExtractI18n} from '@taiga-ui/i18n/utils';\n\nexport const TUI_INPUT_SEARCH = new InjectionToken(ngDevMode ? 'TUI_INPUT_SEARCH' : '', {\n factory: tuiExtractI18n('inputSearch'),\n});\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAEA,MAAM,YAAY,GAAmB;AACjC,IAAA,MAAM,EAAE,aAAa;AACrB,IAAA,IAAI,EAAE,kBAAkB;CAC3B;AAOM,MAAM,CAAC,gBAAgB,EAAE,sBAAsB,CAAC,GAAG,gBAAgB,CAAC,YAAY;AAEvF;;AAEG;AACI,MAAM,gBAAgB,GAAG;AAEhC;;AAEG;AACI,MAAM,sBAAsB,GAAG;;ACnBzB,MAAA,gBAAgB,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,kBAAkB,GAAG,EAAE,EAAE;AACpF,IAAA,OAAO,EAAE,cAAc,CAAC,aAAa,CAAC;AACzC,CAAA;;ACLD;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/layout",
3
- "version": "4.68.0",
3
+ "version": "5.0.0-canary.0c88239",
4
4
  "description": "A package with Taiga UI layout components",
5
5
  "keywords": [
6
6
  "angular",
@@ -8,15 +8,18 @@
8
8
  "layout"
9
9
  ],
10
10
  "homepage": "https://github.com/taiga-family/taiga-ui",
11
- "repository": "https://github.com/taiga-family/taiga-ui",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/taiga-family/taiga-ui"
14
+ },
12
15
  "license": "Apache-2.0",
13
16
  "peerDependencies": {
14
- "@angular/common": ">=16.0.0",
15
- "@angular/core": ">=16.0.0",
16
- "@taiga-ui/cdk": "^4.68.0",
17
- "@taiga-ui/core": "^4.68.0",
18
- "@taiga-ui/kit": "^4.68.0",
19
- "@taiga-ui/polymorpheus": "^4.9.0",
17
+ "@angular/common": ">=19.0.0",
18
+ "@angular/core": ">=19.0.0",
19
+ "@taiga-ui/cdk": "^5.0.0-rc.2",
20
+ "@taiga-ui/core": "^5.0.0-rc.2",
21
+ "@taiga-ui/kit": "^5.0.0-rc.2",
22
+ "@taiga-ui/polymorpheus": "^5.0.0",
20
23
  "rxjs": ">=7.0.0"
21
24
  },
22
25
  "module": "fesm2022/taiga-ui-layout.mjs",
@@ -27,104 +30,86 @@
27
30
  },
28
31
  ".": {
29
32
  "types": "./index.d.ts",
30
- "esm2022": "./esm2022/taiga-ui-layout.mjs",
31
- "esm": "./esm2022/taiga-ui-layout.mjs",
32
33
  "default": "./fesm2022/taiga-ui-layout.mjs"
33
34
  },
34
35
  "./components": {
35
36
  "types": "./components/index.d.ts",
36
- "esm2022": "./esm2022/components/taiga-ui-layout-components.mjs",
37
- "esm": "./esm2022/components/taiga-ui-layout-components.mjs",
38
37
  "default": "./fesm2022/taiga-ui-layout-components.mjs"
39
38
  },
40
39
  "./directives": {
41
40
  "types": "./directives/index.d.ts",
42
- "esm2022": "./esm2022/directives/taiga-ui-layout-directives.mjs",
43
- "esm": "./esm2022/directives/taiga-ui-layout-directives.mjs",
44
41
  "default": "./fesm2022/taiga-ui-layout-directives.mjs"
45
42
  },
46
43
  "./tokens": {
47
44
  "types": "./tokens/index.d.ts",
48
- "esm2022": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
49
- "esm": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
50
45
  "default": "./fesm2022/taiga-ui-layout-tokens.mjs"
51
46
  },
52
- "./components/block-details": {
53
- "types": "./components/block-details/index.d.ts",
54
- "esm2022": "./esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs",
55
- "esm": "./esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs",
56
- "default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
57
- },
58
47
  "./components/app-bar": {
59
48
  "types": "./components/app-bar/index.d.ts",
60
- "esm2022": "./esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs",
61
- "esm": "./esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs",
62
49
  "default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
63
50
  },
51
+ "./components/block-details": {
52
+ "types": "./components/block-details/index.d.ts",
53
+ "default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
54
+ },
64
55
  "./components/block-status": {
65
56
  "types": "./components/block-status/index.d.ts",
66
- "esm2022": "./esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs",
67
- "esm": "./esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs",
68
57
  "default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
69
58
  },
70
59
  "./components/card": {
71
60
  "types": "./components/card/index.d.ts",
72
- "esm2022": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
73
- "esm": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
74
61
  "default": "./fesm2022/taiga-ui-layout-components-card.mjs"
75
62
  },
76
- "./components/cell": {
77
- "types": "./components/cell/index.d.ts",
78
- "esm2022": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
79
- "esm": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
80
- "default": "./fesm2022/taiga-ui-layout-components-cell.mjs"
81
- },
82
63
  "./components/dynamic-header": {
83
64
  "types": "./components/dynamic-header/index.d.ts",
84
- "esm2022": "./esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs",
85
- "esm": "./esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs",
86
65
  "default": "./fesm2022/taiga-ui-layout-components-dynamic-header.mjs"
87
66
  },
67
+ "./components/elastic-container": {
68
+ "types": "./components/elastic-container/index.d.ts",
69
+ "default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
70
+ },
71
+ "./components/floating-container": {
72
+ "types": "./components/floating-container/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-layout-components-floating-container.mjs"
74
+ },
88
75
  "./components/form": {
89
76
  "types": "./components/form/index.d.ts",
90
- "esm2022": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
91
- "esm": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
92
77
  "default": "./fesm2022/taiga-ui-layout-components-form.mjs"
93
78
  },
94
79
  "./components/header": {
95
80
  "types": "./components/header/index.d.ts",
96
- "esm2022": "./esm2022/components/header/taiga-ui-layout-components-header.mjs",
97
- "esm": "./esm2022/components/header/taiga-ui-layout-components-header.mjs",
98
81
  "default": "./fesm2022/taiga-ui-layout-components-header.mjs"
99
82
  },
100
83
  "./components/input-search": {
101
84
  "types": "./components/input-search/index.d.ts",
102
- "esm2022": "./esm2022/components/input-search/taiga-ui-layout-components-input-search.mjs",
103
- "esm": "./esm2022/components/input-search/taiga-ui-layout-components-input-search.mjs",
104
85
  "default": "./fesm2022/taiga-ui-layout-components-input-search.mjs"
105
86
  },
106
87
  "./components/item-group": {
107
88
  "types": "./components/item-group/index.d.ts",
108
- "esm2022": "./esm2022/components/item-group/taiga-ui-layout-components-item-group.mjs",
109
- "esm": "./esm2022/components/item-group/taiga-ui-layout-components-item-group.mjs",
110
89
  "default": "./fesm2022/taiga-ui-layout-components-item-group.mjs"
111
90
  },
112
91
  "./components/navigation": {
113
92
  "types": "./components/navigation/index.d.ts",
114
- "esm2022": "./esm2022/components/navigation/taiga-ui-layout-components-navigation.mjs",
115
- "esm": "./esm2022/components/navigation/taiga-ui-layout-components-navigation.mjs",
116
93
  "default": "./fesm2022/taiga-ui-layout-components-navigation.mjs"
117
94
  },
95
+ "./components/pdf-viewer": {
96
+ "types": "./components/pdf-viewer/index.d.ts",
97
+ "default": "./fesm2022/taiga-ui-layout-components-pdf-viewer.mjs"
98
+ },
118
99
  "./components/search": {
119
100
  "types": "./components/search/index.d.ts",
120
- "esm2022": "./esm2022/components/search/taiga-ui-layout-components-search.mjs",
121
- "esm": "./esm2022/components/search/taiga-ui-layout-components-search.mjs",
122
101
  "default": "./fesm2022/taiga-ui-layout-components-search.mjs"
123
102
  },
103
+ "./components/slides": {
104
+ "types": "./components/slides/index.d.ts",
105
+ "default": "./fesm2022/taiga-ui-layout-components-slides.mjs"
106
+ },
107
+ "./components/surface": {
108
+ "types": "./components/surface/index.d.ts",
109
+ "default": "./fesm2022/taiga-ui-layout-components-surface.mjs"
110
+ },
124
111
  "./directives/list": {
125
112
  "types": "./directives/list/index.d.ts",
126
- "esm2022": "./esm2022/directives/list/taiga-ui-layout-directives-list.mjs",
127
- "esm": "./esm2022/directives/list/taiga-ui-layout-directives-list.mjs",
128
113
  "default": "./fesm2022/taiga-ui-layout-directives-list.mjs"
129
114
  }
130
115
  },
@@ -1,18 +1,16 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  export interface TuiLayoutIcons {
3
2
  readonly filter: string;
4
3
  readonly grid: string;
5
4
  }
6
- export declare const TUI_LAYOUT_ICONS: InjectionToken<TuiLayoutIcons>;
7
- export declare function tuiLayoutIconsProvider(icons: Partial<TuiLayoutIcons>): Provider;
5
+ export declare const TUI_LAYOUT_ICONS: import("@angular/core").InjectionToken<TuiLayoutIcons>, tuiLayoutIconsProvider: (item: Partial<TuiLayoutIcons> | (() => Partial<TuiLayoutIcons>)) => import("@angular/core").FactoryProvider;
8
6
  /**
9
7
  * @deprecated use {@link TUI_LAYOUT_ICONS} instead
10
8
  */
11
- export declare const TUI_COMMON_ICONS: InjectionToken<TuiLayoutIcons>;
9
+ export declare const TUI_COMMON_ICONS: import("@angular/core").InjectionToken<TuiLayoutIcons>;
12
10
  /**
13
11
  * @deprecated use {@link tuiLayoutIconsProvider} instead
14
12
  */
15
- export declare const tuiCommonIconsProvider: typeof tuiLayoutIconsProvider;
13
+ export declare const tuiCommonIconsProvider: (item: Partial<TuiLayoutIcons> | (() => Partial<TuiLayoutIcons>)) => import("@angular/core").FactoryProvider;
16
14
  /**
17
15
  * @deprecated use {@link TuiLayoutIcons} instead
18
16
  */
package/tokens/i18n.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- export declare const TUI_INPUT_SEARCH: InjectionToken<import("rxjs").Observable<{
2
+ export declare const TUI_INPUT_SEARCH: InjectionToken<import("@angular/core").Signal<{
3
3
  popular: string;
4
4
  history: string;
5
5
  placeholder: string;
@@ -1,10 +0,0 @@
1
- import { type TuiCellOptions } from './cell.options';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiCell {
4
- protected readonly options: TuiCellOptions;
5
- protected readonly nothing: undefined;
6
- size: TuiCellOptions['size'] | '';
7
- height: TuiCellOptions['height'];
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiCell, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCell, "[tuiCell]:not(ng-template)", never, { "size": { "alias": "tuiCell"; "required": false; }; "height": { "alias": "tuiCellHeight"; "required": false; }; }, {}, never, never, true, never>;
10
- }
@@ -1,6 +0,0 @@
1
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
2
- export interface TuiCellOptions {
3
- readonly height: 'compact' | 'normal' | 'spacious';
4
- readonly size: TuiSizeL | TuiSizeS;
5
- }
6
- export declare const TUI_CELL_OPTIONS: import("@angular/core").InjectionToken<TuiCellOptions>, tuiCellOptionsProvider: (item: Partial<TuiCellOptions> | import("@angular/core").ProviderToken<Partial<TuiCellOptions>> | (() => Partial<TuiCellOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,2 +0,0 @@
1
- export * from './cell.directive';
2
- export * from './cell.options';
@@ -1,20 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, inject } from '@angular/core';
2
- import { TuiIcon } from '@taiga-ui/core/components/icon';
3
- import { tuiAppearanceOptionsProvider, TuiWithAppearance, } from '@taiga-ui/core/directives/appearance';
4
- import { TUI_SPIN_ICONS } from '@taiga-ui/core/tokens';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@taiga-ui/core/directives/appearance";
7
- class TuiAppBarBack {
8
- constructor() {
9
- this.icons = inject(TUI_SPIN_ICONS);
10
- this.appearance = 'link';
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarBack, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiAppBarBack, isStandalone: true, selector: "button[tuiAppBarBack], a[tuiAppBarBack]", providers: [tuiAppearanceOptionsProvider(TuiAppBarBack)], hostDirectives: [{ directive: i1.TuiWithAppearance }], 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<tui-icon\n class=\"t-web\"\n [icon]=\"icons.decrement\"\n/>\n<ng-content />\n", styles: [":host{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;display:flex;align-items:center;padding:0 1rem 0 0;cursor:pointer}:host :host-context([data-platform=\"web\"] tui-dialog){padding:0 .5rem}:host :host-context([data-platform=\"android\"]){font-size:0;padding:0 1rem}:host :host-context([data-platform=\"android\"]) .t-android{display:block}:host :host-context([data-platform=\"android\"]) .t-web{display:none}:host :host-context([data-platform=\"ios\"]) .t-ios{display:block;margin-inline-start:.5rem}:host :host-context([data-platform=\"ios\"]) .t-web{display:none}.t-web{transform:scaleX(var(--tui-inline))}.t-android,.t-ios{display:none}\n"], dependencies: [{ kind: "component", type: TuiIcon, selector: "tui-icon", inputs: ["icon", "background"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
- }
15
- export { TuiAppBarBack };
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarBack, decorators: [{
17
- type: Component,
18
- args: [{ standalone: true, selector: 'button[tuiAppBarBack], a[tuiAppBarBack]', imports: [TuiIcon], changeDetection: ChangeDetectionStrategy.OnPush, providers: [tuiAppearanceOptionsProvider(TuiAppBarBack)], hostDirectives: [TuiWithAppearance], 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<tui-icon\n class=\"t-web\"\n [icon]=\"icons.decrement\"\n/>\n<ng-content />\n", styles: [":host{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;display:flex;align-items:center;padding:0 1rem 0 0;cursor:pointer}:host :host-context([data-platform=\"web\"] tui-dialog){padding:0 .5rem}:host :host-context([data-platform=\"android\"]){font-size:0;padding:0 1rem}:host :host-context([data-platform=\"android\"]) .t-android{display:block}:host :host-context([data-platform=\"android\"]) .t-web{display:none}:host :host-context([data-platform=\"ios\"]) .t-ios{display:block;margin-inline-start:.5rem}:host :host-context([data-platform=\"ios\"]) .t-web{display:none}.t-web{transform:scaleX(var(--tui-inline))}.t-android,.t-ios{display:none}\n"] }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci1iYWNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci1iYWNrLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci1iYWNrLnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDekUsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3ZELE9BQU8sRUFFSCw0QkFBNEIsRUFDNUIsaUJBQWlCLEdBQ3BCLE1BQU0sc0NBQXNDLENBQUM7QUFDOUMsT0FBTyxFQUFDLGNBQWMsRUFBQyxNQUFNLHVCQUF1QixDQUFDOzs7QUFFckQsTUFVYSxhQUFhO0lBVjFCO1FBV3VCLFVBQUssR0FBRyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUM7UUFFbEMsZUFBVSxHQUFHLE1BQU0sQ0FBQztLQUN2QzsrR0FKWSxhQUFhO21HQUFiLGFBQWEsc0ZBSFgsQ0FBQyw0QkFBNEIsQ0FBQyxhQUFhLENBQUMsQ0FBQyxpRkNoQjVELHl2Q0E2QkEsK3dCRGpCYyxPQUFPOztTQU9SLGFBQWE7NEZBQWIsYUFBYTtrQkFWekIsU0FBUztpQ0FDTSxJQUFJLFlBQ04seUNBQXlDLFdBQzFDLENBQUMsT0FBTyxDQUFDLG1CQUdELHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyw0QkFBNEIsZUFBZSxDQUFDLGtCQUN4QyxDQUFDLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbmplY3R9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtUdWlJY29ufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHtcbiAgICB0eXBlIFR1aUFwcGVhcmFuY2VPcHRpb25zLFxuICAgIHR1aUFwcGVhcmFuY2VPcHRpb25zUHJvdmlkZXIsXG4gICAgVHVpV2l0aEFwcGVhcmFuY2UsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvYXBwZWFyYW5jZSc7XG5pbXBvcnQge1RVSV9TUElOX0lDT05TfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90b2tlbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAnYnV0dG9uW3R1aUFwcEJhckJhY2tdLCBhW3R1aUFwcEJhckJhY2tdJyxcbiAgICBpbXBvcnRzOiBbVHVpSWNvbl0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FwcC1iYXItYmFjay50ZW1wbGF0ZS5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9hcHAtYmFyLWJhY2suc3R5bGUubGVzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW3R1aUFwcGVhcmFuY2VPcHRpb25zUHJvdmlkZXIoVHVpQXBwQmFyQmFjayldLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbVHVpV2l0aEFwcGVhcmFuY2VdLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlBcHBCYXJCYWNrIGltcGxlbWVudHMgVHVpQXBwZWFyYW5jZU9wdGlvbnMge1xuICAgIHByb3RlY3RlZCByZWFkb25seSBpY29ucyA9IGluamVjdChUVUlfU1BJTl9JQ09OUyk7XG5cbiAgICBwdWJsaWMgcmVhZG9ubHkgYXBwZWFyYW5jZSA9ICdsaW5rJztcbn1cbiIsIjxzdmdcbiAgICBoZWlnaHQ9XCIyNFwiXG4gICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgd2lkdGg9XCIyNFwiXG4gICAgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiXG4gICAgY2xhc3M9XCJ0LWlvc1wiXG4+XG4gICAgPHBhdGhcbiAgICAgICAgZD1cIk03LjQ0MDI1IDEyTDE0Ljk4MjYgNC40Mzg3MkMxNS41MzkxIDMuODgwODMgMTUuNTM5MSAyLjk3NjMxIDE0Ljk4MjYgMi40MTg0MkMxNC40MjYxIDEuODYwNTMgMTMuNTIzOSAxLjg2MDUzIDEyLjk2NzQgMi40MTg0Mkw0LjQxNzM3IDEwLjk4OThDMy44NjA4OCAxMS41NDc3IDMuODYwODggMTIuNDUyMyA0LjQxNzM3IDEzLjAxMDJMMTIuOTY3NCAyMS41ODE2QzEzLjUyMzkgMjIuMTM5NSAxNC40MjYxIDIyLjEzOTUgMTQuOTgyNiAyMS41ODE2QzE1LjUzOTEgMjEuMDIzNyAxNS41MzkxIDIwLjExOTIgMTQuOTgyNiAxOS41NjEzTDcuNDQwMjUgMTJaXCJcbiAgICAgICAgZmlsbD1cImN1cnJlbnRDb2xvclwiXG4gICAgLz5cbjwvc3ZnPlxuPHN2Z1xuICAgIGhlaWdodD1cIjI0XCJcbiAgICB2aWV3Qm94PVwiMCAwIDI0IDI0XCJcbiAgICB3aWR0aD1cIjI0XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBjbGFzcz1cInQtYW5kcm9pZFwiXG4+XG4gICAgPHBhdGhcbiAgICAgICAgZD1cIk0xOS42OTk5IDExLjU4OTlDMTkuNjk5OSAxMS4wMzc3IDE5LjI1MjIgMTAuNTg5OSAxOC42OTk5IDEwLjU4OTlINy40OTk5MkwxMi4zOTk5IDUuNjg5OTVDMTIuNzg2NSA1LjMwMzM1IDEyLjc4NjUgNC42NzY1NSAxMi4zOTk5IDQuMjg5OTVWNC4yODk5NUMxMi4wMTMzIDMuOTAzMzUgMTEuMzg2NSAzLjkwMzM1IDEwLjk5OTkgNC4yODk5NUw0LjQwNzAzIDEwLjg4MjhDNC4wMTY1IDExLjI3MzQgNC4wMTY1MSAxMS45MDY1IDQuNDA3MDMgMTIuMjk3MUwxMC45OTk5IDE4Ljg5QzExLjM4NjUgMTkuMjc2NSAxMi4wMTMzIDE5LjI3NjUgMTIuMzk5OSAxOC44ODk5VjE4Ljg4OTlDMTIuNzg2NSAxOC41MDM0IDEyLjc4NjUgMTcuODc2NSAxMi4zOTk5IDE3LjQ5TDcuNDk5OTIgMTIuNTg5OUgxOC42OTk5QzE5LjI1MjIgMTIuNTg5OSAxOS42OTk5IDEyLjE0MjIgMTkuNjk5OSAxMS41ODk5VjExLjU4OTlaXCJcbiAgICAgICAgZmlsbD1cImN1cnJlbnRDb2xvclwiXG4gICAgLz5cbjwvc3ZnPlxuPHR1aS1pY29uXG4gICAgY2xhc3M9XCJ0LXdlYlwiXG4gICAgW2ljb25dPVwiaWNvbnMuZGVjcmVtZW50XCJcbi8+XG48bmctY29udGVudCAvPlxuIl19
@@ -1,24 +0,0 @@
1
- import { Directive, inject } from '@angular/core';
2
- import { toSignal } from '@angular/core/rxjs-interop';
3
- import { tuiDirectiveBinding } from '@taiga-ui/cdk/utils/miscellaneous';
4
- import { TuiBreakpointService } from '@taiga-ui/core/services';
5
- import { map } from 'rxjs';
6
- import { TuiAppBarComponent } from './app-bar.component';
7
- import * as i0 from "@angular/core";
8
- // TODO: Make size automatic based on tuiPlatform in v5
9
- class TuiAppBarSizeDirective {
10
- constructor() {
11
- this.size = tuiDirectiveBinding(TuiAppBarComponent, 'size', toSignal(inject(TuiBreakpointService).pipe(map((breakpoint) => (breakpoint === 'mobile' ? 'm' : 'l'))), { initialValue: 'm' }));
12
- }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiAppBarSizeDirective, isStandalone: true, selector: "tui-app-bar[tuiAppBarSize]", ngImport: i0 }); }
15
- }
16
- export { TuiAppBarSizeDirective };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAppBarSizeDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- standalone: true,
21
- selector: 'tui-app-bar[tuiAppBarSize]',
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWJhci1zaXplLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2xheW91dC9jb21wb25lbnRzL2FwcC1iYXIvYXBwLWJhci1zaXplLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLE1BQU0sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUNoRCxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDcEQsT0FBTyxFQUFDLG1CQUFtQixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDdEUsT0FBTyxFQUFDLG9CQUFvQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDN0QsT0FBTyxFQUFDLEdBQUcsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUV6QixPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQzs7QUFFdkQsdURBQXVEO0FBQ3ZELE1BSWEsc0JBQXNCO0lBSm5DO1FBS3VCLFNBQUksR0FBRyxtQkFBbUIsQ0FDekMsa0JBQWtCLEVBQ2xCLE1BQU0sRUFDTixRQUFRLENBQ0osTUFBTSxDQUFDLG9CQUFvQixDQUFDLENBQUMsSUFBSSxDQUM3QixHQUFHLENBQUMsQ0FBQyxVQUFVLEVBQUUsRUFBRSxDQUFDLENBQUMsVUFBVSxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUM3RCxFQUNELEVBQUMsWUFBWSxFQUFFLEdBQVksRUFBQyxDQUMvQixDQUNKLENBQUM7S0FDTDsrR0FYWSxzQkFBc0I7bUdBQXRCLHNCQUFzQjs7U0FBdEIsc0JBQXNCOzRGQUF0QixzQkFBc0I7a0JBSmxDLFNBQVM7bUJBQUM7b0JBQ1AsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSw0QkFBNEI7aUJBQ3pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIGluamVjdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3RvU2lnbmFsfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQge3R1aURpcmVjdGl2ZUJpbmRpbmd9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUJyZWFrcG9pbnRTZXJ2aWNlfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9zZXJ2aWNlcyc7XG5pbXBvcnQge21hcH0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7VHVpQXBwQmFyQ29tcG9uZW50fSBmcm9tICcuL2FwcC1iYXIuY29tcG9uZW50JztcblxuLy8gVE9ETzogTWFrZSBzaXplIGF1dG9tYXRpYyBiYXNlZCBvbiB0dWlQbGF0Zm9ybSBpbiB2NVxuQERpcmVjdGl2ZSh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hcHAtYmFyW3R1aUFwcEJhclNpemVdJyxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQXBwQmFyU2l6ZURpcmVjdGl2ZSB7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IHNpemUgPSB0dWlEaXJlY3RpdmVCaW5kaW5nKFxuICAgICAgICBUdWlBcHBCYXJDb21wb25lbnQsXG4gICAgICAgICdzaXplJyxcbiAgICAgICAgdG9TaWduYWwoXG4gICAgICAgICAgICBpbmplY3QoVHVpQnJlYWtwb2ludFNlcnZpY2UpLnBpcGUoXG4gICAgICAgICAgICAgICAgbWFwKChicmVha3BvaW50KSA9PiAoYnJlYWtwb2ludCA9PT0gJ21vYmlsZScgPyAnbScgOiAnbCcpKSxcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICB7aW5pdGlhbFZhbHVlOiAnbScgYXMgY29uc3R9LFxuICAgICAgICApLFxuICAgICk7XG59XG4iXX0=