@taiga-ui/core 4.52.0-canary.56739a2 → 4.52.0-canary.58fe47a

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 (527) hide show
  1. package/README.md +1 -1
  2. package/classes/accessors.d.ts +1 -1
  3. package/classes/driver.d.ts +1 -1
  4. package/components/button/button.directive.d.ts +2 -3
  5. package/components/button/button.options.d.ts +1 -1
  6. package/components/calendar/calendar-sheet.component.d.ts +1 -6
  7. package/components/calendar/calendar-sheet.options.d.ts +1 -3
  8. package/components/cell/cell.directive.d.ts +9 -0
  9. package/components/cell/cell.options.d.ts +6 -0
  10. package/components/cell/index.d.ts +2 -0
  11. package/components/data-list/data-list.component.d.ts +8 -12
  12. package/components/data-list/data-list.d.ts +2 -4
  13. package/components/data-list/data-list.tokens.d.ts +1 -5
  14. package/components/data-list/index.d.ts +0 -2
  15. package/components/data-list/opt-group.directive.d.ts +2 -2
  16. package/components/data-list/option/option-content.d.ts +6 -8
  17. package/components/data-list/option/option.directive.d.ts +7 -8
  18. package/components/dialog/dialog.component.d.ts +6 -12
  19. package/components/dialog/dialog.directive.d.ts +5 -4
  20. package/components/dialog/dialog.factory.d.ts +1 -1
  21. package/components/dialog/dialog.options.d.ts +25 -0
  22. package/components/dialog/{dialog-close.service.d.ts → dialog.providers.d.ts} +2 -0
  23. package/components/dialog/dialog.service.d.ts +6 -3
  24. package/components/dialog/index.d.ts +2 -4
  25. package/components/error/error.component.d.ts +6 -8
  26. package/components/error/error.d.ts +4 -0
  27. package/components/error/error.directive.d.ts +19 -0
  28. package/components/error/error.pipe.d.ts +10 -0
  29. package/components/error/index.d.ts +3 -0
  30. package/components/expand/expand.component.d.ts +9 -28
  31. package/components/expand/index.d.ts +0 -2
  32. package/components/icon/icon.component.d.ts +6 -11
  33. package/components/index.d.ts +2 -2
  34. package/components/link/link.directive.d.ts +2 -2
  35. package/components/link/link.options.d.ts +1 -3
  36. package/components/loader/loader.component.d.ts +7 -7
  37. package/components/loader/loader.options.d.ts +1 -3
  38. package/components/modal/index.d.ts +2 -0
  39. package/components/modal/modal.component.d.ts +17 -0
  40. package/components/modal/modal.service.d.ts +13 -0
  41. package/components/notification/index.d.ts +3 -0
  42. package/components/notification/notification.component.d.ts +14 -0
  43. package/components/notification/notification.d.ts +3 -0
  44. package/components/notification/notification.directive.d.ts +7 -12
  45. package/components/notification/notification.options.d.ts +10 -7
  46. package/components/notification/notification.service.d.ts +17 -0
  47. package/components/root/root.component.d.ts +4 -6
  48. package/components/scrollbar/scroll-into-view.directive.d.ts +3 -2
  49. package/components/scrollbar/scrollbar.component.d.ts +2 -2
  50. package/components/scrollbar/scrollbar.directive.d.ts +2 -2
  51. package/components/scrollbar/scrollbar.options.d.ts +1 -1
  52. package/components/spin-button/spin-button.component.d.ts +8 -9
  53. package/components/textfield/index.d.ts +1 -3
  54. package/components/textfield/textfield-content.directive.d.ts +3 -2
  55. package/components/textfield/textfield-icon.d.ts +3 -3
  56. package/components/textfield/textfield-multi/textfield-item.component.d.ts +3 -2
  57. package/components/textfield/textfield-multi/textfield-multi.component.d.ts +9 -14
  58. package/components/textfield/textfield.component.d.ts +17 -29
  59. package/components/textfield/textfield.d.ts +2 -3
  60. package/components/textfield/textfield.directive.d.ts +13 -20
  61. package/components/textfield/textfield.options.d.ts +8 -11
  62. package/directives/alert/alert.directive.d.ts +11 -0
  63. package/directives/alert/alert.service.d.ts +12 -0
  64. package/directives/alert/index.d.ts +2 -0
  65. package/directives/appearance/appearance.directive.d.ts +5 -13
  66. package/directives/appearance/appearance.options.d.ts +1 -1
  67. package/directives/date-format/date-format.directive.d.ts +3 -7
  68. package/directives/dropdown/dropdown-content.directive.d.ts +9 -0
  69. package/directives/dropdown/dropdown-hover.options.d.ts +1 -3
  70. package/directives/dropdown/dropdown-position.directive.d.ts +1 -1
  71. package/directives/dropdown/dropdown.d.ts +2 -2
  72. package/directives/dropdown/dropdown.directive.d.ts +1 -2
  73. package/directives/dropdown/index.d.ts +1 -3
  74. package/directives/group/group.options.d.ts +1 -3
  75. package/directives/hint/hint-describe.directive.d.ts +4 -6
  76. package/directives/hint/hint-host.directive.d.ts +2 -2
  77. package/directives/hint/hint-hover.directive.d.ts +3 -4
  78. package/directives/hint/hint-manual.directive.d.ts +2 -2
  79. package/directives/hint/hint-options.directive.d.ts +3 -3
  80. package/directives/hint/hint-overflow.directive.d.ts +2 -2
  81. package/directives/hint/hint-position.directive.d.ts +4 -5
  82. package/directives/hint/hint-unstyled.component.d.ts +2 -7
  83. package/directives/hint/hint.component.d.ts +10 -11
  84. package/directives/hint/hint.directive.d.ts +9 -11
  85. package/directives/hint/index.d.ts +0 -2
  86. package/directives/icons/icons.bindings.d.ts +5 -0
  87. package/directives/icons/icons.directive.d.ts +8 -16
  88. package/directives/icons/index.d.ts +1 -0
  89. package/directives/index.d.ts +1 -1
  90. package/directives/number-format/number-format.directive.d.ts +3 -7
  91. package/directives/popup/popup.directive.d.ts +6 -5
  92. package/directives/popup/popup.service.d.ts +1 -1
  93. package/directives/popup/popups.component.d.ts +2 -2
  94. package/directives/title/title.directive.d.ts +2 -3
  95. package/fesm2022/taiga-ui-core-animations.mjs.map +1 -1
  96. package/fesm2022/taiga-ui-core-classes.mjs +5 -5
  97. package/fesm2022/taiga-ui-core-classes.mjs.map +1 -1
  98. package/fesm2022/taiga-ui-core-components-button.mjs +13 -21
  99. package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
  100. package/fesm2022/taiga-ui-core-components-calendar.mjs +26 -36
  101. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  102. package/fesm2022/taiga-ui-core-components-cell.mjs +45 -0
  103. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -0
  104. package/fesm2022/taiga-ui-core-components-data-list.mjs +57 -219
  105. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-core-components-dialog.mjs +75 -113
  107. package/fesm2022/taiga-ui-core-components-dialog.mjs.map +1 -1
  108. package/fesm2022/taiga-ui-core-components-error.mjs +110 -26
  109. package/fesm2022/taiga-ui-core-components-error.mjs.map +1 -1
  110. package/fesm2022/taiga-ui-core-components-expand.mjs +34 -132
  111. package/fesm2022/taiga-ui-core-components-expand.mjs.map +1 -1
  112. package/fesm2022/taiga-ui-core-components-icon.mjs +22 -40
  113. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  114. package/fesm2022/taiga-ui-core-components-label.mjs +10 -13
  115. package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
  116. package/fesm2022/taiga-ui-core-components-link.mjs +16 -25
  117. package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
  118. package/fesm2022/taiga-ui-core-components-loader.mjs +17 -36
  119. package/fesm2022/taiga-ui-core-components-loader.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-core-components-modal.mjs +89 -0
  121. package/fesm2022/taiga-ui-core-components-modal.mjs.map +1 -0
  122. package/fesm2022/taiga-ui-core-components-notification.mjs +107 -64
  123. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-core-components-root.mjs +21 -54
  125. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-core-components-scrollbar.mjs +58 -67
  127. package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-core-components-spin-button.mjs +16 -29
  129. package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-core-components-textfield.mjs +192 -405
  131. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-core-components.mjs +2 -2
  133. package/fesm2022/taiga-ui-core-directives-alert.mjs +73 -0
  134. package/fesm2022/taiga-ui-core-directives-alert.mjs.map +1 -0
  135. package/fesm2022/taiga-ui-core-directives-appearance.mjs +32 -69
  136. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-core-directives-date-format.mjs +26 -20
  138. package/fesm2022/taiga-ui-core-directives-date-format.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-core-directives-dropdown.mjs +110 -172
  140. package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-core-directives-group.mjs +13 -20
  142. package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-core-directives-hint.mjs +150 -251
  144. package/fesm2022/taiga-ui-core-directives-hint.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-core-directives-icons.mjs +35 -45
  146. package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs +13 -16
  148. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-core-directives-number-format.mjs +32 -20
  150. package/fesm2022/taiga-ui-core-directives-number-format.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-core-directives-popup.mjs +20 -27
  152. package/fesm2022/taiga-ui-core-directives-popup.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-core-directives-title.mjs +13 -19
  154. package/fesm2022/taiga-ui-core-directives-title.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-core-directives.mjs +1 -1
  156. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs +3 -4
  157. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs +3 -4
  159. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-core-pipes-flag.mjs +3 -4
  161. package/fesm2022/taiga-ui-core-pipes-flag.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-core-pipes-format-date.mjs +3 -4
  163. package/fesm2022/taiga-ui-core-pipes-format-date.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-core-pipes-format-number.mjs +21 -15
  165. package/fesm2022/taiga-ui-core-pipes-format-number.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-core-pipes-initials.mjs +3 -4
  167. package/fesm2022/taiga-ui-core-pipes-initials.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-core-pipes-month.mjs +5 -5
  169. package/fesm2022/taiga-ui-core-pipes-month.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs +3 -4
  171. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-core-pipes.mjs +0 -1
  173. package/fesm2022/taiga-ui-core-pipes.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-core-services.mjs +18 -18
  175. package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-core-tokens.mjs +45 -48
  177. package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-core-utils-dom.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-core-utils-format.mjs +1 -0
  180. package/fesm2022/taiga-ui-core-utils-format.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs +50 -4
  182. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs.map +1 -1
  183. package/package.json +68 -169
  184. package/pipes/format-number/format-number.pipe.d.ts +6 -4
  185. package/pipes/index.d.ts +0 -1
  186. package/styles/components/appearance.less +6 -0
  187. package/styles/components/button.less +0 -2
  188. package/styles/components/icon.less +32 -22
  189. package/styles/components/icons.less +16 -12
  190. package/styles/components/link.less +2 -3
  191. package/styles/mixins/appearance.less +1 -1
  192. package/styles/mixins/mixins.less +1 -7
  193. package/styles/mixins/mixins.scss +1 -7
  194. package/styles/mixins/slider.less +21 -16
  195. package/styles/mixins/slider.scss +1 -2
  196. package/styles/theme/appearance/outline.less +1 -2
  197. package/styles/theme/appearance/textfield.less +1 -2
  198. package/styles/theme/variables.less +2 -4
  199. package/tokens/common-icons.d.ts +1 -3
  200. package/tokens/date-format.d.ts +2 -3
  201. package/tokens/i18n.d.ts +7 -7
  202. package/tokens/icon-resolver.d.ts +1 -5
  203. package/tokens/index.d.ts +1 -0
  204. package/tokens/number-format.d.ts +2 -3
  205. package/tokens/validation-errors.d.ts +4 -0
  206. package/types/index.d.ts +0 -2
  207. package/utils/miscellaneous/index.d.ts +1 -0
  208. package/utils/miscellaneous/provide-taiga.d.ts +13 -0
  209. package/components/alert/alert.component.d.ts +0 -15
  210. package/components/alert/alert.directive.d.ts +0 -7
  211. package/components/alert/alert.interfaces.d.ts +0 -12
  212. package/components/alert/alert.service.d.ts +0 -7
  213. package/components/alert/alert.tokens.d.ts +0 -12
  214. package/components/alert/alerts.component.d.ts +0 -12
  215. package/components/alert/index.d.ts +0 -6
  216. package/components/data-list/data-list.directive.d.ts +0 -7
  217. package/components/data-list/option/option-legacy.component.d.ts +0 -24
  218. package/components/dialog/dialog.interfaces.d.ts +0 -34
  219. package/components/dialog/dialog.tokens.d.ts +0 -15
  220. package/components/dialog/dialogs.component.d.ts +0 -8
  221. package/components/expand/expand-content.directive.d.ts +0 -8
  222. package/components/expand/expand.d.ts +0 -6
  223. package/components/fullscreen/fullscreen.component.d.ts +0 -14
  224. package/components/fullscreen/index.d.ts +0 -1
  225. package/components/textfield/select.directive.d.ts +0 -19
  226. package/components/textfield/textfield-dropdown.directive.d.ts +0 -16
  227. package/directives/dropdown/dropdown-portal.directive.d.ts +0 -14
  228. package/directives/dropdown/dropdown.service.d.ts +0 -6
  229. package/directives/dropdown/dropdowns.component.d.ts +0 -9
  230. package/directives/hint/hint.service.d.ts +0 -13
  231. package/directives/hint/hints.component.d.ts +0 -12
  232. package/directives/surface/index.d.ts +0 -1
  233. package/directives/surface/surface.directive.d.ts +0 -8
  234. package/esm2022/animations/animations.mjs +0 -363
  235. package/esm2022/animations/index.mjs +0 -2
  236. package/esm2022/animations/taiga-ui-core-animations.mjs +0 -5
  237. package/esm2022/classes/accessors.mjs +0 -31
  238. package/esm2022/classes/driver.mjs +0 -36
  239. package/esm2022/classes/index.mjs +0 -4
  240. package/esm2022/classes/taiga-ui-core-classes.mjs +0 -5
  241. package/esm2022/classes/vehicle.mjs +0 -7
  242. package/esm2022/components/alert/alert.component.mjs +0 -43
  243. package/esm2022/components/alert/alert.directive.mjs +0 -21
  244. package/esm2022/components/alert/alert.interfaces.mjs +0 -2
  245. package/esm2022/components/alert/alert.service.mjs +0 -18
  246. package/esm2022/components/alert/alert.tokens.mjs +0 -51
  247. package/esm2022/components/alert/alerts.component.mjs +0 -33
  248. package/esm2022/components/alert/index.mjs +0 -6
  249. package/esm2022/components/alert/taiga-ui-core-components-alert.mjs +0 -5
  250. package/esm2022/components/button/button.directive.mjs +0 -43
  251. package/esm2022/components/button/button.options.mjs +0 -7
  252. package/esm2022/components/button/index.mjs +0 -3
  253. package/esm2022/components/button/taiga-ui-core-components-button.mjs +0 -5
  254. package/esm2022/components/calendar/calendar-sheet.component.mjs +0 -168
  255. package/esm2022/components/calendar/calendar-sheet.options.mjs +0 -12
  256. package/esm2022/components/calendar/calendar-spin.component.mjs +0 -53
  257. package/esm2022/components/calendar/calendar-year.component.mjs +0 -128
  258. package/esm2022/components/calendar/calendar.component.mjs +0 -147
  259. package/esm2022/components/calendar/index.mjs +0 -6
  260. package/esm2022/components/calendar/taiga-ui-core-components-calendar.mjs +0 -5
  261. package/esm2022/components/data-list/data-list.component.mjs +0 -139
  262. package/esm2022/components/data-list/data-list.directive.mjs +0 -19
  263. package/esm2022/components/data-list/data-list.mjs +0 -14
  264. package/esm2022/components/data-list/data-list.tokens.mjs +0 -18
  265. package/esm2022/components/data-list/index.mjs +0 -9
  266. package/esm2022/components/data-list/opt-group.directive.mjs +0 -21
  267. package/esm2022/components/data-list/option/option-content.mjs +0 -36
  268. package/esm2022/components/data-list/option/option-legacy.component.mjs +0 -90
  269. package/esm2022/components/data-list/option/option.directive.mjs +0 -109
  270. package/esm2022/components/data-list/taiga-ui-core-components-data-list.mjs +0 -5
  271. package/esm2022/components/dialog/dialog-close.service.mjs +0 -41
  272. package/esm2022/components/dialog/dialog.component.mjs +0 -63
  273. package/esm2022/components/dialog/dialog.directive.mjs +0 -21
  274. package/esm2022/components/dialog/dialog.factory.mjs +0 -15
  275. package/esm2022/components/dialog/dialog.interfaces.mjs +0 -2
  276. package/esm2022/components/dialog/dialog.service.mjs +0 -18
  277. package/esm2022/components/dialog/dialog.tokens.mjs +0 -33
  278. package/esm2022/components/dialog/dialogs.component.mjs +0 -29
  279. package/esm2022/components/dialog/index.mjs +0 -8
  280. package/esm2022/components/dialog/taiga-ui-core-components-dialog.mjs +0 -5
  281. package/esm2022/components/error/error.component.mjs +0 -34
  282. package/esm2022/components/error/index.mjs +0 -2
  283. package/esm2022/components/error/taiga-ui-core-components-error.mjs +0 -5
  284. package/esm2022/components/expand/expand-content.directive.mjs +0 -18
  285. package/esm2022/components/expand/expand.component.mjs +0 -124
  286. package/esm2022/components/expand/expand.mjs +0 -7
  287. package/esm2022/components/expand/index.mjs +0 -4
  288. package/esm2022/components/expand/taiga-ui-core-components-expand.mjs +0 -5
  289. package/esm2022/components/fullscreen/fullscreen.component.mjs +0 -60
  290. package/esm2022/components/fullscreen/index.mjs +0 -2
  291. package/esm2022/components/fullscreen/taiga-ui-core-components-fullscreen.mjs +0 -5
  292. package/esm2022/components/icon/icon.component.mjs +0 -44
  293. package/esm2022/components/icon/icon.pipe.mjs +0 -19
  294. package/esm2022/components/icon/index.mjs +0 -3
  295. package/esm2022/components/icon/taiga-ui-core-components-icon.mjs +0 -5
  296. package/esm2022/components/index.mjs +0 -18
  297. package/esm2022/components/label/index.mjs +0 -2
  298. package/esm2022/components/label/label.directive.mjs +0 -41
  299. package/esm2022/components/label/taiga-ui-core-components-label.mjs +0 -5
  300. package/esm2022/components/link/index.mjs +0 -3
  301. package/esm2022/components/link/link.directive.mjs +0 -47
  302. package/esm2022/components/link/link.options.mjs +0 -13
  303. package/esm2022/components/link/taiga-ui-core-components-link.mjs +0 -5
  304. package/esm2022/components/loader/index.mjs +0 -3
  305. package/esm2022/components/loader/loader.component.mjs +0 -46
  306. package/esm2022/components/loader/loader.options.mjs +0 -18
  307. package/esm2022/components/loader/taiga-ui-core-components-loader.mjs +0 -5
  308. package/esm2022/components/notification/index.mjs +0 -3
  309. package/esm2022/components/notification/notification.directive.mjs +0 -81
  310. package/esm2022/components/notification/notification.options.mjs +0 -23
  311. package/esm2022/components/notification/taiga-ui-core-components-notification.mjs +0 -5
  312. package/esm2022/components/root/index.mjs +0 -2
  313. package/esm2022/components/root/root.component.mjs +0 -85
  314. package/esm2022/components/root/taiga-ui-core-components-root.mjs +0 -5
  315. package/esm2022/components/scrollbar/index.mjs +0 -9
  316. package/esm2022/components/scrollbar/scroll-controls.component.mjs +0 -32
  317. package/esm2022/components/scrollbar/scroll-into-view.directive.mjs +0 -43
  318. package/esm2022/components/scrollbar/scroll-ref.directive.mjs +0 -19
  319. package/esm2022/components/scrollbar/scrollable.directive.mjs +0 -26
  320. package/esm2022/components/scrollbar/scrollbar.component.mjs +0 -72
  321. package/esm2022/components/scrollbar/scrollbar.directive.mjs +0 -93
  322. package/esm2022/components/scrollbar/scrollbar.options.mjs +0 -6
  323. package/esm2022/components/scrollbar/scrollbar.service.mjs +0 -46
  324. package/esm2022/components/scrollbar/taiga-ui-core-components-scrollbar.mjs +0 -5
  325. package/esm2022/components/spin-button/index.mjs +0 -2
  326. package/esm2022/components/spin-button/spin-button.component.mjs +0 -51
  327. package/esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs +0 -5
  328. package/esm2022/components/taiga-ui-core-components.mjs +0 -5
  329. package/esm2022/components/textfield/index.mjs +0 -16
  330. package/esm2022/components/textfield/select-like.directive.mjs +0 -42
  331. package/esm2022/components/textfield/select.directive.mjs +0 -64
  332. package/esm2022/components/textfield/taiga-ui-core-components-textfield.mjs +0 -5
  333. package/esm2022/components/textfield/textfield-accessor.mjs +0 -7
  334. package/esm2022/components/textfield/textfield-auxiliary.mjs +0 -7
  335. package/esm2022/components/textfield/textfield-content.directive.mjs +0 -22
  336. package/esm2022/components/textfield/textfield-dropdown.directive.mjs +0 -43
  337. package/esm2022/components/textfield/textfield-icon.mjs +0 -10
  338. package/esm2022/components/textfield/textfield-multi/textfield-item.component.mjs +0 -34
  339. package/esm2022/components/textfield/textfield-multi/textfield-multi.component.mjs +0 -137
  340. package/esm2022/components/textfield/textfield.component.mjs +0 -180
  341. package/esm2022/components/textfield/textfield.directive.mjs +0 -134
  342. package/esm2022/components/textfield/textfield.mjs +0 -19
  343. package/esm2022/components/textfield/textfield.options.mjs +0 -63
  344. package/esm2022/components/textfield/with-native-picker.directive.mjs +0 -24
  345. package/esm2022/directives/appearance/appearance.bindings.mjs +0 -15
  346. package/esm2022/directives/appearance/appearance.directive.mjs +0 -79
  347. package/esm2022/directives/appearance/appearance.options.mjs +0 -12
  348. package/esm2022/directives/appearance/index.mjs +0 -5
  349. package/esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs +0 -5
  350. package/esm2022/directives/appearance/with-appearance.mjs +0 -27
  351. package/esm2022/directives/date-format/date-format.directive.mjs +0 -31
  352. package/esm2022/directives/date-format/index.mjs +0 -2
  353. package/esm2022/directives/date-format/taiga-ui-core-directives-date-format.mjs +0 -5
  354. package/esm2022/directives/dropdown/dropdown-context.directive.mjs +0 -76
  355. package/esm2022/directives/dropdown/dropdown-hover.directive.mjs +0 -70
  356. package/esm2022/directives/dropdown/dropdown-hover.options.mjs +0 -17
  357. package/esm2022/directives/dropdown/dropdown-limit-width.mjs +0 -37
  358. package/esm2022/directives/dropdown/dropdown-manual.directive.mjs +0 -27
  359. package/esm2022/directives/dropdown/dropdown-open-legacy.directive.mjs +0 -33
  360. package/esm2022/directives/dropdown/dropdown-open.directive.mjs +0 -169
  361. package/esm2022/directives/dropdown/dropdown-options.directive.mjs +0 -73
  362. package/esm2022/directives/dropdown/dropdown-portal.directive.mjs +0 -34
  363. package/esm2022/directives/dropdown/dropdown-position-sided.directive.mjs +0 -69
  364. package/esm2022/directives/dropdown/dropdown-position.directive.mjs +0 -88
  365. package/esm2022/directives/dropdown/dropdown-selection.directive.mjs +0 -159
  366. package/esm2022/directives/dropdown/dropdown.bindings.mjs +0 -19
  367. package/esm2022/directives/dropdown/dropdown.component.mjs +0 -92
  368. package/esm2022/directives/dropdown/dropdown.directive.mjs +0 -110
  369. package/esm2022/directives/dropdown/dropdown.driver.mjs +0 -32
  370. package/esm2022/directives/dropdown/dropdown.mjs +0 -29
  371. package/esm2022/directives/dropdown/dropdown.providers.mjs +0 -10
  372. package/esm2022/directives/dropdown/dropdown.service.mjs +0 -15
  373. package/esm2022/directives/dropdown/dropdowns.component.mjs +0 -24
  374. package/esm2022/directives/dropdown/index.mjs +0 -22
  375. package/esm2022/directives/dropdown/taiga-ui-core-directives-dropdown.mjs +0 -5
  376. package/esm2022/directives/dropdown/with-dropdown-open.directive.mjs +0 -23
  377. package/esm2022/directives/group/group.directive.mjs +0 -53
  378. package/esm2022/directives/group/group.options.mjs +0 -15
  379. package/esm2022/directives/group/index.mjs +0 -3
  380. package/esm2022/directives/group/taiga-ui-core-directives-group.mjs +0 -5
  381. package/esm2022/directives/hint/hint-describe.directive.mjs +0 -50
  382. package/esm2022/directives/hint/hint-driver.directive.mjs +0 -19
  383. package/esm2022/directives/hint/hint-host.directive.mjs +0 -27
  384. package/esm2022/directives/hint/hint-hover.directive.mjs +0 -59
  385. package/esm2022/directives/hint/hint-manual.directive.mjs +0 -33
  386. package/esm2022/directives/hint/hint-options.directive.mjs +0 -86
  387. package/esm2022/directives/hint/hint-overflow.directive.mjs +0 -38
  388. package/esm2022/directives/hint/hint-pointer.directive.mjs +0 -33
  389. package/esm2022/directives/hint/hint-position.directive.mjs +0 -112
  390. package/esm2022/directives/hint/hint-unstyled.component.mjs +0 -39
  391. package/esm2022/directives/hint/hint.component.mjs +0 -127
  392. package/esm2022/directives/hint/hint.directive.mjs +0 -99
  393. package/esm2022/directives/hint/hint.mjs +0 -27
  394. package/esm2022/directives/hint/hint.providers.mjs +0 -9
  395. package/esm2022/directives/hint/hint.service.mjs +0 -29
  396. package/esm2022/directives/hint/hints.component.mjs +0 -34
  397. package/esm2022/directives/hint/index.mjs +0 -17
  398. package/esm2022/directives/hint/taiga-ui-core-directives-hint.mjs +0 -5
  399. package/esm2022/directives/icons/icons.directive.mjs +0 -66
  400. package/esm2022/directives/icons/index.mjs +0 -3
  401. package/esm2022/directives/icons/taiga-ui-core-directives-icons.mjs +0 -5
  402. package/esm2022/directives/icons/with-icons.mjs +0 -22
  403. package/esm2022/directives/index.mjs +0 -12
  404. package/esm2022/directives/items-handlers/index.mjs +0 -4
  405. package/esm2022/directives/items-handlers/items-handlers.directive.mjs +0 -63
  406. package/esm2022/directives/items-handlers/items-handlers.tokens.mjs +0 -27
  407. package/esm2022/directives/items-handlers/items-handlers.validator.mjs +0 -32
  408. package/esm2022/directives/items-handlers/taiga-ui-core-directives-items-handlers.mjs +0 -5
  409. package/esm2022/directives/number-format/index.mjs +0 -2
  410. package/esm2022/directives/number-format/number-format.directive.mjs +0 -31
  411. package/esm2022/directives/number-format/taiga-ui-core-directives-number-format.mjs +0 -5
  412. package/esm2022/directives/popup/index.mjs +0 -4
  413. package/esm2022/directives/popup/popup.directive.mjs +0 -31
  414. package/esm2022/directives/popup/popup.service.mjs +0 -15
  415. package/esm2022/directives/popup/popups.component.mjs +0 -20
  416. package/esm2022/directives/popup/taiga-ui-core-directives-popup.mjs +0 -5
  417. package/esm2022/directives/surface/index.mjs +0 -2
  418. package/esm2022/directives/surface/surface.directive.mjs +0 -44
  419. package/esm2022/directives/surface/taiga-ui-core-directives-surface.mjs +0 -5
  420. package/esm2022/directives/taiga-ui-core-directives.mjs +0 -5
  421. package/esm2022/directives/title/index.mjs +0 -2
  422. package/esm2022/directives/title/taiga-ui-core-directives-title.mjs +0 -5
  423. package/esm2022/directives/title/title.directive.mjs +0 -37
  424. package/esm2022/index.mjs +0 -9
  425. package/esm2022/pipes/auto-color/auto-color.pipe.mjs +0 -19
  426. package/esm2022/pipes/auto-color/index.mjs +0 -2
  427. package/esm2022/pipes/auto-color/taiga-ui-core-pipes-auto-color.mjs +0 -5
  428. package/esm2022/pipes/calendar-sheet/calendar-sheet.pipe.mjs +0 -54
  429. package/esm2022/pipes/calendar-sheet/index.mjs +0 -2
  430. package/esm2022/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.mjs +0 -5
  431. package/esm2022/pipes/calendar-sheet/utils.mjs +0 -36
  432. package/esm2022/pipes/fallback-src/fallback-src.pipe.mjs +0 -23
  433. package/esm2022/pipes/fallback-src/index.mjs +0 -2
  434. package/esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs +0 -5
  435. package/esm2022/pipes/flag/flag.pipe.mjs +0 -26
  436. package/esm2022/pipes/flag/index.mjs +0 -2
  437. package/esm2022/pipes/flag/taiga-ui-core-pipes-flag.mjs +0 -5
  438. package/esm2022/pipes/format-date/format-date.pipe.mjs +0 -22
  439. package/esm2022/pipes/format-date/index.mjs +0 -2
  440. package/esm2022/pipes/format-date/taiga-ui-core-pipes-format-date.mjs +0 -5
  441. package/esm2022/pipes/format-number/format-number.pipe.mjs +0 -36
  442. package/esm2022/pipes/format-number/index.mjs +0 -2
  443. package/esm2022/pipes/format-number/taiga-ui-core-pipes-format-number.mjs +0 -5
  444. package/esm2022/pipes/index.mjs +0 -10
  445. package/esm2022/pipes/initials/index.mjs +0 -2
  446. package/esm2022/pipes/initials/initials.pipe.mjs +0 -23
  447. package/esm2022/pipes/initials/taiga-ui-core-pipes-initials.mjs +0 -5
  448. package/esm2022/pipes/month/index.mjs +0 -2
  449. package/esm2022/pipes/month/month.pipe.mjs +0 -23
  450. package/esm2022/pipes/month/taiga-ui-core-pipes-month.mjs +0 -5
  451. package/esm2022/pipes/order-week-days/index.mjs +0 -2
  452. package/esm2022/pipes/order-week-days/order-week-days.pipe.mjs +0 -30
  453. package/esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs +0 -5
  454. package/esm2022/pipes/taiga-ui-core-pipes.mjs +0 -5
  455. package/esm2022/services/breakpoint.service.mjs +0 -31
  456. package/esm2022/services/dark-theme.service.mjs +0 -24
  457. package/esm2022/services/format-date.service.mjs +0 -24
  458. package/esm2022/services/index.mjs +0 -6
  459. package/esm2022/services/position.service.mjs +0 -26
  460. package/esm2022/services/taiga-ui-core-services.mjs +0 -5
  461. package/esm2022/services/visual-viewport.service.mjs +0 -29
  462. package/esm2022/taiga-ui-core.mjs +0 -5
  463. package/esm2022/tokens/animations-speed.mjs +0 -9
  464. package/esm2022/tokens/assets-path.mjs +0 -11
  465. package/esm2022/tokens/auxiliary.mjs +0 -9
  466. package/esm2022/tokens/common-icons.mjs +0 -18
  467. package/esm2022/tokens/dark-mode.mjs +0 -41
  468. package/esm2022/tokens/date-format.mjs +0 -20
  469. package/esm2022/tokens/day-type-handler.mjs +0 -8
  470. package/esm2022/tokens/first-day-of-week.mjs +0 -9
  471. package/esm2022/tokens/i18n.mjs +0 -45
  472. package/esm2022/tokens/icon-resolver.mjs +0 -44
  473. package/esm2022/tokens/icon.mjs +0 -8
  474. package/esm2022/tokens/icons.mjs +0 -21
  475. package/esm2022/tokens/index.mjs +0 -21
  476. package/esm2022/tokens/media.mjs +0 -12
  477. package/esm2022/tokens/number-format.mjs +0 -24
  478. package/esm2022/tokens/reduced-motion.mjs +0 -7
  479. package/esm2022/tokens/scroll-ref.mjs +0 -6
  480. package/esm2022/tokens/selection-stream.mjs +0 -14
  481. package/esm2022/tokens/spin-icons.mjs +0 -8
  482. package/esm2022/tokens/taiga-ui-core-tokens.mjs +0 -5
  483. package/esm2022/tokens/theme.mjs +0 -5
  484. package/esm2022/tokens/viewport.mjs +0 -35
  485. package/esm2022/types/direction.mjs +0 -2
  486. package/esm2022/types/index.mjs +0 -2
  487. package/esm2022/types/interactive-state.mjs +0 -2
  488. package/esm2022/types/orientation.mjs +0 -2
  489. package/esm2022/types/point.mjs +0 -2
  490. package/esm2022/types/portal-item.mjs +0 -2
  491. package/esm2022/types/range-state.mjs +0 -2
  492. package/esm2022/types/size.mjs +0 -13
  493. package/esm2022/types/taiga-ui-core-types.mjs +0 -5
  494. package/esm2022/types/value-content-context.mjs +0 -2
  495. package/esm2022/utils/dom/check-fixed-position.mjs +0 -9
  496. package/esm2022/utils/dom/get-viewport.mjs +0 -24
  497. package/esm2022/utils/dom/get-word-range.mjs +0 -51
  498. package/esm2022/utils/dom/index.mjs +0 -4
  499. package/esm2022/utils/dom/taiga-ui-core-utils-dom.mjs +0 -5
  500. package/esm2022/utils/format/format-number.mjs +0 -47
  501. package/esm2022/utils/format/get-fractional-part-padded.mjs +0 -16
  502. package/esm2022/utils/format/index.mjs +0 -5
  503. package/esm2022/utils/format/number-to-string-without-exp.mjs +0 -18
  504. package/esm2022/utils/format/string-hash-to-hsl.mjs +0 -21
  505. package/esm2022/utils/format/taiga-ui-core-utils-format.mjs +0 -5
  506. package/esm2022/utils/index.mjs +0 -4
  507. package/esm2022/utils/miscellaneous/font-scaling.mjs +0 -11
  508. package/esm2022/utils/miscellaneous/index.mjs +0 -7
  509. package/esm2022/utils/miscellaneous/is-editing-key.mjs +0 -18
  510. package/esm2022/utils/miscellaneous/is-obscured.mjs +0 -8
  511. package/esm2022/utils/miscellaneous/override-options.mjs +0 -11
  512. package/esm2022/utils/miscellaneous/size-bigger.mjs +0 -19
  513. package/esm2022/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.mjs +0 -5
  514. package/esm2022/utils/miscellaneous/to-animation-options.mjs +0 -16
  515. package/esm2022/utils/taiga-ui-core-utils.mjs +0 -5
  516. package/fesm2022/taiga-ui-core-components-alert.mjs +0 -149
  517. package/fesm2022/taiga-ui-core-components-alert.mjs.map +0 -1
  518. package/fesm2022/taiga-ui-core-components-fullscreen.mjs +0 -66
  519. package/fesm2022/taiga-ui-core-components-fullscreen.mjs.map +0 -1
  520. package/fesm2022/taiga-ui-core-directives-surface.mjs +0 -50
  521. package/fesm2022/taiga-ui-core-directives-surface.mjs.map +0 -1
  522. package/fesm2022/taiga-ui-core-pipes-fallback-src.mjs +0 -29
  523. package/fesm2022/taiga-ui-core-pipes-fallback-src.mjs.map +0 -1
  524. package/pipes/fallback-src/fallback-src.pipe.d.ts +0 -9
  525. package/pipes/fallback-src/index.d.ts +0 -1
  526. package/types/portal-item.d.ts +0 -9
  527. package/types/value-content-context.d.ts +0 -4
