@taiga-ui/kit 4.51.0-canary.d0d516e → 4.52.0-canary.1ea42f6

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