@taiga-ui/kit 4.52.0-canary.6ee9658 → 4.52.0-canary.763e67d

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 (330) hide show
  1. package/components/avatar/avatar-labeled.component.d.ts +2 -2
  2. package/components/avatar/avatar-stack.component.d.ts +2 -2
  3. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  4. package/components/badged-content/badged-content.directive.d.ts +2 -2
  5. package/components/breadcrumbs/breadcrumbs.component.d.ts +4 -5
  6. package/components/button-loading/button-loading.component.d.ts +5 -5
  7. package/components/calendar-range/day-range-period.d.ts +2 -1
  8. package/components/carousel/carousel.component.d.ts +16 -16
  9. package/components/carousel/carousel.directive.d.ts +4 -4
  10. package/components/combo-box/combo-box.d.ts +5 -0
  11. package/components/combo-box/combo-box.directive.d.ts +7 -9
  12. package/components/combo-box/index.d.ts +1 -0
  13. package/components/compass/compass.component.d.ts +2 -2
  14. package/components/confirm/confirm.component.d.ts +1 -1
  15. package/components/confirm/confirm.service.d.ts +1 -1
  16. package/components/copy/copy.component.d.ts +3 -3
  17. package/components/copy/copy.directive.d.ts +1 -2
  18. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -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/drawer/drawer.component.d.ts +3 -4
  23. package/components/files/file/file.component.d.ts +15 -16
  24. package/components/files/files/files.component.d.ts +6 -7
  25. package/components/files/input-files/input-files.directive.d.ts +2 -1
  26. package/components/filter/filter.component.d.ts +8 -10
  27. package/components/fullscreen/fullscreen.component.d.ts +5 -8
  28. package/components/index.d.ts +0 -3
  29. package/components/input-chip/input-chip.component.d.ts +1 -1
  30. package/components/input-chip/input-chip.d.ts +5 -1
  31. package/components/input-chip/input-chip.directive.d.ts +4 -4
  32. package/components/input-color/index.d.ts +1 -0
  33. package/components/input-color/input-color.component.d.ts +4 -4
  34. package/components/input-color/input-color.d.ts +5 -0
  35. package/components/input-date/input-date.d.ts +4 -1
  36. package/components/input-date/input-date.directive.d.ts +12 -14
  37. package/components/input-date/input-date.options.d.ts +3 -3
  38. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  39. package/components/input-date-multi/input-date-multi.directive.d.ts +2 -2
  40. package/components/input-date-range/input-date-range.d.ts +4 -1
  41. package/components/input-date-range/input-date-range.directive.d.ts +5 -8
  42. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  43. package/components/input-date-time/input-date-time.d.ts +4 -1
  44. package/components/input-date-time/input-date-time.directive.d.ts +6 -6
  45. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  46. package/components/input-month/input-month.d.ts +4 -1
  47. package/components/input-month/input-month.directive.d.ts +6 -5
  48. package/components/input-month-range/input-month-range.d.ts +4 -1
  49. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  50. package/components/input-number/input-number.d.ts +4 -1
  51. package/components/input-number/input-number.directive.d.ts +3 -3
  52. package/components/input-phone/index.d.ts +1 -0
  53. package/components/input-phone/input-phone.d.ts +5 -0
  54. package/components/input-phone/input-phone.directive.d.ts +7 -7
  55. package/components/input-phone-international/index.d.ts +1 -0
  56. package/components/input-phone-international/input-phone-international.component.d.ts +8 -8
  57. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  58. package/components/input-pin/index.d.ts +1 -0
  59. package/components/input-pin/input-pin.component.d.ts +3 -3
  60. package/components/input-pin/input-pin.d.ts +5 -0
  61. package/components/input-range/index.d.ts +0 -1
  62. package/components/input-range/input-range.component.d.ts +3 -3
  63. package/components/input-slider/input-slider.d.ts +4 -1
  64. package/components/input-time/input-time.component.d.ts +1 -3
  65. package/components/input-time/input-time.d.ts +4 -1
  66. package/components/input-time/input-time.directive.d.ts +4 -4
  67. package/components/input-year/input-year.d.ts +4 -1
  68. package/components/input-year/input-year.directive.d.ts +5 -5
  69. package/components/input-year/input-year.options.d.ts +2 -2
  70. package/components/like/like.options.d.ts +1 -1
  71. package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
  72. package/components/notification-middle/notification-middle.service.d.ts +1 -1
  73. package/components/pagination/pagination.component.d.ts +22 -52
  74. package/components/pagination/pagination.options.d.ts +3 -6
  75. package/components/preview/dialog/preview-dialog.service.d.ts +1 -1
  76. package/components/preview/index.d.ts +1 -0
  77. package/components/preview/pagination/preview-pagination.component.d.ts +2 -1
  78. package/components/preview/preview.component.d.ts +1 -1
  79. package/components/preview/zoom/preview-zoom.component.d.ts +3 -1
  80. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  81. package/components/pulse/pulse.component.d.ts +2 -2
  82. package/components/push/push-alert.component.d.ts +1 -1
  83. package/components/push/push.options.d.ts +1 -1
  84. package/components/push/push.service.d.ts +1 -1
  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/routable-dialog/generate-dialogable-route.d.ts +1 -1
  89. package/components/select/native-select/native-select.component.d.ts +4 -4
  90. package/components/select/select.d.ts +4 -1
  91. package/components/select/select.directive.d.ts +4 -3
  92. package/components/switch/switch.component.d.ts +1 -0
  93. package/components/textarea/index.d.ts +2 -1
  94. package/components/textarea/textarea.component.d.ts +4 -4
  95. package/components/textarea/textarea.d.ts +6 -0
  96. package/components/textarea/textarea.directive.d.ts +13 -0
  97. package/components/toast/toast.component.d.ts +1 -1
  98. package/components/toast/toast.options.d.ts +1 -1
  99. package/components/toast/toast.service.d.ts +1 -1
  100. package/directives/button-select/button-select.directive.d.ts +1 -1
  101. package/directives/fade/fade.directive.d.ts +5 -6
  102. package/directives/highlight/highlight.directive.d.ts +7 -8
  103. package/directives/index.d.ts +0 -1
  104. package/directives/password/password.directive.d.ts +1 -1
  105. package/directives/present/present.directive.d.ts +2 -3
  106. package/directives/tooltip/tooltip.directive.d.ts +1 -1
  107. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  108. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  109. package/fesm2022/taiga-ui-kit-components-accordion.mjs +7 -7
  110. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  111. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +5 -5
  112. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  113. package/fesm2022/taiga-ui-kit-components-avatar.mjs +28 -32
  114. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  115. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +7 -9
  116. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  117. package/fesm2022/taiga-ui-kit-components-badge.mjs +6 -6
  118. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
  119. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-kit-components-block.mjs +6 -6
  121. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +13 -22
  122. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  123. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
  124. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +5 -13
  126. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  127. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +22 -14
  128. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-carousel.mjs +60 -86
  130. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -3
  132. package/fesm2022/taiga-ui-kit-components-chip.mjs +6 -6
  133. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +40 -44
  134. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-comment.mjs +6 -6
  136. package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
  137. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-kit-components-confirm.mjs +7 -7
  139. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-kit-components-copy.mjs +20 -25
  141. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
  143. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -22
  145. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-kit-components-files.mjs +76 -114
  147. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-kit-components-filter.mjs +17 -31
  149. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +24 -42
  151. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +32 -19
  153. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
  155. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +14 -12
  157. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +29 -34
  159. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  160. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +30 -26
  161. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-kit-components-input-date.mjs +41 -37
  163. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +3 -3
  165. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +25 -21
  166. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-input-month.mjs +31 -21
  168. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-input-number.mjs +32 -25
  170. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +45 -34
  172. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +29 -18
  174. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
  176. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-input-range.mjs +11 -13
  178. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +13 -7
  180. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-input-time.mjs +37 -37
  182. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-input-year.mjs +26 -17
  184. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -12
  186. package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
  187. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  188. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +14 -14
  189. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  190. package/fesm2022/taiga-ui-kit-components-message.mjs +6 -6
  191. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +16 -16
  192. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +10 -10
  194. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
  196. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-pagination.mjs +59 -140
  198. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-pin.mjs +6 -6
  200. package/fesm2022/taiga-ui-kit-components-preview.mjs +45 -33
  201. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  202. package/fesm2022/taiga-ui-kit-components-progress.mjs +30 -34
  203. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  204. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -9
  205. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  206. package/fesm2022/taiga-ui-kit-components-push.mjs +17 -18
  207. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  208. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -7
  209. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  210. package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
  211. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  212. package/fesm2022/taiga-ui-kit-components-range.mjs +6 -6
  213. package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -4
  214. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -4
  216. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-segmented.mjs +7 -7
  218. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-select.mjs +48 -25
  220. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-slider.mjs +18 -18
  222. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
  224. package/fesm2022/taiga-ui-kit-components-stepper.mjs +6 -6
  225. package/fesm2022/taiga-ui-kit-components-switch.mjs +9 -4
  226. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-tabs.mjs +22 -20
  228. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-textarea.mjs +50 -48
  230. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-tiles.mjs +12 -12
  232. package/fesm2022/taiga-ui-kit-components-toast.mjs +19 -20
  233. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  234. package/fesm2022/taiga-ui-kit-components-tree.mjs +24 -24
  235. package/fesm2022/taiga-ui-kit-components.mjs +0 -3
  236. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  238. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +6 -6
  239. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +6 -6
  240. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +8 -8
  242. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -6
  244. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +4 -4
  245. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  246. package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
  247. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  248. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
  249. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -24
  250. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-directives-password.mjs +5 -5
  252. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-directives-present.mjs +8 -12
  254. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
  256. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
  257. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
  258. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +8 -8
  260. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +7 -9
  262. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +9 -13
  264. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
  266. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  268. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  269. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  270. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -24
  271. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  272. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  273. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  274. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  275. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  276. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  277. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  278. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  280. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  282. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
  283. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  284. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -84
  285. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  286. package/fesm2022/taiga-ui-kit-utils.mjs +2 -14
  287. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  288. package/package.json +38 -42
  289. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  290. package/pipes/auto-color/index.d.ts +1 -0
  291. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
  292. package/pipes/flag/flag.pipe.d.ts +14 -0
  293. package/pipes/flag/index.d.ts +1 -0
  294. package/pipes/index.d.ts +3 -0
  295. package/pipes/initials/index.d.ts +1 -0
  296. package/pipes/initials/initials.pipe.d.ts +7 -0
  297. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  298. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  299. package/styles/components/switch.less +2 -2
  300. package/tokens/i18n.d.ts +1 -0
  301. package/tokens/index.d.ts +0 -6
  302. package/utils/index.d.ts +0 -2
  303. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  304. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  305. package/components/elastic-container/index.d.ts +0 -2
  306. package/components/floating-container/floating-container.directive.d.ts +0 -7
  307. package/components/floating-container/index.d.ts +0 -1
  308. package/components/input-range/input-range.d.ts +0 -3
  309. package/components/slides/index.d.ts +0 -1
  310. package/components/slides/slides.directive.d.ts +0 -11
  311. package/components/textarea/textarea-limit.directive.d.ts +0 -26
  312. package/directives/lazy-loading/index.d.ts +0 -2
  313. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  314. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  315. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
  316. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  317. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
  318. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  319. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
  320. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  321. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -80
  322. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  323. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  324. package/tokens/input-date-options.d.ts +0 -15
  325. package/tokens/items-handlers.d.ts +0 -20
  326. package/tokens/mobile-calendar.d.ts +0 -6
  327. package/tokens/month-formatter.d.ts +0 -5
  328. package/utils/phone.d.ts +0 -3
  329. package/utils/toggle-day.d.ts +0 -2
  330. /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.6ee9658",
