@taiga-ui/kit 4.52.0-canary.c107f6a → 4.52.0-canary.c8448e0

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 (438) hide show
  1. package/README.md +1 -1
  2. package/components/avatar/avatar-labeled.component.d.ts +3 -3
  3. package/components/avatar/avatar-stack.component.d.ts +2 -2
  4. package/components/badge/badge.options.d.ts +1 -3
  5. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  6. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  7. package/components/badged-content/badged-content.directive.d.ts +2 -3
  8. package/components/block/block.options.d.ts +1 -3
  9. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  10. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  11. package/components/button-loading/button-loading.component.d.ts +5 -5
  12. package/components/calendar-month/calendar-month.component.d.ts +5 -5
  13. package/components/calendar-range/calendar-range.component.d.ts +1 -3
  14. package/components/calendar-range/day-range-period.d.ts +2 -1
  15. package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
  16. package/components/carousel/carousel-scroll.directive.d.ts +1 -1
  17. package/components/carousel/carousel.component.d.ts +15 -18
  18. package/components/carousel/carousel.directive.d.ts +5 -4
  19. package/components/chip/chip.options.d.ts +1 -3
  20. package/components/combo-box/combo-box.d.ts +5 -0
  21. package/components/combo-box/combo-box.directive.d.ts +7 -9
  22. package/components/combo-box/index.d.ts +1 -0
  23. package/components/compass/compass.component.d.ts +2 -2
  24. package/components/confirm/confirm.component.d.ts +4 -3
  25. package/components/confirm/confirm.service.d.ts +1 -1
  26. package/components/copy/copy.component.d.ts +3 -4
  27. package/components/copy/copy.directive.d.ts +2 -4
  28. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
  29. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  30. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  31. package/components/data-list-wrapper/index.d.ts +1 -1
  32. package/components/drawer/drawer.component.d.ts +3 -4
  33. package/components/files/file/file.component.d.ts +16 -29
  34. package/components/files/file/file.options.d.ts +1 -1
  35. package/components/files/files/files.component.d.ts +5 -8
  36. package/components/files/input-files/input-files.component.d.ts +2 -2
  37. package/components/files/input-files/input-files.content.d.ts +7 -8
  38. package/components/files/input-files/input-files.directive.d.ts +2 -2
  39. package/components/files/input-files/input-files.options.d.ts +1 -3
  40. package/components/filter/filter.component.d.ts +9 -12
  41. package/components/fullscreen/fullscreen.component.d.ts +5 -8
  42. package/components/index.d.ts +0 -3
  43. package/components/input-chip/input-chip.component.d.ts +9 -8
  44. package/components/input-chip/input-chip.d.ts +5 -1
  45. package/components/input-chip/input-chip.directive.d.ts +7 -12
  46. package/components/input-color/index.d.ts +1 -0
  47. package/components/input-color/input-color.component.d.ts +9 -13
  48. package/components/input-color/input-color.d.ts +5 -0
  49. package/components/input-date/input-date.component.d.ts +2 -2
  50. package/components/input-date/input-date.d.ts +4 -1
  51. package/components/input-date/input-date.directive.d.ts +21 -22
  52. package/components/input-date/input-date.options.d.ts +3 -3
  53. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  54. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  55. package/components/input-date-range/input-date-range.d.ts +4 -1
  56. package/components/input-date-range/input-date-range.directive.d.ts +9 -10
  57. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  58. package/components/input-date-time/input-date-time.d.ts +4 -1
  59. package/components/input-date-time/input-date-time.directive.d.ts +14 -14
  60. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  61. package/components/input-inline/input-inline.component.d.ts +3 -2
  62. package/components/input-month/input-month.component.d.ts +3 -5
  63. package/components/input-month/input-month.d.ts +4 -1
  64. package/components/input-month/input-month.directive.d.ts +6 -5
  65. package/components/input-month-range/input-month-range.d.ts +4 -1
  66. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  67. package/components/input-number/index.d.ts +3 -0
  68. package/components/input-number/input-number.d.ts +7 -2
  69. package/components/input-number/input-number.directive.d.ts +11 -24
  70. package/components/input-number/input-number.options.d.ts +4 -7
  71. package/components/input-number/number-mask.directive.d.ts +42 -0
  72. package/components/input-number/quantum.directive.d.ts +10 -8
  73. package/components/input-number/step/input-number-step.component.d.ts +10 -9
  74. package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
  75. package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
  76. package/components/input-phone/index.d.ts +1 -0
  77. package/components/input-phone/input-phone.d.ts +5 -0
  78. package/components/input-phone/input-phone.directive.d.ts +12 -14
  79. package/components/input-phone-international/index.d.ts +1 -0
  80. package/components/input-phone-international/input-phone-international.component.d.ts +14 -16
  81. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  82. package/components/input-phone-international/input-phone-international.options.d.ts +2 -3
  83. package/components/input-pin/index.d.ts +1 -0
  84. package/components/input-pin/input-pin.component.d.ts +5 -6
  85. package/components/input-pin/input-pin.d.ts +5 -0
  86. package/components/input-range/index.d.ts +0 -1
  87. package/components/input-range/input-range.component.d.ts +23 -53
  88. package/components/input-slider/input-slider.d.ts +4 -1
  89. package/components/input-slider/input-slider.directive.d.ts +4 -3
  90. package/components/input-time/input-time.component.d.ts +1 -3
  91. package/components/input-time/input-time.d.ts +4 -1
  92. package/components/input-time/input-time.directive.d.ts +5 -5
  93. package/components/input-year/input-year.d.ts +4 -1
  94. package/components/input-year/input-year.directive.d.ts +8 -10
  95. package/components/input-year/input-year.options.d.ts +2 -2
  96. package/components/items-with-more/items-with-more.component.d.ts +6 -6
  97. package/components/items-with-more/items-with-more.directive.d.ts +6 -6
  98. package/components/like/like.options.d.ts +1 -1
  99. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  100. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  101. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +4 -6
  102. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
  103. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  104. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  105. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  106. package/components/pager/pager.component.d.ts +12 -12
  107. package/components/pagination/pagination.component.d.ts +22 -53
  108. package/components/pagination/pagination.options.d.ts +3 -6
  109. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  110. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  111. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  112. package/components/preview/index.d.ts +1 -0
  113. package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
  114. package/components/preview/preview.component.d.ts +6 -6
  115. package/components/preview/preview.d.ts +2 -1
  116. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  117. package/components/preview/zoom/preview-zoom.component.d.ts +11 -17
  118. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  119. package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
  120. package/components/progress/progress.options.d.ts +1 -3
  121. package/components/pulse/pulse.component.d.ts +2 -2
  122. package/components/push/push-alert.component.d.ts +2 -2
  123. package/components/push/push.component.d.ts +6 -7
  124. package/components/push/push.options.d.ts +4 -3
  125. package/components/push/push.service.d.ts +2 -2
  126. package/components/radio/radio.component.d.ts +1 -1
  127. package/components/radio-list/radio-list.component.d.ts +11 -9
  128. package/components/range/range.component.d.ts +3 -4
  129. package/components/rating/rating.component.d.ts +1 -1
  130. package/components/rating/rating.options.d.ts +1 -3
  131. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  132. package/components/segmented/segmented.component.d.ts +4 -6
  133. package/components/segmented/segmented.directive.d.ts +6 -7
  134. package/components/select/native-select/native-select.component.d.ts +4 -4
  135. package/components/select/select.d.ts +4 -1
  136. package/components/select/select.directive.d.ts +4 -3
  137. package/components/slider/helpers/slider-key-steps.directive.d.ts +10 -7
  138. package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
  139. package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
  140. package/components/slider/slider.component.d.ts +4 -7
  141. package/components/slider/slider.options.d.ts +1 -6
  142. package/components/stepper/step.component.d.ts +14 -9
  143. package/components/stepper/stepper.component.d.ts +5 -12
  144. package/components/switch/switch.component.d.ts +1 -0
  145. package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
  146. package/components/tabs/tabs-vertical.directive.d.ts +2 -2
  147. package/components/tabs/tabs-with-more.component.d.ts +12 -16
  148. package/components/tabs/tabs.directive.d.ts +5 -7
  149. package/components/tabs/tabs.options.d.ts +1 -6
  150. package/components/textarea/index.d.ts +2 -1
  151. package/components/textarea/textarea.component.d.ts +10 -11
  152. package/components/textarea/textarea.d.ts +6 -0
  153. package/components/textarea/textarea.directive.d.ts +13 -0
  154. package/components/tiles/tile-handle.directive.d.ts +2 -1
  155. package/components/tiles/tile.component.d.ts +7 -10
  156. package/components/tiles/tile.service.d.ts +1 -1
  157. package/components/tiles/tiles.component.d.ts +4 -7
  158. package/components/toast/toast.component.d.ts +4 -4
  159. package/components/toast/toast.options.d.ts +4 -3
  160. package/components/toast/toast.service.d.ts +2 -2
  161. package/components/tree/components/tree/tree.component.d.ts +7 -7
  162. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  163. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +7 -0
  164. package/components/tree/directives/tree-children.directive.d.ts +2 -2
  165. package/components/tree/directives/tree-controller.directive.d.ts +4 -5
  166. package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
  167. package/components/tree/directives/tree-node.directive.d.ts +5 -4
  168. package/components/tree/misc/tree.constants.d.ts +0 -3
  169. package/components/tree/misc/tree.tokens.d.ts +1 -6
  170. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  171. package/directives/appearance-proxy/index.d.ts +1 -0
  172. package/directives/button-select/button-select.directive.d.ts +3 -2
  173. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  174. package/directives/fade/fade.directive.d.ts +5 -6
  175. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  176. package/directives/highlight/highlight.directive.d.ts +4 -4
  177. package/directives/index.d.ts +1 -2
  178. package/directives/password/password.directive.d.ts +1 -1
  179. package/directives/present/present.directive.d.ts +2 -4
  180. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  181. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  182. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  183. package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -8
  184. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
  186. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-avatar.mjs +34 -48
  188. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +10 -17
  190. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
  192. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
  194. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-block.mjs +11 -15
  196. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +18 -37
  198. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
  200. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +13 -33
  202. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +26 -35
  204. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-carousel.mjs +69 -116
  206. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +4 -5
  208. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
  210. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +40 -44
  212. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
  214. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-compass.mjs +8 -10
  216. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-confirm.mjs +10 -12
  218. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -32
  220. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
  222. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-drawer.mjs +11 -32
  224. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-files.mjs +112 -237
  226. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
  228. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
  230. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -75
  232. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-input-color.mjs +31 -32
  234. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +34 -46
  236. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +37 -36
  238. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +41 -56
  240. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-input-date.mjs +52 -58
  242. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -12
  244. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +26 -22
  246. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-components-input-month.mjs +39 -45
  248. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-components-input-number.mjs +262 -182
  250. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +63 -73
  252. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +37 -41
  254. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +24 -22
  256. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components-input-range.mjs +42 -69
  258. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +27 -17
  260. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-components-input-time.mjs +38 -39
  262. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-components-input-year.mjs +31 -36
  264. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -70
  266. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  268. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +18 -22
  270. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
  272. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +37 -52
  274. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  275. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +37 -25
  276. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  277. package/fesm2022/taiga-ui-kit-components-pager.mjs +30 -44
  278. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-components-pagination.mjs +68 -153
  280. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  282. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  283. package/fesm2022/taiga-ui-kit-components-preview.mjs +96 -154
  284. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  285. package/fesm2022/taiga-ui-kit-components-progress.mjs +47 -70
  286. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  287. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  288. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  289. package/fesm2022/taiga-ui-kit-components-push.mjs +27 -40
  290. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  291. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
  292. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  293. package/fesm2022/taiga-ui-kit-components-radio.mjs +7 -7
  294. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  295. package/fesm2022/taiga-ui-kit-components-range.mjs +19 -29
  296. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  297. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
  298. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  299. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -4
  300. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  301. package/fesm2022/taiga-ui-kit-components-segmented.mjs +31 -57
  302. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  303. package/fesm2022/taiga-ui-kit-components-select.mjs +52 -28
  304. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  305. package/fesm2022/taiga-ui-kit-components-slider.mjs +55 -84
  306. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  307. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  308. package/fesm2022/taiga-ui-kit-components-stepper.mjs +61 -88
  309. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  311. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-components-tabs.mjs +90 -154
  313. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-components-textarea.mjs +60 -71
  315. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  316. package/fesm2022/taiga-ui-kit-components-tiles.mjs +52 -96
  317. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-components-toast.mjs +27 -28
  319. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-components-tree.mjs +90 -120
  321. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  322. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  323. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  324. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  325. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  326. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
  327. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +20 -11
  329. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  330. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
  331. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
  333. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  334. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -52
  335. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  336. package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
  337. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  338. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +6 -11
  339. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  340. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
  341. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  342. package/fesm2022/taiga-ui-kit-directives-password.mjs +10 -8
  343. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  344. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
  345. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  346. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  347. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  348. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  349. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  350. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +9 -9
  351. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  352. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +8 -10
  353. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  354. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -14
  355. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  356. package/fesm2022/taiga-ui-kit-directives.mjs +1 -2
  357. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  358. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  359. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  360. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  361. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +22 -35
  362. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  363. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  364. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  365. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -26
  366. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  367. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  368. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  369. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  370. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  371. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  372. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  373. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  374. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  375. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  376. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -123
  377. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  378. package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
  379. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  380. package/package.json +60 -68
  381. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  382. package/pipes/auto-color/index.d.ts +1 -0
  383. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +5 -2
  384. package/pipes/flag/flag.pipe.d.ts +13 -0
  385. package/pipes/flag/index.d.ts +1 -0
  386. package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
  387. package/pipes/index.d.ts +3 -0
  388. package/pipes/initials/index.d.ts +1 -0
  389. package/pipes/initials/initials.pipe.d.ts +7 -0
  390. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  391. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  392. package/styles/components/avatar.less +14 -14
  393. package/styles/components/badge.less +3 -3
  394. package/styles/components/block.less +4 -4
  395. package/styles/components/chip.less +4 -4
  396. package/styles/components/comment.less +15 -17
  397. package/styles/components/message.less +1 -1
  398. package/styles/components/pin.less +3 -3
  399. package/styles/components/switch.less +3 -2
  400. package/styles/components/toast.less +1 -1
  401. package/tokens/i18n.d.ts +1 -0
  402. package/tokens/index.d.ts +0 -7
  403. package/utils/index.d.ts +0 -2
  404. package/utils/maskito.binding.d.ts +1 -1
  405. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  406. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  407. package/components/elastic-container/index.d.ts +0 -2
  408. package/components/floating-container/floating-container.directive.d.ts +0 -7
  409. package/components/floating-container/index.d.ts +0 -1
  410. package/components/input-range/input-range.d.ts +0 -3
  411. package/components/slides/index.d.ts +0 -1
  412. package/components/slides/slides.directive.d.ts +0 -11
  413. package/components/textarea/textarea-limit.directive.d.ts +0 -26
  414. package/directives/button-close/button-close.directive.d.ts +0 -6
  415. package/directives/button-close/index.d.ts +0 -1
  416. package/directives/lazy-loading/index.d.ts +0 -2
  417. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  418. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  419. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
  420. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  421. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  422. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  423. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -63
  424. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  425. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  426. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  427. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -47
  428. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
  429. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -80
  430. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  431. package/tokens/calendar-date-stream.d.ts +0 -10
  432. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  433. package/tokens/input-date-options.d.ts +0 -15
  434. package/tokens/items-handlers.d.ts +0 -26
  435. package/tokens/mobile-calendar.d.ts +0 -6
  436. package/tokens/month-formatter.d.ts +0 -5
  437. package/utils/phone.d.ts +0 -3
  438. package/utils/toggle-day.d.ts +0 -2
