@taiga-ui/kit 4.52.0-canary.216e347 → 4.52.0-canary.24b31eb

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 (815) hide show
  1. package/components/accordion/accordion.component.d.ts +13 -0
  2. package/components/accordion/accordion.d.ts +4 -4
  3. package/components/accordion/accordion.directive.d.ts +11 -10
  4. package/components/accordion/index.d.ts +1 -3
  5. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  6. package/components/avatar/avatar.directive.d.ts +15 -0
  7. package/components/avatar/avatar.options.d.ts +1 -4
  8. package/components/avatar/index.d.ts +1 -1
  9. package/components/badge/badge.directive.d.ts +2 -2
  10. package/components/block/block.directive.d.ts +4 -4
  11. package/components/block/block.options.d.ts +1 -1
  12. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  13. package/components/checkbox/checkbox.component.d.ts +7 -18
  14. package/components/checkbox/checkbox.options.d.ts +5 -9
  15. package/components/chip/chip.directive.d.ts +2 -4
  16. package/components/comment/comment.directive.d.ts +2 -2
  17. package/components/confirm/confirm.component.d.ts +1 -0
  18. package/components/confirm/confirm.service.d.ts +2 -1
  19. package/{directives → components}/copy/copy.directive.d.ts +1 -2
  20. package/{directives → components}/copy/copy.options.d.ts +2 -2
  21. package/components/files/file/file.options.d.ts +1 -1
  22. package/components/floating-container/floating-container.directive.d.ts +2 -2
  23. package/components/fullscreen/fullscreen.component.d.ts +14 -0
  24. package/components/fullscreen/index.d.ts +1 -0
  25. package/components/index.d.ts +3 -1
  26. package/components/input-chip/input-chip.options.d.ts +1 -1
  27. package/components/input-color/input-color.component.d.ts +2 -1
  28. package/components/input-color/input-color.options.d.ts +1 -1
  29. package/components/input-date/input-date.options.d.ts +1 -1
  30. package/components/input-number/input-number.options.d.ts +1 -1
  31. package/components/input-number/quantum.directive.d.ts +2 -2
  32. package/components/input-phone/input-phone.options.d.ts +1 -1
  33. package/components/input-phone-international/input-phone-international.component.d.ts +23 -29
  34. package/components/input-range/input-range.component.d.ts +5 -5
  35. package/components/input-slider/input-slider.directive.d.ts +2 -3
  36. package/components/input-time/input-time.options.d.ts +1 -1
  37. package/components/like/like.component.d.ts +4 -11
  38. package/components/like/like.options.d.ts +3 -4
  39. package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
  40. package/components/line-clamp/line-clamp.component.d.ts +6 -10
  41. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
  42. package/components/pager/pager.component.d.ts +1 -1
  43. package/components/pin/pin.directive.d.ts +2 -2
  44. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  45. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  46. package/components/push/push.component.d.ts +1 -1
  47. package/components/radio/radio.component.d.ts +7 -8
  48. package/components/radio/radio.directive.d.ts +2 -2
  49. package/components/radio/radio.options.d.ts +2 -5
  50. package/components/rating/rating.component.d.ts +5 -5
  51. package/components/rating/rating.options.d.ts +5 -3
  52. package/components/segmented/segmented.component.d.ts +4 -6
  53. package/components/slides/slides.directive.d.ts +4 -4
  54. package/components/status/status.directive.d.ts +2 -2
  55. package/components/switch/switch.component.d.ts +7 -19
  56. package/components/switch/switch.options.d.ts +4 -8
  57. package/components/textarea/textarea.options.d.ts +1 -1
  58. package/components/toast/index.d.ts +5 -0
  59. package/components/toast/toast.component.d.ts +17 -0
  60. package/components/toast/toast.d.ts +3 -0
  61. package/components/toast/toast.directive.d.ts +7 -0
  62. package/components/toast/toast.options.d.ts +8 -0
  63. package/components/toast/toast.service.d.ts +16 -0
  64. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  65. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +1 -6
  66. package/directives/chevron/chevron.directive.d.ts +2 -3
  67. package/directives/fade/fade.directive.d.ts +1 -0
  68. package/directives/highlight/highlight.directive.d.ts +1 -3
  69. package/directives/index.d.ts +0 -2
  70. package/directives/password/password.options.d.ts +1 -1
  71. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  72. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  73. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  74. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  75. package/directives/tooltip/tooltip.options.d.ts +1 -4
  76. package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
  77. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +10 -10
  79. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  80. package/fesm2022/taiga-ui-kit-components-avatar.mjs +81 -100
  81. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -4
  83. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  84. package/fesm2022/taiga-ui-kit-components-badge.mjs +15 -21
  85. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  86. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +8 -8
  87. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  88. package/fesm2022/taiga-ui-kit-components-block.mjs +17 -24
  89. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  90. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +8 -10
  91. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  92. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +4 -5
  93. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  94. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -8
  95. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  96. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +10 -10
  97. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  98. package/fesm2022/taiga-ui-kit-components-carousel.mjs +21 -23
  99. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  100. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +19 -76
  101. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  102. package/fesm2022/taiga-ui-kit-components-chip.mjs +22 -27
  103. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  104. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +4 -4
  105. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  107. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  108. package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -4
  109. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  110. package/fesm2022/taiga-ui-kit-components-confirm.mjs +14 -14
  111. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  112. package/fesm2022/{taiga-ui-kit-directives-copy.mjs → taiga-ui-kit-components-copy.mjs} +13 -14
  113. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  114. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +13 -14
  115. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  116. package/fesm2022/taiga-ui-kit-components-drawer.mjs +7 -7
  117. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  118. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +8 -8
  119. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-kit-components-files.mjs +32 -42
  121. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  122. package/fesm2022/taiga-ui-kit-components-filter.mjs +7 -16
  123. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +13 -19
  125. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +63 -0
  127. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  128. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +22 -19
  129. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-kit-components-input-color.mjs +12 -15
  131. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +6 -6
  133. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +4 -4
  135. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +8 -9
  137. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-input-date.mjs +15 -16
  139. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +6 -6
  141. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +5 -5
  143. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-input-month.mjs +11 -12
  145. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-input-number.mjs +30 -29
  147. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +104 -131
  149. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +9 -10
  151. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +7 -7
  153. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-input-range.mjs +31 -28
  155. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +20 -28
  157. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-input-time.mjs +14 -14
  159. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-input-year.mjs +6 -6
  161. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +18 -18
  163. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  165. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +36 -44
  167. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-message.mjs +10 -12
  169. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +41 -38
  171. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +15 -22
  173. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-pager.mjs +8 -8
  175. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-pagination.mjs +8 -8
  177. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +11 -11
  179. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  181. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +13 -13
  183. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-preview.mjs +35 -37
  185. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-progress.mjs +39 -52
  187. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
  189. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-push.mjs +20 -20
  191. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -8
  193. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-radio.mjs +34 -39
  195. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-range.mjs +9 -9
  197. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-rating.mjs +17 -21
  199. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +5 -5
  201. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-segmented.mjs +8 -8
  203. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-select.mjs +17 -17
  205. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-slider.mjs +21 -22
  207. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-slides.mjs +14 -22
  209. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  211. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-stepper.mjs +12 -12
  213. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-switch.mjs +19 -65
  215. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-tabs.mjs +31 -36
  217. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-textarea.mjs +15 -16
  219. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-tiles.mjs +13 -13
  221. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-components-toast.mjs +166 -0
  223. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
  224. package/fesm2022/taiga-ui-kit-components-tree.mjs +36 -52
  225. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components.mjs +3 -1
  227. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  229. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +10 -13
  231. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
  233. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +13 -20
  235. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-directives-connected.mjs +10 -15
  237. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +4 -4
  239. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-directives-fade.mjs +11 -14
  241. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +4 -4
  243. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +5 -5
  245. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +8 -9
  247. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-directives-password.mjs +6 -6
  249. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-directives-present.mjs +4 -4
  251. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +13 -18
  253. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  255. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +27 -38
  257. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +13 -18
  259. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  260. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +5 -6
  261. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -4
  263. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-directives.mjs +0 -2
  265. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  267. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +3 -3
  269. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  270. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  271. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
  273. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  275. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  277. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
  279. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -9
  281. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-utils.mjs +1 -1
  283. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  284. package/package.json +25 -241
  285. package/pipes/index.d.ts +0 -1
  286. package/styles/components/avatar.less +188 -0
  287. package/styles/components/badge.less +3 -18
  288. package/styles/components/block.less +1 -1
  289. package/styles/components/checkbox.less +17 -16
  290. package/styles/components/chip.less +1 -3
  291. package/styles/components/like.less +15 -17
  292. package/styles/components/pin.less +3 -7
  293. package/styles/components/radio.less +2 -2
  294. package/styles/components/switch.less +12 -12
  295. package/styles/components/toast.less +44 -0
  296. package/tokens/index.d.ts +0 -1
  297. package/tokens/input-date-options.d.ts +1 -1
  298. package/components/accordion/accordion-item-content.directive.d.ts +0 -6
  299. package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
  300. package/components/accordion/accordion-item.component.d.ts +0 -25
  301. package/components/avatar/avatar.component.d.ts +0 -15
  302. package/components/input-password/index.d.ts +0 -2
  303. package/components/input-password/input-password.component.d.ts +0 -16
  304. package/components/input-password/input-password.options.d.ts +0 -24
  305. package/directives/icon-badge/icon-badge.directive.d.ts +0 -9
  306. package/directives/icon-badge/index.d.ts +0 -1
  307. package/esm2022/components/accordion/accordion-item-content.directive.mjs +0 -16
  308. package/esm2022/components/accordion/accordion-item-eager-content.directive.mjs +0 -15
  309. package/esm2022/components/accordion/accordion-item.component.mjs +0 -85
  310. package/esm2022/components/accordion/accordion.directive.mjs +0 -56
  311. package/esm2022/components/accordion/accordion.mjs +0 -11
  312. package/esm2022/components/accordion/index.mjs +0 -6
  313. package/esm2022/components/accordion/taiga-ui-kit-components-accordion.mjs +0 -5
  314. package/esm2022/components/action-bar/action-bar.component.mjs +0 -36
  315. package/esm2022/components/action-bar/action-bar.directive.mjs +0 -17
  316. package/esm2022/components/action-bar/action-bar.mjs +0 -4
  317. package/esm2022/components/action-bar/index.mjs +0 -4
  318. package/esm2022/components/action-bar/taiga-ui-kit-components-action-bar.mjs +0 -5
  319. package/esm2022/components/avatar/avatar-labeled.component.mjs +0 -47
  320. package/esm2022/components/avatar/avatar-outline.directive.mjs +0 -41
  321. package/esm2022/components/avatar/avatar-stack.component.mjs +0 -19
  322. package/esm2022/components/avatar/avatar.component.mjs +0 -59
  323. package/esm2022/components/avatar/avatar.options.mjs +0 -14
  324. package/esm2022/components/avatar/index.mjs +0 -6
  325. package/esm2022/components/avatar/taiga-ui-kit-components-avatar.mjs +0 -5
  326. package/esm2022/components/badge/badge.directive.mjs +0 -42
  327. package/esm2022/components/badge/badge.options.mjs +0 -13
  328. package/esm2022/components/badge/index.mjs +0 -3
  329. package/esm2022/components/badge/taiga-ui-kit-components-badge.mjs +0 -5
  330. package/esm2022/components/badge-notification/badge-notification.component.mjs +0 -22
  331. package/esm2022/components/badge-notification/badge-notification.options.mjs +0 -12
  332. package/esm2022/components/badge-notification/index.mjs +0 -3
  333. package/esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs +0 -5
  334. package/esm2022/components/badged-content/badge-content.mjs +0 -7
  335. package/esm2022/components/badged-content/badged-content.component.mjs +0 -30
  336. package/esm2022/components/badged-content/badged-content.directive.mjs +0 -20
  337. package/esm2022/components/badged-content/index.mjs +0 -4
  338. package/esm2022/components/badged-content/taiga-ui-kit-components-badged-content.mjs +0 -5
  339. package/esm2022/components/block/block.directive.mjs +0 -58
  340. package/esm2022/components/block/block.options.mjs +0 -13
  341. package/esm2022/components/block/index.mjs +0 -3
  342. package/esm2022/components/block/taiga-ui-kit-components-block.mjs +0 -5
  343. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -69
  344. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +0 -14
  345. package/esm2022/components/breadcrumbs/index.mjs +0 -3
  346. package/esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs +0 -5
  347. package/esm2022/components/button-loading/button-loading.component.mjs +0 -70
  348. package/esm2022/components/button-loading/index.mjs +0 -2
  349. package/esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs +0 -5
  350. package/esm2022/components/calendar-month/calendar-month.component.mjs +0 -186
  351. package/esm2022/components/calendar-month/calendar-month.options.mjs +0 -6
  352. package/esm2022/components/calendar-month/index.mjs +0 -3
  353. package/esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs +0 -5
  354. package/esm2022/components/calendar-range/calculate-disabled-item-handler.mjs +0 -12
  355. package/esm2022/components/calendar-range/calendar-range.component.mjs +0 -224
  356. package/esm2022/components/calendar-range/day-caps-mapper.mjs +0 -26
  357. package/esm2022/components/calendar-range/day-range-period.mjs +0 -36
  358. package/esm2022/components/calendar-range/index.mjs +0 -5
  359. package/esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs +0 -5
  360. package/esm2022/components/carousel/carousel-autoscroll.directive.mjs +0 -21
  361. package/esm2022/components/carousel/carousel-buttons.directive.mjs +0 -27
  362. package/esm2022/components/carousel/carousel-scroll.directive.mjs +0 -27
  363. package/esm2022/components/carousel/carousel.component.mjs +0 -166
  364. package/esm2022/components/carousel/carousel.directive.mjs +0 -37
  365. package/esm2022/components/carousel/carousel.mjs +0 -15
  366. package/esm2022/components/carousel/index.mjs +0 -7
  367. package/esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs +0 -5
  368. package/esm2022/components/checkbox/checkbox.component.mjs +0 -74
  369. package/esm2022/components/checkbox/checkbox.options.mjs +0 -17
  370. package/esm2022/components/checkbox/index.mjs +0 -3
  371. package/esm2022/components/checkbox/taiga-ui-kit-components-checkbox.mjs +0 -5
  372. package/esm2022/components/chip/chip.directive.mjs +0 -63
  373. package/esm2022/components/chip/chip.options.mjs +0 -13
  374. package/esm2022/components/chip/index.mjs +0 -3
  375. package/esm2022/components/chip/taiga-ui-kit-components-chip.mjs +0 -5
  376. package/esm2022/components/combo-box/combo-box.directive.mjs +0 -139
  377. package/esm2022/components/combo-box/index.mjs +0 -2
  378. package/esm2022/components/combo-box/taiga-ui-kit-components-combo-box.mjs +0 -5
  379. package/esm2022/components/comment/comment.directive.mjs +0 -35
  380. package/esm2022/components/comment/index.mjs +0 -2
  381. package/esm2022/components/comment/taiga-ui-kit-components-comment.mjs +0 -5
  382. package/esm2022/components/compass/compass.component.mjs +0 -19
  383. package/esm2022/components/compass/index.mjs +0 -2
  384. package/esm2022/components/compass/taiga-ui-kit-components-compass.mjs +0 -5
  385. package/esm2022/components/confirm/confirm.component.mjs +0 -28
  386. package/esm2022/components/confirm/confirm.service.mjs +0 -32
  387. package/esm2022/components/confirm/index.mjs +0 -3
  388. package/esm2022/components/confirm/taiga-ui-kit-components-confirm.mjs +0 -5
  389. package/esm2022/components/data-list-wrapper/data-list-group-wrapper.component.mjs +0 -25
  390. package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +0 -86
  391. package/esm2022/components/data-list-wrapper/data-list-wrapper.module.mjs +0 -9
  392. package/esm2022/components/data-list-wrapper/index.mjs +0 -4
  393. package/esm2022/components/data-list-wrapper/taiga-ui-kit-components-data-list-wrapper.mjs +0 -5
  394. package/esm2022/components/drawer/drawer.component.mjs +0 -44
  395. package/esm2022/components/drawer/index.mjs +0 -2
  396. package/esm2022/components/drawer/taiga-ui-kit-components-drawer.mjs +0 -5
  397. package/esm2022/components/elastic-container/elastic-container.component.mjs +0 -28
  398. package/esm2022/components/elastic-container/elastic-container.directive.mjs +0 -48
  399. package/esm2022/components/elastic-container/index.mjs +0 -3
  400. package/esm2022/components/elastic-container/taiga-ui-kit-components-elastic-container.mjs +0 -5
  401. package/esm2022/components/files/file/file.component.mjs +0 -144
  402. package/esm2022/components/files/file/file.options.mjs +0 -16
  403. package/esm2022/components/files/files/files.component.mjs +0 -56
  404. package/esm2022/components/files/files.mjs +0 -15
  405. package/esm2022/components/files/files.types.mjs +0 -2
  406. package/esm2022/components/files/files.utils.mjs +0 -30
  407. package/esm2022/components/files/files.validators.mjs +0 -32
  408. package/esm2022/components/files/index.mjs +0 -13
  409. package/esm2022/components/files/input-files/input-files-validator.directive.mjs +0 -45
  410. package/esm2022/components/files/input-files/input-files.component.mjs +0 -70
  411. package/esm2022/components/files/input-files/input-files.content.mjs +0 -73
  412. package/esm2022/components/files/input-files/input-files.directive.mjs +0 -77
  413. package/esm2022/components/files/input-files/input-files.options.mjs +0 -19
  414. package/esm2022/components/files/pipes/file-rejected.pipe.mjs +0 -51
  415. package/esm2022/components/files/taiga-ui-kit-components-files.mjs +0 -5
  416. package/esm2022/components/filter/filter.component.mjs +0 -65
  417. package/esm2022/components/filter/index.mjs +0 -2
  418. package/esm2022/components/filter/taiga-ui-kit-components-filter.mjs +0 -5
  419. package/esm2022/components/floating-container/floating-container.directive.mjs +0 -37
  420. package/esm2022/components/floating-container/index.mjs +0 -2
  421. package/esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs +0 -5
  422. package/esm2022/components/index.mjs +0 -73
  423. package/esm2022/components/input-chip/index.mjs +0 -5
  424. package/esm2022/components/input-chip/input-chip.component.mjs +0 -101
  425. package/esm2022/components/input-chip/input-chip.directive.mjs +0 -138
  426. package/esm2022/components/input-chip/input-chip.mjs +0 -4
  427. package/esm2022/components/input-chip/input-chip.options.mjs +0 -7
  428. package/esm2022/components/input-chip/taiga-ui-kit-components-input-chip.mjs +0 -5
  429. package/esm2022/components/input-color/index.mjs +0 -3
  430. package/esm2022/components/input-color/input-color.component.mjs +0 -89
  431. package/esm2022/components/input-color/input-color.options.mjs +0 -6
  432. package/esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs +0 -5
  433. package/esm2022/components/input-date/date-filler.mjs +0 -20
  434. package/esm2022/components/input-date/index.mjs +0 -6
  435. package/esm2022/components/input-date/input-date.component.mjs +0 -33
  436. package/esm2022/components/input-date/input-date.directive.mjs +0 -167
  437. package/esm2022/components/input-date/input-date.mjs +0 -9
  438. package/esm2022/components/input-date/input-date.options.mjs +0 -11
  439. package/esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs +0 -5
  440. package/esm2022/components/input-date-multi/index.mjs +0 -3
  441. package/esm2022/components/input-date-multi/input-date-multi.directive.mjs +0 -123
  442. package/esm2022/components/input-date-multi/input-date-multi.mjs +0 -9
  443. package/esm2022/components/input-date-multi/taiga-ui-kit-components-input-date-multi.mjs +0 -5
  444. package/esm2022/components/input-date-range/index.mjs +0 -4
  445. package/esm2022/components/input-date-range/input-date-range.directive.mjs +0 -79
  446. package/esm2022/components/input-date-range/input-date-range.mjs +0 -4
  447. package/esm2022/components/input-date-range/input-date-range.options.mjs +0 -12
  448. package/esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs +0 -5
  449. package/esm2022/components/input-date-time/index.mjs +0 -5
  450. package/esm2022/components/input-date-time/input-date-time.component.mjs +0 -35
  451. package/esm2022/components/input-date-time/input-date-time.directive.mjs +0 -178
  452. package/esm2022/components/input-date-time/input-date-time.mjs +0 -9
  453. package/esm2022/components/input-date-time/input-date-time.options.mjs +0 -20
  454. package/esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs +0 -5
  455. package/esm2022/components/input-inline/index.mjs +0 -2
  456. package/esm2022/components/input-inline/input-inline.component.mjs +0 -23
  457. package/esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs +0 -5
  458. package/esm2022/components/input-month/index.mjs +0 -5
  459. package/esm2022/components/input-month/input-month.component.mjs +0 -53
  460. package/esm2022/components/input-month/input-month.directive.mjs +0 -65
  461. package/esm2022/components/input-month/input-month.mjs +0 -9
  462. package/esm2022/components/input-month/input-month.options.mjs +0 -19
  463. package/esm2022/components/input-month/taiga-ui-kit-components-input-month.mjs +0 -5
  464. package/esm2022/components/input-month-range/index.mjs +0 -4
  465. package/esm2022/components/input-month-range/input-month-range.directive.mjs +0 -86
  466. package/esm2022/components/input-month-range/input-month-range.mjs +0 -7
  467. package/esm2022/components/input-month-range/input-month-range.options.mjs +0 -13
  468. package/esm2022/components/input-month-range/taiga-ui-kit-components-input-month-range.mjs +0 -5
  469. package/esm2022/components/input-number/index.mjs +0 -6
  470. package/esm2022/components/input-number/input-number.directive.mjs +0 -196
  471. package/esm2022/components/input-number/input-number.mjs +0 -9
  472. package/esm2022/components/input-number/input-number.options.mjs +0 -15
  473. package/esm2022/components/input-number/quantum.directive.mjs +0 -68
  474. package/esm2022/components/input-number/step/input-number-step.component.mjs +0 -58
  475. package/esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs +0 -5
  476. package/esm2022/components/input-password/index.mjs +0 -3
  477. package/esm2022/components/input-password/input-password.component.mjs +0 -69
  478. package/esm2022/components/input-password/input-password.options.mjs +0 -24
  479. package/esm2022/components/input-password/taiga-ui-kit-components-input-password.mjs +0 -5
  480. package/esm2022/components/input-phone/index.mjs +0 -3
  481. package/esm2022/components/input-phone/input-phone.directive.mjs +0 -137
  482. package/esm2022/components/input-phone/input-phone.options.mjs +0 -9
  483. package/esm2022/components/input-phone/taiga-ui-kit-components-input-phone.mjs +0 -5
  484. package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +0 -41
  485. package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +0 -17
  486. package/esm2022/components/input-phone-international/index.mjs +0 -3
  487. package/esm2022/components/input-phone-international/input-phone-international.component.mjs +0 -210
  488. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +0 -19
  489. package/esm2022/components/input-phone-international/taiga-ui-kit-components-input-phone-international.mjs +0 -5
  490. package/esm2022/components/input-pin/index.mjs +0 -2
  491. package/esm2022/components/input-pin/input-pin.component.mjs +0 -66
  492. package/esm2022/components/input-pin/taiga-ui-kit-components-input-pin.mjs +0 -5
  493. package/esm2022/components/input-range/index.mjs +0 -3
  494. package/esm2022/components/input-range/input-range.component.mjs +0 -166
  495. package/esm2022/components/input-range/input-range.mjs +0 -4
  496. package/esm2022/components/input-range/taiga-ui-kit-components-input-range.mjs +0 -5
  497. package/esm2022/components/input-slider/index.mjs +0 -3
  498. package/esm2022/components/input-slider/input-slider.directive.mjs +0 -114
  499. package/esm2022/components/input-slider/input-slider.mjs +0 -9
  500. package/esm2022/components/input-slider/taiga-ui-kit-components-input-slider.mjs +0 -5
  501. package/esm2022/components/input-time/index.mjs +0 -5
  502. package/esm2022/components/input-time/input-time.component.mjs +0 -64
  503. package/esm2022/components/input-time/input-time.directive.mjs +0 -159
  504. package/esm2022/components/input-time/input-time.mjs +0 -4
  505. package/esm2022/components/input-time/input-time.options.mjs +0 -10
  506. package/esm2022/components/input-time/taiga-ui-kit-components-input-time.mjs +0 -5
  507. package/esm2022/components/input-year/index.mjs +0 -4
  508. package/esm2022/components/input-year/input-year.directive.mjs +0 -103
  509. package/esm2022/components/input-year/input-year.mjs +0 -4
  510. package/esm2022/components/input-year/input-year.options.mjs +0 -12
  511. package/esm2022/components/input-year/taiga-ui-kit-components-input-year.mjs +0 -5
  512. package/esm2022/components/items-with-more/index.mjs +0 -6
  513. package/esm2022/components/items-with-more/items-with-more.component.mjs +0 -77
  514. package/esm2022/components/items-with-more/items-with-more.directive.mjs +0 -46
  515. package/esm2022/components/items-with-more/items-with-more.mjs +0 -11
  516. package/esm2022/components/items-with-more/items-with-more.service.mjs +0 -85
  517. package/esm2022/components/items-with-more/more.directive.mjs +0 -18
  518. package/esm2022/components/items-with-more/taiga-ui-kit-components-items-with-more.mjs +0 -5
  519. package/esm2022/components/like/index.mjs +0 -3
  520. package/esm2022/components/like/like.component.mjs +0 -46
  521. package/esm2022/components/like/like.options.mjs +0 -10
  522. package/esm2022/components/like/taiga-ui-kit-components-like.mjs +0 -5
  523. package/esm2022/components/line-clamp/index.mjs +0 -4
  524. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +0 -25
  525. package/esm2022/components/line-clamp/line-clamp-position.directive.mjs +0 -27
  526. package/esm2022/components/line-clamp/line-clamp.component.mjs +0 -95
  527. package/esm2022/components/line-clamp/line-clamp.options.mjs +0 -15
  528. package/esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs +0 -5
  529. package/esm2022/components/message/index.mjs +0 -2
  530. package/esm2022/components/message/message.directive.mjs +0 -43
  531. package/esm2022/components/message/taiga-ui-kit-components-message.mjs +0 -5
  532. package/esm2022/components/multi-select/index.mjs +0 -6
  533. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +0 -50
  534. package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +0 -18
  535. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +0 -56
  536. package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +0 -47
  537. package/esm2022/components/multi-select/multi-select.mjs +0 -9
  538. package/esm2022/components/multi-select/taiga-ui-kit-components-multi-select.mjs +0 -5
  539. package/esm2022/components/notification-middle/index.mjs +0 -4
  540. package/esm2022/components/notification-middle/notification-middle.component.mjs +0 -57
  541. package/esm2022/components/notification-middle/notification-middle.directive.mjs +0 -21
  542. package/esm2022/components/notification-middle/notification-middle.service.mjs +0 -22
  543. package/esm2022/components/notification-middle/taiga-ui-kit-components-notification-middle.mjs +0 -5
  544. package/esm2022/components/pager/index.mjs +0 -2
  545. package/esm2022/components/pager/pager.component.mjs +0 -97
  546. package/esm2022/components/pager/taiga-ui-kit-components-pager.mjs +0 -5
  547. package/esm2022/components/pagination/index.mjs +0 -2
  548. package/esm2022/components/pagination/pagination.component.mjs +0 -213
  549. package/esm2022/components/pagination/taiga-ui-kit-components-pagination.mjs +0 -5
  550. package/esm2022/components/pdf-viewer/index.mjs +0 -5
  551. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +0 -28
  552. package/esm2022/components/pdf-viewer/pdf-viewer.directive.mjs +0 -21
  553. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +0 -17
  554. package/esm2022/components/pdf-viewer/pdf-viewer.service.mjs +0 -22
  555. package/esm2022/components/pdf-viewer/taiga-ui-kit-components-pdf-viewer.mjs +0 -5
  556. package/esm2022/components/pin/index.mjs +0 -2
  557. package/esm2022/components/pin/pin.directive.mjs +0 -35
  558. package/esm2022/components/pin/taiga-ui-kit-components-pin.mjs +0 -5
  559. package/esm2022/components/preview/action/preview-action.directive.mjs +0 -30
  560. package/esm2022/components/preview/dialog/index.mjs +0 -4
  561. package/esm2022/components/preview/dialog/preview-dialog.component.mjs +0 -28
  562. package/esm2022/components/preview/dialog/preview-dialog.directive.mjs +0 -21
  563. package/esm2022/components/preview/dialog/preview-dialog.service.mjs +0 -18
  564. package/esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs +0 -5
  565. package/esm2022/components/preview/index.mjs +0 -8
  566. package/esm2022/components/preview/pagination/preview-pagination.component.mjs +0 -49
  567. package/esm2022/components/preview/preview.component.mjs +0 -142
  568. package/esm2022/components/preview/preview.mjs +0 -13
  569. package/esm2022/components/preview/taiga-ui-kit-components-preview.mjs +0 -5
  570. package/esm2022/components/preview/title/preview-title.component.mjs +0 -16
  571. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +0 -81
  572. package/esm2022/components/progress/index.mjs +0 -9
  573. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +0 -39
  574. package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +0 -25
  575. package/esm2022/components/progress/progress-bar/progress-color-segments.directive.mjs +0 -40
  576. package/esm2022/components/progress/progress-circle/progress-circle.component.mjs +0 -45
  577. package/esm2022/components/progress/progress-label/progress-label.component.mjs +0 -12
  578. package/esm2022/components/progress/progress-segmented/progress-segmented.directive.mjs +0 -34
  579. package/esm2022/components/progress/progress.mjs +0 -15
  580. package/esm2022/components/progress/progress.options.mjs +0 -13
  581. package/esm2022/components/progress/taiga-ui-kit-components-progress.mjs +0 -5
  582. package/esm2022/components/pulse/index.mjs +0 -2
  583. package/esm2022/components/pulse/pulse.component.mjs +0 -34
  584. package/esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs +0 -5
  585. package/esm2022/components/push/index.mjs +0 -7
  586. package/esm2022/components/push/push-alert.component.mjs +0 -29
  587. package/esm2022/components/push/push.component.mjs +0 -39
  588. package/esm2022/components/push/push.directive.mjs +0 -33
  589. package/esm2022/components/push/push.mjs +0 -5
  590. package/esm2022/components/push/push.options.mjs +0 -21
  591. package/esm2022/components/push/push.service.mjs +0 -19
  592. package/esm2022/components/push/taiga-ui-kit-components-push.mjs +0 -5
  593. package/esm2022/components/radio/index.mjs +0 -5
  594. package/esm2022/components/radio/radio.component.mjs +0 -53
  595. package/esm2022/components/radio/radio.directive.mjs +0 -32
  596. package/esm2022/components/radio/radio.mjs +0 -4
  597. package/esm2022/components/radio/radio.options.mjs +0 -13
  598. package/esm2022/components/radio/taiga-ui-kit-components-radio.mjs +0 -5
  599. package/esm2022/components/radio-list/index.mjs +0 -2
  600. package/esm2022/components/radio-list/radio-list.component.mjs +0 -64
  601. package/esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs +0 -5
  602. package/esm2022/components/range/index.mjs +0 -3
  603. package/esm2022/components/range/range-change.directive.mjs +0 -78
  604. package/esm2022/components/range/range.component.mjs +0 -164
  605. package/esm2022/components/range/taiga-ui-kit-components-range.mjs +0 -5
  606. package/esm2022/components/rating/index.mjs +0 -3
  607. package/esm2022/components/rating/rating.component.mjs +0 -64
  608. package/esm2022/components/rating/rating.options.mjs +0 -13
  609. package/esm2022/components/rating/taiga-ui-kit-components-rating.mjs +0 -5
  610. package/esm2022/components/routable-dialog/generate-dialogable-route.mjs +0 -17
  611. package/esm2022/components/routable-dialog/index.mjs +0 -3
  612. package/esm2022/components/routable-dialog/routable-dialog.component.mjs +0 -53
  613. package/esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs +0 -5
  614. package/esm2022/components/segmented/index.mjs +0 -3
  615. package/esm2022/components/segmented/segmented.component.mjs +0 -67
  616. package/esm2022/components/segmented/segmented.directive.mjs +0 -65
  617. package/esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs +0 -5
  618. package/esm2022/components/select/index.mjs +0 -5
  619. package/esm2022/components/select/native-select/native-select.component.mjs +0 -57
  620. package/esm2022/components/select/select-option/select-option.component.mjs +0 -51
  621. package/esm2022/components/select/select.directive.mjs +0 -56
  622. package/esm2022/components/select/select.mjs +0 -4
  623. package/esm2022/components/select/taiga-ui-kit-components-select.mjs +0 -5
  624. package/esm2022/components/slider/helpers/key-steps.mjs +0 -36
  625. package/esm2022/components/slider/helpers/slider-key-steps.directive.mjs +0 -110
  626. package/esm2022/components/slider/helpers/slider-readonly.directive.mjs +0 -75
  627. package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +0 -38
  628. package/esm2022/components/slider/index.mjs +0 -8
  629. package/esm2022/components/slider/slider.component.mjs +0 -124
  630. package/esm2022/components/slider/slider.mjs +0 -12
  631. package/esm2022/components/slider/slider.options.mjs +0 -16
  632. package/esm2022/components/slider/taiga-ui-kit-components-slider.mjs +0 -5
  633. package/esm2022/components/slides/index.mjs +0 -2
  634. package/esm2022/components/slides/slides.directive.mjs +0 -51
  635. package/esm2022/components/slides/taiga-ui-kit-components-slides.mjs +0 -5
  636. package/esm2022/components/status/index.mjs +0 -2
  637. package/esm2022/components/status/status.directive.mjs +0 -35
  638. package/esm2022/components/status/taiga-ui-kit-components-status.mjs +0 -5
  639. package/esm2022/components/stepper/index.mjs +0 -4
  640. package/esm2022/components/stepper/step.component.mjs +0 -58
  641. package/esm2022/components/stepper/stepper.component.mjs +0 -118
  642. package/esm2022/components/stepper/stepper.mjs +0 -4
  643. package/esm2022/components/stepper/taiga-ui-kit-components-stepper.mjs +0 -5
  644. package/esm2022/components/switch/index.mjs +0 -3
  645. package/esm2022/components/switch/switch.component.mjs +0 -63
  646. package/esm2022/components/switch/switch.options.mjs +0 -15
  647. package/esm2022/components/switch/taiga-ui-kit-components-switch.mjs +0 -5
  648. package/esm2022/components/tabs/index.mjs +0 -9
  649. package/esm2022/components/tabs/tab.directive.mjs +0 -47
  650. package/esm2022/components/tabs/tabs-horizontal.directive.mjs +0 -108
  651. package/esm2022/components/tabs/tabs-vertical.directive.mjs +0 -38
  652. package/esm2022/components/tabs/tabs-with-more.component.mjs +0 -213
  653. package/esm2022/components/tabs/tabs.directive.mjs +0 -79
  654. package/esm2022/components/tabs/tabs.mjs +0 -15
  655. package/esm2022/components/tabs/tabs.options.mjs +0 -19
  656. package/esm2022/components/tabs/tabs.providers.mjs +0 -35
  657. package/esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs +0 -5
  658. package/esm2022/components/taiga-ui-kit-components.mjs +0 -5
  659. package/esm2022/components/textarea/index.mjs +0 -4
  660. package/esm2022/components/textarea/taiga-ui-kit-components-textarea.mjs +0 -5
  661. package/esm2022/components/textarea/textarea-limit.directive.mjs +0 -93
  662. package/esm2022/components/textarea/textarea.component.mjs +0 -58
  663. package/esm2022/components/textarea/textarea.options.mjs +0 -7
  664. package/esm2022/components/tiles/index.mjs +0 -7
  665. package/esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs +0 -5
  666. package/esm2022/components/tiles/tile-handle.directive.mjs +0 -60
  667. package/esm2022/components/tiles/tile.component.mjs +0 -69
  668. package/esm2022/components/tiles/tile.service.mjs +0 -90
  669. package/esm2022/components/tiles/tiles.component.mjs +0 -70
  670. package/esm2022/components/tiles/tiles.mjs +0 -5
  671. package/esm2022/components/tiles/tiles.tokens.mjs +0 -37
  672. package/esm2022/components/tree/components/tree/tree.component.mjs +0 -64
  673. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +0 -63
  674. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +0 -44
  675. package/esm2022/components/tree/directives/tree-children.directive.mjs +0 -24
  676. package/esm2022/components/tree/directives/tree-controller.directive.mjs +0 -57
  677. package/esm2022/components/tree/directives/tree-item-controller.directive.mjs +0 -32
  678. package/esm2022/components/tree/directives/tree-node.directive.mjs +0 -32
  679. package/esm2022/components/tree/index.mjs +0 -12
  680. package/esm2022/components/tree/misc/tree.constants.mjs +0 -9
  681. package/esm2022/components/tree/misc/tree.interfaces.mjs +0 -2
  682. package/esm2022/components/tree/misc/tree.service.mjs +0 -31
  683. package/esm2022/components/tree/misc/tree.tokens.mjs +0 -43
  684. package/esm2022/components/tree/taiga-ui-kit-components-tree.mjs +0 -5
  685. package/esm2022/components/tree/tree.mjs +0 -17
  686. package/esm2022/directives/button-close/button-close.directive.mjs +0 -33
  687. package/esm2022/directives/button-close/index.mjs +0 -2
  688. package/esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs +0 -5
  689. package/esm2022/directives/button-group/button-group.directive.mjs +0 -29
  690. package/esm2022/directives/button-group/index.mjs +0 -2
  691. package/esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs +0 -5
  692. package/esm2022/directives/button-select/button-select.directive.mjs +0 -48
  693. package/esm2022/directives/button-select/index.mjs +0 -2
  694. package/esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs +0 -5
  695. package/esm2022/directives/chevron/chevron.directive.mjs +0 -45
  696. package/esm2022/directives/chevron/index.mjs +0 -2
  697. package/esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs +0 -5
  698. package/esm2022/directives/connected/connected.directive.mjs +0 -32
  699. package/esm2022/directives/connected/index.mjs +0 -2
  700. package/esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs +0 -5
  701. package/esm2022/directives/copy/copy.component.mjs +0 -48
  702. package/esm2022/directives/copy/copy.directive.mjs +0 -71
  703. package/esm2022/directives/copy/copy.mjs +0 -4
  704. package/esm2022/directives/copy/copy.options.mjs +0 -3
  705. package/esm2022/directives/copy/index.mjs +0 -6
  706. package/esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs +0 -5
  707. package/esm2022/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.mjs +0 -105
  708. package/esm2022/directives/data-list-dropdown-manager/index.mjs +0 -2
  709. package/esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +0 -5
  710. package/esm2022/directives/fade/fade.directive.mjs +0 -92
  711. package/esm2022/directives/fade/index.mjs +0 -2
  712. package/esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs +0 -5
  713. package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +0 -63
  714. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +0 -13
  715. package/esm2022/directives/fluid-typography/index.mjs +0 -3
  716. package/esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs +0 -5
  717. package/esm2022/directives/highlight/highlight.directive.mjs +0 -92
  718. package/esm2022/directives/highlight/index.mjs +0 -2
  719. package/esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs +0 -5
  720. package/esm2022/directives/icon-badge/icon-badge.directive.mjs +0 -41
  721. package/esm2022/directives/icon-badge/index.mjs +0 -2
  722. package/esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs +0 -5
  723. package/esm2022/directives/index.mjs +0 -21
  724. package/esm2022/directives/lazy-loading/index.mjs +0 -3
  725. package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +0 -58
  726. package/esm2022/directives/lazy-loading/lazy-loading.service.mjs +0 -23
  727. package/esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs +0 -5
  728. package/esm2022/directives/password/index.mjs +0 -3
  729. package/esm2022/directives/password/password.directive.mjs +0 -67
  730. package/esm2022/directives/password/password.options.mjs +0 -8
  731. package/esm2022/directives/password/taiga-ui-kit-directives-password.mjs +0 -5
  732. package/esm2022/directives/present/index.mjs +0 -2
  733. package/esm2022/directives/present/present.directive.mjs +0 -33
  734. package/esm2022/directives/present/taiga-ui-kit-directives-present.mjs +0 -5
  735. package/esm2022/directives/sensitive/index.mjs +0 -2
  736. package/esm2022/directives/sensitive/sensitive.directive.mjs +0 -48
  737. package/esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs +0 -5
  738. package/esm2022/directives/shimmer/index.mjs +0 -2
  739. package/esm2022/directives/shimmer/shimmer.directive.mjs +0 -68
  740. package/esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs +0 -5
  741. package/esm2022/directives/skeleton/index.mjs +0 -2
  742. package/esm2022/directives/skeleton/skeleton.directive.mjs +0 -69
  743. package/esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs +0 -5
  744. package/esm2022/directives/taiga-ui-kit-directives.mjs +0 -5
  745. package/esm2022/directives/tooltip/index.mjs +0 -3
  746. package/esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs +0 -5
  747. package/esm2022/directives/tooltip/tooltip.directive.mjs +0 -92
  748. package/esm2022/directives/tooltip/tooltip.options.mjs +0 -6
  749. package/esm2022/directives/unfinished-validator/index.mjs +0 -3
  750. package/esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs +0 -5
  751. package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +0 -36
  752. package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +0 -7
  753. package/esm2022/directives/unmask-handler/index.mjs +0 -2
  754. package/esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs +0 -5
  755. package/esm2022/directives/unmask-handler/unmask-handler.directive.mjs +0 -35
  756. package/esm2022/index.mjs +0 -6
  757. package/esm2022/pipes/emails/emails.options.mjs +0 -13
  758. package/esm2022/pipes/emails/emails.pipe.mjs +0 -26
  759. package/esm2022/pipes/emails/index.mjs +0 -3
  760. package/esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs +0 -5
  761. package/esm2022/pipes/field-error/field-error-content-pipe.mjs +0 -42
  762. package/esm2022/pipes/field-error/field-error-pipe.mjs +0 -103
  763. package/esm2022/pipes/field-error/index.mjs +0 -3
  764. package/esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs +0 -5
  765. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +0 -68
  766. package/esm2022/pipes/filter-by-input/index.mjs +0 -2
  767. package/esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs +0 -5
  768. package/esm2022/pipes/hide-selected/hide-selected.pipe.mjs +0 -46
  769. package/esm2022/pipes/hide-selected/index.mjs +0 -2
  770. package/esm2022/pipes/hide-selected/taiga-ui-kit-pipes-hide-selected.mjs +0 -5
  771. package/esm2022/pipes/index.mjs +0 -8
  772. package/esm2022/pipes/sort-countries/index.mjs +0 -2
  773. package/esm2022/pipes/sort-countries/sort-countries.pipe.mjs +0 -23
  774. package/esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs +0 -5
  775. package/esm2022/pipes/stringify/index.mjs +0 -2
  776. package/esm2022/pipes/stringify/stringify.pipe.mjs +0 -18
  777. package/esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs +0 -5
  778. package/esm2022/pipes/stringify-content/index.mjs +0 -2
  779. package/esm2022/pipes/stringify-content/stringify-content.pipe.mjs +0 -18
  780. package/esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs +0 -5
  781. package/esm2022/pipes/taiga-ui-kit-pipes.mjs +0 -5
  782. package/esm2022/taiga-ui-kit.mjs +0 -5
  783. package/esm2022/tokens/calendar-date-stream.mjs +0 -25
  784. package/esm2022/tokens/date-inputs-value-transformers.mjs +0 -21
  785. package/esm2022/tokens/i18n.mjs +0 -75
  786. package/esm2022/tokens/index.mjs +0 -10
  787. package/esm2022/tokens/input-date-options.mjs +0 -13
  788. package/esm2022/tokens/items-handlers.mjs +0 -27
  789. package/esm2022/tokens/mobile-calendar.mjs +0 -13
  790. package/esm2022/tokens/month-formatter.mjs +0 -12
  791. package/esm2022/tokens/preview-icons.mjs +0 -17
  792. package/esm2022/tokens/taiga-ui-kit-tokens.mjs +0 -5
  793. package/esm2022/tokens/validation-errors.mjs +0 -6
  794. package/esm2022/utils/create-time-periods.mjs +0 -12
  795. package/esm2022/utils/index.mjs +0 -7
  796. package/esm2022/utils/inject-value.mjs +0 -11
  797. package/esm2022/utils/is-flat.mjs +0 -4
  798. package/esm2022/utils/maskito.binding.mjs +0 -6
  799. package/esm2022/utils/phone.mjs +0 -6
  800. package/esm2022/utils/taiga-ui-kit-utils.mjs +0 -5
  801. package/esm2022/utils/toggle-day.mjs +0 -6
  802. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -96
  803. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  804. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  805. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs +0 -47
  806. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs.map +0 -1
  807. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  808. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  809. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  810. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  811. package/pipes/field-error/index.d.ts +0 -2
  812. package/tokens/validation-errors.d.ts +0 -5
  813. /package/{directives → components}/copy/copy.component.d.ts +0 -0
  814. /package/{directives → components}/copy/copy.d.ts +0 -0
  815. /package/{directives → components}/copy/index.d.ts +0 -0
