@taiga-ui/core 4.52.0-canary.abf3e8c → 4.52.0-canary.ae38a1e

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 (150) hide show
  1. package/components/calendar/calendar-sheet.component.d.ts +1 -1
  2. package/components/calendar/calendar-sheet.pipe.d.ts +1 -1
  3. package/components/calendar/calendar.options.d.ts +9 -0
  4. package/components/calendar/index.d.ts +1 -0
  5. package/components/calendar/order-week-days.pipe.d.ts +1 -1
  6. package/components/input/input.d.ts +1 -1
  7. package/components/input/input.directive.d.ts +1 -2
  8. package/components/label/label.directive.d.ts +1 -1
  9. package/components/link/index.d.ts +0 -1
  10. package/components/link/link.directive.d.ts +8 -6
  11. package/components/notification/notification.directive.d.ts +2 -2
  12. package/components/root/root.component.d.ts +1 -1
  13. package/components/scrollbar/scroll-ref.directive.d.ts +2 -0
  14. package/components/scrollbar/scrollbar.component.d.ts +1 -5
  15. package/components/spin-button/spin-button.component.d.ts +1 -1
  16. package/components/textfield/textfield-multi/textfield-multi.component.d.ts +1 -2
  17. package/components/textfield/textfield.component.d.ts +6 -7
  18. package/directives/appearance/appearance.directive.d.ts +1 -1
  19. package/directives/appearance/appearance.options.d.ts +1 -2
  20. package/directives/button-x/button-x.directive.d.ts +6 -0
  21. package/directives/button-x/index.d.ts +1 -0
  22. package/directives/index.d.ts +1 -0
  23. package/directives/items-handlers/items-handlers.directive.d.ts +5 -9
  24. package/directives/items-handlers/items-handlers.tokens.d.ts +4 -4
  25. package/fesm2022/taiga-ui-core-classes.mjs +3 -3
  26. package/fesm2022/taiga-ui-core-components-button.mjs +7 -7
  27. package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-core-components-calendar.mjs +38 -36
  29. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-core-components-cell.mjs +7 -7
  31. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-core-components-data-list.mjs +17 -17
  33. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-core-components-error.mjs +10 -10
  35. package/fesm2022/taiga-ui-core-components-expand.mjs +3 -3
  36. package/fesm2022/taiga-ui-core-components-icon.mjs +7 -7
  37. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  38. package/fesm2022/taiga-ui-core-components-input.mjs +10 -10
  39. package/fesm2022/taiga-ui-core-components-input.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-core-components-label.mjs +11 -13
  41. package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-core-components-link.mjs +13 -24
  43. package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-core-components-loader.mjs +4 -4
  45. package/fesm2022/taiga-ui-core-components-loader.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-core-components-notification.mjs +21 -23
  47. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-core-components-root.mjs +6 -8
  49. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-core-components-scrollbar.mjs +43 -48
  51. package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
  52. package/fesm2022/taiga-ui-core-components-spin-button.mjs +6 -6
  53. package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
  54. package/fesm2022/taiga-ui-core-components-textfield.mjs +47 -47
  55. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  56. package/fesm2022/taiga-ui-core-components-title.mjs +7 -7
  57. package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
  58. package/fesm2022/taiga-ui-core-directives-appearance.mjs +10 -10
  59. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  60. package/fesm2022/taiga-ui-core-directives-button-x.mjs +51 -0
  61. package/fesm2022/taiga-ui-core-directives-button-x.mjs.map +1 -0
  62. package/fesm2022/taiga-ui-core-directives-date-format.mjs +3 -3
  63. package/fesm2022/taiga-ui-core-directives-group.mjs +7 -7
  64. package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-core-directives-icons.mjs +10 -10
  66. package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs +15 -36
  68. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-core-directives-number-format.mjs +3 -3
  70. package/fesm2022/taiga-ui-core-directives.mjs +1 -0
  71. package/fesm2022/taiga-ui-core-directives.mjs.map +1 -1
  72. package/fesm2022/taiga-ui-core-pipes-format-number.mjs +3 -3
  73. package/fesm2022/taiga-ui-core-portals-alert.mjs +9 -9
  74. package/fesm2022/taiga-ui-core-portals-dialog.mjs +16 -15
  75. package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
  76. package/fesm2022/taiga-ui-core-portals-dropdown.mjs +119 -138
  77. package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-core-portals-hint.mjs +61 -116
  79. package/fesm2022/taiga-ui-core-portals-hint.mjs.map +1 -1
  80. package/fesm2022/taiga-ui-core-portals-modal.mjs +8 -8
  81. package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-core-portals-popup.mjs +9 -9
  83. package/fesm2022/taiga-ui-core-services.mjs +12 -56
  84. package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
  85. package/fesm2022/taiga-ui-core-tokens.mjs +32 -42
  86. package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
  87. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs +13 -4
  88. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs.map +1 -1
  89. package/fesm2022/taiga-ui-core.mjs +0 -1
  90. package/fesm2022/taiga-ui-core.mjs.map +1 -1
  91. package/index.d.ts +0 -1
  92. package/package.json +63 -64
  93. package/portals/dropdown/dropdown-close.directive.d.ts +15 -0
  94. package/portals/dropdown/dropdown-context.directive.d.ts +0 -1
  95. package/portals/dropdown/dropdown-open.directive.d.ts +6 -7
  96. package/portals/dropdown/dropdown-options.directive.d.ts +0 -4
  97. package/portals/dropdown/index.d.ts +1 -0
  98. package/portals/hint/hint-options.directive.d.ts +1 -20
  99. package/portals/hint/hint-position.directive.d.ts +4 -4
  100. package/portals/hint/hint.d.ts +1 -2
  101. package/portals/hint/hint.directive.d.ts +2 -2
  102. package/services/index.d.ts +0 -2
  103. package/styles/components/appearance.less +5 -0
  104. package/styles/components/button.less +10 -20
  105. package/styles/components/icon.less +11 -0
  106. package/styles/components/icons.less +2 -1
  107. package/styles/components/label.less +3 -12
  108. package/styles/components/link.less +8 -24
  109. package/styles/components/notification.less +31 -65
  110. package/styles/components/textfield.less +127 -212
  111. package/styles/components/title.less +8 -8
  112. package/styles/mixins/appearance.less +8 -24
  113. package/styles/mixins/appearance.scss +8 -24
  114. package/styles/mixins/date-picker.less +1 -1
  115. package/styles/mixins/picker.less +1 -1
  116. package/styles/mixins/picker.scss +1 -1
  117. package/styles/mixins/slider.less +4 -10
  118. package/styles/mixins/slider.scss +23 -21
  119. package/styles/taiga-ui-local.less +0 -1
  120. package/styles/taiga-ui-local.scss +0 -1
  121. package/styles/taiga-ui-theme.less +0 -1
  122. package/styles/theme/appearance/outline.less +9 -18
  123. package/styles/theme/appearance/primary.less +2 -4
  124. package/styles/theme/appearance/secondary.less +6 -14
  125. package/styles/theme/appearance/status.less +0 -4
  126. package/styles/theme/appearance/table.less +36 -35
  127. package/styles/theme/appearance/textfield.less +30 -27
  128. package/styles/theme/appearance.less +0 -1
  129. package/styles/theme/variables.less +16 -17
  130. package/styles/variables/media.less +13 -18
  131. package/styles/variables/media.scss +13 -13
  132. package/tokens/breakpoint.d.ts +4 -0
  133. package/tokens/common-icons.d.ts +2 -0
  134. package/tokens/index.d.ts +1 -4
  135. package/utils/miscellaneous/font-scaling.d.ts +2 -1
  136. package/animations/animations.d.ts +0 -109
  137. package/animations/index.d.ts +0 -1
  138. package/components/link/link.options.d.ts +0 -10
  139. package/fesm2022/taiga-ui-core-animations.mjs +0 -370
  140. package/fesm2022/taiga-ui-core-animations.mjs.map +0 -1
  141. package/services/breakpoint.service.d.ts +0 -16
  142. package/services/dark-theme.service.d.ts +0 -10
  143. package/styles/mixins/wrapper.less +0 -64
  144. package/styles/mixins/wrapper.scss +0 -61
  145. package/styles/theme/appearance/opposite.less +0 -17
  146. package/styles/theme/wrapper.less +0 -211
  147. package/tokens/day-type-handler.d.ts +0 -7
  148. package/tokens/first-day-of-week.d.ts +0 -5
  149. package/tokens/scroll-ref.d.ts +0 -2
  150. package/tokens/spin-icons.d.ts +0 -6
