@taiga-ui/core 2.61.0 → 3.0.0-rc.2

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 (1941) hide show
  1. package/abstract/abstract-driver.directive.d.ts +8 -0
  2. package/abstract/abstract-textfield-host.d.ts +3 -0
  3. package/abstract/driver.d.ts +5 -0
  4. package/abstract/index.d.ts +5 -3
  5. package/abstract/package.json +2 -5
  6. package/abstract/position-accessor.d.ts +6 -0
  7. package/abstract/rect-accessor.d.ts +5 -0
  8. package/abstract/taiga-ui-core-abstract.d.ts +1 -0
  9. package/abstract/vehicle.d.ts +5 -0
  10. package/animations/package.json +2 -5
  11. package/animations/taiga-ui-core-animations.d.ts +1 -0
  12. package/bundles/taiga-ui-core-abstract.umd.js +444 -424
  13. package/bundles/taiga-ui-core-abstract.umd.js.map +1 -1
  14. package/bundles/taiga-ui-core-animations.umd.js +7 -3
  15. package/bundles/taiga-ui-core-animations.umd.js.map +1 -1
  16. package/bundles/taiga-ui-core-components-alert.umd.js +432 -369
  17. package/bundles/taiga-ui-core-components-alert.umd.js.map +1 -1
  18. package/bundles/taiga-ui-core-components-button.umd.js +488 -366
  19. package/bundles/taiga-ui-core-components-button.umd.js.map +1 -1
  20. package/bundles/taiga-ui-core-components-calendar.umd.js +471 -340
  21. package/bundles/taiga-ui-core-components-calendar.umd.js.map +1 -1
  22. package/bundles/taiga-ui-core-components-data-list.umd.js +564 -551
  23. package/bundles/taiga-ui-core-components-data-list.umd.js.map +1 -1
  24. package/bundles/taiga-ui-core-components-dialog.umd.js +482 -367
  25. package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
  26. package/bundles/taiga-ui-core-components-error.umd.js +401 -284
  27. package/bundles/taiga-ui-core-components-error.umd.js.map +1 -1
  28. package/bundles/taiga-ui-core-components-expand.umd.js +435 -315
  29. package/bundles/taiga-ui-core-components-expand.umd.js.map +1 -1
  30. package/bundles/taiga-ui-core-components-group.umd.js +438 -334
  31. package/bundles/taiga-ui-core-components-group.umd.js.map +1 -1
  32. package/bundles/taiga-ui-core-components-hints-host.umd.js +63 -568
  33. package/bundles/taiga-ui-core-components-hints-host.umd.js.map +1 -1
  34. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js +543 -384
  35. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js.map +1 -1
  36. package/bundles/taiga-ui-core-components-label.umd.js +404 -289
  37. package/bundles/taiga-ui-core-components-label.umd.js.map +1 -1
  38. package/bundles/taiga-ui-core-components-link.umd.js +452 -326
  39. package/bundles/taiga-ui-core-components-link.umd.js.map +1 -1
  40. package/bundles/taiga-ui-core-components-loader.umd.js +430 -312
  41. package/bundles/taiga-ui-core-components-loader.umd.js.map +1 -1
  42. package/bundles/taiga-ui-core-components-notification.umd.js +412 -292
  43. package/bundles/taiga-ui-core-components-notification.umd.js.map +1 -1
  44. package/bundles/taiga-ui-core-components-primitive-calendar.umd.js +457 -327
  45. package/bundles/taiga-ui-core-components-primitive-calendar.umd.js.map +1 -1
  46. package/bundles/taiga-ui-core-components-primitive-checkbox.umd.js +426 -304
  47. package/bundles/taiga-ui-core-components-primitive-checkbox.umd.js.map +1 -1
  48. package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js +438 -311
  49. package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js.map +1 -1
  50. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +780 -634
  51. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
  52. package/bundles/taiga-ui-core-components-primitive-year-picker.umd.js +439 -314
  53. package/bundles/taiga-ui-core-components-primitive-year-picker.umd.js.map +1 -1
  54. package/bundles/taiga-ui-core-components-root.umd.js +445 -305
  55. package/bundles/taiga-ui-core-components-root.umd.js.map +1 -1
  56. package/bundles/taiga-ui-core-components-scroll-controls.umd.js +516 -377
  57. package/bundles/taiga-ui-core-components-scroll-controls.umd.js.map +1 -1
  58. package/bundles/taiga-ui-core-components-scrollbar.umd.js +462 -330
  59. package/bundles/taiga-ui-core-components-scrollbar.umd.js.map +1 -1
  60. package/bundles/taiga-ui-core-components-svg.umd.js +442 -326
  61. package/bundles/taiga-ui-core-components-svg.umd.js.map +1 -1
  62. package/bundles/taiga-ui-core-components-theme-night.umd.js +373 -265
  63. package/bundles/taiga-ui-core-components-theme-night.umd.js.map +1 -1
  64. package/bundles/taiga-ui-core-components-tooltip.umd.js +428 -334
  65. package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
  66. package/bundles/taiga-ui-core-components.umd.js +55 -113
  67. package/bundles/taiga-ui-core-components.umd.js.map +1 -1
  68. package/bundles/taiga-ui-core-constants.umd.js +35 -27
  69. package/bundles/taiga-ui-core-constants.umd.js.map +1 -1
  70. package/bundles/taiga-ui-core-directives-described-by.umd.js +404 -295
  71. package/bundles/taiga-ui-core-directives-described-by.umd.js.map +1 -1
  72. package/bundles/taiga-ui-core-directives-dropdown.umd.js +1201 -302
  73. package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
  74. package/bundles/taiga-ui-core-directives-hint-controller.umd.js +438 -308
  75. package/bundles/taiga-ui-core-directives-hint-controller.umd.js.map +1 -1
  76. package/bundles/taiga-ui-core-directives-hint.umd.js +847 -375
  77. package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
  78. package/bundles/taiga-ui-core-directives-mask-accessor.umd.js +58 -274
  79. package/bundles/taiga-ui-core-directives-mask-accessor.umd.js.map +1 -1
  80. package/bundles/taiga-ui-core-directives-mode.umd.js +375 -266
  81. package/bundles/taiga-ui-core-directives-mode.umd.js.map +1 -1
  82. package/bundles/taiga-ui-core-directives-scroll-into-view.umd.js +392 -283
  83. package/bundles/taiga-ui-core-directives-scroll-into-view.umd.js.map +1 -1
  84. package/bundles/taiga-ui-core-directives-textfield-controller.umd.js +763 -533
  85. package/bundles/taiga-ui-core-directives-textfield-controller.umd.js.map +1 -1
  86. package/bundles/taiga-ui-core-directives-wrapper.umd.js +100 -324
  87. package/bundles/taiga-ui-core-directives-wrapper.umd.js.map +1 -1
  88. package/bundles/taiga-ui-core-directives.umd.js +23 -81
  89. package/bundles/taiga-ui-core-directives.umd.js.map +1 -1
  90. package/bundles/taiga-ui-core-enums.umd.js +11 -104
  91. package/bundles/taiga-ui-core-enums.umd.js.map +1 -1
  92. package/bundles/taiga-ui-core-interfaces.umd.js +2 -2
  93. package/bundles/taiga-ui-core-interfaces.umd.js.map +1 -1
  94. package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.js +423 -298
  95. package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.js.map +1 -1
  96. package/bundles/taiga-ui-core-internal-svg-defs-host.umd.js +69 -284
  97. package/bundles/taiga-ui-core-internal-svg-defs-host.umd.js.map +1 -1
  98. package/bundles/taiga-ui-core-internal.umd.js +7 -11
  99. package/bundles/taiga-ui-core-internal.umd.js.map +1 -1
  100. package/bundles/taiga-ui-core-mask.umd.js +2 -2
  101. package/bundles/taiga-ui-core-mask.umd.js.map +1 -1
  102. package/bundles/taiga-ui-core-observables.umd.js +13 -17
  103. package/bundles/taiga-ui-core-observables.umd.js.map +1 -1
  104. package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.js +50 -276
  105. package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.js.map +1 -1
  106. package/bundles/taiga-ui-core-pipes-format-number.umd.js +50 -273
  107. package/bundles/taiga-ui-core-pipes-format-number.umd.js.map +1 -1
  108. package/bundles/taiga-ui-core-pipes-format-phone.umd.js +42 -260
  109. package/bundles/taiga-ui-core-pipes-format-phone.umd.js.map +1 -1
  110. package/bundles/taiga-ui-core-pipes-month.umd.js +49 -266
  111. package/bundles/taiga-ui-core-pipes-month.umd.js.map +1 -1
  112. package/bundles/taiga-ui-core-pipes.umd.js +13 -29
  113. package/bundles/taiga-ui-core-pipes.umd.js.map +1 -1
  114. package/bundles/taiga-ui-core-providers.umd.js +22 -40
  115. package/bundles/taiga-ui-core-providers.umd.js.map +1 -1
  116. package/bundles/taiga-ui-core-services.umd.js +467 -313
  117. package/bundles/taiga-ui-core-services.umd.js.map +1 -1
  118. package/bundles/taiga-ui-core-tokens.umd.js +389 -282
  119. package/bundles/taiga-ui-core-tokens.umd.js.map +1 -1
  120. package/bundles/taiga-ui-core-types.umd.js +2 -2
  121. package/bundles/taiga-ui-core-types.umd.js.map +1 -1
  122. package/bundles/taiga-ui-core-utils-dom.umd.js +63 -45
  123. package/bundles/taiga-ui-core-utils-dom.umd.js.map +1 -1
  124. package/bundles/taiga-ui-core-utils-format.umd.js +347 -342
  125. package/bundles/taiga-ui-core-utils-format.umd.js.map +1 -1
  126. package/bundles/taiga-ui-core-utils-mask.umd.js +346 -276
  127. package/bundles/taiga-ui-core-utils-mask.umd.js.map +1 -1
  128. package/bundles/taiga-ui-core-utils-miscellaneous.umd.js +12 -52
  129. package/bundles/taiga-ui-core-utils-miscellaneous.umd.js.map +1 -1
  130. package/bundles/taiga-ui-core-utils-mobile.umd.js +7 -3
  131. package/bundles/taiga-ui-core-utils-mobile.umd.js.map +1 -1
  132. package/bundles/taiga-ui-core-utils.umd.js +15 -33
  133. package/bundles/taiga-ui-core-utils.umd.js.map +1 -1
  134. package/bundles/taiga-ui-core.umd.js +49 -57
  135. package/bundles/taiga-ui-core.umd.js.map +1 -1
  136. package/components/alert/alert.component.d.ts +4 -12
  137. package/components/alert/alert.module.d.ts +8 -3
  138. package/components/alert/alert.service.d.ts +7 -13
  139. package/components/alert/package.json +2 -5
  140. package/components/alert/taiga-ui-core-components-alert.d.ts +1 -0
  141. package/components/button/button-options.d.ts +1 -6
  142. package/components/button/button.component.d.ts +6 -5
  143. package/components/button/button.module.d.ts +10 -0
  144. package/components/button/package.json +2 -5
  145. package/components/button/taiga-ui-core-components-button.d.ts +1 -0
  146. package/components/calendar/calendar.component.d.ts +3 -0
  147. package/components/calendar/calendar.module.d.ts +11 -0
  148. package/components/calendar/package.json +2 -5
  149. package/components/calendar/taiga-ui-core-components-calendar.d.ts +1 -0
  150. package/components/data-list/data-list.component.d.ts +4 -1
  151. package/components/data-list/data-list.directive.d.ts +3 -0
  152. package/components/data-list/data-list.module.d.ts +11 -0
  153. package/components/data-list/index.d.ts +0 -1
  154. package/components/data-list/opt-group.directive.d.ts +3 -0
  155. package/components/data-list/option/option.component.d.ts +3 -1
  156. package/components/data-list/package.json +2 -5
  157. package/components/data-list/taiga-ui-core-components-data-list.d.ts +1 -0
  158. package/components/dialog/dialog.component.d.ts +3 -0
  159. package/components/dialog/dialog.directive.d.ts +3 -0
  160. package/components/dialog/dialog.module.d.ts +10 -0
  161. package/components/dialog/dialog.providers.d.ts +1 -4
  162. package/components/dialog/dialog.service.d.ts +4 -1
  163. package/components/dialog/package.json +2 -5
  164. package/components/dialog/taiga-ui-core-components-dialog.d.ts +1 -0
  165. package/components/error/error.component.d.ts +3 -0
  166. package/components/error/error.module.d.ts +7 -0
  167. package/components/error/package.json +2 -5
  168. package/components/error/taiga-ui-core-components-error.d.ts +1 -0
  169. package/components/expand/expand-content.directive.d.ts +3 -0
  170. package/components/expand/expand.component.d.ts +3 -0
  171. package/components/expand/expand.module.d.ts +8 -0
  172. package/components/expand/package.json +2 -5
  173. package/components/expand/taiga-ui-core-components-expand.d.ts +1 -0
  174. package/components/group/group-styles.component.d.ts +3 -0
  175. package/components/group/group.directive.d.ts +5 -2
  176. package/components/group/group.module.d.ts +7 -0
  177. package/components/group/index.d.ts +0 -1
  178. package/components/group/package.json +2 -5
  179. package/components/group/taiga-ui-core-components-group.d.ts +1 -0
  180. package/components/hints-host/hints-host.component.d.ts +6 -9
  181. package/components/hints-host/hints-host.module.d.ts +8 -0
  182. package/components/hints-host/index.d.ts +0 -2
  183. package/components/hints-host/package.json +2 -5
  184. package/components/hints-host/taiga-ui-core-components-hints-host.d.ts +1 -0
  185. package/components/hosted-dropdown/hosted-dropdown-connector.directive.d.ts +3 -0
  186. package/components/hosted-dropdown/hosted-dropdown.component.d.ts +13 -5
  187. package/components/hosted-dropdown/hosted-dropdown.module.d.ts +10 -0
  188. package/components/hosted-dropdown/package.json +2 -5
  189. package/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.d.ts +1 -0
  190. package/components/index.d.ts +0 -1
  191. package/components/label/label.component.d.ts +4 -1
  192. package/components/label/label.module.d.ts +6 -0
  193. package/components/label/package.json +2 -5
  194. package/components/label/taiga-ui-core-components-label.d.ts +1 -0
  195. package/components/link/link.component.d.ts +4 -1
  196. package/components/link/link.module.d.ts +7 -0
  197. package/components/link/package.json +2 -5
  198. package/components/link/taiga-ui-core-components-link.d.ts +1 -0
  199. package/components/loader/loader.component.d.ts +4 -1
  200. package/components/loader/loader.module.d.ts +7 -0
  201. package/components/loader/package.json +2 -5
  202. package/components/loader/taiga-ui-core-components-loader.d.ts +1 -0
  203. package/components/notification/notification.component.d.ts +3 -0
  204. package/components/notification/notification.module.d.ts +8 -0
  205. package/components/notification/package.json +2 -5
  206. package/components/notification/taiga-ui-core-components-notification.d.ts +1 -0
  207. package/components/package.json +2 -5
  208. package/components/primitive-calendar/package.json +2 -5
  209. package/components/primitive-calendar/primitive-calendar.component.d.ts +4 -1
  210. package/components/primitive-calendar/primitive-calendar.module.d.ts +8 -0
  211. package/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.d.ts +1 -0
  212. package/components/primitive-checkbox/checkbox-options.d.ts +0 -5
  213. package/components/primitive-checkbox/package.json +2 -5
  214. package/components/primitive-checkbox/primitive-checkbox.component.d.ts +5 -2
  215. package/components/primitive-checkbox/primitive-checkbox.module.d.ts +8 -0
  216. package/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.d.ts +1 -0
  217. package/components/primitive-spin-button/package.json +2 -5
  218. package/components/primitive-spin-button/primitive-spin-button.component.d.ts +3 -0
  219. package/components/primitive-spin-button/primitive-spin-button.module.d.ts +8 -0
  220. package/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.d.ts +1 -0
  221. package/components/primitive-textfield/index.d.ts +0 -1
  222. package/components/primitive-textfield/package.json +2 -5
  223. package/components/primitive-textfield/primitive-textfield-options.d.ts +0 -3
  224. package/components/primitive-textfield/primitive-textfield-types.d.ts +10 -0
  225. package/components/primitive-textfield/primitive-textfield.component.d.ts +8 -12
  226. package/components/primitive-textfield/primitive-textfield.directive.d.ts +3 -0
  227. package/components/primitive-textfield/primitive-textfield.module.d.ts +17 -0
  228. package/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.d.ts +1 -0
  229. package/components/primitive-textfield/textfield/textfield.component.d.ts +3 -0
  230. package/components/primitive-textfield/value-decoration/value-decoration.component.d.ts +5 -2
  231. package/components/primitive-year-picker/package.json +2 -5
  232. package/components/primitive-year-picker/primitive-year-picker.component.d.ts +3 -0
  233. package/components/primitive-year-picker/primitive-year-picker.module.d.ts +7 -0
  234. package/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.d.ts +1 -0
  235. package/components/root/package.json +2 -5
  236. package/components/root/root.component.d.ts +3 -0
  237. package/components/root/root.module.d.ts +11 -0
  238. package/components/root/taiga-ui-core-components-root.d.ts +1 -0
  239. package/components/scroll-controls/package.json +2 -5
  240. package/components/scroll-controls/scroll-controls.component.d.ts +3 -0
  241. package/components/scroll-controls/scroll-controls.module.d.ts +9 -0
  242. package/components/scroll-controls/scrollbar-wrapper.directive.d.ts +3 -0
  243. package/components/scroll-controls/scrollbar.directive.d.ts +5 -2
  244. package/components/scroll-controls/taiga-ui-core-components-scroll-controls.d.ts +1 -1
  245. package/components/scrollbar/package.json +2 -5
  246. package/components/scrollbar/scroll-ref.directive.d.ts +3 -0
  247. package/components/scrollbar/scrollable.directive.d.ts +3 -0
  248. package/components/scrollbar/scrollbar.component.d.ts +3 -1
  249. package/components/scrollbar/scrollbar.module.d.ts +9 -0
  250. package/components/scrollbar/taiga-ui-core-components-scrollbar.d.ts +1 -0
  251. package/components/svg/package.json +2 -5
  252. package/components/svg/svg.component.d.ts +4 -3
  253. package/components/svg/svg.module.d.ts +7 -0
  254. package/components/svg/taiga-ui-core-components-svg.d.ts +1 -0
  255. package/components/taiga-ui-core-components.d.ts +1 -0
  256. package/components/theme-night/package.json +2 -5
  257. package/components/theme-night/taiga-ui-core-components-theme-night.d.ts +1 -0
  258. package/components/theme-night/theme-night.component.d.ts +3 -0
  259. package/components/theme-night/theme-night.module.d.ts +5 -0
  260. package/components/tooltip/package.json +2 -5
  261. package/components/tooltip/taiga-ui-core-components-tooltip.d.ts +1 -0
  262. package/components/tooltip/tooltip.component.d.ts +10 -14
  263. package/components/tooltip/tooltip.module.d.ts +9 -0
  264. package/constants/default-number-format.d.ts +2 -0
  265. package/constants/described-by.d.ts +1 -0
  266. package/constants/hint-directions.d.ts +2 -0
  267. package/constants/index.d.ts +3 -2
  268. package/constants/package.json +2 -5
  269. package/constants/taiga-ui-core-constants.d.ts +1 -0
  270. package/constants/version.d.ts +1 -1
  271. package/directives/described-by/described-by.directive.d.ts +3 -1
  272. package/directives/described-by/described-by.module.d.ts +5 -0
  273. package/directives/described-by/described-by.providers.d.ts +1 -2
  274. package/directives/described-by/package.json +2 -5
  275. package/directives/described-by/taiga-ui-core-directives-described-by.d.ts +1 -0
  276. package/directives/dropdown/dropdown-context.directive.d.ts +14 -0
  277. package/directives/dropdown/dropdown-driver.directive.d.ts +6 -0
  278. package/directives/dropdown/dropdown-host.directive.d.ts +8 -0
  279. package/directives/dropdown/dropdown-hover.directive.d.ts +14 -0
  280. package/directives/dropdown/dropdown-manual.directive.d.ts +11 -0
  281. package/directives/dropdown/dropdown-options.directive.d.ts +29 -0
  282. package/directives/dropdown/dropdown-position-sided.directive.d.ts +14 -0
  283. package/directives/dropdown/dropdown-position.directive.d.ts +14 -0
  284. package/directives/dropdown/dropdown-selection.directive.d.ts +38 -0
  285. package/directives/dropdown/dropdown.component.d.ts +39 -0
  286. package/directives/dropdown/dropdown.directive.d.ts +20 -8
  287. package/directives/dropdown/dropdown.module.d.ts +19 -0
  288. package/directives/dropdown/dropdown.providers.d.ts +2 -0
  289. package/directives/dropdown/index.d.ts +11 -0
  290. package/directives/dropdown/package.json +2 -5
  291. package/directives/dropdown/taiga-ui-core-directives-dropdown.d.ts +1 -0
  292. package/directives/hint/hint-driver.directive.d.ts +6 -0
  293. package/directives/hint/hint-host.directive.d.ts +8 -0
  294. package/directives/hint/hint-hover.directive.d.ts +16 -0
  295. package/directives/hint/hint-manual.directive.d.ts +11 -0
  296. package/directives/hint/hint-options.d.ts +7 -6
  297. package/directives/hint/hint-pointer.directive.d.ts +10 -0
  298. package/directives/hint/hint-position.directive.d.ts +16 -0
  299. package/directives/hint/hint.component.d.ts +33 -0
  300. package/directives/hint/hint.directive.d.ts +23 -22
  301. package/directives/hint/hint.module.d.ts +14 -0
  302. package/directives/hint/hint.providers.d.ts +2 -0
  303. package/directives/hint/index.d.ts +8 -0
  304. package/directives/hint/package.json +2 -5
  305. package/directives/hint/taiga-ui-core-directives-hint.d.ts +1 -0
  306. package/directives/hint-controller/hint-controller.directive.d.ts +12 -8
  307. package/directives/hint-controller/hint-controller.module.d.ts +5 -0
  308. package/directives/hint-controller/hint-controller.provider.d.ts +1 -2
  309. package/directives/hint-controller/package.json +2 -5
  310. package/directives/hint-controller/taiga-ui-core-directives-hint-controller.d.ts +1 -0
  311. package/directives/index.d.ts +0 -5
  312. package/directives/mask-accessor/mask-accessor.directive.d.ts +3 -2
  313. package/directives/mask-accessor/mask-accessor.module.d.ts +5 -0
  314. package/directives/mask-accessor/package.json +2 -5
  315. package/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.d.ts +1 -0
  316. package/directives/mode/mode.directive.d.ts +5 -2
  317. package/directives/mode/mode.module.d.ts +5 -0
  318. package/directives/mode/package.json +2 -5
  319. package/directives/mode/taiga-ui-core-directives-mode.d.ts +1 -0
  320. package/directives/package.json +2 -5
  321. package/directives/scroll-into-view/package.json +2 -5
  322. package/directives/scroll-into-view/scroll-into-view.directive.d.ts +4 -2
  323. package/directives/scroll-into-view/scroll-into-view.module.d.ts +5 -0
  324. package/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.d.ts +1 -0
  325. package/directives/taiga-ui-core-directives.d.ts +1 -0
  326. package/directives/textfield-controller/index.d.ts +2 -0
  327. package/directives/textfield-controller/package.json +2 -5
  328. package/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.d.ts +1 -0
  329. package/directives/textfield-controller/textfield-autocomplete.directive.d.ts +5 -3
  330. package/directives/textfield-controller/textfield-cleaner.directive.d.ts +5 -3
  331. package/directives/textfield-controller/textfield-controller.module.d.ts +15 -0
  332. package/directives/textfield-controller/textfield-controller.provider.d.ts +1 -16
  333. package/directives/textfield-controller/textfield-custom-content.directive.d.ts +6 -4
  334. package/directives/textfield-controller/textfield-example-text.directive.d.ts +5 -3
  335. package/directives/textfield-controller/textfield-icon-left.directive.d.ts +12 -0
  336. package/directives/textfield-controller/textfield-icon.directive.d.ts +12 -0
  337. package/directives/textfield-controller/textfield-input-mode.directive.d.ts +6 -4
  338. package/directives/textfield-controller/textfield-label-outside.directive.d.ts +5 -3
  339. package/directives/textfield-controller/textfield-max-length.directive.d.ts +5 -3
  340. package/directives/textfield-controller/textfield-size.directive.d.ts +5 -3
  341. package/directives/textfield-controller/textfield-type.directive.d.ts +6 -4
  342. package/directives/textfield-controller/textfield.controller.d.ts +10 -4
  343. package/directives/wrapper/package.json +2 -5
  344. package/directives/wrapper/taiga-ui-core-directives-wrapper.d.ts +1 -0
  345. package/directives/wrapper/wrapper.directive.d.ts +6 -3
  346. package/directives/wrapper/wrapper.module.d.ts +5 -0
  347. package/enums/index.d.ts +0 -8
  348. package/enums/interactive-state.d.ts +2 -2
  349. package/enums/package.json +2 -5
  350. package/enums/taiga-ui-core-enums.d.ts +1 -0
  351. package/esm2015/abstract/abstract-driver.directive.js +32 -0
  352. package/esm2015/abstract/abstract-textfield-host.js +12 -13
  353. package/esm2015/abstract/driver.js +10 -0
  354. package/esm2015/abstract/index.js +6 -4
  355. package/esm2015/abstract/position-accessor.js +9 -0
  356. package/esm2015/abstract/rect-accessor.js +9 -0
  357. package/esm2015/abstract/taiga-ui-core-abstract.js +1 -1
  358. package/esm2015/abstract/vehicle.js +9 -0
  359. package/esm2015/animations/animations.js +1 -1
  360. package/esm2015/animations/index.js +1 -1
  361. package/esm2015/animations/taiga-ui-core-animations.js +1 -1
  362. package/esm2015/components/alert/alert.component.js +52 -60
  363. package/esm2015/components/alert/alert.module.js +18 -28
  364. package/esm2015/components/alert/alert.service.js +16 -36
  365. package/esm2015/components/alert/index.js +1 -1
  366. package/esm2015/components/alert/taiga-ui-core-components-alert.js +1 -1
  367. package/esm2015/components/button/button-options.js +1 -1
  368. package/esm2015/components/button/button.component.js +83 -80
  369. package/esm2015/components/button/button.module.js +26 -13
  370. package/esm2015/components/button/index.js +1 -1
  371. package/esm2015/components/button/taiga-ui-core-components-button.js +1 -1
  372. package/esm2015/components/calendar/calendar.component.js +49 -34
  373. package/esm2015/components/calendar/calendar.module.js +28 -13
  374. package/esm2015/components/calendar/index.js +1 -1
  375. package/esm2015/components/calendar/taiga-ui-core-components-calendar.js +1 -1
  376. package/esm2015/components/data-list/data-list.component.js +67 -60
  377. package/esm2015/components/data-list/data-list.directive.js +12 -10
  378. package/esm2015/components/data-list/data-list.module.js +31 -25
  379. package/esm2015/components/data-list/index.js +1 -2
  380. package/esm2015/components/data-list/opt-group.directive.js +20 -14
  381. package/esm2015/components/data-list/option/option.component.js +81 -58
  382. package/esm2015/components/data-list/taiga-ui-core-components-data-list.js +1 -1
  383. package/esm2015/components/dialog/dialog.component.js +49 -39
  384. package/esm2015/components/dialog/dialog.directive.js +25 -18
  385. package/esm2015/components/dialog/dialog.module.js +18 -21
  386. package/esm2015/components/dialog/dialog.providers.js +14 -22
  387. package/esm2015/components/dialog/dialog.service.js +11 -12
  388. package/esm2015/components/dialog/index.js +1 -1
  389. package/esm2015/components/dialog/taiga-ui-core-components-dialog.js +1 -1
  390. package/esm2015/components/error/error.component.js +35 -27
  391. package/esm2015/components/error/error.module.js +15 -12
  392. package/esm2015/components/error/index.js +1 -1
  393. package/esm2015/components/error/taiga-ui-core-components-error.js +1 -1
  394. package/esm2015/components/expand/expand-content.directive.js +12 -10
  395. package/esm2015/components/expand/expand.component.js +56 -47
  396. package/esm2015/components/expand/expand.module.js +15 -12
  397. package/esm2015/components/expand/index.js +1 -1
  398. package/esm2015/components/expand/taiga-ui-core-components-expand.js +1 -1
  399. package/esm2015/components/group/group-styles.component.js +14 -12
  400. package/esm2015/components/group/group.directive.js +49 -35
  401. package/esm2015/components/group/group.module.js +16 -14
  402. package/esm2015/components/group/index.js +1 -2
  403. package/esm2015/components/group/taiga-ui-core-components-group.js +1 -1
  404. package/esm2015/components/hints-host/hints-host.component.js +28 -33
  405. package/esm2015/components/hints-host/hints-host.module.js +15 -13
  406. package/esm2015/components/hints-host/index.js +1 -3
  407. package/esm2015/components/hints-host/taiga-ui-core-components-hints-host.js +1 -1
  408. package/esm2015/components/hosted-dropdown/hosted-dropdown-connector.directive.js +12 -10
  409. package/esm2015/components/hosted-dropdown/hosted-dropdown.component.js +126 -106
  410. package/esm2015/components/hosted-dropdown/hosted-dropdown.module.js +38 -16
  411. package/esm2015/components/hosted-dropdown/index.js +1 -1
  412. package/esm2015/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.js +1 -1
  413. package/esm2015/components/index.js +1 -2
  414. package/esm2015/components/label/index.js +1 -1
  415. package/esm2015/components/label/label.component.js +37 -31
  416. package/esm2015/components/label/label.module.js +15 -12
  417. package/esm2015/components/label/taiga-ui-core-components-label.js +1 -1
  418. package/esm2015/components/link/index.js +1 -1
  419. package/esm2015/components/link/link.component.js +73 -54
  420. package/esm2015/components/link/link.module.js +15 -12
  421. package/esm2015/components/link/taiga-ui-core-components-link.js +1 -1
  422. package/esm2015/components/loader/index.js +1 -1
  423. package/esm2015/components/loader/loader-options.js +1 -1
  424. package/esm2015/components/loader/loader.component.js +50 -40
  425. package/esm2015/components/loader/loader.module.js +15 -12
  426. package/esm2015/components/loader/taiga-ui-core-components-loader.js +1 -1
  427. package/esm2015/components/notification/index.js +1 -1
  428. package/esm2015/components/notification/notification.component.js +41 -30
  429. package/esm2015/components/notification/notification.module.js +15 -12
  430. package/esm2015/components/notification/taiga-ui-core-components-notification.js +1 -1
  431. package/esm2015/components/primitive-calendar/index.js +1 -1
  432. package/esm2015/components/primitive-calendar/primitive-calendar.component.js +46 -38
  433. package/esm2015/components/primitive-calendar/primitive-calendar.module.js +30 -15
  434. package/esm2015/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.js +1 -1
  435. package/esm2015/components/primitive-checkbox/checkbox-options.js +1 -1
  436. package/esm2015/components/primitive-checkbox/index.js +1 -1
  437. package/esm2015/components/primitive-checkbox/primitive-checkbox.component.js +40 -26
  438. package/esm2015/components/primitive-checkbox/primitive-checkbox.module.js +15 -12
  439. package/esm2015/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.js +1 -1
  440. package/esm2015/components/primitive-spin-button/index.js +1 -1
  441. package/esm2015/components/primitive-spin-button/primitive-spin-button.component.js +40 -34
  442. package/esm2015/components/primitive-spin-button/primitive-spin-button.module.js +28 -13
  443. package/esm2015/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.js +1 -1
  444. package/esm2015/components/primitive-textfield/index.js +1 -2
  445. package/esm2015/components/primitive-textfield/primitive-textfield-options.js +2 -5
  446. package/esm2015/components/primitive-textfield/primitive-textfield-types.js +2 -0
  447. package/esm2015/components/primitive-textfield/primitive-textfield.component.js +131 -113
  448. package/esm2015/components/primitive-textfield/primitive-textfield.directive.js +19 -23
  449. package/esm2015/components/primitive-textfield/primitive-textfield.module.js +53 -24
  450. package/esm2015/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.js +1 -1
  451. package/esm2015/components/primitive-textfield/textfield/textfield.component.js +59 -49
  452. package/esm2015/components/primitive-textfield/value-decoration/value-decoration.component.js +34 -31
  453. package/esm2015/components/primitive-year-picker/index.js +1 -1
  454. package/esm2015/components/primitive-year-picker/primitive-year-picker.component.js +36 -27
  455. package/esm2015/components/primitive-year-picker/primitive-year-picker.module.js +26 -13
  456. package/esm2015/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.js +1 -1
  457. package/esm2015/components/root/index.js +1 -1
  458. package/esm2015/components/root/root.component.js +52 -39
  459. package/esm2015/components/root/root.module.js +34 -13
  460. package/esm2015/components/root/taiga-ui-core-components-root.js +1 -1
  461. package/esm2015/components/scroll-controls/index.js +1 -1
  462. package/esm2015/components/scroll-controls/scroll-controls.component.js +46 -36
  463. package/esm2015/components/scroll-controls/scroll-controls.module.js +21 -16
  464. package/esm2015/components/scroll-controls/scrollbar-wrapper.directive.js +23 -16
  465. package/esm2015/components/scroll-controls/scrollbar.directive.js +56 -45
  466. package/esm2015/components/scroll-controls/taiga-ui-core-components-scroll-controls.js +1 -2
  467. package/esm2015/components/scrollbar/index.js +1 -1
  468. package/esm2015/components/scrollbar/scroll-ref.directive.js +23 -16
  469. package/esm2015/components/scrollbar/scrollable.directive.js +16 -15
  470. package/esm2015/components/scrollbar/scrollbar.component.js +58 -49
  471. package/esm2015/components/scrollbar/scrollbar.module.js +15 -12
  472. package/esm2015/components/scrollbar/taiga-ui-core-components-scrollbar.js +1 -1
  473. package/esm2015/components/svg/index.js +1 -1
  474. package/esm2015/components/svg/svg.component.js +65 -53
  475. package/esm2015/components/svg/svg.module.js +15 -12
  476. package/esm2015/components/svg/taiga-ui-core-components-svg.js +1 -1
  477. package/esm2015/components/taiga-ui-core-components.js +1 -1
  478. package/esm2015/components/theme-night/index.js +1 -1
  479. package/esm2015/components/theme-night/taiga-ui-core-components-theme-night.js +1 -1
  480. package/esm2015/components/theme-night/theme-night.component.js +15 -14
  481. package/esm2015/components/theme-night/theme-night.module.js +14 -11
  482. package/esm2015/components/tooltip/index.js +1 -1
  483. package/esm2015/components/tooltip/taiga-ui-core-components-tooltip.js +1 -1
  484. package/esm2015/components/tooltip/tooltip.component.js +60 -70
  485. package/esm2015/components/tooltip/tooltip.module.js +15 -12
  486. package/esm2015/constants/decimal-symbols.js +1 -1
  487. package/esm2015/constants/default-icons-path.js +1 -1
  488. package/esm2015/constants/default-marker-handler.js +1 -1
  489. package/esm2015/constants/default-number-format.js +8 -0
  490. package/esm2015/constants/described-by.js +2 -0
  491. package/esm2015/constants/editing-keys.js +1 -1
  492. package/esm2015/constants/events.js +1 -1
  493. package/esm2015/constants/hint-directions.js +15 -0
  494. package/esm2015/constants/index.js +4 -3
  495. package/esm2015/constants/mask-caret-trap.js +1 -1
  496. package/esm2015/constants/regexp.js +1 -1
  497. package/esm2015/constants/taiga-ui-core-constants.js +1 -1
  498. package/esm2015/constants/version.js +1 -1
  499. package/esm2015/directives/described-by/described-by.directive.js +28 -23
  500. package/esm2015/directives/described-by/described-by.module.js +14 -11
  501. package/esm2015/directives/described-by/described-by.providers.js +7 -9
  502. package/esm2015/directives/described-by/index.js +1 -1
  503. package/esm2015/directives/described-by/taiga-ui-core-directives-described-by.js +1 -1
  504. package/esm2015/directives/dropdown/dropdown-context.directive.js +59 -0
  505. package/esm2015/directives/dropdown/dropdown-driver.directive.js +16 -0
  506. package/esm2015/directives/dropdown/dropdown-host.directive.js +22 -0
  507. package/esm2015/directives/dropdown/dropdown-hover.directive.js +46 -0
  508. package/esm2015/directives/dropdown/dropdown-manual.directive.js +26 -0
  509. package/esm2015/directives/dropdown/dropdown-options.directive.js +99 -0
  510. package/esm2015/directives/dropdown/dropdown-position-sided.directive.js +59 -0
  511. package/esm2015/directives/dropdown/dropdown-position.directive.js +59 -0
  512. package/esm2015/directives/dropdown/dropdown-selection.directive.js +167 -0
  513. package/esm2015/directives/dropdown/dropdown.component.js +142 -0
  514. package/esm2015/directives/dropdown/dropdown.directive.js +86 -44
  515. package/esm2015/directives/dropdown/dropdown.module.js +92 -13
  516. package/esm2015/directives/dropdown/dropdown.providers.js +6 -0
  517. package/esm2015/directives/dropdown/index.js +12 -1
  518. package/esm2015/directives/dropdown/taiga-ui-core-directives-dropdown.js +1 -1
  519. package/esm2015/directives/hint/hint-driver.directive.js +16 -0
  520. package/esm2015/directives/hint/hint-host.directive.js +22 -0
  521. package/esm2015/directives/hint/hint-hover.directive.js +51 -0
  522. package/esm2015/directives/hint/hint-manual.directive.js +26 -0
  523. package/esm2015/directives/hint/hint-options.js +9 -6
  524. package/esm2015/directives/hint/hint-pointer.directive.js +36 -0
  525. package/esm2015/directives/hint/hint-position.directive.js +88 -0
  526. package/esm2015/directives/hint/hint.component.js +118 -0
  527. package/esm2015/directives/hint/hint.directive.js +90 -103
  528. package/esm2015/directives/hint/hint.module.js +57 -11
  529. package/esm2015/directives/hint/hint.providers.js +6 -0
  530. package/esm2015/directives/hint/index.js +9 -1
  531. package/esm2015/directives/hint/taiga-ui-core-directives-hint.js +1 -1
  532. package/esm2015/directives/hint-controller/hint-controller.directive.js +49 -34
  533. package/esm2015/directives/hint-controller/hint-controller.module.js +14 -11
  534. package/esm2015/directives/hint-controller/hint-controller.provider.js +16 -6
  535. package/esm2015/directives/hint-controller/hint-controller.token.js +1 -1
  536. package/esm2015/directives/hint-controller/index.js +1 -1
  537. package/esm2015/directives/hint-controller/taiga-ui-core-directives-hint-controller.js +1 -1
  538. package/esm2015/directives/index.js +1 -6
  539. package/esm2015/directives/mask-accessor/index.js +1 -1
  540. package/esm2015/directives/mask-accessor/mask-accessor.directive.js +26 -21
  541. package/esm2015/directives/mask-accessor/mask-accessor.module.js +14 -11
  542. package/esm2015/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.js +1 -1
  543. package/esm2015/directives/mode/index.js +1 -1
  544. package/esm2015/directives/mode/mode.directive.js +16 -14
  545. package/esm2015/directives/mode/mode.module.js +14 -11
  546. package/esm2015/directives/mode/taiga-ui-core-directives-mode.js +1 -1
  547. package/esm2015/directives/scroll-into-view/index.js +1 -1
  548. package/esm2015/directives/scroll-into-view/scroll-into-view.directive.js +28 -28
  549. package/esm2015/directives/scroll-into-view/scroll-into-view.module.js +14 -11
  550. package/esm2015/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.js +1 -1
  551. package/esm2015/directives/taiga-ui-core-directives.js +1 -1
  552. package/esm2015/directives/textfield-controller/index.js +3 -1
  553. package/esm2015/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.js +1 -1
  554. package/esm2015/directives/textfield-controller/textfield-autocomplete.directive.js +27 -25
  555. package/esm2015/directives/textfield-controller/textfield-cleaner.directive.js +27 -25
  556. package/esm2015/directives/textfield-controller/textfield-controller.module.js +60 -31
  557. package/esm2015/directives/textfield-controller/textfield-controller.provider.js +11 -13
  558. package/esm2015/directives/textfield-controller/textfield-custom-content.directive.js +27 -26
  559. package/esm2015/directives/textfield-controller/textfield-example-text.directive.js +27 -25
  560. package/esm2015/directives/textfield-controller/textfield-icon-left.directive.js +38 -0
  561. package/esm2015/directives/textfield-controller/textfield-icon.directive.js +38 -0
  562. package/esm2015/directives/textfield-controller/textfield-input-mode.directive.js +27 -25
  563. package/esm2015/directives/textfield-controller/textfield-label-outside.directive.js +27 -25
  564. package/esm2015/directives/textfield-controller/textfield-max-length.directive.js +27 -25
  565. package/esm2015/directives/textfield-controller/textfield-size.directive.js +27 -25
  566. package/esm2015/directives/textfield-controller/textfield-type.directive.js +27 -25
  567. package/esm2015/directives/textfield-controller/textfield.controller.js +10 -2
  568. package/esm2015/directives/wrapper/index.js +1 -1
  569. package/esm2015/directives/wrapper/taiga-ui-core-directives-wrapper.js +1 -1
  570. package/esm2015/directives/wrapper/wrapper.directive.js +62 -69
  571. package/esm2015/directives/wrapper/wrapper.module.js +14 -11
  572. package/esm2015/enums/appearance.js +1 -1
  573. package/esm2015/enums/dropdown-animation.js +1 -1
  574. package/esm2015/enums/index.js +1 -9
  575. package/esm2015/enums/interactive-state.js +3 -5
  576. package/esm2015/enums/notification.js +1 -1
  577. package/esm2015/enums/range-state.js +1 -1
  578. package/esm2015/enums/taiga-ui-core-enums.js +1 -1
  579. package/esm2015/index.js +4 -1
  580. package/esm2015/interfaces/alert-options.js +2 -1
  581. package/esm2015/interfaces/animation-options.js +2 -1
  582. package/esm2015/interfaces/data-list-accessor.js +2 -1
  583. package/esm2015/interfaces/data-list-host.js +2 -1
  584. package/esm2015/interfaces/dialog-context.js +2 -1
  585. package/esm2015/interfaces/dialog-options.js +2 -1
  586. package/esm2015/interfaces/icon-error.js +2 -1
  587. package/esm2015/interfaces/index.js +14 -1
  588. package/esm2015/interfaces/media.js +2 -1
  589. package/esm2015/interfaces/number-format-settings.js +2 -1
  590. package/esm2015/interfaces/portal-item.js +2 -0
  591. package/esm2015/interfaces/taiga-ui-core-interfaces.js +2 -1
  592. package/esm2015/interfaces/textfield-host.js +2 -1
  593. package/esm2015/interfaces/value-content-context.js +2 -1
  594. package/esm2015/interfaces/with-optional-min-max.js +2 -1
  595. package/esm2015/internal/index.js +1 -1
  596. package/esm2015/internal/primitive-year-month-pagination/index.js +1 -1
  597. package/esm2015/internal/primitive-year-month-pagination/primitive-year-month-pagination.component.js +29 -20
  598. package/esm2015/internal/primitive-year-month-pagination/primitive-year-month-pagination.module.js +26 -13
  599. package/esm2015/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.js +1 -1
  600. package/esm2015/internal/svg-defs-host/index.js +1 -1
  601. package/esm2015/internal/svg-defs-host/svg-defs-host.component.js +34 -32
  602. package/esm2015/internal/svg-defs-host/svg-defs-host.module.js +15 -12
  603. package/esm2015/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.js +1 -1
  604. package/esm2015/internal/taiga-ui-core-internal.js +1 -1
  605. package/esm2015/mask/index.js +9 -1
  606. package/esm2015/mask/number-mask-options.js +2 -1
  607. package/esm2015/mask/taiga-ui-core-mask.js +2 -1
  608. package/esm2015/mask/text-mask-config.js +2 -1
  609. package/esm2015/mask/text-mask-correction-handler.js +2 -1
  610. package/esm2015/mask/text-mask-list-handler.js +2 -1
  611. package/esm2015/mask/text-mask-list.js +2 -1
  612. package/esm2015/mask/text-mask-options.js +2 -1
  613. package/esm2015/mask/text-mask-pipe-handler.js +2 -1
  614. package/esm2015/mask/text-mask-pipe-result.js +2 -1
  615. package/esm2015/observables/index.js +1 -1
  616. package/esm2015/observables/smart-search.js +2 -7
  617. package/esm2015/observables/taiga-ui-core-observables.js +1 -1
  618. package/esm2015/observables/zoneful-map.js +1 -1
  619. package/esm2015/pipes/calendar-sheet/calendar-sheet.module.js +14 -11
  620. package/esm2015/pipes/calendar-sheet/calendar-sheet.pipe.js +15 -14
  621. package/esm2015/pipes/calendar-sheet/index.js +1 -1
  622. package/esm2015/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.js +1 -1
  623. package/esm2015/pipes/calendar-sheet/utils.js +5 -14
  624. package/esm2015/pipes/format-number/format-number.module.js +14 -11
  625. package/esm2015/pipes/format-number/format-number.pipe.js +17 -19
  626. package/esm2015/pipes/format-number/index.js +1 -1
  627. package/esm2015/pipes/format-number/taiga-ui-core-pipes-format-number.js +1 -1
  628. package/esm2015/pipes/format-phone/format-phone.module.js +14 -11
  629. package/esm2015/pipes/format-phone/format-phone.pipe.js +12 -10
  630. package/esm2015/pipes/format-phone/index.js +1 -1
  631. package/esm2015/pipes/format-phone/taiga-ui-core-pipes-format-phone.js +1 -1
  632. package/esm2015/pipes/index.js +1 -2
  633. package/esm2015/pipes/month/index.js +1 -1
  634. package/esm2015/pipes/month/month.module.js +14 -11
  635. package/esm2015/pipes/month/month.pipe.js +14 -14
  636. package/esm2015/pipes/month/taiga-ui-core-pipes-month.js +1 -1
  637. package/esm2015/pipes/taiga-ui-core-pipes.js +1 -1
  638. package/esm2015/providers/index.js +1 -1
  639. package/esm2015/providers/is-mobile-resolution.provider.js +5 -11
  640. package/esm2015/providers/mode.provider.js +8 -14
  641. package/esm2015/providers/taiga-ui-core-providers.js +1 -1
  642. package/esm2015/providers/watched-controller-provider-factory.js +4 -9
  643. package/esm2015/services/hint.service.js +14 -13
  644. package/esm2015/services/index.js +2 -1
  645. package/esm2015/services/night-theme.service.js +14 -17
  646. package/esm2015/services/position.service.js +34 -0
  647. package/esm2015/services/router-link-active.service.js +26 -19
  648. package/esm2015/services/svg.service.js +27 -27
  649. package/esm2015/services/taiga-ui-core-services.js +1 -1
  650. package/esm2015/taiga-ui-core.js +1 -1
  651. package/esm2015/tokens/animation-options.js +1 -1
  652. package/esm2015/tokens/animations-duration.js +1 -1
  653. package/esm2015/tokens/assert-enabled.js +1 -1
  654. package/esm2015/tokens/data-list-accessor.js +7 -1
  655. package/esm2015/tokens/data-list-host.js +7 -1
  656. package/esm2015/tokens/document-or-shadow-root.js +1 -1
  657. package/esm2015/tokens/element-ref.js +1 -1
  658. package/esm2015/tokens/first-day-of-week.js +1 -1
  659. package/esm2015/tokens/i18n.js +8 -8
  660. package/esm2015/tokens/icon-place.js +1 -1
  661. package/esm2015/tokens/icons-path.js +3 -3
  662. package/esm2015/tokens/icons.js +1 -1
  663. package/esm2015/tokens/index.js +2 -2
  664. package/esm2015/tokens/is-mobile-resolution.js +3 -3
  665. package/esm2015/tokens/media.js +1 -1
  666. package/esm2015/tokens/mode.js +1 -1
  667. package/esm2015/tokens/notification-options.js +1 -1
  668. package/esm2015/tokens/number-format.js +3 -7
  669. package/esm2015/tokens/option-content.js +7 -1
  670. package/esm2015/tokens/ordered-short-week-days.js +2 -3
  671. package/esm2015/tokens/sanitizer.js +3 -3
  672. package/esm2015/tokens/scroll-ref.js +1 -1
  673. package/esm2015/tokens/selection-stream.js +12 -0
  674. package/esm2015/tokens/svg-content-processor.js +3 -3
  675. package/esm2015/tokens/svg-src-processor.js +1 -1
  676. package/esm2015/tokens/taiga-ui-core-tokens.js +1 -1
  677. package/esm2015/tokens/textfield-appearance.js +1 -1
  678. package/esm2015/tokens/textfield-host.js +7 -1
  679. package/esm2015/tokens/theme.js +1 -1
  680. package/esm2015/tokens/value-accessor.js +1 -1
  681. package/esm2015/types/brightness.js +2 -1
  682. package/esm2015/types/data-list-role.js +2 -1
  683. package/esm2015/types/decimal-symbol.js +2 -1
  684. package/esm2015/types/decimal.js +2 -1
  685. package/esm2015/types/dialog-size.js +2 -1
  686. package/esm2015/types/direction.js +2 -1
  687. package/esm2015/types/dropdown-width.js +2 -1
  688. package/esm2015/types/hint-direction.js +2 -0
  689. package/esm2015/types/index.js +14 -1
  690. package/esm2015/types/marker-handler.js +2 -1
  691. package/esm2015/types/option-role.js +2 -1
  692. package/esm2015/types/orientation.js +2 -1
  693. package/esm2015/types/point.js +2 -1
  694. package/esm2015/types/size.js +2 -1
  695. package/esm2015/types/taiga-ui-core-types.js +2 -1
  696. package/esm2015/utils/dom/check-fixed-position.js +3 -8
  697. package/esm2015/utils/dom/get-safe-area-size.js +2 -5
  698. package/esm2015/utils/dom/get-screen-width.js +2 -7
  699. package/esm2015/utils/dom/get-viewport-height.js +1 -1
  700. package/esm2015/utils/dom/get-viewport-width.js +1 -1
  701. package/esm2015/utils/dom/get-word-range.js +50 -0
  702. package/esm2015/utils/dom/index.js +2 -2
  703. package/esm2015/utils/dom/process-icon.js +3 -10
  704. package/esm2015/utils/dom/taiga-ui-core-utils-dom.js +1 -1
  705. package/esm2015/utils/format/capitalize-first-letter.js +2 -7
  706. package/esm2015/utils/format/capitalize.js +2 -5
  707. package/esm2015/utils/format/format-number.js +9 -14
  708. package/esm2015/utils/format/format-phone.js +2 -5
  709. package/esm2015/utils/format/get-fractional-part-padded.js +6 -8
  710. package/esm2015/utils/format/index.js +1 -3
  711. package/esm2015/utils/format/number-to-string-without-exp.js +2 -5
  712. package/esm2015/utils/format/other-decimal-symbol.js +2 -7
  713. package/esm2015/utils/format/taiga-ui-core-utils-format.js +1 -1
  714. package/esm2015/utils/index.js +1 -2
  715. package/esm2015/utils/mask/create-auto-corrected-money-pipe.js +6 -6
  716. package/esm2015/utils/mask/create-correction-mask.js +1 -1
  717. package/esm2015/utils/mask/create-number-mask.js +4 -4
  718. package/esm2015/utils/mask/enable-auto-correct-decimal-symbol.js +1 -1
  719. package/esm2015/utils/mask/index.js +1 -1
  720. package/esm2015/utils/mask/masked-money-value-is-empty.js +2 -7
  721. package/esm2015/utils/mask/masked-number-string-to-number.js +2 -7
  722. package/esm2015/utils/mask/taiga-ui-core-utils-mask.js +1 -1
  723. package/esm2015/utils/miscellaneous/get-border.js +2 -7
  724. package/esm2015/utils/miscellaneous/icons-path-factory.js +2 -7
  725. package/esm2015/utils/miscellaneous/index.js +1 -2
  726. package/esm2015/utils/miscellaneous/is-editing-key.js +2 -5
  727. package/esm2015/utils/miscellaneous/is-presumed-html-string.js +2 -7
  728. package/esm2015/utils/miscellaneous/size-bigger.js +2 -5
  729. package/esm2015/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.js +1 -1
  730. package/esm2015/utils/mobile/index.js +1 -1
  731. package/esm2015/utils/mobile/is-mobile.js +1 -1
  732. package/esm2015/utils/mobile/taiga-ui-core-utils-mobile.js +1 -1
  733. package/esm2015/utils/taiga-ui-core-utils.js +1 -1
  734. package/fesm2015/taiga-ui-core-abstract.js +74 -169
  735. package/fesm2015/taiga-ui-core-abstract.js.map +1 -1
  736. package/fesm2015/taiga-ui-core-animations.js.map +1 -1
  737. package/fesm2015/taiga-ui-core-components-alert.js +82 -114
  738. package/fesm2015/taiga-ui-core-components-alert.js.map +1 -1
  739. package/fesm2015/taiga-ui-core-components-button.js +108 -90
  740. package/fesm2015/taiga-ui-core-components-button.js.map +1 -1
  741. package/fesm2015/taiga-ui-core-components-calendar.js +78 -46
  742. package/fesm2015/taiga-ui-core-components-calendar.js.map +1 -1
  743. package/fesm2015/taiga-ui-core-components-data-list.js +199 -243
  744. package/fesm2015/taiga-ui-core-components-data-list.js.map +1 -1
  745. package/fesm2015/taiga-ui-core-components-dialog.js +112 -101
  746. package/fesm2015/taiga-ui-core-components-dialog.js.map +1 -1
  747. package/fesm2015/taiga-ui-core-components-error.js +48 -35
  748. package/fesm2015/taiga-ui-core-components-error.js.map +1 -1
  749. package/fesm2015/taiga-ui-core-components-expand.js +79 -62
  750. package/fesm2015/taiga-ui-core-components-expand.js.map +1 -1
  751. package/fesm2015/taiga-ui-core-components-group.js +76 -71
  752. package/fesm2015/taiga-ui-core-components-group.js.map +1 -1
  753. package/fesm2015/taiga-ui-core-components-hints-host.js +43 -306
  754. package/fesm2015/taiga-ui-core-components-hints-host.js.map +1 -1
  755. package/fesm2015/taiga-ui-core-components-hosted-dropdown.js +170 -123
  756. package/fesm2015/taiga-ui-core-components-hosted-dropdown.js.map +1 -1
  757. package/fesm2015/taiga-ui-core-components-label.js +50 -39
  758. package/fesm2015/taiga-ui-core-components-label.js.map +1 -1
  759. package/fesm2015/taiga-ui-core-components-link.js +86 -62
  760. package/fesm2015/taiga-ui-core-components-link.js.map +1 -1
  761. package/fesm2015/taiga-ui-core-components-loader.js +63 -48
  762. package/fesm2015/taiga-ui-core-components-loader.js.map +1 -1
  763. package/fesm2015/taiga-ui-core-components-notification.js +56 -40
  764. package/fesm2015/taiga-ui-core-components-notification.js.map +1 -1
  765. package/fesm2015/taiga-ui-core-components-primitive-calendar.js +74 -49
  766. package/fesm2015/taiga-ui-core-components-primitive-calendar.js.map +1 -1
  767. package/fesm2015/taiga-ui-core-components-primitive-checkbox.js +53 -34
  768. package/fesm2015/taiga-ui-core-components-primitive-checkbox.js.map +1 -1
  769. package/fesm2015/taiga-ui-core-components-primitive-spin-button.js +67 -44
  770. package/fesm2015/taiga-ui-core-components-primitive-spin-button.js.map +1 -1
  771. package/fesm2015/taiga-ui-core-components-primitive-textfield.js +333 -289
  772. package/fesm2015/taiga-ui-core-components-primitive-textfield.js.map +1 -1
  773. package/fesm2015/taiga-ui-core-components-primitive-year-picker.js +60 -36
  774. package/fesm2015/taiga-ui-core-components-primitive-year-picker.js.map +1 -1
  775. package/fesm2015/taiga-ui-core-components-root.js +85 -49
  776. package/fesm2015/taiga-ui-core-components-root.js.map +1 -1
  777. package/fesm2015/taiga-ui-core-components-scroll-controls.js +156 -122
  778. package/fesm2015/taiga-ui-core-components-scroll-controls.js.map +1 -1
  779. package/fesm2015/taiga-ui-core-components-scrollbar.js +107 -83
  780. package/fesm2015/taiga-ui-core-components-scrollbar.js.map +1 -1
  781. package/fesm2015/taiga-ui-core-components-svg.js +76 -59
  782. package/fesm2015/taiga-ui-core-components-svg.js.map +1 -1
  783. package/fesm2015/taiga-ui-core-components-theme-night.js +26 -20
  784. package/fesm2015/taiga-ui-core-components-theme-night.js.map +1 -1
  785. package/fesm2015/taiga-ui-core-components-tooltip.js +73 -78
  786. package/fesm2015/taiga-ui-core-components-tooltip.js.map +1 -1
  787. package/fesm2015/taiga-ui-core-components.js +0 -1
  788. package/fesm2015/taiga-ui-core-components.js.map +1 -1
  789. package/fesm2015/taiga-ui-core-constants.js +26 -18
  790. package/fesm2015/taiga-ui-core-constants.js.map +1 -1
  791. package/fesm2015/taiga-ui-core-directives-described-by.js +48 -39
  792. package/fesm2015/taiga-ui-core-directives-described-by.js.map +1 -1
  793. package/fesm2015/taiga-ui-core-directives-dropdown.js +796 -52
  794. package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
  795. package/fesm2015/taiga-ui-core-directives-hint-controller.js +74 -46
  796. package/fesm2015/taiga-ui-core-directives-hint-controller.js.map +1 -1
  797. package/fesm2015/taiga-ui-core-directives-hint.js +460 -112
  798. package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
  799. package/fesm2015/taiga-ui-core-directives-mask-accessor.js +39 -29
  800. package/fesm2015/taiga-ui-core-directives-mask-accessor.js.map +1 -1
  801. package/fesm2015/taiga-ui-core-directives-mode.js +28 -21
  802. package/fesm2015/taiga-ui-core-directives-mode.js.map +1 -1
  803. package/fesm2015/taiga-ui-core-directives-scroll-into-view.js +40 -35
  804. package/fesm2015/taiga-ui-core-directives-scroll-into-view.js.map +1 -1
  805. package/fesm2015/taiga-ui-core-directives-textfield-controller.js +362 -234
  806. package/fesm2015/taiga-ui-core-directives-textfield-controller.js.map +1 -1
  807. package/fesm2015/taiga-ui-core-directives-wrapper.js +74 -76
  808. package/fesm2015/taiga-ui-core-directives-wrapper.js.map +1 -1
  809. package/fesm2015/taiga-ui-core-directives.js +0 -5
  810. package/fesm2015/taiga-ui-core-directives.js.map +1 -1
  811. package/fesm2015/taiga-ui-core-enums.js +3 -101
  812. package/fesm2015/taiga-ui-core-enums.js.map +1 -1
  813. package/fesm2015/taiga-ui-core-interfaces.js.map +1 -1
  814. package/fesm2015/taiga-ui-core-internal-primitive-year-month-pagination.js +55 -31
  815. package/fesm2015/taiga-ui-core-internal-primitive-year-month-pagination.js.map +1 -1
  816. package/fesm2015/taiga-ui-core-internal-svg-defs-host.js +46 -39
  817. package/fesm2015/taiga-ui-core-internal-svg-defs-host.js.map +1 -1
  818. package/fesm2015/taiga-ui-core-internal.js.map +1 -1
  819. package/fesm2015/taiga-ui-core-mask.js.map +1 -1
  820. package/fesm2015/taiga-ui-core-observables.js +2 -7
  821. package/fesm2015/taiga-ui-core-observables.js.map +1 -1
  822. package/fesm2015/taiga-ui-core-pipes-calendar-sheet.js +30 -33
  823. package/fesm2015/taiga-ui-core-pipes-calendar-sheet.js.map +1 -1
  824. package/fesm2015/taiga-ui-core-pipes-format-number.js +29 -26
  825. package/fesm2015/taiga-ui-core-pipes-format-number.js.map +1 -1
  826. package/fesm2015/taiga-ui-core-pipes-format-phone.js +24 -17
  827. package/fesm2015/taiga-ui-core-pipes-format-phone.js.map +1 -1
  828. package/fesm2015/taiga-ui-core-pipes-month.js +26 -21
  829. package/fesm2015/taiga-ui-core-pipes-month.js.map +1 -1
  830. package/fesm2015/taiga-ui-core-pipes.js +0 -1
  831. package/fesm2015/taiga-ui-core-pipes.js.map +1 -1
  832. package/fesm2015/taiga-ui-core-providers.js +15 -32
  833. package/fesm2015/taiga-ui-core-providers.js.map +1 -1
  834. package/fesm2015/taiga-ui-core-services.js +105 -63
  835. package/fesm2015/taiga-ui-core-services.js.map +1 -1
  836. package/fesm2015/taiga-ui-core-tokens.js +50 -25
  837. package/fesm2015/taiga-ui-core-tokens.js.map +1 -1
  838. package/fesm2015/taiga-ui-core-types.js +11 -0
  839. package/fesm2015/taiga-ui-core-types.js.map +1 -1
  840. package/fesm2015/taiga-ui-core-utils-dom.js +57 -38
  841. package/fesm2015/taiga-ui-core-utils-dom.js.map +1 -1
  842. package/fesm2015/taiga-ui-core-utils-format.js +16 -79
  843. package/fesm2015/taiga-ui-core-utils-format.js.map +1 -1
  844. package/fesm2015/taiga-ui-core-utils-mask.js +11 -21
  845. package/fesm2015/taiga-ui-core-utils-mask.js.map +1 -1
  846. package/fesm2015/taiga-ui-core-utils-miscellaneous.js +6 -44
  847. package/fesm2015/taiga-ui-core-utils-miscellaneous.js.map +1 -1
  848. package/fesm2015/taiga-ui-core-utils-mobile.js.map +1 -1
  849. package/fesm2015/taiga-ui-core-utils.js +0 -1
  850. package/fesm2015/taiga-ui-core-utils.js.map +1 -1
  851. package/fesm2015/taiga-ui-core.js +3 -0
  852. package/fesm2015/taiga-ui-core.js.map +1 -1
  853. package/interfaces/index.d.ts +1 -3
  854. package/interfaces/number-format-settings.d.ts +16 -8
  855. package/interfaces/package.json +2 -5
  856. package/interfaces/portal-item.d.ts +10 -0
  857. package/interfaces/taiga-ui-core-interfaces.d.ts +1 -0
  858. package/internal/package.json +2 -5
  859. package/internal/primitive-year-month-pagination/package.json +2 -5
  860. package/internal/primitive-year-month-pagination/primitive-year-month-pagination.component.d.ts +3 -0
  861. package/internal/primitive-year-month-pagination/primitive-year-month-pagination.module.d.ts +10 -0
  862. package/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.d.ts +1 -0
  863. package/internal/svg-defs-host/package.json +2 -5
  864. package/internal/svg-defs-host/svg-defs-host.component.d.ts +4 -1
  865. package/internal/svg-defs-host/svg-defs-host.module.d.ts +7 -0
  866. package/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.d.ts +1 -0
  867. package/internal/taiga-ui-core-internal.d.ts +1 -0
  868. package/mask/package.json +2 -5
  869. package/mask/taiga-ui-core-mask.d.ts +1 -0
  870. package/observables/package.json +2 -5
  871. package/observables/smart-search.d.ts +1 -5
  872. package/observables/taiga-ui-core-observables.d.ts +1 -0
  873. package/package.json +11 -14
  874. package/pipes/calendar-sheet/calendar-sheet.module.d.ts +5 -0
  875. package/pipes/calendar-sheet/calendar-sheet.pipe.d.ts +3 -0
  876. package/pipes/calendar-sheet/package.json +2 -5
  877. package/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.d.ts +1 -0
  878. package/pipes/calendar-sheet/utils.d.ts +0 -4
  879. package/pipes/format-number/format-number.module.d.ts +5 -0
  880. package/pipes/format-number/format-number.pipe.d.ts +5 -5
  881. package/pipes/format-number/package.json +2 -5
  882. package/pipes/format-number/taiga-ui-core-pipes-format-number.d.ts +1 -0
  883. package/pipes/format-phone/format-phone.module.d.ts +5 -0
  884. package/pipes/format-phone/format-phone.pipe.d.ts +3 -0
  885. package/pipes/format-phone/package.json +2 -5
  886. package/pipes/format-phone/taiga-ui-core-pipes-format-phone.d.ts +1 -0
  887. package/pipes/index.d.ts +0 -1
  888. package/pipes/month/month.module.d.ts +5 -0
  889. package/pipes/month/month.pipe.d.ts +4 -1
  890. package/pipes/month/package.json +2 -5
  891. package/pipes/month/taiga-ui-core-pipes-month.d.ts +1 -0
  892. package/pipes/package.json +2 -5
  893. package/pipes/taiga-ui-core-pipes.d.ts +1 -0
  894. package/providers/is-mobile-resolution.provider.d.ts +1 -7
  895. package/providers/mode.provider.d.ts +1 -9
  896. package/providers/package.json +2 -5
  897. package/providers/taiga-ui-core-providers.d.ts +1 -0
  898. package/providers/watched-controller-provider-factory.d.ts +2 -6
  899. package/services/hint.service.d.ts +9 -8
  900. package/services/index.d.ts +1 -0
  901. package/services/night-theme.service.d.ts +3 -0
  902. package/services/package.json +2 -5
  903. package/services/position.service.d.ts +10 -0
  904. package/services/router-link-active.service.d.ts +3 -0
  905. package/services/svg.service.d.ts +3 -0
  906. package/services/taiga-ui-core-services.d.ts +1 -0
  907. package/styles/mixins/picker.less +6 -6
  908. package/styles/mixins/picker.scss +6 -6
  909. package/styles/mixins/wrapper.less +3 -3
  910. package/styles/mixins/wrapper.scss +3 -3
  911. package/styles/taiga-ui-fonts.less +1 -0
  912. package/styles/taiga-ui-theme.less +0 -1
  913. package/styles/theme/variables.less +5 -2
  914. package/styles/theme/wrapper/accent.less +0 -1
  915. package/styles/theme/wrapper/base.less +0 -1
  916. package/styles/theme/wrapper/icon.less +0 -1
  917. package/styles/theme/wrapper/none.less +0 -1
  918. package/styles/theme/wrapper/outline.less +0 -1
  919. package/styles/theme/wrapper/primary.less +0 -1
  920. package/styles/theme/wrapper/secondary.less +0 -3
  921. package/styles/theme/wrapper/table.less +0 -1
  922. package/styles/theme/wrapper/textfield.less +0 -3
  923. package/styles/theme/wrapper/whiteblock.less +0 -3
  924. package/styles/variables/media.less +14 -36
  925. package/styles/variables/media.scss +0 -26
  926. package/taiga-ui-core.d.ts +1 -0
  927. package/tokens/data-list-accessor.d.ts +2 -1
  928. package/tokens/data-list-host.d.ts +2 -1
  929. package/tokens/index.d.ts +1 -1
  930. package/tokens/notification-options.d.ts +0 -4
  931. package/tokens/option-content.d.ts +2 -1
  932. package/tokens/ordered-short-week-days.d.ts +0 -1
  933. package/tokens/package.json +2 -5
  934. package/tokens/sanitizer.d.ts +2 -1
  935. package/tokens/selection-stream.d.ts +3 -0
  936. package/tokens/taiga-ui-core-tokens.d.ts +1 -0
  937. package/tokens/textfield-host.d.ts +2 -1
  938. package/types/decimal.d.ts +1 -1
  939. package/types/direction.d.ts +0 -2
  940. package/types/dropdown-width.d.ts +1 -1
  941. package/types/hint-direction.d.ts +1 -0
  942. package/types/index.d.ts +1 -3
  943. package/types/marker-handler.d.ts +1 -2
  944. package/types/orientation.d.ts +1 -1
  945. package/types/package.json +2 -5
  946. package/types/point.d.ts +1 -1
  947. package/types/taiga-ui-core-types.d.ts +1 -0
  948. package/utils/dom/check-fixed-position.d.ts +1 -5
  949. package/utils/dom/get-safe-area-size.d.ts +1 -3
  950. package/utils/dom/get-screen-width.d.ts +1 -5
  951. package/utils/dom/get-word-range.d.ts +7 -0
  952. package/utils/dom/index.d.ts +1 -1
  953. package/utils/dom/package.json +2 -5
  954. package/utils/dom/process-icon.d.ts +1 -5
  955. package/utils/dom/taiga-ui-core-utils-dom.d.ts +1 -0
  956. package/utils/format/capitalize-first-letter.d.ts +1 -5
  957. package/utils/format/capitalize.d.ts +1 -3
  958. package/utils/format/format-number.d.ts +3 -7
  959. package/utils/format/format-phone.d.ts +1 -3
  960. package/utils/format/get-fractional-part-padded.d.ts +1 -3
  961. package/utils/format/index.d.ts +0 -2
  962. package/utils/format/number-to-string-without-exp.d.ts +1 -3
  963. package/utils/format/other-decimal-symbol.d.ts +1 -5
  964. package/utils/format/package.json +2 -5
  965. package/utils/format/taiga-ui-core-utils-format.d.ts +1 -0
  966. package/utils/index.d.ts +0 -1
  967. package/utils/mask/masked-money-value-is-empty.d.ts +1 -5
  968. package/utils/mask/masked-number-string-to-number.d.ts +1 -5
  969. package/utils/mask/package.json +2 -5
  970. package/utils/mask/taiga-ui-core-utils-mask.d.ts +1 -0
  971. package/utils/miscellaneous/get-border.d.ts +1 -5
  972. package/utils/miscellaneous/icons-path-factory.d.ts +1 -5
  973. package/utils/miscellaneous/index.d.ts +0 -1
  974. package/utils/miscellaneous/is-editing-key.d.ts +1 -3
  975. package/utils/miscellaneous/is-presumed-html-string.d.ts +1 -5
  976. package/utils/miscellaneous/package.json +2 -5
  977. package/utils/miscellaneous/size-bigger.d.ts +1 -3
  978. package/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.d.ts +1 -0
  979. package/utils/mobile/package.json +2 -5
  980. package/utils/mobile/taiga-ui-core-utils-mobile.d.ts +1 -0
  981. package/utils/package.json +2 -5
  982. package/utils/taiga-ui-core-utils.d.ts +1 -0
  983. package/abstract/abstract-dropdown.d.ts +0 -33
  984. package/abstract/abstract-hint-options.d.ts +0 -7
  985. package/abstract/abstract-hint.d.ts +0 -19
  986. package/abstract/taiga-ui-core-abstract.metadata.json +0 -1
  987. package/animations/taiga-ui-core-animations.metadata.json +0 -1
  988. package/bundles/taiga-ui-core-abstract.umd.min.js +0 -2
  989. package/bundles/taiga-ui-core-abstract.umd.min.js.map +0 -1
  990. package/bundles/taiga-ui-core-animations.umd.min.js +0 -2
  991. package/bundles/taiga-ui-core-animations.umd.min.js.map +0 -1
  992. package/bundles/taiga-ui-core-components-alert.umd.min.js +0 -2
  993. package/bundles/taiga-ui-core-components-alert.umd.min.js.map +0 -1
  994. package/bundles/taiga-ui-core-components-button.umd.min.js +0 -2
  995. package/bundles/taiga-ui-core-components-button.umd.min.js.map +0 -1
  996. package/bundles/taiga-ui-core-components-calendar.umd.min.js +0 -2
  997. package/bundles/taiga-ui-core-components-calendar.umd.min.js.map +0 -1
  998. package/bundles/taiga-ui-core-components-data-list.umd.min.js +0 -2
  999. package/bundles/taiga-ui-core-components-data-list.umd.min.js.map +0 -1
  1000. package/bundles/taiga-ui-core-components-dialog.umd.min.js +0 -2
  1001. package/bundles/taiga-ui-core-components-dialog.umd.min.js.map +0 -1
  1002. package/bundles/taiga-ui-core-components-dropdown-box.umd.js +0 -584
  1003. package/bundles/taiga-ui-core-components-dropdown-box.umd.js.map +0 -1
  1004. package/bundles/taiga-ui-core-components-dropdown-box.umd.min.js +0 -2
  1005. package/bundles/taiga-ui-core-components-dropdown-box.umd.min.js.map +0 -1
  1006. package/bundles/taiga-ui-core-components-error.umd.min.js +0 -2
  1007. package/bundles/taiga-ui-core-components-error.umd.min.js.map +0 -1
  1008. package/bundles/taiga-ui-core-components-expand.umd.min.js +0 -2
  1009. package/bundles/taiga-ui-core-components-expand.umd.min.js.map +0 -1
  1010. package/bundles/taiga-ui-core-components-group.umd.min.js +0 -2
  1011. package/bundles/taiga-ui-core-components-group.umd.min.js.map +0 -1
  1012. package/bundles/taiga-ui-core-components-hints-host.umd.min.js +0 -2
  1013. package/bundles/taiga-ui-core-components-hints-host.umd.min.js.map +0 -1
  1014. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.min.js +0 -2
  1015. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.min.js.map +0 -1
  1016. package/bundles/taiga-ui-core-components-label.umd.min.js +0 -2
  1017. package/bundles/taiga-ui-core-components-label.umd.min.js.map +0 -1
  1018. package/bundles/taiga-ui-core-components-link.umd.min.js +0 -2
  1019. package/bundles/taiga-ui-core-components-link.umd.min.js.map +0 -1
  1020. package/bundles/taiga-ui-core-components-loader.umd.min.js +0 -2
  1021. package/bundles/taiga-ui-core-components-loader.umd.min.js.map +0 -1
  1022. package/bundles/taiga-ui-core-components-notification.umd.min.js +0 -2
  1023. package/bundles/taiga-ui-core-components-notification.umd.min.js.map +0 -1
  1024. package/bundles/taiga-ui-core-components-primitive-calendar.umd.min.js +0 -2
  1025. package/bundles/taiga-ui-core-components-primitive-calendar.umd.min.js.map +0 -1
  1026. package/bundles/taiga-ui-core-components-primitive-checkbox.umd.min.js +0 -2
  1027. package/bundles/taiga-ui-core-components-primitive-checkbox.umd.min.js.map +0 -1
  1028. package/bundles/taiga-ui-core-components-primitive-spin-button.umd.min.js +0 -2
  1029. package/bundles/taiga-ui-core-components-primitive-spin-button.umd.min.js.map +0 -1
  1030. package/bundles/taiga-ui-core-components-primitive-textfield.umd.min.js +0 -2
  1031. package/bundles/taiga-ui-core-components-primitive-textfield.umd.min.js.map +0 -1
  1032. package/bundles/taiga-ui-core-components-primitive-year-picker.umd.min.js +0 -2
  1033. package/bundles/taiga-ui-core-components-primitive-year-picker.umd.min.js.map +0 -1
  1034. package/bundles/taiga-ui-core-components-root.umd.min.js +0 -2
  1035. package/bundles/taiga-ui-core-components-root.umd.min.js.map +0 -1
  1036. package/bundles/taiga-ui-core-components-scroll-controls.umd.min.js +0 -2
  1037. package/bundles/taiga-ui-core-components-scroll-controls.umd.min.js.map +0 -1
  1038. package/bundles/taiga-ui-core-components-scrollbar.umd.min.js +0 -2
  1039. package/bundles/taiga-ui-core-components-scrollbar.umd.min.js.map +0 -1
  1040. package/bundles/taiga-ui-core-components-svg.umd.min.js +0 -2
  1041. package/bundles/taiga-ui-core-components-svg.umd.min.js.map +0 -1
  1042. package/bundles/taiga-ui-core-components-theme-night.umd.min.js +0 -2
  1043. package/bundles/taiga-ui-core-components-theme-night.umd.min.js.map +0 -1
  1044. package/bundles/taiga-ui-core-components-tooltip.umd.min.js +0 -2
  1045. package/bundles/taiga-ui-core-components-tooltip.umd.min.js.map +0 -1
  1046. package/bundles/taiga-ui-core-components.umd.min.js +0 -2
  1047. package/bundles/taiga-ui-core-components.umd.min.js.map +0 -1
  1048. package/bundles/taiga-ui-core-constants.umd.min.js +0 -2
  1049. package/bundles/taiga-ui-core-constants.umd.min.js.map +0 -1
  1050. package/bundles/taiga-ui-core-directives-color.umd.js +0 -314
  1051. package/bundles/taiga-ui-core-directives-color.umd.js.map +0 -1
  1052. package/bundles/taiga-ui-core-directives-color.umd.min.js +0 -2
  1053. package/bundles/taiga-ui-core-directives-color.umd.min.js.map +0 -1
  1054. package/bundles/taiga-ui-core-directives-described-by.umd.min.js +0 -2
  1055. package/bundles/taiga-ui-core-directives-described-by.umd.min.js.map +0 -1
  1056. package/bundles/taiga-ui-core-directives-dropdown-controller.umd.js +0 -346
  1057. package/bundles/taiga-ui-core-directives-dropdown-controller.umd.js.map +0 -1
  1058. package/bundles/taiga-ui-core-directives-dropdown-controller.umd.min.js +0 -2
  1059. package/bundles/taiga-ui-core-directives-dropdown-controller.umd.min.js.map +0 -1
  1060. package/bundles/taiga-ui-core-directives-dropdown.umd.min.js +0 -2
  1061. package/bundles/taiga-ui-core-directives-dropdown.umd.min.js.map +0 -1
  1062. package/bundles/taiga-ui-core-directives-hint-controller.umd.min.js +0 -2
  1063. package/bundles/taiga-ui-core-directives-hint-controller.umd.min.js.map +0 -1
  1064. package/bundles/taiga-ui-core-directives-hint.umd.min.js +0 -2
  1065. package/bundles/taiga-ui-core-directives-hint.umd.min.js.map +0 -1
  1066. package/bundles/taiga-ui-core-directives-manual-hint.umd.js +0 -337
  1067. package/bundles/taiga-ui-core-directives-manual-hint.umd.js.map +0 -1
  1068. package/bundles/taiga-ui-core-directives-manual-hint.umd.min.js +0 -2
  1069. package/bundles/taiga-ui-core-directives-manual-hint.umd.min.js.map +0 -1
  1070. package/bundles/taiga-ui-core-directives-mask-accessor.umd.min.js +0 -2
  1071. package/bundles/taiga-ui-core-directives-mask-accessor.umd.min.js.map +0 -1
  1072. package/bundles/taiga-ui-core-directives-mode.umd.min.js +0 -2
  1073. package/bundles/taiga-ui-core-directives-mode.umd.min.js.map +0 -1
  1074. package/bundles/taiga-ui-core-directives-pointer-hint.umd.js +0 -387
  1075. package/bundles/taiga-ui-core-directives-pointer-hint.umd.js.map +0 -1
  1076. package/bundles/taiga-ui-core-directives-pointer-hint.umd.min.js +0 -2
  1077. package/bundles/taiga-ui-core-directives-pointer-hint.umd.min.js.map +0 -1
  1078. package/bundles/taiga-ui-core-directives-scroll-into-view.umd.min.js +0 -2
  1079. package/bundles/taiga-ui-core-directives-scroll-into-view.umd.min.js.map +0 -1
  1080. package/bundles/taiga-ui-core-directives-table-mode.umd.js +0 -295
  1081. package/bundles/taiga-ui-core-directives-table-mode.umd.js.map +0 -1
  1082. package/bundles/taiga-ui-core-directives-table-mode.umd.min.js +0 -2
  1083. package/bundles/taiga-ui-core-directives-table-mode.umd.min.js.map +0 -1
  1084. package/bundles/taiga-ui-core-directives-textfield-controller.umd.min.js +0 -2
  1085. package/bundles/taiga-ui-core-directives-textfield-controller.umd.min.js.map +0 -1
  1086. package/bundles/taiga-ui-core-directives-wrapper.umd.min.js +0 -2
  1087. package/bundles/taiga-ui-core-directives-wrapper.umd.min.js.map +0 -1
  1088. package/bundles/taiga-ui-core-directives.umd.min.js +0 -2
  1089. package/bundles/taiga-ui-core-directives.umd.min.js.map +0 -1
  1090. package/bundles/taiga-ui-core-enums.umd.min.js +0 -2
  1091. package/bundles/taiga-ui-core-enums.umd.min.js.map +0 -1
  1092. package/bundles/taiga-ui-core-interfaces.umd.min.js +0 -2
  1093. package/bundles/taiga-ui-core-interfaces.umd.min.js.map +0 -1
  1094. package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.min.js +0 -2
  1095. package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.min.js.map +0 -1
  1096. package/bundles/taiga-ui-core-internal-svg-defs-host.umd.min.js +0 -2
  1097. package/bundles/taiga-ui-core-internal-svg-defs-host.umd.min.js.map +0 -1
  1098. package/bundles/taiga-ui-core-internal.umd.min.js +0 -2
  1099. package/bundles/taiga-ui-core-internal.umd.min.js.map +0 -1
  1100. package/bundles/taiga-ui-core-mask.umd.min.js +0 -2
  1101. package/bundles/taiga-ui-core-mask.umd.min.js.map +0 -1
  1102. package/bundles/taiga-ui-core-observables.umd.min.js +0 -2
  1103. package/bundles/taiga-ui-core-observables.umd.min.js.map +0 -1
  1104. package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.min.js +0 -2
  1105. package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.min.js.map +0 -1
  1106. package/bundles/taiga-ui-core-pipes-format-number.umd.min.js +0 -2
  1107. package/bundles/taiga-ui-core-pipes-format-number.umd.min.js.map +0 -1
  1108. package/bundles/taiga-ui-core-pipes-format-phone.umd.min.js +0 -2
  1109. package/bundles/taiga-ui-core-pipes-format-phone.umd.min.js.map +0 -1
  1110. package/bundles/taiga-ui-core-pipes-month.umd.min.js +0 -2
  1111. package/bundles/taiga-ui-core-pipes-month.umd.min.js.map +0 -1
  1112. package/bundles/taiga-ui-core-pipes-pluralize.umd.js +0 -296
  1113. package/bundles/taiga-ui-core-pipes-pluralize.umd.js.map +0 -1
  1114. package/bundles/taiga-ui-core-pipes-pluralize.umd.min.js +0 -2
  1115. package/bundles/taiga-ui-core-pipes-pluralize.umd.min.js.map +0 -1
  1116. package/bundles/taiga-ui-core-pipes.umd.min.js +0 -2
  1117. package/bundles/taiga-ui-core-pipes.umd.min.js.map +0 -1
  1118. package/bundles/taiga-ui-core-providers.umd.min.js +0 -2
  1119. package/bundles/taiga-ui-core-providers.umd.min.js.map +0 -1
  1120. package/bundles/taiga-ui-core-services.umd.min.js +0 -2
  1121. package/bundles/taiga-ui-core-services.umd.min.js.map +0 -1
  1122. package/bundles/taiga-ui-core-tokens.umd.min.js +0 -2
  1123. package/bundles/taiga-ui-core-tokens.umd.min.js.map +0 -1
  1124. package/bundles/taiga-ui-core-types.umd.min.js +0 -2
  1125. package/bundles/taiga-ui-core-types.umd.min.js.map +0 -1
  1126. package/bundles/taiga-ui-core-utils-dom.umd.min.js +0 -2
  1127. package/bundles/taiga-ui-core-utils-dom.umd.min.js.map +0 -1
  1128. package/bundles/taiga-ui-core-utils-format.umd.min.js +0 -2
  1129. package/bundles/taiga-ui-core-utils-format.umd.min.js.map +0 -1
  1130. package/bundles/taiga-ui-core-utils-mask.umd.min.js +0 -2
  1131. package/bundles/taiga-ui-core-utils-mask.umd.min.js.map +0 -1
  1132. package/bundles/taiga-ui-core-utils-miscellaneous.umd.min.js +0 -2
  1133. package/bundles/taiga-ui-core-utils-miscellaneous.umd.min.js.map +0 -1
  1134. package/bundles/taiga-ui-core-utils-mobile.umd.min.js +0 -2
  1135. package/bundles/taiga-ui-core-utils-mobile.umd.min.js.map +0 -1
  1136. package/bundles/taiga-ui-core-utils-polyfills.umd.js +0 -51
  1137. package/bundles/taiga-ui-core-utils-polyfills.umd.js.map +0 -1
  1138. package/bundles/taiga-ui-core-utils-polyfills.umd.min.js +0 -2
  1139. package/bundles/taiga-ui-core-utils-polyfills.umd.min.js.map +0 -1
  1140. package/bundles/taiga-ui-core-utils.umd.min.js +0 -2
  1141. package/bundles/taiga-ui-core-utils.umd.min.js.map +0 -1
  1142. package/bundles/taiga-ui-core.umd.min.js +0 -2
  1143. package/bundles/taiga-ui-core.umd.min.js.map +0 -1
  1144. package/components/alert/taiga-ui-core-components-alert.metadata.json +0 -1
  1145. package/components/button/taiga-ui-core-components-button.metadata.json +0 -1
  1146. package/components/calendar/taiga-ui-core-components-calendar.metadata.json +0 -1
  1147. package/components/data-list/data-list-dropdown-manager.directive.d.ts +0 -12
  1148. package/components/data-list/taiga-ui-core-components-data-list.metadata.json +0 -1
  1149. package/components/dialog/taiga-ui-core-components-dialog.metadata.json +0 -1
  1150. package/components/dropdown-box/dropdown-box.component.d.ts +0 -62
  1151. package/components/dropdown-box/dropdown-box.module.d.ts +0 -2
  1152. package/components/dropdown-box/index.d.ts +0 -2
  1153. package/components/dropdown-box/package.json +0 -13
  1154. package/components/dropdown-box/taiga-ui-core-components-dropdown-box.d.ts +0 -4
  1155. package/components/dropdown-box/taiga-ui-core-components-dropdown-box.metadata.json +0 -1
  1156. package/components/error/taiga-ui-core-components-error.metadata.json +0 -1
  1157. package/components/expand/taiga-ui-core-components-expand.metadata.json +0 -1
  1158. package/components/group/group.component.d.ts +0 -4
  1159. package/components/group/taiga-ui-core-components-group.metadata.json +0 -1
  1160. package/components/hints-host/hint-box/hint-box.component.d.ts +0 -38
  1161. package/components/hints-host/hint-box/hint-box.module.d.ts +0 -2
  1162. package/components/hints-host/taiga-ui-core-components-hints-host.metadata.json +0 -1
  1163. package/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.metadata.json +0 -1
  1164. package/components/label/taiga-ui-core-components-label.metadata.json +0 -1
  1165. package/components/link/taiga-ui-core-components-link.metadata.json +0 -1
  1166. package/components/loader/taiga-ui-core-components-loader.metadata.json +0 -1
  1167. package/components/notification/taiga-ui-core-components-notification.metadata.json +0 -1
  1168. package/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.metadata.json +0 -1
  1169. package/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.metadata.json +0 -1
  1170. package/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.metadata.json +0 -1
  1171. package/components/primitive-textfield/primitive-textfield.providers.d.ts +0 -1
  1172. package/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.metadata.json +0 -1
  1173. package/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.metadata.json +0 -1
  1174. package/components/root/taiga-ui-core-components-root.metadata.json +0 -1
  1175. package/components/scroll-controls/taiga-ui-core-components-scroll-controls.metadata.json +0 -1
  1176. package/components/scrollbar/taiga-ui-core-components-scrollbar.metadata.json +0 -1
  1177. package/components/svg/taiga-ui-core-components-svg.metadata.json +0 -1
  1178. package/components/taiga-ui-core-components.metadata.json +0 -1
  1179. package/components/theme-night/taiga-ui-core-components-theme-night.metadata.json +0 -1
  1180. package/components/tooltip/taiga-ui-core-components-tooltip.metadata.json +0 -1
  1181. package/constants/absolute-box-sizes.d.ts +0 -4
  1182. package/constants/media.d.ts +0 -10
  1183. package/constants/taiga-ui-core-constants.metadata.json +0 -1
  1184. package/directives/color/color.const.d.ts +0 -4
  1185. package/directives/color/color.directive.d.ts +0 -10
  1186. package/directives/color/color.module.d.ts +0 -5
  1187. package/directives/color/index.d.ts +0 -3
  1188. package/directives/color/package.json +0 -13
  1189. package/directives/color/taiga-ui-core-directives-color.d.ts +0 -4
  1190. package/directives/color/taiga-ui-core-directives-color.metadata.json +0 -1
  1191. package/directives/described-by/taiga-ui-core-directives-described-by.metadata.json +0 -1
  1192. package/directives/dropdown/taiga-ui-core-directives-dropdown.metadata.json +0 -1
  1193. package/directives/dropdown-controller/dropdown-controller.directive.d.ts +0 -10
  1194. package/directives/dropdown-controller/dropdown-controller.module.d.ts +0 -2
  1195. package/directives/dropdown-controller/dropdown-controller.provider.d.ts +0 -5
  1196. package/directives/dropdown-controller/dropdown-controller.token.d.ts +0 -3
  1197. package/directives/dropdown-controller/index.d.ts +0 -4
  1198. package/directives/dropdown-controller/package.json +0 -13
  1199. package/directives/dropdown-controller/taiga-ui-core-directives-dropdown-controller.d.ts +0 -4
  1200. package/directives/dropdown-controller/taiga-ui-core-directives-dropdown-controller.metadata.json +0 -1
  1201. package/directives/hint/taiga-ui-core-directives-hint.metadata.json +0 -1
  1202. package/directives/hint-controller/taiga-ui-core-directives-hint-controller.metadata.json +0 -1
  1203. package/directives/manual-hint/index.d.ts +0 -3
  1204. package/directives/manual-hint/manual-hint-options.d.ts +0 -7
  1205. package/directives/manual-hint/manual-hint.directive.d.ts +0 -13
  1206. package/directives/manual-hint/manual-hint.module.d.ts +0 -2
  1207. package/directives/manual-hint/package.json +0 -13
  1208. package/directives/manual-hint/taiga-ui-core-directives-manual-hint.d.ts +0 -4
  1209. package/directives/manual-hint/taiga-ui-core-directives-manual-hint.metadata.json +0 -1
  1210. package/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.metadata.json +0 -1
  1211. package/directives/mode/taiga-ui-core-directives-mode.metadata.json +0 -1
  1212. package/directives/pointer-hint/index.d.ts +0 -3
  1213. package/directives/pointer-hint/package.json +0 -13
  1214. package/directives/pointer-hint/pointer-hint-options.d.ts +0 -10
  1215. package/directives/pointer-hint/pointer-hint.directive.d.ts +0 -19
  1216. package/directives/pointer-hint/pointer-hint.module.d.ts +0 -2
  1217. package/directives/pointer-hint/taiga-ui-core-directives-pointer-hint.d.ts +0 -4
  1218. package/directives/pointer-hint/taiga-ui-core-directives-pointer-hint.metadata.json +0 -1
  1219. package/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.metadata.json +0 -1
  1220. package/directives/table-mode/index.d.ts +0 -2
  1221. package/directives/table-mode/package.json +0 -13
  1222. package/directives/table-mode/table-mode.directive.d.ts +0 -5
  1223. package/directives/table-mode/table-mode.module.d.ts +0 -3
  1224. package/directives/table-mode/taiga-ui-core-directives-table-mode.d.ts +0 -4
  1225. package/directives/table-mode/taiga-ui-core-directives-table-mode.metadata.json +0 -1
  1226. package/directives/taiga-ui-core-directives.metadata.json +0 -1
  1227. package/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.metadata.json +0 -1
  1228. package/directives/wrapper/taiga-ui-core-directives-wrapper.metadata.json +0 -1
  1229. package/enums/base-color.d.ts +0 -9
  1230. package/enums/button-shape.d.ts +0 -7
  1231. package/enums/decimal.d.ts +0 -8
  1232. package/enums/dropdown-width.d.ts +0 -8
  1233. package/enums/hint-mode.d.ts +0 -8
  1234. package/enums/link-mode.d.ts +0 -7
  1235. package/enums/orientation.d.ts +0 -7
  1236. package/enums/support-color.d.ts +0 -26
  1237. package/enums/taiga-ui-core-enums.metadata.json +0 -1
  1238. package/esm2015/abstract/abstract-dropdown.js +0 -117
  1239. package/esm2015/abstract/abstract-hint-options.js +0 -6
  1240. package/esm2015/abstract/abstract-hint.js +0 -43
  1241. package/esm2015/components/data-list/data-list-dropdown-manager.directive.js +0 -96
  1242. package/esm2015/components/dropdown-box/dropdown-box.component.js +0 -299
  1243. package/esm2015/components/dropdown-box/dropdown-box.module.js +0 -25
  1244. package/esm2015/components/dropdown-box/index.js +0 -3
  1245. package/esm2015/components/dropdown-box/taiga-ui-core-components-dropdown-box.js +0 -5
  1246. package/esm2015/components/group/group.component.js +0 -21
  1247. package/esm2015/components/hints-host/hint-box/hint-box.component.js +0 -261
  1248. package/esm2015/components/hints-host/hint-box/hint-box.module.js +0 -18
  1249. package/esm2015/components/primitive-textfield/primitive-textfield.providers.js +0 -16
  1250. package/esm2015/constants/absolute-box-sizes.js +0 -5
  1251. package/esm2015/constants/media.js +0 -11
  1252. package/esm2015/directives/color/color.const.js +0 -318
  1253. package/esm2015/directives/color/color.directive.js +0 -35
  1254. package/esm2015/directives/color/color.module.js +0 -16
  1255. package/esm2015/directives/color/index.js +0 -4
  1256. package/esm2015/directives/color/taiga-ui-core-directives-color.js +0 -5
  1257. package/esm2015/directives/dropdown-controller/dropdown-controller.directive.js +0 -54
  1258. package/esm2015/directives/dropdown-controller/dropdown-controller.module.js +0 -13
  1259. package/esm2015/directives/dropdown-controller/dropdown-controller.provider.js +0 -16
  1260. package/esm2015/directives/dropdown-controller/dropdown-controller.token.js +0 -6
  1261. package/esm2015/directives/dropdown-controller/index.js +0 -5
  1262. package/esm2015/directives/dropdown-controller/taiga-ui-core-directives-dropdown-controller.js +0 -5
  1263. package/esm2015/directives/manual-hint/index.js +0 -4
  1264. package/esm2015/directives/manual-hint/manual-hint-options.js +0 -12
  1265. package/esm2015/directives/manual-hint/manual-hint.directive.js +0 -50
  1266. package/esm2015/directives/manual-hint/manual-hint.module.js +0 -13
  1267. package/esm2015/directives/manual-hint/taiga-ui-core-directives-manual-hint.js +0 -5
  1268. package/esm2015/directives/pointer-hint/index.js +0 -4
  1269. package/esm2015/directives/pointer-hint/pointer-hint-options.js +0 -12
  1270. package/esm2015/directives/pointer-hint/pointer-hint.directive.js +0 -96
  1271. package/esm2015/directives/pointer-hint/pointer-hint.module.js +0 -13
  1272. package/esm2015/directives/pointer-hint/taiga-ui-core-directives-pointer-hint.js +0 -5
  1273. package/esm2015/directives/table-mode/index.js +0 -3
  1274. package/esm2015/directives/table-mode/table-mode.directive.js +0 -21
  1275. package/esm2015/directives/table-mode/table-mode.module.js +0 -14
  1276. package/esm2015/directives/table-mode/taiga-ui-core-directives-table-mode.js +0 -5
  1277. package/esm2015/enums/base-color.js +0 -11
  1278. package/esm2015/enums/button-shape.js +0 -9
  1279. package/esm2015/enums/decimal.js +0 -10
  1280. package/esm2015/enums/dropdown-width.js +0 -10
  1281. package/esm2015/enums/hint-mode.js +0 -10
  1282. package/esm2015/enums/link-mode.js +0 -9
  1283. package/esm2015/enums/orientation.js +0 -9
  1284. package/esm2015/enums/support-color.js +0 -28
  1285. package/esm2015/interfaces/dropdown-directive.js +0 -1
  1286. package/esm2015/interfaces/hint.js +0 -1
  1287. package/esm2015/interfaces/notification-options.js +0 -1
  1288. package/esm2015/pipes/pluralize/index.js +0 -3
  1289. package/esm2015/pipes/pluralize/pluralize.module.js +0 -14
  1290. package/esm2015/pipes/pluralize/pluralize.pipe.js +0 -22
  1291. package/esm2015/pipes/pluralize/taiga-ui-core-pipes-pluralize.js +0 -5
  1292. package/esm2015/tokens/dropdown-directive.js +0 -3
  1293. package/esm2015/types/color.js +0 -1
  1294. package/esm2015/types/hint-mode.js +0 -1
  1295. package/esm2015/types/pluralize.js +0 -1
  1296. package/esm2015/utils/dom/are-css-vars-supported.js +0 -11
  1297. package/esm2015/utils/format/pluralize-to-icu.js +0 -13
  1298. package/esm2015/utils/format/pluralize.js +0 -23
  1299. package/esm2015/utils/miscellaneous/color-fallback.js +0 -17
  1300. package/esm2015/utils/polyfills/index.js +0 -2
  1301. package/esm2015/utils/polyfills/inner-html.js +0 -40
  1302. package/esm2015/utils/polyfills/taiga-ui-core-utils-polyfills.js +0 -5
  1303. package/esm5/abstract/abstract-dropdown.js +0 -130
  1304. package/esm5/abstract/abstract-hint-options.js +0 -6
  1305. package/esm5/abstract/abstract-hint.js +0 -44
  1306. package/esm5/abstract/abstract-textfield-host.js +0 -55
  1307. package/esm5/abstract/index.js +0 -5
  1308. package/esm5/abstract/taiga-ui-core-abstract.js +0 -5
  1309. package/esm5/animations/animations.js +0 -251
  1310. package/esm5/animations/index.js +0 -2
  1311. package/esm5/animations/taiga-ui-core-animations.js +0 -5
  1312. package/esm5/components/alert/alert.component.js +0 -98
  1313. package/esm5/components/alert/alert.module.js +0 -40
  1314. package/esm5/components/alert/alert.service.js +0 -52
  1315. package/esm5/components/alert/index.js +0 -4
  1316. package/esm5/components/alert/taiga-ui-core-components-alert.js +0 -5
  1317. package/esm5/components/button/button-options.js +0 -15
  1318. package/esm5/components/button/button.component.js +0 -156
  1319. package/esm5/components/button/button.module.js +0 -28
  1320. package/esm5/components/button/index.js +0 -4
  1321. package/esm5/components/button/taiga-ui-core-components-button.js +0 -5
  1322. package/esm5/components/calendar/calendar.component.js +0 -135
  1323. package/esm5/components/calendar/calendar.module.js +0 -30
  1324. package/esm5/components/calendar/index.js +0 -3
  1325. package/esm5/components/calendar/taiga-ui-core-components-calendar.js +0 -5
  1326. package/esm5/components/data-list/data-list-dropdown-manager.directive.js +0 -142
  1327. package/esm5/components/data-list/data-list.component.js +0 -128
  1328. package/esm5/components/data-list/data-list.directive.js +0 -14
  1329. package/esm5/components/data-list/data-list.module.js +0 -36
  1330. package/esm5/components/data-list/index.js +0 -7
  1331. package/esm5/components/data-list/opt-group.directive.js +0 -24
  1332. package/esm5/components/data-list/option/option.component.js +0 -107
  1333. package/esm5/components/data-list/taiga-ui-core-components-data-list.js +0 -5
  1334. package/esm5/components/dialog/dialog.component.js +0 -102
  1335. package/esm5/components/dialog/dialog.directive.js +0 -26
  1336. package/esm5/components/dialog/dialog.module.js +0 -31
  1337. package/esm5/components/dialog/dialog.providers.js +0 -59
  1338. package/esm5/components/dialog/dialog.service.js +0 -34
  1339. package/esm5/components/dialog/index.js +0 -6
  1340. package/esm5/components/dialog/taiga-ui-core-components-dialog.js +0 -5
  1341. package/esm5/components/dropdown-box/dropdown-box.component.js +0 -313
  1342. package/esm5/components/dropdown-box/dropdown-box.module.js +0 -28
  1343. package/esm5/components/dropdown-box/index.js +0 -3
  1344. package/esm5/components/dropdown-box/taiga-ui-core-components-dropdown-box.js +0 -5
  1345. package/esm5/components/error/error.component.js +0 -48
  1346. package/esm5/components/error/error.module.js +0 -19
  1347. package/esm5/components/error/index.js +0 -3
  1348. package/esm5/components/error/taiga-ui-core-components-error.js +0 -5
  1349. package/esm5/components/expand/expand-content.directive.js +0 -15
  1350. package/esm5/components/expand/expand.component.js +0 -153
  1351. package/esm5/components/expand/expand.module.js +0 -20
  1352. package/esm5/components/expand/index.js +0 -4
  1353. package/esm5/components/expand/taiga-ui-core-components-expand.js +0 -5
  1354. package/esm5/components/group/group-styles.component.js +0 -16
  1355. package/esm5/components/group/group.component.js +0 -24
  1356. package/esm5/components/group/group.directive.js +0 -83
  1357. package/esm5/components/group/group.module.js +0 -21
  1358. package/esm5/components/group/index.js +0 -5
  1359. package/esm5/components/group/taiga-ui-core-components-group.js +0 -5
  1360. package/esm5/components/hints-host/hint-box/hint-box.component.js +0 -279
  1361. package/esm5/components/hints-host/hint-box/hint-box.module.js +0 -21
  1362. package/esm5/components/hints-host/hints-host.component.js +0 -42
  1363. package/esm5/components/hints-host/hints-host.module.js +0 -21
  1364. package/esm5/components/hints-host/index.js +0 -5
  1365. package/esm5/components/hints-host/taiga-ui-core-components-hints-host.js +0 -5
  1366. package/esm5/components/hosted-dropdown/hosted-dropdown-connector.directive.js +0 -14
  1367. package/esm5/components/hosted-dropdown/hosted-dropdown.component.js +0 -230
  1368. package/esm5/components/hosted-dropdown/hosted-dropdown.module.js +0 -28
  1369. package/esm5/components/hosted-dropdown/index.js +0 -4
  1370. package/esm5/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.js +0 -5
  1371. package/esm5/components/index.js +0 -27
  1372. package/esm5/components/label/index.js +0 -3
  1373. package/esm5/components/label/label.component.js +0 -48
  1374. package/esm5/components/label/label.module.js +0 -18
  1375. package/esm5/components/label/taiga-ui-core-components-label.js +0 -5
  1376. package/esm5/components/link/index.js +0 -3
  1377. package/esm5/components/link/link.component.js +0 -121
  1378. package/esm5/components/link/link.module.js +0 -19
  1379. package/esm5/components/link/taiga-ui-core-components-link.js +0 -5
  1380. package/esm5/components/loader/index.js +0 -4
  1381. package/esm5/components/loader/loader-options.js +0 -16
  1382. package/esm5/components/loader/loader.component.js +0 -105
  1383. package/esm5/components/loader/loader.module.js +0 -19
  1384. package/esm5/components/loader/taiga-ui-core-components-loader.js +0 -5
  1385. package/esm5/components/notification/index.js +0 -3
  1386. package/esm5/components/notification/notification.component.js +0 -68
  1387. package/esm5/components/notification/notification.module.js +0 -20
  1388. package/esm5/components/notification/taiga-ui-core-components-notification.js +0 -5
  1389. package/esm5/components/primitive-calendar/index.js +0 -3
  1390. package/esm5/components/primitive-calendar/primitive-calendar.component.js +0 -165
  1391. package/esm5/components/primitive-calendar/primitive-calendar.module.js +0 -30
  1392. package/esm5/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.js +0 -5
  1393. package/esm5/components/primitive-checkbox/checkbox-options.js +0 -29
  1394. package/esm5/components/primitive-checkbox/index.js +0 -4
  1395. package/esm5/components/primitive-checkbox/primitive-checkbox.component.js +0 -99
  1396. package/esm5/components/primitive-checkbox/primitive-checkbox.module.js +0 -20
  1397. package/esm5/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.js +0 -5
  1398. package/esm5/components/primitive-spin-button/index.js +0 -3
  1399. package/esm5/components/primitive-spin-button/primitive-spin-button.component.js +0 -97
  1400. package/esm5/components/primitive-spin-button/primitive-spin-button.module.js +0 -27
  1401. package/esm5/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.js +0 -5
  1402. package/esm5/components/primitive-textfield/index.js +0 -8
  1403. package/esm5/components/primitive-textfield/primitive-textfield-options.js +0 -17
  1404. package/esm5/components/primitive-textfield/primitive-textfield.component.js +0 -370
  1405. package/esm5/components/primitive-textfield/primitive-textfield.directive.js +0 -49
  1406. package/esm5/components/primitive-textfield/primitive-textfield.module.js +0 -51
  1407. package/esm5/components/primitive-textfield/primitive-textfield.providers.js +0 -16
  1408. package/esm5/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.js +0 -5
  1409. package/esm5/components/primitive-textfield/textfield/textfield.component.js +0 -77
  1410. package/esm5/components/primitive-textfield/value-decoration/value-decoration.component.js +0 -123
  1411. package/esm5/components/primitive-year-picker/index.js +0 -3
  1412. package/esm5/components/primitive-year-picker/primitive-year-picker.component.js +0 -174
  1413. package/esm5/components/primitive-year-picker/primitive-year-picker.module.js +0 -25
  1414. package/esm5/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.js +0 -5
  1415. package/esm5/components/root/index.js +0 -3
  1416. package/esm5/components/root/root.component.js +0 -62
  1417. package/esm5/components/root/root.module.js +0 -33
  1418. package/esm5/components/root/taiga-ui-core-components-root.js +0 -5
  1419. package/esm5/components/scroll-controls/index.js +0 -4
  1420. package/esm5/components/scroll-controls/scroll-controls.component.js +0 -68
  1421. package/esm5/components/scroll-controls/scroll-controls.module.js +0 -25
  1422. package/esm5/components/scroll-controls/scrollbar-wrapper.directive.js +0 -21
  1423. package/esm5/components/scroll-controls/scrollbar.directive.js +0 -171
  1424. package/esm5/components/scroll-controls/taiga-ui-core-components-scroll-controls.js +0 -6
  1425. package/esm5/components/scrollbar/index.js +0 -5
  1426. package/esm5/components/scrollbar/scroll-ref.directive.js +0 -22
  1427. package/esm5/components/scrollbar/scrollable.directive.js +0 -26
  1428. package/esm5/components/scrollbar/scrollbar.component.js +0 -97
  1429. package/esm5/components/scrollbar/scrollbar.module.js +0 -21
  1430. package/esm5/components/scrollbar/taiga-ui-core-components-scrollbar.js +0 -5
  1431. package/esm5/components/svg/index.js +0 -3
  1432. package/esm5/components/svg/svg.component.js +0 -207
  1433. package/esm5/components/svg/svg.module.js +0 -19
  1434. package/esm5/components/svg/taiga-ui-core-components-svg.js +0 -5
  1435. package/esm5/components/taiga-ui-core-components.js +0 -5
  1436. package/esm5/components/theme-night/index.js +0 -3
  1437. package/esm5/components/theme-night/taiga-ui-core-components-theme-night.js +0 -5
  1438. package/esm5/components/theme-night/theme-night.component.js +0 -21
  1439. package/esm5/components/theme-night/theme-night.module.js +0 -16
  1440. package/esm5/components/tooltip/index.js +0 -3
  1441. package/esm5/components/tooltip/taiga-ui-core-components-tooltip.js +0 -5
  1442. package/esm5/components/tooltip/tooltip.component.js +0 -99
  1443. package/esm5/components/tooltip/tooltip.module.js +0 -21
  1444. package/esm5/constants/absolute-box-sizes.js +0 -5
  1445. package/esm5/constants/decimal-symbols.js +0 -2
  1446. package/esm5/constants/default-icons-path.js +0 -4
  1447. package/esm5/constants/default-marker-handler.js +0 -3
  1448. package/esm5/constants/editing-keys.js +0 -12
  1449. package/esm5/constants/events.js +0 -19
  1450. package/esm5/constants/index.js +0 -11
  1451. package/esm5/constants/mask-caret-trap.js +0 -2
  1452. package/esm5/constants/media.js +0 -11
  1453. package/esm5/constants/regexp.js +0 -9
  1454. package/esm5/constants/taiga-ui-core-constants.js +0 -5
  1455. package/esm5/constants/version.js +0 -7
  1456. package/esm5/directives/color/color.const.js +0 -5
  1457. package/esm5/directives/color/color.directive.js +0 -36
  1458. package/esm5/directives/color/color.module.js +0 -19
  1459. package/esm5/directives/color/index.js +0 -4
  1460. package/esm5/directives/color/taiga-ui-core-directives-color.js +0 -5
  1461. package/esm5/directives/described-by/described-by.directive.js +0 -56
  1462. package/esm5/directives/described-by/described-by.module.js +0 -16
  1463. package/esm5/directives/described-by/described-by.providers.js +0 -26
  1464. package/esm5/directives/described-by/index.js +0 -4
  1465. package/esm5/directives/described-by/taiga-ui-core-directives-described-by.js +0 -5
  1466. package/esm5/directives/dropdown/dropdown.directive.js +0 -55
  1467. package/esm5/directives/dropdown/dropdown.module.js +0 -18
  1468. package/esm5/directives/dropdown/index.js +0 -3
  1469. package/esm5/directives/dropdown/taiga-ui-core-directives-dropdown.js +0 -5
  1470. package/esm5/directives/dropdown-controller/dropdown-controller.directive.js +0 -58
  1471. package/esm5/directives/dropdown-controller/dropdown-controller.module.js +0 -16
  1472. package/esm5/directives/dropdown-controller/dropdown-controller.provider.js +0 -16
  1473. package/esm5/directives/dropdown-controller/dropdown-controller.token.js +0 -6
  1474. package/esm5/directives/dropdown-controller/index.js +0 -5
  1475. package/esm5/directives/dropdown-controller/taiga-ui-core-directives-dropdown-controller.js +0 -5
  1476. package/esm5/directives/hint/hint-options.js +0 -15
  1477. package/esm5/directives/hint/hint.directive.js +0 -145
  1478. package/esm5/directives/hint/hint.module.js +0 -16
  1479. package/esm5/directives/hint/index.js +0 -4
  1480. package/esm5/directives/hint/taiga-ui-core-directives-hint.js +0 -5
  1481. package/esm5/directives/hint-controller/hint-controller.directive.js +0 -60
  1482. package/esm5/directives/hint-controller/hint-controller.module.js +0 -16
  1483. package/esm5/directives/hint-controller/hint-controller.provider.js +0 -16
  1484. package/esm5/directives/hint-controller/hint-controller.token.js +0 -7
  1485. package/esm5/directives/hint-controller/index.js +0 -5
  1486. package/esm5/directives/hint-controller/taiga-ui-core-directives-hint-controller.js +0 -5
  1487. package/esm5/directives/index.js +0 -15
  1488. package/esm5/directives/manual-hint/index.js +0 -4
  1489. package/esm5/directives/manual-hint/manual-hint-options.js +0 -13
  1490. package/esm5/directives/manual-hint/manual-hint.directive.js +0 -57
  1491. package/esm5/directives/manual-hint/manual-hint.module.js +0 -16
  1492. package/esm5/directives/manual-hint/taiga-ui-core-directives-manual-hint.js +0 -5
  1493. package/esm5/directives/mask-accessor/index.js +0 -3
  1494. package/esm5/directives/mask-accessor/mask-accessor.directive.js +0 -28
  1495. package/esm5/directives/mask-accessor/mask-accessor.module.js +0 -19
  1496. package/esm5/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.js +0 -5
  1497. package/esm5/directives/mode/index.js +0 -3
  1498. package/esm5/directives/mode/mode.directive.js +0 -22
  1499. package/esm5/directives/mode/mode.module.js +0 -16
  1500. package/esm5/directives/mode/taiga-ui-core-directives-mode.js +0 -5
  1501. package/esm5/directives/pointer-hint/index.js +0 -4
  1502. package/esm5/directives/pointer-hint/pointer-hint-options.js +0 -13
  1503. package/esm5/directives/pointer-hint/pointer-hint.directive.js +0 -109
  1504. package/esm5/directives/pointer-hint/pointer-hint.module.js +0 -16
  1505. package/esm5/directives/pointer-hint/taiga-ui-core-directives-pointer-hint.js +0 -5
  1506. package/esm5/directives/scroll-into-view/index.js +0 -3
  1507. package/esm5/directives/scroll-into-view/scroll-into-view.directive.js +0 -59
  1508. package/esm5/directives/scroll-into-view/scroll-into-view.module.js +0 -16
  1509. package/esm5/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.js +0 -5
  1510. package/esm5/directives/table-mode/index.js +0 -3
  1511. package/esm5/directives/table-mode/table-mode.directive.js +0 -24
  1512. package/esm5/directives/table-mode/table-mode.module.js +0 -17
  1513. package/esm5/directives/table-mode/taiga-ui-core-directives-table-mode.js +0 -5
  1514. package/esm5/directives/taiga-ui-core-directives.js +0 -5
  1515. package/esm5/directives/textfield-controller/index.js +0 -13
  1516. package/esm5/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.js +0 -5
  1517. package/esm5/directives/textfield-controller/textfield-autocomplete.directive.js +0 -37
  1518. package/esm5/directives/textfield-controller/textfield-cleaner.directive.js +0 -37
  1519. package/esm5/directives/textfield-controller/textfield-controller.module.js +0 -44
  1520. package/esm5/directives/textfield-controller/textfield-controller.provider.js +0 -54
  1521. package/esm5/directives/textfield-controller/textfield-custom-content.directive.js +0 -38
  1522. package/esm5/directives/textfield-controller/textfield-example-text.directive.js +0 -37
  1523. package/esm5/directives/textfield-controller/textfield-input-mode.directive.js +0 -37
  1524. package/esm5/directives/textfield-controller/textfield-label-outside.directive.js +0 -37
  1525. package/esm5/directives/textfield-controller/textfield-max-length.directive.js +0 -37
  1526. package/esm5/directives/textfield-controller/textfield-size.directive.js +0 -37
  1527. package/esm5/directives/textfield-controller/textfield-type.directive.js +0 -37
  1528. package/esm5/directives/textfield-controller/textfield.controller.js +0 -80
  1529. package/esm5/directives/wrapper/index.js +0 -3
  1530. package/esm5/directives/wrapper/taiga-ui-core-directives-wrapper.js +0 -5
  1531. package/esm5/directives/wrapper/wrapper.directive.js +0 -120
  1532. package/esm5/directives/wrapper/wrapper.module.js +0 -16
  1533. package/esm5/enums/appearance.js +0 -15
  1534. package/esm5/enums/base-color.js +0 -11
  1535. package/esm5/enums/button-shape.js +0 -9
  1536. package/esm5/enums/decimal.js +0 -10
  1537. package/esm5/enums/dropdown-animation.js +0 -6
  1538. package/esm5/enums/dropdown-width.js +0 -10
  1539. package/esm5/enums/hint-mode.js +0 -10
  1540. package/esm5/enums/index.js +0 -14
  1541. package/esm5/enums/interactive-state.js +0 -13
  1542. package/esm5/enums/link-mode.js +0 -9
  1543. package/esm5/enums/notification.js +0 -8
  1544. package/esm5/enums/orientation.js +0 -9
  1545. package/esm5/enums/range-state.js +0 -10
  1546. package/esm5/enums/support-color.js +0 -28
  1547. package/esm5/enums/taiga-ui-core-enums.js +0 -5
  1548. package/esm5/index.js +0 -14
  1549. package/esm5/interfaces/alert-options.js +0 -1
  1550. package/esm5/interfaces/animation-options.js +0 -1
  1551. package/esm5/interfaces/data-list-accessor.js +0 -1
  1552. package/esm5/interfaces/data-list-host.js +0 -1
  1553. package/esm5/interfaces/dialog-context.js +0 -1
  1554. package/esm5/interfaces/dialog-options.js +0 -1
  1555. package/esm5/interfaces/dropdown-directive.js +0 -1
  1556. package/esm5/interfaces/hint.js +0 -1
  1557. package/esm5/interfaces/icon-error.js +0 -1
  1558. package/esm5/interfaces/index.js +0 -1
  1559. package/esm5/interfaces/media.js +0 -1
  1560. package/esm5/interfaces/notification-options.js +0 -1
  1561. package/esm5/interfaces/number-format-settings.js +0 -1
  1562. package/esm5/interfaces/taiga-ui-core-interfaces.js +0 -4
  1563. package/esm5/interfaces/textfield-host.js +0 -1
  1564. package/esm5/interfaces/value-content-context.js +0 -1
  1565. package/esm5/interfaces/with-optional-min-max.js +0 -1
  1566. package/esm5/internal/index.js +0 -3
  1567. package/esm5/internal/primitive-year-month-pagination/index.js +0 -3
  1568. package/esm5/internal/primitive-year-month-pagination/primitive-year-month-pagination.component.js +0 -89
  1569. package/esm5/internal/primitive-year-month-pagination/primitive-year-month-pagination.module.js +0 -28
  1570. package/esm5/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.js +0 -5
  1571. package/esm5/internal/svg-defs-host/index.js +0 -3
  1572. package/esm5/internal/svg-defs-host/svg-defs-host.component.js +0 -50
  1573. package/esm5/internal/svg-defs-host/svg-defs-host.module.js +0 -19
  1574. package/esm5/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.js +0 -5
  1575. package/esm5/internal/taiga-ui-core-internal.js +0 -5
  1576. package/esm5/mask/index.js +0 -1
  1577. package/esm5/mask/number-mask-options.js +0 -1
  1578. package/esm5/mask/taiga-ui-core-mask.js +0 -4
  1579. package/esm5/mask/text-mask-config.js +0 -1
  1580. package/esm5/mask/text-mask-correction-handler.js +0 -1
  1581. package/esm5/mask/text-mask-list-handler.js +0 -1
  1582. package/esm5/mask/text-mask-list.js +0 -1
  1583. package/esm5/mask/text-mask-options.js +0 -1
  1584. package/esm5/mask/text-mask-pipe-handler.js +0 -1
  1585. package/esm5/mask/text-mask-pipe-result.js +0 -1
  1586. package/esm5/observables/index.js +0 -3
  1587. package/esm5/observables/smart-search.js +0 -18
  1588. package/esm5/observables/taiga-ui-core-observables.js +0 -5
  1589. package/esm5/observables/zoneful-map.js +0 -14
  1590. package/esm5/pipes/calendar-sheet/calendar-sheet.module.js +0 -16
  1591. package/esm5/pipes/calendar-sheet/calendar-sheet.pipe.js +0 -63
  1592. package/esm5/pipes/calendar-sheet/index.js +0 -3
  1593. package/esm5/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.js +0 -5
  1594. package/esm5/pipes/calendar-sheet/utils.js +0 -44
  1595. package/esm5/pipes/format-number/format-number.module.js +0 -16
  1596. package/esm5/pipes/format-number/format-number.pipe.js +0 -35
  1597. package/esm5/pipes/format-number/index.js +0 -3
  1598. package/esm5/pipes/format-number/taiga-ui-core-pipes-format-number.js +0 -5
  1599. package/esm5/pipes/format-phone/format-phone.module.js +0 -16
  1600. package/esm5/pipes/format-phone/format-phone.pipe.js +0 -27
  1601. package/esm5/pipes/format-phone/index.js +0 -3
  1602. package/esm5/pipes/format-phone/taiga-ui-core-pipes-format-phone.js +0 -5
  1603. package/esm5/pipes/index.js +0 -6
  1604. package/esm5/pipes/month/index.js +0 -3
  1605. package/esm5/pipes/month/month.module.js +0 -16
  1606. package/esm5/pipes/month/month.pipe.js +0 -25
  1607. package/esm5/pipes/month/taiga-ui-core-pipes-month.js +0 -5
  1608. package/esm5/pipes/pluralize/index.js +0 -3
  1609. package/esm5/pipes/pluralize/pluralize.module.js +0 -17
  1610. package/esm5/pipes/pluralize/pluralize.pipe.js +0 -25
  1611. package/esm5/pipes/pluralize/taiga-ui-core-pipes-pluralize.js +0 -5
  1612. package/esm5/pipes/taiga-ui-core-pipes.js +0 -5
  1613. package/esm5/providers/index.js +0 -4
  1614. package/esm5/providers/is-mobile-resolution.provider.js +0 -18
  1615. package/esm5/providers/mode.provider.js +0 -24
  1616. package/esm5/providers/taiga-ui-core-providers.js +0 -5
  1617. package/esm5/providers/watched-controller-provider-factory.js +0 -12
  1618. package/esm5/services/hint.service.js +0 -60
  1619. package/esm5/services/index.js +0 -5
  1620. package/esm5/services/night-theme.service.js +0 -31
  1621. package/esm5/services/router-link-active.service.js +0 -35
  1622. package/esm5/services/svg.service.js +0 -73
  1623. package/esm5/services/taiga-ui-core-services.js +0 -5
  1624. package/esm5/taiga-ui-core.js +0 -5
  1625. package/esm5/tokens/animation-options.js +0 -10
  1626. package/esm5/tokens/animations-duration.js +0 -5
  1627. package/esm5/tokens/assert-enabled.js +0 -5
  1628. package/esm5/tokens/data-list-accessor.js +0 -3
  1629. package/esm5/tokens/data-list-host.js +0 -3
  1630. package/esm5/tokens/document-or-shadow-root.js +0 -3
  1631. package/esm5/tokens/dropdown-directive.js +0 -3
  1632. package/esm5/tokens/element-ref.js +0 -3
  1633. package/esm5/tokens/first-day-of-week.js +0 -5
  1634. package/esm5/tokens/i18n.js +0 -21
  1635. package/esm5/tokens/icon-place.js +0 -5
  1636. package/esm5/tokens/icons-path.js +0 -5
  1637. package/esm5/tokens/icons.js +0 -5
  1638. package/esm5/tokens/index.js +0 -29
  1639. package/esm5/tokens/is-mobile-resolution.js +0 -14
  1640. package/esm5/tokens/media.js +0 -9
  1641. package/esm5/tokens/mode.js +0 -3
  1642. package/esm5/tokens/notification-options.js +0 -21
  1643. package/esm5/tokens/number-format.js +0 -10
  1644. package/esm5/tokens/option-content.js +0 -3
  1645. package/esm5/tokens/ordered-short-week-days.js +0 -20
  1646. package/esm5/tokens/sanitizer.js +0 -3
  1647. package/esm5/tokens/scroll-ref.js +0 -3
  1648. package/esm5/tokens/svg-content-processor.js +0 -4
  1649. package/esm5/tokens/svg-src-processor.js +0 -6
  1650. package/esm5/tokens/taiga-ui-core-tokens.js +0 -5
  1651. package/esm5/tokens/textfield-appearance.js +0 -5
  1652. package/esm5/tokens/textfield-host.js +0 -3
  1653. package/esm5/tokens/theme.js +0 -5
  1654. package/esm5/tokens/value-accessor.js +0 -3
  1655. package/esm5/types/brightness.js +0 -1
  1656. package/esm5/types/color.js +0 -1
  1657. package/esm5/types/data-list-role.js +0 -1
  1658. package/esm5/types/decimal-symbol.js +0 -1
  1659. package/esm5/types/decimal.js +0 -1
  1660. package/esm5/types/dialog-size.js +0 -1
  1661. package/esm5/types/direction.js +0 -1
  1662. package/esm5/types/dropdown-width.js +0 -1
  1663. package/esm5/types/hint-mode.js +0 -1
  1664. package/esm5/types/index.js +0 -1
  1665. package/esm5/types/marker-handler.js +0 -1
  1666. package/esm5/types/option-role.js +0 -1
  1667. package/esm5/types/orientation.js +0 -1
  1668. package/esm5/types/pluralize.js +0 -1
  1669. package/esm5/types/point.js +0 -1
  1670. package/esm5/types/size.js +0 -11
  1671. package/esm5/types/taiga-ui-core-types.js +0 -4
  1672. package/esm5/utils/dom/are-css-vars-supported.js +0 -11
  1673. package/esm5/utils/dom/check-fixed-position.js +0 -14
  1674. package/esm5/utils/dom/get-safe-area-size.js +0 -20
  1675. package/esm5/utils/dom/get-screen-width.js +0 -9
  1676. package/esm5/utils/dom/get-viewport-height.js +0 -22
  1677. package/esm5/utils/dom/get-viewport-width.js +0 -22
  1678. package/esm5/utils/dom/index.js +0 -8
  1679. package/esm5/utils/dom/process-icon.js +0 -38
  1680. package/esm5/utils/dom/taiga-ui-core-utils-dom.js +0 -5
  1681. package/esm5/utils/format/capitalize-first-letter.js +0 -9
  1682. package/esm5/utils/format/capitalize.js +0 -14
  1683. package/esm5/utils/format/format-number.js +0 -46
  1684. package/esm5/utils/format/format-phone.js +0 -43
  1685. package/esm5/utils/format/get-fractional-part-padded.js +0 -19
  1686. package/esm5/utils/format/index.js +0 -10
  1687. package/esm5/utils/format/number-to-string-without-exp.js +0 -22
  1688. package/esm5/utils/format/other-decimal-symbol.js +0 -9
  1689. package/esm5/utils/format/pluralize-to-icu.js +0 -13
  1690. package/esm5/utils/format/pluralize.js +0 -25
  1691. package/esm5/utils/format/taiga-ui-core-utils-format.js +0 -5
  1692. package/esm5/utils/index.js +0 -7
  1693. package/esm5/utils/mask/create-auto-corrected-money-pipe.js +0 -99
  1694. package/esm5/utils/mask/create-correction-mask.js +0 -27
  1695. package/esm5/utils/mask/create-number-mask.js +0 -125
  1696. package/esm5/utils/mask/enable-auto-correct-decimal-symbol.js +0 -6
  1697. package/esm5/utils/mask/index.js +0 -7
  1698. package/esm5/utils/mask/masked-money-value-is-empty.js +0 -18
  1699. package/esm5/utils/mask/masked-number-string-to-number.js +0 -9
  1700. package/esm5/utils/mask/taiga-ui-core-utils-mask.js +0 -5
  1701. package/esm5/utils/miscellaneous/color-fallback.js +0 -17
  1702. package/esm5/utils/miscellaneous/get-border.js +0 -27
  1703. package/esm5/utils/miscellaneous/icons-path-factory.js +0 -16
  1704. package/esm5/utils/miscellaneous/index.js +0 -7
  1705. package/esm5/utils/miscellaneous/is-editing-key.js +0 -11
  1706. package/esm5/utils/miscellaneous/is-presumed-html-string.js +0 -10
  1707. package/esm5/utils/miscellaneous/size-bigger.js +0 -15
  1708. package/esm5/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.js +0 -5
  1709. package/esm5/utils/mobile/index.js +0 -2
  1710. package/esm5/utils/mobile/is-mobile.js +0 -6
  1711. package/esm5/utils/mobile/taiga-ui-core-utils-mobile.js +0 -5
  1712. package/esm5/utils/polyfills/index.js +0 -2
  1713. package/esm5/utils/polyfills/inner-html.js +0 -40
  1714. package/esm5/utils/polyfills/taiga-ui-core-utils-polyfills.js +0 -5
  1715. package/esm5/utils/taiga-ui-core-utils.js +0 -5
  1716. package/fesm2015/taiga-ui-core-components-dropdown-box.js +0 -325
  1717. package/fesm2015/taiga-ui-core-components-dropdown-box.js.map +0 -1
  1718. package/fesm2015/taiga-ui-core-directives-color.js +0 -370
  1719. package/fesm2015/taiga-ui-core-directives-color.js.map +0 -1
  1720. package/fesm2015/taiga-ui-core-directives-dropdown-controller.js +0 -85
  1721. package/fesm2015/taiga-ui-core-directives-dropdown-controller.js.map +0 -1
  1722. package/fesm2015/taiga-ui-core-directives-manual-hint.js +0 -74
  1723. package/fesm2015/taiga-ui-core-directives-manual-hint.js.map +0 -1
  1724. package/fesm2015/taiga-ui-core-directives-pointer-hint.js +0 -120
  1725. package/fesm2015/taiga-ui-core-directives-pointer-hint.js.map +0 -1
  1726. package/fesm2015/taiga-ui-core-directives-table-mode.js +0 -37
  1727. package/fesm2015/taiga-ui-core-directives-table-mode.js.map +0 -1
  1728. package/fesm2015/taiga-ui-core-pipes-pluralize.js +0 -38
  1729. package/fesm2015/taiga-ui-core-pipes-pluralize.js.map +0 -1
  1730. package/fesm2015/taiga-ui-core-utils-polyfills.js +0 -47
  1731. package/fesm2015/taiga-ui-core-utils-polyfills.js.map +0 -1
  1732. package/fesm5/taiga-ui-core-abstract.js +0 -233
  1733. package/fesm5/taiga-ui-core-abstract.js.map +0 -1
  1734. package/fesm5/taiga-ui-core-animations.js +0 -258
  1735. package/fesm5/taiga-ui-core-animations.js.map +0 -1
  1736. package/fesm5/taiga-ui-core-components-alert.js +0 -178
  1737. package/fesm5/taiga-ui-core-components-alert.js.map +0 -1
  1738. package/fesm5/taiga-ui-core-components-button.js +0 -198
  1739. package/fesm5/taiga-ui-core-components-button.js.map +0 -1
  1740. package/fesm5/taiga-ui-core-components-calendar.js +0 -166
  1741. package/fesm5/taiga-ui-core-components-calendar.js.map +0 -1
  1742. package/fesm5/taiga-ui-core-components-data-list.js +0 -428
  1743. package/fesm5/taiga-ui-core-components-data-list.js.map +0 -1
  1744. package/fesm5/taiga-ui-core-components-dialog.js +0 -232
  1745. package/fesm5/taiga-ui-core-components-dialog.js.map +0 -1
  1746. package/fesm5/taiga-ui-core-components-dropdown-box.js +0 -342
  1747. package/fesm5/taiga-ui-core-components-dropdown-box.js.map +0 -1
  1748. package/fesm5/taiga-ui-core-components-error.js +0 -69
  1749. package/fesm5/taiga-ui-core-components-error.js.map +0 -1
  1750. package/fesm5/taiga-ui-core-components-expand.js +0 -185
  1751. package/fesm5/taiga-ui-core-components-expand.js.map +0 -1
  1752. package/fesm5/taiga-ui-core-components-group.js +0 -136
  1753. package/fesm5/taiga-ui-core-components-group.js.map +0 -1
  1754. package/fesm5/taiga-ui-core-components-hints-host.js +0 -347
  1755. package/fesm5/taiga-ui-core-components-hints-host.js.map +0 -1
  1756. package/fesm5/taiga-ui-core-components-hosted-dropdown.js +0 -267
  1757. package/fesm5/taiga-ui-core-components-hosted-dropdown.js.map +0 -1
  1758. package/fesm5/taiga-ui-core-components-label.js +0 -68
  1759. package/fesm5/taiga-ui-core-components-label.js.map +0 -1
  1760. package/fesm5/taiga-ui-core-components-link.js +0 -142
  1761. package/fesm5/taiga-ui-core-components-link.js.map +0 -1
  1762. package/fesm5/taiga-ui-core-components-loader.js +0 -138
  1763. package/fesm5/taiga-ui-core-components-loader.js.map +0 -1
  1764. package/fesm5/taiga-ui-core-components-notification.js +0 -90
  1765. package/fesm5/taiga-ui-core-components-notification.js.map +0 -1
  1766. package/fesm5/taiga-ui-core-components-primitive-calendar.js +0 -196
  1767. package/fesm5/taiga-ui-core-components-primitive-calendar.js.map +0 -1
  1768. package/fesm5/taiga-ui-core-components-primitive-checkbox.js +0 -147
  1769. package/fesm5/taiga-ui-core-components-primitive-checkbox.js.map +0 -1
  1770. package/fesm5/taiga-ui-core-components-primitive-spin-button.js +0 -125
  1771. package/fesm5/taiga-ui-core-components-primitive-spin-button.js.map +0 -1
  1772. package/fesm5/taiga-ui-core-components-primitive-textfield.js +0 -674
  1773. package/fesm5/taiga-ui-core-components-primitive-textfield.js.map +0 -1
  1774. package/fesm5/taiga-ui-core-components-primitive-year-picker.js +0 -200
  1775. package/fesm5/taiga-ui-core-components-primitive-year-picker.js.map +0 -1
  1776. package/fesm5/taiga-ui-core-components-root.js +0 -95
  1777. package/fesm5/taiga-ui-core-components-root.js.map +0 -1
  1778. package/fesm5/taiga-ui-core-components-scroll-controls.js +0 -270
  1779. package/fesm5/taiga-ui-core-components-scroll-controls.js.map +0 -1
  1780. package/fesm5/taiga-ui-core-components-scrollbar.js +0 -158
  1781. package/fesm5/taiga-ui-core-components-scrollbar.js.map +0 -1
  1782. package/fesm5/taiga-ui-core-components-svg.js +0 -226
  1783. package/fesm5/taiga-ui-core-components-svg.js.map +0 -1
  1784. package/fesm5/taiga-ui-core-components-theme-night.js +0 -39
  1785. package/fesm5/taiga-ui-core-components-theme-night.js.map +0 -1
  1786. package/fesm5/taiga-ui-core-components-tooltip.js +0 -122
  1787. package/fesm5/taiga-ui-core-components-tooltip.js.map +0 -1
  1788. package/fesm5/taiga-ui-core-components.js +0 -31
  1789. package/fesm5/taiga-ui-core-components.js.map +0 -1
  1790. package/fesm5/taiga-ui-core-constants.js +0 -80
  1791. package/fesm5/taiga-ui-core-constants.js.map +0 -1
  1792. package/fesm5/taiga-ui-core-directives-color.js +0 -61
  1793. package/fesm5/taiga-ui-core-directives-color.js.map +0 -1
  1794. package/fesm5/taiga-ui-core-directives-described-by.js +0 -96
  1795. package/fesm5/taiga-ui-core-directives-described-by.js.map +0 -1
  1796. package/fesm5/taiga-ui-core-directives-dropdown-controller.js +0 -92
  1797. package/fesm5/taiga-ui-core-directives-dropdown-controller.js.map +0 -1
  1798. package/fesm5/taiga-ui-core-directives-dropdown.js +0 -75
  1799. package/fesm5/taiga-ui-core-directives-dropdown.js.map +0 -1
  1800. package/fesm5/taiga-ui-core-directives-hint-controller.js +0 -94
  1801. package/fesm5/taiga-ui-core-directives-hint-controller.js.map +0 -1
  1802. package/fesm5/taiga-ui-core-directives-hint.js +0 -174
  1803. package/fesm5/taiga-ui-core-directives-hint.js.map +0 -1
  1804. package/fesm5/taiga-ui-core-directives-manual-hint.js +0 -84
  1805. package/fesm5/taiga-ui-core-directives-manual-hint.js.map +0 -1
  1806. package/fesm5/taiga-ui-core-directives-mask-accessor.js +0 -49
  1807. package/fesm5/taiga-ui-core-directives-mask-accessor.js.map +0 -1
  1808. package/fesm5/taiga-ui-core-directives-mode.js +0 -40
  1809. package/fesm5/taiga-ui-core-directives-mode.js.map +0 -1
  1810. package/fesm5/taiga-ui-core-directives-pointer-hint.js +0 -136
  1811. package/fesm5/taiga-ui-core-directives-pointer-hint.js.map +0 -1
  1812. package/fesm5/taiga-ui-core-directives-scroll-into-view.js +0 -77
  1813. package/fesm5/taiga-ui-core-directives-scroll-into-view.js.map +0 -1
  1814. package/fesm5/taiga-ui-core-directives-table-mode.js +0 -43
  1815. package/fesm5/taiga-ui-core-directives-table-mode.js.map +0 -1
  1816. package/fesm5/taiga-ui-core-directives-textfield-controller.js +0 -460
  1817. package/fesm5/taiga-ui-core-directives-textfield-controller.js.map +0 -1
  1818. package/fesm5/taiga-ui-core-directives-wrapper.js +0 -138
  1819. package/fesm5/taiga-ui-core-directives-wrapper.js.map +0 -1
  1820. package/fesm5/taiga-ui-core-directives.js +0 -19
  1821. package/fesm5/taiga-ui-core-directives.js.map +0 -1
  1822. package/fesm5/taiga-ui-core-enums.js +0 -154
  1823. package/fesm5/taiga-ui-core-enums.js.map +0 -1
  1824. package/fesm5/taiga-ui-core-interfaces.js +0 -4
  1825. package/fesm5/taiga-ui-core-interfaces.js.map +0 -1
  1826. package/fesm5/taiga-ui-core-internal-primitive-year-month-pagination.js +0 -118
  1827. package/fesm5/taiga-ui-core-internal-primitive-year-month-pagination.js.map +0 -1
  1828. package/fesm5/taiga-ui-core-internal-svg-defs-host.js +0 -69
  1829. package/fesm5/taiga-ui-core-internal-svg-defs-host.js.map +0 -1
  1830. package/fesm5/taiga-ui-core-internal.js +0 -7
  1831. package/fesm5/taiga-ui-core-internal.js.map +0 -1
  1832. package/fesm5/taiga-ui-core-mask.js +0 -4
  1833. package/fesm5/taiga-ui-core-mask.js.map +0 -1
  1834. package/fesm5/taiga-ui-core-observables.js +0 -37
  1835. package/fesm5/taiga-ui-core-observables.js.map +0 -1
  1836. package/fesm5/taiga-ui-core-pipes-calendar-sheet.js +0 -123
  1837. package/fesm5/taiga-ui-core-pipes-calendar-sheet.js.map +0 -1
  1838. package/fesm5/taiga-ui-core-pipes-format-number.js +0 -53
  1839. package/fesm5/taiga-ui-core-pipes-format-number.js.map +0 -1
  1840. package/fesm5/taiga-ui-core-pipes-format-phone.js +0 -45
  1841. package/fesm5/taiga-ui-core-pipes-format-phone.js.map +0 -1
  1842. package/fesm5/taiga-ui-core-pipes-month.js +0 -43
  1843. package/fesm5/taiga-ui-core-pipes-month.js.map +0 -1
  1844. package/fesm5/taiga-ui-core-pipes-pluralize.js +0 -44
  1845. package/fesm5/taiga-ui-core-pipes-pluralize.js.map +0 -1
  1846. package/fesm5/taiga-ui-core-pipes.js +0 -10
  1847. package/fesm5/taiga-ui-core-pipes.js.map +0 -1
  1848. package/fesm5/taiga-ui-core-providers.js +0 -58
  1849. package/fesm5/taiga-ui-core-providers.js.map +0 -1
  1850. package/fesm5/taiga-ui-core-services.js +0 -184
  1851. package/fesm5/taiga-ui-core-services.js.map +0 -1
  1852. package/fesm5/taiga-ui-core-tokens.js +0 -160
  1853. package/fesm5/taiga-ui-core-tokens.js.map +0 -1
  1854. package/fesm5/taiga-ui-core-types.js +0 -4
  1855. package/fesm5/taiga-ui-core-types.js.map +0 -1
  1856. package/fesm5/taiga-ui-core-utils-dom.js +0 -143
  1857. package/fesm5/taiga-ui-core-utils-dom.js.map +0 -1
  1858. package/fesm5/taiga-ui-core-utils-format.js +0 -202
  1859. package/fesm5/taiga-ui-core-utils-format.js.map +0 -1
  1860. package/fesm5/taiga-ui-core-utils-mask.js +0 -285
  1861. package/fesm5/taiga-ui-core-utils-mask.js.map +0 -1
  1862. package/fesm5/taiga-ui-core-utils-miscellaneous.js +0 -102
  1863. package/fesm5/taiga-ui-core-utils-miscellaneous.js.map +0 -1
  1864. package/fesm5/taiga-ui-core-utils-mobile.js +0 -13
  1865. package/fesm5/taiga-ui-core-utils-mobile.js.map +0 -1
  1866. package/fesm5/taiga-ui-core-utils-polyfills.js +0 -47
  1867. package/fesm5/taiga-ui-core-utils-polyfills.js.map +0 -1
  1868. package/fesm5/taiga-ui-core-utils.js +0 -11
  1869. package/fesm5/taiga-ui-core-utils.js.map +0 -1
  1870. package/fesm5/taiga-ui-core.js +0 -18
  1871. package/fesm5/taiga-ui-core.js.map +0 -1
  1872. package/interfaces/dropdown-directive.d.ts +0 -19
  1873. package/interfaces/hint.d.ts +0 -7
  1874. package/interfaces/notification-options.d.ts +0 -17
  1875. package/interfaces/taiga-ui-core-interfaces.metadata.json +0 -1
  1876. package/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.metadata.json +0 -1
  1877. package/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.metadata.json +0 -1
  1878. package/internal/taiga-ui-core-internal.metadata.json +0 -1
  1879. package/mask/taiga-ui-core-mask.metadata.json +0 -1
  1880. package/observables/taiga-ui-core-observables.metadata.json +0 -1
  1881. package/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.metadata.json +0 -1
  1882. package/pipes/format-number/taiga-ui-core-pipes-format-number.metadata.json +0 -1
  1883. package/pipes/format-phone/taiga-ui-core-pipes-format-phone.metadata.json +0 -1
  1884. package/pipes/month/taiga-ui-core-pipes-month.metadata.json +0 -1
  1885. package/pipes/pluralize/index.d.ts +0 -2
  1886. package/pipes/pluralize/package.json +0 -13
  1887. package/pipes/pluralize/pluralize.module.d.ts +0 -3
  1888. package/pipes/pluralize/pluralize.pipe.d.ts +0 -14
  1889. package/pipes/pluralize/taiga-ui-core-pipes-pluralize.d.ts +0 -4
  1890. package/pipes/pluralize/taiga-ui-core-pipes-pluralize.metadata.json +0 -1
  1891. package/pipes/taiga-ui-core-pipes.metadata.json +0 -1
  1892. package/providers/taiga-ui-core-providers.metadata.json +0 -1
  1893. package/services/taiga-ui-core-services.metadata.json +0 -1
  1894. package/styles/basic/keyframes.less +0 -29
  1895. package/styles/basic/main.less +0 -73
  1896. package/styles/basic/normalize.less +0 -425
  1897. package/styles/markup/tui-container-old.less +0 -69
  1898. package/styles/markup/tui-container.less +0 -64
  1899. package/styles/markup/tui-form-old.less +0 -143
  1900. package/styles/markup/tui-form.less +0 -142
  1901. package/styles/markup/tui-group-old.less +0 -322
  1902. package/styles/markup/tui-group.less +0 -324
  1903. package/styles/markup/tui-island.less +0 -178
  1904. package/styles/markup/tui-list.less +0 -133
  1905. package/styles/markup/tui-mobile-only.less +0 -5
  1906. package/styles/markup/tui-palette.less +0 -242
  1907. package/styles/markup/tui-required.less +0 -13
  1908. package/styles/markup/tui-row-old.less +0 -157
  1909. package/styles/markup/tui-row.less +0 -139
  1910. package/styles/markup/tui-skeleton.less +0 -40
  1911. package/styles/markup/tui-space.less +0 -52
  1912. package/styles/markup/tui-table.less +0 -179
  1913. package/styles/markup/tui-text.less +0 -64
  1914. package/styles/taiga-ui-global-old.less +0 -17
  1915. package/styles/taiga-ui-global.less +0 -17
  1916. package/styles/taiga-ui-local-old.less +0 -7
  1917. package/styles/taiga-ui-stackblitz.less +0 -7
  1918. package/styles/theme/fonts.css +0 -1
  1919. package/styles/variables/media-old.less +0 -48
  1920. package/taiga-ui-core.metadata.json +0 -1
  1921. package/tokens/dropdown-directive.d.ts +0 -3
  1922. package/tokens/taiga-ui-core-tokens.metadata.json +0 -1
  1923. package/types/color.d.ts +0 -3
  1924. package/types/hint-mode.d.ts +0 -1
  1925. package/types/pluralize.d.ts +0 -4
  1926. package/types/taiga-ui-core-types.metadata.json +0 -1
  1927. package/utils/dom/are-css-vars-supported.d.ts +0 -6
  1928. package/utils/dom/taiga-ui-core-utils-dom.metadata.json +0 -1
  1929. package/utils/format/pluralize-to-icu.d.ts +0 -5
  1930. package/utils/format/pluralize.d.ts +0 -10
  1931. package/utils/format/taiga-ui-core-utils-format.metadata.json +0 -1
  1932. package/utils/mask/taiga-ui-core-utils-mask.metadata.json +0 -1
  1933. package/utils/miscellaneous/color-fallback.d.ts +0 -4
  1934. package/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.metadata.json +0 -1
  1935. package/utils/mobile/taiga-ui-core-utils-mobile.metadata.json +0 -1
  1936. package/utils/polyfills/index.d.ts +0 -1
  1937. package/utils/polyfills/inner-html.d.ts +0 -5
  1938. package/utils/polyfills/package.json +0 -13
  1939. package/utils/polyfills/taiga-ui-core-utils-polyfills.d.ts +0 -4
  1940. package/utils/polyfills/taiga-ui-core-utils-polyfills.metadata.json +0 -1
  1941. package/utils/taiga-ui-core-utils.metadata.json +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-core-tokens.umd.js","sources":["../../../node_modules/tslib/tslib.es6.js","ng://@taiga-ui/core/tokens/animations-duration.ts","ng://@taiga-ui/core/tokens/animation-options.ts","ng://@taiga-ui/core/tokens/assert-enabled.ts","ng://@taiga-ui/core/tokens/data-list-accessor.ts","ng://@taiga-ui/core/tokens/data-list-host.ts","ng://@taiga-ui/core/tokens/document-or-shadow-root.ts","ng://@taiga-ui/core/tokens/dropdown-directive.ts","ng://@taiga-ui/core/tokens/element-ref.ts","ng://@taiga-ui/core/tokens/first-day-of-week.ts","ng://@taiga-ui/core/tokens/i18n.ts","ng://@taiga-ui/core/tokens/icon-place.ts","ng://@taiga-ui/core/tokens/icons.ts","ng://@taiga-ui/core/tokens/icons-path.ts","ng://@taiga-ui/core/tokens/media.ts","ng://@taiga-ui/core/tokens/is-mobile-resolution.ts","ng://@taiga-ui/core/tokens/mode.ts","ng://@taiga-ui/core/tokens/notification-options.ts","ng://@taiga-ui/core/tokens/number-format.ts","ng://@taiga-ui/core/tokens/option-content.ts","ng://@taiga-ui/core/tokens/ordered-short-week-days.ts","ng://@taiga-ui/core/tokens/sanitizer.ts","ng://@taiga-ui/core/tokens/scroll-ref.ts","ng://@taiga-ui/core/tokens/svg-content-processor.ts","ng://@taiga-ui/core/tokens/svg-src-processor.ts","ng://@taiga-ui/core/tokens/textfield-appearance.ts","ng://@taiga-ui/core/tokens/textfield-host.ts","ng://@taiga-ui/core/tokens/theme.ts","ng://@taiga-ui/core/tokens/value-accessor.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 var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\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 || Array.prototype.slice.call(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\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_ANIMATIONS_DURATION = new InjectionToken<number>(\n `Duration of all Taiga UI animations in ms`,\n {\n factory: () => 300,\n },\n);\n","import {AnimationOptions} from '@angular/animations';\nimport {inject, InjectionToken} from '@angular/core';\n\nimport {TUI_ANIMATIONS_DURATION} from './animations-duration';\n\nexport const TUI_ANIMATION_OPTIONS = new InjectionToken<AnimationOptions>(\n `Options for Taiga UI animations`,\n {\n factory: () => ({\n params: {\n duration: inject(TUI_ANIMATIONS_DURATION),\n },\n }),\n },\n);\n","import {InjectionToken, isDevMode} from '@angular/core';\n\nexport const TUI_ASSERT_ENABLED = new InjectionToken(\n `Flag to enable assertions across Taiga UI`,\n {\n factory: () => isDevMode(),\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiDataListAccessor} from '@taiga-ui/core/interfaces';\n\nexport const TUI_DATA_LIST_ACCESSOR = new InjectionToken<TuiDataListAccessor>(\n `Accessor for options`,\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiDataListHost} from '@taiga-ui/core/interfaces';\n\nexport const TUI_DATA_LIST_HOST = new InjectionToken<TuiDataListHost<unknown>>(\n `DataList controller`,\n);\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_DOCUMENT_OR_SHADOW_ROOT = new InjectionToken<DocumentOrShadowRoot>(\n `Document or ShadowRoot`,\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiDropdown} from '@taiga-ui/core/interfaces';\n\nexport const TUI_DROPDOWN_DIRECTIVE = new InjectionToken<TuiDropdown>(\n `Directive controlling TuiDropdownBoxComponent`,\n);\n","import {ElementRef, InjectionToken} from '@angular/core';\n\nexport const TUI_ELEMENT_REF = new InjectionToken<ElementRef>(\n `ElementRef when you cannot use @Input for single time injection`,\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiDayOfWeek} from '@taiga-ui/cdk';\n\nexport const TUI_FIRST_DAY_OF_WEEK = new InjectionToken<TuiDayOfWeek>(\n `The first day of the week index`,\n {\n factory: () => TuiDayOfWeek.Monday,\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {extractI18n} from '@taiga-ui/i18n';\n\nexport const TUI_MONTHS = new InjectionToken(`Localized months names`, {\n factory: extractI18n(`months`),\n});\n\nexport const TUI_CLOSE_WORD = new InjectionToken(`i18n 'close' word`, {\n factory: extractI18n(`close`),\n});\n\nexport const TUI_NOTHING_FOUND_MESSAGE = new InjectionToken(\n `i18n 'Nothing found' message`,\n {\n factory: extractI18n(`nothingFoundMessage`),\n },\n);\n\nexport const TUI_DEFAULT_ERROR_MESSAGE = new InjectionToken(`i18n of error message`, {\n factory: extractI18n(`defaultErrorMessage`),\n});\n\nexport const TUI_SPIN_TEXTS = new InjectionToken(`spin i18n texts`, {\n factory: extractI18n(`spinTexts`),\n});\n\nexport const TUI_SHORT_WEEK_DAYS = new InjectionToken(`calendars i18n texts`, {\n factory: extractI18n(`shortWeekDays`),\n});\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_ICONS_PLACE: InjectionToken<string> = new InjectionToken<string>(\n `Recommended paths to icons from documentation guide`,\n {\n factory: () => `assets/taiga-ui/icons`,\n },\n);\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_ICONS = new InjectionToken<Record<string, string>>(\n `A key/value dictionary of icon names and src to be defined with TuiSvgService`,\n {\n factory: () => ({}),\n },\n);\n","import {inject, InjectionToken} from '@angular/core';\nimport {TuiStringHandler} from '@taiga-ui/cdk';\nimport {iconsPathFactory} from '@taiga-ui/core/utils';\n\nimport {TUI_ICONS_PLACE} from './icon-place';\n\nexport const TUI_ICONS_PATH: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(\n `A handler to retrieve USE id for icon by name`,\n {factory: () => iconsPathFactory(inject(TUI_ICONS_PLACE))},\n );\n","import {InjectionToken} from '@angular/core';\nimport {TuiMedia} from '@taiga-ui/core/interfaces';\n\nexport const TUI_MEDIA = new InjectionToken<TuiMedia>(`Token for media constant`, {\n factory: () => ({\n mobile: 768,\n desktopSmall: 1024,\n desktopLarge: 1280,\n }),\n});\n","import {inject, InjectionToken, NgZone} from '@angular/core';\nimport {WINDOW} from '@ng-web-apis/common';\nimport {tuiZoneOptimized, typedFromEvent} from '@taiga-ui/cdk';\nimport {tuiIsMobile} from '@taiga-ui/core/utils';\nimport {Observable} from 'rxjs';\nimport {distinctUntilChanged, map, share, startWith} from 'rxjs/operators';\n\nimport {TUI_MEDIA} from './media';\n\nexport const TUI_IS_MOBILE_RES = new InjectionToken<Observable<boolean>>(\n `Mobile resolution stream for private providers`,\n {\n factory: () => {\n const windowRef = inject(WINDOW);\n const media = inject(TUI_MEDIA);\n\n return typedFromEvent(windowRef, `resize`).pipe(\n share(),\n startWith(null),\n map(() => tuiIsMobile(windowRef, media)),\n distinctUntilChanged(),\n tuiZoneOptimized(inject(NgZone)),\n );\n },\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiBrightness} from '@taiga-ui/core/types';\nimport {Observable} from 'rxjs';\n\nexport const TUI_MODE: InjectionToken<Observable<TuiBrightness | null>> =\n new InjectionToken<Observable<TuiBrightness | null>>(\n `Mode stream for private providers`,\n );\n","import {InjectionToken, ValueProvider} from '@angular/core';\nimport {TuiNotification} from '@taiga-ui/core/enums';\nimport {TuiAlertOptions} from '@taiga-ui/core/interfaces';\n\nexport interface TuiNotificationDefaultOptions\n extends Omit<TuiAlertOptions<unknown>, 'data'> {\n readonly defaultAutoCloseTime: number;\n}\n\n/**\n * @deprecated: remove in v3.0, use TuiNotificationDefaultOptions\n */\nexport type NotificationTokenOptions = TuiNotificationDefaultOptions;\n\n/** Default values for the notification options. */\nexport const TUI_NOTIFICATION_DEFAULT_OPTIONS: TuiNotificationDefaultOptions = {\n autoClose: true,\n label: ``,\n status: TuiNotification.Info,\n hasIcon: true,\n hasCloseButton: true,\n defaultAutoCloseTime: 3000,\n};\n\nexport const TUI_NOTIFICATION_OPTIONS = new InjectionToken<TuiNotificationDefaultOptions>(\n `Default parameters for notification alert component`,\n {\n factory: () => TUI_NOTIFICATION_DEFAULT_OPTIONS,\n },\n);\n\nexport function tuiNotificationOptionsProvider(\n options: Partial<TuiNotificationDefaultOptions>,\n): ValueProvider {\n return {\n provide: TUI_NOTIFICATION_OPTIONS,\n useValue: {...TUI_NOTIFICATION_DEFAULT_OPTIONS, ...options},\n };\n}\n","import {InjectionToken} from '@angular/core';\nimport {CHAR_NO_BREAK_SPACE} from '@taiga-ui/cdk';\nimport {TuiNumberFormatSettings} from '@taiga-ui/core/interfaces';\n\nexport const TUI_NUMBER_FORMAT = new InjectionToken<TuiNumberFormatSettings>(\n `Formatting configuration for displayed numbers`,\n {\n factory: () => ({\n decimalSeparator: `,`,\n thousandSeparator: CHAR_NO_BREAK_SPACE,\n zeroPadding: true,\n }),\n },\n);\n","import {InjectionToken, TemplateRef} from '@angular/core';\nimport {TuiContextWithImplicit} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nexport const TUI_OPTION_CONTENT = new InjectionToken<\n PolymorpheusContent<TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>>\n>(`Content for tuiOption component`);\n","import {inject, InjectionToken} from '@angular/core';\nimport {Observable} from 'rxjs';\nimport {map} from 'rxjs/operators';\n\nimport {TUI_FIRST_DAY_OF_WEEK, TUI_SHORT_WEEK_DAYS} from './index';\n\nexport type WEEK_DAYS_NAMES = [string, string, string, string, string, string, string];\n\n// TODO: 3.0 Remove export in ivy compilation\nexport const convertToSundayFirstWeekFormat = (\n weekDaysNames: WEEK_DAYS_NAMES,\n): WEEK_DAYS_NAMES => {\n const sundayIndex = weekDaysNames.length - 1;\n\n return [\n weekDaysNames[sundayIndex],\n ...weekDaysNames.slice(0, sundayIndex),\n ] as WEEK_DAYS_NAMES;\n};\n\nexport const TUI_ORDERED_SHORT_WEEK_DAYS = new InjectionToken<\n Observable<WEEK_DAYS_NAMES>\n>(`Ordered calendars i18n texts`, {\n factory: () => {\n const firstDayOfWeekIndex = inject(TUI_FIRST_DAY_OF_WEEK);\n\n return inject(TUI_SHORT_WEEK_DAYS).pipe(\n map(convertToSundayFirstWeekFormat),\n map(\n weekDays =>\n [\n ...weekDays.slice(firstDayOfWeekIndex),\n ...weekDays.slice(0, firstDayOfWeekIndex),\n ] as WEEK_DAYS_NAMES,\n ),\n );\n },\n});\n","import {TUI_SANITIZER as TOKEN} from '@taiga-ui/cdk';\n\nexport const TUI_SANITIZER = TOKEN;\n","import {ElementRef, InjectionToken} from '@angular/core';\n\nexport const TUI_SCROLL_REF = new InjectionToken<ElementRef<HTMLElement>>(\n `Scrollable container`,\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiStringHandler} from '@taiga-ui/cdk';\nimport {svgLinearGradientProcessor} from '@taiga-ui/cdk/utils/svg';\n\nexport const TUI_SVG_CONTENT_PROCESSOR: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(\n `Transform function the contents of the loaded svg file`,\n {factory: () => svgLinearGradientProcessor},\n );\n","import {InjectionToken} from '@angular/core';\nimport {TuiStringHandler} from '@taiga-ui/cdk';\nimport {identity} from 'rxjs';\n\nexport const TUI_SVG_SRC_PROCESSOR: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(`Source path processor for svg`, {\n factory: () => identity,\n });\n","import {InjectionToken} from '@angular/core';\nimport {TuiAppearance} from '@taiga-ui/core/enums';\n\nexport const TUI_TEXTFIELD_APPEARANCE = new InjectionToken<string>(\n `Appearance for inputs`,\n {\n factory: () => TuiAppearance.Textfield,\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiTextfieldHost} from '@taiga-ui/core/interfaces';\n\nexport const TUI_TEXTFIELD_HOST = new InjectionToken<TuiTextfieldHost>(\n `An interface to communicate with textfield based controls`,\n);\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_THEME = new InjectionToken<string>(`Theme name`, {\n factory: () => `Taiga`,\n});\n","import {InjectionToken} from '@angular/core';\nimport {ControlValueAccessor} from '@angular/forms';\n\nexport const TUI_VALUE_ACCESSOR = new InjectionToken<ControlValueAccessor>(\n `Buffer token to pass NG_VALUE_ACCESSOR to a different Injector`,\n);\n"],"names":["InjectionToken","inject","isDevMode","extractI18n","iconsPathFactory","WINDOW","typedFromEvent","share","startWith","map","tuiIsMobile","distinctUntilChanged","tuiZoneOptimized","NgZone","CHAR_NO_BREAK_SPACE","TOKEN","svgLinearGradientProcessor","identity"],"mappings":"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"}
