@taiga-ui/kit 4.52.0-canary.a4e325d → 4.52.0-canary.a59c4d0

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 (334) hide show
  1. package/components/accordion/accordion.component.d.ts +13 -0
  2. package/components/accordion/accordion.d.ts +4 -4
  3. package/components/accordion/accordion.directive.d.ts +11 -10
  4. package/components/accordion/index.d.ts +1 -3
  5. package/components/action-bar/action-bar.component.d.ts +5 -7
  6. package/components/action-bar/index.d.ts +0 -2
  7. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  8. package/components/avatar/avatar.directive.d.ts +15 -0
  9. package/components/avatar/avatar.options.d.ts +1 -4
  10. package/components/avatar/index.d.ts +1 -1
  11. package/components/badge/badge.directive.d.ts +2 -2
  12. package/components/block/block.directive.d.ts +4 -4
  13. package/components/block/block.options.d.ts +1 -1
  14. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  15. package/components/checkbox/checkbox.component.d.ts +7 -18
  16. package/components/checkbox/checkbox.options.d.ts +5 -9
  17. package/components/chip/chip.directive.d.ts +2 -4
  18. package/components/comment/comment.directive.d.ts +2 -2
  19. package/components/confirm/confirm.component.d.ts +1 -0
  20. package/components/confirm/confirm.service.d.ts +2 -1
  21. package/{directives → components}/copy/copy.directive.d.ts +1 -2
  22. package/{directives → components}/copy/copy.options.d.ts +2 -2
  23. package/components/files/file/file.options.d.ts +1 -1
  24. package/components/floating-container/floating-container.directive.d.ts +2 -2
  25. package/components/fullscreen/fullscreen.component.d.ts +14 -0
  26. package/components/fullscreen/index.d.ts +1 -0
  27. package/components/index.d.ts +3 -2
  28. package/components/input-chip/input-chip.options.d.ts +1 -1
  29. package/components/input-color/input-color.component.d.ts +2 -2
  30. package/components/input-color/input-color.options.d.ts +1 -1
  31. package/components/input-date/input-date.options.d.ts +1 -1
  32. package/components/input-number/input-number.options.d.ts +1 -1
  33. package/components/input-number/quantum.directive.d.ts +1 -1
  34. package/components/input-phone/input-phone.options.d.ts +1 -1
  35. package/components/input-phone-international/input-phone-international.component.d.ts +23 -29
  36. package/components/input-range/input-range.component.d.ts +8 -11
  37. package/components/input-slider/input-slider.directive.d.ts +2 -4
  38. package/components/input-time/input-time.options.d.ts +1 -1
  39. package/components/like/like.component.d.ts +4 -11
  40. package/components/like/like.options.d.ts +3 -4
  41. package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
  42. package/components/line-clamp/line-clamp.component.d.ts +6 -10
  43. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +2 -2
  44. package/components/pager/pager.component.d.ts +1 -1
  45. package/components/pin/pin.directive.d.ts +2 -2
  46. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  47. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  48. package/components/push/push-alert.component.d.ts +3 -3
  49. package/components/push/push.component.d.ts +1 -1
  50. package/components/push/push.directive.d.ts +4 -6
  51. package/components/push/push.options.d.ts +2 -0
  52. package/components/push/push.service.d.ts +5 -2
  53. package/components/radio/radio.component.d.ts +7 -8
  54. package/components/radio/radio.directive.d.ts +2 -2
  55. package/components/radio/radio.options.d.ts +2 -5
  56. package/components/range/range-change.directive.d.ts +1 -1
  57. package/components/range/range.component.d.ts +0 -5
  58. package/components/rating/rating.component.d.ts +5 -5
  59. package/components/rating/rating.options.d.ts +5 -3
  60. package/components/segmented/segmented.component.d.ts +1 -3
  61. package/components/slider/helpers/key-steps.d.ts +1 -2
  62. package/components/slider/helpers/slider-key-steps.directive.d.ts +12 -21
  63. package/components/slides/slides.directive.d.ts +4 -4
  64. package/components/status/status.directive.d.ts +2 -2
  65. package/components/switch/switch.component.d.ts +7 -19
  66. package/components/switch/switch.options.d.ts +4 -8
  67. package/components/textarea/textarea.options.d.ts +1 -1
  68. package/components/toast/index.d.ts +5 -0
  69. package/components/toast/toast.component.d.ts +17 -0
  70. package/components/toast/toast.d.ts +3 -0
  71. package/components/toast/toast.directive.d.ts +7 -0
  72. package/components/toast/toast.options.d.ts +8 -0
  73. package/components/toast/toast.service.d.ts +16 -0
  74. package/directives/button-select/button-select.directive.d.ts +1 -2
  75. package/directives/chevron/chevron.directive.d.ts +2 -3
  76. package/directives/fade/fade.directive.d.ts +1 -0
  77. package/directives/highlight/highlight.directive.d.ts +1 -3
  78. package/directives/index.d.ts +0 -2
  79. package/directives/password/password.options.d.ts +1 -1
  80. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  81. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  82. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  83. package/directives/tooltip/tooltip.directive.d.ts +2 -2
  84. package/directives/tooltip/tooltip.options.d.ts +1 -4
  85. package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
  86. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  87. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +22 -38
  88. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  89. package/fesm2022/taiga-ui-kit-components-avatar.mjs +81 -100
  90. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  91. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +3 -3
  92. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  93. package/fesm2022/taiga-ui-kit-components-badge.mjs +15 -21
  94. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  95. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +6 -6
  96. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  97. package/fesm2022/taiga-ui-kit-components-block.mjs +17 -24
  98. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  99. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +6 -8
  100. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  101. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  102. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  103. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +4 -6
  104. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  105. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +7 -7
  106. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  107. package/fesm2022/taiga-ui-kit-components-carousel.mjs +17 -19
  108. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  109. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +19 -76
  110. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  111. package/fesm2022/taiga-ui-kit-components-chip.mjs +22 -27
  112. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  113. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +3 -3
  114. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  115. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  116. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  117. package/fesm2022/taiga-ui-kit-components-compass.mjs +3 -3
  118. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  119. package/fesm2022/taiga-ui-kit-components-confirm.mjs +13 -13
  120. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  121. package/fesm2022/{taiga-ui-kit-directives-copy.mjs → taiga-ui-kit-components-copy.mjs} +11 -12
  122. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  123. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +10 -11
  124. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  125. package/fesm2022/taiga-ui-kit-components-drawer.mjs +5 -5
  126. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  127. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +6 -6
  128. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-kit-components-files.mjs +27 -36
  130. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-kit-components-filter.mjs +6 -15
  132. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +13 -19
  134. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +63 -0
  136. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  137. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +20 -17
  138. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-kit-components-input-color.mjs +9 -12
  140. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +5 -5
  142. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +3 -3
  144. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +7 -8
  146. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-kit-components-input-date.mjs +13 -14
  148. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +5 -5
  150. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +5 -5
  152. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-input-month.mjs +10 -11
  154. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-input-number.mjs +25 -24
  156. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +104 -130
  158. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +3 -3
  160. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +5 -5
  162. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-input-range.mjs +34 -38
  164. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +27 -40
  166. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-input-time.mjs +12 -13
  168. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-input-year.mjs +5 -5
  170. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +16 -16
  172. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  174. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +32 -40
  176. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-message.mjs +9 -11
  178. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  179. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +42 -38
  180. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +12 -19
  182. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -6
  184. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-pagination.mjs +7 -7
  186. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  188. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +11 -11
  190. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-preview.mjs +31 -33
  192. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-progress.mjs +37 -50
  194. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-pulse.mjs +3 -3
  196. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-push.mjs +46 -41
  198. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +5 -6
  200. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-radio.mjs +34 -39
  202. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-range.mjs +9 -18
  204. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-rating.mjs +17 -21
  206. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  207. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
  208. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  209. package/fesm2022/taiga-ui-kit-components-segmented.mjs +6 -6
  210. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-select.mjs +14 -14
  212. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-slider.mjs +69 -67
  214. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-slides.mjs +14 -22
  216. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  218. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-stepper.mjs +11 -11
  220. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-switch.mjs +19 -65
  222. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-tabs.mjs +28 -33
  224. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-textarea.mjs +14 -15
  226. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-tiles.mjs +12 -12
  228. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-toast.mjs +166 -0
  230. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
  231. package/fesm2022/taiga-ui-kit-components-tree.mjs +32 -40
  232. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components.mjs +3 -2
  234. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +3 -3
  236. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +9 -12
  238. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +5 -12
  240. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +13 -20
  242. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-directives-connected.mjs +9 -14
  244. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +3 -3
  246. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-directives-fade.mjs +9 -12
  248. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
  250. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -3
  252. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +6 -7
  254. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-directives-password.mjs +6 -6
  256. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -3
  258. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +13 -18
  260. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  262. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +27 -38
  264. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +13 -18
  266. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  267. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +4 -5
  268. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +3 -3
  270. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-directives.mjs +0 -2
  272. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
  274. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  275. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +3 -3
  276. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  277. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
  278. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
  280. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
  282. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  283. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
  284. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  285. package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
  286. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  287. package/fesm2022/taiga-ui-kit-tokens.mjs +1 -6
  288. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  289. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  290. package/package.json +26 -33
  291. package/pipes/index.d.ts +0 -1
  292. package/styles/components/avatar.less +188 -0
  293. package/styles/components/block.less +1 -1
  294. package/styles/components/checkbox.less +14 -12
  295. package/styles/components/chip.less +2 -3
  296. package/styles/components/like.less +4 -9
  297. package/styles/components/pin.less +3 -7
  298. package/styles/components/radio.less +1 -1
  299. package/styles/components/switch.less +9 -9
  300. package/styles/components/toast.less +44 -0
  301. package/tokens/index.d.ts +0 -1
  302. package/tokens/input-date-options.d.ts +1 -1
  303. package/components/accordion/accordion-item-content.directive.d.ts +0 -6
  304. package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
  305. package/components/accordion/accordion-item.component.d.ts +0 -25
  306. package/components/action-bar/action-bar.d.ts +0 -3
  307. package/components/action-bar/action-bar.directive.d.ts +0 -6
  308. package/components/avatar/avatar.component.d.ts +0 -15
  309. package/components/input-password/index.d.ts +0 -2
  310. package/components/input-password/input-password.component.d.ts +0 -16
  311. package/components/input-password/input-password.options.d.ts +0 -24
  312. package/components/pdf-viewer/index.d.ts +0 -4
  313. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  314. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  315. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  316. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  317. package/directives/icon-badge/icon-badge.directive.d.ts +0 -9
  318. package/directives/icon-badge/index.d.ts +0 -1
  319. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -95
  320. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  321. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  322. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  323. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  324. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs +0 -47
  325. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs.map +0 -1
  326. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  327. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  328. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  329. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  330. package/pipes/field-error/index.d.ts +0 -2
  331. package/tokens/validation-errors.d.ts +0 -5
  332. /package/{directives → components}/copy/copy.component.d.ts +0 -0
  333. /package/{directives → components}/copy/copy.d.ts +0 -0
  334. /package/{directives → components}/copy/index.d.ts +0 -0