@@ -1,7 +1,6 @@
1
- import { __decorate } from 'tslib';
2
1
  import * as i0 from '@angular/core';
3
- import { InjectionToken, Directive, Optional, Self, SkipSelf, inject, Input, input, output, INJECTOR, ChangeDetectionStrategy, Component, TemplateRef, forwardRef, signal, computed } from '@angular/core';
4
- import { takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
2
+ import { InjectionToken, Directive, Optional, SkipSelf, inject, input, output, INJECTOR, ChangeDetectionStrategy, Component, TemplateRef, forwardRef, signal, computed } from '@angular/core';
3
+ import { outputFromObservable, takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
5
4
  import { EMPTY_CLIENT_RECT } from '@taiga-ui/cdk/constants';
6
5
  import * as i3 from '@taiga-ui/cdk/directives/active-zone';
7
6
  import { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
@@ -11,18 +10,17 @@ import { TuiHoveredService } from '@taiga-ui/cdk/directives/hovered';
11
10
  import { TUI_IS_MOBILE } from '@taiga-ui/cdk/tokens';
12
11
  import { tuiInjectElement, tuiPointToClientRect } from '@taiga-ui/cdk/utils/dom';
13
12
  import { tuiClamp } from '@taiga-ui/cdk/utils/math';
14
- import { tuiPure, tuiSetSignal, tuiPx, tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
13
+ import { tuiSetSignal, tuiPx, tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
15
14
  import { TuiDriverDirective, TuiDriver, tuiAsDriver, TuiPositionAccessor, tuiFallbackAccessor, TuiRectAccessor, tuiAsVehicle, tuiAsRectAccessor, tuiPositionAccessorFor, tuiRectAccessorFor } from '@taiga-ui/core/classes';
16
15
  import { tuiButtonOptionsProvider } from '@taiga-ui/core/components/button';
17
16
  import * as i1 from '@taiga-ui/core/directives/appearance';
18
17
  import { tuiAppearance, TuiAppearance } from '@taiga-ui/core/directives/appearance';
19
18
  import { TuiPositionService, TuiVisualViewportService } from '@taiga-ui/core/services';
20
19
  import { TUI_VIEWPORT } from '@taiga-ui/core/tokens';
21
- import { tuiOverrideOptions, tuiIsObscured } from '@taiga-ui/core/utils';
20
+ import { tuiOverrideOptions, tuiIsObscured } from '@taiga-ui/core/utils/miscellaneous';
22
21
  import { PolymorpheusComponent, PolymorpheusOutlet } from '@taiga-ui/polymorpheus';
23
- import { Subject, merge, switchMap, of, delay, takeUntil, repeat, filter, map, tap, takeWhile, distinctUntilChanged, fromEvent, debounce, timer, startWith, skip, BehaviorSubject } from 'rxjs';
22
+ import { Subject, merge, switchMap, of, delay, takeUntil, repeat, filter, map, tap, distinctUntilChanged, takeWhile, fromEvent, debounce, timer, startWith, skip, BehaviorSubject } from 'rxjs';
24
23
  import { TuiPopupService } from '@taiga-ui/core/portals/popup';
25
- import { tuiProvide } from '@taiga-ui/cdk/utils/di';
26
24
  import { DOCUMENT } from '@angular/common';
27
25
  import { tuiIfMap, tuiTypedFromEvent, tuiZoneOptimized } from '@taiga-ui/cdk/observables';
28
26
  import { tuiIsFocused } from '@taiga-ui/cdk/utils/focus';
@@ -39,10 +37,10 @@ class TuiHintDriver extends TuiDriverDirective {
39
37
  super(...arguments);
40
38
  this.type = 'hint';
41
39
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDriver, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintDriver, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDriver, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
41
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: TuiHintDriver, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
44
42
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDriver, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDriver, decorators: [{
46
44
  type: Directive
47
45
  }] });
48
46
 
@@ -77,53 +75,9 @@ const TUI_HINT_OPTIONS = new InjectionToken(ngDevMode ? 'TUI_HINT_OPTIONS' : '',
77
75
  });
78
76
  const tuiHintOptionsProvider = (override) => ({
79
77
  provide: TUI_HINT_OPTIONS,
80
- deps: [
81
- [new Optional(), new Self(), TuiHintOptionsDirective],
82
- [new Optional(), new SkipSelf(), TUI_HINT_OPTIONS],
83
- ],
78
+ deps: [[new Optional(), new SkipSelf(), TUI_HINT_OPTIONS]],
84
79
  useFactory: tuiOverrideOptions(override, TUI_HINT_DEFAULT_OPTIONS),
85
80
  });
86
- /**
87
- * @deprecated: drop in 5.0
88
- */
89
- class TuiHintOptionsDirective {
90
- constructor() {
91
- this.options = inject(TUI_HINT_OPTIONS, { skipSelf: true });
92
- this.direction = this.options.direction;
93
- this.appearance = this.options.appearance;
94
- this.showDelay = this.options.showDelay;
95
- this.hideDelay = this.options.hideDelay;
96
- this.icon = this.options.icon;
97
- this.change$ = new Subject();
98
- }
99
- ngOnChanges() {
100
- this.change$.next();
101
- }
102
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintOptionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
103
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintOptionsDirective, isStandalone: true, selector: "[tuiHintContent]", inputs: { content: ["tuiHintContent", "content"], direction: ["tuiHintDirection", "direction"], appearance: ["tuiHintAppearance", "appearance"], showDelay: ["tuiHintShowDelay", "showDelay"], hideDelay: ["tuiHintHideDelay", "hideDelay"] }, providers: [tuiProvide(TUI_HINT_OPTIONS, TuiHintOptionsDirective)], usesOnChanges: true, ngImport: i0 }); }
104
- }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintOptionsDirective, decorators: [{
106
- type: Directive,
107
- args: [{
108
- selector: '[tuiHintContent]',
109
- providers: [tuiProvide(TUI_HINT_OPTIONS, TuiHintOptionsDirective)],
110
- }]
111
- }], propDecorators: { content: [{
112
- type: Input,
113
- args: ['tuiHintContent']
114
- }], direction: [{
115
- type: Input,
116
- args: ['tuiHintDirection']
117
- }], appearance: [{
118
- type: Input,
119
- args: ['tuiHintAppearance']
120
- }], showDelay: [{
121
- type: Input,
122
- args: ['tuiHintShowDelay']
123
- }], hideDelay: [{
124
- type: Input,
125
- args: ['tuiHintHideDelay']
126
- }] } });
127
81
 