1
+ {"version":3,"file":"taiga-ui-core-tokens.umd.js","sources":["../../../projects/core/tokens/animations-duration.ts","../../../projects/core/tokens/animation-options.ts","../../../projects/core/tokens/assert-enabled.ts","../../../projects/core/tokens/data-list-accessor.ts","../../../projects/core/tokens/data-list-host.ts","../../../projects/core/tokens/document-or-shadow-root.ts","../../../projects/core/tokens/element-ref.ts","../../../projects/core/tokens/first-day-of-week.ts","../../../projects/core/tokens/i18n.ts","../../../projects/core/tokens/icon-place.ts","../../../projects/core/tokens/icons.ts","../../../projects/core/tokens/icons-path.ts","../../../projects/core/tokens/media.ts","../../../projects/core/tokens/is-mobile-resolution.ts","../../../projects/core/tokens/mode.ts","../../../projects/core/tokens/notification-options.ts","../../../projects/core/tokens/number-format.ts","../../../projects/core/tokens/option-content.ts","../../../node_modules/tslib/tslib.es6.js","../../../projects/core/tokens/ordered-short-week-days.ts","../../../projects/core/tokens/sanitizer.ts","../../../projects/core/tokens/scroll-ref.ts","../../../projects/core/tokens/selection-stream.ts","../../../projects/core/tokens/svg-content-processor.ts","../../../projects/core/tokens/svg-src-processor.ts","../../../projects/core/tokens/textfield-appearance.ts","../../../projects/core/tokens/textfield-host.ts","../../../projects/core/tokens/theme.ts","../../../projects/core/tokens/value-accessor.ts","../../../projects/core/tokens/taiga-ui-core-tokens.ts"],"sourcesContent":["import {InjectionToken} from '@angular/core';\n\nexport const TUI_ANIMATIONS_DURATION = new InjectionToken<number>(\n `Duration of all Taiga UI animations in ms`,\n {\n factory: () => 300,\n },\n);\n","import {AnimationOptions} from '@angular/animations';\nimport {inject, InjectionToken} from '@angular/core';\n\nimport {TUI_ANIMATIONS_DURATION} from './animations-duration';\n\nexport const TUI_ANIMATION_OPTIONS = new InjectionToken<AnimationOptions>(\n `Options for Taiga UI animations`,\n {\n factory: () => ({\n params: {\n duration: inject(TUI_ANIMATIONS_DURATION),\n },\n }),\n },\n);\n","import {InjectionToken, isDevMode} from '@angular/core';\n\nexport const TUI_ASSERT_ENABLED = new InjectionToken(\n `Flag to enable assertions across Taiga UI`,\n {\n factory: () => isDevMode(),\n },\n);\n","import {InjectionToken, Provider, Type} from '@angular/core';\nimport {TuiDataListAccessor} from '@taiga-ui/core/interfaces';\n\nexport const TUI_DATA_LIST_ACCESSOR = new InjectionToken<TuiDataListAccessor>(\n `Accessor for options`,\n);\n\nexport function tuiAsDataListAccessor(useExisting: Type<TuiDataListAccessor>): Provider {\n return {\n provide: TUI_DATA_LIST_ACCESSOR,\n useExisting,\n };\n}\n","import {InjectionToken, Provider, Type} from '@angular/core';\nimport {TuiDataListHost} from '@taiga-ui/core/interfaces';\n\nexport const TUI_DATA_LIST_HOST = new InjectionToken<TuiDataListHost<unknown>>(\n `DataList controller`,\n);\n\nexport function tuiAsDataListHost(useExisting: Type<TuiDataListHost<unknown>>): Provider {\n return {\n provide: TUI_DATA_LIST_HOST,\n useExisting,\n };\n}\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_DOCUMENT_OR_SHADOW_ROOT = new InjectionToken<DocumentOrShadowRoot>(\n `Document or ShadowRoot`,\n);\n","import {ElementRef, InjectionToken} from '@angular/core';\n\nexport const TUI_ELEMENT_REF = new InjectionToken<ElementRef>(\n `ElementRef when you cannot use @Input for single time injection`,\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiDayOfWeek} from '@taiga-ui/cdk';\n\nexport const TUI_FIRST_DAY_OF_WEEK = new InjectionToken<TuiDayOfWeek>(\n `The first day of the week index`,\n {\n factory: () => TuiDayOfWeek.Monday,\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {tuiExtractI18n} from '@taiga-ui/i18n';\n\nexport const TUI_MONTHS = new InjectionToken(`Localized months names`, {\n factory: tuiExtractI18n(`months`),\n});\n\nexport const TUI_CLOSE_WORD = new InjectionToken(`i18n 'close' word`, {\n factory: tuiExtractI18n(`close`),\n});\n\nexport const TUI_NOTHING_FOUND_MESSAGE = new InjectionToken(\n `i18n 'Nothing found' message`,\n {\n factory: tuiExtractI18n(`nothingFoundMessage`),\n },\n);\n\nexport const TUI_DEFAULT_ERROR_MESSAGE = new InjectionToken(`i18n of error message`, {\n factory: tuiExtractI18n(`defaultErrorMessage`),\n});\n\nexport const TUI_SPIN_TEXTS = new InjectionToken(`spin i18n texts`, {\n factory: tuiExtractI18n(`spinTexts`),\n});\n\nexport const TUI_SHORT_WEEK_DAYS = new InjectionToken(`calendars i18n texts`, {\n factory: tuiExtractI18n(`shortWeekDays`),\n});\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_ICONS_PLACE: InjectionToken<string> = new InjectionToken<string>(\n `Recommended paths to icons from documentation guide`,\n {\n factory: () => `assets/taiga-ui/icons`,\n },\n);\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_ICONS = new InjectionToken<Record<string, string>>(\n `A key/value dictionary of icon names and src to be defined with TuiSvgService`,\n {\n factory: () => ({}),\n },\n);\n","import {inject, InjectionToken} from '@angular/core';\nimport {TuiStringHandler} from '@taiga-ui/cdk';\nimport {tuiIconsPathFactory} from '@taiga-ui/core/utils';\n\nimport {TUI_ICONS_PLACE} from './icon-place';\n\nexport const TUI_ICONS_PATH: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(\n `A handler to retrieve USE id for icon by name`,\n {factory: () => tuiIconsPathFactory(inject(TUI_ICONS_PLACE))},\n );\n","import {InjectionToken} from '@angular/core';\nimport {TuiMedia} from '@taiga-ui/core/interfaces';\n\nexport const TUI_MEDIA = new InjectionToken<TuiMedia>(`Token for media constant`, {\n factory: () => ({\n mobile: 768,\n desktopSmall: 1024,\n desktopLarge: 1280,\n }),\n});\n","import {inject, InjectionToken, NgZone} from '@angular/core';\nimport {WINDOW} from '@ng-web-apis/common';\nimport {tuiTypedFromEvent, tuiZoneOptimized} from '@taiga-ui/cdk';\nimport {tuiIsMobile} from '@taiga-ui/core/utils';\nimport {Observable} from 'rxjs';\nimport {distinctUntilChanged, map, share, startWith} from 'rxjs/operators';\n\nimport {TUI_MEDIA} from './media';\n\nexport const TUI_IS_MOBILE_RES = new InjectionToken<Observable<boolean>>(\n `Mobile resolution stream for private providers`,\n {\n factory: () => {\n const windowRef = inject(WINDOW);\n const media = inject(TUI_MEDIA);\n\n return tuiTypedFromEvent(windowRef, `resize`).pipe(\n share(),\n startWith(null),\n map(() => tuiIsMobile(windowRef, media)),\n distinctUntilChanged(),\n tuiZoneOptimized(inject(NgZone)),\n );\n },\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiBrightness} from '@taiga-ui/core/types';\nimport {Observable} from 'rxjs';\n\nexport const TUI_MODE: InjectionToken<Observable<TuiBrightness | null>> =\n new InjectionToken<Observable<TuiBrightness | null>>(\n `Mode stream for private providers`,\n );\n","import {InjectionToken, ValueProvider} from '@angular/core';\nimport {TuiNotification} from '@taiga-ui/core/enums';\nimport {TuiAlertOptions} from '@taiga-ui/core/interfaces';\n\nexport interface TuiNotificationDefaultOptions\n extends Omit<TuiAlertOptions<unknown>, 'data'> {\n readonly defaultAutoCloseTime: number;\n}\n\n/** Default values for the notification options. */\nexport const TUI_NOTIFICATION_DEFAULT_OPTIONS: TuiNotificationDefaultOptions = {\n autoClose: true,\n label: ``,\n status: TuiNotification.Info,\n hasIcon: true,\n hasCloseButton: true,\n defaultAutoCloseTime: 3000,\n};\n\nexport const TUI_NOTIFICATION_OPTIONS = new InjectionToken<TuiNotificationDefaultOptions>(\n `Default parameters for notification alert component`,\n {\n factory: () => TUI_NOTIFICATION_DEFAULT_OPTIONS,\n },\n);\n\nexport function tuiNotificationOptionsProvider(\n options: Partial<TuiNotificationDefaultOptions>,\n): ValueProvider {\n return {\n provide: TUI_NOTIFICATION_OPTIONS,\n useValue: {...TUI_NOTIFICATION_DEFAULT_OPTIONS, ...options},\n };\n}\n","import {InjectionToken} from '@angular/core';\nimport {TUI_DEFAULT_NUMBER_FORMAT} from '@taiga-ui/core/constants';\nimport {TuiNumberFormatSettings} from '@taiga-ui/core/interfaces';\n\nexport const TUI_NUMBER_FORMAT = new InjectionToken<TuiNumberFormatSettings>(\n `Formatting configuration for displayed numbers`,\n {\n factory: () => TUI_DEFAULT_NUMBER_FORMAT,\n },\n);\n","import {InjectionToken, Provider, TemplateRef} from '@angular/core';\nimport {TuiContextWithImplicit} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nexport const TUI_OPTION_CONTENT = new InjectionToken<\n PolymorpheusContent<TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>>\n>(`Content for tuiOption component`);\n\nexport function tuiAsOptionContent(\n useValue: PolymorpheusContent<\n TuiContextWithImplicit<TemplateRef<Record<string, unknown>>>\n >,\n): Provider {\n return {\n provide: TUI_OPTION_CONTENT,\n useValue,\n };\n}\n","/******************************************************************************\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 var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\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 || Array.prototype.slice.call(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\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n","import {inject, InjectionToken} from '@angular/core';\nimport {Observable} from 'rxjs';\nimport {map} from 'rxjs/operators';\n\nimport {TUI_FIRST_DAY_OF_WEEK, TUI_SHORT_WEEK_DAYS} from './index';\n\nexport type WEEK_DAYS_NAMES = [string, string, string, string, string, string, string];\n\nconst convertToSundayFirstWeekFormat = (\n weekDaysNames: WEEK_DAYS_NAMES,\n): WEEK_DAYS_NAMES => {\n const sundayIndex = weekDaysNames.length - 1;\n\n return [\n weekDaysNames[sundayIndex],\n ...weekDaysNames.slice(0, sundayIndex),\n ] as WEEK_DAYS_NAMES;\n};\n\nexport const TUI_ORDERED_SHORT_WEEK_DAYS = new InjectionToken<\n Observable<WEEK_DAYS_NAMES>\n>(`Ordered calendars i18n texts`, {\n factory: () => {\n const firstDayOfWeekIndex = inject(TUI_FIRST_DAY_OF_WEEK);\n\n return inject(TUI_SHORT_WEEK_DAYS).pipe(\n map(convertToSundayFirstWeekFormat),\n map(\n weekDays =>\n [\n ...weekDays.slice(firstDayOfWeekIndex),\n ...weekDays.slice(0, firstDayOfWeekIndex),\n ] as WEEK_DAYS_NAMES,\n ),\n );\n },\n});\n","import {InjectionToken, Sanitizer} from '@angular/core';\n\nexport const TUI_SANITIZER = new InjectionToken<Sanitizer>(\n `A custom Sanitizer to sanitize source before inlining`,\n);\n","import {ElementRef, InjectionToken} from '@angular/core';\n\nexport const TUI_SCROLL_REF = new InjectionToken<ElementRef<HTMLElement>>(\n `Scrollable container`,\n);\n","import {DOCUMENT} from '@angular/common';\nimport {inject, InjectionToken} from '@angular/core';\nimport {tuiTypedFromEvent} from '@taiga-ui/cdk';\nimport {merge, Observable} from 'rxjs';\nimport {share, switchMapTo, takeUntil} from 'rxjs/operators';\n\nexport const TUI_SELECTION_STREAM = new InjectionToken<Observable<unknown>>(\n `A stream of possible selection changes`,\n {\n factory: () => {\n const documentRef = inject(DOCUMENT);\n\n return merge(\n tuiTypedFromEvent(documentRef, `selectionchange`),\n tuiTypedFromEvent(documentRef, `mouseup`),\n tuiTypedFromEvent(documentRef, `mousedown`).pipe(\n switchMapTo(\n tuiTypedFromEvent(documentRef, `mousemove`).pipe(\n takeUntil(tuiTypedFromEvent(documentRef, `mouseup`)),\n ),\n ),\n ),\n tuiTypedFromEvent(documentRef, `keydown`),\n tuiTypedFromEvent(documentRef, `keyup`),\n ).pipe(share());\n },\n },\n);\n","import {InjectionToken} from '@angular/core';\nimport {TuiStringHandler, tuiSvgLinearGradientProcessor} from '@taiga-ui/cdk';\n\nexport const TUI_SVG_CONTENT_PROCESSOR: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(\n `Transform function the contents of the loaded svg file`,\n {factory: () => tuiSvgLinearGradientProcessor},\n );\n","import {InjectionToken} from '@angular/core';\nimport {TuiStringHandler} from '@taiga-ui/cdk';\nimport {identity} from 'rxjs';\n\nexport const TUI_SVG_SRC_PROCESSOR: InjectionToken<TuiStringHandler<string>> =\n new InjectionToken<TuiStringHandler<string>>(`Source path processor for svg`, {\n factory: () => identity,\n });\n","import {InjectionToken} from '@angular/core';\nimport {TuiAppearance} from '@taiga-ui/core/enums';\n\nexport const TUI_TEXTFIELD_APPEARANCE = new InjectionToken<string>(\n `Appearance for inputs`,\n {\n factory: () => TuiAppearance.Textfield,\n },\n);\n","import {InjectionToken, Provider, Type} from '@angular/core';\nimport {TuiTextfieldHost} from '@taiga-ui/core/interfaces';\n\nexport const TUI_TEXTFIELD_HOST = new InjectionToken<TuiTextfieldHost>(\n `An interface to communicate with textfield based controls`,\n);\n\nexport function tuiAsTextfieldHost(useExisting: Type<TuiTextfieldHost>): Provider {\n return {\n provide: TUI_TEXTFIELD_HOST,\n useExisting,\n };\n}\n","import {InjectionToken} from '@angular/core';\n\nexport const TUI_THEME = new InjectionToken<string>(`Theme name`, {\n factory: () => `Taiga`,\n});\n","import {InjectionToken} from '@angular/core';\nimport {ControlValueAccessor} from '@angular/forms';\n\nexport const TUI_VALUE_ACCESSOR = new InjectionToken<ControlValueAccessor>(\n `Buffer token to pass NG_VALUE_ACCESSOR to a different Injector`,\n);\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InjectionToken","inject","isDevMode","tuiExtractI18n","tuiIconsPathFactory","WINDOW","tuiTypedFromEvent","share","startWith","map","tuiIsMobile","distinctUntilChanged","tuiZoneOptimized","NgZone","TUI_DEFAULT_NUMBER_FORMAT","DOCUMENT","merge","switchMapTo","takeUntil","tuiSvgLinearGradientProcessor","identity"],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  (function (factory) {
2
2
  typeof define === 'function' && define.amd ? define('@taiga-ui/core/types', factory) :
3
3
  factory();
4
- }((function () { 'use strict';
4
+ })((function () { 'use strict';
5
5
 
6
6
  /**
7
7
  * Generated bundle index. Do not edit.
8
8
  */
9
9
 
10
- })));
10
+ }));
11
11
  //# sourceMappingURL=taiga-ui-core-types.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-core-types.umd.js","sources":["ng://@taiga-ui/core/types/taiga-ui-core-types.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;CAAA;;;;;;"}
