@taiga-ui/kit 4.52.0-canary.24b31eb → 4.52.0-canary.2d877cf

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 (390) hide show
  1. package/README.md +1 -1
  2. package/components/action-bar/action-bar.component.d.ts +5 -7
  3. package/components/action-bar/index.d.ts +0 -2
  4. package/components/badge/badge.options.d.ts +1 -3
  5. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  6. package/components/block/block.options.d.ts +1 -3
  7. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  8. package/components/calendar-month/calendar-month.component.d.ts +1 -1
  9. package/components/calendar-range/calendar-range.component.d.ts +1 -2
  10. package/components/chip/chip.options.d.ts +1 -3
  11. package/components/combo-box/combo-box.d.ts +5 -0
  12. package/components/combo-box/combo-box.directive.d.ts +5 -5
  13. package/components/combo-box/index.d.ts +1 -0
  14. package/components/confirm/confirm.component.d.ts +5 -4
  15. package/components/confirm/confirm.service.d.ts +1 -1
  16. package/components/copy/copy.component.d.ts +2 -2
  17. package/components/copy/copy.directive.d.ts +3 -4
  18. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
  19. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  20. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  21. package/components/data-list-wrapper/index.d.ts +1 -1
  22. package/components/files/file/file.options.d.ts +1 -1
  23. package/components/files/files/files.component.d.ts +2 -2
  24. package/components/files/input-files/input-files.options.d.ts +1 -3
  25. package/components/index.d.ts +0 -4
  26. package/components/input-chip/input-chip.component.d.ts +9 -8
  27. package/components/input-chip/input-chip.d.ts +5 -1
  28. package/components/input-chip/input-chip.directive.d.ts +7 -12
  29. package/components/input-color/index.d.ts +1 -0
  30. package/components/input-color/input-color.component.d.ts +4 -4
  31. package/components/input-color/input-color.d.ts +5 -0
  32. package/components/input-date/input-date.d.ts +4 -1
  33. package/components/input-date/input-date.directive.d.ts +12 -14
  34. package/components/input-date/input-date.options.d.ts +3 -3
  35. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  36. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  37. package/components/input-date-range/input-date-range.d.ts +4 -1
  38. package/components/input-date-range/input-date-range.directive.d.ts +5 -8
  39. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  40. package/components/input-date-time/input-date-time.d.ts +4 -1
  41. package/components/input-date-time/input-date-time.directive.d.ts +6 -6
  42. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  43. package/components/input-month/input-month.d.ts +4 -1
  44. package/components/input-month/input-month.directive.d.ts +6 -5
  45. package/components/input-month-range/input-month-range.d.ts +4 -1
  46. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  47. package/components/input-number/input-number.d.ts +4 -1
  48. package/components/input-number/input-number.directive.d.ts +7 -11
  49. package/components/input-number/step/input-number-step.component.d.ts +1 -1
  50. package/components/input-phone/index.d.ts +1 -0
  51. package/components/input-phone/input-phone.d.ts +5 -0
  52. package/components/input-phone/input-phone.directive.d.ts +7 -7
  53. package/components/input-phone-international/index.d.ts +1 -0
  54. package/components/input-phone-international/input-phone-international.component.d.ts +11 -11
  55. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  56. package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
  57. package/components/input-pin/index.d.ts +1 -0
  58. package/components/input-pin/input-pin.component.d.ts +4 -4
  59. package/components/input-pin/input-pin.d.ts +5 -0
  60. package/components/input-range/input-range.component.d.ts +4 -7
  61. package/components/input-slider/input-slider.d.ts +4 -1
  62. package/components/input-slider/input-slider.directive.d.ts +1 -2
  63. package/components/input-time/input-time.component.d.ts +1 -3
  64. package/components/input-time/input-time.d.ts +4 -1
  65. package/components/input-time/input-time.directive.d.ts +8 -10
  66. package/components/input-year/input-year.d.ts +4 -1
  67. package/components/input-year/input-year.directive.d.ts +5 -5
  68. package/components/input-year/input-year.options.d.ts +2 -2
  69. package/components/like/like.options.d.ts +1 -1
  70. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  71. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  72. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  73. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +5 -7
  74. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  75. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  76. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  77. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  78. package/components/pagination/index.d.ts +1 -0
  79. package/components/pagination/pagination.component.d.ts +25 -54
  80. package/components/pagination/pagination.options.d.ts +7 -0
  81. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  82. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  83. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  84. package/components/preview/index.d.ts +1 -0
  85. package/components/preview/pagination/preview-pagination.component.d.ts +3 -2
  86. package/components/preview/preview.component.d.ts +2 -2
  87. package/components/preview/preview.d.ts +2 -1
  88. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  89. package/components/preview/zoom/preview-zoom.component.d.ts +4 -2
  90. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  91. package/components/progress/progress.options.d.ts +1 -3
  92. package/components/push/push-alert.component.d.ts +4 -3
  93. package/components/push/push.component.d.ts +1 -1
  94. package/components/push/push.directive.d.ts +4 -6
  95. package/components/push/push.options.d.ts +5 -8
  96. package/components/push/push.service.d.ts +6 -2
  97. package/components/radio/radio.component.d.ts +1 -1
  98. package/components/radio-list/radio-list.component.d.ts +5 -3
  99. package/components/range/range-change.directive.d.ts +1 -2
  100. package/components/range/range.component.d.ts +16 -24
  101. package/components/rating/rating.component.d.ts +1 -1
  102. package/components/rating/rating.options.d.ts +1 -3
  103. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  104. package/components/segmented/segmented.component.d.ts +4 -6
  105. package/components/segmented/segmented.directive.d.ts +6 -7
  106. package/components/select/native-select/native-select.component.d.ts +7 -8
  107. package/components/select/select.d.ts +4 -1
  108. package/components/select/select.directive.d.ts +4 -3
  109. package/components/slider/helpers/key-steps.d.ts +1 -2
  110. package/components/slider/helpers/slider-key-steps.directive.d.ts +12 -21
  111. package/components/slider/slider.options.d.ts +1 -6
  112. package/components/stepper/step.component.d.ts +6 -8
  113. package/components/stepper/stepper.component.d.ts +6 -11
  114. package/components/switch/switch.component.d.ts +1 -0
  115. package/components/tabs/tabs-with-more.component.d.ts +1 -1
  116. package/components/tabs/tabs.options.d.ts +1 -6
  117. package/components/textarea/index.d.ts +2 -1
  118. package/components/textarea/textarea.component.d.ts +4 -4
  119. package/components/textarea/textarea.d.ts +6 -0
  120. package/components/textarea/textarea.directive.d.ts +13 -0
  121. package/components/toast/toast.component.d.ts +4 -3
  122. package/components/toast/toast.options.d.ts +9 -7
  123. package/components/toast/toast.service.d.ts +10 -9
  124. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
  125. package/components/tree/misc/tree.constants.d.ts +0 -3
  126. package/components/tree/misc/tree.tokens.d.ts +1 -6
  127. package/directives/button-close/button-close.directive.d.ts +2 -1
  128. package/directives/button-select/button-select.directive.d.ts +4 -4
  129. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  130. package/directives/fade/fade.directive.d.ts +1 -2
  131. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  132. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  133. package/directives/index.d.ts +0 -1
  134. package/directives/password/password.directive.d.ts +1 -1
  135. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  136. package/fesm2022/taiga-ui-kit-components-accordion.mjs +7 -8
  137. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +22 -38
  139. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-avatar.mjs +20 -20
  141. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +7 -12
  143. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
  145. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +6 -7
  147. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-block.mjs +10 -14
  149. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +12 -18
  151. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +6 -6
  153. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -17
  155. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +7 -8
  157. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-carousel.mjs +17 -23
  159. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -6
  161. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
  163. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +42 -32
  165. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-kit-components-comment.mjs +6 -6
  167. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  168. package/fesm2022/taiga-ui-kit-components-compass.mjs +5 -5
  169. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  170. package/fesm2022/taiga-ui-kit-components-confirm.mjs +11 -14
  171. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  172. package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -25
  173. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  174. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
  175. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  176. package/fesm2022/taiga-ui-kit-components-drawer.mjs +5 -5
  177. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  178. package/fesm2022/taiga-ui-kit-components-files.mjs +41 -48
  179. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  180. package/fesm2022/taiga-ui-kit-components-filter.mjs +4 -4
  181. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  182. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
  183. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  184. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +69 -74
  185. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  186. package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
  187. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
  189. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +31 -36
  191. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  192. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +34 -31
  193. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  194. package/fesm2022/taiga-ui-kit-components-input-date.mjs +50 -53
  195. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  196. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +4 -5
  197. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  198. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +30 -27
  199. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  200. package/fesm2022/taiga-ui-kit-components-input-month.mjs +36 -27
  201. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-input-number.mjs +54 -72
  203. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +51 -43
  205. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +32 -23
  207. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
  209. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-input-range.mjs +9 -16
  211. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +24 -25
  213. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  214. package/fesm2022/taiga-ui-kit-components-input-time.mjs +64 -70
  215. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  216. package/fesm2022/taiga-ui-kit-components-input-year.mjs +29 -21
  217. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  218. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +14 -16
  219. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  220. package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
  221. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  222. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +36 -78
  223. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  224. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -7
  225. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  226. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +34 -46
  227. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  228. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +36 -25
  229. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  230. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
  231. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  232. package/fesm2022/taiga-ui-kit-components-pagination.mjs +67 -138
  233. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  235. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  236. package/fesm2022/taiga-ui-kit-components-preview.mjs +72 -52
  237. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  238. package/fesm2022/taiga-ui-kit-components-progress.mjs +64 -56
  239. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  240. package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
  241. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  242. package/fesm2022/taiga-ui-kit-components-push.mjs +49 -57
  243. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  244. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +8 -8
  245. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
  247. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-components-range.mjs +41 -85
  249. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  250. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
  251. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  252. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
  253. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  254. package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
  255. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  256. package/fesm2022/taiga-ui-kit-components-select.mjs +82 -62
  257. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  258. package/fesm2022/taiga-ui-kit-components-slider.mjs +73 -81
  259. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  260. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  261. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  262. package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
  263. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  264. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  265. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  266. package/fesm2022/taiga-ui-kit-components-tabs.mjs +28 -36
  267. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  268. package/fesm2022/taiga-ui-kit-components-textarea.mjs +54 -62
  269. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  270. package/fesm2022/taiga-ui-kit-components-tiles.mjs +14 -15
  271. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-components-toast.mjs +51 -53
  273. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  274. package/fesm2022/taiga-ui-kit-components-tree.mjs +56 -60
  275. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  276. package/fesm2022/taiga-ui-kit-components.mjs +0 -4
  277. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  278. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +15 -7
  279. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  280. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -6
  281. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  282. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +20 -19
  283. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +9 -8
  285. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -7
  287. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  288. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
  289. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  290. package/fesm2022/taiga-ui-kit-directives-fade.mjs +12 -11
  291. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  292. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +14 -27
  293. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  294. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -4
  295. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  296. package/fesm2022/taiga-ui-kit-directives-password.mjs +12 -14
  297. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  298. package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -4
  299. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  300. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  301. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  302. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  303. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  304. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  305. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  306. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -11
  307. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  308. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +5 -6
  309. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  310. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -5
  311. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  312. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  313. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  314. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  315. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  316. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
  317. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  318. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -25
  319. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  320. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  321. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  322. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -5
  323. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  324. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  325. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  326. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  327. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  328. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
  329. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  330. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
  331. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  332. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  333. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  334. package/fesm2022/taiga-ui-kit-tokens.mjs +2 -98
  335. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  336. package/fesm2022/taiga-ui-kit-utils.mjs +2 -14
  337. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  338. package/package.json +50 -58
  339. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  340. package/pipes/auto-color/index.d.ts +1 -0
  341. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
  342. package/pipes/flag/flag.pipe.d.ts +14 -0
  343. package/pipes/flag/index.d.ts +1 -0
  344. package/pipes/index.d.ts +3 -0
  345. package/pipes/initials/index.d.ts +1 -0
  346. package/pipes/initials/initials.pipe.d.ts +7 -0
  347. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  348. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  349. package/styles/components/badge.less +1 -0
  350. package/styles/components/chip.less +12 -1
  351. package/tokens/i18n.d.ts +25 -26
  352. package/tokens/index.d.ts +0 -6
  353. package/utils/index.d.ts +0 -2
  354. package/components/action-bar/action-bar.d.ts +0 -3
  355. package/components/action-bar/action-bar.directive.d.ts +0 -6
  356. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  357. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  358. package/components/elastic-container/index.d.ts +0 -2
  359. package/components/floating-container/floating-container.directive.d.ts +0 -7
  360. package/components/floating-container/index.d.ts +0 -1
  361. package/components/pdf-viewer/index.d.ts +0 -4
  362. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  363. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  364. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  365. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  366. package/components/slides/index.d.ts +0 -1
  367. package/components/slides/slides.directive.d.ts +0 -11
  368. package/components/textarea/textarea-limit.directive.d.ts +0 -27
  369. package/directives/lazy-loading/index.d.ts +0 -2
  370. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  371. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  372. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
  373. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  374. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  375. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  376. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  377. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  378. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  379. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  380. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  381. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  382. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
  383. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  384. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  385. package/tokens/input-date-options.d.ts +0 -15
  386. package/tokens/items-handlers.d.ts +0 -26
  387. package/tokens/mobile-calendar.d.ts +0 -6
  388. package/tokens/month-formatter.d.ts +0 -5
  389. package/utils/phone.d.ts +0 -3
  390. package/utils/toggle-day.d.ts +0 -2