@@ -1,16 +1,9 @@
1
- import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
- import { type TuiSizeS } from '@taiga-ui/core/types';
3
- import { type TuiLikeOptions } from './like.options';
4
1
  import * as i0 from "@angular/core";
5
2
  import * as i1 from "@taiga-ui/core/directives/appearance";
3
+ import * as i2 from "@taiga-ui/core/directives/icons";
6
4
  export declare class TuiLike {
7
- private readonly options;
8
- private readonly resolver;
9
- color: string;
10
- uncheckedIcon: TuiStringHandler<TuiSizeS> | string;
11
- checkedIcon: TuiStringHandler<TuiSizeS> | string;
12
- size: TuiSizeS;
13
- protected getIcon(state: keyof TuiLikeOptions['icons']): string;
5
+ readonly color: import("@angular/core").InputSignal<string>;
6
+ readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeS>;
14
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiLike, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiLike, "input[tuiLike][type=checkbox]", never, { "color": { "alias": "tuiLike"; "required": false; }; "uncheckedIcon": { "alias": "uncheckedIcon"; "required": false; }; "checkedIcon": { "alias": "checkedIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiLike, "input[tuiLike][type=checkbox]", never, { "color": { "alias": "tuiLike"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiIcons; inputs: { "iconStart": "uncheckedIcon"; "iconEnd": "checkedIcon"; }; outputs: {}; }]>;
16
9
  }
@@ -1,11 +1,10 @@
1
- import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
1
  import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
3
2
  import { type TuiSizeS } from '@taiga-ui/core/types';
4
3
  export interface TuiLikeOptions extends TuiAppearanceOptions {
5
4
  readonly size: TuiSizeS;
6
5
  readonly icons: Readonly<{
7
- checked: TuiStringHandler<TuiSizeS> | string;
8
- unchecked: TuiStringHandler<TuiSizeS> | string;
6
+ checked: string;
7
+ unchecked: string;
9
8
  }>;
10
9
  }
11
- export declare const TUI_LIKE_OPTIONS: import("@angular/core").InjectionToken<TuiLikeOptions>, tuiLikeOptionsProvider: (item: Partial<TuiLikeOptions> | import("@angular/core").ProviderToken<Partial<TuiLikeOptions>> | (() => Partial<TuiLikeOptions>)) => import("@angular/core").FactoryProvider;
10
+ export declare const TUI_LIKE_OPTIONS: import("@angular/core").InjectionToken<TuiLikeOptions>, tuiLikeOptionsProvider: (item: Partial<TuiLikeOptions> | (() => Partial<TuiLikeOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,8 +1,7 @@
1
- import { TuiHintBaseComponent } from '@taiga-ui/core/directives/hint';
1
+ import { TuiHintComponent } from '@taiga-ui/core/directives/hint';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@taiga-ui/cdk/directives/animated";
4
- export declare class TuiLineClampBox extends TuiHintBaseComponent {
3
+ export declare class TuiLineClampBox extends TuiHintComponent {
5
4
  protected get width(): number;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiLineClampBox, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClampBox, "tui-line-clamp-box", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClampBox, "tui-line-clamp-box", never, {}, {}, never, never, true, never>;
8
7
  }
@@ -1,28 +1,24 @@
1
- import { type AfterViewInit, type DoCheck } from '@angular/core';
1
+ import { type DoCheck } from '@angular/core';
2
2
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
3
  import { type Observable } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TuiLineClamp implements DoCheck, AfterViewInit {
5
+ import * as i1 from "@taiga-ui/cdk/directives/transitioned";
6
+ export declare class TuiLineClamp implements DoCheck {
6
7
  private readonly outlet?;
7
8
  private readonly options;
8
9
  private readonly el;
9
- private readonly cd;
10
10
  private readonly linesLimit$;
11
11
  private readonly isOverflown$;
12
- protected initialized: import("@angular/core").WritableSignal<boolean>;
13
- protected maxHeight: import("@angular/core").WritableSignal<number>;
14
- protected height: import("@angular/core").WritableSignal<number>;
15
12
  protected lineClamp: import("@angular/core").Signal<number>;
16
13
  lineHeight: number;
17
14
  content: PolymorpheusContent;
18
15
  readonly overflownChange: Observable<boolean>;
19
16
  set linesLimit(linesLimit: number);
20
17
  ngDoCheck(): void;
21
- ngAfterViewInit(): void;
22
18
  protected get overflown(): boolean;
23
19
  protected get computedContent(): PolymorpheusContent;
24
- protected updateView(): void;
25
- private update;
20
+ protected update(): void;
21
+ private get maxHeight();
26
22
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiLineClamp, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClamp, "tui-line-clamp", never, { "lineHeight": { "alias": "lineHeight"; "required": false; }; "content": { "alias": "content"; "required": false; }; "linesLimit": { "alias": "linesLimit"; "required": false; }; }, { "overflownChange": "overflownChange"; }, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClamp, "tui-line-clamp", never, { "lineHeight": { "alias": "lineHeight"; "required": false; }; "content": { "alias": "content"; "required": false; }; "linesLimit": { "alias": "linesLimit"; "required": false; }; }, { "overflownChange": "overflownChange"; }, never, never, true, [{ directive: typeof i1.TuiTransitioned; inputs: {}; outputs: {}; }]>;
28
24
  }
@@ -2,14 +2,14 @@ import { type QueryList } from '@angular/core';
2
2
  import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TuiMultiSelectGroupComponent<T> {
5
- private readonly values;
6
5
  private readonly handlers;
7
6
  private readonly control;
7
+ protected readonly values: import("@angular/core").WritableSignal<readonly T[]>;
8
8
  protected readonly texts: import("@angular/core").Signal<{
9
9
  all: string;
10
10
  none: string;
11
11
  } | undefined>;
12
- protected readonly value: import("@angular/core").Signal<readonly T[]>;
12
+ protected readonly value: import("@angular/core").Signal<readonly T[] | null>;
13
13
  protected readonly checked: import("@angular/core").Signal<boolean>;
14
14
  label: string;
15
15
  protected set options(options: QueryList<TuiOptionWithValue<T>>);
@@ -6,7 +6,7 @@ export declare class TuiPager implements OnChanges, AfterViewInit {
6
6
  protected start: number;
7
7
  protected end: number;
8
8
  protected left: import("@angular/core").WritableSignal<number>;
9
- protected readonly maxWidth: import("@angular/core").Signal<number | undefined>;
9
+ protected readonly maxWidth: import("@angular/core").Signal<number>;
10
10
  max: number;
11
11
  count: number;
12
12
  size: TuiSizeS;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiPin {
3
3
  protected readonly nothing: undefined;
4
- open: boolean;
4
+ readonly open: import("@angular/core").InputSignal<boolean | "">;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPin, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPin, "tui-pin,[tuiPin]", never, { "open": { "alias": "open"; "required": false; }; }, {}, never, never, true, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPin, "[tuiPin]", never, { "open": { "alias": "tuiPin"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
7
  }
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiProgressFixedGradientDirective {
3
- private readonly nativeProgress;
4
3
  protected readonly nothing: undefined;
5
- protected get progressPercent(): number;
4
+ protected readonly el: HTMLProgressElement;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressFixedGradientDirective, never>;
7
6
  static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressFixedGradientDirective, "progress[tuiProgressBar][tuiProgressFixedGradient]", never, {}, {}, never, never, true, never>;
8
7
  }
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiProgressSegmented {
3
3
  protected readonly nothing: undefined;
4
- segments: number;
4
+ readonly segments: import("@angular/core").InputSignal<number>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressSegmented, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressSegmented, "[tuiProgressBar][segments]", never, { "segments": { "alias": "segments"; "required": false; }; }, {}, never, never, true, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressSegmented, "[tuiProgressBar][segments]", never, { "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class TuiPushComponent {
11
11
  timestamp: number | string;
12
12
  readonly close: EventEmitter<void>;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": { "alias": "heading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, { "close": "close"; }, never, ["img", "tui-svg,tui-icon", "*", "[tuiButton]", "[tuiLink]"], true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": { "alias": "heading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, { "close": "close"; }, never, ["img", "tui-icon", "*", "[tuiButton]", "[tuiLink]"], true, never>;
15
15
  }
@@ -1,19 +1,18 @@
1
1
  import { type DoCheck, type OnInit } from '@angular/core';
2
2
  import { NgControl } from '@angular/forms';
3
- import { type TuiSizeS } from '@taiga-ui/core/types';
3
+ import { type TuiRadioOptions } from './radio.options';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@taiga-ui/core/directives/appearance";
6
6
  import * as i2 from "@taiga-ui/cdk/directives/native-validator";
7
- export declare class TuiRadioComponent implements DoCheck, OnInit {
8
- private readonly appearance;
7
+ export declare class TuiRadioComponent<T extends TuiRadioOptions> implements DoCheck, OnInit {
9
8
  private readonly destroyRef;
10
- private readonly cdr;
11
- private readonly options;
12
9
  private readonly el;
10
+ protected readonly options: T;
11
+ protected readonly appearance: import("@angular/core").WritableSignal<string>;
13
12
  protected readonly control: NgControl | null;
14
- size: TuiSizeS;
13
+ readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeS>;
15
14
  ngOnInit(): void;
16
15
  ngDoCheck(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiRadioComponent, "input[type=\"radio\"][tuiRadio]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearance; inputs: { "tuiAppearanceState": "tuiAppearanceState"; "tuiAppearanceFocus": "tuiAppearanceFocus"; "tuiAppearanceMode": "tuiAppearanceMode"; }; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioComponent<any>, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiRadioComponent<any>, "input[type=\"radio\"][tuiRadio]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearance; inputs: { "tuiAppearanceState": "tuiAppearanceState"; "tuiAppearanceFocus": "tuiAppearanceFocus"; "tuiAppearanceMode": "tuiAppearanceMode"; }; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }]>;
19
18
  }
@@ -1,8 +1,8 @@
1
1
  import { type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TuiRadioDirective<T> {
4
- identityMatcher: TuiIdentityMatcher<T>;
4
+ readonly identityMatcher: import("@angular/core").InputSignal<TuiIdentityMatcher<T>>;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioDirective<any>, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiRadioDirective<any>, "input[type=\"radio\"][tuiRadio][identityMatcher]", never, { "identityMatcher": { "alias": "identityMatcher"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiRadioDirective<any>, "input[type=\"radio\"][tuiRadio][identityMatcher]", never, { "identityMatcher": { "alias": "identityMatcher"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
8
  }
@@ -1,10 +1,7 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiStringHandler } from '@taiga-ui/cdk/types';
3
2
  import { type TuiSizeS } from '@taiga-ui/core/types';
4
3
  export interface TuiRadioOptions {
5
- readonly appearance: TuiStringHandler<HTMLInputElement> | string;
4
+ readonly appearance: TuiStringHandler<HTMLInputElement>;
6
5
  readonly size: TuiSizeS;
7
6
  }
8
- export declare const TUI_RADIO_DEFAULT_OPTIONS: TuiRadioOptions;
9
- export declare const TUI_RADIO_OPTIONS: InjectionToken<TuiRadioOptions>;
10
- export declare function tuiRadioOptionsProvider(options: Partial<TuiRadioOptions>): Provider;
7
+ export declare const TUI_RADIO_OPTIONS: import("@angular/core").InjectionToken<TuiRadioOptions>, tuiRadioOptionsProvider: (item: Partial<TuiRadioOptions> | (() => Partial<TuiRadioOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,11 +1,11 @@
1
1
  import { TuiControl } from '@taiga-ui/cdk/classes';
2
- import { type TuiRatingOptions } from './rating.options';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class TuiRating extends TuiControl<number> {
5
4
  private readonly options;
6
- protected active: number;
7
- icon: TuiRatingOptions['icon'];
8
- max: number;
5
+ protected readonly active: import("@angular/core").WritableSignal<number>;
6
+ protected readonly array: import("@angular/core").Signal<any[]>;
7
+ readonly icon: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<import("./rating.options").TuiRatingContext>>;
8
+ readonly max: import("@angular/core").InputSignal<number>;
9
9
  protected onKeyDown(event: KeyboardEvent): void;
10
10
  protected onPointer(delta: number): void;
11
11
  protected onClick(value: number): void;
@@ -13,5 +13,5 @@ export declare class TuiRating extends TuiControl<number> {
13
13
  protected isFraction(index: number): boolean;
14
14
  protected getCut(index: number): number;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiRating, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiRating, "tui-rating", never, { "icon": { "alias": "icon"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiRating, "tui-rating", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
17
  }
@@ -1,10 +1,12 @@
1
1
  import { InjectionToken, type Provider } from '@angular/core';
2
2
  import { type TuiContext } from '@taiga-ui/cdk/types';
3
3
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
+ export interface TuiRatingContext extends TuiContext<number> {
5
+ readonly value: number;
6
+ readonly filled: boolean;
7
+ }
4
8
  export interface TuiRatingOptions {
5
- readonly icon: PolymorpheusContent<TuiContext<number> & {
6
- value: number;
7
- }>;
9
+ readonly icon: PolymorpheusContent<TuiRatingContext>;
8
10
  readonly max: number;
9
11
  }
10
12
  export declare const TUI_RATING_DEFAULT_OPTIONS: TuiRatingOptions;
@@ -3,13 +3,11 @@ import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "./segmented.directive";
5
5
  export declare const TUI_SEGMENTED_OPTIONS: import("@angular/core").InjectionToken<{
6
- size: "s" | "m" | "l";
6
+ size: TuiSizeL | TuiSizeS;
7
7
  }>, tuiSegmentedOptionsProvider: (item: Partial<{
8
- size: "s" | "m" | "l";
9
- }> | import("@angular/core").ProviderToken<Partial<{
10
- size: "s" | "m" | "l";
11
- }>> | (() => Partial<{
12
- size: "s" | "m" | "l";
8
+ size: TuiSizeL | TuiSizeS;
9
+ }> | (() => Partial<{
10
+ size: TuiSizeL | TuiSizeS;
13
11
  }>)) => import("@angular/core").FactoryProvider;
14
12
  export declare class TuiSegmented implements OnChanges {
15
13
  private readonly el;
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@taiga-ui/cdk/directives/animated";
3
3
  export declare class TuiSlides {
4
- private readonly el;
5
4
  protected readonly nothing: undefined;
6
- direction: number | '';
7
- protected get sign(): number;
5
+ protected readonly el: HTMLElement;
6
+ protected readonly sign: import("@angular/core").Signal<number>;
7
+ readonly direction: import("@angular/core").InputSignal<number | "">;
8
8
  protected onAnimation(target: Element): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSlides, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSlides, "[tuiSlides]", never, { "direction": { "alias": "tuiSlides"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimatedParent; inputs: {}; outputs: {}; }]>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSlides, "[tuiSlides]", never, { "direction": { "alias": "tuiSlides"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimatedParent; inputs: {}; outputs: {}; }]>;
11
11
  }
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiStatus {
3
3
  protected readonly nothing: undefined;
4
- tuiStatus: string;
4
+ readonly tuiStatus: import("@angular/core").InputSignal<string>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiStatus, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiStatus, "[tuiStatus]", never, { "tuiStatus": { "alias": "tuiStatus"; "required": false; }; }, {}, never, never, true, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiStatus, "[tuiStatus]", never, { "tuiStatus": { "alias": "tuiStatus"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
7
  }
@@ -1,22 +1,10 @@
1
- import { type DoCheck, type OnInit } from '@angular/core';
2
- import { NgControl } from '@angular/forms';
3
- import { type TuiSizeS } from '@taiga-ui/core/types';
1
+ import { TuiRadioComponent } from '@taiga-ui/kit/components/radio';
2
+ import { type TuiSwitchOptions } from './switch.options';
4
3
  import * as i0 from "@angular/core";
5
- import * as i1 from "@taiga-ui/core/directives/appearance";
6
- import * as i2 from "@taiga-ui/cdk/directives/native-validator";
7
- export declare class TuiSwitch implements DoCheck, OnInit {
8
- private readonly appearance;
9
- private readonly resolver;
10
- private readonly destroyRef;
11
- private readonly cdr;
12
- private readonly options;
13
- private readonly el;
14
- protected readonly control: NgControl | null;
15
- size: TuiSizeS;
16
- showIcons: boolean;
17
- ngOnInit(): void;
18
- ngDoCheck(): void;
19
- protected get icon(): string | null;
4
+ import * as i1 from "@taiga-ui/core/directives/icons";
5
+ export declare class TuiSwitch extends TuiRadioComponent<TuiSwitchOptions> {
6
+ protected readonly icon: import("@angular/core").Signal<string>;
7
+ readonly showIcons: import("@angular/core").InputSignal<boolean>;
20
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSwitch, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSwitch, "input[type=\"checkbox\"][tuiSwitch]", never, { "size": { "alias": "size"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearance; inputs: { "tuiAppearanceState": "tuiAppearanceState"; "tuiAppearanceFocus": "tuiAppearanceFocus"; "tuiAppearanceMode": "tuiAppearanceMode"; }; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiSwitch, "input[type=\"checkbox\"][tuiSwitch]", never, { "showIcons": { "alias": "showIcons"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiIcons; inputs: {}; outputs: {}; }]>;
22
10
  }
@@ -1,12 +1,8 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiStringHandler } from '@taiga-ui/cdk/types';
3
2
  import { type TuiSizeS } from '@taiga-ui/core/types';
4
- export interface TuiSwitchOptions {
3
+ import { type TuiRadioOptions } from '@taiga-ui/kit/components/radio';
4
+ export interface TuiSwitchOptions extends TuiRadioOptions {
5
5
  readonly showIcons: boolean;
6
- readonly size: TuiSizeS;
7
- readonly icon: TuiStringHandler<TuiSizeS> | string;
8
- readonly appearance: TuiStringHandler<HTMLInputElement>;
6
+ readonly icon: TuiStringHandler<TuiSizeS>;
9
7
  }
10
- export declare const TUI_SWITCH_DEFAULT_OPTIONS: TuiSwitchOptions;
11
- export declare const TUI_SWITCH_OPTIONS: InjectionToken<TuiSwitchOptions>;
12
- export declare function tuiSwitchOptionsProvider(options: Partial<TuiSwitchOptions>): Provider;
8
+ export declare const TUI_SWITCH_OPTIONS: import("@angular/core").InjectionToken<TuiSwitchOptions>, tuiSwitchOptionsProvider: (item: Partial<TuiSwitchOptions> | (() => Partial<TuiSwitchOptions>)) => import("@angular/core").FactoryProvider;
@@ -5,4 +5,4 @@ export interface TuiTextareaOptions {
5
5
  max: number;
6
6
  content: PolymorpheusContent<TuiContext<string>>;
7
7
  }
8
- export declare const TUI_TEXTAREA_OPTIONS: import("@angular/core").InjectionToken<TuiTextareaOptions>, tuiTextareaOptionsProvider: (item: Partial<TuiTextareaOptions> | import("@angular/core").ProviderToken<Partial<TuiTextareaOptions>> | (() => Partial<TuiTextareaOptions>)) => import("@angular/core").FactoryProvider;
8
+ export declare const TUI_TEXTAREA_OPTIONS: import("@angular/core").InjectionToken<TuiTextareaOptions>, tuiTextareaOptionsProvider: (item: Partial<TuiTextareaOptions> | (() => Partial<TuiTextareaOptions>)) => import("@angular/core").FactoryProvider;
@@ -0,0 +1,5 @@
1
+ export * from './toast';
2
+ export * from './toast.component';
3
+ export * from './toast.directive';
4
+ export * from './toast.options';
5
+ export * from './toast.service';
@@ -0,0 +1,17 @@
1
+ import { type AfterViewInit } from '@angular/core';
2
+ import { type TuiPopover } from '@taiga-ui/cdk/services';
3
+ import { type TuiToastOptions } from './toast.options';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@taiga-ui/cdk/directives/animated";
6
+ export declare class TuiToastComponent<O, I> implements AfterViewInit {
7
+ private readonly close;
8
+ private readonly el;
9
+ protected readonly isMobile: boolean;
10
+ protected readonly context: TuiPopover<TuiToastOptions<I>, O>;
11
+ protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
12
+ protected readonly $: import("rxjs").Subscription;
13
+ ngAfterViewInit(): void;
14
+ protected onSwipe(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastComponent<any, any>, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiToastComponent<any, any>, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
17
+ }
@@ -0,0 +1,3 @@
1
+ import { TuiToastDirective } from './toast.directive';
2
+ import { TuiToastTemplate } from './toast.service';
3
+ export declare const TuiToast: readonly [typeof TuiToastDirective, typeof TuiToastTemplate];
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@taiga-ui/core/directives/icons";
3
+ export declare class TuiToastDirective {
4
+ protected readonly nothing: undefined;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastDirective, "[tuiToast]:not(ng-template)", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithIcons; inputs: {}; outputs: {}; }]>;
7
+ }
@@ -0,0 +1,8 @@
1
+ export interface TuiToastOptions<I> {
2
+ autoClose: number;
3
+ closable: boolean;
4
+ appearance: string;
5
+ data?: I;
6
+ }
7
+ export declare const TUI_TOAST_DEFAULT_OPTIONS: TuiToastOptions<void>;
8
+ export declare const TUI_TOAST_OPTIONS: import("@angular/core").InjectionToken<TuiToastOptions<void>>, tuiToastOptionsProvider: (item: Partial<TuiToastOptions<void>> | (() => Partial<TuiToastOptions<void>>)) => import("@angular/core").FactoryProvider;
@@ -0,0 +1,16 @@
1
+ import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
+ import { TuiPopoverService } from '@taiga-ui/cdk/services';
3
+ import { type TuiToastOptions } from './toast.options';
4
+ import * as i0 from "@angular/core";
5
+ export declare const TUI_TOASTS_CONCURRENCY: import("@angular/core").InjectionToken<number>;
6
+ export declare class TuiToastService extends TuiPopoverService<TuiToastOptions<any>> {
7
+ private readonly concurrency;
8
+ private readonly alerts;
9
+ protected readonly sub: import("rxjs").Subscription;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiToastService>;
12
+ }
13
+ export declare class TuiToastTemplate<T> extends TuiPopoverDirective<TuiToastOptions<T>> {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastTemplate<any>, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastTemplate<any>, "ng-template[tuiToast]", never, { "options": { "alias": "tuiToastOptions"; "required": false; }; "open": { "alias": "tuiToast"; "required": false; }; }, { "openChange": "tuiToastChange"; }, never, never, true, never>;
16
+ }
@@ -9,8 +9,8 @@ export declare class TuiTreeItem implements DoCheck {
9
9
  private readonly change$;
10
10
  protected readonly level: number;
11
11
  protected readonly content: PolymorpheusContent<TuiTreeItemContext>;
12
- protected readonly expanded: import("@angular/core").Signal<boolean>;
13
12
  protected readonly attached: import("@angular/core").Signal<boolean>;
13
+ readonly expanded: import("@angular/core").Signal<boolean>;
14
14
  get isExpandable(): boolean;
15
15
  get isExpanded(): boolean;
16
16
  ngDoCheck(): void;
@@ -1,16 +1,11 @@
1
- import { type DoCheck } from '@angular/core';
2
1
  import { type TuiTreeItemContext } from '../../misc/tree.interfaces';
3
2
  import * as i0 from "@angular/core";
4
- export declare class TuiTreeItemContent implements DoCheck {
3
+ export declare class TuiTreeItemContent {
5
4
  private readonly controller;
6
- private readonly change$;
7
5
  protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
6
  protected readonly more: import("@angular/core").Signal<string | undefined>;
9
7
  protected readonly context: TuiTreeItemContext;
10
- protected readonly expanded: import("@angular/core").Signal<boolean>;
11
- ngDoCheck(): void;
12
8
  protected get isExpandable(): boolean;
13
- protected get isExpanded(): boolean;
14
9
  protected onClick(): void;
15
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTreeItemContent, never>;
16
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeItemContent, "ng-component", never, {}, {}, never, never, true, never>;
@@ -6,8 +6,7 @@ export declare class TuiChevron {
6
6
  private readonly dropdown;
7
7
  protected readonly nothing: undefined;
8
8
  protected readonly toggle: import("@angular/core").EffectRef;
9
- readonly chevron: import("@angular/core").WritableSignal<boolean | "">;
10
- set tuiChevron(chevron: boolean | '');
9
+ readonly rotated: import("@angular/core").InputSignal<boolean | "">;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiChevron, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChevron, "[tuiChevron]", never, { "tuiChevron": { "alias": "tuiChevron"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChevron, "[tuiChevron]", never, { "rotated": { "alias": "tuiChevron"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
12
  }
@@ -2,6 +2,7 @@ import { type TuiOrientation } from '@taiga-ui/core/types';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@taiga-ui/cdk/directives/transitioned";
4
4
  export declare class TuiFade {
5
+ protected readonly nothing: undefined;
5
6
  lineHeight: string | null;
6
7
  size: string;
7
8
  offset: string;
@@ -4,9 +4,7 @@ export declare const TUI_HIGHLIGHT_OPTIONS: import("@angular/core").InjectionTok
4
4
  highlightColor: string;
5
5
  }>, tuiHighlightOptionsProvider: (item: Partial<{
6
6
  highlightColor: string;
7
- }> | import("@angular/core").ProviderToken<Partial<{
8
- highlightColor: string;
9
- }>> | (() => Partial<{
7
+ }> | (() => Partial<{
10
8
  highlightColor: string;
11
9
  }>)) => import("@angular/core").FactoryProvider;
12
10
  export declare class TuiHighlight implements OnChanges {
@@ -3,12 +3,10 @@ export * from '@taiga-ui/kit/directives/button-group';
3
3
  export * from '@taiga-ui/kit/directives/button-select';
4
4
  export * from '@taiga-ui/kit/directives/chevron';
5
5
  export * from '@taiga-ui/kit/directives/connected';
6
- export * from '@taiga-ui/kit/directives/copy';
7
6
  export * from '@taiga-ui/kit/directives/data-list-dropdown-manager';
8
7
  export * from '@taiga-ui/kit/directives/fade';
9
8
  export * from '@taiga-ui/kit/directives/fluid-typography';
10
9
  export * from '@taiga-ui/kit/directives/highlight';
11
- export * from '@taiga-ui/kit/directives/icon-badge';
12
10
  export * from '@taiga-ui/kit/directives/lazy-loading';
13
11
  export * from '@taiga-ui/kit/directives/password';
14
12
  export * from '@taiga-ui/kit/directives/present';
@@ -6,4 +6,4 @@ export interface TuiPasswordOptions {
6
6
  show: TuiStringHandler<TuiSizeL | TuiSizeS> | string;
7
7
  }>;
8
8
  }
9
- export declare const TUI_PASSWORD_OPTIONS: import("@angular/core").InjectionToken<TuiPasswordOptions>, tuiPasswordOptionsProvider: (item: Partial<TuiPasswordOptions> | import("@angular/core").ProviderToken<Partial<TuiPasswordOptions>> | (() => Partial<TuiPasswordOptions>)) => import("@angular/core").FactoryProvider;
9
+ export declare const TUI_PASSWORD_OPTIONS: import("@angular/core").InjectionToken<TuiPasswordOptions>, tuiPasswordOptionsProvider: (item: Partial<TuiPasswordOptions> | (() => Partial<TuiPasswordOptions>)) => import("@angular/core").FactoryProvider;
@@ -3,7 +3,7 @@ export declare class TuiSensitive {
3
3
  protected readonly nothing: undefined;
4
4
  protected readonly offset: number;
5
5
  protected readonly height: import("@angular/core").Signal<number | undefined>;
6
- tuiSensitive: boolean | null;
6
+ readonly tuiSensitive: import("@angular/core").InputSignal<boolean | null>;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSensitive, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSensitive, "[tuiSensitive]", never, { "tuiSensitive": { "alias": "tuiSensitive"; "required": false; }; }, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSensitive, "[tuiSensitive]", never, { "tuiSensitive": { "alias": "tuiSensitive"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
9
  }
@@ -4,10 +4,10 @@ export declare class TuiShimmer implements OnChanges {
4
4
  private readonly isBrowser;
5
5
  private readonly el;
6
6
  private animation?;
7
- protected disabled: boolean;
8
7
  protected readonly nothing: undefined;
9
- shimmer: boolean;
8
+ protected disabled: boolean;
9
+ readonly tuiShimmer: import("@angular/core").InputSignal<boolean>;
10
10
  ngOnChanges(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiShimmer, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiShimmer, "[tuiShimmer]", never, { "shimmer": { "alias": "tuiShimmer"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiShimmer, "[tuiShimmer]", never, { "tuiShimmer": { "alias": "tuiShimmer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
13
  }
@@ -5,9 +5,9 @@ export declare class TuiSkeleton implements OnChanges {
5
5
  private readonly el;
6
6
  private readonly duration;
7
7
  protected readonly nothing: undefined;
8
- tuiSkeleton: boolean | number | string;
8
+ protected readonly placeholder: import("@angular/core").Signal<string | null>;
9
+ readonly tuiSkeleton: import("@angular/core").InputSignal<string | number | boolean>;
9
10
  ngOnChanges({ tuiSkeleton }: SimpleChanges): void;
10
- protected getPlaceholder(value: boolean | number | string): string | null;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSkeleton, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSkeleton, "[tuiSkeleton]", never, { "tuiSkeleton": { "alias": "tuiSkeleton"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSkeleton, "[tuiSkeleton]", never, { "tuiSkeleton": { "alias": "tuiSkeleton"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
13
  }
@@ -10,9 +10,9 @@ export declare class TuiTooltip implements DoCheck {
10
10
  private readonly driver;
11
11
  protected readonly nothing: undefined;
12
12
  protected readonly state: Signal<unknown>;
13
- size: TuiSizeS;
13
+ readonly size: import("@angular/core").InputSignal<TuiSizeS>;
14
14
  ngDoCheck(): void;
15
15
  protected onClick(event: MouseEvent): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiTooltip, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTooltip, "tui-icon[tuiTooltip]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiHintDescribe; inputs: { "tuiHintDescribe": "tuiTooltipDescribe"; }; outputs: {}; }, { directive: typeof i2.TuiHintDirective; inputs: { "tuiHint": "tuiTooltip"; "tuiHintAppearance": "tuiHintAppearance"; "tuiHintContext": "tuiHintContext"; }; outputs: {}; }]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTooltip, "tui-icon[tuiTooltip]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiHintDescribe; inputs: { "tuiHintDescribe": "tuiTooltipDescribe"; }; outputs: {}; }, { directive: typeof i2.TuiHintDirective; inputs: { "tuiHint": "tuiTooltip"; "tuiHintAppearance": "tuiHintAppearance"; "tuiHintContext": "tuiHintContext"; }; outputs: {}; }]>;
18
18
  }
@@ -4,10 +4,7 @@ export declare const TUI_TOOLTIP_OPTIONS: import("@angular/core").InjectionToken
4
4
  }>, tuiTooltipOptionsProvider: (item: Partial<{
5
5
  icon: string;
6
6
  appearance: string;
7
- }> | import("@angular/core").ProviderToken<Partial<{
8
- icon: string;
9
- appearance: string;
10
- }>> | (() => Partial<{
7
+ }> | (() => Partial<{
11
8
  icon: string;
12
9
  appearance: string;
13
10
  }>)) => import("@angular/core").FactoryProvider;