@taiga-ui/cdk 4.0.0-rc.8 → 4.0.0-rc.9

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 (120) hide show
  1. package/constants/used-icons.d.ts +1 -1
  2. package/constants/version.d.ts +1 -1
  3. package/constants/version.js +1 -1
  4. package/esm2022/constants/used-icons.mjs +9 -1
  5. package/esm2022/constants/version.mjs +2 -2
  6. package/esm2022/services/index.mjs +2 -2
  7. package/esm2022/services/theme-color.service.mjs +30 -0
  8. package/fesm2022/taiga-ui-cdk-constants.mjs +9 -1
  9. package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
  10. package/fesm2022/taiga-ui-cdk-services.mjs +19 -22
  11. package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -1
  12. package/package.json +4 -4
  13. package/schematics/ng-update/interfaces/html-comment.d.ts +3 -2
  14. package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +6 -2
  15. package/schematics/ng-update/interfaces/replacement-identifier.d.ts +4 -11
  16. package/schematics/ng-update/steps/replace-identifier.js +16 -11
  17. package/schematics/ng-update/utils/templates/replace-attr-values.js +39 -10
  18. package/schematics/ng-update/utils/templates/template-comments.js +7 -1
  19. package/schematics/ng-update/v4/index.js +2 -0
  20. package/schematics/ng-update/v4/migrate-icons/index.js +2 -2
  21. package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +2 -1
  22. package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.js +16 -3
  23. package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +42 -2
  24. package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +8 -0
  25. package/schematics/ng-update/v4/steps/constants/html-comments.js +4 -0
  26. package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +212 -230
  27. package/schematics/ng-update/v4/steps/constants/migration-warnings.js +11 -1
  28. package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +4 -0
  29. package/schematics/ng-update/v4/steps/constants/types.js +12 -0
  30. package/schematics/ng-update/v4/steps/index.d.ts +2 -0
  31. package/schematics/ng-update/v4/steps/index.js +2 -0
  32. package/schematics/ng-update/v4/steps/migrate-alert-service.js +31 -9
  33. package/schematics/ng-update/v4/steps/migrate-month-context.d.ts +2 -0
  34. package/schematics/ng-update/v4/steps/migrate-month-context.js +39 -0
  35. package/schematics/ng-update/v4/steps/migrate-number-format-settings.d.ts +2 -0
  36. package/schematics/ng-update/v4/steps/migrate-number-format-settings.js +64 -0
  37. package/schematics/ng-update/v4/steps/styles/index.js +12 -2
  38. package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.d.ts +1 -0
  39. package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.js +13 -0
  40. package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.d.ts +1 -0
  41. package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.js +10 -0
  42. package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.d.ts +1 -0
  43. package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.js +23 -0
  44. package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js +2 -2
  45. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.d.ts +1 -0
  46. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js +54 -0
  47. package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +1 -1
  48. package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +1 -1
  49. package/schematics/ng-update/v4/steps/templates/migrate-notification.js +21 -3
  50. package/services/index.d.ts +1 -1
  51. package/services/theme-color.service.d.ts +16 -0
  52. package/esm2022/services/static-request.service.mjs +0 -33
  53. package/schematics/ng-update/v3/constants/breakpoints.d.ts +0 -82
  54. package/schematics/ng-update/v3/constants/breakpoints.js +0 -34
  55. package/schematics/ng-update/v3/constants/constants.d.ts +0 -2
  56. package/schematics/ng-update/v3/constants/constants.js +0 -466
  57. package/schematics/ng-update/v3/constants/deprecated-functions.d.ts +0 -2
  58. package/schematics/ng-update/v3/constants/deprecated-functions.js +0 -680
  59. package/schematics/ng-update/v3/constants/enums.d.ts +0 -2
  60. package/schematics/ng-update/v3/constants/enums.js +0 -284
  61. package/schematics/ng-update/v3/constants/modules.d.ts +0 -2
  62. package/schematics/ng-update/v3/constants/modules.js +0 -9
  63. package/schematics/ng-update/v3/constants/services.d.ts +0 -2
  64. package/schematics/ng-update/v3/constants/services.js +0 -53
  65. package/schematics/ng-update/v3/constants/templates.d.ts +0 -57
  66. package/schematics/ng-update/v3/constants/templates.js +0 -744
  67. package/schematics/ng-update/v3/constants/tui-interactive-selectors.d.ts +0 -1
  68. package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +0 -55
  69. package/schematics/ng-update/v3/constants/types.d.ts +0 -2
  70. package/schematics/ng-update/v3/constants/types.js +0 -156
  71. package/schematics/ng-update/v3/constants/warnings.d.ts +0 -2
  72. package/schematics/ng-update/v3/constants/warnings.js +0 -111
  73. package/schematics/ng-update/v3/index.d.ts +0 -3
  74. package/schematics/ng-update/v3/index.js +0 -105
  75. package/schematics/ng-update/v3/schema.json +0 -13
  76. package/schematics/ng-update/v3/steps/migrate-date-time.d.ts +0 -2
  77. package/schematics/ng-update/v3/steps/migrate-date-time.js +0 -207
  78. package/schematics/ng-update/v3/steps/migrate-polymorpheus.d.ts +0 -8
  79. package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +0 -78
  80. package/schematics/ng-update/v3/steps/migrate-progress.d.ts +0 -8
  81. package/schematics/ng-update/v3/steps/migrate-progress.js +0 -49
  82. package/schematics/ng-update/v3/steps/migrate-sliders/index.d.ts +0 -3
  83. package/schematics/ng-update/v3/steps/migrate-sliders/index.js +0 -19
  84. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.d.ts +0 -3
  85. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +0 -103
  86. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.d.ts +0 -3
  87. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +0 -90
  88. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.d.ts +0 -3
  89. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +0 -70
  90. package/schematics/ng-update/v3/steps/migrate-templates.d.ts +0 -4
  91. package/schematics/ng-update/v3/steps/migrate-templates.js +0 -216
  92. package/schematics/ng-update/v3/steps/migrate-textfield-controller.d.ts +0 -8
  93. package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +0 -98
  94. package/schematics/ng-update/v3/steps/miscellaneous.d.ts +0 -2
  95. package/schematics/ng-update/v3/steps/miscellaneous.js +0 -81
  96. package/schematics/ng-update/v3/steps/replace-functions.d.ts +0 -2
  97. package/schematics/ng-update/v3/steps/replace-functions.js +0 -138
  98. package/schematics/ng-update/v3/steps/replace-styles.d.ts +0 -3
  99. package/schematics/ng-update/v3/steps/replace-styles.js +0 -33
  100. package/schematics/ng-update/v3-30/constants/constants.d.ts +0 -2
  101. package/schematics/ng-update/v3-30/constants/constants.js +0 -8
  102. package/schematics/ng-update/v3-30/constants/icons.d.ts +0 -4
  103. package/schematics/ng-update/v3-30/constants/icons.js +0 -993
  104. package/schematics/ng-update/v3-30/index.d.ts +0 -3
  105. package/schematics/ng-update/v3-30/index.js +0 -33
  106. package/schematics/ng-update/v3-35/constants/constants.d.ts +0 -2
  107. package/schematics/ng-update/v3-35/constants/constants.js +0 -8
  108. package/schematics/ng-update/v3-35/constants/icons.d.ts +0 -4
  109. package/schematics/ng-update/v3-35/constants/icons.js +0 -2537
  110. package/schematics/ng-update/v3-35/index.d.ts +0 -3
  111. package/schematics/ng-update/v3-35/index.js +0 -33
  112. package/schematics/ng-update/v3-36/index.d.ts +0 -3
  113. package/schematics/ng-update/v3-36/index.js +0 -23
  114. package/schematics/ng-update/v3-40/index.d.ts +0 -3
  115. package/schematics/ng-update/v3-40/index.js +0 -62
  116. package/schematics/ng-update/v3-5/index.d.ts +0 -3
  117. package/schematics/ng-update/v3-5/index.js +0 -20
  118. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +0 -3
  119. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +0 -44
  120. package/services/static-request.service.d.ts +0 -8
