@taiga-ui/kit 4.51.0 → 4.52.0-canary.1ea42f6

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 (806) hide show
  1. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  2. package/components/avatar/avatar.directive.d.ts +15 -0
  3. package/components/avatar/avatar.options.d.ts +1 -4
  4. package/components/avatar/index.d.ts +1 -1
  5. package/components/badge/badge.directive.d.ts +2 -2
  6. package/components/block/block.directive.d.ts +4 -4
  7. package/components/block/block.options.d.ts +1 -1
  8. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  9. package/components/checkbox/checkbox.component.d.ts +7 -18
  10. package/components/checkbox/checkbox.options.d.ts +5 -9
  11. package/components/chip/chip.directive.d.ts +2 -4
  12. package/components/comment/comment.directive.d.ts +2 -2
  13. package/components/confirm/confirm.component.d.ts +1 -0
  14. package/components/confirm/confirm.service.d.ts +2 -1
  15. package/{directives → components}/copy/copy.directive.d.ts +1 -2
  16. package/{directives → components}/copy/copy.options.d.ts +2 -2
  17. package/components/files/file/file.options.d.ts +1 -1
  18. package/components/floating-container/floating-container.directive.d.ts +2 -2
  19. package/components/fullscreen/fullscreen.component.d.ts +14 -0
  20. package/components/fullscreen/index.d.ts +1 -0
  21. package/components/index.d.ts +4 -1
  22. package/components/input-chip/input-chip.options.d.ts +1 -1
  23. package/components/input-color/input-color.component.d.ts +2 -1
  24. package/components/input-color/input-color.options.d.ts +1 -1
  25. package/components/input-date/input-date.directive.d.ts +1 -1
  26. package/components/input-date/input-date.options.d.ts +1 -1
  27. package/components/input-number/input-number.options.d.ts +1 -1
  28. package/components/input-number/quantum.directive.d.ts +2 -2
  29. package/components/input-phone/input-phone.options.d.ts +1 -1
  30. package/components/input-slider/input-slider.directive.d.ts +1 -1
  31. package/components/input-time/input-time.options.d.ts +1 -1
  32. package/components/like/like.component.d.ts +4 -11
  33. package/components/like/like.options.d.ts +3 -4
  34. package/components/line-clamp/line-clamp.component.d.ts +6 -10
  35. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
  36. package/components/notification-middle/index.d.ts +3 -0
  37. package/components/notification-middle/notification-middle.component.d.ts +16 -0
  38. package/components/notification-middle/notification-middle.directive.d.ts +7 -0
  39. package/components/notification-middle/notification-middle.service.d.ts +7 -0
  40. package/components/pager/pager.component.d.ts +1 -1
  41. package/components/pin/pin.directive.d.ts +2 -2
  42. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  43. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  44. package/components/push/push.component.d.ts +1 -1
  45. package/components/radio/radio.component.d.ts +7 -8
  46. package/components/radio/radio.directive.d.ts +2 -2
  47. package/components/radio/radio.options.d.ts +2 -5
  48. package/components/rating/rating.component.d.ts +5 -5
  49. package/components/rating/rating.options.d.ts +5 -3
  50. package/components/segmented/segmented.component.d.ts +5 -5
  51. package/components/slides/slides.directive.d.ts +4 -4
  52. package/components/status/status.directive.d.ts +2 -2
  53. package/components/switch/switch.component.d.ts +7 -19
  54. package/components/switch/switch.options.d.ts +4 -8
  55. package/components/textarea/textarea-limit.directive.d.ts +0 -1
  56. package/components/textarea/textarea.options.d.ts +1 -1
  57. package/components/toast/index.d.ts +5 -0
  58. package/components/toast/toast.component.d.ts +17 -0
  59. package/components/toast/toast.d.ts +3 -0
  60. package/components/toast/toast.directive.d.ts +7 -0
  61. package/components/toast/toast.options.d.ts +8 -0
  62. package/components/toast/toast.service.d.ts +16 -0
  63. package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
  64. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +1 -6
  65. package/directives/chevron/chevron.directive.d.ts +2 -3
  66. package/directives/fade/fade.directive.d.ts +1 -0
  67. package/directives/highlight/highlight.directive.d.ts +2 -2
  68. package/directives/index.d.ts +0 -2
  69. package/directives/password/password.options.d.ts +1 -1
  70. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  71. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  72. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  73. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  74. package/directives/tooltip/tooltip.options.d.ts +2 -2
  75. package/fesm2022/taiga-ui-kit-components-accordion.mjs +16 -17
  76. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +8 -8
  78. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  79. package/fesm2022/taiga-ui-kit-components-avatar.mjs +81 -100
  80. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  81. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -4
  82. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  83. package/fesm2022/taiga-ui-kit-components-badge.mjs +15 -21
  84. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  85. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +8 -8
  86. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  87. package/fesm2022/taiga-ui-kit-components-block.mjs +17 -24
  88. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  89. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +8 -10
  90. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  91. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +4 -5
  92. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  93. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -8
  94. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  95. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +10 -10
  96. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  97. package/fesm2022/taiga-ui-kit-components-carousel.mjs +21 -23
  98. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  99. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +19 -76
  100. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  101. package/fesm2022/taiga-ui-kit-components-chip.mjs +22 -27
  102. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  103. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +4 -4
  104. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  105. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  106. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  107. package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -4
  108. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  109. package/fesm2022/taiga-ui-kit-components-confirm.mjs +14 -15
  110. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  111. package/fesm2022/{taiga-ui-kit-directives-copy.mjs → taiga-ui-kit-components-copy.mjs} +13 -14
  112. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  113. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +13 -14
  114. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  115. package/fesm2022/taiga-ui-kit-components-drawer.mjs +7 -7
  116. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  117. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +8 -8
  118. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  119. package/fesm2022/taiga-ui-kit-components-files.mjs +32 -34
  120. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  121. package/fesm2022/taiga-ui-kit-components-filter.mjs +7 -16
  122. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  123. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +13 -19
  124. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +65 -0
  126. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  127. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +22 -19
  128. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-input-color.mjs +12 -15
  130. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +6 -6
  132. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +4 -4
  134. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +8 -9
  136. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-kit-components-input-date.mjs +15 -16
  138. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +6 -6
  140. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +5 -5
  142. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-kit-components-input-month.mjs +11 -12
  144. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-kit-components-input-number.mjs +30 -29
  146. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +13 -16
  148. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +9 -10
  150. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +9 -8
  152. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-input-range.mjs +14 -24
  154. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +13 -16
  156. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-input-time.mjs +14 -14
  158. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-input-year.mjs +6 -6
  160. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +18 -18
  162. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  164. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +33 -39
  166. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-message.mjs +10 -12
  168. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +40 -37
  170. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +90 -0
  172. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -0
  173. package/fesm2022/taiga-ui-kit-components-pager.mjs +8 -8
  174. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-pagination.mjs +8 -8
  176. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +11 -11
  178. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  180. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +11 -11
  182. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-preview.mjs +33 -35
  184. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-progress.mjs +39 -52
  186. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
  188. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-push.mjs +20 -20
  190. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -8
  192. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-radio.mjs +34 -39
  194. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-range.mjs +9 -9
  196. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-rating.mjs +17 -22
  198. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +5 -5
  200. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-segmented.mjs +8 -8
  202. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-select.mjs +17 -17
  204. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-slider.mjs +21 -22
  206. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-slides.mjs +14 -22
  208. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  210. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-stepper.mjs +12 -12
  212. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-switch.mjs +19 -65
  214. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-tabs.mjs +34 -37
  216. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-textarea.mjs +17 -19
  218. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-tiles.mjs +13 -13
  220. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-toast.mjs +166 -0
  222. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
  223. package/fesm2022/taiga-ui-kit-components-tree.mjs +35 -51
  224. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components.mjs +4 -1
  226. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  228. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +10 -13
  230. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
  232. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +13 -20
  234. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-directives-connected.mjs +10 -15
  236. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +4 -4
  238. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-directives-fade.mjs +11 -14
  240. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +4 -4
  242. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +5 -5
  244. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +8 -9
  246. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-directives-password.mjs +6 -6
  248. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-directives-present.mjs +4 -4
  250. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +13 -18
  252. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  254. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +27 -38
  256. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +13 -18
  258. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +5 -6
  260. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -4
  262. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-directives.mjs +0 -2
  264. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  266. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +3 -3
  268. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  270. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
  272. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  274. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  275. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  276. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  277. package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
  278. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -9
  280. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-utils.mjs +1 -1
  282. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  283. package/package.json +41 -251
  284. package/pipes/index.d.ts +0 -1
  285. package/styles/components/avatar.less +188 -0
  286. package/styles/components/badge.less +3 -18
  287. package/styles/components/block.less +1 -1
  288. package/styles/components/checkbox.less +17 -16
  289. package/styles/components/chip.less +7 -3
  290. package/styles/components/like.less +15 -17
  291. package/styles/components/pin.less +3 -7
  292. package/styles/components/radio.less +2 -2
  293. package/styles/components/switch.less +12 -12
  294. package/styles/components/toast.less +44 -0
  295. package/tokens/index.d.ts +0 -1
  296. package/tokens/input-date-options.d.ts +1 -1
  297. package/components/avatar/avatar.component.d.ts +0 -15
  298. package/components/input-password/index.d.ts +0 -2
  299. package/components/input-password/input-password.component.d.ts +0 -16
  300. package/components/input-password/input-password.options.d.ts +0 -24
  301. package/directives/icon-badge/icon-badge.directive.d.ts +0 -9
  302. package/directives/icon-badge/index.d.ts +0 -1
  303. package/esm2022/components/accordion/accordion-item-content.directive.mjs +0 -16
  304. package/esm2022/components/accordion/accordion-item-eager-content.directive.mjs +0 -15
  305. package/esm2022/components/accordion/accordion-item.component.mjs +0 -85
  306. package/esm2022/components/accordion/accordion.directive.mjs +0 -56
  307. package/esm2022/components/accordion/accordion.mjs +0 -11
  308. package/esm2022/components/accordion/index.mjs +0 -6
  309. package/esm2022/components/accordion/taiga-ui-kit-components-accordion.mjs +0 -5
  310. package/esm2022/components/action-bar/action-bar.component.mjs +0 -36
  311. package/esm2022/components/action-bar/action-bar.directive.mjs +0 -17
  312. package/esm2022/components/action-bar/action-bar.mjs +0 -4
  313. package/esm2022/components/action-bar/index.mjs +0 -4
  314. package/esm2022/components/action-bar/taiga-ui-kit-components-action-bar.mjs +0 -5
  315. package/esm2022/components/avatar/avatar-labeled.component.mjs +0 -47
  316. package/esm2022/components/avatar/avatar-outline.directive.mjs +0 -41
  317. package/esm2022/components/avatar/avatar-stack.component.mjs +0 -19
  318. package/esm2022/components/avatar/avatar.component.mjs +0 -59
  319. package/esm2022/components/avatar/avatar.options.mjs +0 -14
  320. package/esm2022/components/avatar/index.mjs +0 -6
  321. package/esm2022/components/avatar/taiga-ui-kit-components-avatar.mjs +0 -5
  322. package/esm2022/components/badge/badge.directive.mjs +0 -42
  323. package/esm2022/components/badge/badge.options.mjs +0 -13
  324. package/esm2022/components/badge/index.mjs +0 -3
  325. package/esm2022/components/badge/taiga-ui-kit-components-badge.mjs +0 -5
  326. package/esm2022/components/badge-notification/badge-notification.component.mjs +0 -22
  327. package/esm2022/components/badge-notification/badge-notification.options.mjs +0 -12
  328. package/esm2022/components/badge-notification/index.mjs +0 -3
  329. package/esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs +0 -5
  330. package/esm2022/components/badged-content/badge-content.mjs +0 -7
  331. package/esm2022/components/badged-content/badged-content.component.mjs +0 -30
  332. package/esm2022/components/badged-content/badged-content.directive.mjs +0 -20
  333. package/esm2022/components/badged-content/index.mjs +0 -4
  334. package/esm2022/components/badged-content/taiga-ui-kit-components-badged-content.mjs +0 -5
  335. package/esm2022/components/block/block.directive.mjs +0 -58
  336. package/esm2022/components/block/block.options.mjs +0 -13
  337. package/esm2022/components/block/index.mjs +0 -3
  338. package/esm2022/components/block/taiga-ui-kit-components-block.mjs +0 -5
  339. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -69
  340. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +0 -14
  341. package/esm2022/components/breadcrumbs/index.mjs +0 -3
  342. package/esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs +0 -5
  343. package/esm2022/components/button-loading/button-loading.component.mjs +0 -70
  344. package/esm2022/components/button-loading/index.mjs +0 -2
  345. package/esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs +0 -5
  346. package/esm2022/components/calendar-month/calendar-month.component.mjs +0 -186
  347. package/esm2022/components/calendar-month/calendar-month.options.mjs +0 -6
  348. package/esm2022/components/calendar-month/index.mjs +0 -3
  349. package/esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs +0 -5
  350. package/esm2022/components/calendar-range/calculate-disabled-item-handler.mjs +0 -12
  351. package/esm2022/components/calendar-range/calendar-range.component.mjs +0 -224
  352. package/esm2022/components/calendar-range/day-caps-mapper.mjs +0 -26
  353. package/esm2022/components/calendar-range/day-range-period.mjs +0 -36
  354. package/esm2022/components/calendar-range/index.mjs +0 -5
  355. package/esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs +0 -5
  356. package/esm2022/components/carousel/carousel-autoscroll.directive.mjs +0 -21
  357. package/esm2022/components/carousel/carousel-buttons.directive.mjs +0 -27
  358. package/esm2022/components/carousel/carousel-scroll.directive.mjs +0 -27
  359. package/esm2022/components/carousel/carousel.component.mjs +0 -166
  360. package/esm2022/components/carousel/carousel.directive.mjs +0 -37
  361. package/esm2022/components/carousel/carousel.mjs +0 -15
  362. package/esm2022/components/carousel/index.mjs +0 -7
  363. package/esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs +0 -5
  364. package/esm2022/components/checkbox/checkbox.component.mjs +0 -74
  365. package/esm2022/components/checkbox/checkbox.options.mjs +0 -17
  366. package/esm2022/components/checkbox/index.mjs +0 -3
  367. package/esm2022/components/checkbox/taiga-ui-kit-components-checkbox.mjs +0 -5
  368. package/esm2022/components/chip/chip.directive.mjs +0 -63
  369. package/esm2022/components/chip/chip.options.mjs +0 -13
  370. package/esm2022/components/chip/index.mjs +0 -3
  371. package/esm2022/components/chip/taiga-ui-kit-components-chip.mjs +0 -5
  372. package/esm2022/components/combo-box/combo-box.directive.mjs +0 -139
  373. package/esm2022/components/combo-box/index.mjs +0 -2
  374. package/esm2022/components/combo-box/taiga-ui-kit-components-combo-box.mjs +0 -5
  375. package/esm2022/components/comment/comment.directive.mjs +0 -35
  376. package/esm2022/components/comment/index.mjs +0 -2
  377. package/esm2022/components/comment/taiga-ui-kit-components-comment.mjs +0 -5
  378. package/esm2022/components/compass/compass.component.mjs +0 -19
  379. package/esm2022/components/compass/index.mjs +0 -2
  380. package/esm2022/components/compass/taiga-ui-kit-components-compass.mjs +0 -5
  381. package/esm2022/components/confirm/confirm.component.mjs +0 -29
  382. package/esm2022/components/confirm/confirm.service.mjs +0 -32
  383. package/esm2022/components/confirm/index.mjs +0 -3
  384. package/esm2022/components/confirm/taiga-ui-kit-components-confirm.mjs +0 -5
  385. package/esm2022/components/data-list-wrapper/data-list-group-wrapper.component.mjs +0 -25
  386. package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +0 -86
  387. package/esm2022/components/data-list-wrapper/data-list-wrapper.module.mjs +0 -9
  388. package/esm2022/components/data-list-wrapper/index.mjs +0 -4
  389. package/esm2022/components/data-list-wrapper/taiga-ui-kit-components-data-list-wrapper.mjs +0 -5
  390. package/esm2022/components/drawer/drawer.component.mjs +0 -44
  391. package/esm2022/components/drawer/index.mjs +0 -2
  392. package/esm2022/components/drawer/taiga-ui-kit-components-drawer.mjs +0 -5
  393. package/esm2022/components/elastic-container/elastic-container.component.mjs +0 -28
  394. package/esm2022/components/elastic-container/elastic-container.directive.mjs +0 -48
  395. package/esm2022/components/elastic-container/index.mjs +0 -3
  396. package/esm2022/components/elastic-container/taiga-ui-kit-components-elastic-container.mjs +0 -5
  397. package/esm2022/components/files/file/file.component.mjs +0 -144
  398. package/esm2022/components/files/file/file.options.mjs +0 -16
  399. package/esm2022/components/files/files/files.component.mjs +0 -49
  400. package/esm2022/components/files/files.mjs +0 -15
  401. package/esm2022/components/files/files.types.mjs +0 -2
  402. package/esm2022/components/files/files.utils.mjs +0 -30
  403. package/esm2022/components/files/files.validators.mjs +0 -32
  404. package/esm2022/components/files/index.mjs +0 -13
  405. package/esm2022/components/files/input-files/input-files-validator.directive.mjs +0 -45
  406. package/esm2022/components/files/input-files/input-files.component.mjs +0 -70
  407. package/esm2022/components/files/input-files/input-files.content.mjs +0 -73
  408. package/esm2022/components/files/input-files/input-files.directive.mjs +0 -77
  409. package/esm2022/components/files/input-files/input-files.options.mjs +0 -19
  410. package/esm2022/components/files/pipes/file-rejected.pipe.mjs +0 -51
  411. package/esm2022/components/files/taiga-ui-kit-components-files.mjs +0 -5
  412. package/esm2022/components/filter/filter.component.mjs +0 -65
  413. package/esm2022/components/filter/index.mjs +0 -2
  414. package/esm2022/components/filter/taiga-ui-kit-components-filter.mjs +0 -5
  415. package/esm2022/components/floating-container/floating-container.directive.mjs +0 -37
  416. package/esm2022/components/floating-container/index.mjs +0 -2
  417. package/esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs +0 -5
  418. package/esm2022/components/index.mjs +0 -72
  419. package/esm2022/components/input-chip/index.mjs +0 -5
  420. package/esm2022/components/input-chip/input-chip.component.mjs +0 -101
  421. package/esm2022/components/input-chip/input-chip.directive.mjs +0 -138
  422. package/esm2022/components/input-chip/input-chip.mjs +0 -4
  423. package/esm2022/components/input-chip/input-chip.options.mjs +0 -7
  424. package/esm2022/components/input-chip/taiga-ui-kit-components-input-chip.mjs +0 -5
  425. package/esm2022/components/input-color/index.mjs +0 -3
  426. package/esm2022/components/input-color/input-color.component.mjs +0 -89
  427. package/esm2022/components/input-color/input-color.options.mjs +0 -6
  428. package/esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs +0 -5
  429. package/esm2022/components/input-date/date-filler.mjs +0 -20
  430. package/esm2022/components/input-date/index.mjs +0 -6
  431. package/esm2022/components/input-date/input-date.component.mjs +0 -33
  432. package/esm2022/components/input-date/input-date.directive.mjs +0 -167
  433. package/esm2022/components/input-date/input-date.mjs +0 -9
  434. package/esm2022/components/input-date/input-date.options.mjs +0 -11
  435. package/esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs +0 -5
  436. package/esm2022/components/input-date-multi/index.mjs +0 -3
  437. package/esm2022/components/input-date-multi/input-date-multi.directive.mjs +0 -123
  438. package/esm2022/components/input-date-multi/input-date-multi.mjs +0 -9
  439. package/esm2022/components/input-date-multi/taiga-ui-kit-components-input-date-multi.mjs +0 -5
  440. package/esm2022/components/input-date-range/index.mjs +0 -4
  441. package/esm2022/components/input-date-range/input-date-range.directive.mjs +0 -79
  442. package/esm2022/components/input-date-range/input-date-range.mjs +0 -4
  443. package/esm2022/components/input-date-range/input-date-range.options.mjs +0 -12
  444. package/esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs +0 -5
  445. package/esm2022/components/input-date-time/index.mjs +0 -5
  446. package/esm2022/components/input-date-time/input-date-time.component.mjs +0 -35
  447. package/esm2022/components/input-date-time/input-date-time.directive.mjs +0 -178
  448. package/esm2022/components/input-date-time/input-date-time.mjs +0 -9
  449. package/esm2022/components/input-date-time/input-date-time.options.mjs +0 -20
  450. package/esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs +0 -5
  451. package/esm2022/components/input-inline/index.mjs +0 -2
  452. package/esm2022/components/input-inline/input-inline.component.mjs +0 -23
  453. package/esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs +0 -5
  454. package/esm2022/components/input-month/index.mjs +0 -5
  455. package/esm2022/components/input-month/input-month.component.mjs +0 -53
  456. package/esm2022/components/input-month/input-month.directive.mjs +0 -65
  457. package/esm2022/components/input-month/input-month.mjs +0 -9
  458. package/esm2022/components/input-month/input-month.options.mjs +0 -19
  459. package/esm2022/components/input-month/taiga-ui-kit-components-input-month.mjs +0 -5
  460. package/esm2022/components/input-month-range/index.mjs +0 -4
  461. package/esm2022/components/input-month-range/input-month-range.directive.mjs +0 -86
  462. package/esm2022/components/input-month-range/input-month-range.mjs +0 -7
  463. package/esm2022/components/input-month-range/input-month-range.options.mjs +0 -13
  464. package/esm2022/components/input-month-range/taiga-ui-kit-components-input-month-range.mjs +0 -5
  465. package/esm2022/components/input-number/index.mjs +0 -6
  466. package/esm2022/components/input-number/input-number.directive.mjs +0 -196
  467. package/esm2022/components/input-number/input-number.mjs +0 -9
  468. package/esm2022/components/input-number/input-number.options.mjs +0 -15
  469. package/esm2022/components/input-number/quantum.directive.mjs +0 -68
  470. package/esm2022/components/input-number/step/input-number-step.component.mjs +0 -58
  471. package/esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs +0 -5
  472. package/esm2022/components/input-password/index.mjs +0 -3
  473. package/esm2022/components/input-password/input-password.component.mjs +0 -69
  474. package/esm2022/components/input-password/input-password.options.mjs +0 -24
  475. package/esm2022/components/input-password/taiga-ui-kit-components-input-password.mjs +0 -5
  476. package/esm2022/components/input-phone/index.mjs +0 -3
  477. package/esm2022/components/input-phone/input-phone.directive.mjs +0 -137
  478. package/esm2022/components/input-phone/input-phone.options.mjs +0 -9
  479. package/esm2022/components/input-phone/taiga-ui-kit-components-input-phone.mjs +0 -5
  480. package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +0 -41
  481. package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +0 -17
  482. package/esm2022/components/input-phone-international/index.mjs +0 -3
  483. package/esm2022/components/input-phone-international/input-phone-international.component.mjs +0 -210
  484. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +0 -19
  485. package/esm2022/components/input-phone-international/taiga-ui-kit-components-input-phone-international.mjs +0 -5
  486. package/esm2022/components/input-pin/index.mjs +0 -2
  487. package/esm2022/components/input-pin/input-pin.component.mjs +0 -65
  488. package/esm2022/components/input-pin/taiga-ui-kit-components-input-pin.mjs +0 -5
  489. package/esm2022/components/input-range/index.mjs +0 -3
  490. package/esm2022/components/input-range/input-range.component.mjs +0 -166
  491. package/esm2022/components/input-range/input-range.mjs +0 -4
  492. package/esm2022/components/input-range/taiga-ui-kit-components-input-range.mjs +0 -5
  493. package/esm2022/components/input-slider/index.mjs +0 -3
  494. package/esm2022/components/input-slider/input-slider.directive.mjs +0 -114
  495. package/esm2022/components/input-slider/input-slider.mjs +0 -9
  496. package/esm2022/components/input-slider/taiga-ui-kit-components-input-slider.mjs +0 -5
  497. package/esm2022/components/input-time/index.mjs +0 -5
  498. package/esm2022/components/input-time/input-time.component.mjs +0 -64
  499. package/esm2022/components/input-time/input-time.directive.mjs +0 -159
  500. package/esm2022/components/input-time/input-time.mjs +0 -4
  501. package/esm2022/components/input-time/input-time.options.mjs +0 -10
  502. package/esm2022/components/input-time/taiga-ui-kit-components-input-time.mjs +0 -5
  503. package/esm2022/components/input-year/index.mjs +0 -4
  504. package/esm2022/components/input-year/input-year.directive.mjs +0 -103
  505. package/esm2022/components/input-year/input-year.mjs +0 -4
  506. package/esm2022/components/input-year/input-year.options.mjs +0 -12
  507. package/esm2022/components/input-year/taiga-ui-kit-components-input-year.mjs +0 -5
  508. package/esm2022/components/items-with-more/index.mjs +0 -6
  509. package/esm2022/components/items-with-more/items-with-more.component.mjs +0 -77
  510. package/esm2022/components/items-with-more/items-with-more.directive.mjs +0 -46
  511. package/esm2022/components/items-with-more/items-with-more.mjs +0 -11
  512. package/esm2022/components/items-with-more/items-with-more.service.mjs +0 -85
  513. package/esm2022/components/items-with-more/more.directive.mjs +0 -18
  514. package/esm2022/components/items-with-more/taiga-ui-kit-components-items-with-more.mjs +0 -5
  515. package/esm2022/components/like/index.mjs +0 -3
  516. package/esm2022/components/like/like.component.mjs +0 -46
  517. package/esm2022/components/like/like.options.mjs +0 -10
  518. package/esm2022/components/like/taiga-ui-kit-components-like.mjs +0 -5
  519. package/esm2022/components/line-clamp/index.mjs +0 -4
  520. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +0 -25
  521. package/esm2022/components/line-clamp/line-clamp-position.directive.mjs +0 -27
  522. package/esm2022/components/line-clamp/line-clamp.component.mjs +0 -95
  523. package/esm2022/components/line-clamp/line-clamp.options.mjs +0 -15
  524. package/esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs +0 -5
  525. package/esm2022/components/message/index.mjs +0 -2
  526. package/esm2022/components/message/message.directive.mjs +0 -43
  527. package/esm2022/components/message/taiga-ui-kit-components-message.mjs +0 -5
  528. package/esm2022/components/multi-select/index.mjs +0 -6
  529. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +0 -50
  530. package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +0 -18
  531. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +0 -56
  532. package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +0 -47
  533. package/esm2022/components/multi-select/multi-select.mjs +0 -9
  534. package/esm2022/components/multi-select/taiga-ui-kit-components-multi-select.mjs +0 -5
  535. package/esm2022/components/pager/index.mjs +0 -2
  536. package/esm2022/components/pager/pager.component.mjs +0 -97
  537. package/esm2022/components/pager/taiga-ui-kit-components-pager.mjs +0 -5
  538. package/esm2022/components/pagination/index.mjs +0 -2
  539. package/esm2022/components/pagination/pagination.component.mjs +0 -213
  540. package/esm2022/components/pagination/taiga-ui-kit-components-pagination.mjs +0 -5
  541. package/esm2022/components/pdf-viewer/index.mjs +0 -5
  542. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +0 -28
  543. package/esm2022/components/pdf-viewer/pdf-viewer.directive.mjs +0 -21
  544. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +0 -17
  545. package/esm2022/components/pdf-viewer/pdf-viewer.service.mjs +0 -22
  546. package/esm2022/components/pdf-viewer/taiga-ui-kit-components-pdf-viewer.mjs +0 -5
  547. package/esm2022/components/pin/index.mjs +0 -2
  548. package/esm2022/components/pin/pin.directive.mjs +0 -35
  549. package/esm2022/components/pin/taiga-ui-kit-components-pin.mjs +0 -5
  550. package/esm2022/components/preview/action/preview-action.directive.mjs +0 -30
  551. package/esm2022/components/preview/dialog/index.mjs +0 -4
  552. package/esm2022/components/preview/dialog/preview-dialog.component.mjs +0 -28
  553. package/esm2022/components/preview/dialog/preview-dialog.directive.mjs +0 -21
  554. package/esm2022/components/preview/dialog/preview-dialog.service.mjs +0 -18
  555. package/esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs +0 -5
  556. package/esm2022/components/preview/index.mjs +0 -8
  557. package/esm2022/components/preview/pagination/preview-pagination.component.mjs +0 -49
  558. package/esm2022/components/preview/preview.component.mjs +0 -142
  559. package/esm2022/components/preview/preview.mjs +0 -13
  560. package/esm2022/components/preview/taiga-ui-kit-components-preview.mjs +0 -5
  561. package/esm2022/components/preview/title/preview-title.component.mjs +0 -16
  562. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +0 -81
  563. package/esm2022/components/progress/index.mjs +0 -9
  564. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +0 -39
  565. package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +0 -25
  566. package/esm2022/components/progress/progress-bar/progress-color-segments.directive.mjs +0 -40
  567. package/esm2022/components/progress/progress-circle/progress-circle.component.mjs +0 -45
  568. package/esm2022/components/progress/progress-label/progress-label.component.mjs +0 -12
  569. package/esm2022/components/progress/progress-segmented/progress-segmented.directive.mjs +0 -34
  570. package/esm2022/components/progress/progress.mjs +0 -15
  571. package/esm2022/components/progress/progress.options.mjs +0 -13
  572. package/esm2022/components/progress/taiga-ui-kit-components-progress.mjs +0 -5
  573. package/esm2022/components/pulse/index.mjs +0 -2
  574. package/esm2022/components/pulse/pulse.component.mjs +0 -34
  575. package/esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs +0 -5
  576. package/esm2022/components/push/index.mjs +0 -7
  577. package/esm2022/components/push/push-alert.component.mjs +0 -29
  578. package/esm2022/components/push/push.component.mjs +0 -39
  579. package/esm2022/components/push/push.directive.mjs +0 -33
  580. package/esm2022/components/push/push.mjs +0 -5
  581. package/esm2022/components/push/push.options.mjs +0 -21
  582. package/esm2022/components/push/push.service.mjs +0 -19
  583. package/esm2022/components/push/taiga-ui-kit-components-push.mjs +0 -5
  584. package/esm2022/components/radio/index.mjs +0 -5
  585. package/esm2022/components/radio/radio.component.mjs +0 -53
  586. package/esm2022/components/radio/radio.directive.mjs +0 -32
  587. package/esm2022/components/radio/radio.mjs +0 -4
  588. package/esm2022/components/radio/radio.options.mjs +0 -13
  589. package/esm2022/components/radio/taiga-ui-kit-components-radio.mjs +0 -5
  590. package/esm2022/components/radio-list/index.mjs +0 -2
  591. package/esm2022/components/radio-list/radio-list.component.mjs +0 -64
  592. package/esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs +0 -5
  593. package/esm2022/components/range/index.mjs +0 -3
  594. package/esm2022/components/range/range-change.directive.mjs +0 -78
  595. package/esm2022/components/range/range.component.mjs +0 -164
  596. package/esm2022/components/range/taiga-ui-kit-components-range.mjs +0 -5
  597. package/esm2022/components/rating/index.mjs +0 -3
  598. package/esm2022/components/rating/rating.component.mjs +0 -65
  599. package/esm2022/components/rating/rating.options.mjs +0 -13
  600. package/esm2022/components/rating/taiga-ui-kit-components-rating.mjs +0 -5
  601. package/esm2022/components/routable-dialog/generate-dialogable-route.mjs +0 -17
  602. package/esm2022/components/routable-dialog/index.mjs +0 -3
  603. package/esm2022/components/routable-dialog/routable-dialog.component.mjs +0 -53
  604. package/esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs +0 -5
  605. package/esm2022/components/segmented/index.mjs +0 -3
  606. package/esm2022/components/segmented/segmented.component.mjs +0 -67
  607. package/esm2022/components/segmented/segmented.directive.mjs +0 -65
  608. package/esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs +0 -5
  609. package/esm2022/components/select/index.mjs +0 -5
  610. package/esm2022/components/select/native-select/native-select.component.mjs +0 -57
  611. package/esm2022/components/select/select-option/select-option.component.mjs +0 -51
  612. package/esm2022/components/select/select.directive.mjs +0 -56
  613. package/esm2022/components/select/select.mjs +0 -4
  614. package/esm2022/components/select/taiga-ui-kit-components-select.mjs +0 -5
  615. package/esm2022/components/slider/helpers/key-steps.mjs +0 -36
  616. package/esm2022/components/slider/helpers/slider-key-steps.directive.mjs +0 -110
  617. package/esm2022/components/slider/helpers/slider-readonly.directive.mjs +0 -75
  618. package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +0 -38
  619. package/esm2022/components/slider/index.mjs +0 -8
  620. package/esm2022/components/slider/slider.component.mjs +0 -124
  621. package/esm2022/components/slider/slider.mjs +0 -12
  622. package/esm2022/components/slider/slider.options.mjs +0 -16
  623. package/esm2022/components/slider/taiga-ui-kit-components-slider.mjs +0 -5
  624. package/esm2022/components/slides/index.mjs +0 -2
  625. package/esm2022/components/slides/slides.directive.mjs +0 -51
  626. package/esm2022/components/slides/taiga-ui-kit-components-slides.mjs +0 -5
  627. package/esm2022/components/status/index.mjs +0 -2
  628. package/esm2022/components/status/status.directive.mjs +0 -35
  629. package/esm2022/components/status/taiga-ui-kit-components-status.mjs +0 -5
  630. package/esm2022/components/stepper/index.mjs +0 -4
  631. package/esm2022/components/stepper/step.component.mjs +0 -58
  632. package/esm2022/components/stepper/stepper.component.mjs +0 -118
  633. package/esm2022/components/stepper/stepper.mjs +0 -4
  634. package/esm2022/components/stepper/taiga-ui-kit-components-stepper.mjs +0 -5
  635. package/esm2022/components/switch/index.mjs +0 -3
  636. package/esm2022/components/switch/switch.component.mjs +0 -63
  637. package/esm2022/components/switch/switch.options.mjs +0 -15
  638. package/esm2022/components/switch/taiga-ui-kit-components-switch.mjs +0 -5
  639. package/esm2022/components/tabs/index.mjs +0 -9
  640. package/esm2022/components/tabs/tab.directive.mjs +0 -47
  641. package/esm2022/components/tabs/tabs-horizontal.directive.mjs +0 -108
  642. package/esm2022/components/tabs/tabs-vertical.directive.mjs +0 -38
  643. package/esm2022/components/tabs/tabs-with-more.component.mjs +0 -211
  644. package/esm2022/components/tabs/tabs.directive.mjs +0 -79
  645. package/esm2022/components/tabs/tabs.mjs +0 -15
  646. package/esm2022/components/tabs/tabs.options.mjs +0 -19
  647. package/esm2022/components/tabs/tabs.providers.mjs +0 -35
  648. package/esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs +0 -5
  649. package/esm2022/components/taiga-ui-kit-components.mjs +0 -5
  650. package/esm2022/components/textarea/index.mjs +0 -4
  651. package/esm2022/components/textarea/taiga-ui-kit-components-textarea.mjs +0 -5
  652. package/esm2022/components/textarea/textarea-limit.directive.mjs +0 -94
  653. package/esm2022/components/textarea/textarea.component.mjs +0 -58
  654. package/esm2022/components/textarea/textarea.options.mjs +0 -7
  655. package/esm2022/components/tiles/index.mjs +0 -7
  656. package/esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs +0 -5
  657. package/esm2022/components/tiles/tile-handle.directive.mjs +0 -60
  658. package/esm2022/components/tiles/tile.component.mjs +0 -69
  659. package/esm2022/components/tiles/tile.service.mjs +0 -90
  660. package/esm2022/components/tiles/tiles.component.mjs +0 -70
  661. package/esm2022/components/tiles/tiles.mjs +0 -5
  662. package/esm2022/components/tiles/tiles.tokens.mjs +0 -37
  663. package/esm2022/components/tree/components/tree/tree.component.mjs +0 -64
  664. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +0 -63
  665. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +0 -44
  666. package/esm2022/components/tree/directives/tree-children.directive.mjs +0 -24
  667. package/esm2022/components/tree/directives/tree-controller.directive.mjs +0 -57
  668. package/esm2022/components/tree/directives/tree-item-controller.directive.mjs +0 -32
  669. package/esm2022/components/tree/directives/tree-node.directive.mjs +0 -32
  670. package/esm2022/components/tree/index.mjs +0 -12
  671. package/esm2022/components/tree/misc/tree.constants.mjs +0 -9
  672. package/esm2022/components/tree/misc/tree.interfaces.mjs +0 -2
  673. package/esm2022/components/tree/misc/tree.service.mjs +0 -31
  674. package/esm2022/components/tree/misc/tree.tokens.mjs +0 -43
  675. package/esm2022/components/tree/taiga-ui-kit-components-tree.mjs +0 -5
  676. package/esm2022/components/tree/tree.mjs +0 -17
  677. package/esm2022/directives/button-close/button-close.directive.mjs +0 -33
  678. package/esm2022/directives/button-close/index.mjs +0 -2
  679. package/esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs +0 -5
  680. package/esm2022/directives/button-group/button-group.directive.mjs +0 -29
  681. package/esm2022/directives/button-group/index.mjs +0 -2
  682. package/esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs +0 -5
  683. package/esm2022/directives/button-select/button-select.directive.mjs +0 -48
  684. package/esm2022/directives/button-select/index.mjs +0 -2
  685. package/esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs +0 -5
  686. package/esm2022/directives/chevron/chevron.directive.mjs +0 -45
  687. package/esm2022/directives/chevron/index.mjs +0 -2
  688. package/esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs +0 -5
  689. package/esm2022/directives/connected/connected.directive.mjs +0 -32
  690. package/esm2022/directives/connected/index.mjs +0 -2
  691. package/esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs +0 -5
  692. package/esm2022/directives/copy/copy.component.mjs +0 -48
  693. package/esm2022/directives/copy/copy.directive.mjs +0 -71
  694. package/esm2022/directives/copy/copy.mjs +0 -4
  695. package/esm2022/directives/copy/copy.options.mjs +0 -3
  696. package/esm2022/directives/copy/index.mjs +0 -6
  697. package/esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs +0 -5
  698. package/esm2022/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.mjs +0 -105
  699. package/esm2022/directives/data-list-dropdown-manager/index.mjs +0 -2
  700. package/esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +0 -5
  701. package/esm2022/directives/fade/fade.directive.mjs +0 -92
  702. package/esm2022/directives/fade/index.mjs +0 -2
  703. package/esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs +0 -5
  704. package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +0 -63
  705. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +0 -13
  706. package/esm2022/directives/fluid-typography/index.mjs +0 -3
  707. package/esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs +0 -5
  708. package/esm2022/directives/highlight/highlight.directive.mjs +0 -92
  709. package/esm2022/directives/highlight/index.mjs +0 -2
  710. package/esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs +0 -5
  711. package/esm2022/directives/icon-badge/icon-badge.directive.mjs +0 -41
  712. package/esm2022/directives/icon-badge/index.mjs +0 -2
  713. package/esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs +0 -5
  714. package/esm2022/directives/index.mjs +0 -21
  715. package/esm2022/directives/lazy-loading/index.mjs +0 -3
  716. package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +0 -58
  717. package/esm2022/directives/lazy-loading/lazy-loading.service.mjs +0 -23
  718. package/esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs +0 -5
  719. package/esm2022/directives/password/index.mjs +0 -3
  720. package/esm2022/directives/password/password.directive.mjs +0 -67
  721. package/esm2022/directives/password/password.options.mjs +0 -8
  722. package/esm2022/directives/password/taiga-ui-kit-directives-password.mjs +0 -5
  723. package/esm2022/directives/present/index.mjs +0 -2
  724. package/esm2022/directives/present/present.directive.mjs +0 -33
  725. package/esm2022/directives/present/taiga-ui-kit-directives-present.mjs +0 -5
  726. package/esm2022/directives/sensitive/index.mjs +0 -2
  727. package/esm2022/directives/sensitive/sensitive.directive.mjs +0 -48
  728. package/esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs +0 -5
  729. package/esm2022/directives/shimmer/index.mjs +0 -2
  730. package/esm2022/directives/shimmer/shimmer.directive.mjs +0 -68
  731. package/esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs +0 -5
  732. package/esm2022/directives/skeleton/index.mjs +0 -2
  733. package/esm2022/directives/skeleton/skeleton.directive.mjs +0 -69
  734. package/esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs +0 -5
  735. package/esm2022/directives/taiga-ui-kit-directives.mjs +0 -5
  736. package/esm2022/directives/tooltip/index.mjs +0 -3
  737. package/esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs +0 -5
  738. package/esm2022/directives/tooltip/tooltip.directive.mjs +0 -92
  739. package/esm2022/directives/tooltip/tooltip.options.mjs +0 -6
  740. package/esm2022/directives/unfinished-validator/index.mjs +0 -3
  741. package/esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs +0 -5
  742. package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +0 -36
  743. package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +0 -7
  744. package/esm2022/directives/unmask-handler/index.mjs +0 -2
  745. package/esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs +0 -5
  746. package/esm2022/directives/unmask-handler/unmask-handler.directive.mjs +0 -35
  747. package/esm2022/index.mjs +0 -6
  748. package/esm2022/pipes/emails/emails.options.mjs +0 -13
  749. package/esm2022/pipes/emails/emails.pipe.mjs +0 -26
  750. package/esm2022/pipes/emails/index.mjs +0 -3
  751. package/esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs +0 -5
  752. package/esm2022/pipes/field-error/field-error-content-pipe.mjs +0 -42
  753. package/esm2022/pipes/field-error/field-error-pipe.mjs +0 -103
  754. package/esm2022/pipes/field-error/index.mjs +0 -3
  755. package/esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs +0 -5
  756. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +0 -68
  757. package/esm2022/pipes/filter-by-input/index.mjs +0 -2
  758. package/esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs +0 -5
  759. package/esm2022/pipes/hide-selected/hide-selected.pipe.mjs +0 -46
  760. package/esm2022/pipes/hide-selected/index.mjs +0 -2
  761. package/esm2022/pipes/hide-selected/taiga-ui-kit-pipes-hide-selected.mjs +0 -5
  762. package/esm2022/pipes/index.mjs +0 -8
  763. package/esm2022/pipes/sort-countries/index.mjs +0 -2
  764. package/esm2022/pipes/sort-countries/sort-countries.pipe.mjs +0 -23
  765. package/esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs +0 -5
  766. package/esm2022/pipes/stringify/index.mjs +0 -2
  767. package/esm2022/pipes/stringify/stringify.pipe.mjs +0 -18
  768. package/esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs +0 -5
  769. package/esm2022/pipes/stringify-content/index.mjs +0 -2
  770. package/esm2022/pipes/stringify-content/stringify-content.pipe.mjs +0 -18
  771. package/esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs +0 -5
  772. package/esm2022/pipes/taiga-ui-kit-pipes.mjs +0 -5
  773. package/esm2022/taiga-ui-kit.mjs +0 -5
  774. package/esm2022/tokens/calendar-date-stream.mjs +0 -25
  775. package/esm2022/tokens/date-inputs-value-transformers.mjs +0 -21
  776. package/esm2022/tokens/i18n.mjs +0 -75
  777. package/esm2022/tokens/index.mjs +0 -10
  778. package/esm2022/tokens/input-date-options.mjs +0 -13
  779. package/esm2022/tokens/items-handlers.mjs +0 -27
  780. package/esm2022/tokens/mobile-calendar.mjs +0 -13
  781. package/esm2022/tokens/month-formatter.mjs +0 -12
  782. package/esm2022/tokens/preview-icons.mjs +0 -17
  783. package/esm2022/tokens/taiga-ui-kit-tokens.mjs +0 -5
  784. package/esm2022/tokens/validation-errors.mjs +0 -6
  785. package/esm2022/utils/create-time-periods.mjs +0 -12
  786. package/esm2022/utils/index.mjs +0 -7
  787. package/esm2022/utils/inject-value.mjs +0 -11
  788. package/esm2022/utils/is-flat.mjs +0 -4
  789. package/esm2022/utils/maskito.binding.mjs +0 -6
  790. package/esm2022/utils/phone.mjs +0 -6
  791. package/esm2022/utils/taiga-ui-kit-utils.mjs +0 -5
  792. package/esm2022/utils/toggle-day.mjs +0 -6
  793. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -96
  794. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  795. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  796. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs +0 -47
  797. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs.map +0 -1
  798. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  799. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  800. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  801. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  802. package/pipes/field-error/index.d.ts +0 -2
  803. package/tokens/validation-errors.d.ts +0 -5
  804. /package/{directives → components}/copy/copy.component.d.ts +0 -0
  805. /package/{directives → components}/copy/copy.d.ts +0 -0
  806. /package/{directives → components}/copy/index.d.ts +0 -0