@@ -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';\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","/**\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.24b31eb",
3
+ "version": "4.52.0-canary.2d877cf",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -10,7 +10,10 @@
10
10
  "directive"
11
11
  ],
12
12
  "homepage": "https://github.com/taiga-family/taiga-ui",
13
- "repository": "https://github.com/taiga-family/taiga-ui",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/taiga-family/taiga-ui"
16
+ },
14
17
  "license": "Apache-2.0",
15
18
  "exports": {
16
19
  "./styles/*": "./styles/*",
@@ -25,14 +28,14 @@
25
28
  "types": "./components/index.d.ts",
26
29
  "default": "./fesm2022/taiga-ui-kit-components.mjs"
27
30
  },
28
- "./directives": {
29
- "types": "./directives/index.d.ts",
30
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
31
- },
32
31
  "./pipes": {
33
32
  "types": "./pipes/index.d.ts",
34
33
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
35
34
  },
35
+ "./directives": {
36
+ "types": "./directives/index.d.ts",
37
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
38
+ },
36
39
  "./tokens": {
37
40
  "types": "./tokens/index.d.ts",
38
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -125,10 +128,6 @@
125
128
  "types": "./components/drawer/index.d.ts",
126
129
  "default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
127
130
  },
128
- "./components/elastic-container": {
129
- "types": "./components/elastic-container/index.d.ts",
130
- "default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
131
- },
132
131
  "./components/files": {
133
132
  "types": "./components/files/index.d.ts",
134
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
@@ -137,10 +136,6 @@
137
136
  "types": "./components/filter/index.d.ts",
138
137
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
139
138
  },
