@taiga-ui/cdk 3.491.1-canary.d27927b → 4.0.0-rc.1

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 (1842) hide show
  1. package/LICENSE +1 -1
  2. package/classes/control.d.ts +41 -0
  3. package/classes/controller.d.ts +9 -0
  4. package/classes/index.d.ts +4 -1
  5. package/classes/portals.d.ts +33 -0
  6. package/classes/validation-error.d.ts +1 -1
  7. package/classes/value-transformer.d.ts +4 -0
  8. package/constants/handlers.d.ts +8 -0
  9. package/constants/index.d.ts +3 -7
  10. package/constants/matchers.d.ts +23 -0
  11. package/constants/regexp.d.ts +3 -0
  12. package/constants/svg-node-filter.d.ts +1 -1
  13. package/constants/used-icons.d.ts +1 -1
  14. package/constants/version.d.ts +1 -1
  15. package/constants/version.js +1 -1
  16. package/date-time/day-of-week.d.ts +9 -0
  17. package/date-time/day-range.d.ts +1 -1
  18. package/date-time/day.d.ts +5 -3
  19. package/date-time/index.d.ts +3 -2
  20. package/date-time/month-number.d.ts +14 -0
  21. package/date-time/month-range.d.ts +1 -1
  22. package/date-time/month.d.ts +2 -2
  23. package/date-time/time.d.ts +1 -2
  24. package/date-time/types.d.ts +31 -0
  25. package/date-time/year.d.ts +2 -2
  26. package/directives/active-zone/active-zone.directive.d.ts +10 -9
  27. package/directives/active-zone/index.d.ts +0 -1
  28. package/directives/auto-focus/autofocus.directive.d.ts +8 -9
  29. package/directives/auto-focus/autofocus.options.d.ts +7 -8
  30. package/directives/auto-focus/handlers/abstract.handler.d.ts +4 -9
  31. package/directives/auto-focus/handlers/default.handler.d.ts +3 -7
  32. package/directives/auto-focus/handlers/ios.handler.d.ts +2 -6
  33. package/directives/auto-focus/handlers/sync.handler.d.ts +0 -6
  34. package/directives/auto-focus/index.d.ts +0 -1
  35. package/directives/click-outside/click-outside.directive.d.ts +4 -6
  36. package/directives/click-outside/index.d.ts +0 -1
  37. package/directives/control/control.directive.d.ts +4 -5
  38. package/directives/control/index.d.ts +0 -1
  39. package/directives/copy-processor/copy-processor.directive.d.ts +5 -6
  40. package/directives/copy-processor/index.d.ts +0 -1
  41. package/directives/droppable/droppable.directive.d.ts +6 -8
  42. package/directives/droppable/index.d.ts +0 -1
  43. package/directives/element/element.directive.d.ts +4 -4
  44. package/directives/element/index.d.ts +0 -1
  45. package/directives/focus-trap/focus-trap.directive.d.ts +7 -8
  46. package/directives/focus-trap/index.d.ts +0 -1
  47. package/directives/for/for.directive.d.ts +2 -3
  48. package/directives/for/index.d.ts +0 -1
  49. package/directives/high-dpi/high-dpi.directive.d.ts +4 -5
  50. package/directives/high-dpi/index.d.ts +0 -1
  51. package/directives/hovered/hovered.directive.d.ts +5 -6
  52. package/directives/hovered/hovered.service.d.ts +3 -2
  53. package/directives/hovered/index.d.ts +0 -1
  54. package/directives/index.d.ts +2 -12
  55. package/directives/item/index.d.ts +0 -1
  56. package/directives/item/item.directive.d.ts +3 -3
  57. package/directives/let/index.d.ts +0 -1
  58. package/directives/let/let-context.d.ts +4 -4
  59. package/directives/let/let.directive.d.ts +5 -6
  60. package/directives/media/index.d.ts +0 -1
  61. package/directives/media/media.directive.d.ts +9 -11
  62. package/directives/native-validator/index.d.ts +1 -0
  63. package/directives/native-validator/native-validator.directive.d.ts +14 -0
  64. package/directives/obscured/index.d.ts +1 -1
  65. package/directives/obscured/obscured.directive.d.ts +6 -8
  66. package/directives/obscured/obscured.service.d.ts +13 -0
  67. package/directives/pan/index.d.ts +1 -1
  68. package/directives/pan/pan.directive.d.ts +5 -6
  69. package/directives/pan/pan.service.d.ts +7 -0
  70. package/directives/platform/index.d.ts +0 -1
  71. package/directives/platform/platform.directive.d.ts +4 -5
  72. package/directives/popover/index.d.ts +1 -0
  73. package/directives/popover/popover.directive.d.ts +14 -0
  74. package/directives/repeat-times/index.d.ts +0 -1
  75. package/directives/repeat-times/repeat-times.directive.d.ts +6 -8
  76. package/directives/resizer/index.d.ts +1 -2
  77. package/directives/resizer/resizable.directive.d.ts +6 -0
  78. package/directives/resizer/resizer.directive.d.ts +14 -17
  79. package/directives/swipe/index.d.ts +3 -1
  80. package/directives/swipe/swipe.directive.d.ts +5 -7
  81. package/directives/swipe/swipe.options.d.ts +2 -0
  82. package/directives/swipe/swipe.service.d.ts +8 -0
  83. package/directives/swipe/swipe.types.d.ts +9 -0
  84. package/directives/validator/index.d.ts +0 -1
  85. package/directives/validator/validator.directive.d.ts +5 -5
  86. package/directives/value-changes/index.d.ts +0 -1
  87. package/directives/value-changes/value-changes.directive.d.ts +4 -6
  88. package/directives/zoom/index.d.ts +3 -1
  89. package/directives/zoom/zoom.directive.d.ts +5 -7
  90. package/directives/zoom/zoom.options.d.ts +5 -0
  91. package/directives/zoom/zoom.service.d.ts +8 -0
  92. package/directives/zoom/zoom.types.d.ts +9 -0
  93. package/esm2022/classes/control.mjs +111 -0
  94. package/esm2022/classes/controller.mjs +18 -0
  95. package/esm2022/classes/index.mjs +6 -0
  96. package/esm2022/classes/portals.mjs +76 -0
  97. package/esm2022/classes/validation-error.mjs +7 -0
  98. package/esm2022/classes/value-transformer.mjs +3 -0
  99. package/esm2022/constants/empty.mjs +24 -0
  100. package/esm2022/constants/handlers.mjs +11 -0
  101. package/esm2022/constants/index.mjs +9 -0
  102. package/esm2022/constants/matchers.mjs +26 -0
  103. package/esm2022/constants/regexp.mjs +4 -0
  104. package/esm2022/constants/svg-node-filter.mjs +8 -0
  105. package/esm2022/constants/unicode-chars.mjs +64 -0
  106. package/esm2022/constants/used-icons.mjs +56 -0
  107. package/esm2022/constants/version.mjs +2 -0
  108. package/esm2022/date-time/day-of-week.mjs +10 -0
  109. package/esm2022/date-time/day-range.mjs +76 -0
  110. package/esm2022/date-time/day.mjs +287 -0
  111. package/esm2022/date-time/index.mjs +14 -0
  112. package/esm2022/date-time/month-number.mjs +15 -0
  113. package/esm2022/date-time/month-range.mjs +27 -0
  114. package/esm2022/date-time/month.mjs +149 -0
  115. package/esm2022/date-time/time.mjs +128 -0
  116. package/esm2022/date-time/types.mjs +2 -0
  117. package/esm2022/date-time/year.mjs +111 -0
  118. package/esm2022/directives/active-zone/active-zone.directive.mjs +73 -0
  119. package/esm2022/directives/active-zone/index.mjs +2 -0
  120. package/esm2022/directives/auto-focus/autofocus.directive.mjs +46 -0
  121. package/esm2022/directives/auto-focus/autofocus.options.mjs +24 -0
  122. package/esm2022/directives/auto-focus/handlers/abstract.handler.mjs +16 -0
  123. package/esm2022/directives/auto-focus/handlers/default.handler.mjs +19 -0
  124. package/esm2022/directives/auto-focus/handlers/ios.handler.mjs +140 -0
  125. package/esm2022/directives/auto-focus/handlers/sync.handler.mjs +7 -0
  126. package/esm2022/directives/auto-focus/index.mjs +7 -0
  127. package/esm2022/directives/click-outside/click-outside.directive.mjs +30 -0
  128. package/esm2022/directives/click-outside/index.mjs +2 -0
  129. package/esm2022/directives/control/control.directive.mjs +23 -0
  130. package/esm2022/directives/control/index.mjs +2 -0
  131. package/esm2022/directives/copy-processor/copy-processor.directive.mjs +33 -0
  132. package/esm2022/directives/copy-processor/index.mjs +2 -0
  133. package/esm2022/directives/droppable/droppable.directive.mjs +31 -0
  134. package/esm2022/directives/droppable/index.mjs +2 -0
  135. package/esm2022/directives/element/element.directive.mjs +35 -0
  136. package/esm2022/directives/element/index.mjs +2 -0
  137. package/esm2022/directives/focus-trap/focus-trap.directive.mjs +64 -0
  138. package/esm2022/directives/focus-trap/index.mjs +2 -0
  139. package/esm2022/directives/for/for.directive.mjs +34 -0
  140. package/esm2022/directives/for/index.mjs +2 -0
  141. package/esm2022/directives/high-dpi/high-dpi.directive.mjs +23 -0
  142. package/esm2022/directives/high-dpi/index.mjs +2 -0
  143. package/esm2022/directives/hovered/hovered.directive.mjs +22 -0
  144. package/esm2022/directives/hovered/hovered.service.mjs +37 -0
  145. package/esm2022/directives/hovered/index.mjs +3 -0
  146. package/esm2022/directives/index.mjs +26 -0
  147. package/esm2022/directives/item/index.mjs +2 -0
  148. package/esm2022/directives/item/item.directive.mjs +18 -0
  149. package/esm2022/directives/let/index.mjs +3 -0
  150. package/esm2022/directives/let/let-context.mjs +15 -0
  151. package/esm2022/directives/let/let.directive.mjs +34 -0
  152. package/esm2022/directives/media/index.mjs +2 -0
  153. package/esm2022/directives/media/media.directive.mjs +103 -0
  154. package/esm2022/directives/native-validator/index.mjs +2 -0
  155. package/esm2022/directives/native-validator/native-validator.directive.mjs +44 -0
  156. package/esm2022/directives/native-validator/taiga-ui-cdk-directives-native-validator.mjs +5 -0
  157. package/esm2022/directives/obscured/index.mjs +3 -0
  158. package/esm2022/directives/obscured/obscured.directive.mjs +36 -0
  159. package/esm2022/directives/obscured/obscured.service.mjs +24 -0
  160. package/esm2022/directives/pan/index.mjs +3 -0
  161. package/esm2022/directives/pan/pan.directive.mjs +22 -0
  162. package/esm2022/directives/pan/pan.service.mjs +30 -0
  163. package/esm2022/directives/platform/index.mjs +2 -0
  164. package/esm2022/directives/platform/platform.directive.mjs +37 -0
  165. package/esm2022/directives/popover/index.mjs +2 -0
  166. package/esm2022/directives/popover/popover.directive.mjs +26 -0
  167. package/esm2022/directives/popover/taiga-ui-cdk-directives-popover.mjs +5 -0
  168. package/esm2022/directives/repeat-times/index.mjs +2 -0
  169. package/esm2022/directives/repeat-times/repeat-times.directive.mjs +55 -0
  170. package/esm2022/directives/resizer/index.mjs +3 -0
  171. package/esm2022/directives/resizer/resizable.directive.mjs +16 -0
  172. package/esm2022/directives/resizer/resizer.directive.mjs +89 -0
  173. package/esm2022/directives/swipe/index.mjs +5 -0
  174. package/esm2022/directives/swipe/swipe.directive.mjs +22 -0
  175. package/esm2022/directives/swipe/swipe.options.mjs +6 -0
  176. package/esm2022/directives/swipe/swipe.service.mjs +52 -0
  177. package/esm2022/directives/swipe/swipe.types.mjs +2 -0
  178. package/esm2022/directives/validator/index.mjs +2 -0
  179. package/esm2022/directives/validator/validator.directive.mjs +38 -0
  180. package/esm2022/directives/value-changes/index.mjs +2 -0
  181. package/esm2022/directives/value-changes/value-changes.directive.mjs +28 -0
  182. package/esm2022/directives/zoom/index.mjs +5 -0
  183. package/esm2022/directives/zoom/zoom.directive.mjs +24 -0
  184. package/esm2022/directives/zoom/zoom.options.mjs +8 -0
  185. package/esm2022/directives/zoom/zoom.service.mjs +48 -0
  186. package/esm2022/directives/zoom/zoom.types.mjs +2 -0
  187. package/esm2022/index.mjs +11 -0
  188. package/esm2022/observables/control-value.mjs +19 -0
  189. package/esm2022/observables/drag-and-drop-from.mjs +14 -0
  190. package/esm2022/observables/events.mjs +8 -0
  191. package/esm2022/observables/if-map.mjs +5 -0
  192. package/esm2022/observables/index.mjs +12 -0
  193. package/esm2022/observables/must-be-present.mjs +17 -0
  194. package/esm2022/observables/query-list-observable.mjs +9 -0
  195. package/esm2022/observables/scroll-from.mjs +10 -0
  196. package/esm2022/observables/take-until-destroyed.mjs +9 -0
  197. package/esm2022/observables/typed-from-event.mjs +9 -0
  198. package/esm2022/observables/watch.mjs +5 -0
  199. package/esm2022/observables/zone.mjs +15 -0
  200. package/esm2022/pipes/filter/filter.pipe.mjs +25 -0
  201. package/esm2022/pipes/filter/index.mjs +2 -0
  202. package/esm2022/pipes/index.mjs +7 -0
  203. package/esm2022/pipes/is-present/index.mjs +2 -0
  204. package/esm2022/pipes/is-present/is-present.pipe.mjs +19 -0
  205. package/esm2022/pipes/keys/index.mjs +2 -0
  206. package/esm2022/pipes/keys/keys.pipe.mjs +18 -0
  207. package/esm2022/pipes/mapper/index.mjs +2 -0
  208. package/esm2022/pipes/mapper/mapper.pipe.mjs +25 -0
  209. package/esm2022/pipes/replace/index.mjs +2 -0
  210. package/esm2022/pipes/replace/replace.pipe.mjs +20 -0
  211. package/esm2022/pipes/to-array/index.mjs +2 -0
  212. package/esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs +5 -0
  213. package/esm2022/pipes/to-array/to-array.pipe.mjs +18 -0
  214. package/esm2022/services/id.service.mjs +22 -0
  215. package/esm2022/services/index.mjs +5 -0
  216. package/esm2022/services/popover.service.mjs +45 -0
  217. package/esm2022/services/scroll.service.mjs +53 -0
  218. package/esm2022/services/static-request.service.mjs +33 -0
  219. package/esm2022/tokens/active-element.mjs +51 -0
  220. package/esm2022/tokens/base-href.mjs +5 -0
  221. package/esm2022/tokens/environment.mjs +32 -0
  222. package/esm2022/tokens/fallback-value.mjs +9 -0
  223. package/esm2022/tokens/index.mjs +8 -0
  224. package/esm2022/tokens/removed-element.mjs +19 -0
  225. package/esm2022/tokens/window-size.mjs +28 -0
  226. package/esm2022/types/context.mjs +2 -0
  227. package/esm2022/types/index.mjs +8 -0
  228. package/esm2022/types/mapper.mjs +2 -0
  229. package/esm2022/types/matcher.mjs +2 -0
  230. package/esm2022/types/safe-html.mjs +2 -0
  231. package/esm2022/utils/browser/index.mjs +6 -0
  232. package/esm2022/utils/browser/is-apple.mjs +14 -0
  233. package/esm2022/utils/browser/is-edge.mjs +4 -0
  234. package/esm2022/utils/browser/is-firefox.mjs +4 -0
  235. package/esm2022/utils/browser/is-ios.mjs +7 -0
  236. package/esm2022/utils/browser/is-safari.mjs +10 -0
  237. package/esm2022/utils/color/hex-to-rgb.mjs +12 -0
  238. package/esm2022/utils/color/hex-to-rgba.mjs +29 -0
  239. package/esm2022/utils/color/hsv-to-rgb.mjs +11 -0
  240. package/esm2022/utils/color/parse-color.mjs +27 -0
  241. package/esm2022/utils/color/rgb-to-hex.mjs +4 -0
  242. package/esm2022/utils/color/rgba-to-hex.mjs +25 -0
  243. package/esm2022/utils/dom/contains-or-after.mjs +10 -0
  244. package/esm2022/utils/dom/element-checks.mjs +19 -0
  245. package/esm2022/utils/dom/event-checks.mjs +4 -0
  246. package/esm2022/utils/dom/get-clipboard-data-text.mjs +11 -0
  247. package/esm2022/utils/dom/get-document-or-shadow-root.mjs +6 -0
  248. package/esm2022/utils/dom/get-element-obscurers.mjs +44 -0
  249. package/esm2022/utils/dom/get-element-offset.mjs +20 -0
  250. package/esm2022/utils/dom/get-selected-text.mjs +15 -0
  251. package/esm2022/utils/dom/index.mjs +17 -0
  252. package/esm2022/utils/dom/inject-element.mjs +5 -0
  253. package/esm2022/utils/dom/is-node-in.mjs +14 -0
  254. package/esm2022/utils/dom/point-to-client-rect.mjs +17 -0
  255. package/esm2022/utils/dom/retarget-boundary-crossing.mjs +16 -0
  256. package/esm2022/utils/focus/get-native-focused.mjs +16 -0
  257. package/esm2022/utils/focus/index.mjs +9 -0
  258. package/esm2022/utils/focus/is-native-focused-in.mjs +12 -0
  259. package/esm2022/utils/focus/is-native-focused.mjs +15 -0
  260. package/esm2022/utils/focus/is-native-keyboard-focusable.mjs +33 -0
  261. package/esm2022/utils/focus/is-native-mouse-focusable.mjs +7 -0
  262. package/esm2022/utils/index.mjs +7 -0
  263. package/esm2022/utils/math/clamp.mjs +16 -0
  264. package/esm2022/utils/math/in-range.mjs +9 -0
  265. package/esm2022/utils/math/normalize-to-int-number.mjs +22 -0
  266. package/esm2022/utils/math/quantize.mjs +15 -0
  267. package/esm2022/utils/math/round-with.mjs +14 -0
  268. package/esm2022/utils/math/round.mjs +34 -0
  269. package/esm2022/utils/miscellaneous/change-date-separator.mjs +3 -0
  270. package/esm2022/utils/miscellaneous/create-token.mjs +8 -0
  271. package/esm2022/utils/miscellaneous/directive-binding.mjs +25 -0
  272. package/esm2022/utils/miscellaneous/directive-listener.mjs +7 -0
  273. package/esm2022/utils/miscellaneous/ease-in-out-quad.mjs +7 -0
  274. package/esm2022/utils/miscellaneous/get-original-array-from-query-list.mjs +15 -0
  275. package/esm2022/utils/miscellaneous/index.mjs +27 -0
  276. package/esm2022/utils/miscellaneous/is-number.mjs +4 -0
  277. package/esm2022/utils/miscellaneous/is-object.mjs +4 -0
  278. package/esm2022/utils/miscellaneous/is-string.mjs +4 -0
  279. package/esm2022/utils/miscellaneous/is-valid-url.mjs +11 -0
  280. package/esm2022/utils/miscellaneous/mark-control-as-touched-and-validate.mjs +16 -0
  281. package/esm2022/utils/miscellaneous/nullable-same.mjs +18 -0
  282. package/esm2022/utils/miscellaneous/provide-options.mjs +12 -0
  283. package/esm2022/utils/miscellaneous/provide.mjs +4 -0
  284. package/esm2022/utils/miscellaneous/pure.mjs +82 -0
  285. package/esm2022/utils/miscellaneous/px.mjs +9 -0
  286. package/esm2022/utils/miscellaneous/uniq-by.mjs +6 -0
  287. package/esm2022/utils/miscellaneous/with-styles.mjs +16 -0
  288. package/fesm2022/taiga-ui-cdk-classes.mjs +211 -0
  289. package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -0
  290. package/fesm2022/taiga-ui-cdk-constants.mjs +202 -0
  291. package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -0
  292. package/fesm2022/taiga-ui-cdk-date-time.mjs +837 -0
  293. package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -0
  294. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs +79 -0
  295. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -0
  296. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs +250 -0
  297. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -0
  298. package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs +36 -0
  299. package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +1 -0
  300. package/fesm2022/taiga-ui-cdk-directives-control.mjs +29 -0
  301. package/fesm2022/taiga-ui-cdk-directives-control.mjs.map +1 -0
  302. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs +39 -0
  303. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs.map +1 -0
  304. package/fesm2022/taiga-ui-cdk-directives-droppable.mjs +37 -0
  305. package/fesm2022/taiga-ui-cdk-directives-droppable.mjs.map +1 -0
  306. package/fesm2022/taiga-ui-cdk-directives-element.mjs +41 -0
  307. package/fesm2022/taiga-ui-cdk-directives-element.mjs.map +1 -0
  308. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs +70 -0
  309. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs.map +1 -0
  310. package/fesm2022/taiga-ui-cdk-directives-for.mjs +40 -0
  311. package/fesm2022/taiga-ui-cdk-directives-for.mjs.map +1 -0
  312. package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs +29 -0
  313. package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs.map +1 -0
  314. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs +61 -0
  315. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -0
  316. package/fesm2022/taiga-ui-cdk-directives-item.mjs +24 -0
  317. package/fesm2022/taiga-ui-cdk-directives-item.mjs.map +1 -0
  318. package/fesm2022/taiga-ui-cdk-directives-let.mjs +54 -0
  319. package/fesm2022/taiga-ui-cdk-directives-let.mjs.map +1 -0
  320. package/fesm2022/taiga-ui-cdk-directives-media.mjs +109 -0
  321. package/fesm2022/taiga-ui-cdk-directives-media.mjs.map +1 -0
  322. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +50 -0
  323. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs.map +1 -0
  324. package/fesm2022/taiga-ui-cdk-directives-obscured.mjs +60 -0
  325. package/fesm2022/taiga-ui-cdk-directives-obscured.mjs.map +1 -0
  326. package/fesm2022/taiga-ui-cdk-directives-pan.mjs +54 -0
  327. package/fesm2022/taiga-ui-cdk-directives-pan.mjs.map +1 -0
  328. package/fesm2022/taiga-ui-cdk-directives-platform.mjs +43 -0
  329. package/fesm2022/taiga-ui-cdk-directives-platform.mjs.map +1 -0
  330. package/fesm2022/taiga-ui-cdk-directives-popover.mjs +32 -0
  331. package/fesm2022/taiga-ui-cdk-directives-popover.mjs.map +1 -0
  332. package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs +61 -0
  333. package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs.map +1 -0
  334. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs +107 -0
  335. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs.map +1 -0
  336. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs +81 -0
  337. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -0
  338. package/fesm2022/taiga-ui-cdk-directives-validator.mjs +44 -0
  339. package/fesm2022/taiga-ui-cdk-directives-validator.mjs.map +1 -0
  340. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs +34 -0
  341. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -0
  342. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs +80 -0
  343. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -0
  344. package/fesm2022/taiga-ui-cdk-directives.mjs +30 -0
  345. package/fesm2022/taiga-ui-cdk-directives.mjs.map +1 -0
  346. package/fesm2022/taiga-ui-cdk-observables.mjs +114 -0
  347. package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -0
  348. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs +31 -0
  349. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -0
  350. package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs +25 -0
  351. package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs.map +1 -0
  352. package/fesm2022/taiga-ui-cdk-pipes-keys.mjs +24 -0
  353. package/fesm2022/taiga-ui-cdk-pipes-keys.mjs.map +1 -0
  354. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs +31 -0
  355. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs.map +1 -0
  356. package/fesm2022/taiga-ui-cdk-pipes-replace.mjs +26 -0
  357. package/fesm2022/taiga-ui-cdk-pipes-replace.mjs.map +1 -0
  358. package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs +24 -0
  359. package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs.map +1 -0
  360. package/fesm2022/taiga-ui-cdk-pipes.mjs +11 -0
  361. package/fesm2022/taiga-ui-cdk-pipes.mjs.map +1 -0
  362. package/fesm2022/taiga-ui-cdk-services.mjs +147 -0
  363. package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -0
  364. package/fesm2022/taiga-ui-cdk-tokens.mjs +141 -0
  365. package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -0
  366. package/fesm2022/taiga-ui-cdk-types.mjs +4 -0
  367. package/fesm2022/taiga-ui-cdk-types.mjs.map +1 -0
  368. package/fesm2022/taiga-ui-cdk-utils-browser.mjs +44 -0
  369. package/fesm2022/taiga-ui-cdk-utils-browser.mjs.map +1 -0
  370. package/fesm2022/taiga-ui-cdk-utils-color.mjs +122 -0
  371. package/fesm2022/taiga-ui-cdk-utils-color.mjs.map +1 -0
  372. package/fesm2022/taiga-ui-cdk-utils-dom.mjs +206 -0
  373. package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -0
  374. package/fesm2022/taiga-ui-cdk-utils-focus.mjs +138 -0
  375. package/fesm2022/taiga-ui-cdk-utils-focus.mjs.map +1 -0
  376. package/fesm2022/taiga-ui-cdk-utils-math.mjs +137 -0
  377. package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -0
  378. package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs +297 -0
  379. package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -0
  380. package/fesm2022/taiga-ui-cdk-utils.mjs +11 -0
  381. package/fesm2022/taiga-ui-cdk-utils.mjs.map +1 -0
  382. package/fesm2022/taiga-ui-cdk.mjs +15 -0
  383. package/fesm2022/taiga-ui-cdk.mjs.map +1 -0
  384. package/index.d.ts +0 -7
  385. package/observables/control-value.d.ts +5 -2
  386. package/observables/drag-and-drop-from.d.ts +2 -6
  387. package/observables/events.d.ts +3 -0
  388. package/observables/if-map.d.ts +2 -2
  389. package/observables/index.d.ts +4 -9
  390. package/observables/must-be-present.d.ts +4 -1
  391. package/observables/query-list-observable.d.ts +6 -0
  392. package/observables/scroll-from.d.ts +1 -1
  393. package/observables/take-until-destroyed.d.ts +3 -0
  394. package/observables/typed-from-event.d.ts +11 -2
  395. package/observables/watch.d.ts +2 -2
  396. package/observables/zone.d.ts +5 -0
  397. package/package.json +317 -28
  398. package/pipes/filter/filter.pipe.d.ts +4 -4
  399. package/pipes/filter/index.d.ts +0 -1
  400. package/pipes/index.d.ts +1 -0
  401. package/pipes/is-present/index.d.ts +0 -1
  402. package/pipes/is-present/is-present.pipe.d.ts +2 -2
  403. package/pipes/keys/index.d.ts +0 -1
  404. package/pipes/keys/keys.pipe.d.ts +2 -2
  405. package/pipes/mapper/index.d.ts +0 -1
  406. package/pipes/mapper/mapper.pipe.d.ts +4 -4
  407. package/pipes/replace/index.d.ts +0 -1
  408. package/pipes/replace/replace.pipe.d.ts +2 -2
  409. package/pipes/to-array/index.d.ts +1 -0
  410. package/pipes/to-array/to-array.pipe.d.ts +7 -0
  411. package/schematics/collection.json +16 -4
  412. package/schematics/constants/file-globs.d.ts +1 -1
  413. package/schematics/constants/file-globs.js +24 -24
  414. package/schematics/constants/taiga-styles.js +4 -4
  415. package/schematics/index.d.ts +0 -4
  416. package/schematics/index.js +0 -4
  417. package/schematics/migration.json +8 -28
  418. package/schematics/ng-add/constants/modules.d.ts +0 -2
  419. package/schematics/ng-add/constants/modules.js +9 -21
  420. package/schematics/ng-add/constants/packages.js +1 -1
  421. package/schematics/ng-add/constants/versions.d.ts +1 -3
  422. package/schematics/ng-add/constants/versions.js +2 -4
  423. package/schematics/ng-add/index.d.ts +2 -2
  424. package/schematics/ng-add/index.js +21 -30
  425. package/schematics/ng-add/schema.d.ts +0 -2
  426. package/schematics/ng-add/schema.json +0 -8
  427. package/schematics/ng-add/setup-project.d.ts +2 -2
  428. package/schematics/ng-add/setup-project.js +5 -5
  429. package/schematics/ng-add/steps/add-taiga-icons.d.ts +2 -2
  430. package/schematics/ng-add/steps/add-taiga-icons.js +6 -6
  431. package/schematics/ng-add/steps/add-taiga-modules.d.ts +2 -2
  432. package/schematics/ng-add/steps/add-taiga-modules.js +59 -79
  433. package/schematics/ng-add/steps/add-taiga-styles.d.ts +2 -2
  434. package/schematics/ng-add/steps/add-taiga-styles.js +1 -1
  435. package/schematics/ng-add/steps/wrap-with-tui-root.d.ts +3 -3
  436. package/schematics/ng-add/steps/wrap-with-tui-root.js +33 -33
  437. package/schematics/ng-update/interfaces/asset.d.ts +1 -1
  438. package/schematics/ng-update/interfaces/html-comment.d.ts +5 -0
  439. package/schematics/ng-update/interfaces/index.d.ts +14 -0
  440. package/schematics/ng-update/interfaces/index.js +17 -0
  441. package/schematics/ng-update/interfaces/removable-input.d.ts +6 -0
  442. package/schematics/ng-update/interfaces/replacement-attribute-to-directive.d.ts +11 -0
  443. package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +11 -0
  444. package/schematics/ng-update/interfaces/replacement-attribute.d.ts +12 -0
  445. package/schematics/ng-update/interfaces/replacement-identifier.d.ts +22 -0
  446. package/schematics/ng-update/interfaces/replacement-service.d.ts +2 -2
  447. package/schematics/ng-update/interfaces/replacement-tag.d.ts +7 -0
  448. package/schematics/ng-update/interfaces/replacement-type.d.ts +6 -0
  449. package/schematics/ng-update/interfaces/replacement-type.js +2 -0
  450. package/schematics/ng-update/interfaces/template-resource.d.ts +1 -1
  451. package/schematics/ng-update/steps/icons/replace-imports.d.ts +3 -3
  452. package/schematics/ng-update/steps/icons/replace-imports.js +7 -7
  453. package/schematics/ng-update/steps/index.d.ts +6 -0
  454. package/schematics/ng-update/steps/index.js +9 -0
  455. package/schematics/ng-update/steps/remove-module.d.ts +2 -2
  456. package/schematics/ng-update/steps/remove-module.js +6 -6
  457. package/schematics/ng-update/steps/rename-types.d.ts +3 -3
  458. package/schematics/ng-update/steps/rename-types.js +16 -16
  459. package/schematics/ng-update/steps/replace-deep-import.d.ts +1 -1
  460. package/schematics/ng-update/steps/replace-deep-import.js +8 -8
  461. package/schematics/ng-update/steps/replace-enums.d.ts +2 -2
  462. package/schematics/ng-update/steps/replace-enums.js +12 -12
  463. package/schematics/ng-update/steps/replace-identifier.d.ts +4 -0
  464. package/schematics/ng-update/steps/replace-identifier.js +40 -0
  465. package/schematics/ng-update/steps/replace-services.d.ts +2 -2
  466. package/schematics/ng-update/steps/replace-services.js +15 -15
  467. package/schematics/ng-update/steps/show-warnings.d.ts +2 -2
  468. package/schematics/ng-update/steps/show-warnings.js +6 -6
  469. package/schematics/ng-update/utils/get-file-system.d.ts +2 -2
  470. package/schematics/ng-update/utils/get-file-system.js +2 -2
  471. package/schematics/ng-update/utils/replace-text.js +2 -2
  472. package/schematics/ng-update/utils/templates/index.d.ts +6 -0
  473. package/schematics/ng-update/utils/templates/index.js +9 -0
  474. package/schematics/ng-update/utils/templates/remove-inputs.d.ts +10 -0
  475. package/schematics/ng-update/utils/templates/remove-inputs.js +19 -0
  476. package/schematics/ng-update/utils/templates/replace-attr-values.d.ts +6 -6
  477. package/schematics/ng-update/utils/templates/replace-attr-values.js +6 -6
  478. package/schematics/ng-update/utils/templates/replace-attrs-by-directives.d.ts +7 -0
  479. package/schematics/ng-update/utils/templates/replace-attrs-by-directives.js +18 -0
  480. package/schematics/ng-update/utils/templates/replace-attrs.d.ts +10 -0
  481. package/schematics/ng-update/utils/templates/replace-attrs.js +20 -0
  482. package/schematics/ng-update/utils/templates/replace-tag.d.ts +3 -0
  483. package/schematics/ng-update/utils/templates/replace-tag.js +17 -0
  484. package/schematics/ng-update/utils/templates/replace-tags.d.ts +10 -0
  485. package/schematics/ng-update/utils/templates/replace-tags.js +19 -0
  486. package/schematics/ng-update/utils/templates/template-comments.d.ts +9 -0
  487. package/schematics/ng-update/utils/templates/template-comments.js +20 -0
  488. package/schematics/ng-update/v3/constants/breakpoints.js +27 -27
  489. package/schematics/ng-update/v3/constants/constants.d.ts +2 -2
  490. package/schematics/ng-update/v3/constants/constants.js +187 -187
  491. package/schematics/ng-update/v3/constants/deprecated-functions.d.ts +2 -2
  492. package/schematics/ng-update/v3/constants/deprecated-functions.js +405 -405
  493. package/schematics/ng-update/v3/constants/enums.d.ts +1 -1
  494. package/schematics/ng-update/v3/constants/enums.js +153 -153
  495. package/schematics/ng-update/v3/constants/modules.d.ts +1 -1
  496. package/schematics/ng-update/v3/constants/modules.js +4 -4
  497. package/schematics/ng-update/v3/constants/services.d.ts +1 -1
  498. package/schematics/ng-update/v3/constants/services.js +16 -16
  499. package/schematics/ng-update/v3/constants/templates.d.ts +9 -9
  500. package/schematics/ng-update/v3/constants/templates.js +295 -295
  501. package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +50 -50
  502. package/schematics/ng-update/v3/constants/types.d.ts +2 -2
  503. package/schematics/ng-update/v3/constants/types.js +88 -88
  504. package/schematics/ng-update/v3/constants/warnings.d.ts +1 -1
  505. package/schematics/ng-update/v3/constants/warnings.js +62 -62
  506. package/schematics/ng-update/v3/index.d.ts +2 -3
  507. package/schematics/ng-update/v3/index.js +45 -59
  508. package/schematics/ng-update/v3/steps/migrate-date-time.d.ts +1 -1
  509. package/schematics/ng-update/v3/steps/migrate-date-time.js +98 -98
  510. package/schematics/ng-update/v3/steps/migrate-polymorpheus.d.ts +3 -3
  511. package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +43 -43
  512. package/schematics/ng-update/v3/steps/migrate-progress.d.ts +6 -2
  513. package/schematics/ng-update/v3/steps/migrate-progress.js +27 -29
  514. package/schematics/ng-update/v3/steps/migrate-sliders/index.d.ts +2 -2
  515. package/schematics/ng-update/v3/steps/migrate-sliders/index.js +10 -10
  516. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.d.ts +2 -2
  517. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +61 -64
  518. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.d.ts +2 -2
  519. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +55 -57
  520. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.d.ts +2 -2
  521. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +11 -11
  522. package/schematics/ng-update/v3/steps/migrate-templates.d.ts +3 -2
  523. package/schematics/ng-update/v3/steps/migrate-templates.js +88 -112
  524. package/schematics/ng-update/v3/steps/migrate-textfield-controller.d.ts +3 -3
  525. package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +53 -53
  526. package/schematics/ng-update/v3/steps/miscellaneous.d.ts +1 -1
  527. package/schematics/ng-update/v3/steps/miscellaneous.js +37 -37
  528. package/schematics/ng-update/v3/steps/replace-functions.d.ts +1 -1
  529. package/schematics/ng-update/v3/steps/replace-functions.js +33 -33
  530. package/schematics/ng-update/v3/steps/replace-styles.js +13 -13
  531. package/schematics/ng-update/v3-30/constants/constants.d.ts +2 -2
  532. package/schematics/ng-update/v3-30/constants/constants.js +2 -2
  533. package/schematics/ng-update/v3-30/constants/icons.js +494 -494
  534. package/schematics/ng-update/v3-30/index.d.ts +2 -2
  535. package/schematics/ng-update/v3-30/index.js +14 -14
  536. package/schematics/ng-update/v3-35/constants/constants.d.ts +2 -2
  537. package/schematics/ng-update/v3-35/constants/constants.js +2 -2
  538. package/schematics/ng-update/v3-35/constants/icons.js +1266 -1266
  539. package/schematics/ng-update/v3-35/index.d.ts +2 -2
  540. package/schematics/ng-update/v3-35/index.js +14 -14
  541. package/schematics/ng-update/v3-36/index.d.ts +2 -2
  542. package/schematics/ng-update/v3-36/index.js +15 -15
  543. package/schematics/ng-update/v3-40/index.d.ts +2 -2
  544. package/schematics/ng-update/v3-40/index.js +32 -33
  545. package/schematics/ng-update/v3-5/index.d.ts +2 -2
  546. package/schematics/ng-update/v3-5/index.js +6 -6
  547. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +2 -2
  548. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +25 -25
  549. package/schematics/ng-update/v4/index.d.ts +2 -2
  550. package/schematics/ng-update/v4/index.js +40 -11
  551. package/schematics/ng-update/v4/migrate-css-vars/index.d.ts +3 -0
  552. package/schematics/ng-update/v4/migrate-css-vars/index.js +23 -0
  553. package/schematics/ng-update/v4/migrate-css-vars/palette.d.ts +89 -0
  554. package/schematics/ng-update/v4/migrate-css-vars/palette.js +120 -0
  555. package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.d.ts +2 -0
  556. package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js +31 -0
  557. package/schematics/ng-update/v4/migrate-icons/index.d.ts +3 -0
  558. package/schematics/ng-update/v4/migrate-icons/index.js +30 -0
  559. package/schematics/ng-update/v4/migrate-icons/rename-icons.d.ts +2 -0
  560. package/schematics/ng-update/v4/migrate-icons/rename-icons.js +49 -0
  561. package/schematics/ng-update/v4/schema.json +7 -0
  562. package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.d.ts +2 -0
  563. package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +62 -0
  564. package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.d.ts +2 -0
  565. package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +13 -0
  566. package/schematics/ng-update/v4/steps/constants/attrs-to-replace.d.ts +2 -0
  567. package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +208 -0
  568. package/schematics/ng-update/v4/steps/constants/enums.d.ts +2 -0
  569. package/schematics/ng-update/v4/steps/constants/enums.js +236 -0
  570. package/schematics/ng-update/v4/steps/constants/html-comments.d.ts +2 -0
  571. package/schematics/ng-update/v4/steps/constants/html-comments.js +40 -0
  572. package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.d.ts +2 -0
  573. package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +1527 -0
  574. package/schematics/ng-update/v4/steps/constants/index.d.ts +9 -0
  575. package/schematics/ng-update/v4/steps/constants/index.js +12 -0
  576. package/schematics/ng-update/v4/steps/constants/inputs-to-remove.d.ts +2 -0
  577. package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +15 -0
  578. package/schematics/ng-update/v4/steps/constants/migration-warnings.d.ts +2 -0
  579. package/schematics/ng-update/v4/steps/constants/migration-warnings.js +145 -0
  580. package/schematics/ng-update/v4/steps/constants/modules-to-remove.d.ts +2 -0
  581. package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +17 -0
  582. package/schematics/ng-update/v4/steps/constants/tags-to-replace.d.ts +2 -0
  583. package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +53 -0
  584. package/schematics/ng-update/v4/steps/index.d.ts +6 -0
  585. package/schematics/ng-update/v4/steps/index.js +9 -0
  586. package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.d.ts +2 -0
  587. package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.js +24 -0
  588. package/schematics/ng-update/v4/steps/migrate-destroy-service.d.ts +2 -0
  589. package/schematics/ng-update/v4/steps/migrate-destroy-service.js +125 -0
  590. package/schematics/ng-update/v4/steps/migrate-legacy-mask.d.ts +2 -0
  591. package/schematics/ng-update/v4/steps/migrate-legacy-mask.js +54 -0
  592. package/schematics/ng-update/v4/steps/migrate-option-providers.d.ts +2 -0
  593. package/schematics/ng-update/v4/steps/migrate-option-providers.js +39 -0
  594. package/schematics/ng-update/v4/steps/migrate-proprietary.d.ts +5 -0
  595. package/schematics/ng-update/v4/steps/migrate-proprietary.js +65 -0
  596. package/schematics/ng-update/v4/steps/migrate-styles.d.ts +3 -0
  597. package/schematics/ng-update/v4/steps/migrate-styles.js +20 -0
  598. package/schematics/ng-update/v4/steps/migrate-templates.d.ts +3 -0
  599. package/schematics/ng-update/v4/steps/migrate-templates.js +59 -0
  600. package/schematics/ng-update/v4/steps/restore-tui-mapper.d.ts +2 -0
  601. package/schematics/ng-update/v4/steps/restore-tui-mapper.js +40 -0
  602. package/schematics/ng-update/v4/steps/restore-tui-matcher.d.ts +2 -0
  603. package/schematics/ng-update/v4/steps/restore-tui-matcher.js +40 -0
  604. package/schematics/ng-update/v4/steps/templates/index.d.ts +11 -0
  605. package/schematics/ng-update/v4/steps/templates/index.js +14 -0
  606. package/schematics/ng-update/v4/steps/templates/migrate-avatar.d.ts +8 -0
  607. package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +67 -0
  608. package/schematics/ng-update/v4/steps/templates/migrate-badge.d.ts +8 -0
  609. package/schematics/ng-update/v4/steps/templates/migrate-badge.js +68 -0
  610. package/schematics/ng-update/v4/steps/templates/migrate-badged-content.d.ts +8 -0
  611. package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +117 -0
  612. package/schematics/ng-update/v4/steps/templates/migrate-expandable.d.ts +8 -0
  613. package/schematics/ng-update/v4/steps/templates/migrate-expandable.js +30 -0
  614. package/schematics/ng-update/v4/steps/templates/migrate-focusable.d.ts +8 -0
  615. package/schematics/ng-update/v4/steps/templates/migrate-focusable.js +50 -0
  616. package/schematics/ng-update/v4/steps/templates/migrate-labeled.d.ts +8 -0
  617. package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +45 -0
  618. package/schematics/ng-update/v4/steps/templates/migrate-money.d.ts +8 -0
  619. package/schematics/ng-update/v4/steps/templates/migrate-money.js +53 -0
  620. package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.d.ts +8 -0
  621. package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.js +27 -0
  622. package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.d.ts +8 -0
  623. package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.js +25 -0
  624. package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.d.ts +8 -0
  625. package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js +46 -0
  626. package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +10 -0
  627. package/schematics/ng-update/v4/steps/templates/toggles/common.js +49 -0
  628. package/schematics/ng-update/v4/steps/templates/toggles/index.d.ts +3 -0
  629. package/schematics/ng-update/v4/steps/templates/toggles/index.js +6 -0
  630. package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.d.ts +8 -0
  631. package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +25 -0
  632. package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.d.ts +8 -0
  633. package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js +25 -0
  634. package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.d.ts +8 -0
  635. package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js +25 -0
  636. package/schematics/ng-update/v4/steps/utils/clean-object.d.ts +4 -0
  637. package/schematics/ng-update/v4/steps/utils/clean-object.js +12 -0
  638. package/schematics/ng-update/v4/steps/utils/remove-attrs.d.ts +3 -0
  639. package/schematics/ng-update/v4/steps/utils/remove-attrs.js +14 -0
  640. package/schematics/ng-update/v4/steps/utils/replace-substrings.d.ts +6 -0
  641. package/schematics/ng-update/v4/steps/utils/replace-substrings.js +19 -0
  642. package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.d.ts +1 -0
  643. package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.js +21 -0
  644. package/schematics/utils/add-import-to-closest-module.js +13 -6
  645. package/schematics/utils/add-unique-import.js +4 -4
  646. package/schematics/utils/angular-json-manipulations.d.ts +3 -3
  647. package/schematics/utils/angular-json-manipulations.js +15 -16
  648. package/schematics/utils/colored-log.js +11 -11
  649. package/schematics/utils/create-angular-json.js +5 -5
  650. package/schematics/utils/get-component-from-identifier.d.ts +1 -1
  651. package/schematics/utils/get-component-from-identifier.js +3 -6
  652. package/schematics/utils/get-named-import-references.d.ts +1 -1
  653. package/schematics/utils/get-named-import-references.js +9 -3
  654. package/schematics/utils/get-project-target-options.d.ts +1 -1
  655. package/schematics/utils/get-projects.d.ts +3 -3
  656. package/schematics/utils/get-projects.js +2 -4
  657. package/schematics/utils/get-standalone-bootstrap-function.d.ts +1 -1
  658. package/schematics/utils/get-standalone-bootstrap-function.js +2 -2
  659. package/schematics/utils/import-manipulations.d.ts +1 -1
  660. package/schematics/utils/insert-todo.d.ts +2 -2
  661. package/schematics/utils/insert-todo.js +4 -4
  662. package/schematics/utils/is-ci.js +1 -1
  663. package/schematics/utils/make-angular-json-with-assets.d.ts +1 -0
  664. package/schematics/utils/make-angular-json-with-assets.js +29 -0
  665. package/schematics/utils/progress.js +6 -6
  666. package/schematics/utils/project-root.js +1 -1
  667. package/schematics/utils/push-to-array-property.d.ts +1 -1
  668. package/schematics/utils/push-to-array-property.js +1 -2
  669. package/schematics/utils/templates/elements.d.ts +3 -3
  670. package/schematics/utils/templates/elements.js +11 -6
  671. package/schematics/utils/templates/get-component-templates.d.ts +2 -2
  672. package/schematics/utils/templates/get-component-templates.js +13 -13
  673. package/schematics/utils/templates/inputs.d.ts +3 -0
  674. package/schematics/utils/templates/inputs.js +11 -0
  675. package/schematics/utils/templates/ng-component-input-manipulations.d.ts +3 -3
  676. package/schematics/utils/templates/ng-component-input-manipulations.js +19 -20
  677. package/schematics/utils/templates/template-resource.d.ts +2 -2
  678. package/schematics/utils/templates/template-resource.js +5 -4
  679. package/services/index.d.ts +1 -9
  680. package/services/popover.service.d.ts +27 -0
  681. package/services/scroll.service.d.ts +1 -2
  682. package/services/static-request.service.d.ts +1 -4
  683. package/tokens/active-element.d.ts +1 -1
  684. package/tokens/environment.d.ts +18 -0
  685. package/tokens/fallback-value.d.ts +4 -0
  686. package/tokens/index.d.ts +2 -24
  687. package/tokens/window-size.d.ts +2 -2
  688. package/types/context.d.ts +3 -0
  689. package/types/handler.d.ts +4 -4
  690. package/types/index.d.ts +2 -11
  691. package/types/mapper.d.ts +1 -7
  692. package/types/matcher.d.ts +5 -11
  693. package/types/rounding.d.ts +1 -1
  694. package/types/safe-html.d.ts +2 -0
  695. package/types/values-of.d.ts +1 -1
  696. package/utils/browser/index.d.ts +2 -1
  697. package/utils/browser/is-apple.d.ts +11 -0
  698. package/utils/dom/element-checks.d.ts +1 -1
  699. package/utils/dom/event-checks.d.ts +1 -0
  700. package/utils/dom/get-element-obscurers.d.ts +1 -2
  701. package/utils/dom/index.d.ts +2 -2
  702. package/utils/dom/inject-element.d.ts +1 -0
  703. package/utils/focus/index.d.ts +0 -1
  704. package/utils/focus/is-native-focused-in.d.ts +1 -1
  705. package/utils/focus/is-native-focused.d.ts +1 -1
  706. package/utils/index.d.ts +0 -3
  707. package/utils/math/round-with.d.ts +1 -1
  708. package/utils/miscellaneous/change-date-separator.d.ts +1 -0
  709. package/utils/miscellaneous/directive-binding.d.ts +5 -0
  710. package/utils/miscellaneous/directive-listener.d.ts +8 -0
  711. package/utils/miscellaneous/get-original-array-from-query-list.d.ts +1 -1
  712. package/utils/miscellaneous/index.d.ts +7 -4
  713. package/utils/miscellaneous/is-string.js +1 -2
  714. package/utils/miscellaneous/mark-control-as-touched-and-validate.d.ts +1 -1
  715. package/utils/miscellaneous/nullable-same.d.ts +1 -1
  716. package/utils/miscellaneous/provide-options.d.ts +1 -1
  717. package/utils/miscellaneous/provide.d.ts +3 -0
  718. package/utils/miscellaneous/pure.d.ts +21 -0
  719. package/utils/miscellaneous/with-styles.d.ts +2 -0
  720. package/abstract/control.d.ts +0 -59
  721. package/abstract/controller.d.ts +0 -9
  722. package/abstract/dialog.directive.d.ts +0 -16
  723. package/abstract/dialog.service.d.ts +0 -16
  724. package/abstract/index.d.ts +0 -11
  725. package/abstract/interactive.d.ts +0 -35
  726. package/abstract/multiple-control.d.ts +0 -8
  727. package/abstract/nullable-control.d.ts +0 -7
  728. package/abstract/package.json +0 -10
  729. package/abstract/portal-host.d.ts +0 -18
  730. package/abstract/portal-service.d.ts +0 -18
  731. package/abstract/taiga-ui-cdk-abstract.d.ts +0 -5
  732. package/abstract/theme-switcher.d.ts +0 -19
  733. package/abstract/value-transformer.d.ts +0 -4
  734. package/bundles/taiga-ui-cdk-abstract.umd.js +0 -991
  735. package/bundles/taiga-ui-cdk-abstract.umd.js.map +0 -1
  736. package/bundles/taiga-ui-cdk-classes.umd.js +0 -40
  737. package/bundles/taiga-ui-cdk-classes.umd.js.map +0 -1
  738. package/bundles/taiga-ui-cdk-coercion.umd.js +0 -26
  739. package/bundles/taiga-ui-cdk-coercion.umd.js.map +0 -1
  740. package/bundles/taiga-ui-cdk-components-alert-host.umd.js +0 -122
  741. package/bundles/taiga-ui-cdk-components-alert-host.umd.js.map +0 -1
  742. package/bundles/taiga-ui-cdk-components-dialog-host.umd.js +0 -522
  743. package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +0 -1
  744. package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js +0 -420
  745. package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js.map +0 -1
  746. package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js +0 -609
  747. package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js.map +0 -1
  748. package/bundles/taiga-ui-cdk-components.umd.js +0 -39
  749. package/bundles/taiga-ui-cdk-components.umd.js.map +0 -1
  750. package/bundles/taiga-ui-cdk-constants.umd.js +0 -278
  751. package/bundles/taiga-ui-cdk-constants.umd.js.map +0 -1
  752. package/bundles/taiga-ui-cdk-date-time.umd.js +0 -1244
  753. package/bundles/taiga-ui-cdk-date-time.umd.js.map +0 -1
  754. package/bundles/taiga-ui-cdk-decorators.umd.js +0 -545
  755. package/bundles/taiga-ui-cdk-decorators.umd.js.map +0 -1
  756. package/bundles/taiga-ui-cdk-directives-active-zone.umd.js +0 -451
  757. package/bundles/taiga-ui-cdk-directives-active-zone.umd.js.map +0 -1
  758. package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +0 -740
  759. package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +0 -1
  760. package/bundles/taiga-ui-cdk-directives-autofilled.umd.js +0 -115
  761. package/bundles/taiga-ui-cdk-directives-autofilled.umd.js.map +0 -1
  762. package/bundles/taiga-ui-cdk-directives-checked.umd.js +0 -111
  763. package/bundles/taiga-ui-cdk-directives-checked.umd.js.map +0 -1
  764. package/bundles/taiga-ui-cdk-directives-click-outside.umd.js +0 -89
  765. package/bundles/taiga-ui-cdk-directives-click-outside.umd.js.map +0 -1
  766. package/bundles/taiga-ui-cdk-directives-control.umd.js +0 -82
  767. package/bundles/taiga-ui-cdk-directives-control.umd.js.map +0 -1
  768. package/bundles/taiga-ui-cdk-directives-copy-processor.umd.js +0 -86
  769. package/bundles/taiga-ui-cdk-directives-copy-processor.umd.js.map +0 -1
  770. package/bundles/taiga-ui-cdk-directives-drag.umd.js +0 -110
  771. package/bundles/taiga-ui-cdk-directives-drag.umd.js.map +0 -1
  772. package/bundles/taiga-ui-cdk-directives-droppable.umd.js +0 -93
  773. package/bundles/taiga-ui-cdk-directives-droppable.umd.js.map +0 -1
  774. package/bundles/taiga-ui-cdk-directives-element.umd.js +0 -89
  775. package/bundles/taiga-ui-cdk-directives-element.umd.js.map +0 -1
  776. package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js +0 -133
  777. package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js.map +0 -1
  778. package/bundles/taiga-ui-cdk-directives-focus-visible.umd.js +0 -81
  779. package/bundles/taiga-ui-cdk-directives-focus-visible.umd.js.map +0 -1
  780. package/bundles/taiga-ui-cdk-directives-focusable.umd.js +0 -87
  781. package/bundles/taiga-ui-cdk-directives-focusable.umd.js.map +0 -1
  782. package/bundles/taiga-ui-cdk-directives-focused.umd.js +0 -84
  783. package/bundles/taiga-ui-cdk-directives-focused.umd.js.map +0 -1
  784. package/bundles/taiga-ui-cdk-directives-for-async.umd.js +0 -438
  785. package/bundles/taiga-ui-cdk-directives-for-async.umd.js.map +0 -1
  786. package/bundles/taiga-ui-cdk-directives-for.umd.js +0 -90
  787. package/bundles/taiga-ui-cdk-directives-for.umd.js.map +0 -1
  788. package/bundles/taiga-ui-cdk-directives-high-dpi.umd.js +0 -85
  789. package/bundles/taiga-ui-cdk-directives-high-dpi.umd.js.map +0 -1
  790. package/bundles/taiga-ui-cdk-directives-hovered.umd.js +0 -428
  791. package/bundles/taiga-ui-cdk-directives-hovered.umd.js.map +0 -1
  792. package/bundles/taiga-ui-cdk-directives-item.umd.js +0 -70
  793. package/bundles/taiga-ui-cdk-directives-item.umd.js.map +0 -1
  794. package/bundles/taiga-ui-cdk-directives-let.umd.js +0 -116
  795. package/bundles/taiga-ui-cdk-directives-let.umd.js.map +0 -1
  796. package/bundles/taiga-ui-cdk-directives-media.umd.js +0 -176
  797. package/bundles/taiga-ui-cdk-directives-media.umd.js.map +0 -1
  798. package/bundles/taiga-ui-cdk-directives-obscured.umd.js +0 -102
  799. package/bundles/taiga-ui-cdk-directives-obscured.umd.js.map +0 -1
  800. package/bundles/taiga-ui-cdk-directives-overscroll.umd.js +0 -164
  801. package/bundles/taiga-ui-cdk-directives-overscroll.umd.js.map +0 -1
  802. package/bundles/taiga-ui-cdk-directives-pan.umd.js +0 -79
  803. package/bundles/taiga-ui-cdk-directives-pan.umd.js.map +0 -1
  804. package/bundles/taiga-ui-cdk-directives-platform.umd.js +0 -89
  805. package/bundles/taiga-ui-cdk-directives-platform.umd.js.map +0 -1
  806. package/bundles/taiga-ui-cdk-directives-portal.umd.js +0 -95
  807. package/bundles/taiga-ui-cdk-directives-portal.umd.js.map +0 -1
  808. package/bundles/taiga-ui-cdk-directives-pressed.umd.js +0 -82
  809. package/bundles/taiga-ui-cdk-directives-pressed.umd.js.map +0 -1
  810. package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js +0 -102
  811. package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js.map +0 -1
  812. package/bundles/taiga-ui-cdk-directives-repeat-times.umd.js +0 -118
  813. package/bundles/taiga-ui-cdk-directives-repeat-times.umd.js.map +0 -1
  814. package/bundles/taiga-ui-cdk-directives-resize.umd.js +0 -79
  815. package/bundles/taiga-ui-cdk-directives-resize.umd.js.map +0 -1
  816. package/bundles/taiga-ui-cdk-directives-resizer.umd.js +0 -500
  817. package/bundles/taiga-ui-cdk-directives-resizer.umd.js.map +0 -1
  818. package/bundles/taiga-ui-cdk-directives-swipe.umd.js +0 -79
  819. package/bundles/taiga-ui-cdk-directives-swipe.umd.js.map +0 -1
  820. package/bundles/taiga-ui-cdk-directives-validator.umd.js +0 -97
  821. package/bundles/taiga-ui-cdk-directives-validator.umd.js.map +0 -1
  822. package/bundles/taiga-ui-cdk-directives-value-changes.umd.js +0 -90
  823. package/bundles/taiga-ui-cdk-directives-value-changes.umd.js.map +0 -1
  824. package/bundles/taiga-ui-cdk-directives-zoom.umd.js +0 -82
  825. package/bundles/taiga-ui-cdk-directives-zoom.umd.js.map +0 -1
  826. package/bundles/taiga-ui-cdk-directives.umd.js +0 -225
  827. package/bundles/taiga-ui-cdk-directives.umd.js.map +0 -1
  828. package/bundles/taiga-ui-cdk-enums.umd.js +0 -45
  829. package/bundles/taiga-ui-cdk-enums.umd.js.map +0 -1
  830. package/bundles/taiga-ui-cdk-exceptions.umd.js +0 -450
  831. package/bundles/taiga-ui-cdk-exceptions.umd.js.map +0 -1
  832. package/bundles/taiga-ui-cdk-interfaces.umd.js +0 -11
  833. package/bundles/taiga-ui-cdk-interfaces.umd.js.map +0 -1
  834. package/bundles/taiga-ui-cdk-observables.umd.js +0 -201
  835. package/bundles/taiga-ui-cdk-observables.umd.js.map +0 -1
  836. package/bundles/taiga-ui-cdk-pipes-filter.umd.js +0 -390
  837. package/bundles/taiga-ui-cdk-pipes-filter.umd.js.map +0 -1
  838. package/bundles/taiga-ui-cdk-pipes-is-present.umd.js +0 -68
  839. package/bundles/taiga-ui-cdk-pipes-is-present.umd.js.map +0 -1
  840. package/bundles/taiga-ui-cdk-pipes-keys.umd.js +0 -68
  841. package/bundles/taiga-ui-cdk-pipes-keys.umd.js.map +0 -1
  842. package/bundles/taiga-ui-cdk-pipes-mapper.umd.js +0 -390
  843. package/bundles/taiga-ui-cdk-pipes-mapper.umd.js.map +0 -1
  844. package/bundles/taiga-ui-cdk-pipes-replace.umd.js +0 -71
  845. package/bundles/taiga-ui-cdk-pipes-replace.umd.js.map +0 -1
  846. package/bundles/taiga-ui-cdk-pipes.umd.js +0 -45
  847. package/bundles/taiga-ui-cdk-pipes.umd.js.map +0 -1
  848. package/bundles/taiga-ui-cdk-services.umd.js +0 -865
  849. package/bundles/taiga-ui-cdk-services.umd.js.map +0 -1
  850. package/bundles/taiga-ui-cdk-tokens.umd.js +0 -656
  851. package/bundles/taiga-ui-cdk-tokens.umd.js.map +0 -1
  852. package/bundles/taiga-ui-cdk-types.umd.js +0 -11
  853. package/bundles/taiga-ui-cdk-types.umd.js.map +0 -1
  854. package/bundles/taiga-ui-cdk-utils-browser.umd.js +0 -45
  855. package/bundles/taiga-ui-cdk-utils-browser.umd.js.map +0 -1
  856. package/bundles/taiga-ui-cdk-utils-color.umd.js +0 -462
  857. package/bundles/taiga-ui-cdk-utils-color.umd.js.map +0 -1
  858. package/bundles/taiga-ui-cdk-utils-dom.umd.js +0 -286
  859. package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +0 -1
  860. package/bundles/taiga-ui-cdk-utils-focus.umd.js +0 -186
  861. package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +0 -1
  862. package/bundles/taiga-ui-cdk-utils-format.umd.js +0 -24
  863. package/bundles/taiga-ui-cdk-utils-format.umd.js.map +0 -1
  864. package/bundles/taiga-ui-cdk-utils-math.umd.js +0 -164
  865. package/bundles/taiga-ui-cdk-utils-math.umd.js.map +0 -1
  866. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +0 -539
  867. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +0 -1
  868. package/bundles/taiga-ui-cdk-utils-os.umd.js +0 -43
  869. package/bundles/taiga-ui-cdk-utils-os.umd.js.map +0 -1
  870. package/bundles/taiga-ui-cdk-utils-svg.umd.js +0 -73
  871. package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +0 -1
  872. package/bundles/taiga-ui-cdk-utils.umd.js +0 -69
  873. package/bundles/taiga-ui-cdk-utils.umd.js.map +0 -1
  874. package/bundles/taiga-ui-cdk.umd.js +0 -117
  875. package/bundles/taiga-ui-cdk.umd.js.map +0 -1
  876. package/classes/assert.d.ts +0 -9
  877. package/classes/package.json +0 -10
  878. package/classes/taiga-ui-cdk-classes.d.ts +0 -5
  879. package/coercion/coerce-boolean-property.d.ts +0 -5
  880. package/coercion/index.d.ts +0 -1
  881. package/coercion/package.json +0 -10
  882. package/coercion/taiga-ui-cdk-coercion.d.ts +0 -5
  883. package/components/alert-host/alert-host.component.d.ts +0 -17
  884. package/components/alert-host/alert-host.module.d.ts +0 -9
  885. package/components/alert-host/index.d.ts +0 -2
  886. package/components/alert-host/package.json +0 -10
  887. package/components/alert-host/taiga-ui-cdk-components-alert-host.d.ts +0 -5
  888. package/components/dialog-host/dialog-host.component.d.ts +0 -26
  889. package/components/dialog-host/dialog-host.module.d.ts +0 -11
  890. package/components/dialog-host/index.d.ts +0 -2
  891. package/components/dialog-host/package.json +0 -10
  892. package/components/dialog-host/taiga-ui-cdk-components-dialog-host.d.ts +0 -5
  893. package/components/dropdown-host/dropdown-host.component.d.ts +0 -9
  894. package/components/dropdown-host/dropdown-host.module.d.ts +0 -7
  895. package/components/dropdown-host/dropdown-portal.service.d.ts +0 -9
  896. package/components/dropdown-host/index.d.ts +0 -3
  897. package/components/dropdown-host/package.json +0 -10
  898. package/components/dropdown-host/taiga-ui-cdk-components-dropdown-host.d.ts +0 -5
  899. package/components/index.d.ts +0 -4
  900. package/components/package.json +0 -10
  901. package/components/scroll-controls/index.d.ts +0 -4
  902. package/components/scroll-controls/package.json +0 -10
  903. package/components/scroll-controls/scroll-controls.component.d.ts +0 -13
  904. package/components/scroll-controls/scroll-controls.module.d.ts +0 -10
  905. package/components/scroll-controls/scroll-ref.directive.d.ts +0 -6
  906. package/components/scroll-controls/scrollbar.directive.d.ts +0 -19
  907. package/components/scroll-controls/taiga-ui-cdk-components-scroll-controls.d.ts +0 -5
  908. package/components/taiga-ui-cdk-components.d.ts +0 -5
  909. package/constants/always-false-handler.d.ts +0 -4
  910. package/constants/always-true-handler.d.ts +0 -4
  911. package/constants/browser.d.ts +0 -5
  912. package/constants/matcher.d.ts +0 -23
  913. package/constants/package.json +0 -10
  914. package/constants/parent-animation.d.ts +0 -8
  915. package/constants/polling-time.d.ts +0 -1
  916. package/constants/stringify.d.ts +0 -5
  917. package/constants/taiga-ui-cdk-constants.d.ts +0 -5
  918. package/date-time/date-format.d.ts +0 -5
  919. package/date-time/date-separator.d.ts +0 -5
  920. package/date-time/package.json +0 -10
  921. package/date-time/taiga-ui-cdk-date-time.d.ts +0 -5
  922. package/decorators/debounce.d.ts +0 -5
  923. package/decorators/default-prop.d.ts +0 -11
  924. package/decorators/index.d.ts +0 -4
  925. package/decorators/package.json +0 -10
  926. package/decorators/pure.d.ts +0 -29
  927. package/decorators/required-setter.d.ts +0 -11
  928. package/decorators/taiga-ui-cdk-decorators.d.ts +0 -5
  929. package/directives/active-zone/active-zone.module.d.ts +0 -7
  930. package/directives/active-zone/package.json +0 -10
  931. package/directives/active-zone/taiga-ui-cdk-directives-active-zone.d.ts +0 -5
  932. package/directives/auto-focus/autofocus.module.d.ts +0 -7
  933. package/directives/auto-focus/package.json +0 -10
  934. package/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.d.ts +0 -5
  935. package/directives/autofilled/autofilled-style.component.d.ts +0 -5
  936. package/directives/autofilled/autofilled.directive.d.ts +0 -11
  937. package/directives/autofilled/autofilled.module.d.ts +0 -8
  938. package/directives/autofilled/index.d.ts +0 -3
  939. package/directives/autofilled/package.json +0 -10
  940. package/directives/autofilled/taiga-ui-cdk-directives-autofilled.d.ts +0 -5
  941. package/directives/checked/checked.directive.d.ts +0 -13
  942. package/directives/checked/checked.module.d.ts +0 -7
  943. package/directives/checked/index.d.ts +0 -2
  944. package/directives/checked/package.json +0 -10
  945. package/directives/checked/taiga-ui-cdk-directives-checked.d.ts +0 -5
  946. package/directives/click-outside/click-outside.module.d.ts +0 -7
  947. package/directives/click-outside/package.json +0 -10
  948. package/directives/click-outside/taiga-ui-cdk-directives-click-outside.d.ts +0 -5
  949. package/directives/control/control.module.d.ts +0 -7
  950. package/directives/control/package.json +0 -10
  951. package/directives/control/taiga-ui-cdk-directives-control.d.ts +0 -5
  952. package/directives/copy-processor/copy-processor.module.d.ts +0 -7
  953. package/directives/copy-processor/package.json +0 -10
  954. package/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.d.ts +0 -5
  955. package/directives/drag/drag.directive.d.ts +0 -16
  956. package/directives/drag/drag.module.d.ts +0 -10
  957. package/directives/drag/index.d.ts +0 -2
  958. package/directives/drag/package.json +0 -10
  959. package/directives/drag/taiga-ui-cdk-directives-drag.d.ts +0 -5
  960. package/directives/droppable/droppable.module.d.ts +0 -7
  961. package/directives/droppable/package.json +0 -10
  962. package/directives/droppable/taiga-ui-cdk-directives-droppable.d.ts +0 -5
  963. package/directives/element/element.module.d.ts +0 -7
  964. package/directives/element/package.json +0 -10
  965. package/directives/element/taiga-ui-cdk-directives-element.d.ts +0 -5
  966. package/directives/focus-trap/focus-trap.module.d.ts +0 -7
  967. package/directives/focus-trap/package.json +0 -10
  968. package/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.d.ts +0 -5
  969. package/directives/focus-visible/focus-visible.directive.d.ts +0 -13
  970. package/directives/focus-visible/focus-visible.module.d.ts +0 -7
  971. package/directives/focus-visible/index.d.ts +0 -2
  972. package/directives/focus-visible/package.json +0 -10
  973. package/directives/focus-visible/taiga-ui-cdk-directives-focus-visible.d.ts +0 -5
  974. package/directives/focusable/focusable.directive.d.ts +0 -13
  975. package/directives/focusable/focusable.module.d.ts +0 -7
  976. package/directives/focusable/index.d.ts +0 -2
  977. package/directives/focusable/package.json +0 -10
  978. package/directives/focusable/taiga-ui-cdk-directives-focusable.d.ts +0 -5
  979. package/directives/focused/focused.directive.d.ts +0 -14
  980. package/directives/focused/focused.module.d.ts +0 -7
  981. package/directives/focused/index.d.ts +0 -2
  982. package/directives/focused/package.json +0 -10
  983. package/directives/focused/taiga-ui-cdk-directives-focused.d.ts +0 -5
  984. package/directives/for/for.module.d.ts +0 -7
  985. package/directives/for/package.json +0 -10
  986. package/directives/for/taiga-ui-cdk-directives-for.d.ts +0 -5
  987. package/directives/for-async/for-async.directive.d.ts +0 -18
  988. package/directives/for-async/for-async.module.d.ts +0 -10
  989. package/directives/for-async/index.d.ts +0 -2
  990. package/directives/for-async/package.json +0 -10
  991. package/directives/for-async/taiga-ui-cdk-directives-for-async.d.ts +0 -5
  992. package/directives/high-dpi/high-dpi.module.d.ts +0 -7
  993. package/directives/high-dpi/package.json +0 -10
  994. package/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.d.ts +0 -5
  995. package/directives/hovered/hovered.module.d.ts +0 -7
  996. package/directives/hovered/package.json +0 -10
  997. package/directives/hovered/taiga-ui-cdk-directives-hovered.d.ts +0 -5
  998. package/directives/item/item.module.d.ts +0 -7
  999. package/directives/item/package.json +0 -10
  1000. package/directives/item/taiga-ui-cdk-directives-item.d.ts +0 -5
  1001. package/directives/let/let.module.d.ts +0 -7
  1002. package/directives/let/package.json +0 -10
  1003. package/directives/let/taiga-ui-cdk-directives-let.d.ts +0 -5
  1004. package/directives/media/media.module.d.ts +0 -7
  1005. package/directives/media/package.json +0 -10
  1006. package/directives/media/taiga-ui-cdk-directives-media.d.ts +0 -5
  1007. package/directives/obscured/obscured.module.d.ts +0 -7
  1008. package/directives/obscured/package.json +0 -10
  1009. package/directives/obscured/taiga-ui-cdk-directives-obscured.d.ts +0 -5
  1010. package/directives/overscroll/index.d.ts +0 -2
  1011. package/directives/overscroll/overscroll.directive.d.ts +0 -16
  1012. package/directives/overscroll/overscroll.module.d.ts +0 -7
  1013. package/directives/overscroll/package.json +0 -10
  1014. package/directives/overscroll/taiga-ui-cdk-directives-overscroll.d.ts +0 -5
  1015. package/directives/package.json +0 -10
  1016. package/directives/pan/package.json +0 -10
  1017. package/directives/pan/pan.module.d.ts +0 -10
  1018. package/directives/pan/taiga-ui-cdk-directives-pan.d.ts +0 -5
  1019. package/directives/platform/package.json +0 -10
  1020. package/directives/platform/platform.module.d.ts +0 -7
  1021. package/directives/platform/taiga-ui-cdk-directives-platform.d.ts +0 -5
  1022. package/directives/portal/index.d.ts +0 -2
  1023. package/directives/portal/package.json +0 -10
  1024. package/directives/portal/portal.directive.d.ts +0 -13
  1025. package/directives/portal/portal.module.d.ts +0 -7
  1026. package/directives/portal/taiga-ui-cdk-directives-portal.d.ts +0 -5
  1027. package/directives/pressed/index.d.ts +0 -2
  1028. package/directives/pressed/package.json +0 -10
  1029. package/directives/pressed/pressed.directive.d.ts +0 -10
  1030. package/directives/pressed/pressed.module.d.ts +0 -7
  1031. package/directives/pressed/taiga-ui-cdk-directives-pressed.d.ts +0 -5
  1032. package/directives/prevent-default/index.d.ts +0 -2
  1033. package/directives/prevent-default/package.json +0 -10
  1034. package/directives/prevent-default/prevent-default.directive.d.ts +0 -18
  1035. package/directives/prevent-default/prevent-default.module.d.ts +0 -10
  1036. package/directives/prevent-default/taiga-ui-cdk-directives-prevent-default.d.ts +0 -5
  1037. package/directives/repeat-times/package.json +0 -10
  1038. package/directives/repeat-times/repeat-times.module.d.ts +0 -7
  1039. package/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.d.ts +0 -5
  1040. package/directives/resize/index.d.ts +0 -2
  1041. package/directives/resize/package.json +0 -10
  1042. package/directives/resize/resize.directive.d.ts +0 -8
  1043. package/directives/resize/resize.module.d.ts +0 -10
  1044. package/directives/resize/taiga-ui-cdk-directives-resize.d.ts +0 -5
  1045. package/directives/resizer/package.json +0 -10
  1046. package/directives/resizer/resizeable.directive.d.ts +0 -6
  1047. package/directives/resizer/resizer.module.d.ts +0 -8
  1048. package/directives/resizer/taiga-ui-cdk-directives-resizer.d.ts +0 -5
  1049. package/directives/swipe/package.json +0 -10
  1050. package/directives/swipe/swipe.module.d.ts +0 -10
  1051. package/directives/swipe/taiga-ui-cdk-directives-swipe.d.ts +0 -5
  1052. package/directives/taiga-ui-cdk-directives.d.ts +0 -5
  1053. package/directives/validator/package.json +0 -10
  1054. package/directives/validator/taiga-ui-cdk-directives-validator.d.ts +0 -5
  1055. package/directives/validator/validator.module.d.ts +0 -7
  1056. package/directives/value-changes/package.json +0 -10
  1057. package/directives/value-changes/taiga-ui-cdk-directives-value-changes.d.ts +0 -5
  1058. package/directives/value-changes/value-changes.module.d.ts +0 -7
  1059. package/directives/zoom/package.json +0 -10
  1060. package/directives/zoom/taiga-ui-cdk-directives-zoom.d.ts +0 -5
  1061. package/directives/zoom/zoom.module.d.ts +0 -10
  1062. package/enums/day-of-week.d.ts +0 -9
  1063. package/enums/index.d.ts +0 -2
  1064. package/enums/month-number.d.ts +0 -14
  1065. package/enums/package.json +0 -10
  1066. package/enums/taiga-ui-cdk-enums.d.ts +0 -5
  1067. package/esm2015/abstract/control.js +0 -194
  1068. package/esm2015/abstract/controller.js +0 -17
  1069. package/esm2015/abstract/dialog.directive.js +0 -36
  1070. package/esm2015/abstract/dialog.service.js +0 -35
  1071. package/esm2015/abstract/index.js +0 -12
  1072. package/esm2015/abstract/interactive.js +0 -86
  1073. package/esm2015/abstract/multiple-control.js +0 -17
  1074. package/esm2015/abstract/nullable-control.js +0 -14
  1075. package/esm2015/abstract/portal-host.js +0 -48
  1076. package/esm2015/abstract/portal-service.js +0 -35
  1077. package/esm2015/abstract/taiga-ui-cdk-abstract.js +0 -5
  1078. package/esm2015/abstract/theme-switcher.js +0 -46
  1079. package/esm2015/abstract/value-transformer.js +0 -3
  1080. package/esm2015/classes/assert.js +0 -15
  1081. package/esm2015/classes/index.js +0 -3
  1082. package/esm2015/classes/validation-error.js +0 -7
  1083. package/esm2015/coercion/coerce-boolean-property.js +0 -10
  1084. package/esm2015/coercion/index.js +0 -2
  1085. package/esm2015/coercion/taiga-ui-cdk-coercion.js +0 -5
  1086. package/esm2015/components/alert-host/alert-host.component.js +0 -71
  1087. package/esm2015/components/alert-host/alert-host.module.js +0 -19
  1088. package/esm2015/components/alert-host/index.js +0 -3
  1089. package/esm2015/components/alert-host/taiga-ui-cdk-components-alert-host.js +0 -5
  1090. package/esm2015/components/dialog-host/dialog-host.component.js +0 -137
  1091. package/esm2015/components/dialog-host/dialog-host.module.js +0 -40
  1092. package/esm2015/components/dialog-host/index.js +0 -3
  1093. package/esm2015/components/dialog-host/taiga-ui-cdk-components-dialog-host.js +0 -5
  1094. package/esm2015/components/dropdown-host/dropdown-host.component.js +0 -28
  1095. package/esm2015/components/dropdown-host/dropdown-host.module.js +0 -16
  1096. package/esm2015/components/dropdown-host/dropdown-portal.service.js +0 -17
  1097. package/esm2015/components/dropdown-host/index.js +0 -4
  1098. package/esm2015/components/dropdown-host/taiga-ui-cdk-components-dropdown-host.js +0 -5
  1099. package/esm2015/components/index.js +0 -5
  1100. package/esm2015/components/scroll-controls/index.js +0 -5
  1101. package/esm2015/components/scroll-controls/scroll-controls.component.js +0 -45
  1102. package/esm2015/components/scroll-controls/scroll-controls.module.js +0 -26
  1103. package/esm2015/components/scroll-controls/scroll-ref.directive.js +0 -26
  1104. package/esm2015/components/scroll-controls/scrollbar.directive.js +0 -133
  1105. package/esm2015/components/scroll-controls/taiga-ui-cdk-components-scroll-controls.js +0 -5
  1106. package/esm2015/components/taiga-ui-cdk-components.js +0 -5
  1107. package/esm2015/constants/always-false-handler.js +0 -6
  1108. package/esm2015/constants/always-true-handler.js +0 -6
  1109. package/esm2015/constants/browser.js +0 -6
  1110. package/esm2015/constants/empty.js +0 -23
  1111. package/esm2015/constants/index.js +0 -13
  1112. package/esm2015/constants/matcher.js +0 -27
  1113. package/esm2015/constants/parent-animation.js +0 -12
  1114. package/esm2015/constants/polling-time.js +0 -2
  1115. package/esm2015/constants/stringify.js +0 -5
  1116. package/esm2015/constants/svg-node-filter.js +0 -6
  1117. package/esm2015/constants/unicode-chars.js +0 -64
  1118. package/esm2015/constants/used-icons.js +0 -72
  1119. package/esm2015/constants/version.js +0 -2
  1120. package/esm2015/date-time/date-format.js +0 -6
  1121. package/esm2015/date-time/date-separator.js +0 -7
  1122. package/esm2015/date-time/day-range.js +0 -78
  1123. package/esm2015/date-time/day.js +0 -288
  1124. package/esm2015/date-time/index.js +0 -13
  1125. package/esm2015/date-time/month-range.js +0 -27
  1126. package/esm2015/date-time/month.js +0 -149
  1127. package/esm2015/date-time/time.js +0 -127
  1128. package/esm2015/date-time/year.js +0 -111
  1129. package/esm2015/decorators/debounce.js +0 -16
  1130. package/esm2015/decorators/default-prop.js +0 -59
  1131. package/esm2015/decorators/index.js +0 -5
  1132. package/esm2015/decorators/pure.js +0 -77
  1133. package/esm2015/decorators/required-setter.js +0 -35
  1134. package/esm2015/decorators/taiga-ui-cdk-decorators.js +0 -5
  1135. package/esm2015/directives/active-zone/active-zone.directive.js +0 -80
  1136. package/esm2015/directives/active-zone/active-zone.module.js +0 -16
  1137. package/esm2015/directives/active-zone/index.js +0 -3
  1138. package/esm2015/directives/auto-focus/autofocus.directive.js +0 -55
  1139. package/esm2015/directives/auto-focus/autofocus.module.js +0 -16
  1140. package/esm2015/directives/auto-focus/autofocus.options.js +0 -35
  1141. package/esm2015/directives/auto-focus/handlers/abstract.handler.js +0 -21
  1142. package/esm2015/directives/auto-focus/handlers/default.handler.js +0 -44
  1143. package/esm2015/directives/auto-focus/handlers/ios.handler.js +0 -170
  1144. package/esm2015/directives/auto-focus/handlers/sync.handler.js +0 -28
  1145. package/esm2015/directives/auto-focus/index.js +0 -8
  1146. package/esm2015/directives/autofilled/autofilled-style.component.js +0 -19
  1147. package/esm2015/directives/autofilled/autofilled.directive.js +0 -41
  1148. package/esm2015/directives/autofilled/autofilled.module.js +0 -17
  1149. package/esm2015/directives/autofilled/index.js +0 -4
  1150. package/esm2015/directives/autofilled/taiga-ui-cdk-directives-autofilled.js +0 -5
  1151. package/esm2015/directives/checked/checked.directive.js +0 -46
  1152. package/esm2015/directives/checked/checked.module.js +0 -16
  1153. package/esm2015/directives/checked/index.js +0 -3
  1154. package/esm2015/directives/checked/taiga-ui-cdk-directives-checked.js +0 -5
  1155. package/esm2015/directives/click-outside/click-outside.directive.js +0 -39
  1156. package/esm2015/directives/click-outside/click-outside.module.js +0 -16
  1157. package/esm2015/directives/click-outside/index.js +0 -3
  1158. package/esm2015/directives/control/control.directive.js +0 -25
  1159. package/esm2015/directives/control/control.module.js +0 -16
  1160. package/esm2015/directives/control/index.js +0 -3
  1161. package/esm2015/directives/copy-processor/copy-processor.directive.js +0 -35
  1162. package/esm2015/directives/copy-processor/copy-processor.module.js +0 -16
  1163. package/esm2015/directives/copy-processor/index.js +0 -3
  1164. package/esm2015/directives/drag/drag.directive.js +0 -37
  1165. package/esm2015/directives/drag/drag.module.js +0 -19
  1166. package/esm2015/directives/drag/index.js +0 -3
  1167. package/esm2015/directives/drag/taiga-ui-cdk-directives-drag.js +0 -5
  1168. package/esm2015/directives/droppable/droppable.directive.js +0 -40
  1169. package/esm2015/directives/droppable/droppable.module.js +0 -16
  1170. package/esm2015/directives/droppable/index.js +0 -3
  1171. package/esm2015/directives/element/element.directive.js +0 -34
  1172. package/esm2015/directives/element/element.module.js +0 -16
  1173. package/esm2015/directives/element/index.js +0 -3
  1174. package/esm2015/directives/focus-trap/focus-trap.directive.js +0 -80
  1175. package/esm2015/directives/focus-trap/focus-trap.module.js +0 -16
  1176. package/esm2015/directives/focus-trap/index.js +0 -3
  1177. package/esm2015/directives/focus-visible/focus-visible.directive.js +0 -28
  1178. package/esm2015/directives/focus-visible/focus-visible.module.js +0 -16
  1179. package/esm2015/directives/focus-visible/index.js +0 -3
  1180. package/esm2015/directives/focus-visible/taiga-ui-cdk-directives-focus-visible.js +0 -5
  1181. package/esm2015/directives/focusable/focusable.directive.js +0 -31
  1182. package/esm2015/directives/focusable/focusable.module.js +0 -16
  1183. package/esm2015/directives/focusable/index.js +0 -3
  1184. package/esm2015/directives/focusable/taiga-ui-cdk-directives-focusable.js +0 -5
  1185. package/esm2015/directives/focused/focused.directive.js +0 -33
  1186. package/esm2015/directives/focused/focused.module.js +0 -16
  1187. package/esm2015/directives/focused/index.js +0 -3
  1188. package/esm2015/directives/focused/taiga-ui-cdk-directives-focused.js +0 -5
  1189. package/esm2015/directives/for/for.directive.js +0 -36
  1190. package/esm2015/directives/for/for.module.js +0 -16
  1191. package/esm2015/directives/for/index.js +0 -3
  1192. package/esm2015/directives/for-async/for-async.directive.js +0 -57
  1193. package/esm2015/directives/for-async/for-async.module.js +0 -19
  1194. package/esm2015/directives/for-async/index.js +0 -3
  1195. package/esm2015/directives/for-async/taiga-ui-cdk-directives-for-async.js +0 -5
  1196. package/esm2015/directives/high-dpi/high-dpi.directive.js +0 -31
  1197. package/esm2015/directives/high-dpi/high-dpi.module.js +0 -16
  1198. package/esm2015/directives/high-dpi/index.js +0 -3
  1199. package/esm2015/directives/hovered/hovered.directive.js +0 -23
  1200. package/esm2015/directives/hovered/hovered.module.js +0 -16
  1201. package/esm2015/directives/hovered/hovered.service.js +0 -34
  1202. package/esm2015/directives/hovered/index.js +0 -4
  1203. package/esm2015/directives/index.js +0 -36
  1204. package/esm2015/directives/item/index.js +0 -3
  1205. package/esm2015/directives/item/item.directive.js +0 -16
  1206. package/esm2015/directives/item/item.module.js +0 -16
  1207. package/esm2015/directives/let/index.js +0 -4
  1208. package/esm2015/directives/let/let-context.js +0 -15
  1209. package/esm2015/directives/let/let.directive.js +0 -38
  1210. package/esm2015/directives/let/let.module.js +0 -16
  1211. package/esm2015/directives/media/index.js +0 -3
  1212. package/esm2015/directives/media/media.directive.js +0 -110
  1213. package/esm2015/directives/media/media.module.js +0 -16
  1214. package/esm2015/directives/obscured/index.js +0 -3
  1215. package/esm2015/directives/obscured/obscured.directive.js +0 -49
  1216. package/esm2015/directives/obscured/obscured.module.js +0 -16
  1217. package/esm2015/directives/overscroll/index.js +0 -3
  1218. package/esm2015/directives/overscroll/overscroll.directive.js +0 -103
  1219. package/esm2015/directives/overscroll/overscroll.module.js +0 -16
  1220. package/esm2015/directives/overscroll/taiga-ui-cdk-directives-overscroll.js +0 -5
  1221. package/esm2015/directives/pan/index.js +0 -3
  1222. package/esm2015/directives/pan/pan.directive.js +0 -23
  1223. package/esm2015/directives/pan/pan.module.js +0 -19
  1224. package/esm2015/directives/platform/index.js +0 -3
  1225. package/esm2015/directives/platform/platform.directive.js +0 -32
  1226. package/esm2015/directives/platform/platform.module.js +0 -16
  1227. package/esm2015/directives/portal/index.js +0 -3
  1228. package/esm2015/directives/portal/portal.directive.js +0 -38
  1229. package/esm2015/directives/portal/portal.module.js +0 -16
  1230. package/esm2015/directives/portal/taiga-ui-cdk-directives-portal.js +0 -5
  1231. package/esm2015/directives/pressed/index.js +0 -3
  1232. package/esm2015/directives/pressed/pressed.directive.js +0 -30
  1233. package/esm2015/directives/pressed/pressed.module.js +0 -16
  1234. package/esm2015/directives/pressed/taiga-ui-cdk-directives-pressed.js +0 -5
  1235. package/esm2015/directives/prevent-default/index.js +0 -3
  1236. package/esm2015/directives/prevent-default/prevent-default.directive.js +0 -49
  1237. package/esm2015/directives/prevent-default/prevent-default.module.js +0 -19
  1238. package/esm2015/directives/prevent-default/taiga-ui-cdk-directives-prevent-default.js +0 -5
  1239. package/esm2015/directives/repeat-times/index.js +0 -3
  1240. package/esm2015/directives/repeat-times/repeat-times.directive.js +0 -59
  1241. package/esm2015/directives/repeat-times/repeat-times.module.js +0 -16
  1242. package/esm2015/directives/resize/index.js +0 -3
  1243. package/esm2015/directives/resize/resize.directive.js +0 -23
  1244. package/esm2015/directives/resize/resize.module.js +0 -19
  1245. package/esm2015/directives/resize/taiga-ui-cdk-directives-resize.js +0 -5
  1246. package/esm2015/directives/resizer/index.js +0 -4
  1247. package/esm2015/directives/resizer/resizeable.directive.js +0 -14
  1248. package/esm2015/directives/resizer/resizer.directive.js +0 -106
  1249. package/esm2015/directives/resizer/resizer.module.js +0 -17
  1250. package/esm2015/directives/swipe/index.js +0 -3
  1251. package/esm2015/directives/swipe/swipe.directive.js +0 -23
  1252. package/esm2015/directives/swipe/swipe.module.js +0 -19
  1253. package/esm2015/directives/validator/index.js +0 -3
  1254. package/esm2015/directives/validator/validator.directive.js +0 -47
  1255. package/esm2015/directives/validator/validator.module.js +0 -16
  1256. package/esm2015/directives/value-changes/index.js +0 -3
  1257. package/esm2015/directives/value-changes/value-changes.directive.js +0 -39
  1258. package/esm2015/directives/value-changes/value-changes.module.js +0 -16
  1259. package/esm2015/directives/zoom/index.js +0 -3
  1260. package/esm2015/directives/zoom/zoom.directive.js +0 -26
  1261. package/esm2015/directives/zoom/zoom.module.js +0 -19
  1262. package/esm2015/enums/day-of-week.js +0 -13
  1263. package/esm2015/enums/index.js +0 -3
  1264. package/esm2015/enums/month-number.js +0 -18
  1265. package/esm2015/enums/taiga-ui-cdk-enums.js +0 -5
  1266. package/esm2015/exceptions/computed-document.exception.js +0 -6
  1267. package/esm2015/exceptions/document-selection.exception.js +0 -6
  1268. package/esm2015/exceptions/index.js +0 -14
  1269. package/esm2015/exceptions/invalid-day.exception.js +0 -6
  1270. package/esm2015/exceptions/invalid-month.exception.js +0 -6
  1271. package/esm2015/exceptions/invalid-year.exception.js +0 -6
  1272. package/esm2015/exceptions/no-host.exception.js +0 -6
  1273. package/esm2015/exceptions/owner-document.exception.js +0 -6
  1274. package/esm2015/exceptions/pure.exception.js +0 -6
  1275. package/esm2015/exceptions/table-sort-key.exception.js +0 -6
  1276. package/esm2015/exceptions/taiga-ui-cdk-exceptions.js +0 -5
  1277. package/esm2015/exceptions/ts-parser.exception.js +0 -6
  1278. package/esm2015/exceptions/value-changes.exception.js +0 -6
  1279. package/esm2015/exceptions/value-present.exception.js +0 -6
  1280. package/esm2015/exceptions/xml-parsing.exception.js +0 -6
  1281. package/esm2015/index.js +0 -18
  1282. package/esm2015/interfaces/alert-context.js +0 -2
  1283. package/esm2015/interfaces/aria-dialog-context.js +0 -2
  1284. package/esm2015/interfaces/base-dialog-context.js +0 -2
  1285. package/esm2015/interfaces/base-dialog.js +0 -2
  1286. package/esm2015/interfaces/context-with-implicit.js +0 -2
  1287. package/esm2015/interfaces/control-value-transformer.js +0 -2
  1288. package/esm2015/interfaces/day-like.js +0 -2
  1289. package/esm2015/interfaces/focusable-element-accessor.js +0 -2
  1290. package/esm2015/interfaces/index.js +0 -15
  1291. package/esm2015/interfaces/month-like.js +0 -2
  1292. package/esm2015/interfaces/safe-html.js +0 -2
  1293. package/esm2015/interfaces/swipe.js +0 -2
  1294. package/esm2015/interfaces/taiga-ui-cdk-interfaces.js +0 -5
  1295. package/esm2015/interfaces/time-like.js +0 -2
  1296. package/esm2015/interfaces/year-like.js +0 -2
  1297. package/esm2015/interfaces/zoom.js +0 -2
  1298. package/esm2015/observables/control-value.js +0 -15
  1299. package/esm2015/observables/drag-and-drop-from.js +0 -28
  1300. package/esm2015/observables/focus-visible-observable.js +0 -31
  1301. package/esm2015/observables/if-map.js +0 -6
  1302. package/esm2015/observables/index.js +0 -17
  1303. package/esm2015/observables/is-alive.js +0 -10
  1304. package/esm2015/observables/is-observed.js +0 -7
  1305. package/esm2015/observables/items-query-list-observable.js +0 -13
  1306. package/esm2015/observables/mouse-drag-finish-from.js +0 -10
  1307. package/esm2015/observables/must-be-present.js +0 -12
  1308. package/esm2015/observables/pressed-observable.js +0 -13
  1309. package/esm2015/observables/prevent-default.js +0 -5
  1310. package/esm2015/observables/scroll-from.js +0 -10
  1311. package/esm2015/observables/stop-propagation.js +0 -7
  1312. package/esm2015/observables/typed-from-event.js +0 -9
  1313. package/esm2015/observables/watch.js +0 -7
  1314. package/esm2015/observables/zone-free.js +0 -15
  1315. package/esm2015/pipes/filter/filter.module.js +0 -16
  1316. package/esm2015/pipes/filter/filter.pipe.js +0 -14
  1317. package/esm2015/pipes/filter/index.js +0 -3
  1318. package/esm2015/pipes/index.js +0 -6
  1319. package/esm2015/pipes/is-present/index.js +0 -3
  1320. package/esm2015/pipes/is-present/is-present.module.js +0 -16
  1321. package/esm2015/pipes/is-present/is-present.pipe.js +0 -15
  1322. package/esm2015/pipes/keys/index.js +0 -3
  1323. package/esm2015/pipes/keys/keys.module.js +0 -16
  1324. package/esm2015/pipes/keys/keys.pipe.js +0 -14
  1325. package/esm2015/pipes/mapper/index.js +0 -3
  1326. package/esm2015/pipes/mapper/mapper.module.js +0 -16
  1327. package/esm2015/pipes/mapper/mapper.pipe.js +0 -14
  1328. package/esm2015/pipes/replace/index.js +0 -3
  1329. package/esm2015/pipes/replace/replace.module.js +0 -16
  1330. package/esm2015/pipes/replace/replace.pipe.js +0 -17
  1331. package/esm2015/services/destroy.service.js +0 -26
  1332. package/esm2015/services/directive-styles.service.js +0 -32
  1333. package/esm2015/services/focus-visible.service.js +0 -35
  1334. package/esm2015/services/id.service.js +0 -21
  1335. package/esm2015/services/index.js +0 -13
  1336. package/esm2015/services/obscured.service.js +0 -54
  1337. package/esm2015/services/pan.service.js +0 -35
  1338. package/esm2015/services/parents-scroll.service.js +0 -36
  1339. package/esm2015/services/resize.service.js +0 -47
  1340. package/esm2015/services/scroll.service.js +0 -60
  1341. package/esm2015/services/static-request.service.js +0 -51
  1342. package/esm2015/services/swipe.service.js +0 -51
  1343. package/esm2015/services/zoom.service.js +0 -54
  1344. package/esm2015/tokens/active-element.js +0 -61
  1345. package/esm2015/tokens/alerts.js +0 -13
  1346. package/esm2015/tokens/base-href.js +0 -5
  1347. package/esm2015/tokens/default-renderer.js +0 -12
  1348. package/esm2015/tokens/dialogs.js +0 -14
  1349. package/esm2015/tokens/ensure-base-href.js +0 -17
  1350. package/esm2015/tokens/focusable-item-accessor.js +0 -12
  1351. package/esm2015/tokens/fonts-ready.js +0 -11
  1352. package/esm2015/tokens/index.js +0 -30
  1353. package/esm2015/tokens/is-android.js +0 -9
  1354. package/esm2015/tokens/is-apple.js +0 -8
  1355. package/esm2015/tokens/is-chromium.js +0 -8
  1356. package/esm2015/tokens/is-cypress.js +0 -9
  1357. package/esm2015/tokens/is-e2e.js +0 -9
  1358. package/esm2015/tokens/is-firefox.js +0 -11
  1359. package/esm2015/tokens/is-ios.js +0 -8
  1360. package/esm2015/tokens/is-mobile.js +0 -12
  1361. package/esm2015/tokens/is-playwright.js +0 -7
  1362. package/esm2015/tokens/is-stackblitz.js +0 -5
  1363. package/esm2015/tokens/is-webkit.js +0 -11
  1364. package/esm2015/tokens/platform.js +0 -16
  1365. package/esm2015/tokens/removed-element.js +0 -20
  1366. package/esm2015/tokens/scroll-ref.js +0 -8
  1367. package/esm2015/tokens/swipe-options.js +0 -9
  1368. package/esm2015/tokens/take-only-trusted-events.js +0 -10
  1369. package/esm2015/tokens/touch-supported.js +0 -5
  1370. package/esm2015/tokens/window-height.js +0 -9
  1371. package/esm2015/tokens/window-size.js +0 -23
  1372. package/esm2015/tokens/zoom-options.js +0 -8
  1373. package/esm2015/types/autocomplete.js +0 -2
  1374. package/esm2015/types/date-mode.js +0 -2
  1375. package/esm2015/types/deep-partial.js +0 -2
  1376. package/esm2015/types/dialog.js +0 -2
  1377. package/esm2015/types/event-with.js +0 -2
  1378. package/esm2015/types/index.js +0 -17
  1379. package/esm2015/types/injection-token-type.js +0 -2
  1380. package/esm2015/types/input-mode.js +0 -2
  1381. package/esm2015/types/input-type.js +0 -2
  1382. package/esm2015/types/mapper.js +0 -2
  1383. package/esm2015/types/matcher.js +0 -2
  1384. package/esm2015/types/overscroll-mode.js +0 -2
  1385. package/esm2015/types/platform.js +0 -2
  1386. package/esm2015/types/time-mode.js +0 -2
  1387. package/esm2015/utils/browser/index.js +0 -5
  1388. package/esm2015/utils/browser/is-edge-older-than.js +0 -6
  1389. package/esm2015/utils/browser/is-edge.js +0 -4
  1390. package/esm2015/utils/browser/is-firefox.js +0 -4
  1391. package/esm2015/utils/browser/is-safari.js +0 -11
  1392. package/esm2015/utils/color/hex-to-rgb.js +0 -12
  1393. package/esm2015/utils/color/hex-to-rgba.js +0 -31
  1394. package/esm2015/utils/color/hsv-to-rgb.js +0 -11
  1395. package/esm2015/utils/color/parse-color.js +0 -27
  1396. package/esm2015/utils/color/rgb-to-hex.js +0 -4
  1397. package/esm2015/utils/color/rgba-to-hex.js +0 -26
  1398. package/esm2015/utils/dom/can-scroll.js +0 -42
  1399. package/esm2015/utils/dom/contains-or-after.js +0 -10
  1400. package/esm2015/utils/dom/element-checks.js +0 -20
  1401. package/esm2015/utils/dom/get-clipboard-data-text.js +0 -11
  1402. package/esm2015/utils/dom/get-document-or-shadow-root.js +0 -6
  1403. package/esm2015/utils/dom/get-element-obscurers.js +0 -43
  1404. package/esm2015/utils/dom/get-element-offset.js +0 -20
  1405. package/esm2015/utils/dom/get-scroll-parent.js +0 -19
  1406. package/esm2015/utils/dom/get-selected-text.js +0 -16
  1407. package/esm2015/utils/dom/index.js +0 -17
  1408. package/esm2015/utils/dom/is-node-in.js +0 -15
  1409. package/esm2015/utils/dom/point-to-client-rect.js +0 -16
  1410. package/esm2015/utils/dom/retarget-boundary-crossing.js +0 -11
  1411. package/esm2015/utils/focus/get-native-focused.js +0 -16
  1412. package/esm2015/utils/focus/index.js +0 -10
  1413. package/esm2015/utils/focus/is-native-focused-in.js +0 -16
  1414. package/esm2015/utils/focus/is-native-focused.js +0 -13
  1415. package/esm2015/utils/focus/is-native-keyboard-focusable.js +0 -33
  1416. package/esm2015/utils/focus/is-native-mouse-focusable.js +0 -7
  1417. package/esm2015/utils/focus/set-native-mouse-focused.js +0 -27
  1418. package/esm2015/utils/format/index.js +0 -2
  1419. package/esm2015/utils/format/px.js +0 -9
  1420. package/esm2015/utils/format/taiga-ui-cdk-utils-format.js +0 -5
  1421. package/esm2015/utils/index.js +0 -10
  1422. package/esm2015/utils/math/clamp.js +0 -16
  1423. package/esm2015/utils/math/in-range.js +0 -9
  1424. package/esm2015/utils/math/normalize-to-int-number.js +0 -22
  1425. package/esm2015/utils/math/quantize.js +0 -15
  1426. package/esm2015/utils/math/round-with.js +0 -14
  1427. package/esm2015/utils/math/round.js +0 -35
  1428. package/esm2015/utils/miscellaneous/clean-object.js +0 -9
  1429. package/esm2015/utils/miscellaneous/create-options.js +0 -6
  1430. package/esm2015/utils/miscellaneous/create-token.js +0 -8
  1431. package/esm2015/utils/miscellaneous/ease-in-out-quad.js +0 -7
  1432. package/esm2015/utils/miscellaneous/get-original-array-from-query-list.js +0 -15
  1433. package/esm2015/utils/miscellaneous/get-swipe-direction.js +0 -7
  1434. package/esm2015/utils/miscellaneous/index.js +0 -24
  1435. package/esm2015/utils/miscellaneous/is-number.js +0 -5
  1436. package/esm2015/utils/miscellaneous/is-object.js +0 -5
  1437. package/esm2015/utils/miscellaneous/is-string.js +0 -5
  1438. package/esm2015/utils/miscellaneous/is-valid-url.js +0 -11
  1439. package/esm2015/utils/miscellaneous/mark-control-as-touched-and-validate.js +0 -16
  1440. package/esm2015/utils/miscellaneous/nullable-same.js +0 -18
  1441. package/esm2015/utils/miscellaneous/object-from-entries.js +0 -12
  1442. package/esm2015/utils/miscellaneous/provide-options.js +0 -9
  1443. package/esm2015/utils/miscellaneous/uniq-by.js +0 -6
  1444. package/esm2015/utils/os/index.js +0 -4
  1445. package/esm2015/utils/os/is-apple-platform.js +0 -14
  1446. package/esm2015/utils/os/is-apple.js +0 -6
  1447. package/esm2015/utils/os/is-ios.js +0 -7
  1448. package/esm2015/utils/os/taiga-ui-cdk-utils-os.js +0 -5
  1449. package/esm2015/utils/svg/index.js +0 -2
  1450. package/esm2015/utils/svg/svg-linear-gradient-processor.js +0 -56
  1451. package/esm2015/utils/svg/taiga-ui-cdk-utils-svg.js +0 -5
  1452. package/exceptions/computed-document.exception.d.ts +0 -3
  1453. package/exceptions/document-selection.exception.d.ts +0 -3
  1454. package/exceptions/index.d.ts +0 -13
  1455. package/exceptions/invalid-day.exception.d.ts +0 -3
  1456. package/exceptions/invalid-month.exception.d.ts +0 -3
  1457. package/exceptions/invalid-year.exception.d.ts +0 -3
  1458. package/exceptions/no-host.exception.d.ts +0 -3
  1459. package/exceptions/owner-document.exception.d.ts +0 -3
  1460. package/exceptions/package.json +0 -10
  1461. package/exceptions/pure.exception.d.ts +0 -3
  1462. package/exceptions/table-sort-key.exception.d.ts +0 -3
  1463. package/exceptions/taiga-ui-cdk-exceptions.d.ts +0 -5
  1464. package/exceptions/ts-parser.exception.d.ts +0 -3
  1465. package/exceptions/value-changes.exception.d.ts +0 -3
  1466. package/exceptions/value-present.exception.d.ts +0 -3
  1467. package/exceptions/xml-parsing.exception.d.ts +0 -3
  1468. package/fesm2015/taiga-ui-cdk-abstract.js +0 -508
  1469. package/fesm2015/taiga-ui-cdk-abstract.js.map +0 -1
  1470. package/fesm2015/taiga-ui-cdk-classes.js +0 -29
  1471. package/fesm2015/taiga-ui-cdk-classes.js.map +0 -1
  1472. package/fesm2015/taiga-ui-cdk-coercion.js +0 -16
  1473. package/fesm2015/taiga-ui-cdk-coercion.js.map +0 -1
  1474. package/fesm2015/taiga-ui-cdk-components-alert-host.js +0 -94
  1475. package/fesm2015/taiga-ui-cdk-components-alert-host.js.map +0 -1
  1476. package/fesm2015/taiga-ui-cdk-components-dialog-host.js +0 -180
  1477. package/fesm2015/taiga-ui-cdk-components-dialog-host.js.map +0 -1
  1478. package/fesm2015/taiga-ui-cdk-components-dropdown-host.js +0 -61
  1479. package/fesm2015/taiga-ui-cdk-components-dropdown-host.js.map +0 -1
  1480. package/fesm2015/taiga-ui-cdk-components-scroll-controls.js +0 -220
  1481. package/fesm2015/taiga-ui-cdk-components-scroll-controls.js.map +0 -1
  1482. package/fesm2015/taiga-ui-cdk-components.js +0 -9
  1483. package/fesm2015/taiga-ui-cdk-components.js.map +0 -1
  1484. package/fesm2015/taiga-ui-cdk-constants.js +0 -237
  1485. package/fesm2015/taiga-ui-cdk-constants.js.map +0 -1
  1486. package/fesm2015/taiga-ui-cdk-date-time.js +0 -823
  1487. package/fesm2015/taiga-ui-cdk-date-time.js.map +0 -1
  1488. package/fesm2015/taiga-ui-cdk-decorators.js +0 -193
  1489. package/fesm2015/taiga-ui-cdk-decorators.js.map +0 -1
  1490. package/fesm2015/taiga-ui-cdk-directives-active-zone.js +0 -100
  1491. package/fesm2015/taiga-ui-cdk-directives-active-zone.js.map +0 -1
  1492. package/fesm2015/taiga-ui-cdk-directives-auto-focus.js +0 -349
  1493. package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +0 -1
  1494. package/fesm2015/taiga-ui-cdk-directives-autofilled.js +0 -77
  1495. package/fesm2015/taiga-ui-cdk-directives-autofilled.js.map +0 -1
  1496. package/fesm2015/taiga-ui-cdk-directives-checked.js +0 -66
  1497. package/fesm2015/taiga-ui-cdk-directives-checked.js.map +0 -1
  1498. package/fesm2015/taiga-ui-cdk-directives-click-outside.js +0 -59
  1499. package/fesm2015/taiga-ui-cdk-directives-click-outside.js.map +0 -1
  1500. package/fesm2015/taiga-ui-cdk-directives-control.js +0 -45
  1501. package/fesm2015/taiga-ui-cdk-directives-control.js.map +0 -1
  1502. package/fesm2015/taiga-ui-cdk-directives-copy-processor.js +0 -55
  1503. package/fesm2015/taiga-ui-cdk-directives-copy-processor.js.map +0 -1
  1504. package/fesm2015/taiga-ui-cdk-directives-drag.js +0 -60
  1505. package/fesm2015/taiga-ui-cdk-directives-drag.js.map +0 -1
  1506. package/fesm2015/taiga-ui-cdk-directives-droppable.js +0 -60
  1507. package/fesm2015/taiga-ui-cdk-directives-droppable.js.map +0 -1
  1508. package/fesm2015/taiga-ui-cdk-directives-element.js +0 -54
  1509. package/fesm2015/taiga-ui-cdk-directives-element.js.map +0 -1
  1510. package/fesm2015/taiga-ui-cdk-directives-focus-trap.js +0 -100
  1511. package/fesm2015/taiga-ui-cdk-directives-focus-trap.js.map +0 -1
  1512. package/fesm2015/taiga-ui-cdk-directives-focus-visible.js +0 -48
  1513. package/fesm2015/taiga-ui-cdk-directives-focus-visible.js.map +0 -1
  1514. package/fesm2015/taiga-ui-cdk-directives-focusable.js +0 -51
  1515. package/fesm2015/taiga-ui-cdk-directives-focusable.js.map +0 -1
  1516. package/fesm2015/taiga-ui-cdk-directives-focused.js +0 -53
  1517. package/fesm2015/taiga-ui-cdk-directives-focused.js.map +0 -1
  1518. package/fesm2015/taiga-ui-cdk-directives-for-async.js +0 -80
  1519. package/fesm2015/taiga-ui-cdk-directives-for-async.js.map +0 -1
  1520. package/fesm2015/taiga-ui-cdk-directives-for.js +0 -56
  1521. package/fesm2015/taiga-ui-cdk-directives-for.js.map +0 -1
  1522. package/fesm2015/taiga-ui-cdk-directives-high-dpi.js +0 -51
  1523. package/fesm2015/taiga-ui-cdk-directives-high-dpi.js.map +0 -1
  1524. package/fesm2015/taiga-ui-cdk-directives-hovered.js +0 -74
  1525. package/fesm2015/taiga-ui-cdk-directives-hovered.js.map +0 -1
  1526. package/fesm2015/taiga-ui-cdk-directives-item.js +0 -36
  1527. package/fesm2015/taiga-ui-cdk-directives-item.js.map +0 -1
  1528. package/fesm2015/taiga-ui-cdk-directives-let.js +0 -72
  1529. package/fesm2015/taiga-ui-cdk-directives-let.js.map +0 -1
  1530. package/fesm2015/taiga-ui-cdk-directives-media.js +0 -130
  1531. package/fesm2015/taiga-ui-cdk-directives-media.js.map +0 -1
  1532. package/fesm2015/taiga-ui-cdk-directives-obscured.js +0 -69
  1533. package/fesm2015/taiga-ui-cdk-directives-obscured.js.map +0 -1
  1534. package/fesm2015/taiga-ui-cdk-directives-overscroll.js +0 -123
  1535. package/fesm2015/taiga-ui-cdk-directives-overscroll.js.map +0 -1
  1536. package/fesm2015/taiga-ui-cdk-directives-pan.js +0 -46
  1537. package/fesm2015/taiga-ui-cdk-directives-pan.js.map +0 -1
  1538. package/fesm2015/taiga-ui-cdk-directives-platform.js +0 -52
  1539. package/fesm2015/taiga-ui-cdk-directives-platform.js.map +0 -1
  1540. package/fesm2015/taiga-ui-cdk-directives-portal.js +0 -58
  1541. package/fesm2015/taiga-ui-cdk-directives-portal.js.map +0 -1
  1542. package/fesm2015/taiga-ui-cdk-directives-pressed.js +0 -50
  1543. package/fesm2015/taiga-ui-cdk-directives-pressed.js.map +0 -1
  1544. package/fesm2015/taiga-ui-cdk-directives-prevent-default.js +0 -72
  1545. package/fesm2015/taiga-ui-cdk-directives-prevent-default.js.map +0 -1
  1546. package/fesm2015/taiga-ui-cdk-directives-repeat-times.js +0 -79
  1547. package/fesm2015/taiga-ui-cdk-directives-repeat-times.js.map +0 -1
  1548. package/fesm2015/taiga-ui-cdk-directives-resize.js +0 -46
  1549. package/fesm2015/taiga-ui-cdk-directives-resize.js.map +0 -1
  1550. package/fesm2015/taiga-ui-cdk-directives-resizer.js +0 -137
  1551. package/fesm2015/taiga-ui-cdk-directives-resizer.js.map +0 -1
  1552. package/fesm2015/taiga-ui-cdk-directives-swipe.js +0 -46
  1553. package/fesm2015/taiga-ui-cdk-directives-swipe.js.map +0 -1
  1554. package/fesm2015/taiga-ui-cdk-directives-validator.js +0 -67
  1555. package/fesm2015/taiga-ui-cdk-directives-validator.js.map +0 -1
  1556. package/fesm2015/taiga-ui-cdk-directives-value-changes.js +0 -59
  1557. package/fesm2015/taiga-ui-cdk-directives-value-changes.js.map +0 -1
  1558. package/fesm2015/taiga-ui-cdk-directives-zoom.js +0 -49
  1559. package/fesm2015/taiga-ui-cdk-directives-zoom.js.map +0 -1
  1560. package/fesm2015/taiga-ui-cdk-directives.js +0 -40
  1561. package/fesm2015/taiga-ui-cdk-directives.js.map +0 -1
  1562. package/fesm2015/taiga-ui-cdk-enums.js +0 -37
  1563. package/fesm2015/taiga-ui-cdk-enums.js.map +0 -1
  1564. package/fesm2015/taiga-ui-cdk-exceptions.js +0 -84
  1565. package/fesm2015/taiga-ui-cdk-exceptions.js.map +0 -1
  1566. package/fesm2015/taiga-ui-cdk-interfaces.js +0 -4
  1567. package/fesm2015/taiga-ui-cdk-interfaces.js.map +0 -1
  1568. package/fesm2015/taiga-ui-cdk-observables.js +0 -172
  1569. package/fesm2015/taiga-ui-cdk-observables.js.map +0 -1
  1570. package/fesm2015/taiga-ui-cdk-pipes-filter.js +0 -34
  1571. package/fesm2015/taiga-ui-cdk-pipes-filter.js.map +0 -1
  1572. package/fesm2015/taiga-ui-cdk-pipes-is-present.js +0 -35
  1573. package/fesm2015/taiga-ui-cdk-pipes-is-present.js.map +0 -1
  1574. package/fesm2015/taiga-ui-cdk-pipes-keys.js +0 -34
  1575. package/fesm2015/taiga-ui-cdk-pipes-keys.js.map +0 -1
  1576. package/fesm2015/taiga-ui-cdk-pipes-mapper.js +0 -34
  1577. package/fesm2015/taiga-ui-cdk-pipes-mapper.js.map +0 -1
  1578. package/fesm2015/taiga-ui-cdk-pipes-replace.js +0 -37
  1579. package/fesm2015/taiga-ui-cdk-pipes-replace.js.map +0 -1
  1580. package/fesm2015/taiga-ui-cdk-pipes.js +0 -10
  1581. package/fesm2015/taiga-ui-cdk-pipes.js.map +0 -1
  1582. package/fesm2015/taiga-ui-cdk-services.js +0 -449
  1583. package/fesm2015/taiga-ui-cdk-services.js.map +0 -1
  1584. package/fesm2015/taiga-ui-cdk-tokens.js +0 -287
  1585. package/fesm2015/taiga-ui-cdk-tokens.js.map +0 -1
  1586. package/fesm2015/taiga-ui-cdk-types.js +0 -4
  1587. package/fesm2015/taiga-ui-cdk-types.js.map +0 -1
  1588. package/fesm2015/taiga-ui-cdk-utils-browser.js +0 -31
  1589. package/fesm2015/taiga-ui-cdk-utils-browser.js.map +0 -1
  1590. package/fesm2015/taiga-ui-cdk-utils-color.js +0 -125
  1591. package/fesm2015/taiga-ui-cdk-utils-color.js.map +0 -1
  1592. package/fesm2015/taiga-ui-cdk-utils-dom.js +0 -254
  1593. package/fesm2015/taiga-ui-cdk-utils-dom.js.map +0 -1
  1594. package/fesm2015/taiga-ui-cdk-utils-focus.js +0 -167
  1595. package/fesm2015/taiga-ui-cdk-utils-focus.js.map +0 -1
  1596. package/fesm2015/taiga-ui-cdk-utils-format.js +0 -16
  1597. package/fesm2015/taiga-ui-cdk-utils-format.js.map +0 -1
  1598. package/fesm2015/taiga-ui-cdk-utils-math.js +0 -135
  1599. package/fesm2015/taiga-ui-cdk-utils-math.js.map +0 -1
  1600. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +0 -187
  1601. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +0 -1
  1602. package/fesm2015/taiga-ui-cdk-utils-os.js +0 -31
  1603. package/fesm2015/taiga-ui-cdk-utils-os.js.map +0 -1
  1604. package/fesm2015/taiga-ui-cdk-utils-svg.js +0 -63
  1605. package/fesm2015/taiga-ui-cdk-utils-svg.js.map +0 -1
  1606. package/fesm2015/taiga-ui-cdk-utils.js +0 -14
  1607. package/fesm2015/taiga-ui-cdk-utils.js.map +0 -1
  1608. package/fesm2015/taiga-ui-cdk.js +0 -22
  1609. package/fesm2015/taiga-ui-cdk.js.map +0 -1
  1610. package/interfaces/alert-context.d.ts +0 -2
  1611. package/interfaces/aria-dialog-context.d.ts +0 -6
  1612. package/interfaces/base-dialog-context.d.ts +0 -6
  1613. package/interfaces/base-dialog.d.ts +0 -7
  1614. package/interfaces/context-with-implicit.d.ts +0 -3
  1615. package/interfaces/control-value-transformer.d.ts +0 -7
  1616. package/interfaces/day-like.d.ts +0 -7
  1617. package/interfaces/focusable-element-accessor.d.ts +0 -12
  1618. package/interfaces/index.d.ts +0 -14
  1619. package/interfaces/month-like.d.ts +0 -7
  1620. package/interfaces/package.json +0 -10
  1621. package/interfaces/safe-html.d.ts +0 -2
  1622. package/interfaces/swipe.d.ts +0 -9
  1623. package/interfaces/taiga-ui-cdk-interfaces.d.ts +0 -5
  1624. package/interfaces/time-like.d.ts +0 -6
  1625. package/interfaces/year-like.d.ts +0 -6
  1626. package/interfaces/zoom.d.ts +0 -9
  1627. package/observables/focus-visible-observable.d.ts +0 -2
  1628. package/observables/is-alive.d.ts +0 -5
  1629. package/observables/is-observed.d.ts +0 -2
  1630. package/observables/items-query-list-observable.d.ts +0 -10
  1631. package/observables/mouse-drag-finish-from.d.ts +0 -7
  1632. package/observables/package.json +0 -10
  1633. package/observables/pressed-observable.d.ts +0 -5
  1634. package/observables/prevent-default.d.ts +0 -2
  1635. package/observables/stop-propagation.d.ts +0 -2
  1636. package/observables/taiga-ui-cdk-observables.d.ts +0 -5
  1637. package/observables/zone-free.d.ts +0 -5
  1638. package/pipes/filter/filter.module.d.ts +0 -7
  1639. package/pipes/filter/package.json +0 -10
  1640. package/pipes/filter/taiga-ui-cdk-pipes-filter.d.ts +0 -5
  1641. package/pipes/is-present/is-present.module.d.ts +0 -7
  1642. package/pipes/is-present/package.json +0 -10
  1643. package/pipes/is-present/taiga-ui-cdk-pipes-is-present.d.ts +0 -5
  1644. package/pipes/keys/keys.module.d.ts +0 -7
  1645. package/pipes/keys/package.json +0 -10
  1646. package/pipes/keys/taiga-ui-cdk-pipes-keys.d.ts +0 -5
  1647. package/pipes/mapper/mapper.module.d.ts +0 -7
  1648. package/pipes/mapper/package.json +0 -10
  1649. package/pipes/mapper/taiga-ui-cdk-pipes-mapper.d.ts +0 -5
  1650. package/pipes/package.json +0 -10
  1651. package/pipes/replace/package.json +0 -10
  1652. package/pipes/replace/replace.module.d.ts +0 -7
  1653. package/pipes/replace/taiga-ui-cdk-pipes-replace.d.ts +0 -5
  1654. package/pipes/taiga-ui-cdk-pipes.d.ts +0 -5
  1655. package/schematics/ng-update/interfaces/replaceable-attribute.d.ts +0 -12
  1656. package/schematics/ng-update/interfaces/replacement-const.d.ts +0 -11
  1657. package/schematics/ng-update/interfaces/type-to-rename.d.ts +0 -6
  1658. package/schematics/ng-update/steps/replace-const.d.ts +0 -4
  1659. package/schematics/ng-update/steps/replace-const.js +0 -33
  1660. package/schematics/ng-update/v3/interfaces/attribute-to-directive.d.ts +0 -11
  1661. package/schematics/ng-update/v3/interfaces/removable-input.d.ts +0 -4
  1662. package/schematics/ng-update/v3/interfaces/replaceable-attribute-value.d.ts +0 -8
  1663. package/schematics/ng-update/v3/interfaces/replaceable-tag.d.ts +0 -5
  1664. package/schematics/ng-update/v4/steps/replace-thumbnail-card.d.ts +0 -3
  1665. package/schematics/ng-update/v4/steps/replace-thumbnail-card.js +0 -58
  1666. package/schematics/utils/add-import-to-component.d.ts +0 -4
  1667. package/schematics/utils/add-import-to-component.js +0 -12
  1668. package/schematics/utils/angular/ng-component.d.ts +0 -2
  1669. package/schematics/utils/angular/ng-component.js +0 -8
  1670. package/schematics/utils/angular/ng-module.d.ts +0 -6
  1671. package/schematics/utils/angular/ng-module.js +0 -23
  1672. package/schematics/utils/replace-tag.d.ts +0 -3
  1673. package/schematics/utils/replace-tag.js +0 -17
  1674. package/services/destroy.service.d.ts +0 -17
  1675. package/services/directive-styles.service.d.ts +0 -14
  1676. package/services/focus-visible.service.d.ts +0 -14
  1677. package/services/obscured.service.d.ts +0 -15
  1678. package/services/package.json +0 -10
  1679. package/services/pan.service.d.ts +0 -8
  1680. package/services/parents-scroll.service.d.ts +0 -12
  1681. package/services/resize.service.d.ts +0 -9
  1682. package/services/swipe.service.d.ts +0 -9
  1683. package/services/taiga-ui-cdk-services.d.ts +0 -5
  1684. package/services/zoom.service.d.ts +0 -9
  1685. package/taiga-ui-cdk.d.ts +0 -5
  1686. package/tokens/alerts.d.ts +0 -8
  1687. package/tokens/default-renderer.d.ts +0 -8
  1688. package/tokens/dialogs.d.ts +0 -8
  1689. package/tokens/ensure-base-href.d.ts +0 -4
  1690. package/tokens/focusable-item-accessor.d.ts +0 -7
  1691. package/tokens/fonts-ready.d.ts +0 -3
  1692. package/tokens/is-android.d.ts +0 -4
  1693. package/tokens/is-apple.d.ts +0 -4
  1694. package/tokens/is-chromium.d.ts +0 -4
  1695. package/tokens/is-cypress.d.ts +0 -5
  1696. package/tokens/is-e2e.d.ts +0 -4
  1697. package/tokens/is-firefox.d.ts +0 -4
  1698. package/tokens/is-ios.d.ts +0 -4
  1699. package/tokens/is-mobile.d.ts +0 -4
  1700. package/tokens/is-playwright.d.ts +0 -4
  1701. package/tokens/is-stackblitz.d.ts +0 -1
  1702. package/tokens/is-webkit.d.ts +0 -4
  1703. package/tokens/package.json +0 -10
  1704. package/tokens/platform.d.ts +0 -3
  1705. package/tokens/scroll-ref.d.ts +0 -5
  1706. package/tokens/swipe-options.d.ts +0 -5
  1707. package/tokens/taiga-ui-cdk-tokens.d.ts +0 -5
  1708. package/tokens/take-only-trusted-events.d.ts +0 -7
  1709. package/tokens/touch-supported.d.ts +0 -1
  1710. package/tokens/window-height.d.ts +0 -4
  1711. package/tokens/zoom-options.d.ts +0 -5
  1712. package/types/autocomplete.d.ts +0 -2
  1713. package/types/date-mode.d.ts +0 -6
  1714. package/types/deep-partial.d.ts +0 -3
  1715. package/types/dialog.d.ts +0 -5
  1716. package/types/event-with.d.ts +0 -10
  1717. package/types/injection-token-type.d.ts +0 -2
  1718. package/types/input-mode.d.ts +0 -1
  1719. package/types/input-type.d.ts +0 -1
  1720. package/types/overscroll-mode.d.ts +0 -1
  1721. package/types/package.json +0 -10
  1722. package/types/platform.d.ts +0 -1
  1723. package/types/taiga-ui-cdk-types.d.ts +0 -5
  1724. package/types/time-mode.d.ts +0 -1
  1725. package/utils/browser/is-edge-older-than.d.ts +0 -1
  1726. package/utils/browser/package.json +0 -10
  1727. package/utils/browser/taiga-ui-cdk-utils-browser.d.ts +0 -5
  1728. package/utils/color/package.json +0 -10
  1729. package/utils/color/taiga-ui-cdk-utils-color.d.ts +0 -5
  1730. package/utils/dom/can-scroll.d.ts +0 -1
  1731. package/utils/dom/get-scroll-parent.d.ts +0 -7
  1732. package/utils/dom/package.json +0 -10
  1733. package/utils/dom/taiga-ui-cdk-utils-dom.d.ts +0 -5
  1734. package/utils/focus/package.json +0 -10
  1735. package/utils/focus/set-native-mouse-focused.d.ts +0 -8
  1736. package/utils/focus/taiga-ui-cdk-utils-focus.d.ts +0 -5
  1737. package/utils/format/index.d.ts +0 -1
  1738. package/utils/format/package.json +0 -10
  1739. package/utils/format/taiga-ui-cdk-utils-format.d.ts +0 -5
  1740. package/utils/math/package.json +0 -10
  1741. package/utils/math/taiga-ui-cdk-utils-math.d.ts +0 -5
  1742. package/utils/miscellaneous/clean-object.d.ts +0 -2
  1743. package/utils/miscellaneous/create-options.d.ts +0 -3
  1744. package/utils/miscellaneous/get-swipe-direction.d.ts +0 -2
  1745. package/utils/miscellaneous/object-from-entries.d.ts +0 -9
  1746. package/utils/miscellaneous/package.json +0 -10
  1747. package/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.d.ts +0 -5
  1748. package/utils/os/index.d.ts +0 -3
  1749. package/utils/os/is-apple-platform.d.ts +0 -11
  1750. package/utils/os/is-apple.d.ts +0 -1
  1751. package/utils/os/package.json +0 -10
  1752. package/utils/os/taiga-ui-cdk-utils-os.d.ts +0 -5
  1753. package/utils/package.json +0 -10
  1754. package/utils/svg/index.d.ts +0 -1
  1755. package/utils/svg/package.json +0 -10
  1756. package/utils/svg/svg-linear-gradient-processor.d.ts +0 -16
  1757. package/utils/svg/taiga-ui-cdk-utils-svg.d.ts +0 -5
  1758. package/utils/taiga-ui-cdk-utils.d.ts +0 -5
  1759. /package/{esm2015/classes/taiga-ui-cdk-classes.js → esm2022/classes/taiga-ui-cdk-classes.mjs} +0 -0
  1760. /package/{esm2015/constants/taiga-ui-cdk-constants.js → esm2022/constants/taiga-ui-cdk-constants.mjs} +0 -0
  1761. /package/{esm2015/date-time/date-clamp.js → esm2022/date-time/date-clamp.mjs} +0 -0
  1762. /package/{esm2015/date-time/date-fillers.js → esm2022/date-time/date-fillers.mjs} +0 -0
  1763. /package/{esm2015/date-time/date-time.js → esm2022/date-time/date-time.mjs} +0 -0
  1764. /package/{esm2015/date-time/days.const.js → esm2022/date-time/days.const.mjs} +0 -0
  1765. /package/{esm2015/date-time/taiga-ui-cdk-date-time.js → esm2022/date-time/taiga-ui-cdk-date-time.mjs} +0 -0
  1766. /package/{esm2015/directives/active-zone/taiga-ui-cdk-directives-active-zone.js → esm2022/directives/active-zone/taiga-ui-cdk-directives-active-zone.mjs} +0 -0
  1767. /package/{esm2015/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.js → esm2022/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.mjs} +0 -0
  1768. /package/{esm2015/directives/click-outside/taiga-ui-cdk-directives-click-outside.js → esm2022/directives/click-outside/taiga-ui-cdk-directives-click-outside.mjs} +0 -0
  1769. /package/{esm2015/directives/control/taiga-ui-cdk-directives-control.js → esm2022/directives/control/taiga-ui-cdk-directives-control.mjs} +0 -0
  1770. /package/{esm2015/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.js → esm2022/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.mjs} +0 -0
  1771. /package/{esm2015/directives/droppable/taiga-ui-cdk-directives-droppable.js → esm2022/directives/droppable/taiga-ui-cdk-directives-droppable.mjs} +0 -0
  1772. /package/{esm2015/directives/element/taiga-ui-cdk-directives-element.js → esm2022/directives/element/taiga-ui-cdk-directives-element.mjs} +0 -0
  1773. /package/{esm2015/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.js → esm2022/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.mjs} +0 -0
  1774. /package/{esm2015/directives/for/taiga-ui-cdk-directives-for.js → esm2022/directives/for/taiga-ui-cdk-directives-for.mjs} +0 -0
  1775. /package/{esm2015/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.js → esm2022/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.mjs} +0 -0
  1776. /package/{esm2015/directives/hovered/taiga-ui-cdk-directives-hovered.js → esm2022/directives/hovered/taiga-ui-cdk-directives-hovered.mjs} +0 -0
  1777. /package/{esm2015/directives/item/taiga-ui-cdk-directives-item.js → esm2022/directives/item/taiga-ui-cdk-directives-item.mjs} +0 -0
  1778. /package/{esm2015/directives/let/taiga-ui-cdk-directives-let.js → esm2022/directives/let/taiga-ui-cdk-directives-let.mjs} +0 -0
  1779. /package/{esm2015/directives/media/taiga-ui-cdk-directives-media.js → esm2022/directives/media/taiga-ui-cdk-directives-media.mjs} +0 -0
  1780. /package/{esm2015/directives/obscured/taiga-ui-cdk-directives-obscured.js → esm2022/directives/obscured/taiga-ui-cdk-directives-obscured.mjs} +0 -0
  1781. /package/{esm2015/directives/pan/taiga-ui-cdk-directives-pan.js → esm2022/directives/pan/taiga-ui-cdk-directives-pan.mjs} +0 -0
  1782. /package/{esm2015/directives/platform/taiga-ui-cdk-directives-platform.js → esm2022/directives/platform/taiga-ui-cdk-directives-platform.mjs} +0 -0
  1783. /package/{esm2015/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.js → esm2022/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.mjs} +0 -0
  1784. /package/{esm2015/directives/resizer/taiga-ui-cdk-directives-resizer.js → esm2022/directives/resizer/taiga-ui-cdk-directives-resizer.mjs} +0 -0
  1785. /package/{esm2015/directives/swipe/taiga-ui-cdk-directives-swipe.js → esm2022/directives/swipe/taiga-ui-cdk-directives-swipe.mjs} +0 -0
  1786. /package/{esm2015/directives/taiga-ui-cdk-directives.js → esm2022/directives/taiga-ui-cdk-directives.mjs} +0 -0
  1787. /package/{esm2015/directives/validator/taiga-ui-cdk-directives-validator.js → esm2022/directives/validator/taiga-ui-cdk-directives-validator.mjs} +0 -0
  1788. /package/{esm2015/directives/value-changes/taiga-ui-cdk-directives-value-changes.js → esm2022/directives/value-changes/taiga-ui-cdk-directives-value-changes.mjs} +0 -0
  1789. /package/{esm2015/directives/zoom/taiga-ui-cdk-directives-zoom.js → esm2022/directives/zoom/taiga-ui-cdk-directives-zoom.mjs} +0 -0
  1790. /package/{esm2015/observables/taiga-ui-cdk-observables.js → esm2022/observables/taiga-ui-cdk-observables.mjs} +0 -0
  1791. /package/{esm2015/pipes/filter/taiga-ui-cdk-pipes-filter.js → esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs} +0 -0
  1792. /package/{esm2015/pipes/is-present/taiga-ui-cdk-pipes-is-present.js → esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs} +0 -0
  1793. /package/{esm2015/pipes/keys/taiga-ui-cdk-pipes-keys.js → esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs} +0 -0
  1794. /package/{esm2015/pipes/mapper/taiga-ui-cdk-pipes-mapper.js → esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs} +0 -0
  1795. /package/{esm2015/pipes/replace/taiga-ui-cdk-pipes-replace.js → esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs} +0 -0
  1796. /package/{esm2015/pipes/taiga-ui-cdk-pipes.js → esm2022/pipes/taiga-ui-cdk-pipes.mjs} +0 -0
  1797. /package/{esm2015/services/taiga-ui-cdk-services.js → esm2022/services/taiga-ui-cdk-services.mjs} +0 -0
  1798. /package/{esm2015/taiga-ui-cdk.js → esm2022/taiga-ui-cdk.mjs} +0 -0
  1799. /package/{esm2015/tokens/range.js → esm2022/tokens/range.mjs} +0 -0
  1800. /package/{esm2015/tokens/taiga-ui-cdk-tokens.js → esm2022/tokens/taiga-ui-cdk-tokens.mjs} +0 -0
  1801. /package/{esm2015/types/handler.js → esm2022/types/handler.mjs} +0 -0
  1802. /package/{esm2015/types/rounding.js → esm2022/types/rounding.mjs} +0 -0
  1803. /package/{esm2015/types/taiga-ui-cdk-types.js → esm2022/types/taiga-ui-cdk-types.mjs} +0 -0
  1804. /package/{esm2015/types/values-of.js → esm2022/types/values-of.mjs} +0 -0
  1805. /package/{esm2015/utils/browser/taiga-ui-cdk-utils-browser.js → esm2022/utils/browser/taiga-ui-cdk-utils-browser.mjs} +0 -0
  1806. /package/{esm2015/utils/color/index.js → esm2022/utils/color/index.mjs} +0 -0
  1807. /package/{esm2015/utils/color/rgb-to-hsv.js → esm2022/utils/color/rgb-to-hsv.mjs} +0 -0
  1808. /package/{esm2015/utils/color/taiga-ui-cdk-utils-color.js → esm2022/utils/color/taiga-ui-cdk-utils-color.mjs} +0 -0
  1809. /package/{esm2015/utils/dom/get-actual-target.js → esm2022/utils/dom/get-actual-target.mjs} +0 -0
  1810. /package/{esm2015/utils/dom/is-current-target.js → esm2022/utils/dom/is-current-target.mjs} +0 -0
  1811. /package/{esm2015/utils/dom/is-element-editable.js → esm2022/utils/dom/is-element-editable.mjs} +0 -0
  1812. /package/{esm2015/utils/dom/is-inside-iframe.js → esm2022/utils/dom/is-inside-iframe.mjs} +0 -0
  1813. /package/{esm2015/utils/dom/taiga-ui-cdk-utils-dom.js → esm2022/utils/dom/taiga-ui-cdk-utils-dom.mjs} +0 -0
  1814. /package/{esm2015/utils/focus/blur-native-focused.js → esm2022/utils/focus/blur-native-focused.mjs} +0 -0
  1815. /package/{esm2015/utils/focus/get-closest-focusable.js → esm2022/utils/focus/get-closest-focusable.mjs} +0 -0
  1816. /package/{esm2015/utils/focus/move-focus.js → esm2022/utils/focus/move-focus.mjs} +0 -0
  1817. /package/{esm2015/utils/focus/taiga-ui-cdk-utils-focus.js → esm2022/utils/focus/taiga-ui-cdk-utils-focus.mjs} +0 -0
  1818. /package/{esm2015/utils/math/index.js → esm2022/utils/math/index.mjs} +0 -0
  1819. /package/{esm2015/utils/math/sum.js → esm2022/utils/math/sum.mjs} +0 -0
  1820. /package/{esm2015/utils/math/taiga-ui-cdk-utils-math.js → esm2022/utils/math/taiga-ui-cdk-utils-math.mjs} +0 -0
  1821. /package/{esm2015/utils/math/to-int.js → esm2022/utils/math/to-int.mjs} +0 -0
  1822. /package/{esm2015/utils/math/to-integer.js → esm2022/utils/math/to-integer.mjs} +0 -0
  1823. /package/{esm2015/utils/math/to-radians.js → esm2022/utils/math/to-radians.mjs} +0 -0
  1824. /package/{esm2015/utils/miscellaneous/array-remove.js → esm2022/utils/miscellaneous/array-remove.mjs} +0 -0
  1825. /package/{esm2015/utils/miscellaneous/array-shallow-equals.js → esm2022/utils/miscellaneous/array-shallow-equals.mjs} +0 -0
  1826. /package/{esm2015/utils/miscellaneous/array-toggle.js → esm2022/utils/miscellaneous/array-toggle.mjs} +0 -0
  1827. /package/{esm2015/utils/miscellaneous/default-sort.js → esm2022/utils/miscellaneous/default-sort.mjs} +0 -0
  1828. /package/{esm2015/utils/miscellaneous/distance-between-touches.js → esm2022/utils/miscellaneous/distance-between-touches.mjs} +0 -0
  1829. /package/{esm2015/utils/miscellaneous/flat-length.js → esm2022/utils/miscellaneous/flat-length.mjs} +0 -0
  1830. /package/{esm2015/utils/miscellaneous/is-falsy.js → esm2022/utils/miscellaneous/is-falsy.mjs} +0 -0
  1831. /package/{esm2015/utils/miscellaneous/is-present.js → esm2022/utils/miscellaneous/is-present.mjs} +0 -0
  1832. /package/{esm2015/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.js → esm2022/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.mjs} +0 -0
  1833. /package/{esm2015/utils/taiga-ui-cdk-utils.js → esm2022/utils/taiga-ui-cdk-utils.mjs} +0 -0
  1834. /package/schematics/ng-update/interfaces/{replaceable-attribute.js → html-comment.js} +0 -0
  1835. /package/schematics/ng-update/{v3/interfaces → interfaces}/removable-input.js +0 -0
  1836. /package/schematics/ng-update/interfaces/{replacement-const.js → replacement-attribute-to-directive.js} +0 -0
  1837. /package/schematics/ng-update/interfaces/{type-to-rename.js → replacement-attribute-value.js} +0 -0
  1838. /package/schematics/ng-update/{v3/interfaces/attribute-to-directive.js → interfaces/replacement-attribute.js} +0 -0
  1839. /package/schematics/ng-update/{v3/interfaces/replaceable-attribute-value.js → interfaces/replacement-identifier.js} +0 -0
  1840. /package/schematics/ng-update/{v3/interfaces/replaceable-tag.js → interfaces/replacement-tag.js} +0 -0
  1841. /package/utils/{os → browser}/is-ios.d.ts +0 -0
  1842. /package/utils/{format → miscellaneous}/px.d.ts +0 -0
