@taiga-ui/experimental 3.57.0 → 3.59.0-canary.10da730

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 (589) hide show
  1. package/components/avatar/avatar.component.d.ts +2 -2
  2. package/components/avatar/avatar.options.d.ts +2 -1
  3. package/components/avatar-stack/avatar-stack.component.d.ts +1 -1
  4. package/components/badge/badge.component.d.ts +1 -1
  5. package/components/badge/badge.directive.d.ts +3 -2
  6. package/components/badge/badge.module.d.ts +1 -2
  7. package/components/badge/badge.options.d.ts +2 -2
  8. package/components/badge-notification/badge-notification.component.d.ts +1 -1
  9. package/components/badged-content/badged-content.component.d.ts +1 -1
  10. package/components/badged-content/badged-content.directive.d.ts +1 -1
  11. package/components/button/button.component.d.ts +1 -1
  12. package/components/button/button.directive.d.ts +4 -3
  13. package/components/button/button.module.d.ts +1 -2
  14. package/components/button/button.options.d.ts +2 -2
  15. package/components/checkbox/checkbox.component.d.ts +12 -12
  16. package/components/checkbox/checkbox.options.d.ts +4 -3
  17. package/components/chip/chip.component.d.ts +1 -1
  18. package/components/chip/chip.directive.d.ts +5 -3
  19. package/components/chip/chip.module.d.ts +1 -2
  20. package/components/chip/chip.options.d.ts +2 -2
  21. package/components/compass/compass.component.d.ts +1 -1
  22. package/components/icon/icon.component.d.ts +1 -1
  23. package/components/pin/pin.component.d.ts +1 -1
  24. package/components/radio/index.d.ts +1 -0
  25. package/components/radio/radio.component.d.ts +11 -5
  26. package/components/radio/radio.options.d.ts +10 -0
  27. package/components/rating/rating.component.d.ts +1 -1
  28. package/components/thumbnail-card/thumbnail-card.component.d.ts +1 -1
  29. package/components/toggle/toggle.component.d.ts +12 -8
  30. package/components/toggle/toggle.options.d.ts +3 -2
  31. package/components/tooltip/tooltip.component.d.ts +1 -1
  32. package/components/tooltip/tooltip.module.d.ts +3 -4
  33. package/directives/appearance/appearance.directive.d.ts +1 -1
  34. package/directives/appearance/appearance.options.d.ts +7 -0
  35. package/directives/appearance/index.d.ts +1 -1
  36. package/directives/button-close/button-close.directive.d.ts +1 -1
  37. package/directives/button-vertical/button-vertical.component.d.ts +1 -1
  38. package/directives/button-vertical/button-vertical.directive.d.ts +1 -1
  39. package/directives/card/card.component.d.ts +1 -1
  40. package/directives/card/card.directive.d.ts +1 -1
  41. package/directives/cell/cell.component.d.ts +1 -1
  42. package/directives/cell/cell.directive.d.ts +1 -1
  43. package/directives/fade/fade.component.d.ts +1 -1
  44. package/directives/fade/fade.directive.d.ts +1 -1
  45. package/directives/icons/icons.component.d.ts +1 -1
  46. package/directives/icons/icons.directive.d.ts +1 -1
  47. package/directives/icons/index.d.ts +0 -1
  48. package/directives/progress-segmented/progress-segmented.component.d.ts +1 -1
  49. package/directives/progress-segmented/progress-segmented.directive.d.ts +1 -1
  50. package/directives/sensitive/sensitive.component.d.ts +1 -1
  51. package/directives/sensitive/sensitive.directive.d.ts +1 -1
  52. package/directives/surface/surface.component.d.ts +1 -1
  53. package/directives/surface/surface.directive.d.ts +1 -1
  54. package/directives/title/title.component.d.ts +1 -1
  55. package/directives/title/title.directive.d.ts +1 -1
  56. package/esm2020/components/avatar/avatar.component.mjs +66 -0
  57. package/{esm2015/components/avatar/avatar.module.js → esm2020/components/avatar/avatar.module.mjs} +5 -5
  58. package/esm2020/components/avatar/avatar.options.mjs +11 -0
  59. package/{esm2015/components/avatar-stack/avatar-stack.component.js → esm2020/components/avatar-stack/avatar-stack.component.mjs} +5 -11
  60. package/{esm2015/components/avatar-stack/avatar-stack.module.js → esm2020/components/avatar-stack/avatar-stack.module.mjs} +5 -5
  61. package/esm2020/components/badge/badge.component.mjs +13 -0
  62. package/esm2020/components/badge/badge.directive.mjs +57 -0
  63. package/esm2020/components/badge/badge.module.mjs +17 -0
  64. package/esm2020/components/badge/badge.options.mjs +11 -0
  65. package/{esm2015/components/badge-notification/badge-notification.component.js → esm2020/components/badge-notification/badge-notification.component.mjs} +6 -13
  66. package/{esm2015/components/badge-notification/badge-notification.module.js → esm2020/components/badge-notification/badge-notification.module.mjs} +4 -4
  67. package/esm2020/components/badged-content/badged-content.component.mjs +12 -0
  68. package/{esm2015/components/badged-content/badged-content.directive.js → esm2020/components/badged-content/badged-content.directive.mjs} +3 -3
  69. package/{esm2015/components/badged-content/badged-content.module.js → esm2020/components/badged-content/badged-content.module.mjs} +5 -5
  70. package/{esm2015/components/button/button.component.js → esm2020/components/button/button.component.mjs} +6 -11
  71. package/esm2020/components/button/button.directive.mjs +69 -0
  72. package/esm2020/components/button/button.module.mjs +20 -0
  73. package/{esm2015/components/button/button.options.js → esm2020/components/button/button.options.mjs} +2 -2
  74. package/esm2020/components/checkbox/checkbox.component.mjs +64 -0
  75. package/{esm2015/components/checkbox/checkbox.module.js → esm2020/components/checkbox/checkbox.module.mjs} +4 -4
  76. package/esm2020/components/checkbox/checkbox.options.mjs +14 -0
  77. package/esm2020/components/chip/chip.component.mjs +13 -0
  78. package/esm2020/components/chip/chip.directive.mjs +72 -0
  79. package/esm2020/components/chip/chip.module.mjs +17 -0
  80. package/{esm2015/components/chip/chip.options.js → esm2020/components/chip/chip.options.mjs} +2 -2
  81. package/{esm2015/components/compass/compass.component.js → esm2020/components/compass/compass.component.mjs} +5 -10
  82. package/{esm2015/components/compass/compass.module.js → esm2020/components/compass/compass.module.mjs} +4 -4
  83. package/{esm2015/components/icon/icon.component.js → esm2020/components/icon/icon.component.mjs} +6 -12
  84. package/{esm2015/components/icon/icon.module.js → esm2020/components/icon/icon.module.mjs} +4 -4
  85. package/esm2020/components/pin/pin.component.mjs +19 -0
  86. package/{esm2015/components/pin/pin.module.js → esm2020/components/pin/pin.module.mjs} +4 -4
  87. package/{esm2015/components/radio/index.js → esm2020/components/radio/index.mjs} +2 -1
  88. package/esm2020/components/radio/radio.component.mjs +43 -0
  89. package/{esm2015/components/radio/radio.module.js → esm2020/components/radio/radio.module.mjs} +4 -4
  90. package/esm2020/components/radio/radio.options.mjs +10 -0
  91. package/esm2020/components/rating/rating.component.mjs +93 -0
  92. package/{esm2015/components/rating/rating.module.js → esm2020/components/rating/rating.module.mjs} +9 -11
  93. package/esm2020/components/thumbnail-card/thumbnail-card.component.mjs +51 -0
  94. package/{esm2015/components/thumbnail-card/thumbnail-card.module.js → esm2020/components/thumbnail-card/thumbnail-card.module.mjs} +5 -5
  95. package/esm2020/components/toggle/toggle.component.mjs +57 -0
  96. package/{esm2015/components/toggle/toggle.module.js → esm2020/components/toggle/toggle.module.mjs} +4 -4
  97. package/esm2020/components/toggle/toggle.options.mjs +12 -0
  98. package/esm2020/components/tooltip/tooltip.component.mjs +79 -0
  99. package/{esm2015/components/tooltip/tooltip.module.js → esm2020/components/tooltip/tooltip.module.mjs} +11 -17
  100. package/esm2020/directives/appearance/appearance.directive.mjs +32 -0
  101. package/esm2020/directives/appearance/appearance.options.mjs +9 -0
  102. package/{esm2015/directives/appearance/index.js → esm2020/directives/appearance/index.mjs} +2 -2
  103. package/{esm2015/directives/button-close/button-close.directive.js → esm2020/directives/button-close/button-close.directive.mjs} +3 -3
  104. package/{esm2015/directives/button-close/button-close.module.js → esm2020/directives/button-close/button-close.module.mjs} +4 -4
  105. package/esm2020/directives/button-vertical/button-vertical.component.mjs +13 -0
  106. package/{esm2015/directives/button-vertical/button-vertical.directive.js → esm2020/directives/button-vertical/button-vertical.directive.mjs} +3 -3
  107. package/{esm2015/directives/button-vertical/button-vertical.module.js → esm2020/directives/button-vertical/button-vertical.module.mjs} +4 -4
  108. package/esm2020/directives/card/card.component.mjs +13 -0
  109. package/{esm2015/directives/card/card.directive.js → esm2020/directives/card/card.directive.mjs} +3 -3
  110. package/{esm2015/directives/card/card.module.js → esm2020/directives/card/card.module.mjs} +4 -4
  111. package/esm2020/directives/cell/cell.component.mjs +13 -0
  112. package/{esm2015/directives/cell/cell.directive.js → esm2020/directives/cell/cell.directive.mjs} +3 -3
  113. package/{esm2015/directives/cell/cell.module.js → esm2020/directives/cell/cell.module.mjs} +4 -4
  114. package/{esm2015/directives/fade/fade.component.js → esm2020/directives/fade/fade.component.mjs} +6 -12
  115. package/esm2020/directives/fade/fade.directive.mjs +103 -0
  116. package/{esm2015/directives/fade/fade.module.js → esm2020/directives/fade/fade.module.mjs} +4 -4
  117. package/esm2020/directives/icons/icons.component.mjs +13 -0
  118. package/esm2020/directives/icons/icons.directive.mjs +41 -0
  119. package/{esm2015/directives/icons/index.js → esm2020/directives/icons/index.mjs} +1 -2
  120. package/{esm2015/directives/progress-segmented/progress-segmented.component.js → esm2020/directives/progress-segmented/progress-segmented.component.mjs} +5 -11
  121. package/{esm2015/directives/progress-segmented/progress-segmented.directive.js → esm2020/directives/progress-segmented/progress-segmented.directive.mjs} +3 -3
  122. package/{esm2015/directives/progress-segmented/progress-segmented.module.js → esm2020/directives/progress-segmented/progress-segmented.module.mjs} +4 -4
  123. package/{esm2015/directives/sensitive/sensitive.component.js → esm2020/directives/sensitive/sensitive.component.mjs} +6 -12
  124. package/{esm2015/directives/sensitive/sensitive.directive.js → esm2020/directives/sensitive/sensitive.directive.mjs} +3 -3
  125. package/{esm2015/directives/sensitive/sensitive.module.js → esm2020/directives/sensitive/sensitive.module.mjs} +4 -4
  126. package/esm2020/directives/surface/surface.component.mjs +13 -0
  127. package/{esm2015/directives/surface/surface.directive.js → esm2020/directives/surface/surface.directive.mjs} +3 -3
  128. package/{esm2015/directives/surface/surface.module.js → esm2020/directives/surface/surface.module.mjs} +4 -4
  129. package/esm2020/directives/title/title.component.mjs +13 -0
  130. package/{esm2015/directives/title/title.directive.js → esm2020/directives/title/title.directive.mjs} +3 -3
  131. package/{esm2015/directives/title/title.module.js → esm2020/directives/title/title.module.mjs} +4 -4
  132. package/{esm2015/pipes/amount/amount.module.js → esm2020/pipes/amount/amount.module.mjs} +4 -4
  133. package/esm2020/pipes/amount/amount.pipe.mjs +51 -0
  134. package/{esm2015/pipes/auto-color/auto-color.module.js → esm2020/pipes/auto-color/auto-color.module.mjs} +4 -4
  135. package/{esm2015/pipes/auto-color/auto-color.pipe.js → esm2020/pipes/auto-color/auto-color.pipe.mjs} +3 -3
  136. package/{esm2015/pipes/fallback-src/fallback-src.module.js → esm2020/pipes/fallback-src/fallback-src.module.mjs} +4 -4
  137. package/esm2020/pipes/fallback-src/fallback-src.pipe.mjs +24 -0
  138. package/{esm2015/pipes/initials/initials.module.js → esm2020/pipes/initials/initials.module.mjs} +4 -4
  139. package/{esm2015/pipes/initials/initials.pipe.js → esm2020/pipes/initials/initials.pipe.mjs} +3 -3
  140. package/fesm2015/{taiga-ui-experimental-components-avatar-stack.js → taiga-ui-experimental-components-avatar-stack.mjs} +9 -15
  141. package/fesm2015/taiga-ui-experimental-components-avatar-stack.mjs.map +1 -0
  142. package/fesm2015/taiga-ui-experimental-components-avatar.mjs +101 -0
  143. package/fesm2015/taiga-ui-experimental-components-avatar.mjs.map +1 -0
  144. package/fesm2015/taiga-ui-experimental-components-badge-notification.mjs +46 -0
  145. package/fesm2015/taiga-ui-experimental-components-badge-notification.mjs.map +1 -0
  146. package/fesm2015/taiga-ui-experimental-components-badge.mjs +98 -0
  147. package/fesm2015/taiga-ui-experimental-components-badge.mjs.map +1 -0
  148. package/fesm2015/{taiga-ui-experimental-components-badged-content.js → taiga-ui-experimental-components-badged-content.mjs} +12 -17
  149. package/fesm2015/taiga-ui-experimental-components-badged-content.mjs.map +1 -0
  150. package/fesm2015/taiga-ui-experimental-components-button.mjs +142 -0
  151. package/fesm2015/taiga-ui-experimental-components-button.mjs.map +1 -0
  152. package/fesm2015/taiga-ui-experimental-components-checkbox.mjs +97 -0
  153. package/fesm2015/taiga-ui-experimental-components-checkbox.mjs.map +1 -0
  154. package/fesm2015/taiga-ui-experimental-components-chip.mjs +112 -0
  155. package/fesm2015/taiga-ui-experimental-components-chip.mjs.map +1 -0
  156. package/fesm2015/{taiga-ui-experimental-components-compass.js → taiga-ui-experimental-components-compass.mjs} +9 -14
  157. package/fesm2015/taiga-ui-experimental-components-compass.mjs.map +1 -0
  158. package/fesm2015/taiga-ui-experimental-components-icon.mjs +51 -0
  159. package/fesm2015/taiga-ui-experimental-components-icon.mjs.map +1 -0
  160. package/fesm2015/taiga-ui-experimental-components-pin.mjs +39 -0
  161. package/fesm2015/taiga-ui-experimental-components-pin.mjs.map +1 -0
  162. package/fesm2015/taiga-ui-experimental-components-radio.mjs +71 -0
  163. package/fesm2015/taiga-ui-experimental-components-radio.mjs.map +1 -0
  164. package/fesm2015/taiga-ui-experimental-components-rating.mjs +142 -0
  165. package/fesm2015/taiga-ui-experimental-components-rating.mjs.map +1 -0
  166. package/fesm2015/taiga-ui-experimental-components-thumbnail-card.mjs +76 -0
  167. package/fesm2015/taiga-ui-experimental-components-thumbnail-card.mjs.map +1 -0
  168. package/fesm2015/taiga-ui-experimental-components-toggle.mjs +87 -0
  169. package/fesm2015/taiga-ui-experimental-components-toggle.mjs.map +1 -0
  170. package/fesm2015/taiga-ui-experimental-components-tooltip.mjs +128 -0
  171. package/fesm2015/taiga-ui-experimental-components-tooltip.mjs.map +1 -0
  172. package/fesm2015/{taiga-ui-experimental-components.js → taiga-ui-experimental-components.mjs} +1 -1
  173. package/fesm2015/taiga-ui-experimental-components.mjs.map +1 -0
  174. package/fesm2015/taiga-ui-experimental-directives-appearance.mjs +47 -0
  175. package/fesm2015/taiga-ui-experimental-directives-appearance.mjs.map +1 -0
  176. package/fesm2015/taiga-ui-experimental-directives-button-close.mjs +58 -0
  177. package/fesm2015/taiga-ui-experimental-directives-button-close.mjs.map +1 -0
  178. package/fesm2015/taiga-ui-experimental-directives-button-vertical.mjs +54 -0
  179. package/fesm2015/taiga-ui-experimental-directives-button-vertical.mjs.map +1 -0
  180. package/fesm2015/taiga-ui-experimental-directives-card.mjs +62 -0
  181. package/fesm2015/taiga-ui-experimental-directives-card.mjs.map +1 -0
  182. package/fesm2015/taiga-ui-experimental-directives-cell.mjs +70 -0
  183. package/fesm2015/taiga-ui-experimental-directives-cell.mjs.map +1 -0
  184. package/fesm2015/taiga-ui-experimental-directives-fade.mjs +135 -0
  185. package/fesm2015/taiga-ui-experimental-directives-fade.mjs.map +1 -0
  186. package/fesm2015/taiga-ui-experimental-directives-icons.mjs +60 -0
  187. package/fesm2015/taiga-ui-experimental-directives-icons.mjs.map +1 -0
  188. package/fesm2015/taiga-ui-experimental-directives-progress-segmented.mjs +64 -0
  189. package/fesm2015/taiga-ui-experimental-directives-progress-segmented.mjs.map +1 -0
  190. package/fesm2015/taiga-ui-experimental-directives-sensitive.mjs +62 -0
  191. package/fesm2015/taiga-ui-experimental-directives-sensitive.mjs.map +1 -0
  192. package/fesm2015/taiga-ui-experimental-directives-surface.mjs +61 -0
  193. package/fesm2015/taiga-ui-experimental-directives-surface.mjs.map +1 -0
  194. package/fesm2015/taiga-ui-experimental-directives-title.mjs +62 -0
  195. package/fesm2015/taiga-ui-experimental-directives-title.mjs.map +1 -0
  196. package/fesm2015/{taiga-ui-experimental-directives.js → taiga-ui-experimental-directives.mjs} +1 -1
  197. package/fesm2015/taiga-ui-experimental-directives.mjs.map +1 -0
  198. package/fesm2015/{taiga-ui-experimental-pipes-amount.js → taiga-ui-experimental-pipes-amount.mjs} +18 -16
  199. package/fesm2015/taiga-ui-experimental-pipes-amount.mjs.map +1 -0
  200. package/fesm2015/{taiga-ui-experimental-pipes-auto-color.js → taiga-ui-experimental-pipes-auto-color.mjs} +8 -8
  201. package/fesm2015/taiga-ui-experimental-pipes-auto-color.mjs.map +1 -0
  202. package/fesm2015/taiga-ui-experimental-pipes-fallback-src.mjs +46 -0
  203. package/fesm2015/taiga-ui-experimental-pipes-fallback-src.mjs.map +1 -0
  204. package/fesm2015/{taiga-ui-experimental-pipes-initials.js → taiga-ui-experimental-pipes-initials.mjs} +8 -8
  205. package/fesm2015/taiga-ui-experimental-pipes-initials.mjs.map +1 -0
  206. package/fesm2015/{taiga-ui-experimental-pipes.js → taiga-ui-experimental-pipes.mjs} +1 -1
  207. package/fesm2015/taiga-ui-experimental-pipes.mjs.map +1 -0
  208. package/fesm2015/{taiga-ui-experimental-tokens.js → taiga-ui-experimental-tokens.mjs} +1 -1
  209. package/fesm2015/taiga-ui-experimental-tokens.mjs.map +1 -0
  210. package/fesm2015/{taiga-ui-experimental.js → taiga-ui-experimental.mjs} +1 -1
  211. package/fesm2015/taiga-ui-experimental.mjs.map +1 -0
  212. package/fesm2020/taiga-ui-experimental-components-avatar-stack.mjs +41 -0
  213. package/fesm2020/taiga-ui-experimental-components-avatar-stack.mjs.map +1 -0
  214. package/fesm2020/taiga-ui-experimental-components-avatar.mjs +99 -0
  215. package/fesm2020/taiga-ui-experimental-components-avatar.mjs.map +1 -0
  216. package/{fesm2015/taiga-ui-experimental-components-badge-notification.js → fesm2020/taiga-ui-experimental-components-badge-notification.mjs} +10 -17
  217. package/fesm2020/taiga-ui-experimental-components-badge-notification.mjs.map +1 -0
  218. package/fesm2020/taiga-ui-experimental-components-badge.mjs +96 -0
  219. package/fesm2020/taiga-ui-experimental-components-badge.mjs.map +1 -0
  220. package/fesm2020/taiga-ui-experimental-components-badged-content.mjs +51 -0
  221. package/fesm2020/taiga-ui-experimental-components-badged-content.mjs.map +1 -0
  222. package/fesm2020/taiga-ui-experimental-components-button.mjs +138 -0
  223. package/fesm2020/taiga-ui-experimental-components-button.mjs.map +1 -0
  224. package/fesm2020/taiga-ui-experimental-components-checkbox.mjs +96 -0
  225. package/fesm2020/taiga-ui-experimental-components-checkbox.mjs.map +1 -0
  226. package/fesm2020/taiga-ui-experimental-components-chip.mjs +110 -0
  227. package/fesm2020/taiga-ui-experimental-components-chip.mjs.map +1 -0
  228. package/fesm2020/taiga-ui-experimental-components-compass.mjs +39 -0
  229. package/fesm2020/taiga-ui-experimental-components-compass.mjs.map +1 -0
  230. package/{fesm2015/taiga-ui-experimental-components-icon.js → fesm2020/taiga-ui-experimental-components-icon.mjs} +10 -16
  231. package/fesm2020/taiga-ui-experimental-components-icon.mjs.map +1 -0
  232. package/fesm2020/taiga-ui-experimental-components-pin.mjs +39 -0
  233. package/fesm2020/taiga-ui-experimental-components-pin.mjs.map +1 -0
  234. package/fesm2020/taiga-ui-experimental-components-radio.mjs +71 -0
  235. package/fesm2020/taiga-ui-experimental-components-radio.mjs.map +1 -0
  236. package/{fesm2015/taiga-ui-experimental-components-rating.js → fesm2020/taiga-ui-experimental-components-rating.mjs} +19 -27
  237. package/fesm2020/taiga-ui-experimental-components-rating.mjs.map +1 -0
  238. package/{fesm2015/taiga-ui-experimental-components-thumbnail-card.js → fesm2020/taiga-ui-experimental-components-thumbnail-card.mjs} +12 -17
  239. package/fesm2020/taiga-ui-experimental-components-thumbnail-card.mjs.map +1 -0
  240. package/fesm2020/taiga-ui-experimental-components-toggle.mjs +87 -0
  241. package/fesm2020/taiga-ui-experimental-components-toggle.mjs.map +1 -0
  242. package/{fesm2015/taiga-ui-experimental-components-tooltip.js → fesm2020/taiga-ui-experimental-components-tooltip.mjs} +25 -39
  243. package/fesm2020/taiga-ui-experimental-components-tooltip.mjs.map +1 -0
  244. package/fesm2020/taiga-ui-experimental-components.mjs +21 -0
  245. package/fesm2020/taiga-ui-experimental-components.mjs.map +1 -0
  246. package/fesm2020/taiga-ui-experimental-directives-appearance.mjs +47 -0
  247. package/fesm2020/taiga-ui-experimental-directives-appearance.mjs.map +1 -0
  248. package/{fesm2015/taiga-ui-experimental-directives-button-close.js → fesm2020/taiga-ui-experimental-directives-button-close.mjs} +8 -8
  249. package/fesm2020/taiga-ui-experimental-directives-button-close.mjs.map +1 -0
  250. package/{fesm2015/taiga-ui-experimental-directives-button-vertical.js → fesm2020/taiga-ui-experimental-directives-button-vertical.mjs} +13 -19
  251. package/fesm2020/taiga-ui-experimental-directives-button-vertical.mjs.map +1 -0
  252. package/{fesm2015/taiga-ui-experimental-directives-card.js → fesm2020/taiga-ui-experimental-directives-card.mjs} +13 -19
  253. package/fesm2020/taiga-ui-experimental-directives-card.mjs.map +1 -0
  254. package/fesm2020/taiga-ui-experimental-directives-cell.mjs +68 -0
  255. package/fesm2020/taiga-ui-experimental-directives-cell.mjs.map +1 -0
  256. package/{fesm2015/taiga-ui-experimental-directives-fade.js → fesm2020/taiga-ui-experimental-directives-fade.mjs} +14 -21
  257. package/fesm2020/taiga-ui-experimental-directives-fade.mjs.map +1 -0
  258. package/fesm2020/taiga-ui-experimental-directives-icons.mjs +58 -0
  259. package/fesm2020/taiga-ui-experimental-directives-icons.mjs.map +1 -0
  260. package/{fesm2015/taiga-ui-experimental-directives-progress-segmented.js → fesm2020/taiga-ui-experimental-directives-progress-segmented.mjs} +12 -18
  261. package/fesm2020/taiga-ui-experimental-directives-progress-segmented.mjs.map +1 -0
  262. package/{fesm2015/taiga-ui-experimental-directives-sensitive.js → fesm2020/taiga-ui-experimental-directives-sensitive.mjs} +13 -19
  263. package/fesm2020/taiga-ui-experimental-directives-sensitive.mjs.map +1 -0
  264. package/fesm2020/taiga-ui-experimental-directives-surface.mjs +59 -0
  265. package/fesm2020/taiga-ui-experimental-directives-surface.mjs.map +1 -0
  266. package/{fesm2015/taiga-ui-experimental-directives-title.js → fesm2020/taiga-ui-experimental-directives-title.mjs} +13 -19
  267. package/fesm2020/taiga-ui-experimental-directives-title.mjs.map +1 -0
  268. package/fesm2020/taiga-ui-experimental-directives.mjs +16 -0
  269. package/fesm2020/taiga-ui-experimental-directives.mjs.map +1 -0
  270. package/fesm2020/taiga-ui-experimental-pipes-amount.mjs +80 -0
  271. package/fesm2020/taiga-ui-experimental-pipes-amount.mjs.map +1 -0
  272. package/fesm2020/taiga-ui-experimental-pipes-auto-color.mjs +37 -0
  273. package/fesm2020/taiga-ui-experimental-pipes-auto-color.mjs.map +1 -0
  274. package/{fesm2015/taiga-ui-experimental-pipes-fallback-src.js → fesm2020/taiga-ui-experimental-pipes-fallback-src.mjs} +9 -10
  275. package/fesm2020/taiga-ui-experimental-pipes-fallback-src.mjs.map +1 -0
  276. package/fesm2020/taiga-ui-experimental-pipes-initials.mjs +41 -0
  277. package/fesm2020/taiga-ui-experimental-pipes-initials.mjs.map +1 -0
  278. package/fesm2020/taiga-ui-experimental-pipes.mjs +9 -0
  279. package/fesm2020/taiga-ui-experimental-pipes.mjs.map +1 -0
  280. package/fesm2020/taiga-ui-experimental-tokens.mjs +22 -0
  281. package/fesm2020/taiga-ui-experimental-tokens.mjs.map +1 -0
  282. package/fesm2020/taiga-ui-experimental.mjs +9 -0
  283. package/fesm2020/taiga-ui-experimental.mjs.map +1 -0
  284. package/package.json +324 -31
  285. package/pipes/amount/amount.pipe.d.ts +1 -1
  286. package/pipes/auto-color/auto-color.pipe.d.ts +1 -1
  287. package/pipes/fallback-src/fallback-src.pipe.d.ts +1 -1
  288. package/pipes/initials/initials.pipe.d.ts +1 -1
  289. package/bundles/taiga-ui-experimental-components-avatar-stack.umd.js +0 -78
  290. package/bundles/taiga-ui-experimental-components-avatar-stack.umd.js.map +0 -1
  291. package/bundles/taiga-ui-experimental-components-avatar.umd.js +0 -138
  292. package/bundles/taiga-ui-experimental-components-avatar.umd.js.map +0 -1
  293. package/bundles/taiga-ui-experimental-components-badge-notification.umd.js +0 -84
  294. package/bundles/taiga-ui-experimental-components-badge-notification.umd.js.map +0 -1
  295. package/bundles/taiga-ui-experimental-components-badge.umd.js +0 -129
  296. package/bundles/taiga-ui-experimental-components-badge.umd.js.map +0 -1
  297. package/bundles/taiga-ui-experimental-components-badged-content.umd.js +0 -90
  298. package/bundles/taiga-ui-experimental-components-badged-content.umd.js.map +0 -1
  299. package/bundles/taiga-ui-experimental-components-button.umd.js +0 -186
  300. package/bundles/taiga-ui-experimental-components-button.umd.js.map +0 -1
  301. package/bundles/taiga-ui-experimental-components-checkbox.umd.js +0 -152
  302. package/bundles/taiga-ui-experimental-components-checkbox.umd.js.map +0 -1
  303. package/bundles/taiga-ui-experimental-components-chip.umd.js +0 -140
  304. package/bundles/taiga-ui-experimental-components-chip.umd.js.map +0 -1
  305. package/bundles/taiga-ui-experimental-components-compass.umd.js +0 -76
  306. package/bundles/taiga-ui-experimental-components-compass.umd.js.map +0 -1
  307. package/bundles/taiga-ui-experimental-components-icon.umd.js +0 -88
  308. package/bundles/taiga-ui-experimental-components-icon.umd.js.map +0 -1
  309. package/bundles/taiga-ui-experimental-components-pin.umd.js +0 -76
  310. package/bundles/taiga-ui-experimental-components-pin.umd.js.map +0 -1
  311. package/bundles/taiga-ui-experimental-components-radio.umd.js +0 -89
  312. package/bundles/taiga-ui-experimental-components-radio.umd.js.map +0 -1
  313. package/bundles/taiga-ui-experimental-components-rating.umd.js +0 -507
  314. package/bundles/taiga-ui-experimental-components-rating.umd.js.map +0 -1
  315. package/bundles/taiga-ui-experimental-components-thumbnail-card.umd.js +0 -113
  316. package/bundles/taiga-ui-experimental-components-thumbnail-card.umd.js.map +0 -1
  317. package/bundles/taiga-ui-experimental-components-toggle.umd.js +0 -126
  318. package/bundles/taiga-ui-experimental-components-toggle.umd.js.map +0 -1
  319. package/bundles/taiga-ui-experimental-components-tooltip.umd.js +0 -496
  320. package/bundles/taiga-ui-experimental-components-tooltip.umd.js.map +0 -1
  321. package/bundles/taiga-ui-experimental-components.umd.js +0 -111
  322. package/bundles/taiga-ui-experimental-components.umd.js.map +0 -1
  323. package/bundles/taiga-ui-experimental-directives-appearance.umd.js +0 -82
  324. package/bundles/taiga-ui-experimental-directives-appearance.umd.js.map +0 -1
  325. package/bundles/taiga-ui-experimental-directives-button-close.umd.js +0 -88
  326. package/bundles/taiga-ui-experimental-directives-button-close.umd.js.map +0 -1
  327. package/bundles/taiga-ui-experimental-directives-button-vertical.umd.js +0 -95
  328. package/bundles/taiga-ui-experimental-directives-button-vertical.umd.js.map +0 -1
  329. package/bundles/taiga-ui-experimental-directives-card.umd.js +0 -103
  330. package/bundles/taiga-ui-experimental-directives-card.umd.js.map +0 -1
  331. package/bundles/taiga-ui-experimental-directives-cell.umd.js +0 -110
  332. package/bundles/taiga-ui-experimental-directives-cell.umd.js.map +0 -1
  333. package/bundles/taiga-ui-experimental-directives-fade.umd.js +0 -175
  334. package/bundles/taiga-ui-experimental-directives-fade.umd.js.map +0 -1
  335. package/bundles/taiga-ui-experimental-directives-icons.umd.js +0 -113
  336. package/bundles/taiga-ui-experimental-directives-icons.umd.js.map +0 -1
  337. package/bundles/taiga-ui-experimental-directives-progress-segmented.umd.js +0 -105
  338. package/bundles/taiga-ui-experimental-directives-progress-segmented.umd.js.map +0 -1
  339. package/bundles/taiga-ui-experimental-directives-sensitive.umd.js +0 -103
  340. package/bundles/taiga-ui-experimental-directives-sensitive.umd.js.map +0 -1
  341. package/bundles/taiga-ui-experimental-directives-surface.umd.js +0 -102
  342. package/bundles/taiga-ui-experimental-directives-surface.umd.js.map +0 -1
  343. package/bundles/taiga-ui-experimental-directives-title.umd.js +0 -103
  344. package/bundles/taiga-ui-experimental-directives-title.umd.js.map +0 -1
  345. package/bundles/taiga-ui-experimental-directives.umd.js +0 -81
  346. package/bundles/taiga-ui-experimental-directives.umd.js.map +0 -1
  347. package/bundles/taiga-ui-experimental-pipes-amount.umd.js +0 -113
  348. package/bundles/taiga-ui-experimental-pipes-amount.umd.js.map +0 -1
  349. package/bundles/taiga-ui-experimental-pipes-auto-color.umd.js +0 -70
  350. package/bundles/taiga-ui-experimental-pipes-auto-color.umd.js.map +0 -1
  351. package/bundles/taiga-ui-experimental-pipes-fallback-src.umd.js +0 -76
  352. package/bundles/taiga-ui-experimental-pipes-fallback-src.umd.js.map +0 -1
  353. package/bundles/taiga-ui-experimental-pipes-initials.umd.js +0 -396
  354. package/bundles/taiga-ui-experimental-pipes-initials.umd.js.map +0 -1
  355. package/bundles/taiga-ui-experimental-pipes.umd.js +0 -39
  356. package/bundles/taiga-ui-experimental-pipes.umd.js.map +0 -1
  357. package/bundles/taiga-ui-experimental-tokens.umd.js +0 -31
  358. package/bundles/taiga-ui-experimental-tokens.umd.js.map +0 -1
  359. package/bundles/taiga-ui-experimental.umd.js +0 -39
  360. package/bundles/taiga-ui-experimental.umd.js.map +0 -1
  361. package/components/avatar/package.json +0 -10
  362. package/components/avatar/taiga-ui-experimental-components-avatar.d.ts +0 -5
  363. package/components/avatar-stack/package.json +0 -10
  364. package/components/avatar-stack/taiga-ui-experimental-components-avatar-stack.d.ts +0 -5
  365. package/components/badge/package.json +0 -10
  366. package/components/badge/taiga-ui-experimental-components-badge.d.ts +0 -5
  367. package/components/badge-notification/package.json +0 -10
  368. package/components/badge-notification/taiga-ui-experimental-components-badge-notification.d.ts +0 -5
  369. package/components/badged-content/package.json +0 -10
  370. package/components/badged-content/taiga-ui-experimental-components-badged-content.d.ts +0 -5
  371. package/components/button/package.json +0 -10
  372. package/components/button/taiga-ui-experimental-components-button.d.ts +0 -5
  373. package/components/checkbox/package.json +0 -10
  374. package/components/checkbox/taiga-ui-experimental-components-checkbox.d.ts +0 -5
  375. package/components/chip/package.json +0 -10
  376. package/components/chip/taiga-ui-experimental-components-chip.d.ts +0 -5
  377. package/components/compass/package.json +0 -10
  378. package/components/compass/taiga-ui-experimental-components-compass.d.ts +0 -5
  379. package/components/icon/package.json +0 -10
  380. package/components/icon/taiga-ui-experimental-components-icon.d.ts +0 -5
  381. package/components/package.json +0 -10
  382. package/components/pin/package.json +0 -10
  383. package/components/pin/taiga-ui-experimental-components-pin.d.ts +0 -5
  384. package/components/radio/package.json +0 -10
  385. package/components/radio/taiga-ui-experimental-components-radio.d.ts +0 -5
  386. package/components/rating/package.json +0 -10
  387. package/components/rating/taiga-ui-experimental-components-rating.d.ts +0 -5
  388. package/components/taiga-ui-experimental-components.d.ts +0 -5
  389. package/components/thumbnail-card/package.json +0 -10
  390. package/components/thumbnail-card/taiga-ui-experimental-components-thumbnail-card.d.ts +0 -5
  391. package/components/toggle/package.json +0 -10
  392. package/components/toggle/taiga-ui-experimental-components-toggle.d.ts +0 -5
  393. package/components/tooltip/package.json +0 -10
  394. package/components/tooltip/taiga-ui-experimental-components-tooltip.d.ts +0 -5
  395. package/directives/appearance/appearance.module.d.ts +0 -7
  396. package/directives/appearance/package.json +0 -10
  397. package/directives/appearance/taiga-ui-experimental-directives-appearance.d.ts +0 -5
  398. package/directives/button-close/package.json +0 -10
  399. package/directives/button-close/taiga-ui-experimental-directives-button-close.d.ts +0 -5
  400. package/directives/button-vertical/package.json +0 -10
  401. package/directives/button-vertical/taiga-ui-experimental-directives-button-vertical.d.ts +0 -5
  402. package/directives/card/package.json +0 -10
  403. package/directives/card/taiga-ui-experimental-directives-card.d.ts +0 -5
  404. package/directives/cell/package.json +0 -10
  405. package/directives/cell/taiga-ui-experimental-directives-cell.d.ts +0 -5
  406. package/directives/fade/package.json +0 -10
  407. package/directives/fade/taiga-ui-experimental-directives-fade.d.ts +0 -5
  408. package/directives/icons/icons.module.d.ts +0 -8
  409. package/directives/icons/package.json +0 -10
  410. package/directives/icons/taiga-ui-experimental-directives-icons.d.ts +0 -5
  411. package/directives/package.json +0 -10
  412. package/directives/progress-segmented/package.json +0 -10
  413. package/directives/progress-segmented/taiga-ui-experimental-directives-progress-segmented.d.ts +0 -5
  414. package/directives/sensitive/package.json +0 -10
  415. package/directives/sensitive/taiga-ui-experimental-directives-sensitive.d.ts +0 -5
  416. package/directives/surface/package.json +0 -10
  417. package/directives/surface/taiga-ui-experimental-directives-surface.d.ts +0 -5
  418. package/directives/taiga-ui-experimental-directives.d.ts +0 -5
  419. package/directives/title/package.json +0 -10
  420. package/directives/title/taiga-ui-experimental-directives-title.d.ts +0 -5
  421. package/esm2015/components/avatar/avatar.component.js +0 -66
  422. package/esm2015/components/avatar/avatar.options.js +0 -10
  423. package/esm2015/components/badge/badge.component.js +0 -19
  424. package/esm2015/components/badge/badge.directive.js +0 -43
  425. package/esm2015/components/badge/badge.module.js +0 -19
  426. package/esm2015/components/badge/badge.options.js +0 -11
  427. package/esm2015/components/badged-content/badged-content.component.js +0 -17
  428. package/esm2015/components/button/button.directive.js +0 -62
  429. package/esm2015/components/button/button.module.js +0 -21
  430. package/esm2015/components/checkbox/checkbox.component.js +0 -83
  431. package/esm2015/components/checkbox/checkbox.options.js +0 -13
  432. package/esm2015/components/chip/chip.component.js +0 -19
  433. package/esm2015/components/chip/chip.directive.js +0 -59
  434. package/esm2015/components/chip/chip.module.js +0 -19
  435. package/esm2015/components/pin/pin.component.js +0 -24
  436. package/esm2015/components/radio/radio.component.js +0 -36
  437. package/esm2015/components/rating/rating.component.js +0 -99
  438. package/esm2015/components/thumbnail-card/thumbnail-card.component.js +0 -56
  439. package/esm2015/components/toggle/toggle.component.js +0 -59
  440. package/esm2015/components/toggle/toggle.options.js +0 -11
  441. package/esm2015/components/tooltip/tooltip.component.js +0 -88
  442. package/esm2015/directives/appearance/appearance.directive.js +0 -30
  443. package/esm2015/directives/appearance/appearance.module.js +0 -16
  444. package/esm2015/directives/button-vertical/button-vertical.component.js +0 -19
  445. package/esm2015/directives/card/card.component.js +0 -19
  446. package/esm2015/directives/cell/cell.component.js +0 -19
  447. package/esm2015/directives/fade/fade.directive.js +0 -104
  448. package/esm2015/directives/icons/icons.component.js +0 -19
  449. package/esm2015/directives/icons/icons.directive.js +0 -41
  450. package/esm2015/directives/icons/icons.module.js +0 -17
  451. package/esm2015/directives/surface/surface.component.js +0 -19
  452. package/esm2015/directives/title/title.component.js +0 -19
  453. package/esm2015/pipes/amount/amount.pipe.js +0 -48
  454. package/esm2015/pipes/fallback-src/fallback-src.pipe.js +0 -25
  455. package/fesm2015/taiga-ui-experimental-components-avatar-stack.js.map +0 -1
  456. package/fesm2015/taiga-ui-experimental-components-avatar.js +0 -98
  457. package/fesm2015/taiga-ui-experimental-components-avatar.js.map +0 -1
  458. package/fesm2015/taiga-ui-experimental-components-badge-notification.js.map +0 -1
  459. package/fesm2015/taiga-ui-experimental-components-badge.js +0 -90
  460. package/fesm2015/taiga-ui-experimental-components-badge.js.map +0 -1
  461. package/fesm2015/taiga-ui-experimental-components-badged-content.js.map +0 -1
  462. package/fesm2015/taiga-ui-experimental-components-button.js +0 -137
  463. package/fesm2015/taiga-ui-experimental-components-button.js.map +0 -1
  464. package/fesm2015/taiga-ui-experimental-components-checkbox.js +0 -114
  465. package/fesm2015/taiga-ui-experimental-components-checkbox.js.map +0 -1
  466. package/fesm2015/taiga-ui-experimental-components-chip.js +0 -105
  467. package/fesm2015/taiga-ui-experimental-components-chip.js.map +0 -1
  468. package/fesm2015/taiga-ui-experimental-components-compass.js.map +0 -1
  469. package/fesm2015/taiga-ui-experimental-components-icon.js.map +0 -1
  470. package/fesm2015/taiga-ui-experimental-components-pin.js +0 -44
  471. package/fesm2015/taiga-ui-experimental-components-pin.js.map +0 -1
  472. package/fesm2015/taiga-ui-experimental-components-radio.js +0 -56
  473. package/fesm2015/taiga-ui-experimental-components-radio.js.map +0 -1
  474. package/fesm2015/taiga-ui-experimental-components-rating.js.map +0 -1
  475. package/fesm2015/taiga-ui-experimental-components-thumbnail-card.js.map +0 -1
  476. package/fesm2015/taiga-ui-experimental-components-toggle.js +0 -88
  477. package/fesm2015/taiga-ui-experimental-components-toggle.js.map +0 -1
  478. package/fesm2015/taiga-ui-experimental-components-tooltip.js.map +0 -1
  479. package/fesm2015/taiga-ui-experimental-components.js.map +0 -1
  480. package/fesm2015/taiga-ui-experimental-directives-appearance.js +0 -50
  481. package/fesm2015/taiga-ui-experimental-directives-appearance.js.map +0 -1
  482. package/fesm2015/taiga-ui-experimental-directives-button-close.js.map +0 -1
  483. package/fesm2015/taiga-ui-experimental-directives-button-vertical.js.map +0 -1
  484. package/fesm2015/taiga-ui-experimental-directives-card.js.map +0 -1
  485. package/fesm2015/taiga-ui-experimental-directives-cell.js +0 -74
  486. package/fesm2015/taiga-ui-experimental-directives-cell.js.map +0 -1
  487. package/fesm2015/taiga-ui-experimental-directives-fade.js.map +0 -1
  488. package/fesm2015/taiga-ui-experimental-directives-icons.js +0 -77
  489. package/fesm2015/taiga-ui-experimental-directives-icons.js.map +0 -1
  490. package/fesm2015/taiga-ui-experimental-directives-progress-segmented.js.map +0 -1
  491. package/fesm2015/taiga-ui-experimental-directives-sensitive.js.map +0 -1
  492. package/fesm2015/taiga-ui-experimental-directives-surface.js +0 -65
  493. package/fesm2015/taiga-ui-experimental-directives-surface.js.map +0 -1
  494. package/fesm2015/taiga-ui-experimental-directives-title.js.map +0 -1
  495. package/fesm2015/taiga-ui-experimental-directives.js.map +0 -1
  496. package/fesm2015/taiga-ui-experimental-pipes-amount.js.map +0 -1
  497. package/fesm2015/taiga-ui-experimental-pipes-auto-color.js.map +0 -1
  498. package/fesm2015/taiga-ui-experimental-pipes-fallback-src.js.map +0 -1
  499. package/fesm2015/taiga-ui-experimental-pipes-initials.js.map +0 -1
  500. package/fesm2015/taiga-ui-experimental-pipes.js.map +0 -1
  501. package/fesm2015/taiga-ui-experimental-tokens.js.map +0 -1
  502. package/fesm2015/taiga-ui-experimental.js.map +0 -1
  503. package/pipes/amount/package.json +0 -10
  504. package/pipes/amount/taiga-ui-experimental-pipes-amount.d.ts +0 -5
  505. package/pipes/auto-color/package.json +0 -10
  506. package/pipes/auto-color/taiga-ui-experimental-pipes-auto-color.d.ts +0 -5
  507. package/pipes/fallback-src/package.json +0 -10
  508. package/pipes/fallback-src/taiga-ui-experimental-pipes-fallback-src.d.ts +0 -5
  509. package/pipes/initials/package.json +0 -10
  510. package/pipes/initials/taiga-ui-experimental-pipes-initials.d.ts +0 -5
  511. package/pipes/package.json +0 -10
  512. package/pipes/taiga-ui-experimental-pipes.d.ts +0 -5
  513. package/taiga-ui-experimental.d.ts +0 -5
  514. package/tokens/package.json +0 -10
  515. package/tokens/taiga-ui-experimental-tokens.d.ts +0 -5
  516. /package/{esm2015/components/avatar/index.js → esm2020/components/avatar/index.mjs} +0 -0
  517. /package/{esm2015/components/avatar/taiga-ui-experimental-components-avatar.js → esm2020/components/avatar/taiga-ui-experimental-components-avatar.mjs} +0 -0
  518. /package/{esm2015/components/avatar-stack/index.js → esm2020/components/avatar-stack/index.mjs} +0 -0
  519. /package/{esm2015/components/avatar-stack/taiga-ui-experimental-components-avatar-stack.js → esm2020/components/avatar-stack/taiga-ui-experimental-components-avatar-stack.mjs} +0 -0
  520. /package/{esm2015/components/badge/index.js → esm2020/components/badge/index.mjs} +0 -0
  521. /package/{esm2015/components/badge/taiga-ui-experimental-components-badge.js → esm2020/components/badge/taiga-ui-experimental-components-badge.mjs} +0 -0
  522. /package/{esm2015/components/badge-notification/index.js → esm2020/components/badge-notification/index.mjs} +0 -0
  523. /package/{esm2015/components/badge-notification/taiga-ui-experimental-components-badge-notification.js → esm2020/components/badge-notification/taiga-ui-experimental-components-badge-notification.mjs} +0 -0
  524. /package/{esm2015/components/badged-content/index.js → esm2020/components/badged-content/index.mjs} +0 -0
  525. /package/{esm2015/components/badged-content/taiga-ui-experimental-components-badged-content.js → esm2020/components/badged-content/taiga-ui-experimental-components-badged-content.mjs} +0 -0
  526. /package/{esm2015/components/button/index.js → esm2020/components/button/index.mjs} +0 -0
  527. /package/{esm2015/components/button/taiga-ui-experimental-components-button.js → esm2020/components/button/taiga-ui-experimental-components-button.mjs} +0 -0
  528. /package/{esm2015/components/checkbox/index.js → esm2020/components/checkbox/index.mjs} +0 -0
  529. /package/{esm2015/components/checkbox/taiga-ui-experimental-components-checkbox.js → esm2020/components/checkbox/taiga-ui-experimental-components-checkbox.mjs} +0 -0
  530. /package/{esm2015/components/chip/index.js → esm2020/components/chip/index.mjs} +0 -0
  531. /package/{esm2015/components/chip/taiga-ui-experimental-components-chip.js → esm2020/components/chip/taiga-ui-experimental-components-chip.mjs} +0 -0
  532. /package/{esm2015/components/compass/index.js → esm2020/components/compass/index.mjs} +0 -0
  533. /package/{esm2015/components/compass/taiga-ui-experimental-components-compass.js → esm2020/components/compass/taiga-ui-experimental-components-compass.mjs} +0 -0
  534. /package/{esm2015/components/icon/index.js → esm2020/components/icon/index.mjs} +0 -0
  535. /package/{esm2015/components/icon/taiga-ui-experimental-components-icon.js → esm2020/components/icon/taiga-ui-experimental-components-icon.mjs} +0 -0
  536. /package/{esm2015/components/index.js → esm2020/components/index.mjs} +0 -0
  537. /package/{esm2015/components/pin/index.js → esm2020/components/pin/index.mjs} +0 -0
  538. /package/{esm2015/components/pin/taiga-ui-experimental-components-pin.js → esm2020/components/pin/taiga-ui-experimental-components-pin.mjs} +0 -0
  539. /package/{esm2015/components/radio/taiga-ui-experimental-components-radio.js → esm2020/components/radio/taiga-ui-experimental-components-radio.mjs} +0 -0
  540. /package/{esm2015/components/rating/index.js → esm2020/components/rating/index.mjs} +0 -0
  541. /package/{esm2015/components/rating/rating.options.js → esm2020/components/rating/rating.options.mjs} +0 -0
  542. /package/{esm2015/components/rating/taiga-ui-experimental-components-rating.js → esm2020/components/rating/taiga-ui-experimental-components-rating.mjs} +0 -0
  543. /package/{esm2015/components/taiga-ui-experimental-components.js → esm2020/components/taiga-ui-experimental-components.mjs} +0 -0
  544. /package/{esm2015/components/thumbnail-card/index.js → esm2020/components/thumbnail-card/index.mjs} +0 -0
  545. /package/{esm2015/components/thumbnail-card/taiga-ui-experimental-components-thumbnail-card.js → esm2020/components/thumbnail-card/taiga-ui-experimental-components-thumbnail-card.mjs} +0 -0
  546. /package/{esm2015/components/toggle/index.js → esm2020/components/toggle/index.mjs} +0 -0
  547. /package/{esm2015/components/toggle/taiga-ui-experimental-components-toggle.js → esm2020/components/toggle/taiga-ui-experimental-components-toggle.mjs} +0 -0
  548. /package/{esm2015/components/tooltip/index.js → esm2020/components/tooltip/index.mjs} +0 -0
  549. /package/{esm2015/components/tooltip/taiga-ui-experimental-components-tooltip.js → esm2020/components/tooltip/taiga-ui-experimental-components-tooltip.mjs} +0 -0
  550. /package/{esm2015/components/tooltip/tooltip.options.js → esm2020/components/tooltip/tooltip.options.mjs} +0 -0
  551. /package/{esm2015/directives/appearance/taiga-ui-experimental-directives-appearance.js → esm2020/directives/appearance/taiga-ui-experimental-directives-appearance.mjs} +0 -0
  552. /package/{esm2015/directives/button-close/button-close.options.js → esm2020/directives/button-close/button-close.options.mjs} +0 -0
  553. /package/{esm2015/directives/button-close/index.js → esm2020/directives/button-close/index.mjs} +0 -0
  554. /package/{esm2015/directives/button-close/taiga-ui-experimental-directives-button-close.js → esm2020/directives/button-close/taiga-ui-experimental-directives-button-close.mjs} +0 -0
  555. /package/{esm2015/directives/button-vertical/index.js → esm2020/directives/button-vertical/index.mjs} +0 -0
  556. /package/{esm2015/directives/button-vertical/taiga-ui-experimental-directives-button-vertical.js → esm2020/directives/button-vertical/taiga-ui-experimental-directives-button-vertical.mjs} +0 -0
  557. /package/{esm2015/directives/card/index.js → esm2020/directives/card/index.mjs} +0 -0
  558. /package/{esm2015/directives/card/taiga-ui-experimental-directives-card.js → esm2020/directives/card/taiga-ui-experimental-directives-card.mjs} +0 -0
  559. /package/{esm2015/directives/cell/index.js → esm2020/directives/cell/index.mjs} +0 -0
  560. /package/{esm2015/directives/cell/taiga-ui-experimental-directives-cell.js → esm2020/directives/cell/taiga-ui-experimental-directives-cell.mjs} +0 -0
  561. /package/{esm2015/directives/fade/index.js → esm2020/directives/fade/index.mjs} +0 -0
  562. /package/{esm2015/directives/fade/taiga-ui-experimental-directives-fade.js → esm2020/directives/fade/taiga-ui-experimental-directives-fade.mjs} +0 -0
  563. /package/{esm2015/directives/icons/taiga-ui-experimental-directives-icons.js → esm2020/directives/icons/taiga-ui-experimental-directives-icons.mjs} +0 -0
  564. /package/{esm2015/directives/index.js → esm2020/directives/index.mjs} +0 -0
  565. /package/{esm2015/directives/progress-segmented/index.js → esm2020/directives/progress-segmented/index.mjs} +0 -0
  566. /package/{esm2015/directives/progress-segmented/taiga-ui-experimental-directives-progress-segmented.js → esm2020/directives/progress-segmented/taiga-ui-experimental-directives-progress-segmented.mjs} +0 -0
  567. /package/{esm2015/directives/sensitive/index.js → esm2020/directives/sensitive/index.mjs} +0 -0
  568. /package/{esm2015/directives/sensitive/taiga-ui-experimental-directives-sensitive.js → esm2020/directives/sensitive/taiga-ui-experimental-directives-sensitive.mjs} +0 -0
  569. /package/{esm2015/directives/surface/index.js → esm2020/directives/surface/index.mjs} +0 -0
  570. /package/{esm2015/directives/surface/taiga-ui-experimental-directives-surface.js → esm2020/directives/surface/taiga-ui-experimental-directives-surface.mjs} +0 -0
  571. /package/{esm2015/directives/taiga-ui-experimental-directives.js → esm2020/directives/taiga-ui-experimental-directives.mjs} +0 -0
  572. /package/{esm2015/directives/title/index.js → esm2020/directives/title/index.mjs} +0 -0
  573. /package/{esm2015/directives/title/taiga-ui-experimental-directives-title.js → esm2020/directives/title/taiga-ui-experimental-directives-title.mjs} +0 -0
  574. /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  575. /package/{esm2015/pipes/amount/amount.options.js → esm2020/pipes/amount/amount.options.mjs} +0 -0
  576. /package/{esm2015/pipes/amount/index.js → esm2020/pipes/amount/index.mjs} +0 -0
  577. /package/{esm2015/pipes/amount/taiga-ui-experimental-pipes-amount.js → esm2020/pipes/amount/taiga-ui-experimental-pipes-amount.mjs} +0 -0
  578. /package/{esm2015/pipes/auto-color/index.js → esm2020/pipes/auto-color/index.mjs} +0 -0
  579. /package/{esm2015/pipes/auto-color/taiga-ui-experimental-pipes-auto-color.js → esm2020/pipes/auto-color/taiga-ui-experimental-pipes-auto-color.mjs} +0 -0
  580. /package/{esm2015/pipes/fallback-src/index.js → esm2020/pipes/fallback-src/index.mjs} +0 -0
  581. /package/{esm2015/pipes/fallback-src/taiga-ui-experimental-pipes-fallback-src.js → esm2020/pipes/fallback-src/taiga-ui-experimental-pipes-fallback-src.mjs} +0 -0
  582. /package/{esm2015/pipes/index.js → esm2020/pipes/index.mjs} +0 -0
  583. /package/{esm2015/pipes/initials/index.js → esm2020/pipes/initials/index.mjs} +0 -0
  584. /package/{esm2015/pipes/initials/taiga-ui-experimental-pipes-initials.js → esm2020/pipes/initials/taiga-ui-experimental-pipes-initials.mjs} +0 -0
  585. /package/{esm2015/pipes/taiga-ui-experimental-pipes.js → esm2020/pipes/taiga-ui-experimental-pipes.mjs} +0 -0
  586. /package/{esm2015/taiga-ui-experimental.js → esm2020/taiga-ui-experimental.mjs} +0 -0
  587. /package/{esm2015/tokens/icon-resolver.js → esm2020/tokens/icon-resolver.mjs} +0 -0
  588. /package/{esm2015/tokens/index.js → esm2020/tokens/index.mjs} +0 -0
  589. /package/{esm2015/tokens/taiga-ui-experimental-tokens.js → esm2020/tokens/taiga-ui-experimental-tokens.mjs} +0 -0