@@ -1,25 +1,31 @@
1
1
  import { __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
- import { InjectionToken, Injectable, Directive, Optional, Self, SkipSelf, inject, Input, EventEmitter, Output, signal, INJECTOR, Component, ChangeDetectionStrategy, TemplateRef, NgZone, DestroyRef, ChangeDetectorRef } from '@angular/core';
4
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
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';
5
5
  import { EMPTY_CLIENT_RECT } from '@taiga-ui/cdk/constants';
6
- import * as i1 from '@taiga-ui/cdk/directives/animated';
7
- import { TuiAnimated, TuiAnimatedParent } from '@taiga-ui/cdk/directives/animated';
6
+ import * as i3 from '@taiga-ui/cdk/directives/active-zone';
7
+ import { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
8
+ import * as i2 from '@taiga-ui/cdk/directives/animated';
9
+ import { TuiAnimated } from '@taiga-ui/cdk/directives/animated';
8
10
  import { TuiHoveredService } from '@taiga-ui/cdk/directives/hovered';
9
11
  import { TUI_IS_MOBILE } from '@taiga-ui/cdk/tokens';
10
12
  import { tuiInjectElement, tuiPointToClientRect } from '@taiga-ui/cdk/utils/dom';
11
13
  import { tuiClamp } from '@taiga-ui/cdk/utils/math';
12
- import { tuiProvide, tuiPure, tuiPx, tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
13
- import { TuiDriverDirective, TuiDriver, tuiAsDriver, TuiPositionAccessor, tuiFallbackAccessor, TuiRectAccessor, tuiAsRectAccessor, tuiAsVehicle, tuiPositionAccessorFor, tuiRectAccessorFor } from '@taiga-ui/core/classes';
14
+ import { tuiPure, tuiSetSignal, tuiPx, tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
15
+ import { TuiDriverDirective, TuiDriver, tuiAsDriver, TuiPositionAccessor, tuiFallbackAccessor, TuiRectAccessor, tuiAsVehicle, tuiAsRectAccessor, tuiPositionAccessorFor, tuiRectAccessorFor } from '@taiga-ui/core/classes';
16
+ import { tuiButtonOptionsProvider } from '@taiga-ui/core/components/button';
17
+ import * as i1 from '@taiga-ui/core/directives/appearance';
18
+ import { tuiAppearance, TuiAppearance } from '@taiga-ui/core/directives/appearance';
14
19
  import { TuiPositionService, TuiVisualViewportService } from '@taiga-ui/core/services';
15
20
  import { TUI_VIEWPORT } from '@taiga-ui/core/tokens';
16
21
  import { tuiOverrideOptions, tuiIsObscured } from '@taiga-ui/core/utils';
17
- import { PolymorpheusComponent, injectContext, PolymorpheusOutlet } from '@taiga-ui/polymorpheus';
18
- import { BehaviorSubject, Subject, merge, switchMap, of, delay, takeUntil, repeat, filter, map, tap, takeWhile, distinctUntilChanged, fromEvent, debounce, timer, startWith, skip } from 'rxjs';
19
- import { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
20
- import { DOCUMENT, NgForOf } from '@angular/common';
21
- import { tuiIfMap, tuiTypedFromEvent, tuiZonefreeScheduler, tuiZoneOptimized } from '@taiga-ui/cdk/observables';
22
- import { tuiIsNativeFocused } from '@taiga-ui/cdk/utils/focus';
22
+ 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';
24
+ import { TuiPopupService } from '@taiga-ui/core/directives/popup';
25
+ import { tuiProvide } from '@taiga-ui/cdk/utils/di';
26
+ import { DOCUMENT } from '@angular/common';
27
+ import { tuiIfMap, tuiTypedFromEvent, tuiZoneOptimized } from '@taiga-ui/cdk/observables';
28
+ import { tuiIsFocused } from '@taiga-ui/cdk/utils/focus';
23
29
 
24
30
  /**
25
31
  * A component to display a hint
@@ -28,44 +34,16 @@ const TUI_HINT_COMPONENT = new InjectionToken(ngDevMode ? 'TUI_HINT_COMPONENT' :
28
34
  factory: () => TuiHintComponent,
29
35
  });
30
36
 
31
- /**
32
- * Service for displaying hints/tooltips
33
- */
34
- class TuiHintService extends BehaviorSubject {
35
- constructor() {
36
- super([]);
37
- }
38
- add(directive) {
39
- this.next(this.value.concat(directive));
40
- }
41
- remove(directive) {
42
- if (this.value.includes(directive)) {
43
- this.next(this.value.filter((hint) => hint !== directive));
44
- }
45
- }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
47
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintService, providedIn: 'root' }); }
48
- }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintService, decorators: [{
50
- type: Injectable,
51
- args: [{
52
- providedIn: 'root',
53
- }]
54
- }], ctorParameters: function () { return []; } });
55
-
56
37
  class TuiHintDriver extends TuiDriverDirective {
57
38
  constructor() {
58
39
  super(...arguments);
59
40
  this.type = 'hint';
60
41
  }
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDriver, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
62
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintDriver, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDriver, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
43
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiHintDriver, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
63
44
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDriver, decorators: [{
65
- type: Directive,
66
- args: [{
67
- standalone: true,
68
- }]
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDriver, decorators: [{
46
+ type: Directive
69
47
  }] });
70
48
 
71
49
  const TUI_HINT_DIRECTIONS = [
@@ -121,13 +99,12 @@ class TuiHintOptionsDirective {
121
99
  ngOnChanges() {
122
100
  this.change$.next();
123
101
  }
124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintOptionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
125
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", 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 }); }
102
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintOptionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
103
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", 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 }); }
126
104
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintOptionsDirective, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintOptionsDirective, decorators: [{
128
106
  type: Directive,
129
107
  args: [{
130
- standalone: true,
131
108
  selector: '[tuiHintContent]',
132
109
  providers: [tuiProvide(TUI_HINT_OPTIONS, TuiHintOptionsDirective)],
133
110
  }]
@@ -157,11 +134,11 @@ class TuiHintHover extends TuiDriver {
157
134
  this.options = inject(TUI_HINT_OPTIONS);
158
135
  this.visible = false;
159
136
  this.toggle$ = new Subject();
160
- this.stream$ = merge(this.toggle$.pipe(switchMap((visible) => this.isMobile
161
- ? of(visible)
162
- : of(visible).pipe(delay(visible ? 0 : this.tuiHintHideDelay))), takeUntil(this.hovered$), repeat()), this.hovered$.pipe(switchMap((visible) => this.isMobile
163
- ? of(visible)
164
- : of(visible).pipe(delay(visible ? this.tuiHintShowDelay : this.tuiHintHideDelay))), takeUntil(this.toggle$), repeat())).pipe(filter(() => this.enabled), map((value) => value &&
137
+ this.stream$ = merge(this.toggle$.pipe(switchMap((show) => this.isMobile
138
+ ? of(show)
139
+ : of(show).pipe(delay(show ? 0 : this.hideDelay()))), takeUntil(this.hovered$), repeat()), this.hovered$.pipe(switchMap((show) => this.isMobile
140
+ ? of(show)
141
+ : of(show).pipe(delay(show ? this.showDelay() : this.hideDelay()))), takeUntil(this.toggle$), repeat())).pipe(filter(() => this.enabled), map((value) => value &&
165
142
  (this.el.hasAttribute('tuiHintPointer') || !tuiIsObscured(this.el))), tap((visible) => {
166
143
  this.visible = visible;
167
144
  }));
@@ -169,8 +146,12 @@ class TuiHintHover extends TuiDriver {
169
146
  optional: true,
170
147
  skipSelf: true,
171
148
  });
172
- this.tuiHintShowDelay = this.options.showDelay;
173
- this.tuiHintHideDelay = this.options.hideDelay;
149
+ this.showDelay = input(this.options.showDelay, {
150
+ alias: 'tuiHintShowDelay',
151
+ });
152
+ this.hideDelay = input(this.options.hideDelay, {
153
+ alias: 'tuiHintHideDelay',
154
+ });
174
155
  this.type = 'hint';
175
156
  this.enabled = true;
176
157
  }
@@ -181,21 +162,16 @@ class TuiHintHover extends TuiDriver {
181
162
  close() {
182
163
  this.toggle$.next(false);
183
164
  }
184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintHover, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintHover, isStandalone: true, inputs: { tuiHintShowDelay: "tuiHintShowDelay", tuiHintHideDelay: "tuiHintHideDelay" }, providers: [tuiAsDriver(TuiHintHover), TuiHoveredService], exportAs: ["tuiHintHover"], usesInheritance: true, ngImport: i0 }); }
165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintHover, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
166
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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 }); }
186
167
  }
