@taiga-ui/kit 4.52.0-canary.b61d3d0 → 4.52.0-canary.b741982

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 (359) 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/chip/chip.options.d.ts +1 -3
  7. package/components/combo-box/combo-box.d.ts +5 -0
  8. package/components/combo-box/combo-box.directive.d.ts +5 -5
  9. package/components/combo-box/index.d.ts +1 -0
  10. package/components/confirm/confirm.component.d.ts +4 -3
  11. package/components/confirm/confirm.service.d.ts +1 -1
  12. package/components/copy/copy.component.d.ts +1 -1
  13. package/components/copy/copy.directive.d.ts +2 -4
  14. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
  15. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  16. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  17. package/components/data-list-wrapper/index.d.ts +1 -1
  18. package/components/files/file/file.options.d.ts +1 -1
  19. package/components/files/input-files/input-files.options.d.ts +1 -3
  20. package/components/index.d.ts +0 -3
  21. package/components/input-chip/input-chip.component.d.ts +9 -8
  22. package/components/input-chip/input-chip.d.ts +5 -1
  23. package/components/input-chip/input-chip.directive.d.ts +7 -12
  24. package/components/input-color/index.d.ts +1 -0
  25. package/components/input-color/input-color.component.d.ts +4 -4
  26. package/components/input-color/input-color.d.ts +5 -0
  27. package/components/input-date/input-date.d.ts +4 -1
  28. package/components/input-date/input-date.directive.d.ts +12 -14
  29. package/components/input-date/input-date.options.d.ts +3 -3
  30. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  31. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  32. package/components/input-date-range/input-date-range.d.ts +4 -1
  33. package/components/input-date-range/input-date-range.directive.d.ts +5 -8
  34. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  35. package/components/input-date-time/input-date-time.d.ts +4 -1
  36. package/components/input-date-time/input-date-time.directive.d.ts +6 -6
  37. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  38. package/components/input-month/input-month.d.ts +4 -1
  39. package/components/input-month/input-month.directive.d.ts +6 -5
  40. package/components/input-month-range/input-month-range.d.ts +4 -1
  41. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  42. package/components/input-number/input-number.d.ts +4 -1
  43. package/components/input-number/input-number.directive.d.ts +3 -3
  44. package/components/input-phone/index.d.ts +1 -0
  45. package/components/input-phone/input-phone.d.ts +5 -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 -8
  49. package/components/input-phone-international/input-phone-international.d.ts +5 -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 +3 -3
  53. package/components/input-pin/input-pin.d.ts +5 -0
  54. package/components/input-range/input-range.component.d.ts +1 -1
  55. package/components/input-slider/input-slider.d.ts +4 -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 +4 -1
  59. package/components/input-time/input-time.directive.d.ts +4 -4
  60. package/components/input-year/input-year.d.ts +4 -1
  61. package/components/input-year/input-year.directive.d.ts +5 -5
  62. package/components/input-year/input-year.options.d.ts +2 -2
  63. package/components/like/like.options.d.ts +1 -1
  64. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  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 +4 -6
  67. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  68. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  69. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  70. package/components/pagination/pagination.component.d.ts +22 -52
  71. package/components/pagination/pagination.options.d.ts +3 -6
  72. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  73. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  74. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  75. package/components/preview/index.d.ts +1 -0
  76. package/components/preview/pagination/preview-pagination.component.d.ts +2 -1
  77. package/components/preview/preview.component.d.ts +1 -1
  78. package/components/preview/preview.d.ts +2 -1
  79. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  80. package/components/preview/zoom/preview-zoom.component.d.ts +3 -1
  81. package/components/progress/progress.options.d.ts +1 -3
  82. package/components/push/push-alert.component.d.ts +2 -2
  83. package/components/push/push.options.d.ts +4 -3
  84. package/components/push/push.service.d.ts +2 -2
  85. package/components/radio/radio.component.d.ts +1 -1
  86. package/components/radio-list/radio-list.component.d.ts +5 -3
  87. package/components/rating/rating.component.d.ts +1 -1
  88. package/components/rating/rating.options.d.ts +1 -3
  89. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  90. package/components/segmented/segmented.component.d.ts +4 -6
  91. package/components/segmented/segmented.directive.d.ts +6 -7
  92. package/components/select/native-select/native-select.component.d.ts +4 -4
  93. package/components/select/select.d.ts +4 -1
  94. package/components/select/select.directive.d.ts +4 -3
  95. package/components/slider/slider.options.d.ts +1 -6
  96. package/components/stepper/step.component.d.ts +6 -8
  97. package/components/stepper/stepper.component.d.ts +6 -11
  98. package/components/switch/switch.component.d.ts +1 -0
  99. package/components/tabs/tabs.options.d.ts +1 -6
  100. package/components/textarea/index.d.ts +2 -1
  101. package/components/textarea/textarea.component.d.ts +4 -4
  102. package/components/textarea/textarea.d.ts +6 -0
  103. package/components/textarea/textarea.directive.d.ts +13 -0
  104. package/components/toast/toast.component.d.ts +4 -4
  105. package/components/toast/toast.options.d.ts +4 -3
  106. package/components/toast/toast.service.d.ts +2 -2
  107. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +7 -0
  108. package/components/tree/misc/tree.constants.d.ts +0 -3
  109. package/components/tree/misc/tree.tokens.d.ts +1 -6
  110. package/directives/button-select/button-select.directive.d.ts +3 -2
  111. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  112. package/directives/fade/fade.directive.d.ts +1 -2
  113. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  114. package/directives/index.d.ts +0 -1
  115. package/directives/password/password.directive.d.ts +1 -1
  116. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  117. package/fesm2022/taiga-ui-kit-components-accordion.mjs +6 -6
  118. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  119. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +5 -5
  120. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  121. package/fesm2022/taiga-ui-kit-components-avatar.mjs +19 -19
  122. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  123. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +6 -11
  124. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-badge.mjs +10 -14
  126. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  127. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +6 -6
  128. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-block.mjs +10 -14
  130. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +11 -16
  132. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  134. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +5 -13
  136. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +5 -5
  138. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-kit-components-carousel.mjs +15 -15
  140. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +4 -5
  142. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
  144. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +37 -26
  146. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-kit-components-comment.mjs +6 -6
  148. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -4
  150. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-confirm.mjs +10 -12
  152. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-copy.mjs +15 -21
  154. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
  156. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-drawer.mjs +5 -5
  158. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-files.mjs +31 -36
  160. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-filter.mjs +4 -4
  162. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
  164. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +69 -72
  166. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
  168. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +34 -46
  170. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +31 -35
  172. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +33 -28
  174. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-input-date.mjs +44 -39
  176. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +3 -3
  178. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +27 -22
  180. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-input-month.mjs +33 -22
  182. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-input-number.mjs +36 -29
  184. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +47 -40
  186. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +29 -18
  188. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
  190. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-input-range.mjs +5 -5
  192. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +15 -10
  194. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-input-time.mjs +39 -39
  196. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-input-year.mjs +28 -18
  198. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -12
  200. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  202. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +18 -22
  204. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -6
  206. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +27 -37
  208. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +35 -23
  210. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
  212. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-pagination.mjs +59 -140
  214. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
  216. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-preview.mjs +64 -42
  218. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-progress.mjs +28 -32
  220. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-pulse.mjs +3 -3
  222. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-push.mjs +22 -23
  224. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -7
  226. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-radio.mjs +7 -7
  228. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-range.mjs +7 -7
  230. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
  232. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -6
  234. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-segmented.mjs +31 -57
  236. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-select.mjs +53 -28
  238. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-slider.mjs +21 -28
  240. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  242. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
  244. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
  246. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-components-tabs.mjs +26 -31
  248. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-components-textarea.mjs +51 -50
  250. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-tiles.mjs +12 -12
  252. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-toast.mjs +27 -28
  254. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-tree.mjs +55 -54
  256. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  258. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  260. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -6
  262. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +18 -9
  264. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +9 -8
  266. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -6
  268. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -52
  270. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-directives-fade.mjs +12 -11
  272. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +6 -11
  274. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  275. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -3
  276. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  277. package/fesm2022/taiga-ui-kit-directives-password.mjs +10 -8
  278. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -3
  280. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  282. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  283. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  284. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  285. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  286. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  287. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +9 -9
  288. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  289. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +4 -4
  290. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  291. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -4
  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 +3 -3
  298. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  299. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -24
  300. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  301. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  302. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  303. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -4
  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 +10 -8
  308. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  309. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  310. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  311. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  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 +2 -100
  316. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  317. package/fesm2022/taiga-ui-kit-utils.mjs +2 -14
  318. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  319. package/package.json +40 -45
  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/sort-countries/sort-countries.pipe.d.ts +4 -3
  329. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  330. package/tokens/index.d.ts +0 -6
  331. package/utils/index.d.ts +0 -2
  332. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  333. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  334. package/components/elastic-container/index.d.ts +0 -2
  335. package/components/floating-container/floating-container.directive.d.ts +0 -7
  336. package/components/floating-container/index.d.ts +0 -1
  337. package/components/slides/index.d.ts +0 -1
  338. package/components/slides/slides.directive.d.ts +0 -11
  339. package/components/textarea/textarea-limit.directive.d.ts +0 -26
  340. package/directives/lazy-loading/index.d.ts +0 -2
  341. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  342. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  343. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
  344. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  345. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  346. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  347. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -63
  348. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  349. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  350. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  351. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -80
  352. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  353. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  354. package/tokens/input-date-options.d.ts +0 -15
  355. package/tokens/items-handlers.d.ts +0 -26
  356. package/tokens/mobile-calendar.d.ts +0 -6
  357. package/tokens/month-formatter.d.ts +0 -5
  358. package/utils/phone.d.ts +0 -3
  359. package/utils/toggle-day.d.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.b61d3d0",
