@taiga-ui/kit 4.52.0-canary.e444d19 → 4.52.0-canary.ec0802b

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 (378) 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-outline.directive.d.ts +3 -3
  9. package/components/avatar/avatar.directive.d.ts +15 -0
  10. package/components/avatar/avatar.options.d.ts +1 -4
  11. package/components/avatar/index.d.ts +1 -1
  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.options.d.ts +1 -3
  15. package/components/block/block.directive.d.ts +4 -4
  16. package/components/block/block.options.d.ts +2 -4
  17. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  18. package/components/calendar-month/calendar-month.component.d.ts +1 -1
  19. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  20. package/components/calendar-range/calendar-range.component.d.ts +1 -2
  21. package/components/checkbox/checkbox.component.d.ts +7 -18
  22. package/components/checkbox/checkbox.options.d.ts +5 -9
  23. package/components/chip/chip.directive.d.ts +2 -4
  24. package/components/chip/chip.options.d.ts +1 -3
  25. package/components/comment/comment.directive.d.ts +2 -2
  26. package/components/confirm/confirm.component.d.ts +3 -2
  27. package/components/confirm/confirm.service.d.ts +2 -1
  28. package/{directives → components}/copy/copy.component.d.ts +2 -2
  29. package/{directives → components}/copy/copy.directive.d.ts +2 -2
  30. package/{directives → components}/copy/copy.options.d.ts +2 -2
  31. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -0
  32. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +1 -1
  33. package/components/files/file/file.options.d.ts +2 -2
  34. package/components/files/files/files.component.d.ts +2 -2
  35. package/components/files/input-files/input-files.options.d.ts +1 -3
  36. package/components/floating-container/floating-container.directive.d.ts +2 -2
  37. package/components/fullscreen/fullscreen.component.d.ts +14 -0
  38. package/components/fullscreen/index.d.ts +1 -0
  39. package/components/index.d.ts +3 -2
  40. package/components/input-chip/input-chip.options.d.ts +1 -1
  41. package/components/input-color/input-color.component.d.ts +2 -2
  42. package/components/input-color/input-color.options.d.ts +1 -1
  43. package/components/input-date/input-date.options.d.ts +1 -1
  44. package/components/input-number/input-number.directive.d.ts +5 -9
  45. package/components/input-number/input-number.options.d.ts +1 -1
  46. package/components/input-number/quantum.directive.d.ts +1 -1
  47. package/components/input-number/step/input-number-step.component.d.ts +1 -1
  48. package/components/input-phone/input-phone.options.d.ts +1 -1
  49. package/components/input-phone-international/input-phone-international.component.d.ts +24 -30
  50. package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
  51. package/components/input-pin/input-pin.component.d.ts +1 -1
  52. package/components/input-range/input-range.component.d.ts +9 -12
  53. package/components/input-slider/input-slider.directive.d.ts +2 -4
  54. package/components/input-time/input-time.directive.d.ts +6 -8
  55. package/components/input-time/input-time.options.d.ts +1 -1
  56. package/components/like/like.component.d.ts +4 -11
  57. package/components/like/like.options.d.ts +3 -4
  58. package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
  59. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  60. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  61. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +3 -3
  62. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  63. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  64. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  65. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  66. package/components/pager/pager.component.d.ts +1 -1
  67. package/components/pagination/index.d.ts +1 -0
  68. package/components/pagination/pagination.component.d.ts +3 -2
  69. package/components/pagination/pagination.options.d.ts +10 -0
  70. package/components/pin/pin.directive.d.ts +2 -2
  71. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  72. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  73. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  74. package/components/preview/pagination/preview-pagination.component.d.ts +1 -1
  75. package/components/preview/preview.component.d.ts +1 -1
  76. package/components/preview/preview.d.ts +2 -1
  77. package/components/preview/zoom/preview-zoom.component.d.ts +1 -1
  78. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  79. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  80. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  81. package/components/progress/progress.options.d.ts +1 -3
  82. package/components/push/push-alert.component.d.ts +4 -3
  83. package/components/push/push.component.d.ts +2 -2
  84. package/components/push/push.directive.d.ts +4 -6
  85. package/components/push/push.options.d.ts +4 -8
  86. package/components/push/push.service.d.ts +6 -2
  87. package/components/radio/radio.component.d.ts +7 -8
  88. package/components/radio/radio.directive.d.ts +2 -2
  89. package/components/radio/radio.options.d.ts +2 -5
  90. package/components/range/range-change.directive.d.ts +1 -2
  91. package/components/range/range.component.d.ts +16 -24
  92. package/components/rating/rating.component.d.ts +5 -5
  93. package/components/rating/rating.options.d.ts +6 -6
  94. package/components/segmented/segmented.component.d.ts +1 -3
  95. package/components/select/native-select/native-select.component.d.ts +4 -5
  96. package/components/slider/helpers/key-steps.d.ts +1 -2
  97. package/components/slider/helpers/slider-key-steps.directive.d.ts +12 -21
  98. package/components/slider/slider.options.d.ts +1 -6
  99. package/components/slides/slides.directive.d.ts +4 -4
  100. package/components/status/status.directive.d.ts +2 -2
  101. package/components/stepper/step.component.d.ts +6 -8
  102. package/components/stepper/stepper.component.d.ts +6 -11
  103. package/components/switch/switch.component.d.ts +7 -19
  104. package/components/switch/switch.options.d.ts +4 -8
  105. package/components/tabs/tabs-with-more.component.d.ts +1 -1
  106. package/components/tabs/tabs.options.d.ts +1 -6
  107. package/components/textarea/textarea-limit.directive.d.ts +4 -5
  108. package/components/textarea/textarea.options.d.ts +1 -1
  109. package/components/toast/index.d.ts +5 -0
  110. package/components/toast/toast.component.d.ts +18 -0
  111. package/components/toast/toast.d.ts +3 -0
  112. package/components/toast/toast.directive.d.ts +7 -0
  113. package/components/toast/toast.options.d.ts +9 -0
  114. package/components/toast/toast.service.d.ts +17 -0
  115. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
  116. package/components/tree/misc/tree.constants.d.ts +0 -3
  117. package/components/tree/misc/tree.tokens.d.ts +1 -6
  118. package/directives/button-close/button-close.directive.d.ts +2 -1
  119. package/directives/button-select/button-select.directive.d.ts +3 -3
  120. package/directives/chevron/chevron.directive.d.ts +2 -3
  121. package/directives/fade/fade.directive.d.ts +1 -0
  122. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  123. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  124. package/directives/highlight/highlight.directive.d.ts +1 -3
  125. package/directives/index.d.ts +0 -1
  126. package/directives/password/password.options.d.ts +1 -1
  127. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  128. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  129. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  130. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  131. package/directives/tooltip/tooltip.options.d.ts +1 -4
  132. package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
  133. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +22 -38
  135. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-kit-components-avatar.mjs +53 -71
  137. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -9
  139. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-badge.mjs +14 -25
  141. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +0 -1
  143. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-block.mjs +18 -29
  145. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +6 -12
  147. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  149. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +3 -6
  151. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +4 -5
  153. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-carousel.mjs +3 -9
  155. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +18 -75
  157. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-chip.mjs +23 -32
  159. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +5 -6
  161. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-comment.mjs +11 -18
  163. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-compass.mjs +3 -3
  165. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-confirm.mjs +8 -10
  167. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  168. package/fesm2022/{taiga-ui-kit-directives-copy.mjs → taiga-ui-kit-components-copy.mjs} +11 -13
  169. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  170. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +14 -6
  171. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-drawer.mjs +2 -2
  173. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -1
  175. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-files.mjs +19 -26
  177. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -1
  179. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +11 -17
  181. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +63 -0
  183. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  184. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +10 -7
  185. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-input-color.mjs +6 -8
  187. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +5 -10
  189. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +0 -1
  191. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +3 -5
  193. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-input-date.mjs +11 -19
  195. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -3
  197. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +5 -7
  199. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-input-month.mjs +5 -7
  201. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-input-number.mjs +29 -52
  203. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +106 -133
  205. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +3 -5
  207. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
  209. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-input-range.mjs +31 -27
  211. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +25 -39
  213. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-input-time.mjs +31 -37
  215. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-input-year.mjs +4 -6
  217. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +2 -4
  219. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-like.mjs +38 -31
  221. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +28 -72
  223. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -9
  225. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +18 -19
  227. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +32 -28
  229. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-pager.mjs +3 -3
  231. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-components-pagination.mjs +22 -12
  233. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-pin.mjs +13 -17
  235. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-components-preview.mjs +37 -29
  237. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-components-progress.mjs +61 -66
  239. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-components-pulse.mjs +1 -1
  241. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-components-push.mjs +40 -47
  243. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
  245. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-components-radio.mjs +31 -37
  247. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-range.mjs +36 -80
  249. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-components-rating.mjs +17 -26
  251. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +7 -3
  253. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -4
  255. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-components-select.mjs +35 -40
  257. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-components-slider.mjs +61 -69
  259. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  260. package/fesm2022/taiga-ui-kit-components-slides.mjs +12 -20
  261. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-components-status.mjs +10 -14
  263. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-components-stepper.mjs +41 -75
  265. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-components-switch.mjs +18 -64
  267. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-components-tabs.mjs +18 -31
  269. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  270. package/fesm2022/taiga-ui-kit-components-textarea.mjs +7 -16
  271. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-components-tiles.mjs +2 -3
  273. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-components-toast.mjs +165 -0
  275. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
  276. package/fesm2022/taiga-ui-kit-components-tree.mjs +37 -42
  277. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-components.mjs +3 -2
  279. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +13 -5
  281. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -9
  283. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +14 -13
  285. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +11 -18
  287. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  288. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -13
  289. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +0 -1
  291. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  292. package/fesm2022/taiga-ui-kit-directives-fade.mjs +6 -9
  293. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  294. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +12 -25
  295. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  296. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +0 -1
  297. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  298. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -1
  299. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  300. package/fesm2022/taiga-ui-kit-directives-password.mjs +5 -9
  301. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  302. package/fesm2022/taiga-ui-kit-directives-present.mjs +0 -1
  303. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  304. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +11 -16
  305. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  306. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +22 -32
  307. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +25 -36
  309. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +13 -18
  311. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +2 -4
  313. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +0 -1
  315. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  316. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  317. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +0 -1
  319. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +0 -1
  321. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  322. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +0 -1
  323. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  324. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +2 -2
  325. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  326. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +0 -1
  327. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +0 -1
  329. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  330. package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
  331. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-tokens.mjs +6 -24
  333. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  334. package/package.json +34 -38
  335. package/pipes/index.d.ts +0 -1
  336. package/styles/components/avatar.less +188 -0
  337. package/styles/components/badge.less +1 -0
  338. package/styles/components/checkbox.less +14 -12
  339. package/styles/components/chip.less +12 -3
  340. package/styles/components/like.less +4 -9
  341. package/styles/components/pin.less +3 -7
  342. package/styles/components/radio.less +1 -1
  343. package/styles/components/switch.less +9 -9
  344. package/styles/components/toast.less +44 -0
  345. package/tokens/i18n.d.ts +25 -26
  346. package/tokens/index.d.ts +0 -1
  347. package/tokens/input-date-options.d.ts +1 -1
  348. package/tokens/items-handlers.d.ts +1 -7
  349. package/tokens/preview-icons.d.ts +1 -3
  350. package/components/accordion/accordion-item-content.directive.d.ts +0 -6
  351. package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
  352. package/components/accordion/accordion-item.component.d.ts +0 -25
  353. package/components/action-bar/action-bar.d.ts +0 -3
  354. package/components/action-bar/action-bar.directive.d.ts +0 -6
  355. package/components/avatar/avatar.component.d.ts +0 -15
  356. package/components/input-password/index.d.ts +0 -2
  357. package/components/input-password/input-password.component.d.ts +0 -16
  358. package/components/input-password/input-password.options.d.ts +0 -24
  359. package/components/pdf-viewer/index.d.ts +0 -4
  360. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  361. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  362. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  363. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  364. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -95
  365. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  366. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  367. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  368. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  369. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  370. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  371. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  372. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  373. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  374. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  375. package/pipes/field-error/index.d.ts +0 -2
  376. package/tokens/validation-errors.d.ts +0 -5
  377. /package/{directives → components}/copy/copy.d.ts +0 -0
  378. /package/{directives → components}/copy/index.d.ts +0 -0