3
+ "version": "4.52.0-canary.763e67d",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,10 +40,6 @@
40
40
  "types": "./tokens/index.d.ts",
41
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
42
42
  },
43
- "./utils": {
44
- "types": "./utils/index.d.ts",
45
- "default": "./fesm2022/taiga-ui-kit-utils.mjs"
46
- },
47
43
  "./components/accordion": {
48
44
  "types": "./components/accordion/index.d.ts",
49
45
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -52,14 +48,14 @@
52
48
  "types": "./components/action-bar/index.d.ts",
53
49
  "default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
54
50
  },
51
+ "./utils": {
52
+ "types": "./utils/index.d.ts",
53
+ "default": "./fesm2022/taiga-ui-kit-utils.mjs"
54
+ },
55
55
  "./components/avatar": {
56
56
  "types": "./components/avatar/index.d.ts",
57
57
  "default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
58
58
  },
59
- "./components/badge": {
60
- "types": "./components/badge/index.d.ts",
61
- "default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
62
- },
63
59
  "./components/badge-notification": {
64
60
  "types": "./components/badge-notification/index.d.ts",
65
61
  "default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
@@ -72,6 +68,10 @@
72
68
  "types": "./components/block/index.d.ts",
73
69
  "default": "./fesm2022/taiga-ui-kit-components-block.mjs"
74
70
  },
