@taiga-ui/kit 4.52.0-canary.24b31eb → 4.52.0-canary.2d877cf

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 (390) hide show
  1. package/README.md +1 -1
  2. package/components/action-bar/action-bar.component.d.ts +5 -7
  3. package/components/action-bar/index.d.ts +0 -2
  4. package/components/badge/badge.options.d.ts +1 -3
  5. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  6. package/components/block/block.options.d.ts +1 -3
  7. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  8. package/components/calendar-month/calendar-month.component.d.ts +1 -1
  9. package/components/calendar-range/calendar-range.component.d.ts +1 -2
  10. package/components/chip/chip.options.d.ts +1 -3
  11. package/components/combo-box/combo-box.d.ts +5 -0
  12. package/components/combo-box/combo-box.directive.d.ts +5 -5
  13. package/components/combo-box/index.d.ts +1 -0
  14. package/components/confirm/confirm.component.d.ts +5 -4
  15. package/components/confirm/confirm.service.d.ts +1 -1
  16. package/components/copy/copy.component.d.ts +2 -2
  17. package/components/copy/copy.directive.d.ts +3 -4
  18. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
  19. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  20. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  21. package/components/data-list-wrapper/index.d.ts +1 -1
  22. package/components/files/file/file.options.d.ts +1 -1
  23. package/components/files/files/files.component.d.ts +2 -2
  24. package/components/files/input-files/input-files.options.d.ts +1 -3
  25. package/components/index.d.ts +0 -4
  26. package/components/input-chip/input-chip.component.d.ts +9 -8
  27. package/components/input-chip/input-chip.d.ts +5 -1
  28. package/components/input-chip/input-chip.directive.d.ts +7 -12
  29. package/components/input-color/index.d.ts +1 -0
  30. package/components/input-color/input-color.component.d.ts +4 -4
  31. package/components/input-color/input-color.d.ts +5 -0
  32. package/components/input-date/input-date.d.ts +4 -1
  33. package/components/input-date/input-date.directive.d.ts +12 -14
  34. package/components/input-date/input-date.options.d.ts +3 -3
  35. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  36. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  37. package/components/input-date-range/input-date-range.d.ts +4 -1
  38. package/components/input-date-range/input-date-range.directive.d.ts +5 -8
  39. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  40. package/components/input-date-time/input-date-time.d.ts +4 -1
  41. package/components/input-date-time/input-date-time.directive.d.ts +6 -6
  42. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  43. package/components/input-month/input-month.d.ts +4 -1
  44. package/components/input-month/input-month.directive.d.ts +6 -5
  45. package/components/input-month-range/input-month-range.d.ts +4 -1
  46. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  47. package/components/input-number/input-number.d.ts +4 -1
  48. package/components/input-number/input-number.directive.d.ts +7 -11
  49. package/components/input-number/step/input-number-step.component.d.ts +1 -1
  50. package/components/input-phone/index.d.ts +1 -0
  51. package/components/input-phone/input-phone.d.ts +5 -0
  52. package/components/input-phone/input-phone.directive.d.ts +7 -7
  53. package/components/input-phone-international/index.d.ts +1 -0
  54. package/components/input-phone-international/input-phone-international.component.d.ts +11 -11
  55. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  56. package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
  57. package/components/input-pin/index.d.ts +1 -0
  58. package/components/input-pin/input-pin.component.d.ts +4 -4
  59. package/components/input-pin/input-pin.d.ts +5 -0
  60. package/components/input-range/input-range.component.d.ts +4 -7
  61. package/components/input-slider/input-slider.d.ts +4 -1
  62. package/components/input-slider/input-slider.directive.d.ts +1 -2
  63. package/components/input-time/input-time.component.d.ts +1 -3
  64. package/components/input-time/input-time.d.ts +4 -1
  65. package/components/input-time/input-time.directive.d.ts +8 -10
  66. package/components/input-year/input-year.d.ts +4 -1
  67. package/components/input-year/input-year.directive.d.ts +5 -5
  68. package/components/input-year/input-year.options.d.ts +2 -2
  69. package/components/like/like.options.d.ts +1 -1
  70. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  71. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  72. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  73. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +5 -7
  74. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  75. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  76. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  77. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  78. package/components/pagination/index.d.ts +1 -0
  79. package/components/pagination/pagination.component.d.ts +25 -54
  80. package/components/pagination/pagination.options.d.ts +7 -0
  81. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  82. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  83. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  84. package/components/preview/index.d.ts +1 -0
  85. package/components/preview/pagination/preview-pagination.component.d.ts +3 -2
  86. package/components/preview/preview.component.d.ts +2 -2
  87. package/components/preview/preview.d.ts +2 -1
  88. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  89. package/components/preview/zoom/preview-zoom.component.d.ts +4 -2
  90. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  91. package/components/progress/progress.options.d.ts +1 -3
  92. package/components/push/push-alert.component.d.ts +4 -3
  93. package/components/push/push.component.d.ts +1 -1
  94. package/components/push/push.directive.d.ts +4 -6
  95. package/components/push/push.options.d.ts +5 -8
  96. package/components/push/push.service.d.ts +6 -2
  97. package/components/radio/radio.component.d.ts +1 -1
  98. package/components/radio-list/radio-list.component.d.ts +5 -3
  99. package/components/range/range-change.directive.d.ts +1 -2
  100. package/components/range/range.component.d.ts +16 -24
  101. package/components/rating/rating.component.d.ts +1 -1
  102. package/components/rating/rating.options.d.ts +1 -3
  103. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  104. package/components/segmented/segmented.component.d.ts +4 -6
  105. package/components/segmented/segmented.directive.d.ts +6 -7
  106. package/components/select/native-select/native-select.component.d.ts +7 -8
  107. package/components/select/select.d.ts +4 -1
  108. package/components/select/select.directive.d.ts +4 -3
  109. package/components/slider/helpers/key-steps.d.ts +1 -2
  110. package/components/slider/helpers/slider-key-steps.directive.d.ts +12 -21
  111. package/components/slider/slider.options.d.ts +1 -6
  112. package/components/stepper/step.component.d.ts +6 -8
  113. package/components/stepper/stepper.component.d.ts +6 -11
  114. package/components/switch/switch.component.d.ts +1 -0
  115. package/components/tabs/tabs-with-more.component.d.ts +1 -1
  116. package/components/tabs/tabs.options.d.ts +1 -6
  117. package/components/textarea/index.d.ts +2 -1
  118. package/components/textarea/textarea.component.d.ts +4 -4
  119. package/components/textarea/textarea.d.ts +6 -0
  120. package/components/textarea/textarea.directive.d.ts +13 -0
  121. package/components/toast/toast.component.d.ts +4 -3
  122. package/components/toast/toast.options.d.ts +9 -7
  123. package/components/toast/toast.service.d.ts +10 -9
  124. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
  125. package/components/tree/misc/tree.constants.d.ts +0 -3
  126. package/components/tree/misc/tree.tokens.d.ts +1 -6
  127. package/directives/button-close/button-close.directive.d.ts +2 -1
  128. package/directives/button-select/button-select.directive.d.ts +4 -4
  129. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  130. package/directives/fade/fade.directive.d.ts +1 -2
  131. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  132. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  133. package/directives/index.d.ts +0 -1
  134. package/directives/password/password.directive.d.ts +1 -1
  135. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  136. package/fesm2022/taiga-ui-kit-components-accordion.mjs +7 -8
  137. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +22 -38
  139. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-avatar.mjs +20 -20
  141. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +7 -12
  143. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
  145. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +6 -7
  147. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-block.mjs +10 -14
  149. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +12 -18
  151. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +6 -6
  153. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -17
  155. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +7 -8
  157. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-carousel.mjs +17 -23
  159. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -6
  161. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
  163. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +42 -32
  165. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-comment.mjs +6 -6
  167. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-compass.mjs +5 -5
  169. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-confirm.mjs +11 -14
  171. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -25
  173. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
  175. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-drawer.mjs +5 -5
  177. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-files.mjs +41 -48
  179. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-filter.mjs +4 -4
  181. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
  183. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +69 -74
  185. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
  187. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
  189. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +31 -36
  191. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +34 -31
  193. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-input-date.mjs +50 -53
  195. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +4 -5
  197. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +30 -27
  199. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-input-month.mjs +36 -27
  201. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-input-number.mjs +54 -72
  203. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +51 -43
  205. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +32 -23
  207. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
  209. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-input-range.mjs +9 -16
  211. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +24 -25
  213. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-input-time.mjs +64 -70
  215. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-input-year.mjs +29 -21
  217. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +14 -16
  219. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
  221. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +36 -78
  223. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -7
  225. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +34 -46
  227. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +36 -25
  229. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
  231. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-components-pagination.mjs +67 -138
  233. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  235. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-components-preview.mjs +72 -52
  237. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-components-progress.mjs +64 -56
  239. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
  241. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-components-push.mjs +49 -57
  243. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +8 -8
  245. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
  247. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-range.mjs +41 -85
  249. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
  251. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
  253. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
  255. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-components-select.mjs +82 -62
  257. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-components-slider.mjs +73 -81
  259. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  260. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  261. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
  263. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  265. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-components-tabs.mjs +28 -36
  267. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-components-textarea.mjs +54 -62
  269. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  270. package/fesm2022/taiga-ui-kit-components-tiles.mjs +14 -15
  271. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-components-toast.mjs +51 -53
  273. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-components-tree.mjs +56 -60
  275. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-components.mjs +0 -4
  277. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +15 -7
  279. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -6
  281. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +20 -19
  283. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +9 -8
  285. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -7
  287. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  288. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
  289. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-directives-fade.mjs +12 -11
  291. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  292. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +14 -27
  293. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  294. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -4
  295. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  296. package/fesm2022/taiga-ui-kit-directives-password.mjs +12 -14
  297. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  298. package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -4
  299. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  300. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  301. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  302. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  303. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  304. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  305. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  306. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -11
  307. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +5 -6
  309. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -5
  311. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  313. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  315. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  316. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
  317. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -25
  319. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  321. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  322. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -5
  323. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  324. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  325. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  326. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  327. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
  329. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  330. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
  331. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  333. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  334. package/fesm2022/taiga-ui-kit-tokens.mjs +2 -98
  335. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  336. package/fesm2022/taiga-ui-kit-utils.mjs +2 -14
  337. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  338. package/package.json +50 -58
  339. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  340. package/pipes/auto-color/index.d.ts +1 -0
  341. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
  342. package/pipes/flag/flag.pipe.d.ts +14 -0
  343. package/pipes/flag/index.d.ts +1 -0
  344. package/pipes/index.d.ts +3 -0
  345. package/pipes/initials/index.d.ts +1 -0
  346. package/pipes/initials/initials.pipe.d.ts +7 -0
  347. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  348. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  349. package/styles/components/badge.less +1 -0
  350. package/styles/components/chip.less +12 -1
  351. package/tokens/i18n.d.ts +25 -26
  352. package/tokens/index.d.ts +0 -6
  353. package/utils/index.d.ts +0 -2
  354. package/components/action-bar/action-bar.d.ts +0 -3
  355. package/components/action-bar/action-bar.directive.d.ts +0 -6
  356. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  357. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  358. package/components/elastic-container/index.d.ts +0 -2
  359. package/components/floating-container/floating-container.directive.d.ts +0 -7
  360. package/components/floating-container/index.d.ts +0 -1
  361. package/components/pdf-viewer/index.d.ts +0 -4
  362. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  363. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  364. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  365. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  366. package/components/slides/index.d.ts +0 -1
  367. package/components/slides/slides.directive.d.ts +0 -11
  368. package/components/textarea/textarea-limit.directive.d.ts +0 -27
  369. package/directives/lazy-loading/index.d.ts +0 -2
  370. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  371. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  372. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
  373. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  374. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  375. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  376. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  377. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  378. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  379. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  380. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  381. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  382. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
  383. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  384. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  385. package/tokens/input-date-options.d.ts +0 -15
  386. package/tokens/items-handlers.d.ts +0 -26
  387. package/tokens/mobile-calendar.d.ts +0 -6
  388. package/tokens/month-formatter.d.ts +0 -5
  389. package/utils/phone.d.ts +0 -3
  390. package/utils/toggle-day.d.ts +0 -2