@@ -10,6 +10,17 @@ exports.IDENTIFIERS_TO_REPLACE = [
10
10
  from: { name: 'TuiPaginationModule', moduleSpecifier: '@taiga-ui/kit' },
11
11
  to: { name: 'TuiPagination', moduleSpecifier: '@taiga-ui/kit' },
12
12
  },
13
+ {
14
+ from: { name: 'TuiPlatformModule', moduleSpecifier: '@taiga-ui/cdk' },
15
+ to: { name: 'TuiPlatform', moduleSpecifier: '@taiga-ui/cdk' },
16
+ },
17
+ {
18
+ from: {
19
+ name: 'tuiIconResolverProvider',
20
+ moduleSpecifier: '@taiga-ui/experimental',
21
+ },
22
+ to: { name: 'tuiIconResolverProvider', moduleSpecifier: '@taiga-ui/core' },
23
+ },
13
24
  {
14
25
  from: { name: 'TuiAutoFocusModule', moduleSpecifier: '@taiga-ui/cdk' },
15
26
  to: { name: 'TuiAutoFocus', moduleSpecifier: '@taiga-ui/cdk' },
@@ -83,7 +94,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
83
94
  to: { name: 'TuiAlert', moduleSpecifier: '@taiga-ui/core' },
84
95
  },