@@ -7,9 +7,9 @@ import { tuiExtractI18n } from '@taiga-ui/i18n/utils';
7
7
  import { TUI_LAST_DAY, TUI_FIRST_DAY } from '@taiga-ui/cdk/date-time';
8
8
  import { tuiCreateOptions } from '@taiga-ui/cdk/utils/di';
9
9
  import { TUI_FALSE_HANDLER, TUI_DEFAULT_IDENTITY_MATCHER } from '@taiga-ui/cdk/constants';
10
- import { tuiProvideOptions } from '@taiga-ui/cdk/utils/miscellaneous';
11
10
  import { TUI_IS_MOBILE } from '@taiga-ui/cdk/tokens';
12
11
  import { TUI_DROPDOWN_COMPONENT } from '@taiga-ui/core/directives/dropdown';
12
+ import { toObservable } from '@angular/core/rxjs-interop';
13
13
  import { TUI_MONTHS } from '@taiga-ui/core/tokens';
14
14
 
15
15
  /**
@@ -149,16 +149,7 @@ const TUI_DEFAULT_ITEMS_HANDLERS = {
149
149
  * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
150
150
  * TODO(v5): delete
151
151
  */
152
- const TUI_ITEMS_HANDLERS = new InjectionToken(ngDevMode ? 'TUI_ITEMS_HANDLERS' : '', {
153
- factory: () => TUI_DEFAULT_ITEMS_HANDLERS,
154
- });
155
- /**
156
- * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
157
- * TODO(v5): delete
158
- */
159
- function tuiItemsHandlersProvider(options) {
160
- return tuiProvideOptions(TUI_ITEMS_HANDLERS, options, TUI_DEFAULT_ITEMS_HANDLERS);
161
- }
152
+ const [TUI_ITEMS_HANDLERS, tuiItemsHandlersProvider] = tuiCreateOptions(TUI_DEFAULT_ITEMS_HANDLERS);
162
153
 