@@ -3,991 +3,991 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ICONS = void 0;
4
4
  exports.ICONS = [
5
5
  {
6
- from: `tuiIconAcquiringMarker`,
7
- to: `tuiIconTdsPosTerminalMedium`,
6
+ from: 'tuiIconAcquiringMarker',
7
+ to: 'tuiIconTdsPosTerminalMedium',
8
8
  },
9
9
  {
10
- from: `tuiIconAllMarker`,
11
- to: `tuiIconTdsGridMedium`,
10
+ from: 'tuiIconAllMarker',
11
+ to: 'tuiIconTdsGridMedium',
12
12
  },
13
13
  {
14
- from: `tuiIconAnalyzeUpMarker`,
15
- to: `tuiIconTdsChartGrowMedium`,
14
+ from: 'tuiIconAnalyzeUpMarker',
15
+ to: 'tuiIconTdsChartGrowMedium',
16
16
  },
17
17
  {
18
- from: `tuiIconArrestMarker`,
19
- to: `tuiIconTdsAlertMedium`,
18
+ from: 'tuiIconArrestMarker',
19
+ to: 'tuiIconTdsAlertMedium',
20
20
  },
21
21
  {
22
- from: `tuiIconArrowDownMarker`,
23
- to: `tuiIconTdsArrowDownCircleMedium`,
22
+ from: 'tuiIconArrowDownMarker',
23
+ to: 'tuiIconTdsArrowDownCircleMedium',
24
24
  },
25
25
  {
26
- from: `tuiIconArrowsAngleMarker`,
27
- to: `tuiIconTdsArrowsLeftRight2Medium`,
26
+ from: 'tuiIconArrowsAngleMarker',
27
+ to: 'tuiIconTdsArrowsLeftRight2Medium',
28
28
  },
29
29
  {
30
- from: `tuiIconArrowsLeftRightMarker`,
31
- to: `tuiIconTdsArrowsLeftRight2Medium`,
30
+ from: 'tuiIconArrowsLeftRightMarker',
31
+ to: 'tuiIconTdsArrowsLeftRight2Medium',
32
32
  },
33
33
  {
34
- from: `tuiIconAttentionMarker`,
35
- to: `tuiIconTdsAlertMedium`,
34
+ from: 'tuiIconAttentionMarker',
35
+ to: 'tuiIconTdsAlertMedium',
36
36
  },
37
37
  {
38
- from: `tuiIconAutobahnMarker`,
39
- to: `tuiIconTdsTollRoadMedium`,
38
+ from: 'tuiIconAutobahnMarker',
39
+ to: 'tuiIconTdsTollRoadMedium',
40
40
  },
41
41
  {
42
- from: `tuiIconBagsMarker`,
43
- to: `tuiIconTdsShoppingBagMedium`,
42
+ from: 'tuiIconBagsMarker',
43
+ to: 'tuiIconTdsShoppingBagMedium',
44
44
  },
45
45
  {
46
- from: `tuiIconBakeryMarker`,
47
- to: `tuiIconTdsBreadMedium`,
46
+ from: 'tuiIconBakeryMarker',
47
+ to: 'tuiIconTdsBreadMedium',
48
48
  },
49
49
  {
50
- from: `tuiIconBalloonMarker`,
51
- to: `tuiIconTdsGiftMedium`,
50
+ from: 'tuiIconBalloonMarker',
51
+ to: 'tuiIconTdsGiftMedium',
52
52
  },
53
53
  {
54
- from: `tuiIconBanquetMarker`,
55
- to: `tuiIconTdsChickenDishMedium`,
54
+ from: 'tuiIconBanquetMarker',
55
+ to: 'tuiIconTdsChickenDishMedium',
56
56
  },
57
57
  {
58
- from: `tuiIconBeachMarker`,
59
- to: `tuiIconTdsSunMedium`,
58
+ from: 'tuiIconBeachMarker',
59
+ to: 'tuiIconTdsSunMedium',
60
60
  },
61
61
  {
62
- from: `tuiIconBeautyMarker`,
63
- to: `tuiIconTdsMirrorMedium`,
62
+ from: 'tuiIconBeautyMarker',
63
+ to: 'tuiIconTdsMirrorMedium',
64
64
  },
65
65
  {
66
- from: `tuiIconBillMarker`,
67
- to: `tuiIconTdsReceiptExitMedium`,
66
+ from: 'tuiIconBillMarker',
67
+ to: 'tuiIconTdsReceiptExitMedium',
68
68
  },
69
69
  {
70
- from: `tuiIconBookkeepingMarker`,
71
- to: `tuiIconTdsCalendarCheckMedium`,
70
+ from: 'tuiIconBookkeepingMarker',
71
+ to: 'tuiIconTdsCalendarCheckMedium',
72
72
  },
73
73
  {
74
- from: `tuiIconBooksMarker`,
75
- to: `tuiIconTdsBookOpenMedium`,
74
+ from: 'tuiIconBooksMarker',
75
+ to: 'tuiIconTdsBookOpenMedium',
76
76
  },
77
77
  {
78
- from: `tuiIconBowlingMarker`,
79
- to: `tuiIconTdsStarMedium`,
78
+ from: 'tuiIconBowlingMarker',
79
+ to: 'tuiIconTdsStarMedium',
80
80
  },
81
81
  {
82
- from: `tuiIconBudgetMarker`,
83
- to: `tuiIconTdsMountainsFlagMedium`,
82
+ from: 'tuiIconBudgetMarker',
83
+ to: 'tuiIconTdsMountainsFlagMedium',
84
84
  },
85
85
  {
86
- from: `tuiIconBusMarker`,
87
- to: `tuiIconTdsTransportBusMedium`,
86
+ from: 'tuiIconBusMarker',
87
+ to: 'tuiIconTdsTransportBusMedium',
88
88
  },
89
89
  {
90
- from: `tuiIconBusinessCardMarker`,
91
- to: `tuiIconTdsCardPersonMedium`,
90
+ from: 'tuiIconBusinessCardMarker',
91
+ to: 'tuiIconTdsCardPersonMedium',
92
92
  },
93
93
  {
94
- from: `tuiIconButterflyMarker`,
95
- to: `tuiIconTdsFlowerMedium`,
94
+ from: 'tuiIconButterflyMarker',
95
+ to: 'tuiIconTdsFlowerMedium',
96
96
  },
97
97
  {
98
- from: `tuiIconCCMarker`,
99
- to: `tuiIconTdsCardsMedium`,
98
+ from: 'tuiIconCCMarker',
99
+ to: 'tuiIconTdsCardsMedium',
100
100
  },
101
101
  {
102
- from: `tuiIconCalendarCheckMarker`,
103
- to: `tuiIconTdsCalendarCheckMedium`,
102
+ from: 'tuiIconCalendarCheckMarker',
103
+ to: 'tuiIconTdsCalendarCheckMedium',
104
104
  },
105
105
  {
106
- from: `tuiIconCallCenterMarker`,
107
- to: `tuiIconTdsHeadsetMedium`,
106
+ from: 'tuiIconCallCenterMarker',
107
+ to: 'tuiIconTdsHeadsetMedium',
108
108
  },
109
109
  {
110
- from: `tuiIconCallMarker`,
111
- to: `tuiIconTdsPhoneMedium`,
110
+ from: 'tuiIconCallMarker',
111
+ to: 'tuiIconTdsPhoneMedium',
112
112
  },
113
113
  {
114
- from: `tuiIconCarMarker`,
115
- to: `tuiIconTdsLogoMyCarMedium`,
114
+ from: 'tuiIconCarMarker',
115
+ to: 'tuiIconTdsLogoMyCarMedium',
116
116
  },
117
117
  {
118
- from: `tuiIconCardInMarker`,
119
- to: `tuiIconTdsCardFrontsideMedium`,
118
+ from: 'tuiIconCardInMarker',
119
+ to: 'tuiIconTdsCardFrontsideMedium',
120
120
  },
121
121
  {
122
- from: `tuiIconCardMarker`,
123
- to: `tuiIconTdsCardFrontsideMedium`,
122
+ from: 'tuiIconCardMarker',
123
+ to: 'tuiIconTdsCardFrontsideMedium',
124
124
  },
125
125
  {
126
- from: `tuiIconCardOutMarker`,
127
- to: `tuiIconTdsCardOutMedium`,
126
+ from: 'tuiIconCardOutMarker',
127
+ to: 'tuiIconTdsCardOutMedium',
128
128
  },
129
129
  {
130
- from: `tuiIconCardPlusMarker`,
131
- to: `tuiIconTdsCardFrontsidePlusMedium`,
130
+ from: 'tuiIconCardPlusMarker',
131
+ to: 'tuiIconTdsCardFrontsidePlusMedium',
132
132
  },
133
133
  {
134
- from: `tuiIconCardsMarker`,
135
- to: `tuiIconTdsCardsMedium`,
134
+ from: 'tuiIconCardsMarker',
135
+ to: 'tuiIconTdsCardsMedium',
136
136
  },
137
137
  {
138
- from: `tuiIconCashMarker`,
139
- to: `tuiIconTdsCashMedium`,
138
+ from: 'tuiIconCashMarker',
139
+ to: 'tuiIconTdsCashMedium',
140
140
  },
141
141
  {
142
- from: `tuiIconCashRegisterMarker`,
143
- to: `tuiIconTdsPosTerminalMedium`,
142
+ from: 'tuiIconCashRegisterMarker',
143
+ to: 'tuiIconTdsPosTerminalMedium',
144
144
  },
145
145
  {
146
- from: `tuiIconCertifyingCenterMarker`,
147
- to: `tuiIconTdsKeyMedium`,
146
+ from: 'tuiIconCertifyingCenterMarker',
147
+ to: 'tuiIconTdsKeyMedium',
148
148
  },
149
149
  {
150
- from: `tuiIconChatMarker`,
151
- to: `tuiIconTdsChatMedium`,
150
+ from: 'tuiIconChatMarker',
151
+ to: 'tuiIconTdsChatMedium',
152
152
  },
153
153
  {
154
- from: `tuiIconChefMarker`,
155
- to: `tuiIconTdsBurgerMedium`,
154
+ from: 'tuiIconChefMarker',
155
+ to: 'tuiIconTdsBurgerMedium',
156
156
  },
157
157
  {
158
- from: `tuiIconCinemaMarker`,
159
- to: `tuiIconTdsCameraVideoMedium`,
158
+ from: 'tuiIconCinemaMarker',
159
+ to: 'tuiIconTdsCameraVideoMedium',
160
160
  },
161
161
  {
162
- from: `tuiIconClipboardMarker`,
163
- to: `tuiIconTdsClipboardMedium`,
162
+ from: 'tuiIconClipboardMarker',
163
+ to: 'tuiIconTdsClipboardMedium',
164
164
  },
165
165
  {
166
- from: `tuiIconClothesMarker`,
167
- to: `tuiIconTdsHangerMedium`,
166
+ from: 'tuiIconClothesMarker',
167
+ to: 'tuiIconTdsHangerMedium',
168
168
  },
169
169
  {
170
- from: `tuiIconClothesOnlineMarker`,
171
- to: `tuiIconTdsTShirtMedium`,
170
+ from: 'tuiIconClothesOnlineMarker',
171
+ to: 'tuiIconTdsTShirtMedium',
172
172
  },
173
173
  {
174
- from: `tuiIconCocktailMarker`,
175
- to: `tuiIconTdsCocktailMedium`,
174
+ from: 'tuiIconCocktailMarker',
175
+ to: 'tuiIconTdsCocktailMedium',
176
176
  },
177
177
  {
178
- from: `tuiIconCoffeeshopMarker`,
179
- to: `tuiIconTdsCupMedium`,
178
+ from: 'tuiIconCoffeeshopMarker',
179
+ to: 'tuiIconTdsCupMedium',
180
180
  },
181
181
  {
182
- from: `tuiIconCogCheckMarker`,
183
- to: `tuiIconTdsSettingsCheckMedium`,
182
+ from: 'tuiIconCogCheckMarker',
183
+ to: 'tuiIconTdsSettingsCheckMedium',
184
184
  },
185
185
  {
186
- from: `tuiIconCogMarker`,
187
- to: `tuiIconTdsSettingsMedium`,
186
+ from: 'tuiIconCogMarker',
187
+ to: 'tuiIconTdsSettingsMedium',
188
188
  },
189
189
  {
190
- from: `tuiIconCoinCheckMarker`,
191
- to: `tuiIconTdsTwoCoinsMedium`,
190
+ from: 'tuiIconCoinCheckMarker',
191
+ to: 'tuiIconTdsTwoCoinsMedium',
192
192
  },
193
193
  {
194
- from: `tuiIconCoinInMarker`,
195
- to: `tuiIconTdsCoinDropMedium`,
194
+ from: 'tuiIconCoinInMarker',
195
+ to: 'tuiIconTdsCoinDropMedium',
196
196
  },
197
197
  {
198
- from: `tuiIconCoinOutMarker`,
199
- to: `tuiIconTdsCoinDropMedium`,
198
+ from: 'tuiIconCoinOutMarker',
199
+ to: 'tuiIconTdsCoinDropMedium',
200
200
  },
201
201
  {
202
- from: `tuiIconCoinPlusMarker`,
203
- to: `tuiIconTdsTwoCoinsMedium`,
202
+ from: 'tuiIconCoinPlusMarker',
203
+ to: 'tuiIconTdsTwoCoinsMedium',
204
204
  },
205
205
  {
206
- from: `tuiIconCoinsMarker`,
207
- to: `tuiIconTdsTwoCoinsMedium`,
206
+ from: 'tuiIconCoinsMarker',
207
+ to: 'tuiIconTdsTwoCoinsMedium',
208
208
  },
209
209
  {
210
- from: `tuiIconCoinsRenewMarker`,
211
- to: `tuiIconTdsTwoCoinsMedium`,
210
+ from: 'tuiIconCoinsRenewMarker',
211
+ to: 'tuiIconTdsTwoCoinsMedium',
212
212
  },
213
213
  {
214
- from: `tuiIconCommunicationsMarker`,
215
- to: `tuiIconTdsCellularMedium`,
214
+ from: 'tuiIconCommunicationsMarker',
215
+ to: 'tuiIconTdsCellularMedium',
216
216
  },
217
217
  {
218
- from: `tuiIconConsoleMarker`,
219
- to: `tuiIconTdsDeviceDesktopMedium`,
218
+ from: 'tuiIconConsoleMarker',
219
+ to: 'tuiIconTdsDeviceDesktopMedium',
220
220
  },
221
221
  {
222
- from: `tuiIconContactBookMarker`,
223
- to: `tuiIconTdsBookMedium`,
222
+ from: 'tuiIconContactBookMarker',
223
+ to: 'tuiIconTdsBookMedium',
224
224
  },
225
225
  {
226
- from: `tuiIconCourtMarker`,
227
- to: `tuiIconTdsGavelMedium`,
226
+ from: 'tuiIconCourtMarker',
227
+ to: 'tuiIconTdsGavelMedium',
228
228
  },
229
229
  {
230
- from: `tuiIconCreditsMarker`,
231
- to: `tuiIconTdsCashPercentMedium`,
230
+ from: 'tuiIconCreditsMarker',
231
+ to: 'tuiIconTdsCashPercentMedium',
232
232
  },
233
233
  {
234
- from: `tuiIconCrmMarker`,
235
- to: `tuiIconTdsStructureMedium`,
234
+ from: 'tuiIconCrmMarker',
235
+ to: 'tuiIconTdsStructureMedium',
236
236
  },
237
237
  {
238
- from: `tuiIconCrowdMarker`,
239
- to: `tuiIconTdsUsersMedium`,
238
+ from: 'tuiIconCrowdMarker',
239
+ to: 'tuiIconTdsUsersMedium',
240
240
  },
241
241
  {
242
- from: `tuiIconCrownMarker`,
243
- to: `tuiIconTdsCrownMedium`,
242
+ from: 'tuiIconCrownMarker',
243
+ to: 'tuiIconTdsCrownMedium',
244
244
  },
245
245
  {
246
- from: `tuiIconCupMarker`,
247
- to: `tuiIconTdsGobletMedium`,
246
+ from: 'tuiIconCupMarker',
247
+ to: 'tuiIconTdsGobletMedium',
248
248
  },
249
249
  {
250
- from: `tuiIconCurrencyAEDMarker`,
251
- to: `tuiIconTdsCurrencyAedMedium`,
250
+ from: 'tuiIconCurrencyAEDMarker',
251
+ to: 'tuiIconTdsCurrencyAedMedium',
252
252
  },
253
253
  {
254
- from: `tuiIconCurrencyAMDMarker`,
255
- to: `tuiIconTdsCurrencyAmdMedium`,
254
+ from: 'tuiIconCurrencyAMDMarker',
255
+ to: 'tuiIconTdsCurrencyAmdMedium',
256
256
  },
257
257
  {
258
- from: `tuiIconCurrencyAUDMarker`,
259
- to: `tuiIconTdsCurrencyAudMedium`,
258
+ from: 'tuiIconCurrencyAUDMarker',
259
+ to: 'tuiIconTdsCurrencyAudMedium',
260
260
  },
261
261
  {
262
- from: `tuiIconCurrencyAZNMarker`,
263
- to: `tuiIconTdsCurrencyAznMedium`,
262
+ from: 'tuiIconCurrencyAZNMarker',
263
+ to: 'tuiIconTdsCurrencyAznMedium',
264
264
  },
265
265
  {
266
- from: `tuiIconCurrencyBGNMarker`,
267
- to: `tuiIconTdsCurrencyBgnMedium`,
266
+ from: 'tuiIconCurrencyBGNMarker',
267
+ to: 'tuiIconTdsCurrencyBgnMedium',
268
268
  },
269
269
  {
270
- from: `tuiIconCurrencyBYNMarker`,
271
- to: `tuiIconTdsCurrencyBynMedium`,
270
+ from: 'tuiIconCurrencyBYNMarker',
271
+ to: 'tuiIconTdsCurrencyBynMedium',
272
272
  },
273
273
  {
274
- from: `tuiIconCurrencyCADMarker`,
275
- to: `tuiIconTdsCurrencyCadMedium`,
274
+ from: 'tuiIconCurrencyCADMarker',
275
+ to: 'tuiIconTdsCurrencyCadMedium',
276
276
  },
277
277
  {
278
- from: `tuiIconCurrencyCHFMarker`,
279
- to: `tuiIconTdsCurrencyChfMedium`,
278
+ from: 'tuiIconCurrencyCHFMarker',
279
+ to: 'tuiIconTdsCurrencyChfMedium',
280
280
  },
281
281
  {
282
- from: `tuiIconCurrencyCNYMarker`,
283
- to: `tuiIconTdsCurrencyCnyMedium`,
282
+ from: 'tuiIconCurrencyCNYMarker',
283
+ to: 'tuiIconTdsCurrencyCnyMedium',
284
284
  },
285
285
  {
286
- from: `tuiIconCurrencyCZKMarker`,
287
- to: `tuiIconTdsCurrencyCzkMedium`,
286
+ from: 'tuiIconCurrencyCZKMarker',
287
+ to: 'tuiIconTdsCurrencyCzkMedium',
288
288
  },
289
289
  {
290
- from: `tuiIconCurrencyDefaultMarker`,
291
- to: `tuiIconTdsCoinMedium`,
290
+ from: 'tuiIconCurrencyDefaultMarker',
291
+ to: 'tuiIconTdsCoinMedium',
292
292
  },
293
293
  {
294
- from: `tuiIconCurrencyDollarMarker`,
295
- to: `tuiIconTdsCurrencyUsdMedium`,
294
+ from: 'tuiIconCurrencyDollarMarker',
295
+ to: 'tuiIconTdsCurrencyUsdMedium',
296
296
  },
297
297
  {
298
- from: `tuiIconCurrencyEuroMarker`,
299
- to: `tuiIconTdsCurrencyEurMedium`,
298
+ from: 'tuiIconCurrencyEuroMarker',
299
+ to: 'tuiIconTdsCurrencyEurMedium',
300
300
  },
301
301
  {
302
- from: `tuiIconCurrencyGELMarker`,
303
- to: `tuiIconTdsCurrencyGelMedium`,
302
+ from: 'tuiIconCurrencyGELMarker',
303
+ to: 'tuiIconTdsCurrencyGelMedium',
304
304
  },
305
305
  {
306
- from: `tuiIconCurrencyHKDMarker`,
307
- to: `tuiIconTdsCurrencyHkdMedium`,
306
+ from: 'tuiIconCurrencyHKDMarker',
307
+ to: 'tuiIconTdsCurrencyHkdMedium',
308
308
  },
309
309
  {
310
- from: `tuiIconCurrencyHUFMarker`,
311
- to: `tuiIconTdsCurrencyHufMedium`,
310
+ from: 'tuiIconCurrencyHUFMarker',
311
+ to: 'tuiIconTdsCurrencyHufMedium',
312
312
  },
313
313
  {
314
- from: `tuiIconCurrencyIDRMarker`,
315
- to: `tuiIconTdsCurrencyIdrMedium`,
314
+ from: 'tuiIconCurrencyIDRMarker',
315
+ to: 'tuiIconTdsCurrencyIdrMedium',
316
316
  },
317
317
  {
318
- from: `tuiIconCurrencyILSMarker`,
319
- to: `tuiIconTdsCurrencyIlsMedium`,
318
+ from: 'tuiIconCurrencyILSMarker',
319
+ to: 'tuiIconTdsCurrencyIlsMedium',
320
320
  },
321
321
  {
322
- from: `tuiIconCurrencyINRMarker`,
323
- to: `tuiIconTdsCurrencyInrMedium`,
322
+ from: 'tuiIconCurrencyINRMarker',
323
+ to: 'tuiIconTdsCurrencyInrMedium',
324
324
  },
325
325
  {
326
- from: `tuiIconCurrencyKRWMarker`,
327
- to: `tuiIconTdsCurrencyKrwMedium`,
326
+ from: 'tuiIconCurrencyKRWMarker',
327
+ to: 'tuiIconTdsCurrencyKrwMedium',
328
328
  },
329
329
  {
330
- from: `tuiIconCurrencyKZTMarker`,
331
- to: `tuiIconTdsCurrencyKztMedium`,
330
+ from: 'tuiIconCurrencyKZTMarker',
331
+ to: 'tuiIconTdsCurrencyKztMedium',
332
332
  },
333
333
  {
334
- from: `tuiIconCurrencyNOKMarker`,
335
- to: `tuiIconTdsCurrencyNokMedium`,
334
+ from: 'tuiIconCurrencyNOKMarker',
335
+ to: 'tuiIconTdsCurrencyNokMedium',
336
336
  },
337
337
  {
338
- from: `tuiIconCurrencyPLNMarker`,
339
- to: `tuiIconTdsCurrencyPlnMedium`,
338
+ from: 'tuiIconCurrencyPLNMarker',
339
+ to: 'tuiIconTdsCurrencyPlnMedium',
340
340
  },
341
341
  {
342
- from: `tuiIconCurrencyPoundMarker`,
343
- to: `tuiIconTdsCurrencyGbpMedium`,
342
+ from: 'tuiIconCurrencyPoundMarker',
343
+ to: 'tuiIconTdsCurrencyGbpMedium',
344
344
  },
345
345
  {
346
- from: `tuiIconCurrencyRubleMarker`,
347
- to: `tuiIconTdsCurrencyRubMedium`,
346
+ from: 'tuiIconCurrencyRubleMarker',
347
+ to: 'tuiIconTdsCurrencyRubMedium',
348
348
  },
349
349
  {
350
- from: `tuiIconCurrencySEKMarker`,
351
- to: `tuiIconTdsCurrencySekMedium`,
350
+ from: 'tuiIconCurrencySEKMarker',
351
+ to: 'tuiIconTdsCurrencySekMedium',
352
352
  },
353
353
  {
354
- from: `tuiIconCurrencySGDMarker`,
355
- to: `tuiIconTdsCurrencySgdMedium`,
354
+ from: 'tuiIconCurrencySGDMarker',
355
+ to: 'tuiIconTdsCurrencySgdMedium',
356
356
  },
357
357
  {
358
- from: `tuiIconCurrencyTHBMarker`,
359
- to: `tuiIconTdsCurrencyThbMedium`,
358
+ from: 'tuiIconCurrencyTHBMarker',
359
+ to: 'tuiIconTdsCurrencyThbMedium',
360
360
  },
361
361
  {
362
- from: `tuiIconCurrencyTRYMarker`,
363
- to: `tuiIconTdsCurrencyTryMedium`,
362
+ from: 'tuiIconCurrencyTRYMarker',
363
+ to: 'tuiIconTdsCurrencyTryMedium',
364
364
  },
365
365
  {
366
- from: `tuiIconCurrencyUKRMarker`,
367
- to: `tuiIconTdsCurrencyUahMedium`,
366
+ from: 'tuiIconCurrencyUKRMarker',
367
+ to: 'tuiIconTdsCurrencyUahMedium',
368
368
  },
369
369
  {
370
- from: `tuiIconCurrencyVDNMarker`,
371
- to: `tuiIconTdsCurrencyVndMedium`,
370
+ from: 'tuiIconCurrencyVDNMarker',
371
+ to: 'tuiIconTdsCurrencyVndMedium',
372
372
  },
373
373
  {
374
- from: `tuiIconCurrencyYenMarker`,
375
- to: `tuiIconTdsCurrencyCnyMedium`,
374
+ from: 'tuiIconCurrencyYenMarker',
375
+ to: 'tuiIconTdsCurrencyCnyMedium',
376
376
  },
377
377
  {
378
- from: `tuiIconCursorMarker`,
379
- to: `tuiIconTdsWindowBagMedium`,
378
+ from: 'tuiIconCursorMarker',
379
+ to: 'tuiIconTdsWindowBagMedium',
380
380
  },
381
381
  {
382
- from: `tuiIconDachaMarker`,
383
- to: `tuiIconTdsHomeMedium`,
382
+ from: 'tuiIconDachaMarker',
383
+ to: 'tuiIconTdsHomeMedium',
384
384
  },
385
385
  {
386
- from: `tuiIconDevicesMarker`,
387
- to: `tuiIconTdsDeviceLaptopMedium`,
386
+ from: 'tuiIconDevicesMarker',
387
+ to: 'tuiIconTdsDeviceLaptopMedium',
388
388
  },
389
389
  {
390
- from: `tuiIconDinerMarker`,
391
- to: `tuiIconTdsChickenDishMedium`,
390
+ from: 'tuiIconDinerMarker',
391
+ to: 'tuiIconTdsChickenDishMedium',
392
392
  },
393
393
  {
394
- from: `tuiIconDocCheckMarker`,
395
- to: `tuiIconTdsDocCheckboxMedium`,
394
+ from: 'tuiIconDocCheckMarker',
395
+ to: 'tuiIconTdsDocCheckboxMedium',
396
396
  },
397
397
  {
398
- from: `tuiIconDocConstructorMarker`,
399
- to: `tuiIconTdsDocBlankMedium`,
398
+ from: 'tuiIconDocConstructorMarker',
399
+ to: 'tuiIconTdsDocBlankMedium',
400
400
  },
401
401
  {
402
- from: `tuiIconDocErrorMarker`,
403
- to: `tuiIconTdsDocBlankMedium`,
402
+ from: 'tuiIconDocErrorMarker',
403
+ to: 'tuiIconTdsDocBlankMedium',
404
404
  },
405
405
  {
406
- from: `tuiIconDocMarker`,
407
- to: `tuiIconTdsDocMedium`,
406
+ from: 'tuiIconDocMarker',
407
+ to: 'tuiIconTdsDocMedium',
408
408
  },
409
409
  {
410
- from: `tuiIconDocOutMarker`,
411
- to: `tuiIconTdsDocArrowUpMedium`,
410
+ from: 'tuiIconDocOutMarker',
411
+ to: 'tuiIconTdsDocArrowUpMedium',
412
412
  },
413
413
  {
414
- from: `tuiIconDocflowMarker`,
415
- to: `tuiIconTdsDocBlankMultipleMedium`,
414
+ from: 'tuiIconDocflowMarker',
415
+ to: 'tuiIconTdsDocBlankMultipleMedium',
416
416
  },
417
417
  {
418
- from: `tuiIconDollarPlusMarker`,
419
- to: `tuiIconTdsCurrencyUsdMedium`,
418
+ from: 'tuiIconDollarPlusMarker',
419
+ to: 'tuiIconTdsCurrencyUsdMedium',
420
420
  },
421
421
  {
422
- from: `tuiIconDoughnutMarker`,
423
- to: `tuiIconTdsBurgerMedium`,
422
+ from: 'tuiIconDoughnutMarker',
423
+ to: 'tuiIconTdsBurgerMedium',
424
424
  },
425
425
  {
426
- from: `tuiIconDrinksMarker`,
427
- to: `tuiIconTdsJuiceMedium`,
426
+ from: 'tuiIconDrinksMarker',
427
+ to: 'tuiIconTdsJuiceMedium',
428
428
  },
429
429
  {
430
- from: `tuiIconDutyFreeMarker`,
431
- to: `tuiIconTdsShoppingCartMedium`,
430
+ from: 'tuiIconDutyFreeMarker',
431
+ to: 'tuiIconTdsShoppingCartMedium',
432
432
  },
433
433
  {
434
- from: `tuiIconECommerceMarker`,
435
- to: `tuiIconTdsShoppingBagChartMedium`,
434
+ from: 'tuiIconECommerceMarker',
435
+ to: 'tuiIconTdsShoppingBagChartMedium',
436
436
  },
437
437
  {
438
- from: `tuiIconESignMarker`,
439
- to: `tuiIconTdsUsbStickMedium`,
438
+ from: 'tuiIconESignMarker',
439
+ to: 'tuiIconTdsUsbStickMedium',
440
440
  },
441
441
  {
442
- from: `tuiIconEditMarker`,
443
- to: `tuiIconTdsPencilMedium`,
442
+ from: 'tuiIconEditMarker',
443
+ to: 'tuiIconTdsPencilMedium',
444
444
  },
445
445
  {
446
- from: `tuiIconEducationMarker`,
447
- to: `tuiIconTdsCapAcademicMedium`,
446
+ from: 'tuiIconEducationMarker',
447
+ to: 'tuiIconTdsCapAcademicMedium',
448
448
  },
449
449
  {
450
- from: `tuiIconEncashmentMarker`,
451
- to: `tuiIconTdsTransportEncashmentMedium`,
450
+ from: 'tuiIconEncashmentMarker',
451
+ to: 'tuiIconTdsTransportEncashmentMedium',
452
452
  },
453
453
  {
454
- from: `tuiIconErrorMarker`,
455
- to: `tuiIconTdsCrossMedium`,
454
+ from: 'tuiIconErrorMarker',
455
+ to: 'tuiIconTdsCrossMedium',
456
456
  },
457
457
  {
458
- from: `tuiIconEshopMarker`,
459
- to: `tuiIconTdsShoppingBagChartMedium`,
458
+ from: 'tuiIconEshopMarker',
459
+ to: 'tuiIconTdsShoppingBagChartMedium',
460
460
  },
461
461
  {
462
- from: `tuiIconEyeClosedMarker`,
463
- to: `tuiIconTdsEyeOffMedium`,
462
+ from: 'tuiIconEyeClosedMarker',
463
+ to: 'tuiIconTdsEyeOffMedium',
464
464
  },
465
465
  {
466
- from: `tuiIconEyeOpenMarker`,
467
- to: `tuiIconTdsEyeMedium`,
466
+ from: 'tuiIconEyeOpenMarker',
467
+ to: 'tuiIconTdsEyeMedium',
468
468
  },
469
469
  {
470
- from: `tuiIconFastfoodMarker`,
471
- to: `tuiIconTdsBurgerMedium`,
470
+ from: 'tuiIconFastfoodMarker',
471
+ to: 'tuiIconTdsBurgerMedium',
472
472
  },
473
473
  {
474
- from: `tuiIconFavoritesMarker`,
475
- to: `tuiIconTdsHeartFilledMedium`,
474
+ from: 'tuiIconFavoritesMarker',
475
+ to: 'tuiIconTdsHeartFilledMedium',
476
476
  },
477
477
  {
478
- from: `tuiIconFemaleClothesMarker`,
479
- to: `tuiIconTdsHangerMedium`,
478
+ from: 'tuiIconFemaleClothesMarker',
479
+ to: 'tuiIconTdsHangerMedium',
480
480
  },
481
481
  {
482
- from: `tuiIconFemaleMarker`,
483
- to: `tuiIconTdsUserFemaleMedium`,
482
+ from: 'tuiIconFemaleMarker',
483
+ to: 'tuiIconTdsUserFemaleMedium',
484
484
  },
485
485
  {
486
- from: `tuiIconFlowersMarker`,
487
- to: `tuiIconTdsFlowerMedium`,
486
+ from: 'tuiIconFlowersMarker',
487
+ to: 'tuiIconTdsFlowerMedium',
488
488
  },
489
489
  {
490
- from: `tuiIconFuelMarker`,
491
- to: `tuiIconTdsLogoFuelMedium`,
490
+ from: 'tuiIconFuelMarker',
491
+ to: 'tuiIconTdsLogoFuelMedium',
492
492
  },
493
493
  {
494
- from: `tuiIconFurnitureMarker`,
495
- to: `tuiIconTdsArmchairMedium`,
494
+ from: 'tuiIconFurnitureMarker',
495
+ to: 'tuiIconTdsArmchairMedium',
496
496
  },
497
497
  {
498
- from: `tuiIconGalleryMarker`,
499
- to: `tuiIconTdsImageMedium`,
498
+ from: 'tuiIconGalleryMarker',
499
+ to: 'tuiIconTdsImageMedium',
500
500
  },
501
501
  {
502
- from: `tuiIconGamesMarker`,
503
- to: `tuiIconTdsGamepadMedium`,
502
+ from: 'tuiIconGamesMarker',
503
+ to: 'tuiIconTdsGamepadMedium',
504
504
  },
505
505
  {
506
- from: `tuiIconGiftMarker`,
507
- to: `tuiIconTdsGiftMedium`,
506
+ from: 'tuiIconGiftMarker',
507
+ to: 'tuiIconTdsGiftMedium',
508
508
  },
509
509
  {
510
- from: `tuiIconGosMarker`,
511
- to: `tuiIconTdsRussiaMedium`,
510
+ from: 'tuiIconGosMarker',
511
+ to: 'tuiIconTdsRussiaMedium',
512
512
  },
513
513
  {
514
- from: `tuiIconGroceriesMarker`,
515
- to: `tuiIconTdsShoppingBagMedium`,
514
+ from: 'tuiIconGroceriesMarker',
515
+ to: 'tuiIconTdsShoppingBagMedium',
516
516
  },
517
517
  {
518
- from: `tuiIconHeartHandsMarker`,
519
- to: `tuiIconTdsRibbonMedium`,
518
+ from: 'tuiIconHeartHandsMarker',
519
+ to: 'tuiIconTdsRibbonMedium',
520
520
  },
521
521
  {
522
- from: `tuiIconHelpMarker`,
523
- to: `tuiIconTdsChatQuestionMedium`,
522
+ from: 'tuiIconHelpMarker',
523
+ to: 'tuiIconTdsChatQuestionMedium',
524
524
  },
525
525
  {
526
- from: `tuiIconHotelMarker`,
527
- to: `tuiIconTdsLogoHotelsMedium`,
526
+ from: 'tuiIconHotelMarker',
527
+ to: 'tuiIconTdsLogoHotelsMedium',
528
528
  },
529
529
  {
530
- from: `tuiIconHouseMarker`,
531
- to: `tuiIconTdsHomeMedium`,
530
+ from: 'tuiIconHouseMarker',
531
+ to: 'tuiIconTdsHomeMedium',
532
532
  },
533
533
  {
534
- from: `tuiIconIcecreamMarker`,
535
- to: `tuiIconTdsJuiceMedium`,
534
+ from: 'tuiIconIcecreamMarker',
535
+ to: 'tuiIconTdsJuiceMedium',
536
536
  },
537
537
  {
538
- from: `tuiIconInMarker`,
539
- to: `tuiIconTdsArrowInDownMedium`,
538
+ from: 'tuiIconInMarker',
539
+ to: 'tuiIconTdsArrowInDownMedium',
540
540
  },
541
541
  {
542
- from: `tuiIconInfinityArrowMarker`,
543
- to: `tuiIconTdsInfinityMedium`,
542
+ from: 'tuiIconInfinityArrowMarker',
543
+ to: 'tuiIconTdsInfinityMedium',
544
544
  },
545
545
  {
546
- from: `tuiIconInfoMarker`,
547
- to: `tuiIconTdsInfoMedium`,
546
+ from: 'tuiIconInfoMarker',
547
+ to: 'tuiIconTdsInfoMedium',
548
548
  },
549
549
  {
550
- from: `tuiIconInternetAcquiringMarker`,
551
- to: `tuiIconTdsShoppingCartMedium`,
550
+ from: 'tuiIconInternetAcquiringMarker',
551
+ to: 'tuiIconTdsShoppingCartMedium',
552
552
  },
553
553
  {
554
- from: `tuiIconInvestMarker`,
555
- to: `tuiIconTdsChartGrowMedium`,
554
+ from: 'tuiIconInvestMarker',
555
+ to: 'tuiIconTdsChartGrowMedium',
556
556
  },
557
557
  {
558
- from: `tuiIconInviteMarker`,
559
- to: `tuiIconTdsGiftMedium`,
558
+ from: 'tuiIconInviteMarker',
559
+ to: 'tuiIconTdsGiftMedium',
560
560
  },
561
561
  {
562
- from: `tuiIconInvoicingMarker`,
563
- to: `tuiIconTdsDocArrowUpMedium`,
562
+ from: 'tuiIconInvoicingMarker',
563
+ to: 'tuiIconTdsDocArrowUpMedium',
564
564
  },
565
565
  {
566
- from: `tuiIconJapaneseMarker`,
567
- to: `tuiIconTdsSushiMedium`,
566
+ from: 'tuiIconJapaneseMarker',
567
+ to: 'tuiIconTdsSushiMedium',
568
568
  },
569
569
  {
570
- from: `tuiIconJewelryMarker`,
571
- to: `tuiIconTdsDiamondMedium`,
570
+ from: 'tuiIconJewelryMarker',
571
+ to: 'tuiIconTdsDiamondMedium',
572
572
  },
573
573
  {
574
- from: `tuiIconKidsClubMarker`,
575
- to: `tuiIconTdsGirlMedium`,
574
+ from: 'tuiIconKidsClubMarker',
575
+ to: 'tuiIconTdsGirlMedium',
576
576
  },
577
577
  {
578
- from: `tuiIconKidsMarker`,
579
- to: `tuiIconTdsGirlMedium`,
578
+ from: 'tuiIconKidsMarker',
579
+ to: 'tuiIconTdsGirlMedium',
580
580
  },
581
581
  {
582
- from: `tuiIconLegalHelpMarker`,
583
- to: `tuiIconTdsCompareMedium`,
582
+ from: 'tuiIconLegalHelpMarker',
583
+ to: 'tuiIconTdsCompareMedium',
584
584
  },
585
585
  {
586
- from: `tuiIconLikeMarker`,
587
- to: `tuiIconTdsThumbUpMedium`,
586
+ from: 'tuiIconLikeMarker',
587
+ to: 'tuiIconTdsThumbUpMedium',
588
588
  },
589
589
  {
590
- from: `tuiIconLimitMarker`,
591
- to: `tuiIconTdsLimitsMedium`,
590
+ from: 'tuiIconLimitMarker',
591
+ to: 'tuiIconTdsLimitsMedium',
592
592
  },
593
593
  {
594
- from: `tuiIconLinkFillMarker`,
595
- to: `tuiIconTdsLinkMedium`,
594
+ from: 'tuiIconLinkFillMarker',
595
+ to: 'tuiIconTdsLinkMedium',
596
596
  },
597
597
  {
598
- from: `tuiIconLinkMarker`,
599
- to: `tuiIconTdsLinkMedium`,
598
+ from: 'tuiIconLinkMarker',
599
+ to: 'tuiIconTdsLinkMedium',
600
600
  },
601
601
  {
602
- from: `tuiIconLoansMarker`,
603
- to: `tuiIconTdsPercentMedium`,
602
+ from: 'tuiIconLoansMarker',
603
+ to: 'tuiIconTdsPercentMedium',
604
604
  },
605
605
  {
606
- from: `tuiIconLockMarker`,
607
- to: `tuiIconTdsLockMedium`,
606
+ from: 'tuiIconLockMarker',
607
+ to: 'tuiIconTdsLockMedium',
608
608
  },
609
609
  {
610
- from: `tuiIconMailMarker`,
611
- to: `tuiIconTdsLetterMedium`,
610
+ from: 'tuiIconMailMarker',
611
+ to: 'tuiIconTdsLetterMedium',
612
612
  },
613
613
  {
614
- from: `tuiIconMailingMarker`,
615
- to: `tuiIconTdsSpeakerMedium`,
614
+ from: 'tuiIconMailingMarker',
615
+ to: 'tuiIconTdsSpeakerMedium',
616
616
  },
617
617
  {
618
- from: `tuiIconMaleClothesMarker`,
619
- to: `tuiIconTdsTShirtMedium`,
618
+ from: 'tuiIconMaleClothesMarker',
619
+ to: 'tuiIconTdsTShirtMedium',
620
620
  },
621
621
  {
622
- from: `tuiIconMaleMarker`,
623
- to: `tuiIconTdsUserMaleMedium`,
622
+ from: 'tuiIconMaleMarker',
623
+ to: 'tuiIconTdsUserMaleMedium',
624
624
  },
625
625
  {
626
- from: `tuiIconManagementMarker`,
627
- to: `tuiIconTdsChartPieMedium`,
626
+ from: 'tuiIconManagementMarker',
627
+ to: 'tuiIconTdsChartPieMedium',
628
628
  },
629
629
  {
630
- from: `tuiIconMedicineMarker`,
631
- to: `tuiIconTdsBriefcaseMedicineMedium`,
630
+ from: 'tuiIconMedicineMarker',
631
+ to: 'tuiIconTdsBriefcaseMedicineMedium',
632
632
  },
633
633
  {
634
- from: `tuiIconMicrophoneMarker`,
635
- to: `tuiIconTdsMicrophoneMedium`,
634
+ from: 'tuiIconMicrophoneMarker',
635
+ to: 'tuiIconTdsMicrophoneMedium',
636
636
  },
637
637
  {
638
- from: `tuiIconMilkshakeMarker`,
639
- to: `tuiIconTdsJuiceMedium`,
638
+ from: 'tuiIconMilkshakeMarker',
639
+ to: 'tuiIconTdsJuiceMedium',
640
640
  },
641
641
  {
642
- from: `tuiIconMoneyInMarker`,
643
- to: `tuiIconTdsCashInMedium`,
642
+ from: 'tuiIconMoneyInMarker',
643
+ to: 'tuiIconTdsCashInMedium',
644
644
  },
645
645
  {
646
- from: `tuiIconMoneyMarker`,
647
- to: `tuiIconTdsCashMedium`,
646
+ from: 'tuiIconMoneyMarker',
647
+ to: 'tuiIconTdsCashMedium',
648
648
  },
649
649
  {
650
- from: `tuiIconMoneyOutMarker`,
651
- to: `tuiIconTdsCashOutMedium`,
650
+ from: 'tuiIconMoneyOutMarker',
651
+ to: 'tuiIconTdsCashOutMedium',
652
652
  },
653
653
  {
654
- from: `tuiIconMortageMarker`,
655
- to: `tuiIconTdsHomePercentMedium`,
654
+ from: 'tuiIconMortageMarker',
655
+ to: 'tuiIconTdsHomePercentMedium',
656
656
  },
657
657
  {
658
- from: `tuiIconMountainMarker`,
659
- to: `tuiIconTdsMountainsFlagMedium`,
658
+ from: 'tuiIconMountainMarker',
659
+ to: 'tuiIconTdsMountainsFlagMedium',
660
660
  },
661
661
  {
662
- from: `tuiIconMuseumMarker`,
663
- to: `tuiIconTdsMuseumMedium`,
662
+ from: 'tuiIconMuseumMarker',
663
+ to: 'tuiIconTdsMuseumMedium',
664
664
  },
665
665
  {
666
- from: `tuiIconMusicMarker`,
667
- to: `tuiIconTdsMusicMedium`,
666
+ from: 'tuiIconMusicMarker',
667
+ to: 'tuiIconTdsMusicMedium',
668
668
  },
669
669
  {
670
- from: `tuiIconNetMarker`,
671
- to: `tuiIconTdsStructureMedium`,
670
+ from: 'tuiIconNetMarker',
671
+ to: 'tuiIconTdsStructureMedium',
672
672
  },
673
673
  {
674
- from: `tuiIconNeutralMarker`,
675
- to: `tuiIconTdsUserImpersonalMedium`,
674
+ from: 'tuiIconNeutralMarker',
675
+ to: 'tuiIconTdsUserImpersonalMedium',
676
676
  },
677
677
  {
678
- from: `tuiIconNewMarker`,
679
- to: `tuiIconTdsBonusPlusMedium`,
678
+ from: 'tuiIconNewMarker',
679
+ to: 'tuiIconTdsBonusPlusMedium',
680
680
  },
681
681
  {
682
- from: `tuiIconNewsMarker`,
683
- to: `tuiIconTdsPaperLongMedium`,
682
+ from: 'tuiIconNewsMarker',
683
+ to: 'tuiIconTdsPaperLongMedium',
684
684
  },
685
685
  {
686
- from: `tuiIconNoCardMarker`,
687
- to: `tuiIconTdsCardFrontsideMedium`,
686
+ from: 'tuiIconNoCardMarker',
687
+ to: 'tuiIconTdsCardFrontsideMedium',
688
688
  },
689
689
  {
690
- from: `tuiIconNoiconMarker`,
691
- to: `tuiIconTdsPuzzleMedium`,
690
+ from: 'tuiIconNoiconMarker',
691
+ to: 'tuiIconTdsPuzzleMedium',
692
692
  },
693
693
  {
694
- from: `tuiIconNotificationsMarker`,
695
- to: `tuiIconTdsBellFilledMedium`,
694
+ from: 'tuiIconNotificationsMarker',
695
+ to: 'tuiIconTdsBellFilledMedium',
696
696
  },
697
697
  {
698
- from: `tuiIconOtherMarker`,
699
- to: `tuiIconTdsMoreMedium`,
698
+ from: 'tuiIconOtherMarker',
699
+ to: 'tuiIconTdsMoreMedium',
700
700
  },
701
701
  {
702
- from: `tuiIconOutMarker`,
703
- to: `tuiIconTdsShareMedium`,
702
+ from: 'tuiIconOutMarker',
703
+ to: 'tuiIconTdsShareMedium',
704
704
  },
705
705
  {
706
- from: `tuiIconOvernightInMarker`,
707
- to: `tuiIconTdsNight2Medium`,
706
+ from: 'tuiIconOvernightInMarker',
707
+ to: 'tuiIconTdsNight2Medium',
708
708
  },
709
709
  {
710
- from: `tuiIconOvernightMarker`,
711
- to: `tuiIconTdsNight2Medium`,
710
+ from: 'tuiIconOvernightMarker',
711
+ to: 'tuiIconTdsNight2Medium',
712
712
  },
713
713
  {
714
- from: `tuiIconOvernightOutMarker`,
715
- to: `tuiIconTdsNight2Medium`,
714
+ from: 'tuiIconOvernightOutMarker',
715
+ to: 'tuiIconTdsNight2Medium',
716
716
  },
717
717
  {
718
- from: `tuiIconPalmMarker`,
719
- to: `tuiIconTdsTravelBagMedium`,
718
+ from: 'tuiIconPalmMarker',
719
+ to: 'tuiIconTdsTravelBagMedium',
720
720
  },
721
721
  {
722
- from: `tuiIconPartnersMarker`,
723
- to: `tuiIconTdsDrawerMedium`,
722
+ from: 'tuiIconPartnersMarker',
723
+ to: 'tuiIconTdsDrawerMedium',
724
724
  },
725
725
  {
726
- from: `tuiIconPaymentsMarker`,
727
- to: `tuiIconPaymentsMarker`,
726
+ from: 'tuiIconPaymentsMarker',
727
+ to: 'tuiIconPaymentsMarker',
728
728
  },
729
729
  {
730
- from: `tuiIconPaypassMarker`,
731
- to: `tuiIconTdsPaypassMedium`,
730
+ from: 'tuiIconPaypassMarker',
731
+ to: 'tuiIconTdsPaypassMedium',
732
732
  },
733
733
  {
734
- from: `tuiIconPeopleMarker`,
735
- to: `tuiIconTdsUsersMedium`,
734
+ from: 'tuiIconPeopleMarker',
735
+ to: 'tuiIconTdsUsersMedium',
736
736
  },
737
737
  {
738
- from: `tuiIconPercentCircleMarker`,
739
- to: `tuiIconTdsPercentCircleMedium`,
738
+ from: 'tuiIconPercentCircleMarker',
739
+ to: 'tuiIconTdsPercentCircleMedium',
740
740
  },
741
741
  {
742
- from: `tuiIconPercentMarker`,
743
- to: `tuiIconTdsPercentMedium`,
742
+ from: 'tuiIconPercentMarker',
743
+ to: 'tuiIconTdsPercentMedium',
744
744
  },
745
745
  {
746
- from: `tuiIconPercentTriangleMarker`,
747
- to: `tuiIconTdsPercentCircleMedium`,
746
+ from: 'tuiIconPercentTriangleMarker',
747
+ to: 'tuiIconTdsPercentCircleMedium',
748
748
  },
749
749
  {
750
- from: `tuiIconPerfumeMarker`,
751
- to: `tuiIconTdsFlaconMedium`,
750
+ from: 'tuiIconPerfumeMarker',
751
+ to: 'tuiIconTdsFlaconMedium',
752
752
  },
753
753
  {
754
- from: `tuiIconPetsMarker`,
755
- to: `tuiIconTdsAnimalsMedium`,
754
+ from: 'tuiIconPetsMarker',
755
+ to: 'tuiIconTdsAnimalsMedium',
756
756
  },
757
757
  {
758
- from: `tuiIconPharmacyMarker`,
759
- to: `tuiIconTdsPillMedium`,
758
+ from: 'tuiIconPharmacyMarker',
759
+ to: 'tuiIconTdsPillMedium',
760
760
  },
761
761
  {
762
- from: `tuiIconPhoneMarker`,
763
- to: `tuiIconTdsDevicePhoneMedium`,
762
+ from: 'tuiIconPhoneMarker',
763
+ to: 'tuiIconTdsDevicePhoneMedium',
764
764
  },
765
765
  {
766
- from: `tuiIconPhotoMarker`,
767
- to: `tuiIconTdsCameraPhotoMedium`,
766
+ from: 'tuiIconPhotoMarker',
767
+ to: 'tuiIconTdsCameraPhotoMedium',
768
768
  },
769
769
  {
770
- from: `tuiIconPieMarker`,
771
- to: `tuiIconTdsChartPieMedium`,
770
+ from: 'tuiIconPieMarker',
771
+ to: 'tuiIconTdsChartPieMedium',
772
772
  },
773
773
  {
774
- from: `tuiIconPinMarker`,
775
- to: `tuiIconTdsAtmMedium`,
774
+ from: 'tuiIconPinMarker',
775
+ to: 'tuiIconTdsAtmMedium',
776
776
  },
777
777
  {
778
- from: `tuiIconPinnedMarker`,
779
- to: `tuiIconTdsPinMedium`,
778
+ from: 'tuiIconPinnedMarker',
779
+ to: 'tuiIconTdsPinMedium',
780
780
  },
781
781
  {
782
- from: `tuiIconPizzaMarker`,
783
- to: `tuiIconTdsPizzaMedium`,
782
+ from: 'tuiIconPizzaMarker',
783
+ to: 'tuiIconTdsPizzaMedium',
784
784
  },
785
785
  {
786
- from: `tuiIconPlaneMarker`,
787
- to: `tuiIconTdsAirplaneMedium`,
786
+ from: 'tuiIconPlaneMarker',
787
+ to: 'tuiIconTdsAirplaneMedium',
788
788
  },
789
789
  {
790
- from: `tuiIconPlanetariumMarker`,
791
- to: `tuiIconTdsGlobeMedium`,
790
+ from: 'tuiIconPlanetariumMarker',
791
+ to: 'tuiIconTdsGlobeMedium',
792
792
  },
793
793
  {
794
- from: `tuiIconPuzzleMarker`,
795
- to: `tuiIconTdsPuzzleMedium`,
794
+ from: 'tuiIconPuzzleMarker',
795
+ to: 'tuiIconTdsPuzzleMedium',
796
796
  },
797
797
  {
798
- from: `tuiIconQuestionMarker`,
799
- to: `tuiIconTdsChatQuestionMedium`,
798
+ from: 'tuiIconQuestionMarker',
799
+ to: 'tuiIconTdsChatQuestionMedium',
800
800
  },
801
801
  {
802
- from: `tuiIconRealtySearchMarker`,
803
- to: `tuiIconTdsKeyMedium`,
802
+ from: 'tuiIconRealtySearchMarker',
803
+ to: 'tuiIconTdsKeyMedium',
804
804
  },
805
805
  {
806
- from: `tuiIconReconstructMarker`,
807
- to: `tuiIconTdsCraneHookMedium`,
806
+ from: 'tuiIconReconstructMarker',
807
+ to: 'tuiIconTdsCraneHookMedium',
808
808
  },
809
809
  {
810
- from: `tuiIconRecruitMarker`,
811
- to: `tuiIconTdsUserMaleMedium`,
810
+ from: 'tuiIconRecruitMarker',
811
+ to: 'tuiIconTdsUserMaleMedium',
812
812
  },
813
813
  {
814
- from: `tuiIconRegularMarker`,
815
- to: `tuiIconTdsArrowsLeftRightMedium`,
814
+ from: 'tuiIconRegularMarker',
815
+ to: 'tuiIconTdsArrowsLeftRightMedium',
816
816
  },
817
817
  {
818
- from: `tuiIconRestaurantMarker`,
819
- to: `tuiIconTdsLogoRestaurantsMedium`,
818
+ from: 'tuiIconRestaurantMarker',
819
+ to: 'tuiIconTdsLogoRestaurantsMedium',
820
820
  },
821
821
  {
822
- from: `tuiIconRetryMarker`,
823
- to: `tuiIconTdsArrowRepeatMedium`,
822
+ from: 'tuiIconRetryMarker',
823
+ to: 'tuiIconTdsArrowRepeatMedium',
824
824
  },
825
825
  {
826
- from: `tuiIconRevertMarker`,
827
- to: `tuiIconTdsArrowRewindMedium`,
826
+ from: 'tuiIconRevertMarker',
827
+ to: 'tuiIconTdsArrowRewindMedium',
828
828
  },
829
829
  {
830
- from: `tuiIconRubleIncomeMarker`,
831
- to: `tuiIconTdsCoinDropMedium`,
830
+ from: 'tuiIconRubleIncomeMarker',
831
+ to: 'tuiIconTdsCoinDropMedium',
832
832
  },
833
833
  {
834
- from: `tuiIconRubleMarker`,
835
- to: `tuiIconTdsCurrencyRubMedium`,
834
+ from: 'tuiIconRubleMarker',
835
+ to: 'tuiIconTdsCurrencyRubMedium',
836
836
  },
837
837
  {
838
- from: `tuiIconRubleMinusMarker`,
839
- to: `tuiIconTdsCashRubleMedium`,
838
+ from: 'tuiIconRubleMinusMarker',
839
+ to: 'tuiIconTdsCashRubleMedium',
840
840
  },
841
841
  {
842
- from: `tuiIconRublePlusMarker`,
843
- to: `tuiIconTdsCashRubleMedium`,
842
+ from: 'tuiIconRublePlusMarker',
843
+ to: 'tuiIconTdsCashRubleMedium',
844
844
  },
845
845
  {
846
- from: `tuiIconRussiaMarker`,
847
- to: `tuiIconTdsRussiaMedium`,
846
+ from: 'tuiIconRussiaMarker',
847
+ to: 'tuiIconTdsRussiaMedium',
848
848
  },
849
849
  {
850
- from: `tuiIconSafeMarker`,
851
- to: `tuiIconTdsSafeDepositMedium`,
850
+ from: 'tuiIconSafeMarker',
851
+ to: 'tuiIconTdsSafeDepositMedium',
852
852
  },
853
853
  {
854
- from: `tuiIconSalaryMarker`,
855
- to: `tuiIconTdsWalletMedium`,
854
+ from: 'tuiIconSalaryMarker',
855
+ to: 'tuiIconTdsWalletMedium',
856
856
  },
857
857
  {
858
- from: `tuiIconSearchMarker`,
859
- to: `tuiIconTdsMagnifierMedium`,
858
+ from: 'tuiIconSearchMarker',
859
+ to: 'tuiIconTdsMagnifierMedium',
860
860
  },
861
861
  {
862
- from: `tuiIconServiceMarker`,
863
- to: `tuiIconTdsWrenchMedium`,
862
+ from: 'tuiIconServiceMarker',
863
+ to: 'tuiIconTdsWrenchMedium',
864
864
  },
865
865
  {
866
- from: `tuiIconServicesMarker`,
867
- to: `tuiIconTdsWrenchMedium`,
866
+ from: 'tuiIconServicesMarker',
867
+ to: 'tuiIconTdsWrenchMedium',
868
868
  },
869
869
  {
870
- from: `tuiIconSettingsMarker`,
871
- to: `tuiIconTdsSettings2Medium`,
870
+ from: 'tuiIconSettingsMarker',
871
+ to: 'tuiIconTdsSettings2Medium',
872
872
  },
873
873
  {
874
- from: `tuiIconShieldCheckMarker`,
875
- to: `tuiIconTdsShieldMedium`,
874
+ from: 'tuiIconShieldCheckMarker',
875
+ to: 'tuiIconTdsShieldMedium',
876
876
  },
877
877
  {
878
- from: `tuiIconShieldRubleMarker`,
879
- to: `tuiIconTdsShieldRubleMedium`,
878
+ from: 'tuiIconShieldRubleMarker',
879
+ to: 'tuiIconTdsShieldRubleMedium',
880
880
  },
881
881
  {
882
- from: `tuiIconShoesMarker`,
883
- to: `tuiIconTdsShoesMedium`,
882
+ from: 'tuiIconShoesMarker',
883
+ to: 'tuiIconTdsShoesMedium',
884
884
  },
885
885
  {
886
- from: `tuiIconShopMarker`,
887
- to: `tuiIconTdsShoppingCartMedium`,
886
+ from: 'tuiIconShopMarker',
887
+ to: 'tuiIconTdsShoppingCartMedium',
888
888
  },
889
889
  {
890
- from: `tuiIconSimMarker`,
891
- to: `tuiIconTdsSimMedium`,
890
+ from: 'tuiIconSimMarker',
891
+ to: 'tuiIconTdsSimMedium',
892
892
  },
893
893
  {
894
- from: `tuiIconSiteConstructorMarker`,
895
- to: `tuiIconTdsWindowSettingsMedium`,
894
+ from: 'tuiIconSiteConstructorMarker',
895
+ to: 'tuiIconTdsWindowSettingsMedium',
896
896
  },
897
897
  {
898
- from: `tuiIconSkatingMarker`,
899
- to: `tuiIconTdsStarMedium`,
898
+ from: 'tuiIconSkatingMarker',
899
+ to: 'tuiIconTdsStarMedium',
900
900
  },
901
901
  {
902
- from: `tuiIconSpecialsMarker`,
903
- to: `tuiIconTdsStarMedium`,
902
+ from: 'tuiIconSpecialsMarker',
903
+ to: 'tuiIconTdsStarMedium',
904
904
  },
905
905
  {
906
- from: `tuiIconSplitMarker`,
907
- to: `tuiIconTdsSplitMedium`,
906
+ from: 'tuiIconSplitMarker',
907
+ to: 'tuiIconTdsSplitMedium',
908
908
  },
909
909
  {
910
- from: `tuiIconSportsMarker`,
911
- to: `tuiIconTdsLogoSportMedium`,
910
+ from: 'tuiIconSportsMarker',
911
+ to: 'tuiIconTdsLogoSportMedium',
912
912
  },
913
913
  {
914
- from: `tuiIconStarMarker`,
915
- to: `tuiIconTdsStarMedium`,
914
+ from: 'tuiIconStarMarker',
915
+ to: 'tuiIconTdsStarMedium',
916
916
  },
917
917
  {
918
- from: `tuiIconStartMarker`,
919
- to: `tuiIconTdsDocBlankMedium`,
918
+ from: 'tuiIconStartMarker',
919
+ to: 'tuiIconTdsDocBlankMedium',
920
920
  },
921
921
  {
922
- from: `tuiIconStatementMarker`,
923
- to: `tuiIconTdsClipboardMedium`,
922
+ from: 'tuiIconStatementMarker',
923
+ to: 'tuiIconTdsClipboardMedium',
924
924
  },
925
925
  {
926
- from: `tuiIconStreamingMarker`,
927
- to: `tuiIconTdsVideoMedium`,
926
+ from: 'tuiIconStreamingMarker',
927
+ to: 'tuiIconTdsVideoMedium',
928
928
  },
929
929
  {
930
- from: `tuiIconSuccessMarker`,
931
- to: `tuiIconTdsCheckMedium`,
930
+ from: 'tuiIconSuccessMarker',
931
+ to: 'tuiIconTdsCheckMedium',
932
932
  },
933
933
  {
934
- from: `tuiIconSuitcaseMarker`,
935
- to: `tuiIconTdsBriefcaseMedium`,
934
+ from: 'tuiIconSuitcaseMarker',
935
+ to: 'tuiIconTdsBriefcaseMedium',
936
936
  },
937
937
  {
938
- from: `tuiIconTearoomMarker`,
939
- to: `tuiIconTdsCupMedium`,
938
+ from: 'tuiIconTearoomMarker',
939
+ to: 'tuiIconTdsCupMedium',
940
940
  },
941
941
  {
942
- from: `tuiIconTelephonyMarker`,
943
- to: `tuiIconTdsPhoneMedium`,
942
+ from: 'tuiIconTelephonyMarker',
943
+ to: 'tuiIconTdsPhoneMedium',
944
944
  },
945
945
  {
946
- from: `tuiIconTenderMarker`,
947
- to: `tuiIconTdsGavelMedium`,
946
+ from: 'tuiIconTenderMarker',
947
+ to: 'tuiIconTdsGavelMedium',
948
948
  },
949
949
  {
950
- from: `tuiIconTerminalMarker`,
951
- to: `tuiIconTdsPosTerminalMedium`,
950
+ from: 'tuiIconTerminalMarker',
951
+ to: 'tuiIconTdsPosTerminalMedium',
952
952
  },
953
953
  {
954
- from: `tuiIconTheaterMarker`,
955
- to: `tuiIconTdsLogoTheatreMedium`,
954
+ from: 'tuiIconTheaterMarker',
955
+ to: 'tuiIconTdsLogoTheatreMedium',
956
956
  },
957
957
  {
958
- from: `tuiIconTicketMarker`,
959
- to: `tuiIconTdsTicketMedium`,
958
+ from: 'tuiIconTicketMarker',
959
+ to: 'tuiIconTdsTicketMedium',
960
960
  },
961
961
  {
962
- from: `tuiIconTimeMarker`,
963
- to: `tuiIconTdsClockMedium`,
962
+ from: 'tuiIconTimeMarker',
963
+ to: 'tuiIconTdsClockMedium',
964
964
  },
965
965
  {
966
- from: `tuiIconTrainMarker`,
967
- to: `tuiIconTdsTransportTrainMedium`,
966
+ from: 'tuiIconTrainMarker',
967
+ to: 'tuiIconTdsTransportTrainMedium',
968
968
  },
969
969
  {
970
- from: `tuiIconTvMarker`,
971
- to: `tuiIconTdsDeviceDesktopMedium`,
970
+ from: 'tuiIconTvMarker',
971
+ to: 'tuiIconTdsDeviceDesktopMedium',
972
972
  },
973
973
  {
974
- from: `tuiIconUmbrellaMarker`,
975
- to: `tuiIconTdsLogoInsuranceMedium`,
974
+ from: 'tuiIconUmbrellaMarker',
975
+ to: 'tuiIconTdsLogoInsuranceMedium',
976
976
  },
977
977
  {
978
- from: `tuiIconVideoMarker`,
979
- to: `tuiIconTdsCameraVideoMedium`,
978
+ from: 'tuiIconVideoMarker',
979
+ to: 'tuiIconTdsCameraVideoMedium',
980
980
  },
981
981
  {
982
- from: `tuiIconWarningMarker`,
983
- to: `tuiIconTdsAlertMedium`,
982
+ from: 'tuiIconWarningMarker',
983
+ to: 'tuiIconTdsAlertMedium',
984
984
  },
985
985
  {
986
- from: `tuiIconWithdrawCloseMarker`,
987
- to: `tuiIconTdsCoinDropMedium`,
986
+ from: 'tuiIconWithdrawCloseMarker',
987
+ to: 'tuiIconTdsCoinDropMedium',
988
988
  },
989
989
  {
990
- from: `tuiIconWorldMarker`,
991
- to: `tuiIconTdsGlobeMedium`,
990
+ from: 'tuiIconWorldMarker',
991
+ to: 'tuiIconTdsGlobeMedium',
992
992
  },
993
993
  ].sort((prev, next) => next.from.length - prev.from.length);