@taiga-ui/kit 4.52.0-canary.932d3ef → 4.52.0-canary.9471234

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 (512) hide show
  1. package/README.md +1 -1
  2. package/components/accordion/accordion.component.d.ts +13 -0
  3. package/components/accordion/accordion.d.ts +4 -4
  4. package/components/accordion/accordion.directive.d.ts +11 -10
  5. package/components/accordion/index.d.ts +1 -3
  6. package/components/action-bar/action-bar.component.d.ts +5 -7
  7. package/components/action-bar/index.d.ts +0 -2
  8. package/components/avatar/avatar-labeled.component.d.ts +3 -3
  9. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  10. package/components/avatar/avatar-stack.component.d.ts +2 -2
  11. package/components/avatar/avatar.directive.d.ts +4 -3
  12. package/components/badge/badge.directive.d.ts +2 -2
  13. package/components/badge/badge.options.d.ts +1 -3
  14. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  15. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  16. package/components/badged-content/badged-content.directive.d.ts +2 -3
  17. package/components/block/block.directive.d.ts +4 -4
  18. package/components/block/block.options.d.ts +2 -4
  19. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  20. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  21. package/components/button-loading/button-loading.component.d.ts +5 -5
  22. package/components/calendar-month/calendar-month.component.d.ts +6 -6
  23. package/components/calendar-range/calendar-range.component.d.ts +2 -5
  24. package/components/calendar-range/day-range-period.d.ts +2 -1
  25. package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
  26. package/components/carousel/carousel-scroll.directive.d.ts +1 -1
  27. package/components/carousel/carousel.component.d.ts +15 -18
  28. package/components/carousel/carousel.directive.d.ts +5 -4
  29. package/components/checkbox/checkbox.component.d.ts +7 -18
  30. package/components/checkbox/checkbox.options.d.ts +5 -9
  31. package/components/chip/chip.directive.d.ts +2 -4
  32. package/components/chip/chip.options.d.ts +1 -3
  33. package/components/combo-box/combo-box.d.ts +5 -0
  34. package/components/combo-box/combo-box.directive.d.ts +7 -9
  35. package/components/combo-box/index.d.ts +1 -0
  36. package/components/comment/comment.directive.d.ts +2 -2
  37. package/components/compass/compass.component.d.ts +2 -2
  38. package/components/confirm/confirm.component.d.ts +5 -3
  39. package/components/confirm/confirm.service.d.ts +3 -2
  40. package/{directives → components}/copy/copy.component.d.ts +4 -5
  41. package/{directives → components}/copy/copy.directive.d.ts +4 -6
  42. package/{directives → components}/copy/copy.options.d.ts +1 -1
  43. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
  44. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  45. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  46. package/components/data-list-wrapper/index.d.ts +1 -1
  47. package/components/drawer/drawer.component.d.ts +3 -4
  48. package/components/files/file/file.component.d.ts +16 -29
  49. package/components/files/file/file.options.d.ts +1 -1
  50. package/components/files/files/files.component.d.ts +7 -10
  51. package/components/files/input-files/input-files.component.d.ts +2 -2
  52. package/components/files/input-files/input-files.content.d.ts +7 -8
  53. package/components/files/input-files/input-files.directive.d.ts +2 -2
  54. package/components/files/input-files/input-files.options.d.ts +1 -3
  55. package/components/filter/filter.component.d.ts +9 -12
  56. package/components/fullscreen/fullscreen.component.d.ts +11 -0
  57. package/components/fullscreen/index.d.ts +1 -0
  58. package/components/index.d.ts +3 -5
  59. package/components/input-chip/input-chip.component.d.ts +9 -8
  60. package/components/input-chip/input-chip.d.ts +5 -1
  61. package/components/input-chip/input-chip.directive.d.ts +7 -12
  62. package/components/input-color/index.d.ts +1 -0
  63. package/components/input-color/input-color.component.d.ts +10 -14
  64. package/components/input-color/input-color.d.ts +5 -0
  65. package/components/input-date/input-date.component.d.ts +2 -2
  66. package/components/input-date/input-date.d.ts +4 -1
  67. package/components/input-date/input-date.directive.d.ts +21 -22
  68. package/components/input-date/input-date.options.d.ts +3 -3
  69. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  70. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  71. package/components/input-date-range/input-date-range.d.ts +4 -1
  72. package/components/input-date-range/input-date-range.directive.d.ts +9 -10
  73. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  74. package/components/input-date-time/input-date-time.d.ts +4 -1
  75. package/components/input-date-time/input-date-time.directive.d.ts +14 -14
  76. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  77. package/components/input-inline/input-inline.component.d.ts +3 -2
  78. package/components/input-month/input-month.component.d.ts +3 -5
  79. package/components/input-month/input-month.d.ts +4 -1
  80. package/components/input-month/input-month.directive.d.ts +6 -5
  81. package/components/input-month-range/input-month-range.d.ts +4 -1
  82. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  83. package/components/input-number/index.d.ts +3 -0
  84. package/components/input-number/input-number.d.ts +7 -2
  85. package/components/input-number/input-number.directive.d.ts +11 -28
  86. package/components/input-number/input-number.options.d.ts +4 -7
  87. package/components/input-number/number-mask.directive.d.ts +42 -0
  88. package/components/input-number/quantum.directive.d.ts +10 -8
  89. package/components/input-number/step/input-number-step.component.d.ts +11 -10
  90. package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
  91. package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
  92. package/components/input-phone/index.d.ts +1 -0
  93. package/components/input-phone/input-phone.d.ts +5 -0
  94. package/components/input-phone/input-phone.directive.d.ts +12 -14
  95. package/components/input-phone-international/index.d.ts +1 -0
  96. package/components/input-phone-international/input-phone-international.component.d.ts +28 -36
  97. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  98. package/components/input-phone-international/input-phone-international.options.d.ts +2 -3
  99. package/components/input-pin/index.d.ts +1 -0
  100. package/components/input-pin/input-pin.component.d.ts +6 -7
  101. package/components/input-pin/input-pin.d.ts +5 -0
  102. package/components/input-range/index.d.ts +0 -1
  103. package/components/input-range/input-range.component.d.ts +29 -62
  104. package/components/input-slider/input-slider.d.ts +4 -1
  105. package/components/input-slider/input-slider.directive.d.ts +6 -7
  106. package/components/input-time/input-time.component.d.ts +1 -3
  107. package/components/input-time/input-time.d.ts +4 -1
  108. package/components/input-time/input-time.directive.d.ts +9 -11
  109. package/components/input-year/input-year.d.ts +4 -1
  110. package/components/input-year/input-year.directive.d.ts +8 -10
  111. package/components/input-year/input-year.options.d.ts +2 -2
  112. package/components/items-with-more/items-with-more.component.d.ts +6 -6
  113. package/components/items-with-more/items-with-more.directive.d.ts +6 -6
  114. package/components/like/like.component.d.ts +4 -11
  115. package/components/like/like.options.d.ts +3 -4
  116. package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
  117. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  118. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  119. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +6 -8
  120. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
  121. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  122. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  123. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  124. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  125. package/components/pager/pager.component.d.ts +13 -13
  126. package/components/pagination/index.d.ts +1 -0
  127. package/components/pagination/pagination.component.d.ts +25 -55
  128. package/components/pagination/pagination.options.d.ts +7 -0
  129. package/components/pin/pin.directive.d.ts +2 -2
  130. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  131. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  132. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  133. package/components/preview/index.d.ts +1 -0
  134. package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
  135. package/components/preview/preview.component.d.ts +6 -6
  136. package/components/preview/preview.d.ts +2 -1
  137. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  138. package/components/preview/zoom/preview-zoom.component.d.ts +11 -17
  139. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  140. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  141. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  142. package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
  143. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  144. package/components/progress/progress.options.d.ts +1 -3
  145. package/components/pulse/pulse.component.d.ts +2 -2
  146. package/components/push/push-alert.component.d.ts +4 -3
  147. package/components/push/push.component.d.ts +7 -8
  148. package/components/push/push.directive.d.ts +4 -6
  149. package/components/push/push.options.d.ts +5 -8
  150. package/components/push/push.service.d.ts +6 -2
  151. package/components/radio/radio.component.d.ts +8 -9
  152. package/components/radio/radio.directive.d.ts +2 -2
  153. package/components/radio/radio.options.d.ts +2 -5
  154. package/components/radio-list/radio-list.component.d.ts +11 -9
  155. package/components/range/range-change.directive.d.ts +1 -2
  156. package/components/range/range.component.d.ts +16 -25
  157. package/components/rating/rating.component.d.ts +5 -5
  158. package/components/rating/rating.options.d.ts +6 -6
  159. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  160. package/components/segmented/segmented.component.d.ts +4 -6
  161. package/components/segmented/segmented.directive.d.ts +6 -7
  162. package/components/select/native-select/native-select.component.d.ts +7 -8
  163. package/components/select/select.d.ts +4 -1
  164. package/components/select/select.directive.d.ts +4 -3
  165. package/components/slider/helpers/key-steps.d.ts +1 -2
  166. package/components/slider/helpers/slider-key-steps.directive.d.ts +19 -25
  167. package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
  168. package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
  169. package/components/slider/slider.component.d.ts +4 -7
  170. package/components/slider/slider.options.d.ts +1 -6
  171. package/components/status/status.directive.d.ts +2 -2
  172. package/components/stepper/step.component.d.ts +14 -9
  173. package/components/stepper/stepper.component.d.ts +5 -12
  174. package/components/switch/switch.component.d.ts +8 -19
  175. package/components/switch/switch.options.d.ts +4 -8
  176. package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
  177. package/components/tabs/tabs-vertical.directive.d.ts +2 -2
  178. package/components/tabs/tabs-with-more.component.d.ts +13 -17
  179. package/components/tabs/tabs.directive.d.ts +5 -7
  180. package/components/tabs/tabs.options.d.ts +1 -6
  181. package/components/textarea/index.d.ts +2 -1
  182. package/components/textarea/textarea.component.d.ts +10 -11
  183. package/components/textarea/textarea.d.ts +6 -0
  184. package/components/textarea/textarea.directive.d.ts +13 -0
  185. package/components/tiles/tile-handle.directive.d.ts +2 -1
  186. package/components/tiles/tile.component.d.ts +7 -10
  187. package/components/tiles/tile.service.d.ts +1 -1
  188. package/components/tiles/tiles.component.d.ts +4 -7
  189. package/components/toast/index.d.ts +5 -0
  190. package/components/toast/toast.component.d.ts +18 -0
  191. package/components/toast/toast.d.ts +3 -0
  192. package/components/toast/toast.directive.d.ts +7 -0
  193. package/components/toast/toast.options.d.ts +10 -0
  194. package/components/toast/toast.service.d.ts +17 -0
  195. package/components/tree/components/tree/tree.component.d.ts +7 -7
  196. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  197. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
  198. package/components/tree/directives/tree-children.directive.d.ts +2 -2
  199. package/components/tree/directives/tree-controller.directive.d.ts +4 -5
  200. package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
  201. package/components/tree/directives/tree-node.directive.d.ts +5 -4
  202. package/components/tree/misc/tree.constants.d.ts +0 -3
  203. package/components/tree/misc/tree.tokens.d.ts +1 -6
  204. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  205. package/directives/appearance-proxy/index.d.ts +1 -0
  206. package/directives/button-select/button-select.directive.d.ts +4 -4
  207. package/directives/chevron/chevron.directive.d.ts +2 -3
  208. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  209. package/directives/fade/fade.directive.d.ts +6 -6
  210. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  211. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  212. package/directives/highlight/highlight.directive.d.ts +4 -4
  213. package/directives/index.d.ts +1 -3
  214. package/directives/password/password.directive.d.ts +1 -1
  215. package/directives/present/present.directive.d.ts +2 -4
  216. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  217. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  218. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  219. package/directives/tooltip/tooltip.directive.d.ts +3 -3
  220. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  221. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  222. package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
  223. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +24 -40
  225. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components-avatar.mjs +55 -81
  227. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
  229. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-badge.mjs +17 -28
  231. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -12
  233. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-block.mjs +20 -31
  235. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +19 -39
  237. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +19 -27
  239. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +14 -37
  241. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +30 -40
  243. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-components-carousel.mjs +72 -125
  245. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +18 -76
  247. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-chip.mjs +19 -35
  249. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +45 -50
  251. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  253. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
  255. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-components-confirm.mjs +16 -19
  257. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-components-copy.mjs +106 -0
  259. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  260. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
  261. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-components-drawer.mjs +11 -32
  263. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-components-files.mjs +118 -245
  265. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
  267. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +44 -0
  269. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  270. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +76 -84
  271. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-components-input-color.mjs +32 -35
  273. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
  275. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +37 -37
  277. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +42 -59
  279. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-components-input-date.mjs +60 -74
  281. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -13
  283. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +30 -28
  285. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-components-input-month.mjs +45 -53
  287. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  288. package/fesm2022/taiga-ui-kit-components-input-number.mjs +270 -214
  289. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +128 -160
  291. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  292. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +40 -46
  293. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  294. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +26 -24
  295. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  296. package/fesm2022/taiga-ui-kit-components-input-range.mjs +71 -93
  297. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  298. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +48 -52
  299. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  300. package/fesm2022/taiga-ui-kit-components-input-time.mjs +66 -73
  301. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  302. package/fesm2022/taiga-ui-kit-components-input-year.mjs +33 -40
  303. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  304. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +56 -78
  305. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  306. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  307. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +38 -82
  309. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-components-message.mjs +9 -12
  311. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +46 -62
  313. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +38 -34
  315. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  316. package/fesm2022/taiga-ui-kit-components-pager.mjs +34 -48
  317. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-components-pagination.mjs +78 -153
  319. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  321. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  322. package/fesm2022/taiga-ui-kit-components-preview.mjs +98 -158
  323. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  324. package/fesm2022/taiga-ui-kit-components-progress.mjs +93 -117
  325. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  326. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  327. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-components-push.mjs +54 -74
  329. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  330. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
  331. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-components-radio.mjs +35 -41
  333. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  334. package/fesm2022/taiga-ui-kit-components-range.mjs +42 -96
  335. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  336. package/fesm2022/taiga-ui-kit-components-rating.mjs +19 -28
  337. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  338. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
  339. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  340. package/fesm2022/taiga-ui-kit-components-segmented.mjs +40 -61
  341. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  342. package/fesm2022/taiga-ui-kit-components-select.mjs +81 -62
  343. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  344. package/fesm2022/taiga-ui-kit-components-slider.mjs +96 -126
  345. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  346. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  347. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  348. package/fesm2022/taiga-ui-kit-components-stepper.mjs +63 -90
  349. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  350. package/fesm2022/taiga-ui-kit-components-switch.mjs +22 -64
  351. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  352. package/fesm2022/taiga-ui-kit-components-tabs.mjs +110 -180
  353. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  354. package/fesm2022/taiga-ui-kit-components-textarea.mjs +64 -84
  355. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  356. package/fesm2022/taiga-ui-kit-components-tiles.mjs +62 -107
  357. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  358. package/fesm2022/taiga-ui-kit-components-toast.mjs +165 -0
  359. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
  360. package/fesm2022/taiga-ui-kit-components-tree.mjs +92 -127
  361. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  362. package/fesm2022/taiga-ui-kit-components.mjs +3 -5
  363. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  364. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  365. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  366. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +9 -12
  367. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  368. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +22 -21
  369. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  370. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +16 -22
  371. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  372. package/fesm2022/taiga-ui-kit-directives-connected.mjs +9 -15
  373. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  374. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
  375. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  376. package/fesm2022/taiga-ui-kit-directives-fade.mjs +35 -47
  377. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  378. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +20 -33
  379. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  380. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +19 -24
  381. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  382. package/fesm2022/taiga-ui-kit-directives-password.mjs +14 -16
  383. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  384. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
  385. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  386. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +16 -21
  387. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  388. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  389. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  390. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +28 -38
  391. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  392. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +19 -24
  393. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  394. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +10 -14
  395. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  396. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
  397. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  398. package/fesm2022/taiga-ui-kit-directives.mjs +1 -3
  399. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  400. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  401. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  402. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
  403. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  404. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +22 -36
  405. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  406. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  407. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  408. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -27
  409. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  410. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  411. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  412. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  413. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  414. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
  415. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  416. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
  417. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  418. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -1
  419. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  420. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -126
  421. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  422. package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
  423. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  424. package/package.json +52 -59
  425. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  426. package/pipes/auto-color/index.d.ts +1 -0
  427. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +5 -2
  428. package/pipes/flag/flag.pipe.d.ts +13 -0
  429. package/pipes/flag/index.d.ts +1 -0
  430. package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
  431. package/pipes/index.d.ts +3 -1
  432. package/pipes/initials/index.d.ts +1 -0
  433. package/pipes/initials/initials.pipe.d.ts +7 -0
  434. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  435. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  436. package/styles/components/avatar.less +188 -0
  437. package/styles/components/badge.less +6 -6
  438. package/styles/components/block.less +5 -5
  439. package/styles/components/checkbox.less +14 -12
  440. package/styles/components/chip.less +14 -6
  441. package/styles/components/comment.less +15 -17
  442. package/styles/components/like.less +4 -9
  443. package/styles/components/message.less +1 -1
  444. package/styles/components/pin.less +6 -10
  445. package/styles/components/radio.less +1 -1
  446. package/styles/components/switch.less +12 -11
  447. package/styles/components/toast.less +44 -0
  448. package/tokens/i18n.d.ts +26 -26
  449. package/tokens/index.d.ts +0 -8
  450. package/utils/index.d.ts +0 -2
  451. package/utils/maskito.binding.d.ts +1 -1
  452. package/components/accordion/accordion-item-content.directive.d.ts +0 -6
  453. package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
  454. package/components/accordion/accordion-item.component.d.ts +0 -25
  455. package/components/action-bar/action-bar.d.ts +0 -3
  456. package/components/action-bar/action-bar.directive.d.ts +0 -6
  457. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  458. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  459. package/components/elastic-container/index.d.ts +0 -2
  460. package/components/floating-container/floating-container.directive.d.ts +0 -7
  461. package/components/floating-container/index.d.ts +0 -1
  462. package/components/input-password/index.d.ts +0 -2
  463. package/components/input-password/input-password.component.d.ts +0 -16
  464. package/components/input-password/input-password.options.d.ts +0 -24
  465. package/components/input-range/input-range.d.ts +0 -3
  466. package/components/pdf-viewer/index.d.ts +0 -4
  467. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  468. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  469. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  470. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  471. package/components/slides/index.d.ts +0 -1
  472. package/components/slides/slides.directive.d.ts +0 -11
  473. package/components/textarea/textarea-limit.directive.d.ts +0 -27
  474. package/directives/button-close/button-close.directive.d.ts +0 -5
  475. package/directives/button-close/index.d.ts +0 -1
  476. package/directives/lazy-loading/index.d.ts +0 -2
  477. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  478. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  479. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
  480. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  481. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -43
  482. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  483. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -95
  484. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  485. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  486. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  487. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  488. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  489. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -57
  490. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  491. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -39
  492. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
  493. package/fesm2022/taiga-ui-kit-directives-copy.mjs +0 -121
  494. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  495. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
  496. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  497. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  498. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  499. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  500. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  501. package/pipes/field-error/index.d.ts +0 -2
  502. package/tokens/calendar-date-stream.d.ts +0 -10
  503. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  504. package/tokens/input-date-options.d.ts +0 -15
  505. package/tokens/items-handlers.d.ts +0 -26
  506. package/tokens/mobile-calendar.d.ts +0 -6
  507. package/tokens/month-formatter.d.ts +0 -5
  508. package/tokens/validation-errors.d.ts +0 -5
  509. package/utils/phone.d.ts +0 -3
  510. package/utils/toggle-day.d.ts +0 -2
  511. /package/{directives → components}/copy/copy.d.ts +0 -0
  512. /package/{directives → components}/copy/index.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.932d3ef",
