@taiga-ui/kit 4.52.0-canary.974ca4b → 4.52.0-canary.a1004d6

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/components/avatar/avatar-labeled.component.d.ts +3 -3
  2. package/components/avatar/avatar-stack.component.d.ts +2 -2
  3. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  4. package/components/badged-content/badged-content.directive.d.ts +2 -2
  5. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  6. package/components/button-loading/button-loading.component.d.ts +5 -5
  7. package/components/calendar-range/calendar-range.component.d.ts +0 -1
  8. package/components/calendar-range/day-range-period.d.ts +2 -1
  9. package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
  10. package/components/carousel/carousel-scroll.directive.d.ts +1 -1
  11. package/components/carousel/carousel.component.d.ts +15 -18
  12. package/components/carousel/carousel.directive.d.ts +5 -4
  13. package/components/combo-box/combo-box.d.ts +5 -0
  14. package/components/combo-box/combo-box.directive.d.ts +7 -9
  15. package/components/combo-box/index.d.ts +1 -0
  16. package/components/compass/compass.component.d.ts +2 -2
  17. package/components/confirm/confirm.component.d.ts +3 -2
  18. package/components/confirm/confirm.service.d.ts +1 -1
  19. package/components/copy/copy.component.d.ts +3 -4
  20. package/components/copy/copy.directive.d.ts +2 -4
  21. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
  22. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  23. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  24. package/components/data-list-wrapper/index.d.ts +1 -1
  25. package/components/drawer/drawer.component.d.ts +3 -4
  26. package/components/files/file/file.component.d.ts +16 -29
  27. package/components/files/files/files.component.d.ts +5 -8
  28. package/components/files/input-files/input-files.component.d.ts +2 -2
  29. package/components/files/input-files/input-files.content.d.ts +7 -8
  30. package/components/files/input-files/input-files.directive.d.ts +2 -2
  31. package/components/filter/filter.component.d.ts +9 -12
  32. package/components/fullscreen/fullscreen.component.d.ts +5 -8
  33. package/components/index.d.ts +0 -3
  34. package/components/input-chip/input-chip.component.d.ts +9 -8
  35. package/components/input-chip/input-chip.d.ts +5 -1
  36. package/components/input-chip/input-chip.directive.d.ts +7 -12
  37. package/components/input-color/index.d.ts +1 -0
  38. package/components/input-color/input-color.component.d.ts +8 -12
  39. package/components/input-color/input-color.d.ts +5 -0
  40. package/components/input-date/input-date.component.d.ts +2 -2
  41. package/components/input-date/input-date.d.ts +4 -1
  42. package/components/input-date/input-date.directive.d.ts +21 -22
  43. package/components/input-date/input-date.options.d.ts +3 -3
  44. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  45. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  46. package/components/input-date-range/input-date-range.d.ts +4 -1
  47. package/components/input-date-range/input-date-range.directive.d.ts +9 -10
  48. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  49. package/components/input-date-time/input-date-time.d.ts +4 -1
  50. package/components/input-date-time/input-date-time.directive.d.ts +14 -14
  51. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  52. package/components/input-inline/input-inline.component.d.ts +3 -2
  53. package/components/input-month/input-month.component.d.ts +3 -5
  54. package/components/input-month/input-month.d.ts +4 -1
  55. package/components/input-month/input-month.directive.d.ts +6 -5
  56. package/components/input-month-range/input-month-range.d.ts +4 -1
  57. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  58. package/components/input-number/input-number.d.ts +4 -1
  59. package/components/input-number/input-number.directive.d.ts +6 -8
  60. package/components/input-number/input-number.options.d.ts +2 -3
  61. package/components/input-number/step/input-number-step.component.d.ts +3 -3
  62. package/components/input-phone/index.d.ts +1 -0
  63. package/components/input-phone/input-phone.d.ts +5 -0
  64. package/components/input-phone/input-phone.directive.d.ts +12 -14
  65. package/components/input-phone-international/index.d.ts +1 -0
  66. package/components/input-phone-international/input-phone-international.component.d.ts +14 -16
  67. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  68. package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
  69. package/components/input-pin/index.d.ts +1 -0
  70. package/components/input-pin/input-pin.component.d.ts +5 -6
  71. package/components/input-pin/input-pin.d.ts +5 -0
  72. package/components/input-range/index.d.ts +0 -1
  73. package/components/input-range/input-range.component.d.ts +22 -52
  74. package/components/input-slider/input-slider.d.ts +4 -1
  75. package/components/input-slider/input-slider.directive.d.ts +1 -1
  76. package/components/input-time/input-time.component.d.ts +1 -3
  77. package/components/input-time/input-time.d.ts +4 -1
  78. package/components/input-time/input-time.directive.d.ts +5 -5
  79. package/components/input-year/input-year.d.ts +4 -1
  80. package/components/input-year/input-year.directive.d.ts +8 -10
  81. package/components/input-year/input-year.options.d.ts +2 -2
  82. package/components/items-with-more/items-with-more.component.d.ts +6 -6
  83. package/components/items-with-more/items-with-more.directive.d.ts +6 -6
  84. package/components/like/like.options.d.ts +1 -1
  85. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  86. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +4 -6
  87. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
  88. package/components/notification-middle/notification-middle.service.d.ts +1 -1
  89. package/components/pager/pager.component.d.ts +12 -12
  90. package/components/pagination/pagination.component.d.ts +22 -52
  91. package/components/pagination/pagination.options.d.ts +3 -6
  92. package/components/preview/dialog/preview-dialog.service.d.ts +1 -1
  93. package/components/preview/index.d.ts +1 -0
  94. package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
  95. package/components/preview/preview.component.d.ts +6 -6
  96. package/components/preview/zoom/preview-zoom.component.d.ts +11 -17
  97. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  98. package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
  99. package/components/pulse/pulse.component.d.ts +2 -2
  100. package/components/push/push-alert.component.d.ts +2 -2
  101. package/components/push/push.component.d.ts +6 -7
  102. package/components/push/push.options.d.ts +4 -3
  103. package/components/push/push.service.d.ts +2 -2
  104. package/components/radio/radio.component.d.ts +1 -1
  105. package/components/radio-list/radio-list.component.d.ts +11 -9
  106. package/components/range/range.component.d.ts +3 -4
  107. package/components/rating/rating.component.d.ts +1 -1
  108. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  109. package/components/segmented/segmented.component.d.ts +4 -6
  110. package/components/segmented/segmented.directive.d.ts +6 -7
  111. package/components/select/native-select/native-select.component.d.ts +4 -4
  112. package/components/select/select.d.ts +4 -1
  113. package/components/select/select.directive.d.ts +4 -3
  114. package/components/slider/helpers/slider-key-steps.directive.d.ts +6 -5
  115. package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
  116. package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
  117. package/components/slider/slider.component.d.ts +4 -7
  118. package/components/stepper/step.component.d.ts +14 -9
  119. package/components/stepper/stepper.component.d.ts +5 -12
  120. package/components/switch/switch.component.d.ts +1 -0
  121. package/components/tabs/tabs-horizontal.directive.d.ts +3 -4
  122. package/components/tabs/tabs-vertical.directive.d.ts +2 -2
  123. package/components/tabs/tabs-with-more.component.d.ts +12 -16
  124. package/components/tabs/tabs.directive.d.ts +5 -7
  125. package/components/textarea/index.d.ts +2 -1
  126. package/components/textarea/textarea.component.d.ts +10 -11
  127. package/components/textarea/textarea.d.ts +6 -0
  128. package/components/textarea/textarea.directive.d.ts +13 -0
  129. package/components/tiles/tile.component.d.ts +7 -10
  130. package/components/tiles/tile.service.d.ts +1 -1
  131. package/components/tiles/tiles.component.d.ts +4 -7
  132. package/components/toast/toast.component.d.ts +2 -2
  133. package/components/toast/toast.options.d.ts +4 -3
  134. package/components/toast/toast.service.d.ts +2 -2
  135. package/components/tree/components/tree/tree.component.d.ts +7 -7
  136. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  137. package/components/tree/directives/tree-children.directive.d.ts +2 -2
  138. package/components/tree/directives/tree-controller.directive.d.ts +4 -5
  139. package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
  140. package/components/tree/directives/tree-node.directive.d.ts +5 -4
  141. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  142. package/directives/appearance-proxy/index.d.ts +1 -0
  143. package/directives/button-select/button-select.directive.d.ts +1 -1
  144. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  145. package/directives/fade/fade.directive.d.ts +5 -6
  146. package/directives/highlight/highlight.directive.d.ts +4 -4
  147. package/directives/index.d.ts +1 -1
  148. package/directives/password/password.directive.d.ts +1 -1
  149. package/directives/present/present.directive.d.ts +2 -4
  150. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  151. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  152. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  153. package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -8
  154. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
  156. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-avatar.mjs +33 -47
  158. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +8 -10
  160. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
  162. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
  163. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
  165. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +16 -30
  167. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
  169. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +5 -13
  171. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +23 -23
  173. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-carousel.mjs +69 -116
  175. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +4 -5
  177. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
  179. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +40 -44
  180. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
  182. package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
  183. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-confirm.mjs +9 -10
  185. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -32
  187. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
  189. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
  191. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-files.mjs +110 -230
  193. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
  195. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
  197. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -75
  199. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-input-color.mjs +27 -28
  201. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +34 -46
  203. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +37 -36
  205. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +40 -55
  207. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-input-date.mjs +52 -58
  209. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -12
  211. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +26 -22
  213. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-input-month.mjs +39 -45
  215. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-input-number.mjs +50 -50
  217. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +61 -67
  219. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +37 -41
  221. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +24 -22
  223. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-components-input-range.mjs +42 -69
  225. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +15 -10
  227. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-input-time.mjs +38 -39
  229. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-input-year.mjs +31 -36
  231. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -70
  233. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  235. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +14 -14
  237. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
  239. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +36 -52
  241. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +12 -12
  243. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-components-pager.mjs +30 -44
  245. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-components-pagination.mjs +65 -150
  247. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  249. package/fesm2022/taiga-ui-kit-components-preview.mjs +77 -145
  250. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-progress.mjs +44 -63
  252. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  254. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-push.mjs +27 -40
  256. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
  258. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
  260. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-components-range.mjs +19 -29
  262. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -4
  264. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -4
  266. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-components-segmented.mjs +31 -57
  268. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-components-select.mjs +52 -28
  270. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-components-slider.mjs +49 -67
  272. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  274. package/fesm2022/taiga-ui-kit-components-stepper.mjs +61 -88
  275. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  277. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-components-tabs.mjs +73 -126
  279. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-components-textarea.mjs +60 -71
  281. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-components-tiles.mjs +36 -68
  283. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-components-toast.mjs +27 -28
  285. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-components-tree.mjs +62 -92
  287. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  288. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  289. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  291. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  292. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  293. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
  294. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  295. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +6 -6
  296. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  297. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
  298. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  299. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
  300. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  301. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -52
  302. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  303. package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
  304. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  305. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
  306. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
  307. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-directives-password.mjs +10 -8
  309. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
  311. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  313. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  314. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  315. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  316. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +8 -8
  317. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +8 -10
  319. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -14
  321. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  322. package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
  323. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  324. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  325. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  326. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -24
  327. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  329. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  330. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -4
  331. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  333. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  334. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  335. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  336. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  337. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  338. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  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 -108
  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 +33 -33
  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 +3 -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/utils/maskito.binding.d.ts +1 -1
  369. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  370. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  371. package/components/elastic-container/index.d.ts +0 -2
  372. package/components/floating-container/floating-container.directive.d.ts +0 -7
  373. package/components/floating-container/index.d.ts +0 -1
  374. package/components/input-range/input-range.d.ts +0 -3
  375. package/components/slides/index.d.ts +0 -1
  376. package/components/slides/slides.directive.d.ts +0 -11
  377. package/components/textarea/textarea-limit.directive.d.ts +0 -26
  378. package/directives/lazy-loading/index.d.ts +0 -2
  379. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  380. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  381. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
  382. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  383. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  384. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  385. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  386. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  387. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -80
  388. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  389. package/tokens/calendar-date-stream.d.ts +0 -10
  390. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  391. package/tokens/input-date-options.d.ts +0 -15
  392. package/tokens/items-handlers.d.ts +0 -20
  393. package/tokens/mobile-calendar.d.ts +0 -6
  394. package/tokens/month-formatter.d.ts +0 -5
  395. package/utils/phone.d.ts +0 -3
  396. package/utils/toggle-day.d.ts +0 -2
  397. /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