@@ -2,16 +2,10 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/
2
2
  import * as i0 from "@angular/core";
3
3
  export class TuiProgressSegmentedComponent {
4
4
  }
5
- TuiProgressSegmentedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- TuiProgressSegmentedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiProgressSegmentedComponent, selector: "ng-component", host: { classAttribute: "tui-progress-segmented" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiProgressBar]._segmented{--tui-segment-gap: .5rem;-webkit-mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));-webkit-mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width));mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedComponent, decorators: [{
5
+ TuiProgressSegmentedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ TuiProgressSegmentedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiProgressSegmentedComponent, selector: "ng-component", host: { classAttribute: "tui-progress-segmented" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiProgressBar]._segmented{--tui-segment-gap: .5rem;-webkit-mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));-webkit-mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width));mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedComponent, decorators: [{
8
8
  type: Component,
9
- args: [{
10
- host: { class: 'tui-progress-segmented' },
11
- template: '',
12
- styleUrls: ['./progress-segmented.style.less'],
13
- encapsulation: ViewEncapsulation.None,
14
- changeDetection: ChangeDetectionStrategy.OnPush,
15
- }]
9
+ args: [{ host: { class: 'tui-progress-segmented' }, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["[tuiProgressBar]._segmented{--tui-segment-gap: .5rem;-webkit-mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));mask-image:radial-gradient(circle closest-side at calc(var(--t-height) / 2) center,#999 0 99%,transparent calc(99% + .6px) 100%),radial-gradient(circle closest-side at calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)) center,#999 0 99%,transparent calc(99% + .6px) 100%),linear-gradient(to right,transparent 0 calc(var(--t-height) / 2),#999 calc(var(--t-height) / 2) calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)),transparent calc(100% - calc(var(--t-height) / 2) - var(--tui-segment-gap)));-webkit-mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width));mask-size:calc(100% * var(--t-segment-width) + var(--tui-segment-gap) * var(--t-segment-width))}\n"] }]
16
10
  }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc2VnbWVudGVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V4cGVyaW1lbnRhbC9kaXJlY3RpdmVzL3Byb2dyZXNzLXNlZ21lbnRlZC9wcm9ncmVzcy1zZWdtZW50ZWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBU3BGLE1BQU0sT0FBTyw2QkFBNkI7OzJIQUE3Qiw2QkFBNkI7K0dBQTdCLDZCQUE2Qix3R0FMNUIsRUFBRTs0RkFLSCw2QkFBNkI7a0JBUHpDLFNBQVM7bUJBQUM7b0JBQ1AsSUFBSSxFQUFFLEVBQUMsS0FBSyxFQUFFLHdCQUF3QixFQUFDO29CQUN2QyxRQUFRLEVBQUUsRUFBRTtvQkFDWixTQUFTLEVBQUUsQ0FBQyxpQ0FBaUMsQ0FBQztvQkFDOUMsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNsRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBob3N0OiB7Y2xhc3M6ICd0dWktcHJvZ3Jlc3Mtc2VnbWVudGVkJ30sXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLXNlZ21lbnRlZC5zdHlsZS5sZXNzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVHVpUHJvZ3Jlc3NTZWdtZW50ZWRDb21wb25lbnQge31cbiJdfQ==
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc2VnbWVudGVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V4cGVyaW1lbnRhbC9kaXJlY3RpdmVzL3Byb2dyZXNzLXNlZ21lbnRlZC9wcm9ncmVzcy1zZWdtZW50ZWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBU3BGLE1BQU0sT0FBTyw2QkFBNkI7OzJIQUE3Qiw2QkFBNkI7K0dBQTdCLDZCQUE2Qix3R0FMNUIsRUFBRTs0RkFLSCw2QkFBNkI7a0JBUHpDLFNBQVM7MkJBQ0EsRUFBQyxLQUFLLEVBQUUsd0JBQXdCLEVBQUMsWUFDN0IsRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIGhvc3Q6IHtjbGFzczogJ3R1aS1wcm9ncmVzcy1zZWdtZW50ZWQnfSxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc3R5bGVVcmxzOiBbJy4vcHJvZ3Jlc3Mtc2VnbWVudGVkLnN0eWxlLmxlc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlQcm9ncmVzc1NlZ21lbnRlZENvbXBvbmVudCB7fVxuIl19
@@ -9,9 +9,9 @@ export class TuiProgressSegmentedDirective {
9
9
  directiveStyles.addComponent(TuiProgressSegmentedComponent);
10
10
  }
11
11
  }
