@taiga-ui/kit 4.52.0-canary.6be767f → 4.52.0-canary.6de148b

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 (343) hide show
  1. package/README.md +1 -1
  2. package/components/badge/badge.options.d.ts +1 -3
  3. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  4. package/components/block/block.options.d.ts +1 -3
  5. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  6. package/components/calendar-month/calendar-month.component.d.ts +1 -1
  7. package/components/calendar-range/calendar-range.component.d.ts +1 -2
  8. package/components/chip/chip.options.d.ts +1 -3
  9. package/components/combo-box/combo-box.d.ts +2 -0
  10. package/components/combo-box/combo-box.directive.d.ts +5 -5
  11. package/components/combo-box/index.d.ts +1 -0
  12. package/components/confirm/confirm.component.d.ts +5 -4
  13. package/components/confirm/confirm.service.d.ts +1 -1
  14. package/components/copy/copy.component.d.ts +2 -2
  15. package/components/copy/copy.directive.d.ts +3 -4
  16. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
  17. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  18. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  19. package/components/data-list-wrapper/index.d.ts +1 -1
  20. package/components/files/file/file.options.d.ts +1 -1
  21. package/components/files/files/files.component.d.ts +2 -2
  22. package/components/files/input-files/input-files.options.d.ts +1 -3
  23. package/components/input-chip/input-chip.component.d.ts +9 -8
  24. package/components/input-chip/input-chip.d.ts +1 -1
  25. package/components/input-chip/input-chip.directive.d.ts +7 -12
  26. package/components/input-color/index.d.ts +1 -0
  27. package/components/input-color/input-color.component.d.ts +4 -4
  28. package/components/input-color/input-color.d.ts +2 -0
  29. package/components/input-date/input-date.d.ts +1 -1
  30. package/components/input-date/input-date.directive.d.ts +9 -11
  31. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  32. package/components/input-date-multi/input-date-multi.directive.d.ts +9 -13
  33. package/components/input-date-range/input-date-range.d.ts +1 -1
  34. package/components/input-date-range/input-date-range.directive.d.ts +3 -3
  35. package/components/input-date-time/input-date-time.d.ts +1 -1
  36. package/components/input-date-time/input-date-time.directive.d.ts +3 -3
  37. package/components/input-month/input-month.d.ts +1 -1
  38. package/components/input-month/input-month.directive.d.ts +5 -4
  39. package/components/input-month-range/input-month-range.d.ts +1 -1
  40. package/components/input-month-range/input-month-range.directive.d.ts +5 -4
  41. package/components/input-number/input-number.d.ts +1 -1
  42. package/components/input-number/input-number.directive.d.ts +7 -11
  43. package/components/input-number/step/input-number-step.component.d.ts +1 -1
  44. package/components/input-phone/index.d.ts +1 -0
  45. package/components/input-phone/input-phone.d.ts +2 -0
  46. package/components/input-phone/input-phone.directive.d.ts +7 -7
  47. package/components/input-phone-international/index.d.ts +1 -0
  48. package/components/input-phone-international/input-phone-international.component.d.ts +8 -13
  49. package/components/input-phone-international/input-phone-international.d.ts +2 -0
  50. package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
  51. package/components/input-pin/index.d.ts +1 -0
  52. package/components/input-pin/input-pin.component.d.ts +4 -4
  53. package/components/input-pin/input-pin.d.ts +2 -0
  54. package/components/input-range/input-range.component.d.ts +9 -41
  55. package/components/input-slider/input-slider.d.ts +1 -1
  56. package/components/input-slider/input-slider.directive.d.ts +1 -1
  57. package/components/input-time/input-time.component.d.ts +1 -3
  58. package/components/input-time/input-time.d.ts +1 -1
  59. package/components/input-time/input-time.directive.d.ts +8 -10
  60. package/components/input-year/input-year.d.ts +1 -1
  61. package/components/input-year/input-year.directive.d.ts +5 -5
  62. package/components/like/like.options.d.ts +1 -1
  63. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  64. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  65. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  66. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +5 -7
  67. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  68. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  69. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  70. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  71. package/components/pagination/index.d.ts +1 -0
  72. package/components/pagination/pagination.component.d.ts +3 -2
  73. package/components/pagination/pagination.options.d.ts +10 -0
  74. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  75. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  76. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  77. package/components/preview/pagination/preview-pagination.component.d.ts +1 -1
  78. package/components/preview/preview.component.d.ts +1 -1
  79. package/components/preview/preview.d.ts +2 -1
  80. package/components/preview/zoom/preview-zoom.component.d.ts +1 -1
  81. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  82. package/components/progress/progress.options.d.ts +1 -3
  83. package/components/push/push-alert.component.d.ts +4 -3
  84. package/components/push/push.component.d.ts +1 -1
  85. package/components/push/push.directive.d.ts +4 -6
  86. package/components/push/push.options.d.ts +5 -8
  87. package/components/push/push.service.d.ts +6 -2
  88. package/components/radio-list/radio-list.component.d.ts +5 -3
  89. package/components/range/range-change.directive.d.ts +1 -2
  90. package/components/range/range.component.d.ts +16 -19
  91. package/components/rating/rating.component.d.ts +1 -1
  92. package/components/rating/rating.options.d.ts +1 -3
  93. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  94. package/components/segmented/segmented.component.d.ts +4 -6
  95. package/components/segmented/segmented.directive.d.ts +6 -7
  96. package/components/select/native-select/native-select.component.d.ts +7 -8
  97. package/components/select/select.d.ts +1 -1
  98. package/components/select/select.directive.d.ts +4 -3
  99. package/components/slider/slider.options.d.ts +1 -6
  100. package/components/stepper/step.component.d.ts +6 -8
  101. package/components/stepper/stepper.component.d.ts +6 -11
  102. package/components/tabs/tabs-with-more.component.d.ts +1 -1
  103. package/components/tabs/tabs.options.d.ts +1 -6
  104. package/components/textarea/index.d.ts +2 -1
  105. package/components/textarea/textarea.component.d.ts +4 -4
  106. package/components/textarea/textarea.d.ts +3 -0
  107. package/components/textarea/textarea.directive.d.ts +13 -0
  108. package/components/toast/toast.component.d.ts +4 -3
  109. package/components/toast/toast.options.d.ts +9 -7
  110. package/components/toast/toast.service.d.ts +10 -9
  111. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
  112. package/components/tree/misc/tree.constants.d.ts +0 -3
  113. package/components/tree/misc/tree.tokens.d.ts +1 -6
  114. package/directives/button-close/button-close.directive.d.ts +2 -1
  115. package/directives/button-select/button-select.directive.d.ts +3 -2
  116. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  117. package/directives/fade/fade.directive.d.ts +1 -2
  118. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  119. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  120. package/directives/index.d.ts +0 -1
  121. package/directives/password/password.directive.d.ts +1 -1
  122. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  123. package/fesm2022/taiga-ui-kit-components-accordion.mjs +1 -2
  124. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-kit-components-avatar.mjs +3 -3
  127. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -9
  129. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-kit-components-badge.mjs +6 -10
  131. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +0 -1
  133. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-kit-components-block.mjs +4 -8
  135. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +9 -15
  137. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  139. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +4 -15
  141. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +4 -5
  143. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-carousel.mjs +3 -9
  145. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +2 -3
  147. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-chip.mjs +6 -10
  149. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +34 -32
  151. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-compass.mjs +3 -3
  154. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-confirm.mjs +6 -9
  156. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-copy.mjs +15 -21
  158. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +21 -74
  160. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -1
  163. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-files.mjs +20 -27
  165. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -1
  167. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +2 -2
  169. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +58 -70
  172. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-input-color.mjs +16 -13
  174. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +30 -48
  176. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +15 -11
  178. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +18 -17
  180. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-input-date.mjs +29 -37
  182. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -3
  184. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +16 -15
  186. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-input-month.mjs +17 -16
  188. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-input-number.mjs +35 -58
  190. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +83 -82
  192. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +24 -23
  194. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +10 -9
  196. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-input-range.mjs +52 -49
  198. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +6 -7
  200. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-input-time.mjs +53 -64
  202. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-input-year.mjs +18 -15
  204. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +2 -4
  206. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-like.mjs +1 -1
  208. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +28 -70
  210. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-message.mjs +0 -1
  212. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +24 -37
  214. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +31 -20
  216. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-pager.mjs +4 -6
  218. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-pagination.mjs +20 -11
  220. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-pin.mjs +2 -2
  222. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-preview.mjs +39 -31
  224. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-progress.mjs +41 -33
  226. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-pulse.mjs +1 -1
  228. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-push.mjs +42 -50
  230. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +6 -6
  232. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-radio.mjs +3 -4
  234. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-range.mjs +35 -70
  236. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -9
  238. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +8 -4
  240. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-segmented.mjs +28 -55
  242. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-select.mjs +66 -55
  244. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components-slider.mjs +10 -20
  246. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-components-stepper.mjs +41 -75
  250. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -3
  252. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-tabs.mjs +11 -19
  254. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-textarea.mjs +48 -60
  256. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components-tiles.mjs +2 -3
  258. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-components-toast.mjs +44 -46
  260. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-components-tree.mjs +36 -40
  262. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +13 -5
  264. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +15 -7
  267. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +3 -2
  269. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  270. package/fesm2022/taiga-ui-kit-directives-connected.mjs +0 -1
  271. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +23 -51
  273. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-directives-fade.mjs +7 -6
  275. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +12 -25
  277. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +0 -1
  279. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-directives-password.mjs +9 -11
  281. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-directives-present.mjs +0 -1
  283. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  285. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  287. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +6 -6
  288. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  289. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +2 -3
  290. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  291. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +1 -2
  292. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  293. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  294. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  295. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  296. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  297. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +0 -1
  298. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  299. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +9 -22
  300. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  301. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +31 -0
  302. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  303. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +1 -2
  304. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  305. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  306. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  307. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +2 -2
  308. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  309. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +0 -1
  310. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  311. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +0 -1
  312. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  313. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  314. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  315. package/fesm2022/taiga-ui-kit-tokens.mjs +6 -19
  316. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  317. package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
  318. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  319. package/package.json +30 -23
  320. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  321. package/pipes/auto-color/index.d.ts +1 -0
  322. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
  323. package/pipes/flag/flag.pipe.d.ts +14 -0
  324. package/pipes/flag/index.d.ts +1 -0
  325. package/pipes/index.d.ts +3 -0
  326. package/pipes/initials/index.d.ts +1 -0
  327. package/pipes/initials/initials.pipe.d.ts +7 -0
  328. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  329. package/styles/components/badge.less +1 -0
  330. package/styles/components/chip.less +11 -1
  331. package/tokens/i18n.d.ts +25 -26
  332. package/tokens/items-handlers.d.ts +1 -7
  333. package/tokens/preview-icons.d.ts +1 -3
  334. package/utils/index.d.ts +0 -1
  335. package/components/textarea/textarea-limit.directive.d.ts +0 -27
  336. package/directives/lazy-loading/index.d.ts +0 -2
  337. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  338. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  339. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  340. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  341. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
  342. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  343. package/utils/phone.d.ts +0 -3
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-kit-directives-lazy-loading.mjs","sources":["../../../projects/kit/directives/lazy-loading/lazy-loading.service.ts","../../../projects/kit/directives/lazy-loading/lazy-loading.directive.ts","../../../projects/kit/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.ts"],"sourcesContent":["import {inject, Injectable} from '@angular/core';\nimport {type SafeResourceUrl} from '@angular/platform-browser';\nimport {IntersectionObserverService} from '@ng-web-apis/intersection-observer';\nimport {tuiWatch} from '@taiga-ui/cdk/observables';\nimport {filter, map, Observable, Subject, switchMap, take} from 'rxjs';\n\n@Injectable()\nexport class TuiLazyLoadingService extends Observable<SafeResourceUrl | string> {\n private readonly src$ = new Subject<SafeResourceUrl | string>();\n private readonly intersections$ = inject(IntersectionObserverService);\n private readonly stream$ = this.src$.pipe(\n switchMap((src) =>\n this.intersections$.pipe(\n filter((entry) => !!entry[0]?.isIntersecting),\n map(() => src),\n take(1),\n ),\n ),\n tuiWatch(),\n );\n\n constructor() {\n super((subscriber) => this.stream$.subscribe(subscriber));\n }\n\n public next(src: SafeResourceUrl | string): void {\n this.src$.next(src);\n }\n}\n","import {isPlatformServer} from '@angular/common';\nimport {Directive, inject, Input, PLATFORM_ID, signal} from '@angular/core';\nimport {takeUntilDestroyed} from '@angular/core/rxjs-interop';\nimport {type SafeResourceUrl} from '@angular/platform-browser';\nimport {IntersectionObserverService} from '@ng-web-apis/intersection-observer';\nimport {tuiInjectElement} from '@taiga-ui/cdk/utils/dom';\n\nimport {TuiLazyLoadingService} from './lazy-loading.service';\n\n/**\n * @deprecated: Drop in v5.0\n */\n@Directive({\n standalone: true,\n selector: 'img[loading=\"lazy\"],img[tuiLoading=\"lazy\"]',\n providers: [TuiLazyLoadingService, IntersectionObserverService],\n host: {\n '[style.animation]': 'animation()',\n '[style.background]': 'background()',\n '[attr.loading]': 'supported ? \"lazy\" : null',\n '[attr.src]': 'src()',\n '(load)': 'unset()',\n '(error)': 'unset()',\n },\n})\nexport class TuiImgLazyLoading {\n private readonly isServer = isPlatformServer(inject(PLATFORM_ID));\n private readonly loading$ = inject(TuiLazyLoadingService);\n protected readonly supported = 'loading' in tuiInjectElement<HTMLImageElement>();\n protected src = signal<SafeResourceUrl | string | null>(null);\n protected background = signal(this.isServer ? '' : 'var(--tui-background-neutral-2)');\n protected animation = signal(\n this.isServer ? '' : 'tuiSkeletonVibe ease-in-out 1s infinite alternate',\n );\n\n protected readonly $ =\n !this.supported &&\n this.loading$.pipe(takeUntilDestroyed()).subscribe((src) => this.src.set(src));\n\n @Input('src')\n public set srcSetter(src: SafeResourceUrl | string) {\n if (this.supported) {\n this.src.set(src);\n } else {\n this.loading$.next(src);\n }\n }\n\n protected unset(): void {\n this.background.set('');\n this.animation.set('');\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/utils/phone.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
2
- import { type MetadataJson } from 'libphonenumber-js/core';
3
- export declare function tuiGetCallingCode(iso: TuiCountryIsoCode, metadata?: MetadataJson | null): string;