3
+ "version": "4.52.0-canary.9471234",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -10,7 +10,10 @@
10
10
  "directive"
11
11
  ],
12
12
  "homepage": "https://github.com/taiga-family/taiga-ui",
13
- "repository": "https://github.com/taiga-family/taiga-ui",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/taiga-family/taiga-ui"
16
+ },
14
17
  "license": "Apache-2.0",
15
18
  "exports": {
16
19
  "./styles/*": "./styles/*",
@@ -113,6 +116,10 @@
113
116
  "types": "./components/confirm/index.d.ts",
114
117
  "default": "./fesm2022/taiga-ui-kit-components-confirm.mjs"
115
118
  },
119
+ "./components/copy": {
120
+ "types": "./components/copy/index.d.ts",
121
+ "default": "./fesm2022/taiga-ui-kit-components-copy.mjs"
122
+ },
116
123
  "./components/data-list-wrapper": {
117
124
  "types": "./components/data-list-wrapper/index.d.ts",
118
125
  "default": "./fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs"
@@ -121,10 +128,6 @@
121
128
  "types": "./components/drawer/index.d.ts",
122
129
  "default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
123
130
  },
124
- "./components/elastic-container": {
125
- "types": "./components/elastic-container/index.d.ts",
126
- "default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
127
- },
128
131
  "./components/files": {
129
132
  "types": "./components/files/index.d.ts",
130
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
@@ -133,9 +136,9 @@
133
136
  "types": "./components/filter/index.d.ts",
134
137
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
135
138
  },