12
- TuiProgressSegmentedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
- TuiProgressSegmentedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiProgressSegmentedDirective, selector: "[tuiProgressBar][segments]", inputs: { segments: "segments" }, host: { properties: { "style.--t-segment-width": "1 / segments", "attr.new": "\"\"" }, classAttribute: "_segmented" }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedDirective, decorators: [{
12
+ TuiProgressSegmentedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
+ TuiProgressSegmentedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TuiProgressSegmentedDirective, selector: "[tuiProgressBar][segments]", inputs: { segments: "segments" }, host: { properties: { "style.--t-segment-width": "1 / segments", "attr.new": "\"\"" }, classAttribute: "_segmented" }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[tuiProgressBar][segments]',
@@ -8,10 +8,10 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export class TuiProgressSegmentedModule {
10
10
  }
11
- TuiProgressSegmentedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- TuiProgressSegmentedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedModule, declarations: [TuiProgressSegmentedComponent, TuiProgressSegmentedDirective], exports: [TuiProgressSegmentedDirective] });
13
- TuiProgressSegmentedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedModule });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiProgressSegmentedModule, decorators: [{
11
+ TuiProgressSegmentedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ TuiProgressSegmentedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedModule, declarations: [TuiProgressSegmentedComponent, TuiProgressSegmentedDirective], exports: [TuiProgressSegmentedDirective] });
13
+ TuiProgressSegmentedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedModule });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiProgressSegmentedModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [TuiProgressSegmentedComponent, TuiProgressSegmentedDirective],
@@ -2,18 +2,12 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/
2
2
  import * as i0 from "@angular/core";