1
+ {"version":3,"file":"taiga-ui-core-types.umd.js","sources":["../../../projects/core/types/taiga-ui-core-types.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;CAAA;;CAEG;;;;;;"}
@@ -1,41 +1,24 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/cdk')) :
3
3
  typeof define === 'function' && define.amd ? define('@taiga-ui/core/utils/dom', ['exports', '@taiga-ui/cdk'], factory) :
4
- (global = global || self, factory((global['taiga-ui'] = global['taiga-ui'] || {}, global['taiga-ui'].core = global['taiga-ui'].core || {}, global['taiga-ui'].core.utils = global['taiga-ui'].core.utils || {}, global['taiga-ui'].core.utils.dom = {}), global.cdk));
5
- }(this, (function (exports, cdk) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].core = global["taiga-ui"].core || {}, global["taiga-ui"].core.utils = global["taiga-ui"].core.utils || {}, global["taiga-ui"].core.utils.dom = {}), global.cdk));
5
+ })(this, (function (exports, cdk) { 'use strict';
6
6
 
7
- /**
8
- * @deprecated: use {@link tuiAreCssVarsSupported} instead
9
- * TODO: 3.0 remove this function
10
- */
11
- // eslint-disable-next-line @typescript-eslint/naming-convention
12
- function areCssVarsSupported(cssRef, userAgent) {
13
- return cssRef.supports("(--a: 0)") && !cdk.isEdgeOlderThan(17, userAgent);
14
- }
15
- var tuiAreCssVarsSupported = areCssVarsSupported;
16
-
17
- /**
18
- * @deprecated: use {@link tuiCheckFixedPosition} instead
19
- */
20
- // eslint-disable-next-line @typescript-eslint/naming-convention
21
- function checkFixedPosition(element) {
7
+ function tuiCheckFixedPosition(element) {
22
8
  if (!element || typeof getComputedStyle === "undefined") {
23
9
  return false;
24
10
  }
25
11
  var style = getComputedStyle(element);
26
12
  return (style.getPropertyValue("position") === "fixed" ||
27
- checkFixedPosition(element.parentElement));
13
+ tuiCheckFixedPosition(element.parentElement));
28
14
  }
29
- var tuiCheckFixedPosition = checkFixedPosition;
30
15
 
31
16
  /**
32
- * @deprecated: use {@link tuiGetSafeAreaSize} instead
33
17
  * Calculates size of safe area on mobile devices (status bars)
34
18
  *
35
19
  * ATTENTION: Only use in browser environment
36
20
  */
37
- // eslint-disable-next-line @typescript-eslint/naming-convention
38
- function getSafeAreaSize() {
21
+ function tuiGetSafeAreaSize() {
39
22
  if (!CSS.supports("padding-top: env(safe-area-inset-top)")) {
40
23
  return 0;
41
24
  }
@@ -46,16 +29,10 @@
46
29
  document.body.removeChild(div);
47
30
  return safeAreaSize;
48
31
  }
49
- var tuiGetSafeAreaSize = getSafeAreaSize;
50
32
 
51
- /**
52
- * @deprecated: use {@link tuiGetScreenWidth} instead
53
- */
54
- // eslint-disable-next-line @typescript-eslint/naming-convention
55
- function getScreenWidth(documentRef) {
33
+ function tuiGetScreenWidth(documentRef) {
56
34
  return Math.max(documentRef.documentElement.clientWidth, documentRef.defaultView ? documentRef.defaultView.innerWidth : 0);
57
35
  }
58
- var tuiGetScreenWidth = getScreenWidth;
59
36
 
60
37
  /**
61
38
  * @description:
@@ -101,22 +78,65 @@
101
78
  return Math.max(document.documentElement.clientWidth || 0, innerWidth || 0);
102
79
  }
103
80
 
81
+ /**
82
+ * Creates a cloned range with its boundaries set at word boundaries
83
+ *
84
+ * @param currentRange a range to clone
85
+ * @return modified range
86
+ */
87
+ function tuiGetWordRange(currentRange) {
88
+ var range = currentRange.cloneRange();
89
+ var startContainer = range.startContainer, startOffset = range.startOffset, endContainer = range.endContainer, endOffset = range.endOffset;
90
+ var ownerDocument = startContainer.ownerDocument;
91
+ if (!ownerDocument) {
92
+ return range;
93
+ }
94
+ var treeWalker = ownerDocument.createTreeWalker(ownerDocument.body, NodeFilter.SHOW_TEXT, cdk.svgNodeFilter, false);
95
+ treeWalker.currentNode = startContainer;
96
+ do {
97
+ var container = treeWalker.currentNode;
98
+ var textContent = container.textContent || "";
99
+ var content = container === startContainer
100
+ ? textContent.slice(0, Math.max(0, startOffset + 1))
101
+ : textContent;
102
+ var offset = Math.max(content.lastIndexOf(" "), content.lastIndexOf(cdk.CHAR_NO_BREAK_SPACE), content.lastIndexOf(cdk.CHAR_ZERO_WIDTH_SPACE)) + 1;
103
+ range.setStart(container, 0);
104
+ if (offset) {
105
+ range.setStart(container, offset);
106
+ break;
107
+ }
108
+ } while (treeWalker.previousNode());
109
+ treeWalker.currentNode = endContainer;
110
+ do {
111
+ var container = treeWalker.currentNode;
112
+ var textContent = container.textContent || "";
113
+ var content = container === endContainer ? textContent.slice(endOffset + 1) : textContent;
114
+ var offset = [
115
+ content.indexOf(" "),
116
+ content.indexOf(cdk.CHAR_NO_BREAK_SPACE),
117
+ content.indexOf(cdk.CHAR_ZERO_WIDTH_SPACE),
118
+ ].reduce(function (result, item) { return result === -1 || item === -1
119
+ ? Math.max(result, item)
120
+ : Math.min(result, item); }, -1);
121
+ range.setEnd(container, textContent.length);
122
+ if (offset !== -1) {
123
+ range.setEnd(container, offset + textContent.length - content.length);
124
+ break;
125
+ }
126
+ } while (treeWalker.nextNode());
127
+ return range;
128
+ }
129
+
104
130
  var WIDTH_SEARCH = "width=\"";
105
131
  var HEIGHT_SEARCH = "height=\"";
106
132
  var START = "<svg";
107
- /**
108
- * @deprecated: use {@link tuiProcessIcon} instead
109
- */
110
- // eslint-disable-next-line @typescript-eslint/naming-convention
111
- function processIcon(source, name) {
133
+ function tuiProcessIcon(source, name) {
112
134
  if (source.includes("id=\"" + name + "\"")) {
113
135
  return source;
114
136
  }
115
137
  var src = source.slice(Math.max(0, source.indexOf(START)));
116
138
  var attributes = src.slice(0, Math.max(0, src.indexOf(">")));
117
- if (!attributes ||
118
- !attributes.includes(WIDTH_SEARCH) ||
119
- !attributes.includes(HEIGHT_SEARCH)) {
139
+ if (!(attributes === null || attributes === void 0 ? void 0 : attributes.includes(WIDTH_SEARCH)) || !attributes.includes(HEIGHT_SEARCH)) {
120
140
  return src.replace(START, "<svg xmlns=\"http://www.w3.org/2000/svg\"><g id=\"" + name + "\" xmlns=\"http://www.w3.org/2000/svg\"><svg") + "</g></svg>";
121
141
  }
122
142
  var indexOfWidth = attributes.indexOf(WIDTH_SEARCH);
@@ -137,22 +157,20 @@
137
157
  var height = parseInt(heightString, 10);
138
158
  return "<g id=\"" + name + "\" xmlns=\"http://www.w3.org/2000/svg\"><svg x=\"50%\" y=\"50%\" width=\"" + width / 16 + "em\" height=\"" + height / 16 + "em\" overflow=\"visible\" viewBox=\"0 0 " + width + " " + height + "\"><svg x=\"" + -width / 2 + "\" y=\"" + -height / 2 + "\">" + src + "</svg></svg></g>";
139
159
  }
140
- var tuiProcessIcon = processIcon;
141
160
 
142
- exports.areCssVarsSupported = areCssVarsSupported;
143
- exports.checkFixedPosition = checkFixedPosition;
144
- exports.getSafeAreaSize = getSafeAreaSize;
145
- exports.getScreenWidth = getScreenWidth;
146
- exports.processIcon = processIcon;
147
- exports.tuiAreCssVarsSupported = tuiAreCssVarsSupported;
161
+ /**
162
+ * Generated bundle index. Do not edit.
163
+ */
164
+
148
165
  exports.tuiCheckFixedPosition = tuiCheckFixedPosition;
149
166
  exports.tuiGetSafeAreaSize = tuiGetSafeAreaSize;
150
167
  exports.tuiGetScreenWidth = tuiGetScreenWidth;
151
168
  exports.tuiGetViewportHeight = tuiGetViewportHeight;
152
169
  exports.tuiGetViewportWidth = tuiGetViewportWidth;
170
+ exports.tuiGetWordRange = tuiGetWordRange;
153
171
  exports.tuiProcessIcon = tuiProcessIcon;
154
172
 
155
173
  Object.defineProperty(exports, '__esModule', { value: true });
156
174
 
157
- })));
175
+ }));
158
176
  //# sourceMappingURL=taiga-ui-core-utils-dom.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-core-utils-dom.umd.js","sources":["ng://@taiga-ui/core/utils/dom/are-css-vars-supported.ts","ng://@taiga-ui/core/utils/dom/check-fixed-position.ts","ng://@taiga-ui/core/utils/dom/get-safe-area-size.ts","ng://@taiga-ui/core/utils/dom/get-screen-width.ts","ng://@taiga-ui/core/utils/dom/get-viewport-height.ts","ng://@taiga-ui/core/utils/dom/get-viewport-width.ts","ng://@taiga-ui/core/utils/dom/process-icon.ts"],"sourcesContent":["import {isEdgeOlderThan} from '@taiga-ui/cdk';\n\n/**\n * @deprecated: use {@link tuiAreCssVarsSupported} instead\n * TODO: 3.0 remove this function\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function areCssVarsSupported(cssRef: typeof CSS, userAgent: string): boolean {\n return cssRef.supports(`(--a: 0)`) && !isEdgeOlderThan(17, userAgent);\n}\n\nexport const tuiAreCssVarsSupported = areCssVarsSupported;\n","/**\n * @deprecated: use {@link tuiCheckFixedPosition} instead\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function checkFixedPosition(element: HTMLElement | null): boolean {\n if (!element || typeof getComputedStyle === `undefined`) {\n return false;\n }\n\n const style = getComputedStyle(element);\n\n return (\n style.getPropertyValue(`position`) === `fixed` ||\n checkFixedPosition(element.parentElement)\n );\n}\n\nexport const tuiCheckFixedPosition = checkFixedPosition;\n","/**\n * @deprecated: use {@link tuiGetSafeAreaSize} instead\n * Calculates size of safe area on mobile devices (status bars)\n *\n * ATTENTION: Only use in browser environment\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function getSafeAreaSize(): number {\n if (!CSS.supports(`padding-top: env(safe-area-inset-top)`)) {\n return 0;\n }\n\n const div = document.createElement(`div`);\n\n div.style.paddingTop = `env(safe-area-inset-top)`;\n document.body.appendChild(div);\n\n const safeAreaSize = parseInt(window.getComputedStyle(div).paddingTop!, 10) || 0;\n\n document.body.removeChild(div);\n\n return safeAreaSize;\n}\n\nexport const tuiGetSafeAreaSize = getSafeAreaSize;\n","/**\n * @deprecated: use {@link tuiGetScreenWidth} instead\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function getScreenWidth(documentRef: Document): number {\n return Math.max(\n documentRef.documentElement.clientWidth,\n documentRef.defaultView ? documentRef.defaultView.innerWidth : 0,\n );\n}\n\nexport const tuiGetScreenWidth = getScreenWidth;\n","/**\n * @description:\n * Cross-browser @media (height)\n *\n * 1. window.innerWidth\n * 1.1. gets CSS viewport @media (height) which include scrollbars\n * 1.2. initial-scale and zoom variations may cause mobile values to\n * wrongly scale down to what PPK calls the visual\n * viewport and be smaller than the @media values\n * 1.3. zoom may cause values to be 1px off due to native rounding\n *\n * 2. document.documentElement.clientHeight\n * 2.1. equals CSS viewport width minus scrollbar width\n * 2.2. matches @media (height) when there is no scrollbar\n * 2.3. available cross-browser\n * 2.4. inaccurate if doctype is missing\n */\nexport function tuiGetViewportHeight({document, innerHeight}: Window): number {\n return Math.max(document.documentElement.clientHeight || 0, innerHeight || 0);\n}\n","/**\n * @description:\n * Cross-browser @media (width)\n *\n * 1. window.innerWidth\n * 1.1. gets CSS viewport @media (width) which include scrollbars\n * 1.2. initial-scale and zoom variations may cause mobile values to\n * wrongly scale down to what PPK calls the visual\n * viewport and be smaller than the @media values\n * 1.3. zoom may cause values to be 1px off due to native rounding\n *\n * 2. document.documentElement.clientWidth\n * 2.1. equals CSS viewport width minus scrollbar width\n * 2.2. matches @media (width) when there is no scrollbar\n * 2.3. available cross-browser\n * 2.4. inaccurate if doctype is missing\n */\nexport function tuiGetViewportWidth({document, innerWidth}: Window): number {\n return Math.max(document.documentElement.clientWidth || 0, innerWidth || 0);\n}\n","const WIDTH_SEARCH = `width=\"`;\nconst HEIGHT_SEARCH = `height=\"`;\nconst START = `<svg`;\n\n/**\n * @deprecated: use {@link tuiProcessIcon} instead\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function processIcon(source: string, name: string): string {\n if (source.includes(`id=\"${name}\"`)) {\n return source;\n }\n\n const src = source.slice(Math.max(0, source.indexOf(START)));\n const attributes = src.slice(0, Math.max(0, src.indexOf(`>`)));\n\n if (\n !attributes ||\n !attributes.includes(WIDTH_SEARCH) ||\n !attributes.includes(HEIGHT_SEARCH)\n ) {\n return `${src.replace(\n START,\n `<svg xmlns=\"http://www.w3.org/2000/svg\"><g id=\"${name}\" xmlns=\"http://www.w3.org/2000/svg\"><svg`,\n )}</g></svg>`;\n }\n\n const indexOfWidth = attributes.indexOf(WIDTH_SEARCH);\n const indexOfHeight = attributes.indexOf(HEIGHT_SEARCH);\n const widthOffset = indexOfWidth + WIDTH_SEARCH.length;\n const heightOffset = indexOfHeight + HEIGHT_SEARCH.length;\n const widthString = attributes.slice(\n widthOffset,\n attributes.indexOf(`\"`, widthOffset),\n );\n const heightString = attributes.slice(\n heightOffset,\n attributes.indexOf(`\"`, heightOffset),\n );\n\n if (\n !heightString ||\n !widthString ||\n widthString.includes(`%`) ||\n heightString.includes(`%`) ||\n widthString.includes(`em`) ||\n heightString.includes(`em`)\n ) {\n return src.replace(START, `<svg id=\"${name}\"`);\n }\n\n const width = parseInt(widthString, 10);\n const height = parseInt(heightString, 10);\n\n return `<g id=\"${name}\" xmlns=\"http://www.w3.org/2000/svg\"><svg x=\"50%\" y=\"50%\" width=\"${\n width / 16\n }em\" height=\"${\n height / 16\n }em\" overflow=\"visible\" viewBox=\"0 0 ${width} ${height}\"><svg x=\"${-width / 2}\" y=\"${\n -height / 2\n }\">${src}</svg></svg></g>`;\n}\n\nexport const tuiProcessIcon = processIcon;\n"],"names":["isEdgeOlderThan"],"mappings":"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"}
