@taiga-ui/cdk 3.59.0-canary.bbbc36e → 3.60.0-canary.799e7d6

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 (294) hide show
  1. package/bundles/taiga-ui-cdk-abstract.umd.js +11 -11
  2. package/bundles/taiga-ui-cdk-abstract.umd.js.map +1 -1
  3. package/bundles/taiga-ui-cdk-coercion.umd.js +1 -1
  4. package/bundles/taiga-ui-cdk-coercion.umd.js.map +1 -1
  5. package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js +2 -2
  6. package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js.map +1 -1
  7. package/bundles/taiga-ui-cdk-constants.umd.js +80 -80
  8. package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
  9. package/bundles/taiga-ui-cdk-date-time.umd.js +27 -27
  10. package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
  11. package/bundles/taiga-ui-cdk-decorators.umd.js +4 -4
  12. package/bundles/taiga-ui-cdk-decorators.umd.js.map +1 -1
  13. package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +30 -30
  14. package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +1 -1
  15. package/bundles/taiga-ui-cdk-directives-hovered.umd.js +2 -2
  16. package/bundles/taiga-ui-cdk-directives-hovered.umd.js.map +1 -1
  17. package/bundles/taiga-ui-cdk-exceptions.umd.js +13 -13
  18. package/bundles/taiga-ui-cdk-exceptions.umd.js.map +1 -1
  19. package/bundles/taiga-ui-cdk-observables.umd.js +9 -9
  20. package/bundles/taiga-ui-cdk-observables.umd.js.map +1 -1
  21. package/bundles/taiga-ui-cdk-pipes-filter.umd.js +1 -1
  22. package/bundles/taiga-ui-cdk-pipes-filter.umd.js.map +1 -1
  23. package/bundles/taiga-ui-cdk-pipes-is-present.umd.js +1 -1
  24. package/bundles/taiga-ui-cdk-pipes-is-present.umd.js.map +1 -1
  25. package/bundles/taiga-ui-cdk-pipes-keys.umd.js +1 -1
  26. package/bundles/taiga-ui-cdk-pipes-keys.umd.js.map +1 -1
  27. package/bundles/taiga-ui-cdk-pipes-mapper.umd.js +1 -1
  28. package/bundles/taiga-ui-cdk-pipes-mapper.umd.js.map +1 -1
  29. package/bundles/taiga-ui-cdk-pipes-replace.umd.js +2 -2
  30. package/bundles/taiga-ui-cdk-pipes-replace.umd.js.map +1 -1
  31. package/bundles/taiga-ui-cdk-services.umd.js +28 -25
  32. package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
  33. package/bundles/taiga-ui-cdk-tokens.umd.js +24 -24
  34. package/bundles/taiga-ui-cdk-tokens.umd.js.map +1 -1
  35. package/bundles/taiga-ui-cdk-utils-browser.umd.js +8 -8
  36. package/bundles/taiga-ui-cdk-utils-browser.umd.js.map +1 -1
  37. package/bundles/taiga-ui-cdk-utils-color.umd.js +20 -20
  38. package/bundles/taiga-ui-cdk-utils-color.umd.js.map +1 -1
  39. package/bundles/taiga-ui-cdk-utils-dom.umd.js +11 -11
  40. package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +1 -1
  41. package/bundles/taiga-ui-cdk-utils-focus.umd.js +19 -19
  42. package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +1 -1
  43. package/bundles/taiga-ui-cdk-utils-format.umd.js +1 -1
  44. package/bundles/taiga-ui-cdk-utils-format.umd.js.map +1 -1
  45. package/bundles/taiga-ui-cdk-utils-math.umd.js +7 -7
  46. package/bundles/taiga-ui-cdk-utils-math.umd.js.map +1 -1
  47. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +15 -15
  48. package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
  49. package/bundles/taiga-ui-cdk-utils-os.umd.js +1 -1
  50. package/bundles/taiga-ui-cdk-utils-os.umd.js.map +1 -1
  51. package/bundles/taiga-ui-cdk-utils-svg.umd.js +11 -11
  52. package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +1 -1
  53. package/constants/version.d.ts +1 -1
  54. package/constants/version.js +1 -1
  55. package/esm2015/abstract/control.js +4 -4
  56. package/esm2015/abstract/interactive.js +7 -7
  57. package/esm2015/abstract/portal-host.js +2 -2
  58. package/esm2015/abstract/theme-switcher.js +2 -2
  59. package/esm2015/coercion/coerce-boolean-property.js +2 -2
  60. package/esm2015/components/dropdown-host/dropdown-portal.service.js +3 -3
  61. package/esm2015/constants/parent-animation.js +4 -4
  62. package/esm2015/constants/svg-node-filter.js +2 -2
  63. package/esm2015/constants/unicode-chars.js +13 -13
  64. package/esm2015/constants/used-icons.js +64 -64
  65. package/esm2015/constants/version.js +2 -2
  66. package/esm2015/date-time/date-format.js +2 -2
  67. package/esm2015/date-time/date-separator.js +2 -2
  68. package/esm2015/date-time/day-range.js +3 -3
  69. package/esm2015/date-time/day.js +14 -14
  70. package/esm2015/date-time/month.js +2 -2
  71. package/esm2015/date-time/time.js +7 -7
  72. package/esm2015/date-time/year.js +2 -2
  73. package/esm2015/decorators/pure.js +5 -5
  74. package/esm2015/directives/auto-focus/autofocus.options.js +2 -2
  75. package/esm2015/directives/auto-focus/handlers/abstract.handler.js +2 -2
  76. package/esm2015/directives/auto-focus/handlers/default.handler.js +2 -2
  77. package/esm2015/directives/auto-focus/handlers/ios.handler.js +28 -28
  78. package/esm2015/directives/hovered/hovered.service.js +3 -3
  79. package/esm2015/exceptions/computed-document.exception.js +2 -2
  80. package/esm2015/exceptions/document-selection.exception.js +2 -2
  81. package/esm2015/exceptions/invalid-day.exception.js +2 -2
  82. package/esm2015/exceptions/invalid-month.exception.js +2 -2
  83. package/esm2015/exceptions/invalid-year.exception.js +2 -2
  84. package/esm2015/exceptions/no-host.exception.js +2 -2
  85. package/esm2015/exceptions/owner-document.exception.js +2 -2
  86. package/esm2015/exceptions/pure.exception.js +2 -2
  87. package/esm2015/exceptions/table-sort-key.exception.js +2 -2
  88. package/esm2015/exceptions/ts-parser.exception.js +2 -2
  89. package/esm2015/exceptions/value-changes.exception.js +2 -2
  90. package/esm2015/exceptions/value-present.exception.js +2 -2
  91. package/esm2015/exceptions/xml-parsing.exception.js +2 -2
  92. package/esm2015/observables/drag-and-drop-from.js +2 -2
  93. package/esm2015/observables/focus-visible-observable.js +5 -5
  94. package/esm2015/observables/is-observed.js +2 -2
  95. package/esm2015/observables/mouse-drag-finish-from.js +2 -2
  96. package/esm2015/observables/pressed-observable.js +2 -2
  97. package/esm2015/observables/scroll-from.js +2 -2
  98. package/esm2015/pipes/filter/filter.pipe.js +2 -2
  99. package/esm2015/pipes/is-present/is-present.pipe.js +2 -2
  100. package/esm2015/pipes/keys/keys.pipe.js +2 -2
  101. package/esm2015/pipes/mapper/mapper.pipe.js +2 -2
  102. package/esm2015/pipes/replace/replace.pipe.js +3 -3
  103. package/esm2015/services/directive-styles.service.js +6 -3
  104. package/esm2015/services/id.service.js +4 -4
  105. package/esm2015/services/obscured.service.js +2 -2
  106. package/esm2015/services/pan.service.js +5 -5
  107. package/esm2015/services/parents-scroll.service.js +2 -2
  108. package/esm2015/services/scroll.service.js +8 -8
  109. package/esm2015/services/static-request.service.js +4 -4
  110. package/esm2015/services/swipe.service.js +2 -2
  111. package/esm2015/services/zoom.service.js +3 -3
  112. package/esm2015/tokens/active-element.js +9 -9
  113. package/esm2015/tokens/base-href.js +2 -2
  114. package/esm2015/tokens/ensure-base-href.js +4 -4
  115. package/esm2015/tokens/focusable-item-accessor.js +2 -2
  116. package/esm2015/tokens/fonts-ready.js +2 -2
  117. package/esm2015/tokens/is-firefox.js +2 -2
  118. package/esm2015/tokens/is-stackblitz.js +2 -2
  119. package/esm2015/tokens/platform.js +5 -5
  120. package/esm2015/tokens/touch-supported.js +2 -2
  121. package/esm2015/tokens/window-size.js +3 -3
  122. package/esm2015/utils/browser/is-edge-older-than.js +2 -2
  123. package/esm2015/utils/browser/is-edge.js +2 -2
  124. package/esm2015/utils/browser/is-firefox.js +2 -2
  125. package/esm2015/utils/browser/is-safari.js +6 -6
  126. package/esm2015/utils/color/hex-to-rgb.js +4 -4
  127. package/esm2015/utils/color/hex-to-rgba.js +5 -5
  128. package/esm2015/utils/color/parse-color.js +7 -7
  129. package/esm2015/utils/color/rgb-to-hex.js +2 -2
  130. package/esm2015/utils/color/rgba-to-hex.js +7 -7
  131. package/esm2015/utils/dom/element-checks.js +4 -4
  132. package/esm2015/utils/dom/get-clipboard-data-text.js +4 -4
  133. package/esm2015/utils/dom/get-document-or-shadow-root.js +2 -2
  134. package/esm2015/utils/dom/get-element-offset.js +2 -2
  135. package/esm2015/utils/dom/retarget-boundary-crossing.js +4 -4
  136. package/esm2015/utils/focus/is-native-keyboard-focusable.js +14 -14
  137. package/esm2015/utils/focus/is-native-mouse-focusable.js +3 -3
  138. package/esm2015/utils/focus/set-native-mouse-focused.js +5 -5
  139. package/esm2015/utils/format/px.js +2 -2
  140. package/esm2015/utils/math/round-with.js +4 -4
  141. package/esm2015/utils/math/round.js +5 -5
  142. package/esm2015/utils/miscellaneous/clean-object.js +2 -2
  143. package/esm2015/utils/miscellaneous/create-token.js +2 -2
  144. package/esm2015/utils/miscellaneous/ease-in-out-quad.js +2 -2
  145. package/esm2015/utils/miscellaneous/get-swipe-direction.js +3 -3
  146. package/esm2015/utils/miscellaneous/is-number.js +2 -2
  147. package/esm2015/utils/miscellaneous/is-object.js +2 -2
  148. package/esm2015/utils/miscellaneous/is-string.js +2 -2
  149. package/esm2015/utils/miscellaneous/is-valid-url.js +8 -8
  150. package/esm2015/utils/os/is-apple-platform.js +2 -2
  151. package/esm2015/utils/svg/svg-linear-gradient-processor.js +12 -12
  152. package/fesm2015/taiga-ui-cdk-abstract.js +11 -11
  153. package/fesm2015/taiga-ui-cdk-abstract.js.map +1 -1
  154. package/fesm2015/taiga-ui-cdk-coercion.js +1 -1
  155. package/fesm2015/taiga-ui-cdk-coercion.js.map +1 -1
  156. package/fesm2015/taiga-ui-cdk-components-dropdown-host.js +2 -2
  157. package/fesm2015/taiga-ui-cdk-components-dropdown-host.js.map +1 -1
  158. package/fesm2015/taiga-ui-cdk-constants.js +80 -80
  159. package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
  160. package/fesm2015/taiga-ui-cdk-date-time.js +25 -25
  161. package/fesm2015/taiga-ui-cdk-date-time.js.map +1 -1
  162. package/fesm2015/taiga-ui-cdk-decorators.js +4 -4
  163. package/fesm2015/taiga-ui-cdk-decorators.js.map +1 -1
  164. package/fesm2015/taiga-ui-cdk-directives-auto-focus.js +30 -30
  165. package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +1 -1
  166. package/fesm2015/taiga-ui-cdk-directives-hovered.js +2 -2
  167. package/fesm2015/taiga-ui-cdk-directives-hovered.js.map +1 -1
  168. package/fesm2015/taiga-ui-cdk-exceptions.js +13 -13
  169. package/fesm2015/taiga-ui-cdk-exceptions.js.map +1 -1
  170. package/fesm2015/taiga-ui-cdk-observables.js +9 -9
  171. package/fesm2015/taiga-ui-cdk-observables.js.map +1 -1
  172. package/fesm2015/taiga-ui-cdk-pipes-filter.js +1 -1
  173. package/fesm2015/taiga-ui-cdk-pipes-filter.js.map +1 -1
  174. package/fesm2015/taiga-ui-cdk-pipes-is-present.js +1 -1
  175. package/fesm2015/taiga-ui-cdk-pipes-is-present.js.map +1 -1
  176. package/fesm2015/taiga-ui-cdk-pipes-keys.js +1 -1
  177. package/fesm2015/taiga-ui-cdk-pipes-keys.js.map +1 -1
  178. package/fesm2015/taiga-ui-cdk-pipes-mapper.js +1 -1
  179. package/fesm2015/taiga-ui-cdk-pipes-mapper.js.map +1 -1
  180. package/fesm2015/taiga-ui-cdk-pipes-replace.js +2 -2
  181. package/fesm2015/taiga-ui-cdk-pipes-replace.js.map +1 -1
  182. package/fesm2015/taiga-ui-cdk-services.js +27 -24
  183. package/fesm2015/taiga-ui-cdk-services.js.map +1 -1
  184. package/fesm2015/taiga-ui-cdk-tokens.js +23 -23
  185. package/fesm2015/taiga-ui-cdk-tokens.js.map +1 -1
  186. package/fesm2015/taiga-ui-cdk-utils-browser.js +8 -8
  187. package/fesm2015/taiga-ui-cdk-utils-browser.js.map +1 -1
  188. package/fesm2015/taiga-ui-cdk-utils-color.js +20 -20
  189. package/fesm2015/taiga-ui-cdk-utils-color.js.map +1 -1
  190. package/fesm2015/taiga-ui-cdk-utils-dom.js +11 -11
  191. package/fesm2015/taiga-ui-cdk-utils-dom.js.map +1 -1
  192. package/fesm2015/taiga-ui-cdk-utils-focus.js +19 -19
  193. package/fesm2015/taiga-ui-cdk-utils-focus.js.map +1 -1
  194. package/fesm2015/taiga-ui-cdk-utils-format.js +1 -1
  195. package/fesm2015/taiga-ui-cdk-utils-format.js.map +1 -1
  196. package/fesm2015/taiga-ui-cdk-utils-math.js +7 -7
  197. package/fesm2015/taiga-ui-cdk-utils-math.js.map +1 -1
  198. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +15 -15
  199. package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
  200. package/fesm2015/taiga-ui-cdk-utils-os.js +1 -1
  201. package/fesm2015/taiga-ui-cdk-utils-os.js.map +1 -1
  202. package/fesm2015/taiga-ui-cdk-utils-svg.js +11 -11
  203. package/fesm2015/taiga-ui-cdk-utils-svg.js.map +1 -1
  204. package/package.json +2 -2
  205. package/schematics/constants/file-globs.js +24 -24
  206. package/schematics/constants/taiga-styles.js +4 -4
  207. package/schematics/ng-add/constants/modules.js +12 -12
  208. package/schematics/ng-add/constants/packages.js +1 -1
  209. package/schematics/ng-add/constants/versions.js +3 -3
  210. package/schematics/ng-add/index.js +10 -10
  211. package/schematics/ng-add/steps/add-taiga-icons.js +4 -4
  212. package/schematics/ng-add/steps/add-taiga-modules.js +14 -14
  213. package/schematics/ng-add/steps/wrap-with-tui-root.js +12 -12
  214. package/schematics/ng-update/steps/icons/replace-imports.js +2 -2
  215. package/schematics/ng-update/steps/remove-module.js +2 -2
  216. package/schematics/ng-update/steps/rename-types.js +5 -5
  217. package/schematics/ng-update/steps/replace-deep-import.js +4 -4
  218. package/schematics/ng-update/steps/replace-enums.js +2 -2
  219. package/schematics/ng-update/steps/replace-identifier.js +2 -2
  220. package/schematics/ng-update/steps/replace-services.js +4 -4
  221. package/schematics/ng-update/steps/show-warnings.js +1 -1
  222. package/schematics/ng-update/utils/replace-text.js +1 -1
  223. package/schematics/ng-update/utils/templates/replace-tag.js +1 -1
  224. package/schematics/ng-update/v3/constants/breakpoints.js +27 -27
  225. package/schematics/ng-update/v3/constants/constants.js +187 -187
  226. package/schematics/ng-update/v3/constants/deprecated-functions.js +405 -405
  227. package/schematics/ng-update/v3/constants/enums.js +153 -153
  228. package/schematics/ng-update/v3/constants/modules.js +4 -4
  229. package/schematics/ng-update/v3/constants/services.js +16 -16
  230. package/schematics/ng-update/v3/constants/templates.js +295 -295
  231. package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +50 -50
  232. package/schematics/ng-update/v3/constants/types.js +88 -88
  233. package/schematics/ng-update/v3/constants/warnings.js +62 -62
  234. package/schematics/ng-update/v3/index.js +7 -7
  235. package/schematics/ng-update/v3/steps/migrate-date-time.js +42 -42
  236. package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +14 -14
  237. package/schematics/ng-update/v3/steps/migrate-progress.js +6 -6
  238. package/schematics/ng-update/v3/steps/migrate-sliders/index.js +4 -4
  239. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +27 -27
  240. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +26 -26
  241. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +7 -7
  242. package/schematics/ng-update/v3/steps/migrate-templates.js +18 -18
  243. package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +33 -33
  244. package/schematics/ng-update/v3/steps/miscellaneous.js +16 -16
  245. package/schematics/ng-update/v3/steps/replace-functions.js +17 -17
  246. package/schematics/ng-update/v3/steps/replace-styles.js +12 -12
  247. package/schematics/ng-update/v3-30/constants/constants.js +2 -2
  248. package/schematics/ng-update/v3-30/constants/icons.js +494 -494
  249. package/schematics/ng-update/v3-30/index.js +4 -4
  250. package/schematics/ng-update/v3-35/constants/constants.js +2 -2
  251. package/schematics/ng-update/v3-35/constants/icons.js +1266 -1266
  252. package/schematics/ng-update/v3-35/index.js +5 -5
  253. package/schematics/ng-update/v3-36/index.js +6 -6
  254. package/schematics/ng-update/v3-40/index.js +11 -11
  255. package/schematics/ng-update/v3-5/index.js +1 -1
  256. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +7 -7
  257. package/schematics/ng-update/v4/index.js +2 -2
  258. package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +19 -19
  259. package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +21 -21
  260. package/schematics/ng-update/v4/steps/constants/html-comments.js +9 -9
  261. package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +21 -21
  262. package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +4 -4
  263. package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +2 -2
  264. package/schematics/ng-update/v4/steps/migrate-templates.js +3 -3
  265. package/schematics/ng-update/v4/steps/restore-tui-mapper.js +6 -6
  266. package/schematics/ng-update/v4/steps/restore-tui-matcher.js +6 -6
  267. package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +14 -14
  268. package/schematics/ng-update/v4/steps/templates/migrate-badge.js +3 -3
  269. package/schematics/ng-update/v4/steps/templates/toggles/common.js +5 -5
  270. package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +4 -4
  271. package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js +4 -4
  272. package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js +4 -4
  273. package/schematics/utils/add-import-to-component.js +1 -1
  274. package/schematics/utils/angular/is-standalone-component.js +3 -3
  275. package/schematics/utils/angular/ng-component.js +1 -1
  276. package/schematics/utils/angular/ng-module.js +1 -1
  277. package/schematics/utils/angular-json-manipulations.js +5 -5
  278. package/schematics/utils/colored-log.js +11 -11
  279. package/schematics/utils/create-angular-json.js +3 -3
  280. package/schematics/utils/get-component-from-identifier.js +1 -1
  281. package/schematics/utils/get-named-import-references.js +1 -1
  282. package/schematics/utils/get-projects.js +2 -2
  283. package/schematics/utils/get-standalone-bootstrap-function.js +1 -1
  284. package/schematics/utils/insert-todo.js +1 -1
  285. package/schematics/utils/is-ci.js +1 -1
  286. package/schematics/utils/progress.js +2 -2
  287. package/schematics/utils/project-root.js +1 -1
  288. package/schematics/utils/push-to-array-property.js +1 -1
  289. package/schematics/utils/templates/elements.js +1 -1
  290. package/schematics/utils/templates/get-component-templates.js +5 -5
  291. package/schematics/utils/templates/ng-component-input-manipulations.js +5 -5
  292. package/schematics/utils/templates/template-resource.js +3 -3
  293. package/services/directive-styles.service.d.ts +3 -2
  294. package/utils/miscellaneous/is-string.js +1 -1