187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintHover, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintHover, decorators: [{
188
169
  type: Directive,
189
170
  args: [{
190
- standalone: true,
191
171
  providers: [tuiAsDriver(TuiHintHover), TuiHoveredService],
192
172
  exportAs: 'tuiHintHover',
193
173
  }]
194
- }], ctorParameters: function () { return []; }, propDecorators: { tuiHintShowDelay: [{
195
- type: Input
196
- }], tuiHintHideDelay: [{
197
- type: Input
198
- }] } });
174
+ }], ctorParameters: () => [] });
199
175
 
200
176
  const GAP$1 = 8;
201
177
  const ARROW_OFFSET = 24;
@@ -207,19 +183,24 @@ class TuiHintPosition extends TuiPositionAccessor {
207
183
  this.el = tuiInjectElement();
208
184
  this.offset = inject(TUI_IS_MOBILE) ? 16 : 8;
209
185
  this.viewport = inject(TUI_VIEWPORT);
210
- this.accessor = tuiFallbackAccessor('hint')(inject(TuiRectAccessor), inject(TuiHintDirective));
186
+ this.accessor = tuiFallbackAccessor('hint')(inject(TuiRectAccessor, { optional: true }), { getClientRect: () => this.el.getBoundingClientRect() });
211
187
  this.points = TUI_HINT_DIRECTIONS.reduce((acc, direction) => ({ ...acc, [direction]: [0, 0] }), {});
212
- this.direction = inject(TUI_HINT_OPTIONS).direction;
213
- this.directionChange = new EventEmitter();
188
+ this.direction = input(inject(TUI_HINT_OPTIONS).direction, {
189
+ alias: 'tuiHintDirection',
190
+ });
191
+ this.directionChange = output({
192
+ alias: 'tuiHintDirectionChange',
193
+ });
214
194
  this.type = 'hint';
215
195
  }