3
3
  export class TuiSensitiveComponent {
4
4
  }
5
- TuiSensitiveComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- TuiSensitiveComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiSensitiveComponent, selector: "ng-component", host: { classAttribute: "tui-sensitive-styles" }, ngImport: i0, template: '', isInline: true, styles: [".tui-sensitive{position:relative;display:inline-block;line-height:1em;-webkit-clip-path:inset(0 round .25rem);clip-path:inset(0 round .25rem)}.tui-sensitive:after{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";background:currentColor;border-radius:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-position:var(--t-offset, 0) 0;mask-position:var(--t-offset, 0) 0}.tui-sensitive.tui-sensitive{-webkit-text-fill-color:transparent}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveComponent, decorators: [{
5
+ TuiSensitiveComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ TuiSensitiveComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiSensitiveComponent, selector: "ng-component", host: { classAttribute: "tui-sensitive-styles" }, ngImport: i0, template: '', isInline: true, styles: [".tui-sensitive{position:relative;display:inline-block;line-height:1em;-webkit-clip-path:inset(0 round .25rem);clip-path:inset(0 round .25rem)}.tui-sensitive:after{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";background:currentColor;border-radius:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-position:var(--t-offset, 0) 0;mask-position:var(--t-offset, 0) 0}.tui-sensitive.tui-sensitive{-webkit-text-fill-color:transparent}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveComponent, decorators: [{
8
8
  type: Component,
9
- args: [{
10
- template: '',
11
- styleUrls: ['./sensitive.style.less'],
12
- encapsulation: ViewEncapsulation.None,
13
- changeDetection: ChangeDetectionStrategy.OnPush,
14
- host: {
9
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
15
10
  class: 'tui-sensitive-styles',
16
- },
17
- }]
11
+ }, styles: [".tui-sensitive{position:relative;display:inline-block;line-height:1em;-webkit-clip-path:inset(0 round .25rem);clip-path:inset(0 round .25rem)}.tui-sensitive:after{position:absolute;top:0;left:0;width:100%;height:100%;content:\"\";background:currentColor;border-radius:inherit;-webkit-mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');mask-image:url('data:image/svg+xml,<svg width=\"360\" height=\"48\" preserveAspectRatio=\"none\" fill=\"black\" xmlns=\"http://www.w3.org/2000/svg\"><rect opacity=\"0.2\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"336\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"120\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"216\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"312\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"144\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.25\" x=\"192\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"48\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"288\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"96\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"240\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.24\" x=\"72\" width=\"24\" height=\"24\"/><rect opacity=\"0.34\" x=\"264\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"168\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.35\" x=\"336\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"120\" y=\"0\" width=\"24\" height=\"24\" /><rect opacity=\"0.3\" x=\"216\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"24\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.3\" x=\"312\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"144\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.36\" x=\"192\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"48\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.4\" x=\"288\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.38\" x=\"96\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.21\" x=\"240\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"72\" y=\"24\" width=\"24\" height=\"24\"/><rect opacity=\"0.2\" x=\"264\" y=\"0\" width=\"24\" height=\"24\"/><rect opacity=\"0.32\" x=\"168\" y=\"0\" width=\"24\" height=\"24\"/></svg>');-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-position:var(--t-offset, 0) 0;mask-position:var(--t-offset, 0) 0}.tui-sensitive.tui-sensitive{-webkit-text-fill-color:transparent}\n"] }]
18
12
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vuc2l0aXZlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V4cGVyaW1lbnRhbC9kaXJlY3RpdmVzL3NlbnNpdGl2ZS9zZW5zaXRpdmUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBV3BGLE1BQU0sT0FBTyxxQkFBcUI7O21IQUFyQixxQkFBcUI7dUdBQXJCLHFCQUFxQixzR0FScEIsRUFBRTs0RkFRSCxxQkFBcUI7a0JBVGpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLEVBQUU7b0JBQ1osU0FBUyxFQUFFLENBQUMsd0JBQXdCLENBQUM7b0JBQ3JDLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsSUFBSSxFQUFFO3dCQUNGLEtBQUssRUFBRSxzQkFBc0I7cUJBQ2hDO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zZW5zaXRpdmUuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3R1aS1zZW5zaXRpdmUtc3R5bGVzJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlTZW5zaXRpdmVDb21wb25lbnQge31cbiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vuc2l0aXZlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V4cGVyaW1lbnRhbC9kaXJlY3RpdmVzL3NlbnNpdGl2ZS9zZW5zaXRpdmUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBV3BGLE1BQU0sT0FBTyxxQkFBcUI7O21IQUFyQixxQkFBcUI7dUdBQXJCLHFCQUFxQixzR0FScEIsRUFBRTs0RkFRSCxxQkFBcUI7a0JBVGpDLFNBQVM7K0JBQ0ksRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLEtBQUssRUFBRSxzQkFBc0I7cUJBQ2hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zZW5zaXRpdmUuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3R1aS1zZW5zaXRpdmUtc3R5bGVzJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlTZW5zaXRpdmVDb21wb25lbnQge31cbiJdfQ==
@@ -10,9 +10,9 @@ export class TuiSensitiveDirective {
10
10
  directiveStyles.addComponent(TuiSensitiveComponent);
11
11
  }
12
12
  }