128
82
  class TuiHintHover extends TuiDriver {
129
83
  constructor() {
@@ -137,7 +91,7 @@ class TuiHintHover extends TuiDriver {
137
91
  this.stream$ = merge(this.toggle$.pipe(switchMap((show) => this.isMobile
138
92
  ? of(show)
139
93
  : of(show).pipe(delay(show ? 0 : this.hideDelay()))), takeUntil(this.hovered$), repeat()), this.hovered$.pipe(switchMap((show) => this.isMobile
140
- ? of(show)
94
+ ? of(show).pipe(delay(0))
141
95
  : of(show).pipe(delay(show ? this.showDelay() : this.hideDelay()))), takeUntil(this.toggle$), repeat())).pipe(filter(() => this.enabled), map((value) => value &&
142
96
  (this.el.hasAttribute('tuiHintPointer') || !tuiIsObscured(this.el))), tap((visible) => {
143
97
  this.visible = visible;
@@ -162,10 +116,10 @@ class TuiHintHover extends TuiDriver {
162
116
  close() {
163
117
  this.toggle$.next(false);
164
118
  }
165
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintHover, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
166
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintHover, isStandalone: true, inputs: { showDelay: { classPropertyName: "showDelay", publicName: "tuiHintShowDelay", isSignal: true, isRequired: false, transformFunction: null }, hideDelay: { classPropertyName: "hideDelay", publicName: "tuiHintHideDelay", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintHover), TuiHoveredService], exportAs: ["tuiHintHover"], usesInheritance: true, ngImport: i0 }); }
119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintHover, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
120
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintHover, isStandalone: true, inputs: { showDelay: { classPropertyName: "showDelay", publicName: "tuiHintShowDelay", isSignal: true, isRequired: false, transformFunction: null }, hideDelay: { classPropertyName: "hideDelay", publicName: "tuiHintHideDelay", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintHover), TuiHoveredService], exportAs: ["tuiHintHover"], usesInheritance: true, ngImport: i0 }); }
167
121
  }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintHover, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintHover, decorators: [{
169
123
  type: Directive,
170
124
  args: [{
171
125
  providers: [tuiAsDriver(TuiHintHover), TuiHoveredService],
@@ -181,47 +135,45 @@ class TuiHintPosition extends TuiPositionAccessor {
181
135
  constructor() {
182
136
  super(...arguments);
183
137
  this.el = tuiInjectElement();
184
- this.offset = inject(TUI_IS_MOBILE) ? 16 : 8;
185
138
  this.viewport = inject(TUI_VIEWPORT);
139
+ this.directionChange = new Subject();
186
140
  this.accessor = tuiFallbackAccessor('hint')(inject(TuiRectAccessor, { optional: true }), { getClientRect: () => this.el.getBoundingClientRect() });
187
141
  this.points = TUI_HINT_DIRECTIONS.reduce((acc, direction) => ({ ...acc, [direction]: [0, 0] }), {});
188
142
  this.direction = input(inject(TUI_HINT_OPTIONS).direction, {
189
143
  alias: 'tuiHintDirection',
190
144
  });
191
- this.directionChange = output({
192
- alias: 'tuiHintDirectionChange',
145
+ this.offset = input(inject(TUI_IS_MOBILE) ? 16 : 8, {
146
+ alias: 'tuiHintOffset',
193
147
  });
148
+ this.tuiHintDirectionChange = outputFromObservable(this.directionChange.pipe(distinctUntilChanged()));
194
149
  this.type = 'hint';
195
150
  }
196
- emitDirection(direction) {
197
- this.directionChange.emit(direction);
198
- }
199
151
  getPosition({ width, height }) {
200
152
  const direction = this.direction();
201
153
  const hostRect = this.accessor.getClientRect();
202
154
  const leftCenter = hostRect.left + hostRect.width / 2;
203
155
  const topCenter = hostRect.top + hostRect.height / 2;
204
156
  const rtl = this.el.matches('[dir="rtl"] :scope');
205
- this.points['top-left'][TOP] = hostRect.top - height - this.offset;
157
+ this.points['top-left'][TOP] = hostRect.top - height - this.offset();
206
158
  this.points['top-left'][LEFT] = leftCenter - width + ARROW_OFFSET;
207
159
  this.points.top[TOP] = this.points['top-left'][TOP];
208
160
  this.points.top[LEFT] = leftCenter - width / 2;
209
161
  this.points['top-right'][TOP] = this.points['top-left'][TOP];
210
162
  this.points['top-right'][LEFT] = leftCenter - ARROW_OFFSET;
211
- this.points['bottom-left'][TOP] = hostRect.bottom + this.offset;
163
+ this.points['bottom-left'][TOP] = hostRect.bottom + this.offset();
212
164
  this.points['bottom-left'][LEFT] = this.points['top-left'][LEFT];
213
165
  this.points.bottom[TOP] = this.points['bottom-left'][TOP];
214
166
  this.points.bottom[LEFT] = this.points.top[LEFT];
215
167
  this.points['bottom-right'][TOP] = this.points['bottom-left'][TOP];
216
168
  this.points['bottom-right'][LEFT] = this.points['top-right'][LEFT];
217
169
  this.points['left-top'][TOP] = topCenter - height + ARROW_OFFSET;
218
- this.points['left-top'][LEFT] = hostRect.left - width - this.offset;
170
+ this.points['left-top'][LEFT] = hostRect.left - width - this.offset();
219
171
  this.points.left[TOP] = topCenter - height / 2;
220
172
  this.points.left[LEFT] = this.points['left-top'][LEFT];
221
173
  this.points['left-bottom'][TOP] = topCenter - ARROW_OFFSET;
222
174
  this.points['left-bottom'][LEFT] = this.points['left-top'][LEFT];
223
175
  this.points['right-top'][TOP] = this.points['left-top'][TOP];
224
- this.points['right-top'][LEFT] = hostRect.right + this.offset;
176
+ this.points['right-top'][LEFT] = hostRect.right + this.offset();
225
177
  this.points.right[TOP] = this.points.left[TOP];
226
178
  this.points.right[LEFT] = this.points['right-top'][LEFT];
227
179
  this.points['right-bottom'][TOP] = this.points['left-bottom'][TOP];
@@ -232,7 +184,7 @@ class TuiHintPosition extends TuiPositionAccessor {
232
184
  .concat(TUI_HINT_DIRECTIONS)
233
185
  .find((dir) => this.checkPosition(this.points[dir], width, height)) ||
234
186
  this.fallback;
235
- this.emitDirection(adjust(updated, rtl));
187
+ this.directionChange.next(adjust(updated, rtl));
236
188
  return this.points[updated];
237
189
  }
238
190
  get fallback() {
@@ -248,15 +200,12 @@ class TuiHintPosition extends TuiPositionAccessor {
248
200
  top + height < viewport.bottom - GAP$1 &&
249
201
  left + width < viewport.right - GAP$1);
250
202
  }
251
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintPosition, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
252
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintPosition, isStandalone: true, inputs: { direction: { classPropertyName: "direction", publicName: "tuiHintDirection", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { directionChange: "tuiHintDirectionChange" }, usesInheritance: true, ngImport: i0 }); }
203
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintPosition, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
204
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintPosition, isStandalone: true, inputs: { direction: { classPropertyName: "direction", publicName: "tuiHintDirection", isSignal: true, isRequired: false, transformFunction: null }, offset: { classPropertyName: "offset", publicName: "tuiHintOffset", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tuiHintDirectionChange: "tuiHintDirectionChange" }, usesInheritance: true, ngImport: i0 }); }
253
205
  }
254
- __decorate([
255
- tuiPure
256
- ], TuiHintPosition.prototype, "emitDirection", null);
257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintPosition, decorators: [{
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintPosition, decorators: [{
258
207
  type: Directive
259
- }], propDecorators: { emitDirection: [] } });
208
+ }] });
260
209
  function adjust(direction, rtl) {
261
210
  if (rtl && direction.includes('left')) {
262
211
  return direction.replace('left', 'right');
@@ -302,17 +251,17 @@ class TuiHintDirective {
302
251
  this.visible.emit(false);
303
252
  }
304
253
  }
305
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
306
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintDirective, isStandalone: true, selector: "[tuiHint]:not(ng-container):not(ng-template)", inputs: { content: { classPropertyName: "content", publicName: "tuiHint", isSignal: true, isRequired: false, transformFunction: null }, context: { classPropertyName: "context", publicName: "tuiHintContext", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "tuiHintAppearance", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { visible: "tuiHintVisible" }, providers: [
254
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
255
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintDirective, isStandalone: true, selector: "[tuiHint]:not(ng-container):not(ng-template)", inputs: { content: { classPropertyName: "content", publicName: "tuiHint", isSignal: true, isRequired: false, transformFunction: null }, context: { classPropertyName: "context", publicName: "tuiHintContext", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "tuiHintAppearance", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { visible: "tuiHintVisible" }, providers: [
307
256
  tuiAsVehicle(TuiHintDirective),
308
257
  {
309
258
  provide: PolymorpheusComponent,
310
259
  deps: [TUI_HINT_COMPONENT, INJECTOR],
311
260
  useClass: PolymorpheusComponent,
312
261
  },
313
- ], usesOnChanges: true, hostDirectives: [{ directive: TuiHintDriver }, { directive: TuiHintHover, inputs: ["tuiHintHideDelay", "tuiHintHideDelay", "tuiHintShowDelay", "tuiHintShowDelay"] }, { directive: TuiHintPosition, inputs: ["tuiHintDirection", "tuiHintDirection"], outputs: ["tuiHintDirectionChange", "tuiHintDirectionChange"] }], ngImport: i0 }); }
262
+ ], usesOnChanges: true, hostDirectives: [{ directive: TuiHintDriver }, { directive: TuiHintHover, inputs: ["tuiHintHideDelay", "tuiHintHideDelay", "tuiHintShowDelay", "tuiHintShowDelay"] }, { directive: TuiHintPosition, inputs: ["tuiHintDirection", "tuiHintDirection", "tuiHintOffset", "tuiHintOffset"], outputs: ["tuiHintDirectionChange", "tuiHintDirectionChange"] }], ngImport: i0 }); }
314
263
  }
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDirective, decorators: [{
264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDirective, decorators: [{
316
265
  type: Directive,
317
266
  args: [{
318
267
  selector: '[tuiHint]:not(ng-container):not(ng-template)',
@@ -332,7 +281,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
332
281
  },
333
282
  {
334
283
  directive: TuiHintPosition,
335
- inputs: ['tuiHintDirection'],
284
+ inputs: ['tuiHintDirection', 'tuiHintOffset'],
336
285
  outputs: ['tuiHintDirectionChange'],
337
286
  },
338
287
  ],
@@ -350,10 +299,10 @@ class TuiHintPointer extends TuiHintHover {
350
299
  onMove({ clientX, clientY }) {
351
300
  this.currentRect = tuiPointToClientRect(clientX, clientY);
352
301
  }
353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintPointer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
354
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintPointer, isStandalone: true, selector: "[tuiHint][tuiHintPointer]", host: { listeners: { "mousemove.zoneless": "onMove($event)" } }, providers: [tuiAsRectAccessor(TuiHintPointer), tuiAsDriver(TuiHintPointer)], usesInheritance: true, ngImport: i0 }); }
302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintPointer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
303
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: TuiHintPointer, isStandalone: true, selector: "[tuiHint][tuiHintPointer]", host: { listeners: { "mousemove.zoneless": "onMove($event)" } }, providers: [tuiAsRectAccessor(TuiHintPointer), tuiAsDriver(TuiHintPointer)], usesInheritance: true, ngImport: i0 }); }
355
304
  }
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintPointer, decorators: [{
305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintPointer, decorators: [{
357
306
  type: Directive,
358
307
  args: [{
359
308
  selector: '[tuiHint][tuiHintPointer]',
@@ -368,10 +317,10 @@ class TuiHintUnstyledComponent {
368
317
  constructor() {
369
318
  this.hint = inject(TuiHintDirective);
370
319
  }
371
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintUnstyledComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
372
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintUnstyledComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '<ng-container *polymorpheusOutlet="hint.content()" />', isInline: true, dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
320
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintUnstyledComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
321
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: TuiHintUnstyledComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '<ng-container *polymorpheusOutlet="hint.content()" />', isInline: true, dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
373
322
  }
374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintUnstyledComponent, decorators: [{
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintUnstyledComponent, decorators: [{
375
324
  type: Component,
376
325
  args: [{
377
326
  imports: [PolymorpheusOutlet],
@@ -385,10 +334,10 @@ class TuiHintUnstyled {
385
334
  tuiSetSignal(hint.content, inject((TemplateRef)));
386
335
  hint.component = new PolymorpheusComponent(TuiHintUnstyledComponent, inject(INJECTOR));
387
336
  }
388
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintUnstyled, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
389
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintUnstyled, isStandalone: true, selector: "ng-template[tuiHint]", ngImport: i0 }); }
337
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintUnstyled, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
338
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: TuiHintUnstyled, isStandalone: true, selector: "ng-template[tuiHint]", ngImport: i0 }); }
390
339
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintUnstyled, decorators: [{
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintUnstyled, decorators: [{
392
341
  type: Directive,
393
342
  args: [{
394
343
  selector: 'ng-template[tuiHint]',
@@ -436,8 +385,8 @@ class TuiHintComponent {
436
385
  }
437
386
  }
438
387
  apply(top, left, beakTop, beakLeft) {
439
- this.el.style.top = top;
440
- this.el.style.left = left;
388
+ this.el.style.setProperty('top', top);
389
+ this.el.style.setProperty('left', left);
441
390
  this.el.style.setProperty('--t-top', `${beakTop}%`);
442
391
  this.el.style.setProperty('--t-left', `${beakLeft}%`);
443
392
  this.el.style.setProperty('--t-rotate', !beakLeft || Math.ceil(beakLeft) === 100 ? '90deg' : '0deg');
@@ -456,19 +405,16 @@ class TuiHintComponent {
456
405
  ]);
457
406
  this.apply(tuiPx(Math.round(top)), tuiPx(Math.round(safeLeft)), Math.round((tuiClamp(beakTop, 0, clientHeight) / clientHeight) * 100), Math.round((tuiClamp(beakLeft, 0, clientWidth) / clientWidth) * 100));
458
407
  }
459
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
460
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: TuiHintComponent, isStandalone: true, selector: "tui-hint", host: { attributes: { "role": "tooltip" }, listeners: { "document:click": "onClick($event.target)" }, properties: { "class._untouchable": "pointer", "class._mobile": "isMobile", "attr.tuiTheme": "theme" } }, providers: [TUI_HINT_PROVIDERS, tuiButtonOptionsProvider({ size: 's' })], hostDirectives: [{ directive: i1.TuiAppearance }, { directive: i2.TuiAnimated }, { directive: i3.TuiActiveZone }], ngImport: i0, template: `
408
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
409
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: TuiHintComponent, isStandalone: true, selector: "tui-hint", host: { attributes: { "role": "tooltip" }, listeners: { "document:click": "onClick($event.target)" }, properties: { "class._untouchable": "pointer", "class._mobile": "isMobile", "attr.tuiTheme": "theme" } }, providers: [TUI_HINT_PROVIDERS, tuiButtonOptionsProvider({ size: 's' })], hostDirectives: [{ directive: i1.TuiAppearance }, { directive: i2.TuiAnimated }, { directive: i3.TuiActiveZone }], ngImport: i0, template: `
461
410
  <ng-content />
462
411
  <span
463
412
  *polymorpheusOutlet="content() as text; context: hint.context()"
464
413
  [innerHTML]="text"
465
414
  ></span>
466
- `, isInline: true, styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-text-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transition:none;transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-text-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}:host ::ng-deep [tuiTitle]{margin-block-end:.75rem}:host ::ng-deep [tuiTitle]+footer{margin-block-start:.75rem}:host ::ng-deep [tuiIconButton][data-appearance=icon][data-size=xs]{float:inline-end;margin-inline-end:-.25rem}:host ::ng-deep img{display:block;border-radius:var(--tui-radius-m)}:host ::ng-deep footer{display:flex;justify-content:flex-end;gap:.5rem;inline-size:18rem;max-inline-size:100%;margin:1rem 0 .25rem}\n"], dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
415
+ `, isInline: true, styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-body-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transition:none;transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-body-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}:host ::ng-deep [tuiTitle]{margin-block-end:.75rem}:host ::ng-deep [tuiTitle]+footer{margin-block-start:.75rem}:host ::ng-deep [tuiIconButton][data-appearance=icon][data-size=xs]{float:inline-end;margin-inline-end:-.25rem}:host ::ng-deep img{display:block;border-radius:var(--tui-radius-m)}:host ::ng-deep footer{display:flex;justify-content:flex-end;gap:.5rem;inline-size:18rem;max-inline-size:100%;margin:1rem 0 .25rem}\n"], dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
467
416
  }
468
- __decorate([
469
- tuiPure
470
- ], TuiHintComponent.prototype, "apply", null);
471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintComponent, decorators: [{
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintComponent, decorators: [{
472
418
  type: Component,
473
419
  args: [{ selector: 'tui-hint', imports: [PolymorpheusOutlet], template: `
474
420
  <ng-content />
@@ -482,8 +428,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
482
428
  '[class._mobile]': 'isMobile',
483
429
  '[attr.tuiTheme]': 'theme',
484
430
  '(document:click)': 'onClick($event.target)',
485
- }, styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-text-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transition:none;transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-text-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}:host ::ng-deep [tuiTitle]{margin-block-end:.75rem}:host ::ng-deep [tuiTitle]+footer{margin-block-start:.75rem}:host ::ng-deep [tuiIconButton][data-appearance=icon][data-size=xs]{float:inline-end;margin-inline-end:-.25rem}:host ::ng-deep img{display:block;border-radius:var(--tui-radius-m)}:host ::ng-deep footer{display:flex;justify-content:flex-end;gap:.5rem;inline-size:18rem;max-inline-size:100%;margin:1rem 0 .25rem}\n"] }]
486
- }], ctorParameters: () => [], propDecorators: { apply: [] } });
431
+ }, styles: [":host{position:absolute;max-inline-size:min(20rem,calc(100% - 1rem));padding:.75rem 1rem;background:var(--tui-background-accent-1);border-radius:var(--tui-radius-l);color:var(--tui-text-primary-on-accent-1);box-sizing:border-box;font:var(--tui-font-body-s);white-space:pre-line;overflow-wrap:break-word;transform-origin:var(--t-left) var(--t-top);--tui-background-elevation-2: var(--tui-background-elevation-3)}:host.tui-enter,:host.tui-leave{animation-name:tuiFade}:host :host-context(tui-root._mobile).tui-enter{animation:tuiFade var(--tui-duration) ease-in-out,tuiScale var(--tui-duration) cubic-bezier(.34,1.56,.64,1)}:host :host-context(tui-root._mobile).tui-leave{animation:tuiFade var(--tui-duration) ease-in-out reverse,tuiScale var(--tui-duration) ease-in-out reverse}:host:before{content:\"\";position:absolute;top:var(--t-top);left:var(--t-left);inline-size:.75rem;block-size:.5rem;background:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg viewBox=\"0 0 12 8\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.61336 1.69607L2.44882 2.96493C1.84795 3.61964 0.949361 3.99951 0.00053941 4C0.000359608 4 0.000179805 4 0 4C0.000179863 4 0.000359764 4 0.000539623 4C0.949362 4.00049 1.84795 4.38036 2.44882 5.03506L3.61336 6.30394C4.55981 7.33517 5.03303 7.85079 5.63254 7.96535C5.87433 8.01155 6.12436 8.01155 6.36616 7.96535C6.96567 7.85079 7.43889 7.33517 8.38534 6.30393L9.54988 5.03507C10.1511 4.37994 11.0505 4 12 4C11.0505 4 10.1511 3.62006 9.54988 2.96493L8.38534 1.69606C7.43889 0.664826 6.96567 0.149207 6.36616 0.0346517C6.12436 -0.0115506 5.87433 -0.0115506 5.63254 0.0346517C5.03303 0.149207 4.55981 0.664827 3.61336 1.69607Z\" /></svg>');transition:none;transform:translate(-50%,-50%) rotate(var(--t-rotate))}:host._mobile{font:var(--tui-font-body-m)}:host._mobile:before{inline-size:1.5rem;block-size:1.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 18\"><path d=\"M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z\" /></svg>')}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}:host ::ng-deep [tuiTitle]{margin-block-end:.75rem}:host ::ng-deep [tuiTitle]+footer{margin-block-start:.75rem}:host ::ng-deep [tuiIconButton][data-appearance=icon][data-size=xs]{float:inline-end;margin-inline-end:-.25rem}:host ::ng-deep img{display:block;border-radius:var(--tui-radius-m)}:host ::ng-deep footer{display:flex;justify-content:flex-end;gap:.5rem;inline-size:18rem;max-inline-size:100%;margin:1rem 0 .25rem}\n"] }]
432
+ }], ctorParameters: () => [] });
487
433
 
488
434
  class TuiHintDescribe extends TuiDriver {
489
435
  constructor() {
@@ -500,10 +446,10 @@ class TuiHintDescribe extends TuiDriver {
500
446
  get focused() {
501
447
  return tuiIsFocused(this.element());
502
448
  }
503
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDescribe, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
504
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintDescribe, isStandalone: true, selector: "[tuiHintDescribe]", inputs: { id: { classPropertyName: "id", publicName: "tuiHintDescribe", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintDescribe)], usesInheritance: true, ngImport: i0 }); }
449
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDescribe, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
450
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintDescribe, isStandalone: true, selector: "[tuiHintDescribe]", inputs: { id: { classPropertyName: "id", publicName: "tuiHintDescribe", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintDescribe)], usesInheritance: true, ngImport: i0 }); }
505
451
  }
506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintDescribe, decorators: [{
452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintDescribe, decorators: [{
507
453
  type: Directive,
508
454
  args: [{
509
455
  selector: '[tuiHintDescribe]',
@@ -520,10 +466,10 @@ class TuiHintHost extends TuiRectAccessor {
520
466
  getClientRect() {
521
467
  return this.tuiHintHost()?.getBoundingClientRect() || EMPTY_CLIENT_RECT;
522
468
  }
523
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintHost, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
524
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintHost, isStandalone: true, selector: "[tuiHint][tuiHintHost]", inputs: { tuiHintHost: { classPropertyName: "tuiHintHost", publicName: "tuiHintHost", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsRectAccessor(TuiHintHost)], usesInheritance: true, ngImport: i0 }); }
469
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintHost, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
470
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintHost, isStandalone: true, selector: "[tuiHint][tuiHintHost]", inputs: { tuiHintHost: { classPropertyName: "tuiHintHost", publicName: "tuiHintHost", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsRectAccessor(TuiHintHost)], usesInheritance: true, ngImport: i0 }); }
525
471
  }
526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintHost, decorators: [{
472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintHost, decorators: [{
527
473
  type: Directive,
528
474
  args: [{
529
475
  selector: '[tuiHint][tuiHintHost]',
@@ -544,10 +490,10 @@ class TuiHintManual extends TuiDriver {
544
490
  this.stream$.next(!!this.visible());
545
491
  this.hover.enabled = this.visible() === null;
546
492
  }
547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintManual, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
548
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintManual, isStandalone: true, selector: "[tuiHint][tuiHintManual]", inputs: { visible: { classPropertyName: "visible", publicName: "tuiHintManual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintManual)], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
493
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintManual, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
494
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintManual, isStandalone: true, selector: "[tuiHint][tuiHintManual]", inputs: { visible: { classPropertyName: "visible", publicName: "tuiHintManual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [tuiAsDriver(TuiHintManual)], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
549
495
  }
550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintManual, decorators: [{
496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintManual, decorators: [{
551
497
  type: Directive,
552
498
  args: [{
553
499
  selector: '[tuiHint][tuiHintManual]',
@@ -565,10 +511,10 @@ class TuiHintOverflow {
565
511
  ? this.content() || textContent
566
512
  : '');
567
513
  }
568
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintOverflow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
569
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.16", type: TuiHintOverflow, isStandalone: true, selector: "[tuiHintOverflow]", inputs: { content: { classPropertyName: "content", publicName: "tuiHintOverflow", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "mouseenter": "onMouseEnter($event.currentTarget)" } }, hostDirectives: [{ directive: TuiHintDirective, inputs: ["tuiHintAppearance", "tuiHintAppearance"] }], ngImport: i0 }); }
514
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintOverflow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
515
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiHintOverflow, isStandalone: true, selector: "[tuiHintOverflow]", inputs: { content: { classPropertyName: "content", publicName: "tuiHintOverflow", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "mouseenter": "onMouseEnter($event.currentTarget)" } }, hostDirectives: [{ directive: TuiHintDirective, inputs: ["tuiHintAppearance", "tuiHintAppearance"] }], ngImport: i0 }); }
570
516
  }
571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TuiHintOverflow, decorators: [{
517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiHintOverflow, decorators: [{
572
518
  type: Directive,
573
519
  args: [{
574
520
  selector: '[tuiHintOverflow]',
@@ -587,7 +533,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
587
533
  const TuiHint = [
588
534
  TuiHintComponent,
589
535
  TuiHintDirective,
590
- TuiHintOptionsDirective,
591
536
  TuiHintUnstyled,
592
537
  TuiHintDriver,
593
538
  TuiHintPosition,
@@ -603,5 +548,5 @@ const TuiHint = [
603
548
  * Generated bundle index. Do not edit.
604
549
  */
605
550
 
606
- export { TUI_HINT_COMPONENT, TUI_HINT_DEFAULT_OPTIONS, TUI_HINT_DIRECTIONS, TUI_HINT_OPTIONS, TUI_HINT_PROVIDERS, TuiHint, TuiHintComponent, TuiHintDescribe, TuiHintDirective, TuiHintDriver, TuiHintHost, TuiHintHover, TuiHintManual, TuiHintOptionsDirective, TuiHintOverflow, TuiHintPointer, TuiHintPosition, TuiHintUnstyled, TuiHintUnstyledComponent, tuiHintOptionsProvider };
551
+ export { TUI_HINT_COMPONENT, TUI_HINT_DEFAULT_OPTIONS, TUI_HINT_DIRECTIONS, TUI_HINT_OPTIONS, TUI_HINT_PROVIDERS, TuiHint, TuiHintComponent, TuiHintDescribe, TuiHintDirective, TuiHintDriver, TuiHintHost, TuiHintHover, TuiHintManual, TuiHintOverflow, TuiHintPointer, TuiHintPosition, TuiHintUnstyled, TuiHintUnstyledComponent, tuiHintOptionsProvider };
607
552
  //# sourceMappingURL=taiga-ui-core-portals-hint.mjs.map