@@ -1,19 +1,19 @@
1
1
  import { TuiControl } from '@taiga-ui/cdk/classes';
2
2
  import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "@taiga-ui/core/components/textfield";
4
+ import * as i1 from "@taiga-ui/core/components/input";
5
5
  import * as i2 from "@maskito/angular";
6
- import * as i3 from "@taiga-ui/core/directives/dropdown";
6
+ import * as i3 from "@taiga-ui/core/portals/dropdown";
7
7
  export declare class TuiInputYearDirective extends TuiControl<number | null> {
8
8
  private readonly options;
9
- private readonly textfield;
9
+ private readonly input;
10
10
  private readonly open;
11
11
  private readonly initialItem;
12
- protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
13
12
  protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
14
13
  protected readonly icon: import("@angular/core").Signal<string>;
15
14
  protected readonly min: import("@angular/core").WritableSignal<number>;
16
15
  protected readonly max: import("@angular/core").WritableSignal<number>;
16
+ protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
17
17
  /**
18
18
  * TODO: move to [value]="value()" after update to Angular 17+
19
19
  * something wrong with change detection on host binding
@@ -27,5 +27,5 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
27
27
  protected toggle(): void;
28
28
  protected onInput(raw: string): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
31
31
  }
@@ -1,7 +1,7 @@
1
1
  import { type FactoryProvider, InjectionToken } from '@angular/core';
2
2
  import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
3
- import { type TuiInputDateOptionsNew } from '@taiga-ui/kit/components/input-date';
4
- export interface TuiInputYearOptions extends Omit<TuiInputDateOptionsNew, 'valueTransformer'> {
3
+ import { type TuiInputDateOptions } from '@taiga-ui/kit/components/input-date';
4
+ export interface TuiInputYearOptions extends Omit<TuiInputDateOptions, 'valueTransformer'> {
5
5
  readonly valueTransformer: TuiValueTransformer<number | null, any>;
6
6
  }
7
7
  export declare const TUI_INPUT_YEAR_OPTIONS: InjectionToken<TuiInputYearOptions>;
@@ -1,4 +1,4 @@
1
- import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
1
+ import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
2
2
  import { type TuiSizeS } from '@taiga-ui/core/types';
3
3
  export interface TuiLikeOptions extends TuiAppearanceOptions {
4
4
  readonly size: TuiSizeS;
@@ -1,4 +1,4 @@
1
- import { TuiHintComponent } from '@taiga-ui/core/directives/hint';
1
+ import { TuiHintComponent } from '@taiga-ui/core/portals/hint';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TuiLineClampBox extends TuiHintComponent {
4
4
  protected get width(): number;
@@ -1,24 +1,22 @@
1
1
  import { type DoCheck } from '@angular/core';
2
2
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type Observable } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
5
4
  import * as i1 from "@taiga-ui/cdk/directives/transitioned";
6
5
  export declare class TuiLineClamp implements DoCheck {
7
- private readonly outlet?;
6
+ private readonly outlet;
8
7
  private readonly options;
9
8
  private readonly el;
10
- private readonly linesLimit$;
11
9
  private readonly isOverflown$;
12
- protected lineClamp: import("@angular/core").Signal<number>;
13
- lineHeight: number;
14
- content: PolymorpheusContent;
15
- readonly overflownChange: Observable<boolean>;
16
- set linesLimit(linesLimit: number);
10
+ private readonly maxHeight;
11
+ readonly lineHeight: import("@angular/core").InputSignal<number>;
12
+ readonly linesLimit: import("@angular/core").InputSignal<number>;
13
+ readonly content: import("@angular/core").InputSignal<PolymorpheusContent>;
14
+ readonly overflownChange: import("@angular/core").OutputRef<boolean>;
15
+ protected readonly lineClamp: import("@angular/core").Signal<number>;
17
16
  ngDoCheck(): void;
18
17
  protected get overflown(): boolean;
19
18
  protected get computedContent(): PolymorpheusContent;
20
19
  protected update(): void;
21
- private get maxHeight();
22
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiLineClamp, 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: {}; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClamp, "tui-line-clamp", never, { "lineHeight": { "alias": "lineHeight"; "required": false; "isSignal": true; }; "linesLimit": { "alias": "linesLimit"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, { "overflownChange": "overflownChange"; }, never, never, true, [{ directive: typeof i1.TuiTransitioned; inputs: {}; outputs: {}; }]>;
24
22
  }
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  export interface TuiLineClampOptions {
3
2
  readonly showHint: boolean;
4
3
  }
@@ -6,5 +5,4 @@ export declare const TUI_LINE_CLAMP_DEFAULT_OPTIONS: TuiLineClampOptions;
6
5
  /**
7
6
  * Default parameters for LineClamp component
8
7
  */
9
- export declare const TUI_LINE_CLAMP_OPTIONS: InjectionToken<TuiLineClampOptions>;
10
- export declare function tuiLineClampOptionsProvider(options: Partial<TuiLineClampOptions>): Provider;
8
+ export declare const TUI_LINE_CLAMP_OPTIONS: import("@angular/core").InjectionToken<TuiLineClampOptions>, tuiLineClampOptionsProvider: (item: Partial<TuiLineClampOptions> | (() => Partial<TuiLineClampOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,19 +1,17 @@
1
- import { type QueryList } from '@angular/core';
2
- import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
3
1
  import * as i0 from "@angular/core";
4
2
  export declare class TuiMultiSelectGroupComponent<T> {
3
+ private readonly options;
5
4
  private readonly handlers;
6
5
  private readonly control;
7
- protected readonly values: import("@angular/core").WritableSignal<readonly T[]>;
6
+ protected readonly values: import("@angular/core").Signal<(T | undefined)[]>;
8
7
  protected readonly texts: import("@angular/core").Signal<{
9
8
  all: string;
10
9
  none: string;
11
- } | undefined>;
10
+ }>;
12
11
  protected readonly value: import("@angular/core").Signal<readonly T[] | null>;
13
12
  protected readonly checked: import("@angular/core").Signal<boolean>;
14
- label: string;
15
- protected set options(options: QueryList<TuiOptionWithValue<T>>);
13
+ readonly label: import("@angular/core").InputSignal<string>;
16
14
  protected toggle(): void;
17
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, ["options"], ["*"], true, never>;
19
17
  }
@@ -5,7 +5,7 @@ export declare class TuiMultiSelectOption<T> {
5
5
  protected readonly option: TuiOptionWithValue<T> | null;
6
6
  protected readonly handlers: TuiItemsHandlers<T>;
7
7
  protected readonly value: import("@angular/core").Signal<readonly T[]>;
8
- protected readonly size: import("@angular/core").WritableSignal<"m" | "l" | "s">;
8
+ protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
9
9
  protected readonly selected: import("@angular/core").Signal<boolean>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectOption<any>, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectOption<any>, "ng-component", never, {}, {}, never, never, true, never>;
@@ -1,5 +1,5 @@
1
1
  import { type Signal } from '@angular/core';
2
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@taiga-ui/cdk/directives/animated";
5
5
  import * as i2 from "@ng-web-apis/resize-observer";
@@ -8,7 +8,7 @@ export interface TuiNotificationMiddleOptions {
8
8
  }
9
9
  export declare class TuiNotificationMiddleComponent {
10
10
  protected readonly el: HTMLElement;
11
- protected readonly context: TuiPopover<TuiNotificationMiddleOptions, void>;
11
+ protected readonly context: TuiPortalContext<TuiNotificationMiddleOptions>;
12
12
  protected onClick(target: HTMLElement): void;
13
13
  private get closable();
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleComponent, never>;
@@ -1,7 +1,8 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
1
  import { type TuiNotificationMiddleOptions } from './notification-middle.component';
3
2
  import * as i0 from "@angular/core";
4
- export declare class TuiNotificationMiddle extends TuiPopoverDirective<TuiNotificationMiddleOptions> {
3
+ import * as i1 from "@taiga-ui/cdk/portals";
4
+ export declare class TuiNotificationMiddle {
5
+ readonly tuiNotificationMiddleOptions: import("@angular/core").InputSignal<Partial<TuiNotificationMiddleOptions>>;
5
6
  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
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "tuiNotificationMiddleOptions": { "alias": "tuiNotificationMiddleOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiNotificationMiddleOptions"; "open": "tuiNotificationMiddle"; }; outputs: { "openChange": "tuiNotificationMiddleChange"; }; }]>;
7
8
  }
@@ -1,7 +1,11 @@
1
- import { TuiPopoverService } from '@taiga-ui/cdk/services';
2
- import { type TuiNotificationMiddleOptions } from './notification-middle.component';
1
+ import { TuiModalService } from '@taiga-ui/core/portals/modal';
2
+ import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class TuiNotificationMiddleService extends TuiPopoverService<TuiNotificationMiddleOptions> {
4
+ export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
5
+ protected readonly options: {
6
+ closable: boolean;
7
+ };
8
+ protected readonly content: typeof TuiNotificationMiddleComponent;
5
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleService, never>;
6
10
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationMiddleService>;
7
11
  }
@@ -1 +1,2 @@
1
1
  export * from './pagination.component';
2
+ export * from './pagination.options';
@@ -1,43 +1,33 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { type TuiContext } from '@taiga-ui/cdk/types';
3
- import { type TuiHorizontalDirection, type TuiSizeL, type TuiSizeS, type TuiSizeXS } from '@taiga-ui/core/types';
2
+ import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
4
3
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class TuiPagination {
7
6
  private readonly els;
8
7
  private readonly el;
9
- protected readonly texts$: import("rxjs").Observable<readonly [previous_page: string, next_page: string]>;
10
- protected readonly icons: import("@taiga-ui/core/tokens").TuiSpinIcons;
11
- length: number;
12
- focusable: boolean;
13
- size: TuiSizeL | TuiSizeS;
14
- readonly disabled = false;
15
- /**
16
- * Amount of visible pages around active page
17
- */
18
- activePadding: number;
19
- /**
20
- * Amount of visible pages at the edges
21
- */
22
- sidePadding: number;
23
- /**
24
- * Customization for page number display.
25
- */
26
- content: PolymorpheusContent<TuiContext<number>>;
27
- /**
28
- * Active page index
29
- */
30
- index: number;
31
- readonly indexChange: EventEmitter<number>;
32
- get nativeFocusableElement(): HTMLElement | null;
8
+ private readonly maxHalfLength;
9
+ private readonly maxElementsLength;
10
+ private readonly lastElementIndex;
11
+ private readonly itemsFit;
12
+ private readonly lastIndex;
13
+ private readonly reverseIndex;
14
+ protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
15
+ protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
16
+ protected readonly options: import("./pagination.options").TuiPaginationOptions;
17
+ protected readonly buttonSize: import("@angular/core").Signal<"xs" | "s">;
18
+ protected readonly elementsLength: import("@angular/core").Signal<number>;
19
+ readonly length: import("@angular/core").InputSignal<number>;
20
+ readonly focusable: import("@angular/core").InputSignal<boolean>;
21
+ readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeL>;
22
+ readonly disabled: import("@angular/core").InputSignal<boolean>;
23
+ readonly activePadding: import("@angular/core").InputSignal<number>;
24
+ readonly sidePadding: import("@angular/core").InputSignal<number>;
25
+ readonly content: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<number>>>;
26
+ readonly index: import("@angular/core").ModelSignal<number>;
27
+ readonly arrowIsDisabledRight: import("@angular/core").Signal<boolean>;
28
+ readonly arrowIsDisabledLeft: import("@angular/core").Signal<boolean>;
29
+ readonly nativeFocusableElement: import("@angular/core").Signal<HTMLElement | null>;
33
30
  get focused(): boolean;
34
- get arrowIsDisabledLeft(): boolean;
35
- get arrowIsDisabledRight(): boolean;
36
- /**
37
- * Number of items in a container.
38
- */
39
- protected get elementsLength(): number;
40
- protected get buttonSize(): TuiSizeXS;
41
31
  protected elementIsFocusable(index: number): boolean;
42
32
  /**
43
33
  * Get index by element index
@@ -45,29 +35,11 @@ export declare class TuiPagination {
45
35
  * @returns index or null (for '…')
46
36
  */
47
37
  protected getItemIndexByElementIndex(elementIndex: number): number | null;
48
- protected getElementMode(index: number): string;
38
+ protected getElementMode(index?: number): string;
49
39
  protected onElementClick(index: number): void;
50
40
  protected onElementKeyDownArrowLeft(element: HTMLElement): void;
51
41
  protected onElementKeyDownArrowRight(element: HTMLElement): void;
52
42
  protected onArrowClick(direction: TuiHorizontalDirection): void;
53
- /**
54
- * Active index from the end
55
- */
56
- private get reverseIndex();
57
- /**
58
- * Max number of elements in half (not counting the middle one).
59
- */
60
- private get maxHalfLength();
61
- /**
62
- * Is there '...' anywhere
63
- */
64
- private get itemsFit();
65
- /**
66
- * Max number of elements
67
- */
68
- private get maxElementsLength();
69
- private get lastIndex();
70
- private get lastElementIndex();
71
43
  /**
72
44
  * Are there collapsed items at that index
73
45
  * @param index
@@ -75,8 +47,7 @@ export declare class TuiPagination {
75
47
  */
76
48
  private hasCollapsedItems;
77
49
  private tryChangeTo;
78
- private focusActive;
79
50
  private updateIndex;
80
51
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPagination, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPagination, "tui-pagination", never, { "length": { "alias": "length"; "required": false; }; "focusable": { "alias": "focusable"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "activePadding": { "alias": "activePadding"; "required": false; }; "sidePadding": { "alias": "sidePadding"; "required": false; }; "content": { "alias": "content"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "indexChange": "indexChange"; }, never, never, true, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiPagination, "tui-pagination", never, { "length": { "alias": "length"; "required": false; "isSignal": true; }; "focusable": { "alias": "focusable"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "activePadding": { "alias": "activePadding"; "required": false; "isSignal": true; }; "sidePadding": { "alias": "sidePadding"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "index": "indexChange"; }, never, never, true, never>;
82
53
  }
@@ -0,0 +1,7 @@
1
+ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
+ import { type TuiSizeL } from '@taiga-ui/core/types';
3
+ export interface TuiPaginationOptions {
4
+ readonly size: TuiSizeL;
5
+ readonly appearance: TuiStringHandler<boolean>;
6
+ }
7
+ export declare const TUI_PAGINATION_OPTIONS: import("@angular/core").InjectionToken<TuiPaginationOptions>, tuiPaginationOptionsProvider: (item: Partial<TuiPaginationOptions> | (() => Partial<TuiPaginationOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,8 +1,8 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@taiga-ui/cdk/directives/animated";
4
4
  export declare class TuiPreviewDialog {
5
- protected readonly context: TuiPopover<void, void>;
5
+ protected readonly context: TuiPortalContext<void>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewDialog, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewDialog, "tui-preview-dialog", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
8
8
  }
@@ -1,6 +1,6 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
1
  import * as i0 from "@angular/core";
3
- export declare class TuiPreviewDialogDirective extends TuiPopoverDirective<unknown> {
2
+ import * as i1 from "@taiga-ui/cdk/portals";
3
+ export declare class TuiPreviewDialogDirective {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewDialogDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPreviewDialogDirective, "ng-template[tuiPreviewDialog]", never, { "open": { "alias": "tuiPreviewDialog"; "required": false; }; }, { "openChange": "tuiPreviewDialogChange"; }, never, never, true, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPreviewDialogDirective, "ng-template[tuiPreviewDialog]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "open": "tuiPreviewDialog"; }; outputs: { "openChange": "tuiPreviewDialogChange"; }; }]>;
6
6
  }
@@ -1,6 +1,9 @@
1
- import { TuiPopoverService } from '@taiga-ui/cdk/services';
1
+ import { TuiModalService } from '@taiga-ui/core/portals/modal';
2
+ import { TuiPreviewDialog } from './preview-dialog.component';
2
3
  import * as i0 from "@angular/core";
3
- export declare class TuiPreviewDialogService extends TuiPopoverService<unknown> {
4
+ export declare class TuiPreviewDialogService extends TuiModalService<unknown> {
5
+ protected readonly options: {};
6
+ protected readonly content: typeof TuiPreviewDialog;
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewDialogService, never>;
5
8
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiPreviewDialogService>;
6
9
  }
@@ -3,5 +3,6 @@ export * from './dialog';
3
3
  export * from './pagination/preview-pagination.component';
4
4
  export * from './preview';
5
5
  export * from './preview.component';
6
+ export * from './preview.options';
6
7
  export * from './title/preview-title.component';
7
8
  export * from './zoom/preview-zoom.component';
@@ -1,8 +1,9 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { type TuiPreviewIcons } from '../preview.options';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TuiPreviewPagination {
4
- protected readonly icons: import("@taiga-ui/kit/tokens").TuiPreviewIcons;
5
- protected readonly texts$: import("rxjs").Observable<readonly [previous_page: string, next_page: string]>;
5
+ protected readonly icons: TuiPreviewIcons;
6
+ protected readonly paginationTexts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
6
7
  length: number;
7
8
  index: number;
8
9
  readonly indexChange: EventEmitter<number>;
@@ -7,10 +7,10 @@ export declare class TuiPreviewComponent {
7
7
  protected minZoom: number;
8
8
  protected width: number;
9
9
  protected height: number;
10
- protected readonly texts$: import("rxjs").Observable<{
10
+ protected readonly previewTexts: import("@angular/core").Signal<{
11
11
  rotate: string;
12
12
  }>;
13
- protected readonly icons: import("@taiga-ui/kit/tokens").TuiPreviewIcons;
13
+ protected readonly icons: import("./preview.options").TuiPreviewIcons;
14
14
  protected readonly cdr: ChangeDetectorRef;
15
15
  protected readonly zoom$: BehaviorSubject<number>;
16
16
  protected readonly rotation$: BehaviorSubject<number>;
@@ -1,6 +1,7 @@
1
1
  import { TuiPreviewAction } from './action/preview-action.directive';
2
+ import { TuiPreviewDialogDirective } from './dialog/preview-dialog.directive';
2
3
  import { TuiPreviewPagination } from './pagination/preview-pagination.component';
3
4
  import { TuiPreviewComponent } from './preview.component';
4
5
  import { TuiPreviewTitle } from './title/preview-title.component';
5
6
  import { TuiPreviewZoom } from './zoom/preview-zoom.component';
6
- export declare const TuiPreview: readonly [typeof TuiPreviewComponent, typeof TuiPreviewTitle, typeof TuiPreviewPagination, typeof TuiPreviewAction, typeof TuiPreviewZoom];
7
+ export declare const TuiPreview: readonly [typeof TuiPreviewComponent, typeof TuiPreviewDialogDirective, typeof TuiPreviewTitle, typeof TuiPreviewPagination, typeof TuiPreviewAction, typeof TuiPreviewZoom];
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  export interface TuiPreviewIcons {
3
2
  readonly next: string;
4
3
  readonly prev: string;
@@ -8,5 +7,4 @@ export interface TuiPreviewIcons {
8
7
  readonly zoomReset: string;
9
8
  }
10
9
  export declare const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons;
11
- export declare const TUI_PREVIEW_ICONS: InjectionToken<TuiPreviewIcons>;
12
- export declare function tuiPreviewIconsProvider(icons: Partial<TuiPreviewIcons>): Provider;
10
+ export declare const TUI_PREVIEW_ICONS: import("@angular/core").InjectionToken<TuiPreviewIcons>, tuiPreviewIconsProvider: (item: Partial<TuiPreviewIcons> | (() => Partial<TuiPreviewIcons>)) => import("@angular/core").FactoryProvider;
@@ -1,12 +1,14 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { type TuiPreviewIcons } from '../preview.options';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TuiPreviewZoom {
4
- protected readonly icons: import("@taiga-ui/kit/tokens").TuiPreviewIcons;
5
- protected readonly zoomTexts$: import("rxjs").Observable<{
5
+ protected readonly icons: TuiPreviewIcons;
6
+ protected readonly zoomTexts: import("@angular/core").Signal<{
6
7
  zoomIn: string;
7
8
  zoomOut: string;
8
9
  reset: string;
9
10
  }>;
11
+ protected readonly sliderLabel: import("@angular/core").Signal<string>;
10
12
  min: number;
11
13
  max: number;
12
14
  value: number;
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TuiProgressColorSegments {
3
- private readonly colors$;
4
3
  private readonly el;
5
- protected readonly color: import("@angular/core").Signal<string | undefined>;
6
- set colors(colors: string[]);
4
+ private readonly position;
5
+ protected readonly color: import("@angular/core").Signal<string | null>;
6
+ readonly colors: import("@angular/core").InputSignal<readonly string[]>;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressColorSegments, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressColorSegments, "progress[tuiProgressBar][tuiProgressColorSegments]", never, { "colors": { "alias": "tuiProgressColorSegments"; "required": false; }; }, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressColorSegments, "progress[tuiProgressBar][tuiProgressColorSegments]", never, { "colors": { "alias": "tuiProgressColorSegments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
9
  }
@@ -1,9 +1,7 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
3
2
  export interface TuiProgressOptions {
4
3
  readonly color: string | null;
5
4
  readonly size: TuiSizeXXL | TuiSizeXXS;
6
5
  }
7
6
  export declare const TUI_PROGRESS_DEFAULT_OPTIONS: TuiProgressOptions;
8
- export declare const TUI_PROGRESS_OPTIONS: InjectionToken<TuiProgressOptions>;
9
- export declare function tuiProgressOptionsProvider(options: Partial<TuiProgressOptions>): Provider;
7
+ export declare const TUI_PROGRESS_OPTIONS: import("@angular/core").InjectionToken<TuiProgressOptions>, tuiProgressOptionsProvider: (item: Partial<TuiProgressOptions> | (() => Partial<TuiProgressOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,10 +1,11 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
1
+ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
2
2
  import { type TuiPushOptions } from './push.options';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@taiga-ui/cdk/directives/animated";
5
+ import * as i2 from "@taiga-ui/core/portals/alert";
5
6
  export declare class TuiPushAlert {
6
- protected readonly context: TuiPopover<TuiPushOptions, string>;
7
+ protected readonly context: TuiPortalContext<TuiPushOptions, string>;
7
8
  protected get isDirective(): boolean;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushAlert, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushAlert, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushAlert, "tui-push-alert", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAlertDirective; inputs: {}; outputs: {}; }]>;
10
11
  }
@@ -3,7 +3,7 @@ import { tuiIsString } from '@taiga-ui/cdk/utils/miscellaneous';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TuiPushComponent {
5
5
  protected readonly isString: typeof tuiIsString;
6
- protected readonly closeWord$: import("rxjs").Observable<string>;
6
+ protected readonly closeWord: import("@angular/core").Signal<string>;
7
7
  protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
8
  heading: string;
9
9
  type: string;
@@ -1,10 +1,8 @@
1
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
2
1
  import * as i0 from "@angular/core";
3
- export declare class TuiPushDirective extends PolymorpheusTemplate {
4
- private readonly push;
5
- private readonly show$;
2
+ import * as i1 from "@taiga-ui/cdk/portals";
3
+ export declare class TuiPushDirective {
4
+ private readonly sub;
6
5
  constructor();
7
- set tuiPush(show: boolean);
8
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPushDirective, "ng-template[tuiPush]", never, { "tuiPush": { "alias": "tuiPush"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPushDirective, "ng-template[tuiPush]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "open": "tuiPush"; }; outputs: {}; }]>;
10
8
  }
@@ -1,5 +1,6 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- export interface TuiPushOptions {
1
+ import { InjectionToken } from '@angular/core';
2
+ import { type TuiPositionOptions } from '@taiga-ui/core/portals/alert';
3
+ export interface TuiPushOptions extends TuiPositionOptions {
3
4
  readonly buttons: readonly string[];
4
5
  readonly heading: string;
5
6
  readonly icon: string;
@@ -8,9 +9,5 @@ export interface TuiPushOptions {
8
9
  readonly timestamp: number | string;
9
10
  readonly type: string;
10
11
  }
11
- export declare const TUI_PUSH_DEFAULT_OPTIONS: TuiPushOptions;
12
- /**
13
- * Default parameters for Push component
14
- */
15
- export declare const TUI_PUSH_OPTIONS: InjectionToken<TuiPushOptions>;
16
- export declare function tuiPushOptionsProvider(options: Partial<TuiPushOptions>): Provider;
12
+ export declare const TUI_PUSH_OPTIONS: InjectionToken<TuiPushOptions>, tuiPushOptionsProvider: (item: Partial<TuiPushOptions> | (() => Partial<TuiPushOptions>)) => import("@angular/core").FactoryProvider;
13
+ export declare const TUI_PUSH_CONCURRENCY: InjectionToken<number>;
@@ -1,7 +1,11 @@
1
- import { TuiPopoverService } from '@taiga-ui/cdk/services';
1
+ import { TuiAlertService } from '@taiga-ui/core/portals/alert';
2
2
  import { type TuiPushOptions } from './push.options';
3
+ import { TuiPushAlert } from './push-alert.component';
3
4
  import * as i0 from "@angular/core";
4
- export declare class TuiPushService extends TuiPopoverService<TuiPushOptions, string> {
5
+ export declare class TuiPushService extends TuiAlertService<TuiPushOptions, string> {
6
+ protected readonly options: TuiPushOptions;
7
+ protected readonly component: typeof TuiPushAlert;
8
+ constructor();
5
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushService, never>;
6
10
  static ɵprov: i0.ɵɵInjectableDeclaration<TuiPushService>;
7
11
  }
@@ -6,7 +6,7 @@ import * as i1 from "@taiga-ui/core/directives/appearance";
6
6
  import * as i2 from "@taiga-ui/cdk/directives/native-validator";
7
7
  export declare class TuiRadioComponent<T extends TuiRadioOptions> implements DoCheck, OnInit {
8
8
  private readonly destroyRef;
9
- private readonly el;
9
+ protected readonly el: HTMLInputElement;
10
10
  protected readonly options: T;
11
11
  protected readonly appearance: import("@angular/core").WritableSignal<string>;
12
12
  protected readonly control: NgControl | null;
@@ -1,7 +1,7 @@
1
1
  import { type ValidatorFn } from '@angular/forms';
2
2
  import { TuiControl } from '@taiga-ui/cdk/classes';
3
- import { type TuiBooleanHandler, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
4
- import { type TuiSizeS, type TuiValueContentContext } from '@taiga-ui/core/types';
3
+ import { type TuiBooleanHandler, type TuiContext, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
4
+ import { type TuiSizeS } from '@taiga-ui/core/types';
5
5
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TuiRadioList<T> extends TuiControl<T> {
@@ -12,7 +12,9 @@ export declare class TuiRadioList<T> extends TuiControl<T> {
12
12
  size: TuiSizeS;
13
13
  identityMatcher: TuiIdentityMatcher<T>;
14
14
  disabledItemHandler: TuiBooleanHandler<T>;
15
- itemContent: PolymorpheusContent<TuiValueContentContext<T>>;
15
+ itemContent: PolymorpheusContent<TuiContext<T> & {
16
+ active: boolean;
17
+ }>;
16
18
  protected get name(): string;
17
19
  protected onFocusOut(): void;
18
20
  protected itemIsActive(item: T): boolean;
@@ -1,10 +1,9 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class TuiRangeChange {
4
3
  private readonly doc;
5
4
  private readonly el;
6
5
  private readonly range;
7
- readonly activeThumbChange: EventEmitter<"left" | "right">;
6
+ readonly activeThumbChange: import("@angular/core").OutputEmitterRef<"end" | "start">;
8
7
  constructor();
9
8
  private getFractionFromEvents;
10
9
  private detectActiveThumb;