@@ -0,0 +1,188 @@
1
+ @import '@taiga-ui/core/styles/taiga-ui-local.less';
2
+
3
+ /**
4
+ * @name Avatar
5
+ * @selector [tuiAvatar]
6
+ *
7
+ * @description
8
+ * An avatar component which can be used with icons, text or images
9
+ * and is applicable to static elements as well as buttons and links
10
+ *
11
+ * @attributes
12
+ * data-size — size (default: 'l') ('xs' | 's' | 'm' | 'l' | 'xl' | 'xxl')
13
+ * data-shape — shape (default: 'round') ('round' | 'square')
14
+ *
15
+ * @example
16
+ * <span tuiAvatar tuiIcons style="--t-icon-start: url('icon.svg')"></span>
17
+ * <button tuiAvatar>
18
+ * <img src="path/to/image" alt="Avatar" />
19
+ * </button>
20
+ *
21
+ * @see-also
22
+ * Icons, Icon, Appearance
23
+ */
24
+ [tuiAvatar] {
25
+ --t-size: var(--tui-height-l);
26
+ --t-radius: 0.75rem;
27
+ --t-corner-offset: calc((var(--t-radius) * 1.4142 - var(--t-radius)) * 1 / 1.4142);
28
+
29
+ position: relative;
30
+ display: inline-flex;
31
+ flex-shrink: 0;
32
+ inline-size: var(--t-size);
33
+ block-size: var(--t-size);
34
+ align-items: center;
35
+ justify-content: center;
36
+ white-space: nowrap;
37
+ border-radius: var(--t-radius);
38
+ border: none;
39
+ background: var(--tui-background-neutral-1);
40
+ color: var(--tui-text-secondary);
41
+ vertical-align: middle;
42
+ box-sizing: border-box;
43
+ padding: 0.25rem;
44
+ font: var(--tui-font-text-l);
45
+ font-weight: bold;
46
+ opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
47
+
48
+ &::before {
49
+ inline-size: auto;
50
+ block-size: auto;
51
+ }
52
+
53
+ &:not(._initials)::before {
54
+ position: absolute;
55
+ inset: 0;
56
+ font-size: calc(var(--t-size) * 0.6);
57
+ }
58
+
59
+ &[data-size='xs'] {
60
+ --t-size: var(--tui-height-xs);
61
+ --t-radius: 0.5rem;
62
+
63
+ font: var(--tui-font-text-ui-xs);
64
+ font-size: 0.5625rem;
65
+
66
+ &._initials::before {
67
+ font: var(--tui-font-text-ui-xs);
68
+ font-weight: bold;
69
+ }
70
+ }
71
+
72
+ &[data-size='s'] {
73
+ --t-size: var(--tui-height-s);
74
+ --t-radius: 0.5rem;
75
+
76
+ font: var(--tui-font-text-ui-xs);
77
+ font-weight: bold;
78
+
79
+ &._initials::before {
80
+ font: var(--tui-font-text-s);
81
+ font-weight: bold;
82
+ }
83
+ }
84
+
85
+ &[data-size='m'] {
86
+ --t-size: calc(var(--tui-height-m) - 0.25rem);
87
+ --t-radius: 0.75rem;
88
+
89
+ font: var(--tui-font-text-ui-m);
90
+ font-weight: bold;
91
+
92
+ &._initials::before {
93
+ font: var(--tui-font-text-m);
94
+ font-weight: bold;
95
+ }
96
+ }
97
+
98
+ &[data-size='xl'] {
99
+ --t-size: 5rem;
100
+ --t-radius: 0.75rem;
101
+
102
+ font: var(--tui-font-heading-4);
103
+
104
+ &._initials::before {
105
+ font: var(--tui-font-heading-3);
106
+ }
107
+ }
108
+
109
+ &[data-size='xxl'] {
110
+ --t-size: 6rem;
111
+ --t-radius: 1rem;
112
+
113
+ font: var(--tui-font-heading-3);
114
+
115
+ &._initials::before {
116
+ font: var(--tui-font-heading-3);
117
+ }
118
+ }
119
+
120
+ &[data-size='xxxl'] {
121
+ --t-size: 8rem;
122
+ --t-radius: 1.25rem;
123
+
124
+ font: var(--tui-font-heading-3);
125
+
126
+ &._initials::before {
127
+ font: var(--tui-font-heading-2);
128
+ }
129
+ }
130
+
131
+ &:not([data-shape='square']) {
132
+ --t-radius: calc(var(--t-size) / 2);
133
+ }
134
+
135
+ &._initials {
136
+ &::before {
137
+ content: attr(data-icon-start);
138
+ mask: none;
139
+ background: none;
140
+ font: var(--tui-font-heading-6);
141
+ }
142
+ }
143
+
144
+ &._badge {
145
+ mask: radial-gradient(
146
+ circle at calc(100% - var(--t-corner-offset)) calc(100% - var(--t-corner-offset)),
147
+ black 0.23rem,
148
+ transparent 0.25rem,
149
+ transparent 0.375rem,
150
+ black 0.39rem
151
+ );
152
+ mask-clip: no-clip;
153
+
154
+ &::after {
155
+ content: '';
156
+ position: absolute;
157
+ top: calc(100% - var(--t-corner-offset));
158
+ left: calc(100% - var(--t-corner-offset));
159
+ display: block;
160
+ inline-size: 0.55rem;
161
+ block-size: 0.55rem;
162
+ border-radius: 100%;
163
+ background: var(--t-badge);
164
+ transform: translate3d(-50%, -50%, 0);
165
+ }
166
+ }
167
+
168
+ &._fallback {
169
+ img,
170
+ video {
171
+ display: none;
172
+ }
173
+ }
174
+
175
+ img,
176
+ video,
177
+ picture {
178
+ .fullsize();
179
+
180
+ object-fit: cover;
181
+ box-sizing: border-box;
182
+ border-radius: inherit;
183
+ }
184
+
185
+ &:has(img, video):not(._fallback) {
186
+ background: none;
187
+ }
188
+ }
@@ -94,7 +94,7 @@
94
94
  padding: 0;