216
196
  emitDirection(direction) {
217
197
  this.directionChange.emit(direction);
218
198
  }
219
199
  getPosition(rect, el) {
200
+ const direction = this.direction();
220
201
  const width = el?.clientWidth ?? rect.width;
221
202
  const height = el?.clientHeight ?? rect.height;
222
- const hostRect = this.accessor.getClientRect() ?? EMPTY_CLIENT_RECT;
203
+ const hostRect = this.accessor.getClientRect();
223
204
  const leftCenter = hostRect.left + hostRect.width / 2;
224
205
  const topCenter = hostRect.top + hostRect.height / 2;
225
206
  const rtl = this.el.matches('[dir="rtl"] :scope');
@@ -247,14 +228,14 @@ class TuiHintPosition extends TuiPositionAccessor {
247
228
  this.points.right[LEFT] = this.points['right-top'][LEFT];
248
229
  this.points['right-bottom'][TOP] = this.points['left-bottom'][TOP];
249
230
  this.points['right-bottom'][LEFT] = this.points['right-top'][LEFT];
250
- const array = Array.isArray(this.direction) ? this.direction : [this.direction];
231
+ const array = Array.isArray(direction) ? direction : [direction];
251
232
  const priority = array.map((direction) => adjust(direction, rtl));
252
- const direction = priority
233
+ const updated = priority
253
234
  .concat(TUI_HINT_DIRECTIONS)
254
235
  .find((dir) => this.checkPosition(this.points[dir], width, height)) ||
255
236
  this.fallback;
256
- this.emitDirection(adjust(direction, rtl));
257
- return this.points[direction];
237
+ this.emitDirection(adjust(updated, rtl));
238
+ return this.points[updated];
258
239
  }
259
240
  get fallback() {
260
241
  return this.points.top[TOP] >
@@ -269,24 +250,15 @@ class TuiHintPosition extends TuiPositionAccessor {
269
250
  top + height < viewport.bottom - GAP$1 &&
270
251
  left + width < viewport.right - GAP$1);
271
252
  }
272
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintPosition, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
273
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintPosition, isStandalone: true, inputs: { direction: ["tuiHintDirection", "direction"] }, outputs: { directionChange: "tuiHintDirectionChange" }, usesInheritance: true, ngImport: i0 }); }
253
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintPosition, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
254
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", type: TuiHintPosition, isStandalone: true, inputs: { direction: { classPropertyName: "direction", publicName: "tuiHintDirection", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { directionChange: "tuiHintDirectionChange" }, usesInheritance: true, ngImport: i0 }); }
274
255
  }