13
- TuiSensitiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
14
- TuiSensitiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiSensitiveDirective, selector: "[tuiSensitive]", inputs: { tuiSensitive: "tuiSensitive" }, host: { properties: { "style.--t-offset.px": "offset", "class.tui-sensitive": "tuiSensitive" } }, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveDirective, decorators: [{
13
+ TuiSensitiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
14
+ TuiSensitiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TuiSensitiveDirective, selector: "[tuiSensitive]", inputs: { tuiSensitive: "tuiSensitive" }, host: { properties: { "style.--t-offset.px": "offset", "class.tui-sensitive": "tuiSensitive" } }, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[tuiSensitive]',
@@ -4,10 +4,10 @@ import { TuiSensitiveDirective } from './sensitive.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TuiSensitiveModule {
6
6
  }
7
- TuiSensitiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TuiSensitiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveModule, declarations: [TuiSensitiveDirective, TuiSensitiveComponent], exports: [TuiSensitiveDirective] });
9
- TuiSensitiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveModule });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSensitiveModule, decorators: [{
7
+ TuiSensitiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ TuiSensitiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveModule, declarations: [TuiSensitiveDirective, TuiSensitiveComponent], exports: [TuiSensitiveDirective] });
9
+ TuiSensitiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveModule });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSensitiveModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [TuiSensitiveDirective, TuiSensitiveComponent],
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class TuiSurfaceComponent {
4
+ }
5
+ TuiSurfaceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ TuiSurfaceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiSurfaceComponent, selector: "ng-component", host: { classAttribute: "tui-surface-styles" }, ngImport: i0, template: '', isInline: true, styles: ["[data-surface]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:0;background:none;font-size:inherit;line-height:inherit;text-decoration:none;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;--tui-gap: .25rem;position:relative;border-radius:var(--tui-radius-l);box-sizing:border-box;padding:1.25rem;background-size:cover;background-repeat:no-repeat;overflow:hidden;isolation:isolate;outline-color:var(--tui-focus);transition-property:background,border-radius,box-shadow,transform,-webkit-backdrop-filter,-webkit-mask;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform,-webkit-backdrop-filter,-webkit-mask}@supports (not (-moz-appearance: none)) and (not (-webkit-hyphens: none)){[data-surface]:before{mix-blend-mode:multiply}}button[data-surface]{cursor:pointer}[data-surface]:before,[data-surface]:after,[tuiSurfaceLayer]:before,[tuiSurfaceLayer]:after{position:absolute;top:0;left:0;width:100%;height:100%;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";z-index:-1;border-radius:inherit;pointer-events:none;background-size:cover;background-repeat:no-repeat;transition-property:opacity,transform,-webkit-backdrop-filter;transition-property:opacity,backdrop-filter,transform;transition-property:opacity,backdrop-filter,transform,-webkit-backdrop-filter}[tuiSurfaceLayer]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;position:absolute!important;z-index:-1;object-fit:cover;border-radius:inherit;box-sizing:border-box;transition-property:box-shadow,filter,padding}input[tuiSurfaceLayer]+[tuiSurfaceLayer]{will-change:padding;background-clip:content-box;overflow:clip;overflow-clip-margin:content-box}input[tuiSurfaceLayer]:checked+[tuiSurfaceLayer]{padding:var(--tui-gap)}input[tuiSurfaceLayer]:focus-visible+[tuiSurfaceLayer]{padding:var(--tui-gap)}@media (hover: hover) and (pointer: fine){[data-surface]:hover input[tuiSurfaceLayer]+[tuiSurfaceLayer]{padding:var(--tui-gap)}}input[tuiSurfaceLayer]{color:var(--tui-accent);-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border-radius:inherit;outline:none;box-shadow:inset 0 0,inset 0 0 var(--tui-base-03)}input[tuiSurfaceLayer]:checked{box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 var(--tui-base-03)}input[tuiSurfaceLayer]:focus-visible{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}input[tuiSurfaceLayer]:checked:focus-visible{filter:brightness(.7);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}@media (hover: hover) and (pointer: fine){[data-surface]:hover input[tuiSurfaceLayer]{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}[data-surface]:hover input[tuiSurfaceLayer]:checked{filter:brightness(.9);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}}[data-surface=elevated]{box-shadow:var(--tui-shadow);border-radius:var(--tui-radius-xl);background:var(--tui-elevation-01)}button[data-surface=elevated]:active,a[data-surface=elevated]:active{box-shadow:var(--tui-shadow);transform:scale(.95)}@media (hover: hover) and (pointer: fine){button[data-surface=elevated]:hover,a[data-surface=elevated]:hover{box-shadow:var(--tui-shadow-hover);transform:translate3d(0,-.25rem,0)}}[data-surface=flat]{border-radius:var(--tui-radius-xl);background:var(--tui-clear)}button[data-surface=flat]:active,a[data-surface=flat]:active{transform:scale(.95)}@media (hover: hover) and (pointer: fine){button[data-surface=flat]:hover,a[data-surface=flat]:hover{transform:scale(1.15)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceComponent, decorators: [{
8
+ type: Component,
9
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
10
+ class: 'tui-surface-styles',
11
+ }, styles: ["[data-surface]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:0;background:none;font-size:inherit;line-height:inherit;text-decoration:none;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;--tui-gap: .25rem;position:relative;border-radius:var(--tui-radius-l);box-sizing:border-box;padding:1.25rem;background-size:cover;background-repeat:no-repeat;overflow:hidden;isolation:isolate;outline-color:var(--tui-focus);transition-property:background,border-radius,box-shadow,transform,-webkit-backdrop-filter,-webkit-mask;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform;transition-property:backdrop-filter,background,border-radius,box-shadow,mask,transform,-webkit-backdrop-filter,-webkit-mask}@supports (not (-moz-appearance: none)) and (not (-webkit-hyphens: none)){[data-surface]:before{mix-blend-mode:multiply}}button[data-surface]{cursor:pointer}[data-surface]:before,[data-surface]:after,[tuiSurfaceLayer]:before,[tuiSurfaceLayer]:after{position:absolute;top:0;left:0;width:100%;height:100%;transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;content:\"\";z-index:-1;border-radius:inherit;pointer-events:none;background-size:cover;background-repeat:no-repeat;transition-property:opacity,transform,-webkit-backdrop-filter;transition-property:opacity,backdrop-filter,transform;transition-property:opacity,backdrop-filter,transform,-webkit-backdrop-filter}[tuiSurfaceLayer]{transition-property:all;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;position:absolute!important;z-index:-1;object-fit:cover;border-radius:inherit;box-sizing:border-box;transition-property:box-shadow,filter,padding}input[tuiSurfaceLayer]+[tuiSurfaceLayer]{will-change:padding;background-clip:content-box;overflow:clip;overflow-clip-margin:content-box}input[tuiSurfaceLayer]:checked+[tuiSurfaceLayer]{padding:var(--tui-gap)}input[tuiSurfaceLayer]:focus-visible+[tuiSurfaceLayer]{padding:var(--tui-gap)}@media (hover: hover) and (pointer: fine){[data-surface]:hover input[tuiSurfaceLayer]+[tuiSurfaceLayer]{padding:var(--tui-gap)}}input[tuiSurfaceLayer]{color:var(--tui-accent);-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border-radius:inherit;outline:none;box-shadow:inset 0 0,inset 0 0 var(--tui-base-03)}input[tuiSurfaceLayer]:checked{box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 var(--tui-base-03)}input[tuiSurfaceLayer]:focus-visible{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}input[tuiSurfaceLayer]:checked:focus-visible{filter:brightness(.7);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}@media (hover: hover) and (pointer: fine){[data-surface]:hover input[tuiSurfaceLayer]{box-shadow:inset 0 0,inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}[data-surface]:hover input[tuiSurfaceLayer]:checked{filter:brightness(.9);box-shadow:inset 0 0 0 calc(var(--tui-gap) / 2),inset 0 0 0 calc(var(--tui-gap) / 2) var(--tui-base-03)}}[data-surface=elevated]{box-shadow:var(--tui-shadow);border-radius:var(--tui-radius-xl);background:var(--tui-elevation-01)}button[data-surface=elevated]:active,a[data-surface=elevated]:active{box-shadow:var(--tui-shadow);transform:scale(.95)}@media (hover: hover) and (pointer: fine){button[data-surface=elevated]:hover,a[data-surface=elevated]:hover{box-shadow:var(--tui-shadow-hover);transform:translate3d(0,-.25rem,0)}}[data-surface=flat]{border-radius:var(--tui-radius-xl);background:var(--tui-clear)}button[data-surface=flat]:active,a[data-surface=flat]:active{transform:scale(.95)}@media (hover: hover) and (pointer: fine){button[data-surface=flat]:hover,a[data-surface=flat]:hover{transform:scale(1.15)}}\n"] }]
12
+ }] });
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VyZmFjZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHBlcmltZW50YWwvZGlyZWN0aXZlcy9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBV3BGLE1BQU0sT0FBTyxtQkFBbUI7O2lIQUFuQixtQkFBbUI7cUdBQW5CLG1CQUFtQixvR0FSbEIsRUFBRTs0RkFRSCxtQkFBbUI7a0JBVC9CLFNBQVM7K0JBQ0ksRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLEtBQUssRUFBRSxvQkFBb0I7cUJBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zdXJmYWNlLnN0eWxlLmxlc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICd0dWktc3VyZmFjZS1zdHlsZXMnLFxuICAgIH0sXG59KVxuZXhwb3J0IGNsYXNzIFR1aVN1cmZhY2VDb21wb25lbnQge31cbiJdfQ==
@@ -9,9 +9,9 @@ export class TuiSurfaceDirective {
9
9
  directiveStyles.addComponent(TuiSurfaceComponent);
10
10
  }
