@taiga-ui/kit 4.43.0-canary.8dab365 → 4.43.0-canary.f54a6e4

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 (197) hide show
  1. package/components/avatar/avatar.options.d.ts +1 -2
  2. package/components/badge/badge.options.d.ts +1 -2
  3. package/components/badge-notification/badge-notification.options.d.ts +1 -2
  4. package/components/block/block.options.d.ts +1 -2
  5. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -2
  6. package/components/checkbox/checkbox.options.d.ts +1 -2
  7. package/components/chip/chip.options.d.ts +1 -2
  8. package/components/combo-box/combo-box.directive.d.ts +1 -0
  9. package/components/files/input-files/input-files.options.d.ts +1 -2
  10. package/components/input-date-range/input-date-range.options.d.ts +1 -2
  11. package/components/input-month/input-month.options.d.ts +1 -2
  12. package/components/input-month-range/input-month-range.options.d.ts +1 -2
  13. package/components/input-password/input-password.options.d.ts +1 -2
  14. package/components/input-phone-international/input-phone-international.options.d.ts +1 -2
  15. package/components/line-clamp/line-clamp.options.d.ts +1 -2
  16. package/components/multi-select/multi-select.d.ts +1 -2
  17. package/components/pdf-viewer/pdf-viewer.options.d.ts +1 -2
  18. package/components/progress/progress.options.d.ts +1 -2
  19. package/components/push/push.options.d.ts +1 -2
  20. package/components/radio/radio.options.d.ts +1 -2
  21. package/components/rating/rating.options.d.ts +1 -2
  22. package/components/select/select-option/select-option.component.d.ts +2 -2
  23. package/components/slider/slider.options.d.ts +1 -2
  24. package/components/switch/switch.options.d.ts +1 -2
  25. package/components/tabs/tabs.options.d.ts +1 -2
  26. package/components/tabs/tabs.providers.d.ts +1 -2
  27. package/components/tiles/tiles.tokens.d.ts +1 -2
  28. package/components/tree/misc/tree.tokens.d.ts +8 -9
  29. package/directives/chevron/chevron.directive.d.ts +1 -2
  30. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -2
  31. package/esm2022/components/accordion/accordion-item.component.mjs +3 -3
  32. package/esm2022/components/avatar/avatar-labeled.component.mjs +3 -3
  33. package/esm2022/components/avatar/avatar-stack.component.mjs +2 -2
  34. package/esm2022/components/avatar/avatar.options.mjs +3 -6
  35. package/esm2022/components/badge/badge.options.mjs +3 -6
  36. package/esm2022/components/badge-notification/badge-notification.options.mjs +3 -6
  37. package/esm2022/components/block/block.options.mjs +3 -6
  38. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +3 -6
  39. package/esm2022/components/checkbox/checkbox.options.mjs +3 -6
  40. package/esm2022/components/chip/chip.options.mjs +3 -6
  41. package/esm2022/components/combo-box/combo-box.directive.mjs +6 -3
  42. package/esm2022/components/confirm/confirm.component.mjs +3 -3
  43. package/esm2022/components/elastic-container/elastic-container.component.mjs +3 -3
  44. package/esm2022/components/files/file/file.component.mjs +3 -3
  45. package/esm2022/components/files/files/files.component.mjs +3 -3
  46. package/esm2022/components/files/input-files/input-files.options.mjs +3 -6
  47. package/esm2022/components/filter/filter.component.mjs +3 -3
  48. package/esm2022/components/floating-container/floating-container.directive.mjs +2 -2
  49. package/esm2022/components/input-date-range/input-date-range.options.mjs +7 -9
  50. package/esm2022/components/input-inline/input-inline.component.mjs +3 -3
  51. package/esm2022/components/input-month/input-month.options.mjs +7 -9
  52. package/esm2022/components/input-month-range/input-month-range.options.mjs +7 -9
  53. package/esm2022/components/input-password/input-password.options.mjs +3 -6
  54. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +3 -6
  55. package/esm2022/components/input-pin/input-pin.component.mjs +3 -3
  56. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +3 -3
  57. package/esm2022/components/line-clamp/line-clamp.options.mjs +3 -6
  58. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +3 -3
  59. package/esm2022/components/multi-select/multi-select.mjs +1 -1
  60. package/esm2022/components/pagination/pagination.component.mjs +3 -3
  61. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +3 -3
  62. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +3 -6
  63. package/esm2022/components/pin/pin.directive.mjs +2 -2
  64. package/esm2022/components/preview/preview.component.mjs +3 -3
  65. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +3 -3
  66. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +2 -2
  67. package/esm2022/components/progress/progress.options.mjs +3 -6
  68. package/esm2022/components/push/push-alert.component.mjs +3 -3
  69. package/esm2022/components/push/push.component.mjs +3 -3
  70. package/esm2022/components/push/push.options.mjs +3 -6
  71. package/esm2022/components/radio/radio.options.mjs +3 -6
  72. package/esm2022/components/rating/rating.options.mjs +3 -6
  73. package/esm2022/components/select/select-option/select-option.component.mjs +9 -23
  74. package/esm2022/components/slider/slider.component.mjs +2 -2
  75. package/esm2022/components/slider/slider.options.mjs +3 -6
  76. package/esm2022/components/stepper/step.component.mjs +3 -3
  77. package/esm2022/components/switch/switch.options.mjs +3 -6
  78. package/esm2022/components/tabs/tabs-with-more.component.mjs +3 -3
  79. package/esm2022/components/tabs/tabs.options.mjs +3 -6
  80. package/esm2022/components/tabs/tabs.providers.mjs +4 -3
  81. package/esm2022/components/textarea/textarea-limit.directive.mjs +2 -2
  82. package/esm2022/components/textarea/textarea.component.mjs +3 -3
  83. package/esm2022/components/tiles/tiles.tokens.mjs +3 -5
  84. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +3 -3
  85. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +3 -3
  86. package/esm2022/components/tree/misc/tree.tokens.mjs +10 -18
  87. package/esm2022/directives/chevron/chevron.directive.mjs +4 -6
  88. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +3 -6
  89. package/esm2022/pipes/emails/emails.options.mjs +11 -13
  90. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +2 -2
  91. package/esm2022/tokens/calendar-date-stream.mjs +4 -3
  92. package/esm2022/tokens/date-inputs-value-transformers.mjs +6 -8
  93. package/esm2022/tokens/i18n.mjs +26 -74
  94. package/esm2022/tokens/items-handlers.mjs +3 -6
  95. package/esm2022/tokens/mobile-calendar.mjs +4 -3
  96. package/esm2022/tokens/month-formatter.mjs +9 -10
  97. package/esm2022/tokens/preview-icons.mjs +3 -6
  98. package/esm2022/tokens/validation-errors.mjs +3 -5
  99. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  100. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  101. package/fesm2022/taiga-ui-kit-components-avatar.mjs +7 -9
  102. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  103. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +3 -5
  104. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  105. package/fesm2022/taiga-ui-kit-components-badge.mjs +3 -5
  106. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  107. package/fesm2022/taiga-ui-kit-components-block.mjs +3 -5
  108. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  109. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +3 -5
  110. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  111. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -5
  112. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  113. package/fesm2022/taiga-ui-kit-components-chip.mjs +3 -5
  114. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  115. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +5 -2
  116. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  117. package/fesm2022/taiga-ui-kit-components-confirm.mjs +2 -2
  118. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  119. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +2 -2
  120. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  121. package/fesm2022/taiga-ui-kit-components-files.mjs +7 -9
  122. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  123. package/fesm2022/taiga-ui-kit-components-filter.mjs +2 -2
  124. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +2 -2
  126. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  127. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +6 -8
  128. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  130. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +6 -8
  132. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-kit-components-input-month.mjs +6 -8
  134. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-input-password.mjs +3 -5
  136. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +3 -5
  138. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
  140. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +5 -7
  142. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +2 -2
  144. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-kit-components-pagination.mjs +2 -2
  146. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +5 -7
  148. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-pin.mjs +2 -2
  150. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-preview.mjs +4 -4
  152. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-progress.mjs +5 -7
  154. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-push.mjs +7 -9
  156. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-radio.mjs +3 -5
  158. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -5
  160. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-select.mjs +8 -22
  162. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-slider.mjs +5 -7
  164. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-stepper.mjs +2 -2
  166. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-switch.mjs +3 -5
  168. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-tabs.mjs +6 -8
  170. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-textarea.mjs +4 -4
  172. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-tiles.mjs +3 -5
  174. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-tree.mjs +14 -22
  176. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +3 -5
  178. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -5
  180. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +11 -12
  182. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +1 -1
  184. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-tokens.mjs +41 -99
  186. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  187. package/package.json +7 -7
  188. package/pipes/emails/emails.options.d.ts +1 -2
  189. package/styles/components/pin.less +2 -2
  190. package/tokens/calendar-date-stream.d.ts +1 -2
  191. package/tokens/date-inputs-value-transformers.d.ts +4 -5
  192. package/tokens/i18n.d.ts +24 -25
  193. package/tokens/items-handlers.d.ts +1 -2
  194. package/tokens/mobile-calendar.d.ts +1 -2
  195. package/tokens/month-formatter.d.ts +1 -2
  196. package/tokens/preview-icons.d.ts +1 -2
  197. package/tokens/validation-errors.d.ts +1 -2
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
4
3
  import type { TuiSizeXS, TuiSizeXXL } from '@taiga-ui/core/types';
