@taiga-ui/kit 3.39.1-dev.main.f92cc75 → 3.40.0-canary.f82bb42

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 (200) hide show
  1. package/README.md +3 -3
  2. package/bundles/taiga-ui-kit-components-accordion.umd.js +11 -7
  3. package/bundles/taiga-ui-kit-components-accordion.umd.js.map +1 -1
  4. package/bundles/taiga-ui-kit-components-calendar-month.umd.js +1 -1
  5. package/bundles/taiga-ui-kit-components-calendar-month.umd.js.map +1 -1
  6. package/bundles/taiga-ui-kit-components-calendar-range.umd.js +7 -3
  7. package/bundles/taiga-ui-kit-components-calendar-range.umd.js.map +1 -1
  8. package/bundles/taiga-ui-kit-components-files.umd.js +12 -8
  9. package/bundles/taiga-ui-kit-components-files.umd.js.map +1 -1
  10. package/bundles/taiga-ui-kit-components-input-number.umd.js +42 -22
  11. package/bundles/taiga-ui-kit-components-input-number.umd.js.map +1 -1
  12. package/bundles/taiga-ui-kit-components-input-phone.umd.js +1 -1
  13. package/bundles/taiga-ui-kit-components-input-phone.umd.js.map +1 -1
  14. package/bundles/taiga-ui-kit-components-input-range.umd.js +5 -23
  15. package/bundles/taiga-ui-kit-components-input-range.umd.js.map +1 -1
  16. package/bundles/taiga-ui-kit-components-input-slider.umd.js +5 -1
  17. package/bundles/taiga-ui-kit-components-input-slider.umd.js.map +1 -1
  18. package/bundles/taiga-ui-kit-components-input-tag.umd.js +7 -3
  19. package/bundles/taiga-ui-kit-components-input-tag.umd.js.map +1 -1
  20. package/bundles/taiga-ui-kit-components-input-year.umd.js +4 -0
  21. package/bundles/taiga-ui-kit-components-input-year.umd.js.map +1 -1
  22. package/bundles/taiga-ui-kit-components-multi-select.umd.js +1 -1
  23. package/bundles/taiga-ui-kit-components-multi-select.umd.js.map +1 -1
  24. package/bundles/taiga-ui-kit-components-pagination.umd.js +22 -25
  25. package/bundles/taiga-ui-kit-components-pagination.umd.js.map +1 -1
  26. package/bundles/taiga-ui-kit-components-pdf-viewer.umd.js +7 -3
  27. package/bundles/taiga-ui-kit-components-pdf-viewer.umd.js.map +1 -1
  28. package/bundles/taiga-ui-kit-components-progress.umd.js +7 -6
  29. package/bundles/taiga-ui-kit-components-progress.umd.js.map +1 -1
  30. package/bundles/taiga-ui-kit-components-prompt.umd.js +1 -1
  31. package/bundles/taiga-ui-kit-components-prompt.umd.js.map +1 -1
  32. package/bundles/taiga-ui-kit-components-push.umd.js +7 -3
  33. package/bundles/taiga-ui-kit-components-push.umd.js.map +1 -1
  34. package/bundles/taiga-ui-kit-components-select-option.umd.js +7 -3
  35. package/bundles/taiga-ui-kit-components-select-option.umd.js.map +1 -1
  36. package/bundles/taiga-ui-kit-components-stepper.umd.js +7 -3
  37. package/bundles/taiga-ui-kit-components-stepper.umd.js.map +1 -1
  38. package/bundles/taiga-ui-kit-components-tabs.umd.js +12 -8
  39. package/bundles/taiga-ui-kit-components-tabs.umd.js.map +1 -1
  40. package/bundles/taiga-ui-kit-components-tag.umd.js +16 -27
  41. package/bundles/taiga-ui-kit-components-tag.umd.js.map +1 -1
  42. package/bundles/{taiga-ui-kit-components-text-area.umd.js → taiga-ui-kit-components-textarea.umd.js} +159 -53
  43. package/bundles/taiga-ui-kit-components-textarea.umd.js.map +1 -0
  44. package/bundles/taiga-ui-kit-components-tiles.umd.js +5 -0
  45. package/bundles/taiga-ui-kit-components-tiles.umd.js.map +1 -1
  46. package/bundles/taiga-ui-kit-components-tree.umd.js +7 -3
  47. package/bundles/taiga-ui-kit-components-tree.umd.js.map +1 -1
  48. package/bundles/taiga-ui-kit-components.umd.js +6 -6
  49. package/bundles/taiga-ui-kit-constants.umd.js +2 -2
  50. package/bundles/taiga-ui-kit-constants.umd.js.map +1 -1
  51. package/bundles/taiga-ui-kit-directives-mask.umd.js +2 -2
  52. package/bundles/taiga-ui-kit-directives-mask.umd.js.map +1 -1
  53. package/bundles/taiga-ui-kit-utils-mask.umd.js +8 -8
  54. package/bundles/taiga-ui-kit-utils-mask.umd.js.map +1 -1
  55. package/components/accordion/accordion-item/accordion-item.component.d.ts +3 -1
  56. package/components/calendar-range/calendar-range.component.d.ts +4 -3
  57. package/components/files/file/file.component.d.ts +3 -2
  58. package/components/index.d.ts +1 -1
  59. package/components/input-number/input-number.component.d.ts +7 -4
  60. package/components/input-phone/utils/create-phone-mask-expression.d.ts +1 -1
  61. package/components/input-range/input-range.component.d.ts +2 -4
  62. package/components/input-tag/input-tag.component.d.ts +5 -4
  63. package/components/input-year/input-year.component.d.ts +1 -0
  64. package/components/pagination/pagination.component.d.ts +7 -6
  65. package/components/pagination/pagination.module.d.ts +3 -3
  66. package/components/pdf-viewer/pdf-viewer.component.d.ts +3 -1
  67. package/components/progress/progress-bar/progress-bar.component.d.ts +2 -2
  68. package/components/progress/progress-circle/progress-circle.component.d.ts +1 -1
  69. package/components/push/push.component.d.ts +3 -1
  70. package/components/select-option/select-option.component.d.ts +4 -3
  71. package/components/stepper/step/step.component.d.ts +3 -1
  72. package/components/tabs/tabs-with-more/tabs-with-more.component.d.ts +3 -1
  73. package/components/tag/tag.component.d.ts +3 -5
  74. package/components/tag/tag.module.d.ts +3 -4
  75. package/components/textarea/deprecated.d.ts +30 -0
  76. package/components/textarea/index.d.ts +4 -0
  77. package/components/textarea/package.json +10 -0
  78. package/components/{text-area/taiga-ui-kit-components-text-area.d.ts → textarea/taiga-ui-kit-components-textarea.d.ts} +1 -1
  79. package/components/{text-area/text-area.component.d.ts → textarea/textarea.component.d.ts} +3 -3
  80. package/components/textarea/textarea.directive.d.ts +8 -0
  81. package/components/{text-area/text-area.module.d.ts → textarea/textarea.module.d.ts} +6 -6
  82. package/components/tiles/tile.component.d.ts +3 -2
  83. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +3 -1
  84. package/constants/empty-mask.d.ts +1 -1
  85. package/constants/masks.d.ts +1 -1
  86. package/directives/mask/legacy-mask.d.ts +3 -3
  87. package/esm2015/components/accordion/accordion-item/accordion-item.component.js +9 -4
  88. package/esm2015/components/calendar-month/calendar-month.component.js +1 -1
  89. package/esm2015/components/calendar-range/calendar-range.component.js +9 -5
  90. package/esm2015/components/files/file/file.component.js +9 -4
  91. package/esm2015/components/index.js +2 -2
  92. package/esm2015/components/input-number/input-number.component.js +29 -10
  93. package/esm2015/components/input-phone/utils/create-phone-mask-expression.js +2 -2
  94. package/esm2015/components/input-range/input-range.component.js +6 -16
  95. package/esm2015/components/input-slider/input-slider.component.js +6 -2
  96. package/esm2015/components/input-tag/input-tag.component.js +9 -5
  97. package/esm2015/components/input-year/input-year.component.js +5 -1
  98. package/esm2015/components/multi-select/multi-select-group/multi-select-group.component.js +1 -1
  99. package/esm2015/components/pagination/pagination.component.js +18 -12
  100. package/esm2015/components/pagination/pagination.module.js +5 -8
  101. package/esm2015/components/pdf-viewer/pdf-viewer.component.js +9 -5
  102. package/esm2015/components/progress/progress-bar/progress-bar.component.js +2 -2
  103. package/esm2015/components/progress/progress-circle/progress-circle.component.js +7 -6
  104. package/esm2015/components/prompt/prompt.component.js +1 -1
  105. package/esm2015/components/push/push.component.js +9 -5
  106. package/esm2015/components/select-option/select-option.component.js +9 -5
  107. package/esm2015/components/stepper/step/step.component.js +9 -5
  108. package/esm2015/components/tabs/tab/tab.component.js +2 -2
  109. package/esm2015/components/tabs/tabs-with-more/tabs-with-more.component.js +9 -4
  110. package/esm2015/components/tag/tag.component.js +12 -16
  111. package/esm2015/components/tag/tag.module.js +1 -5
  112. package/esm2015/components/textarea/deprecated.js +104 -0
  113. package/esm2015/components/textarea/index.js +5 -0
  114. package/esm2015/components/textarea/taiga-ui-kit-components-textarea.js +5 -0
  115. package/esm2015/components/textarea/textarea.component.js +217 -0
  116. package/esm2015/components/textarea/textarea.directive.js +18 -0
  117. package/esm2015/components/textarea/textarea.module.js +51 -0
  118. package/esm2015/components/tiles/tile.component.js +6 -1
  119. package/esm2015/components/tree/components/tree-item-content/tree-item-content.component.js +9 -4
  120. package/esm2015/constants/empty-mask.js +2 -2
  121. package/esm2015/constants/masks.js +2 -2
  122. package/esm2015/directives/mask/legacy-mask.js +4 -4
  123. package/esm2015/utils/mask/create-auto-corrected-date-pipe.js +3 -3
  124. package/esm2015/utils/mask/create-auto-corrected-date-range-pipe.js +2 -2
  125. package/esm2015/utils/mask/create-auto-corrected-date-time-pipe.js +2 -2
  126. package/esm2015/utils/mask/create-auto-corrected-time-pipe.js +2 -2
  127. package/esm2015/utils/mask/create-date-mask.js +2 -2
  128. package/esm2015/utils/mask/create-date-range-mask.js +2 -2
  129. package/esm2015/utils/mask/create-time-mask.js +2 -2
  130. package/fesm2015/taiga-ui-kit-components-accordion.js +8 -3
  131. package/fesm2015/taiga-ui-kit-components-accordion.js.map +1 -1
  132. package/fesm2015/taiga-ui-kit-components-calendar-month.js +1 -1
  133. package/fesm2015/taiga-ui-kit-components-calendar-month.js.map +1 -1
  134. package/fesm2015/taiga-ui-kit-components-calendar-range.js +8 -4
  135. package/fesm2015/taiga-ui-kit-components-calendar-range.js.map +1 -1
  136. package/fesm2015/taiga-ui-kit-components-files.js +9 -5
  137. package/fesm2015/taiga-ui-kit-components-files.js.map +1 -1
  138. package/fesm2015/taiga-ui-kit-components-input-number.js +29 -10
  139. package/fesm2015/taiga-ui-kit-components-input-number.js.map +1 -1
  140. package/fesm2015/taiga-ui-kit-components-input-phone.js +1 -1
  141. package/fesm2015/taiga-ui-kit-components-input-phone.js.map +1 -1
  142. package/fesm2015/taiga-ui-kit-components-input-range.js +5 -15
  143. package/fesm2015/taiga-ui-kit-components-input-range.js.map +1 -1
  144. package/fesm2015/taiga-ui-kit-components-input-slider.js +5 -1
  145. package/fesm2015/taiga-ui-kit-components-input-slider.js.map +1 -1
  146. package/fesm2015/taiga-ui-kit-components-input-tag.js +8 -4
  147. package/fesm2015/taiga-ui-kit-components-input-tag.js.map +1 -1
  148. package/fesm2015/taiga-ui-kit-components-input-year.js +4 -0
  149. package/fesm2015/taiga-ui-kit-components-input-year.js.map +1 -1
  150. package/fesm2015/taiga-ui-kit-components-multi-select.js +1 -1
  151. package/fesm2015/taiga-ui-kit-components-multi-select.js.map +1 -1
  152. package/fesm2015/taiga-ui-kit-components-pagination.js +22 -19
  153. package/fesm2015/taiga-ui-kit-components-pagination.js.map +1 -1
  154. package/fesm2015/taiga-ui-kit-components-pdf-viewer.js +8 -4
  155. package/fesm2015/taiga-ui-kit-components-pdf-viewer.js.map +1 -1
  156. package/fesm2015/taiga-ui-kit-components-progress.js +7 -6
  157. package/fesm2015/taiga-ui-kit-components-progress.js.map +1 -1
  158. package/fesm2015/taiga-ui-kit-components-prompt.js +1 -1
  159. package/fesm2015/taiga-ui-kit-components-prompt.js.map +1 -1
  160. package/fesm2015/taiga-ui-kit-components-push.js +8 -4
  161. package/fesm2015/taiga-ui-kit-components-push.js.map +1 -1
  162. package/fesm2015/taiga-ui-kit-components-select-option.js +8 -4
  163. package/fesm2015/taiga-ui-kit-components-select-option.js.map +1 -1
  164. package/fesm2015/taiga-ui-kit-components-stepper.js +8 -4
  165. package/fesm2015/taiga-ui-kit-components-stepper.js.map +1 -1
  166. package/fesm2015/taiga-ui-kit-components-tabs.js +9 -4
  167. package/fesm2015/taiga-ui-kit-components-tabs.js.map +1 -1
  168. package/fesm2015/taiga-ui-kit-components-tag.js +12 -19
  169. package/fesm2015/taiga-ui-kit-components-tag.js.map +1 -1
  170. package/fesm2015/{taiga-ui-kit-components-text-area.js → taiga-ui-kit-components-textarea.js} +108 -18
  171. package/fesm2015/taiga-ui-kit-components-textarea.js.map +1 -0
  172. package/fesm2015/taiga-ui-kit-components-tiles.js +5 -0
  173. package/fesm2015/taiga-ui-kit-components-tiles.js.map +1 -1
  174. package/fesm2015/taiga-ui-kit-components-tree.js +8 -4
  175. package/fesm2015/taiga-ui-kit-components-tree.js.map +1 -1
  176. package/fesm2015/taiga-ui-kit-components.js +1 -1
  177. package/fesm2015/taiga-ui-kit-constants.js +2 -2
  178. package/fesm2015/taiga-ui-kit-constants.js.map +1 -1
  179. package/fesm2015/taiga-ui-kit-directives-mask.js +2 -2
  180. package/fesm2015/taiga-ui-kit-directives-mask.js.map +1 -1
  181. package/fesm2015/taiga-ui-kit-utils-mask.js +8 -8
  182. package/fesm2015/taiga-ui-kit-utils-mask.js.map +1 -1
  183. package/package.json +7 -7
  184. package/utils/mask/create-auto-corrected-date-pipe.d.ts +3 -3
  185. package/utils/mask/create-auto-corrected-date-range-pipe.d.ts +1 -1
  186. package/utils/mask/create-auto-corrected-date-time-pipe.d.ts +1 -1
  187. package/utils/mask/create-auto-corrected-time-pipe.d.ts +1 -1
  188. package/utils/mask/create-date-mask.d.ts +1 -1
  189. package/utils/mask/create-date-range-mask.d.ts +1 -1
  190. package/utils/mask/create-time-mask.d.ts +1 -1
  191. package/bundles/taiga-ui-kit-components-text-area.umd.js.map +0 -1
  192. package/components/text-area/index.d.ts +0 -3
  193. package/components/text-area/package.json +0 -10
  194. package/components/text-area/text-area.directive.d.ts +0 -8
  195. package/esm2015/components/text-area/index.js +0 -4
  196. package/esm2015/components/text-area/taiga-ui-kit-components-text-area.js +0 -5
  197. package/esm2015/components/text-area/text-area.component.js +0 -217
  198. package/esm2015/components/text-area/text-area.directive.js +0 -18
  199. package/esm2015/components/text-area/text-area.module.js +0 -51
  200. package/fesm2015/taiga-ui-kit-components-text-area.js.map +0 -1