163
154
  /**
164
155
  * A component for mobile data picker
@@ -170,8 +161,9 @@ const TUI_MOBILE_CALENDAR_PROVIDER = {
170
161
  inject(TUI_DROPDOWN_COMPONENT, { skipSelf: true }),
171
162
  };
172
163
 
164
+ // TODO: replace with signal
173
165
  const TUI_MONTH_FORMATTER = new InjectionToken(ngDevMode ? 'TUI_MONTH_FORMATTER' : '', {
174
- factory: () => inject(TUI_MONTHS).pipe(map((months) => (date) => {
166
+ factory: () => toObservable(inject(TUI_MONTHS)).pipe(map((months) => (date) => {
175
167
  if (!date) {
176
168
  return '';
177
169
  }
@@ -187,21 +179,11 @@ const TUI_PREVIEW_ICONS_DEFAULT = {
187
179
  zoomOut: '@tui.minus',
188
180
  zoomReset: '@tui.minimize',
189
181
  };
190
- const TUI_PREVIEW_ICONS = new InjectionToken(ngDevMode ? 'TUI_PREVIEW_ICONS' : '', {
191
- factory: () => TUI_PREVIEW_ICONS_DEFAULT,
192
- });
193
- function tuiPreviewIconsProvider(icons) {
194
- return tuiProvideOptions(TUI_PREVIEW_ICONS, icons, TUI_PREVIEW_ICONS_DEFAULT);
195
- }
196
-
197
- const TUI_VALIDATION_ERRORS = new InjectionToken(ngDevMode ? 'TUI_VALIDATION_ERRORS' : '', {
198
- factory: () => ({}),
199
- });
200
- const tuiValidationErrorsProvider = (useValue) => ({ provide: TUI_VALIDATION_ERRORS, useValue });
182
+ const [TUI_PREVIEW_ICONS, tuiPreviewIconsProvider] = tuiCreateOptions(TUI_PREVIEW_ICONS_DEFAULT);
201
183
 
202
184
  /**
203
185
  * Generated bundle index. Do not edit.
204
186
  */
205
187
 