3
+ "version": "4.52.0-canary.b741982",
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/*",
@@ -45,10 +48,6 @@
45
48
  "types": "./components/accordion/index.d.ts",
46
49
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
47
50
  },
48
- "./components/action-bar": {
49
- "types": "./components/action-bar/index.d.ts",
50
- "default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
51
- },
52
51
  "./components/avatar": {
53
52
  "types": "./components/avatar/index.d.ts",
54
53
  "default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
@@ -61,6 +60,10 @@
61
60
  "types": "./components/badge-notification/index.d.ts",
62
61
  "default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
63
62
  },
63
+ "./components/action-bar": {
64
+ "types": "./components/action-bar/index.d.ts",
65
+ "default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
66
+ },
64
67
  "./components/badged-content": {
65
68
  "types": "./components/badged-content/index.d.ts",
66
69
  "default": "./fesm2022/taiga-ui-kit-components-badged-content.mjs"
@@ -73,17 +76,17 @@
73
76
  "types": "./components/breadcrumbs/index.d.ts",
74
77
  "default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
75
78
  },
76
- "./components/calendar-range": {
77
- "types": "./components/calendar-range/index.d.ts",
78
- "default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
79
+ "./components/button-loading": {
80
+ "types": "./components/button-loading/index.d.ts",
81
+ "default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
79
82
  },
80
83
  "./components/calendar-month": {
81
84
  "types": "./components/calendar-month/index.d.ts",
82
85
  "default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
83
86
  },
84
- "./components/button-loading": {
85
- "types": "./components/button-loading/index.d.ts",
86
- "default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
87
+ "./components/calendar-range": {
88
+ "types": "./components/calendar-range/index.d.ts",
89
+ "default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
87
90
  },
88
91
  "./components/carousel": {
89
92
  "types": "./components/carousel/index.d.ts",
@@ -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"
@@ -185,10 +180,6 @@
185
180
  "types": "./components/input-number/index.d.ts",
186
181
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
187
182
  },
188
- "./components/input-phone": {
189
- "types": "./components/input-phone/index.d.ts",
190
- "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
191
- },
192
183
  "./components/input-phone-international": {
193
184
  "types": "./components/input-phone-international/index.d.ts",
194
185
  "default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
@@ -197,6 +188,10 @@
197
188
  "types": "./components/input-pin/index.d.ts",
198
189
  "default": "./fesm2022/taiga-ui-kit-components-input-pin.mjs"
199
190
  },
191
+ "./components/input-phone": {
192
+ "types": "./components/input-phone/index.d.ts",
193
+ "default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
194
+ },
200
195
  "./components/input-range": {
201
196
  "types": "./components/input-range/index.d.ts",
202
197
  "default": "./fesm2022/taiga-ui-kit-components-input-range.mjs"
@@ -297,22 +292,18 @@
297
292
  "types": "./components/slider/index.d.ts",
298
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
299
294
  },
300
- "./components/slides": {
301
- "types": "./components/slides/index.d.ts",
302
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
303
- },
304
295
  "./components/status": {
305
296
  "types": "./components/status/index.d.ts",
306
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
307
298
  },
308
- "./components/switch": {
309
- "types": "./components/switch/index.d.ts",
310
- "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
311
- },
312
299
  "./components/stepper": {
313
300
  "types": "./components/stepper/index.d.ts",
314
301
  "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
315
302
  },
303
+ "./components/switch": {
304
+ "types": "./components/switch/index.d.ts",
305
+ "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
306
+ },
316
307
  "./components/tabs": {
317
308
  "types": "./components/tabs/index.d.ts",
318
309
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
@@ -369,10 +360,6 @@
369
360
  "types": "./directives/highlight/index.d.ts",
370
361
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
371
362
  },
372
- "./directives/lazy-loading": {
373
- "types": "./directives/lazy-loading/index.d.ts",
374
- "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
375
- },
376
363
  "./directives/password": {
377
364
  "types": "./directives/password/index.d.ts",
378
365
  "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
@@ -405,6 +392,10 @@
405
392
  "types": "./directives/unmask-handler/index.d.ts",
406
393
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
407
394
  },
395
+ "./pipes/auto-color": {
396
+ "types": "./pipes/auto-color/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
398
+ },
408
399
  "./pipes/emails": {
409
400
  "types": "./pipes/emails/index.d.ts",
410
401
  "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
@@ -413,10 +404,18 @@
413
404
  "types": "./pipes/filter-by-input/index.d.ts",
414
405
  "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
415
406
  },
407
+ "./pipes/flag": {
408
+ "types": "./pipes/flag/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
410
+ },
416
411
  "./pipes/hide-selected": {
417
412
  "types": "./pipes/hide-selected/index.d.ts",
418
413
  "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
419
414
  },
415
+ "./pipes/initials": {
416
+ "types": "./pipes/initials/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
418
+ },
420
419
  "./pipes/sort-countries": {
421
420
  "types": "./pipes/sort-countries/index.d.ts",
422
421
  "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
@@ -428,10 +427,6 @@
428
427
  "./pipes/stringify-content": {
429
428
  "types": "./pipes/stringify-content/index.d.ts",
430
429
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
431
- },
432
- "./components/preview/dialog": {
433
- "types": "./components/preview/dialog/index.d.ts",
434
- "default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
435
430
  }
436
431
  },
437
432
  "peerDependencies": {
@@ -439,17 +434,17 @@
439
434
  "@angular/core": ">=19.0.0",
440
435
  "@angular/forms": ">=19.0.0",
441
436
  "@angular/router": ">=19.0.0",
442
- "@maskito/angular": "^4.0.0",
443
- "@maskito/core": "^4.0.0",
444
- "@maskito/kit": "^4.0.0",
445
- "@maskito/phone": "^4.0.0",
437
+ "@maskito/angular": "^4.0.1",
438
+ "@maskito/core": "^4.0.1",
439
+ "@maskito/kit": "^4.0.1",
440
+ "@maskito/phone": "^4.0.1",
446
441
  "@ng-web-apis/common": "^4.12.2",
447
442
  "@ng-web-apis/intersection-observer": "^4.12.2",
448
443
  "@ng-web-apis/mutation-observer": "^4.12.2",
449
444
  "@ng-web-apis/resize-observer": "^4.12.2",
450
445
  "@taiga-ui/cdk": "^4.52.0",
451
446
  "@taiga-ui/core": "^4.52.0",
452
- "@taiga-ui/design-tokens": "~0.260.0",
447
+ "@taiga-ui/design-tokens": "~0.272.0",
453
448
  "@taiga-ui/i18n": "^4.52.0",
454
449
  "@taiga-ui/polymorpheus": "^4.9.0",
455
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
  }
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,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 +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,26 +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").InputSignal<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").Signal<"m" | "l" | "s">;
21
- readonly limit: import("@angular/core").InputSignal<number>;
22
- ngDoCheck(): void;
23
- validate(control: AbstractControl): ValidationErrors | null;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaLimit, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaLimit, "[tuiTextarea][limit]", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
26
- }
@@ -1,2 +0,0 @@
1
- export * from './lazy-loading.directive';
2
- export * from './lazy-loading.service';
@@ -1,18 +0,0 @@
1
- import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated: Drop in v5.0
5
- */
6
- export declare class TuiImgLazyLoading {
7
- private readonly isServer;
8
- private readonly loading$;
9
- protected readonly supported: boolean;
10
- protected src: import("@angular/core").WritableSignal<string | SafeResourceUrl | null>;
11
- protected background: import("@angular/core").WritableSignal<string>;
12
- protected animation: import("@angular/core").WritableSignal<string>;
13
- protected readonly $: false | import("rxjs").Subscription;
14
- set srcSetter(src: SafeResourceUrl | string);
15
- protected unset(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiImgLazyLoading, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiImgLazyLoading, "img[loading=\"lazy\"],img[tuiLoading=\"lazy\"]", never, { "srcSetter": { "alias": "src"; "required": false; }; }, {}, never, never, true, never>;
18
- }
@@ -1,12 +0,0 @@
1
- import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiLazyLoadingService extends Observable<SafeResourceUrl | string> {
5
- private readonly src$;
6
- private readonly intersections$;
7
- private readonly stream$;
8
- constructor();
9
- next(src: SafeResourceUrl | string): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLazyLoadingService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiLazyLoadingService>;
12
- }
@@ -1,77 +0,0 @@
1
- import { __decorate } from 'tslib';
2
- import * as i0 from '@angular/core';
3
- import { inject, Output, Directive, ChangeDetectionStrategy, Component } from '@angular/core';
4
- import { shouldCall } from '@taiga-ui/event-plugins';
5
- import { MutationObserverService, WA_MUTATION_OBSERVER_INIT } from '@ng-web-apis/mutation-observer';
6
- import { ResizeObserverService } from '@ng-web-apis/resize-observer';
7
- import { tuiInjectElement } from '@taiga-ui/cdk/utils/dom';
8
- import { merge, debounceTime, map, distinctUntilChanged } from 'rxjs';
9
-
10
- class TuiElasticContainerDirective {
11
- constructor() {
12
- this.el = tuiInjectElement();
13
- this.tuiElasticContainer = merge(inject(ResizeObserverService, { self: true }), inject(MutationObserverService, { self: true })).pipe(debounceTime(0), map(() => this.el.clientHeight - 1), distinctUntilChanged());
14
- }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiElasticContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiElasticContainerDirective, isStandalone: true, selector: "[tuiElasticContainer]", outputs: { tuiElasticContainer: "tuiElasticContainer" }, providers: [
17
- ResizeObserverService,
18
- MutationObserverService,
19
- {
20
- provide: WA_MUTATION_OBSERVER_INIT,
21
- useValue: {
22
- childList: true,
23
- characterData: true,
24
- subtree: true,
25
- },
26
- },
27
- ], ngImport: i0 }); }
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiElasticContainerDirective, decorators: [{
30
- type: Directive,
31
- args: [{
32
- selector: '[tuiElasticContainer]',
33
- providers: [
34
- ResizeObserverService,
35
- MutationObserverService,
36
- {
37
- provide: WA_MUTATION_OBSERVER_INIT,
38
- useValue: {
39
- childList: true,
40
- characterData: true,
41
- subtree: true,
42
- },
43
- },
44
- ],
45
- }]
46
- }], propDecorators: { tuiElasticContainer: [{
47
- type: Output
48
- }] } });
49
-
50
- class TuiElasticContainer {
51
- constructor() {
52
- this.height = NaN;
53
- this.transitions = 0;
54
- }
55
- onAnimation(_name, count) {
56
- this.transitions += count;
57
- }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiElasticContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
59
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: TuiElasticContainer, isStandalone: true, selector: "tui-elastic-container", host: { properties: { "style.height.px": "height", "class._transitioning": "transitions" } }, ngImport: i0, template: "<div\n class=\"t-wrapper\"\n (transitioncancel.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionend.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionstart.zoneless)=\"onAnimation($any($event).propertyName, 1)\"\n (tuiElasticContainer)=\"height = $event\"\n>\n <ng-content />\n</div>\n", styles: [":host{transition-property:height;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:block;overflow:hidden}:host._transitioning{block-size:auto!important}.t-wrapper{padding-block-start:1px;margin-block-start:-1px}\n"], dependencies: [{ kind: "directive", type: TuiElasticContainerDirective, selector: "[tuiElasticContainer]", outputs: ["tuiElasticContainer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
60
- }
61
- __decorate([
62
- shouldCall((name) => name === 'height')
63
- ], TuiElasticContainer.prototype, "onAnimation", null);
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiElasticContainer, decorators: [{
65
- type: Component,
66
- args: [{ selector: 'tui-elastic-container', imports: [TuiElasticContainerDirective], changeDetection: ChangeDetectionStrategy.OnPush, host: {
67
- '[style.height.px]': 'height',
68
- '[class._transitioning]': 'transitions',
69
- }, template: "<div\n class=\"t-wrapper\"\n (transitioncancel.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionend.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionstart.zoneless)=\"onAnimation($any($event).propertyName, 1)\"\n (tuiElasticContainer)=\"height = $event\"\n>\n <ng-content />\n</div>\n", styles: [":host{transition-property:height;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;display:block;overflow:hidden}:host._transitioning{block-size:auto!important}.t-wrapper{padding-block-start:1px;margin-block-start:-1px}\n"] }]
70
- }], propDecorators: { onAnimation: [] } });
71
-
72
- /**
73
- * Generated bundle index. Do not edit.
74
- */
75
-
76
- export { TuiElasticContainer, TuiElasticContainerDirective };
77
- //# sourceMappingURL=taiga-ui-kit-components-elastic-container.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-kit-components-elastic-container.mjs","sources":["../../../projects/kit/components/elastic-container/elastic-container.directive.ts","../../../projects/kit/components/elastic-container/elastic-container.component.ts","../../../projects/kit/components/elastic-container/elastic-container.component.html","../../../projects/kit/components/elastic-container/taiga-ui-kit-components-elastic-container.ts"],"sourcesContent":["import {Directive, inject, Output} from '@angular/core';\nimport {\n MutationObserverService,\n WA_MUTATION_OBSERVER_INIT,\n} from '@ng-web-apis/mutation-observer';\nimport {ResizeObserverService} from '@ng-web-apis/resize-observer';\nimport {tuiInjectElement} from '@taiga-ui/cdk/utils/dom';\nimport {debounceTime, distinctUntilChanged, map, merge} from 'rxjs';\n\n@Directive({\n selector: '[tuiElasticContainer]',\n providers: [\n ResizeObserverService,\n MutationObserverService,\n {\n provide: WA_MUTATION_OBSERVER_INIT,\n useValue: {\n childList: true,\n characterData: true,\n subtree: true,\n },\n },\n ],\n})\nexport class TuiElasticContainerDirective {\n private readonly el = tuiInjectElement();\n\n @Output()\n public readonly tuiElasticContainer = merge(\n inject(ResizeObserverService, {self: true}),\n inject(MutationObserverService, {self: true}),\n ).pipe(\n debounceTime(0),\n map(() => this.el.clientHeight - 1),\n distinctUntilChanged(),\n );\n}\n","import {ChangeDetectionStrategy, Component} from '@angular/core';\nimport {shouldCall} from '@taiga-ui/event-plugins';\n\nimport {TuiElasticContainerDirective} from './elastic-container.directive';\n\n@Component({\n selector: 'tui-elastic-container',\n imports: [TuiElasticContainerDirective],\n templateUrl: './elastic-container.component.html',\n styleUrl: './elastic-container.component.less',\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '[style.height.px]': 'height',\n '[class._transitioning]': 'transitions',\n },\n})\nexport class TuiElasticContainer {\n protected height = NaN;\n protected transitions = 0;\n\n @shouldCall((name) => name === 'height')\n protected onAnimation(_name: string, count: number): void {\n this.transitions += count;\n }\n}\n","<div\n class=\"t-wrapper\"\n (transitioncancel.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionend.zoneless)=\"onAnimation($any($event).propertyName, -1)\"\n (transitionstart.zoneless)=\"onAnimation($any($event).propertyName, 1)\"\n (tuiElasticContainer)=\"height = $event\"\n>\n <ng-content />\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;MAwBa,4BAA4B,CAAA;AAfzC,IAAA,WAAA,GAAA;QAgBqB,IAAE,CAAA,EAAA,GAAG,gBAAgB,EAAE;QAGxB,IAAmB,CAAA,mBAAA,GAAG,KAAK,CACvC,MAAM,CAAC,qBAAqB,EAAE,EAAC,IAAI,EAAE,IAAI,EAAC,CAAC,EAC3C,MAAM,CAAC,uBAAuB,EAAE,EAAC,IAAI,EAAE,IAAI,EAAC,CAAC,CAChD,CAAC,IAAI,CACF,YAAY,CAAC,CAAC,CAAC,EACf,GAAG,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC,YAAY,GAAG,CAAC,CAAC,EACnC,oBAAoB,EAAE,CACzB;AACJ;+GAZY,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,4BAA4B,EAb1B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,OAAA,EAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,EAAA,SAAA,EAAA;YACP,qBAAqB;YACrB,uBAAuB;AACvB,YAAA;AACI,gBAAA,OAAO,EAAE,yBAAyB;AAClC,gBAAA,QAAQ,EAAE;AACN,oBAAA,SAAS,EAAE,IAAI;AACf,oBAAA,aAAa,EAAE,IAAI;AACnB,oBAAA,OAAO,EAAE,IAAI;AAChB,iBAAA;AACJ,aAAA;AACJ,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAEQ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAfxC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,SAAS,EAAE;wBACP,qBAAqB;wBACrB,uBAAuB;AACvB,wBAAA;AACI,4BAAA,OAAO,EAAE,yBAAyB;AAClC,4BAAA,QAAQ,EAAE;AACN,gCAAA,SAAS,EAAE,IAAI;AACf,gCAAA,aAAa,EAAE,IAAI;AACnB,gCAAA,OAAO,EAAE,IAAI;AAChB,6BAAA;AACJ,yBAAA;AACJ,qBAAA;AACJ,iBAAA;8BAKmB,mBAAmB,EAAA,CAAA;sBADlC;;;MCXQ,mBAAmB,CAAA;AAXhC,IAAA,WAAA,GAAA;QAYc,IAAM,CAAA,MAAA,GAAG,GAAG;QACZ,IAAW,CAAA,WAAA,GAAG,CAAC;AAM5B;IAHa,WAAW,CAAC,KAAa,EAAE,KAAa,EAAA;AAC9C,QAAA,IAAI,CAAC,WAAW,IAAI,KAAK;;+GANpB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,aAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EChBhC,0VASA,EAAA,MAAA,EAAA,CAAA,iQAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDFc,4BAA4B,EAAA,QAAA,EAAA,uBAAA,EAAA,OAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAc5B,UAAA,CAAA;IADT,UAAU,CAAC,CAAC,IAAI,KAAK,IAAI,KAAK,QAAQ;AAGtC,CAAA,EAAA,mBAAA,CAAA,SAAA,EAAA,aAAA,EAAA,IAAA,CAAA;4FAPQ,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAX/B,SAAS;+BACI,uBAAuB,EAAA,OAAA,EACxB,CAAC,4BAA4B,CAAC,mBAGtB,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA;AACF,wBAAA,mBAAmB,EAAE,QAAQ;AAC7B,wBAAA,wBAAwB,EAAE,aAAa;AAC1C,qBAAA,EAAA,QAAA,EAAA,0VAAA,EAAA,MAAA,EAAA,CAAA,iQAAA,CAAA,EAAA;8BAOS,WAAW,EAAA,EAAA,EAAA,EAAA,CAAA;;AErBzB;;AAEG;;;;"}
@@ -1,37 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { ChangeDetectionStrategy, ViewEncapsulation, Component, input, Directive } from '@angular/core';
3
- import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
4
-
5
- class Styles {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: Styles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: Styles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-floating-container" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiFloatingContainer]{transition-property:bottom;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:sticky;bottom:calc(100 * var(--tui-viewport-vh) - var(--tui-viewport-height) - var(--tui-viewport-y));z-index:1;margin-block-start:1rem;padding-block-end:max(1rem,env(safe-area-inset-bottom));text-align:center;font:var(--tui-font-text-ui-s);color:var(--tui-text-secondary)}[tuiFloatingContainer],[tuiFloatingContainer]>tui-elastic-container>.t-wrapper{display:flex;flex-direction:column;gap:.5rem}[tuiFloatingContainer]>*,[tuiFloatingContainer]>tui-elastic-container>.t-wrapper>*{inline-size:100%}[tuiFloatingContainer]:has(>*:only-child:not(tui-elastic-container)),[tuiFloatingContainer]:has(*.ng-animating:first-child~.ng-animating:last-child){padding-block-end:max(1.5rem,env(safe-area-inset-bottom))}[tuiFloatingContainer]:before{top:0;left:0;bottom:0;right:0;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";position:absolute;left:-1rem;right:-1rem;z-index:-1;background:var(--t-background, var(--tui-background-elevation-1));-webkit-mask-image:linear-gradient(180deg,transparent,black 2.5rem);mask-image:linear-gradient(180deg,transparent,black 2.5rem)}tui-sheet-dialog [tuiFloatingContainer]{margin-block-end:calc(-1*max(1.5rem,env(safe-area-inset-bottom)))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: Styles, decorators: [{
10
- type: Component,
11
- args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-floating-container' }, styles: ["[tuiFloatingContainer]{transition-property:bottom;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:sticky;bottom:calc(100 * var(--tui-viewport-vh) - var(--tui-viewport-height) - var(--tui-viewport-y));z-index:1;margin-block-start:1rem;padding-block-end:max(1rem,env(safe-area-inset-bottom));text-align:center;font:var(--tui-font-text-ui-s);color:var(--tui-text-secondary)}[tuiFloatingContainer],[tuiFloatingContainer]>tui-elastic-container>.t-wrapper{display:flex;flex-direction:column;gap:.5rem}[tuiFloatingContainer]>*,[tuiFloatingContainer]>tui-elastic-container>.t-wrapper>*{inline-size:100%}[tuiFloatingContainer]:has(>*:only-child:not(tui-elastic-container)),[tuiFloatingContainer]:has(*.ng-animating:first-child~.ng-animating:last-child){padding-block-end:max(1.5rem,env(safe-area-inset-bottom))}[tuiFloatingContainer]:before{top:0;left:0;bottom:0;right:0;transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";position:absolute;left:-1rem;right:-1rem;z-index:-1;background:var(--t-background, var(--tui-background-elevation-1));-webkit-mask-image:linear-gradient(180deg,transparent,black 2.5rem);mask-image:linear-gradient(180deg,transparent,black 2.5rem)}tui-sheet-dialog [tuiFloatingContainer]{margin-block-end:calc(-1*max(1.5rem,env(safe-area-inset-bottom)))}\n"] }]
12
- }] });
13
- class TuiFloatingContainer {
14
- constructor() {
15
- this.nothing = tuiWithStyles(Styles);
16
- this.background = input('', { alias: 'tuiFloatingContainer' });
17
- }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiFloatingContainer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", type: TuiFloatingContainer, isStandalone: true, selector: "[tuiFloatingContainer]", inputs: { background: { classPropertyName: "background", publicName: "tuiFloatingContainer", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "tuiFloatingContainer": "" }, properties: { "style.--t-background": "background()" } }, ngImport: i0 }); }
20
- }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiFloatingContainer, decorators: [{
22
- type: Directive,
23
- args: [{
24
- selector: '[tuiFloatingContainer]',
25
- host: {
26
- tuiFloatingContainer: '',
27
- '[style.--t-background]': 'background()',
28
- },
29
- }]
30
- }] });
31
-
32
- /**
33
- * Generated bundle index. Do not edit.
34
- */
35
-
36
- export { TuiFloatingContainer };
37
- //# sourceMappingURL=taiga-ui-kit-components-floating-container.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-kit-components-floating-container.mjs","sources":["../../../projects/kit/components/floating-container/floating-container.directive.ts","../../../projects/kit/components/floating-container/taiga-ui-kit-components-floating-container.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\n\n@Component({\n template: '',\n styleUrl: './floating-container.less',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'tui-floating-container'},\n})\nclass Styles {}\n\n@Directive({\n selector: '[tuiFloatingContainer]',\n host: {\n tuiFloatingContainer: '',\n '[style.--t-background]': 'background()',\n },\n})\nexport class TuiFloatingContainer {\n protected readonly nothing = tuiWithStyles(Styles);\n\n public readonly background = input('', {alias: 'tuiFloatingContainer'});\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AASA,MAOM,MAAM,CAAA;+GAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAN,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,4HANE,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,+2CAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FAMV,MAAM,EAAA,UAAA,EAAA,CAAA;kBAPX,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAE,EAEG,aAAA,EAAA,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EACzC,IAAA,EAAA,EAAC,KAAK,EAAE,wBAAwB,EAAC,EAAA,MAAA,EAAA,CAAA,+2CAAA,CAAA,EAAA;;MAW9B,oBAAoB,CAAA;AAPjC,IAAA,WAAA,GAAA;AAQuB,QAAA,IAAA,CAAA,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC;QAElC,IAAU,CAAA,UAAA,GAAG,KAAK,CAAC,EAAE,EAAE,EAAC,KAAK,EAAE,sBAAsB,EAAC,CAAC;AAC1E;+GAJY,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,sBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,sBAAA,EAAA,cAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,IAAI,EAAE;AACF,wBAAA,oBAAoB,EAAE,EAAE;AACxB,wBAAA,wBAAwB,EAAE,cAAc;AAC3C,qBAAA;AACJ,iBAAA;;;ACxBD;;AAEG;;;;"}