71
+ "./components/badge": {
72
+ "types": "./components/badge/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
74
+ },
75
75
  "./components/breadcrumbs": {
76
76
  "types": "./components/breadcrumbs/index.d.ts",
77
77
  "default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
@@ -128,10 +128,6 @@
128
128
  "types": "./components/drawer/index.d.ts",
129
129
  "default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
130
130
  },
131
- "./components/elastic-container": {
132
- "types": "./components/elastic-container/index.d.ts",
133
- "default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
134
- },
135
131
  "./components/files": {
136
132
  "types": "./components/files/index.d.ts",
137
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
@@ -140,10 +136,6 @@
140
136
  "types": "./components/filter/index.d.ts",
141
137
  "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
142
138
  },
143
- "./components/floating-container": {
144
- "types": "./components/floating-container/index.d.ts",
145
- "default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
146
- },
147
139
  "./components/fullscreen": {
148
140
  "types": "./components/fullscreen/index.d.ts",
149
141
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -216,10 +208,6 @@
216
208
  "types": "./components/input-year/index.d.ts",
217
209
  "default": "./fesm2022/taiga-ui-kit-components-input-year.mjs"
218
210
  },
219
- "./components/items-with-more": {
220
- "types": "./components/items-with-more/index.d.ts",
221
- "default": "./fesm2022/taiga-ui-kit-components-items-with-more.mjs"
222
- },
223
211
  "./components/like": {
224
212
  "types": "./components/like/index.d.ts",
225
213
  "default": "./fesm2022/taiga-ui-kit-components-like.mjs"
@@ -228,6 +216,10 @@
228
216
  "types": "./components/line-clamp/index.d.ts",
229
217
  "default": "./fesm2022/taiga-ui-kit-components-line-clamp.mjs"
230
218
  },