275
256
  __decorate([
276
257
  tuiPure
277
258
  ], TuiHintPosition.prototype, "emitDirection", null);
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintPosition, decorators: [{
279
- type: Directive,
280
- args: [{
281
- standalone: true,
282
- }]
283
- }], propDecorators: { direction: [{
284
- type: Input,
285
- args: ['tuiHintDirection']
286
- }], directionChange: [{
287
- type: Output,
288
- args: ['tuiHintDirectionChange']
289
- }], emitDirection: [] } });
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintPosition, decorators: [{
260
+ type: Directive
261
+ }], propDecorators: { emitDirection: [] } });
290
262
  function adjust(direction, rtl) {
291
263
  if (rtl && direction.includes('left')) {
292
264
  return direction.replace('left', 'right');
@@ -299,18 +271,19 @@ function adjust(direction, rtl) {
299
271
 
300
272
  class TuiHintDirective {
301
273
  constructor() {
302
- this.service = inject(TuiHintService);
303
- this.appearance = inject(TUI_HINT_OPTIONS).appearance;
304
- this.visible = new EventEmitter();
305
- this.content = signal(null);
274
+ this.service = inject(TuiPopupService);
275
+ this.content = input(null, { alias: 'tuiHint' });
276
+ this.context = input(undefined, { alias: 'tuiHintContext' });
277
+ this.appearance = input(inject(TUI_HINT_OPTIONS).appearance, {
278
+ alias: 'tuiHintAppearance',
279
+ });
280
+ this.visible = output({ alias: 'tuiHintVisible' });
306
281
  this.component = inject((PolymorpheusComponent));
307
282
  this.el = tuiInjectElement();
308
- this.activeZone = inject(TuiActiveZone, { optional: true });
309
283
  this.type = 'hint';
310
284
  }
311
- set tuiHint(content) {
312
- this.content.set(content);
313
- if (!content) {
285
+ ngOnChanges() {
286
+ if (!this.content()) {
314
287
  this.toggle(false);
315
288
  }
316
289
  }
@@ -321,32 +294,31 @@ class TuiHintDirective {
321
294
  return this.el.getBoundingClientRect();
322
295
  }
323
296
  toggle(show) {
324
- if (show && this.content()) {
325
- this.service.add(this);
297
+ if (show && this.content() && !this.ref) {
298
+ this.ref = this.service.add(this.component);
299
+ this.visible.emit(true);
326
300
  }
327
- else {
328
- this.service.remove(this);
301
+ else if (this.ref) {
302
+ this.ref.destroy();
303
+ this.ref = undefined;
304
+ this.visible.emit(false);
329
305
  }
330
- this.visible.emit(show);
331
306
  }
332
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
333
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintDirective, isStandalone: true, selector: "[tuiHint]:not(ng-container):not(ng-template)", inputs: { context: ["tuiHintContext", "context"], appearance: ["tuiHintAppearance", "appearance"], tuiHint: "tuiHint" }, outputs: { visible: "tuiHintVisible" }, providers: [
334
- tuiAsRectAccessor(TuiHintDirective),
307
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
308
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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: [
335
309
  tuiAsVehicle(TuiHintDirective),
336
310
  {
337
311
  provide: PolymorpheusComponent,
338
312
  deps: [TUI_HINT_COMPONENT, INJECTOR],
339
313
  useClass: PolymorpheusComponent,
340
314
  },
341
- ], hostDirectives: [{ directive: TuiHintDriver }, { directive: TuiHintHover, inputs: ["tuiHintHideDelay", "tuiHintHideDelay", "tuiHintShowDelay", "tuiHintShowDelay"] }, { directive: TuiHintPosition, inputs: ["tuiHintDirection", "tuiHintDirection"], outputs: ["tuiHintDirectionChange", "tuiHintDirectionChange"] }], ngImport: i0 }); }
315
+ ], usesOnChanges: true, hostDirectives: [{ directive: TuiHintDriver }, { directive: TuiHintHover, inputs: ["tuiHintHideDelay", "tuiHintHideDelay", "tuiHintShowDelay", "tuiHintShowDelay"] }, { directive: TuiHintPosition, inputs: ["tuiHintDirection", "tuiHintDirection"], outputs: ["tuiHintDirectionChange", "tuiHintDirectionChange"] }], ngImport: i0 }); }
342
316
  }
343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDirective, decorators: [{
317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDirective, decorators: [{
344
318
  type: Directive,
345
319
  args: [{
346
- standalone: true,
347
320
  selector: '[tuiHint]:not(ng-container):not(ng-template)',
348
321
  providers: [
349
- tuiAsRectAccessor(TuiHintDirective),
350
322
  tuiAsVehicle(TuiHintDirective),
351
323
  {
352
324
  provide: PolymorpheusComponent,
@@ -367,18 +339,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
367
339
  },
368
340
  ],
369
341
  }]
370
- }], propDecorators: { context: [{
371
- type: Input,
372
- args: ['tuiHintContext']
373
- }], appearance: [{
374
- type: Input,
375
- args: ['tuiHintAppearance']
376
- }], visible: [{
377
- type: Output,
378
- args: ['tuiHintVisible']
379
- }], tuiHint: [{
380
- type: Input
381
- }] } });
342
+ }] });
382
343
 