11
11
  }
12
- TuiSurfaceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
- TuiSurfaceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiSurfaceDirective, selector: "[tuiSurface]", inputs: { tuiSurface: "tuiSurface" }, host: { attributes: { "tuiSurface": "" }, properties: { "attr.data-surface": "tuiSurface" } }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceDirective, decorators: [{
12
+ TuiSurfaceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
+ TuiSurfaceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TuiSurfaceDirective, selector: "[tuiSurface]", inputs: { tuiSurface: "tuiSurface" }, host: { attributes: { "tuiSurface": "" }, properties: { "attr.data-surface": "tuiSurface" } }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[tuiSurface]',
@@ -4,10 +4,10 @@ import { TuiSurfaceDirective } from './surface.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TuiSurfaceModule {
6
6
  }
7
- TuiSurfaceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TuiSurfaceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceModule, declarations: [TuiSurfaceComponent, TuiSurfaceDirective], exports: [TuiSurfaceDirective] });
9
- TuiSurfaceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceModule });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiSurfaceModule, decorators: [{
7
+ TuiSurfaceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ TuiSurfaceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceModule, declarations: [TuiSurfaceComponent, TuiSurfaceDirective], exports: [TuiSurfaceDirective] });
9
+ TuiSurfaceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceModule });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiSurfaceModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [TuiSurfaceComponent, TuiSurfaceDirective],
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class TuiTitleComponent {
4
+ }
5
+ TuiTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ TuiTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiTitleComponent, selector: "ng-component", host: { classAttribute: "tui-title" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiTitle]{position:relative;display:flex;flex-direction:column;text-align:left;gap:.25rem;margin:0;font:var(--tui-font-text-m-2)}[tuiTitle][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitle][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitle][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitle][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitle][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitle][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiSubtitle]{font:var(--tui-font-text-s-2)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleComponent, decorators: [{
8
+ type: Component,
9
+ args: [{ template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
10
+ class: 'tui-title',
11
+ }, styles: ["[tuiTitle]{position:relative;display:flex;flex-direction:column;text-align:left;gap:.25rem;margin:0;font:var(--tui-font-text-m-2)}[tuiTitle][data-size=s]{gap:.125rem;font:var(--tui-font-text-s)}[tuiTitle][data-size=s] [tuiSubtitle]{font:var(--tui-font-text-xs)}[tuiTitle][data-size=m]{gap:.125rem;font:var(--tui-font-heading-5)}[tuiTitle][data-size=m] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiTitle][data-size=l]{gap:.5rem;font:var(--tui-font-heading-3)}[tuiTitle][data-size=l] [tuiSubtitle]{font:var(--tui-font-text-m)}[tuiSubtitle]{font:var(--tui-font-text-s-2)}\n"] }]
12
+ }] });
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGl0bGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXhwZXJpbWVudGFsL2RpcmVjdGl2ZXMvdGl0bGUvdGl0bGUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBV3BGLE1BQU0sT0FBTyxpQkFBaUI7OytHQUFqQixpQkFBaUI7bUdBQWpCLGlCQUFpQiwyRkFSaEIsRUFBRTs0RkFRSCxpQkFBaUI7a0JBVDdCLFNBQVM7K0JBQ0ksRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLEtBQUssRUFBRSxXQUFXO3FCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc3R5bGVVcmxzOiBbJy4vdGl0bGUuc3R5bGUubGVzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3R1aS10aXRsZScsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpVGl0bGVDb21wb25lbnQge31cbiJdfQ==
@@ -9,9 +9,9 @@ export class TuiTitleDirective {
9
9
  directiveStyles.addComponent(TuiTitleComponent);
10
10
  }
11
11
  }