@@ -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/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 {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 {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 {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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;AAOA;;;AAGG;AACU,MAAA,wBAAwB,GAAG,IAAI,cAAc,CAExD,SAAS,GAAG,0BAA0B,GAAG,EAAE;AAEvC,SAAU,4BAA4B,CACxC,WAAqD,EAAA;IAErD,OAAO;AACH,QAAA,OAAO,EAAE,wBAAwB;AACjC,QAAA,IAAI,EAAE;YACF,CAAC,IAAI,QAAQ,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,SAAS,CAAC;AACvC,YAAA,CAAC,IAAI,QAAQ,EAAE,EAAE,WAAW,CAAC;AAChC,SAAA;AACD,QAAA,UAAU,EAAE,sBAAsB;KACrC;AACL;AAEA,SAAS,sBAAsB,CAG3B,OAAyB,EACzB,WAA2C,EAAA;AAE3C,IAAA,OAAO;AACH,UAAE,eAAe,CAAC,OAAO,CAAC,CAAC,IAAI,CACzB,GAAG,CAAC,CAAC,KAAK,KACN,WAAW,GAAG,WAAW,EAAE,gBAAgB,CAAC,KAAK,CAAC,GAAI,KAAW,CACpE;AAEP,UAAE,EAAE,CAAC,IAAI,CAAC;AAClB;;AClCA;;AAEG;AACU,MAAA,0BAA0B,GAAG,IAAI,cAAc,CAE1D,SAAS,GAAG,4BAA4B,GAAG,EAAE,EAAE;AAC7C,IAAA,OAAO,EAAE,MAAM,8BAA8B;AAChD,CAAA;AAED;;AAEG;AACU,MAAA,gCAAgC,GAAG,IAAI,cAAc,CAEhE,SAAS,GAAG,kCAAkC,GAAG,EAAE;AAErD;;AAEG;AACU,MAAA,+BAA+B,GAAG,IAAI,cAAc,CAE/D,SAAS,GAAG,iCAAiC,GAAG,EAAE;AAEpD;;AAEG;AACU,MAAA,0BAA0B,GAAG,IAAI,cAAc,CAE1D,SAAS,GAAG,4BAA4B,GAAG,EAAE;;AC9BlC,MAAA,iBAAiB,GAAG,IAAI,cAAc,CAC/C,SAAS,GAAG,mBAAmB,GAAG,EAAE,EACpC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC;AACrC,CAAA;AAGQ,MAAA,eAAe,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,iBAAiB,GAAG,EAAE,EAAE;AAClF,IAAA,OAAO,EAAE,cAAc,CAAC,QAAQ,CAAC;AACpC,CAAA;AAEY,MAAA,aAAa,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,eAAe,GAAG,EAAE,EAAE;AAC9E,IAAA,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC;AAClC,CAAA;AAEY,MAAA,aAAa,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,eAAe,GAAG,EAAE,EAAE;AAC9E,IAAA,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC;AAClC,CAAA;AAEY,MAAA,aAAa,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,eAAe,GAAG,EAAE,EAAE;AAC9E,IAAA,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC;AAClC,CAAA;AAEY,MAAA,iBAAiB,GAAG,IAAI,cAAc,CAC/C,SAAS,GAAG,mBAAmB,GAAG,EAAE,EACpC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC;AACrC,CAAA;AAGQ,MAAA,mBAAmB,GAAG,IAAI,cAAc,CACjD,SAAS,GAAG,qBAAqB,GAAG,EAAE,EACtC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAGQ,MAAA,6BAA6B,GAAG,IAAI,cAAc,CAC3D,SAAS,GAAG,+BAA+B,GAAG,EAAE,EAChD;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,qBAAqB,CAAC;AACjD,CAAA;AAGQ,MAAA,iBAAiB,GAAG,IAAI,cAAc,CAC/C,SAAS,GAAG,mBAAmB,GAAG,EAAE,EACpC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC;AACnC,CAAA;AAGQ,MAAA,oBAAoB,GAAG,IAAI,cAAc,CAClD,SAAS,GAAG,sBAAsB,GAAG,EAAE,EACvC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,YAAY,CAAC;AACxC,CAAA;AAGQ,MAAA,cAAc,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,gBAAgB,GAAG,EAAE,EAAE;AAChF,IAAA,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC;AAClC,CAAA;AAEY,MAAA,cAAc,GAAG,IAAI,cAAc,CAC5C,SAAS,GAAG,gBAAgB,GAAG,EAAE,EACjC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAGQ,MAAA,6BAA6B,GAAG,IAAI,cAAc,CAC3D,SAAS,GAAG,+BAA+B,GAAG,EAAE,EAChD;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,yBAAyB,CAAC;AACrD,CAAA;AAGQ,MAAA,cAAc,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,gBAAgB,GAAG,EAAE,EAAE;AAChF,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAEY,MAAA,kBAAkB,GAAG,IAAI,cAAc,CAChD,SAAS,GAAG,oBAAoB,GAAG,EAAE,EACrC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,eAAe,CAAC;AAC3C,CAAA;AAGQ,MAAA,mBAAmB,GAAG,IAAI,cAAc,CACjD,SAAS,GAAG,qBAAqB,GAAG,EAAE,EACtC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,qBAAqB,CAAC;AACjD,CAAA;AAGQ,MAAA,cAAc,GAAG,IAAI,cAAc,CAAC,SAAS,GAAG,gBAAgB,GAAG,EAAE,EAAE;AAChF,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAEY,MAAA,oBAAoB,GAAG,IAAI,cAAc,CAClD,SAAS,GAAG,sBAAsB,GAAG,EAAE,EACvC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,YAAY,CAAC;AACxC,CAAA;AAGQ,MAAA,oBAAoB,GAAG,IAAI,cAAc,CAClD,SAAS,GAAG,sBAAsB,GAAG,EAAE,EACvC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,gBAAgB,CAAC;AAC5C,CAAA;AAGQ,MAAA,sBAAsB,GAAG,IAAI,cAAc,CACpD,SAAS,GAAG,wBAAwB,GAAG,EAAE,EACzC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,kBAAkB,CAAC;AAC9C,CAAA;AAGQ,MAAA,aAAa,GAAG,IAAI,cAAc,CAE7C,SAAS,GAAG,eAAe,GAAG,EAAE,EAAE;AAChC,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAEY,MAAA,iBAAiB,GAAG,IAAI,cAAc,CAC/C,SAAS,GAAG,mBAAmB,GAAG,EAAE,EACpC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,cAAc,CAAC;AAC1C,CAAA;AAGQ,MAAA,sBAAsB,GAAG,IAAI,cAAc,CACpD,SAAS,GAAG,wBAAwB,GAAG,EAAE,EACzC;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,WAAW,CAAC;AACvC,CAAA;AAGQ,MAAA,wBAAwB,GAAG,IAAI,cAAc,CACtD,SAAS,GAAG,0BAA0B,GAAG,EAAE,EAC3C;AACI,IAAA,OAAO,EAAE,cAAc,CAAC,aAAa,CAAC;AACzC,CAAA;;ACvIQ,MAAA,8BAA8B,GAAwB;AAC/D,IAAA,IAAI,EAAE,MAAM,eAAe;AAC3B,IAAA,GAAG,EAAE,aAAa;AAClB,IAAA,GAAG,EAAE,YAAY;AACjB,IAAA,YAAY,EAAE,KAAK;;AAGvB;;AAEG;AACI,MAAM,CAAC,sBAAsB,EAAE,2BAA2B,CAAC,GAAG,gBAAgB,CACjF,8BAA8B;;ACLlC;;;AAGG;AACU,MAAA,0BAA0B,GAA8B;AACjE,IAAA,SAAS,EAAE,MAAM;AACjB,IAAA,eAAe,EAAE,4BAA4B;AAC7C,IAAA,mBAAmB,EAAE,iBAAiB;;AAG1C;;;AAGG;AACU,MAAA,kBAAkB,GAAG,IAAI,cAAc,CAChD,SAAS,GAAG,oBAAoB,GAAG,EAAE,EACrC;AACI,IAAA,OAAO,EAAE,MAAM,0BAA0B;AAC5C,CAAA;AAGL;;;AAGG;AACG,SAAU,wBAAwB,CACpC,OAAqC,EAAA;IAErC,OAAO,iBAAiB,CAAC,kBAAkB,EAAE,OAAO,EAAE,0BAA0B,CAAC;AACrF;;AC5CA;;AAEG;AACU,MAAA,mBAAmB,GAAG,IAAI,cAAc,CACjD,SAAS,GAAG,qBAAqB,GAAG,EAAE;AAG7B,MAAA,4BAA4B,GAAoB;AACzD,IAAA,OAAO,EAAE,sBAAsB;IAC/B,UAAU,EAAE,MACR,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,MAAM,CAAC,mBAAmB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;QACvE,MAAM,CAAC,sBAAsB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;;;ACRxD;AACa,MAAA,mBAAmB,GAAG,IAAI,cAAc,CAEnD,SAAS,GAAG,qBAAqB,GAAG,EAAE,EAAE;IACtC,OAAO,EAAE,MACL,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CACjC,GAAG,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,KAAI;QACrB,IAAI,CAAC,IAAI,EAAE;AACP,YAAA,OAAO,EAAE;;AAGb,QAAA,OAAO,CAAG,EAAA,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAI,CAAA,EAAA,IAAI,CAAC,aAAa,EAAE;AAC9D,KAAC,CAAC,CACL;AACR,CAAA;;ACTY,MAAA,yBAAyB,GAAoB;AACtD,IAAA,MAAM,EAAE,wBAAwB;AAChC,IAAA,IAAI,EAAE,iBAAiB;AACvB,IAAA,IAAI,EAAE,kBAAkB;AACxB,IAAA,MAAM,EAAE,WAAW;AACnB,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,SAAS,EAAE,eAAe;;AAGjB,MAAA,iBAAiB,GAAG,IAAI,cAAc,CAC/C,SAAS,GAAG,mBAAmB,GAAG,EAAE,EACpC;AACI,IAAA,OAAO,EAAE,MAAM,yBAAyB;AAC3C,CAAA;AAGC,SAAU,uBAAuB,CAAC,KAA+B,EAAA;IACnE,OAAO,iBAAiB,CAAC,iBAAiB,EAAE,KAAK,EAAE,yBAAyB,CAAC;AACjF;;AC9BA;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-kit-tokens.mjs","sources":["../../../projects/kit/tokens/i18n.ts","../../../projects/kit/tokens/taiga-ui-kit-tokens.ts"],"sourcesContent":["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\nexport const TUI_DAY_RANGE_PERIODS = new InjectionToken(\n ngDevMode ? 'TUI_DAY_RANGE_PERIODS' : '',\n {\n factory: tuiExtractI18n('dayRangePeriods'),\n },\n);\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -5,9 +5,7 @@ import { NgControl } from '@angular/forms';
5
5
  import { tuiControlValue } from '@taiga-ui/cdk/observables';
6
6
  import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
7
7
  import { MaskitoDirective } from '@maskito/angular';
8
- import { tuiDirectiveBinding } from '@taiga-ui/cdk/utils';
9
- import { CHAR_PLUS } from '@taiga-ui/cdk/constants';
10
- import { getCountryCallingCode } from 'libphonenumber-js/core';
8
+ import { tuiDirectiveBinding } from '@taiga-ui/cdk/utils/di';
11
9
 
12
10
  function tuiCreateTimePeriods(minHour = 0, maxHour = HOURS_IN_DAY, minutes = [0, 30]) {
13
11
  const timeArray = [];
@@ -21,7 +19,7 @@ function tuiCreateTimePeriods(minHour = 0, maxHour = HOURS_IN_DAY, minutes = [0,
21
19
  }
22
20
 
23
21
  function tuiInjectValue() {
24
- const control = inject(TuiTextfieldComponent, { optional: true })?.control ||
22
+ const control = inject(TuiTextfieldComponent, { optional: true })?.control() ||
25
23
  inject(NgControl, { optional: true });
26
24
  return toSignal(tuiControlValue(control), { requireSync: true });
27
25
  }
@@ -34,19 +32,9 @@ function tuiMaskito(options) {
34
32
  return tuiDirectiveBinding(MaskitoDirective, 'options', options);
35
33
  }
36
34
 
37
- function tuiGetCallingCode(iso, metadata) {
38
- return metadata ? CHAR_PLUS + getCountryCallingCode(iso, metadata) : '';
39
- }
40
-
41
- function tuiToggleDay(days, day) {
42
- return ((days?.find((item) => item.daySame(day))
43
- ? days.filter((item) => !item.daySame(day))
44
- : days?.concat(day)) || []);
45
- }
46
-
47
35
  /**
48
36
  * Generated bundle index. Do not edit.
49
37
  */
50
38
 
51
- export { tuiCreateTimePeriods, tuiGetCallingCode, tuiInjectValue, tuiIsFlat, tuiMaskito, tuiToggleDay };
39
+ export { tuiCreateTimePeriods, tuiInjectValue, tuiIsFlat, tuiMaskito };
52
40
  //# sourceMappingURL=taiga-ui-kit-utils.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/is-flat.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/phone.ts","../../../projects/kit/utils/toggle-day.ts","../../../projects/kit/utils/taiga-ui-kit-utils.ts"],"sourcesContent":["import {HOURS_IN_DAY, TuiTime} from '@taiga-ui/cdk/date-time';\n\nexport function tuiCreateTimePeriods(\n minHour = 0,\n maxHour: number = HOURS_IN_DAY,\n minutes: readonly number[] = [0, 30],\n): readonly TuiTime[] {\n const timeArray: TuiTime[] = [];\n\n for (let i = minHour; i < maxHour; i++) {\n minutes.forEach((minute) => {\n const time = new TuiTime(i, minute);\n\n timeArray.push(time);\n });\n }\n\n return timeArray;\n}\n","import {inject, type Signal} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {NgControl} from '@angular/forms';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {TuiTextfieldComponent} from '@taiga-ui/core/components/textfield';\n\nexport function tuiInjectValue<T>(): Signal<T> {\n const control =\n inject(TuiTextfieldComponent, {optional: true})?.control ||\n inject(NgControl, {optional: true});\n\n return toSignal(tuiControlValue(control), {requireSync: true});\n}\n","export function tuiIsFlat<T>(\n items: ReadonlyArray<readonly T[]> | readonly T[],\n): items is readonly T[] {\n return !Array.isArray(items[0]);\n}\n","import {type Signal, type WritableSignal} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {type MaskitoOptions} from '@maskito/core';\nimport {tuiDirectiveBinding} from '@taiga-ui/cdk/utils';\n\ntype M = MaskitoOptions | null;\n\nexport function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;\nexport function tuiMaskito(options: Signal<M>): Signal<M>;\nexport function tuiMaskito(options: M | Signal<M>): Signal<M> {\n return tuiDirectiveBinding(MaskitoDirective, 'options', options);\n}\n","import {CHAR_PLUS} from '@taiga-ui/cdk/constants';\nimport {type TuiCountryIsoCode} from '@taiga-ui/i18n/types';\nimport {getCountryCallingCode, type MetadataJson} from 'libphonenumber-js/core';\n\nexport function tuiGetCallingCode(\n iso: TuiCountryIsoCode,\n metadata?: MetadataJson | null,\n): string {\n return metadata ? CHAR_PLUS + getCountryCallingCode(iso, metadata) : '';\n}\n","import {type TuiDay} from '@taiga-ui/cdk/date-time';\n\nexport function tuiToggleDay(\n days: readonly TuiDay[] | null,\n day: TuiDay,\n): readonly TuiDay[] {\n return (\n (days?.find((item) => item.daySame(day))\n ? days.filter((item) => !item.daySame(day))\n : days?.concat(day)) || []\n );\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;AAEgB,SAAA,oBAAoB,CAChC,OAAO,GAAG,CAAC,EACX,OAAkB,GAAA,YAAY,EAC9B,OAA6B,GAAA,CAAC,CAAC,EAAE,EAAE,CAAC,EAAA;IAEpC,MAAM,SAAS,GAAc,EAAE;AAE/B,IAAA,KAAK,IAAI,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;AACpC,QAAA,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,KAAI;YACvB,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC;AAEnC,YAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACxB,SAAC,CAAC;;AAGN,IAAA,OAAO,SAAS;AACpB;;SCZgB,cAAc,GAAA;AAC1B,IAAA,MAAM,OAAO,GACT,MAAM,CAAC,qBAAqB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,EAAE,OAAO;QACxD,MAAM,CAAC,SAAS,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AAEvC,IAAA,OAAO,QAAQ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;AAClE;;ACZM,SAAU,SAAS,CACrB,KAAiD,EAAA;IAEjD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AACnC;;ACKM,SAAU,UAAU,CAAC,OAAsB,EAAA;IAC7C,OAAO,mBAAmB,CAAC,gBAAgB,EAAE,SAAS,EAAE,OAAO,CAAC;AACpE;;ACPgB,SAAA,iBAAiB,CAC7B,GAAsB,EACtB,QAA8B,EAAA;AAE9B,IAAA,OAAO,QAAQ,GAAG,SAAS,GAAG,qBAAqB,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE;AAC3E;;ACPgB,SAAA,YAAY,CACxB,IAA8B,EAC9B,GAAW,EAAA;AAEX,IAAA,QACI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;AACnC,UAAE,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;UACxC,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,KAAK,EAAE;AAEtC;;ACXA;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/is-flat.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/taiga-ui-kit-utils.ts"],"sourcesContent":["import {HOURS_IN_DAY, TuiTime} from '@taiga-ui/cdk/date-time';\n\nexport function tuiCreateTimePeriods(\n minHour = 0,\n maxHour: number = HOURS_IN_DAY,\n minutes: readonly number[] = [0, 30],\n): readonly TuiTime[] {\n const timeArray: TuiTime[] = [];\n\n for (let i = minHour; i < maxHour; i++) {\n minutes.forEach((minute) => {\n const time = new TuiTime(i, minute);\n\n timeArray.push(time);\n });\n }\n\n return timeArray;\n}\n","import {inject, type Signal} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {NgControl} from '@angular/forms';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {TuiTextfieldComponent} from '@taiga-ui/core/components/textfield';\n\nexport function tuiInjectValue<T>(): Signal<T> {\n const control =\n inject(TuiTextfieldComponent, {optional: true})?.control() ||\n inject(NgControl, {optional: true});\n\n return toSignal(tuiControlValue(control), {requireSync: true});\n}\n","export function tuiIsFlat<T>(\n items: ReadonlyArray<readonly T[]> | readonly T[],\n): items is readonly T[] {\n return !Array.isArray(items[0]);\n}\n","import {type Signal, type WritableSignal} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {type MaskitoOptions} from '@maskito/core';\nimport {tuiDirectiveBinding} from '@taiga-ui/cdk/utils/di';\n\ntype M = MaskitoOptions;\n\nexport function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;\nexport function tuiMaskito(options: Signal<M>): Signal<M>;\nexport function tuiMaskito(options: M | Signal<M>): Signal<M> {\n return tuiDirectiveBinding(MaskitoDirective, 'options', options);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAEgB,SAAA,oBAAoB,CAChC,OAAO,GAAG,CAAC,EACX,OAAkB,GAAA,YAAY,EAC9B,OAA6B,GAAA,CAAC,CAAC,EAAE,EAAE,CAAC,EAAA;IAEpC,MAAM,SAAS,GAAc,EAAE;AAE/B,IAAA,KAAK,IAAI,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;AACpC,QAAA,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,KAAI;YACvB,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC;AAEnC,YAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACxB,SAAC,CAAC;;AAGN,IAAA,OAAO,SAAS;AACpB;;SCZgB,cAAc,GAAA;AAC1B,IAAA,MAAM,OAAO,GACT,MAAM,CAAC,qBAAqB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,EAAE,OAAO,EAAE;QAC1D,MAAM,CAAC,SAAS,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AAEvC,IAAA,OAAO,QAAQ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;AAClE;;ACZM,SAAU,SAAS,CACrB,KAAiD,EAAA;IAEjD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AACnC;;ACKM,SAAU,UAAU,CAAC,OAAsB,EAAA;IAC7C,OAAO,mBAAmB,CAAC,gBAAgB,EAAE,SAAS,EAAE,OAAO,CAAC;AACpE;;ACXA;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.c107f6a",
3
+ "version": "4.52.0-canary.c8448e0",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -28,14 +28,14 @@
28
28
  "types": "./components/index.d.ts",
29
29
  "default": "./fesm2022/taiga-ui-kit-components.mjs"
30
30
  },
31
- "./directives": {
32
- "types": "./directives/index.d.ts",
33
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
34
- },
35
31
  "./pipes": {
36
32
  "types": "./pipes/index.d.ts",
37
33
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
38
34
  },
35
+ "./directives": {
36
+ "types": "./directives/index.d.ts",
37
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
38
+ },
39
39
  "./tokens": {
40
40
  "types": "./tokens/index.d.ts",
41
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -72,10 +72,6 @@
72
72
  "types": "./components/block/index.d.ts",
73
73
  "default": "./fesm2022/taiga-ui-kit-components-block.mjs"
74
74
  },
75
- "./components/breadcrumbs": {
76
- "types": "./components/breadcrumbs/index.d.ts",
77
- "default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
78
- },
79
75
  "./components/button-loading": {
80
76
  "types": "./components/button-loading/index.d.ts",
81
77
  "default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
@@ -84,6 +80,10 @@
84
80
  "types": "./components/calendar-month/index.d.ts",
85
81
  "default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
86
82
  },
83
+ "./components/breadcrumbs": {
84
+ "types": "./components/breadcrumbs/index.d.ts",
85
+ "default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
86
+ },
87
87
  "./components/calendar-range": {
88
88
  "types": "./components/calendar-range/index.d.ts",
89
89
  "default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
@@ -120,17 +120,13 @@
120
120
  "types": "./components/copy/index.d.ts",
121
121
  "default": "./fesm2022/taiga-ui-kit-components-copy.mjs"
122
122
  },
123
- "./components/data-list-wrapper": {
124
- "types": "./components/data-list-wrapper/index.d.ts",
125
- "default": "./fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs"
126
- },
127
123
  "./components/drawer": {
128
124
  "types": "./components/drawer/index.d.ts",
129
125
  "default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
130
126
  },
131
- "./components/elastic-container": {
132
- "types": "./components/elastic-container/index.d.ts",
133
- "default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
127
+ "./components/data-list-wrapper": {
128
+ "types": "./components/data-list-wrapper/index.d.ts",
129
+ "default": "./fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs"
134
130
  },
135
131
  "./components/files": {
136
132
  "types": "./components/files/index.d.ts",
@@ -140,10 +136,6 @@
140
136
  "types": "./components/filter/index.d.ts",
141
137
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
142
138
  },
143
- "./components/floating-container": {
144
- "types": "./components/floating-container/index.d.ts",
145
- "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
146
- },
147
139
  "./components/fullscreen": {
148
140
  "types": "./components/fullscreen/index.d.ts",
149
141
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -300,10 +292,6 @@
300
292
  "types": "./components/slider/index.d.ts",
301
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
302
294
  },
303
- "./components/slides": {
304
- "types": "./components/slides/index.d.ts",
305
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
306
- },
307
295
  "./components/status": {
308
296
  "types": "./components/status/index.d.ts",
309
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -336,9 +324,45 @@
336
324
  "types": "./components/tree/index.d.ts",
337
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
338
326
  },
339
- "./directives/button-close": {
340
- "types": "./directives/button-close/index.d.ts",
341
- "default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
327
+ "./pipes/auto-color": {
328
+ "types": "./pipes/auto-color/index.d.ts",
329
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
330
+ },
331
+ "./pipes/emails": {
332
+ "types": "./pipes/emails/index.d.ts",
333
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
334
+ },
335
+ "./pipes/filter-by-input": {
336
+ "types": "./pipes/filter-by-input/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
338
+ },
339
+ "./pipes/flag": {
340
+ "types": "./pipes/flag/index.d.ts",
341
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
342
+ },
343
+ "./pipes/hide-selected": {
344
+ "types": "./pipes/hide-selected/index.d.ts",
345
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
346
+ },
347
+ "./pipes/initials": {
348
+ "types": "./pipes/initials/index.d.ts",
349
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
350
+ },
351
+ "./pipes/sort-countries": {
352
+ "types": "./pipes/sort-countries/index.d.ts",
353
+ "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
354
+ },
355
+ "./pipes/stringify": {
356
+ "types": "./pipes/stringify/index.d.ts",
357
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
358
+ },
359
+ "./pipes/stringify-content": {
360
+ "types": "./pipes/stringify-content/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
362
+ },
363
+ "./directives/appearance-proxy": {
364
+ "types": "./directives/appearance-proxy/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
342
366
  },
343
367
  "./directives/button-group": {
344
368
  "types": "./directives/button-group/index.d.ts",
@@ -364,22 +388,18 @@
364
388
  "types": "./directives/fade/index.d.ts",
365
389
  "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
366
390
  },
367
- "./directives/fluid-typography": {
368
- "types": "./directives/fluid-typography/index.d.ts",
369
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
370
- },
371
391
  "./directives/highlight": {
372
392
  "types": "./directives/highlight/index.d.ts",
373
393
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
374
394
  },
375
- "./directives/lazy-loading": {
376
- "types": "./directives/lazy-loading/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
378
- },
379
395
  "./directives/password": {
380
396
  "types": "./directives/password/index.d.ts",
381
397
  "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
382
398
  },
399
+ "./directives/fluid-typography": {
400
+ "types": "./directives/fluid-typography/index.d.ts",
401
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
402
+ },
383
403
  "./directives/present": {
384
404
  "types": "./directives/present/index.d.ts",
385
405
  "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
@@ -407,34 +427,6 @@
407
427
  "./directives/unmask-handler": {
408
428
  "types": "./directives/unmask-handler/index.d.ts",
409
429
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
410
- },
411
- "./pipes/emails": {
412
- "types": "./pipes/emails/index.d.ts",
413
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
414
- },
415
- "./pipes/filter-by-input": {
416
- "types": "./pipes/filter-by-input/index.d.ts",
417
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
418
- },
419
- "./pipes/hide-selected": {
420
- "types": "./pipes/hide-selected/index.d.ts",
421
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
422
- },
423
- "./pipes/sort-countries": {
424
- "types": "./pipes/sort-countries/index.d.ts",
425
- "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
426
- },
427
- "./pipes/stringify": {
428
- "types": "./pipes/stringify/index.d.ts",
429
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
430
- },
431
- "./pipes/stringify-content": {
432
- "types": "./pipes/stringify-content/index.d.ts",
433
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
434
- },
435
- "./components/preview/dialog": {
436
- "types": "./components/preview/dialog/index.d.ts",
437
- "default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
438
430
  }
439
431
  },
440
432
  "peerDependencies": {
@@ -442,17 +434,17 @@
442
434
  "@angular/core": ">=19.0.0",
443
435
  "@angular/forms": ">=19.0.0",
444
436
  "@angular/router": ">=19.0.0",
445
- "@maskito/angular": "^4.0.0",
446
- "@maskito/core": "^4.0.0",
447
- "@maskito/kit": "^4.0.0",
448
- "@maskito/phone": "^4.0.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",
449
441
  "@ng-web-apis/common": "^4.12.2",
450
442
  "@ng-web-apis/intersection-observer": "^4.12.2",
451
443
  "@ng-web-apis/mutation-observer": "^4.12.2",
452
444
  "@ng-web-apis/resize-observer": "^4.12.2",
453
445
  "@taiga-ui/cdk": "^4.52.0",
454
446
  "@taiga-ui/core": "^4.52.0",
455
- "@taiga-ui/design-tokens": "~0.261.0",
447
+ "@taiga-ui/design-tokens": "~0.274.0",
456
448
  "@taiga-ui/i18n": "^4.52.0",
457
449
  "@taiga-ui/polymorpheus": "^4.9.0",
458
450
  "rxjs": ">=7.0.0"
@@ -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,6 +1,9 @@
1
+ export * from '@taiga-ui/kit/pipes/auto-color';
1
2
  export * from '@taiga-ui/kit/pipes/emails';
2
3
  export * from '@taiga-ui/kit/pipes/filter-by-input';
4
+ export * from '@taiga-ui/kit/pipes/flag';
3
5
  export * from '@taiga-ui/kit/pipes/hide-selected';
6
+ export * from '@taiga-ui/kit/pipes/initials';
4
7
  export * from '@taiga-ui/kit/pipes/sort-countries';
5
8
  export * from '@taiga-ui/kit/pipes/stringify';
6
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
  }
@@ -41,7 +41,7 @@
41
41
  vertical-align: middle;
42
42
  box-sizing: border-box;
43
43
  padding: 0.25rem;
44
- font: var(--tui-font-text-l);
44
+ font: var(--tui-font-body-l);
45
45
  font-weight: bold;
46
46
  opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
47
47
 
@@ -60,11 +60,11 @@
60
60
  --t-size: var(--tui-height-xs);
61
61
  --t-radius: 0.5rem;
62
62
 
63
- font: var(--tui-font-text-ui-xs);
63
+ font: var(--tui-font-ui-xs);
64
64
  font-size: 0.5625rem;
65
65
 
66
66
  &._initials::before {
67
- font: var(--tui-font-text-ui-xs);
67
+ font: var(--tui-font-ui-xs);
68
68
  font-weight: bold;
69
69
  }
70
70
  }
@@ -73,11 +73,11 @@
73
73
  --t-size: var(--tui-height-s);
74
74
  --t-radius: 0.5rem;
75
75
 
76
- font: var(--tui-font-text-ui-xs);
76
+ font: var(--tui-font-ui-xs);
77
77
  font-weight: bold;
78
78
 
79
79
  &._initials::before {
80
- font: var(--tui-font-text-s);
80
+ font: var(--tui-font-body-s);
81
81
  font-weight: bold;
82
82
  }
83
83
  }
@@ -86,11 +86,11 @@
86
86
  --t-size: calc(var(--tui-height-m) - 0.25rem);
87
87
  --t-radius: 0.75rem;
88
88
 
89
- font: var(--tui-font-text-ui-m);
89
+ font: var(--tui-font-ui-m);
90
90
  font-weight: bold;
91
91
 
92
92
  &._initials::before {
93
- font: var(--tui-font-text-m);
93
+ font: var(--tui-font-body-m);
94
94
  font-weight: bold;
95
95
  }
96
96
  }
@@ -99,10 +99,10 @@
99
99
  --t-size: 5rem;
100
100
  --t-radius: 0.75rem;
101
101
 
102
- font: var(--tui-font-heading-4);
102
+ font: var(--tui-font-heading-h4);
103
103
 
104
104
  &._initials::before {
105
- font: var(--tui-font-heading-3);
105
+ font: var(--tui-font-heading-h3);
106
106
  }
107
107
  }
108
108
 
@@ -110,10 +110,10 @@
110
110
  --t-size: 6rem;
111
111
  --t-radius: 1rem;
112
112
 
113
- font: var(--tui-font-heading-3);
113
+ font: var(--tui-font-heading-h3);
114
114
 
115
115
  &._initials::before {
116
- font: var(--tui-font-heading-3);
116
+ font: var(--tui-font-heading-h3);
117
117
  }
118
118
  }
119
119
 
@@ -121,10 +121,10 @@
121
121
  --t-size: 8rem;
122
122
  --t-radius: 1.25rem;
123
123
 
124
- font: var(--tui-font-heading-3);
124
+ font: var(--tui-font-heading-h3);
125
125
 
126
126
  &._initials::before {
127
- font: var(--tui-font-heading-2);
127
+ font: var(--tui-font-heading-h2);
128
128
  }
129
129
  }