95
95
  }
96
96
 
97
- tui-avatar {
97
+ [tuiAvatar] {
98
98
  margin: -0.25rem;
99
99
  }
100
100
 
@@ -11,11 +11,11 @@
11
11
  * data-size — size (default: 'm') ('s' | 'm')
12
12
  *
13
13
  * @vars
14
- * --t-checked-icon — checkmark icon
15
- * --t-indeterminate-icon — indeterminate state icon
14
+ * --t-icon-start — checkmark icon
15
+ * --t-icon-end — indeterminate state icon
16
16
  *
17
17
  * @example
18
- * <input type="checkbox" tuiCheckbox />
18
+ * <input type="checkbox" tuiCheckbox tuiIcons tuiAppearance data-appearance='secondary' />
19
19
  *
20
20
  * @see-also
21
21
  * Switch, Radio, Appearance
@@ -32,20 +32,22 @@
32
32
  flex-shrink: 0;
33
33
 
34
34
  &::before {
35
- .fullsize(absolute, inset);
36
-
37
- content: '';
35
+ position: absolute;
36
+ block-size: 100%;
37
+ inline-size: 100%;
38
38
  font-size: 1rem;
39
- background: currentColor;
40
- mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>') no-repeat center /
41
- calc(~'min(1em, 100%)' + 10 * var(--tui-stroke-width, 0.125rem)) ~'min(1em, 100%)' padding-box;
39
+ mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>');
42
40
  transform: scale(0);
43
41
  transition:
44
42
  transform var(--tui-duration) ease-in-out,
45
43
  mask 0s var(--tui-duration) ease-in-out;
46
44
  }
47
45
 
48
- &:disabled._readonly {
46
+ &::after {
47
+ display: none;
48
+ }
49
+
50
+ &:disabled._readonly._readonly {
49
51
  opacity: 1;
50
52
  pointer-events: none;
51
53
  }
@@ -53,7 +55,7 @@
53
55
  &:checked,
54
56
  &:indeterminate {
55
57
  &::before {
56
- mask-image: var(--t-checked-icon);
58
+ mask-image: var(--t-icon-start);
57
59
  transform: scale(1);
58
60
  transition:
59
61
  transform var(--tui-duration) ease-in-out,
@@ -63,7 +65,7 @@
63
65
  }
64
66
 
65
67
  &:indeterminate::before {
66
- mask-image: var(--t-indeterminate-icon);
68
+ mask-image: var(--t-icon-end);
67
69
  }
68
70
 
69
71
  &[data-size='s'] {
@@ -32,6 +32,7 @@ tui-chip,
32
32
  block-size: var(--t-size);
33
33
  inline-size: fit-content;
34
34
  isolation: isolate;
35
+ max-inline-size: stretch;
35
36
 
36
37
  .interactive({
37
38
  cursor: pointer;
@@ -88,7 +89,7 @@ tui-chip,
88
89
  }
89
90
 
90
91
  & > img,
91
- tui-avatar {
92
+ [tuiAvatar] {
92
93
  inline-size: 1.5rem;
93
94
  margin-inline-start: -0.375rem;
94
95
  }
@@ -115,8 +116,6 @@ tui-chip,
115
116
  }
116
117
  }
117
118
 
118
- &[tuiAppearance][data-appearance='error'], /* TODO @deprecated remove in v5 */
119
- &[tuiAppearance][data-appearance='success'], /* TODO @deprecated remove in v5 */
120
119
  &[tuiAppearance][data-appearance='negative'],
121
120
  &[tuiAppearance][data-appearance='positive'],
122
121
  &[tuiAppearance][data-appearance='warning'],
@@ -11,12 +11,12 @@
11
11
  * data-size — size (default: 'm') ('s' | 'm')
12
12
  *
13
13
  * @vars
14
- * --t-icon-color - custom color for `:checked` state
15
- * --t-unchecked-icon — default state icon
16
- * --t-checked-icon — checkmark icon
14
+ * --t-icon-color custom color for `:checked` state
15
+ * --t-icon-start — default state icon
16
+ * --t-icon-end — checkmark icon
17
17
  *
18
18
  * @example
19
- * <input tuiLike />
19
+ * <input tuiLike tuiIcons tuiAppearance data-appearance="secondary" />
20
20
  *
21
21
  * @see-also
22
22
  * Checkbox, Switch, Radio, Appearance
@@ -34,16 +34,11 @@
34
34
  &::after {
35
35
  .fullsize();
36
36
 
37
- content: '';
38
- background: currentColor;
39
37
  font-size: 1.25rem;
40
- mask: var(--t-unchecked-icon) no-repeat center /
41
- calc(~'min(1em, 100%)' + 10 * var(--tui-stroke-width, 0.125rem)) ~'min(1em, 100%)' padding-box;
42
38
  transition-property: transform, opacity;
43
39
  }
44
40
 
45
41
  &::after {
46
- mask-image: var(--t-checked-icon);
47
42
  opacity: 0;
48
43
  color: var(--t-icon-color, inherit);
49
44
  transform: scale(0);
@@ -13,7 +13,6 @@
13
13
  * @see-also
14
14
  * Compass
15
15
  */
16
- tui-pin,
17
16
  [tuiPin] {
18
17
  --t-size: 2rem;
19
18
 
@@ -64,8 +63,7 @@ tui-pin,
64
63
  background: var(--tui-background-base);
65
64
  }
66
65
 
67
- > tui-icon,
68
- > tui-svg {
66
+ > tui-icon {
69
67
  .transition(~'width, height');
70
68
 
71
69
  font-size: 1.25rem;
@@ -84,8 +82,7 @@ tui-pin,
84
82
  padding: 0.125rem;
85
83
  }
86
84
 
87
- > tui-icon,
88
- > tui-svg {
85
+ > tui-icon {
89
86
  font-size: 2.125rem;
90
87
  }
91
88
 
@@ -113,8 +110,7 @@ tui-pin,
113
110
  padding: 0.125rem;
114
111
  }
115
112
 
116
- > tui-icon,
117
- > tui-svg {
113
+ > tui-icon {
118
114
  font-size: 2.125rem;
119
115
  }
120
116
 
@@ -29,7 +29,7 @@
29
29
  border-radius: 100%;
30
30
  color: var(--tui-text-primary-on-accent-1);
31
31
 
32
- &:disabled._readonly {
32
+ &:disabled._readonly._readonly {
33
33
  opacity: 1;
34
34
  }
35
35
 
@@ -11,10 +11,10 @@
11
11
  * data-size — size (default: 'm') ('s' | 'm')
12
12
  *
13
13
  * @vars
14
- * --t-checked-icon — checkmark icon
14
+ * --t-icon-start — checkmark icon
15
15
  *
16
16
  * @example
17
- * <input type="checkbox" tuiSwitch />
17
+ * <input type="checkbox" tuiSwitch tuiAppearance data-appearance="primary" />
18
18
  *
19
19
  * @see-also
20
20
  * Checkbox, Radio
@@ -63,13 +63,12 @@
63
63
  }
64
64
  }
65
65
 
66
- &:disabled._readonly {
66
+ &:disabled._readonly._readonly {
67
67
  opacity: 1;
68
68
  }
69
69
 
70
70
  &::before,
71
71
  &::after {
72
- content: '';
73
72
  position: absolute;
74
73
  block-size: 100%;
75
74
  inline-size: 1.5rem;
@@ -77,10 +76,6 @@
77
76
  }
78
77
 
79
78
  &::before {
80
- display: var(--t-checked-icon, none);
81
- background: currentColor;
82
- mask: var(--t-checked-icon) no-repeat center / calc(~'min(1em, 100%)' + 10 * var(--tui-stroke-width, 0.125rem))
83
- ~'min(1em, 100%)' padding-box;
84
79
  font-size: 1rem;
85
80
  inline-size: 1.375rem;
86
81
  transform: translateX(-1.5rem);
@@ -88,11 +83,16 @@
88
83
 
89
84
  &::after {
90
85
  right: 0;
86
+ display: block;
91
87
  border-radius: 100%;
88
+ background: none;
92
89
  transform: scale(0.33333);
93
90
  box-shadow: -4.5rem 0 0 0.75rem var(--tui-background-base);
94
91
  outline: 0.375rem solid var(--tui-background-neutral-2-pressed);
95
- outline-offset: var(--t-checked-icon, 20rem);
92
+ }
93
+
94
+ &:not([data-icon-start])::after {
95
+ outline-offset: 20rem;
96
96
  }
97
97
 
98
98
  &:invalid:not([data-mode]),
@@ -0,0 +1,44 @@
1
+ @import '@taiga-ui/core/styles/taiga-ui-local.less';
2
+
3
+ [tuiToast] {
4
+ .transition(transform);
5
+
6
+ display: flex;
7
+ grid-row: 1 / span 2;
8
+ box-sizing: border-box;
9
+ gap: 0.75rem;
10
+ color: var(--tui-text-primary);
11
+ background: var(--tui-background-elevation-3);
12
+ min-block-size: 3.5rem;
13
+ border-radius: 1rem;
14
+ padding: 0.75rem 1rem;
15
+ box-shadow: var(--tui-shadow-medium);
16
+ align-items: center;
17
+ justify-content: center;
18
+ inline-size: max-content;
19
+ font: var(--tui-font-text-ui-s);
20
+ max-inline-size: ~'min(calc(100vw - 2rem), 25rem)';
21
+ border: inherit;
22
+ text-decoration: none;
23
+ overflow: hidden;
24
+
25
+ .interactive({
26
+ cursor: pointer;
27
+ });
28
+
29
+ > *,
30
+ &::after,
31
+ &::before {
32
+ max-inline-size: 50%;
33
+ margin: 0 -0.25rem;
34
+ }
35
+
36
+ &::after {
37
+ font-size: 1rem;
38
+ color: var(--tui-text-tertiary);
39
+ }
40
+
41
+ [tuiAvatar] {
42
+ margin-inline-end: 0;
43
+ }
44
+ }
package/tokens/index.d.ts CHANGED
@@ -6,4 +6,3 @@ export * from './items-handlers';
6
6
  export * from './mobile-calendar';
7
7
  export * from './month-formatter';
8
8
  export * from './preview-icons';
9
- export * from './validation-errors';
@@ -12,4 +12,4 @@ export declare const TUI_INPUT_DATE_DEFAULT_OPTIONS: TuiInputDateOptions;
12
12
  /**
13
13
  * Default parameters for InputDate component
14
14
  */
15
- export declare const TUI_INPUT_DATE_OPTIONS: import("@angular/core").InjectionToken<TuiInputDateOptions>, tuiInputDateOptionsProvider: (item: Partial<TuiInputDateOptions> | import("@angular/core").ProviderToken<Partial<TuiInputDateOptions>> | (() => Partial<TuiInputDateOptions>)) => import("@angular/core").FactoryProvider;
15
+ export declare const TUI_INPUT_DATE_OPTIONS: import("@angular/core").InjectionToken<TuiInputDateOptions>, tuiInputDateOptionsProvider: (item: Partial<TuiInputDateOptions> | (() => Partial<TuiInputDateOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,6 +0,0 @@
1
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiAccordionItemContent extends PolymorpheusTemplate<Record<string, unknown>> {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAccordionItemContent, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAccordionItemContent, "ng-template[tuiAccordionItemContent]", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiAccordionItemEagerContent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAccordionItemEagerContent, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAccordionItemEagerContent, "[tuiAccordionItemContent]:not(ng-template)", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,25 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type TuiSizeS } from '@taiga-ui/core/types';
3
- import { TuiAccordionItemContent } from './accordion-item-content.directive';
4
- import { TuiAccordionItemEagerContent } from './accordion-item-eager-content.directive';
5
- import * as i0 from "@angular/core";
6
- export declare class TuiAccordionItem {
7
- private readonly cdr;
8
- protected readonly eagerContent?: TuiAccordionItemEagerContent;
9
- protected readonly lazyContent?: TuiAccordionItemContent;
10
- noPadding: boolean;
11
- showArrow: boolean;
12
- borders: 'all' | 'top-bottom' | null;
13
- size: TuiSizeS;
14
- disabled: boolean;
15
- disableHover: boolean;
16
- open: boolean;
17
- async: boolean;
18
- readonly openChange: EventEmitter<boolean>;
19
- close(): void;
20
- protected onRowToggle(): void;
21
- protected onItemKeyDownEsc(event: Event): void;
22
- private updateOpen;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAccordionItem, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiAccordionItem, "tui-accordion-item", never, { "noPadding": { "alias": "noPadding"; "required": false; }; "showArrow": { "alias": "showArrow"; "required": false; }; "borders": { "alias": "borders"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableHover": { "alias": "disableHover"; "required": false; }; "open": { "alias": "open"; "required": false; }; "async": { "alias": "async"; "required": false; }; }, { "openChange": "openChange"; }, ["eagerContent", "lazyContent"], ["*", "[tuiAccordionItemContent]:not(ng-template)"], true, never>;
25
- }
@@ -1,3 +0,0 @@
1
- import { TuiActionBarComponent } from './action-bar.component';
2
- import { TuiActionBarDirective } from './action-bar.directive';
3
- export declare const TuiActionBar: readonly [typeof TuiActionBarComponent, typeof TuiActionBarDirective];
@@ -1,6 +0,0 @@
1
- import { TuiDropdownPortal } from '@taiga-ui/core/directives/dropdown';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiActionBarDirective extends TuiDropdownPortal {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiActionBarDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiActionBarDirective, "ng-template[tuiActionBar]", never, { "tuiDropdown": { "alias": "tuiActionBar"; "required": false; }; }, {}, never, never, true, never>;
6
- }
@@ -1,15 +0,0 @@
1
- import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@taiga-ui/core/directives/appearance";
4
- import * as i2 from "@taiga-ui/core/directives/icons";
5
- export declare class TuiAvatar {
6
- private readonly options;
7
- size: "m" | "s" | "xs" | "l" | "xl" | "xxl";
8
- round: boolean;
9
- src?: SafeResourceUrl | string | null;
10
- protected get value(): SafeResourceUrl | string;
11
- protected get svg(): boolean;
12
- protected get type(): 'content' | 'icon' | 'img' | 'text';
13
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAvatar, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiAvatar, "tui-avatar,button[tuiAvatar],a[tuiAvatar]", never, { "size": { "alias": "size"; "required": false; }; "round": { "alias": "round"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiIcons; inputs: { "iconStart": "src"; }; outputs: {}; }]>;
15
- }
@@ -1,2 +0,0 @@
1
- export * from './input-password.component';
2
- export * from './input-password.options';
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@taiga-ui/core/components/textfield";
3
- /**
4
- * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
5
- */
6
- export declare class TuiInputPassword {
7
- private readonly options;
8
- private readonly texts;
9
- protected readonly el: HTMLInputElement;
10
- protected readonly size: import("@angular/core").WritableSignal<"m" | "l" | "s">;
11
- protected readonly hidden: import("@angular/core").WritableSignal<boolean>;
12
- protected readonly text: import("@angular/core").Signal<string>;
13
- protected readonly icon: import("@angular/core").Signal<string>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPassword, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPassword, "input[tuiInputPassword]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }]>;
16
- }
@@ -1,24 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- import { type TuiStringHandler } from '@taiga-ui/cdk/types';
3
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
4
- /**
5
- * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
6
- */
7
- export interface TuiInputPasswordOptions {
8
- readonly icons: Readonly<{
9
- hide: TuiStringHandler<TuiSizeL | TuiSizeS> | string;
10
- show: TuiStringHandler<TuiSizeL | TuiSizeS> | string;
11
- }>;
12
- }
13
- /**
14
- * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
15
- */
16
- export declare const TUI_INPUT_PASSWORD_DEFAULT_OPTIONS: TuiInputPasswordOptions;
17
- /**
18
- * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
19
- */
20
- export declare const TUI_INPUT_PASSWORD_OPTIONS: InjectionToken<TuiInputPasswordOptions>;
21
- /**
22
- * @deprecated use {@link TuiPassword} with {@link TuiTextfield}
23
- */
24
- export declare function tuiInputPasswordOptionsProvider(options: Partial<TuiInputPasswordOptions>): Provider;
@@ -1,4 +0,0 @@
1
- export * from './pdf-viewer.component';
2
- export * from './pdf-viewer.directive';
3
- export * from './pdf-viewer.options';
4
- export * from './pdf-viewer.service';
@@ -1,12 +0,0 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@taiga-ui/cdk/directives/animated";
5
- export declare class TuiPdfViewerComponent<I, O> {
6
- protected readonly closeWord$: import("rxjs").Observable<string>;
7
- protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
8
- protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
9
- protected onKeyDownEsc(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
12
- }
@@ -1,7 +0,0 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "options": { "alias": "tuiPdfViewerOptions"; "required": false; }; "open": { "alias": "tuiPdfViewer"; "required": false; }; }, { "openChange": "tuiPdfViewerChange"; }, never, never, true, never>;
7
- }
@@ -1,13 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
4
- /**
5
- * Default parameters for PdfViewer component
6
- */
7
- export declare const TUI_PDF_VIEWER_OPTIONS: InjectionToken<TuiPdfViewerOptions<undefined>>;
8
- export declare function tuiPdfViewerOptionsProvider(options: Partial<TuiPdfViewerOptions>): Provider;
9
- export interface TuiPdfViewerOptions<I = undefined> {
10
- readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
11
- readonly data: I;
12
- readonly label: string;
13
- }
@@ -1,13 +0,0 @@
1
- import { type SafeResourceUrl } from '@angular/platform-browser';
2
- import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
3
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
4
- import { type Observable } from 'rxjs';
5
- import { type TuiPdfViewerOptions } from './pdf-viewer.options';
6
- import * as i0 from "@angular/core";
7
- type Content<G> = PolymorpheusContent<TuiPdfViewerOptions<unknown> & TuiPopoverContext<G>>;
8
- export declare class TuiPdfViewerService extends TuiPopoverService<TuiPdfViewerOptions<unknown>> {
9
- open<G>(content: Content<G> | SafeResourceUrl, options?: Partial<TuiPdfViewerOptions<any>>): Observable<G>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiPdfViewerService>;
12
- }
13
- export {};