@@ -3,678 +3,678 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEPRECATED_FUNCTIONS = void 0;
4
4
  exports.DEPRECATED_FUNCTIONS = [
5
5
  {
6
- from: `tuiReplayedValueChangesFrom`,
7
- to: `tuiControlValue`,
8
- moduleSpecifier: [`@taiga-ui/cdk`],
6
+ from: 'tuiReplayedValueChangesFrom',
7
+ to: 'tuiControlValue',
8
+ moduleSpecifier: ['@taiga-ui/cdk'],
9
9
  },
10
10
  {
11
- from: `controlPoint`,
12
- to: `tuiControlPoint`,
13
- moduleSpecifier: [`@taiga-ui/addon-charts`],
11
+ from: 'controlPoint',
12
+ to: 'tuiControlPoint',
13
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
14
14
  },
15
15
  {
16
- from: `describeSector`,
17
- to: `tuiDescribeSector`,
18
- moduleSpecifier: [`@taiga-ui/addon-charts`],
16
+ from: 'describeSector',
17
+ to: 'tuiDescribeSector',
18
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
19
19
  },
20
20
  {
21
- from: `drawCurve`,
22
- to: `tuiDrawCurve`,
23
- moduleSpecifier: [`@taiga-ui/addon-charts`],
21
+ from: 'drawCurve',
22
+ to: 'tuiDrawCurve',
23
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
24
24
  },
25
25
  {
26
- from: `drawLine`,
27
- to: `tuiDrawLine`,
28
- moduleSpecifier: [`@taiga-ui/addon-charts`],
26
+ from: 'drawLine',
27
+ to: 'tuiDrawLine',
28
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
29
29
  },
30
30
  {
31
- from: `draw`,
32
- to: `tuiDraw`,
33
- moduleSpecifier: [`@taiga-ui/addon-charts`],
31
+ from: 'draw',
32
+ to: 'tuiDraw',
33
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
34
34
  },
35
35
  {
36
- from: `lineAngle`,
37
- to: `tuiLineAngle`,
38
- moduleSpecifier: [`@taiga-ui/addon-charts`],
36
+ from: 'lineAngle',
37
+ to: 'tuiLineAngle',
38
+ moduleSpecifier: ['@taiga-ui/addon-charts'],
39
39
  },
40
40
  {
41
- from: `formatCurrency`,
42
- to: `tuiFormatCurrency`,
43
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
41
+ from: 'formatCurrency',
42
+ to: 'tuiFormatCurrency',
43
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
44
44
  },
45
45
  {
46
- from: `getCurrencySymbol`,
47
- to: `tuiGetCurrencySymbol`,
48
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
46
+ from: 'getCurrencySymbol',
47
+ to: 'tuiGetCurrencySymbol',
48
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
49
49
  },
50
50
  {
51
- from: `getPaymentSystem`,
52
- to: `tuiGetPaymentSystem`,
53
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
51
+ from: 'getPaymentSystem',
52
+ to: 'tuiGetPaymentSystem',
53
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
54
54
  },
55
55
  {
56
- from: `isMaestro`,
57
- to: `tuiIsMaestro`,
58
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
56
+ from: 'isMaestro',
57
+ to: 'tuiIsMaestro',
58
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
59
59
  },
60
60
  {
61
- from: `isMastercard`,
62
- to: `tuiIsMastercard`,
63
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
61
+ from: 'isMastercard',
62
+ to: 'tuiIsMastercard',
63
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
64
64
  },
65
65
  {
66
- from: `isMir`,
67
- to: `tuiIsMir`,
68
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
66
+ from: 'isMir',
67
+ to: 'tuiIsMir',
68
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
69
69
  },
70
70
  {
71
- from: `isElectron`,
72
- to: `tuiIsElectron`,
73
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
71
+ from: 'isElectron',
72
+ to: 'tuiIsElectron',
73
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
74
74
  },
75
75
  {
76
- from: `isVisa`,
77
- to: `tuiIsVisa`,
78
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
76
+ from: 'isVisa',
77
+ to: 'tuiIsVisa',
78
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
79
79
  },
80
80
  {
81
- from: `isCardLengthValid`,
82
- to: `tuiIsCardLengthValid`,
83
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
81
+ from: 'isCardLengthValid',
82
+ to: 'tuiIsCardLengthValid',
83
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
84
84
  },
85
85
  {
86
- from: `isCardNumberValid`,
87
- to: `tuiIsCardNumberValid`,
88
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
86
+ from: 'isCardNumberValid',
87
+ to: 'tuiIsCardNumberValid',
88
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
89
89
  },
90
90
  {
91
- from: `isExpireValid`,
92
- to: `tuiIsExpireValid`,
93
- moduleSpecifier: [`@taiga-ui/addon-commerce`],
91
+ from: 'isExpireValid',
92
+ to: 'tuiIsExpireValid',
93
+ moduleSpecifier: ['@taiga-ui/addon-commerce'],
94
94
  },
95
95
  {
96
- from: `tryParseMarkdownCodeBlock`,
97
- to: `tuiTryParseMarkdownCodeBlock`,
98
- moduleSpecifier: [`@taiga-ui/addon-doc`],
96
+ from: 'tryParseMarkdownCodeBlock',
97
+ to: 'tuiTryParseMarkdownCodeBlock',
98
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
99
99
  },
100
100
  {
101
- from: `coerceValue`,
102
- to: `tuiCoerceValue`,
103
- moduleSpecifier: [`@taiga-ui/addon-doc`],
101
+ from: 'coerceValue',
102
+ to: 'tuiCoerceValue',
103
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
104
104
  },
105
105
  {
106
- from: `generateRoutes`,
107
- to: `tuiGenerateRoutes`,
108
- moduleSpecifier: [`@taiga-ui/addon-doc`],
106
+ from: 'generateRoutes',
107
+ to: 'tuiGenerateRoutes',
108
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
109
109
  },
110
110
  {
111
- from: `inspectAny`,
112
- to: `tuiInspectAny`,
113
- moduleSpecifier: [`@taiga-ui/addon-doc`],
111
+ from: 'inspectAny',
112
+ to: 'tuiInspectAny',
113
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
114
114
  },
115
115
  {
116
- from: `rawLoadRecord`,
117
- to: `tuiRawLoadRecord`,
118
- moduleSpecifier: [`@taiga-ui/addon-doc`],
116
+ from: 'rawLoadRecord',
117
+ to: 'tuiRawLoadRecord',
118
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
119
119
  },
120
120
  {
121
- from: `transliterateKeyboardLayout`,
122
- to: `tuiTransliterateKeyboardLayout`,
123
- moduleSpecifier: [`@taiga-ui/addon-doc`],
121
+ from: 'transliterateKeyboardLayout',
122
+ to: 'tuiTransliterateKeyboardLayout',
123
+ moduleSpecifier: ['@taiga-ui/addon-doc'],
124
124
  },
125
125
  {
126
- from: `isEmptyParagraph`,
127
- to: `tuiIsEmptyParagraph`,
128
- moduleSpecifier: [`@taiga-ui/addon-editor`],
126
+ from: 'isEmptyParagraph',
127
+ to: 'tuiIsEmptyParagraph',
128
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
129
129
  },
130
130
  {
131
- from: `getElementPoint`,
132
- to: `tuiGetElementPoint`,
133
- moduleSpecifier: [`@taiga-ui/addon-editor`],
131
+ from: 'getElementPoint',
132
+ to: 'tuiGetElementPoint',
133
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
134
134
  },
135
135
  {
136
- from: `getGradientData`,
137
- to: `tuiGetGradientData`,
138
- moduleSpecifier: [`@taiga-ui/addon-editor`],
136
+ from: 'getGradientData',
137
+ to: 'tuiGetGradientData',
138
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
139
139
  },
140
140
  {
141
- from: `getMarkRange`,
142
- to: `tuiGetMarkRange`,
143
- moduleSpecifier: [`@taiga-ui/addon-editor`],
141
+ from: 'getMarkRange',
142
+ to: 'tuiGetMarkRange',
143
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
144
144
  },
145
145
  {
146
- from: `isSelectionIn`,
147
- to: `tuiIsSelectionIn`,
148
- moduleSpecifier: [`@taiga-ui/addon-editor`],
146
+ from: 'isSelectionIn',
147
+ to: 'tuiIsSelectionIn',
148
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
149
149
  },
150
150
  {
151
- from: `parseGradient`,
152
- to: `tuiParseGradient`,
153
- moduleSpecifier: [`@taiga-ui/addon-editor`],
151
+ from: 'parseGradient',
152
+ to: 'tuiParseGradient',
153
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
154
154
  },
155
155
  {
156
- from: `toGradient`,
157
- to: `tuiToGradient`,
158
- moduleSpecifier: [`@taiga-ui/addon-editor`],
156
+ from: 'toGradient',
157
+ to: 'tuiToGradient',
158
+ moduleSpecifier: ['@taiga-ui/addon-editor'],
159
159
  },
160
160
  {
161
- from: `defaultSort`,
162
- to: `tuiDefaultSort`,
163
- moduleSpecifier: [`@taiga-ui/addon-table`],
161
+ from: 'defaultSort',
162
+ to: 'tuiDefaultSort',
163
+ moduleSpecifier: ['@taiga-ui/addon-table'],
164
164
  },
165
165
  {
166
- from: `mockCurrentDate`,
167
- to: `tuiMockCurrentDate`,
168
- moduleSpecifier: [`@taiga-ui/cdk`],
166
+ from: 'mockCurrentDate',
167
+ to: 'tuiMockCurrentDate',
168
+ moduleSpecifier: ['@taiga-ui/cdk'],
169
169
  },
170
170
  {
171
- from: `restoreRealDate`,
172
- to: `tuiRestoreRealDate`,
173
- moduleSpecifier: [`@taiga-ui/cdk`],
171
+ from: 'restoreRealDate',
172
+ to: 'tuiRestoreRealDate',
173
+ moduleSpecifier: ['@taiga-ui/cdk'],
174
174
  },
175
175
  {
176
- from: `mockDateInside`,
177
- to: `tuiMockDateInside`,
178
- moduleSpecifier: [`@taiga-ui/cdk`],
176
+ from: 'mockDateInside',
177
+ to: 'tuiMockDateInside',
178
+ moduleSpecifier: ['@taiga-ui/cdk'],
179
179
  },
180
180
  {
181
- from: `pendingIfNotMoscowTimeZone`,
182
- to: `tuiPendingIfNotMoscowTimeZone`,
183
- moduleSpecifier: [`@taiga-ui/cdk`],
181
+ from: 'pendingIfNotMoscowTimeZone',
182
+ to: 'tuiPendingIfNotMoscowTimeZone',
183
+ moduleSpecifier: ['@taiga-ui/cdk'],
184
184
  },
185
185
  {
186
- from: `dragAndDropFrom`,
187
- to: `tuiDragAndDropFrom`,
188
- moduleSpecifier: [`@taiga-ui/cdk`],
186
+ from: 'dragAndDropFrom',
187
+ to: 'tuiDragAndDropFrom',
188
+ moduleSpecifier: ['@taiga-ui/cdk'],
189
189
  },
190
190
  {
191
- from: `focusVisibleObservable`,
192
- to: `tuiFocusVisibleObservable`,
193
- moduleSpecifier: [`@taiga-ui/cdk`],
191
+ from: 'focusVisibleObservable',
192
+ to: 'tuiFocusVisibleObservable',
193
+ moduleSpecifier: ['@taiga-ui/cdk'],
194
194
  },
195
195
  {
196
- from: `itemsQueryListObservable`,
197
- to: `tuiQueryListChanges`,
198
- moduleSpecifier: [`@taiga-ui/cdk`],
196
+ from: 'itemsQueryListObservable',
197
+ to: 'tuiQueryListChanges',
198
+ moduleSpecifier: ['@taiga-ui/cdk'],
199
199
  },
200
200
  {
201
- from: `mouseDragFinishFrom`,
202
- to: `tuiMouseDragFinishFrom`,
203
- moduleSpecifier: [`@taiga-ui/cdk`],
201
+ from: 'mouseDragFinishFrom',
202
+ to: 'tuiMouseDragFinishFrom',
203
+ moduleSpecifier: ['@taiga-ui/cdk'],
204
204
  },
205
205
  {
206
- from: `mustBePresent`,
207
- to: `tuiMustBePresent`,
208
- moduleSpecifier: [`@taiga-ui/cdk`],
206
+ from: 'mustBePresent',
207
+ to: 'tuiMustBePresent',
208
+ moduleSpecifier: ['@taiga-ui/cdk'],
209
209
  },
210
210
  {
211
- from: `pressedObservable`,
212
- to: `tuiPressedObservable`,
213
- moduleSpecifier: [`@taiga-ui/cdk`],
211
+ from: 'pressedObservable',
212
+ to: 'tuiPressedObservable',
213
+ moduleSpecifier: ['@taiga-ui/cdk'],
214
214
  },
215
215
  {
216
- from: `preventDefault`,
217
- to: `tuiPreventDefault`,
218
- moduleSpecifier: [`@taiga-ui/cdk`],
216
+ from: 'preventDefault',
217
+ to: 'tuiPreventDefault',
218
+ moduleSpecifier: ['@taiga-ui/cdk'],
219
219
  },
220
220
  {
221
- from: `stopPropagation`,
222
- to: `tuiStopPropagation`,
223
- moduleSpecifier: [`@taiga-ui/cdk`],
221
+ from: 'stopPropagation',
222
+ to: 'tuiStopPropagation',
223
+ moduleSpecifier: ['@taiga-ui/cdk'],
224
224
  },
225
225
  {
226
- from: `typedFromEvent`,
227
- to: `tuiTypedFromEvent`,
228
- moduleSpecifier: [`@taiga-ui/cdk`],
226
+ from: 'typedFromEvent',
227
+ to: 'tuiTypedFromEvent',
228
+ moduleSpecifier: ['@taiga-ui/cdk'],
229
229
  },
230
230
  {
231
- from: `watch`,
232
- to: `tuiWatch`,
233
- moduleSpecifier: [`@taiga-ui/cdk`],
231
+ from: 'watch',
232
+ to: 'tuiWatch',
233
+ moduleSpecifier: ['@taiga-ui/cdk'],
234
234
  },
235
235
  {
236
- from: `isEdgeOlderThan`,
237
- to: `tuiIsEdgeOlderThan`,
238
- moduleSpecifier: [`@taiga-ui/cdk`],
236
+ from: 'isEdgeOlderThan',
237
+ to: 'tuiIsEdgeOlderThan',
238
+ moduleSpecifier: ['@taiga-ui/cdk'],
239
239
  },
240
240
  {
241
- from: `isEdge`,
242
- to: `tuiIsEdge`,
243
- moduleSpecifier: [`@taiga-ui/cdk`],
241
+ from: 'isEdge',
242
+ to: 'tuiIsEdge',
243
+ moduleSpecifier: ['@taiga-ui/cdk'],
244
244
  },
245
245
  {
246
- from: `isFirefox`,
247
- to: `tuiIsFirefox`,
248
- moduleSpecifier: [`@taiga-ui/cdk`],
246
+ from: 'isFirefox',
247
+ to: 'tuiIsFirefox',
248
+ moduleSpecifier: ['@taiga-ui/cdk'],
249
249
  },
250
250
  {
251
- from: `isIE`,
252
- to: `tuiIsIE`,
253
- moduleSpecifier: [`@taiga-ui/cdk`],
251
+ from: 'isIE',
252
+ to: 'tuiIsIE',
253
+ moduleSpecifier: ['@taiga-ui/cdk'],
254
254
  },
255
255
  {
256
- from: `isSafari`,
257
- to: `tuiIsSafari`,
258
- moduleSpecifier: [`@taiga-ui/cdk`],
256
+ from: 'isSafari',
257
+ to: 'tuiIsSafari',
258
+ moduleSpecifier: ['@taiga-ui/cdk'],
259
259
  },
260
260
  {
261
- from: `canScroll`,
262
- to: `tuiCanScroll`,
263
- moduleSpecifier: [`@taiga-ui/cdk`],
261
+ from: 'canScroll',
262
+ to: 'tuiCanScroll',
263
+ moduleSpecifier: ['@taiga-ui/cdk'],
264
264
  },
265
265
  {
266
- from: `containsOrAfter`,
267
- to: `tuiContainsOrAfter`,
268
- moduleSpecifier: [`@taiga-ui/cdk`],
266
+ from: 'containsOrAfter',
267
+ to: 'tuiContainsOrAfter',
268
+ moduleSpecifier: ['@taiga-ui/cdk'],
269
269
  },
270
270
  {
271
- from: `getActualTarget`,
272
- to: `tuiGetActualTarget`,
273
- moduleSpecifier: [`@taiga-ui/cdk`],
271
+ from: 'getActualTarget',
272
+ to: 'tuiGetActualTarget',
273
+ moduleSpecifier: ['@taiga-ui/cdk'],
274
274
  },
275
275
  {
276
- from: `getClipboardDataText`,
277
- to: `tuiGetClipboardDataText`,
278
- moduleSpecifier: [`@taiga-ui/cdk`],
276
+ from: 'getClipboardDataText',
277
+ to: 'tuiGetClipboardDataText',
278
+ moduleSpecifier: ['@taiga-ui/cdk'],
279
279
  },
280
280
  {
281
- from: `getDocumentOrShadowRoot`,
282
- to: `tuiGetDocumentOrShadowRoot`,
283
- moduleSpecifier: [`@taiga-ui/cdk`],
281
+ from: 'getDocumentOrShadowRoot',
282
+ to: 'tuiGetDocumentOrShadowRoot',
283
+ moduleSpecifier: ['@taiga-ui/cdk'],
284
284
  },
285
285
  {
286
- from: `getElementObscurers`,
287
- to: `tuiGetElementObscures`,
288
- moduleSpecifier: [`@taiga-ui/cdk`],
286
+ from: 'getElementObscurers',
287
+ to: 'tuiGetElementObscures',
288
+ moduleSpecifier: ['@taiga-ui/cdk'],
289
289
  },
290
290
  {
291
- from: `getElementOffset`,
292
- to: `tuiGetElementOffset`,
293
- moduleSpecifier: [`@taiga-ui/cdk`],
291
+ from: 'getElementOffset',
292
+ to: 'tuiGetElementOffset',
293
+ moduleSpecifier: ['@taiga-ui/cdk'],
294
294
  },
295
295
  {
296
- from: `getScrollParent`,
297
- to: `tuiGetScrollParent`,
298
- moduleSpecifier: [`@taiga-ui/cdk`],
296
+ from: 'getScrollParent',
297
+ to: 'tuiGetScrollParent',
298
+ moduleSpecifier: ['@taiga-ui/cdk'],
299
299
  },
300
300
  {
301
- from: `isCurrentTarget`,
302
- to: `tuiIsCurrentTarget`,
303
- moduleSpecifier: [`@taiga-ui/cdk`],
301
+ from: 'isCurrentTarget',
302
+ to: 'tuiIsCurrentTarget',
303
+ moduleSpecifier: ['@taiga-ui/cdk'],
304
304
  },
305
305
  {
306
- from: `isInsideIframe`,
307
- to: `tuiIsInsideIframe`,
308
- moduleSpecifier: [`@taiga-ui/cdk`],
306
+ from: 'isInsideIframe',
307
+ to: 'tuiIsInsideIframe',
308
+ moduleSpecifier: ['@taiga-ui/cdk'],
309
309
  },
310
310
  {
311
- from: `isNodeIn`,
312
- to: `tuiIsNodeIn`,
313
- moduleSpecifier: [`@taiga-ui/cdk`],
311
+ from: 'isNodeIn',
312
+ to: 'tuiIsNodeIn',
313
+ moduleSpecifier: ['@taiga-ui/cdk'],
314
314
  },
315
315
  {
316
- from: `blurNativeFocused`,
317
- to: `tuiBlurNativeFocused`,
318
- moduleSpecifier: [`@taiga-ui/cdk`],
316
+ from: 'blurNativeFocused',
317
+ to: 'tuiBlurNativeFocused',
318
+ moduleSpecifier: ['@taiga-ui/cdk'],
319
319
  },
320
320
  {
321
- from: `getClosestFocusable`,
322
- to: `tuiGetClosestFocusable`,
323
- moduleSpecifier: [`@taiga-ui/cdk`],
321
+ from: 'getClosestFocusable',
322
+ to: 'tuiGetClosestFocusable',
323
+ moduleSpecifier: ['@taiga-ui/cdk'],
324
324
  },
325
325
  {
326
- from: `getClosestKeyboardFocusable`,
327
- to: `tuiGetClosestFocusable`,
328
- moduleSpecifier: [`@taiga-ui/cdk`],
326
+ from: 'getClosestKeyboardFocusable',
327
+ to: 'tuiGetClosestFocusable',
328
+ moduleSpecifier: ['@taiga-ui/cdk'],
329
329
  },
330
330
  {
331
- from: `getNativeFocused`,
332
- to: `tuiGetNativeFocused`,
333
- moduleSpecifier: [`@taiga-ui/cdk`],
331
+ from: 'getNativeFocused',
332
+ to: 'tuiGetNativeFocused',
333
+ moduleSpecifier: ['@taiga-ui/cdk'],
334
334
  },
335
335
  {
336
- from: `isNativeFocusedIn`,
337
- to: `tuiIsNativeFocusedIn`,
338
- moduleSpecifier: [`@taiga-ui/cdk`],
336
+ from: 'isNativeFocusedIn',
337
+ to: 'tuiIsNativeFocusedIn',
338
+ moduleSpecifier: ['@taiga-ui/cdk'],
339
339
  },
340
340
  {
341
- from: `isNativeFocused`,
342
- to: `tuiIsNativeFocused`,
343
- moduleSpecifier: [`@taiga-ui/cdk`],
341
+ from: 'isNativeFocused',
342
+ to: 'tuiIsNativeFocused',
343
+ moduleSpecifier: ['@taiga-ui/cdk'],
344
344
  },
345
345
  {
346
- from: `isNativeKeyboardFocusable`,
347
- to: `tuiIsNativeKeyboardFocusable`,
348
- moduleSpecifier: [`@taiga-ui/cdk`],
346
+ from: 'isNativeKeyboardFocusable',
347
+ to: 'tuiIsNativeKeyboardFocusable',
348
+ moduleSpecifier: ['@taiga-ui/cdk'],
349
349
  },
350
350
  {
351
- from: `isNativeMouseFocusable`,
352
- to: `tuiIsNativeMouseFocusable`,
353
- moduleSpecifier: [`@taiga-ui/cdk`],
351
+ from: 'isNativeMouseFocusable',
352
+ to: 'tuiIsNativeMouseFocusable',
353
+ moduleSpecifier: ['@taiga-ui/cdk'],
354
354
  },
355
355
  {
356
- from: `moveFocus`,
357
- to: `tuiMoveFocus`,
358
- moduleSpecifier: [`@taiga-ui/cdk`],
356
+ from: 'moveFocus',
357
+ to: 'tuiMoveFocus',
358
+ moduleSpecifier: ['@taiga-ui/cdk'],
359
359
  },
360
360
  {
361
- from: `setNativeMouseFocused`,
362
- to: `tuiSetNativeMouseFocused`,
363
- moduleSpecifier: [`@taiga-ui/cdk`],
361
+ from: 'setNativeMouseFocused',
362
+ to: 'tuiSetNativeMouseFocused',
363
+ moduleSpecifier: ['@taiga-ui/cdk'],
364
364
  },
365
365
  {
366
- from: `px`,
367
- to: `tuiPx`,
368
- moduleSpecifier: [`@taiga-ui/cdk`],
366
+ from: 'px',
367
+ to: 'tuiPx',
368
+ moduleSpecifier: ['@taiga-ui/cdk'],
369
369
  },
370
370
  {
371
- from: `clamp`,
372
- to: `tuiClamp`,
373
- moduleSpecifier: [`@taiga-ui/cdk`],
371
+ from: 'clamp',
372
+ to: 'tuiClamp',
373
+ moduleSpecifier: ['@taiga-ui/cdk'],
374
374
  },
375
375
  {
376
- from: `inRange`,
377
- to: `tuiInRange`,
378
- moduleSpecifier: [`@taiga-ui/cdk`],
376
+ from: 'inRange',
377
+ to: 'tuiInRange',
378
+ moduleSpecifier: ['@taiga-ui/cdk'],
379
379
  },
380
380
  {
381
- from: `normalizeToIntNumber`,
382
- to: `tuiNormalizeToIntNumber`,
383
- moduleSpecifier: [`@taiga-ui/cdk`],
381
+ from: 'normalizeToIntNumber',
382
+ to: 'tuiNormalizeToIntNumber',
383
+ moduleSpecifier: ['@taiga-ui/cdk'],
384
384
  },
385
385
  {
386
- from: `quantize`,
387
- to: `tuiQuantize`,
388
- moduleSpecifier: [`@taiga-ui/cdk`],
386
+ from: 'quantize',
387
+ to: 'tuiQuantize',
388
+ moduleSpecifier: ['@taiga-ui/cdk'],
389
389
  },
390
390
  {
391
- from: `round`,
392
- to: `tuiRound`,
393
- moduleSpecifier: [`@taiga-ui/cdk`],
391
+ from: 'round',
392
+ to: 'tuiRound',
393
+ moduleSpecifier: ['@taiga-ui/cdk'],
394
394
  },
395
395
  {
396
- from: `ceil`,
397
- to: `tuiCeil`,
398
- moduleSpecifier: [`@taiga-ui/cdk`],
396
+ from: 'ceil',
397
+ to: 'tuiCeil',
398
+ moduleSpecifier: ['@taiga-ui/cdk'],
399
399
  },
400
400
  {
401
- from: `floor`,
402
- to: `tuiFloor`,
403
- moduleSpecifier: [`@taiga-ui/cdk`],
401
+ from: 'floor',
402
+ to: 'tuiFloor',
403
+ moduleSpecifier: ['@taiga-ui/cdk'],
404
404
  },
405
405
  {
406
- from: `sum`,
407
- to: `tuiSum`,
408
- moduleSpecifier: [`@taiga-ui/cdk`],
406
+ from: 'sum',
407
+ to: 'tuiSum',
408
+ moduleSpecifier: ['@taiga-ui/cdk'],
409
409
  },
410
410
  {
411
- from: `toInt`,
412
- to: `tuiToInt`,
413
- moduleSpecifier: [`@taiga-ui/cdk`],
411
+ from: 'toInt',
412
+ to: 'tuiToInt',
413
+ moduleSpecifier: ['@taiga-ui/cdk'],
414
414
  },
415
415
  {
416
- from: `toRadians`,
417
- to: `tuiToRadians`,
418
- moduleSpecifier: [`@taiga-ui/cdk`],
416
+ from: 'toRadians',
417
+ to: 'tuiToRadians',
418
+ moduleSpecifier: ['@taiga-ui/cdk'],
419
419
  },
420
420
  {
421
- from: `distanceBetweenTouches`,
422
- to: `tuiDistanceBetweenTouches`,
423
- moduleSpecifier: [`@taiga-ui/cdk`],
421
+ from: 'distanceBetweenTouches',
422
+ to: 'tuiDistanceBetweenTouches',
423
+ moduleSpecifier: ['@taiga-ui/cdk'],
424
424
  },
425
425
  {
426
- from: `easeInOutQuad`,
427
- to: `tuiEaseInOutQuad`,
428
- moduleSpecifier: [`@taiga-ui/cdk`],
426
+ from: 'easeInOutQuad',
427
+ to: 'tuiEaseInOutQuad',
428
+ moduleSpecifier: ['@taiga-ui/cdk'],
429
429
  },
430
430
  {
431
- from: `flatLength`,
432
- to: `tuiFlatLength`,
433
- moduleSpecifier: [`@taiga-ui/cdk`],
431
+ from: 'flatLength',
432
+ to: 'tuiFlatLength',
433
+ moduleSpecifier: ['@taiga-ui/cdk'],
434
434
  },
435
435
  {
436
- from: `getOriginalArrayFromQueryList`,
437
- to: `tuiGetOriginalArrayFromQueryList`,
438
- moduleSpecifier: [`@taiga-ui/cdk`],
436
+ from: 'getOriginalArrayFromQueryList',
437
+ to: 'tuiGetOriginalArrayFromQueryList',
438
+ moduleSpecifier: ['@taiga-ui/cdk'],
439
439
  },
440
440
  {
441
- from: `getSwipeDirection`,
442
- to: `tuiGetSwipeDirection`,
443
- moduleSpecifier: [`@taiga-ui/cdk`],
441
+ from: 'getSwipeDirection',
442
+ to: 'tuiGetSwipeDirection',
443
+ moduleSpecifier: ['@taiga-ui/cdk'],
444
444
  },
445
445
  {
446
- from: `isElementEditable`,
447
- to: `tuiIsElementEditable`,
448
- moduleSpecifier: [`@taiga-ui/cdk`],
446
+ from: 'isElementEditable',
447
+ to: 'tuiIsElementEditable',
448
+ moduleSpecifier: ['@taiga-ui/cdk'],
449
449
  },
450
450
  {
451
- from: `isNumber`,
452
- to: `tuiIsNumber`,
453
- moduleSpecifier: [`@taiga-ui/cdk`],
451
+ from: 'isNumber',
452
+ to: 'tuiIsNumber',
453
+ moduleSpecifier: ['@taiga-ui/cdk'],
454
454
  },
455
455
  {
456
- from: `isPresent`,
457
- to: `tuiIsPresent`,
458
- moduleSpecifier: [`@taiga-ui/cdk`],
456
+ from: 'isPresent',
457
+ to: 'tuiIsPresent',
458
+ moduleSpecifier: ['@taiga-ui/cdk'],
459
459
  },
460
460
  {
461
- from: `markControlAsTouchedAndValidate`,
462
- to: `tuiMarkControlAsTouchedAndValidate`,
463
- moduleSpecifier: [`@taiga-ui/cdk`],
461
+ from: 'markControlAsTouchedAndValidate',
462
+ to: 'tuiMarkControlAsTouchedAndValidate',
463
+ moduleSpecifier: ['@taiga-ui/cdk'],
464
464
  },
465
465
  {
466
- from: `nullableSame`,
467
- to: `tuiNullableSame`,
468
- moduleSpecifier: [`@taiga-ui/cdk`],
466
+ from: 'nullableSame',
467
+ to: 'tuiNullableSame',
468
+ moduleSpecifier: ['@taiga-ui/cdk'],
469
469
  },
470
470
  {
471
- from: `uniqBy`,
472
- to: `tuiUniqBy`,
473
- moduleSpecifier: [`@taiga-ui/cdk`],
471
+ from: 'uniqBy',
472
+ to: 'tuiUniqBy',
473
+ moduleSpecifier: ['@taiga-ui/cdk'],
474
474
  },
475
475
  {
476
- from: `isApplePlatform`,
477
- to: `tuiIsApplePlatform`,
478
- moduleSpecifier: [`@taiga-ui/cdk`],
476
+ from: 'isApplePlatform',
477
+ to: 'tuiIsApplePlatform',
478
+ moduleSpecifier: ['@taiga-ui/cdk'],
479
479
  },
480
480
  {
481
- from: `isApple`,
482
- to: `tuiIsApple`,
483
- moduleSpecifier: [`@taiga-ui/cdk`],
481
+ from: 'isApple',
482
+ to: 'tuiIsApple',
483
+ moduleSpecifier: ['@taiga-ui/cdk'],
484
484
  },
485
485
  {
486
- from: `isIos`,
487
- to: `tuiIsIos`,
488
- moduleSpecifier: [`@taiga-ui/cdk`],
486
+ from: 'isIos',
487
+ to: 'tuiIsIos',
488
+ moduleSpecifier: ['@taiga-ui/cdk'],
489
489
  },
490
490
  {
491
- from: `svgLinearGradientProcessor`,
492
- to: `tuiSvgLinearGradientProcessor`,
493
- moduleSpecifier: [`@taiga-ui/cdk`],
491
+ from: 'svgLinearGradientProcessor',
492
+ to: 'tuiSvgLinearGradientProcessor',
493
+ moduleSpecifier: ['@taiga-ui/cdk'],
494
494
  },
495
495
  {
496
- from: `textfieldWatchedControllerFactory`,
497
- to: `tuiTextfieldWatchedControllerFactory`,
498
- moduleSpecifier: [`@taiga-ui/core`],
496
+ from: 'textfieldWatchedControllerFactory',
497
+ to: 'tuiTextfieldWatchedControllerFactory',
498
+ moduleSpecifier: ['@taiga-ui/core'],
499
499
  },
500
500
  {
501
- from: `smartSearch`,
502
- to: `tuiSmartSearch`,
503
- moduleSpecifier: [`@taiga-ui/core`],
501
+ from: 'smartSearch',
502
+ to: 'tuiSmartSearch',
503
+ moduleSpecifier: ['@taiga-ui/core'],
504
504
  },
505
505
  {
506
- from: `isMobileResFactory`,
507
- to: `tuiIsMobileResFactory`,
508
- moduleSpecifier: [`@taiga-ui/core`],
506
+ from: 'isMobileResFactory',
507
+ to: 'tuiIsMobileResFactory',
508
+ moduleSpecifier: ['@taiga-ui/core'],
509
509
  },
510
510
  {
511
- from: `modeFactory`,
512
- to: `tuiModeFactory`,
513
- moduleSpecifier: [`@taiga-ui/core`],
511
+ from: 'modeFactory',
512
+ to: 'tuiModeFactory',
513
+ moduleSpecifier: ['@taiga-ui/core'],
514
514
  },
515
515
  {
516
- from: `watchedControllerFactory`,
517
- to: `tuiWatchedControllerFactory`,
518
- moduleSpecifier: [`@taiga-ui/core`],
516
+ from: 'watchedControllerFactory',
517
+ to: 'tuiWatchedControllerFactory',
518
+ moduleSpecifier: ['@taiga-ui/core'],
519
519
  },
520
520
  {
521
- from: `areCssVarsSupported`,
522
- to: `tuiAreCssVarsSupported`,
523
- moduleSpecifier: [`@taiga-ui/core`],
521
+ from: 'areCssVarsSupported',
522
+ to: 'tuiAreCssVarsSupported',
523
+ moduleSpecifier: ['@taiga-ui/core'],
524
524
  },
525
525
  {
526
- from: `areCssVarsSupported`,
527
- to: `tuiAreCssVarsSupported`,
528
- moduleSpecifier: [`@taiga-ui/core`],
526
+ from: 'areCssVarsSupported',
527
+ to: 'tuiAreCssVarsSupported',
528
+ moduleSpecifier: ['@taiga-ui/core'],
529
529
  },
530
530
  {
531
- from: `checkFixedPosition`,
532
- to: `tuiCheckFixedPosition`,
533
- moduleSpecifier: [`@taiga-ui/core`],
531
+ from: 'checkFixedPosition',
532
+ to: 'tuiCheckFixedPosition',
533
+ moduleSpecifier: ['@taiga-ui/core'],
534
534
  },
535
535
  {
536
- from: `getSafeAreaSize`,
537
- to: `tuiGetSafeAreaSize`,
538
- moduleSpecifier: [`@taiga-ui/core`],
536
+ from: 'getSafeAreaSize',
537
+ to: 'tuiGetSafeAreaSize',
538
+ moduleSpecifier: ['@taiga-ui/core'],
539
539
  },
540
540
  {
541
- from: `getScreenWidth`,
542
- to: `tuiGetScreenWidth`,
543
- moduleSpecifier: [`@taiga-ui/core`],
541
+ from: 'getScreenWidth',
542
+ to: 'tuiGetScreenWidth',
543
+ moduleSpecifier: ['@taiga-ui/core'],
544
544
  },
545
545
  {
546
- from: `processIcon`,
547
- to: `tuiProcessIcon`,
548
- moduleSpecifier: [`@taiga-ui/core`],
546
+ from: 'processIcon',
547
+ to: 'tuiProcessIcon',
548
+ moduleSpecifier: ['@taiga-ui/core'],
549
549
  },
550
550
  {
551
- from: `capitalizeFirstLetter`,
552
- to: `tuiCapitalizeFirstLetter`,
553
- moduleSpecifier: [`@taiga-ui/core`],
551
+ from: 'capitalizeFirstLetter',
552
+ to: 'tuiCapitalizeFirstLetter',
553
+ moduleSpecifier: ['@taiga-ui/core'],
554
554
  },
555
555
  {
556
- from: `capitalize`,
557
- to: `tuiCapitalize`,
558
- moduleSpecifier: [`@taiga-ui/core`],
556
+ from: 'capitalize',
557
+ to: 'tuiCapitalize',
558
+ moduleSpecifier: ['@taiga-ui/core'],
559
559
  },
560
560
  {
561
- from: `formatNumber`,
562
- to: `tuiFormatNumber`,
563
- moduleSpecifier: [`@taiga-ui/core`],
561
+ from: 'formatNumber',
562
+ to: 'tuiFormatNumber',
563
+ moduleSpecifier: ['@taiga-ui/core'],
564
564
  },
565
565
  {
566
- from: `formatPhone`,
567
- to: `tuiFormatPhone`,
568
- moduleSpecifier: [`@taiga-ui/core`],
566
+ from: 'formatPhone',
567
+ to: 'tuiFormatPhone',
568
+ moduleSpecifier: ['@taiga-ui/core'],
569
569
  },
570
570
  {
571
- from: `getFractionPartPadded`,
572
- to: `tuiGetFractionPartPadded`,
573
- moduleSpecifier: [`@taiga-ui/core`],
571
+ from: 'getFractionPartPadded',
572
+ to: 'tuiGetFractionPartPadded',
573
+ moduleSpecifier: ['@taiga-ui/core'],
574
574
  },
575
575
  {
576
- from: `numberToStringWithoutExp`,
577
- to: `tuiNumberToStringWithoutExp`,
578
- moduleSpecifier: [`@taiga-ui/core`],
576
+ from: 'numberToStringWithoutExp',
577
+ to: 'tuiNumberToStringWithoutExp',
578
+ moduleSpecifier: ['@taiga-ui/core'],
579
579
  },
580
580
  {
581
- from: `otherDecimalSymbol`,
582
- to: `tuiOtherDecimalSymbol`,
583
- moduleSpecifier: [`@taiga-ui/core`],
581
+ from: 'otherDecimalSymbol',
582
+ to: 'tuiOtherDecimalSymbol',
583
+ moduleSpecifier: ['@taiga-ui/core'],
584
584
  },
585
585
  {
586
- from: `pluralize`,
587
- to: `tuiPluralize`,
588
- moduleSpecifier: [`@taiga-ui/core`],
586
+ from: 'pluralize',
587
+ to: 'tuiPluralize',
588
+ moduleSpecifier: ['@taiga-ui/core'],
589
589
  },
590
590
  {
591
- from: `maskedMoneyValueIsEmpty`,
592
- to: `tuiMaskedMoneyValueIsEmpty`,
593
- moduleSpecifier: [`@taiga-ui/core`],
591
+ from: 'maskedMoneyValueIsEmpty',
592
+ to: 'tuiMaskedMoneyValueIsEmpty',
593
+ moduleSpecifier: ['@taiga-ui/core'],
594
594
  },
595
595
  {
596
- from: `maskedNumberStringToNumber`,
597
- to: `tuiMaskedNumberStringToNumber`,
598
- moduleSpecifier: [`@taiga-ui/core`],
596
+ from: 'maskedNumberStringToNumber',
597
+ to: 'tuiMaskedNumberStringToNumber',
598
+ moduleSpecifier: ['@taiga-ui/core'],
599
599
  },
600
600
  {
601
- from: `getBorder`,
602
- to: `tuiGetBorder`,
603
- moduleSpecifier: [`@taiga-ui/core`],
601
+ from: 'getBorder',
602
+ to: 'tuiGetBorder',
603
+ moduleSpecifier: ['@taiga-ui/core'],
604
604
  },
605
605
  {
606
- from: `iconsPathFactory`,
607
- to: `tuiIconsPathFactory`,
608
- moduleSpecifier: [`@taiga-ui/core`],
606
+ from: 'iconsPathFactory',
607
+ to: 'tuiIconsPathFactory',
608
+ moduleSpecifier: ['@taiga-ui/core'],
609
609
  },
610
610
  {
611
- from: `isEditingKey`,
612
- to: `tuiIsEditingKey`,
613
- moduleSpecifier: [`@taiga-ui/core`],
611
+ from: 'isEditingKey',
612
+ to: 'tuiIsEditingKey',
613
+ moduleSpecifier: ['@taiga-ui/core'],
614
614
  },
615
615
  {
616
- from: `isPresumedHTMLString`,
617
- to: `tuiIsPresumedHTMLString`,
618
- moduleSpecifier: [`@taiga-ui/core`],
616
+ from: 'isPresumedHTMLString',
617
+ to: 'tuiIsPresumedHTMLString',
618
+ moduleSpecifier: ['@taiga-ui/core'],
619
619
  },
620
620
  {
621
- from: `sizeBigger`,
622
- to: `tuiSizeBigger`,
623
- moduleSpecifier: [`@taiga-ui/core`],
621
+ from: 'sizeBigger',
622
+ to: 'tuiSizeBigger',
623
+ moduleSpecifier: ['@taiga-ui/core'],
624
624
  },
625
625
  {
626
- from: `extractI18n`,
627
- to: `tuiExtractI18n`,
628
- moduleSpecifier: [`@taiga-ui/i18n`],
626
+ from: 'extractI18n',
627
+ to: 'tuiExtractI18n',
628
+ moduleSpecifier: ['@taiga-ui/i18n'],
629
629
  },
630
630
  {
631
- from: `extractValueFromEvent`,
632
- to: `tuiExtractValueFromEvent`,
633
- moduleSpecifier: [`@taiga-ui/kit`],
631
+ from: 'extractValueFromEvent',
632
+ to: 'tuiExtractValueFromEvent',
633
+ moduleSpecifier: ['@taiga-ui/kit'],
634
634
  },
635
635
  {
636
- from: `getWordRange`,
637
- to: `tuiGetWordRange`,
638
- moduleSpecifier: [`@taiga-ui/kit`],
636
+ from: 'getWordRange',
637
+ to: 'tuiGetWordRange',
638
+ moduleSpecifier: ['@taiga-ui/kit'],
639
639
  },
640
640
  {
641
- from: `scrollToElement`,
642
- to: `tuiScrollToElement`,
643
- moduleSpecifier: [`@taiga-ui/kit`],
641
+ from: 'scrollToElement',
642
+ to: 'tuiScrollToElement',
643
+ moduleSpecifier: ['@taiga-ui/kit'],
644
644
  },
645
645
  {
646
- from: `setRangeOffset`,
647
- to: `tuiSetRangeOffset`,
648
- moduleSpecifier: [`@taiga-ui/kit`],
646
+ from: 'setRangeOffset',
647
+ to: 'tuiSetRangeOffset',
648
+ moduleSpecifier: ['@taiga-ui/kit'],
649
649
  },
650
650
  {
651
- from: `formatSize`,
652
- to: `tuiFormatSize`,
653
- moduleSpecifier: [`@taiga-ui/kit`],
651
+ from: 'formatSize',
652
+ to: 'tuiFormatSize',
653
+ moduleSpecifier: ['@taiga-ui/kit'],
654
654
  },
655
655
  {
656
- from: `getAcceptArray`,
657
- to: `tuiGetAcceptArray`,
658
- moduleSpecifier: [`@taiga-ui/kit`],
656
+ from: 'getAcceptArray',
657
+ to: 'tuiGetAcceptArray',
658
+ moduleSpecifier: ['@taiga-ui/kit'],
659
659
  },
660
660
  {
661
- from: `stringHashToHsl`,
662
- to: `tuiStringHashToHsl`,
663
- moduleSpecifier: [`@taiga-ui/kit`],
661
+ from: 'stringHashToHsl',
662
+ to: 'tuiStringHashToHsl',
663
+ moduleSpecifier: ['@taiga-ui/kit'],
664
664
  },
665
665
  {
666
- from: `normalizeDateValue`,
667
- to: `tuiNormalizeDateValue`,
668
- moduleSpecifier: [`@taiga-ui/kit`],
666
+ from: 'normalizeDateValue',
667
+ to: 'tuiNormalizeDateValue',
668
+ moduleSpecifier: ['@taiga-ui/kit'],
669
669
  },
670
670
  {
671
- from: `getPrecision`,
672
- to: `tuiGetPrecision`,
673
- moduleSpecifier: [`@taiga-ui/kit`],
671
+ from: 'getPrecision',
672
+ to: 'tuiGetPrecision',
673
+ moduleSpecifier: ['@taiga-ui/kit'],
674
674
  },
675
675
  {
676
- from: `isFlat`,
677
- to: `tuiIsFlat`,
678
- moduleSpecifier: [`@taiga-ui/kit`],
676
+ from: 'isFlat',
677
+ to: 'tuiIsFlat',
678
+ moduleSpecifier: ['@taiga-ui/kit'],
679
679
  },
680
680
  ];