@taiga-ui/kit 4.52.0-canary.ece97e9 → 4.52.0-canary.efbd0d4

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 (397) hide show
  1. package/README.md +1 -1
  2. package/components/avatar/avatar-labeled.component.d.ts +3 -3
  3. package/components/avatar/avatar-stack.component.d.ts +2 -2
  4. package/components/badge/badge.options.d.ts +1 -3
  5. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  6. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  7. package/components/badged-content/badged-content.directive.d.ts +2 -2
  8. package/components/block/block.options.d.ts +1 -3
  9. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  10. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  11. package/components/button-loading/button-loading.component.d.ts +5 -5
  12. package/components/calendar-range/calendar-range.component.d.ts +0 -1
  13. package/components/calendar-range/day-range-period.d.ts +2 -1
  14. package/components/carousel/carousel.component.d.ts +15 -18
  15. package/components/carousel/carousel.directive.d.ts +5 -4
  16. package/components/chip/chip.options.d.ts +1 -3
  17. package/components/combo-box/combo-box.d.ts +5 -0
  18. package/components/combo-box/combo-box.directive.d.ts +7 -9
  19. package/components/combo-box/index.d.ts +1 -0
  20. package/components/compass/compass.component.d.ts +2 -2
  21. package/components/confirm/confirm.component.d.ts +4 -3
  22. package/components/confirm/confirm.service.d.ts +1 -1
  23. package/components/copy/copy.component.d.ts +3 -4
  24. package/components/copy/copy.directive.d.ts +2 -4
  25. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
  26. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  27. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  28. package/components/data-list-wrapper/index.d.ts +1 -1
  29. package/components/drawer/drawer.component.d.ts +3 -4
  30. package/components/files/file/file.component.d.ts +16 -29
  31. package/components/files/file/file.options.d.ts +1 -1
  32. package/components/files/files/files.component.d.ts +5 -8
  33. package/components/files/input-files/input-files.component.d.ts +2 -2
  34. package/components/files/input-files/input-files.content.d.ts +7 -8
  35. package/components/files/input-files/input-files.directive.d.ts +2 -2
  36. package/components/files/input-files/input-files.options.d.ts +1 -3
  37. package/components/filter/filter.component.d.ts +9 -11
  38. package/components/fullscreen/fullscreen.component.d.ts +5 -8
  39. package/components/index.d.ts +0 -3
  40. package/components/input-chip/input-chip.component.d.ts +9 -8
  41. package/components/input-chip/input-chip.d.ts +5 -1
  42. package/components/input-chip/input-chip.directive.d.ts +7 -12
  43. package/components/input-color/index.d.ts +1 -0
  44. package/components/input-color/input-color.component.d.ts +4 -4
  45. package/components/input-color/input-color.d.ts +5 -0
  46. package/components/input-date/input-date.d.ts +4 -1
  47. package/components/input-date/input-date.directive.d.ts +12 -14
  48. package/components/input-date/input-date.options.d.ts +3 -3
  49. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  50. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  51. package/components/input-date-range/input-date-range.d.ts +4 -1
  52. package/components/input-date-range/input-date-range.directive.d.ts +5 -8
  53. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  54. package/components/input-date-time/input-date-time.d.ts +4 -1
  55. package/components/input-date-time/input-date-time.directive.d.ts +6 -6
  56. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  57. package/components/input-month/input-month.d.ts +4 -1
  58. package/components/input-month/input-month.directive.d.ts +6 -5
  59. package/components/input-month-range/input-month-range.d.ts +4 -1
  60. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  61. package/components/input-number/input-number.d.ts +4 -1
  62. package/components/input-number/input-number.directive.d.ts +5 -7
  63. package/components/input-number/input-number.options.d.ts +2 -3
  64. package/components/input-number/step/input-number-step.component.d.ts +2 -1
  65. package/components/input-phone/index.d.ts +1 -0
  66. package/components/input-phone/input-phone.d.ts +5 -0
  67. package/components/input-phone/input-phone.directive.d.ts +7 -7
  68. package/components/input-phone-international/index.d.ts +1 -0
  69. package/components/input-phone-international/input-phone-international.component.d.ts +9 -8
  70. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  71. package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
  72. package/components/input-pin/index.d.ts +1 -0
  73. package/components/input-pin/input-pin.component.d.ts +3 -3
  74. package/components/input-pin/input-pin.d.ts +5 -0
  75. package/components/input-range/index.d.ts +0 -1
  76. package/components/input-range/input-range.component.d.ts +5 -4
  77. package/components/input-slider/input-slider.d.ts +4 -1
  78. package/components/input-slider/input-slider.directive.d.ts +1 -1
  79. package/components/input-time/input-time.component.d.ts +1 -3
  80. package/components/input-time/input-time.d.ts +4 -1
  81. package/components/input-time/input-time.directive.d.ts +4 -4
  82. package/components/input-year/input-year.d.ts +4 -1
  83. package/components/input-year/input-year.directive.d.ts +5 -5
  84. package/components/input-year/input-year.options.d.ts +2 -2
  85. package/components/like/like.options.d.ts +1 -1
  86. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  87. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  88. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +4 -6
  89. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  90. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  91. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  92. package/components/pagination/pagination.component.d.ts +22 -52
  93. package/components/pagination/pagination.options.d.ts +3 -6
  94. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  95. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  96. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  97. package/components/preview/index.d.ts +1 -0
  98. package/components/preview/pagination/preview-pagination.component.d.ts +2 -1
  99. package/components/preview/preview.component.d.ts +1 -1
  100. package/components/preview/preview.d.ts +2 -1
  101. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  102. package/components/preview/zoom/preview-zoom.component.d.ts +3 -1
  103. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  104. package/components/progress/progress.options.d.ts +1 -3
  105. package/components/pulse/pulse.component.d.ts +2 -2
  106. package/components/push/push-alert.component.d.ts +2 -2
  107. package/components/push/push.options.d.ts +4 -3
  108. package/components/push/push.service.d.ts +2 -2
  109. package/components/radio/radio.component.d.ts +1 -1
  110. package/components/radio-list/radio-list.component.d.ts +5 -3
  111. package/components/rating/rating.component.d.ts +1 -1
  112. package/components/rating/rating.options.d.ts +1 -3
  113. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  114. package/components/segmented/segmented.component.d.ts +4 -6
  115. package/components/segmented/segmented.directive.d.ts +6 -7
  116. package/components/select/native-select/native-select.component.d.ts +4 -4
  117. package/components/select/select.d.ts +4 -1
  118. package/components/select/select.directive.d.ts +4 -3
  119. package/components/slider/slider.options.d.ts +1 -6
  120. package/components/stepper/step.component.d.ts +6 -8
  121. package/components/stepper/stepper.component.d.ts +6 -11
  122. package/components/switch/switch.component.d.ts +1 -0
  123. package/components/tabs/tabs.options.d.ts +1 -6
  124. package/components/textarea/index.d.ts +2 -1
  125. package/components/textarea/textarea.component.d.ts +4 -4
  126. package/components/textarea/textarea.d.ts +6 -0
  127. package/components/textarea/textarea.directive.d.ts +13 -0
  128. package/components/toast/toast.component.d.ts +4 -4
  129. package/components/toast/toast.options.d.ts +4 -3
  130. package/components/toast/toast.service.d.ts +2 -2
  131. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +7 -0
  132. package/components/tree/misc/tree.constants.d.ts +0 -3
  133. package/components/tree/misc/tree.tokens.d.ts +1 -6
  134. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  135. package/directives/appearance-proxy/index.d.ts +1 -0
  136. package/directives/button-select/button-select.directive.d.ts +3 -2
  137. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  138. package/directives/fade/fade.directive.d.ts +5 -6
  139. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  140. package/directives/highlight/highlight.directive.d.ts +4 -4
  141. package/directives/index.d.ts +1 -1
  142. package/directives/password/password.directive.d.ts +1 -1
  143. package/directives/present/present.directive.d.ts +2 -4
  144. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  145. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  146. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  147. package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -9
  148. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
  150. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-avatar.mjs +34 -48
  152. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
  154. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
  156. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -12
  158. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-block.mjs +11 -15
  160. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +18 -37
  162. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
  164. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +5 -13
  166. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +23 -23
  168. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-carousel.mjs +64 -114
  170. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -6
  172. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
  174. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +40 -45
  176. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
  178. package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
  179. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-confirm.mjs +10 -12
  181. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -33
  183. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
  185. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
  187. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-files.mjs +111 -239
  189. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -34
  191. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
  193. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -77
  195. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
  197. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +35 -51
  199. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +30 -36
  201. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +32 -29
  203. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-input-date.mjs +45 -48
  205. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +3 -3
  207. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +26 -23
  208. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-input-month.mjs +32 -23
  210. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-input-number.mjs +53 -50
  212. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +50 -42
  214. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +29 -19
  216. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
  218. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-input-range.mjs +18 -16
  220. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +15 -10
  222. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-input-time.mjs +38 -40
  224. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-input-year.mjs +27 -19
  226. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -14
  228. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
  230. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +18 -23
  232. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-message.mjs +7 -8
  234. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +30 -40
  236. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +37 -26
  238. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
  240. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-pagination.mjs +59 -140
  242. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  244. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components-preview.mjs +68 -48
  246. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-components-progress.mjs +36 -45
  248. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  250. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-push.mjs +22 -23
  252. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +8 -8
  254. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
  256. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components-range.mjs +8 -11
  258. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
  260. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
  262. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
  264. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-components-select.mjs +52 -29
  266. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-components-slider.mjs +23 -33
  268. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  270. package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
  271. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  273. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-components-tabs.mjs +28 -36
  275. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-components-textarea.mjs +51 -52
  277. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-components-tiles.mjs +14 -15
  279. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-components-toast.mjs +27 -28
  281. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-components-tree.mjs +55 -58
  283. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  285. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  287. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  288. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -4
  289. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
  291. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  292. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +18 -10
  293. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  294. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
  295. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  296. package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -7
  297. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  298. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
  299. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  300. package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
  301. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  302. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +6 -12
  303. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  304. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -21
  305. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  306. package/fesm2022/taiga-ui-kit-directives-password.mjs +10 -9
  307. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
  309. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  311. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  312. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  313. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +9 -9
  315. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  316. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +8 -11
  317. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
  319. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
  321. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  322. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  323. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
  324. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  325. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -25
  326. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  327. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  328. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  329. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -5
  330. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  331. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  332. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  333. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -9
  334. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  335. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
  336. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  337. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
  338. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  339. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  340. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  341. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -123
  342. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  343. package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
  344. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  345. package/package.json +66 -67
  346. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  347. package/pipes/auto-color/index.d.ts +1 -0
  348. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
  349. package/pipes/flag/flag.pipe.d.ts +14 -0
  350. package/pipes/flag/index.d.ts +1 -0
  351. package/pipes/index.d.ts +3 -0
  352. package/pipes/initials/index.d.ts +1 -0
  353. package/pipes/initials/initials.pipe.d.ts +7 -0
  354. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  355. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  356. package/styles/components/avatar.less +14 -14
  357. package/styles/components/badge.less +3 -3
  358. package/styles/components/block.less +4 -4
  359. package/styles/components/chip.less +3 -3
  360. package/styles/components/comment.less +1 -1
  361. package/styles/components/message.less +1 -1
  362. package/styles/components/pin.less +3 -3
  363. package/styles/components/switch.less +2 -2
  364. package/styles/components/toast.less +1 -1
  365. package/tokens/i18n.d.ts +1 -0
  366. package/tokens/index.d.ts +0 -7
  367. package/utils/index.d.ts +0 -2
  368. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  369. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  370. package/components/elastic-container/index.d.ts +0 -2
  371. package/components/floating-container/floating-container.directive.d.ts +0 -7
  372. package/components/floating-container/index.d.ts +0 -1
  373. package/components/input-range/input-range.d.ts +0 -3
  374. package/components/slides/index.d.ts +0 -1
  375. package/components/slides/slides.directive.d.ts +0 -11
  376. package/components/textarea/textarea-limit.directive.d.ts +0 -26
  377. package/directives/lazy-loading/index.d.ts +0 -2
  378. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  379. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  380. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
  381. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  382. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  383. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  384. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  385. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  386. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  387. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  388. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
  389. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  390. package/tokens/calendar-date-stream.d.ts +0 -10
  391. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  392. package/tokens/input-date-options.d.ts +0 -15
  393. package/tokens/items-handlers.d.ts +0 -26
  394. package/tokens/mobile-calendar.d.ts +0 -6
  395. package/tokens/month-formatter.d.ts +0 -5
  396. package/utils/phone.d.ts +0 -3
  397. package/utils/toggle-day.d.ts +0 -2
