@taiga-ui/cdk 4.0.0-rc.8 → 4.0.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 (121) 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 +28 -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 +231 -231
  27. package/schematics/ng-update/v4/steps/constants/migration-warnings.js +21 -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/migrate-root.js +7 -2
  38. package/schematics/ng-update/v4/steps/styles/index.js +12 -2
  39. package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.d.ts +1 -0
  40. package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.js +13 -0
  41. package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.d.ts +1 -0
  42. package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.js +10 -0
  43. package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.d.ts +1 -0
  44. package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.js +23 -0
  45. package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js +2 -2
  46. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.d.ts +1 -0
  47. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js +54 -0
  48. package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +1 -1
  49. package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +1 -1
  50. package/schematics/ng-update/v4/steps/templates/migrate-notification.js +21 -3
  51. package/services/index.d.ts +1 -1
  52. package/services/theme-color.service.d.ts +16 -0
  53. package/esm2022/services/static-request.service.mjs +0 -33
  54. package/schematics/ng-update/v3/constants/breakpoints.d.ts +0 -82
  55. package/schematics/ng-update/v3/constants/breakpoints.js +0 -34
  56. package/schematics/ng-update/v3/constants/constants.d.ts +0 -2
  57. package/schematics/ng-update/v3/constants/constants.js +0 -466
  58. package/schematics/ng-update/v3/constants/deprecated-functions.d.ts +0 -2
  59. package/schematics/ng-update/v3/constants/deprecated-functions.js +0 -680
  60. package/schematics/ng-update/v3/constants/enums.d.ts +0 -2
  61. package/schematics/ng-update/v3/constants/enums.js +0 -284
  62. package/schematics/ng-update/v3/constants/modules.d.ts +0 -2
  63. package/schematics/ng-update/v3/constants/modules.js +0 -9
  64. package/schematics/ng-update/v3/constants/services.d.ts +0 -2
  65. package/schematics/ng-update/v3/constants/services.js +0 -53
  66. package/schematics/ng-update/v3/constants/templates.d.ts +0 -57
  67. package/schematics/ng-update/v3/constants/templates.js +0 -744
  68. package/schematics/ng-update/v3/constants/tui-interactive-selectors.d.ts +0 -1
  69. package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +0 -55
  70. package/schematics/ng-update/v3/constants/types.d.ts +0 -2
  71. package/schematics/ng-update/v3/constants/types.js +0 -156
  72. package/schematics/ng-update/v3/constants/warnings.d.ts +0 -2
  73. package/schematics/ng-update/v3/constants/warnings.js +0 -111
  74. package/schematics/ng-update/v3/index.d.ts +0 -3
  75. package/schematics/ng-update/v3/index.js +0 -105
  76. package/schematics/ng-update/v3/schema.json +0 -13
  77. package/schematics/ng-update/v3/steps/migrate-date-time.d.ts +0 -2
  78. package/schematics/ng-update/v3/steps/migrate-date-time.js +0 -207
  79. package/schematics/ng-update/v3/steps/migrate-polymorpheus.d.ts +0 -8
  80. package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +0 -78
  81. package/schematics/ng-update/v3/steps/migrate-progress.d.ts +0 -8
  82. package/schematics/ng-update/v3/steps/migrate-progress.js +0 -49
  83. package/schematics/ng-update/v3/steps/migrate-sliders/index.d.ts +0 -3
  84. package/schematics/ng-update/v3/steps/migrate-sliders/index.js +0 -19
  85. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.d.ts +0 -3
  86. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +0 -103
  87. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.d.ts +0 -3
  88. package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +0 -90
  89. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.d.ts +0 -3
  90. package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +0 -70
  91. package/schematics/ng-update/v3/steps/migrate-templates.d.ts +0 -4
  92. package/schematics/ng-update/v3/steps/migrate-templates.js +0 -216
  93. package/schematics/ng-update/v3/steps/migrate-textfield-controller.d.ts +0 -8
  94. package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +0 -98
  95. package/schematics/ng-update/v3/steps/miscellaneous.d.ts +0 -2
  96. package/schematics/ng-update/v3/steps/miscellaneous.js +0 -81
  97. package/schematics/ng-update/v3/steps/replace-functions.d.ts +0 -2
  98. package/schematics/ng-update/v3/steps/replace-functions.js +0 -138
  99. package/schematics/ng-update/v3/steps/replace-styles.d.ts +0 -3
  100. package/schematics/ng-update/v3/steps/replace-styles.js +0 -33
  101. package/schematics/ng-update/v3-30/constants/constants.d.ts +0 -2
  102. package/schematics/ng-update/v3-30/constants/constants.js +0 -8
  103. package/schematics/ng-update/v3-30/constants/icons.d.ts +0 -4
  104. package/schematics/ng-update/v3-30/constants/icons.js +0 -993
  105. package/schematics/ng-update/v3-30/index.d.ts +0 -3
  106. package/schematics/ng-update/v3-30/index.js +0 -33
  107. package/schematics/ng-update/v3-35/constants/constants.d.ts +0 -2
  108. package/schematics/ng-update/v3-35/constants/constants.js +0 -8
  109. package/schematics/ng-update/v3-35/constants/icons.d.ts +0 -4
  110. package/schematics/ng-update/v3-35/constants/icons.js +0 -2537
  111. package/schematics/ng-update/v3-35/index.d.ts +0 -3
  112. package/schematics/ng-update/v3-35/index.js +0 -33
  113. package/schematics/ng-update/v3-36/index.d.ts +0 -3
  114. package/schematics/ng-update/v3-36/index.js +0 -23
  115. package/schematics/ng-update/v3-40/index.d.ts +0 -3
  116. package/schematics/ng-update/v3-40/index.js +0 -62
  117. package/schematics/ng-update/v3-5/index.d.ts +0 -3
  118. package/schematics/ng-update/v3-5/index.js +0 -20
  119. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +0 -3
  120. package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +0 -44
  121. package/services/static-request.service.d.ts +0 -8