5
4
  export interface TuiAvatarOptions extends TuiAppearanceOptions {
@@ -8,5 +7,5 @@ export interface TuiAvatarOptions extends TuiAppearanceOptions {
8
7
  readonly size: TuiSizeXS | TuiSizeXXL;
9
8
  }
10
9
  export declare const TUI_AVATAR_DEFAULT_OPTIONS: TuiAvatarOptions;
11
- export declare const TUI_AVATAR_OPTIONS: InjectionToken<TuiAvatarOptions>;
10
+ export declare const TUI_AVATAR_OPTIONS: import("@angular/core").InjectionToken<TuiAvatarOptions>;
12
11
  export declare function tuiAvatarOptionsProvider(options: Partial<TuiAvatarOptions>): Provider;
@@ -1,10 +1,9 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
4
3
  import type { TuiSizeS, TuiSizeXL } from '@taiga-ui/core/types';
5
4
  export interface TuiBadgeOptions extends TuiAppearanceOptions {
6
5
  readonly size: TuiSizeS | TuiSizeXL;
7
6
  }
8
7
  export declare const TUI_BADGE_DEFAULT_OPTIONS: TuiBadgeOptions;
9
- export declare const TUI_BADGE_OPTIONS: InjectionToken<TuiBadgeOptions>;
8
+ export declare const TUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<TuiBadgeOptions>;
10
9
  export declare function tuiBadgeOptionsProvider(options: Partial<TuiBadgeOptions>): Provider;
@@ -1,9 +1,8 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeL, TuiSizeXS } from '@taiga-ui/core/types';
4
3
  export interface TuiBadgeNotificationOptions {
5
4
  readonly size: TuiSizeL | TuiSizeXS;
6
5
  }
7
6
  export declare const TUI_BADGE_NOTIFICATION_DEFAULT_OPTIONS: TuiBadgeNotificationOptions;
8
- export declare const TUI_BADGE_NOTIFICATION_OPTIONS: InjectionToken<TuiBadgeNotificationOptions>;
7
+ export declare const TUI_BADGE_NOTIFICATION_OPTIONS: import("@angular/core").InjectionToken<TuiBadgeNotificationOptions>;
9
8
  export declare function tuiBadgeNotificationOptionsProvider(options: Partial<TuiBadgeNotificationOptions>): Provider;
@@ -1,10 +1,9 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
4
3
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
5
4
  export interface TuiBlockOptions extends TuiAppearanceOptions {
6
5
  readonly size: TuiSizeL | TuiSizeS;
7
6
  }
8
7
  export declare const TUI_BLOCK_DEFAULT_OPTIONS: TuiBlockOptions;
9
- export declare const TUI_BLOCK_OPTIONS: InjectionToken<TuiBlockOptions>;
8
+ export declare const TUI_BLOCK_OPTIONS: import("@angular/core").InjectionToken<TuiBlockOptions>;
10
9
  export declare function tuiBlockOptionsProvider(options: Partial<TuiBlockOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeL } from '@taiga-ui/core/types';
4
3
  export interface TuiBreadcrumbsOptions {
5
4
  readonly icon: string;
@@ -7,5 +6,5 @@ export interface TuiBreadcrumbsOptions {
7
6
  readonly itemsLimit: number;
8
7
  }
9
8
  export declare const TUI_BREADCRUMBS_DEFAULT_OPTIONS: TuiBreadcrumbsOptions;
10
- export declare const TUI_BREADCRUMBS_OPTIONS: InjectionToken<TuiBreadcrumbsOptions>;
9
+ export declare const TUI_BREADCRUMBS_OPTIONS: import("@angular/core").InjectionToken<TuiBreadcrumbsOptions>;
11
10
  export declare function tuiBreadcrumbsOptionsProvider(options: Partial<TuiBreadcrumbsOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiStringHandler } from '@taiga-ui/cdk/types';
4
3
  import type { TuiSizeS } from '@taiga-ui/core/types';
5
4
  export interface TuiCheckboxOptions {
@@ -11,5 +10,5 @@ export interface TuiCheckboxOptions {
11
10
  }>;
12
11
  }
13
12
  export declare const TUI_CHECKBOX_DEFAULT_OPTIONS: TuiCheckboxOptions;
14
- export declare const TUI_CHECKBOX_OPTIONS: InjectionToken<TuiCheckboxOptions>;
13
+ export declare const TUI_CHECKBOX_OPTIONS: import("@angular/core").InjectionToken<TuiCheckboxOptions>;
15
14
  export declare function tuiCheckboxOptionsProvider(options: Partial<TuiCheckboxOptions>): Provider;
@@ -1,10 +1,9 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
4
3
  import type { TuiSizeXXS } from '@taiga-ui/core/types';
5
4
  export interface TuiChipOptions extends TuiAppearanceOptions {
6
5
  readonly size: TuiSizeXXS;
7
6
  }
8
7
  export declare const TUI_CHIP_DEFAULT_OPTIONS: TuiChipOptions;
9
- export declare const TUI_CHIP_OPTIONS: InjectionToken<TuiChipOptions>;
8
+ export declare const TUI_CHIP_OPTIONS: import("@angular/core").InjectionToken<TuiChipOptions>;
10
9
  export declare function tuiChipOptionsProvider(options: Partial<TuiChipOptions>): Provider;
@@ -23,6 +23,7 @@ export declare class TuiComboBox<T> extends TuiControl<T | string | null> implem
23
23
  setValue(value: T | null): void;
24
24
  writeValue(value: T | string | null): void;
25
25
  protected toggleDropdown(open?: boolean): void;
26
+ protected onInput(): void;
26
27
  protected keydownEnter(event: KeyboardEvent): void;
27
28
  private stringify;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiComboBox<any>, never>;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeL } from '@taiga-ui/core/types';