206
- export { TUI_CALENDAR_DATE_STREAM, TUI_CALENDAR_MONTHS, TUI_CANCEL_WORD, TUI_CHOOSE_DAY_OR_RANGE_TEXTS, TUI_CONFIRM_WORDS, TUI_COPY_TEXTS, TUI_COUNTRIES, TUI_DATE_RANGE_VALUE_TRANSFORMER, TUI_DATE_TEXTS, TUI_DATE_TIME_VALUE_TRANSFORMER, TUI_DATE_VALUE_TRANSFORMER, TUI_DEFAULT_ITEMS_HANDLERS, TUI_DIGITAL_INFORMATION_UNITS, TUI_DONE_WORD, TUI_FILE_TEXTS, TUI_FROM_TO_TEXTS, TUI_HIDE_TEXT, TUI_INPUT_DATE_DEFAULT_OPTIONS, TUI_INPUT_DATE_OPTIONS, TUI_INPUT_FILE_TEXTS, TUI_INTERNATIONAL_SEARCH, TUI_ITEMS_HANDLERS, TUI_MOBILE_CALENDAR, TUI_MOBILE_CALENDAR_PROVIDER, TUI_MONTH_FORMATTER, TUI_MORE_WORD, TUI_MULTI_SELECT_TEXTS, TUI_OTHER_DATE_TEXT, TUI_PAGINATION_TEXTS, TUI_PASSWORD_TEXTS, TUI_PLUS_MINUS_TEXTS, TUI_PREVIEW_ICONS, TUI_PREVIEW_ICONS_DEFAULT, TUI_PREVIEW_TEXTS, TUI_PREVIEW_ZOOM_TEXTS, TUI_SHOW_ALL_TEXT, TUI_TIME_TEXTS, TUI_TIME_VALUE_TRANSFORMER, TUI_VALIDATION_ERRORS, tuiDateStreamWithTransformer, tuiInputDateOptionsProvider, tuiItemsHandlersProvider, tuiPreviewIconsProvider, tuiValidationErrorsProvider };
188
+ export { TUI_CALENDAR_DATE_STREAM, TUI_CALENDAR_MONTHS, TUI_CANCEL_WORD, TUI_CHOOSE_DAY_OR_RANGE_TEXTS, TUI_CONFIRM_WORDS, TUI_COPY_TEXTS, TUI_COUNTRIES, TUI_DATE_RANGE_VALUE_TRANSFORMER, TUI_DATE_TEXTS, TUI_DATE_TIME_VALUE_TRANSFORMER, TUI_DATE_VALUE_TRANSFORMER, TUI_DEFAULT_ITEMS_HANDLERS, TUI_DIGITAL_INFORMATION_UNITS, TUI_DONE_WORD, TUI_FILE_TEXTS, TUI_FROM_TO_TEXTS, TUI_HIDE_TEXT, TUI_INPUT_DATE_DEFAULT_OPTIONS, TUI_INPUT_DATE_OPTIONS, TUI_INPUT_FILE_TEXTS, TUI_INTERNATIONAL_SEARCH, TUI_ITEMS_HANDLERS, TUI_MOBILE_CALENDAR, TUI_MOBILE_CALENDAR_PROVIDER, TUI_MONTH_FORMATTER, TUI_MORE_WORD, TUI_MULTI_SELECT_TEXTS, TUI_OTHER_DATE_TEXT, TUI_PAGINATION_TEXTS, TUI_PASSWORD_TEXTS, TUI_PLUS_MINUS_TEXTS, TUI_PREVIEW_ICONS, TUI_PREVIEW_ICONS_DEFAULT, TUI_PREVIEW_TEXTS, TUI_PREVIEW_ZOOM_TEXTS, TUI_SHOW_ALL_TEXT, TUI_TIME_TEXTS, TUI_TIME_VALUE_TRANSFORMER, tuiDateStreamWithTransformer, tuiInputDateOptionsProvider, tuiItemsHandlersProvider, tuiPreviewIconsProvider };
207
189
  //# sourceMappingURL=taiga-ui-kit-tokens.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-kit-tokens.mjs","sources":["../../../projects/kit/tokens/calendar-date-stream.ts","../../../projects/kit/tokens/date-inputs-value-transformers.ts","../../../projects/kit/tokens/i18n.ts","../../../projects/kit/tokens/input-date-options.ts","../../../projects/kit/tokens/items-handlers.ts","../../../projects/kit/tokens/mobile-calendar.ts","../../../projects/kit/tokens/month-formatter.ts","../../../projects/kit/tokens/preview-icons.ts","../../../projects/kit/tokens/validation-errors.ts","../../../projects/kit/tokens/taiga-ui-kit-tokens.ts"],"sourcesContent":["import {InjectionToken, Optional, type Provider, Self} from '@angular/core';\nimport {NgControl} from '@angular/forms';\nimport {type TuiValueTransformer} from '@taiga-ui/cdk/classes';\nimport {type TuiDay, type TuiDayRange, type TuiTime} from '@taiga-ui/cdk/date-time';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {map, type Observable, of} from 'rxjs';\n\n/**\n * Stream that emits calendar data change\n * @deprecated this should be rewritten in v5\n */\nexport const TUI_CALENDAR_DATE_STREAM = new InjectionToken<\n Observable<TuiDay | TuiDayRange | null>\n>(ngDevMode ? 'TUI_CALENDAR_DATE_STREAM' : '');\n\nexport function tuiDateStreamWithTransformer(\n transformer: InjectionToken<TuiValueTransformer<any>>,\n): Provider {\n return {\n provide: TUI_CALENDAR_DATE_STREAM,\n deps: [\n [new Optional(), new Self(), NgControl],\n [new Optional(), transformer],\n ],\n useFactory: tuiControlValueFactory,\n };\n}\n\nfunction tuiControlValueFactory<\n T extends TuiDay | TuiDayRange | [TuiDay, TuiTime | null],\n>(\n control: NgControl | null,\n transformer?: TuiValueTransformer<T> | null,\n): Observable<T | null> | null {\n return control\n ? tuiControlValue(control).pipe(\n map((value) =>\n transformer ? transformer?.fromControlValue(value) : (value as T),\n ),\n )\n : of(null);\n}\n","import {InjectionToken} from '@angular/core';\nimport {\n TUI_IDENTITY_VALUE_TRANSFORMER,\n type TuiValueTransformer,\n} from '@taiga-ui/cdk/classes';\nimport {type TuiDay, type TuiDayRange, type TuiTime} from '@taiga-ui/cdk/date-time';\n\n/**\n * Control value transformer of TuiDay to custom value format for InputDate* components\n */\nexport const TUI_DATE_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiDay | null>\n>(ngDevMode ? 'TUI_DATE_VALUE_TRANSFORMER' : '', {\n factory: () => TUI_IDENTITY_VALUE_TRANSFORMER,\n});\n\n/**\n * Control value transformer for InputDateRange component\n */\nexport const TUI_DATE_RANGE_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiDayRange | null>\n>(ngDevMode ? 'TUI_DATE_RANGE_VALUE_TRANSFORMER' : '');\n\n/**\n * Control value transformer for InputDateTime component\n */\nexport const TUI_DATE_TIME_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<[TuiDay, TuiTime | null]>\n>(ngDevMode ? 'TUI_DATE_TIME_VALUE_TRANSFORMER' : '');\n\n/**\n * Control value transformer for InputTime component\n */\nexport const TUI_TIME_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiTime | null>\n>(ngDevMode ? 'TUI_TIME_VALUE_TRANSFORMER' : '');\n","import {InjectionToken} from '@angular/core';\nimport {type TuiDateMode} from '@taiga-ui/cdk/date-time';\nimport {type TuiCountryIsoCode} from '@taiga-ui/i18n/types';\nimport {tuiExtractI18n} from '@taiga-ui/i18n/utils';\nimport {type Observable} from 'rxjs';\n\nexport const TUI_CONFIRM_WORDS = new InjectionToken(\n ngDevMode ? 'TUI_CONFIRM_WORDS' : '',\n {\n factory: tuiExtractI18n('confirm'),\n },\n);\n\nexport const TUI_CANCEL_WORD = new InjectionToken(ngDevMode ? 'TUI_CANCEL_WORD' : '', {\n factory: tuiExtractI18n('cancel'),\n});\n\nexport const TUI_DONE_WORD = new InjectionToken(ngDevMode ? 'TUI_DONE_WORD' : '', {\n factory: tuiExtractI18n('done'),\n});\n\nexport const TUI_MORE_WORD = new InjectionToken(ngDevMode ? 'TUI_MORE_WORD' : '', {\n factory: tuiExtractI18n('more'),\n});\n\nexport const TUI_HIDE_TEXT = new InjectionToken(ngDevMode ? 'TUI_HIDE_TEXT' : '', {\n factory: tuiExtractI18n('hide'),\n});\n\nexport const TUI_SHOW_ALL_TEXT = new InjectionToken(\n ngDevMode ? 'TUI_SHOW_ALL_TEXT' : '',\n {\n factory: tuiExtractI18n('showAll'),\n },\n);\n\nexport const TUI_OTHER_DATE_TEXT = new InjectionToken(\n ngDevMode ? 'TUI_OTHER_DATE_TEXT' : '',\n {\n factory: tuiExtractI18n('otherDate'),\n },\n);\n\nexport const TUI_CHOOSE_DAY_OR_RANGE_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_CHOOSE_DAY_OR_RANGE_TEXTS' : '',\n {\n factory: tuiExtractI18n('mobileCalendarTexts'),\n },\n);\n\nexport const TUI_FROM_TO_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_FROM_TO_TEXTS' : '',\n {\n factory: tuiExtractI18n('range'),\n },\n);\n\nexport const TUI_PLUS_MINUS_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PLUS_MINUS_TEXTS' : '',\n {\n factory: tuiExtractI18n('countTexts'),\n },\n);\n\nexport const TUI_TIME_TEXTS = new InjectionToken(ngDevMode ? 'TUI_TIME_TEXTS' : '', {\n factory: tuiExtractI18n('time'),\n});\n\nexport const TUI_DATE_TEXTS = new InjectionToken<Observable<Record<TuiDateMode, string>>>(\n ngDevMode ? 'TUI_DATE_TEXTS' : '',\n {\n factory: tuiExtractI18n('dateTexts'),\n },\n);\n\nexport const TUI_DIGITAL_INFORMATION_UNITS = new InjectionToken(\n ngDevMode ? 'TUI_DIGITAL_INFORMATION_UNITS' : '',\n {\n factory: tuiExtractI18n('digitalInformationUnits'),\n },\n);\n\nexport const TUI_COPY_TEXTS = new InjectionToken(ngDevMode ? 'TUI_COPY_TEXTS' : '', {\n factory: tuiExtractI18n('copyTexts'),\n});\n\nexport const TUI_PASSWORD_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PASSWORD_TEXTS' : '',\n {\n factory: tuiExtractI18n('passwordTexts'),\n },\n);\n\nexport const TUI_CALENDAR_MONTHS = new InjectionToken(\n ngDevMode ? 'TUI_CALENDAR_MONTHS' : '',\n {\n factory: tuiExtractI18n('shortCalendarMonths'),\n },\n);\n\nexport const TUI_FILE_TEXTS = new InjectionToken(ngDevMode ? 'TUI_FILE_TEXTS' : '', {\n factory: tuiExtractI18n('fileTexts'),\n});\n\nexport const TUI_PAGINATION_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PAGINATION_TEXTS' : '',\n {\n factory: tuiExtractI18n('pagination'),\n },\n);\n\nexport const TUI_INPUT_FILE_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_INPUT_FILE_TEXTS' : '',\n {\n factory: tuiExtractI18n('inputFileTexts'),\n },\n);\n\nexport const TUI_MULTI_SELECT_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_MULTI_SELECT_TEXTS' : '',\n {\n factory: tuiExtractI18n('multiSelectTexts'),\n },\n);\n\nexport const TUI_COUNTRIES = new InjectionToken<\n Observable<Record<TuiCountryIsoCode, string>>\n>(ngDevMode ? 'TUI_COUNTRIES' : '', {\n factory: tuiExtractI18n('countries'),\n});\n\nexport const TUI_PREVIEW_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PREVIEW_TEXTS' : '',\n {\n factory: tuiExtractI18n('previewTexts'),\n },\n);\n\nexport const TUI_PREVIEW_ZOOM_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PREVIEW_ZOOM_TEXTS' : '',\n {\n factory: tuiExtractI18n('zoomTexts'),\n },\n);\n\nexport const TUI_INTERNATIONAL_SEARCH = new InjectionToken(\n ngDevMode ? 'TUI_INTERNATIONAL_SEARCH' : '',\n {\n factory: tuiExtractI18n('phoneSearch'),\n },\n);\n","import {TUI_FIRST_DAY, TUI_LAST_DAY, type TuiDay} from '@taiga-ui/cdk/date-time';\nimport {type TuiContext} from '@taiga-ui/cdk/types';\nimport {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\nimport {type TuiSizeL, type TuiSizeS} from '@taiga-ui/core/types';\nimport {type PolymorpheusContent} from '@taiga-ui/polymorpheus';\n\nexport interface TuiInputDateOptions {\n readonly icon: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;\n readonly max: TuiDay;\n readonly min: TuiDay;\n readonly nativePicker: boolean;\n}\n\nexport const TUI_INPUT_DATE_DEFAULT_OPTIONS: TuiInputDateOptions = {\n icon: () => '@tui.calendar',\n min: TUI_FIRST_DAY,\n max: TUI_LAST_DAY,\n nativePicker: false,\n};\n\n/**\n * Default parameters for InputDate component\n */\nexport const [TUI_INPUT_DATE_OPTIONS, tuiInputDateOptionsProvider] = tuiCreateOptions(\n TUI_INPUT_DATE_DEFAULT_OPTIONS,\n);\n","import {InjectionToken, type Provider} from '@angular/core';\nimport {TUI_DEFAULT_IDENTITY_MATCHER, TUI_FALSE_HANDLER} from '@taiga-ui/cdk/constants';\nimport {\n type TuiBooleanHandler,\n type TuiIdentityMatcher,\n type TuiStringHandler,\n} from '@taiga-ui/cdk/types';\nimport {tuiProvideOptions} from '@taiga-ui/cdk/utils/miscellaneous';\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport interface TuiItemsHandlers<T> {\n readonly disabledItemHandler: TuiBooleanHandler<T>;\n readonly identityMatcher: TuiIdentityMatcher<T>;\n readonly stringify: TuiStringHandler<T>;\n}\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown> = {\n stringify: String,\n identityMatcher: TUI_DEFAULT_IDENTITY_MATCHER,\n disabledItemHandler: TUI_FALSE_HANDLER,\n};\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport const TUI_ITEMS_HANDLERS = new InjectionToken(\n ngDevMode ? 'TUI_ITEMS_HANDLERS' : '',\n {\n factory: () => TUI_DEFAULT_ITEMS_HANDLERS,\n },\n);\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport function tuiItemsHandlersProvider<T>(\n options: Partial<TuiItemsHandlers<T>>,\n): Provider {\n return tuiProvideOptions(TUI_ITEMS_HANDLERS, options, TUI_DEFAULT_ITEMS_HANDLERS);\n}\n","import {type FactoryProvider, inject, InjectionToken, type Type} from '@angular/core';\nimport {TUI_IS_MOBILE} from '@taiga-ui/cdk/tokens';\nimport {TUI_DROPDOWN_COMPONENT} from '@taiga-ui/core/directives/dropdown';\n\n/**\n * A component for mobile data picker\n */\nexport const TUI_MOBILE_CALENDAR = new InjectionToken<Type<unknown>>(\n ngDevMode ? 'TUI_MOBILE_CALENDAR' : '',\n);\n\nexport const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider = {\n provide: TUI_DROPDOWN_COMPONENT,\n useFactory: () =>\n (inject(TUI_IS_MOBILE) && inject(TUI_MOBILE_CALENDAR, {optional: true})) ||\n inject(TUI_DROPDOWN_COMPONENT, {skipSelf: true}),\n};\n","import {inject, InjectionToken} from '@angular/core';\nimport {type TuiMonth} from '@taiga-ui/cdk/date-time';\nimport {type TuiHandler} from '@taiga-ui/cdk/types';\nimport {TUI_MONTHS} from '@taiga-ui/core/tokens';\nimport {map, type Observable} from 'rxjs';\n\nexport const TUI_MONTH_FORMATTER = new InjectionToken<\n Observable<TuiHandler<TuiMonth | null, string>>\n>(ngDevMode ? 'TUI_MONTH_FORMATTER' : '', {\n factory: () =>\n inject(TUI_MONTHS).pipe(\n map((months) => (date) => {\n if (!date) {\n return '';\n }\n\n return `${months[date.month] ?? ''} ${date.formattedYear}`;\n }),\n ),\n});\n","import {InjectionToken, type Provider} from '@angular/core';\nimport {tuiProvideOptions} from '@taiga-ui/cdk/utils/miscellaneous';\n\nexport interface TuiPreviewIcons {\n readonly next: string;\n readonly prev: string;\n readonly rotate: string;\n readonly zoomIn: string;\n readonly zoomOut: string;\n readonly zoomReset: string;\n}\n\nexport const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons = {\n rotate: '@tui.rotate-ccw-square',\n prev: '@tui.arrow-left',\n next: '@tui.arrow-right',\n zoomIn: '@tui.plus',\n zoomOut: '@tui.minus',\n zoomReset: '@tui.minimize',\n};\n\nexport const TUI_PREVIEW_ICONS = new InjectionToken(\n ngDevMode ? 'TUI_PREVIEW_ICONS' : '',\n {\n factory: () => TUI_PREVIEW_ICONS_DEFAULT,\n },\n);\n\nexport function tuiPreviewIconsProvider(icons: Partial<TuiPreviewIcons>): Provider {\n return tuiProvideOptions(TUI_PREVIEW_ICONS, icons, TUI_PREVIEW_ICONS_DEFAULT);\n}\n","import {InjectionToken, type Provider} from '@angular/core';\nimport {type PolymorpheusContent} from '@taiga-ui/polymorpheus';\nimport {type Observable} from 'rxjs';\n\nexport const TUI_VALIDATION_ERRORS = new InjectionToken<\n Record<string, Observable<PolymorpheusContent> | PolymorpheusContent>\n>(ngDevMode ? 'TUI_VALIDATION_ERRORS' : '', {\n factory: () => ({}),\n});\n\nexport const tuiValidationErrorsProvider = (\n useValue: Record<string, Observable<PolymorpheusContent> | PolymorpheusContent>,\n): Provider => ({provide: TUI_VALIDATION_ERRORS, useValue});\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"taiga-ui-kit-tokens.mjs","sources":["../../../projects/kit/tokens/calendar-date-stream.ts","../../../projects/kit/tokens/date-inputs-value-transformers.ts","../../../projects/kit/tokens/i18n.ts","../../../projects/kit/tokens/input-date-options.ts","../../../projects/kit/tokens/items-handlers.ts","../../../projects/kit/tokens/mobile-calendar.ts","../../../projects/kit/tokens/month-formatter.ts","../../../projects/kit/tokens/preview-icons.ts","../../../projects/kit/tokens/taiga-ui-kit-tokens.ts"],"sourcesContent":["import {InjectionToken, Optional, type Provider, Self} from '@angular/core';\nimport {NgControl} from '@angular/forms';\nimport {type TuiValueTransformer} from '@taiga-ui/cdk/classes';\nimport {type TuiDay, type TuiDayRange, type TuiTime} from '@taiga-ui/cdk/date-time';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {map, type Observable, of} from 'rxjs';\n\n/**\n * Stream that emits calendar data change\n * @deprecated this should be rewritten in v5\n */\nexport const TUI_CALENDAR_DATE_STREAM = new InjectionToken<\n Observable<TuiDay | TuiDayRange | null>\n>(ngDevMode ? 'TUI_CALENDAR_DATE_STREAM' : '');\n\nexport function tuiDateStreamWithTransformer(\n transformer: InjectionToken<TuiValueTransformer<any>>,\n): Provider {\n return {\n provide: TUI_CALENDAR_DATE_STREAM,\n deps: [\n [new Optional(), new Self(), NgControl],\n [new Optional(), transformer],\n ],\n useFactory: tuiControlValueFactory,\n };\n}\n\nfunction tuiControlValueFactory<\n T extends TuiDay | TuiDayRange | [TuiDay, TuiTime | null],\n>(\n control: NgControl | null,\n transformer?: TuiValueTransformer<T> | null,\n): Observable<T | null> | null {\n return control\n ? tuiControlValue(control).pipe(\n map((value) =>\n transformer ? transformer?.fromControlValue(value) : (value as T),\n ),\n )\n : of(null);\n}\n","import {InjectionToken} from '@angular/core';\nimport {\n TUI_IDENTITY_VALUE_TRANSFORMER,\n type TuiValueTransformer,\n} from '@taiga-ui/cdk/classes';\nimport {type TuiDay, type TuiDayRange, type TuiTime} from '@taiga-ui/cdk/date-time';\n\n/**\n * Control value transformer of TuiDay to custom value format for InputDate* components\n */\nexport const TUI_DATE_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiDay | null>\n>(ngDevMode ? 'TUI_DATE_VALUE_TRANSFORMER' : '', {\n factory: () => TUI_IDENTITY_VALUE_TRANSFORMER,\n});\n\n/**\n * Control value transformer for InputDateRange component\n */\nexport const TUI_DATE_RANGE_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiDayRange | null>\n>(ngDevMode ? 'TUI_DATE_RANGE_VALUE_TRANSFORMER' : '');\n\n/**\n * Control value transformer for InputDateTime component\n */\nexport const TUI_DATE_TIME_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<[TuiDay, TuiTime | null]>\n>(ngDevMode ? 'TUI_DATE_TIME_VALUE_TRANSFORMER' : '');\n\n/**\n * Control value transformer for InputTime component\n */\nexport const TUI_TIME_VALUE_TRANSFORMER = new InjectionToken<\n TuiValueTransformer<TuiTime | null>\n>(ngDevMode ? 'TUI_TIME_VALUE_TRANSFORMER' : '');\n","import {InjectionToken, type Signal} from '@angular/core';\nimport {type TuiDateMode} from '@taiga-ui/cdk/date-time';\nimport {type TuiCountryIsoCode} from '@taiga-ui/i18n/types';\nimport {tuiExtractI18n} from '@taiga-ui/i18n/utils';\n\nexport const TUI_CONFIRM_WORDS = new InjectionToken(\n ngDevMode ? 'TUI_CONFIRM_WORDS' : '',\n {\n factory: tuiExtractI18n('confirm'),\n },\n);\n\nexport const TUI_CANCEL_WORD = new InjectionToken(ngDevMode ? 'TUI_CANCEL_WORD' : '', {\n factory: tuiExtractI18n('cancel'),\n});\n\nexport const TUI_DONE_WORD = new InjectionToken(ngDevMode ? 'TUI_DONE_WORD' : '', {\n factory: tuiExtractI18n('done'),\n});\n\nexport const TUI_MORE_WORD = new InjectionToken(ngDevMode ? 'TUI_MORE_WORD' : '', {\n factory: tuiExtractI18n('more'),\n});\n\nexport const TUI_HIDE_TEXT = new InjectionToken(ngDevMode ? 'TUI_HIDE_TEXT' : '', {\n factory: tuiExtractI18n('hide'),\n});\n\nexport const TUI_SHOW_ALL_TEXT = new InjectionToken(\n ngDevMode ? 'TUI_SHOW_ALL_TEXT' : '',\n {\n factory: tuiExtractI18n('showAll'),\n },\n);\n\nexport const TUI_OTHER_DATE_TEXT = new InjectionToken(\n ngDevMode ? 'TUI_OTHER_DATE_TEXT' : '',\n {\n factory: tuiExtractI18n('otherDate'),\n },\n);\n\nexport const TUI_CHOOSE_DAY_OR_RANGE_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_CHOOSE_DAY_OR_RANGE_TEXTS' : '',\n {\n factory: tuiExtractI18n('mobileCalendarTexts'),\n },\n);\n\nexport const TUI_FROM_TO_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_FROM_TO_TEXTS' : '',\n {\n factory: tuiExtractI18n('range'),\n },\n);\n\nexport const TUI_PLUS_MINUS_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PLUS_MINUS_TEXTS' : '',\n {\n factory: tuiExtractI18n('countTexts'),\n },\n);\n\nexport const TUI_TIME_TEXTS = new InjectionToken(ngDevMode ? 'TUI_TIME_TEXTS' : '', {\n factory: tuiExtractI18n('time'),\n});\n\nexport const TUI_DATE_TEXTS = new InjectionToken<Signal<Record<TuiDateMode, string>>>(\n ngDevMode ? 'TUI_DATE_TEXTS' : '',\n {\n factory: tuiExtractI18n('dateTexts'),\n },\n);\n\nexport const TUI_DIGITAL_INFORMATION_UNITS = new InjectionToken(\n ngDevMode ? 'TUI_DIGITAL_INFORMATION_UNITS' : '',\n {\n factory: tuiExtractI18n('digitalInformationUnits'),\n },\n);\n\nexport const TUI_COPY_TEXTS = new InjectionToken(ngDevMode ? 'TUI_COPY_TEXTS' : '', {\n factory: tuiExtractI18n('copyTexts'),\n});\n\nexport const TUI_PASSWORD_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PASSWORD_TEXTS' : '',\n {\n factory: tuiExtractI18n('passwordTexts'),\n },\n);\n\nexport const TUI_CALENDAR_MONTHS = new InjectionToken(\n ngDevMode ? 'TUI_CALENDAR_MONTHS' : '',\n {\n factory: tuiExtractI18n('shortCalendarMonths'),\n },\n);\n\nexport const TUI_FILE_TEXTS = new InjectionToken(ngDevMode ? 'TUI_FILE_TEXTS' : '', {\n factory: tuiExtractI18n('fileTexts'),\n});\n\nexport const TUI_PAGINATION_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PAGINATION_TEXTS' : '',\n {\n factory: tuiExtractI18n('pagination'),\n },\n);\n\nexport const TUI_INPUT_FILE_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_INPUT_FILE_TEXTS' : '',\n {\n factory: tuiExtractI18n('inputFileTexts'),\n },\n);\n\nexport const TUI_MULTI_SELECT_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_MULTI_SELECT_TEXTS' : '',\n {\n factory: tuiExtractI18n('multiSelectTexts'),\n },\n);\n\nexport const TUI_COUNTRIES = new InjectionToken<\n Signal<Record<TuiCountryIsoCode, string>>\n>(ngDevMode ? 'TUI_COUNTRIES' : '', {\n factory: tuiExtractI18n('countries'),\n});\n\nexport const TUI_PREVIEW_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PREVIEW_TEXTS' : '',\n {\n factory: tuiExtractI18n('previewTexts'),\n },\n);\n\nexport const TUI_PREVIEW_ZOOM_TEXTS = new InjectionToken(\n ngDevMode ? 'TUI_PREVIEW_ZOOM_TEXTS' : '',\n {\n factory: tuiExtractI18n('zoomTexts'),\n },\n);\n\nexport const TUI_INTERNATIONAL_SEARCH = new InjectionToken(\n ngDevMode ? 'TUI_INTERNATIONAL_SEARCH' : '',\n {\n factory: tuiExtractI18n('phoneSearch'),\n },\n);\n","import {TUI_FIRST_DAY, TUI_LAST_DAY, type TuiDay} from '@taiga-ui/cdk/date-time';\nimport {type TuiContext} from '@taiga-ui/cdk/types';\nimport {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\nimport {type TuiSizeL, type TuiSizeS} from '@taiga-ui/core/types';\nimport {type PolymorpheusContent} from '@taiga-ui/polymorpheus';\n\nexport interface TuiInputDateOptions {\n readonly icon: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;\n readonly max: TuiDay;\n readonly min: TuiDay;\n readonly nativePicker: boolean;\n}\n\nexport const TUI_INPUT_DATE_DEFAULT_OPTIONS: TuiInputDateOptions = {\n icon: () => '@tui.calendar',\n min: TUI_FIRST_DAY,\n max: TUI_LAST_DAY,\n nativePicker: false,\n};\n\n/**\n * Default parameters for InputDate component\n */\nexport const [TUI_INPUT_DATE_OPTIONS, tuiInputDateOptionsProvider] = tuiCreateOptions(\n TUI_INPUT_DATE_DEFAULT_OPTIONS,\n);\n","import {TUI_DEFAULT_IDENTITY_MATCHER, TUI_FALSE_HANDLER} from '@taiga-ui/cdk/constants';\nimport {\n type TuiBooleanHandler,\n type TuiIdentityMatcher,\n type TuiStringHandler,\n} from '@taiga-ui/cdk/types';\nimport {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport interface TuiItemsHandlers<T> {\n readonly disabledItemHandler: TuiBooleanHandler<T>;\n readonly identityMatcher: TuiIdentityMatcher<T>;\n readonly stringify: TuiStringHandler<T>;\n}\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown> = {\n stringify: String,\n identityMatcher: TUI_DEFAULT_IDENTITY_MATCHER,\n disabledItemHandler: TUI_FALSE_HANDLER,\n};\n\n/**\n * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.\n * TODO(v5): delete\n */\nexport const [TUI_ITEMS_HANDLERS, tuiItemsHandlersProvider] = tuiCreateOptions(\n TUI_DEFAULT_ITEMS_HANDLERS,\n);\n","import {type FactoryProvider, inject, InjectionToken, type Type} from '@angular/core';\nimport {TUI_IS_MOBILE} from '@taiga-ui/cdk/tokens';\nimport {TUI_DROPDOWN_COMPONENT} from '@taiga-ui/core/directives/dropdown';\n\n/**\n * A component for mobile data picker\n */\nexport const TUI_MOBILE_CALENDAR = new InjectionToken<Type<unknown>>(\n ngDevMode ? 'TUI_MOBILE_CALENDAR' : '',\n);\n\nexport const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider = {\n provide: TUI_DROPDOWN_COMPONENT,\n useFactory: () =>\n (inject(TUI_IS_MOBILE) && inject(TUI_MOBILE_CALENDAR, {optional: true})) ||\n inject(TUI_DROPDOWN_COMPONENT, {skipSelf: true}),\n};\n","import {inject, InjectionToken} from '@angular/core';\nimport {toObservable} from '@angular/core/rxjs-interop';\nimport {type TuiMonth} from '@taiga-ui/cdk/date-time';\nimport {type TuiHandler} from '@taiga-ui/cdk/types';\nimport {TUI_MONTHS} from '@taiga-ui/core/tokens';\nimport {map, type Observable} from 'rxjs';\n\n// TODO: replace with signal\nexport const TUI_MONTH_FORMATTER = new InjectionToken<\n Observable<TuiHandler<TuiMonth | null, string>>\n>(ngDevMode ? 'TUI_MONTH_FORMATTER' : '', {\n factory: () =>\n toObservable(inject(TUI_MONTHS)).pipe(\n map((months) => (date) => {\n if (!date) {\n return '';\n }\n\n return `${months[date.month] ?? ''} ${date.formattedYear}`;\n }),\n ),\n});\n","import {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\n\nexport interface TuiPreviewIcons {\n readonly next: string;\n readonly prev: string;\n readonly rotate: string;\n readonly zoomIn: string;\n readonly zoomOut: string;\n readonly zoomReset: string;\n}\n\nexport const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons = {\n rotate: '@tui.rotate-ccw-square',\n prev: '@tui.arrow-left',\n next: '@tui.arrow-right',\n zoomIn: '@tui.plus',\n zoomOut: '@tui.minus',\n zoomReset: '@tui.minimize',\n};\n\nexport const [TUI_PREVIEW_ICONS, tuiPreviewIconsProvider] = tuiCreateOptions(\n TUI_PREVIEW_ICONS_DEFAULT,\n);\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.e444d19",