12
- TuiTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
- TuiTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiTitleDirective, selector: "[tuiTitle]", inputs: { size: ["tuiTitle", "size"] }, host: { attributes: { "tuiTitle": "" }, properties: { "attr.data-size": "size || null" } }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleDirective, decorators: [{
12
+ TuiTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleDirective, deps: [{ token: TuiDirectiveStylesService }], target: i0.ɵɵFactoryTarget.Directive });
13
+ TuiTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TuiTitleDirective, selector: "[tuiTitle]", inputs: { size: ["tuiTitle", "size"] }, host: { attributes: { "tuiTitle": "" }, properties: { "attr.data-size": "size || null" } }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[tuiTitle]',
@@ -4,10 +4,10 @@ import { TuiTitleDirective } from './title.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TuiTitleModule {
6
6
  }
7
- TuiTitleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TuiTitleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleModule, declarations: [TuiTitleDirective, TuiTitleComponent], exports: [TuiTitleDirective] });
9
- TuiTitleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleModule });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiTitleModule, decorators: [{
7
+ TuiTitleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ TuiTitleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleModule, declarations: [TuiTitleDirective, TuiTitleComponent], exports: [TuiTitleDirective] });
9
+ TuiTitleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleModule });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiTitleModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [TuiTitleDirective, TuiTitleComponent],
@@ -3,10 +3,10 @@ import { TuiAmountPipePipe } from './amount.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TuiAmountPipeModule {
5
5
  }
6
- TuiAmountPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAmountPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- TuiAmountPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAmountPipeModule, declarations: [TuiAmountPipePipe], exports: [TuiAmountPipePipe] });
8
- TuiAmountPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAmountPipeModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAmountPipeModule, decorators: [{
6
+ TuiAmountPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TuiAmountPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipeModule, declarations: [TuiAmountPipePipe], exports: [TuiAmountPipePipe] });
8
+ TuiAmountPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipeModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipeModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [TuiAmountPipePipe],
@@ -0,0 +1,51 @@
1
+ import { Inject, Pipe } from '@angular/core';
2
+ import { tuiFormatCurrency, tuiFormatSignSymbol } from '@taiga-ui/addon-commerce';
3
+ import { CHAR_NO_BREAK_SPACE } from '@taiga-ui/cdk';
4
+ import { TUI_NUMBER_FORMAT_OBSERVABLE, tuiFormatNumber, } from '@taiga-ui/core';
5
+ import { map } from 'rxjs';
6
+ import { TUI_AMOUNT_OPTIONS } from './amount.options';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "rxjs";
9
+ const DEFAULT_DECIMAL_LIMIT = 2;
10
+ export class TuiAmountPipePipe {
11
+ constructor(options, format) {
12
+ this.options = options;
13
+ this.format = format;
14
+ }
15
+ transform(value, currency = this.options.currency, currencyAlign = this.options.currencyAlign) {
16
+ return this.format.pipe(map(format => {
17
+ const sign = tuiFormatSignSymbol(value, this.options.sign);
18
+ const currencySymbol = tuiFormatCurrency(currency);
19
+ const formatted = tuiFormatNumber(Math.abs(value), {
20
+ ...format,
21
+ decimalLimit: this.getDecimalLimit(value, Number.isNaN(format.decimalLimit)
22
+ ? DEFAULT_DECIMAL_LIMIT
23
+ : format.decimalLimit, format?.decimal || `not-zero`),
24
+ });
25
+ const space = currencySymbol?.length > 1 || currencyAlign === `right`
26
+ ? CHAR_NO_BREAK_SPACE
27
+ : ``;
28
+ return currencyAlign === `right`
29
+ ? `${sign}${formatted}${space}${currencySymbol}`
30
+ : `${sign}${currencySymbol}${space}${formatted}`;
31
+ }));
32
+ }
33
+ getDecimalLimit(value, limit, decimal) {
34
+ return decimal === `always` || (decimal === `not-zero` && value % 1) ? limit : 0;
35
+ }
36
+ }
37
+ TuiAmountPipePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipePipe, deps: [{ token: TUI_AMOUNT_OPTIONS }, { token: TUI_NUMBER_FORMAT_OBSERVABLE }], target: i0.ɵɵFactoryTarget.Pipe });
38
+ TuiAmountPipePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipePipe, name: "tuiAmount" });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAmountPipePipe, decorators: [{
40
+ type: Pipe,
41
+ args: [{
42
+ name: `tuiAmount`,
43
+ }]
44
+ }], ctorParameters: function () { return [{ type: undefined, decorators: [{
45
+ type: Inject,
46
+ args: [TUI_AMOUNT_OPTIONS]
47
+ }] }, { type: i1.Observable, decorators: [{
48
+ type: Inject,
49
+ args: [TUI_NUMBER_FORMAT_OBSERVABLE]
50
+ }] }]; } });
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW1vdW50LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHBlcmltZW50YWwvcGlwZXMvYW1vdW50L2Ftb3VudC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxNQUFNLEVBQUUsSUFBSSxFQUFnQixNQUFNLGVBQWUsQ0FBQztBQUMxRCxPQUFPLEVBQUMsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNoRixPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUNILDRCQUE0QixFQUU1QixlQUFlLEdBRWxCLE1BQU0sZ0JBQWdCLENBQUM7QUFDeEIsT0FBTyxFQUFDLEdBQUcsRUFBYSxNQUFNLE1BQU0sQ0FBQztBQUVyQyxPQUFPLEVBQUMsa0JBQWtCLEVBQW1CLE1BQU0sa0JBQWtCLENBQUM7OztBQUV0RSxNQUFNLHFCQUFxQixHQUFHLENBQUMsQ0FBQztBQUtoQyxNQUFNLE9BQU8saUJBQWlCO0lBQzFCLFlBQ2lELE9BQXlCLEVBRXJELE1BQTJDO1FBRmYsWUFBTyxHQUFQLE9BQU8sQ0FBa0I7UUFFckQsV0FBTSxHQUFOLE1BQU0sQ0FBcUM7SUFDN0QsQ0FBQztJQUVKLFNBQVMsQ0FDTCxLQUFhLEVBQ2IsUUFBUSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxFQUNoQyxhQUFhLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhO1FBRTFDLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQ25CLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUNULE1BQU0sSUFBSSxHQUFHLG1CQUFtQixDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQzNELE1BQU0sY0FBYyxHQUFHLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxDQUFDO1lBQ25ELE1BQU0sU0FBUyxHQUFHLGVBQWUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO2dCQUMvQyxHQUFHLE1BQU07Z0JBQ1QsWUFBWSxFQUFFLElBQUksQ0FBQyxlQUFlLENBQzlCLEtBQUssRUFDTCxNQUFNLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUM7b0JBQzdCLENBQUMsQ0FBQyxxQkFBcUI7b0JBQ3ZCLENBQUMsQ0FBQyxNQUFNLENBQUMsWUFBWSxFQUN6QixNQUFNLEVBQUUsT0FBTyxJQUFJLFVBQVUsQ0FDaEM7YUFDSixDQUFDLENBQUM7WUFDSCxNQUFNLEtBQUssR0FDUCxjQUFjLEVBQUUsTUFBTSxHQUFHLENBQUMsSUFBSSxhQUFhLEtBQUssT0FBTztnQkFDbkQsQ0FBQyxDQUFDLG1CQUFtQjtnQkFDckIsQ0FBQyxDQUFDLEVBQUUsQ0FBQztZQUViLE9BQU8sYUFBYSxLQUFLLE9BQU87Z0JBQzVCLENBQUMsQ0FBQyxHQUFHLElBQUksR0FBRyxTQUFTLEdBQUcsS0FBSyxHQUFHLGNBQWMsRUFBRTtnQkFDaEQsQ0FBQyxDQUFDLEdBQUcsSUFBSSxHQUFHLGNBQWMsR0FBRyxLQUFLLEdBQUcsU0FBUyxFQUFFLENBQUM7UUFDekQsQ0FBQyxDQUFDLENBQ0wsQ0FBQztJQUNOLENBQUM7SUFFTyxlQUFlLENBQUMsS0FBYSxFQUFFLEtBQWEsRUFBRSxPQUFtQjtRQUNyRSxPQUFPLE9BQU8sS0FBSyxRQUFRLElBQUksQ0FBQyxPQUFPLEtBQUssVUFBVSxJQUFJLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDckYsQ0FBQzs7K0dBeENRLGlCQUFpQixrQkFFZCxrQkFBa0IsYUFDbEIsNEJBQTRCOzZHQUgvQixpQkFBaUI7NEZBQWpCLGlCQUFpQjtrQkFIN0IsSUFBSTttQkFBQztvQkFDRixJQUFJLEVBQUUsV0FBVztpQkFDcEI7OzBCQUdRLE1BQU07MkJBQUMsa0JBQWtCOzswQkFDekIsTUFBTTsyQkFBQyw0QkFBNEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0luamVjdCwgUGlwZSwgUGlwZVRyYW5zZm9ybX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aUZvcm1hdEN1cnJlbmN5LCB0dWlGb3JtYXRTaWduU3ltYm9sfSBmcm9tICdAdGFpZ2EtdWkvYWRkb24tY29tbWVyY2UnO1xuaW1wb3J0IHtDSEFSX05PX0JSRUFLX1NQQUNFfSBmcm9tICdAdGFpZ2EtdWkvY2RrJztcbmltcG9ydCB7XG4gICAgVFVJX05VTUJFUl9GT1JNQVRfT0JTRVJWQUJMRSxcbiAgICBUdWlEZWNpbWFsLFxuICAgIHR1aUZvcm1hdE51bWJlcixcbiAgICBUdWlOdW1iZXJGb3JtYXRTZXR0aW5ncyxcbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUnO1xuaW1wb3J0IHttYXAsIE9ic2VydmFibGV9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQge1RVSV9BTU9VTlRfT1BUSU9OUywgVHVpQW1vdW50T3B0aW9uc30gZnJvbSAnLi9hbW91bnQub3B0aW9ucyc7XG5cbmNvbnN0IERFRkFVTFRfREVDSU1BTF9MSU1JVCA9IDI7XG5cbkBQaXBlKHtcbiAgICBuYW1lOiBgdHVpQW1vdW50YCxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQW1vdW50UGlwZVBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgQEluamVjdChUVUlfQU1PVU5UX09QVElPTlMpIHByaXZhdGUgcmVhZG9ubHkgb3B0aW9uczogVHVpQW1vdW50T3B0aW9ucyxcbiAgICAgICAgQEluamVjdChUVUlfTlVNQkVSX0ZPUk1BVF9PQlNFUlZBQkxFKVxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGZvcm1hdDogT2JzZXJ2YWJsZTxUdWlOdW1iZXJGb3JtYXRTZXR0aW5ncz4sXG4gICAgKSB7fVxuXG4gICAgdHJhbnNmb3JtKFxuICAgICAgICB2YWx1ZTogbnVtYmVyLFxuICAgICAgICBjdXJyZW5jeSA9IHRoaXMub3B0aW9ucy5jdXJyZW5jeSxcbiAgICAgICAgY3VycmVuY3lBbGlnbiA9IHRoaXMub3B0aW9ucy5jdXJyZW5jeUFsaWduLFxuICAgICk6IE9ic2VydmFibGU8c3RyaW5nPiB7XG4gICAgICAgIHJldHVybiB0aGlzLmZvcm1hdC5waXBlKFxuICAgICAgICAgICAgbWFwKGZvcm1hdCA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3Qgc2lnbiA9IHR1aUZvcm1hdFNpZ25TeW1ib2wodmFsdWUsIHRoaXMub3B0aW9ucy5zaWduKTtcbiAgICAgICAgICAgICAgICBjb25zdCBjdXJyZW5jeVN5bWJvbCA9IHR1aUZvcm1hdEN1cnJlbmN5KGN1cnJlbmN5KTtcbiAgICAgICAgICAgICAgICBjb25zdCBmb3JtYXR0ZWQgPSB0dWlGb3JtYXROdW1iZXIoTWF0aC5hYnModmFsdWUpLCB7XG4gICAgICAgICAgICAgICAgICAgIC4uLmZvcm1hdCxcbiAgICAgICAgICAgICAgICAgICAgZGVjaW1hbExpbWl0OiB0aGlzLmdldERlY2ltYWxMaW1pdChcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlLFxuICAgICAgICAgICAgICAgICAgICAgICAgTnVtYmVyLmlzTmFOKGZvcm1hdC5kZWNpbWFsTGltaXQpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyBERUZBVUxUX0RFQ0lNQUxfTElNSVRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IGZvcm1hdC5kZWNpbWFsTGltaXQsXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtYXQ/LmRlY2ltYWwgfHwgYG5vdC16ZXJvYCxcbiAgICAgICAgICAgICAgICAgICAgKSxcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICBjb25zdCBzcGFjZSA9XG4gICAgICAgICAgICAgICAgICAgIGN1cnJlbmN5U3ltYm9sPy5sZW5ndGggPiAxIHx8IGN1cnJlbmN5QWxpZ24gPT09IGByaWdodGBcbiAgICAgICAgICAgICAgICAgICAgICAgID8gQ0hBUl9OT19CUkVBS19TUEFDRVxuICAgICAgICAgICAgICAgICAgICAgICAgOiBgYDtcblxuICAgICAgICAgICAgICAgIHJldHVybiBjdXJyZW5jeUFsaWduID09PSBgcmlnaHRgXG4gICAgICAgICAgICAgICAgICAgID8gYCR7c2lnbn0ke2Zvcm1hdHRlZH0ke3NwYWNlfSR7Y3VycmVuY3lTeW1ib2x9YFxuICAgICAgICAgICAgICAgICAgICA6IGAke3NpZ259JHtjdXJyZW5jeVN5bWJvbH0ke3NwYWNlfSR7Zm9ybWF0dGVkfWA7XG4gICAgICAgICAgICB9KSxcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGdldERlY2ltYWxMaW1pdCh2YWx1ZTogbnVtYmVyLCBsaW1pdDogbnVtYmVyLCBkZWNpbWFsOiBUdWlEZWNpbWFsKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIGRlY2ltYWwgPT09IGBhbHdheXNgIHx8IChkZWNpbWFsID09PSBgbm90LXplcm9gICYmIHZhbHVlICUgMSkgPyBsaW1pdCA6IDA7XG4gICAgfVxufVxuIl19
@@ -3,10 +3,10 @@ import { TuiAutoColorPipe } from './auto-color.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TuiAutoColorModule {
5
5
  }