4
3
  export interface TuiInputFilesOptions {
5
4
  accept: string;
@@ -11,5 +10,5 @@ export declare const TUI_INPUT_FILES_DEFAULT_OPTIONS: TuiInputFilesOptions;
11
10
  /**
12
11
  * Default parameters for input files component
13
12
  */
14
- export declare const TUI_INPUT_FILES_OPTIONS: InjectionToken<TuiInputFilesOptions>;
13
+ export declare const TUI_INPUT_FILES_OPTIONS: import("@angular/core").InjectionToken<TuiInputFilesOptions>;
15
14
  export declare function tuiInputFilesOptionsProvider(options: Partial<TuiInputFilesOptions>): Provider;
@@ -1,10 +1,9 @@
1
1
  import type { FactoryProvider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
4
3
  import type { TuiDayRange } from '@taiga-ui/cdk/date-time';
5
4
  import type { TuiInputDateOptionsNew } from '@taiga-ui/kit/components/input-date';
6
5
  export interface TuiInputDateRangeOptions extends Omit<TuiInputDateOptionsNew, 'valueTransformer'> {
7
6
  readonly valueTransformer: TuiValueTransformer<TuiDayRange | null, any>;
8
7
  }
9
- export declare const TUI_INPUT_DATE_RANGE_OPTIONS: InjectionToken<TuiInputDateRangeOptions>;
8
+ export declare const TUI_INPUT_DATE_RANGE_OPTIONS: import("@angular/core").InjectionToken<TuiInputDateRangeOptions>;
10
9
  export declare const tuiInputDateRangeOptionsProvider: (options: Partial<TuiInputDateRangeOptions>) => FactoryProvider;
@@ -1,5 +1,4 @@
1
1
  import type { FactoryProvider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
4
3
  import type { TuiMonth } from '@taiga-ui/cdk/date-time';
5
4
  import type { TuiHandler } from '@taiga-ui/cdk/types';
@@ -12,5 +11,5 @@ export interface TuiInputMonthOptions {
12
11
  * @deprecated remove in v5
13
12
  */
14
13
  export declare const TUI_INPUT_MONTH_DEFAULT_OPTIONS: TuiInputMonthOptions;
15
- export declare const TUI_INPUT_MONTH_OPTIONS: InjectionToken<TuiInputMonthOptions>;
14
+ export declare const TUI_INPUT_MONTH_OPTIONS: import("@angular/core").InjectionToken<TuiInputMonthOptions>;
16
15
  export declare const tuiInputMonthOptionsProvider: (options: Partial<TuiInputMonthOptions>) => FactoryProvider;
@@ -1,5 +1,4 @@
1
1
  import type { FactoryProvider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
4
3
  import type { TuiMonthRange } from '@taiga-ui/cdk/date-time';
5
4
  import type { TuiHandler } from '@taiga-ui/cdk/types';
@@ -8,5 +7,5 @@ export interface TuiInputMonthRangeOptions {
8
7
  readonly icon: TuiHandler<TuiSizeL | TuiSizeS, string>;
9
8
  readonly valueTransformer: TuiValueTransformer<TuiMonthRange | null, any>;
10
9
  }
11
- export declare const TUI_INPUT_MONTH_RANGE_OPTIONS: InjectionToken<TuiInputMonthRangeOptions>;
10
+ export declare const TUI_INPUT_MONTH_RANGE_OPTIONS: import("@angular/core").InjectionToken<TuiInputMonthRangeOptions>;
12
11
  export declare const tuiInputMonthRangeOptionsProvider: (options: Partial<TuiInputMonthRangeOptions>) => FactoryProvider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiStringHandler } from '@taiga-ui/cdk/types';
4
3
  import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
5
4
  /**
@@ -18,7 +17,7 @@ export declare const TUI_INPUT_PASSWORD_DEFAULT_OPTIONS: TuiInputPasswordOptions
18
17
  /**
19
18
  * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
20
19
  */
21
- export declare const TUI_INPUT_PASSWORD_OPTIONS: InjectionToken<TuiInputPasswordOptions>;
20
+ export declare const TUI_INPUT_PASSWORD_OPTIONS: import("@angular/core").InjectionToken<TuiInputPasswordOptions>;
22
21
  /**
23
22
  * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
24
23
  */
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types';
4
3
  import type { MetadataJson } from 'libphonenumber-js/core';
5
4
  import type { Observable } from 'rxjs';
@@ -13,5 +12,5 @@ export declare const TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS: TuiInputPhon
13
12
  /**
14
13
  * Default parameters for input phone international component
15
14
  */
16
- export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: InjectionToken<TuiInputPhoneInternationalOptions>;
15
+ export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneInternationalOptions>;
17
16
  export declare function tuiInputPhoneInternationalOptionsProvider(options: Partial<TuiInputPhoneInternationalOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  export interface TuiLineClampOptions {
4
3
  readonly showHint: boolean;
5
4
  }
@@ -7,5 +6,5 @@ export declare const TUI_LINE_CLAMP_DEFAULT_OPTIONS: TuiLineClampOptions;
7
6
  /**
8
7
  * Default parameters for LineClamp component
9
8
  */
10
- export declare const TUI_LINE_CLAMP_OPTIONS: InjectionToken<TuiLineClampOptions>;
9
+ export declare const TUI_LINE_CLAMP_OPTIONS: import("@angular/core").InjectionToken<TuiLineClampOptions>;
11
10
  export declare function tuiLineClampOptionsProvider(options: Partial<TuiLineClampOptions>): Provider;
@@ -1,3 +1,2 @@
1
- import { TuiMultiSelectGroupComponent } from './multi-select-group/multi-select-group.component';
2
1
  import { TuiMultiSelectGroupDirective } from './multi-select-group/multi-select-group.directive';
3
- export declare const TuiMultiSelect: readonly [typeof TuiMultiSelectGroupComponent, typeof TuiMultiSelectGroupDirective];
2
+ export declare const TuiMultiSelect: (typeof TuiMultiSelectGroupDirective)[];
@@ -1,11 +1,10 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
3
  export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
5
4
  /**
6
5
  * Default parameters for PdfViewer component
7
6
  */
8
- export declare const TUI_PDF_VIEWER_OPTIONS: InjectionToken<TuiPdfViewerOptions<undefined>>;
7
+ export declare const TUI_PDF_VIEWER_OPTIONS: import("@angular/core").InjectionToken<TuiPdfViewerOptions<undefined>>;
9
8
  export declare function tuiPdfViewerOptionsProvider(options: Partial<TuiPdfViewerOptions>): Provider;
10
9
  export interface TuiPdfViewerOptions<I = undefined> {
11
10
  readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
@@ -1,10 +1,9 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeXXL, TuiSizeXXS } from '@taiga-ui/core/types';
4
3
  export interface TuiProgressOptions {
5
4
  readonly color: string | null;
6
5
  readonly size: TuiSizeXXL | TuiSizeXXS;
7
6
  }
8
7
  export declare const TUI_PROGRESS_DEFAULT_OPTIONS: TuiProgressOptions;
9
- export declare const TUI_PROGRESS_OPTIONS: InjectionToken<TuiProgressOptions>;
8
+ export declare const TUI_PROGRESS_OPTIONS: import("@angular/core").InjectionToken<TuiProgressOptions>;
10
9
  export declare function tuiProgressOptionsProvider(options: Partial<TuiProgressOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  export interface TuiPushOptions {
4
3
  readonly buttons: readonly string[];
5
4
  readonly heading: string;
@@ -13,5 +12,5 @@ export declare const TUI_PUSH_DEFAULT_OPTIONS: TuiPushOptions;
13
12
  /**
14
13
  * Default parameters for Push component
15
14
  */
16
- export declare const TUI_PUSH_OPTIONS: InjectionToken<TuiPushOptions>;
15
+ export declare const TUI_PUSH_OPTIONS: import("@angular/core").InjectionToken<TuiPushOptions>;
17
16
  export declare function tuiPushOptionsProvider(options: Partial<TuiPushOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiStringHandler } from '@taiga-ui/cdk/types';
4
3
  import type { TuiSizeS } from '@taiga-ui/core/types';
5
4
  export interface TuiRadioOptions {
@@ -7,5 +6,5 @@ export interface TuiRadioOptions {
7
6
  readonly size: TuiSizeS;
8
7
  }
9
8
  export declare const TUI_RADIO_DEFAULT_OPTIONS: TuiRadioOptions;
10
- export declare const TUI_RADIO_OPTIONS: InjectionToken<TuiRadioOptions>;
9
+ export declare const TUI_RADIO_OPTIONS: import("@angular/core").InjectionToken<TuiRadioOptions>;
11
10
  export declare function tuiRadioOptionsProvider(options: Partial<TuiRadioOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiContext } from '@taiga-ui/cdk/types';
4
3
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
4
  export interface TuiRatingOptions {
@@ -9,5 +8,5 @@ export interface TuiRatingOptions {
9
8
  readonly max: number;
10
9
  }
11
10
  export declare const TUI_RATING_DEFAULT_OPTIONS: TuiRatingOptions;
12
- export declare const TUI_RATING_OPTIONS: InjectionToken<TuiRatingOptions>;
11
+ export declare const TUI_RATING_OPTIONS: import("@angular/core").InjectionToken<TuiRatingOptions>;
13
12
  export declare function tuiRatingOptionsProvider(options: Partial<TuiRatingOptions>): Provider;
@@ -1,11 +1,11 @@
1
- import { TuiDataListComponent, TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
1
+ import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@taiga-ui/core/components/scrollbar";
4
4
  export declare class TuiSelectOption<T> {
5
5
  private readonly handlers;
6
6
  private readonly value;
7
- protected readonly datalist: TuiDataListComponent<any>;
8
7
  protected readonly option: TuiOptionWithValue<T> | null;
8
+ protected readonly icon: import("@angular/core").WritableSignal<string> | null;
9
9
  protected readonly selected: import("@angular/core").Signal<boolean>;
10
10
  protected readonly scrolled: import("@angular/core").Signal<boolean>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSelectOption<any>, never>;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeS } from '@taiga-ui/core/types';
4
3
  export interface TuiSliderOptions {
5
4
  readonly size: TuiSizeS;
@@ -9,5 +8,5 @@ export declare const TUI_SLIDER_DEFAULT_OPTIONS: TuiSliderOptions;
9
8
  /**
10
9
  * Default parameters for Slider component
11
10
  */
12
- export declare const TUI_SLIDER_OPTIONS: InjectionToken<TuiSliderOptions>;
11
+ export declare const TUI_SLIDER_OPTIONS: import("@angular/core").InjectionToken<TuiSliderOptions>;
13
12
  export declare function tuiSliderOptionsProvider(options: Partial<TuiSliderOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiStringHandler } from '@taiga-ui/cdk/types';
4
3
  import type { TuiSizeS } from '@taiga-ui/core/types';
5
4
  export interface TuiSwitchOptions {
@@ -9,5 +8,5 @@ export interface TuiSwitchOptions {
9
8
  readonly appearance: TuiStringHandler<HTMLInputElement>;
10
9
  }
11
10
  export declare const TUI_SWITCH_DEFAULT_OPTIONS: TuiSwitchOptions;
12
- export declare const TUI_SWITCH_OPTIONS: InjectionToken<TuiSwitchOptions>;
11
+ export declare const TUI_SWITCH_OPTIONS: import("@angular/core").InjectionToken<TuiSwitchOptions>;
13
12
  export declare function tuiSwitchOptionsProvider(options: Partial<TuiSwitchOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { TuiSizeL } from '@taiga-ui/core/types';
4
3
  export interface TuiTabsOptions {
5
4
  readonly exposeActive: boolean;
@@ -12,5 +11,5 @@ export declare const TUI_TABS_DEFAULT_OPTIONS: TuiTabsOptions;
12
11
  /**
13
12
  * Default parameters for Tabs component
14
13
  */
15
- export declare const TUI_TABS_OPTIONS: InjectionToken<TuiTabsOptions>;
14
+ export declare const TUI_TABS_OPTIONS: import("@angular/core").InjectionToken<TuiTabsOptions>;
16
15
  export declare function tuiTabsOptionsProvider(options: Partial<TuiTabsOptions>): Provider;
@@ -1,5 +1,4 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  import type { Observable } from 'rxjs';
4
- export declare const TUI_TABS_REFRESH: InjectionToken<Observable<unknown>>;
3
+ export declare const TUI_TABS_REFRESH: import("@angular/core").InjectionToken<Observable<unknown>>;
5
4
  export declare const TUI_TABS_PROVIDERS: Provider[];
@@ -1,5 +1,4 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  export type TuiReorderFunction = (order: Map<number, number>, currentIndex: number, newIndex: number) => Map<number, number>;
3
2
  export declare const tuiTilesSwap: TuiReorderFunction;
4
3
  export declare const tuiTilesShift: TuiReorderFunction;
5
- export declare const TUI_TILES_REORDER: InjectionToken<TuiReorderFunction>;
4
+ export declare const TUI_TILES_REORDER: import("@angular/core").InjectionToken<TuiReorderFunction>;
@@ -1,35 +1,34 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
2
  import type { TuiTreeAccessor, TuiTreeItemContext, TuiTreeLoader } from './tree.interfaces';
4
3
  /**
5
4
  * Controller for tracking value - TuiTreeItemComponent pairs
6
5
  */
7
- export declare const TUI_TREE_ACCESSOR: InjectionToken<TuiTreeAccessor<unknown>>;
6
+ export declare const TUI_TREE_ACCESSOR: import("@angular/core").InjectionToken<TuiTreeAccessor<unknown>>;
8
7
  /**
9
8
  * Controller for expanding the tree
10
9
  */
11
- export declare const TUI_TREE_CONTROLLER: InjectionToken<import("./tree.interfaces").TuiTreeController>;
10
+ export declare const TUI_TREE_CONTROLLER: import("@angular/core").InjectionToken<import("./tree.interfaces").TuiTreeController>;
12
11
  /**
13
12
  * A node of a tree view
14
13
  */
15
- export declare const TUI_TREE_NODE: InjectionToken<unknown>;
14
+ export declare const TUI_TREE_NODE: import("@angular/core").InjectionToken<unknown>;
16
15
  /**
17
16
  * A tree node placeholder for loading
18
17
  */
19
- export declare const TUI_TREE_LOADING: InjectionToken<{}>;
18
+ export declare const TUI_TREE_LOADING: import("@angular/core").InjectionToken<{}>;
20
19
  /**
21
20
  * A tree node starting point
22
21
  */
23
- export declare const TUI_TREE_START: InjectionToken<unknown>;
22
+ export declare const TUI_TREE_START: import("@angular/core").InjectionToken<unknown>;
24
23
  /**
25
24
  * A service to load tree progressively
26
25
  */
27
- export declare const TUI_TREE_LOADER: InjectionToken<TuiTreeLoader<unknown>>;
26
+ export declare const TUI_TREE_LOADER: import("@angular/core").InjectionToken<TuiTreeLoader<unknown>>;
28
27
  /**
29
28
  * Content for a tree item
30
29
  */
31
- export declare const TUI_TREE_CONTENT: InjectionToken<PolymorpheusContent<TuiTreeItemContext>>;
30
+ export declare const TUI_TREE_CONTENT: import("@angular/core").InjectionToken<PolymorpheusContent<TuiTreeItemContext>>;
32
31
  /**
33
32
  * Nesting level of current TreeView node
34
33
  */
35
- export declare const TUI_TREE_LEVEL: InjectionToken<number>;
34
+ export declare const TUI_TREE_LEVEL: import("@angular/core").InjectionToken<number>;
@@ -1,6 +1,5 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare const TUI_CHEVRON: InjectionToken<string>;
2
+ export declare const TUI_CHEVRON: import("@angular/core").InjectionToken<string>;
4
3
  export declare class TuiChevron {
5
4
  private readonly el;
6
5
  private readonly dropdown;
@@ -1,9 +1,8 @@
1
1
  import type { Provider } from '@angular/core';
2
- import { InjectionToken } from '@angular/core';
3
2
  export interface TuiFluidTypographyOptions {
4
3
  readonly min: number;
5
4
  readonly max: number;
6
5
  }
7
6
  export declare const TUI_FLUID_TYPOGRAPHY_DEFAULT_OPTIONS: TuiFluidTypographyOptions;
8
- export declare const TUI_FLUID_TYPOGRAPHY_OPTIONS: InjectionToken<TuiFluidTypographyOptions>;
7
+ export declare const TUI_FLUID_TYPOGRAPHY_OPTIONS: import("@angular/core").InjectionToken<TuiFluidTypographyOptions>;
9
8
  export declare function tuiFluidTypographyOptionsProvider(options: Partial<TuiFluidTypographyOptions>): Provider;
@@ -45,7 +45,7 @@ class TuiAccordionItem {
45
45
  this.openChange.emit(open);
46
46
  }
47
47
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAccordionItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
48
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiAccordionItem, isStandalone: true, 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: { properties: { "class._no-padding": "noPadding", "class._has-arrow": "showArrow", "attr.data-borders": "borders", "attr.data-size": "size", "class._disabled": "disabled" } }, queries: [{ propertyName: "eagerContent", first: true, predicate: TuiAccordionItemEagerContent, descendants: true }, { propertyName: "lazyContent", first: true, predicate: TuiAccordionItemContent, descendants: true }], ngImport: i0, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [class.t-header_hoverable]=\"!disableHover\"\n [class.t-header_open]=\"open\"\n [disabled]=\"disabled\"\n (click)=\"onRowToggle()\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content />\n </span>\n <ng-container *ngIf=\"showArrow\">\n <tui-icon\n class=\"t-icon\"\n [tuiChevron]=\"open\"\n />\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]:not(ng-template)\" />\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}::ng-deep tui-accordion{inline-size:100%}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-border-normal);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-inline-start-width:0;border-inline-end-width:0}:host[data-borders=top] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-end-width:0}:host[data-borders=bottom] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-start-width:0}.t-header{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;inline-size:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-block-end:1px solid var(--tui-border-normal);min-block-size:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-primary);cursor:pointer;text-align:start;outline:none}.t-header:focus-visible{box-shadow:inset 0 0 0 2px var(--tui-border-focus)}:host:not([data-borders]) .t-header{border-block-end-width:0}:host._has-arrow .t-header{padding-inline-end:.75rem}:host-context([tuiTheme=\"dark\"]) .t-header_open{background:var(--tui-background-neutral-1)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-block-size:var(--tui-height-m);padding:.625rem .75rem .625rem 1rem}:host._no-padding .t-header{padding-inline-start:0;padding-inline-end:0}:host._disabled .t-header{cursor:default}.t-wrapper:hover>.t-header_hoverable{background:var(--tui-background-base-alt)}.t-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-inline-end:0;flex-grow:1}:host._has-arrow .t-title{margin-inline-end:.5rem}.t-icon{transition-property:color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;margin-inline-start:auto;border-width:.25rem;color:var(--tui-text-tertiary)}:host:hover .t-icon{color:var(--tui-text-secondary)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;overflow-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "directive", type: TuiChevron, selector: "[tuiChevron]", inputs: ["tuiChevron"] }, { kind: "component", type: i1.TuiExpandComponent, selector: "tui-expand", inputs: ["async", "expanded"] }, { kind: "directive", type: i1.TuiExpandContent, selector: "[tuiExpandContent]" }, { kind: "component", type: TuiIcon, selector: "tui-icon", inputs: ["icon", "background"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
48
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiAccordionItem, isStandalone: true, 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: { properties: { "class._no-padding": "noPadding", "class._has-arrow": "showArrow", "attr.data-borders": "borders", "attr.data-size": "size", "class._disabled": "disabled" } }, queries: [{ propertyName: "eagerContent", first: true, predicate: TuiAccordionItemEagerContent, descendants: true }, { propertyName: "lazyContent", first: true, predicate: TuiAccordionItemContent, descendants: true }], ngImport: i0, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [class.t-header_hoverable]=\"!disableHover\"\n [class.t-header_open]=\"open\"\n [disabled]=\"disabled\"\n (click)=\"onRowToggle()\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content />\n </span>\n <ng-container *ngIf=\"showArrow\">\n <tui-icon\n class=\"t-icon\"\n [tuiChevron]=\"open\"\n />\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]:not(ng-template)\" />\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}::ng-deep tui-accordion{inline-size:100%}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-border-normal);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-inline-start-width:0;border-inline-end-width:0}:host[data-borders=top] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-end-width:0}:host[data-borders=bottom] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-start-width:0}.t-header{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;inline-size:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-block-end:1px solid var(--tui-border-normal);min-block-size:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-primary);cursor:pointer;text-align:start;outline:none}.t-header:focus-visible{box-shadow:inset 0 0 0 2px var(--tui-border-focus)}:host:not([data-borders]) .t-header{border-block-end-width:0}:host._has-arrow .t-header{padding-right:.75rem}:host-context([tuiTheme=\"dark\"]) .t-header_open{background:var(--tui-background-neutral-1)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-block-size: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}.t-wrapper:hover>.t-header_hoverable{background:var(--tui-background-base-alt)}.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:color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;margin-left:auto;border-width:.25rem;color:var(--tui-text-tertiary)}:host:hover .t-icon{color:var(--tui-text-secondary)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;overflow-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "directive", type: TuiChevron, selector: "[tuiChevron]", inputs: ["tuiChevron"] }, { kind: "component", type: i1.TuiExpandComponent, selector: "tui-expand", inputs: ["async", "expanded"] }, { kind: "directive", type: i1.TuiExpandContent, selector: "[tuiExpandContent]" }, { kind: "component", type: TuiIcon, selector: "tui-icon", inputs: ["icon", "background"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
49
49
  }
50
50
  export { TuiAccordionItem };
51
51
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiAccordionItem, decorators: [{
@@ -56,7 +56,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
56
56
  '[attr.data-borders]': 'borders',
57
57
  '[attr.data-size]': 'size',
58
58
  '[class._disabled]': 'disabled',
59
- }, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [class.t-header_hoverable]=\"!disableHover\"\n [class.t-header_open]=\"open\"\n [disabled]=\"disabled\"\n (click)=\"onRowToggle()\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content />\n </span>\n <ng-container *ngIf=\"showArrow\">\n <tui-icon\n class=\"t-icon\"\n [tuiChevron]=\"open\"\n />\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]:not(ng-template)\" />\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}::ng-deep tui-accordion{inline-size:100%}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-border-normal);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-inline-start-width:0;border-inline-end-width:0}:host[data-borders=top] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-end-width:0}:host[data-borders=bottom] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-start-width:0}.t-header{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;inline-size:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-block-end:1px solid var(--tui-border-normal);min-block-size:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-primary);cursor:pointer;text-align:start;outline:none}.t-header:focus-visible{box-shadow:inset 0 0 0 2px var(--tui-border-focus)}:host:not([data-borders]) .t-header{border-block-end-width:0}:host._has-arrow .t-header{padding-inline-end:.75rem}:host-context([tuiTheme=\"dark\"]) .t-header_open{background:var(--tui-background-neutral-1)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-block-size:var(--tui-height-m);padding:.625rem .75rem .625rem 1rem}:host._no-padding .t-header{padding-inline-start:0;padding-inline-end:0}:host._disabled .t-header{cursor:default}.t-wrapper:hover>.t-header_hoverable{background:var(--tui-background-base-alt)}.t-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-inline-end:0;flex-grow:1}:host._has-arrow .t-title{margin-inline-end:.5rem}.t-icon{transition-property:color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;margin-inline-start:auto;border-width:.25rem;color:var(--tui-text-tertiary)}:host:hover .t-icon{color:var(--tui-text-secondary)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;overflow-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"] }]
59
+ }, template: "<div\n automation-id=\"tui-accordion__item-wrapper\"\n class=\"t-wrapper\"\n>\n <button\n automation-id=\"tui-accordion__item-header\"\n type=\"button\"\n class=\"t-header\"\n [class.t-header_hoverable]=\"!disableHover\"\n [class.t-header_open]=\"open\"\n [disabled]=\"disabled\"\n (click)=\"onRowToggle()\"\n (keydown.esc)=\"onItemKeyDownEsc($event)\"\n >\n <span\n automation-id=\"tui-accordion__item-title\"\n class=\"t-title\"\n >\n <ng-content />\n </span>\n <ng-container *ngIf=\"showArrow\">\n <tui-icon\n class=\"t-icon\"\n [tuiChevron]=\"open\"\n />\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]:not(ng-template)\" />\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}::ng-deep tui-accordion{inline-size:100%}.t-wrapper{position:relative;border-radius:inherit}.t-wrapper:after{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;content:\"\";box-sizing:border-box;border-radius:inherit;border:1px solid var(--tui-border-normal);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-inline-start-width:0;border-inline-end-width:0}:host[data-borders=top] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-end-width:0}:host[data-borders=bottom] .t-wrapper:after{border-inline-start-width:0;border-inline-end-width:0;border-block-start-width:0}.t-header{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-decoration:none;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:flex;inline-size:100%;font:var(--tui-font-text-l);align-items:center;box-sizing:border-box;border-block-end:1px solid var(--tui-border-normal);min-block-size:var(--tui-height-l);padding:.75rem 1.25rem;color:var(--tui-text-primary);cursor:pointer;text-align:start;outline:none}.t-header:focus-visible{box-shadow:inset 0 0 0 2px var(--tui-border-focus)}:host:not([data-borders]) .t-header{border-block-end-width:0}:host._has-arrow .t-header{padding-right:.75rem}:host-context([tuiTheme=\"dark\"]) .t-header_open{background:var(--tui-background-neutral-1)}:host[data-size=s] .t-header{font:var(--tui-font-text-m);min-block-size: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}.t-wrapper:hover>.t-header_hoverable{background:var(--tui-background-base-alt)}.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:color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;margin-left:auto;border-width:.25rem;color:var(--tui-text-tertiary)}:host:hover .t-icon{color:var(--tui-text-secondary)}.t-content{font:var(--tui-font-text-m);padding:1.25rem;overflow-wrap:break-word}:host[data-size=s] .t-content{font:var(--tui-font-text-s);padding:1rem}\n"] }]
60
60
  }], propDecorators: { eagerContent: [{
61
61
  type: ContentChild,
62
62
  args: [TuiAccordionItemEagerContent]
@@ -82,4 +82,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
82
82
  }], openChange: [{
83
83
  type: Output
84
84
  }] } });
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUNyQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLFlBQVksRUFDWixNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDM0QsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBRXZELE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUUxRCxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUMsNEJBQTRCLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQzs7O0FBRXRGLE1BZWEsZ0JBQWdCO0lBZjdCO1FBZ0JxQixRQUFHLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFTMUMsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUdsQixjQUFTLEdBQUcsSUFBSSxDQUFDO1FBR2pCLFlBQU8sR0FBZ0MsS0FBSyxDQUFDO1FBRzdDLFNBQUksR0FBYSxHQUFHLENBQUM7UUFHckIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUdqQixpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUdyQixTQUFJLEdBQUcsS0FBSyxDQUFDO1FBR2IsVUFBSyxHQUFHLEtBQUssQ0FBQztRQUdMLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0tBOEI1RDtJQTVCVSxLQUFLO1FBQ1IsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2QixJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFUyxXQUFXO1FBQ2pCLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ2hCLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDL0I7SUFDTCxDQUFDO0lBRVMsZ0JBQWdCLENBQUMsS0FBWTtRQUNuQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtZQUNaLE9BQU87U0FDVjtRQUVELEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFTyxVQUFVLENBQUMsSUFBYTtRQUM1QixJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssSUFBSSxFQUFFO1lBQ3BCLE9BQU87U0FDVjtRQUVELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBL0RRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHFnQkFHWCw0QkFBNEIsOEVBRzVCLHVCQUF1QixnREN6Q3pDLHU4Q0FrREEsc2xGRDNCYyxJQUFJLDZGQUFFLGtCQUFrQiw4SEFBRSxVQUFVLDhRQUFhLE9BQU87O1NBWXpELGdCQUFnQjs0RkFBaEIsZ0JBQWdCO2tCQWY1QixTQUFTO2lDQUNNLElBQUksWUFDTixvQkFBb0IsV0FDckIsQ0FBQyxJQUFJLEVBQUUsa0JBQWtCLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxPQUFPLENBQUMsbUJBR2xELHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YscUJBQXFCLEVBQUUsV0FBVzt3QkFDbEMsb0JBQW9CLEVBQUUsV0FBVzt3QkFDakMscUJBQXFCLEVBQUUsU0FBUzt3QkFDaEMsa0JBQWtCLEVBQUUsTUFBTTt3QkFDMUIsbUJBQW1CLEVBQUUsVUFBVTtxQkFDbEM7OEJBTWtCLFlBQVk7c0JBRDlCLFlBQVk7dUJBQUMsNEJBQTRCO2dCQUl2QixXQUFXO3NCQUQ3QixZQUFZO3VCQUFDLHVCQUF1QjtnQkFJOUIsU0FBUztzQkFEZixLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJQyxPQUFPO3NCQURiLEtBQUs7Z0JBSUMsSUFBSTtzQkFEVixLQUFLO2dCQUlDLFFBQVE7c0JBRGQsS0FBSztnQkFJQyxZQUFZO3NCQURsQixLQUFLO2dCQUlDLElBQUk7c0JBRFYsS0FBSztnQkFJQyxLQUFLO3NCQURYLEtBQUs7Z0JBSVUsVUFBVTtzQkFEekIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdJZn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIENvbnRlbnRDaGlsZCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1R1aUV4cGFuZH0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9leHBhbmQnO1xuaW1wb3J0IHtUdWlJY29ufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHR5cGUge1R1aVNpemVTfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90eXBlcyc7XG5pbXBvcnQge1R1aUNoZXZyb259IGZyb20gJ0B0YWlnYS11aS9raXQvZGlyZWN0aXZlcyc7XG5pbXBvcnQge1BvbHltb3JwaGV1c091dGxldH0gZnJvbSAnQHRhaWdhLXVpL3BvbHltb3JwaGV1cyc7XG5cbmltcG9ydCB7VHVpQWNjb3JkaW9uSXRlbUNvbnRlbnR9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50fSBmcm9tICcuL2FjY29yZGlvbi1pdGVtLWVhZ2VyLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hY2NvcmRpb24taXRlbScsXG4gICAgaW1wb3J0czogW05nSWYsIFBvbHltb3JwaGV1c091dGxldCwgVHVpQ2hldnJvbiwgVHVpRXhwYW5kLCBUdWlJY29uXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWNjb3JkaW9uLWl0ZW0udGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYWNjb3JkaW9uLWl0ZW0uc3R5bGUubGVzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgJ1tjbGFzcy5fbm8tcGFkZGluZ10nOiAnbm9QYWRkaW5nJyxcbiAgICAgICAgJ1tjbGFzcy5faGFzLWFycm93XSc6ICdzaG93QXJyb3cnLFxuICAgICAgICAnW2F0dHIuZGF0YS1ib3JkZXJzXSc6ICdib3JkZXJzJyxcbiAgICAgICAgJ1thdHRyLmRhdGEtc2l6ZV0nOiAnc2l6ZScsXG4gICAgICAgICdbY2xhc3MuX2Rpc2FibGVkXSc6ICdkaXNhYmxlZCcsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQWNjb3JkaW9uSXRlbSB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50KVxuICAgIHByb3RlY3RlZCByZWFkb25seSBlYWdlckNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50O1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtQ29udGVudClcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbGF6eUNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtQ29udGVudDtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIG5vUGFkZGluZyA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2hvd0Fycm93ID0gdHJ1ZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGJvcmRlcnM6ICdhbGwnIHwgJ3RvcC1ib3R0b20nIHwgbnVsbCA9ICdhbGwnO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2l6ZTogVHVpU2l6ZVMgPSAnbSc7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZGlzYWJsZUhvdmVyID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBvcGVuID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBhc3luYyA9IGZhbHNlO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIHJlYWRvbmx5IG9wZW5DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XG5cbiAgICBwdWJsaWMgY2xvc2UoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlT3BlbihmYWxzZSk7XG4gICAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBvblJvd1RvZ2dsZSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oIXRoaXMub3Blbik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgb25JdGVtS2V5RG93bkVzYyhldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLm9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oZmFsc2UpO1xuICAgIH1cblxuICAgIHByaXZhdGUgdXBkYXRlT3BlbihvcGVuOiBib29sZWFuKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLm9wZW4gPT09IG9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMub3BlbiA9IG9wZW47XG4gICAgICAgIHRoaXMub3BlbkNoYW5nZS5lbWl0KG9wZW4pO1xuICAgIH1cbn1cbiIsIjxkaXZcbiAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS13cmFwcGVyXCJcbiAgICBjbGFzcz1cInQtd3JhcHBlclwiXG4+XG4gICAgPGJ1dHRvblxuICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS1oZWFkZXJcIlxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgY2xhc3M9XCJ0LWhlYWRlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9ob3ZlcmFibGVdPVwiIWRpc2FibGVIb3ZlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9vcGVuXT1cIm9wZW5cIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoY2xpY2spPVwib25Sb3dUb2dnbGUoKVwiXG4gICAgICAgIChrZXlkb3duLmVzYyk9XCJvbkl0ZW1LZXlEb3duRXNjKCRldmVudClcIlxuICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLXRpdGxlXCJcbiAgICAgICAgICAgIGNsYXNzPVwidC10aXRsZVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dBcnJvd1wiPlxuICAgICAgICAgICAgPHR1aS1pY29uXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWljb25cIlxuICAgICAgICAgICAgICAgIFt0dWlDaGV2cm9uXT1cIm9wZW5cIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9idXR0b24+XG4gICAgPHR1aS1leHBhbmRcbiAgICAgICAgW2FzeW5jXT1cImFzeW5jXCJcbiAgICAgICAgW2V4cGFuZGVkXT1cIm9wZW5cIlxuICAgID5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHR1aUV4cGFuZENvbnRlbnQ+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgKm5nSWY9XCJsYXp5Q29udGVudFwiXG4gICAgICAgICAgICAgICAgYXV0b21hdGlvbi1pZD1cInR1aS1hY2NvcmRpb25fX2l0ZW0tY29udGVudFwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKnBvbHltb3JwaGV1c091dGxldD1cImxhenlDb250ZW50IGFzIHRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAge3sgdGV4dCB9fVxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0lmPVwiZWFnZXJDb250ZW50XCJcbiAgICAgICAgICAgIGNsYXNzPVwidC1jb250ZW50XCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3R1aUFjY29yZGlvbkl0ZW1Db250ZW50XTpub3QobmctdGVtcGxhdGUpXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC90dWktZXhwYW5kPlxuPC9kaXY+XG4iXX0=
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUNyQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLFlBQVksRUFDWixNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDM0QsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBRXZELE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUUxRCxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUMsNEJBQTRCLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQzs7O0FBRXRGLE1BZWEsZ0JBQWdCO0lBZjdCO1FBZ0JxQixRQUFHLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFTMUMsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUdsQixjQUFTLEdBQUcsSUFBSSxDQUFDO1FBR2pCLFlBQU8sR0FBZ0MsS0FBSyxDQUFDO1FBRzdDLFNBQUksR0FBYSxHQUFHLENBQUM7UUFHckIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUdqQixpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUdyQixTQUFJLEdBQUcsS0FBSyxDQUFDO1FBR2IsVUFBSyxHQUFHLEtBQUssQ0FBQztRQUdMLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0tBOEI1RDtJQTVCVSxLQUFLO1FBQ1IsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2QixJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFUyxXQUFXO1FBQ2pCLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ2hCLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDL0I7SUFDTCxDQUFDO0lBRVMsZ0JBQWdCLENBQUMsS0FBWTtRQUNuQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtZQUNaLE9BQU87U0FDVjtRQUVELEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFTyxVQUFVLENBQUMsSUFBYTtRQUM1QixJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssSUFBSSxFQUFFO1lBQ3BCLE9BQU87U0FDVjtRQUVELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBL0RRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHFnQkFHWCw0QkFBNEIsOEVBRzVCLHVCQUF1QixnREN6Q3pDLHU4Q0FrREEsa2pGRDNCYyxJQUFJLDZGQUFFLGtCQUFrQiw4SEFBRSxVQUFVLDhRQUFhLE9BQU87O1NBWXpELGdCQUFnQjs0RkFBaEIsZ0JBQWdCO2tCQWY1QixTQUFTO2lDQUNNLElBQUksWUFDTixvQkFBb0IsV0FDckIsQ0FBQyxJQUFJLEVBQUUsa0JBQWtCLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxPQUFPLENBQUMsbUJBR2xELHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YscUJBQXFCLEVBQUUsV0FBVzt3QkFDbEMsb0JBQW9CLEVBQUUsV0FBVzt3QkFDakMscUJBQXFCLEVBQUUsU0FBUzt3QkFDaEMsa0JBQWtCLEVBQUUsTUFBTTt3QkFDMUIsbUJBQW1CLEVBQUUsVUFBVTtxQkFDbEM7OEJBTWtCLFlBQVk7c0JBRDlCLFlBQVk7dUJBQUMsNEJBQTRCO2dCQUl2QixXQUFXO3NCQUQ3QixZQUFZO3VCQUFDLHVCQUF1QjtnQkFJOUIsU0FBUztzQkFEZixLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJQyxPQUFPO3NCQURiLEtBQUs7Z0JBSUMsSUFBSTtzQkFEVixLQUFLO2dCQUlDLFFBQVE7c0JBRGQsS0FBSztnQkFJQyxZQUFZO3NCQURsQixLQUFLO2dCQUlDLElBQUk7c0JBRFYsS0FBSztnQkFJQyxLQUFLO3NCQURYLEtBQUs7Z0JBSVUsVUFBVTtzQkFEekIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdJZn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIENvbnRlbnRDaGlsZCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1R1aUV4cGFuZH0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9leHBhbmQnO1xuaW1wb3J0IHtUdWlJY29ufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHR5cGUge1R1aVNpemVTfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90eXBlcyc7XG5pbXBvcnQge1R1aUNoZXZyb259IGZyb20gJ0B0YWlnYS11aS9raXQvZGlyZWN0aXZlcyc7XG5pbXBvcnQge1BvbHltb3JwaGV1c091dGxldH0gZnJvbSAnQHRhaWdhLXVpL3BvbHltb3JwaGV1cyc7XG5cbmltcG9ydCB7VHVpQWNjb3JkaW9uSXRlbUNvbnRlbnR9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50fSBmcm9tICcuL2FjY29yZGlvbi1pdGVtLWVhZ2VyLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hY2NvcmRpb24taXRlbScsXG4gICAgaW1wb3J0czogW05nSWYsIFBvbHltb3JwaGV1c091dGxldCwgVHVpQ2hldnJvbiwgVHVpRXhwYW5kLCBUdWlJY29uXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWNjb3JkaW9uLWl0ZW0udGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYWNjb3JkaW9uLWl0ZW0uc3R5bGUubGVzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgJ1tjbGFzcy5fbm8tcGFkZGluZ10nOiAnbm9QYWRkaW5nJyxcbiAgICAgICAgJ1tjbGFzcy5faGFzLWFycm93XSc6ICdzaG93QXJyb3cnLFxuICAgICAgICAnW2F0dHIuZGF0YS1ib3JkZXJzXSc6ICdib3JkZXJzJyxcbiAgICAgICAgJ1thdHRyLmRhdGEtc2l6ZV0nOiAnc2l6ZScsXG4gICAgICAgICdbY2xhc3MuX2Rpc2FibGVkXSc6ICdkaXNhYmxlZCcsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQWNjb3JkaW9uSXRlbSB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50KVxuICAgIHByb3RlY3RlZCByZWFkb25seSBlYWdlckNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50O1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtQ29udGVudClcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbGF6eUNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtQ29udGVudDtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIG5vUGFkZGluZyA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2hvd0Fycm93ID0gdHJ1ZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGJvcmRlcnM6ICdhbGwnIHwgJ3RvcC1ib3R0b20nIHwgbnVsbCA9ICdhbGwnO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2l6ZTogVHVpU2l6ZVMgPSAnbSc7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZGlzYWJsZUhvdmVyID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBvcGVuID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBhc3luYyA9IGZhbHNlO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIHJlYWRvbmx5IG9wZW5DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XG5cbiAgICBwdWJsaWMgY2xvc2UoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlT3BlbihmYWxzZSk7XG4gICAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBvblJvd1RvZ2dsZSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oIXRoaXMub3Blbik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgb25JdGVtS2V5RG93bkVzYyhldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLm9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oZmFsc2UpO1xuICAgIH1cblxuICAgIHByaXZhdGUgdXBkYXRlT3BlbihvcGVuOiBib29sZWFuKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLm9wZW4gPT09IG9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMub3BlbiA9IG9wZW47XG4gICAgICAgIHRoaXMub3BlbkNoYW5nZS5lbWl0KG9wZW4pO1xuICAgIH1cbn1cbiIsIjxkaXZcbiAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS13cmFwcGVyXCJcbiAgICBjbGFzcz1cInQtd3JhcHBlclwiXG4+XG4gICAgPGJ1dHRvblxuICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS1oZWFkZXJcIlxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgY2xhc3M9XCJ0LWhlYWRlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9ob3ZlcmFibGVdPVwiIWRpc2FibGVIb3ZlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9vcGVuXT1cIm9wZW5cIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoY2xpY2spPVwib25Sb3dUb2dnbGUoKVwiXG4gICAgICAgIChrZXlkb3duLmVzYyk9XCJvbkl0ZW1LZXlEb3duRXNjKCRldmVudClcIlxuICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLXRpdGxlXCJcbiAgICAgICAgICAgIGNsYXNzPVwidC10aXRsZVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dBcnJvd1wiPlxuICAgICAgICAgICAgPHR1aS1pY29uXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWljb25cIlxuICAgICAgICAgICAgICAgIFt0dWlDaGV2cm9uXT1cIm9wZW5cIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9idXR0b24+XG4gICAgPHR1aS1leHBhbmRcbiAgICAgICAgW2FzeW5jXT1cImFzeW5jXCJcbiAgICAgICAgW2V4cGFuZGVkXT1cIm9wZW5cIlxuICAgID5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHR1aUV4cGFuZENvbnRlbnQ+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgKm5nSWY9XCJsYXp5Q29udGVudFwiXG4gICAgICAgICAgICAgICAgYXV0b21hdGlvbi1pZD1cInR1aS1hY2NvcmRpb25fX2l0ZW0tY29udGVudFwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKnBvbHltb3JwaGV1c091dGxldD1cImxhenlDb250ZW50IGFzIHRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAge3sgdGV4dCB9fVxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0lmPVwiZWFnZXJDb250ZW50XCJcbiAgICAgICAgICAgIGNsYXNzPVwidC1jb250ZW50XCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3R1aUFjY29yZGlvbkl0ZW1Db250ZW50XTpub3QobmctdGVtcGxhdGUpXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC90dWktZXhwYW5kPlxuPC9kaXY+XG4iXX0=
@@ -22,7 +22,7 @@ class TuiAvatarLabeled {
22
22
  {{ item }}
23
23
  </span>
24
24
  </ng-container>
25
- `, isInline: true, styles: ["tui-avatar-labeled{display:flex;inline-size:3.5rem;box-sizing:content-box;flex-direction:column;text-align:center;align-items:center;line-height:.895rem;font-size:.75rem;padding:0 .5rem;white-space:nowrap}tui-avatar-labeled tui-avatar{margin-block-end:.375rem}tui-avatar-labeled [tuiFade]{inline-size:calc(100% + 1rem)}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TuiFade, selector: "[tuiFade]", inputs: ["tuiFadeHeight", "tuiFadeSize", "tuiFadeOffset", "tuiFade"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
25
+ `, isInline: true, styles: ["tui-avatar-labeled{display:flex;inline-size:3.5rem;box-sizing:content-box;flex-direction:column;text-align:center;align-items:center;line-height:.895rem;font-size:.75rem;padding:0 .5rem;white-space:nowrap}tui-avatar-labeled tui-avatar{margin-bottom:.375rem}tui-avatar-labeled [tuiFade]{inline-size:calc(100% + 1rem)}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TuiFade, selector: "[tuiFade]", inputs: ["tuiFadeHeight", "tuiFadeSize", "tuiFadeOffset", "tuiFade"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
26
26
  }
27
27
  __decorate([
28
28
  tuiPure
@@ -40,8 +40,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
40
40
  {{ item }}
41
41
  </span>
42
42
  </ng-container>
43
- `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["tui-avatar-labeled{display:flex;inline-size:3.5rem;box-sizing:content-box;flex-direction:column;text-align:center;align-items:center;line-height:.895rem;font-size:.75rem;padding:0 .5rem;white-space:nowrap}tui-avatar-labeled tui-avatar{margin-block-end:.375rem}tui-avatar-labeled [tuiFade]{inline-size:calc(100% + 1rem)}\n"] }]
43
+ `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["tui-avatar-labeled{display:flex;inline-size:3.5rem;box-sizing:content-box;flex-direction:column;text-align:center;align-items:center;line-height:.895rem;font-size:.75rem;padding:0 .5rem;white-space:nowrap}tui-avatar-labeled tui-avatar{margin-bottom:.375rem}tui-avatar-labeled [tuiFade]{inline-size:calc(100% + 1rem)}\n"] }]
44
44
  }], propDecorators: { label: [{
45
45
  type: Input
46
46
  }], split: [] } });
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLWxhYmVsZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYXZhdGFyL2F2YXRhci1sYWJlbGVkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFDLE9BQU8sRUFBRSxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM5QyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sK0JBQStCLENBQUM7O0FBRXRELE1BbUJhLGdCQUFnQjtJQW5CN0I7UUFxQlcsVUFBSyxHQUFHLEVBQUUsQ0FBQztLQU1yQjtJQUhhLEtBQUssQ0FBQyxLQUFhO1FBQ3pCLE9BQU8sS0FBSyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUM1QixDQUFDOytHQVBRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLDBHQWZmOzs7Ozs7Ozs7O0tBVVQsMllBWFMsT0FBTyxtSEFBRSxJQUFJLDZGQUFFLE9BQU87O0FBcUJ0QjtJQURULE9BQU87NkNBR1A7U0FQUSxnQkFBZ0I7NEZBQWhCLGdCQUFnQjtrQkFuQjVCLFNBQVM7aUNBQ00sSUFBSSxZQUNOLG9CQUFvQixXQUNyQixDQUFDLE9BQU8sRUFBRSxJQUFJLEVBQUUsT0FBTyxDQUFDLFlBQ3ZCOzs7Ozs7Ozs7O0tBVVQsaUJBRWMsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTTs4QkFJeEMsS0FBSztzQkFEWCxLQUFLO2dCQUlJLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nRm9yT2YsIE5nSWZ9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aVB1cmV9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUZhZGV9IGZyb20gJ0B0YWlnYS11aS9raXQvZGlyZWN0aXZlcy9mYWRlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hdmF0YXItbGFiZWxlZCcsXG4gICAgaW1wb3J0czogW05nRm9yT2YsIE5nSWYsIFR1aUZhZGVdLFxuICAgIHRlbXBsYXRlOiBgXG4gICAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJsYWJlbC5sZW5ndGhcIj5cbiAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGl0ZW0gb2Ygc3BsaXQobGFiZWwpXCJcbiAgICAgICAgICAgICAgICB0dWlGYWRlXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAge3sgaXRlbSB9fVxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICBgLFxuICAgIHN0eWxlVXJsczogWycuL2F2YXRhci1sYWJlbGVkLnN0eWxlcy5sZXNzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQXZhdGFyTGFiZWxlZCB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbGFiZWwgPSAnJztcblxuICAgIEB0dWlQdXJlXG4gICAgcHJvdGVjdGVkIHNwbGl0KGxhYmVsOiBzdHJpbmcpOiByZWFkb25seSBzdHJpbmdbXSB7XG4gICAgICAgIHJldHVybiBsYWJlbC5zcGxpdCgnICcpO1xuICAgIH1cbn1cbiJdfQ==
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLWxhYmVsZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYXZhdGFyL2F2YXRhci1sYWJlbGVkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFDLE9BQU8sRUFBRSxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM5QyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMxRCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sK0JBQStCLENBQUM7O0FBRXRELE1BbUJhLGdCQUFnQjtJQW5CN0I7UUFxQlcsVUFBSyxHQUFHLEVBQUUsQ0FBQztLQU1yQjtJQUhhLEtBQUssQ0FBQyxLQUFhO1FBQ3pCLE9BQU8sS0FBSyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUM1QixDQUFDOytHQVBRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLDBHQWZmOzs7Ozs7Ozs7O0tBVVQsd1lBWFMsT0FBTyxtSEFBRSxJQUFJLDZGQUFFLE9BQU87O0FBcUJ0QjtJQURULE9BQU87NkNBR1A7U0FQUSxnQkFBZ0I7NEZBQWhCLGdCQUFnQjtrQkFuQjVCLFNBQVM7aUNBQ00sSUFBSSxZQUNOLG9CQUFvQixXQUNyQixDQUFDLE9BQU8sRUFBRSxJQUFJLEVBQUUsT0FBTyxDQUFDLFlBQ3ZCOzs7Ozs7Ozs7O0tBVVQsaUJBRWMsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTTs4QkFJeEMsS0FBSztzQkFEWCxLQUFLO2dCQUlJLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nRm9yT2YsIE5nSWZ9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aVB1cmV9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUZhZGV9IGZyb20gJ0B0YWlnYS11aS9raXQvZGlyZWN0aXZlcy9mYWRlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hdmF0YXItbGFiZWxlZCcsXG4gICAgaW1wb3J0czogW05nRm9yT2YsIE5nSWYsIFR1aUZhZGVdLFxuICAgIHRlbXBsYXRlOiBgXG4gICAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJsYWJlbC5sZW5ndGhcIj5cbiAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGl0ZW0gb2Ygc3BsaXQobGFiZWwpXCJcbiAgICAgICAgICAgICAgICB0dWlGYWRlXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAge3sgaXRlbSB9fVxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICBgLFxuICAgIHN0eWxlVXJsczogWycuL2F2YXRhci1sYWJlbGVkLnN0eWxlcy5sZXNzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQXZhdGFyTGFiZWxlZCB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbGFiZWwgPSAnJztcblxuICAgIEB0dWlQdXJlXG4gICAgcHJvdGVjdGVkIHNwbGl0KGxhYmVsOiBzdHJpbmcpOiByZWFkb25seSBzdHJpbmdbXSB7XG4gICAgICAgIHJldHVybiBsYWJlbC5zcGxpdCgnICcpO1xuICAgIH1cbn1cbiJdfQ==