@@ -1,82 +0,0 @@
1
- export declare const DEPRECATED_BREAKPOINTS: readonly [{
2
- readonly from: "@media-retina";
3
- readonly to: "@tui-media-retina";
4
- }, {
5
- readonly from: "@media-retina-mobile";
6
- readonly to: "@tui-media-retina-mobile";
7
- }, {
8
- readonly from: "@media-retina-tablet";
9
- readonly to: "@tui-media-retina-tablet";
10
- }, {
11
- readonly from: "@media-retina-desktop";
12
- readonly to: "@tui-media-retina-desktop";
13
- }, {
14
- readonly from: "@mobile-m";
15
- readonly to: "@tui-mobile";
16
- }, {
17
- readonly from: "@mobile-m-min";
18
- readonly to: "@tui-mobile-min";
19
- }, {
20
- readonly from: "@mobile-m-interval";
21
- readonly to: "@tui-mobile-interval";
22
- }, {
23
- readonly from: "@tablet-lg";
24
- readonly to: "@tui-tablet";
25
- }, {
26
- readonly from: "@tablet-lg-min";
27
- readonly to: "@tui-tablet-min";
28
- }, {
29
- readonly from: "@tablet-lg-interval";
30
- readonly to: "@tui-tablet-interval";
31
- }, {
32
- readonly from: "@desktop-s";
33
- readonly to: "@tui-desktop";
34
- }, {
35
- readonly from: "@desktop-s-min";
36
- readonly to: "@tui-desktop-min";
37
- }, {
38
- readonly from: "@desktop-s-interval";
39
- readonly to: "@tui-desktop-interval";
40
- }, {
41
- readonly from: "@desktop-m-min";
42
- readonly to: "@tui-desktop-lg-min";
43
- }, {
44
- readonly from: "@mobile";
45
- readonly to: "@tui-mobile";
46
- }, {
47
- readonly from: "@mobile-min";
48
- readonly to: "@tui-mobile-min";
49
- }, {
50
- readonly from: "@mobile-interval";
51
- readonly to: "@tui-mobile-interval";
52
- }, {
53
- readonly from: "@tablet-s";
54
- readonly to: "@tui-mobile";
55
- }, {
56
- readonly from: "@tablet-s-min";
57
- readonly to: "@tui-mobile-min";
58
- }, {
59
- readonly from: "@tablet-s-interval";
60
- readonly to: "@tui-mobile-interval";
61
- }, {
62
- readonly from: "@tablet";
63
- readonly to: "@tui-tablet";
64
- }, {
65
- readonly from: "@tablet-min";
66
- readonly to: "@tui-tablet-min";
67
- }, {
68
- readonly from: "@tablet-interval";
69
- readonly to: "@tui-tablet-interval";
70
- }, {
71
- readonly from: "@desktop";
72
- readonly to: "@tui-desktop";
73
- }, {
74
- readonly from: "@desktop-min";
75
- readonly to: "@tui-desktop-min";
76
- }, {
77
- readonly from: "@desktop-interval";
78
- readonly to: "@tui-desktop-interval";
79
- }, {
80
- readonly from: "@desktop-lg-min";
81
- readonly to: "@tui-desktop-lg-min";
82
- }];
@@ -1,34 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DEPRECATED_BREAKPOINTS = void 0;
4
- exports.DEPRECATED_BREAKPOINTS = [
5
- // all previously actual breakpoints
6
- { from: '@media-retina', to: '@tui-media-retina' },
7
- { from: '@media-retina-mobile', to: '@tui-media-retina-mobile' },
8
- { from: '@media-retina-tablet', to: '@tui-media-retina-tablet' },
9
- { from: '@media-retina-desktop', to: '@tui-media-retina-desktop' },
10
- { from: '@mobile-m', to: '@tui-mobile' },
11
- { from: '@mobile-m-min', to: '@tui-mobile-min' },
12
- { from: '@mobile-m-interval', to: '@tui-mobile-interval' },
13
- { from: '@tablet-lg', to: '@tui-tablet' },
14
- { from: '@tablet-lg-min', to: '@tui-tablet-min' },
15
- { from: '@tablet-lg-interval', to: '@tui-tablet-interval' },
16
- { from: '@desktop-s', to: '@tui-desktop' },
17
- { from: '@desktop-s-min', to: '@tui-desktop-min' },
18
- { from: '@desktop-s-interval', to: '@tui-desktop-interval' },
19
- { from: '@desktop-m-min', to: '@tui-desktop-lg-min' },
20
- // legacy breakpoints
21
- { from: '@mobile', to: '@tui-mobile' },
22
- { from: '@mobile-min', to: '@tui-mobile-min' },
23
- { from: '@mobile-interval', to: '@tui-mobile-interval' },
24
- { from: '@tablet-s', to: '@tui-mobile' },
25
- { from: '@tablet-s-min', to: '@tui-mobile-min' },
26
- { from: '@tablet-s-interval', to: '@tui-mobile-interval' },
27
- { from: '@tablet', to: '@tui-tablet' },
28
- { from: '@tablet-min', to: '@tui-tablet-min' },
29
- { from: '@tablet-interval', to: '@tui-tablet-interval' },
30
- { from: '@desktop', to: '@tui-desktop' },
31
- { from: '@desktop-min', to: '@tui-desktop-min' },
32
- { from: '@desktop-interval', to: '@tui-desktop-interval' },
33
- { from: '@desktop-lg-min', to: '@tui-desktop-lg-min' },
34
- ];
@@ -1,2 +0,0 @@
1
- import type { ReplacementIdentifier } from '../../interfaces/replacement-identifier';
2
- export declare const CONSTANTS_TO_REPLACE: ReplacementIdentifier[];
@@ -1,466 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CONSTANTS_TO_REPLACE = void 0;
4
- exports.CONSTANTS_TO_REPLACE = [
5
- {
6
- from: {
7
- name: 'EMPTY_VALIDATOR',
8
- moduleSpecifier: '@taiga-ui/cdk',
9
- },
10
- to: {
11
- name: 'Validators.nullValidator',
12
- namedImport: 'Validators',
13
- moduleSpecifier: '@angular/forms',
14
- },
15
- },
16
- {
17
- from: {
18
- name: 'TUI_CALENDAR_DATA_STREAM',
19
- moduleSpecifier: '@taiga-ui/kit',
20
- },
21
- to: {
22
- name: 'TUI_CALENDAR_DATE_STREAM',
23
- moduleSpecifier: '@taiga-ui/kit',
24
- },
25
- },
26
- {
27
- from: {
28
- name: 'TUI_DATE_MASK',
29
- },
30
- to: {
31
- name: "tuiCreateDateMask('DMY', '.')",
32
- moduleSpecifier: '@taiga-ui/kit',
33
- namedImport: 'tuiCreateDateMask',
34
- },
35
- },
36
- {
37
- from: {
38
- name: 'TUI_DATE_RANGE_MASK',
39
- },
40
- to: {
41
- name: "tuiCreateDateRangeMask('DMY', '.')",
42
- moduleSpecifier: '@taiga-ui/kit',
43
- namedImport: 'tuiCreateDateRangeMask',
44
- },
45
- },
46
- {
47
- from: {
48
- name: 'getClosestKeyboardFocusable',
49
- moduleSpecifier: '@taiga-ui/cdk',
50
- },
51
- to: {
52
- name: 'getClosestFocusable',
53
- moduleSpecifier: '@taiga-ui/cdk',
54
- },
55
- },
56
- {
57
- from: {
58
- name: 'TuiNotificationsModule',
59
- moduleSpecifier: '@taiga-ui/core',
60
- },
61
- to: {
62
- name: 'TuiAlert',
63
- moduleSpecifier: '@taiga-ui/core',
64
- },
65
- },
66
- {
67
- from: {
68
- name: 'TuiHintControllerModule',
69
- moduleSpecifier: '@taiga-ui/core',
70
- },
71
- to: {
72
- name: 'TuiHintModule',
73
- moduleSpecifier: '@taiga-ui/core',
74
- },
75
- },
76
- {
77
- from: {
78
- name: 'TuiManualHintModule',
79
- moduleSpecifier: '@taiga-ui/core',
80
- },
81
- to: {
82
- name: 'TuiHintModule',
83
- moduleSpecifier: '@taiga-ui/core',
84
- },
85
- },
86
- {
87
- from: {
88
- name: 'TuiPointerHintModule',
89
- moduleSpecifier: '@taiga-ui/core',
90
- },
91
- to: {
92
- name: 'TuiHintModule',
93
- moduleSpecifier: '@taiga-ui/core',
94
- },
95
- },
96
- {
97
- from: {
98
- name: 'TuiDropdownControllerModule',
99
- moduleSpecifier: '@taiga-ui/core',
100
- },
101
- to: {
102
- name: 'TuiDropdown',
103
- moduleSpecifier: '@taiga-ui/core',
104
- },
105
- },
106
- {
107
- from: {
108
- name: 'TuiDropdownSelectionModule',
109
- moduleSpecifier: '@taiga-ui/kit',
110
- },
111
- to: {
112
- name: 'TuiDropdown',
113
- moduleSpecifier: '@taiga-ui/core',
114
- },
115
- },
116
- {
117
- from: {
118
- name: 'TuiDropdownHoverModule',
119
- moduleSpecifier: '@taiga-ui/kit',
120
- },
121
- to: {
122
- name: 'TuiDropdown',
123
- moduleSpecifier: '@taiga-ui/core',
124
- },
125
- },
126
- {
127
- from: {
128
- name: 'TuiDropdownContextModule',
129
- moduleSpecifier: '@taiga-ui/kit',
130
- },
131
- to: {
132
- name: 'TuiDropdown',
133
- moduleSpecifier: '@taiga-ui/core',
134
- },
135
- },
136
- {
137
- from: { name: 'identity', moduleSpecifier: '@taiga-ui/cdk' },
138
- to: { name: 'identity', moduleSpecifier: 'rxjs' },
139
- },
140
- {
141
- from: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/cdk' },
142
- to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/core' },
143
- },
144
- {
145
- from: {
146
- name: 'TuiCountryIsoCode',
147
- moduleSpecifier: '@taiga-ui/kit',
148
- },
149
- to: {
150
- name: 'TuiCountryIsoCode',
151
- moduleSpecifier: '@taiga-ui/i18n',
152
- },
153
- },
154
- {
155
- from: {
156
- name: 'TableComands',
157
- moduleSpecifier: '@taiga-ui/addon-editor',
158
- },
159
- to: {
160
- name: 'TuiTableCommands',
161
- moduleSpecifier: '@taiga-ui/addon-editor',
162
- },
163
- },
164
- {
165
- from: {
166
- name: 'TuiController',
167
- moduleSpecifier: '@taiga-ui/cdk',
168
- },
169
- to: {
170
- name: 'AbstractTuiController',
171
- moduleSpecifier: '@taiga-ui/cdk',
172
- namedImport: 'AbstractTuiController',
173
- },
174
- },
175
- {
176
- from: {
177
- name: 'TuiFilterByInputBase',
178
- moduleSpecifier: '@taiga-ui/kit',
179
- },
180
- to: {
181
- name: 'AbstractTuiFilterByInput',
182
- moduleSpecifier: '@taiga-ui/kit',
183
- namedImport: 'AbstractTuiFilterByInput',
184
- },
185
- },
186
- {
187
- from: {
188
- name: 'TuiFieldErrorModule',
189
- moduleSpecifier: '@taiga-ui/kit',
190
- },
191
- to: {
192
- name: 'TuiFieldErrorPipeModule',
193
- moduleSpecifier: '@taiga-ui/kit',
194
- },
195
- },
196
- {
197
- from: {
198
- name: 'TuiInputFileModule',
199
- moduleSpecifier: '@taiga-ui/kit',
200
- },
201
- to: {
202
- name: 'TuiInputFilesModule',
203
- moduleSpecifier: '@taiga-ui/kit',
204
- },
205
- },
206
- {
207
- from: {
208
- name: 'TuiPdfViewerModule',
209
- moduleSpecifier: '@taiga-ui/proprietary-banking',
210
- },
211
- to: {
212
- name: 'TuiPdfViewerModule',
213
- moduleSpecifier: '@taiga-ui/kit',
214
- },
215
- },
216
- {
217
- from: {
218
- name: 'TuiPreviewHostModule',
219
- moduleSpecifier: '@taiga-ui/proprietary-banking',
220
- },
221
- to: {
222
- name: 'TuiPreviewModule',
223
- moduleSpecifier: '@taiga-ui/addon-preview',
224
- },
225
- },
226
- {
227
- from: {
228
- name: 'TuiProgressModule',
229
- moduleSpecifier: '@taiga-ui/proprietary-core',
230
- },
231
- to: {
232
- name: 'TuiProgressModule',
233
- moduleSpecifier: '@taiga-ui/kit',
234
- },
235
- },
236
- {
237
- from: {
238
- name: 'hexToRgb',
239
- moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
240
- },
241
- to: {
242
- name: 'tuiHexToRgb',
243
- moduleSpecifier: '@taiga-ui/cdk',
244
- },
245
- },
246
- {
247
- from: {
248
- name: 'tuiHexToRgb',
249
- moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
250
- },
251
- to: {
252
- name: 'tuiHexToRgb',
253
- moduleSpecifier: '@taiga-ui/cdk',
254
- },
255
- },
256
- {
257
- from: {
258
- name: 'hsvToRgb',
259
- moduleSpecifier: '@taiga-ui/addon-editor',
260
- },
261
- to: {
262
- name: 'tuiHsvToRgb',
263
- moduleSpecifier: '@taiga-ui/cdk',
264
- },
265
- },
266
- {
267
- from: {
268
- name: 'tuiHsvToRgb',
269
- moduleSpecifier: '@taiga-ui/addon-editor',
270
- },
271
- to: {
272
- name: 'tuiHsvToRgb',
273
- moduleSpecifier: '@taiga-ui/cdk',
274
- },
275
- },
276
- {
277
- from: {
278
- name: 'parseColor',
279
- moduleSpecifier: '@taiga-ui/addon-editor',
280
- },
281
- to: {
282
- name: 'tuiParseColor',
283
- moduleSpecifier: '@taiga-ui/cdk',
284
- },
285
- },
286
- {
287
- from: {
288
- name: 'tuiParseColor',
289
- moduleSpecifier: '@taiga-ui/addon-editor',
290
- },
291
- to: {
292
- name: 'tuiParseColor',
293
- moduleSpecifier: '@taiga-ui/cdk',
294
- },
295
- },
296
- {
297
- from: {
298
- name: 'rgbToHex',
299
- moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
300
- },
301
- to: {
302
- name: 'tuiRgbToHex',
303
- moduleSpecifier: '@taiga-ui/cdk',
304
- },
305
- },
306
- {
307
- from: {
308
- name: 'tuiRgbToHex',
309
- moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
310
- },
311
- to: {
312
- name: 'tuiRgbToHex',
313
- moduleSpecifier: '@taiga-ui/cdk',
314
- },
315
- },
316
- {
317
- from: {
318
- name: 'rgbToHsv',
319
- moduleSpecifier: '@taiga-ui/addon-editor',
320
- },
321
- to: {
322
- name: 'tuiRgbToHsv',
323
- moduleSpecifier: '@taiga-ui/cdk',
324
- },
325
- },
326
- {
327
- from: {
328
- name: 'tuiRgbToHsv',
329
- moduleSpecifier: '@taiga-ui/addon-editor',
330
- },
331
- to: {
332
- name: 'tuiRgbToHsv',
333
- moduleSpecifier: '@taiga-ui/cdk',
334
- },
335
- },
336
- {
337
- from: {
338
- name: 'TuiPreviewService',
339
- moduleSpecifier: '@taiga-ui/proprietary-banking',
340
- },
341
- to: {
342
- name: 'TuiPreviewService',
343
- moduleSpecifier: '@taiga-ui/addon-preview',
344
- },
345
- },
346
- {
347
- from: {
348
- name: 'TuiPreviewModule',
349
- moduleSpecifier: '@taiga-ui/proprietary-banking',
350
- },
351
- to: {
352
- name: 'TuiPreviewModule',
353
- moduleSpecifier: '@taiga-ui/addon-preview',
354
- },
355
- },
356
- {
357
- from: {
358
- name: 'TuiAccountModule',
359
- moduleSpecifier: '@taiga-ui/proprietary-core',
360
- },
361
- to: {
362
- name: 'TuiAccountModule',
363
- moduleSpecifier: '@taiga-ui/proprietary-banking',
364
- },
365
- },
366
- {
367
- from: {
368
- name: 'TuiAccountComponent',
369
- moduleSpecifier: '@taiga-ui/proprietary-core',
370
- },
371
- to: {
372
- name: 'TuiAccountComponent',
373
- moduleSpecifier: '@taiga-ui/proprietary-banking',
374
- },
375
- },
376
- {
377
- from: {
378
- name: 'TuiAccount',
379
- moduleSpecifier: '@taiga-ui/proprietary-core',
380
- },
381
- to: {
382
- name: 'TuiAccount',
383
- moduleSpecifier: '@taiga-ui/proprietary-banking',
384
- },
385
- },
386
- {
387
- from: {
388
- name: 'tuiAccountDelegate',
389
- moduleSpecifier: '@taiga-ui/proprietary-core',
390
- },
391
- to: {
392
- name: 'tuiAccountDelegate',
393
- moduleSpecifier: '@taiga-ui/proprietary-banking',
394
- },
395
- },
396
- {
397
- from: {
398
- name: 'TuiAccountDelegateComponent',
399
- moduleSpecifier: '@taiga-ui/proprietary-core',
400
- },
401
- to: {
402
- name: 'TuiAccountDelegateComponent',
403
- moduleSpecifier: '@taiga-ui/proprietary-banking',
404
- },
405
- },
406
- {
407
- from: {
408
- name: 'CURRENCY_ICONS',
409
- moduleSpecifier: '@taiga-ui/proprietary-core',
410
- },
411
- to: {
412
- name: 'CURRENCY_ICONS',
413
- moduleSpecifier: '@taiga-ui/proprietary-banking',
414
- },
415
- },
416
- {
417
- from: {
418
- name: 'TUI_ACCOUNT_PROJECTOR',
419
- moduleSpecifier: '@taiga-ui/proprietary-core',
420
- },
421
- to: {
422
- name: 'TUI_ACCOUNT_PROJECTOR',
423
- moduleSpecifier: '@taiga-ui/proprietary-banking',
424
- },
425
- },
426
- {
427
- from: {
428
- name: 'TuiAutofillFieldNameT',
429
- moduleSpecifier: '@taiga-ui/cdk',
430
- },
431
- to: {
432
- name: 'TuiAutofillFieldName',
433
- moduleSpecifier: '@taiga-ui/cdk',
434
- },
435
- },
436
- {
437
- from: {
438
- name: 'TuiMarkerIconModeT',
439
- moduleSpecifier: '@taiga-ui/kit',
440
- },
441
- to: {
442
- name: 'TuiMarkerIconMode',
443
- moduleSpecifier: '@taiga-ui/kit',
444
- },
445
- },
446
- {
447
- from: {
448
- name: 'TuiStatusT',
449
- moduleSpecifier: '@taiga-ui/kit',
450
- },
451
- to: {
452
- name: 'TuiStatus',
453
- moduleSpecifier: '@taiga-ui/kit',
454
- },
455
- },
456
- {
457
- from: {
458
- name: 'TuiAbstractTextfieldHost',
459
- moduleSpecifier: '@taiga-ui/core',
460
- },
461
- to: {
462
- name: 'AbstractTuiTextfieldHost',
463
- moduleSpecifier: '@taiga-ui/core',
464
- },
465
- },
466
- ];
@@ -1,2 +0,0 @@
1
- import type { ReplacementType } from '../../interfaces/replacement-type';
2
- export declare const DEPRECATED_FUNCTIONS: readonly ReplacementType[];