6
- TuiAutoColorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- TuiAutoColorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorModule, declarations: [TuiAutoColorPipe], exports: [TuiAutoColorPipe] });
8
- TuiAutoColorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorModule, decorators: [{
6
+ TuiAutoColorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TuiAutoColorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorModule, declarations: [TuiAutoColorPipe], exports: [TuiAutoColorPipe] });
8
+ TuiAutoColorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [TuiAutoColorPipe],
@@ -6,9 +6,9 @@ export class TuiAutoColorPipe {
6
6
  return tuiStringHashToHsl(text);
7
7
  }
8
8
  }
9
- TuiAutoColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
- TuiAutoColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorPipe, name: "tuiAutoColor" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAutoColorPipe, decorators: [{
9
+ TuiAutoColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ TuiAutoColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorPipe, name: "tuiAutoColor" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAutoColorPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: `tuiAutoColor`,
@@ -3,10 +3,10 @@ import { TuiFallbackSrcPipe } from './fallback-src.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TuiFallbackSrcModule {
5
5
  }
6
- TuiFallbackSrcModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiFallbackSrcModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- TuiFallbackSrcModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiFallbackSrcModule, declarations: [TuiFallbackSrcPipe], exports: [TuiFallbackSrcPipe] });
8
- TuiFallbackSrcModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiFallbackSrcModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiFallbackSrcModule, decorators: [{
6
+ TuiFallbackSrcModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TuiFallbackSrcModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcModule, declarations: [TuiFallbackSrcPipe], exports: [TuiFallbackSrcPipe] });
8
+ TuiFallbackSrcModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [TuiFallbackSrcPipe],
@@ -0,0 +1,24 @@
1
+ import { ElementRef, Inject, Pipe } from '@angular/core';
2
+ import { TUI_ICON_ERROR } from '@taiga-ui/core';
3
+ import { fromEvent, map, merge, startWith } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export class TuiFallbackSrcPipe {
6
+ constructor(el) {
7
+ this.el = el;
8
+ }
9
+ transform(src, fallback) {
10
+ return merge(fromEvent(this.el.nativeElement, TUI_ICON_ERROR), fromEvent(this.el.nativeElement, `error`, { capture: true })).pipe(map(() => fallback), startWith(src));
11
+ }
12
+ }
13
+ TuiFallbackSrcPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcPipe, deps: [{ token: ElementRef }], target: i0.ɵɵFactoryTarget.Pipe });
14
+ TuiFallbackSrcPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcPipe, name: "tuiFallbackSrc" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiFallbackSrcPipe, decorators: [{
16
+ type: Pipe,
17
+ args: [{
18
+ name: `tuiFallbackSrc`,
19
+ }]
20
+ }], ctorParameters: function () { return [{ type: i0.ElementRef, decorators: [{
21
+ type: Inject,
22
+ args: [ElementRef]
23
+ }] }]; } });
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFsbGJhY2stc3JjLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHBlcmltZW50YWwvcGlwZXMvZmFsbGJhY2stc3JjL2ZhbGxiYWNrLXNyYy5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxVQUFVLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBZ0IsTUFBTSxlQUFlLENBQUM7QUFDdEUsT0FBTyxFQUFDLGNBQWMsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLE9BQU8sRUFBQyxTQUFTLEVBQUUsR0FBRyxFQUFFLEtBQUssRUFBYyxTQUFTLEVBQUMsTUFBTSxNQUFNLENBQUM7O0FBS2xFLE1BQU0sT0FBTyxrQkFBa0I7SUFDM0IsWUFBaUQsRUFBMkI7UUFBM0IsT0FBRSxHQUFGLEVBQUUsQ0FBeUI7SUFBRyxDQUFDO0lBRWhGLFNBQVMsQ0FBQyxHQUFXLEVBQUUsUUFBZ0I7UUFDbkMsT0FBTyxLQUFLLENBQ1IsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxFQUFFLGNBQWMsQ0FBQyxFQUNoRCxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLEVBQUUsT0FBTyxFQUFFLEVBQUMsT0FBTyxFQUFFLElBQUksRUFBQyxDQUFDLENBQzdELENBQUMsSUFBSSxDQUNGLEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxRQUFRLENBQUMsRUFDbkIsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUNqQixDQUFDO0lBQ04sQ0FBQzs7Z0hBWFEsa0JBQWtCLGtCQUNQLFVBQVU7OEdBRHJCLGtCQUFrQjs0RkFBbEIsa0JBQWtCO2tCQUg5QixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxnQkFBZ0I7aUJBQ3pCOzswQkFFZ0IsTUFBTTsyQkFBQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtFbGVtZW50UmVmLCBJbmplY3QsIFBpcGUsIFBpcGVUcmFuc2Zvcm19IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtUVUlfSUNPTl9FUlJPUn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUnO1xuaW1wb3J0IHtmcm9tRXZlbnQsIG1hcCwgbWVyZ2UsIE9ic2VydmFibGUsIHN0YXJ0V2l0aH0gZnJvbSAncnhqcyc7XG5cbkBQaXBlKHtcbiAgICBuYW1lOiBgdHVpRmFsbGJhY2tTcmNgLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlGYWxsYmFja1NyY1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICBjb25zdHJ1Y3RvcihASW5qZWN0KEVsZW1lbnRSZWYpIHByaXZhdGUgcmVhZG9ubHkgZWw6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+KSB7fVxuXG4gICAgdHJhbnNmb3JtKHNyYzogc3RyaW5nLCBmYWxsYmFjazogc3RyaW5nKTogT2JzZXJ2YWJsZTxzdHJpbmc+IHtcbiAgICAgICAgcmV0dXJuIG1lcmdlKFxuICAgICAgICAgICAgZnJvbUV2ZW50KHRoaXMuZWwubmF0aXZlRWxlbWVudCwgVFVJX0lDT05fRVJST1IpLFxuICAgICAgICAgICAgZnJvbUV2ZW50KHRoaXMuZWwubmF0aXZlRWxlbWVudCwgYGVycm9yYCwge2NhcHR1cmU6IHRydWV9KSxcbiAgICAgICAgKS5waXBlKFxuICAgICAgICAgICAgbWFwKCgpID0+IGZhbGxiYWNrKSxcbiAgICAgICAgICAgIHN0YXJ0V2l0aChzcmMpLFxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
@@ -3,10 +3,10 @@ import { TuiInitialsPipe } from './initials.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TuiInitialsModule {
5
5
  }
6
- TuiInitialsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- TuiInitialsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsModule, declarations: [TuiInitialsPipe], exports: [TuiInitialsPipe] });
8
- TuiInitialsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsModule, decorators: [{
6
+ TuiInitialsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TuiInitialsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsModule, declarations: [TuiInitialsPipe], exports: [TuiInitialsPipe] });
8
+ TuiInitialsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [TuiInitialsPipe],
@@ -10,9 +10,9 @@ export class TuiInitialsPipe {
10
10
  .slice(0, 2);
11
11
  }
12
12
  }
13
- TuiInitialsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
- TuiInitialsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsPipe, name: "tuiInitials" });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInitialsPipe, decorators: [{
13
+ TuiInitialsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
+ TuiInitialsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsPipe, name: "tuiInitials" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInitialsPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{
18
18
  name: `tuiInitials`,
@@ -7,17 +7,11 @@ class TuiAvatarStackComponent {
7
7
  this.direction = 'right';
8
8
  }
9
9
  }
10
- TuiAvatarStackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- TuiAvatarStackComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiAvatarStackComponent, selector: "tui-avatar-stack", inputs: { direction: "direction" }, host: { properties: { "attr.data-direction": "this.direction" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["tui-avatar-stack{display:flex;--t-gap: .125rem}tui-avatar-stack tui-avatar._round{-webkit-mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px));mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px))}tui-avatar-stack[data-direction=right] tui-avatar._round{--t-x: 100%}tui-avatar-stack[data-direction=right] tui-avatar._round:last-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar._round{--t-x: 0}tui-avatar-stack[data-direction=left] tui-avatar._round:first-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar:not(._round):not(:first-child){-webkit-mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom}tui-avatar-stack[data-direction=right] tui-avatar:not(._round):not(:last-child){-webkit-mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom}tui-avatar-stack tui-avatar:not(._round){-webkit-mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}tui-avatar-stack tui-avatar:not(:last-child){margin-right:calc(var(--t-size) / -2)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackComponent, decorators: [{
10
+ TuiAvatarStackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ TuiAvatarStackComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiAvatarStackComponent, selector: "tui-avatar-stack", inputs: { direction: "direction" }, host: { properties: { "attr.data-direction": "this.direction" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["tui-avatar-stack{display:flex;--t-gap: .125rem}tui-avatar-stack tui-avatar._round{-webkit-mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px));mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px))}tui-avatar-stack[data-direction=right] tui-avatar._round{--t-x: 100%}tui-avatar-stack[data-direction=right] tui-avatar._round:last-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar._round{--t-x: 0}tui-avatar-stack[data-direction=left] tui-avatar._round:first-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar:not(._round):not(:first-child){-webkit-mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom}tui-avatar-stack[data-direction=right] tui-avatar:not(._round):not(:last-child){-webkit-mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom}tui-avatar-stack tui-avatar:not(._round){-webkit-mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}tui-avatar-stack tui-avatar:not(:last-child){margin-right:calc(var(--t-size) / -2)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackComponent, decorators: [{
13
13
  type: Component,
14
- args: [{
15
- selector: 'tui-avatar-stack',
16
- template: '<ng-content></ng-content>',
17
- styleUrls: ['./avatar-stack.style.less'],
18
- encapsulation: ViewEncapsulation.None,
19
- changeDetection: ChangeDetectionStrategy.OnPush,
20
- }]
14
+ args: [{ selector: 'tui-avatar-stack', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["tui-avatar-stack{display:flex;--t-gap: .125rem}tui-avatar-stack tui-avatar._round{-webkit-mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px));mask-image:radial-gradient(circle at var(--t-x) 50%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px))}tui-avatar-stack[data-direction=right] tui-avatar._round{--t-x: 100%}tui-avatar-stack[data-direction=right] tui-avatar._round:last-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar._round{--t-x: 0}tui-avatar-stack[data-direction=left] tui-avatar._round:first-child{-webkit-mask-image:none;mask-image:none}tui-avatar-stack[data-direction=left] tui-avatar:not(._round):not(:first-child){-webkit-mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 0% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 0% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to right,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(-1 * var(--t-gap)),calc(50% - (var(--t-radius) - var(--t-gap)) / 2) calc(100% + var(--t-gap)),bottom}tui-avatar-stack[data-direction=right] tui-avatar:not(._round):not(:last-child){-webkit-mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));mask-image:radial-gradient(circle at 150% 100%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),radial-gradient(circle at 150% 0%,transparent calc(var(--t-radius) + var(--t-gap)),#000 calc(var(--t-radius) + var(--t-gap) + .2px)),linear-gradient(to left,transparent calc(50% + var(--t-gap)),#000 calc(50% + var(--t-gap)));-webkit-mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom;mask-position:calc(50% - var(--t-gap)) calc(-1 * var(--t-gap)),calc(50% - var(--t-gap)) calc(100% + var(--t-gap)),bottom}tui-avatar-stack tui-avatar:not(._round){-webkit-mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;mask-size:calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),calc(var(--t-radius) + var(--t-gap)) calc(var(--t-radius) + var(--t-gap)),100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}tui-avatar-stack tui-avatar:not(:last-child){margin-right:calc(var(--t-size) / -2)}\n"] }]
21
15
  }], propDecorators: { direction: [{
22
16
  type: Input
23
17
  }, {
@@ -27,10 +21,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
27
21
 
28
22
  class TuiAvatarStackModule {
29
23
  }
30
- TuiAvatarStackModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- TuiAvatarStackModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackModule, declarations: [TuiAvatarStackComponent], imports: [TuiAvatarModule], exports: [TuiAvatarStackComponent, TuiAvatarComponent] });
32
- TuiAvatarStackModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackModule, imports: [[TuiAvatarModule]] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiAvatarStackModule, decorators: [{
24
+ TuiAvatarStackModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25
+ TuiAvatarStackModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackModule, declarations: [TuiAvatarStackComponent], imports: [TuiAvatarModule], exports: [TuiAvatarStackComponent, TuiAvatarComponent] });
26
+ TuiAvatarStackModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackModule, imports: [TuiAvatarModule] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiAvatarStackModule, decorators: [{
34
28
  type: NgModule,
35
29
  args: [{
36
30
  imports: [TuiAvatarModule],
@@ -44,4 +38,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
44
38
  */
45
39
 
46
40
  export { TuiAvatarStackComponent, TuiAvatarStackModule };
47
- //# sourceMappingURL=taiga-ui-experimental-components-avatar-stack.js.map
41
+ //# sourceMappingURL=taiga-ui-experimental-components-avatar-stack.mjs.map