@@ -10,7 +10,7 @@ export declare class TuiProgressCircleComponent {
10
10
  max: number;
11
11
  color: string | null;
12
12
  size: TuiSizeS | TuiSizeXL;
13
- get progressPercentage(): number;
13
+ get progressRatio(): number;
14
14
  animationDelay$: import("rxjs").Observable<boolean>;
15
15
  get oldEdgeRadiusFallback(): number | null;
16
16
  constructor(userAgent: string, win: Window, el: ElementRef<HTMLElement>);
@@ -1,13 +1,15 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { TuiCommonIcons } from '@taiga-ui/core';
2
3
  import { Observable } from 'rxjs';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class TuiPushComponent {
5
6
  readonly closeWord$: Observable<string>;
7
+ readonly icons: TuiCommonIcons;
6
8
  heading: string;
7
9
  type: string;
8
10
  timestamp: number;
9
11
  readonly close: EventEmitter<void>;
10
- constructor(closeWord$: Observable<string>);
12
+ constructor(closeWord$: Observable<string>, icons: TuiCommonIcons);
11
13
  get closeable(): boolean;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushComponent, never>;
13
15
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": "heading"; "type": "type"; "timestamp": "timestamp"; }, { "close": "close"; }, never, ["img", "tui-svg", "*", "[tuiButton]", "[tuiLink]"]>;
@@ -1,10 +1,11 @@
1
1
  import { DoCheck, ElementRef, OnInit, TemplateRef } from '@angular/core';
2
2
  import { NgControl } from '@angular/forms';
3
3
  import { AbstractTuiControl, TuiContextWithImplicit, TuiIdentityMatcher } from '@taiga-ui/cdk';
4
- import { TuiDataListComponent, TuiDataListHost, TuiOptionComponent } from '@taiga-ui/core';
4
+ import { TuiCommonIcons, TuiDataListComponent, TuiDataListHost, TuiOptionComponent } from '@taiga-ui/core';
5
5
  import { PolymorpheusComponent } from '@tinkoff/ng-polymorpheus';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TuiSelectOptionComponent<T> implements OnInit, DoCheck {
8
+ readonly icons: TuiCommonIcons;
8
9
  readonly context: TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>;
9
10
  private readonly host;
10
11
  private readonly el;
@@ -14,13 +15,13 @@ export declare class TuiSelectOptionComponent<T> implements OnInit, DoCheck {
14
15
  protected readonly abstractControl: AbstractTuiControl<T> | null;
15
16
  private readonly changeDetection$;
16
17
  readonly selected$: import("rxjs").Observable<boolean>;
17
- constructor(context: TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>, host: TuiDataListHost<T>, el: ElementRef<HTMLElement>, option: TuiOptionComponent<T>, dataList: TuiDataListComponent<T> | null, control: NgControl, abstractControl: AbstractTuiControl<T> | null);
18
+ constructor(icons: TuiCommonIcons, context: TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>, host: TuiDataListHost<T>, el: ElementRef<HTMLElement>, option: TuiOptionComponent<T>, dataList: TuiDataListComponent<T> | null, control: NgControl, abstractControl: AbstractTuiControl<T> | null);
18
19
  get matcher(): TuiIdentityMatcher<T>;
19
20
  ngDoCheck(): void;
20
21
  ngOnInit(): void;
21
22
  protected get value(): T | null;
22
23
  protected get selected(): boolean;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSelectOptionComponent<any>, [null, null, null, null, { optional: true; }, null, { optional: true; }]>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSelectOptionComponent<any>, [null, null, null, null, null, { optional: true; }, null, { optional: true; }]>;
24
25
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiSelectOptionComponent<any>, "tui-select-option", never, {}, {}, never, never>;
25
26
  }
26
27
  export declare const TUI_SELECT_OPTION: PolymorpheusComponent<TuiSelectOptionComponent<unknown>, any>;
@@ -1,15 +1,17 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { TuiFocusVisibleService } from '@taiga-ui/cdk';
3
+ import { TuiCommonIcons } from '@taiga-ui/core';
3
4
  import { Observable } from 'rxjs';
4
5
  import { TuiStepperComponent } from '../stepper.component';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class TuiStepComponent {
7
8
  private readonly stepper;
8
9
  private readonly el;
10
+ readonly icons: TuiCommonIcons;
9
11
  stepState: 'error' | 'normal' | 'pass';
10
12
  icon: string;
11
13
  focusVisible: boolean;
12
- constructor(focusVisible$: TuiFocusVisibleService, routerLinkActive$: Observable<boolean>, stepper: TuiStepperComponent, el: ElementRef<HTMLElement>);
14
+ constructor(focusVisible$: TuiFocusVisibleService, routerLinkActive$: Observable<boolean>, stepper: TuiStepperComponent, el: ElementRef<HTMLElement>, icons: TuiCommonIcons);
13
15
  get isActive(): boolean;
14
16
  get isVertical(): boolean;
15
17
  get tabIndex(): number;
@@ -1,5 +1,6 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList, TemplateRef } from '@angular/core';
2
2
  import { TuiActiveZoneDirective, TuiContextWithImplicit } from '@taiga-ui/cdk';
3
+ import { TuiArrowOptions } from '@taiga-ui/kit/components/arrow';
3
4
  import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
4
5
  import { Observable } from 'rxjs';
5
6
  import { TuiTabsOptions } from '../tabs.options';
@@ -11,6 +12,7 @@ export declare class TuiTabsWithMoreComponent implements AfterViewInit {
11
12
  private readonly el;
12
13
  private readonly cdr;
13
14
  readonly moreWord$: Observable<string>;
15
+ readonly arrowOptions: TuiArrowOptions;
14
16
  private readonly moreButton?;
15
17
  private maxIndex;
16
18
  moreContent: PolymorpheusContent;
@@ -21,7 +23,7 @@ export declare class TuiTabsWithMoreComponent implements AfterViewInit {
21
23
  readonly activeItemIndexChange: EventEmitter<number>;
22
24
  readonly items: QueryList<TemplateRef<Record<string, unknown>>>;
23
25
  open: boolean;
24
- constructor(options: TuiTabsOptions, margin: number, refresh$: Observable<unknown>, el: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, moreWord$: Observable<string>);
26
+ constructor(options: TuiTabsOptions, margin: number, refresh$: Observable<unknown>, el: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, moreWord$: Observable<string>, arrowOptions: TuiArrowOptions);
25
27
  get tabs(): readonly HTMLElement[];
26
28
  get activeElement(): HTMLElement | null;
27
29
  get isMoreAlone(): boolean;
@@ -1,6 +1,5 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
- import { TuiContextWithImplicit } from '@taiga-ui/cdk';
3
- import { TuiBrightness, TuiSizeL, TuiSizeS, TuiSizeXS, TuiTextfieldController } from '@taiga-ui/core';
2
+ import { TuiBrightness, TuiCommonIcons, TuiSizeL, TuiSizeS, TuiSizeXS } from '@taiga-ui/core';
4
3
  import { TuiStatus } from '@taiga-ui/kit/types';
5
4
  import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
6
5
  import { Observable } from 'rxjs';
@@ -10,7 +9,7 @@ export declare class TuiTagComponent {
10
9
  private readonly el;
11
10
  readonly mode$: Observable<TuiBrightness | null>;
12
11
  private readonly options;
13
- readonly controller: TuiTextfieldController;
12
+ readonly icons: TuiCommonIcons;
14
13
  value: string;
15
14
  editable: boolean;
16
15
  separator: RegExp | string;
@@ -27,12 +26,11 @@ export declare class TuiTagComponent {
27
26
  editing: boolean;
28
27
  editedText: string | null;
29
28
  set input(input: ElementRef<HTMLInputElement>);
30
- constructor(el: ElementRef<HTMLElement>, mode$: Observable<TuiBrightness | null>, options: TuiTagOptions, controller: TuiTextfieldController);
29
+ constructor(el: ElementRef<HTMLElement>, mode$: Observable<TuiBrightness | null>, options: TuiTagOptions, icons: TuiCommonIcons);
31
30
  get backgroundColor(): string | null;
32
31
  get canRemove(): boolean;
33
32
  get displayText(): string;
34
33
  get loaderSize(): TuiSizeXS;
35
- get iconCleaner(): PolymorpheusContent<TuiContextWithImplicit<TuiSizeL | TuiSizeS>>;
36
34
  edit(event: Event): void;
37
35
  remove(event: Event): void;
38
36
  onInput(value: string): void;
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tag.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
- import * as i4 from "@taiga-ui/cdk";
6
- import * as i5 from "@taiga-ui/core";
7
- import * as i6 from "@tinkoff/ng-polymorpheus";
5
+ import * as i4 from "@taiga-ui/core";
6
+ import * as i5 from "@tinkoff/ng-polymorpheus";
8
7
  export declare class TuiTagModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTagModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTagModule, [typeof i1.TuiTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.TuiPreventDefaultModule, typeof i5.TuiSvgModule, typeof i5.TuiLoaderModule, typeof i6.PolymorpheusModule], [typeof i1.TuiTagComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTagModule, [typeof i1.TuiTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.TuiSvgModule, typeof i4.TuiLoaderModule, typeof i5.PolymorpheusModule], [typeof i1.TuiTagComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TuiTagModule>;
12
11
  }
@@ -0,0 +1,30 @@
1
+ import { TuiTextareaComponent } from './textarea.component';
2
+ import { TuiTextareaDirective } from './textarea.directive';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "@angular/forms";
6
+ import * as i3 from "@taiga-ui/cdk";
7
+ import * as i4 from "@taiga-ui/core";
8
+ import * as i5 from "@tinkoff/ng-polymorpheus";
9
+ /**
10
+ * @deprecated use {@link TuiTextareaComponent}
11
+ */
12
+ export declare class TuiTextAreaComponent extends TuiTextareaComponent {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextAreaComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextAreaComponent, "tui-text-area", never, {}, {}, never, ["*", "textarea"]>;
15
+ }
16
+ /**
17
+ * @deprecated use {@link TuiTextareaDirective}
18
+ */
19
+ export declare class TuiTextAreaDirective extends TuiTextareaDirective {
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextAreaDirective, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextAreaDirective, "tui-text-area", never, {}, {}, never>;
22
+ }
23
+ /**
24
+ * @deprecated use {@link TuiTextareaModule}
25
+ */
26
+ export declare class TuiTextAreaModule {
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextAreaModule, never>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTextAreaModule, [typeof TuiTextAreaComponent, typeof TuiTextAreaDirective], [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.TuiFocusableModule, typeof i4.TuiScrollbarModule, typeof i4.TuiTooltipModule, typeof i4.TuiWrapperModule, typeof i4.TuiSvgModule, typeof i4.TuiPrimitiveTextfieldModule, typeof i5.PolymorpheusModule], [typeof TuiTextAreaComponent, typeof TuiTextAreaDirective, typeof i4.TuiTextfieldComponent]>;
29
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiTextAreaModule>;
30
+ }
@@ -0,0 +1,4 @@
1
+ export * from './deprecated';
2
+ export * from './textarea.component';
3
+ export * from './textarea.directive';
4
+ export * from './textarea.module';
@@ -0,0 +1,10 @@
1
+ {
2
+ "main": "../../bundles/taiga-ui-kit-components-textarea.umd.js",
3
+ "module": "../../fesm2015/taiga-ui-kit-components-textarea.js",
4
+ "es2015": "../../fesm2015/taiga-ui-kit-components-textarea.js",
5
+ "esm2015": "../../esm2015/components/textarea/taiga-ui-kit-components-textarea.js",
6
+ "fesm2015": "../../fesm2015/taiga-ui-kit-components-textarea.js",
7
+ "typings": "taiga-ui-kit-components-textarea.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@taiga-ui/kit/components/textarea"
10
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@taiga-ui/kit/components/text-area" />
4
+ /// <amd-module name="@taiga-ui/kit/components/textarea" />
5
5
  export * from './index';
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare const DEFAULT_ROWS = 20;
9
9
  export declare const LINE_HEIGHT_M = 20;
10
10
  export declare const LINE_HEIGHT_L = 24;
11
- export declare class TuiTextAreaComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
11
+ export declare class TuiTextareaComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
12
12
  readonly isIOS: boolean;
13
13
  readonly mode$: Observable<TuiBrightness | null>;
14
14
  readonly controller: TuiTextfieldController;
@@ -46,6 +46,6 @@ export declare class TuiTextAreaComponent extends AbstractTuiControl<string> imp
46
46
  protected getFallbackValue(): string;
47
47
  private get lineHeight();
48
48
  private get placeholderRaisable();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextAreaComponent, [{ optional: true; self: true; }, null, null, null, null, { optional: true; }]>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextAreaComponent, "tui-text-area", never, { "rows": "rows"; "maxLength": "maxLength"; "expandable": "expandable"; }, {}, ["textfield"], ["*", "textarea"]>;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaComponent, [{ optional: true; self: true; }, null, null, null, null, { optional: true; }]>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaComponent, "tui-textarea", never, { "rows": "rows"; "maxLength": "maxLength"; "expandable": "expandable"; }, {}, ["textfield"], ["*", "textarea"]>;
51
51
  }
@@ -0,0 +1,8 @@
1
+ import { AbstractTuiTextfieldHost } from '@taiga-ui/core';
2
+ import { TuiTextareaComponent } from './textarea.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TuiTextareaDirective extends AbstractTuiTextfieldHost<TuiTextareaComponent> {
5
+ onValueChange(value: string): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaDirective, "tui-textarea", never, {}, {}, never>;
8
+ }
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./text-area.component";
3
- import * as i2 from "./text-area.directive";
2
+ import * as i1 from "./textarea.component";
3
+ import * as i2 from "./textarea.directive";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "@taiga-ui/cdk";
7
7
  import * as i6 from "@taiga-ui/core";
8
8
  import * as i7 from "@tinkoff/ng-polymorpheus";
9
- export declare class TuiTextAreaModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextAreaModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTextAreaModule, [typeof i1.TuiTextAreaComponent, typeof i2.TuiTextAreaDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.TuiFocusableModule, typeof i6.TuiScrollbarModule, typeof i6.TuiTooltipModule, typeof i6.TuiWrapperModule, typeof i6.TuiSvgModule, typeof i6.TuiPrimitiveTextfieldModule, typeof i7.PolymorpheusModule], [typeof i1.TuiTextAreaComponent, typeof i2.TuiTextAreaDirective, typeof i6.TuiTextfieldComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiTextAreaModule>;
9
+ export declare class TuiTextareaModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiTextareaModule, [typeof i1.TuiTextareaComponent, typeof i2.TuiTextareaDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.TuiFocusableModule, typeof i6.TuiScrollbarModule, typeof i6.TuiTooltipModule, typeof i6.TuiWrapperModule, typeof i6.TuiSvgModule, typeof i6.TuiPrimitiveTextfieldModule, typeof i7.PolymorpheusModule], [typeof i1.TuiTextareaComponent, typeof i2.TuiTextareaDirective, typeof i6.TuiTextfieldComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiTextareaModule>;
13
13
  }
@@ -1,8 +1,8 @@
1
- import { ElementRef, NgZone } from '@angular/core';
1
+ import { ElementRef, NgZone, OnDestroy } from '@angular/core';
2
2
  import { BehaviorSubject, Observable } from 'rxjs';
3
3
  import { TuiTilesComponent } from './tiles.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TuiTileComponent {
5
+ export declare class TuiTileComponent implements OnDestroy {
6
6
  private readonly ngZone;
7
7
  private readonly el;
8
8
  private readonly tiles;
@@ -25,6 +25,7 @@ export declare class TuiTileComponent {
25
25
  onEnter(): void;
26
26
  onDrag(dragged: boolean): void;
27
27
  onTransitionEnd(): void;
28
+ ngOnDestroy(): void;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTileComponent, never>;
29
30
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiTileComponent, "tui-tile", never, { "width": "width"; "height": "height"; }, {}, never, ["*"]>;
30
31
  }
@@ -1,9 +1,11 @@
1
+ import { TuiCommonIcons } from '@taiga-ui/core';
1
2
  import type { TuiTreeController, TuiTreeItemContext } from '../../misc/tree.interfaces';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TuiTreeItemContentComponent {
5
+ readonly icons: TuiCommonIcons;
4
6
  readonly context: TuiTreeItemContext;
5
7
  private readonly controller;
6
- constructor(context: TuiTreeItemContext, controller: TuiTreeController);
8
+ constructor(icons: TuiCommonIcons, context: TuiTreeItemContext, controller: TuiTreeController);
7
9
  get isExpanded(): boolean;
8
10
  get isExpandable(): boolean;
9
11
  onClick(): void;
@@ -1,6 +1,6 @@
1
1
  import { TuiTextMaskOptions } from '@taiga-ui/core';
2
2
  /**
3
- * @deprecated Use {@link https://github.com/Tinkoff/maskito Maskito} instead
3
+ * @deprecated Use {@link https://github.com/taiga-family/maskito Maskito} instead
4
4
  * TODO: delete in v4.0
5
5
  */
6
6
  export declare const EMPTY_MASK: TuiTextMaskOptions;
@@ -1,7 +1,7 @@
1
1
  import { TuiTextMaskList } from '@taiga-ui/core';
2
2
  export declare const TUI_PHONE_MASK: TuiTextMaskList;
3
3
  /**
4
- * @deprecated Use {@link https://tinkoff.github.io/maskito/kit/time Time} from {@link https://github.com/Tinkoff/maskito Maskito} instead
4
+ * @deprecated Use {@link https://maskito.dev/kit/time Time} from {@link https://github.com/taiga-family/maskito Maskito} instead
5
5
  * TODO: delete in v4.0
6
6
  */
7
7
  export declare const TUI_TIME_MASK: TuiTextMaskList;
@@ -4,7 +4,7 @@
4
4
  * ___
5
5
  * "angular2-text-mask" is a legacy not-maintained library. It is published using legacy View Engine distribution.
6
6
  * Stackblitz fails to run "View Engine"-libraries in Ivy application.
7
- * See {@link https://github.com/Tinkoff/taiga-ui/issues/2541#issuecomment-1235516443 this comment}.
7
+ * See {@link https://github.com/taiga-family/taiga-ui/issues/2541#issuecomment-1235516443 this comment}.
8
8
  */
9
9
  import { ElementRef, OnChanges, Renderer2 } from '@angular/core';
10
10
  import { ControlValueAccessor } from '@angular/forms';
@@ -12,7 +12,7 @@ import { TuiTextMaskOptions } from '@taiga-ui/core';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
14
  * @internal
15
- * @deprecated Use {@link https://github.com/Tinkoff/maskito Maskito}
15
+ * @deprecated Use {@link https://github.com/taiga-family/maskito Maskito}
16
16
  * Don't use it!
17
17
  * TODO: delete in v4.0
18
18
  */
@@ -42,7 +42,7 @@ export declare class MaskedInputDirective implements ControlValueAccessor, OnCha
42
42
  }
43
43
  /**
44
44
  * @internal
45
- * @deprecated Use {@link https://github.com/Tinkoff/maskito Maskito}
45
+ * @deprecated Use {@link https://github.com/taiga-family/maskito Maskito}
46
46
  * Don't use it!
47
47
  * TODO: delete in v4.0
48
48
  */
@@ -1,6 +1,7 @@
1
1
  import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, EventEmitter, HostBinding, Inject, Input, Output, ViewChild, } from '@angular/core';
2
2
  import { AbstractTuiInteractive, tuiAsFocusableItemAccessor, tuiIsNativeFocused, } from '@taiga-ui/cdk';
3
3
  import { MODE_PROVIDER, TUI_MODE } from '@taiga-ui/core';
4
+ import { TUI_ARROW_OPTIONS } from '@taiga-ui/kit/components/arrow';
4
5
  import { TuiAccordionItemContentDirective } from './accordion-item-content.directive';
5
6
  import { TuiAccordionItemEagerContentDirective } from './accordion-item-eager-content.directive';
6
7
  import * as i0 from "@angular/core";
@@ -10,10 +11,11 @@ import * as i3 from "@angular/common";
10
11
  import * as i4 from "@tinkoff/ng-polymorpheus";
11
12
  import * as i5 from "rxjs";
12
13
  export class TuiAccordionItemComponent extends AbstractTuiInteractive {
13
- constructor(cdr, mode$) {
14
+ constructor(cdr, mode$, options) {
14
15
  super();
15
16
  this.cdr = cdr;
16
17
  this.mode$ = mode$;
18
+ this.options = options;
17
19
  this.noPadding = false;
18
20
  this.showArrow = true;
19
21
  this.borders = 'all';
@@ -62,8 +64,8 @@ export class TuiAccordionItemComponent extends AbstractTuiInteractive {
62
64
  this.openChange.emit(open);
63
65
  }
64
66
  }
65
- TuiAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAccordionItemComponent, deps: [{ token: ChangeDetectorRef }, { token: TUI_MODE }], target: i0.ɵɵFactoryTarget.Component });
66
- TuiAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiAccordionItemComponent, selector: "tui-accordion-item", inputs: { noPadding: "noPadding", showArrow: "showArrow", borders: "borders", size: "size", disabled: "disabled", disableHover: "disableHover", open: "open", async: "async" }, outputs: { openChange: "openChange" }, host: { listeners: { "$.data-mode.attr": "mode$" }, properties: { "class._no-padding": "this.noPadding", "class._has-arrow": "this.showArrow", "attr.data-borders": "this.borders", "attr.data-size": "this.size", "class._disabled": "this.disabled" } }, providers: [tuiAsFocusableItemAccessor(TuiAccordionItemComponent), MODE_PROVIDER], queries: [{ propertyName: "eagerContent", first: true, predicate: TuiAccordionItemEagerContentDirective, descendants: true }, { propertyName: "lazyContent", first: true, predicate: TuiAccordionItemContentDirective, descendants: true }], viewQueries: [{ propertyName: "focusableElement", first: true, predicate: ["focusableElement"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n #focusableElement\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [disabled]=\"computedDisabled\"\n [class.t-header_open]=\"open\"\n [class.t-header_hoverable]=\"!disableHover\"\n [tuiFocusable]=\"computedFocusable\"\n (tuiFocusVisibleChange)=\"onFocusVisible($event)\"\n (tuiFocusedChange)=\"onFocused($event)\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n (click)=\"onRowToggle()\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content></ng-content>\n </span>\n <tui-svg\n *ngIf=\"showArrow\"\n automation-id=\"tui-accordion__item-arrow\"\n src=\"tuiIconChevronDownLarge\"\n class=\"t-icon\"\n [class.t-icon_open]=\"open\"\n ></tui-svg>\n </button>\n <tui-expand\n [async]=\"async\"\n [expanded]=\"open\"\n >\n <ng-template tuiExpandContent>\n <div\n *ngIf=\"lazyContent\"\n automation-id=\"tui-accordion__item-content\"\n class=\"t-content\"\n >\n <ng-container *polymorpheusOutlet=\"lazyContent as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n <div\n *ngIf=\"eagerContent\"\n class=\"t-content\"\n >\n <ng-content select=\"[tuiAccordionItemContent]\"></ng-content>\n </div>\n </tui-expand>\n</div>\n", styles: [":host{position:relative;display:block;overflow:hidden;border-radius:var(--tui-radius-l)}:host[data-borders=top-bottom]{border-radius:0!important}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-base-04);pointer-events:none}:host:not([data-borders]) .t-wrapper:after{border-width:0}:host[data-borders=all] .t-wrapper:after{border-width:1px}:host[data-borders=top-bottom] .t-wrapper:after{border-left-width:0;border-right-width:0}:host[data-borders=top] .t-wrapper:after{border-left-width:0;border-right-width:0;border-bottom-width:0}:host[data-borders=bottom] .t-wrapper:after{border-left-width:0;border-right-width:0;border-top-width:0}:host[data-mode=onDark] .t-wrapper:after{border-color:var(--tui-base-03)}:host[data-mode=onLight] .t-wrapper:after{border-color:var(--tui-text-01)}:host._focus-visible .t-wrapper:after{border:2px solid var(--tui-focus)}:host:not([data-mode]) .t-wrapper{background:var(--tui-base-01)}.t-header{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;font-size:inherit;line-height:inherit;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;width:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-bottom:1px solid var(--tui-base-04);min-height:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-01);cursor:pointer;text-align:left;outline:none}:host[data-mode=onDark] .t-header{color:var(--tui-text-01-night);border-color:var(--tui-base-03)}:host[data-mode=onLight] .t-header{border-color:var(--tui-text-01)}:host:not([data-borders]) .t-header{border-bottom-width:0;box-shadow:none}:host._has-arrow .t-header{padding-right:.75rem}:host[data-mode=onDark] .t-header_open{background:var(--tui-clear-inverse)}:host[data-mode=onLight] .t-header_open{background:var(--tui-clear)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-height:var(--tui-height-m);padding:.625rem .75rem .625rem 1rem}:host._no-padding .t-header{padding-left:0;padding-right:0}:host._disabled .t-header{cursor:default}:host:hover:not([data-mode]) .t-header_hoverable{background:var(--tui-base-02)}:host:hover[data-mode=onDark] .t-header_hoverable{background:var(--tui-clear-inverse)}:host:hover[data-mode=onLight] .t-header_hoverable{background:var(--tui-clear)}.t-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:0;flex-grow:1}:host._has-arrow .t-title{margin-right:.5rem}.t-icon{transition-property:transform,color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;width:1.5rem;height:1.5rem;margin-left:auto;color:var(--tui-base-06)}.t-icon_open{transform:rotate(180deg)}:host[data-mode] .t-icon{opacity:var(--tui-disabled-opacity)}:host:hover[data-mode] .t-icon{opacity:.8}:host[data-mode=onDark] .t-icon{color:var(--tui-text-01-night)}:host[data-mode=onLight] .t-icon{color:var(--tui-text-01)}:host:hover:not([data-mode]) .t-icon{color:var(--tui-base-07)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;word-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"], components: [{ type: i1.TuiSvgComponent, selector: "tui-svg", inputs: ["src"] }, { type: i1.TuiExpandComponent, selector: "tui-expand", inputs: ["async", "expanded"] }], directives: [{ type: i2.TuiFocusableDirective, selector: "[tuiFocusable]", inputs: ["tuiFocusable"] }, { type: i2.TuiFocusVisibleDirective, selector: "[tuiFocusVisibleChange]", outputs: ["tuiFocusVisibleChange"] }, { type: i2.TuiFocusedDirective, selector: "[tuiFocusedChange]", outputs: ["tuiFocusedChange"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.TuiExpandContentDirective, selector: "[tuiExpandContent]" }, { type: i4.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
67
+ TuiAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAccordionItemComponent, deps: [{ token: ChangeDetectorRef }, { token: TUI_MODE }, { token: TUI_ARROW_OPTIONS }], target: i0.ɵɵFactoryTarget.Component });
68
+ TuiAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiAccordionItemComponent, selector: "tui-accordion-item", inputs: { noPadding: "noPadding", showArrow: "showArrow", borders: "borders", size: "size", disabled: "disabled", disableHover: "disableHover", open: "open", async: "async" }, outputs: { openChange: "openChange" }, host: { listeners: { "$.data-mode.attr": "mode$" }, properties: { "class._no-padding": "this.noPadding", "class._has-arrow": "this.showArrow", "attr.data-borders": "this.borders", "attr.data-size": "this.size", "class._disabled": "this.disabled" } }, providers: [tuiAsFocusableItemAccessor(TuiAccordionItemComponent), MODE_PROVIDER], queries: [{ propertyName: "eagerContent", first: true, predicate: TuiAccordionItemEagerContentDirective, descendants: true }, { propertyName: "lazyContent", first: true, predicate: TuiAccordionItemContentDirective, descendants: true }], viewQueries: [{ propertyName: "focusableElement", first: true, predicate: ["focusableElement"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n #focusableElement\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [disabled]=\"computedDisabled\"\n [class.t-header_open]=\"open\"\n [class.t-header_hoverable]=\"!disableHover\"\n [tuiFocusable]=\"computedFocusable\"\n (tuiFocusVisibleChange)=\"onFocusVisible($event)\"\n (tuiFocusedChange)=\"onFocused($event)\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n (click)=\"onRowToggle()\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content></ng-content>\n </span>\n <ng-container *ngIf=\"showArrow\">\n <tui-svg\n *polymorpheusOutlet=\"options.iconLarge as src\"\n automation-id=\"tui-accordion__item-arrow\"\n class=\"t-icon\"\n [class.t-icon_open]=\"open\"\n [src]=\"src\"\n ></tui-svg>\n </ng-container>\n </button>\n <tui-expand\n [async]=\"async\"\n [expanded]=\"open\"\n >\n <ng-template tuiExpandContent>\n <div\n *ngIf=\"lazyContent\"\n automation-id=\"tui-accordion__item-content\"\n class=\"t-content\"\n >\n <ng-container *polymorpheusOutlet=\"lazyContent as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n <div\n *ngIf=\"eagerContent\"\n class=\"t-content\"\n >\n <ng-content select=\"[tuiAccordionItemContent]\"></ng-content>\n </div>\n </tui-expand>\n</div>\n", styles: [":host{position:relative;display:block;overflow:hidden;border-radius:var(--tui-radius-l)}:host[data-borders=top-bottom]{border-radius:0!important}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-base-04);pointer-events:none}:host:not([data-borders]) .t-wrapper:after{border-width:0}:host[data-borders=all] .t-wrapper:after{border-width:1px}:host[data-borders=top-bottom] .t-wrapper:after{border-left-width:0;border-right-width:0}:host[data-borders=top] .t-wrapper:after{border-left-width:0;border-right-width:0;border-bottom-width:0}:host[data-borders=bottom] .t-wrapper:after{border-left-width:0;border-right-width:0;border-top-width:0}:host[data-mode=onDark] .t-wrapper:after{border-color:var(--tui-base-03)}:host[data-mode=onLight] .t-wrapper:after{border-color:var(--tui-text-01)}:host._focus-visible .t-wrapper:after{border:2px solid var(--tui-focus)}:host:not([data-mode]) .t-wrapper{background:var(--tui-base-01)}.t-header{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;font-size:inherit;line-height:inherit;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;width:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-bottom:1px solid var(--tui-base-04);min-height:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-01);cursor:pointer;text-align:left;outline:none}:host[data-mode=onDark] .t-header{color:var(--tui-text-01-night);border-color:var(--tui-base-03)}:host[data-mode=onLight] .t-header{border-color:var(--tui-text-01)}:host:not([data-borders]) .t-header{border-bottom-width:0;box-shadow:none}:host._has-arrow .t-header{padding-right:.75rem}:host[data-mode=onDark] .t-header_open{background:var(--tui-clear-inverse)}:host[data-mode=onLight] .t-header_open{background:var(--tui-clear)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-height:var(--tui-height-m);padding:.625rem .75rem .625rem 1rem}:host._no-padding .t-header{padding-left:0;padding-right:0}:host._disabled .t-header{cursor:default}:host:hover:not([data-mode]) .t-header_hoverable{background:var(--tui-base-02)}:host:hover[data-mode=onDark] .t-header_hoverable{background:var(--tui-clear-inverse)}:host:hover[data-mode=onLight] .t-header_hoverable{background:var(--tui-clear)}.t-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:0;flex-grow:1}:host._has-arrow .t-title{margin-right:.5rem}.t-icon{transition-property:transform,color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;width:1.5rem;height:1.5rem;margin-left:auto;color:var(--tui-base-06)}.t-icon_open{transform:rotate(180deg)}:host[data-mode] .t-icon{opacity:var(--tui-disabled-opacity)}:host:hover[data-mode] .t-icon{opacity:.8}:host[data-mode=onDark] .t-icon{color:var(--tui-text-01-night)}:host[data-mode=onLight] .t-icon{color:var(--tui-text-01)}:host:hover:not([data-mode]) .t-icon{color:var(--tui-base-07)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;word-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"], components: [{ type: i1.TuiSvgComponent, selector: "tui-svg", inputs: ["src"] }, { type: i1.TuiExpandComponent, selector: "tui-expand", inputs: ["async", "expanded"] }], directives: [{ type: i2.TuiFocusableDirective, selector: "[tuiFocusable]", inputs: ["tuiFocusable"] }, { type: i2.TuiFocusVisibleDirective, selector: "[tuiFocusVisibleChange]", outputs: ["tuiFocusVisibleChange"] }, { type: i2.TuiFocusedDirective, selector: "[tuiFocusedChange]", outputs: ["tuiFocusedChange"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { type: i1.TuiExpandContentDirective, selector: "[tuiExpandContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
67
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAccordionItemComponent, decorators: [{
68
70
  type: Component,
69
71
  args: [{
@@ -82,6 +84,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
82
84
  }] }, { type: i5.Observable, decorators: [{
83
85
  type: Inject,
84
86
  args: [TUI_MODE]
87
+ }] }, { type: undefined, decorators: [{
88
+ type: Inject,
89
+ args: [TUI_ARROW_OPTIONS]
85
90
  }] }]; }, propDecorators: { focusableElement: [{
86
91
  type: ViewChild,
87
92
  args: ['focusableElement']
@@ -125,4 +130,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
125
130
  type: ContentChild,
126
131
  args: [TuiAccordionItemContentDirective]
127
132
  }] } });
128
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxZQUFZLEVBRVosWUFBWSxFQUNaLFdBQVcsRUFDWCxNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sRUFDTixTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILHNCQUFzQixFQUN0QiwwQkFBMEIsRUFFMUIsa0JBQWtCLEdBRXJCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxhQUFhLEVBQUUsUUFBUSxFQUEwQixNQUFNLGdCQUFnQixDQUFDO0FBR2hGLE9BQU8sRUFBQyxnQ0FBZ0MsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQ3BGLE9BQU8sRUFBQyxxQ0FBcUMsRUFBQyxNQUFNLDBDQUEwQyxDQUFDOzs7Ozs7O0FBWS9GLE1BQU0sT0FBTyx5QkFDVCxTQUFRLHNCQUFzQjtJQTRDOUIsWUFDZ0QsR0FBc0IsRUFDdkMsS0FBdUM7UUFFbEUsS0FBSyxFQUFFLENBQUM7UUFIb0MsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFDdkMsVUFBSyxHQUFMLEtBQUssQ0FBa0M7UUF0Q3RFLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFJbEIsY0FBUyxHQUFHLElBQUksQ0FBQztRQUlqQixZQUFPLEdBQWdDLEtBQUssQ0FBQztRQUk3QyxTQUFJLEdBQWEsR0FBRyxDQUFDO1FB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QkFJOUIsWUFBWTtzQkFEWCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSUcsVUFBVTtzQkFEbEIsTUFBTTtnQkFJRSxZQUFZO3NCQURwQixZQUFZO3VCQUFDLHFDQUFxQztnQkFJMUMsV0FBVztzQkFEbkIsWUFBWTt1QkFBQyxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGQsXG4gICAgRWxlbWVudFJlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgSW5qZWN0LFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbiAgICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgICBBYnN0cmFjdFR1aUludGVyYWN0aXZlLFxuICAgIHR1aUFzRm9jdXNhYmxlSXRlbUFjY2Vzc29yLFxuICAgIFR1aUZvY3VzYWJsZUVsZW1lbnRBY2Nlc3NvcixcbiAgICB0dWlJc05hdGl2ZUZvY3VzZWQsXG4gICAgVHVpTmF0aXZlRm9jdXNhYmxlRWxlbWVudCxcbn0gZnJvbSAnQHRhaWdhLXVpL2Nkayc7XG5pbXBvcnQge01PREVfUFJPVklERVIsIFRVSV9NT0RFLCBUdWlCcmlnaHRuZXNzLCBUdWlTaXplU30gZnJvbSAnQHRhaWdhLXVpL2NvcmUnO1xuaW1wb3J0IHtPYnNlcnZhYmxlfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtUdWlBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZX0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS1jb250ZW50LmRpcmVjdGl2ZSc7XG5pbXBvcnQge1R1aUFjY29yZGlvbkl0ZW1FYWdlckNvbnRlbnREaXJlY3RpdmV9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tZWFnZXItY29udGVudC5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3R1aS1hY2NvcmRpb24taXRlbScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FjY29yZGlvbi1pdGVtLnRlbXBsYXRlLmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLnN0eWxlLmxlc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFt0dWlBc0ZvY3VzYWJsZUl0ZW1BY2Nlc3NvcihUdWlBY2NvcmRpb25JdGVtQ29tcG9uZW50KSwgTU9ERV9QUk9WSURFUl0sXG4gICAgaG9zdDoge1xuICAgICAgICAnKCQuZGF0YS1tb2RlLmF0dHIpJzogJ21vZGUkJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlBY2NvcmRpb25JdGVtQ29tcG9uZW50XG4gICAgZXh0ZW5kcyBBYnN0cmFjdFR1aUludGVyYWN0aXZlXG4gICAgaW1wbGVtZW50cyBUdWlGb2N1c2FibGVFbGVtZW50QWNjZXNzb3JcbntcbiAgICBAVmlld0NoaWxkKCdmb2N1c2FibGVFbGVtZW50JylcbiAgICBwcml2YXRlIHJlYWRvbmx5IGZvY3VzYWJsZUVsZW1lbnQ/OiBFbGVtZW50UmVmPFR1aU5hdGl2ZUZvY3VzYWJsZUVsZW1lbnQ+O1xuXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLl9uby1wYWRkaW5nJylcbiAgICBub1BhZGRpbmcgPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5faGFzLWFycm93JylcbiAgICBzaG93QXJyb3cgPSB0cnVlO1xuXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2F0dHIuZGF0YS1ib3JkZXJzJylcbiAgICBib3JkZXJzOiAnYWxsJyB8ICd0b3AtYm90dG9tJyB8IG51bGwgPSAnYWxsJztcblxuICAgIEBJbnB1dCgpXG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLmRhdGEtc2l6ZScpXG4gICAgc2l6ZTogVHVpU2l6ZVMgPSAnbSc7XG5cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuX2Rpc2FibGVkJylcbiAgICBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBkaXNhYmxlSG92ZXIgPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpXG4gICAgb3BlbiA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBhc3luYyA9IGZhbHNlO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcmVhZG9ubHkgb3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICAgIEBDb250ZW50Q2hpbGQoVHVpQWNjb3JkaW9uSXRlbUVhZ2VyQ29udGVudERpcmVjdGl2ZSlcbiAgICByZWFkb25seSBlYWdlckNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50RGlyZWN0aXZlO1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSlcbiAgICByZWFkb25seSBsYXp5Q29udGVudD86IFR1aUFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIEBJbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgQEluamVjdChUVUlfTU9ERSkgcmVhZG9ubHkgbW9kZSQ6IE9ic2VydmFibGU8VHVpQnJpZ2h0bmVzcyB8IG51bGw+LFxuICAgICkge1xuICAgICAgICBzdXBlcigpO1xuICAgIH1cblxuICAgIGdldCBuYXRpdmVGb2N1c2FibGVFbGVtZW50KCk6IFR1aU5hdGl2ZUZvY3VzYWJsZUVsZW1lbnQgfCBudWxsIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZGlzYWJsZWQgfHwgIXRoaXMuZm9jdXNhYmxlRWxlbWVudFxuICAgICAgICAgICAgPyBudWxsXG4gICAgICAgICAgICA6IHRoaXMuZm9jdXNhYmxlRWxlbWVudC5uYXRpdmVFbGVtZW50O1xuICAgIH1cblxuICAgIGdldCBmb2N1c2VkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdHVpSXNOYXRpdmVGb2N1c2VkKHRoaXMubmF0aXZlRm9jdXNhYmxlRWxlbWVudCk7XG4gICAgfVxuXG4gICAgb25Gb2N1c2VkKGZvY3VzZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgICAgdGhpcy51cGRhdGVGb2N1c2VkKGZvY3VzZWQpO1xuICAgIH1cblxuICAgIG9uRm9jdXNWaXNpYmxlKGZvY3VzVmlzaWJsZTogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLnVwZGF0ZUZvY3VzVmlzaWJsZShmb2N1c1Zpc2libGUpO1xuICAgIH1cblxuICAgIG9uUm93VG9nZ2xlKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZGlzYWJsZWQpIHtcbiAgICAgICAgICAgIHRoaXMudXBkYXRlT3BlbighdGhpcy5vcGVuKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG9uSXRlbUtleURvd25Fc2MoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5vcGVuKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgdGhpcy51cGRhdGVPcGVuKGZhbHNlKTtcbiAgICB9XG5cbiAgICBjbG9zZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy51cGRhdGVPcGVuKGZhbHNlKTtcbiAgICAgICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB1cGRhdGVPcGVuKG9wZW46IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMub3BlbiA9PT0gb3Blbikge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5vcGVuID0gb3BlbjtcbiAgICAgICAgdGhpcy5vcGVuQ2hhbmdlLmVtaXQob3Blbik7XG4gICAgfVxufVxuIiwiPGRpdlxuICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLXdyYXBwZXJcIlxuICAgIGNsYXNzPVwidC13cmFwcGVyXCJcbj5cbiAgICA8YnV0dG9uXG4gICAgICAgICNmb2N1c2FibGVFbGVtZW50XG4gICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLWhlYWRlclwiXG4gICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICBjbGFzcz1cInQtaGVhZGVyXCJcbiAgICAgICAgW2Rpc2FibGVkXT1cImNvbXB1dGVkRGlzYWJsZWRcIlxuICAgICAgICBbY2xhc3MudC1oZWFkZXJfb3Blbl09XCJvcGVuXCJcbiAgICAgICAgW2NsYXNzLnQtaGVhZGVyX2hvdmVyYWJsZV09XCIhZGlzYWJsZUhvdmVyXCJcbiAgICAgICAgW3R1aUZvY3VzYWJsZV09XCJjb21wdXRlZEZvY3VzYWJsZVwiXG4gICAgICAgICh0dWlGb2N1c1Zpc2libGVDaGFuZ2UpPVwib25Gb2N1c1Zpc2libGUoJGV2ZW50KVwiXG4gICAgICAgICh0dWlGb2N1c2VkQ2hhbmdlKT1cIm9uRm9jdXNlZCgkZXZlbnQpXCJcbiAgICAgICAgKGtleWRvd24uZXNjKT1cIm9uSXRlbUtleURvd25Fc2MoJGV2ZW50KVwiXG4gICAgICAgIChjbGljayk9XCJvblJvd1RvZ2dsZSgpXCJcbiAgICA+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS10aXRsZVwiXG4gICAgICAgICAgICBjbGFzcz1cInQtdGl0bGVcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPHR1aS1zdmdcbiAgICAgICAgICAgICpuZ0lmPVwic2hvd0Fycm93XCJcbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLWFycm93XCJcbiAgICAgICAgICAgIHNyYz1cInR1aUljb25DaGV2cm9uRG93bkxhcmdlXCJcbiAgICAgICAgICAgIGNsYXNzPVwidC1pY29uXCJcbiAgICAgICAgICAgIFtjbGFzcy50LWljb25fb3Blbl09XCJvcGVuXCJcbiAgICAgICAgPjwvdHVpLXN2Zz5cbiAgICA8L2J1dHRvbj5cbiAgICA8dHVpLWV4cGFuZFxuICAgICAgICBbYXN5bmNdPVwiYXN5bmNcIlxuICAgICAgICBbZXhwYW5kZWRdPVwib3BlblwiXG4gICAgPlxuICAgICAgICA8bmctdGVtcGxhdGUgdHVpRXhwYW5kQ29udGVudD5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAqbmdJZj1cImxhenlDb250ZW50XCJcbiAgICAgICAgICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS1jb250ZW50XCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cInQtY29udGVudFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqcG9seW1vcnBoZXVzT3V0bGV0PVwibGF6eUNvbnRlbnQgYXMgdGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICB7eyB0ZXh0IH19XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nSWY9XCJlYWdlckNvbnRlbnRcIlxuICAgICAgICAgICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbdHVpQWNjb3JkaW9uSXRlbUNvbnRlbnRdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L3R1aS1leHBhbmQ+XG48L2Rpdj5cbiJdfQ==
133
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxZQUFZLEVBRVosWUFBWSxFQUNaLFdBQVcsRUFDWCxNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sRUFDTixTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILHNCQUFzQixFQUN0QiwwQkFBMEIsRUFFMUIsa0JBQWtCLEdBRXJCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxhQUFhLEVBQUUsUUFBUSxFQUEwQixNQUFNLGdCQUFnQixDQUFDO0FBQ2hGLE9BQU8sRUFBQyxpQkFBaUIsRUFBa0IsTUFBTSxnQ0FBZ0MsQ0FBQztBQUdsRixPQUFPLEVBQUMsZ0NBQWdDLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUNwRixPQUFPLEVBQUMscUNBQXFDLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQzs7Ozs7OztBQVkvRixNQUFNLE9BQU8seUJBQ1QsU0FBUSxzQkFBc0I7SUE0QzlCLFlBQ2dELEdBQXNCLEVBQ3ZDLEtBQXVDLEVBQzlCLE9BQXdCO1FBRTVELEtBQUssRUFBRSxDQUFDO1FBSm9DLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBQ3ZDLFVBQUssR0FBTCxLQUFLLENBQWtDO1FBQzlCLFlBQU8sR0FBUCxPQUFPLENBQWlCO1FBdkNoRSxjQUFTLEdBQUcsS0FBSyxD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OztzQkFDTCxXQUFXO3VCQUFDLG1CQUFtQjtnQkFLaEMsSUFBSTtzQkFGSCxLQUFLOztzQkFDTCxXQUFXO3VCQUFDLGdCQUFnQjtnQkFLN0IsUUFBUTtzQkFGUCxLQUFLOztzQkFDTCxXQUFXO3VCQUFDLGlCQUFpQjtnQkFJOUIsWUFBWTtzQkFEWCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSUcsVUFBVTtzQkFEbEIsTUFBTTtnQkFJRSxZQUFZO3NCQURwQixZQUFZO3VCQUFDLHFDQUFxQztnQkFJMUMsV0FBVztzQkFEbkIsWUFBWTt1QkFBQyxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGQsXG4gICAgRWxlbWVudFJlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgSW5qZWN0LFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbiAgICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgICBBYnN0cmFjdFR1aUludGVyYWN0aXZlLFxuICAgIHR1aUFzRm9jdXNhYmxlSXRlbUFjY2Vzc29yLFxuICAgIFR1aUZvY3VzYWJsZUVsZW1lbnRBY2Nlc3NvcixcbiAgICB0dWlJc05hdGl2ZUZvY3VzZWQsXG4gICAgVHVpTmF0aXZlRm9jdXNhYmxlRWxlbWVudCxcbn0gZnJvbSAnQHRhaWdhLXVpL2Nkayc7XG5pbXBvcnQge01PREVfUFJPVklERVIsIFRVSV9NT0RFLCBUdWlCcmlnaHRuZXNzLCBUdWlTaXplU30gZnJvbSAnQHRhaWdhLXVpL2NvcmUnO1xuaW1wb3J0IHtUVUlfQVJST1dfT1BUSU9OUywgVHVpQXJyb3dPcHRpb25zfSBmcm9tICdAdGFpZ2EtdWkva2l0L2NvbXBvbmVudHMvYXJyb3cnO1xuaW1wb3J0IHtPYnNlcnZhYmxlfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtUdWlBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZX0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS1jb250ZW50LmRpcmVjdGl2ZSc7XG5pbXBvcnQge1R1aUFjY29yZGlvbkl0ZW1FYWdlckNvbnRlbnREaXJlY3RpdmV9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tZWFnZXItY29udGVudC5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3R1aS1hY2NvcmRpb24taXRlbScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FjY29yZGlvbi1pdGVtLnRlbXBsYXRlLmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLnN0eWxlLmxlc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFt0dWlBc0ZvY3VzYWJsZUl0ZW1BY2Nlc3NvcihUdWlBY2NvcmRpb25JdGVtQ29tcG9uZW50KSwgTU9ERV9QUk9WSURFUl0sXG4gICAgaG9zdDoge1xuICAgICAgICAnKCQuZGF0YS1tb2RlLmF0dHIpJzogJ21vZGUkJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlBY2NvcmRpb25JdGVtQ29tcG9uZW50XG4gICAgZXh0ZW5kcyBBYnN0cmFjdFR1aUludGVyYWN0aXZlXG4gICAgaW1wbGVtZW50cyBUdWlGb2N1c2FibGVFbGVtZW50QWNjZXNzb3JcbntcbiAgICBAVmlld0NoaWxkKCdmb2N1c2FibGVFbGVtZW50JylcbiAgICBwcml2YXRlIHJlYWRvbmx5IGZvY3VzYWJsZUVsZW1lbnQ/OiBFbGVtZW50UmVmPFR1aU5hdGl2ZUZvY3VzYWJsZUVsZW1lbnQ+O1xuXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLl9uby1wYWRkaW5nJylcbiAgICBub1BhZGRpbmcgPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5faGFzLWFycm93JylcbiAgICBzaG93QXJyb3cgPSB0cnVlO1xuXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2F0dHIuZGF0YS1ib3JkZXJzJylcbiAgICBib3JkZXJzOiAnYWxsJyB8ICd0b3AtYm90dG9tJyB8IG51bGwgPSAnYWxsJztcblxuICAgIEBJbnB1dCgpXG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLmRhdGEtc2l6ZScpXG4gICAgc2l6ZTogVHVpU2l6ZVMgPSAnbSc7XG5cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuX2Rpc2FibGVkJylcbiAgICBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBkaXNhYmxlSG92ZXIgPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpXG4gICAgb3BlbiA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBhc3luYyA9IGZhbHNlO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcmVhZG9ubHkgb3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICAgIEBDb250ZW50Q2hpbGQoVHVpQWNjb3JkaW9uSXRlbUVhZ2VyQ29udGVudERpcmVjdGl2ZSlcbiAgICByZWFkb25seSBlYWdlckNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50RGlyZWN0aXZlO1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSlcbiAgICByZWFkb25seSBsYXp5Q29udGVudD86IFR1aUFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIEBJbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgQEluamVjdChUVUlfTU9ERSkgcmVhZG9ubHkgbW9kZSQ6IE9ic2VydmFibGU8VHVpQnJpZ2h0bmVzcyB8IG51bGw+LFxuICAgICAgICBASW5qZWN0KFRVSV9BUlJPV19PUFRJT05TKSByZWFkb25seSBvcHRpb25zOiBUdWlBcnJvd09wdGlvbnMsXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgfVxuXG4gICAgZ2V0IG5hdGl2ZUZvY3VzYWJsZUVsZW1lbnQoKTogVHVpTmF0aXZlRm9jdXNhYmxlRWxlbWVudCB8IG51bGwge1xuICAgICAgICByZXR1cm4gdGhpcy5kaXNhYmxlZCB8fCAhdGhpcy5mb2N1c2FibGVFbGVtZW50XG4gICAgICAgICAgICA/IG51bGxcbiAgICAgICAgICAgIDogdGhpcy5mb2N1c2FibGVFbGVtZW50Lm5hdGl2ZUVsZW1lbnQ7XG4gICAgfVxuXG4gICAgZ2V0IGZvY3VzZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0dWlJc05hdGl2ZUZvY3VzZWQodGhpcy5uYXRpdmVGb2N1c2FibGVFbGVtZW50KTtcbiAgICB9XG5cbiAgICBvbkZvY3VzZWQoZm9jdXNlZDogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLnVwZGF0ZUZvY3VzZWQoZm9jdXNlZCk7XG4gICAgfVxuXG4gICAgb25Gb2N1c1Zpc2libGUoZm9jdXNWaXNpYmxlOiBib29sZWFuKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlRm9jdXNWaXNpYmxlKGZvY3VzVmlzaWJsZSk7XG4gICAgfVxuXG4gICAgb25Sb3dUb2dnbGUoKTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5kaXNhYmxlZCkge1xuICAgICAgICAgICAgdGhpcy51cGRhdGVPcGVuKCF0aGlzLm9wZW4pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgb25JdGVtS2V5RG93bkVzYyhldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLm9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oZmFsc2UpO1xuICAgIH1cblxuICAgIGNsb3NlKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oZmFsc2UpO1xuICAgICAgICB0aGlzLmNkci5tYXJrRm9yQ2hlY2soKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHVwZGF0ZU9wZW4ob3BlbjogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5vcGVuID09PSBvcGVuKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLm9wZW4gPSBvcGVuO1xuICAgICAgICB0aGlzLm9wZW5DaGFuZ2UuZW1pdChvcGVuKTtcbiAgICB9XG59XG4iLCI8ZGl2XG4gICAgYXV0b21hdGlvbi1pZD1cInR1aS1hY2NvcmRpb25fX2l0ZW0td3JhcHBlclwiXG4gICAgY2xhc3M9XCJ0LXdyYXBwZXJcIlxuPlxuICAgIDxidXR0b25cbiAgICAgICAgI2ZvY3VzYWJsZUVsZW1lbnRcbiAgICAgICAgYXV0b21hdGlvbi1pZD1cInR1aS1hY2NvcmRpb25fX2l0ZW0taGVhZGVyXCJcbiAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgIGNsYXNzPVwidC1oZWFkZXJcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiY29tcHV0ZWREaXNhYmxlZFwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9vcGVuXT1cIm9wZW5cIlxuICAgICAgICBbY2xhc3MudC1oZWFkZXJfaG92ZXJhYmxlXT1cIiFkaXNhYmxlSG92ZXJcIlxuICAgICAgICBbdHVpRm9jdXNhYmxlXT1cImNvbXB1dGVkRm9jdXNhYmxlXCJcbiAgICAgICAgKHR1aUZvY3VzVmlzaWJsZUNoYW5nZSk9XCJvbkZvY3VzVmlzaWJsZSgkZXZlbnQpXCJcbiAgICAgICAgKHR1aUZvY3VzZWRDaGFuZ2UpPVwib25Gb2N1c2VkKCRldmVudClcIlxuICAgICAgICAoa2V5ZG93bi5lc2MpPVwib25JdGVtS2V5RG93bkVzYygkZXZlbnQpXCJcbiAgICAgICAgKGNsaWNrKT1cIm9uUm93VG9nZ2xlKClcIlxuICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLXRpdGxlXCJcbiAgICAgICAgICAgIGNsYXNzPVwidC10aXRsZVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwic2hvd0Fycm93XCI+XG4gICAgICAgICAgICA8dHVpLXN2Z1xuICAgICAgICAgICAgICAgICpwb2x5bW9ycGhldXNPdXRsZXQ9XCJvcHRpb25zLmljb25MYXJnZSBhcyBzcmNcIlxuICAgICAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLWFycm93XCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cInQtaWNvblwiXG4gICAgICAgICAgICAgICAgW2NsYXNzLnQtaWNvbl9vcGVuXT1cIm9wZW5cIlxuICAgICAgICAgICAgICAgIFtzcmNdPVwic3JjXCJcbiAgICAgICAgICAgID48L3R1aS1zdmc+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvYnV0dG9uPlxuICAgIDx0dWktZXhwYW5kXG4gICAgICAgIFthc3luY109XCJhc3luY1wiXG4gICAgICAgIFtleHBhbmRlZF09XCJvcGVuXCJcbiAgICA+XG4gICAgICAgIDxuZy10ZW1wbGF0ZSB0dWlFeHBhbmRDb250ZW50PlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICpuZ0lmPVwibGF6eUNvbnRlbnRcIlxuICAgICAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLWNvbnRlbnRcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwidC1jb250ZW50XCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpwb2x5bW9ycGhldXNPdXRsZXQ9XCJsYXp5Q29udGVudCBhcyB0ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgIHt7IHRleHQgfX1cbiAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICAqbmdJZj1cImVhZ2VyQ29udGVudFwiXG4gICAgICAgICAgICBjbGFzcz1cInQtY29udGVudFwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlt0dWlBY2NvcmRpb25JdGVtQ29udGVudF1cIj48L25nLWNvbnRlbnQ+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvdHVpLWV4cGFuZD5cbjwvZGl2PlxuIl19
@@ -159,7 +159,7 @@ export class TuiCalendarMonthComponent {
159
159
  }
160
160
  }
161
161
  TuiCalendarMonthComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiCalendarMonthComponent, deps: [{ token: TUI_CALENDAR_MONTHS }], target: i0.ɵɵFactoryTarget.Component });
162
- TuiCalendarMonthComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiCalendarMonthComponent, selector: "tui-calendar-month", inputs: { value: "value", year: "year", disabledItemHandler: "disabledItemHandler", min: "min", max: "max" }, outputs: { monthClick: "monthClick", hoveredItemChange: "hoveredItemChange", yearChange: "yearChange" }, host: { properties: { "class._single": "this.isSingle" } }, ngImport: i0, template: "<tui-scrollbar\n *ngIf=\"isYearPickerShown; else monthSelect\"\n class=\"t-scrollbar\"\n>\n <tui-primitive-year-picker\n [min]=\"computedMin\"\n [max]=\"computedMax\"\n [initialItem]=\"year\"\n [value]=\"value\"\n (yearClick)=\"onPickerYearClick($event)\"\n ></tui-primitive-year-picker>\n</tui-scrollbar>\n<ng-template #monthSelect>\n <tui-primitive-spin-button\n [focusable]=\"false\"\n [leftDisabled]=\"previousYearDisabled\"\n [rightDisabled]=\"nextYearDisabled\"\n (leftClick)=\"onPreviousYear()\"\n (rightClick)=\"onNextYear()\"\n >\n <button\n tuiLink\n type=\"button\"\n automation-id=\"tui-calendar-month__active-year\"\n [tuiFocusable]=\"false\"\n (click)=\"onYearClick()\"\n >\n {{ year.formattedYear }}\n </button>\n </tui-primitive-spin-button>\n <div class=\"t-row\">\n <ng-container *ngFor=\"let month of months$ | async; let index = index\">\n <div\n *tuiLet=\"getTuiMonth(index, year.year) as item\"\n class=\"t-cell\"\n [class.t-cell_today]=\"isItemToday(item)\"\n [class.t-cell_interval]=\"isItemInsideRange(item)\"\n [attr.data-range]=\"getItemRange(item)\"\n [attr.data-state]=\"getItemState(item)\"\n (tuiHoveredChange)=\"onItemHovered($event, item)\"\n (tuiPressedChange)=\"onItemHovered($event, item)\"\n (click)=\"onItemClick(item)\"\n >\n <div class=\"t-item\">{{ month }}</div>\n </div>\n </ng-container>\n </div>\n</ng-template>\n", styles: [":host{display:block;font:var(--tui-font-text-m)}.t-row{position:relative;z-index:0;display:flex;justify-content:space-between;height:2.25rem}.t-item{position:relative;flex:1;line-height:2rem;border-radius:var(--tui-radius-m)}.t-item:before,.t-item:after{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:var(--tui-radius-m)}.t-item:after{border-radius:.5rem}.t-cell{position:relative;display:flex;align-items:center;justify-content:center;width:3.9375rem;text-align:center;outline:none;cursor:pointer;background-clip:content-box;box-sizing:border-box;border:.125rem solid transparent}.t-cell:before{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:var(--tui-radius-m)}.t-cell_today:after{position:absolute;left:50%;transform:translate(-50%);content:\"\";bottom:.3125rem;height:.125rem;width:.75rem;border-radius:.375rem;background-color:var(--tui-text-01)}.t-cell_interval:before{background:var(--tui-base-02)}:host._single .t-cell_interval:before{background:var(--tui-secondary-hover)}.t-cell_interval:not(:last-child):before{right:-.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.t-cell_interval:not([data-range=\"start\"]):not(:first-child):before{border-top-left-radius:0;border-bottom-left-radius:0}.t-cell_interval:last-child:first-child:before{right:0}.t-cell_interval:first-child>.t-item{border-top-left-radius:var(--tui-radius-m);border-bottom-left-radius:var(--tui-radius-m)}.t-cell_interval:last-child>.t-item{border-top-right-radius:var(--tui-radius-m);border-bottom-right-radius:var(--tui-radius-m)}.t-cell_interval>.t-item{border-radius:0}.t-cell[data-range]:after{background-color:var(--tui-primary-text)}.t-cell[data-range]>.t-item{color:var(--tui-primary-text)}.t-cell[data-range]>.t-item:before,.t-cell[data-range]>.t-item:after{background-color:var(--tui-primary)}.t-cell[data-range][data-state=hover]>.t-item:before,.t-cell[data-range][data-state=hover]>.t-item:after{background-color:var(--tui-primary-hover)}.t-cell[data-range][data-state=active]>.t-item:before,.t-cell[data-range][data-state=active]>.t-item:after{background-color:var(--tui-primary-active)}.t-cell[data-range=end]:before{background:var(--tui-base-02)}:host._single .t-cell[data-range=end]:before{background:var(--tui-secondary-hover)}.t-cell[data-range=end]:not(:first-child):before{border-top-left-radius:0;border-bottom-left-radius:0}.t-cell[data-range=end]>.t-item:before{left:.625rem;border-top-left-radius:0;border-bottom-left-radius:0}.t-cell[data-range=end]>.t-item:after{left:-2rem;right:100%;transform:translate(1.6rem) scaleY(.83) scaleX(.5) rotate(45deg)}.t-cell[data-range=start]>.t-item:before{right:.625rem;border-top-right-radius:0;border-bottom-right-radius:0}.t-cell[data-range=start]>.t-item:after{left:100%;right:-2rem;transform:translate(-1.6rem) scaleY(.83) scaleX(.5) rotate(45deg)}.t-cell[data-range=single]>.t-item:after{display:none}.t-cell[data-state=disabled]{pointer-events:none}.t-cell[data-state=disabled]>.t-item{opacity:.36}.t-cell[data-state=hover]:hover:not([data-range])>.t-item{background-color:var(--tui-secondary-hover)}.t-cell[data-state=active]:hover:not([data-range])>.t-item{background-color:var(--tui-secondary-active)}:host{display:block;height:13.625rem;width:15.75rem;padding:1.125rem;box-sizing:content-box}.t-row{flex-wrap:wrap;margin-top:1.4375rem}.t-cell:nth-child(n + 5){margin-top:1.75rem}.t-cell_interval:nth-child(4n):before{right:0}.t-scrollbar{height:inherit;width:inherit}\n"], components: [{ type: i1.TuiScrollbarComponent, selector: "tui-scrollbar", inputs: ["hidden"] }, { type: i1.TuiPrimitiveYearPickerComponent, selector: "tui-primitive-year-picker", inputs: ["value", "initialItem", "min", "max", "disabledItemHandler"], outputs: ["yearClick"] }, { type: i1.TuiPrimitiveSpinButtonComponent, selector: "tui-primitive-spin-button", inputs: ["disabled", "mode", "leftDisabled", "rightDisabled"], outputs: ["leftClick", "rightClick"] }, { type: i1.TuiLinkComponent, selector: "a[tuiLink], button[tuiLink]", inputs: ["pseudo", "icon", "iconAlign", "iconRotated", "mode"], exportAs: ["tuiLink"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.TuiFocusableDirective, selector: "[tuiFocusable]", inputs: ["tuiFocusable"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.TuiLetDirective, selector: "[tuiLet]", inputs: ["tuiLet"] }, { type: i3.TuiHoveredDirective, selector: "[tuiHoveredChange]", outputs: ["tuiHoveredChange"] }, { type: i3.TuiPressedDirective, selector: "[tuiPressedChange]", outputs: ["tuiPressedChange"] }], pipes: { "async": i2.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
162
+ TuiCalendarMonthComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiCalendarMonthComponent, selector: "tui-calendar-month", inputs: { value: "value", year: "year", disabledItemHandler: "disabledItemHandler", min: "min", max: "max" }, outputs: { monthClick: "monthClick", hoveredItemChange: "hoveredItemChange", yearChange: "yearChange" }, host: { properties: { "class._single": "this.isSingle" } }, ngImport: i0, template: "<tui-scrollbar\n *ngIf=\"isYearPickerShown; else monthSelect\"\n class=\"t-scrollbar\"\n>\n <tui-primitive-year-picker\n [min]=\"computedMin\"\n [max]=\"computedMax\"\n [initialItem]=\"year\"\n [value]=\"value\"\n (yearClick)=\"onPickerYearClick($event)\"\n ></tui-primitive-year-picker>\n</tui-scrollbar>\n<ng-template #monthSelect>\n <tui-primitive-spin-button\n [focusable]=\"false\"\n [leftDisabled]=\"previousYearDisabled\"\n [rightDisabled]=\"nextYearDisabled\"\n (leftClick)=\"onPreviousYear()\"\n (rightClick)=\"onNextYear()\"\n >\n <button\n tuiLink\n type=\"button\"\n automation-id=\"tui-calendar-month__active-year\"\n [tuiFocusable]=\"false\"\n (click)=\"onYearClick()\"\n >\n {{ year.formattedYear }}\n </button>\n </tui-primitive-spin-button>\n <div class=\"t-row\">\n <ng-container *ngFor=\"let month of months$ | async; let index = index\">\n <div\n *tuiLet=\"getTuiMonth(index, year.year) as item\"\n class=\"t-cell\"\n [class.t-cell_today]=\"isItemToday(item)\"\n [class.t-cell_interval]=\"isItemInsideRange(item)\"\n [attr.data-range]=\"getItemRange(item)\"\n [attr.data-state]=\"getItemState(item)\"\n (tuiHoveredChange)=\"onItemHovered($event, item)\"\n (tuiPressedChange)=\"onItemHovered($event, item)\"\n (click)=\"onItemClick(item)\"\n >\n <div class=\"t-item\">{{ month }}</div>\n </div>\n </ng-container>\n </div>\n</ng-template>\n", styles: [":host{display:block;font:var(--tui-font-text-m)}.t-row{position:relative;z-index:0;display:flex;justify-content:space-between;height:2.25rem}.t-item{position:relative;flex:1;line-height:2rem;border-radius:var(--tui-radius-m)}.t-item:before,.t-item:after{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:var(--tui-radius-m)}.t-item:after{border-radius:.5rem}.t-cell{position:relative;display:flex;align-items:center;justify-content:center;width:3.9375rem;text-align:center;outline:none;cursor:pointer;background-clip:content-box;box-sizing:border-box;border:.125rem solid transparent}.t-cell:before{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:var(--tui-radius-m)}.t-cell_today:after{position:absolute;left:50%;transform:translate(-50%);content:\"\";bottom:.3125rem;height:.125rem;width:.75rem;border-radius:.375rem;background-color:var(--tui-text-01)}.t-cell_interval:before{background:var(--tui-base-02)}:host._single .t-cell_interval:before{background:var(--tui-secondary-hover)}.t-cell_interval:not(:last-child):before{right:-.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.t-cell_interval:not([data-range=\"start\"]):not(:first-child):before{border-top-left-radius:0;border-bottom-left-radius:0}.t-cell_interval:last-child:first-child:before{right:0}.t-cell_interval:first-child>.t-item{border-top-left-radius:var(--tui-radius-m);border-bottom-left-radius:var(--tui-radius-m)}.t-cell_interval:last-child>.t-item{border-top-right-radius:var(--tui-radius-m);border-bottom-right-radius:var(--tui-radius-m)}.t-cell_interval>.t-item{border-radius:0}.t-cell[data-range]:after{background-color:var(--tui-primary-text)}.t-cell[data-range]>.t-item{color:var(--tui-primary-text)}.t-cell[data-range]>.t-item:before,.t-cell[data-range]>.t-item:after{background-color:var(--tui-primary)}.t-cell[data-range][data-state=hover]>.t-item:before,.t-cell[data-range][data-state=hover]>.t-item:after{background-color:var(--tui-primary-hover)}.t-cell[data-range][data-state=active]>.t-item:before,.t-cell[data-range][data-state=active]>.t-item:after{background-color:var(--tui-primary-active)}.t-cell[data-range=end]:before{background:var(--tui-base-02)}:host._single .t-cell[data-range=end]:before{background:var(--tui-secondary-hover)}.t-cell[data-range=end]:not(:first-child):before{border-top-left-radius:0;border-bottom-left-radius:0}.t-cell[data-range=end]>.t-item:before{left:.625rem;border-top-left-radius:0;border-bottom-left-radius:0}.t-cell[data-range=end]>.t-item:after{left:-2rem;right:100%;transform:translate(1.6rem) scaleY(.83) scaleX(.5) rotate(45deg)}.t-cell[data-range=start]>.t-item:before{right:.625rem;border-top-right-radius:0;border-bottom-right-radius:0}.t-cell[data-range=start]>.t-item:after{left:100%;right:-2rem;transform:translate(-1.6rem) scaleY(.83) scaleX(.5) rotate(45deg)}.t-cell[data-range=single]>.t-item:after{display:none}.t-cell[data-state=disabled]{pointer-events:none}.t-cell[data-state=disabled]>.t-item{opacity:.36}.t-cell[data-state=hover]:hover:not([data-range])>.t-item{background-color:var(--tui-secondary-hover)}.t-cell[data-state=active]:hover:not([data-range])>.t-item{background-color:var(--tui-secondary-active)}:host{display:block;height:13.625rem;width:15.75rem;padding:1.125rem;box-sizing:content-box}.t-row{flex-wrap:wrap;margin-top:1.4375rem}.t-cell:nth-child(n + 5){margin-top:1.75rem}.t-cell_interval:nth-child(4n):before{right:0}.t-scrollbar{height:inherit;width:inherit}\n"], components: [{ type: i1.TuiScrollbarComponent, selector: "tui-scrollbar", inputs: ["hidden"] }, { type: i1.TuiPrimitiveYearPickerComponent, selector: "tui-primitive-year-picker", inputs: ["value", "initialItem", "min", "max", "disabledItemHandler"], outputs: ["yearClick"] }, { type: i1.TuiPrimitiveSpinButtonComponent, selector: "tui-primitive-spin-button", inputs: ["disabled", "leftDisabled", "rightDisabled"], outputs: ["leftClick", "rightClick"] }, { type: i1.TuiLinkComponent, selector: "a[tuiLink], button[tuiLink]", inputs: ["pseudo", "icon", "iconAlign", "iconRotated", "mode"], exportAs: ["tuiLink"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.TuiFocusableDirective, selector: "[tuiFocusable]", inputs: ["tuiFocusable"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.TuiLetDirective, selector: "[tuiLet]", inputs: ["tuiLet"] }, { type: i3.TuiHoveredDirective, selector: "[tuiHoveredChange]", outputs: ["tuiHoveredChange"] }, { type: i3.TuiPressedDirective, selector: "[tuiPressedChange]", outputs: ["tuiPressedChange"] }], pipes: { "async": i2.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
163
163
  __decorate([
164
164
  tuiPure
165
165
  ], TuiCalendarMonthComponent.prototype, "calculateDisabledItemHandlerWithMinMax", null);