136
- "./components/floating-container": {
137
- "types": "./components/floating-container/index.d.ts",
138
- "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
139
+ "./components/fullscreen": {
140
+ "types": "./components/fullscreen/index.d.ts",
141
+ "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
139
142
  },
140
143
  "./components/input-chip": {
141
144
  "types": "./components/input-chip/index.d.ts",
@@ -177,10 +180,6 @@
177
180
  "types": "./components/input-number/index.d.ts",
178
181
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
179
182
  },
180
- "./components/input-password": {
181
- "types": "./components/input-password/index.d.ts",
182
- "default": "./fesm2022/taiga-ui-kit-components-input-password.mjs"
183
- },
184
183
  "./components/input-phone": {
185
184
  "types": "./components/input-phone/index.d.ts",
186
185
  "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
@@ -241,18 +240,10 @@
241
240
  "types": "./components/pagination/index.d.ts",
242
241
  "default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
243
242
  },
244
- "./components/pdf-viewer": {
245
- "types": "./components/pdf-viewer/index.d.ts",
246
- "default": "./fesm2022/taiga-ui-kit-components-pdf-viewer.mjs"
247
- },
248
243
  "./components/pin": {
249
244
  "types": "./components/pin/index.d.ts",
250
245
  "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
251
246
  },
252
- "./components/preview": {
253
- "types": "./components/preview/index.d.ts",
254
- "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
255
- },
256
247
  "./components/progress": {
257
248
  "types": "./components/progress/index.d.ts",
258
249
  "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
@@ -261,6 +252,10 @@
261
252
  "types": "./components/pulse/index.d.ts",
262
253
  "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
263
254
  },
255
+ "./components/preview": {
256
+ "types": "./components/preview/index.d.ts",
257
+ "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
258
+ },
264
259
  "./components/push": {
265
260
  "types": "./components/push/index.d.ts",
266
261
  "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
@@ -297,10 +292,6 @@
297
292
  "types": "./components/slider/index.d.ts",
298
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
299
294
  },
300
- "./components/slides": {
301
- "types": "./components/slides/index.d.ts",
302
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
303
- },
304
295
  "./components/status": {
305
296
  "types": "./components/status/index.d.ts",
306
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -317,21 +308,25 @@
317
308
  "types": "./components/tabs/index.d.ts",
318
309
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
319
310
  },
311
+ "./components/textarea": {
312
+ "types": "./components/textarea/index.d.ts",
313
+ "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
314
+ },
320
315
  "./components/tiles": {
321
316
  "types": "./components/tiles/index.d.ts",
322
317
  "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
323
318
  },
324
- "./components/textarea": {
325
- "types": "./components/textarea/index.d.ts",
326
- "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
319
+ "./components/toast": {
320
+ "types": "./components/toast/index.d.ts",
321
+ "default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
327
322
  },
328
323
  "./components/tree": {
329
324
  "types": "./components/tree/index.d.ts",
330
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
331
326
  },
332
- "./directives/button-close": {
333
- "types": "./directives/button-close/index.d.ts",
334
- "default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
327
+ "./directives/appearance-proxy": {
328
+ "types": "./directives/appearance-proxy/index.d.ts",
329
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
335
330
  },
336
331
  "./directives/button-group": {
337
332
  "types": "./directives/button-group/index.d.ts",
@@ -349,10 +344,6 @@
349
344
  "types": "./directives/connected/index.d.ts",
350
345
  "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
351
346
  },
352
- "./directives/copy": {
353
- "types": "./directives/copy/index.d.ts",
354
- "default": "./fesm2022/taiga-ui-kit-directives-copy.mjs"
355
- },
356
347
  "./directives/data-list-dropdown-manager": {
357
348
  "types": "./directives/data-list-dropdown-manager/index.d.ts",
358
349
  "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
@@ -369,10 +360,6 @@
369
360
  "types": "./directives/highlight/index.d.ts",
370
361
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
371
362
  },
372
- "./directives/lazy-loading": {
373
- "types": "./directives/lazy-loading/index.d.ts",
374
- "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
375
- },
376
363
  "./directives/password": {
377
364
  "types": "./directives/password/index.d.ts",
378
365
  "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
@@ -405,22 +392,30 @@
405
392
  "types": "./directives/unmask-handler/index.d.ts",
406
393
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
407
394
  },
408
- "./pipes/emails": {
409
- "types": "./pipes/emails/index.d.ts",
410
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
411
- },
412
- "./pipes/field-error": {
413
- "types": "./pipes/field-error/index.d.ts",
414
- "default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
395
+ "./pipes/auto-color": {
396
+ "types": "./pipes/auto-color/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
415
398
  },
416
399
  "./pipes/filter-by-input": {
417
400
  "types": "./pipes/filter-by-input/index.d.ts",
418
401
  "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
419
402
  },
403
+ "./pipes/emails": {
404
+ "types": "./pipes/emails/index.d.ts",
405
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
406
+ },
407
+ "./pipes/flag": {
408
+ "types": "./pipes/flag/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
410
+ },
420
411
  "./pipes/hide-selected": {
421
412
  "types": "./pipes/hide-selected/index.d.ts",
422
413
  "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
423
414
  },
415
+ "./pipes/initials": {
416
+ "types": "./pipes/initials/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
418
+ },
424
419
  "./pipes/sort-countries": {
425
420
  "types": "./pipes/sort-countries/index.d.ts",
426
421
  "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
@@ -432,10 +427,6 @@
432
427
  "./pipes/stringify-content": {
433
428
  "types": "./pipes/stringify-content/index.d.ts",
434
429
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
435
- },
436
- "./components/preview/dialog": {
437
- "types": "./components/preview/dialog/index.d.ts",
438
- "default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
439
430
  }
440
431
  },
441
432
  "peerDependencies": {
@@ -443,18 +434,20 @@
443
434
  "@angular/core": ">=19.0.0",
444
435
  "@angular/forms": ">=19.0.0",
445
436
  "@angular/router": ">=19.0.0",
446
- "@maskito/angular": "^3.10.3",
447
- "@maskito/core": "^3.10.3",
448
- "@maskito/kit": "^3.10.3",
449
- "@maskito/phone": "^3.10.3",
450
- "@ng-web-apis/common": "^4.12.0",
451
- "@ng-web-apis/intersection-observer": "^4.12.0",
452
- "@ng-web-apis/mutation-observer": "^4.12.0",
453
- "@ng-web-apis/resize-observer": "^4.12.0",
437
+ "@maskito/angular": "^5.0.0",
438
+ "@maskito/core": "^5.0.0",
439
+ "@maskito/kit": "^5.0.0",
440
+ "@maskito/phone": "^5.0.0",
441
+ "@ng-web-apis/common": "^5.0.1",
442
+ "@ng-web-apis/intersection-observer": "^5.0.1",
443
+ "@ng-web-apis/mutation-observer": "^5.0.1",
444
+ "@ng-web-apis/platform": "^5.0.1",
445
+ "@ng-web-apis/resize-observer": "^5.0.1",
454
446
  "@taiga-ui/cdk": "^4.52.0",
455
447
  "@taiga-ui/core": "^4.52.0",
448
+ "@taiga-ui/design-tokens": "~0.274.0",
456
449
  "@taiga-ui/i18n": "^4.52.0",
457
- "@taiga-ui/polymorpheus": "^4.9.0",
450
+ "@taiga-ui/polymorpheus": "^5.0.0",
458
451
  "rxjs": ">=7.0.0"
459
452
  },
460
453
  "module": "fesm2022/taiga-ui-kit.mjs",
@@ -0,0 +1,13 @@
1
+ import { type PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TuiAutoColorPipe implements PipeTransform {
4
+ transform(text: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiAutoColorPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TuiAutoColorPipe, "tuiAutoColor", true>;
7
+ }
8
+ /**
9
+ * Converts a string to an HSL color
10
+ * @param value string to convert
11
+ * @return HSL color string
12
+ */
13
+ export declare function tuiAutoColor(value: string): string;
@@ -0,0 +1 @@
1
+ export * from './auto-color.pipe';
@@ -3,8 +3,11 @@ import { type TuiStringMatcher } from '@taiga-ui/cdk/types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TuiFilterByInputPipe implements PipeTransform {
5
5
  private readonly textfield;
6
- private readonly host;
7
- private readonly itemsHandlers;
6
+ private readonly handlers;
7
+ private readonly multi;
8
+ private readonly matcher;
9
+ private readonly items;
10
+ private readonly filtered;
8
11
  transform<T>(items: ReadonlyArray<readonly T[]>, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]>;
9
12
  transform<T>(items: readonly T[], matcher?: TuiStringMatcher<T>): readonly T[];
10
13
  transform<T>(items: ReadonlyArray<readonly T[]> | null, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]> | null;
@@ -0,0 +1,13 @@
1
+ import { type PipeTransform } from '@angular/core';
2
+ import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
+ import * as i0 from "@angular/core";
4
+ type IsoCode = TuiCountryIsoCode | string;
5
+ export declare class TuiFlagPipe implements PipeTransform {
6
+ private readonly staticPath;
7
+ transform(countryIsoCode: IsoCode): string;
8
+ transform(countryIsoCode: IsoCode | undefined): string | null;
9
+ transform(countryIsoCode?: IsoCode | null): string | null;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlagPipe, never>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<TuiFlagPipe, "tuiFlag", true>;
12
+ }
13
+ export {};
@@ -0,0 +1 @@
1
+ export * from './flag.pipe';
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
3
3
  export declare class TuiHideSelectedPipe implements PipeTransform {
4
4
  private readonly textfield;
5
5
  private readonly handlers;
6
+ private readonly items;
7
+ private readonly filtered;
6
8
  transform<T>(items: readonly T[] | null): readonly T[] | null;
7
9
  transform<T>(items: ReadonlyArray<readonly T[]> | null): ReadonlyArray<readonly T[]> | null;
8
10
  private filter2d;
package/pipes/index.d.ts CHANGED
@@ -1,7 +1,9 @@
1
+ export * from '@taiga-ui/kit/pipes/auto-color';
1
2
  export * from '@taiga-ui/kit/pipes/emails';
2
- export * from '@taiga-ui/kit/pipes/field-error';
3
3
  export * from '@taiga-ui/kit/pipes/filter-by-input';
4
+ export * from '@taiga-ui/kit/pipes/flag';
4
5
  export * from '@taiga-ui/kit/pipes/hide-selected';
6
+ export * from '@taiga-ui/kit/pipes/initials';
5
7
  export * from '@taiga-ui/kit/pipes/sort-countries';
6
8
  export * from '@taiga-ui/kit/pipes/stringify';
7
9
  export * from '@taiga-ui/kit/pipes/stringify-content';
@@ -0,0 +1 @@
1
+ export * from './initials.pipe';
@@ -0,0 +1,7 @@
1
+ import { type PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TuiInitialsPipe implements PipeTransform {
4
+ transform(text: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiInitialsPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TuiInitialsPipe, "tuiInitials", true>;
7
+ }
@@ -1,10 +1,11 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
2
  import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
- import { type Observable } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TuiSortCountriesPipe implements PipeTransform {
6
- private readonly countriesNames$;
7
- transform(countries: readonly TuiCountryIsoCode[]): Observable<TuiCountryIsoCode[]>;
5
+ private readonly names;
6
+ private readonly countries;
7
+ private readonly result;
8
+ transform(countries: readonly TuiCountryIsoCode[]): TuiCountryIsoCode[];
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiSortCountriesPipe, never>;
9
10
  static ɵpipe: i0.ɵɵPipeDeclaration<TuiSortCountriesPipe, "tuiSortCountries", true>;
10
11
  }
@@ -1,9 +1,8 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
- import { type TuiStringHandler } from '@taiga-ui/cdk/types';
3
- import { type TuiValueContentContext } from '@taiga-ui/core/types';
2
+ import { type TuiContext, type TuiStringHandler } from '@taiga-ui/cdk/types';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TuiStringifyContentPipe implements PipeTransform {
6
- transform<T>(stringify: TuiStringHandler<T>): TuiStringHandler<TuiValueContentContext<T>>;
5
+ transform<T>(stringify: TuiStringHandler<T>): TuiStringHandler<TuiContext<T>>;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiStringifyContentPipe, never>;
8
7
  static ɵpipe: i0.ɵɵPipeDeclaration<TuiStringifyContentPipe, "tuiStringifyContent", true>;
9
8
  }
@@ -0,0 +1,188 @@
1
+ @import '@taiga-ui/core/styles/taiga-ui-local.less';
2
+
3
+ /**
4
+ * @name Avatar
5
+ * @selector [tuiAvatar]
6
+ *
7
+ * @description
8
+ * An avatar component which can be used with icons, text or images
9
+ * and is applicable to static elements as well as buttons and links
10
+ *
11
+ * @attributes
12
+ * data-size — size (default: 'l') ('xs' | 's' | 'm' | 'l' | 'xl' | 'xxl')
13
+ * data-shape — shape (default: 'round') ('round' | 'square')
14
+ *
15
+ * @example
16
+ * <span tuiAvatar tuiIcons style="--t-icon-start: url('icon.svg')"></span>
17
+ * <button tuiAvatar>
18
+ * <img src="path/to/image" alt="Avatar" />
19
+ * </button>
20
+ *
21
+ * @see-also
22
+ * Icons, Icon, Appearance
23
+ */
24
+ [tuiAvatar] {
25
+ --t-size: var(--tui-height-l);
26
+ --t-radius: 0.75rem;
27
+ --t-corner-offset: calc((var(--t-radius) * 1.4142 - var(--t-radius)) * 1 / 1.4142);
28
+
29
+ position: relative;
30
+ display: inline-flex;
31
+ flex-shrink: 0;
32
+ inline-size: var(--t-size);
33
+ block-size: var(--t-size);
34
+ align-items: center;
35
+ justify-content: center;
36
+ white-space: nowrap;
37
+ border-radius: var(--t-radius);
38
+ border: none;
39
+ background: var(--tui-background-neutral-1);
40
+ color: var(--tui-text-secondary);
41
+ vertical-align: middle;
42
+ box-sizing: border-box;
43
+ padding: 0.25rem;
44
+ font: var(--tui-font-body-l);
45
+ font-weight: bold;
46
+ opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
47
+
48
+ &::before {
49
+ inline-size: auto;
50
+ block-size: auto;
51
+ }
52
+
53
+ &:not(._initials)::before {
54
+ position: absolute;
55
+ inset: 0;
56
+ font-size: calc(var(--t-size) * 0.6);
57
+ }
58
+
59
+ &[data-size='xs'] {
60
+ --t-size: var(--tui-height-xs);
61
+ --t-radius: 0.5rem;
62
+
63
+ font: var(--tui-font-ui-xs);
64
+ font-size: 0.5625rem;
65
+
66
+ &._initials::before {
67
+ font: var(--tui-font-ui-xs);
68
+ font-weight: bold;
69
+ }
70
+ }
71
+
72
+ &[data-size='s'] {
73
+ --t-size: var(--tui-height-s);
74
+ --t-radius: 0.5rem;
75
+
76
+ font: var(--tui-font-ui-xs);
77
+ font-weight: bold;
78
+
79
+ &._initials::before {
80
+ font: var(--tui-font-body-s);
81
+ font-weight: bold;
82
+ }
83
+ }
84
+
85
+ &[data-size='m'] {
86
+ --t-size: calc(var(--tui-height-m) - 0.25rem);
87
+ --t-radius: 0.75rem;
88
+
89
+ font: var(--tui-font-ui-m);
90
+ font-weight: bold;
91
+
92
+ &._initials::before {
93
+ font: var(--tui-font-body-m);
94
+ font-weight: bold;
95
+ }
96
+ }
97
+
98
+ &[data-size='xl'] {
99
+ --t-size: 5rem;
100
+ --t-radius: 0.75rem;
101
+
102
+ font: var(--tui-font-heading-h4);
103
+
104
+ &._initials::before {
105
+ font: var(--tui-font-heading-h3);
106
+ }
107
+ }
108
+
109
+ &[data-size='xxl'] {
110
+ --t-size: 6rem;
111
+ --t-radius: 1rem;
112
+
113
+ font: var(--tui-font-heading-h3);
114
+
115
+ &._initials::before {
116
+ font: var(--tui-font-heading-h3);
117
+ }
118
+ }
119
+
120
+ &[data-size='xxxl'] {
121
+ --t-size: 8rem;
122
+ --t-radius: 1.25rem;
123
+
124
+ font: var(--tui-font-heading-h3);
125
+
126
+ &._initials::before {
127
+ font: var(--tui-font-heading-h2);
128
+ }
129
+ }
130
+
131
+ &:not([data-shape='square']) {
132
+ --t-radius: calc(var(--t-size) / 2);
133
+ }
134
+
135
+ &._initials {
136
+ &::before {
137
+ content: attr(data-icon-start);
138
+ mask: none;
139
+ background: none;
140
+ font: var(--tui-font-heading-h6);
141
+ }
142
+ }
143
+
144
+ &._badge {
145
+ mask: radial-gradient(
146
+ circle at calc(100% - var(--t-corner-offset)) calc(100% - var(--t-corner-offset)),
147
+ black 0.23rem,
148
+ transparent 0.25rem,
149
+ transparent 0.375rem,
150
+ black 0.39rem
151
+ );
152
+ mask-clip: no-clip;
153
+
154
+ &::after {
155
+ content: '';
156
+ position: absolute;
157
+ top: calc(100% - var(--t-corner-offset));
158
+ left: calc(100% - var(--t-corner-offset));
159
+ display: block;
160
+ inline-size: 0.55rem;
161
+ block-size: 0.55rem;
162
+ border-radius: 100%;
163
+ background: var(--t-badge);
164
+ transform: translate3d(-50%, -50%, 0);
165
+ }
166
+ }
167
+
168
+ &._fallback {
169
+ img,
170
+ video {
171
+ display: none;
172
+ }
173
+ }
174
+
175
+ img,
176
+ video,
177
+ picture {
178
+ .fullsize();
179
+
180
+ object-fit: cover;
181
+ box-sizing: border-box;
182
+ border-radius: inherit;
183
+ }
184
+
185
+ &:has(img, video):not(._fallback) {
186
+ background: none;
187
+ }
188
+ }
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @name Badge
5
- * @selector tui-badge, [tuiBadge]
5
+ * @selector [tuiBadge]
6
6
  *
7
7
  * @description
8
8
  * A basic badge that can be used on it's own or on buttons/links
@@ -11,12 +11,11 @@
11
11
  * data-size — size (default: 'l') ('s' | 'm' | 'l' | 'xl')
12
12
  *
13
13
  * @example
14
- * <tui-badge>99+</tui-badge>
14
+ * <div[tuiBadge]>99+</div>
15
15
  *
16
16
  * @see-also
17
17
  * Icons, Appearance, Chip, Block
18
18
  */
19
- tui-badge,
20
19
  [tuiBadge] {
21
20
  --t-icon-size: 1rem;
22
21
  --t-padding: 0 0.5rem;
@@ -26,13 +25,14 @@ tui-badge,
26
25
  .button-base();
27
26
 
28
27
  border-radius: 6rem;
28
+ justify-content: center;
29
29
  background: #959595;
30
30
  color: var(--tui-background-base);
31
31
  padding: var(--t-padding);
32
32
  block-size: var(--t-size);
33
33
  min-inline-size: var(--t-size);
34
34
  inline-size: fit-content;
35
- font: var(--tui-font-text-s);
35
+ font: var(--tui-font-body-s);
36
36
 
37
37
  &[tuiStatus]::before {
38
38
  inline-size: 0.375rem;
@@ -74,7 +74,7 @@ tui-badge,
74
74
  --t-icon-size: 0.625rem;
75
75
  --t-margin: -0.125rem;
76
76
 
77
- font: var(--tui-font-text-xs);
77
+ font: var(--tui-font-body-xs);
78
78
 
79
79
  &[tuiStatus]::before {
80
80
  inline-size: 0.25rem;
@@ -95,7 +95,7 @@ tui-badge,
95
95
  --t-padding: 0 0.75rem;
96
96
  --t-size: var(--tui-height-s);
97
97
 
98
- font: var(--tui-font-text-m);
98
+ font: var(--tui-font-body-m);
99
99
 
100
100
  &[tuiStatus]::before {
101
101
  inline-size: 0.5rem;
@@ -14,7 +14,7 @@
14
14
  * <label tuiBlock>
15
15
  * Click me
16
16
  * <input tuiBlock />
17
- * </tui-badge>
17
+ * </label>
18
18
  *
19
19
  * @see-also
20
20
  * Icons, Appearance, Link, Button
@@ -33,20 +33,20 @@
33
33
  box-sizing: border-box;
34
34
  cursor: pointer;
35
35
  overflow: hidden;
36
- font: var(--tui-font-text-m);
36
+ font: var(--tui-font-body-m);
37
37
  padding: var(--tui-padding-l);
38
38
  isolation: isolate;
39
39
 
40
40
  &[data-size='s'] {
41
41
  gap: 0.5rem;
42
- font: var(--tui-font-text-ui-s);
42
+ font: var(--tui-font-ui-s);
43
43
  padding: 0.5rem;
44
44
 
45
45
  --t-height: var(--tui-height-s);
46
46
  --t-radius: var(--tui-radius-m);
47
47
 
48
48
  [tuiSubtitle] {
49
- font: var(--tui-font-text-ui-xs);
49
+ font: var(--tui-font-ui-xs);
50
50
  }
51
51
 
52
52
  [tuiTooltip] {
@@ -56,7 +56,7 @@
56
56
 
57
57
  &[data-size='m'] {
58
58
  gap: 0.625rem;
59
- font: var(--tui-font-text-ui-m);
59
+ font: var(--tui-font-ui-m);
60
60
  padding: var(--tui-padding-m);
61
61
 
62
62
  --t-height: var(--tui-height-m);