@@ -1,33 +0,0 @@
1
- import { Directive, inject } from '@angular/core';
2
- import { tuiButtonOptionsProvider } from '@taiga-ui/core/components/button';
3
- import { TUI_COMMON_ICONS, TUI_ICON_START } from '@taiga-ui/core/tokens';
4
- import * as i0 from "@angular/core";
5
- class TuiButtonClose {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonClose, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiButtonClose, isStandalone: true, selector: "[tuiIconButton][tuiButtonClose]", host: { properties: { "style.--t-radius.%": "100" } }, providers: [
8
- tuiButtonOptionsProvider({ appearance: 'neutral', size: 's' }),
9
- {
10
- provide: TUI_ICON_START,
11
- useFactory: () => inject(TUI_COMMON_ICONS).close,
12
- },
13
- ], ngImport: i0 }); }
14
- }
15
- export { TuiButtonClose };
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonClose, decorators: [{
17
- type: Directive,
18
- args: [{
19
- standalone: true,
20
- selector: '[tuiIconButton][tuiButtonClose]',
21
- providers: [
22
- tuiButtonOptionsProvider({ appearance: 'neutral', size: 's' }),
23
- {
24
- provide: TUI_ICON_START,
25
- useFactory: () => inject(TUI_COMMON_ICONS).close,
26
- },
27
- ],
28
- host: {
29
- '[style.--t-radius.%]': '100',
30
- },
31
- }]
32
- }] });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWNsb3NlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2J1dHRvbi1jbG9zZS9idXR0b24tY2xvc2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ2hELE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQzFFLE9BQU8sRUFBQyxnQkFBZ0IsRUFBRSxjQUFjLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFdkUsTUFjYSxjQUFjOytHQUFkLGNBQWM7bUdBQWQsY0FBYyxxSUFYWjtZQUNQLHdCQUF3QixDQUFDLEVBQUMsVUFBVSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFDLENBQUM7WUFDNUQ7Z0JBQ0ksT0FBTyxFQUFFLGNBQWM7Z0JBQ3ZCLFVBQVUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxLQUFLO2FBQ25EO1NBQ0o7O1NBS1EsY0FBYzs0RkFBZCxjQUFjO2tCQWQxQixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsaUNBQWlDO29CQUMzQyxTQUFTLEVBQUU7d0JBQ1Asd0JBQXdCLENBQUMsRUFBQyxVQUFVLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUMsQ0FBQzt3QkFDNUQ7NEJBQ0ksT0FBTyxFQUFFLGNBQWM7NEJBQ3ZCLFVBQVUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxLQUFLO3lCQUNuRDtxQkFDSjtvQkFDRCxJQUFJLEVBQUU7d0JBQ0Ysc0JBQXNCLEVBQUUsS0FBSztxQkFDaEM7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0RpcmVjdGl2ZSwgaW5qZWN0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7dHVpQnV0dG9uT3B0aW9uc1Byb3ZpZGVyfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2J1dHRvbic7XG5pbXBvcnQge1RVSV9DT01NT05fSUNPTlMsIFRVSV9JQ09OX1NUQVJUfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90b2tlbnMnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAnW3R1aUljb25CdXR0b25dW3R1aUJ1dHRvbkNsb3NlXScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHR1aUJ1dHRvbk9wdGlvbnNQcm92aWRlcih7YXBwZWFyYW5jZTogJ25ldXRyYWwnLCBzaXplOiAncyd9KSxcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogVFVJX0lDT05fU1RBUlQsXG4gICAgICAgICAgICB1c2VGYWN0b3J5OiAoKSA9PiBpbmplY3QoVFVJX0NPTU1PTl9JQ09OUykuY2xvc2UsXG4gICAgICAgIH0sXG4gICAgXSxcbiAgICBob3N0OiB7XG4gICAgICAgICdbc3R5bGUuLS10LXJhZGl1cy4lXSc6ICcxMDAnLFxuICAgIH0sXG59KVxuZXhwb3J0IGNsYXNzIFR1aUJ1dHRvbkNsb3NlIHt9XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './button-close.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9idXR0b24tY2xvc2UvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWNsb3NlLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtYnV0dG9uLWNsb3NlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2RpcmVjdGl2ZXMvYnV0dG9uLWNsb3NlL3RhaWdhLXVpLWtpdC1kaXJlY3RpdmVzLWJ1dHRvbi1jbG9zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,29 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Directive, ViewEncapsulation, } from '@angular/core';
2
- import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
3
- import * as i0 from "@angular/core";
4
- class TuiButtonGroupStyles {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonGroupStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiButtonGroupStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-button-group-styles" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiButtonGroup],[tuiButtonGroup] tui-elastic-container{transition-property:background,height,border-radius;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;border-radius:var(--tui-radius-xl);overflow:hidden}[tuiButtonGroup],[tuiButtonGroup] tui-elastic-container .t-wrapper{display:flex;justify-content:center}[tuiButtonGroup] tui-elastic-container{inline-size:100%}[tuiButtonGroup] button,[tuiButtonGroup] a{transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:relative;display:flex;border:none;outline:none;background:transparent;align-items:center;flex:1;flex-direction:column;padding:1.125rem .25rem;gap:.5rem;font:var(--tui-font-text-ui-s);max-inline-size:calc(50% - 1.75rem);cursor:pointer;color:var(--tui-text-action);text-align:center;text-decoration:none;clip-path:inset(0)}[tuiButtonGroup] button:first-child,[tuiButtonGroup] a:first-child{clip-path:inset(0 0 0 -10rem)}[tuiButtonGroup] button:last-child,[tuiButtonGroup] a:last-child{clip-path:inset(0 -10rem 0 0)}[tuiButtonGroup] button:active,[tuiButtonGroup] a:active{background:var(--tui-background-neutral-1)}[tuiButtonGroup] button:before,[tuiButtonGroup] a:before,[tuiButtonGroup] button:after,[tuiButtonGroup] a:after{position:absolute;top:0;background:inherit;inline-size:1.75rem;block-size:100%}[tuiButtonGroup] button:first-child:before,[tuiButtonGroup] a:first-child:before{content:\"\";left:-1.75rem}[tuiButtonGroup] button:last-child:after,[tuiButtonGroup] a:last-child:after{content:\"\";right:-1.75rem}[tuiButtonGroup] button tui-icon,[tuiButtonGroup] a tui-icon{font-size:1.75rem}[tuiButtonGroup]:has(button:only-child){border-radius:1rem}[tuiButtonGroup] button:only-child,[tuiButtonGroup] a:only-child{inline-size:100%;flex-direction:row;font:var(--tui-font-text-ui-l);max-inline-size:100%;justify-content:center}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonGroupStyles, decorators: [{
9
- type: Component,
10
- args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
11
- class: 'tui-button-group-styles',
12
- }, styles: ["[tuiButtonGroup],[tuiButtonGroup] tui-elastic-container{transition-property:background,height,border-radius;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;border-radius:var(--tui-radius-xl);overflow:hidden}[tuiButtonGroup],[tuiButtonGroup] tui-elastic-container .t-wrapper{display:flex;justify-content:center}[tuiButtonGroup] tui-elastic-container{inline-size:100%}[tuiButtonGroup] button,[tuiButtonGroup] a{transition-property:background;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:relative;display:flex;border:none;outline:none;background:transparent;align-items:center;flex:1;flex-direction:column;padding:1.125rem .25rem;gap:.5rem;font:var(--tui-font-text-ui-s);max-inline-size:calc(50% - 1.75rem);cursor:pointer;color:var(--tui-text-action);text-align:center;text-decoration:none;clip-path:inset(0)}[tuiButtonGroup] button:first-child,[tuiButtonGroup] a:first-child{clip-path:inset(0 0 0 -10rem)}[tuiButtonGroup] button:last-child,[tuiButtonGroup] a:last-child{clip-path:inset(0 -10rem 0 0)}[tuiButtonGroup] button:active,[tuiButtonGroup] a:active{background:var(--tui-background-neutral-1)}[tuiButtonGroup] button:before,[tuiButtonGroup] a:before,[tuiButtonGroup] button:after,[tuiButtonGroup] a:after{position:absolute;top:0;background:inherit;inline-size:1.75rem;block-size:100%}[tuiButtonGroup] button:first-child:before,[tuiButtonGroup] a:first-child:before{content:\"\";left:-1.75rem}[tuiButtonGroup] button:last-child:after,[tuiButtonGroup] a:last-child:after{content:\"\";right:-1.75rem}[tuiButtonGroup] button tui-icon,[tuiButtonGroup] a tui-icon{font-size:1.75rem}[tuiButtonGroup]:has(button:only-child){border-radius:1rem}[tuiButtonGroup] button:only-child,[tuiButtonGroup] a:only-child{inline-size:100%;flex-direction:row;font:var(--tui-font-text-ui-l);max-inline-size:100%;justify-content:center}\n"] }]
13
- }] });
14
- class TuiButtonGroup {
15
- constructor() {
16
- this.nothing = tuiWithStyles(TuiButtonGroupStyles);
17
- }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiButtonGroup, isStandalone: true, selector: "[tuiButtonGroup]", ngImport: i0 }); }
20
- }
21
- export { TuiButtonGroup };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonGroup, decorators: [{
23
- type: Directive,
24
- args: [{
25
- standalone: true,
26
- selector: '[tuiButtonGroup]',
27
- }]
28
- }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLG1DQUFtQyxDQUFDOztBQUVoRSxNQVVNLG9CQUFvQjsrR0FBcEIsb0JBQW9CO21HQUFwQixvQkFBb0IsNkhBUlosRUFBRTs7NEZBUVYsb0JBQW9CO2tCQVZ6QixTQUFTO2lDQUNNLElBQUksWUFDTixFQUFFLGlCQUVHLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YsS0FBSyxFQUFFLHlCQUF5QjtxQkFDbkM7O0FBSUwsTUFJYSxjQUFjO0lBSjNCO1FBS3VCLFlBQU8sR0FBRyxhQUFhLENBQUMsb0JBQW9CLENBQUMsQ0FBQztLQUNwRTsrR0FGWSxjQUFjO21HQUFkLGNBQWM7O1NBQWQsY0FBYzs0RkFBZCxjQUFjO2tCQUoxQixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsa0JBQWtCO2lCQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIERpcmVjdGl2ZSxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aVdpdGhTdHlsZXN9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHN0eWxlVXJsczogWycuL2J1dHRvbi1ncm91cC5zdHlsZS5sZXNzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0OiB7XG4gICAgICAgIGNsYXNzOiAndHVpLWJ1dHRvbi1ncm91cC1zdHlsZXMnLFxuICAgIH0sXG59KVxuY2xhc3MgVHVpQnV0dG9uR3JvdXBTdHlsZXMge31cblxuQERpcmVjdGl2ZSh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ1t0dWlCdXR0b25Hcm91cF0nLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlCdXR0b25Hcm91cCB7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IG5vdGhpbmcgPSB0dWlXaXRoU3R5bGVzKFR1aUJ1dHRvbkdyb3VwU3R5bGVzKTtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './button-group.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9idXR0b24tZ3JvdXAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWdyb3VwLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtYnV0dG9uLWdyb3VwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2RpcmVjdGl2ZXMvYnV0dG9uLWdyb3VwL3RhaWdhLXVpLWtpdC1kaXJlY3RpdmVzLWJ1dHRvbi1ncm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,48 +0,0 @@
1
- import { Directive } from '@angular/core';
2
- import { TuiControl } from '@taiga-ui/cdk/classes';
3
- import { TuiNativeValidator } from '@taiga-ui/cdk/directives/native-validator';
4
- import { tuiAsDataListHost, tuiAsOptionContent, } from '@taiga-ui/core/components/data-list';
5
- import { TuiWithTextfieldDropdown } from '@taiga-ui/core/components/textfield';
6
- import { TuiDropdownDirective, tuiDropdownOpen, tuiDropdownOptionsProvider, TuiWithDropdownOpen, } from '@taiga-ui/core/directives/dropdown';
7
- import { TuiSelectOption } from '@taiga-ui/kit/components/select';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "@taiga-ui/core/directives/dropdown";
10
- import * as i2 from "@taiga-ui/cdk/directives/native-validator";
11
- import * as i3 from "@taiga-ui/core/components/textfield";
12
- class TuiButtonSelect extends TuiControl {
13
- constructor() {
14
- super(...arguments);
15
- this.open = tuiDropdownOpen();
16
- this.size = 's';
17
- }
18
- handleOption(option) {
19
- this.onChange(option);
20
- this.open.set(false);
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonSelect, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiButtonSelect, isStandalone: true, selector: "button[tuiButtonSelect]", providers: [
24
- tuiAsOptionContent(TuiSelectOption),
25
- tuiAsDataListHost(TuiButtonSelect),
26
- tuiDropdownOptionsProvider({ align: 'right' }),
27
- ], usesInheritance: true, hostDirectives: [{ directive: i1.TuiDropdownDirective }, { directive: i2.TuiNativeValidator }, { directive: i1.TuiWithDropdownOpen }, { directive: i3.TuiWithTextfieldDropdown }], ngImport: i0 }); }
28
- }
29
- export { TuiButtonSelect };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiButtonSelect, decorators: [{
31
- type: Directive,
32
- args: [{
33
- standalone: true,
34
- selector: 'button[tuiButtonSelect]',
35
- providers: [
36
- tuiAsOptionContent(TuiSelectOption),
37
- tuiAsDataListHost(TuiButtonSelect),
38
- tuiDropdownOptionsProvider({ align: 'right' }),
39
- ],
40
- hostDirectives: [
41
- TuiDropdownDirective,
42
- TuiNativeValidator,
43
- TuiWithDropdownOpen,
44
- TuiWithTextfieldDropdown,
45
- ],
46
- }]
47
- }] });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXNlbGVjdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9idXR0b24tc2VsZWN0L2J1dHRvbi1zZWxlY3QuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEMsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHVCQUF1QixDQUFDO0FBQ2pELE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQzdFLE9BQU8sRUFDSCxpQkFBaUIsRUFDakIsa0JBQWtCLEdBRXJCLE1BQU0scUNBQXFDLENBQUM7QUFDN0MsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDN0UsT0FBTyxFQUNILG9CQUFvQixFQUNwQixlQUFlLEVBQ2YsMEJBQTBCLEVBQzFCLG1CQUFtQixHQUN0QixNQUFNLG9DQUFvQyxDQUFDO0FBQzVDLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7QUFFaEUsTUFlYSxlQUFtQixTQUFRLFVBQWE7SUFmckQ7O1FBZ0JxQixTQUFJLEdBQUcsZUFBZSxFQUFFLENBQUM7UUFFMUIsU0FBSSxHQUFHLEdBQUcsQ0FBQztLQU05QjtJQUpVLFlBQVksQ0FBQyxNQUFTO1FBQ3pCLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDdEIsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQzsrR0FSUSxlQUFlO21HQUFmLGVBQWUsc0VBWmI7WUFDUCxrQkFBa0IsQ0FBQyxlQUFlLENBQUM7WUFDbkMsaUJBQWlCLENBQUMsZUFBZSxDQUFDO1lBQ2xDLDBCQUEwQixDQUFDLEVBQUMsS0FBSyxFQUFFLE9BQU8sRUFBQyxDQUFDO1NBQy9DOztTQVFRLGVBQWU7NEZBQWYsZUFBZTtrQkFmM0IsU0FBUzttQkFBQztvQkFDUCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsU0FBUyxFQUFFO3dCQUNQLGtCQUFrQixDQUFDLGVBQWUsQ0FBQzt3QkFDbkMsaUJBQWlCLGlCQUFpQjt3QkFDbEMsMEJBQTBCLENBQUMsRUFBQyxLQUFLLEVBQUUsT0FBTyxFQUFDLENBQUM7cUJBQy9DO29CQUNELGNBQWMsRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3dCQUNuQix3QkFBd0I7cUJBQzNCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtUdWlDb250cm9sfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NsYXNzZXMnO1xuaW1wb3J0IHtUdWlOYXRpdmVWYWxpZGF0b3J9IGZyb20gJ0B0YWlnYS11aS9jZGsvZGlyZWN0aXZlcy9uYXRpdmUtdmFsaWRhdG9yJztcbmltcG9ydCB7XG4gICAgdHVpQXNEYXRhTGlzdEhvc3QsXG4gICAgdHVpQXNPcHRpb25Db250ZW50LFxuICAgIHR5cGUgVHVpRGF0YUxpc3RIb3N0LFxufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2RhdGEtbGlzdCc7XG5pbXBvcnQge1R1aVdpdGhUZXh0ZmllbGREcm9wZG93bn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy90ZXh0ZmllbGQnO1xuaW1wb3J0IHtcbiAgICBUdWlEcm9wZG93bkRpcmVjdGl2ZSxcbiAgICB0dWlEcm9wZG93bk9wZW4sXG4gICAgdHVpRHJvcGRvd25PcHRpb25zUHJvdmlkZXIsXG4gICAgVHVpV2l0aERyb3Bkb3duT3Blbixcbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvZGlyZWN0aXZlcy9kcm9wZG93bic7XG5pbXBvcnQge1R1aVNlbGVjdE9wdGlvbn0gZnJvbSAnQHRhaWdhLXVpL2tpdC9jb21wb25lbnRzL3NlbGVjdCc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdidXR0b25bdHVpQnV0dG9uU2VsZWN0XScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHR1aUFzT3B0aW9uQ29udGVudChUdWlTZWxlY3RPcHRpb24pLFxuICAgICAgICB0dWlBc0RhdGFMaXN0SG9zdChUdWlCdXR0b25TZWxlY3QpLFxuICAgICAgICB0dWlEcm9wZG93bk9wdGlvbnNQcm92aWRlcih7YWxpZ246ICdyaWdodCd9KSxcbiAgICBdLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgICAgIFR1aURyb3Bkb3duRGlyZWN0aXZlLFxuICAgICAgICBUdWlOYXRpdmVWYWxpZGF0b3IsXG4gICAgICAgIFR1aVdpdGhEcm9wZG93bk9wZW4sXG4gICAgICAgIFR1aVdpdGhUZXh0ZmllbGREcm9wZG93bixcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlCdXR0b25TZWxlY3Q8VD4gZXh0ZW5kcyBUdWlDb250cm9sPFQ+IGltcGxlbWVudHMgVHVpRGF0YUxpc3RIb3N0PFQ+IHtcbiAgICBwcml2YXRlIHJlYWRvbmx5IG9wZW4gPSB0dWlEcm9wZG93bk9wZW4oKTtcblxuICAgIHB1YmxpYyByZWFkb25seSBzaXplID0gJ3MnO1xuXG4gICAgcHVibGljIGhhbmRsZU9wdGlvbihvcHRpb246IFQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vbkNoYW5nZShvcHRpb24pO1xuICAgICAgICB0aGlzLm9wZW4uc2V0KGZhbHNlKTtcbiAgICB9XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './button-select.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9idXR0b24tc2VsZWN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2J1dHRvbi1zZWxlY3QuZGlyZWN0aXZlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtYnV0dG9uLXNlbGVjdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2J1dHRvbi1zZWxlY3QvdGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtYnV0dG9uLXNlbGVjdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,45 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Directive, effect, inject, InjectionToken, Input, signal, ViewEncapsulation, } from '@angular/core';
2
- import { tuiInjectElement } from '@taiga-ui/cdk/utils/dom';
3
- import { tuiProvide, tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
4
- import { TuiDropdownDirective } from '@taiga-ui/core/directives/dropdown';
5
- import { TUI_ICON_END } from '@taiga-ui/core/tokens';
6
- import * as i0 from "@angular/core";
7
- export const TUI_CHEVRON = new InjectionToken(ngDevMode ? 'TUI_CHEVRON' : '', {
8
- factory: () => '@tui.chevron-down',
9
- });
10
- class TuiChevronStyles {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiChevronStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiChevronStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-chevron" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiChevron][tuiIcons]:after,tui-icon[tuiChevron]:after{transition-property:transform,color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;cursor:pointer}tui-textfield[tuiChevron][tuiIcons]:after{font-size:1rem}tui-textfield[data-size=s][tuiChevron][tuiIcons]:after{margin-inline-end:calc(-.125rem - var(--t-padding))}tui-textfield[data-size=m][tuiChevron][tuiIcons]:after{margin-inline-end:calc(.125rem - var(--t-padding))}tui-textfield[data-size=l][tuiChevron][tuiIcons]:after{margin-inline-end:calc(.25rem - var(--t-padding))}[tuiChevron][tuiIcons]._chevron-rotated:after,tui-icon[tuiChevron]._chevron-rotated:after{transform:rotate(180deg)}[tuiChevron]:has(input[tuiAppearance]:read-only):after{cursor:default}tui-textfield[tuiChevron][style*=\"--t-icon-end:\"][data-size=l]{--t-end: 1.875rem}tui-textfield[tuiChevron][style*=\"--t-icon-end:\"][data-size=m]{--t-end: 1.5rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiChevronStyles, decorators: [{
15
- type: Component,
16
- args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'tui-chevron' }, styles: ["[tuiChevron][tuiIcons]:after,tui-icon[tuiChevron]:after{transition-property:transform,color;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;cursor:pointer}tui-textfield[tuiChevron][tuiIcons]:after{font-size:1rem}tui-textfield[data-size=s][tuiChevron][tuiIcons]:after{margin-inline-end:calc(-.125rem - var(--t-padding))}tui-textfield[data-size=m][tuiChevron][tuiIcons]:after{margin-inline-end:calc(.125rem - var(--t-padding))}tui-textfield[data-size=l][tuiChevron][tuiIcons]:after{margin-inline-end:calc(.25rem - var(--t-padding))}[tuiChevron][tuiIcons]._chevron-rotated:after,tui-icon[tuiChevron]._chevron-rotated:after{transform:rotate(180deg)}[tuiChevron]:has(input[tuiAppearance]:read-only):after{cursor:default}tui-textfield[tuiChevron][style*=\"--t-icon-end:\"][data-size=l]{--t-end: 1.875rem}tui-textfield[tuiChevron][style*=\"--t-icon-end:\"][data-size=m]{--t-end: 1.5rem}\n"] }]
17
- }] });
18
- class TuiChevron {
19
- constructor() {
20
- this.el = tuiInjectElement();
21
- this.dropdown = inject(TuiDropdownDirective, { optional: true });
22
- this.nothing = tuiWithStyles(TuiChevronStyles);
23
- this.toggle = effect(() => this.el.classList.toggle('_chevron-rotated', this.chevron() || (this.chevron() === '' && !!this.dropdown?.ref())));
24
- // TODO: refactor to signal inputs after Angular update
25
- this.chevron = signal('');
26
- }
27
- set tuiChevron(chevron) {
28
- this.chevron.set(chevron);
29
- }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiChevron, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiChevron, isStandalone: true, selector: "[tuiChevron]", inputs: { tuiChevron: "tuiChevron" }, host: { attributes: { "tuiChevron": "" } }, providers: [tuiProvide(TUI_ICON_END, TUI_CHEVRON)], ngImport: i0 }); }
32
- }
33
- export { TuiChevron };
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiChevron, decorators: [{
35
- type: Directive,
36
- args: [{
37
- standalone: true,
38
- selector: '[tuiChevron]',
39
- providers: [tuiProvide(TUI_ICON_END, TUI_CHEVRON)],
40
- host: { tuiChevron: '' },
41
- }]
42
- }], propDecorators: { tuiChevron: [{
43
- type: Input
44
- }] } });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hldnJvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jaGV2cm9uL2NoZXZyb24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxNQUFNLEVBQ04sTUFBTSxFQUNOLGNBQWMsRUFDZCxLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNwQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUMsVUFBVSxFQUFFLGFBQWEsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQzVFLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQ3hFLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFbkQsTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUFHLElBQUksY0FBYyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7SUFDMUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLG1CQUFtQjtDQUNyQyxDQUFDLENBQUM7QUFFSCxNQVFNLGdCQUFnQjsrR0FBaEIsZ0JBQWdCO21HQUFoQixnQkFBZ0IsaUhBTlIsRUFBRTs7NEZBTVYsZ0JBQWdCO2tCQVJyQixTQUFTO2lDQUNNLElBQUksWUFDTixFQUFFLGlCQUVHLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsYUFBYSxFQUFDOztBQUloQyxNQU1hLFVBQVU7SUFOdkI7UUFPcUIsT0FBRSxHQUFHLGdCQUFnQixFQUFFLENBQUM7UUFDeEIsYUFBUSxHQUFHLE1BQU0sQ0FBQyxvQkFBb0IsRUFBRSxFQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUMsQ0FBQyxDQUFDO1FBRXhELFlBQU8sR0FBRyxhQUFhLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUMxQyxXQUFNLEdBQUcsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUNwQyxJQUFJLENBQUMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQ3BCLGtCQUFrQixFQUNsQixJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLEtBQUssRUFBRSxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQ3RFLENBQ0osQ0FBQztRQUVGLHVEQUF1RDtRQUN2QyxZQUFPLEdBQUcsTUFBTSxDQUFlLEVBQUUsQ0FBQyxDQUFDO0tBTXREO0lBSkcsSUFDVyxVQUFVLENBQUMsT0FBcUI7UUFDdkMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDOUIsQ0FBQzsrR0FsQlEsVUFBVTttR0FBVixVQUFVLDZJQUhSLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxXQUFXLENBQUMsQ0FBQzs7U0FHekMsVUFBVTs0RkFBVixVQUFVO2tCQU50QixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsY0FBYztvQkFDeEIsU0FBUyxFQUFFLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxXQUFXLENBQUMsQ0FBQztvQkFDbEQsSUFBSSxFQUFFLEVBQUMsVUFBVSxFQUFFLEVBQUUsRUFBQztpQkFDekI7OEJBaUJjLFVBQVU7c0JBRHBCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBEaXJlY3RpdmUsXG4gICAgZWZmZWN0LFxuICAgIGluamVjdCxcbiAgICBJbmplY3Rpb25Ub2tlbixcbiAgICBJbnB1dCxcbiAgICBzaWduYWwsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHt0dWlJbmplY3RFbGVtZW50fSBmcm9tICdAdGFpZ2EtdWkvY2RrL3V0aWxzL2RvbSc7XG5pbXBvcnQge3R1aVByb3ZpZGUsIHR1aVdpdGhTdHlsZXN9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aURyb3Bkb3duRGlyZWN0aXZlfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9kaXJlY3RpdmVzL2Ryb3Bkb3duJztcbmltcG9ydCB7VFVJX0lDT05fRU5EfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgVFVJX0NIRVZST04gPSBuZXcgSW5qZWN0aW9uVG9rZW4obmdEZXZNb2RlID8gJ1RVSV9DSEVWUk9OJyA6ICcnLCB7XG4gICAgZmFjdG9yeTogKCkgPT4gJ0B0dWkuY2hldnJvbi1kb3duJyxcbn0pO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jaGV2cm9uLnN0eWxlLmxlc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtjbGFzczogJ3R1aS1jaGV2cm9uJ30sXG59KVxuY2xhc3MgVHVpQ2hldnJvblN0eWxlcyB7fVxuXG5ARGlyZWN0aXZlKHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAnW3R1aUNoZXZyb25dJyxcbiAgICBwcm92aWRlcnM6IFt0dWlQcm92aWRlKFRVSV9JQ09OX0VORCwgVFVJX0NIRVZST04pXSxcbiAgICBob3N0OiB7dHVpQ2hldnJvbjogJyd9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlDaGV2cm9uIHtcbiAgICBwcml2YXRlIHJlYWRvbmx5IGVsID0gdHVpSW5qZWN0RWxlbWVudCgpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgZHJvcGRvd24gPSBpbmplY3QoVHVpRHJvcGRvd25EaXJlY3RpdmUsIHtvcHRpb25hbDogdHJ1ZX0pO1xuXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IG5vdGhpbmcgPSB0dWlXaXRoU3R5bGVzKFR1aUNoZXZyb25TdHlsZXMpO1xuICAgIHByb3RlY3RlZCByZWFkb25seSB0b2dnbGUgPSBlZmZlY3QoKCkgPT5cbiAgICAgICAgdGhpcy5lbC5jbGFzc0xpc3QudG9nZ2xlKFxuICAgICAgICAgICAgJ19jaGV2cm9uLXJvdGF0ZWQnLFxuICAgICAgICAgICAgdGhpcy5jaGV2cm9uKCkgfHwgKHRoaXMuY2hldnJvbigpID09PSAnJyAmJiAhIXRoaXMuZHJvcGRvd24/LnJlZigpKSxcbiAgICAgICAgKSxcbiAgICApO1xuXG4gICAgLy8gVE9ETzogcmVmYWN0b3IgdG8gc2lnbmFsIGlucHV0cyBhZnRlciBBbmd1bGFyIHVwZGF0ZVxuICAgIHB1YmxpYyByZWFkb25seSBjaGV2cm9uID0gc2lnbmFsPGJvb2xlYW4gfCAnJz4oJycpO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2V0IHR1aUNoZXZyb24oY2hldnJvbjogYm9vbGVhbiB8ICcnKSB7XG4gICAgICAgIHRoaXMuY2hldnJvbi5zZXQoY2hldnJvbik7XG4gICAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './chevron.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jaGV2cm9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NoZXZyb24uZGlyZWN0aXZlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtY2hldnJvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2NoZXZyb24vdGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtY2hldnJvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,32 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Directive, ViewEncapsulation, } from '@angular/core';
2
- import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
3
- import * as i0 from "@angular/core";
4
- class TuiConnectedStyles {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConnectedStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiConnectedStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-connected-styles" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiConnected]{--t-image-size: 2.5rem;--t-connected-height: calc(100% - var(--t-image-size) - .5rem)}[tuiConnected][tuiCardLarge]{--t-connected-height: calc(100% - var(--t-image-size) - .25rem)}tui-accordion[tuiConnected]{--t-image-size: 2rem}[tuiConnected]>[tuiAccordion]:before,[tuiConnected]>[tuiCell]:not(:last-of-type):before,[tuiConnected]>[tuiStep]:not(:last-of-type):before{content:\"\";position:absolute;top:calc(var(--t-image-size) + .25rem);left:calc(var(--t-image-size) / 2);display:block;inset-inline-start:calc(var(--t-image-size) / 2);block-size:var(--t-connected-height);inline-size:1px;color:var(--tui-border-normal);background:linear-gradient(to bottom,currentColor 75%,transparent 75%) top center / 300% 300%;background-clip:content-box;padding:inherit}[tuiConnected]>[tuiAccordion]{gap:1rem;--t-margin: 0}[tuiConnected]>[tuiAccordion]:before{top:0;left:calc(var(--t-image-size) / 2);inset-inline-start:calc(var(--t-image-size) / 2);block-size:100%;margin:0;background:var(--tui-border-normal);-webkit-mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2),transparent calc(50% + var(--t-image-size) / 2),black calc(50% + var(--t-image-size) / 2));mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2),transparent calc(50% + var(--t-image-size) / 2),black calc(50% + var(--t-image-size) / 2))}[tuiConnected]>[tuiAccordion]:first-of-type:before{-webkit-mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2));mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2))}[tuiConnected]>[tuiAccordion]:last-of-type:before{-webkit-mask:linear-gradient(to bottom,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2));mask:linear-gradient(to bottom,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2))}[tuiConnected]>tui-expand>*{padding:0;padding-inline-start:3rem}[tuiConnected]>tui-expand:not(:last-child):before{content:\"\";position:absolute;top:0;left:calc(var(--t-image-size) / 2);inset-inline-start:calc(var(--t-image-size) / 2);block-size:100%;inline-size:1px;background:var(--tui-border-normal)}[tuiConnected]>[tuiStep]{--t-image-size: 2rem;--t-connected-height: calc(100% - var(--t-image-size) + .75rem)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConnectedStyles, decorators: [{
9
- type: Component,
10
- args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
11
- class: 'tui-connected-styles',
12
- }, styles: ["[tuiConnected]{--t-image-size: 2.5rem;--t-connected-height: calc(100% - var(--t-image-size) - .5rem)}[tuiConnected][tuiCardLarge]{--t-connected-height: calc(100% - var(--t-image-size) - .25rem)}tui-accordion[tuiConnected]{--t-image-size: 2rem}[tuiConnected]>[tuiAccordion]:before,[tuiConnected]>[tuiCell]:not(:last-of-type):before,[tuiConnected]>[tuiStep]:not(:last-of-type):before{content:\"\";position:absolute;top:calc(var(--t-image-size) + .25rem);left:calc(var(--t-image-size) / 2);display:block;inset-inline-start:calc(var(--t-image-size) / 2);block-size:var(--t-connected-height);inline-size:1px;color:var(--tui-border-normal);background:linear-gradient(to bottom,currentColor 75%,transparent 75%) top center / 300% 300%;background-clip:content-box;padding:inherit}[tuiConnected]>[tuiAccordion]{gap:1rem;--t-margin: 0}[tuiConnected]>[tuiAccordion]:before{top:0;left:calc(var(--t-image-size) / 2);inset-inline-start:calc(var(--t-image-size) / 2);block-size:100%;margin:0;background:var(--tui-border-normal);-webkit-mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2),transparent calc(50% + var(--t-image-size) / 2),black calc(50% + var(--t-image-size) / 2));mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2),transparent calc(50% + var(--t-image-size) / 2),black calc(50% + var(--t-image-size) / 2))}[tuiConnected]>[tuiAccordion]:first-of-type:before{-webkit-mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2));mask:linear-gradient(to top,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2))}[tuiConnected]>[tuiAccordion]:last-of-type:before{-webkit-mask:linear-gradient(to bottom,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2));mask:linear-gradient(to bottom,black calc(50% - var(--t-image-size) / 2),transparent calc(50% - var(--t-image-size) / 2))}[tuiConnected]>tui-expand>*{padding:0;padding-inline-start:3rem}[tuiConnected]>tui-expand:not(:last-child):before{content:\"\";position:absolute;top:0;left:calc(var(--t-image-size) / 2);inset-inline-start:calc(var(--t-image-size) / 2);block-size:100%;inline-size:1px;background:var(--tui-border-normal)}[tuiConnected]>[tuiStep]{--t-image-size: 2rem;--t-connected-height: calc(100% - var(--t-image-size) + .75rem)}\n"] }]
13
- }] });
14
- class TuiConnected {
15
- constructor() {
16
- this.nothing = tuiWithStyles(TuiConnectedStyles);
17
- }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConnected, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiConnected, isStandalone: true, selector: "[tuiConnected]", host: { attributes: { "tuiConnected": "" } }, ngImport: i0 }); }
20
- }
21
- export { TuiConnected };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConnected, decorators: [{
23
- type: Directive,
24
- args: [{
25
- standalone: true,
26
- selector: '[tuiConnected]',
27
- host: {
28
- tuiConnected: '',
29
- },
30
- }]
31
- }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29ubmVjdGVkLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2Nvbm5lY3RlZC9jb25uZWN0ZWQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLG1DQUFtQyxDQUFDOztBQUVoRSxNQVVNLGtCQUFrQjsrR0FBbEIsa0JBQWtCO21HQUFsQixrQkFBa0IsMEhBUlYsRUFBRTs7NEZBUVYsa0JBQWtCO2tCQVZ2QixTQUFTO2lDQUNNLElBQUksWUFDTixFQUFFLGlCQUVHLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YsS0FBSyxFQUFFLHNCQUFzQjtxQkFDaEM7O0FBSUwsTUFPYSxZQUFZO0lBUHpCO1FBUXVCLFlBQU8sR0FBRyxhQUFhLENBQUMsa0JBQWtCLENBQUMsQ0FBQztLQUNsRTsrR0FGWSxZQUFZO21HQUFaLFlBQVk7O1NBQVosWUFBWTs0RkFBWixZQUFZO2tCQVB4QixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixJQUFJLEVBQUU7d0JBQ0YsWUFBWSxFQUFFLEVBQUU7cUJBQ25CO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRGlyZWN0aXZlLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7dHVpV2l0aFN0eWxlc30gZnJvbSAnQHRhaWdhLXVpL2Nkay91dGlscy9taXNjZWxsYW5lb3VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29ubmVjdGVkLnN0eWxlLmxlc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICd0dWktY29ubmVjdGVkLXN0eWxlcycsXG4gICAgfSxcbn0pXG5jbGFzcyBUdWlDb25uZWN0ZWRTdHlsZXMge31cblxuQERpcmVjdGl2ZSh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ1t0dWlDb25uZWN0ZWRdJyxcbiAgICBob3N0OiB7XG4gICAgICAgIHR1aUNvbm5lY3RlZDogJycsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQ29ubmVjdGVkIHtcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbm90aGluZyA9IHR1aVdpdGhTdHlsZXMoVHVpQ29ubmVjdGVkU3R5bGVzKTtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './connected.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jb25uZWN0ZWQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29ubmVjdGVkLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtY29ubmVjdGVkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2RpcmVjdGl2ZXMvY29ubmVjdGVkL3RhaWdhLXVpLWtpdC1kaXJlY3RpdmVzLWNvbm5lY3RlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,48 +0,0 @@
1
- import { ClipboardModule } from '@angular/cdk/clipboard';
2
- import { ChangeDetectionStrategy, Component, inject, Input } from '@angular/core';
3
- import { toSignal } from '@angular/core/rxjs-interop';
4
- import { TUI_FALSE_HANDLER } from '@taiga-ui/cdk/constants';
5
- import { tuiIsString } from '@taiga-ui/cdk/utils/miscellaneous';
6
- import { TuiButton } from '@taiga-ui/core/components/button';
7
- import { TuiIcon } from '@taiga-ui/core/components/icon';
8
- import { TUI_NOTIFICATION_OPTIONS } from '@taiga-ui/core/components/notification';
9
- import { TuiHint } from '@taiga-ui/core/directives/hint';
10
- import { TUI_COPY_TEXTS } from '@taiga-ui/kit/tokens';
11
- import { BehaviorSubject, map, startWith, switchMap, timer } from 'rxjs';
12
- import { TUI_COPY_OPTIONS } from './copy.options';
13
- import * as i0 from "@angular/core";
14
- import * as i1 from "@angular/cdk/clipboard";
15
- import * as i2 from "@taiga-ui/core/directives/hint";
16
- class TuiCopyComponent {
17
- constructor() {
18
- this.notification = inject(TUI_NOTIFICATION_OPTIONS);
19
- this.options = inject(TUI_COPY_OPTIONS);
20
- this.copied$ = new BehaviorSubject(false);
21
- this.texts = toSignal(inject(TUI_COPY_TEXTS));
22
- this.hint = toSignal(this.copied$.pipe(switchMap((copied) => timer(2000).pipe(map(TUI_FALSE_HANDLER), startWith(copied)))));
23
- this.size = 'm';
24
- }
25
- get icon() {
26
- return tuiIsString(this.options.icon)
27
- ? this.options.icon
28
- : this.options.icon(this.size);
29
- }
30
- get check() {
31
- return tuiIsString(this.notification.icon)
32
- ? this.notification.icon
33
- : this.notification.icon('positive');
34
- }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCopyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiCopyComponent, isStandalone: true, selector: "tui-copy", inputs: { size: "size" }, host: { listeners: { "pointerdown": "copied$.next(false)" }, properties: { "attr.data-size": "size" } }, ngImport: i0, template: "<span\n #content\n tuiHintAppearance=\"dark\"\n tuiHintDirection=\"top\"\n class=\"t-content\"\n [cdkCopyToClipboard]=\"content.textContent ?? ''\"\n [tuiHint]=\"template\"\n [tuiHintManual]=\"!!hint()\"\n (cdkCopyToClipboardCopied)=\"copied$.next($event)\"\n>\n <ng-content />\n</span>\n<button\n appearance=\"icon\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [attr.aria-label]=\"texts()?.[0]\"\n [cdkCopyToClipboard]=\"content.textContent ?? ''\"\n [iconStart]=\"icon\"\n (cdkCopyToClipboardCopied)=\"copied$.next($event)\"\n></button>\n<ng-template #template>\n <tui-icon\n class=\"t-icon\"\n [icon]=\"check\"\n />\n {{ texts()?.[1] }}\n</ng-template>\n", styles: [":host{cursor:pointer}:host[data-size=m]{--t-size: min( calc(1em + 1px) , 1rem)}:host[data-size=l]{--t-size: max(calc(1em / 1.57), min(max(calc(1em / 1.18), 1.25rem), 1.5rem))}@media (hover: hover) and (pointer: fine){:host:hover .t-content{opacity:var(--tui-disabled-opacity);-webkit-mask-position:0;mask-position:0}:host:hover .t-button{opacity:1}}:host:has(.t-button:focus-visible) .t-content{opacity:var(--tui-disabled-opacity);-webkit-mask-position:0;mask-position:0}.t-content{transition-property:opacity,-webkit-mask;transition-property:opacity,mask;transition-property:opacity,mask,-webkit-mask;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;-webkit-mask:linear-gradient(to var(--tui-inline-start),transparent calc(1.25 * var(--t-size)),black calc(2 * var(--t-size))) no-repeat,linear-gradient(to var(--tui-inline-end),black,black calc(2 * var(--t-size)),transparent calc(2 * var(--t-size))) no-repeat;mask:linear-gradient(to var(--tui-inline-start),transparent calc(1.25 * var(--t-size)),black calc(2 * var(--t-size))) no-repeat,linear-gradient(to var(--tui-inline-end),black,black calc(2 * var(--t-size)),transparent calc(2 * var(--t-size))) no-repeat;-webkit-mask-position:calc(var(--tui-inline) * 2 * var(--t-size)),0;mask-position:calc(var(--tui-inline) * 2 * var(--t-size)),0}.t-button{opacity:0;border-radius:0;font-size:inherit!important;margin-inline-start:calc(-1 * var(--t-size));--t-size: inherit}.t-button:before{font-size:var(--t-size)}.t-button:focus-visible{opacity:1}.t-icon{font-size:1rem;margin-inline-end:.25rem;vertical-align:text-top;color:var(--tui-text-positive)}\n"], dependencies: [{ kind: "ngmodule", type: ClipboardModule }, { kind: "directive", type: i1.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }, { kind: "directive", type: TuiButton, selector: "a[tuiButton],button[tuiButton],a[tuiIconButton],button[tuiIconButton]", inputs: ["size"] }, { kind: "directive", type: i2.TuiHintDirective, selector: "[tuiHint]:not(ng-container):not(ng-template)", inputs: ["tuiHintContext", "tuiHintAppearance", "tuiHint"], outputs: ["tuiHintVisible"] }, { kind: "directive", type: i2.TuiHintManual, selector: "[tuiHint][tuiHintManual]", inputs: ["tuiHintManual"] }, { kind: "component", type: TuiIcon, selector: "tui-icon", inputs: ["icon", "background"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37
- }
38
- export { TuiCopyComponent };
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCopyComponent, decorators: [{
40
- type: Component,
41
- args: [{ standalone: true, selector: 'tui-copy', imports: [ClipboardModule, TuiButton, TuiHint, TuiIcon], changeDetection: ChangeDetectionStrategy.OnPush, host: {
42
- '[attr.data-size]': 'size',
43
- '(pointerdown)': 'copied$.next(false)',
44
- }, template: "<span\n #content\n tuiHintAppearance=\"dark\"\n tuiHintDirection=\"top\"\n class=\"t-content\"\n [cdkCopyToClipboard]=\"content.textContent ?? ''\"\n [tuiHint]=\"template\"\n [tuiHintManual]=\"!!hint()\"\n (cdkCopyToClipboardCopied)=\"copied$.next($event)\"\n>\n <ng-content />\n</span>\n<button\n appearance=\"icon\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [attr.aria-label]=\"texts()?.[0]\"\n [cdkCopyToClipboard]=\"content.textContent ?? ''\"\n [iconStart]=\"icon\"\n (cdkCopyToClipboardCopied)=\"copied$.next($event)\"\n></button>\n<ng-template #template>\n <tui-icon\n class=\"t-icon\"\n [icon]=\"check\"\n />\n {{ texts()?.[1] }}\n</ng-template>\n", styles: [":host{cursor:pointer}:host[data-size=m]{--t-size: min( calc(1em + 1px) , 1rem)}:host[data-size=l]{--t-size: max(calc(1em / 1.57), min(max(calc(1em / 1.18), 1.25rem), 1.5rem))}@media (hover: hover) and (pointer: fine){:host:hover .t-content{opacity:var(--tui-disabled-opacity);-webkit-mask-position:0;mask-position:0}:host:hover .t-button{opacity:1}}:host:has(.t-button:focus-visible) .t-content{opacity:var(--tui-disabled-opacity);-webkit-mask-position:0;mask-position:0}.t-content{transition-property:opacity,-webkit-mask;transition-property:opacity,mask;transition-property:opacity,mask,-webkit-mask;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;-webkit-mask:linear-gradient(to var(--tui-inline-start),transparent calc(1.25 * var(--t-size)),black calc(2 * var(--t-size))) no-repeat,linear-gradient(to var(--tui-inline-end),black,black calc(2 * var(--t-size)),transparent calc(2 * var(--t-size))) no-repeat;mask:linear-gradient(to var(--tui-inline-start),transparent calc(1.25 * var(--t-size)),black calc(2 * var(--t-size))) no-repeat,linear-gradient(to var(--tui-inline-end),black,black calc(2 * var(--t-size)),transparent calc(2 * var(--t-size))) no-repeat;-webkit-mask-position:calc(var(--tui-inline) * 2 * var(--t-size)),0;mask-position:calc(var(--tui-inline) * 2 * var(--t-size)),0}.t-button{opacity:0;border-radius:0;font-size:inherit!important;margin-inline-start:calc(-1 * var(--t-size));--t-size: inherit}.t-button:before{font-size:var(--t-size)}.t-button:focus-visible{opacity:1}.t-icon{font-size:1rem;margin-inline-end:.25rem;vertical-align:text-top;color:var(--tui-text-positive)}\n"] }]
45
- }], propDecorators: { size: [{
46
- type: Input
47
- }] } });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29weS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jb3B5L2NvcHkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2RpcmVjdGl2ZXMvY29weS9jb3B5LnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUNoRixPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDcEQsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDMUQsT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQzlELE9BQU8sRUFBQyxTQUFTLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDdkQsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sd0NBQXdDLENBQUM7QUFDaEYsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBRXZELE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUNwRCxPQUFPLEVBQUMsZUFBZSxFQUFFLEdBQUcsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUV2RSxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7OztBQUVoRCxNQVlhLGdCQUFnQjtJQVo3QjtRQWF1QixpQkFBWSxHQUFHLE1BQU0sQ0FBQyx3QkFBd0IsQ0FBQyxDQUFDO1FBQ2hELFlBQU8sR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUNuQyxZQUFPLEdBQUcsSUFBSSxlQUFlLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDOUMsVUFBSyxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztRQUN6QyxTQUFJLEdBQUcsUUFBUSxDQUM5QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FDYixTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUNqQixLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxFQUFFLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUM5RCxDQUNKLENBQ0osQ0FBQztRQUdLLFNBQUksR0FBYSxHQUFHLENBQUM7S0FhL0I7SUFYRyxJQUFjLElBQUk7UUFDZCxPQUFPLFdBQVcsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQztZQUNqQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJO1lBQ25CLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVELElBQWMsS0FBSztRQUNmLE9BQU8sV0FBVyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDO1lBQ3RDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUk7WUFDeEIsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQzdDLENBQUM7K0dBMUJRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHVNQzNCN0IsMnZCQThCQSwwcEREWmMsZUFBZSwwTkFBRSxTQUFTLHliQUFXLE9BQU87O1NBUzdDLGdCQUFnQjs0RkFBaEIsZ0JBQWdCO2tCQVo1QixTQUFTO2lDQUNNLElBQUksWUFDTixVQUFVLFdBQ1gsQ0FBQyxlQUFlLEVBQUUsU0FBUyxFQUFFLE9BQU8sRUFBRSxPQUFPLENBQUMsbUJBR3RDLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0Ysa0JBQWtCLEVBQUUsTUFBTTt3QkFDMUIsZUFBZSxFQUFFLHFCQUFxQjtxQkFDekM7OEJBZ0JNLElBQUk7c0JBRFYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q2xpcGJvYXJkTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jZGsvY2xpcGJvYXJkJztcbmltcG9ydCB7Q2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgaW5qZWN0LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3RvU2lnbmFsfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQge1RVSV9GQUxTRV9IQU5ETEVSfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NvbnN0YW50cyc7XG5pbXBvcnQge3R1aUlzU3RyaW5nfSBmcm9tICdAdGFpZ2EtdWkvY2RrL3V0aWxzL21pc2NlbGxhbmVvdXMnO1xuaW1wb3J0IHtUdWlCdXR0b259IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7VHVpSWNvbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7VFVJX05PVElGSUNBVElPTl9PUFRJT05TfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL25vdGlmaWNhdGlvbic7XG5pbXBvcnQge1R1aUhpbnR9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvaGludCc7XG5pbXBvcnQge3R5cGUgVHVpU2l6ZUx9IGZyb20gJ0B0YWlnYS11aS9jb3JlL3R5cGVzJztcbmltcG9ydCB7VFVJX0NPUFlfVEVYVFN9IGZyb20gJ0B0YWlnYS11aS9raXQvdG9rZW5zJztcbmltcG9ydCB7QmVoYXZpb3JTdWJqZWN0LCBtYXAsIHN0YXJ0V2l0aCwgc3dpdGNoTWFwLCB0aW1lcn0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7VFVJX0NPUFlfT1BUSU9OU30gZnJvbSAnLi9jb3B5Lm9wdGlvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAndHVpLWNvcHknLFxuICAgIGltcG9ydHM6IFtDbGlwYm9hcmRNb2R1bGUsIFR1aUJ1dHRvbiwgVHVpSGludCwgVHVpSWNvbl0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NvcHkudGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29weS5zdHlsZS5sZXNzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICAnW2F0dHIuZGF0YS1zaXplXSc6ICdzaXplJyxcbiAgICAgICAgJyhwb2ludGVyZG93biknOiAnY29waWVkJC5uZXh0KGZhbHNlKScsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQ29weUNvbXBvbmVudCB7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IG5vdGlmaWNhdGlvbiA9IGluamVjdChUVUlfTk9USUZJQ0FUSU9OX09QVElPTlMpO1xuICAgIHByb3RlY3RlZCByZWFkb25seSBvcHRpb25zID0gaW5qZWN0KFRVSV9DT1BZX09QVElPTlMpO1xuICAgIHByb3RlY3RlZCByZWFkb25seSBjb3BpZWQkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxib29sZWFuPihmYWxzZSk7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IHRleHRzID0gdG9TaWduYWwoaW5qZWN0KFRVSV9DT1BZX1RFWFRTKSk7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IGhpbnQgPSB0b1NpZ25hbChcbiAgICAgICAgdGhpcy5jb3BpZWQkLnBpcGUoXG4gICAgICAgICAgICBzd2l0Y2hNYXAoKGNvcGllZCkgPT5cbiAgICAgICAgICAgICAgICB0aW1lcigyMDAwKS5waXBlKG1hcChUVUlfRkFMU0VfSEFORExFUiksIHN0YXJ0V2l0aChjb3BpZWQpKSxcbiAgICAgICAgICAgICksXG4gICAgICAgICksXG4gICAgKTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNpemU6IFR1aVNpemVMID0gJ20nO1xuXG4gICAgcHJvdGVjdGVkIGdldCBpY29uKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0dWlJc1N0cmluZyh0aGlzLm9wdGlvbnMuaWNvbilcbiAgICAgICAgICAgID8gdGhpcy5vcHRpb25zLmljb25cbiAgICAgICAgICAgIDogdGhpcy5vcHRpb25zLmljb24odGhpcy5zaXplKTtcbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgZ2V0IGNoZWNrKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0dWlJc1N0cmluZyh0aGlzLm5vdGlmaWNhdGlvbi5pY29uKVxuICAgICAgICAgICAgPyB0aGlzLm5vdGlmaWNhdGlvbi5pY29uXG4gICAgICAgICAgICA6IHRoaXMubm90aWZpY2F0aW9uLmljb24oJ3Bvc2l0aXZlJyk7XG4gICAgfVxufVxuIiwiPHNwYW5cbiAgICAjY29udGVudFxuICAgIHR1aUhpbnRBcHBlYXJhbmNlPVwiZGFya1wiXG4gICAgdHVpSGludERpcmVjdGlvbj1cInRvcFwiXG4gICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgIFtjZGtDb3B5VG9DbGlwYm9hcmRdPVwiY29udGVudC50ZXh0Q29udGVudCA/PyAnJ1wiXG4gICAgW3R1aUhpbnRdPVwidGVtcGxhdGVcIlxuICAgIFt0dWlIaW50TWFudWFsXT1cIiEhaGludCgpXCJcbiAgICAoY2RrQ29weVRvQ2xpcGJvYXJkQ29waWVkKT1cImNvcGllZCQubmV4dCgkZXZlbnQpXCJcbj5cbiAgICA8bmctY29udGVudCAvPlxuPC9zcGFuPlxuPGJ1dHRvblxuICAgIGFwcGVhcmFuY2U9XCJpY29uXCJcbiAgICBzaXplPVwieHNcIlxuICAgIHR1aUljb25CdXR0b25cbiAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICBjbGFzcz1cInQtYnV0dG9uXCJcbiAgICBbYXR0ci5hcmlhLWxhYmVsXT1cInRleHRzKCk/LlswXVwiXG4gICAgW2Nka0NvcHlUb0NsaXBib2FyZF09XCJjb250ZW50LnRleHRDb250ZW50ID8/ICcnXCJcbiAgICBbaWNvblN0YXJ0XT1cImljb25cIlxuICAgIChjZGtDb3B5VG9DbGlwYm9hcmRDb3BpZWQpPVwiY29waWVkJC5uZXh0KCRldmVudClcIlxuPjwvYnV0dG9uPlxuPG5nLXRlbXBsYXRlICN0ZW1wbGF0ZT5cbiAgICA8dHVpLWljb25cbiAgICAgICAgY2xhc3M9XCJ0LWljb25cIlxuICAgICAgICBbaWNvbl09XCJjaGVja1wiXG4gICAgLz5cbiAgICB7eyB0ZXh0cygpPy5bMV0gfX1cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -1,71 +0,0 @@
1
- import { DOCUMENT } from '@angular/common';
2
- import { computed, Directive, inject, Input } from '@angular/core';
3
- import { toSignal } from '@angular/core/rxjs-interop';
4
- import { tuiDirectiveBinding, tuiIsString } from '@taiga-ui/cdk/utils/miscellaneous';
5
- import { TuiIcon } from '@taiga-ui/core/components/icon';
6
- import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
7
- import { TUI_APPEARANCE_OPTIONS, TuiWithAppearance, } from '@taiga-ui/core/directives/appearance';
8
- import { TuiHintDirective } from '@taiga-ui/core/directives/hint';
9
- import { TUI_COPY_TEXTS } from '@taiga-ui/kit/tokens';
10
- import { map, startWith, Subject, switchMap, timer } from 'rxjs';
11
- import { TUI_COPY_OPTIONS } from './copy.options';
12
- import * as i0 from "@angular/core";
13
- import * as i1 from "@taiga-ui/core/directives/appearance";
14
- import * as i2 from "@taiga-ui/core/directives/hint";
15
- class TuiCopyDirective {
16
- constructor() {
17
- this.options = inject(TUI_COPY_OPTIONS);
18
- this.copied$ = new Subject();
19
- this.doc = inject(DOCUMENT);
20
- this.textfield = inject(TuiTextfieldComponent);
21
- this.hint = tuiDirectiveBinding(TuiHintDirective, 'tuiHint', toSignal(inject(TUI_COPY_TEXTS).pipe(switchMap(([copy, copied]) => this.copied$.pipe(switchMap(() => timer(3000).pipe(map(() => copy), startWith(copied))), startWith(copy)))), { initialValue: '' }));
22
- this.icons = tuiDirectiveBinding(TuiIcon, 'icon', computed((size = this.textfield.options.size()) => tuiIsString(this.options.icon) ? this.options.icon : this.options.icon(size)));
23
- this.tuiCopy = '';
24
- }
25
- get disabled() {
26
- return !this.textfield.input?.nativeElement.value;
27
- }
28
- copy() {
29
- this.textfield.input?.nativeElement.select();
30
- this.doc.execCommand('copy');
31
- this.copied$.next();
32
- }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCopyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiCopyDirective, isStandalone: true, selector: "tui-icon[tuiCopy]", inputs: { tuiCopy: "tuiCopy" }, host: { listeners: { "click": "copy()" }, properties: { "style.pointer-events": "disabled ? \"none\" : null", "style.opacity": "disabled ? \"var(--tui-disabled-opacity)\" : null", "style.border-width.rem": "textfield.options.size() === \"l\" ? null : 0.25" }, styleAttribute: "cursor: pointer" }, providers: [
35
- {
36
- provide: TUI_APPEARANCE_OPTIONS,
37
- useValue: { appearance: 'icon' },
38
- },
39
- ], hostDirectives: [{ directive: i1.TuiWithAppearance }, { directive: i2.TuiHintDirective, inputs: ["tuiHintAppearance", "tuiHintAppearance", "tuiHintContext", "tuiHintContext"] }], ngImport: i0 }); }
40
- }
41
- export { TuiCopyDirective };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCopyDirective, decorators: [{
43
- type: Directive,
44
- args: [{
45
- standalone: true,
46
- selector: 'tui-icon[tuiCopy]',
47
- providers: [
48
- {
49
- provide: TUI_APPEARANCE_OPTIONS,
50
- useValue: { appearance: 'icon' },
51
- },
52
- ],
53
- hostDirectives: [
54
- TuiWithAppearance,
55
- {
56
- directive: TuiHintDirective,
57
- inputs: ['tuiHintAppearance', 'tuiHintContext'],
58
- },
59
- ],
60
- host: {
61
- style: 'cursor: pointer',
62
- '(click)': 'copy()',
63
- '[style.pointer-events]': 'disabled ? "none" : null',
64
- '[style.opacity]': 'disabled ? "var(--tui-disabled-opacity)" : null',
65
- '[style.border-width.rem]': 'textfield.options.size() === "l" ? null : 0.25',
66
- },
67
- }]
68
- }], propDecorators: { tuiCopy: [{
69
- type: Input
70
- }] } });
71
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29weS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jb3B5L2NvcHkuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUN6QyxPQUFPLEVBQUMsUUFBUSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsbUJBQW1CLEVBQUUsV0FBVyxFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDbkYsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3ZELE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFDSCxzQkFBc0IsRUFDdEIsaUJBQWlCLEdBQ3BCLE1BQU0sc0NBQXNDLENBQUM7QUFDOUMsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDaEUsT0FBTyxFQUFDLGNBQWMsRUFBQyxNQUFNLHNCQUFzQixDQUFDO0FBQ3BELE9BQU8sRUFBQyxHQUFHLEVBQUUsU0FBUyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFDLE1BQU0sTUFBTSxDQUFDO0FBRS9ELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGdCQUFnQixDQUFDOzs7O0FBRWhELE1Bd0JhLGdCQUFnQjtJQXhCN0I7UUF5QnFCLFlBQU8sR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUNuQyxZQUFPLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQUM5QixRQUFHLEdBQUcsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBRXJCLGNBQVMsR0FBRyxNQUFNLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUMxQyxTQUFJLEdBQUcsbUJBQW1CLENBQ3pDLGdCQUFnQixFQUNoQixTQUFTLEVBQ1QsUUFBUSxDQUNKLE1BQU0sQ0FBQyxjQUFjLENBQUMsQ0FBQyxJQUFJLENBQ3ZCLFNBQVMsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLE1BQU0sQ0FBQyxFQUFFLEVBQUUsQ0FDekIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQ2IsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUNYLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQ1osR0FBRyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUNmLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FDcEIsQ0FDSixFQUNELFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FDbEIsQ0FDSixDQUNKLEVBQ0QsRUFBQyxZQUFZLEVBQUUsRUFBRSxFQUFDLENBQ3JCLENBQ0osQ0FBQztRQUVpQixVQUFLLEdBQUcsbUJBQW1CLENBQzFDLE9BQU8sRUFDUCxNQUFNLEVBQ04sUUFBUSxDQUFDLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLEVBQUUsQ0FDOUMsV0FBVyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FDL0UsQ0FDSixDQUFDO1FBR0ssWUFBTyxHQUFHLEVBQUUsQ0FBQztLQVd2QjtJQVRHLElBQWMsUUFBUTtRQUNsQixPQUFPLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsYUFBYSxDQUFDLEtBQUssQ0FBQztJQUN0RCxDQUFDO0lBRVMsSUFBSTtRQUNWLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxFQUFFLGFBQWEsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUM3QyxJQUFJLENBQUMsR0FBRyxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3hCLENBQUM7K0dBOUNRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHlZQXJCZDtZQUNQO2dCQUNJLE9BQU8sRUFBRSxzQkFBc0I7Z0JBQy9CLFFBQVEsRUFBRSxFQUFDLFVBQVUsRUFBRSxNQUFNLEVBQUM7YUFDakM7U0FDSjs7U0FnQlEsZ0JBQWdCOzRGQUFoQixnQkFBZ0I7a0JBeEI1QixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLHNCQUFzQjs0QkFDL0IsUUFBUSxFQUFFLEVBQUMsVUFBVSxFQUFFLE1BQU0sRUFBQzt5QkFDakM7cUJBQ0o7b0JBQ0QsY0FBYyxFQUFFO3dCQUNaLGlCQUFpQjt3QkFDakI7NEJBQ0ksU0FBUyxFQUFFLGdCQUFnQjs0QkFDM0IsTUFBTSxFQUFFLENBQUMsbUJBQW1CLEVBQUUsZ0JBQWdCLENBQUM7eUJBQ2xEO3FCQUNKO29CQUNELElBQUksRUFBRTt3QkFDRixLQUFLLEVBQUUsaUJBQWlCO3dCQUN4QixTQUFTLEVBQUUsUUFBUTt3QkFDbkIsd0JBQXdCLEVBQUUsMEJBQTBCO3dCQUNwRCxpQkFBaUIsRUFBRSxpREFBaUQ7d0JBQ3BFLDBCQUEwQixFQUFFLGdEQUFnRDtxQkFDL0U7aUJBQ0o7OEJBcUNVLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RE9DVU1FTlR9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge2NvbXB1dGVkLCBEaXJlY3RpdmUsIGluamVjdCwgSW5wdXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHt0b1NpZ25hbH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuaW1wb3J0IHt0dWlEaXJlY3RpdmVCaW5kaW5nLCB0dWlJc1N0cmluZ30gZnJvbSAnQHRhaWdhLXVpL2Nkay91dGlscy9taXNjZWxsYW5lb3VzJztcbmltcG9ydCB7VHVpSWNvbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7VHVpVGV4dGZpZWxkQ29tcG9uZW50fSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL3RleHRmaWVsZCc7XG5pbXBvcnQge1xuICAgIFRVSV9BUFBFQVJBTkNFX09QVElPTlMsXG4gICAgVHVpV2l0aEFwcGVhcmFuY2UsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvYXBwZWFyYW5jZSc7XG5pbXBvcnQge1R1aUhpbnREaXJlY3RpdmV9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvaGludCc7XG5pbXBvcnQge1RVSV9DT1BZX1RFWFRTfSBmcm9tICdAdGFpZ2EtdWkva2l0L3Rva2Vucyc7XG5pbXBvcnQge21hcCwgc3RhcnRXaXRoLCBTdWJqZWN0LCBzd2l0Y2hNYXAsIHRpbWVyfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtUVUlfQ09QWV9PUFRJT05TfSBmcm9tICcuL2NvcHkub3B0aW9ucyc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICd0dWktaWNvblt0dWlDb3B5XScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IFRVSV9BUFBFQVJBTkNFX09QVElPTlMsXG4gICAgICAgICAgICB1c2VWYWx1ZToge2FwcGVhcmFuY2U6ICdpY29uJ30sXG4gICAgICAgIH0sXG4gICAgXSxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICBUdWlXaXRoQXBwZWFyYW5jZSxcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBUdWlIaW50RGlyZWN0aXZlLFxuICAgICAgICAgICAgaW5wdXRzOiBbJ3R1aUhpbnRBcHBlYXJhbmNlJywgJ3R1aUhpbnRDb250ZXh0J10sXG4gICAgICAgIH0sXG4gICAgXSxcbiAgICBob3N0OiB7XG4gICAgICAgIHN0eWxlOiAnY3Vyc29yOiBwb2ludGVyJyxcbiAgICAgICAgJyhjbGljayknOiAnY29weSgpJyxcbiAgICAgICAgJ1tzdHlsZS5wb2ludGVyLWV2ZW50c10nOiAnZGlzYWJsZWQgPyBcIm5vbmVcIiA6IG51bGwnLFxuICAgICAgICAnW3N0eWxlLm9wYWNpdHldJzogJ2Rpc2FibGVkID8gXCJ2YXIoLS10dWktZGlzYWJsZWQtb3BhY2l0eSlcIiA6IG51bGwnLFxuICAgICAgICAnW3N0eWxlLmJvcmRlci13aWR0aC5yZW1dJzogJ3RleHRmaWVsZC5vcHRpb25zLnNpemUoKSA9PT0gXCJsXCIgPyBudWxsIDogMC4yNScsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQ29weURpcmVjdGl2ZSB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBvcHRpb25zID0gaW5qZWN0KFRVSV9DT1BZX09QVElPTlMpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgY29waWVkJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkb2MgPSBpbmplY3QoRE9DVU1FTlQpO1xuXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IHRleHRmaWVsZCA9IGluamVjdChUdWlUZXh0ZmllbGRDb21wb25lbnQpO1xuICAgIHByb3RlY3RlZCByZWFkb25seSBoaW50ID0gdHVpRGlyZWN0aXZlQmluZGluZyhcbiAgICAgICAgVHVpSGludERpcmVjdGl2ZSxcbiAgICAgICAgJ3R1aUhpbnQnLFxuICAgICAgICB0b1NpZ25hbChcbiAgICAgICAgICAgIGluamVjdChUVUlfQ09QWV9URVhUUykucGlwZShcbiAgICAgICAgICAgICAgICBzd2l0Y2hNYXAoKFtjb3B5LCBjb3BpZWRdKSA9PlxuICAgICAgICAgICAgICAgICAgICB0aGlzLmNvcGllZCQucGlwZShcbiAgICAgICAgICAgICAgICAgICAgICAgIHN3aXRjaE1hcCgoKSA9PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRpbWVyKDMwMDApLnBpcGUoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1hcCgoKSA9PiBjb3B5KSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3RhcnRXaXRoKGNvcGllZCksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKSxcbiAgICAgICAgICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgICAgICAgICAgICBzdGFydFdpdGgoY29weSksXG4gICAgICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgICAgKSxcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICB7aW5pdGlhbFZhbHVlOiAnJ30sXG4gICAgICAgICksXG4gICAgKTtcblxuICAgIHByb3RlY3RlZCByZWFkb25seSBpY29ucyA9IHR1aURpcmVjdGl2ZUJpbmRpbmcoXG4gICAgICAgIFR1aUljb24sXG4gICAgICAgICdpY29uJyxcbiAgICAgICAgY29tcHV0ZWQoKHNpemUgPSB0aGlzLnRleHRmaWVsZC5vcHRpb25zLnNpemUoKSkgPT5cbiAgICAgICAgICAgIHR1aUlzU3RyaW5nKHRoaXMub3B0aW9ucy5pY29uKSA/IHRoaXMub3B0aW9ucy5pY29uIDogdGhpcy5vcHRpb25zLmljb24oc2l6ZSksXG4gICAgICAgICksXG4gICAgKTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHR1aUNvcHkgPSAnJztcblxuICAgIHByb3RlY3RlZCBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiAhdGhpcy50ZXh0ZmllbGQuaW5wdXQ/Lm5hdGl2ZUVsZW1lbnQudmFsdWU7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIGNvcHkoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudGV4dGZpZWxkLmlucHV0Py5uYXRpdmVFbGVtZW50LnNlbGVjdCgpO1xuICAgICAgICB0aGlzLmRvYy5leGVjQ29tbWFuZCgnY29weScpO1xuICAgICAgICB0aGlzLmNvcGllZCQubmV4dCgpO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,4 +0,0 @@
1
- import { TuiCopyComponent } from './copy.component';
2
- import { TuiCopyDirective } from './copy.directive';
3
- export const TuiCopy = [TuiCopyComponent, TuiCopyDirective];
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29weS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2NvcHkvY29weS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRCxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxrQkFBa0IsQ0FBQztBQUVsRCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsQ0FBQyxnQkFBZ0IsRUFBRSxnQkFBZ0IsQ0FBVSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtUdWlDb3B5Q29tcG9uZW50fSBmcm9tICcuL2NvcHkuY29tcG9uZW50JztcbmltcG9ydCB7VHVpQ29weURpcmVjdGl2ZX0gZnJvbSAnLi9jb3B5LmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCBjb25zdCBUdWlDb3B5ID0gW1R1aUNvcHlDb21wb25lbnQsIFR1aUNvcHlEaXJlY3RpdmVdIGFzIGNvbnN0O1xuIl19
@@ -1,3 +0,0 @@
1
- import { tuiCreateOptions } from '@taiga-ui/cdk/utils/di';
2
- export const [TUI_COPY_OPTIONS, tuiCopyOptionsProvider] = tuiCreateOptions({ icon: '@tui.copy' });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29weS5vcHRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2RpcmVjdGl2ZXMvY29weS9jb3B5Lm9wdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFPeEQsTUFBTSxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsRUFBRSxzQkFBc0IsQ0FBQyxHQUNuRCxnQkFBZ0IsQ0FBaUIsRUFBQyxJQUFJLEVBQUUsV0FBVyxFQUFDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7dHlwZSBUdWlTdHJpbmdIYW5kbGVyfSBmcm9tICdAdGFpZ2EtdWkvY2RrL3R5cGVzJztcbmltcG9ydCB7dHVpQ3JlYXRlT3B0aW9uc30gZnJvbSAnQHRhaWdhLXVpL2Nkay91dGlscy9kaSc7XG5pbXBvcnQge3R5cGUgVHVpU2l6ZUwsIHR5cGUgVHVpU2l6ZVN9IGZyb20gJ0B0YWlnYS11aS9jb3JlL3R5cGVzJztcblxuZXhwb3J0IGludGVyZmFjZSBUdWlDb3B5T3B0aW9ucyB7XG4gICAgcmVhZG9ubHkgaWNvbjogVHVpU3RyaW5nSGFuZGxlcjxUdWlTaXplTCB8IFR1aVNpemVTPiB8IHN0cmluZztcbn1cblxuZXhwb3J0IGNvbnN0IFtUVUlfQ09QWV9PUFRJT05TLCB0dWlDb3B5T3B0aW9uc1Byb3ZpZGVyXSA9XG4gICAgdHVpQ3JlYXRlT3B0aW9uczxUdWlDb3B5T3B0aW9ucz4oe2ljb246ICdAdHVpLmNvcHknfSk7XG4iXX0=
@@ -1,6 +0,0 @@
1
- // TODO: Move to components in v5
2
- export * from './copy';
3
- export * from './copy.component';
4
- export * from './copy.directive';
5
- export * from './copy.options';
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvZGlyZWN0aXZlcy9jb3B5L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlDQUFpQztBQUNqQyxjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIFRPRE86IE1vdmUgdG8gY29tcG9uZW50cyBpbiB2NVxuZXhwb3J0ICogZnJvbSAnLi9jb3B5JztcbmV4cG9ydCAqIGZyb20gJy4vY29weS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb3B5LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvcHkub3B0aW9ucyc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtY29weS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9kaXJlY3RpdmVzL2NvcHkvdGFpZ2EtdWkta2l0LWRpcmVjdGl2ZXMtY29weS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==