@@ -1,11 +1,11 @@
1
1
  import { type MaskitoOptions } from '@maskito/core';
2
2
  import { TuiControl } from '@taiga-ui/cdk/classes';
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
6
  export declare class TuiInputNumberDirective extends TuiControl<number | null> {
7
7
  private readonly options;
8
- private readonly textfield;
8
+ private readonly input;
9
9
  private readonly isIOS;
10
10
  private readonly numberFormat;
11
11
  private readonly formatted;
@@ -17,12 +17,10 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
17
17
  protected readonly defaultMaxLength: import("@angular/core").Signal<number>;
18
18
  protected readonly onChangeEffect: import("@angular/core").EffectRef;
19
19
  protected maskInitialCalibrationEffect: import("@angular/core").EffectRef;
20
- readonly min: import("@angular/core").Signal<number>;
21
- readonly max: import("@angular/core").Signal<number>;
20
+ readonly min: import("@angular/core").InputSignalWithTransform<number, number | null>;
21
+ readonly max: import("@angular/core").InputSignalWithTransform<number, number | null>;
22
22
  readonly prefix: import("@angular/core").InputSignal<string>;
23
23
  readonly postfix: import("@angular/core").InputSignal<string>;
24
- readonly minRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
25
- readonly maxRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
26
24
  writeValue(value: number | null): void;
27
25
  setValue(value: number | null): void;
28
26
  protected onFocus(): void;
@@ -30,5 +28,5 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
30
28
  private formatNumber;
31
29
  private computeMask;
32
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; "minRaw": { "alias": "min"; "required": false; "isSignal": true; }; "maxRaw": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
34
32
  }