140
- "./components/floating-container": {
141
- "types": "./components/floating-container/index.d.ts",
142
- "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
143
- },
144
139
  "./components/fullscreen": {
145
140
  "types": "./components/fullscreen/index.d.ts",
146
141
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -245,10 +240,6 @@
245
240
  "types": "./components/pagination/index.d.ts",
246
241
  "default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
247
242
  },
248
- "./components/pdf-viewer": {
249
- "types": "./components/pdf-viewer/index.d.ts",
250
- "default": "./fesm2022/taiga-ui-kit-components-pdf-viewer.mjs"
251
- },
252
243
  "./components/pin": {
253
244
  "types": "./components/pin/index.d.ts",
254
245
  "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
@@ -301,10 +292,6 @@
301
292
  "types": "./components/slider/index.d.ts",
302
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
303
294
  },
304
- "./components/slides": {
305
- "types": "./components/slides/index.d.ts",
306
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
307
- },
308
295
  "./components/status": {
309
296
  "types": "./components/status/index.d.ts",
310
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -337,6 +324,42 @@
337
324
  "types": "./components/tree/index.d.ts",
338
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
339
326
  },
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/initials": {
344
+ "types": "./pipes/initials/index.d.ts",
345
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
346
+ },
347
+ "./pipes/hide-selected": {
348
+ "types": "./pipes/hide-selected/index.d.ts",
349
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.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
+ },
340
363
  "./directives/button-close": {
341
364
  "types": "./directives/button-close/index.d.ts",
342
365
  "default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
@@ -373,10 +396,6 @@
373
396
  "types": "./directives/highlight/index.d.ts",
374
397
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
375
398
  },
