@taiga-ui/cdk 3.10.0 → 3.12.0

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