@@ -1,9 +1,8 @@
1
+ import { type MaskitoNumberParams } from '@maskito/kit';
1
2
  import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
2
- export interface TuiInputNumberOptions {
3
+ export interface TuiInputNumberOptions extends Pick<Required<MaskitoNumberParams>, 'minusSign' | 'postfix' | 'prefix'> {
3
4
  readonly max: number;
4
5
  readonly min: number;
5
- readonly prefix: string;
6
- readonly postfix: string;
7
6
  readonly step: number;
8
7
  readonly icons: Readonly<{
9
8
  decrease: string;
@@ -2,6 +2,7 @@ import { Subject } from 'rxjs';
2
2
  import { TuiInputNumberDirective } from '../input-number.directive';
3
3
  import { type TuiInputNumberOptions } from '../input-number.options';
4
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "@taiga-ui/kit/directives/appearance-proxy";
5
6
  export declare class TuiInputNumberStep {
6
7
  protected readonly el: HTMLInputElement;
7
8
  protected readonly appearance: import("@angular/core").Signal<string>;
@@ -16,5 +17,5 @@ export declare class TuiInputNumberStep {
16
17
  set stepSetter(x: number);
17
18
  protected onStep(step: number): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberStep, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputNumberStep, "input[tuiInputNumber][step]", never, { "stepSetter": { "alias": "step"; "required": false; }; }, {}, never, never, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputNumberStep, "input[tuiInputNumber][step]", never, { "stepSetter": { "alias": "step"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
20
21
  }
@@ -1,2 +1,3 @@
1
+ export * from './input-phone';
1
2
  export * from './input-phone.directive';
2
3
  export * from './input-phone.options';
@@ -0,0 +1,5 @@
1
+ import { TuiLabel } from '@taiga-ui/core/components/label';
2
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
3
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
4
+ import { TuiInputPhoneDirective } from './input-phone.directive';
5
+ export declare const TuiInputPhone: readonly [typeof TuiInputPhoneDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -1,17 +1,17 @@
1
1
  import { type MaskitoOptions } from '@maskito/core';
2
2
  import { TuiControl } from '@taiga-ui/cdk/classes';
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
- export declare class TuiInputPhone extends TuiControl<string | null> {
7
- private readonly textfield;
6
+ export declare class TuiInputPhoneDirective extends TuiControl<string | null> {
7
+ private readonly input;
8
8
  private readonly host;
9
+ protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
10
+ protected readonly el: HTMLInputElement;
9
11
  protected readonly nonRemovablePrefix: import("@angular/core").Signal<string>;
10
12
  protected inputMode: import("@angular/core").Signal<"text" | "numeric">;
11
13
  protected readonly valueEffect: import("@angular/core").EffectRef;
12
14
  protected readonly blurEffect: import("@angular/core").EffectRef;
13
- protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
14
- protected readonly el: HTMLInputElement;
15
15
  protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
16
16
  protected readonly maskito: import("@angular/core").Signal<MaskitoOptions | null>;
17
17
  readonly countryCode: import("@angular/core").WritableSignal<string>;
@@ -22,6 +22,6 @@ export declare class TuiInputPhone extends TuiControl<string | null> {
22
22
  protected onInput(value: string): void;
23
23
  private get maxPhoneLength();
24
24
  private calculateMask;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhone, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputPhone, "input[tuiInputPhone]", never, { "allowTextSetter": { "alias": "allowText"; "required": false; }; "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneDirective, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputPhoneDirective, "input[tuiInputPhone]", never, { "allowTextSetter": { "alias": "allowText"; "required": false; }; "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
27
27
  }
@@ -1,2 +1,3 @@
1
+ export * from './input-phone-international';
1
2
  export * from './input-phone-international.component';
2
3
  export * from './input-phone-international.options';
@@ -5,8 +5,9 @@ import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
5
5
  import { type MetadataJson } from 'libphonenumber-js/core';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "@maskito/angular";
8
- import * as i2 from "@taiga-ui/core/components/textfield";
9
- export declare class TuiInputPhoneInternational extends TuiControl<string> {
8
+ import * as i2 from "@taiga-ui/core/components/input";
9
+ import * as i3 from "@taiga-ui/kit/directives/appearance-proxy";
10
+ export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
10
11
  protected readonly list: QueryList<ElementRef<HTMLButtonElement>>;
11
12
  protected readonly el: HTMLInputElement;
12
13
  protected readonly ios: boolean;
@@ -17,18 +18,18 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
17
18
  protected readonly label: import("@angular/core").Signal<string>;
18
19
  protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
19
20
  protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
20
- protected readonly open: import("@angular/core").WritableSignal<boolean>;
21
+ protected readonly open: import("@angular/core").ModelSignal<boolean>;
22
+ protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
23
+ protected readonly change: import("@angular/core").EffectRef;
21
24
  protected readonly search: import("@angular/core").WritableSignal<string>;
22
25
  protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
23
- protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
24
26
  protected readonly masked: import("@angular/core").WritableSignal<string>;
25
- protected valueChangeEffect: import("@angular/core").EffectRef;
27
+ protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
26
28
  protected readonly filtered: import("@angular/core").Signal<{
27
29
  iso: TuiCountryIsoCode;
28
30
  name: string;
29
31
  code: string;
30
32
  }[]>;
31
- protected readonly enabled: import("@angular/core").Signal<boolean>;
32
33
  protected readonly $: import("rxjs").Subscription;
33
34
  countrySearch: boolean;
34
35
  readonly countryIsoCodeChange: import("rxjs").Observable<TuiCountryIsoCode>;
@@ -40,6 +41,6 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
40
41
  private computeMask;
41
42
  private unmask;
42
43
  private getCountryCode;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternational, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternational, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "countriesValue": { "alias": "countries"; "required": false; }; "isoCode": { "alias": "countryIsoCode"; "required": false; }; }, { "countryIsoCodeChange": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithTextfield; inputs: {}; outputs: {}; }]>;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "countriesValue": { "alias": "countries"; "required": false; }; "isoCode": { "alias": "countryIsoCode"; "required": false; }; }, { "countryIsoCodeChange": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
45
46
  }
@@ -0,0 +1,5 @@
1
+ import { TuiLabel } from '@taiga-ui/core/components/label';
2
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
3
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
4
+ import { TuiInputPhoneInternationalComponent } from './input-phone-international.component';
5
+ export declare const TuiInputPhoneInternational: readonly [typeof TuiInputPhoneInternationalComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
2
  import { type MetadataJson } from 'libphonenumber-js/core';
4
3
  import { type Observable } from 'rxjs';
@@ -12,5 +11,4 @@ export declare const TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS: TuiInputPhon
12
11
  /**
13
12
  * Default parameters for input phone international component
14
13
  */
15
- export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: InjectionToken<TuiInputPhoneInternationalOptions>;
16
- export declare function tuiInputPhoneInternationalOptionsProvider(options: Partial<TuiInputPhoneInternationalOptions>): Provider;
14
+ export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneInternationalOptions>, tuiInputPhoneInternationalOptionsProvider: (item: Partial<TuiInputPhoneInternationalOptions> | (() => Partial<TuiInputPhoneInternationalOptions>)) => import("@angular/core").FactoryProvider;
@@ -1 +1,2 @@
1
+ export * from './input-pin';
1
2
  export * from './input-pin.component';
@@ -2,7 +2,7 @@ import { NgControl } from '@angular/forms';
2
2
  import { type MaskitoMask } from '@maskito/core';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@maskito/angular";
5
- export declare class TuiInputPin {
5
+ export declare class TuiInputPinComponent {
6
6
  protected readonly el: HTMLInputElement;
7
7
  protected readonly mask: import("@angular/core").WritableSignal<MaskitoMask>;
8
8
  protected readonly appearance: import("@angular/core").Signal<string>;
@@ -13,6 +13,6 @@ export declare class TuiInputPin {
13
13
  onSelection(): void;
14
14
  onArrow(): void;
15
15
  isFocused(index: number): boolean;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPin, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPin, "input[tuiInputPin]", never, { "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
18
18
  }
@@ -0,0 +1,5 @@
1
+ import { TuiLabel } from '@taiga-ui/core/components/label';
2
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
3
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
4
+ import { TuiInputPinComponent } from './input-pin.component';
5
+ export declare const TuiInputPin: readonly [typeof TuiInputPinComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -1,2 +1 @@
1
- export * from './input-range';
2
1
  export * from './input-range.component';
@@ -3,16 +3,17 @@ import { type TuiContext } from '@taiga-ui/cdk/types';
3
3
  import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
4
4
  import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
5
  import * as i0 from "@angular/core";
6
- export declare class TuiInputRangeComponent extends TuiControl<readonly [
6
+ export declare class TuiInputRange extends TuiControl<readonly [
7
7
  number,
8
8
  number
9
9
  ]> {
10
10
  private readonly inputNumberRefs;
11
11
  private readonly range?;
12
+ private readonly options;
12
13
  private readonly isMobile;
13
14
  private readonly quantum;
14
15
  private readonly quantumTransformer;
15
- protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
16
+ protected readonly size: import("@angular/core").Signal<"m" | "s" | "l">;
16
17
  protected textfieldValueStart: number;
17
18
  protected textfieldValueEnd: number;
18
19
  protected lastActiveSide: 'end' | 'start';
@@ -62,8 +63,8 @@ export declare class TuiInputRangeComponent extends TuiControl<readonly [
62
63
  private setValue;
63
64
  private valueGuard;
64
65
  private isPrimitive;
65
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRangeComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRangeComponent, "tui-input-range", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "segments": { "alias": "segments"; "required": false; }; "keySteps": { "alias": "keySteps"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "postfix": { "alias": "postfix"; "required": false; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "quantumSetter": { "alias": "quantum"; "required": false; }; }, {}, never, ["label"], true, never>;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRange, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "segments": { "alias": "segments"; "required": false; }; "keySteps": { "alias": "keySteps"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "postfix": { "alias": "postfix"; "required": false; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "quantumSetter": { "alias": "quantum"; "required": false; }; }, {}, never, ["*"], true, never>;
67
68
  static ngAcceptInputType_prefix: readonly [
68
69
  string,
69
70
  string
@@ -1,3 +1,6 @@
1
+ import { TuiLabel } from '@taiga-ui/core/components/label';
2
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
3
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
1
4
  import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/kit/components/slider';
2
5
  import { TuiInputSliderDirective } from './input-slider.directive';
3
- export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective];
6
+ export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -10,7 +10,7 @@ export declare class TuiInputSliderDirective {
10
10
  protected readonly inputNumber: TuiInputNumberDirective;
11
11
  protected readonly value: import("@angular/core").Signal<number>;
12
12
  protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
13
- protected readonly sliderInitEffect: import("@angular/core").EffectRef;
13
+ protected readonly sliderInit: import("@angular/core").EffectRef;
14
14
  protected onStep(coefficient: number): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "min": "min"; "max": "max"; "prefix": "prefix"; "postfix": "postfix"; "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }, { directive: typeof i1.TuiWithQuantumValueTransformer; inputs: {}; outputs: {}; }]>;
@@ -1,6 +1,5 @@
1
1
  import { type MaskitoTimeMode } from '@maskito/kit';
2
2
  import { type TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
3
- import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
4
3
  import { TuiInputTimeDirective } from './input-time.directive';
5
4
  import * as i0 from "@angular/core";
6
5
  import * as i1 from "@taiga-ui/core/components/textfield";
@@ -9,12 +8,11 @@ export declare abstract class TuiNativeTimePicker {
9
8
  protected getStep(timeMode: MaskitoTimeMode): number;
10
9
  protected toISOString(value: TuiTime | readonly [TuiDay, TuiTime | null] | null): string;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeTimePicker, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never, true, never>;
13
12
  }
14
13
  export declare class TuiInputTimeComponent extends TuiNativeTimePicker {
15
14
  private readonly control;
16
15
  protected readonly host: TuiInputTimeDirective;
17
- protected readonly textfield: TuiTextfieldDirective<any>;
18
16
  protected readonly value: import("@angular/core").Signal<string>;
19
17
  protected readonly step: import("@angular/core").Signal<number>;
20
18
  protected setValue(value: string): void;
@@ -1,3 +1,6 @@
1
+ import { TuiLabel } from '@taiga-ui/core/components/label';
2
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
3
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
1
4
  import { TuiInputTimeComponent } from './input-time.component';
2
5
  import { TuiInputTimeDirective } from './input-time.directive';
3
- export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent];
6
+ export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -4,10 +4,10 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
4
4
  import { TuiTime } from '@taiga-ui/cdk/date-time';
5
5
  import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
6
6
  import * as i0 from "@angular/core";
7
- import * as i1 from "@taiga-ui/core/components/textfield";
7
+ import * as i1 from "@taiga-ui/core/components/input";
8
8
  import * as i2 from "@maskito/angular";
9
9
  export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> implements TuiTextfieldAccessor<TuiTime | null> {
10
- private readonly textfield;
10
+ private readonly input;
11
11
  private readonly dropdown;
12
12
  private readonly open;
13
13
  private readonly options;
@@ -17,10 +17,10 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
17
17
  protected readonly filler: import("@angular/core").Signal<string>;
18
18
  protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
19
19
  readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
20
- readonly native: boolean;
21
20
  readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
22
21
  readonly prefix: import("@angular/core").InputSignal<string>;
23
22
  readonly postfix: import("@angular/core").InputSignal<string>;
23
+ readonly native: boolean;
24
24
  setValue(value: TuiTime | null): void;
25
25
  writeValue(value: TuiTime | null): void;
26
26
  protected onInput(valueWithAffixes: string): void;
@@ -30,5 +30,5 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
30
30
  private findNearestTime;
31
31
  private stringify;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
34
34
  }
@@ -1,3 +1,6 @@
1
1
  import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
2
+ import { TuiLabel } from '@taiga-ui/core/components/label';
3
+ import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
4
+ import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
2
5
  import { TuiInputYearDirective } from './input-year.directive';
3
- export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear];
6
+ export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
@@ -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,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
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
  }
@@ -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,44 +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;
8
+ private readonly maxHalfLength;
9
+ private readonly maxElementsLength;
10
+ private readonly lastElementIndex;
11
+ private readonly itemsFit;
12
+ private readonly lastIndex;
13
+ private readonly reverseIndex;
9
14
  protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
10
- protected readonly icons: import("@taiga-ui/core/tokens").TuiSpinIcons;
15
+ protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
11
16
  protected readonly options: import("./pagination.options").TuiPaginationOptions;
12
- length: number;
13
- focusable: boolean;
14
- size: TuiSizeL | TuiSizeS;
15
- readonly disabled = false;
16
- /**
17
- * Amount of visible pages around active page
18
- */
19
- activePadding: number;
20
- /**
21
- * Amount of visible pages at the edges
22
- */
23
- sidePadding: number;
24
- /**
25
- * Customization for page number display.
26
- */
27
- content: PolymorpheusContent<TuiContext<number>>;
28
- /**
29
- * Active page index
30
- */
31
- index: number;
32
- readonly indexChange: EventEmitter<number>;
33
- get nativeFocusableElement(): HTMLElement | null;
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>;
34
30
  get focused(): boolean;
35
- get arrowIsDisabledLeft(): boolean;
36
- get arrowIsDisabledRight(): boolean;
37
- /**
38
- * Number of items in a container.
39
- */
40
- protected get elementsLength(): number;
41
- protected get buttonSize(): TuiSizeXS;
42
31
  protected elementIsFocusable(index: number): boolean;
43
32
  /**
44
33
  * Get index by element index
@@ -51,24 +40,6 @@ export declare class TuiPagination {
51
40
  protected onElementKeyDownArrowLeft(element: HTMLElement): void;
52
41
  protected onElementKeyDownArrowRight(element: HTMLElement): void;
53
42
  protected onArrowClick(direction: TuiHorizontalDirection): void;
54
- /**
55
- * Active index from the end
56
- */
57
- private get reverseIndex();
58
- /**
59
- * Max number of elements in half (not counting the middle one).
60
- */
61
- private get maxHalfLength();
62
- /**
63
- * Is there '...' anywhere
64
- */
65
- private get itemsFit();
66
- /**
67
- * Max number of elements
68
- */
69
- private get maxElementsLength();
70
- private get lastIndex();
71
- private get lastElementIndex();
72
43
  /**
73
44
  * Are there collapsed items at that index
74
45
  * @param index
@@ -76,8 +47,7 @@ export declare class TuiPagination {
76
47
  */
77
48
  private hasCollapsedItems;
78
49
  private tryChangeTo;
79
- private focusActive;
80
50
  private updateIndex;
81
51
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiPagination, never>;
82
- 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>;
83
53
  }