376
- "./directives/lazy-loading": {
377
- "types": "./directives/lazy-loading/index.d.ts",
378
- "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
379
- },
380
399
  "./directives/password": {
381
400
  "types": "./directives/password/index.d.ts",
382
401
  "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
@@ -408,34 +427,6 @@
408
427
  "./directives/unmask-handler": {
409
428
  "types": "./directives/unmask-handler/index.d.ts",
410
429
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
411
- },
412
- "./pipes/emails": {
413
- "types": "./pipes/emails/index.d.ts",
414
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
415
- },
416
- "./pipes/filter-by-input": {
417
- "types": "./pipes/filter-by-input/index.d.ts",
418
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
419
- },
420
- "./pipes/hide-selected": {
421
- "types": "./pipes/hide-selected/index.d.ts",
422
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
423
- },
424
- "./pipes/sort-countries": {
425
- "types": "./pipes/sort-countries/index.d.ts",
426
- "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
427
- },
428
- "./pipes/stringify": {
429
- "types": "./pipes/stringify/index.d.ts",
430
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
431
- },
432
- "./pipes/stringify-content": {
433
- "types": "./pipes/stringify-content/index.d.ts",
434
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
435
- },
436
- "./components/preview/dialog": {
437
- "types": "./components/preview/dialog/index.d.ts",
438
- "default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
439
430
  }
440
431
  },