3
+ "version": "4.52.0-canary.ec0802b",
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"
@@ -137,6 +144,10 @@
137
144
  "types": "./components/floating-container/index.d.ts",
138
145
  "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
139
146
  },
147
+ "./components/fullscreen": {
148
+ "types": "./components/fullscreen/index.d.ts",
149
+ "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
150
+ },
140
151
  "./components/input-chip": {
141
152
  "types": "./components/input-chip/index.d.ts",
142
153
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
@@ -177,10 +188,6 @@
177
188
  "types": "./components/input-number/index.d.ts",
178
189
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
179
190
  },
180
- "./components/input-password": {
181
- "types": "./components/input-password/index.d.ts",
182
- "default": "./fesm2022/taiga-ui-kit-components-input-password.mjs"
183
- },
184
191
  "./components/input-phone": {
185
192
  "types": "./components/input-phone/index.d.ts",
186
193
  "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
@@ -237,18 +244,14 @@
237
244
  "types": "./components/pager/index.d.ts",
238
245
  "default": "./fesm2022/taiga-ui-kit-components-pager.mjs"
239
246
  },
240
- "./components/pagination": {
241
- "types": "./components/pagination/index.d.ts",
242
- "default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
243
- },
244
- "./components/pdf-viewer": {
245
- "types": "./components/pdf-viewer/index.d.ts",
246
- "default": "./fesm2022/taiga-ui-kit-components-pdf-viewer.mjs"
247
- },
248
247
  "./components/pin": {
249
248
  "types": "./components/pin/index.d.ts",
250
249
  "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
251
250
  },