@@ -1,19 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
3
- import { type TuiDay, type TuiDayRange, type TuiTime } from '@taiga-ui/cdk/date-time';
4
- /**
5
- * Control value transformer of TuiDay to custom value format for InputDate* components
6
- */
7
- export declare const TUI_DATE_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiDay | null, unknown>>;
8
- /**
9
- * Control value transformer for InputDateRange component
10
- */
11
- export declare const TUI_DATE_RANGE_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiDayRange | null, unknown>>;
12
- /**
13
- * Control value transformer for InputDateTime component
14
- */
15
- export declare const TUI_DATE_TIME_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<[TuiDay, TuiTime | null], unknown>>;
16
- /**
17
- * Control value transformer for InputTime component
18
- */
19
- export declare const TUI_TIME_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiTime | null, unknown>>;
@@ -1,15 +0,0 @@
1
- import { type TuiDay } from '@taiga-ui/cdk/date-time';
2
- import { type TuiContext } from '@taiga-ui/cdk/types';
3
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
4
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
- export interface TuiInputDateOptions {
6
- readonly icon: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
7
- readonly max: TuiDay;
8
- readonly min: TuiDay;
9
- readonly nativePicker: boolean;
10
- }
11
- export declare const TUI_INPUT_DATE_DEFAULT_OPTIONS: TuiInputDateOptions;
12
- /**
13
- * Default parameters for InputDate component
14
- */
15
- export declare const TUI_INPUT_DATE_OPTIONS: import("@angular/core").InjectionToken<TuiInputDateOptions>, tuiInputDateOptionsProvider: (item: Partial<TuiInputDateOptions> | (() => Partial<TuiInputDateOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,20 +0,0 @@
1
- import { type TuiBooleanHandler, type TuiIdentityMatcher, type TuiStringHandler } from '@taiga-ui/cdk/types';
2
- /**
3
- * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
4
- * TODO(v5): delete
5
- */
6
- export interface TuiItemsHandlers<T> {
7
- readonly disabledItemHandler: TuiBooleanHandler<T>;
8
- readonly identityMatcher: TuiIdentityMatcher<T>;
9
- readonly stringify: TuiStringHandler<T>;
10
- }
11
- /**
12
- * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
13
- * TODO(v5): delete
14
- */
15
- export declare const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown>;
16
- /**
17
- * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
18
- * TODO(v5): delete
19
- */
20
- export declare const TUI_ITEMS_HANDLERS: import("@angular/core").InjectionToken<TuiItemsHandlers<unknown>>, tuiItemsHandlersProvider: (item: Partial<TuiItemsHandlers<unknown>> | (() => Partial<TuiItemsHandlers<unknown>>)) => import("@angular/core").FactoryProvider;
@@ -1,6 +0,0 @@
1
- import { type FactoryProvider, InjectionToken, type Type } from '@angular/core';
2
- /**
3
- * A component for mobile data picker
4
- */
5
- export declare const TUI_MOBILE_CALENDAR: InjectionToken<Type<unknown>>;
6
- export declare const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider;
@@ -1,5 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type TuiMonth } from '@taiga-ui/cdk/date-time';
3
- import { type TuiHandler } from '@taiga-ui/cdk/types';
4
- import { type Observable } from 'rxjs';
5
- export declare const TUI_MONTH_FORMATTER: InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
package/utils/phone.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
2
- import { type MetadataJson } from 'libphonenumber-js/core';
3
- export declare function tuiGetCallingCode(iso: TuiCountryIsoCode, metadata?: MetadataJson | null): string;
@@ -1,2 +0,0 @@
1
- import { type TuiDay } from '@taiga-ui/cdk/date-time';
2
- export declare function tuiToggleDay(days: readonly TuiDay[] | null, day: TuiDay): readonly TuiDay[];