441
432
  "peerDependencies": {
@@ -443,16 +434,17 @@
443
434
  "@angular/core": ">=19.0.0",
444
435
  "@angular/forms": ">=19.0.0",
445
436
  "@angular/router": ">=19.0.0",
446
- "@maskito/angular": "^3.11.1",
447
- "@maskito/core": "^3.11.1",
448
- "@maskito/kit": "^3.11.1",
449
- "@maskito/phone": "^3.11.1",
437
+ "@maskito/angular": "^4.0.1",
438
+ "@maskito/core": "^4.0.1",
439
+ "@maskito/kit": "^4.0.1",
440
+ "@maskito/phone": "^4.0.1",
450
441
  "@ng-web-apis/common": "^4.12.2",
451
442
  "@ng-web-apis/intersection-observer": "^4.12.2",
452
443
  "@ng-web-apis/mutation-observer": "^4.12.2",
453
444
  "@ng-web-apis/resize-observer": "^4.12.2",
454
445
  "@taiga-ui/cdk": "^4.52.0",
455
446
  "@taiga-ui/core": "^4.52.0",
447
+ "@taiga-ui/design-tokens": "~0.273.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,8 @@ 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
8
  transform<T>(items: ReadonlyArray<readonly T[]>, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]>;
9
9
  transform<T>(items: readonly T[], matcher?: TuiStringMatcher<T>): readonly T[];
10
10
  transform<T>(items: ReadonlyArray<readonly T[]> | null, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]> | null;
@@ -0,0 +1,14 @@
1
+ import { type PipeTransform } from '@angular/core';
2
+ import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
3
+ import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
4
+ import * as i0 from "@angular/core";
5
+ type IsoCode = TuiLooseUnion<TuiCountryIsoCode>;
6
+ export declare class TuiFlagPipe implements PipeTransform {
7
+ private readonly staticPath;
8
+ transform(countryIsoCode: IsoCode): string;
9
+ transform(countryIsoCode: IsoCode | undefined): string | null;
10
+ transform(countryIsoCode?: IsoCode | null): string | null;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlagPipe, never>;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<TuiFlagPipe, "tuiFlag", true>;
13
+ }
14
+ export {};
@@ -0,0 +1 @@
1
+ export * from './flag.pipe';
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
  }
@@ -26,6 +26,7 @@ tui-badge,
26
26
  .button-base();
27
27
 
28
28
  border-radius: 6rem;
29
+ justify-content: center;
29
30
  background: #959595;
30
31
  color: var(--tui-background-base);
31
32
  padding: var(--t-padding);
@@ -11,7 +11,7 @@
11
11
  * data-size — size (default: 's') ('xxs' | 'xs' | 's' | 'm')
12
12
  *
13
13
  * @example
14
- * <tui-chip>Sale</tui-badge>
14
+ * <tui-chip>Sale</tui-chip>
15
15
  *
16
16
  * @see-also
17
17
  * Icons, Appearance, Badge, Block
@@ -32,6 +32,7 @@ tui-chip,
32
32
  block-size: var(--t-size);
33
33
  inline-size: fit-content;
34
34
  isolation: isolate;
35
+ max-inline-size: stretch;
35
36
 