85
96
  {
86
- from: { name: 'TuiNotificationModule', moduleSpecifier: '@taiga-ui/core' },
97
+ from: [
98
+ { name: 'TuiNotificationComponent', moduleSpecifier: '@taiga-ui/core' },
99
+ { name: 'TuiNotificationModule', moduleSpecifier: '@taiga-ui/core' },
100
+ ],
87
101
  to: { name: 'TuiNotification', moduleSpecifier: '@taiga-ui/core' },
88
102
  },
89
103
  {
@@ -191,10 +205,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
191
205
  },
192
206
  {
193
207
  from: { name: 'TuiPushModule', moduleSpecifier: '@taiga-ui/kit' },
194
- to: [
195
- { name: 'TuiPush', moduleSpecifier: '@taiga-ui/kit' },
196
- { name: 'TuiPushDirective', moduleSpecifier: '@taiga-ui/kit' },
197
- ],
208
+ to: { name: 'TuiPush', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
198
209
  },
199
210
  {
200
211
  from: { name: 'TuiElasticContainerModule', moduleSpecifier: '@taiga-ui/kit' },
@@ -213,11 +224,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
213
224
  to: { name: 'TuiInputInline', moduleSpecifier: '@taiga-ui/kit' },
214
225
  },
215
226
  {
216
- from: { name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
217
- to: { name: 'TuiIslandDirective', moduleSpecifier: '@taiga-ui/legacy' },
218
- },
219
- {
220
- from: { name: 'TuiIslandModule', moduleSpecifier: '@taiga-ui/kit' },
227
+ from: [
228
+ { name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
229
+ { name: 'TuiIslandModule', moduleSpecifier: '@taiga-ui/kit' },
230
+ ],
221
231
  to: { name: 'TuiIslandDirective', moduleSpecifier: '@taiga-ui/legacy' },
222
232
  },
223
233
  {
@@ -229,11 +239,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
229
239
  },
230
240
  },
231
241
  {
232
- from: { name: 'TuiLineClampModule', moduleSpecifier: '@taiga-ui/kit' },
233
- to: { name: 'TuiLineClamp', moduleSpecifier: '@taiga-ui/kit' },
234
- },
235
- {
236
- from: { name: 'TuiLineClampComponent', moduleSpecifier: '@taiga-ui/kit' },
242
+ from: [
243
+ { name: 'TuiLineClampComponent', moduleSpecifier: '@taiga-ui/kit' },
244
+ { name: 'TuiLineClampModule', moduleSpecifier: '@taiga-ui/kit' },
245
+ ],
237
246
  to: { name: 'TuiLineClamp', moduleSpecifier: '@taiga-ui/kit' },
238
247
  },
239
248
  {
@@ -306,14 +315,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
306
315
  },
307
316
  },
308
317
  {
309
- from: { name: 'TuiCardModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
310
- to: {
311
- name: 'TuiThumbnailCard',
312
- moduleSpecifier: '@taiga-ui/addon-commerce',
313
- },
314
- },
315
- {
316
- from: { name: 'TuiCardComponent', moduleSpecifier: '@taiga-ui/addon-commerce' },
318
+ from: [
319
+ { name: 'TuiCardModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
320
+ { name: 'TuiCardComponent', moduleSpecifier: '@taiga-ui/addon-commerce' },
321
+ ],
317
322
  to: {
318
323
  name: 'TuiThumbnailCard',
319
324
  moduleSpecifier: '@taiga-ui/addon-commerce',
@@ -336,11 +341,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
336
341
  to: { name: 'TuiTextfieldComponent', moduleSpecifier: '@taiga-ui/legacy' },
337
342
  },
338
343
  {
339
- from: { name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/experimental' },
340
- to: { name: 'TuiBadge', moduleSpecifier: '@taiga-ui/kit' },
341
- },
342
- {
343
- from: { name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/kit' },
344
+ from: [
345
+ { name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/experimental' },
346
+ { name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/kit' },
347
+ ],
344
348
  to: { name: 'TuiBadge', moduleSpecifier: '@taiga-ui/kit' },
345
349
  },
346
350
  {
@@ -352,11 +356,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
352
356
  to: { name: 'TuiCopyProcessor', moduleSpecifier: '@taiga-ui/cdk' },
353
357
  },
354
358
  {
355
- from: { name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
356
- to: { name: 'TuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
357
- },
358
- {
359
- from: { name: 'TuiControlValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
359
+ from: [
360
+ { name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
361
+ { name: 'TuiControlValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
362
+ ],
360
363
  to: { name: 'TuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
361
364
  },
362
365
  {
@@ -380,15 +383,13 @@ exports.IDENTIFIERS_TO_REPLACE = [
380
383
  to: { name: 'TuiReplacePipe', moduleSpecifier: '@taiga-ui/cdk' },
381
384
  },
382
385
  {
383
- from: { name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/experimental' },
384
- to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
385
- },
386
- {
387
- from: { name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/kit' },
388
- to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
389
- },
390
- {
391
- from: { name: 'TuiPrimitiveCheckboxModule', moduleSpecifier: '@taiga-ui/core' },
386
+ from: [
387
+ { name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/experimental' },
388
+ { name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/kit' },
389
+ { name: 'TuiPrimitiveCheckboxModule', moduleSpecifier: '@taiga-ui/core' },
390
+ { name: 'TuiCheckboxComponent', moduleSpecifier: '@taiga-ui/kit' },
391
+ { name: 'TuiCheckboxLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
392
+ ],
392
393
  to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
393
394
  },
394
395
  {
@@ -399,39 +400,32 @@ exports.IDENTIFIERS_TO_REPLACE = [
399
400
  ],
400
401
  },
401
402
  {
402
- from: { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
403
- to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
404
- },
405
- {
406
- from: { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/core' },
403
+ from: [
404
+ { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
405
+ { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/core' },
406
+ ],
407
407
  to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
408
408
  },
409
409
  {
410
- from: { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
411
- to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
412
- },
413
- {
414
- from: { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/kit' },
410
+ from: [
411
+ { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
412
+ { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/kit' },
413
+ ],
415
414
  to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
416
415
  },
417
416
  {
418
- from: { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/experimental' },
419
- to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
420
- },
421
- {
422
- from: { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/kit' },
423
- to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
424
- },
425
- {
426
- from: { name: 'TuiToggleComponent', moduleSpecifier: '@taiga-ui/kit' },
417
+ from: [
418
+ { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/experimental' },
419
+ { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/kit' },
420
+ { name: 'TuiToggleComponent', moduleSpecifier: '@taiga-ui/kit' },
421
+ ],
427
422
  to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
428
423
  },
429
424
  {
430
- from: { name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
431
- to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
432
- },
433
- {
434
- from: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
425
+ from: [
426
+ { name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
427
+ { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
428
+ ],
435
429
  to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
436
430
  },
437
431
  {
@@ -439,15 +433,14 @@ exports.IDENTIFIERS_TO_REPLACE = [
439
433
  to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/legacy' },
440
434
  },
441
435
  {
442
- from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
443
- to: {
444
- name: 'TuiBadgedContent',
445
- moduleSpecifier: '@taiga-ui/kit',
446
- spreadInModule: true,
447
- },
436
+ from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
437
+ to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
448
438
  },
449
439
  {
450
- from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
440
+ from: [
441
+ { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
442
+ { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
443
+ ],
451
444
  to: {
452
445
  name: 'TuiBadgedContent',
453
446
  moduleSpecifier: '@taiga-ui/kit',
@@ -461,10 +454,6 @@ exports.IDENTIFIERS_TO_REPLACE = [
461
454
  },
462
455
  to: { name: 'TuiBadgeNotification', moduleSpecifier: '@taiga-ui/kit' },
463
456
  },
464
- {
465
- from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
466
- to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
467
- },
468
457
  {
469
458
  from: { name: 'TuiInputCountModule', moduleSpecifier: '@taiga-ui/kit' },
470
459
  to: { name: 'TuiInputNumberModule', moduleSpecifier: '@taiga-ui/kit' },
@@ -512,15 +501,17 @@ exports.IDENTIFIERS_TO_REPLACE = [
512
501
  to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/legacy' },
513
502
  },
514
503
  {
515
- from: { name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
516
- to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
517
- },
518
- {
519
- from: { name: 'TuiScrollbarComponent', moduleSpecifier: '@taiga-ui/core' },
504
+ from: [
505
+ { name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
506
+ { name: 'TuiScrollbarComponent', moduleSpecifier: '@taiga-ui/core' },
507
+ ],
520
508
  to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
521
509
  },
522
510
  {
523
- from: { name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
511
+ from: [
512
+ { name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
513
+ { name: 'TuiGroupDirective', moduleSpecifier: '@taiga-ui/core' },
514
+ ],
524
515
  to: { name: 'TuiGroup', moduleSpecifier: '@taiga-ui/core' },
525
516
  },
526
517
  {
@@ -544,21 +535,12 @@ exports.IDENTIFIERS_TO_REPLACE = [
544
535
  to: { name: 'TuiDropdownService', moduleSpecifier: '@taiga-ui/core' },
545
536
  },
546
537
  {
547
- from: { name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
548
- to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
549
- },
550
- {
551
- from: { name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
538
+ from: [
539
+ { name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
540
+ { name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
541
+ ],
552
542
  to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
553
543
  },
554
- {
555
- from: { name: 'TuiDropdownModule', moduleSpecifier: '@taiga-ui/core' },
556
- to: {
557
- name: 'TuiDropdown',
558
- moduleSpecifier: '@taiga-ui/core',
559
- spreadInModule: true,
560
- },
561
- },
562
544
  {
563
545
  from: { name: 'TuiDroppableModule', moduleSpecifier: '@taiga-ui/cdk' },
564
546
  to: { name: 'TuiDroppable', moduleSpecifier: '@taiga-ui/cdk' },
@@ -568,11 +550,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
568
550
  to: { name: 'TuiValidator', moduleSpecifier: '@taiga-ui/cdk' },
569
551
  },
570
552
  {
571
- from: { name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
572
- to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
573
- },
574
- {
575
- from: { name: 'TuiMoneyModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
553
+ from: [
554
+ { name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
555
+ { name: 'TuiMoneyModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
556
+ ],
576
557
  to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
577
558
  },
578
559
  {
@@ -605,7 +586,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
605
586
  },
606
587
  {
607
588
  from: { name: 'TuiEditorSocketModule', moduleSpecifier: '@tinkoff/tui-editor' },
608
- to: { name: 'TuiEditorSocket', moduleSpecifier: '@taiga/editor' },
589
+ to: { name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor' },
609
590
  },
610
591
  {
611
592
  from: { name: 'defaultEditorExtensions', moduleSpecifier: '@tinkoff/tui-editor' },
@@ -619,11 +600,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
619
600
  to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
620
601
  },
621
602
  {
622
- from: { name: 'defaultEditorTools', moduleSpecifier: '@tinkoff/tui-editor' },
623
- to: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@taiga-ui/editor' },
624
- },
625
- {
626
- from: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@tinkoff/tui-editor' },
603
+ from: [
604
+ { name: 'defaultEditorTools', moduleSpecifier: '@tinkoff/tui-editor' },
605
+ { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@tinkoff/tui-editor' },
606
+ ],
627
607
  to: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@taiga-ui/editor' },
628
608
  },
629
609
  {
@@ -662,19 +642,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
662
642
  to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
663
643
  },
664
644
  {
665
- from: { name: 'TuiCheckboxComponent', moduleSpecifier: '@taiga-ui/kit' },
666
- to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
667
- },
668
- {
669
- from: { name: 'TuiCheckboxLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
670
- to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
671
- },
672
- {
673
- from: { name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
674
- to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
675
- },
676
- {
677
- from: { name: 'TuiRadioLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
645
+ from: [
646
+ { name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
647
+ { name: 'TuiRadioLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
648
+ ],
678
649
  to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
679
650
  },
680
651
  {
@@ -700,13 +671,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
700
671
  to: { name: 'TuiTabs', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
701
672
  },
702
673
  {
703
- from: { name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
674
+ from: [
675
+ { name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
676
+ { name: 'TuiDropdownModule', moduleSpecifier: '@taiga-ui/core' },
677
+ ],
704
678
  to: {
705
679
  name: 'TuiDropdown',
706
680
  moduleSpecifier: '@taiga-ui/core',
707
681
  spreadInModule: true,
708
682
  },
709
683
  },
684
+ {
685
+ from: { name: 'TuiHostedDropdownComponent', moduleSpecifier: '@taiga-ui/core' },
686
+ to: { name: 'TuiDropdownOpen', moduleSpecifier: '@taiga-ui/core' },
687
+ },
710
688
  {
711
689
  from: { name: 'TuiTitleModule', moduleSpecifier: '@taiga-ui/experimental' },
712
690
  to: { name: 'TuiTitle', moduleSpecifier: '@taiga-ui/core' },
@@ -728,11 +706,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
728
706
  to: { name: 'TuiCompass', moduleSpecifier: '@taiga-ui/kit' },
729
707
  },
730
708
  {
731
- from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
732
- to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
733
- },
734
- {
735
- from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
709
+ from: [
710
+ { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
711
+ { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
712
+ ],
736
713
  to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
737
714
  },
738
715
  {
@@ -744,7 +721,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
744
721
  to: { name: 'TuiFlagPipe', moduleSpecifier: '@taiga-ui/core' },
745
722
  },
746
723
  {
747
- from: { name: 'TuiSvgModule', moduleSpecifier: '@taiga-ui/core' },
724
+ from: [
725
+ { name: 'TuiSvgModule', moduleSpecifier: '@taiga-ui/core' },
726
+ { name: 'TuiSvgComponent', moduleSpecifier: '@taiga-ui/core' },
727
+ ],
748
728
  to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
749
729
  },
750
730
  {
@@ -773,7 +753,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
773
753
  ],
774
754
  },
775
755
  {
776
- from: { name: 'TuiMarkerIconModule', moduleSpecifier: '@taiga-ui/kit' },
756
+ from: [
757
+ { name: 'TuiMarkerIconModule', moduleSpecifier: '@taiga-ui/kit' },
758
+ { name: 'TuiMarkerIconComponent', moduleSpecifier: '@taiga-ui/kit' },
759
+ ],
777
760
  to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
778
761
  },
779
762
  {
@@ -788,11 +771,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
788
771
  ],
789
772
  },
790
773
  {
791
- from: { name: 'TuiLinkModule', moduleSpecifier: '@taiga-ui/core' },
792
- to: { name: 'TuiLink', moduleSpecifier: '@taiga-ui/core' },
793
- },
794
- {
795
- from: { name: 'TuiLinkComponent', moduleSpecifier: '@taiga-ui/core' },
774
+ from: [
775
+ { name: 'TuiLinkModule', moduleSpecifier: '@taiga-ui/core' },
776
+ { name: 'TuiLinkComponent', moduleSpecifier: '@taiga-ui/core' },
777
+ ],
796
778
  to: { name: 'TuiLink', moduleSpecifier: '@taiga-ui/core' },
797
779
  },
798
780
  {
@@ -835,21 +817,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
835
817
  },
836
818
  },
837
819
  {
838
- from: { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/core' },
839
- to: {
840
- name: 'TuiButton',
841
- moduleSpecifier: '@taiga-ui/core',
842
- },
843
- },
844
- {
845
- from: { name: 'TuiButtonComponent', moduleSpecifier: '@taiga-ui/core' },
846
- to: {
847
- name: 'TuiButton',
848
- moduleSpecifier: '@taiga-ui/core',
849
- },
850
- },
851
- {
852
- from: { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/experimental' },
820
+ from: [
821
+ { name: 'TuiButtonComponent', moduleSpecifier: '@taiga-ui/core' },
822
+ { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/core' },
823
+ { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/experimental' },
824
+ ],
853
825
  to: {
854
826
  name: 'TuiButton',
855
827
  moduleSpecifier: '@taiga-ui/core',
@@ -1214,10 +1186,16 @@ exports.IDENTIFIERS_TO_REPLACE = [
1214
1186
  },
1215
1187
  },
1216
1188
  {
1217
- from: {
1218
- name: 'TuiTableBarsHostModule',
1219
- moduleSpecifier: '@taiga-ui/addon-tablebars',
1220
- },
1189
+ from: [
1190
+ {
1191
+ name: 'TuiTableBarsHostModule',
1192
+ moduleSpecifier: '@taiga-ui/addon-tablebars',
1193
+ },
1194
+ {
1195
+ name: 'TuiTableBarsHostComponent',
1196
+ moduleSpecifier: '@taiga-ui/addon-tablebars',
1197
+ },
1198
+ ],
1221
1199
  to: {
1222
1200
  name: 'TuiTableBarsHostComponent',
1223
1201
  moduleSpecifier: '@taiga-ui/legacy',
@@ -1285,10 +1263,16 @@ exports.IDENTIFIERS_TO_REPLACE = [
1285
1263
  },
1286
1264
  },
1287
1265
  {
1288
- from: {
1289
- name: 'TuiAppBarModule',
1290
- moduleSpecifier: '@taiga-ui/layout',
1291
- },
1266
+ from: [
1267
+ {
1268
+ name: 'TuiAppBarModule',
1269
+ moduleSpecifier: '@taiga-ui/addon-mobile',
1270
+ },
1271
+ {
1272
+ name: 'TuiAppBarModule',
1273
+ moduleSpecifier: '@taiga-ui/layout',
1274
+ },
1275
+ ],
1292
1276
  to: {
1293
1277
  name: 'TuiAppBar',
1294
1278
  moduleSpecifier: '@taiga-ui/layout',
@@ -1331,7 +1315,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
1331
1315
  moduleSpecifier: '@taiga-ui/experimental',
1332
1316
  },
1333
1317
  to: {
1334
- name: 'TuiButtonVertical',
1318
+ name: 'TuiButton',
1335
1319
  moduleSpecifier: '@taiga-ui/kit',
1336
1320
  },
1337
1321
  },
@@ -1493,10 +1477,16 @@ exports.IDENTIFIERS_TO_REPLACE = [
1493
1477
  },
1494
1478
  },
1495
1479
  {
1496
- from: {
1497
- name: 'TuiErrorModule',
1498
- moduleSpecifier: '@taiga-ui/core',
1499
- },
1480
+ from: [
1481
+ {
1482
+ name: 'TuiErrorModule',
1483
+ moduleSpecifier: '@taiga-ui/core',
1484
+ },
1485
+ {
1486
+ name: 'TuiErrorComponent',
1487
+ moduleSpecifier: '@taiga-ui/core',
1488
+ },
1489
+ ],
1500
1490
  to: {
1501
1491
  name: 'TuiError',
1502
1492
  moduleSpecifier: '@taiga-ui/core',
@@ -1545,60 +1535,32 @@ exports.IDENTIFIERS_TO_REPLACE = [
1545
1535
  },
1546
1536
  },
1547
1537
  {
1548
- from: {
1549
- name: 'TuiDocCodeModule',
1550
- moduleSpecifier: '@taiga-ui/addon-doc',
1551
- },
1552
- to: {
1553
- name: 'TuiAddonDoc',
1554
- moduleSpecifier: '@taiga-ui/addon-doc',
1555
- },
1556
- },
1557
- {
1558
- from: {
1559
- name: 'TuiDocDemoModule',
1560
- moduleSpecifier: '@taiga-ui/addon-doc',
1561
- },
1562
- to: {
1563
- name: 'TuiAddonDoc',
1564
- moduleSpecifier: '@taiga-ui/addon-doc',
1565
- },
1566
- },
1567
- {
1568
- from: {
1569
- name: 'TuiDocMainModule',
1570
- moduleSpecifier: '@taiga-ui/addon-doc',
1571
- },
1572
- to: {
1573
- name: 'TuiAddonDoc',
1574
- moduleSpecifier: '@taiga-ui/addon-doc',
1575
- },
1576
- },
1577
- {
1578
- from: {
1579
- name: 'TuiDocNavigationModule',
1580
- moduleSpecifier: '@taiga-ui/addon-doc',
1581
- },
1582
- to: {
1583
- name: 'TuiAddonDoc',
1584
- moduleSpecifier: '@taiga-ui/addon-doc',
1585
- },
1586
- },
1587
- {
1588
- from: {
1589
- name: 'TuiDocPageModule',
1590
- moduleSpecifier: '@taiga-ui/addon-doc',
1591
- },
1592
- to: {
1593
- name: 'TuiAddonDoc',
1594
- moduleSpecifier: '@taiga-ui/addon-doc',
1595
- },
1596
- },
1597
- {
1598
- from: {
1599
- name: 'TuiAddonDocModule',
1600
- moduleSpecifier: '@taiga-ui/addon-doc',
1601
- },
1538
+ from: [
1539
+ {
1540
+ name: 'TuiDocCodeModule',
1541
+ moduleSpecifier: '@taiga-ui/addon-doc',
1542
+ },
1543
+ {
1544
+ name: 'TuiDocDemoModule',
1545
+ moduleSpecifier: '@taiga-ui/addon-doc',
1546
+ },
1547
+ {
1548
+ name: 'TuiDocMainModule',
1549
+ moduleSpecifier: '@taiga-ui/addon-doc',
1550
+ },
1551
+ {
1552
+ name: 'TuiDocNavigationModule',
1553
+ moduleSpecifier: '@taiga-ui/addon-doc',
1554
+ },
1555
+ {
1556
+ name: 'TuiDocPageModule',
1557
+ moduleSpecifier: '@taiga-ui/addon-doc',
1558
+ },
1559
+ {
1560
+ name: 'TuiAddonDocModule',
1561
+ moduleSpecifier: '@taiga-ui/addon-doc',
1562
+ },
1563
+ ],
1602
1564
  to: {
1603
1565
  name: 'TuiAddonDoc',
1604
1566
  moduleSpecifier: '@taiga-ui/addon-doc',
@@ -1713,7 +1675,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
1713
1675
  },
1714
1676
  to: {
1715
1677
  name: 'TuiCurrencyPipe',
1716
- moduleSpecifier: '@taiga-ui/addon-mobile',
1678
+ moduleSpecifier: '@taiga-ui/addon-commerce',
1717
1679
  },
1718
1680
  },
1719
1681
  {
@@ -2513,20 +2475,16 @@ exports.IDENTIFIERS_TO_REPLACE = [
2513
2475
  },
2514
2476
  },
2515
2477
  {
2516
- from: {
2517
- name: 'TuiLabelModule',
2518
- moduleSpecifier: '@taiga-ui/core',
2519
- },
2520
- to: {
2521
- name: 'TuiLabel',
2522
- moduleSpecifier: '@taiga-ui/core',
2523
- },
2524
- },
2525
- {
2526
- from: {
2527
- name: 'TuiLabelComponent',
2528
- moduleSpecifier: '@taiga-ui/core',
2529
- },
2478
+ from: [
2479
+ {
2480
+ name: 'TuiLabelModule',
2481
+ moduleSpecifier: '@taiga-ui/core',
2482
+ },
2483
+ {
2484
+ name: 'TuiLabelComponent',
2485
+ moduleSpecifier: '@taiga-ui/core',
2486
+ },
2487
+ ],
2530
2488
  to: {
2531
2489
  name: 'TuiLabel',
2532
2490
  moduleSpecifier: '@taiga-ui/core',
@@ -2642,4 +2600,28 @@ exports.IDENTIFIERS_TO_REPLACE = [
2642
2600
  from: { name: 'MaskitoModule', moduleSpecifier: '@maskito/angular' },
2643
2601
  to: { name: 'MaskitoDirective', moduleSpecifier: '@maskito/angular' },
2644
2602
  },
2603
+ {
2604
+ from: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/cdk' },
2605
+ to: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/legacy' },
2606
+ },
2607
+ {
2608
+ from: { name: 'TuiDeepPartial', moduleSpecifier: '@taiga-ui/cdk' },
2609
+ to: { name: 'TuiDeepPartial', moduleSpecifier: '@taiga-ui/addon-doc' },
2610
+ },
2611
+ {
2612
+ from: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/cdk' },
2613
+ to: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/legacy' },
2614
+ },
2615
+ {
2616
+ from: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/cdk' },
2617
+ to: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/legacy' },
2618
+ },
2619
+ {
2620
+ from: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/cdk' },
2621
+ to: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/legacy' },
2622
+ },
2623
+ {
2624
+ from: { name: 'TuiObscuredModule', moduleSpecifier: '@taiga-ui/cdk' },
2625
+ to: { name: 'TuiObscured', moduleSpecifier: '@taiga-ui/cdk' },
2626
+ },
2645
2627
  ];