130
130
 
@@ -137,7 +137,7 @@
137
137
  content: attr(data-icon-start);
138
138
  mask: none;
139
139
  background: none;
140
- font: var(--tui-font-heading-6);
140
+ font: var(--tui-font-heading-h6);
141
141
  }
142
142
  }
143
143
 
@@ -33,7 +33,7 @@ tui-badge,
33
33
  block-size: var(--t-size);
34
34
  min-inline-size: var(--t-size);
35
35
  inline-size: fit-content;
36
- font: var(--tui-font-text-s);
36
+ font: var(--tui-font-body-s);
37
37
 
38
38
  &[tuiStatus]::before {
39
39
  inline-size: 0.375rem;
@@ -75,7 +75,7 @@ tui-badge,
75
75
  --t-icon-size: 0.625rem;
76
76
  --t-margin: -0.125rem;
77
77
 
78
- font: var(--tui-font-text-xs);
78
+ font: var(--tui-font-body-xs);
79
79
 
80
80
  &[tuiStatus]::before {
81
81
  inline-size: 0.25rem;
@@ -96,7 +96,7 @@ tui-badge,
96
96
  --t-padding: 0 0.75rem;
97
97
  --t-size: var(--tui-height-s);
98
98
 
99
- font: var(--tui-font-text-m);
99
+ font: var(--tui-font-body-m);
100
100
 
101
101
  &[tuiStatus]::before {
102
102
  inline-size: 0.5rem;
@@ -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);