383
344
  class TuiHintPointer extends TuiHintHover {
384
345
  constructor() {
@@ -391,13 +352,12 @@ class TuiHintPointer extends TuiHintHover {
391
352
  onMove({ clientX, clientY }) {
392
353
  this.currentRect = tuiPointToClientRect(clientX, clientY);
393
354
  }
394
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintPointer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
395
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintPointer, isStandalone: true, selector: "[tuiHint][tuiHintPointer]", host: { listeners: { "mousemove.zoneless": "onMove($event)" } }, providers: [tuiAsRectAccessor(TuiHintPointer), tuiAsDriver(TuiHintPointer)], usesInheritance: true, ngImport: i0 }); }
355
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintPointer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
356
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiHintPointer, isStandalone: true, selector: "[tuiHint][tuiHintPointer]", host: { listeners: { "mousemove.zoneless": "onMove($event)" } }, providers: [tuiAsRectAccessor(TuiHintPointer), tuiAsDriver(TuiHintPointer)], usesInheritance: true, ngImport: i0 }); }
396
357
  }
397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintPointer, decorators: [{
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintPointer, decorators: [{
398
359
  type: Directive,
399
360
  args: [{
400
- standalone: true,
401
361
  selector: '[tuiHint][tuiHintPointer]',
402
362
  providers: [tuiAsRectAccessor(TuiHintPointer), tuiAsDriver(TuiHintPointer)],
403
363
  host: {
@@ -408,46 +368,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
408
368
 
409
369
  class TuiHintUnstyledComponent {
410
370
  constructor() {
411
- this.context = injectContext();
371
+ this.hint = inject(TuiHintDirective);
412
372
  }
413
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintUnstyledComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
414
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintUnstyledComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '<ng-container *polymorpheusOutlet="context.$implicit.content()" />', isInline: true, dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
373
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintUnstyledComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
374
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", 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 }); }
415
375
  }
416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintUnstyledComponent, decorators: [{
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintUnstyledComponent, decorators: [{
417
377
  type: Component,
418
378
  args: [{
419
- standalone: true,
420
379
  imports: [PolymorpheusOutlet],
421
- template: '<ng-container *polymorpheusOutlet="context.$implicit.content()" />',
380
+ template: '<ng-container *polymorpheusOutlet="hint.content()" />',
422
381
  changeDetection: ChangeDetectionStrategy.OnPush,
423
382
  }]
424
383
  }] });
425
384
  class TuiHintUnstyled {
426
385
  constructor() {
427
386
  const hint = inject((TuiHintDirective));
428
- hint.component = new PolymorpheusComponent(TuiHintUnstyledComponent);
429
- hint.content.set(inject((TemplateRef)));
387
+ tuiSetSignal(hint.content, inject((TemplateRef)));
388
+ hint.component = new PolymorpheusComponent(TuiHintUnstyledComponent, inject(INJECTOR));
430
389
  }
431
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintUnstyled, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
432
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintUnstyled, isStandalone: true, selector: "ng-template[tuiHint]", ngImport: i0 }); }
390
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintUnstyled, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
391
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiHintUnstyled, isStandalone: true, selector: "ng-template[tuiHint]", ngImport: i0 }); }
433
392
  }
434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintUnstyled, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintUnstyled, decorators: [{
435
394
  type: Directive,
436
395
  args: [{
437
- standalone: true,
438
396
  selector: 'ng-template[tuiHint]',
439
397
  }]
440
- }], ctorParameters: function () { return []; } });
398
+ }], ctorParameters: () => [] });
441
399
 