36
37
  .interactive({
37
38
  cursor: pointer;
@@ -47,6 +48,11 @@ tui-chip,
47
48
  margin: -0.375rem;
48
49
  }
49
50
 
51
+ > tui-badge,
52
+ > [tuiBadge] {
53
+ margin-inline-end: 0;
54
+ }
55
+
50
56
  &[data-size='xxs'] {
51
57
  // StackBlitz changes "0rem" to "0" breaking calc
52
58
  --t-gap: ~'0rem';
@@ -85,6 +91,11 @@ tui-chip,
85
91
  & > [tuiIconButton] {
86
92
  margin: -0.75rem;
87
93
  }
94
+
95
+ & > tui-badge,
96
+ & > [tuiBadge] {
97
+ margin-inline-start: -0.375rem;
98
+ }
88
99
  }
89
100
 
90
101
  & > img,
package/tokens/i18n.d.ts CHANGED
@@ -1,21 +1,20 @@
1
- import { InjectionToken } from '@angular/core';
1
+ import { InjectionToken, type Signal } from '@angular/core';
2
2
  import { type TuiDateMode } from '@taiga-ui/cdk/date-time';
3
3
  import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
4
- import { type Observable } from 'rxjs';
5
- export declare const TUI_CONFIRM_WORDS: InjectionToken<Observable<{
4
+ export declare const TUI_CONFIRM_WORDS: InjectionToken<Signal<{
6
5
  no: string;
7
6
  yes: string;
8
7
  }>>;
9
- export declare const TUI_CANCEL_WORD: InjectionToken<Observable<string>>;
10
- export declare const TUI_DONE_WORD: InjectionToken<Observable<string>>;
11
- export declare const TUI_MORE_WORD: InjectionToken<Observable<string>>;
12
- export declare const TUI_HIDE_TEXT: InjectionToken<Observable<string>>;
13
- export declare const TUI_SHOW_ALL_TEXT: InjectionToken<Observable<string>>;
14
- export declare const TUI_OTHER_DATE_TEXT: InjectionToken<Observable<string>>;
15
- export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: InjectionToken<Observable<readonly [choose_day: string, choose_range: string, choose_days: string]>>;
16
- export declare const TUI_FROM_TO_TEXTS: InjectionToken<Observable<readonly [from: string, to: string]>>;
17
- export declare const TUI_PLUS_MINUS_TEXTS: InjectionToken<Observable<readonly [plus: string, minus: string]>>;
18
- export declare const TUI_TIME_TEXTS: InjectionToken<Observable<{
8
+ export declare const TUI_CANCEL_WORD: InjectionToken<Signal<string>>;
9
+ export declare const TUI_DONE_WORD: InjectionToken<Signal<string>>;
10
+ export declare const TUI_MORE_WORD: InjectionToken<Signal<string>>;
11
+ export declare const TUI_HIDE_TEXT: InjectionToken<Signal<string>>;
12
+ export declare const TUI_SHOW_ALL_TEXT: InjectionToken<Signal<string>>;
13
+ export declare const TUI_OTHER_DATE_TEXT: InjectionToken<Signal<string>>;
14
+ export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: InjectionToken<Signal<readonly [choose_day: string, choose_range: string, choose_days: string]>>;
15
+ export declare const TUI_FROM_TO_TEXTS: InjectionToken<Signal<readonly [from: string, to: string]>>;
16
+ export declare const TUI_PLUS_MINUS_TEXTS: InjectionToken<Signal<readonly [plus: string, minus: string]>>;
17
+ export declare const TUI_TIME_TEXTS: InjectionToken<Signal<{
19
18
  'MM:SS': string;
20
19
  'HH:MM': string;
21
20
  'HH:MM AA': string;
@@ -29,18 +28,18 @@ export declare const TUI_TIME_TEXTS: InjectionToken<Observable<{
29
28
  'MM.SS.MSS': string;
30
29
  'SS.MSS': string;
31
30
  }>>;
32
- export declare const TUI_DATE_TEXTS: InjectionToken<Observable<Record<TuiDateMode, string>>>;
33
- export declare const TUI_DIGITAL_INFORMATION_UNITS: InjectionToken<Observable<readonly [short_byte: string, short_kilobyte: string, short_megabyte: string]>>;
34
- export declare const TUI_COPY_TEXTS: InjectionToken<Observable<readonly [copy: string, copied: string]>>;
35
- export declare const TUI_PASSWORD_TEXTS: InjectionToken<Observable<readonly [show_password: string, hide_password: string]>>;
36
- export declare const TUI_CALENDAR_MONTHS: InjectionToken<Observable<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>>;
37
- export declare const TUI_FILE_TEXTS: InjectionToken<Observable<{
31
+ export declare const TUI_DATE_TEXTS: InjectionToken<Signal<Record<TuiDateMode, string>>>;
32
+ export declare const TUI_DIGITAL_INFORMATION_UNITS: InjectionToken<Signal<readonly [short_byte: string, short_kilobyte: string, short_megabyte: string]>>;
33
+ export declare const TUI_COPY_TEXTS: InjectionToken<Signal<readonly [copy: string, copied: string]>>;
34
+ export declare const TUI_PASSWORD_TEXTS: InjectionToken<Signal<readonly [show_password: string, hide_password: string]>>;
35
+ export declare const TUI_CALENDAR_MONTHS: InjectionToken<Signal<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>>;
36
+ export declare const TUI_FILE_TEXTS: InjectionToken<Signal<{
38
37
  loadingError: string;
39
38
  preview: string;
40
39
  remove: string;
41
40
  }>>;
42
- export declare const TUI_PAGINATION_TEXTS: InjectionToken<Observable<readonly [previous_page: string, next_page: string]>>;
43
- export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Observable<{
41
+ export declare const TUI_PAGINATION_TEXTS: InjectionToken<Signal<readonly [previous_page: string, next_page: string]>>;
42
+ export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Signal<{
44
43
  defaultLabelMultiple: string;
45
44
  defaultLabelSingle: string;
46
45
  defaultLinkMultiple: string;
@@ -50,17 +49,17 @@ export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Observable<{
50
49
  formatRejectionReason: string;
51
50
  maxSizeRejectionReason: string;
52
51
  }>>;
53
- export declare const TUI_MULTI_SELECT_TEXTS: InjectionToken<Observable<{
52
+ export declare const TUI_MULTI_SELECT_TEXTS: InjectionToken<Signal<{
54
53
  all: string;
55
54
  none: string;
56
55
  }>>;
57
- export declare const TUI_COUNTRIES: InjectionToken<Observable<Record<TuiCountryIsoCode, string>>>;
58
- export declare const TUI_PREVIEW_TEXTS: InjectionToken<Observable<{
56
+ export declare const TUI_COUNTRIES: InjectionToken<Signal<Record<TuiCountryIsoCode, string>>>;
57
+ export declare const TUI_PREVIEW_TEXTS: InjectionToken<Signal<{
59
58
  rotate: string;
60
59
  }>>;
61
- export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Observable<{
60
+ export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Signal<{
62
61
  zoomIn: string;
63
62
  zoomOut: string;
64
63
  reset: string;
65
64
  }>>;
66
- export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Observable<string>>;
65
+ export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Signal<string>>;
package/tokens/index.d.ts CHANGED
@@ -1,8 +1,2 @@
1
1
  export * from './calendar-date-stream';
2
- export * from './date-inputs-value-transformers';
3
2
  export * from './i18n';
4
- export * from './input-date-options';
5
- export * from './items-handlers';
6
- export * from './mobile-calendar';
7
- export * from './month-formatter';
8
- export * from './preview-icons';
package/utils/index.d.ts CHANGED
@@ -2,5 +2,3 @@ export * from './create-time-periods';
2
2
  export * from './inject-value';
3
3
  export * from './is-flat';
4
4
  export * from './maskito.binding';
5
- export * from './phone';
6
- export * from './toggle-day';
@@ -1,3 +0,0 @@
1
- import { TuiActionBarComponent } from './action-bar.component';
2
- import { TuiActionBarDirective } from './action-bar.directive';
3
- export declare const TuiActionBar: readonly [typeof TuiActionBarComponent, typeof TuiActionBarDirective];
@@ -1,6 +0,0 @@
1
- import { TuiDropdownPortal } from '@taiga-ui/core/directives/dropdown';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiActionBarDirective extends TuiDropdownPortal {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiActionBarDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiActionBarDirective, "ng-template[tuiActionBar]", never, { "tuiDropdown": { "alias": "tuiActionBar"; "required": false; }; }, {}, never, never, true, never>;
6
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiElasticContainer {
3
- protected height: number;
4
- protected transitions: number;
5
- protected onAnimation(_name: string, count: number): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainer, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiElasticContainer, "tui-elastic-container", never, {}, {}, never, ["*"], true, never>;
8
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiElasticContainerDirective {
3
- private readonly el;
4
- readonly tuiElasticContainer: import("rxjs").Observable<number>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainerDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticContainerDirective, "[tuiElasticContainer]", never, {}, { "tuiElasticContainer": "tuiElasticContainer"; }, never, never, true, never>;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './elastic-container.component';
2
- export * from './elastic-container.directive';
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiFloatingContainer {
3
- protected readonly nothing: undefined;
4
- readonly background: import("@angular/core").InputSignal<string>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
- }
@@ -1 +0,0 @@
1
- export * from './floating-container.directive';
@@ -1,4 +0,0 @@
1
- export * from './pdf-viewer.component';
2
- export * from './pdf-viewer.directive';
3
- export * from './pdf-viewer.options';
4
- export * from './pdf-viewer.service';
@@ -1,12 +0,0 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@taiga-ui/cdk/directives/animated";
5
- export declare class TuiPdfViewerComponent<I, O> {
6
- protected readonly closeWord$: import("rxjs").Observable<string>;
7
- protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
- protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
9
- protected onKeyDownEsc(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
12
- }
@@ -1,7 +0,0 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "options": { "alias": "tuiPdfViewerOptions"; "required": false; }; "open": { "alias": "tuiPdfViewer"; "required": false; }; }, { "openChange": "tuiPdfViewerChange"; }, never, never, true, never>;
7
- }
@@ -1,13 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
4
- /**
5
- * Default parameters for PdfViewer component
6
- */
7
- export declare const TUI_PDF_VIEWER_OPTIONS: InjectionToken<TuiPdfViewerOptions<undefined>>;
8
- export declare function tuiPdfViewerOptionsProvider(options: Partial<TuiPdfViewerOptions>): Provider;
9
- export interface TuiPdfViewerOptions<I = undefined> {
10
- readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
11
- readonly data: I;
12
- readonly label: string;
13
- }
@@ -1,13 +0,0 @@
1
- import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
3
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
- import { type Observable } from 'rxjs';
5
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
6
- import * as i0 from "@angular/core";
7
- type Content<G> = PolymorpheusContent<TuiPdfViewerOptions<unknown> & TuiPopoverContext<G>>;
8
- export declare class TuiPdfViewerService extends TuiPopoverService<TuiPdfViewerOptions<unknown>> {
9
- open<G>(content: Content<G> | SafeResourceUrl, options?: Partial<TuiPdfViewerOptions<any>>): Observable<G>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiPdfViewerService>;
12
- }
13
- export {};
@@ -1 +0,0 @@
1
- export * from './slides.directive';
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@taiga-ui/cdk/directives/animated";
3
- export declare class TuiSlides {
4
- protected readonly nothing: undefined;
5
- protected readonly el: HTMLElement;
6
- protected readonly sign: import("@angular/core").Signal<number>;
7
- readonly direction: import("@angular/core").InputSignal<number | "">;
8
- protected onAnimation(target: Element): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSlides, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSlides, "[tuiSlides]", never, { "direction": { "alias": "tuiSlides"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimatedParent; inputs: {}; outputs: {}; }]>;
11
- }
@@ -1,27 +0,0 @@
1
- import { type DoCheck } from '@angular/core';
2
- import { type AbstractControl, type ValidationErrors, type Validator } from '@angular/forms';
3
- import { type TuiContext } from '@taiga-ui/cdk/types';
4
- import * as i0 from "@angular/core";
5
- export declare class TuiTextareaLimitComponent {
6
- protected readonly limit: import("@angular/core").WritableSignal<number>;
7
- protected readonly context: TuiContext<string>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaLimitComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaLimitComponent, "ng-component", never, {}, {}, never, never, true, never>;
10
- }
11
- export declare class TuiTextareaCounterComponent {
12
- readonly limit: import("@angular/core").WritableSignal<number>;
13
- readonly length: import("@angular/core").WritableSignal<number>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaCounterComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaCounterComponent, "ng-component", never, {}, {}, never, never, true, never>;
16
- }
17
- export declare class TuiTextareaLimit implements Validator, DoCheck {
18
- private readonly textfield;
19
- private readonly ref;
20
- readonly size: import("@angular/core").WritableSignal<"m" | "l" | "s">;
21
- readonly limit: import("@angular/core").WritableSignal<number>;
22
- set limitSetter(limit: number);
23
- ngDoCheck(): void;
24
- validate(control: AbstractControl): ValidationErrors | null;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaLimit, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaLimit, "[tuiTextarea][limit]", never, { "limitSetter": { "alias": "limit"; "required": false; }; }, {}, never, never, true, never>;
27
- }
@@ -1,2 +0,0 @@
1
- export * from './lazy-loading.directive';
2
- export * from './lazy-loading.service';