1
+ {"version":3,"file":"taiga-ui-core-utils-dom.umd.js","sources":["../../../projects/core/utils/dom/check-fixed-position.ts","../../../projects/core/utils/dom/get-safe-area-size.ts","../../../projects/core/utils/dom/get-screen-width.ts","../../../projects/core/utils/dom/get-viewport-height.ts","../../../projects/core/utils/dom/get-viewport-width.ts","../../../projects/core/utils/dom/get-word-range.ts","../../../projects/core/utils/dom/process-icon.ts","../../../projects/core/utils/dom/taiga-ui-core-utils-dom.ts"],"sourcesContent":["export function tuiCheckFixedPosition(element: HTMLElement | null): boolean {\n if (!element || typeof getComputedStyle === `undefined`) {\n return false;\n }\n\n const style = getComputedStyle(element);\n\n return (\n style.getPropertyValue(`position`) === `fixed` ||\n tuiCheckFixedPosition(element.parentElement)\n );\n}\n","/**\n * Calculates size of safe area on mobile devices (status bars)\n *\n * ATTENTION: Only use in browser environment\n */\nexport function tuiGetSafeAreaSize(): number {\n if (!CSS.supports(`padding-top: env(safe-area-inset-top)`)) {\n return 0;\n }\n\n const div = document.createElement(`div`);\n\n div.style.paddingTop = `env(safe-area-inset-top)`;\n document.body.appendChild(div);\n\n const safeAreaSize = parseInt(window.getComputedStyle(div).paddingTop!, 10) || 0;\n\n document.body.removeChild(div);\n\n return safeAreaSize;\n}\n","export function tuiGetScreenWidth(documentRef: Document): number {\n return Math.max(\n documentRef.documentElement.clientWidth,\n documentRef.defaultView ? documentRef.defaultView.innerWidth : 0,\n );\n}\n","/**\n * @description:\n * Cross-browser @media (height)\n *\n * 1. window.innerWidth\n * 1.1. gets CSS viewport @media (height) which include scrollbars\n * 1.2. initial-scale and zoom variations may cause mobile values to\n * wrongly scale down to what PPK calls the visual\n * viewport and be smaller than the @media values\n * 1.3. zoom may cause values to be 1px off due to native rounding\n *\n * 2. document.documentElement.clientHeight\n * 2.1. equals CSS viewport width minus scrollbar width\n * 2.2. matches @media (height) when there is no scrollbar\n * 2.3. available cross-browser\n * 2.4. inaccurate if doctype is missing\n */\nexport function tuiGetViewportHeight({document, innerHeight}: Window): number {\n return Math.max(document.documentElement.clientHeight || 0, innerHeight || 0);\n}\n","/**\n * @description:\n * Cross-browser @media (width)\n *\n * 1. window.innerWidth\n * 1.1. gets CSS viewport @media (width) which include scrollbars\n * 1.2. initial-scale and zoom variations may cause mobile values to\n * wrongly scale down to what PPK calls the visual\n * viewport and be smaller than the @media values\n * 1.3. zoom may cause values to be 1px off due to native rounding\n *\n * 2. document.documentElement.clientWidth\n * 2.1. equals CSS viewport width minus scrollbar width\n * 2.2. matches @media (width) when there is no scrollbar\n * 2.3. available cross-browser\n * 2.4. inaccurate if doctype is missing\n */\nexport function tuiGetViewportWidth({document, innerWidth}: Window): number {\n return Math.max(document.documentElement.clientWidth || 0, innerWidth || 0);\n}\n","import {CHAR_NO_BREAK_SPACE, CHAR_ZERO_WIDTH_SPACE, svgNodeFilter} from '@taiga-ui/cdk';\n\n/**\n * Creates a cloned range with its boundaries set at word boundaries\n *\n * @param currentRange a range to clone\n * @return modified range\n */\nexport function tuiGetWordRange(currentRange: Range): Range {\n const range = currentRange.cloneRange();\n const {startContainer, startOffset, endContainer, endOffset} = range;\n const {ownerDocument} = startContainer;\n\n if (!ownerDocument) {\n return range;\n }\n\n const treeWalker = ownerDocument.createTreeWalker(\n ownerDocument.body,\n NodeFilter.SHOW_TEXT,\n svgNodeFilter,\n false,\n );\n\n treeWalker.currentNode = startContainer;\n\n do {\n const container = treeWalker.currentNode;\n const textContent = container.textContent || ``;\n const content =\n container === startContainer\n ? textContent.slice(0, Math.max(0, startOffset + 1))\n : textContent;\n const offset =\n Math.max(\n content.lastIndexOf(` `),\n content.lastIndexOf(CHAR_NO_BREAK_SPACE),\n content.lastIndexOf(CHAR_ZERO_WIDTH_SPACE),\n ) + 1;\n\n range.setStart(container, 0);\n\n if (offset) {\n range.setStart(container, offset);\n break;\n }\n } while (treeWalker.previousNode());\n\n treeWalker.currentNode = endContainer;\n\n do {\n const container = treeWalker.currentNode;\n const textContent = container.textContent || ``;\n const content =\n container === endContainer ? textContent.slice(endOffset + 1) : textContent;\n const offset = [\n content.indexOf(` `),\n content.indexOf(CHAR_NO_BREAK_SPACE),\n content.indexOf(CHAR_ZERO_WIDTH_SPACE),\n ].reduce(\n (result, item) =>\n result === -1 || item === -1\n ? Math.max(result, item)\n : Math.min(result, item),\n -1,\n );\n\n range.setEnd(container, textContent.length);\n\n if (offset !== -1) {\n range.setEnd(container, offset + textContent.length - content.length);\n break;\n }\n } while (treeWalker.nextNode());\n\n return range;\n}\n","const WIDTH_SEARCH = `width=\"`;\nconst HEIGHT_SEARCH = `height=\"`;\nconst START = `<svg`;\n\nexport function tuiProcessIcon(source: string, name: string): string {\n if (source.includes(`id=\"${name}\"`)) {\n return source;\n }\n\n const src = source.slice(Math.max(0, source.indexOf(START)));\n const attributes = src.slice(0, Math.max(0, src.indexOf(`>`)));\n\n if (!attributes?.includes(WIDTH_SEARCH) || !attributes.includes(HEIGHT_SEARCH)) {\n return `${src.replace(\n START,\n `<svg xmlns=\"http://www.w3.org/2000/svg\"><g id=\"${name}\" xmlns=\"http://www.w3.org/2000/svg\"><svg`,\n )}</g></svg>`;\n }\n\n const indexOfWidth = attributes.indexOf(WIDTH_SEARCH);\n const indexOfHeight = attributes.indexOf(HEIGHT_SEARCH);\n const widthOffset = indexOfWidth + WIDTH_SEARCH.length;\n const heightOffset = indexOfHeight + HEIGHT_SEARCH.length;\n const widthString = attributes.slice(\n widthOffset,\n attributes.indexOf(`\"`, widthOffset),\n );\n const heightString = attributes.slice(\n heightOffset,\n attributes.indexOf(`\"`, heightOffset),\n );\n\n if (\n !heightString ||\n !widthString ||\n widthString.includes(`%`) ||\n heightString.includes(`%`) ||\n widthString.includes(`em`) ||\n heightString.includes(`em`)\n ) {\n return src.replace(START, `<svg id=\"${name}\"`);\n }\n\n const width = parseInt(widthString, 10);\n const height = parseInt(heightString, 10);\n\n return `<g id=\"${name}\" xmlns=\"http://www.w3.org/2000/svg\"><svg x=\"50%\" y=\"50%\" width=\"${\n width / 16\n }em\" height=\"${\n height / 16\n }em\" overflow=\"visible\" viewBox=\"0 0 ${width} ${height}\"><svg x=\"${-width / 2}\" y=\"${\n -height / 2\n }\">${src}</svg></svg></g>`;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["svgNodeFilter","CHAR_NO_BREAK_SPACE","CHAR_ZERO_WIDTH_SPACE"],"mappings":"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"}