442
400
  const TUI_HINT_PROVIDERS = [
443
401
  TuiPositionService,
444
402
  TuiHoveredService,
445
403
  tuiPositionAccessorFor('hint', TuiHintPosition),
446
- tuiRectAccessorFor('hint', TuiHintDirective),
404
+ tuiRectAccessorFor('hint', forwardRef(() => TuiHintDirective)),
447
405
  ];
448
406
  const GAP = 8;
449
- // TODO(v5): remove base component after angular update
450
- class TuiHintBaseComponent {
407
+ class TuiHintComponent {
451
408
  constructor() {
452
409
  this.el = tuiInjectElement();
453
410
  this.hover = inject(TuiHintHover);
@@ -455,13 +412,15 @@ class TuiHintBaseComponent {
455
412
  this.viewport = inject(TUI_VIEWPORT);
456
413
  this.pointer = inject(TuiHintPointer, { optional: true });
457
414
  this.accessor = inject(TuiRectAccessor);
458
- this.hint = injectContext().$implicit;
415
+ this.hint = inject(TuiHintDirective);
459
416
  this.isMobile = inject(TUI_IS_MOBILE);
460
417
  this.content = this.hint.component.component === TuiHintUnstyledComponent
461
418
  ? signal('')
462
419
  : this.hint.content;
463
- this.appearance = this.hint.appearance ||
464
- this.hint.el.closest('[tuiTheme]')?.getAttribute('tuiTheme');
420
+ this.theme = this.hint.el
421
+ .closest('[tuiTheme]')
422
+ ?.getAttribute('tuiTheme');
423
+ this.appearance = tuiAppearance(this.hint.appearance);
465
424
  inject(TuiPositionService)
466
425
  .pipe(takeWhile(() => this.hint.el.isConnected), map((point) => this.vvs.correct(point)), takeUntilDestroyed())
467
426
  .subscribe({
@@ -499,154 +458,121 @@ class TuiHintBaseComponent {
499
458
  ]);
500
459
  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));
501
460
  }
502
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
503
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintBaseComponent, isStandalone: true, selector: "ng-component", host: { listeners: { "document:click": "onClick($event.target)" }, properties: { "class._untouchable": "pointer", "class._mobile": "isMobile", "attr.data-appearance": "appearance", "attr.tuiTheme": "appearance === \"dark\" ? \"light\" : null" } }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
504
- }
505
- __decorate([
506
- tuiPure
507
- ], TuiHintBaseComponent.prototype, "apply", null);
508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintBaseComponent, decorators: [{
509
- type: Component,
510
- args: [{
511
- standalone: true,
512
- template: '',
513
- changeDetection: ChangeDetectionStrategy.OnPush,
514
- host: {
515
- '[class._untouchable]': 'pointer',
516
- '[class._mobile]': 'isMobile',
517
- '[attr.data-appearance]': 'appearance',
518
- '[attr.tuiTheme]': 'appearance === "dark" ? "light" : null',
519
- '(document:click)': 'onClick($event.target)',
520
- },
521
- }]
522
- }], ctorParameters: function () { return []; }, propDecorators: { apply: [] } });
523
- class TuiHintComponent extends TuiHintBaseComponent {
524
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
525
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintComponent, isStandalone: true, selector: "tui-hint", providers: TUI_HINT_PROVIDERS, usesInheritance: true, hostDirectives: [{ directive: i1.TuiAnimated }], ngImport: i0, template: `
461
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
462
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", 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: `
526
463
  <ng-content />
527
464
  <span
528
- *polymorpheusOutlet="content() as text; context: hint.context"
465
+ *polymorpheusOutlet="content() as text; context: hint.context()"
529
466
  [innerHTML]="text"
530
467
  ></span>
531
- `, isInline: true, styles: [":host{position:absolute;max-inline-size:min(18rem,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>');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[data-appearance=error]{background:var(--tui-status-negative)}:host[data-appearance=dark]{background:var(--tui-background-elevation-1);color:var(--tui-text-primary);filter:drop-shadow(0 0 .125rem rgba(0,0,0,.16)) drop-shadow(0 1.5rem 1rem rgba(0,0,0,.03)) drop-shadow(0 .75rem .75rem rgba(0,0,0,.04)) drop-shadow(0 .25rem .375rem rgba(0,0,0,.05))}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}\n"], dependencies: [{ kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
468
+ `, 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 }); }
532
469
  }
533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintComponent, decorators: [{
470
+ __decorate([
471
+ tuiPure
472
+ ], TuiHintComponent.prototype, "apply", null);
473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintComponent, decorators: [{
534
474
  type: Component,
535
- args: [{ standalone: true, selector: 'tui-hint', imports: [PolymorpheusOutlet], template: `
475
+ args: [{ selector: 'tui-hint', imports: [PolymorpheusOutlet], template: `
536
476
  <ng-content />
537
477
  <span
538
- *polymorpheusOutlet="content() as text; context: hint.context"
478
+ *polymorpheusOutlet="content() as text; context: hint.context()"
539
479
  [innerHTML]="text"
540
480
  ></span>
541
- `, changeDetection: ChangeDetectionStrategy.OnPush, providers: TUI_HINT_PROVIDERS, hostDirectives: [TuiAnimated], styles: [":host{position:absolute;max-inline-size:min(18rem,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>');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[data-appearance=error]{background:var(--tui-status-negative)}:host[data-appearance=dark]{background:var(--tui-background-elevation-1);color:var(--tui-text-primary);filter:drop-shadow(0 0 .125rem rgba(0,0,0,.16)) drop-shadow(0 1.5rem 1rem rgba(0,0,0,.03)) drop-shadow(0 .75rem .75rem rgba(0,0,0,.04)) drop-shadow(0 .25rem .375rem rgba(0,0,0,.05))}:host:not([style*=top]){visibility:hidden}:host._untouchable{pointer-events:none}\n"] }]
542
- }] });
481
+ `, changeDetection: ChangeDetectionStrategy.OnPush, providers: [TUI_HINT_PROVIDERS, tuiButtonOptionsProvider({ size: 's' })], hostDirectives: [TuiAppearance, TuiAnimated, TuiActiveZone], host: {
482
+ role: 'tooltip',
483
+ '[class._untouchable]': 'pointer',
484
+ '[class._mobile]': 'isMobile',
485
+ '[attr.tuiTheme]': 'theme',
486
+ '(document:click)': 'onClick($event.target)',
487
+ }, 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"] }]
488
+ }], ctorParameters: () => [], propDecorators: { apply: [] } });
543
489
 
544
490
  class TuiHintDescribe extends TuiDriver {
545
491
  constructor() {
546
492
  super((subscriber) => this.stream$.subscribe(subscriber));
547
493
  this.doc = inject(DOCUMENT);
548
494
  this.el = tuiInjectElement();
549
- this.zone = inject(NgZone);
550
- this.id$ = new BehaviorSubject('');
551
- this.stream$ = this.id$.pipe(distinctUntilChanged(), tuiIfMap(() => fromEvent(this.doc, 'keydown', { capture: true }), tuiIsPresent), switchMap(() => this.focused
552
- ? of(false)
553
- : merge(tuiTypedFromEvent(this.doc, 'keyup'), tuiTypedFromEvent(this.element, 'blur')).pipe(map(() => this.focused))), debounce((visible) => visible ? timer(1000, tuiZonefreeScheduler(this.zone)) : of(null)), startWith(false), distinctUntilChanged(), skip(1), tuiZoneOptimized());
495
+ this.element = computed((id = this.id()) => id ? this.doc.querySelector(`#${id}`) || this.el : this.el);
496
+ this.id = input('', { alias: 'tuiHintDescribe' });
554
497
  this.type = 'hint';
555
- }
556
- set tuiHintDescribe(id) {
557
- this.id$.next(id || '');
558
- }
559
- get element() {
560
- const id = this.id$.value;
561
- return id ? this.doc.querySelector(`#${id}`) || this.el : this.el;
498
+ this.stream$ = toObservable(this.id).pipe(distinctUntilChanged(), tuiIfMap(() => fromEvent(this.doc, 'keydown', { capture: true }), tuiIsPresent), switchMap(() => this.focused
499
+ ? of(false)
500
+ : merge(tuiTypedFromEvent(this.doc, 'keyup'), tuiTypedFromEvent(this.element(), 'blur')).pipe(map(() => this.focused))), debounce((visible) => (visible ? timer(1000) : of(null))), startWith(false), distinctUntilChanged(), skip(1), tuiZoneOptimized());
562
501
  }
563
502
  get focused() {
564
- return tuiIsNativeFocused(this.element);
503
+ return tuiIsFocused(this.element());
565
504
  }
566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDescribe, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
567
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintDescribe, isStandalone: true, selector: "[tuiHintDescribe]", inputs: { tuiHintDescribe: "tuiHintDescribe" }, providers: [tuiAsDriver(TuiHintDescribe)], usesInheritance: true, ngImport: i0 }); }
505
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDescribe, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
506
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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 }); }
568
507
  }