251
+ "./components/pagination": {
252
+ "types": "./components/pagination/index.d.ts",
253
+ "default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
254
+ },
252
255
  "./components/preview": {
253
256
  "types": "./components/preview/index.d.ts",
254
257
  "default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
@@ -269,14 +272,14 @@
269
272
  "types": "./components/radio/index.d.ts",
270
273
  "default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
271
274
  },
272
- "./components/radio-list": {
273
- "types": "./components/radio-list/index.d.ts",
274
- "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
275
- },
276
275
  "./components/range": {
277
276
  "types": "./components/range/index.d.ts",
278
277
  "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
279
278
  },
279
+ "./components/radio-list": {
280
+ "types": "./components/radio-list/index.d.ts",
281
+ "default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
282
+ },
280
283
  "./components/rating": {
281
284
  "types": "./components/rating/index.d.ts",
282
285
  "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
@@ -325,6 +328,10 @@
325
328
  "types": "./components/tiles/index.d.ts",
326
329
  "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
327
330
  },
331
+ "./components/toast": {
332
+ "types": "./components/toast/index.d.ts",
333
+ "default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
334
+ },
328
335
  "./components/tree": {
329
336
  "types": "./components/tree/index.d.ts",
330
337
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
@@ -349,10 +356,6 @@
349
356
  "types": "./directives/connected/index.d.ts",
350
357
  "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
351
358
  },