219
+ "./components/items-with-more": {
220
+ "types": "./components/items-with-more/index.d.ts",
221
+ "default": "./fesm2022/taiga-ui-kit-components-items-with-more.mjs"
222
+ },
231
223
  "./components/message": {
232
224
  "types": "./components/message/index.d.ts",
233
225
  "default": "./fesm2022/taiga-ui-kit-components-message.mjs"
@@ -300,10 +292,6 @@
300
292
  "types": "./components/slider/index.d.ts",
301
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
302
294
  },
303
- "./components/slides": {
304
- "types": "./components/slides/index.d.ts",
305
- "default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
306
- },
307
295
  "./components/status": {
308
296
  "types": "./components/status/index.d.ts",
309
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -368,18 +356,14 @@
368
356
  "types": "./directives/fluid-typography/index.d.ts",
369
357
  "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
370
358
  },
371
- "./directives/highlight": {
372
- "types": "./directives/highlight/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
374
- },
375
- "./directives/lazy-loading": {
376
- "types": "./directives/lazy-loading/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
378
- },
379
359
  "./directives/password": {
380
360
  "types": "./directives/password/index.d.ts",
381
361
  "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
382
362
  },
363
+ "./directives/highlight": {
364
+ "types": "./directives/highlight/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
366
+ },
383
367
  "./directives/present": {
384
368
  "types": "./directives/present/index.d.ts",
385
369
  "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
@@ -388,10 +372,6 @@
388
372
  "types": "./directives/sensitive/index.d.ts",
389
373
  "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
390
374
  },
391
- "./directives/shimmer": {
392
- "types": "./directives/shimmer/index.d.ts",
393
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
394
- },
395
375
  "./directives/skeleton": {
396
376
  "types": "./directives/skeleton/index.d.ts",
397
377
  "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
@@ -400,6 +380,10 @@
400
380
  "types": "./directives/tooltip/index.d.ts",
401
381
  "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
402
382
  },