569
- __decorate([
570
- tuiPure
571
- ], TuiHintDescribe.prototype, "element", null);
572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintDescribe, decorators: [{
508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintDescribe, decorators: [{
573
509
  type: Directive,
574
510
  args: [{
575
- standalone: true,
576
511
  selector: '[tuiHintDescribe]',
577
512
  providers: [tuiAsDriver(TuiHintDescribe)],
578
513
  }]
579
- }], ctorParameters: function () { return []; }, propDecorators: { tuiHintDescribe: [{
580
- type: Input
581
- }], element: [] } });
514
+ }], ctorParameters: () => [] });
582
515
 
583
516
  class TuiHintHost extends TuiRectAccessor {
584
517
  constructor() {
585
518
  super(...arguments);
519
+ this.tuiHintHost = input();
586
520
  this.type = 'hint';
587
521
  }
588
522
  getClientRect() {
589
- return this.tuiHintHost?.getBoundingClientRect() || EMPTY_CLIENT_RECT;
523
+ return this.tuiHintHost()?.getBoundingClientRect() || EMPTY_CLIENT_RECT;
590
524
  }
591
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintHost, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
592
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintHost, isStandalone: true, selector: "[tuiHint][tuiHintHost]", inputs: { tuiHintHost: "tuiHintHost" }, providers: [tuiAsRectAccessor(TuiHintHost)], usesInheritance: true, ngImport: i0 }); }
525
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintHost, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
526
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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 }); }
593
527
  }
594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintHost, decorators: [{
528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintHost, decorators: [{
595
529
  type: Directive,
596
530
  args: [{
597
- standalone: true,
598
531
  selector: '[tuiHint][tuiHintHost]',
599
532
  providers: [tuiAsRectAccessor(TuiHintHost)],
600
533
  }]
601
- }], propDecorators: { tuiHintHost: [{
602
- type: Input
603
- }] } });
534
+ }] });
604
535
 
605
536
  class TuiHintManual extends TuiDriver {
606
537
  constructor() {
607
538
  super((subscriber) => this.stream$.subscribe(subscriber));
608
539
  this.hover = inject(TuiHintHover);
609
540
  this.stream$ = new BehaviorSubject(false);
610
- this.tuiHintManual = false;
541
+ this.visible = input(false, { alias: 'tuiHintManual' });
611
542
  this.type = 'hint';
612
543
  this.hover.enabled = false;
613
544
  }
614
545
  ngOnChanges() {
615
- this.stream$.next(!!this.tuiHintManual);
616
- this.hover.enabled = this.tuiHintManual === null;
546
+ this.stream$.next(!!this.visible());
547
+ this.hover.enabled = this.visible() === null;
617
548
  }
618
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintManual, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
619
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintManual, isStandalone: true, selector: "[tuiHint][tuiHintManual]", inputs: { tuiHintManual: "tuiHintManual" }, providers: [tuiAsDriver(TuiHintManual)], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
549
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintManual, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
550
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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 }); }
620
551
  }
621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintManual, decorators: [{
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintManual, decorators: [{
622
553
  type: Directive,
623
554
  args: [{
624
- standalone: true,
625
555
  selector: '[tuiHint][tuiHintManual]',
626
556
  providers: [tuiAsDriver(TuiHintManual)],
627
557
  }]
628
- }], ctorParameters: function () { return []; }, propDecorators: { tuiHintManual: [{
629
- type: Input
630
- }] } });
558
+ }], ctorParameters: () => [] });
631
559
 
632
560
  class TuiHintOverflow {
633
561
  constructor() {
634
562
  this.hint = inject(TuiHintDirective);
635
- this.tuiHintOverflow = '';
563
+ this.content = input('', { alias: 'tuiHintOverflow' });
636
564
  }
637
565
  onMouseEnter({ scrollWidth, clientWidth, textContent }) {
638
- this.hint.tuiHint =
639
- scrollWidth > clientWidth && this.tuiHintOverflow !== null
640
- ? this.tuiHintOverflow || textContent
641
- : '';
566
+ tuiSetSignal(this.hint.content, scrollWidth > clientWidth && this.content() !== null
567
+ ? this.content() || textContent
568
+ : '');
642
569
  }
643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintOverflow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
644
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiHintOverflow, isStandalone: true, selector: "[tuiHintOverflow]", inputs: { tuiHintOverflow: "tuiHintOverflow" }, host: { listeners: { "mouseenter": "onMouseEnter($event.currentTarget)" } }, hostDirectives: [{ directive: TuiHintDirective, inputs: ["tuiHintAppearance", "tuiHintAppearance"] }], ngImport: i0 }); }
570
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintOverflow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
571
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", 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 }); }
645
572
  }
646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHintOverflow, decorators: [{
573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHintOverflow, decorators: [{
647
574
  type: Directive,
648
575
  args: [{
649
- standalone: true,
650
576
  selector: '[tuiHintOverflow]',
651
577
  hostDirectives: [
652
578
  {
@@ -658,9 +584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
658
584
  '(mouseenter)': 'onMouseEnter($event.currentTarget)',
659
585
  },
660
586
  }]
661
- }], propDecorators: { tuiHintOverflow: [{
662
- type: Input
663
- }] } });
587
+ }] });
664
588
 
665
589
  const TuiHint = [
666
590
  TuiHintComponent,
@@ -677,34 +601,9 @@ const TuiHint = [
677
601
  TuiHintPointer,
678
602
  ];
679
603
 
680
- class TuiHints {
681
- constructor() {
682
- this.hints$ = inject(TuiHintService);
683
- this.destroyRef = inject(DestroyRef);
684
- this.cdr = inject(ChangeDetectorRef);
685
- this.hints = [];
686
- }
687
- ngOnInit() {
688
- // Due to this view being parallel to app content, `markForCheck` from `async` pipe
689
- // can happen after view was checked, so calling `detectChanges` instead
690
- this.hints$.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((hints) => {
691
- this.hints = hints;
692
- this.cdr.detectChanges();
693
- });
694
- }
695
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHints, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
696
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiHints, isStandalone: true, selector: "tui-hints", host: { attributes: { "aria-live": "polite" } }, ngImport: i0, template: "<div\n *ngFor=\"let hint of hints\"\n role=\"tooltip\"\n tuiAnimatedParent\n [tuiActiveZoneParent]=\"hint.activeZone || null\"\n>\n <ng-container *polymorpheusOutlet=\"hint.component; context: {$implicit: hint}\" />\n</div>\n", styles: [":host{position:fixed;top:0;left:0;inline-size:100%;block-size:100%;block-size:0}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "directive", type: TuiActiveZone, selector: "[tuiActiveZone]:not(ng-container), [tuiActiveZoneChange]:not(ng-container), [tuiActiveZoneParent]:not(ng-container)", inputs: ["tuiActiveZoneParent"], outputs: ["tuiActiveZoneChange"], exportAs: ["tuiActiveZone"] }, { kind: "directive", type: TuiAnimatedParent, selector: "[tuiAnimatedParent]" }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
697
- }
698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiHints, decorators: [{
699
- type: Component,
700
- args: [{ standalone: true, selector: 'tui-hints', imports: [NgForOf, PolymorpheusOutlet, TuiActiveZone, TuiAnimatedParent], changeDetection: ChangeDetectionStrategy.Default, host: {
701
- 'aria-live': 'polite',
702
- }, template: "<div\n *ngFor=\"let hint of hints\"\n role=\"tooltip\"\n tuiAnimatedParent\n [tuiActiveZoneParent]=\"hint.activeZone || null\"\n>\n <ng-container *polymorpheusOutlet=\"hint.component; context: {$implicit: hint}\" />\n</div>\n", styles: [":host{position:fixed;top:0;left:0;inline-size:100%;block-size:100%;block-size:0}\n"] }]
703
- }] });
704
-
705
604
  /**
706
605
  * Generated bundle index. Do not edit.
707
606
  */
708
607
 
709
- export { TUI_HINT_COMPONENT, TUI_HINT_DEFAULT_OPTIONS, TUI_HINT_DIRECTIONS, TUI_HINT_OPTIONS, TUI_HINT_PROVIDERS, TuiHint, TuiHintBaseComponent, TuiHintComponent, TuiHintDescribe, TuiHintDirective, TuiHintDriver, TuiHintHost, TuiHintHover, TuiHintManual, TuiHintOptionsDirective, TuiHintOverflow, TuiHintPointer, TuiHintPosition, TuiHintService, TuiHintUnstyled, TuiHintUnstyledComponent, TuiHints, tuiHintOptionsProvider };
608
+ 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 };
710
609
  //# sourceMappingURL=taiga-ui-core-directives-hint.mjs.map