@taiga-ui/experimental 3.58.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
@@ -1,70 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/kit')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/pipes/auto-color', ['exports', '@angular/core', '@taiga-ui/kit'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.pipes = global["taiga-ui"].experimental.pipes || {}, global["taiga-ui"].experimental.pipes["auto-color"] = {}), global.ng.core, global.kit));
5
- })(this, (function (exports, i0, kit) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
-
27
- var TuiAutoColorPipe = /** @class */ (function () {
28
- function TuiAutoColorPipe() {
29
- }
30
- TuiAutoColorPipe.prototype.transform = function (text) {
31
- return kit.tuiStringHashToHsl(text);
32
- };
33
- return TuiAutoColorPipe;
34
- }());
35
- TuiAutoColorPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
36
- TuiAutoColorPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorPipe, name: "tuiAutoColor" });
37
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorPipe, decorators: [{
38
- type: i0.Pipe,
39
- args: [{
40
- name: "tuiAutoColor",
41
- }]
42
- }] });
43
-
44
- var TuiAutoColorModule = /** @class */ (function () {
45
- function TuiAutoColorModule() {
46
- }
47
- return TuiAutoColorModule;
48
- }());
49
- TuiAutoColorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
50
- TuiAutoColorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorModule, declarations: [TuiAutoColorPipe], exports: [TuiAutoColorPipe] });
51
- TuiAutoColorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorModule });
52
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiAutoColorModule, decorators: [{
53
- type: i0.NgModule,
54
- args: [{
55
- declarations: [TuiAutoColorPipe],
56
- exports: [TuiAutoColorPipe],
57
- }]
58
- }] });
59
-
60
- /**
61
- * Generated bundle index. Do not edit.
62
- */
63
-
64
- exports.TuiAutoColorModule = TuiAutoColorModule;
65
- exports.TuiAutoColorPipe = TuiAutoColorPipe;
66
-
67
- Object.defineProperty(exports, '__esModule', { value: true });
68
-
69
- }));
70
- //# sourceMappingURL=taiga-ui-experimental-pipes-auto-color.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-experimental-pipes-auto-color.umd.js","sources":["../../../projects/experimental/pipes/auto-color/auto-color.pipe.ts","../../../projects/experimental/pipes/auto-color/auto-color.module.ts","../../../projects/experimental/pipes/auto-color/taiga-ui-experimental-pipes-auto-color.ts"],"sourcesContent":["import {Pipe, PipeTransform} from '@angular/core';\nimport {tuiStringHashToHsl} from '@taiga-ui/kit';\n\n@Pipe({\n name: `tuiAutoColor`,\n})\nexport class TuiAutoColorPipe implements PipeTransform {\n transform(text: string): string {\n return tuiStringHashToHsl(text);\n }\n}\n","import {NgModule} from '@angular/core';\n\nimport {TuiAutoColorPipe} from './auto-color.pipe';\n\n@NgModule({\n declarations: [TuiAutoColorPipe],\n exports: [TuiAutoColorPipe],\n})\nexport class TuiAutoColorModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["tuiStringHashToHsl","i0","Pipe","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,QAAA,gBAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,gBAAA,GAAA;;QACI,gBAAS,CAAA,SAAA,CAAA,SAAA,GAAT,UAAU,IAAY,EAAA;IAClB,QAAA,OAAOA,sBAAkB,CAAC,IAAI,CAAC,CAAC;SACnC,CAAA;;;wIAHQ,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAC,aAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;sIAAhB,gBAAgB,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,CAAA;sHAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;sBAH5BC,OAAI;IAAC,YAAA,IAAA,EAAA,CAAA;IACF,oBAAA,IAAI,EAAE,cAAc;qBACvB,CAAA;;;ACGD,QAAA,kBAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,kBAAA,GAAA;;;;0IAAa,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAD,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;2IAAlB,kBAAkB,EAAA,YAAA,EAAA,CAHZ,gBAAgB,CAAA,EAAA,OAAA,EAAA,CACrB,gBAAgB,CAAA,EAAA,CAAA,CAAA;2IAEjB,kBAAkB,EAAA,CAAA,CAAA;sHAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;sBAJ9BE,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;wBACN,YAAY,EAAE,CAAC,gBAAgB,CAAC;wBAChC,OAAO,EAAE,CAAC,gBAAgB,CAAC;qBAC9B,CAAA;;;ICPD;;IAEG;;;;;;;;;;;"}
@@ -1,76 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/core'), require('rxjs'), require('rxjs/operators')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/pipes/fallback-src', ['exports', '@angular/core', '@taiga-ui/core', 'rxjs', 'rxjs/operators'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.pipes = global["taiga-ui"].experimental.pipes || {}, global["taiga-ui"].experimental.pipes["fallback-src"] = {}), global.ng.core, global.core, global.rxjs, global.rxjs.operators));
5
- })(this, (function (exports, i0, core, rxjs, operators) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
-
27
- var TuiFallbackSrcPipe = /** @class */ (function () {
28
- function TuiFallbackSrcPipe(el) {
29
- this.el = el;
30
- }
31
- TuiFallbackSrcPipe.prototype.transform = function (src, fallback) {
32
- return rxjs.merge(rxjs.fromEvent(this.el.nativeElement, core.TUI_ICON_ERROR), rxjs.fromEvent(this.el.nativeElement, "error", { capture: true })).pipe(operators.map(function () { return fallback; }), operators.startWith(src));
33
- };
34
- return TuiFallbackSrcPipe;
35
- }());
36
- TuiFallbackSrcPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcPipe, deps: [{ token: i0.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
37
- TuiFallbackSrcPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcPipe, name: "tuiFallbackSrc" });
38
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcPipe, decorators: [{
39
- type: i0.Pipe,
40
- args: [{
41
- name: "tuiFallbackSrc",
42
- }]
43
- }], ctorParameters: function () {
44
- return [{ type: i0__namespace.ElementRef, decorators: [{
45
- type: i0.Inject,
46
- args: [i0.ElementRef]
47
- }] }];
48
- } });
49
-
50
- var TuiFallbackSrcModule = /** @class */ (function () {
51
- function TuiFallbackSrcModule() {
52
- }
53
- return TuiFallbackSrcModule;
54
- }());
55
- TuiFallbackSrcModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
56
- TuiFallbackSrcModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcModule, declarations: [TuiFallbackSrcPipe], exports: [TuiFallbackSrcPipe] });
57
- TuiFallbackSrcModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcModule });
58
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiFallbackSrcModule, decorators: [{
59
- type: i0.NgModule,
60
- args: [{
61
- declarations: [TuiFallbackSrcPipe],
62
- exports: [TuiFallbackSrcPipe],
63
- }]
64
- }] });
65
-
66
- /**
67
- * Generated bundle index. Do not edit.
68
- */
69
-
70
- exports.TuiFallbackSrcModule = TuiFallbackSrcModule;
71
- exports.TuiFallbackSrcPipe = TuiFallbackSrcPipe;
72
-
73
- Object.defineProperty(exports, '__esModule', { value: true });
74
-
75
- }));
76
- //# sourceMappingURL=taiga-ui-experimental-pipes-fallback-src.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-experimental-pipes-fallback-src.umd.js","sources":["../../../projects/experimental/pipes/fallback-src/fallback-src.pipe.ts","../../../projects/experimental/pipes/fallback-src/fallback-src.module.ts","../../../projects/experimental/pipes/fallback-src/taiga-ui-experimental-pipes-fallback-src.ts"],"sourcesContent":["import {ElementRef, Inject, Pipe, PipeTransform} from '@angular/core';\nimport {TUI_ICON_ERROR} from '@taiga-ui/core';\nimport {fromEvent, merge, Observable} from 'rxjs';\nimport {map, startWith} from 'rxjs/operators';\n\n@Pipe({\n name: `tuiFallbackSrc`,\n})\nexport class TuiFallbackSrcPipe implements PipeTransform {\n constructor(@Inject(ElementRef) private readonly el: ElementRef<HTMLElement>) {}\n\n transform(src: string, fallback: string): Observable<string> {\n return merge(\n fromEvent(this.el.nativeElement, TUI_ICON_ERROR),\n fromEvent(this.el.nativeElement, `error`, {capture: true}),\n ).pipe(\n map(() => fallback),\n startWith(src),\n );\n }\n}\n","import {NgModule} from '@angular/core';\n\nimport {TuiFallbackSrcPipe} from './fallback-src.pipe';\n\n@NgModule({\n declarations: [TuiFallbackSrcPipe],\n exports: [TuiFallbackSrcPipe],\n})\nexport class TuiFallbackSrcModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["merge","fromEvent","TUI_ICON_ERROR","map","startWith","i0","ElementRef","Pipe","Inject","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,QAAA,kBAAA,kBAAA,YAAA;IACI,IAAA,SAAA,kBAAA,CAAiD,EAA2B,EAAA;IAA3B,QAAA,IAAE,CAAA,EAAA,GAAF,EAAE,CAAyB;SAAI;IAEhF,IAAA,kBAAA,CAAA,SAAA,CAAA,SAAS,GAAT,UAAU,GAAW,EAAE,QAAgB,EAAA;YACnC,OAAOA,UAAK,CACRC,cAAS,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,EAAEC,mBAAc,CAAC,EAChDD,cAAS,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,EAAE,OAAO,EAAE,EAAC,OAAO,EAAE,IAAI,EAAC,CAAC,CAC7D,CAAC,IAAI,CACFE,aAAG,CAAC,YAAA,EAAM,OAAA,QAAQ,CAAA,EAAA,CAAC,EACnBC,mBAAS,CAAC,GAAG,CAAC,CACjB,CAAC;SACL,CAAA;;;IAXQ,kBAAA,CAAA,IAAA,GAAAC,aAAA,CAAA,kBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,IAAA,EAAA,kBAAkB,kBACPC,aAAU,EAAA,CAAA,EAAA,MAAA,EAAAD,aAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;wIADrB,kBAAkB,EAAA,IAAA,EAAA,gBAAA,EAAA,CAAA,CAAA;sHAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;sBAH9BE,OAAI;IAAC,YAAA,IAAA,EAAA,CAAA;IACF,oBAAA,IAAI,EAAE,gBAAgB;qBACzB,CAAA;;;kCAEgBC,SAAM;mCAACF,aAAU,CAAA;;;;ACDlC,QAAA,oBAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,oBAAA,GAAA;;;;4IAAa,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAD,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;6IAApB,oBAAoB,EAAA,YAAA,EAAA,CAHd,kBAAkB,CAAA,EAAA,OAAA,EAAA,CACvB,kBAAkB,CAAA,EAAA,CAAA,CAAA;6IAEnB,oBAAoB,EAAA,CAAA,CAAA;sHAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;sBAJhCI,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;wBACN,YAAY,EAAE,CAAC,kBAAkB,CAAC;wBAClC,OAAO,EAAE,CAAC,kBAAkB,CAAC;qBAChC,CAAA;;;ICPD;;IAEG;;;;;;;;;;;"}
@@ -1,396 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/pipes/initials', ['exports', '@angular/core'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.pipes = global["taiga-ui"].experimental.pipes || {}, global["taiga-ui"].experimental.pipes.initials = {}), global.ng.core));
5
- })(this, (function (exports, i0) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
-
27
- /*! *****************************************************************************
28
- Copyright (c) Microsoft Corporation.
29
-
30
- Permission to use, copy, modify, and/or distribute this software for any
31
- purpose with or without fee is hereby granted.
32
-
33
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
34
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
35
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
37
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
- PERFORMANCE OF THIS SOFTWARE.
40
- ***************************************************************************** */
41
- /* global Reflect, Promise */
42
- var extendStatics = function (d, b) {
43
- extendStatics = Object.setPrototypeOf ||
44
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
45
- function (d, b) { for (var p in b)
46
- if (Object.prototype.hasOwnProperty.call(b, p))
47
- d[p] = b[p]; };
48
- return extendStatics(d, b);
49
- };
50
- function __extends(d, b) {
51
- if (typeof b !== "function" && b !== null)
52
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53
- extendStatics(d, b);
54
- function __() { this.constructor = d; }
55
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
56
- }
57
- var __assign = function () {
58
- __assign = Object.assign || function __assign(t) {
59
- for (var s, i = 1, n = arguments.length; i < n; i++) {
60
- s = arguments[i];
61
- for (var p in s)
62
- if (Object.prototype.hasOwnProperty.call(s, p))
63
- t[p] = s[p];
64
- }
65
- return t;
66
- };
67
- return __assign.apply(this, arguments);
68
- };
69
- function __rest(s, e) {
70
- var t = {};
71
- for (var p in s)
72
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
73
- t[p] = s[p];
74
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
75
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
76
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
77
- t[p[i]] = s[p[i]];
78
- }
79
- return t;
80
- }
81
- function __decorate(decorators, target, key, desc) {
82
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
83
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
84
- r = Reflect.decorate(decorators, target, key, desc);
85
- else
86
- for (var i = decorators.length - 1; i >= 0; i--)
87
- if (d = decorators[i])
88
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
89
- return c > 3 && r && Object.defineProperty(target, key, r), r;
90
- }
91
- function __param(paramIndex, decorator) {
92
- return function (target, key) { decorator(target, key, paramIndex); };
93
- }
94
- function __metadata(metadataKey, metadataValue) {
95
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
96
- return Reflect.metadata(metadataKey, metadataValue);
97
- }
98
- function __awaiter(thisArg, _arguments, P, generator) {
99
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
100
- return new (P || (P = Promise))(function (resolve, reject) {
101
- function fulfilled(value) { try {
102
- step(generator.next(value));
103
- }
104
- catch (e) {
105
- reject(e);
106
- } }
107
- function rejected(value) { try {
108
- step(generator["throw"](value));
109
- }
110
- catch (e) {
111
- reject(e);
112
- } }
113
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
114
- step((generator = generator.apply(thisArg, _arguments || [])).next());
115
- });
116
- }
117
- function __generator(thisArg, body) {
118
- var _ = { label: 0, sent: function () { if (t[0] & 1)
119
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
120
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
121
- function verb(n) { return function (v) { return step([n, v]); }; }
122
- function step(op) {
123
- if (f)
124
- throw new TypeError("Generator is already executing.");
125
- while (_)
126
- try {
127
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
128
- return t;
129
- if (y = 0, t)
130
- op = [op[0] & 2, t.value];
131
- switch (op[0]) {
132
- case 0:
133
- case 1:
134
- t = op;
135
- break;
136
- case 4:
137
- _.label++;
138
- return { value: op[1], done: false };
139
- case 5:
140
- _.label++;
141
- y = op[1];
142
- op = [0];
143
- continue;
144
- case 7:
145
- op = _.ops.pop();
146
- _.trys.pop();
147
- continue;
148
- default:
149
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
150
- _ = 0;
151
- continue;
152
- }
153
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
154
- _.label = op[1];
155
- break;
156
- }
157
- if (op[0] === 6 && _.label < t[1]) {
158
- _.label = t[1];
159
- t = op;
160
- break;
161
- }
162
- if (t && _.label < t[2]) {
163
- _.label = t[2];
164
- _.ops.push(op);
165
- break;
166
- }
167
- if (t[2])
168
- _.ops.pop();
169
- _.trys.pop();
170
- continue;
171
- }
172
- op = body.call(thisArg, _);
173
- }
174
- catch (e) {
175
- op = [6, e];
176
- y = 0;
177
- }
178
- finally {
179
- f = t = 0;
180
- }
181
- if (op[0] & 5)
182
- throw op[1];
183
- return { value: op[0] ? op[1] : void 0, done: true };
184
- }
185
- }
186
- var __createBinding = Object.create ? (function (o, m, k, k2) {
187
- if (k2 === undefined)
188
- k2 = k;
189
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
190
- }) : (function (o, m, k, k2) {
191
- if (k2 === undefined)
192
- k2 = k;
193
- o[k2] = m[k];
194
- });
195
- function __exportStar(m, o) {
196
- for (var p in m)
197
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
198
- __createBinding(o, m, p);
199
- }
200
- function __values(o) {
201
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
202
- if (m)
203
- return m.call(o);
204
- if (o && typeof o.length === "number")
205
- return {
206
- next: function () {
207
- if (o && i >= o.length)
208
- o = void 0;
209
- return { value: o && o[i++], done: !o };
210
- }
211
- };
212
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
213
- }
214
- function __read(o, n) {
215
- var m = typeof Symbol === "function" && o[Symbol.iterator];
216
- if (!m)
217
- return o;
218
- var i = m.call(o), r, ar = [], e;
219
- try {
220
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
221
- ar.push(r.value);
222
- }
223
- catch (error) {
224
- e = { error: error };
225
- }
226
- finally {
227
- try {
228
- if (r && !r.done && (m = i["return"]))
229
- m.call(i);
230
- }
231
- finally {
232
- if (e)
233
- throw e.error;
234
- }
235
- }
236
- return ar;
237
- }
238
- /** @deprecated */
239
- function __spread() {
240
- for (var ar = [], i = 0; i < arguments.length; i++)
241
- ar = ar.concat(__read(arguments[i]));
242
- return ar;
243
- }
244
- /** @deprecated */
245
- function __spreadArrays() {
246
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
247
- s += arguments[i].length;
248
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
249
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
250
- r[k] = a[j];
251
- return r;
252
- }
253
- function __spreadArray(to, from, pack) {
254
- if (pack || arguments.length === 2)
255
- for (var i = 0, l = from.length, ar; i < l; i++) {
256
- if (ar || !(i in from)) {
257
- if (!ar)
258
- ar = Array.prototype.slice.call(from, 0, i);
259
- ar[i] = from[i];
260
- }
261
- }
262
- return to.concat(ar || from);
263
- }
264
- function __await(v) {
265
- return this instanceof __await ? (this.v = v, this) : new __await(v);
266
- }
267
- function __asyncGenerator(thisArg, _arguments, generator) {
268
- if (!Symbol.asyncIterator)
269
- throw new TypeError("Symbol.asyncIterator is not defined.");
270
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
271
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
272
- function verb(n) { if (g[n])
273
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
274
- function resume(n, v) { try {
275
- step(g[n](v));
276
- }
277
- catch (e) {
278
- settle(q[0][3], e);
279
- } }
280
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
281
- function fulfill(value) { resume("next", value); }
282
- function reject(value) { resume("throw", value); }
283
- function settle(f, v) { if (f(v), q.shift(), q.length)
284
- resume(q[0][0], q[0][1]); }
285
- }
286
- function __asyncDelegator(o) {
287
- var i, p;
288
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
289
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
290
- }
291
- function __asyncValues(o) {
292
- if (!Symbol.asyncIterator)
293
- throw new TypeError("Symbol.asyncIterator is not defined.");
294
- var m = o[Symbol.asyncIterator], i;
295
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
296
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
297
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
298
- }
299
- function __makeTemplateObject(cooked, raw) {
300
- if (Object.defineProperty) {
301
- Object.defineProperty(cooked, "raw", { value: raw });
302
- }
303
- else {
304
- cooked.raw = raw;
305
- }
306
- return cooked;
307
- }
308
- ;
309
- var __setModuleDefault = Object.create ? (function (o, v) {
310
- Object.defineProperty(o, "default", { enumerable: true, value: v });
311
- }) : function (o, v) {
312
- o["default"] = v;
313
- };
314
- function __importStar(mod) {
315
- if (mod && mod.__esModule)
316
- return mod;
317
- var result = {};
318
- if (mod != null)
319
- for (var k in mod)
320
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
321
- __createBinding(result, mod, k);
322
- __setModuleDefault(result, mod);
323
- return result;
324
- }
325
- function __importDefault(mod) {
326
- return (mod && mod.__esModule) ? mod : { default: mod };
327
- }
328
- function __classPrivateFieldGet(receiver, state, kind, f) {
329
- if (kind === "a" && !f)
330
- throw new TypeError("Private accessor was defined without a getter");
331
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
332
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
333
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
334
- }
335
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
336
- if (kind === "m")
337
- throw new TypeError("Private method is not writable");
338
- if (kind === "a" && !f)
339
- throw new TypeError("Private accessor was defined without a setter");
340
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
341
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
342
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
343
- }
344
-
345
- var TuiInitialsPipe = /** @class */ (function () {
346
- function TuiInitialsPipe() {
347
- }
348
- TuiInitialsPipe.prototype.transform = function (text) {
349
- return text
350
- .toUpperCase()
351
- .split(" ")
352
- .map(function (_a) {
353
- var _b = __read(_a, 1), char = _b[0];
354
- return char;
355
- })
356
- .join("")
357
- .slice(0, 2);
358
- };
359
- return TuiInitialsPipe;
360
- }());
361
- TuiInitialsPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
362
- TuiInitialsPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsPipe, name: "tuiInitials" });
363
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsPipe, decorators: [{
364
- type: i0.Pipe,
365
- args: [{
366
- name: "tuiInitials",
367
- }]
368
- }] });
369
-
370
- var TuiInitialsModule = /** @class */ (function () {
371
- function TuiInitialsModule() {
372
- }
373
- return TuiInitialsModule;
374
- }());
375
- TuiInitialsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
376
- TuiInitialsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsModule, declarations: [TuiInitialsPipe], exports: [TuiInitialsPipe] });
377
- TuiInitialsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsModule });
378
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiInitialsModule, decorators: [{
379
- type: i0.NgModule,
380
- args: [{
381
- declarations: [TuiInitialsPipe],
382
- exports: [TuiInitialsPipe],
383
- }]
384
- }] });
385
-
386
- /**
387
- * Generated bundle index. Do not edit.
388
- */
389
-
390
- exports.TuiInitialsModule = TuiInitialsModule;
391
- exports.TuiInitialsPipe = TuiInitialsPipe;
392
-
393
- Object.defineProperty(exports, '__esModule', { value: true });
394
-
395
- }));
396
- //# sourceMappingURL=taiga-ui-experimental-pipes-initials.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-experimental-pipes-initials.umd.js","sources":["../../../node_modules/tslib/tslib.es6.js","../../../projects/experimental/pipes/initials/initials.pipe.ts","../../../projects/experimental/pipes/initials/initials.module.ts","../../../projects/experimental/pipes/initials/taiga-ui-experimental-pipes-initials.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || from);\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n","import {Pipe, PipeTransform} from '@angular/core';\n\n@Pipe({\n name: `tuiInitials`,\n})\nexport class TuiInitialsPipe implements PipeTransform {\n transform(text: string): string {\n return text\n .toUpperCase()\n .split(` `)\n .map(([char]) => char)\n .join(``)\n .slice(0, 2);\n }\n}\n","import {NgModule} from '@angular/core';\n\nimport {TuiInitialsPipe} from './initials.pipe';\n\n@NgModule({\n declarations: [TuiInitialsPipe],\n exports: [TuiInitialsPipe],\n})\nexport class TuiInitialsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i0","Pipe","NgModule"],"mappings":"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"}