@taiga-ui/kit 4.52.0-canary.4d3c296 → 4.52.0-canary.4d93c87

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 (789) hide show
  1. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  2. package/components/avatar/avatar.directive.d.ts +15 -0
  3. package/components/avatar/avatar.options.d.ts +1 -4
  4. package/components/avatar/index.d.ts +1 -1
  5. package/components/badge/badge.directive.d.ts +2 -2
  6. package/components/block/block.directive.d.ts +4 -4
  7. package/components/block/block.options.d.ts +1 -1
  8. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  9. package/components/checkbox/checkbox.component.d.ts +7 -18
  10. package/components/checkbox/checkbox.options.d.ts +5 -9
  11. package/components/chip/chip.directive.d.ts +2 -4
  12. package/components/comment/comment.directive.d.ts +2 -2
  13. package/components/confirm/confirm.component.d.ts +1 -0
  14. package/components/confirm/confirm.service.d.ts +2 -1
  15. package/components/files/file/file.options.d.ts +1 -1
  16. package/components/floating-container/floating-container.directive.d.ts +2 -2
  17. package/components/index.d.ts +0 -1
  18. package/components/input-chip/input-chip.options.d.ts +1 -1
  19. package/components/input-color/input-color.component.d.ts +2 -1
  20. package/components/input-color/input-color.options.d.ts +1 -1
  21. package/components/input-date/input-date.directive.d.ts +1 -1
  22. package/components/input-date/input-date.options.d.ts +1 -1
  23. package/components/input-number/input-number.options.d.ts +1 -1
  24. package/components/input-number/quantum.directive.d.ts +2 -2
  25. package/components/input-phone/input-phone.options.d.ts +1 -1
  26. package/components/input-slider/input-slider.directive.d.ts +1 -1
  27. package/components/input-time/input-time.options.d.ts +1 -1
  28. package/components/like/like.component.d.ts +4 -11
  29. package/components/like/like.options.d.ts +3 -4
  30. package/components/line-clamp/line-clamp.component.d.ts +6 -10
  31. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
  32. package/components/pager/pager.component.d.ts +1 -1
  33. package/components/pin/pin.directive.d.ts +2 -2
  34. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  35. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  36. package/components/push/push.component.d.ts +1 -1
  37. package/components/radio/radio.component.d.ts +7 -8
  38. package/components/radio/radio.directive.d.ts +2 -2
  39. package/components/radio/radio.options.d.ts +2 -5
  40. package/components/rating/rating.component.d.ts +5 -5
  41. package/components/rating/rating.options.d.ts +5 -3
  42. package/components/segmented/segmented.component.d.ts +4 -6
  43. package/components/slides/slides.directive.d.ts +4 -4
  44. package/components/status/status.directive.d.ts +2 -2
  45. package/components/switch/switch.component.d.ts +7 -19
  46. package/components/switch/switch.options.d.ts +4 -8
  47. package/components/textarea/textarea.options.d.ts +1 -1
  48. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  49. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +1 -6
  50. package/directives/chevron/chevron.directive.d.ts +2 -3
  51. package/directives/copy/copy.directive.d.ts +1 -2
  52. package/directives/copy/copy.options.d.ts +2 -2
  53. package/directives/fade/fade.directive.d.ts +1 -0
  54. package/directives/highlight/highlight.directive.d.ts +1 -3
  55. package/directives/index.d.ts +0 -1
  56. package/directives/password/password.options.d.ts +1 -1
  57. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  58. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  59. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  60. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  61. package/directives/tooltip/tooltip.options.d.ts +1 -4
  62. package/fesm2022/taiga-ui-kit-components-accordion.mjs +16 -17
  63. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  64. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +8 -8
  65. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  66. package/fesm2022/taiga-ui-kit-components-avatar.mjs +80 -99
  67. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  68. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -4
  69. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  70. package/fesm2022/taiga-ui-kit-components-badge.mjs +15 -21
  71. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  72. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +8 -8
  73. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  74. package/fesm2022/taiga-ui-kit-components-block.mjs +17 -24
  75. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  76. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +8 -10
  77. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +4 -5
  79. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  80. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -8
  81. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +10 -10
  83. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  84. package/fesm2022/taiga-ui-kit-components-carousel.mjs +21 -23
  85. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  86. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +19 -76
  87. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  88. package/fesm2022/taiga-ui-kit-components-chip.mjs +22 -27
  89. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  90. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +4 -4
  91. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  92. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  93. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  94. package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -4
  95. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  96. package/fesm2022/taiga-ui-kit-components-confirm.mjs +14 -14
  97. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  98. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +13 -14
  99. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  100. package/fesm2022/taiga-ui-kit-components-drawer.mjs +7 -7
  101. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  102. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +8 -8
  103. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  104. package/fesm2022/taiga-ui-kit-components-files.mjs +31 -41
  105. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-kit-components-filter.mjs +7 -16
  107. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  108. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +13 -19
  109. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  110. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +22 -19
  111. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  112. package/fesm2022/taiga-ui-kit-components-input-color.mjs +12 -15
  113. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  114. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +6 -6
  115. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  116. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +4 -4
  117. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  118. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +8 -9
  119. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-kit-components-input-date.mjs +15 -16
  121. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  122. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +6 -6
  123. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +5 -5
  125. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-kit-components-input-month.mjs +11 -12
  127. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-kit-components-input-number.mjs +30 -29
  129. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +9 -12
  131. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +9 -10
  133. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +7 -7
  135. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-kit-components-input-range.mjs +14 -24
  137. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +13 -16
  139. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-input-time.mjs +14 -14
  141. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-input-year.mjs +6 -6
  143. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +18 -18
  145. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  147. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +33 -39
  149. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-message.mjs +10 -12
  151. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +40 -37
  153. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +14 -14
  155. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-pager.mjs +8 -8
  157. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-pagination.mjs +8 -8
  159. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +11 -11
  161. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  163. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +11 -11
  165. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-preview.mjs +33 -35
  167. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-progress.mjs +39 -52
  169. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
  171. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-push.mjs +20 -20
  173. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -8
  175. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-radio.mjs +34 -39
  177. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-range.mjs +9 -9
  179. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-rating.mjs +17 -21
  181. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +5 -5
  183. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-segmented.mjs +8 -8
  185. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-select.mjs +17 -17
  187. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-slider.mjs +21 -22
  189. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-slides.mjs +14 -22
  191. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  193. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-stepper.mjs +12 -12
  195. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-switch.mjs +19 -65
  197. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-tabs.mjs +31 -36
  199. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-textarea.mjs +15 -16
  201. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-tiles.mjs +13 -13
  203. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-tree.mjs +35 -51
  205. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components.mjs +0 -1
  207. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  209. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +10 -13
  211. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
  213. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +13 -20
  215. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-directives-connected.mjs +10 -15
  217. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-directives-copy.mjs +12 -13
  219. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +4 -4
  221. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-directives-fade.mjs +11 -14
  223. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +4 -4
  225. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +5 -5
  227. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +8 -9
  229. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-directives-password.mjs +6 -6
  231. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-directives-present.mjs +4 -4
  233. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +13 -18
  235. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  237. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +27 -38
  239. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +13 -18
  241. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +5 -6
  243. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -4
  245. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  247. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  249. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +3 -3
  251. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  253. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
  255. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  257. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  259. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  260. package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
  261. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -9
  263. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-utils.mjs +1 -1
  265. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  266. package/package.json +111 -335
  267. package/pipes/index.d.ts +0 -1
  268. package/styles/components/avatar.less +188 -0
  269. package/styles/components/badge.less +3 -18
  270. package/styles/components/block.less +1 -1
  271. package/styles/components/checkbox.less +17 -16
  272. package/styles/components/chip.less +1 -3
  273. package/styles/components/like.less +15 -17
  274. package/styles/components/pin.less +3 -7
  275. package/styles/components/radio.less +2 -2
  276. package/styles/components/switch.less +12 -12
  277. package/tokens/index.d.ts +0 -1
  278. package/tokens/input-date-options.d.ts +1 -1
  279. package/components/avatar/avatar.component.d.ts +0 -15
  280. package/components/input-password/index.d.ts +0 -2
  281. package/components/input-password/input-password.component.d.ts +0 -16
  282. package/components/input-password/input-password.options.d.ts +0 -24
  283. package/directives/icon-badge/icon-badge.directive.d.ts +0 -9
  284. package/directives/icon-badge/index.d.ts +0 -1
  285. package/esm2022/components/accordion/accordion-item-content.directive.mjs +0 -16
  286. package/esm2022/components/accordion/accordion-item-eager-content.directive.mjs +0 -15
  287. package/esm2022/components/accordion/accordion-item.component.mjs +0 -85
  288. package/esm2022/components/accordion/accordion.directive.mjs +0 -56
  289. package/esm2022/components/accordion/accordion.mjs +0 -11
  290. package/esm2022/components/accordion/index.mjs +0 -6
  291. package/esm2022/components/accordion/taiga-ui-kit-components-accordion.mjs +0 -5
  292. package/esm2022/components/action-bar/action-bar.component.mjs +0 -36
  293. package/esm2022/components/action-bar/action-bar.directive.mjs +0 -17
  294. package/esm2022/components/action-bar/action-bar.mjs +0 -4
  295. package/esm2022/components/action-bar/index.mjs +0 -4
  296. package/esm2022/components/action-bar/taiga-ui-kit-components-action-bar.mjs +0 -5
  297. package/esm2022/components/avatar/avatar-labeled.component.mjs +0 -47
  298. package/esm2022/components/avatar/avatar-outline.directive.mjs +0 -41
  299. package/esm2022/components/avatar/avatar-stack.component.mjs +0 -19
  300. package/esm2022/components/avatar/avatar.component.mjs +0 -59
  301. package/esm2022/components/avatar/avatar.options.mjs +0 -14
  302. package/esm2022/components/avatar/index.mjs +0 -6
  303. package/esm2022/components/avatar/taiga-ui-kit-components-avatar.mjs +0 -5
  304. package/esm2022/components/badge/badge.directive.mjs +0 -42
  305. package/esm2022/components/badge/badge.options.mjs +0 -13
  306. package/esm2022/components/badge/index.mjs +0 -3
  307. package/esm2022/components/badge/taiga-ui-kit-components-badge.mjs +0 -5
  308. package/esm2022/components/badge-notification/badge-notification.component.mjs +0 -22
  309. package/esm2022/components/badge-notification/badge-notification.options.mjs +0 -12
  310. package/esm2022/components/badge-notification/index.mjs +0 -3
  311. package/esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs +0 -5
  312. package/esm2022/components/badged-content/badge-content.mjs +0 -7
  313. package/esm2022/components/badged-content/badged-content.component.mjs +0 -30
  314. package/esm2022/components/badged-content/badged-content.directive.mjs +0 -20
  315. package/esm2022/components/badged-content/index.mjs +0 -4
  316. package/esm2022/components/badged-content/taiga-ui-kit-components-badged-content.mjs +0 -5
  317. package/esm2022/components/block/block.directive.mjs +0 -58
  318. package/esm2022/components/block/block.options.mjs +0 -13
  319. package/esm2022/components/block/index.mjs +0 -3
  320. package/esm2022/components/block/taiga-ui-kit-components-block.mjs +0 -5
  321. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -69
  322. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +0 -14
  323. package/esm2022/components/breadcrumbs/index.mjs +0 -3
  324. package/esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs +0 -5
  325. package/esm2022/components/button-loading/button-loading.component.mjs +0 -70
  326. package/esm2022/components/button-loading/index.mjs +0 -2
  327. package/esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs +0 -5
  328. package/esm2022/components/calendar-month/calendar-month.component.mjs +0 -186
  329. package/esm2022/components/calendar-month/calendar-month.options.mjs +0 -6
  330. package/esm2022/components/calendar-month/index.mjs +0 -3
  331. package/esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs +0 -5
  332. package/esm2022/components/calendar-range/calculate-disabled-item-handler.mjs +0 -12
  333. package/esm2022/components/calendar-range/calendar-range.component.mjs +0 -224
  334. package/esm2022/components/calendar-range/day-caps-mapper.mjs +0 -26
  335. package/esm2022/components/calendar-range/day-range-period.mjs +0 -36
  336. package/esm2022/components/calendar-range/index.mjs +0 -5
  337. package/esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs +0 -5
  338. package/esm2022/components/carousel/carousel-autoscroll.directive.mjs +0 -21
  339. package/esm2022/components/carousel/carousel-buttons.directive.mjs +0 -27
  340. package/esm2022/components/carousel/carousel-scroll.directive.mjs +0 -27
  341. package/esm2022/components/carousel/carousel.component.mjs +0 -166
  342. package/esm2022/components/carousel/carousel.directive.mjs +0 -37
  343. package/esm2022/components/carousel/carousel.mjs +0 -15
  344. package/esm2022/components/carousel/index.mjs +0 -7
  345. package/esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs +0 -5
  346. package/esm2022/components/checkbox/checkbox.component.mjs +0 -74
  347. package/esm2022/components/checkbox/checkbox.options.mjs +0 -17
  348. package/esm2022/components/checkbox/index.mjs +0 -3
  349. package/esm2022/components/checkbox/taiga-ui-kit-components-checkbox.mjs +0 -5
  350. package/esm2022/components/chip/chip.directive.mjs +0 -63
  351. package/esm2022/components/chip/chip.options.mjs +0 -13
  352. package/esm2022/components/chip/index.mjs +0 -3
  353. package/esm2022/components/chip/taiga-ui-kit-components-chip.mjs +0 -5
  354. package/esm2022/components/combo-box/combo-box.directive.mjs +0 -139
  355. package/esm2022/components/combo-box/index.mjs +0 -2
  356. package/esm2022/components/combo-box/taiga-ui-kit-components-combo-box.mjs +0 -5
  357. package/esm2022/components/comment/comment.directive.mjs +0 -35
  358. package/esm2022/components/comment/index.mjs +0 -2
  359. package/esm2022/components/comment/taiga-ui-kit-components-comment.mjs +0 -5
  360. package/esm2022/components/compass/compass.component.mjs +0 -19
  361. package/esm2022/components/compass/index.mjs +0 -2
  362. package/esm2022/components/compass/taiga-ui-kit-components-compass.mjs +0 -5
  363. package/esm2022/components/confirm/confirm.component.mjs +0 -28
  364. package/esm2022/components/confirm/confirm.service.mjs +0 -32
  365. package/esm2022/components/confirm/index.mjs +0 -3
  366. package/esm2022/components/confirm/taiga-ui-kit-components-confirm.mjs +0 -5
  367. package/esm2022/components/data-list-wrapper/data-list-group-wrapper.component.mjs +0 -25
  368. package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +0 -86
  369. package/esm2022/components/data-list-wrapper/data-list-wrapper.module.mjs +0 -9
  370. package/esm2022/components/data-list-wrapper/index.mjs +0 -4
  371. package/esm2022/components/data-list-wrapper/taiga-ui-kit-components-data-list-wrapper.mjs +0 -5
  372. package/esm2022/components/drawer/drawer.component.mjs +0 -44
  373. package/esm2022/components/drawer/index.mjs +0 -2
  374. package/esm2022/components/drawer/taiga-ui-kit-components-drawer.mjs +0 -5
  375. package/esm2022/components/elastic-container/elastic-container.component.mjs +0 -28
  376. package/esm2022/components/elastic-container/elastic-container.directive.mjs +0 -48
  377. package/esm2022/components/elastic-container/index.mjs +0 -3
  378. package/esm2022/components/elastic-container/taiga-ui-kit-components-elastic-container.mjs +0 -5
  379. package/esm2022/components/files/file/file.component.mjs +0 -144
  380. package/esm2022/components/files/file/file.options.mjs +0 -16
  381. package/esm2022/components/files/files/files.component.mjs +0 -56
  382. package/esm2022/components/files/files.mjs +0 -15
  383. package/esm2022/components/files/files.types.mjs +0 -2
  384. package/esm2022/components/files/files.utils.mjs +0 -30
  385. package/esm2022/components/files/files.validators.mjs +0 -32
  386. package/esm2022/components/files/index.mjs +0 -13
  387. package/esm2022/components/files/input-files/input-files-validator.directive.mjs +0 -45
  388. package/esm2022/components/files/input-files/input-files.component.mjs +0 -70
  389. package/esm2022/components/files/input-files/input-files.content.mjs +0 -73
  390. package/esm2022/components/files/input-files/input-files.directive.mjs +0 -77
  391. package/esm2022/components/files/input-files/input-files.options.mjs +0 -19
  392. package/esm2022/components/files/pipes/file-rejected.pipe.mjs +0 -51
  393. package/esm2022/components/files/taiga-ui-kit-components-files.mjs +0 -5
  394. package/esm2022/components/filter/filter.component.mjs +0 -65
  395. package/esm2022/components/filter/index.mjs +0 -2
  396. package/esm2022/components/filter/taiga-ui-kit-components-filter.mjs +0 -5
  397. package/esm2022/components/floating-container/floating-container.directive.mjs +0 -37
  398. package/esm2022/components/floating-container/index.mjs +0 -2
  399. package/esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs +0 -5
  400. package/esm2022/components/index.mjs +0 -73
  401. package/esm2022/components/input-chip/index.mjs +0 -5
  402. package/esm2022/components/input-chip/input-chip.component.mjs +0 -101
  403. package/esm2022/components/input-chip/input-chip.directive.mjs +0 -138
  404. package/esm2022/components/input-chip/input-chip.mjs +0 -4
  405. package/esm2022/components/input-chip/input-chip.options.mjs +0 -7
  406. package/esm2022/components/input-chip/taiga-ui-kit-components-input-chip.mjs +0 -5
  407. package/esm2022/components/input-color/index.mjs +0 -3
  408. package/esm2022/components/input-color/input-color.component.mjs +0 -89
  409. package/esm2022/components/input-color/input-color.options.mjs +0 -6
  410. package/esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs +0 -5
  411. package/esm2022/components/input-date/date-filler.mjs +0 -20
  412. package/esm2022/components/input-date/index.mjs +0 -6
  413. package/esm2022/components/input-date/input-date.component.mjs +0 -33
  414. package/esm2022/components/input-date/input-date.directive.mjs +0 -167
  415. package/esm2022/components/input-date/input-date.mjs +0 -9
  416. package/esm2022/components/input-date/input-date.options.mjs +0 -11
  417. package/esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs +0 -5
  418. package/esm2022/components/input-date-multi/index.mjs +0 -3
  419. package/esm2022/components/input-date-multi/input-date-multi.directive.mjs +0 -123
  420. package/esm2022/components/input-date-multi/input-date-multi.mjs +0 -9
  421. package/esm2022/components/input-date-multi/taiga-ui-kit-components-input-date-multi.mjs +0 -5
  422. package/esm2022/components/input-date-range/index.mjs +0 -4
  423. package/esm2022/components/input-date-range/input-date-range.directive.mjs +0 -79
  424. package/esm2022/components/input-date-range/input-date-range.mjs +0 -4
  425. package/esm2022/components/input-date-range/input-date-range.options.mjs +0 -12
  426. package/esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs +0 -5
  427. package/esm2022/components/input-date-time/index.mjs +0 -5
  428. package/esm2022/components/input-date-time/input-date-time.component.mjs +0 -35
  429. package/esm2022/components/input-date-time/input-date-time.directive.mjs +0 -178
  430. package/esm2022/components/input-date-time/input-date-time.mjs +0 -9
  431. package/esm2022/components/input-date-time/input-date-time.options.mjs +0 -20
  432. package/esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs +0 -5
  433. package/esm2022/components/input-inline/index.mjs +0 -2
  434. package/esm2022/components/input-inline/input-inline.component.mjs +0 -23
  435. package/esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs +0 -5
  436. package/esm2022/components/input-month/index.mjs +0 -5
  437. package/esm2022/components/input-month/input-month.component.mjs +0 -53
  438. package/esm2022/components/input-month/input-month.directive.mjs +0 -65
  439. package/esm2022/components/input-month/input-month.mjs +0 -9
  440. package/esm2022/components/input-month/input-month.options.mjs +0 -19
  441. package/esm2022/components/input-month/taiga-ui-kit-components-input-month.mjs +0 -5
  442. package/esm2022/components/input-month-range/index.mjs +0 -4
  443. package/esm2022/components/input-month-range/input-month-range.directive.mjs +0 -86
  444. package/esm2022/components/input-month-range/input-month-range.mjs +0 -7
  445. package/esm2022/components/input-month-range/input-month-range.options.mjs +0 -13
  446. package/esm2022/components/input-month-range/taiga-ui-kit-components-input-month-range.mjs +0 -5
  447. package/esm2022/components/input-number/index.mjs +0 -6
  448. package/esm2022/components/input-number/input-number.directive.mjs +0 -196
  449. package/esm2022/components/input-number/input-number.mjs +0 -9
  450. package/esm2022/components/input-number/input-number.options.mjs +0 -15
  451. package/esm2022/components/input-number/quantum.directive.mjs +0 -68
  452. package/esm2022/components/input-number/step/input-number-step.component.mjs +0 -58
  453. package/esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs +0 -5
  454. package/esm2022/components/input-password/index.mjs +0 -3
  455. package/esm2022/components/input-password/input-password.component.mjs +0 -69
  456. package/esm2022/components/input-password/input-password.options.mjs +0 -24
  457. package/esm2022/components/input-password/taiga-ui-kit-components-input-password.mjs +0 -5
  458. package/esm2022/components/input-phone/index.mjs +0 -3
  459. package/esm2022/components/input-phone/input-phone.directive.mjs +0 -137
  460. package/esm2022/components/input-phone/input-phone.options.mjs +0 -9
  461. package/esm2022/components/input-phone/taiga-ui-kit-components-input-phone.mjs +0 -5
  462. package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +0 -41
  463. package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +0 -17
  464. package/esm2022/components/input-phone-international/index.mjs +0 -3
  465. package/esm2022/components/input-phone-international/input-phone-international.component.mjs +0 -210
  466. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +0 -19
  467. package/esm2022/components/input-phone-international/taiga-ui-kit-components-input-phone-international.mjs +0 -5
  468. package/esm2022/components/input-pin/index.mjs +0 -2
  469. package/esm2022/components/input-pin/input-pin.component.mjs +0 -66
  470. package/esm2022/components/input-pin/taiga-ui-kit-components-input-pin.mjs +0 -5
  471. package/esm2022/components/input-range/index.mjs +0 -3
  472. package/esm2022/components/input-range/input-range.component.mjs +0 -166
  473. package/esm2022/components/input-range/input-range.mjs +0 -4
  474. package/esm2022/components/input-range/taiga-ui-kit-components-input-range.mjs +0 -5
  475. package/esm2022/components/input-slider/index.mjs +0 -3
  476. package/esm2022/components/input-slider/input-slider.directive.mjs +0 -114
  477. package/esm2022/components/input-slider/input-slider.mjs +0 -9
  478. package/esm2022/components/input-slider/taiga-ui-kit-components-input-slider.mjs +0 -5
  479. package/esm2022/components/input-time/index.mjs +0 -5
  480. package/esm2022/components/input-time/input-time.component.mjs +0 -64
  481. package/esm2022/components/input-time/input-time.directive.mjs +0 -159
  482. package/esm2022/components/input-time/input-time.mjs +0 -4
  483. package/esm2022/components/input-time/input-time.options.mjs +0 -10
  484. package/esm2022/components/input-time/taiga-ui-kit-components-input-time.mjs +0 -5
  485. package/esm2022/components/input-year/index.mjs +0 -4
  486. package/esm2022/components/input-year/input-year.directive.mjs +0 -103
  487. package/esm2022/components/input-year/input-year.mjs +0 -4
  488. package/esm2022/components/input-year/input-year.options.mjs +0 -12
  489. package/esm2022/components/input-year/taiga-ui-kit-components-input-year.mjs +0 -5
  490. package/esm2022/components/items-with-more/index.mjs +0 -6
  491. package/esm2022/components/items-with-more/items-with-more.component.mjs +0 -77
  492. package/esm2022/components/items-with-more/items-with-more.directive.mjs +0 -46
  493. package/esm2022/components/items-with-more/items-with-more.mjs +0 -11
  494. package/esm2022/components/items-with-more/items-with-more.service.mjs +0 -85
  495. package/esm2022/components/items-with-more/more.directive.mjs +0 -18
  496. package/esm2022/components/items-with-more/taiga-ui-kit-components-items-with-more.mjs +0 -5
  497. package/esm2022/components/like/index.mjs +0 -3
  498. package/esm2022/components/like/like.component.mjs +0 -46
  499. package/esm2022/components/like/like.options.mjs +0 -10
  500. package/esm2022/components/like/taiga-ui-kit-components-like.mjs +0 -5
  501. package/esm2022/components/line-clamp/index.mjs +0 -4
  502. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +0 -25
  503. package/esm2022/components/line-clamp/line-clamp-position.directive.mjs +0 -27
  504. package/esm2022/components/line-clamp/line-clamp.component.mjs +0 -95
  505. package/esm2022/components/line-clamp/line-clamp.options.mjs +0 -15
  506. package/esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs +0 -5
  507. package/esm2022/components/message/index.mjs +0 -2
  508. package/esm2022/components/message/message.directive.mjs +0 -43
  509. package/esm2022/components/message/taiga-ui-kit-components-message.mjs +0 -5
  510. package/esm2022/components/multi-select/index.mjs +0 -6
  511. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +0 -50
  512. package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +0 -18
  513. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +0 -56
  514. package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +0 -47
  515. package/esm2022/components/multi-select/multi-select.mjs +0 -9
  516. package/esm2022/components/multi-select/taiga-ui-kit-components-multi-select.mjs +0 -5
  517. package/esm2022/components/notification-middle/index.mjs +0 -4
  518. package/esm2022/components/notification-middle/notification-middle.component.mjs +0 -57
  519. package/esm2022/components/notification-middle/notification-middle.directive.mjs +0 -21
  520. package/esm2022/components/notification-middle/notification-middle.service.mjs +0 -22
  521. package/esm2022/components/notification-middle/taiga-ui-kit-components-notification-middle.mjs +0 -5
  522. package/esm2022/components/pager/index.mjs +0 -2
  523. package/esm2022/components/pager/pager.component.mjs +0 -97
  524. package/esm2022/components/pager/taiga-ui-kit-components-pager.mjs +0 -5
  525. package/esm2022/components/pagination/index.mjs +0 -2
  526. package/esm2022/components/pagination/pagination.component.mjs +0 -213
  527. package/esm2022/components/pagination/taiga-ui-kit-components-pagination.mjs +0 -5
  528. package/esm2022/components/pdf-viewer/index.mjs +0 -5
  529. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +0 -28
  530. package/esm2022/components/pdf-viewer/pdf-viewer.directive.mjs +0 -21
  531. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +0 -17
  532. package/esm2022/components/pdf-viewer/pdf-viewer.service.mjs +0 -22
  533. package/esm2022/components/pdf-viewer/taiga-ui-kit-components-pdf-viewer.mjs +0 -5
  534. package/esm2022/components/pin/index.mjs +0 -2
  535. package/esm2022/components/pin/pin.directive.mjs +0 -35
  536. package/esm2022/components/pin/taiga-ui-kit-components-pin.mjs +0 -5
  537. package/esm2022/components/preview/action/preview-action.directive.mjs +0 -30
  538. package/esm2022/components/preview/dialog/index.mjs +0 -4
  539. package/esm2022/components/preview/dialog/preview-dialog.component.mjs +0 -28
  540. package/esm2022/components/preview/dialog/preview-dialog.directive.mjs +0 -21
  541. package/esm2022/components/preview/dialog/preview-dialog.service.mjs +0 -18
  542. package/esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs +0 -5
  543. package/esm2022/components/preview/index.mjs +0 -8
  544. package/esm2022/components/preview/pagination/preview-pagination.component.mjs +0 -49
  545. package/esm2022/components/preview/preview.component.mjs +0 -142
  546. package/esm2022/components/preview/preview.mjs +0 -13
  547. package/esm2022/components/preview/taiga-ui-kit-components-preview.mjs +0 -5
  548. package/esm2022/components/preview/title/preview-title.component.mjs +0 -16
  549. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +0 -81
  550. package/esm2022/components/progress/index.mjs +0 -9
  551. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +0 -39
  552. package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +0 -25
  553. package/esm2022/components/progress/progress-bar/progress-color-segments.directive.mjs +0 -40
  554. package/esm2022/components/progress/progress-circle/progress-circle.component.mjs +0 -45
  555. package/esm2022/components/progress/progress-label/progress-label.component.mjs +0 -12
  556. package/esm2022/components/progress/progress-segmented/progress-segmented.directive.mjs +0 -34
  557. package/esm2022/components/progress/progress.mjs +0 -15
  558. package/esm2022/components/progress/progress.options.mjs +0 -13
  559. package/esm2022/components/progress/taiga-ui-kit-components-progress.mjs +0 -5
  560. package/esm2022/components/pulse/index.mjs +0 -2
  561. package/esm2022/components/pulse/pulse.component.mjs +0 -34
  562. package/esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs +0 -5
  563. package/esm2022/components/push/index.mjs +0 -7
  564. package/esm2022/components/push/push-alert.component.mjs +0 -29
  565. package/esm2022/components/push/push.component.mjs +0 -39
  566. package/esm2022/components/push/push.directive.mjs +0 -33
  567. package/esm2022/components/push/push.mjs +0 -5
  568. package/esm2022/components/push/push.options.mjs +0 -21
  569. package/esm2022/components/push/push.service.mjs +0 -19
  570. package/esm2022/components/push/taiga-ui-kit-components-push.mjs +0 -5
  571. package/esm2022/components/radio/index.mjs +0 -5
  572. package/esm2022/components/radio/radio.component.mjs +0 -53
  573. package/esm2022/components/radio/radio.directive.mjs +0 -32
  574. package/esm2022/components/radio/radio.mjs +0 -4
  575. package/esm2022/components/radio/radio.options.mjs +0 -13
  576. package/esm2022/components/radio/taiga-ui-kit-components-radio.mjs +0 -5
  577. package/esm2022/components/radio-list/index.mjs +0 -2
  578. package/esm2022/components/radio-list/radio-list.component.mjs +0 -64
  579. package/esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs +0 -5
  580. package/esm2022/components/range/index.mjs +0 -3
  581. package/esm2022/components/range/range-change.directive.mjs +0 -78
  582. package/esm2022/components/range/range.component.mjs +0 -164
  583. package/esm2022/components/range/taiga-ui-kit-components-range.mjs +0 -5
  584. package/esm2022/components/rating/index.mjs +0 -3
  585. package/esm2022/components/rating/rating.component.mjs +0 -64
  586. package/esm2022/components/rating/rating.options.mjs +0 -13
  587. package/esm2022/components/rating/taiga-ui-kit-components-rating.mjs +0 -5
  588. package/esm2022/components/routable-dialog/generate-dialogable-route.mjs +0 -17
  589. package/esm2022/components/routable-dialog/index.mjs +0 -3
  590. package/esm2022/components/routable-dialog/routable-dialog.component.mjs +0 -53
  591. package/esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs +0 -5
  592. package/esm2022/components/segmented/index.mjs +0 -3
  593. package/esm2022/components/segmented/segmented.component.mjs +0 -67
  594. package/esm2022/components/segmented/segmented.directive.mjs +0 -65
  595. package/esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs +0 -5
  596. package/esm2022/components/select/index.mjs +0 -5
  597. package/esm2022/components/select/native-select/native-select.component.mjs +0 -57
  598. package/esm2022/components/select/select-option/select-option.component.mjs +0 -51
  599. package/esm2022/components/select/select.directive.mjs +0 -56
  600. package/esm2022/components/select/select.mjs +0 -4
  601. package/esm2022/components/select/taiga-ui-kit-components-select.mjs +0 -5
  602. package/esm2022/components/slider/helpers/key-steps.mjs +0 -36
  603. package/esm2022/components/slider/helpers/slider-key-steps.directive.mjs +0 -110
  604. package/esm2022/components/slider/helpers/slider-readonly.directive.mjs +0 -75
  605. package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +0 -38
  606. package/esm2022/components/slider/index.mjs +0 -8
  607. package/esm2022/components/slider/slider.component.mjs +0 -124
  608. package/esm2022/components/slider/slider.mjs +0 -12
  609. package/esm2022/components/slider/slider.options.mjs +0 -16
  610. package/esm2022/components/slider/taiga-ui-kit-components-slider.mjs +0 -5
  611. package/esm2022/components/slides/index.mjs +0 -2
  612. package/esm2022/components/slides/slides.directive.mjs +0 -51
  613. package/esm2022/components/slides/taiga-ui-kit-components-slides.mjs +0 -5
  614. package/esm2022/components/status/index.mjs +0 -2
  615. package/esm2022/components/status/status.directive.mjs +0 -35
  616. package/esm2022/components/status/taiga-ui-kit-components-status.mjs +0 -5
  617. package/esm2022/components/stepper/index.mjs +0 -4
  618. package/esm2022/components/stepper/step.component.mjs +0 -58
  619. package/esm2022/components/stepper/stepper.component.mjs +0 -118
  620. package/esm2022/components/stepper/stepper.mjs +0 -4
  621. package/esm2022/components/stepper/taiga-ui-kit-components-stepper.mjs +0 -5
  622. package/esm2022/components/switch/index.mjs +0 -3
  623. package/esm2022/components/switch/switch.component.mjs +0 -63
  624. package/esm2022/components/switch/switch.options.mjs +0 -15
  625. package/esm2022/components/switch/taiga-ui-kit-components-switch.mjs +0 -5
  626. package/esm2022/components/tabs/index.mjs +0 -9
  627. package/esm2022/components/tabs/tab.directive.mjs +0 -47
  628. package/esm2022/components/tabs/tabs-horizontal.directive.mjs +0 -108
  629. package/esm2022/components/tabs/tabs-vertical.directive.mjs +0 -38
  630. package/esm2022/components/tabs/tabs-with-more.component.mjs +0 -213
  631. package/esm2022/components/tabs/tabs.directive.mjs +0 -79
  632. package/esm2022/components/tabs/tabs.mjs +0 -15
  633. package/esm2022/components/tabs/tabs.options.mjs +0 -19
  634. package/esm2022/components/tabs/tabs.providers.mjs +0 -35
  635. package/esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs +0 -5
  636. package/esm2022/components/taiga-ui-kit-components.mjs +0 -5
  637. package/esm2022/components/textarea/index.mjs +0 -4
  638. package/esm2022/components/textarea/taiga-ui-kit-components-textarea.mjs +0 -5
  639. package/esm2022/components/textarea/textarea-limit.directive.mjs +0 -93
  640. package/esm2022/components/textarea/textarea.component.mjs +0 -58
  641. package/esm2022/components/textarea/textarea.options.mjs +0 -7
  642. package/esm2022/components/tiles/index.mjs +0 -7
  643. package/esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs +0 -5
  644. package/esm2022/components/tiles/tile-handle.directive.mjs +0 -60
  645. package/esm2022/components/tiles/tile.component.mjs +0 -69
  646. package/esm2022/components/tiles/tile.service.mjs +0 -90
  647. package/esm2022/components/tiles/tiles.component.mjs +0 -70
  648. package/esm2022/components/tiles/tiles.mjs +0 -5
  649. package/esm2022/components/tiles/tiles.tokens.mjs +0 -37
  650. package/esm2022/components/tree/components/tree/tree.component.mjs +0 -64
  651. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +0 -63
  652. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +0 -44
  653. package/esm2022/components/tree/directives/tree-children.directive.mjs +0 -24
  654. package/esm2022/components/tree/directives/tree-controller.directive.mjs +0 -57
  655. package/esm2022/components/tree/directives/tree-item-controller.directive.mjs +0 -32
  656. package/esm2022/components/tree/directives/tree-node.directive.mjs +0 -32
  657. package/esm2022/components/tree/index.mjs +0 -12
  658. package/esm2022/components/tree/misc/tree.constants.mjs +0 -9
  659. package/esm2022/components/tree/misc/tree.interfaces.mjs +0 -2
  660. package/esm2022/components/tree/misc/tree.service.mjs +0 -31
  661. package/esm2022/components/tree/misc/tree.tokens.mjs +0 -43
  662. package/esm2022/components/tree/taiga-ui-kit-components-tree.mjs +0 -5
  663. package/esm2022/components/tree/tree.mjs +0 -17
  664. package/esm2022/directives/button-close/button-close.directive.mjs +0 -33
  665. package/esm2022/directives/button-close/index.mjs +0 -2
  666. package/esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs +0 -5
  667. package/esm2022/directives/button-group/button-group.directive.mjs +0 -29
  668. package/esm2022/directives/button-group/index.mjs +0 -2
  669. package/esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs +0 -5
  670. package/esm2022/directives/button-select/button-select.directive.mjs +0 -48
  671. package/esm2022/directives/button-select/index.mjs +0 -2
  672. package/esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs +0 -5
  673. package/esm2022/directives/chevron/chevron.directive.mjs +0 -45
  674. package/esm2022/directives/chevron/index.mjs +0 -2
  675. package/esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs +0 -5
  676. package/esm2022/directives/connected/connected.directive.mjs +0 -32
  677. package/esm2022/directives/connected/index.mjs +0 -2
  678. package/esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs +0 -5
  679. package/esm2022/directives/copy/copy.component.mjs +0 -48
  680. package/esm2022/directives/copy/copy.directive.mjs +0 -71
  681. package/esm2022/directives/copy/copy.mjs +0 -4
  682. package/esm2022/directives/copy/copy.options.mjs +0 -3
  683. package/esm2022/directives/copy/index.mjs +0 -6
  684. package/esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs +0 -5
  685. package/esm2022/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.mjs +0 -105
  686. package/esm2022/directives/data-list-dropdown-manager/index.mjs +0 -2
  687. package/esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +0 -5
  688. package/esm2022/directives/fade/fade.directive.mjs +0 -92
  689. package/esm2022/directives/fade/index.mjs +0 -2
  690. package/esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs +0 -5
  691. package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +0 -63
  692. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +0 -13
  693. package/esm2022/directives/fluid-typography/index.mjs +0 -3
  694. package/esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs +0 -5
  695. package/esm2022/directives/highlight/highlight.directive.mjs +0 -92
  696. package/esm2022/directives/highlight/index.mjs +0 -2
  697. package/esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs +0 -5
  698. package/esm2022/directives/icon-badge/icon-badge.directive.mjs +0 -41
  699. package/esm2022/directives/icon-badge/index.mjs +0 -2
  700. package/esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs +0 -5
  701. package/esm2022/directives/index.mjs +0 -21
  702. package/esm2022/directives/lazy-loading/index.mjs +0 -3
  703. package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +0 -58
  704. package/esm2022/directives/lazy-loading/lazy-loading.service.mjs +0 -23
  705. package/esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs +0 -5
  706. package/esm2022/directives/password/index.mjs +0 -3
  707. package/esm2022/directives/password/password.directive.mjs +0 -67
  708. package/esm2022/directives/password/password.options.mjs +0 -8
  709. package/esm2022/directives/password/taiga-ui-kit-directives-password.mjs +0 -5
  710. package/esm2022/directives/present/index.mjs +0 -2
  711. package/esm2022/directives/present/present.directive.mjs +0 -33
  712. package/esm2022/directives/present/taiga-ui-kit-directives-present.mjs +0 -5
  713. package/esm2022/directives/sensitive/index.mjs +0 -2
  714. package/esm2022/directives/sensitive/sensitive.directive.mjs +0 -48
  715. package/esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs +0 -5
  716. package/esm2022/directives/shimmer/index.mjs +0 -2
  717. package/esm2022/directives/shimmer/shimmer.directive.mjs +0 -68
  718. package/esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs +0 -5
  719. package/esm2022/directives/skeleton/index.mjs +0 -2
  720. package/esm2022/directives/skeleton/skeleton.directive.mjs +0 -69
  721. package/esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs +0 -5
  722. package/esm2022/directives/taiga-ui-kit-directives.mjs +0 -5
  723. package/esm2022/directives/tooltip/index.mjs +0 -3
  724. package/esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs +0 -5
  725. package/esm2022/directives/tooltip/tooltip.directive.mjs +0 -92
  726. package/esm2022/directives/tooltip/tooltip.options.mjs +0 -6
  727. package/esm2022/directives/unfinished-validator/index.mjs +0 -3
  728. package/esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs +0 -5
  729. package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +0 -36
  730. package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +0 -7
  731. package/esm2022/directives/unmask-handler/index.mjs +0 -2
  732. package/esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs +0 -5
  733. package/esm2022/directives/unmask-handler/unmask-handler.directive.mjs +0 -35
  734. package/esm2022/index.mjs +0 -6
  735. package/esm2022/pipes/emails/emails.options.mjs +0 -13
  736. package/esm2022/pipes/emails/emails.pipe.mjs +0 -26
  737. package/esm2022/pipes/emails/index.mjs +0 -3
  738. package/esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs +0 -5
  739. package/esm2022/pipes/field-error/field-error-content-pipe.mjs +0 -42
  740. package/esm2022/pipes/field-error/field-error-pipe.mjs +0 -103
  741. package/esm2022/pipes/field-error/index.mjs +0 -3
  742. package/esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs +0 -5
  743. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +0 -68
  744. package/esm2022/pipes/filter-by-input/index.mjs +0 -2
  745. package/esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs +0 -5
  746. package/esm2022/pipes/hide-selected/hide-selected.pipe.mjs +0 -46
  747. package/esm2022/pipes/hide-selected/index.mjs +0 -2
  748. package/esm2022/pipes/hide-selected/taiga-ui-kit-pipes-hide-selected.mjs +0 -5
  749. package/esm2022/pipes/index.mjs +0 -8
  750. package/esm2022/pipes/sort-countries/index.mjs +0 -2
  751. package/esm2022/pipes/sort-countries/sort-countries.pipe.mjs +0 -23
  752. package/esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs +0 -5
  753. package/esm2022/pipes/stringify/index.mjs +0 -2
  754. package/esm2022/pipes/stringify/stringify.pipe.mjs +0 -18
  755. package/esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs +0 -5
  756. package/esm2022/pipes/stringify-content/index.mjs +0 -2
  757. package/esm2022/pipes/stringify-content/stringify-content.pipe.mjs +0 -18
  758. package/esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs +0 -5
  759. package/esm2022/pipes/taiga-ui-kit-pipes.mjs +0 -5
  760. package/esm2022/taiga-ui-kit.mjs +0 -5
  761. package/esm2022/tokens/calendar-date-stream.mjs +0 -25
  762. package/esm2022/tokens/date-inputs-value-transformers.mjs +0 -21
  763. package/esm2022/tokens/i18n.mjs +0 -75
  764. package/esm2022/tokens/index.mjs +0 -10
  765. package/esm2022/tokens/input-date-options.mjs +0 -13
  766. package/esm2022/tokens/items-handlers.mjs +0 -27
  767. package/esm2022/tokens/mobile-calendar.mjs +0 -13
  768. package/esm2022/tokens/month-formatter.mjs +0 -12
  769. package/esm2022/tokens/preview-icons.mjs +0 -17
  770. package/esm2022/tokens/taiga-ui-kit-tokens.mjs +0 -5
  771. package/esm2022/tokens/validation-errors.mjs +0 -6
  772. package/esm2022/utils/create-time-periods.mjs +0 -12
  773. package/esm2022/utils/index.mjs +0 -7
  774. package/esm2022/utils/inject-value.mjs +0 -11
  775. package/esm2022/utils/is-flat.mjs +0 -4
  776. package/esm2022/utils/maskito.binding.mjs +0 -6
  777. package/esm2022/utils/phone.mjs +0 -6
  778. package/esm2022/utils/taiga-ui-kit-utils.mjs +0 -5
  779. package/esm2022/utils/toggle-day.mjs +0 -6
  780. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -96
  781. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  782. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs +0 -47
  783. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs.map +0 -1
  784. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  785. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  786. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  787. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  788. package/pipes/field-error/index.d.ts +0 -2
  789. package/tokens/validation-errors.d.ts +0 -5
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiAvatarOutline {
3
3
  protected readonly nothing: undefined;
4
- tuiAvatarOutline: string | null;
5
- protected get value(): string | null;
4
+ protected readonly value: import("@angular/core").Signal<string | null>;
5
+ readonly tuiAvatarOutline: import("@angular/core").InputSignal<string | null>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiAvatarOutline, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAvatarOutline, "[tuiAvatarOutline]", never, { "tuiAvatarOutline": { "alias": "tuiAvatarOutline"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAvatarOutline, "[tuiAvatarOutline]", never, { "tuiAvatarOutline": { "alias": "tuiAvatarOutline"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
8
  }
@@ -0,0 +1,15 @@
1
+ import { TuiIcons } from '@taiga-ui/core/directives/icons';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@taiga-ui/core/directives/appearance";
4
+ import * as i2 from "@taiga-ui/core/directives/icons";
5
+ export declare class TuiAvatar {
6
+ private readonly options;
7
+ protected readonly nothing: undefined;
8
+ protected readonly icons: TuiIcons;
9
+ protected readonly fallback: import("@angular/core").WritableSignal<boolean>;
10
+ readonly size: import("@angular/core").InputSignal<"m" | "s" | "xs" | "l" | "xl" | "xxl">;
11
+ readonly round: import("@angular/core").InputSignal<boolean>;
12
+ readonly badge: import("@angular/core").InputSignal<string>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiAvatar, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAvatar, "[tuiAvatar]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "round": { "alias": "round"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiIcons; inputs: { "iconStart": "tuiAvatar"; }; outputs: {}; }]>;
15
+ }
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
3
2
  import { type TuiSizeXS, type TuiSizeXXL } from '@taiga-ui/core/types';
4
3
  export interface TuiAvatarOptions extends TuiAppearanceOptions {
@@ -6,6 +5,4 @@ export interface TuiAvatarOptions extends TuiAppearanceOptions {
6
5
  readonly round: boolean;
7
6
  readonly size: TuiSizeXS | TuiSizeXXL;
8
7
  }
9
- export declare const TUI_AVATAR_DEFAULT_OPTIONS: TuiAvatarOptions;
10
- export declare const TUI_AVATAR_OPTIONS: InjectionToken<TuiAvatarOptions>;
11
- export declare function tuiAvatarOptionsProvider(options: Partial<TuiAvatarOptions>): Provider;
8
+ export declare const TUI_AVATAR_OPTIONS: import("@angular/core").InjectionToken<TuiAvatarOptions>, tuiAvatarOptionsProvider: (item: Partial<TuiAvatarOptions> | (() => Partial<TuiAvatarOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,4 +1,4 @@
1
- export * from './avatar.component';
1
+ export * from './avatar.directive';
2
2
  export * from './avatar.options';
3
3
  export * from './avatar-labeled.component';
4
4
  export * from './avatar-outline.directive';
@@ -3,7 +3,7 @@ import * as i1 from "@taiga-ui/core/directives/appearance";
3
3
  import * as i2 from "@taiga-ui/core/directives/icons";
4
4
  export declare class TuiBadge {
5
5
  protected readonly nothing: undefined;
6
- size: "m" | "s" | "l" | "xl";
6
+ readonly size: import("@angular/core").InputSignal<"m" | "s" | "l" | "xl">;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiBadge, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBadge, "tui-badge,[tuiBadge]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithIcons; inputs: {}; outputs: {}; }]>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBadge, "tui-badge,[tuiBadge],tui-icon[tuiBadge]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithIcons; inputs: {}; outputs: {}; }]>;
9
9
  }
@@ -1,13 +1,13 @@
1
1
  import { NgControl } from '@angular/forms';
2
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
3
2
  import * as i0 from "@angular/core";
4
3
  import * as i1 from "@taiga-ui/cdk/directives/native-validator";
5
4
  import * as i2 from "@taiga-ui/core/directives/appearance";
6
5
  import * as i3 from "@taiga-ui/core/directives/icons";
7
6
  export declare class TuiBlock {
8
- protected readonly control?: NgControl;
9
7
  protected readonly nothing: undefined;
10
- size: TuiSizeL | TuiSizeS | '';
8
+ protected readonly options: import("./block.options").TuiBlockOptions;
9
+ protected readonly control: import("@angular/core").Signal<NgControl | undefined>;
10
+ readonly size: import("@angular/core").InputSignal<"" | "m" | "l" | "s">;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiBlock, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlock, "label[tuiBlock],input[tuiBlock]", never, { "size": { "alias": "tuiBlock"; "required": false; }; }, {}, ["control"], never, true, [{ directive: typeof i1.TuiNativeValidator; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiWithIcons; inputs: {}; outputs: {}; }]>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBlock, "label[tuiBlock],input[tuiBlock]", never, { "size": { "alias": "tuiBlock"; "required": false; "isSignal": true; }; }, {}, ["control"], never, true, [{ directive: typeof i1.TuiNativeValidator; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiWithIcons; inputs: {}; outputs: {}; }]>;
13
13
  }
@@ -2,7 +2,7 @@ import { InjectionToken, type Provider } from '@angular/core';
2
2
  import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
3
3
  import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
4
4
  export interface TuiBlockOptions extends TuiAppearanceOptions {
5
- readonly size: TuiSizeL | TuiSizeS;
5
+ readonly size: TuiSizeL | TuiSizeS | '';
6
6
  }
7
7
  export declare const TUI_BLOCK_DEFAULT_OPTIONS: TuiBlockOptions;
8
8
  export declare const TUI_BLOCK_OPTIONS: InjectionToken<TuiBlockOptions>;
@@ -2,4 +2,4 @@ export interface TuiCalendarMonthOptions {
2
2
  rangeMode: boolean;
3
3
  }
4
4
  export declare const TUI_CALENDAR_MONTH_DEFAULT_OPTIONS: TuiCalendarMonthOptions;
5
- export declare const TUI_CALENDAR_MONTH_OPTIONS: import("@angular/core").InjectionToken<TuiCalendarMonthOptions>, tuiCalendarMonthOptionsProvider: (item: Partial<TuiCalendarMonthOptions> | import("@angular/core").ProviderToken<Partial<TuiCalendarMonthOptions>> | (() => Partial<TuiCalendarMonthOptions>)) => import("@angular/core").FactoryProvider;
5
+ export declare const TUI_CALENDAR_MONTH_OPTIONS: import("@angular/core").InjectionToken<TuiCalendarMonthOptions>, tuiCalendarMonthOptionsProvider: (item: Partial<TuiCalendarMonthOptions> | (() => Partial<TuiCalendarMonthOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,21 +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 TuiCheckboxOptions } from './checkbox.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 TuiCheckbox implements OnInit, DoCheck {
8
- private readonly appearance;
9
- private readonly options;
10
- private readonly cdr;
11
- private readonly resolver;
12
- private readonly destroyRef;
13
- private readonly el;
14
- size: TuiSizeS;
15
- readonly control: NgControl | null;
16
- ngOnInit(): void;
17
- ngDoCheck(): void;
18
- protected getIcon(state: 'checked' | 'indeterminate'): string;
4
+ import * as i1 from "@taiga-ui/core/directives/icons";
5
+ export declare class TuiCheckbox extends TuiRadioComponent<TuiCheckboxOptions> {
6
+ protected readonly check: import("@angular/core").Signal<string>;
7
+ protected readonly indeterminate: import("@angular/core").Signal<string>;
19
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiCheckbox, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiCheckbox, "input[type=\"checkbox\"][tuiCheckbox]", 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: {}; }]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiCheckbox, "input[type=\"checkbox\"][tuiCheckbox]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiIcons; inputs: {}; outputs: {}; }]>;
21
10
  }
@@ -1,14 +1,10 @@
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 TuiCheckboxOptions {
5
- readonly size: TuiSizeS;
6
- readonly appearance: TuiStringHandler<HTMLInputElement> | string;
3
+ import { type TuiRadioOptions } from '@taiga-ui/kit/components/radio';
4
+ export interface TuiCheckboxOptions extends TuiRadioOptions {
7
5
  readonly icons: Readonly<{
8
- checked: TuiStringHandler<TuiSizeS> | string;
9
- indeterminate: TuiStringHandler<TuiSizeS> | string;
6
+ checked: TuiStringHandler<TuiSizeS>;
7
+ indeterminate: TuiStringHandler<TuiSizeS>;
10
8
  }>;
11
9
  }
12
- export declare const TUI_CHECKBOX_DEFAULT_OPTIONS: TuiCheckboxOptions;
13
- export declare const TUI_CHECKBOX_OPTIONS: InjectionToken<TuiCheckboxOptions>;
14
- export declare function tuiCheckboxOptionsProvider(options: Partial<TuiCheckboxOptions>): Provider;
10
+ export declare const TUI_CHECKBOX_OPTIONS: import("@angular/core").InjectionToken<TuiCheckboxOptions>, tuiCheckboxOptionsProvider: (item: Partial<TuiCheckboxOptions> | (() => Partial<TuiCheckboxOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,11 +1,9 @@
1
- import { type TuiSizeXXS } from '@taiga-ui/core/types';
2
1
  import * as i0 from "@angular/core";
3
2
  import * as i1 from "@taiga-ui/core/directives/appearance";
4
3
  import * as i2 from "@taiga-ui/core/directives/icons";
5
4
  export declare class TuiChip {
6
- private readonly options;
7
5
  protected readonly nothing: undefined;
8
- size: TuiSizeXXS;
6
+ readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeXXS>;
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiChip, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChip, "tui-chip,[tuiChip]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithIcons; inputs: {}; outputs: {}; }]>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChip, "tui-chip,[tuiChip]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithIcons; inputs: {}; outputs: {}; }]>;
11
9
  }
@@ -2,7 +2,7 @@ import { type TuiHorizontalDirection, type TuiVerticalDirection } from '@taiga-u
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TuiComment {
4
4
  protected readonly nothing: undefined;
5
- tuiComment: TuiHorizontalDirection | TuiVerticalDirection | '';
5
+ readonly direction: import("@angular/core").InputSignal<"" | TuiHorizontalDirection | TuiVerticalDirection>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiComment, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiComment, "[tuiComment]", never, { "tuiComment": { "alias": "tuiComment"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiComment, "[tuiComment]", never, { "direction": { "alias": "tuiComment"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
8
  }
@@ -19,3 +19,4 @@ export declare class TuiConfirm {
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiConfirm, "tui-confirm", never, {}, {}, never, never, true, never>;
20
20
  }
21
21
  export declare const TUI_CONFIRM: PolymorpheusComponent<TuiConfirm>;
22
+ export declare const TUI_CONFIRM_DIALOG: import("@angular/core").InjectionToken<PolymorpheusContent<TuiDialogContext<boolean, unknown>>>;
@@ -4,10 +4,11 @@ import { type TuiConfirmData } from './confirm.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TuiConfirmService {
6
6
  private readonly dialogs;
7
+ private readonly component;
7
8
  private dirty;
8
9
  markAsDirty(): void;
9
10
  markAsPristine(): void;
10
- withConfirm(options: Partial<TuiDialogOptions<TuiConfirmData>>): Observable<boolean>;
11
+ withConfirm<T = TuiConfirmData>(options: Partial<TuiDialogOptions<NoInfer<T>>>): Observable<boolean>;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiConfirmService, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiConfirmService>;
13
14
  }
@@ -11,4 +11,4 @@ export declare const TUI_FILE_DEFAULT_OPTIONS: TuiFileOptions;
11
11
  /**
12
12
  * Default parameters for file component
13
13
  */
14
- export declare const TUI_FILE_OPTIONS: import("@angular/core").InjectionToken<TuiFileOptions>, tuiFileOptionsProvider: (item: Partial<TuiFileOptions> | import("@angular/core").ProviderToken<Partial<TuiFileOptions>> | (() => Partial<TuiFileOptions>)) => import("@angular/core").FactoryProvider;
14
+ export declare const TUI_FILE_OPTIONS: import("@angular/core").InjectionToken<TuiFileOptions>, tuiFileOptionsProvider: (item: Partial<TuiFileOptions> | (() => Partial<TuiFileOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiFloatingContainer {
3
3
  protected readonly nothing: undefined;
4
- background: string;
4
+ readonly background: import("@angular/core").InputSignal<string>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; }; }, {}, never, never, true, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
7
  }
@@ -32,7 +32,6 @@ export * from '@taiga-ui/kit/components/input-inline';
32
32
  export * from '@taiga-ui/kit/components/input-month';
33
33
  export * from '@taiga-ui/kit/components/input-month-range';
34
34
  export * from '@taiga-ui/kit/components/input-number';
35
- export * from '@taiga-ui/kit/components/input-password';
36
35
  export * from '@taiga-ui/kit/components/input-phone';
37
36
  export * from '@taiga-ui/kit/components/input-phone-international';
38
37
  export * from '@taiga-ui/kit/components/input-pin';
@@ -3,4 +3,4 @@ export interface TuiInputChipOptions {
3
3
  readonly unique: boolean;
4
4
  }
5
5
  export declare const TUI_INPUT_CHIP_DEFAULT_OPTIONS: TuiInputChipOptions;
6
- export declare const TUI_INPUT_CHIP_OPTIONS: import("@angular/core").InjectionToken<TuiInputChipOptions>, tuiInputChipOptionsProvider: (item: Partial<TuiInputChipOptions> | import("@angular/core").ProviderToken<Partial<TuiInputChipOptions>> | (() => Partial<TuiInputChipOptions>)) => import("@angular/core").FactoryProvider;
6
+ export declare const TUI_INPUT_CHIP_OPTIONS: import("@angular/core").InjectionToken<TuiInputChipOptions>, tuiInputChipOptionsProvider: (item: Partial<TuiInputChipOptions> | (() => Partial<TuiInputChipOptions>)) => import("@angular/core").FactoryProvider;
@@ -10,7 +10,8 @@ export declare class TuiInputColor extends TuiControl<string> {
10
10
  protected readonly list: string | null;
11
11
  protected readonly format: import("@angular/core").WritableSignal<"hex" | "hexa">;
12
12
  protected readonly align: import("@angular/core").WritableSignal<TuiHorizontalDirection>;
13
- protected readonly icon: import("@angular/core").Signal<"" | "\"data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg></svg>\"">;
13
+ protected readonly left: string;
14
+ protected readonly icon: import("@angular/core").Signal<string>;
14
15
  protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions | null>;
15
16
  protected readonly filled: import("@angular/core").Signal<boolean>;
16
17
  protected readonly opacity: import("@angular/core").Signal<number>;
@@ -3,4 +3,4 @@ export interface TuiInputColorOptions {
3
3
  readonly format: 'hex' | 'hexa';
4
4
  readonly align: TuiHorizontalDirection;
5
5
  }
6
- export declare const TUI_INPUT_COLOR_OPTIONS: import("@angular/core").InjectionToken<TuiInputColorOptions>, tuiInputColorOptionsProvider: (item: Partial<TuiInputColorOptions> | import("@angular/core").ProviderToken<Partial<TuiInputColorOptions>> | (() => Partial<TuiInputColorOptions>)) => import("@angular/core").FactoryProvider;
6
+ export declare const TUI_INPUT_COLOR_OPTIONS: import("@angular/core").InjectionToken<TuiInputColorOptions>, tuiInputColorOptionsProvider: (item: Partial<TuiInputColorOptions> | (() => Partial<TuiInputColorOptions>)) => import("@angular/core").FactoryProvider;
@@ -34,7 +34,7 @@ export declare abstract class TuiInputDateBase<T extends TuiDay | TuiDayRange |
34
34
  set minSetter(min: Exclude<T, TuiDayRange> | TuiDay | null);
35
35
  set maxSetter(max: Exclude<T, TuiDayRange> | TuiDay | null);
36
36
  writeValue(value: T | null): void;
37
- setDate(value: TuiDay | TuiDayRange): void;
37
+ setDate(value: TuiDay | TuiDayRange | readonly TuiDay[]): void;
38
38
  protected processCalendar(calendar: TuiCalendar | TuiCalendarRange): void;
39
39
  protected onClick(): void;
40
40
  protected stringify(value: T | null): string;
@@ -14,4 +14,4 @@ export declare const TUI_INPUT_DATE_DEFAULT_OPTIONS_NEW: {
14
14
  readonly max: TuiDay;
15
15
  readonly valueTransformer: TuiValueTransformer<any, any>;
16
16
  };
17
- export declare const TUI_INPUT_DATE_OPTIONS_NEW: import("@angular/core").InjectionToken<TuiInputDateOptionsNew>, tuiInputDateOptionsProviderNew: (item: Partial<TuiInputDateOptionsNew> | import("@angular/core").ProviderToken<Partial<TuiInputDateOptionsNew>> | (() => Partial<TuiInputDateOptionsNew>)) => import("@angular/core").FactoryProvider;
17
+ export declare const TUI_INPUT_DATE_OPTIONS_NEW: import("@angular/core").InjectionToken<TuiInputDateOptionsNew>, tuiInputDateOptionsProviderNew: (item: Partial<TuiInputDateOptionsNew> | (() => Partial<TuiInputDateOptionsNew>)) => import("@angular/core").FactoryProvider;
@@ -12,4 +12,4 @@ export interface TuiInputNumberOptions {
12
12
  readonly valueTransformer: TuiValueTransformer<number | null, any> | null;
13
13
  }
14
14
  export declare const TUI_INPUT_NUMBER_DEFAULT_OPTIONS: TuiInputNumberOptions;
15
- export declare const TUI_INPUT_NUMBER_OPTIONS: import("@angular/core").InjectionToken<TuiInputNumberOptions>, tuiInputNumberOptionsProvider: (item: Partial<TuiInputNumberOptions> | import("@angular/core").ProviderToken<Partial<TuiInputNumberOptions>> | (() => Partial<TuiInputNumberOptions>)) => import("@angular/core").FactoryProvider;
15
+ export declare const TUI_INPUT_NUMBER_OPTIONS: import("@angular/core").InjectionToken<TuiInputNumberOptions>, tuiInputNumberOptionsProvider: (item: Partial<TuiInputNumberOptions> | (() => Partial<TuiInputNumberOptions>)) => import("@angular/core").FactoryProvider;
@@ -7,13 +7,13 @@ export declare class TuiQuantumValueTransformerBase extends TuiValueTransformer<
7
7
  fromControlValue(controlValue: number | null): number | null;
8
8
  toControlValue(internalValue: number | null): number | null;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiQuantumValueTransformerBase, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiQuantumValueTransformerBase, never, never, {}, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiQuantumValueTransformerBase, never, never, {}, {}, never, never, true, never>;
11
11
  }
12
12
  export declare class TuiQuantumValueTransformer extends TuiQuantumValueTransformerBase {
13
13
  protected parent: TuiValueTransformer<number | null, any> | null;
14
14
  constructor();
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiQuantumValueTransformer, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiQuantumValueTransformer, "[tuiInputNumber][quantum], [tuiInputSlider][quantum]", never, { "quantum": { "alias": "quantum"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiQuantumValueTransformer, "[tuiInputNumber][quantum]", never, { "quantum": { "alias": "quantum"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
18
18
  export declare class TuiWithQuantumValueTransformer {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithQuantumValueTransformer, never>;
@@ -5,4 +5,4 @@ export interface TuiInputPhoneOptions {
5
5
  readonly valueTransformer: TuiValueTransformer<string | null, any>;
6
6
  }
7
7
  export declare const TUI_INPUT_PHONE_DEFAULT_OPTIONS: TuiInputPhoneOptions;
8
- export declare const TUI_INPUT_PHONE_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneOptions>, tuiInputPhoneOptionsProvider: (item: Partial<TuiInputPhoneOptions> | import("@angular/core").ProviderToken<Partial<TuiInputPhoneOptions>> | (() => Partial<TuiInputPhoneOptions>)) => import("@angular/core").FactoryProvider;
8
+ export declare const TUI_INPUT_PHONE_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneOptions>, tuiInputPhoneOptionsProvider: (item: Partial<TuiInputPhoneOptions> | (() => Partial<TuiInputPhoneOptions>)) => import("@angular/core").FactoryProvider;
@@ -7,9 +7,9 @@ export declare class TuiInputSliderDirective {
7
7
  private readonly slider;
8
8
  private readonly controlTransformer;
9
9
  private readonly keyStepsTransformer;
10
+ protected readonly nothing: undefined;
10
11
  protected readonly inputNumber: TuiInputNumberDirective;
11
12
  protected readonly value: import("@angular/core").Signal<number>;
12
- protected readonly nothing: undefined;
13
13
  protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
14
14
  protected readonly sliderInitEffect: import("@angular/core").EffectRef;
15
15
  protected onStep(coefficient: number): void;
@@ -8,4 +8,4 @@ export interface TuiInputTimeOptions extends Required<Pick<MaskitoTimeParams, 'm
8
8
  readonly valueTransformer: TuiValueTransformer<TuiTime | null, any> | null;
9
9
  }
10
10
  export declare const TUI_INPUT_TIME_DEFAULT_OPTIONS: TuiInputTimeOptions;
11
- export declare const TUI_INPUT_TIME_OPTIONS: import("@angular/core").InjectionToken<TuiInputTimeOptions>, tuiInputTimeOptionsProvider: (item: Partial<TuiInputTimeOptions> | import("@angular/core").ProviderToken<Partial<TuiInputTimeOptions>> | (() => Partial<TuiInputTimeOptions>)) => import("@angular/core").FactoryProvider;
11
+ export declare const TUI_INPUT_TIME_OPTIONS: import("@angular/core").InjectionToken<TuiInputTimeOptions>, tuiInputTimeOptionsProvider: (item: Partial<TuiInputTimeOptions> | (() => Partial<TuiInputTimeOptions>)) => import("@angular/core").FactoryProvider;
@@ -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,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;