@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,507 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@taiga-ui/cdk'), require('@taiga-ui/experimental/components/icon'), require('@tinkoff/ng-polymorpheus'), require('@angular/common')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/components/rating', ['exports', '@angular/core', '@angular/forms', '@taiga-ui/cdk', '@taiga-ui/experimental/components/icon', '@tinkoff/ng-polymorpheus', '@angular/common'], 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.components = global["taiga-ui"].experimental.components || {}, global["taiga-ui"].experimental.components.rating = {}), global.ng.core, global.ng.forms, global.i2, global["taiga-ui"].experimental.components.icon, global.i3, global.ng.common));
5
- })(this, (function (exports, i0, i4, i2, i1, i3, common) { '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
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
27
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
28
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
29
- var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
30
-
31
- /*! *****************************************************************************
32
- Copyright (c) Microsoft Corporation.
33
-
34
- Permission to use, copy, modify, and/or distribute this software for any
35
- purpose with or without fee is hereby granted.
36
-
37
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
38
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
39
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
40
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
42
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43
- PERFORMANCE OF THIS SOFTWARE.
44
- ***************************************************************************** */
45
- /* global Reflect, Promise */
46
- var extendStatics = function (d, b) {
47
- extendStatics = Object.setPrototypeOf ||
48
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
49
- function (d, b) { for (var p in b)
50
- if (Object.prototype.hasOwnProperty.call(b, p))
51
- d[p] = b[p]; };
52
- return extendStatics(d, b);
53
- };
54
- function __extends(d, b) {
55
- if (typeof b !== "function" && b !== null)
56
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
57
- extendStatics(d, b);
58
- function __() { this.constructor = d; }
59
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
60
- }
61
- var __assign = function () {
62
- __assign = Object.assign || function __assign(t) {
63
- for (var s, i = 1, n = arguments.length; i < n; i++) {
64
- s = arguments[i];
65
- for (var p in s)
66
- if (Object.prototype.hasOwnProperty.call(s, p))
67
- t[p] = s[p];
68
- }
69
- return t;
70
- };
71
- return __assign.apply(this, arguments);
72
- };
73
- function __rest(s, e) {
74
- var t = {};
75
- for (var p in s)
76
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
77
- t[p] = s[p];
78
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
79
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
80
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
81
- t[p[i]] = s[p[i]];
82
- }
83
- return t;
84
- }
85
- function __decorate(decorators, target, key, desc) {
86
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
87
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
88
- r = Reflect.decorate(decorators, target, key, desc);
89
- else
90
- for (var i = decorators.length - 1; i >= 0; i--)
91
- if (d = decorators[i])
92
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
93
- return c > 3 && r && Object.defineProperty(target, key, r), r;
94
- }
95
- function __param(paramIndex, decorator) {
96
- return function (target, key) { decorator(target, key, paramIndex); };
97
- }
98
- function __metadata(metadataKey, metadataValue) {
99
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
100
- return Reflect.metadata(metadataKey, metadataValue);
101
- }
102
- function __awaiter(thisArg, _arguments, P, generator) {
103
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
104
- return new (P || (P = Promise))(function (resolve, reject) {
105
- function fulfilled(value) { try {
106
- step(generator.next(value));
107
- }
108
- catch (e) {
109
- reject(e);
110
- } }
111
- function rejected(value) { try {
112
- step(generator["throw"](value));
113
- }
114
- catch (e) {
115
- reject(e);
116
- } }
117
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
118
- step((generator = generator.apply(thisArg, _arguments || [])).next());
119
- });
120
- }
121
- function __generator(thisArg, body) {
122
- var _ = { label: 0, sent: function () { if (t[0] & 1)
123
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
124
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
125
- function verb(n) { return function (v) { return step([n, v]); }; }
126
- function step(op) {
127
- if (f)
128
- throw new TypeError("Generator is already executing.");
129
- while (_)
130
- try {
131
- 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)
132
- return t;
133
- if (y = 0, t)
134
- op = [op[0] & 2, t.value];
135
- switch (op[0]) {
136
- case 0:
137
- case 1:
138
- t = op;
139
- break;
140
- case 4:
141
- _.label++;
142
- return { value: op[1], done: false };
143
- case 5:
144
- _.label++;
145
- y = op[1];
146
- op = [0];
147
- continue;
148
- case 7:
149
- op = _.ops.pop();
150
- _.trys.pop();
151
- continue;
152
- default:
153
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
154
- _ = 0;
155
- continue;
156
- }
157
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
158
- _.label = op[1];
159
- break;
160
- }
161
- if (op[0] === 6 && _.label < t[1]) {
162
- _.label = t[1];
163
- t = op;
164
- break;
165
- }
166
- if (t && _.label < t[2]) {
167
- _.label = t[2];
168
- _.ops.push(op);
169
- break;
170
- }
171
- if (t[2])
172
- _.ops.pop();
173
- _.trys.pop();
174
- continue;
175
- }
176
- op = body.call(thisArg, _);
177
- }
178
- catch (e) {
179
- op = [6, e];
180
- y = 0;
181
- }
182
- finally {
183
- f = t = 0;
184
- }
185
- if (op[0] & 5)
186
- throw op[1];
187
- return { value: op[0] ? op[1] : void 0, done: true };
188
- }
189
- }
190
- var __createBinding = Object.create ? (function (o, m, k, k2) {
191
- if (k2 === undefined)
192
- k2 = k;
193
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
194
- }) : (function (o, m, k, k2) {
195
- if (k2 === undefined)
196
- k2 = k;
197
- o[k2] = m[k];
198
- });
199
- function __exportStar(m, o) {
200
- for (var p in m)
201
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
202
- __createBinding(o, m, p);
203
- }
204
- function __values(o) {
205
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
206
- if (m)
207
- return m.call(o);
208
- if (o && typeof o.length === "number")
209
- return {
210
- next: function () {
211
- if (o && i >= o.length)
212
- o = void 0;
213
- return { value: o && o[i++], done: !o };
214
- }
215
- };
216
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
217
- }
218
- function __read(o, n) {
219
- var m = typeof Symbol === "function" && o[Symbol.iterator];
220
- if (!m)
221
- return o;
222
- var i = m.call(o), r, ar = [], e;
223
- try {
224
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
225
- ar.push(r.value);
226
- }
227
- catch (error) {
228
- e = { error: error };
229
- }
230
- finally {
231
- try {
232
- if (r && !r.done && (m = i["return"]))
233
- m.call(i);
234
- }
235
- finally {
236
- if (e)
237
- throw e.error;
238
- }
239
- }
240
- return ar;
241
- }
242
- /** @deprecated */
243
- function __spread() {
244
- for (var ar = [], i = 0; i < arguments.length; i++)
245
- ar = ar.concat(__read(arguments[i]));
246
- return ar;
247
- }
248
- /** @deprecated */
249
- function __spreadArrays() {
250
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
251
- s += arguments[i].length;
252
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
253
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
254
- r[k] = a[j];
255
- return r;
256
- }
257
- function __spreadArray(to, from, pack) {
258
- if (pack || arguments.length === 2)
259
- for (var i = 0, l = from.length, ar; i < l; i++) {
260
- if (ar || !(i in from)) {
261
- if (!ar)
262
- ar = Array.prototype.slice.call(from, 0, i);
263
- ar[i] = from[i];
264
- }
265
- }
266
- return to.concat(ar || from);
267
- }
268
- function __await(v) {
269
- return this instanceof __await ? (this.v = v, this) : new __await(v);
270
- }
271
- function __asyncGenerator(thisArg, _arguments, generator) {
272
- if (!Symbol.asyncIterator)
273
- throw new TypeError("Symbol.asyncIterator is not defined.");
274
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
275
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
276
- function verb(n) { if (g[n])
277
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
278
- function resume(n, v) { try {
279
- step(g[n](v));
280
- }
281
- catch (e) {
282
- settle(q[0][3], e);
283
- } }
284
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
285
- function fulfill(value) { resume("next", value); }
286
- function reject(value) { resume("throw", value); }
287
- function settle(f, v) { if (f(v), q.shift(), q.length)
288
- resume(q[0][0], q[0][1]); }
289
- }
290
- function __asyncDelegator(o) {
291
- var i, p;
292
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
293
- 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; }
294
- }
295
- function __asyncValues(o) {
296
- if (!Symbol.asyncIterator)
297
- throw new TypeError("Symbol.asyncIterator is not defined.");
298
- var m = o[Symbol.asyncIterator], i;
299
- 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);
300
- 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); }); }; }
301
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
302
- }
303
- function __makeTemplateObject(cooked, raw) {
304
- if (Object.defineProperty) {
305
- Object.defineProperty(cooked, "raw", { value: raw });
306
- }
307
- else {
308
- cooked.raw = raw;
309
- }
310
- return cooked;
311
- }
312
- ;
313
- var __setModuleDefault = Object.create ? (function (o, v) {
314
- Object.defineProperty(o, "default", { enumerable: true, value: v });
315
- }) : function (o, v) {
316
- o["default"] = v;
317
- };
318
- function __importStar(mod) {
319
- if (mod && mod.__esModule)
320
- return mod;
321
- var result = {};
322
- if (mod != null)
323
- for (var k in mod)
324
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
325
- __createBinding(result, mod, k);
326
- __setModuleDefault(result, mod);
327
- return result;
328
- }
329
- function __importDefault(mod) {
330
- return (mod && mod.__esModule) ? mod : { default: mod };
331
- }
332
- function __classPrivateFieldGet(receiver, state, kind, f) {
333
- if (kind === "a" && !f)
334
- throw new TypeError("Private accessor was defined without a getter");
335
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
336
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
337
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
338
- }
339
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
340
- if (kind === "m")
341
- throw new TypeError("Private method is not writable");
342
- if (kind === "a" && !f)
343
- throw new TypeError("Private accessor was defined without a setter");
344
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
345
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
346
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
347
- }
348
-
349
- var TUI_RATING_DEFAULT_OPTIONS = {
350
- icon: "tuiIconStarLarge",
351
- max: 5,
352
- };
353
- var TUI_RATING_OPTIONS = i2.tuiCreateToken(TUI_RATING_DEFAULT_OPTIONS);
354
- function tuiRatingOptionsProvider(options) {
355
- return i2.tuiProvideOptions(TUI_RATING_OPTIONS, options, TUI_RATING_DEFAULT_OPTIONS);
356
- }
357
-
358
- var TuiRatingComponent = /** @class */ (function (_super) {
359
- __extends(TuiRatingComponent, _super);
360
- function TuiRatingComponent(control, cdr, options) {
361
- var _this = _super.call(this, control, cdr) || this;
362
- _this.options = options;
363
- _this.icon = _this.options.icon;
364
- _this.max = _this.options.max;
365
- _this.active = 0;
366
- return _this;
367
- }
368
- Object.defineProperty(TuiRatingComponent.prototype, "nativeFocusableElement", {
369
- get: function () {
370
- var _a;
371
- return this.computedDisabled ? null : ((_a = this.input) === null || _a === void 0 ? void 0 : _a.nativeElement) || null;
372
- },
373
- enumerable: false,
374
- configurable: true
375
- });
376
- Object.defineProperty(TuiRatingComponent.prototype, "focused", {
377
- get: function () {
378
- return i2.tuiIsNativeFocused(this.nativeFocusableElement);
379
- },
380
- enumerable: false,
381
- configurable: true
382
- });
383
- TuiRatingComponent.prototype.onKeyDown = function (event) {
384
- if (this.readOnly) {
385
- event.preventDefault();
386
- }
387
- };
388
- TuiRatingComponent.prototype.onPointer = function (delta) {
389
- this.active = i2.tuiClamp(this.active + delta, 0, 1);
390
- };
391
- TuiRatingComponent.prototype.onClick = function (value) {
392
- if (this.active) {
393
- this.value = value;
394
- }
395
- };
396
- TuiRatingComponent.prototype.isActive = function (index) {
397
- return Math.ceil(this.value) >= this.max - index;
398
- };
399
- TuiRatingComponent.prototype.isFraction = function (index) {
400
- return this.value > this.max - index - 1 && this.value < this.max - index;
401
- };
402
- TuiRatingComponent.prototype.getCut = function (index) {
403
- return this.isFraction(index)
404
- ? 100 * Math.max(this.max - index - this.value, 0)
405
- : 0;
406
- };
407
- TuiRatingComponent.prototype.getFallbackValue = function () {
408
- return 0;
409
- };
410
- return TuiRatingComponent;
411
- }(i2.AbstractTuiControl));
412
- TuiRatingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, deps: [{ token: i4.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }, { token: TUI_RATING_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
413
- TuiRatingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiRatingComponent, selector: "tui-rating", inputs: { icon: "icon", max: "max" }, host: { listeners: { "keydown.capture": "onKeyDown($event)", "pointerdown": "onPointer(1)", "pointercancel": "onPointer(-1)", "document:pointerup": "onPointer(-1)" }, properties: { "class._active": "this.active" } }, viewQueries: [{ propertyName: "input", first: true, predicate: i4.NgControl, descendants: true, read: i0.ElementRef, static: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"t-items\">\n <div\n *tuiRepeatTimes=\"let index of max\"\n class=\"t-item\"\n [class.t-item_active]=\"isActive(index)\"\n (pointerup)=\"onClick(max - index)\"\n >\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon t-icon_blank\"\n [class.t-icon_fraction]=\"isFraction(index)\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"100 - getCut(index)\"\n ></tui-icon>\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"getCut(index)\"\n ></tui-icon>\n </div>\n</div>\n<input\n min=\"1\"\n type=\"range\"\n class=\"t-range\"\n [attr.aria-disabled]=\"readOnly\"\n [disabled]=\"computedDisabled\"\n [max]=\"max\"\n [(ngModel)]=\"value\"\n/>\n", styles: [":host{position:relative;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;font-size:1rem;color:var(--tui-support-12);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host._readonly{pointer-events:none}:host._disabled{pointer-events:none;opacity:var(--tui-disabled-opacity)}.t-range{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;box-sizing:border-box;padding:0 .75em;pointer-events:none}.t-range:focus-visible+.t-items{box-shadow:inset 0 0 0 .125rem var(--tui-focus)}.t-items{position:relative;display:flex;flex-direction:row-reverse}.t-items:hover .t-icon{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.t-items:hover .t-icon_blank{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}.t-item{position:relative;flex:1 0 0;color:var(--tui-base-06);transition-property:color,transform;transition-duration:var(--tui-duration);transition-timing-function:ease-in-out,cubic-bezier(.35,1.5,.4,2.5)}.t-item:first-child{max-width:2.5em}.t-item:hover,.t-item:hover~.t-item,.t-items:not(:hover) .t-item_active{color:currentColor}.t-items:active .t-item:hover,.t-items:active .t-item:hover~.t-item{transform:scale(.85);transition-duration:var(--tui-duration),calc(var(--tui-duration) / 3);transition-timing-function:ease-in-out}.t-icon{transition-property:-webkit-clip-path;transition-property:clip-path;transition-property:clip-path,-webkit-clip-path;transition-duration:var(--tui-duration, .3s);transition-timing-function:ease-in-out;width:2.5em;height:2.5em;font-size:inherit;-webkit-clip-path:inset(0 var(--t-cut) 0 0);clip-path:inset(0 var(--t-cut) 0 0)}.t-icon ::ng-deep>*{font-size:1rem}.t-icon_blank{position:absolute;top:0;left:0;display:none;color:var(--tui-base-06);-webkit-clip-path:inset(0 0 0 var(--t-cut));clip-path:inset(0 0 0 var(--t-cut))}.t-icon_fraction{display:block}@media (any-pointer: coarse){:host._active .t-item_active{transform:scale(.85);transition-timing-function:ease-in-out}.t-range{pointer-events:auto}.t-icon{transition:none}}\n"], components: [{ type: i1__namespace.TuiIconComponent, selector: "tui-icon", inputs: ["icon", "background"] }], directives: [{ type: i2__namespace.TuiRepeatTimesDirective, selector: "[tuiRepeatTimes][tuiRepeatTimesOf]", inputs: ["tuiRepeatTimesOf"] }, { type: i3__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { type: i4__namespace.RangeValueAccessor, selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]" }, { type: i4__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
414
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingComponent, decorators: [{
415
- type: i0.Component,
416
- args: [{
417
- selector: 'tui-rating',
418
- templateUrl: './rating.template.html',
419
- styleUrls: ['./rating.style.less'],
420
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
421
- }]
422
- }], ctorParameters: function () {
423
- return [{ type: i4__namespace.NgControl, decorators: [{
424
- type: i0.Optional
425
- }, {
426
- type: i0.Self
427
- }, {
428
- type: i0.Inject,
429
- args: [i4.NgControl]
430
- }] }, { type: i0__namespace.ChangeDetectorRef, decorators: [{
431
- type: i0.Inject,
432
- args: [i0.ChangeDetectorRef]
433
- }] }, { type: undefined, decorators: [{
434
- type: i0.Inject,
435
- args: [TUI_RATING_OPTIONS]
436
- }] }];
437
- }, propDecorators: { input: [{
438
- type: i0.ViewChild,
439
- args: [i4.NgControl, { read: i0.ElementRef, static: true }]
440
- }], icon: [{
441
- type: i0.Input
442
- }], max: [{
443
- type: i0.Input
444
- }], active: [{
445
- type: i0.HostBinding,
446
- args: ['class._active']
447
- }], onKeyDown: [{
448
- type: i0.HostListener,
449
- args: ['keydown.capture', ['$event']]
450
- }], onPointer: [{
451
- type: i0.HostListener,
452
- args: ['pointerdown', ['1']]
453
- }, {
454
- type: i0.HostListener,
455
- args: ['pointercancel', ['-1']]
456
- }, {
457
- type: i0.HostListener,
458
- args: ['document:pointerup', ['-1']]
459
- }] } });
460
-
461
- var TuiRatingModule = /** @class */ (function () {
462
- function TuiRatingModule() {
463
- }
464
- return TuiRatingModule;
465
- }());
466
- TuiRatingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
467
- TuiRatingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, declarations: [TuiRatingComponent], imports: [common.CommonModule,
468
- i4.FormsModule,
469
- i1.TuiIconModule,
470
- i2.TuiRepeatTimesModule,
471
- i3.PolymorpheusModule], exports: [TuiRatingComponent] });
472
- TuiRatingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, imports: [[
473
- common.CommonModule,
474
- i4.FormsModule,
475
- i1.TuiIconModule,
476
- i2.TuiRepeatTimesModule,
477
- i3.PolymorpheusModule,
478
- ]] });
479
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiRatingModule, decorators: [{
480
- type: i0.NgModule,
481
- args: [{
482
- imports: [
483
- common.CommonModule,
484
- i4.FormsModule,
485
- i1.TuiIconModule,
486
- i2.TuiRepeatTimesModule,
487
- i3.PolymorpheusModule,
488
- ],
489
- declarations: [TuiRatingComponent],
490
- exports: [TuiRatingComponent],
491
- }]
492
- }] });
493
-
494
- /**
495
- * Generated bundle index. Do not edit.
496
- */
497
-
498
- exports.TUI_RATING_DEFAULT_OPTIONS = TUI_RATING_DEFAULT_OPTIONS;
499
- exports.TUI_RATING_OPTIONS = TUI_RATING_OPTIONS;
500
- exports.TuiRatingComponent = TuiRatingComponent;
501
- exports.TuiRatingModule = TuiRatingModule;
502
- exports.tuiRatingOptionsProvider = tuiRatingOptionsProvider;
503
-
504
- Object.defineProperty(exports, '__esModule', { value: true });
505
-
506
- }));
507
- //# sourceMappingURL=taiga-ui-experimental-components-rating.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-experimental-components-rating.umd.js","sources":["../../../node_modules/tslib/tslib.es6.js","../../../projects/experimental/components/rating/rating.options.ts","../../../projects/experimental/components/rating/rating.component.ts","../../../projects/experimental/components/rating/rating.template.html","../../../projects/experimental/components/rating/rating.module.ts","../../../projects/experimental/components/rating/taiga-ui-experimental-components-rating.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 {Provider} from '@angular/core';\nimport {TuiContextWithImplicit, tuiCreateToken, tuiProvideOptions} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nexport interface TuiRatingOptions {\n readonly icon: PolymorpheusContent<TuiContextWithImplicit<number>>;\n readonly max: number;\n}\n\nexport const TUI_RATING_DEFAULT_OPTIONS: TuiRatingOptions = {\n icon: `tuiIconStarLarge`,\n max: 5,\n};\n\nexport const TUI_RATING_OPTIONS = tuiCreateToken(TUI_RATING_DEFAULT_OPTIONS);\n\nexport function tuiRatingOptionsProvider(options: Partial<TuiRatingOptions>): Provider {\n return tuiProvideOptions(TUI_RATING_OPTIONS, options, TUI_RATING_DEFAULT_OPTIONS);\n}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostBinding,\n HostListener,\n Inject,\n Input,\n Optional,\n Self,\n ViewChild,\n} from '@angular/core';\nimport {NgControl} from '@angular/forms';\nimport {\n AbstractTuiControl,\n tuiClamp,\n TuiFocusableElementAccessor,\n tuiIsNativeFocused,\n} from '@taiga-ui/cdk';\n\nimport {TUI_RATING_OPTIONS, TuiRatingOptions} from './rating.options';\n\n@Component({\n selector: 'tui-rating',\n templateUrl: './rating.template.html',\n styleUrls: ['./rating.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TuiRatingComponent\n extends AbstractTuiControl<number>\n implements TuiFocusableElementAccessor\n{\n @ViewChild(NgControl, {read: ElementRef, static: true})\n private readonly input?: ElementRef<HTMLInputElement>;\n\n @Input()\n icon = this.options.icon;\n\n @Input()\n max = this.options.max;\n\n @HostBinding('class._active')\n active = 0;\n\n constructor(\n @Optional()\n @Self()\n @Inject(NgControl)\n control: NgControl | null,\n @Inject(ChangeDetectorRef) cdr: ChangeDetectorRef,\n @Inject(TUI_RATING_OPTIONS) private readonly options: TuiRatingOptions,\n ) {\n super(control, cdr);\n }\n\n get nativeFocusableElement(): HTMLInputElement | null {\n return this.computedDisabled ? null : this.input?.nativeElement || null;\n }\n\n get focused(): boolean {\n return tuiIsNativeFocused(this.nativeFocusableElement);\n }\n\n @HostListener('keydown.capture', ['$event'])\n onKeyDown(event: KeyboardEvent): void {\n if (this.readOnly) {\n event.preventDefault();\n }\n }\n\n @HostListener('pointerdown', ['1'])\n @HostListener('pointercancel', ['-1'])\n @HostListener('document:pointerup', ['-1'])\n onPointer(delta: number): void {\n this.active = tuiClamp(this.active + delta, 0, 1);\n }\n\n onClick(value: number): void {\n if (this.active) {\n this.value = value;\n }\n }\n\n isActive(index: number): boolean {\n return Math.ceil(this.value) >= this.max - index;\n }\n\n isFraction(index: number): boolean {\n return this.value > this.max - index - 1 && this.value < this.max - index;\n }\n\n getCut(index: number): number {\n return this.isFraction(index)\n ? 100 * Math.max(this.max - index - this.value, 0)\n : 0;\n }\n\n protected getFallbackValue(): number {\n return 0;\n }\n}\n","<div class=\"t-items\">\n <div\n *tuiRepeatTimes=\"let index of max\"\n class=\"t-item\"\n [class.t-item_active]=\"isActive(index)\"\n (pointerup)=\"onClick(max - index)\"\n >\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon t-icon_blank\"\n [class.t-icon_fraction]=\"isFraction(index)\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"100 - getCut(index)\"\n ></tui-icon>\n <tui-icon\n *polymorpheusOutlet=\"icon as src; context: {$implicit: max - index}\"\n class=\"t-icon\"\n [icon]=\"src.toString()\"\n [style.--t-cut.%]=\"getCut(index)\"\n ></tui-icon>\n </div>\n</div>\n<input\n min=\"1\"\n type=\"range\"\n class=\"t-range\"\n [attr.aria-disabled]=\"readOnly\"\n [disabled]=\"computedDisabled\"\n [max]=\"max\"\n [(ngModel)]=\"value\"\n/>\n","import {CommonModule} from '@angular/common';\nimport {NgModule} from '@angular/core';\nimport {FormsModule} from '@angular/forms';\nimport {TuiRepeatTimesModule} from '@taiga-ui/cdk';\nimport {TuiIconModule} from '@taiga-ui/experimental/components/icon';\nimport {PolymorpheusModule} from '@tinkoff/ng-polymorpheus';\n\nimport {TuiRatingComponent} from './rating.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n TuiIconModule,\n TuiRepeatTimesModule,\n PolymorpheusModule,\n ],\n declarations: [TuiRatingComponent],\n exports: [TuiRatingComponent],\n})\nexport class TuiRatingModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["tuiCreateToken","tuiProvideOptions","tuiIsNativeFocused","tuiClamp","AbstractTuiControl","i0","NgControl","ChangeDetectorRef","ElementRef","i1","i2","i3","i4","Component","ChangeDetectionStrategy","Optional","Self","Inject","ViewChild","Input","HostBinding","HostListener","CommonModule","FormsModule","TuiIconModule","TuiRepeatTimesModule","PolymorpheusModule","NgModule"],"mappings":"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"}