383
+ "./directives/shimmer": {
384
+ "types": "./directives/shimmer/index.d.ts",
385
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
386
+ },
403
387
  "./directives/unfinished-validator": {
404
388
  "types": "./directives/unfinished-validator/index.d.ts",
405
389
  "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
@@ -408,6 +392,10 @@
408
392
  "types": "./directives/unmask-handler/index.d.ts",
409
393
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
410
394
  },
395
+ "./pipes/auto-color": {
396
+ "types": "./pipes/auto-color/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
398
+ },
411
399
  "./pipes/emails": {
412
400
  "types": "./pipes/emails/index.d.ts",
413
401
  "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
@@ -416,10 +404,18 @@
416
404
  "types": "./pipes/filter-by-input/index.d.ts",
417
405
  "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
418
406
  },
407
+ "./pipes/flag": {
408
+ "types": "./pipes/flag/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
410
+ },
419
411
  "./pipes/hide-selected": {
420
412
  "types": "./pipes/hide-selected/index.d.ts",
421
413
  "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
422
414
  },
415
+ "./pipes/initials": {
416
+ "types": "./pipes/initials/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
418
+ },
423
419
  "./pipes/sort-countries": {
424
420
  "types": "./pipes/sort-countries/index.d.ts",
425
421
  "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
@@ -438,17 +434,17 @@
438
434
  "@angular/core": ">=19.0.0",
439
435
  "@angular/forms": ">=19.0.0",
440
436
  "@angular/router": ">=19.0.0",
441
- "@maskito/angular": "^4.0.1",
442
- "@maskito/core": "^4.0.1",
443
- "@maskito/kit": "^4.0.1",
444
- "@maskito/phone": "^4.0.1",
437
+ "@maskito/angular": "^5.0.0",
438
+ "@maskito/core": "^5.0.0",
439
+ "@maskito/kit": "^5.0.0",
440
+ "@maskito/phone": "^5.0.0",
445
441
  "@ng-web-apis/common": "^4.12.2",
446
442
  "@ng-web-apis/intersection-observer": "^4.12.2",
447
443
  "@ng-web-apis/mutation-observer": "^4.12.2",
448
444
  "@ng-web-apis/resize-observer": "^4.12.2",
449
445
  "@taiga-ui/cdk": "^4.52.0",
450
446
  "@taiga-ui/core": "^4.52.0",
451
- "@taiga-ui/design-tokens": "~0.265.0",
447
+ "@taiga-ui/design-tokens": "~0.273.0",
452
448
  "@taiga-ui/i18n": "^4.52.0",
453
449
  "@taiga-ui/polymorpheus": "^4.9.0",
454
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
  }
@@ -36,7 +36,7 @@
36
36
  inline-size: 2rem;
37
37
 
38
38
  &::before {
39
- inline-size: 1.125rem;
39
+ inline-size: 1rem;
40
40
  transform: translateX(-1rem);
41
41
  font-size: 0.75rem;
42
42
  }
@@ -76,8 +76,8 @@
76
76
  }
77
77
 
78
78
  &::before {
79
+ left: 0.125rem;
79
80
  font-size: 1rem;
80
- inline-size: 1.375rem;
81
81
  transform: translateX(-1.5rem);
82
82
  }
83
83
 
package/tokens/i18n.d.ts CHANGED
@@ -63,3 +63,4 @@ export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Signal<{
63
63
  reset: string;
64
64
  }>>;
65
65
  export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Signal<string>>;
66
+ export declare const TUI_DAY_RANGE_PERIODS: InjectionToken<Signal<readonly [forAllTime: string, today: string, yesterday: string, currentWeek: string, currentMonth: string, previousMonth: 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,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,3 +0,0 @@
1
- import { TuiLabel } from '@taiga-ui/core/components/label';
2
- import { TuiInputRangeComponent } from './input-range.component';
3
- export declare const TuiInputRange: readonly [typeof TuiInputRangeComponent, typeof TuiLabel];
@@ -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!important;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{inset: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!important;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{inset: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.style.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,m2CAAA,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,m2CAAA,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;;;;"}