352
- "./directives/copy": {
353
- "types": "./directives/copy/index.d.ts",
354
- "default": "./fesm2022/taiga-ui-kit-directives-copy.mjs"
355
- },
356
359
  "./directives/data-list-dropdown-manager": {
357
360
  "types": "./directives/data-list-dropdown-manager/index.d.ts",
358
361
  "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
@@ -413,10 +416,6 @@
413
416
  "types": "./pipes/filter-by-input/index.d.ts",
414
417
  "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
415
418
  },
416
- "./pipes/field-error": {
417
- "types": "./pipes/field-error/index.d.ts",
418
- "default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
419
- },
420
419
  "./pipes/hide-selected": {
421
420
  "types": "./pipes/hide-selected/index.d.ts",
422
421
  "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
@@ -432,10 +431,6 @@
432
431
  "./pipes/stringify-content": {
433
432
  "types": "./pipes/stringify-content/index.d.ts",
434
433
  "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
434
  }
440
435
  },
441
436
  "peerDependencies": {
@@ -443,16 +438,17 @@
443
438
  "@angular/core": ">=19.0.0",
444
439
  "@angular/forms": ">=19.0.0",
445
440
  "@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",
441
+ "@maskito/angular": "^4.0.1",
442
+ "@maskito/core": "^4.0.1",
443
+ "@maskito/kit": "^4.0.1",
444
+ "@maskito/phone": "^4.0.1",
445
+ "@ng-web-apis/common": "^4.12.2",
446
+ "@ng-web-apis/intersection-observer": "^4.12.2",
447
+ "@ng-web-apis/mutation-observer": "^4.12.2",
448
+ "@ng-web-apis/resize-observer": "^4.12.2",
454
449
  "@taiga-ui/cdk": "^4.52.0",
455
450
  "@taiga-ui/core": "^4.52.0",
451
+ "@taiga-ui/design-tokens": "~0.264.0",
456
452
  "@taiga-ui/i18n": "^4.52.0",
457
453
  "@taiga-ui/polymorpheus": "^4.9.0",
458
454
  "rxjs": ">=7.0.0"
package/pipes/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@taiga-ui/kit/pipes/emails';
2
- export * from '@taiga-ui/kit/pipes/field-error';
3
2
  export * from '@taiga-ui/kit/pipes/filter-by-input';
4
3
  export * from '@taiga-ui/kit/pipes/hide-selected';
5
4
  export * from '@taiga-ui/kit/pipes/sort-countries';
@@ -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-text-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-text-ui-xs);
64
+ font-size: 0.5625rem;
65
+
66
+ &._initials::before {
67
+ font: var(--tui-font-text-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-text-ui-xs);
77
+ font-weight: bold;
78
+
79
+ &._initials::before {
80
+ font: var(--tui-font-text-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-text-ui-m);
90
+ font-weight: bold;
91
+
92
+ &._initials::before {
93
+ font: var(--tui-font-text-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-4);
103
+
104
+ &._initials::before {
105
+ font: var(--tui-font-heading-3);
106
+ }
107
+ }
108
+
109
+ &[data-size='xxl'] {
110
+ --t-size: 6rem;
111
+ --t-radius: 1rem;
112
+
113
+ font: var(--tui-font-heading-3);
114
+
115
+ &._initials::before {
116
+ font: var(--tui-font-heading-3);
117
+ }
118
+ }
119
+
120
+ &[data-size='xxxl'] {
121
+ --t-size: 8rem;
122
+ --t-radius: 1.25rem;
123
+
124
+ font: var(--tui-font-heading-3);
125
+
126
+ &._initials::before {
127
+ font: var(--tui-font-heading-2);
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-6);
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
+ }
@@ -26,6 +26,7 @@ tui-badge,
26
26
  .button-base();
27
27
 
28
28
  border-radius: 6rem;
29
+ justify-content: center;
29
30
  background: #959595;
30
31
  color: var(--tui-background-base);
31
32
  padding: var(--t-padding);
@@ -11,11 +11,11 @@
11
11
  * data-size — size (default: 'm') ('s' | 'm')
12
12
  *
13
13
  * @vars
14
- * --t-checked-icon — checkmark icon
15
- * --t-indeterminate-icon — indeterminate state icon
14
+ * --t-icon-start — checkmark icon
15
+ * --t-icon-end — indeterminate state icon
16
16
  *
17
17
  * @example
18
- * <input type="checkbox" tuiCheckbox />
18
+ * <input type="checkbox" tuiCheckbox tuiIcons tuiAppearance data-appearance='secondary' />
19
19
  *
20
20
  * @see-also
21
21
  * Switch, Radio, Appearance
@@ -32,20 +32,22 @@
32
32
  flex-shrink: 0;
33
33
 
34
34
  &::before {
35
- .fullsize(absolute, inset);
36
-
37
- content: '';
35
+ position: absolute;
36
+ block-size: 100%;
37
+ inline-size: 100%;
38
38
  font-size: 1rem;
39
- background: currentColor;
40
- mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>') no-repeat center /
41
- calc(~'min(1em, 100%)' + 10 * var(--tui-stroke-width, 0.125rem)) ~'min(1em, 100%)' padding-box;
39
+ mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>');
42
40
  transform: scale(0);
43
41
  transition:
44
42
  transform var(--tui-duration) ease-in-out,
45
43
  mask 0s var(--tui-duration) ease-in-out;
46
44
  }
47
45
 
48
- &:disabled._readonly {
46
+ &::after {
47
+ display: none;
48
+ }
49
+
50
+ &:disabled._readonly._readonly {
49
51
  opacity: 1;
50
52
  pointer-events: none;
51
53
  }
@@ -53,7 +55,7 @@
53
55
  &:checked,
54
56
  &:indeterminate {
55
57
  &::before {
56
- mask-image: var(--t-checked-icon);
58
+ mask-image: var(--t-icon-start);
57
59
  transform: scale(1);
58
60
  transition:
59
61
  transform var(--tui-duration) ease-in-out,
@@ -63,7 +65,7 @@
63
65
  }
64
66
 
65
67
  &:indeterminate::before {
66
- mask-image: var(--t-indeterminate-icon);
68
+ mask-image: var(--t-icon-end);
67
69
  }
68
70
 
69
71
  &[data-size='s'] {
@@ -11,7 +11,7 @@
11
11
  * data-size — size (default: 's') ('xxs' | 'xs' | 's' | 'm')
12
12
  *
13
13
  * @example
14
- * <tui-chip>Sale</tui-badge>
14
+ * <tui-chip>Sale</tui-chip>
15
15
  *
16
16
  * @see-also
17
17
  * Icons, Appearance, Badge, Block
@@ -32,6 +32,7 @@ tui-chip,
32
32
  block-size: var(--t-size);
33
33
  inline-size: fit-content;
34
34
  isolation: isolate;
35
+ max-inline-size: stretch;
35
36
 
36
37
  .interactive({
37
38
  cursor: pointer;
@@ -47,6 +48,11 @@ tui-chip,
47
48
  margin: -0.375rem;
48
49
  }
49
50
 
51
+ > tui-badge,
52
+ > [tuiBadge] {
53
+ margin-inline-end: 0;
54
+ }
55
+
50
56
  &[data-size='xxs'] {
51
57
  // StackBlitz changes "0rem" to "0" breaking calc
52
58
  --t-gap: ~'0rem';
@@ -85,6 +91,11 @@ tui-chip,
85
91
  & > [tuiIconButton] {
86
92
  margin: -0.75rem;
87
93
  }
94
+
95
+ & > tui-badge,
96
+ & > [tuiBadge] {
97
+ margin-inline-start: -0.375rem;
98
+ }
88
99
  }
89
100
 
90
101
  & > img,
@@ -115,8 +126,6 @@ tui-chip,
115
126
  }
116
127
  }
117
128
 
118
- &[tuiAppearance][data-appearance='error'], /* TODO @deprecated remove in v5 */
119
- &[tuiAppearance][data-appearance='success'], /* TODO @deprecated remove in v5 */
120
129
  &[tuiAppearance][data-appearance='negative'],
121
130
  &[tuiAppearance][data-appearance='positive'],
122
131
  &[tuiAppearance][data-appearance='warning'],