@taiga-ui/cdk 4.0.0-rc.2 → 4.0.0-rc.3
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.
- package/classes/control.d.ts +1 -1
- package/constants/used-icons.d.ts +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/directives/auto-focus/autofocus.options.d.ts +1 -1
- package/directives/for/for.directive.d.ts +3 -3
- package/directives/platform/platform.directive.d.ts +1 -1
- package/directives/value-changes/value-changes.directive.d.ts +3 -3
- package/esm2022/classes/control.mjs +2 -2
- package/esm2022/constants/used-icons.mjs +5 -5
- package/esm2022/constants/version.mjs +2 -2
- package/esm2022/directives/active-zone/active-zone.directive.mjs +2 -2
- package/esm2022/directives/auto-focus/handlers/ios.handler.mjs +3 -3
- package/esm2022/directives/click-outside/click-outside.directive.mjs +2 -2
- package/esm2022/directives/droppable/droppable.directive.mjs +3 -3
- package/esm2022/directives/for/for.directive.mjs +6 -6
- package/esm2022/directives/hovered/hovered.service.mjs +2 -2
- package/esm2022/directives/obscured/obscured.directive.mjs +2 -2
- package/esm2022/directives/obscured/obscured.service.mjs +2 -2
- package/esm2022/directives/pan/pan.service.mjs +2 -2
- package/esm2022/directives/platform/platform.directive.mjs +6 -6
- package/esm2022/directives/swipe/swipe.service.mjs +2 -2
- package/esm2022/directives/value-changes/value-changes.directive.mjs +6 -6
- package/esm2022/directives/zoom/zoom.service.mjs +4 -4
- package/esm2022/observables/control-value.mjs +2 -2
- package/esm2022/observables/drag-and-drop-from.mjs +2 -2
- package/esm2022/observables/events.mjs +3 -3
- package/esm2022/observables/if-map.mjs +2 -2
- package/esm2022/observables/must-be-present.mjs +2 -2
- package/esm2022/observables/zone.mjs +4 -4
- package/esm2022/pipes/filter/filter.pipe.mjs +2 -2
- package/esm2022/services/popover.service.mjs +3 -3
- package/esm2022/services/scroll.service.mjs +2 -2
- package/esm2022/services/static-request.service.mjs +1 -1
- package/esm2022/tokens/active-element.mjs +3 -3
- package/esm2022/tokens/removed-element.mjs +2 -2
- package/esm2022/utils/color/get-gradient-data.mjs +6 -0
- package/esm2022/utils/color/hex-to-rgb.mjs +2 -2
- package/esm2022/utils/color/index.mjs +3 -1
- package/esm2022/utils/color/parse-color.mjs +3 -3
- package/esm2022/utils/color/parse-gradient.mjs +70 -0
- package/esm2022/utils/color/rgb-to-hex.mjs +2 -2
- package/esm2022/utils/dom/get-element-obscurers.mjs +2 -2
- package/esm2022/utils/dom/get-element-point.mjs +6 -0
- package/esm2022/utils/dom/index.mjs +2 -1
- package/esm2022/utils/miscellaneous/mark-control-as-touched-and-validate.mjs +3 -3
- package/esm2022/utils/miscellaneous/with-styles.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-classes.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +5 -5
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-droppable.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-directives-droppable.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-for.mjs +5 -5
- package/fesm2022/taiga-ui-cdk-directives-for.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-hovered.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-obscured.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-directives-obscured.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-pan.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-pan.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-platform.mjs +5 -5
- package/fesm2022/taiga-ui-cdk-directives-platform.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-swipe.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs +5 -5
- package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-zoom.mjs +3 -3
- package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-observables.mjs +9 -9
- package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-filter.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-services.mjs +3 -3
- package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-tokens.mjs +3 -3
- package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-color.mjs +80 -5
- package/fesm2022/taiga-ui-cdk-utils-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs +7 -2
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs +3 -3
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -1
- package/package.json +67 -357
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/steps/add-taiga-icons.js +1 -1
- package/schematics/ng-add/steps/add-taiga-modules.js +3 -3
- package/schematics/ng-update/steps/icons/replace-imports.js +5 -5
- package/schematics/ng-update/steps/index.d.ts +1 -0
- package/schematics/ng-update/steps/index.js +1 -0
- package/schematics/ng-update/steps/remove-module.js +2 -2
- package/schematics/ng-update/steps/rename-types.js +2 -2
- package/schematics/ng-update/steps/replace-deep-import.js +2 -2
- package/schematics/ng-update/steps/replace-enums.js +2 -2
- package/schematics/ng-update/steps/replace-identifier.js +1 -1
- package/schematics/ng-update/steps/replace-package-name.d.ts +5 -0
- package/schematics/ng-update/steps/replace-package-name.js +19 -0
- package/schematics/ng-update/steps/replace-services.js +5 -5
- package/schematics/ng-update/steps/show-warnings.js +4 -4
- package/schematics/ng-update/utils/replace-text.js +1 -1
- package/schematics/ng-update/utils/templates/replace-attr-values.js +3 -3
- package/schematics/ng-update/utils/templates/replace-attrs.js +1 -1
- package/schematics/ng-update/utils/templates/template-comments.js +4 -2
- package/schematics/ng-update/v3/constants/templates.js +9 -9
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v3/steps/migrate-date-time.js +10 -10
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +8 -8
- package/schematics/ng-update/v3/steps/migrate-progress.js +4 -4
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +3 -3
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +4 -4
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +2 -2
- package/schematics/ng-update/v3/steps/migrate-templates.js +16 -16
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +8 -8
- package/schematics/ng-update/v3/steps/miscellaneous.js +5 -5
- package/schematics/ng-update/v3/steps/replace-functions.js +12 -12
- package/schematics/ng-update/v3/steps/replace-styles.js +2 -2
- package/schematics/ng-update/v3-36/index.js +7 -17
- package/schematics/ng-update/v3-40/index.js +1 -1
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +4 -4
- package/schematics/ng-update/v4/index.js +9 -6
- package/schematics/ng-update/v4/migrate-css-vars/palette.d.ts +11 -2
- package/schematics/ng-update/v4/migrate-css-vars/palette.js +18 -8
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js +10 -2
- package/schematics/ng-update/v4/migrate-icons/index.js +8 -6
- package/schematics/ng-update/v4/migrate-icons/rename-icons.js +2 -2
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +2 -0
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.js +66 -0
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +2 -2
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +9 -1
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +10 -9
- package/schematics/ng-update/v4/steps/constants/enums.js +31 -0
- package/schematics/ng-update/v4/steps/constants/html-comments.js +10 -0
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +180 -118
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +1 -1
- package/schematics/ng-update/v4/steps/constants/migration-warnings.js +5 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +8 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.d.ts +12 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.js +15 -0
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +5 -4
- package/schematics/ng-update/v4/steps/constants/types.js +6 -0
- package/schematics/ng-update/v4/steps/index.d.ts +4 -0
- package/schematics/ng-update/v4/steps/index.js +4 -0
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.js +1 -1
- package/schematics/ng-update/v4/steps/migrate-destroy-service.js +7 -4
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.js +2 -2
- package/schematics/ng-update/v4/steps/migrate-option-providers.js +2 -2
- package/schematics/ng-update/v4/steps/migrate-proprietary.js +3 -3
- package/schematics/ng-update/v4/steps/migrate-styles.js +1 -1
- package/schematics/ng-update/v4/steps/migrate-templates.js +1 -1
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +24 -6
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js +4 -4
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.js +2 -2
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.js +1 -1
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +1 -3
- package/schematics/ng-update/v4/steps/templates/migrate-money.js +1 -1
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js +1 -1
- package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +1 -1
- package/schematics/ng-update/v4/steps/templates/toggles/common.js +3 -3
- package/schematics/ng-update/v4/steps/update-packages.d.ts +4 -0
- package/schematics/ng-update/v4/steps/update-packages.js +31 -0
- package/schematics/ng-update/v4/steps/utils/remove-attrs.js +1 -1
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.d.ts +13 -0
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.js +47 -0
- package/schematics/ng-update/v4/steps/utils/replace-substrings.js +1 -1
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.js +1 -0
- package/schematics/utils/add-unique-import.js +1 -1
- package/schematics/utils/angular-json-manipulations.js +4 -4
- package/schematics/utils/get-named-import-references.js +4 -4
- package/schematics/utils/get-standalone-bootstrap-function.js +2 -2
- package/schematics/utils/import-manipulations.js +1 -1
- package/schematics/utils/push-to-array-property.js +1 -1
- package/schematics/utils/templates/elements.js +16 -13
- package/schematics/utils/templates/get-component-templates.js +1 -1
- package/schematics/utils/templates/inputs.js +1 -1
- package/schematics/utils/templates/ng-component-input-manipulations.js +5 -5
- package/utils/color/get-gradient-data.d.ts +1 -0
- package/utils/color/index.d.ts +2 -0
- package/utils/color/parse-gradient.d.ts +10 -0
- package/utils/dom/get-element-point.d.ts +2 -0
- package/utils/dom/index.d.ts +1 -0
@@ -16,7 +16,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
16
16
|
},
|
17
17
|
{
|
18
18
|
from: { name: 'TuiFocusTrapModule', moduleSpecifier: '@taiga-ui/cdk' },
|
19
|
-
to: { name: '
|
19
|
+
to: { name: 'TuiFocusTrap', moduleSpecifier: '@taiga-ui/cdk' },
|
20
20
|
},
|
21
21
|
{
|
22
22
|
from: { name: 'TuiElementModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -24,11 +24,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
24
24
|
},
|
25
25
|
{
|
26
26
|
from: { name: 'TuiForModule', moduleSpecifier: '@taiga-ui/cdk' },
|
27
|
-
to: { name: '
|
27
|
+
to: { name: 'TuiFor', moduleSpecifier: '@taiga-ui/cdk' },
|
28
28
|
},
|
29
29
|
{
|
30
30
|
from: { name: 'TuiHoveredModule', moduleSpecifier: '@taiga-ui/cdk' },
|
31
|
-
to: { name: '
|
31
|
+
to: { name: 'TuiHovered', moduleSpecifier: '@taiga-ui/cdk' },
|
32
32
|
},
|
33
33
|
{
|
34
34
|
from: { name: 'TuiItemModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -36,7 +36,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
36
36
|
},
|
37
37
|
{
|
38
38
|
from: { name: 'TuiPanModule', moduleSpecifier: '@taiga-ui/cdk' },
|
39
|
-
to: { name: '
|
39
|
+
to: { name: 'TuiPan', moduleSpecifier: '@taiga-ui/cdk' },
|
40
40
|
},
|
41
41
|
{
|
42
42
|
from: { name: 'TuiRepeatTimesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -48,7 +48,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
48
48
|
},
|
49
49
|
{
|
50
50
|
from: { name: 'TuiValueChangesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
51
|
-
to: { name: '
|
51
|
+
to: { name: 'TuiValueChanges', moduleSpecifier: '@taiga-ui/cdk' },
|
52
52
|
},
|
53
53
|
{
|
54
54
|
from: { name: 'TuiZoomModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -75,12 +75,8 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
75
75
|
to: { name: 'TUI_NON_DIGITS_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
76
76
|
},
|
77
77
|
{
|
78
|
-
from: { name: '
|
79
|
-
to: { name: '
|
80
|
-
},
|
81
|
-
{
|
82
|
-
from: { name: 'TuiNotification', moduleSpecifier: '@taiga-ui/core' },
|
83
|
-
to: { name: 'TuiNotificationStatus', moduleSpecifier: '@taiga-ui/core' },
|
78
|
+
from: { name: 'TuiAlertModule', moduleSpecifier: '@taiga-ui/core' },
|
79
|
+
to: { name: 'TuiAlert', moduleSpecifier: '@taiga-ui/core' },
|
84
80
|
},
|
85
81
|
{
|
86
82
|
from: { name: 'TuiNotificationModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -88,7 +84,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
88
84
|
},
|
89
85
|
{
|
90
86
|
from: { name: 'TuiCalendarModule', moduleSpecifier: '@taiga-ui/core' },
|
91
|
-
to: { name: '
|
87
|
+
to: { name: 'TuiCalendar', moduleSpecifier: '@taiga-ui/core' },
|
92
88
|
},
|
93
89
|
{
|
94
90
|
from: { name: 'TuiFormatDatePipeModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -150,10 +146,6 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
150
146
|
from: { name: 'TuiLoaderModule', moduleSpecifier: '@taiga-ui/core' },
|
151
147
|
to: { name: 'TuiLoader', moduleSpecifier: '@taiga-ui/core' },
|
152
148
|
},
|
153
|
-
{
|
154
|
-
from: { name: 'TuiAccordionComponent', moduleSpecifier: '@taiga-ui/kit' },
|
155
|
-
to: { name: 'TuiAccordionDirective', moduleSpecifier: '@taiga-ui/kit' },
|
156
|
-
},
|
157
149
|
{
|
158
150
|
from: { name: 'TuiAccordionModule', moduleSpecifier: '@taiga-ui/kit' },
|
159
151
|
to: { name: 'TuiAccordion', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -161,17 +153,17 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
161
153
|
{
|
162
154
|
from: { name: 'TuiBreadcrumbsModule', moduleSpecifier: '@taiga-ui/kit' },
|
163
155
|
to: [
|
164
|
-
{ name: '
|
156
|
+
{ name: 'TuiBreadcrumbs', moduleSpecifier: '@taiga-ui/kit' },
|
165
157
|
{ name: 'TuiItem', moduleSpecifier: '@taiga-ui/cdk' },
|
166
158
|
],
|
167
159
|
},
|
168
160
|
{
|
169
161
|
from: { name: 'TuiCalendarMonthModule', moduleSpecifier: '@taiga-ui/kit' },
|
170
|
-
to: { name: '
|
162
|
+
to: { name: 'TuiCalendarMonth', moduleSpecifier: '@taiga-ui/kit' },
|
171
163
|
},
|
172
164
|
{
|
173
165
|
from: { name: 'TuiCalendarRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
174
|
-
to: { name: '
|
166
|
+
to: { name: 'TuiCalendarRange', moduleSpecifier: '@taiga-ui/kit' },
|
175
167
|
},
|
176
168
|
{
|
177
169
|
from: { name: 'TuiCarouselModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -180,13 +172,13 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
180
172
|
{
|
181
173
|
from: { name: 'TuiPushModule', moduleSpecifier: '@taiga-ui/kit' },
|
182
174
|
to: [
|
183
|
-
{ name: '
|
175
|
+
{ name: 'TuiPush', moduleSpecifier: '@taiga-ui/kit' },
|
184
176
|
{ name: 'TuiPushDirective', moduleSpecifier: '@taiga-ui/kit' },
|
185
177
|
],
|
186
178
|
},
|
187
179
|
{
|
188
180
|
from: { name: 'TuiElasticContainerModule', moduleSpecifier: '@taiga-ui/kit' },
|
189
|
-
to: { name: '
|
181
|
+
to: { name: 'TuiElasticContainer', moduleSpecifier: '@taiga-ui/kit' },
|
190
182
|
},
|
191
183
|
{
|
192
184
|
from: { name: 'TuiFilesModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -194,11 +186,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
194
186
|
},
|
195
187
|
{
|
196
188
|
from: { name: 'TuiFilterModule', moduleSpecifier: '@taiga-ui/kit' },
|
197
|
-
to: { name: '
|
189
|
+
to: { name: 'TuiFilter', moduleSpecifier: '@taiga-ui/kit' },
|
198
190
|
},
|
199
191
|
{
|
200
192
|
from: { name: 'TuiInputInlineModule', moduleSpecifier: '@taiga-ui/kit' },
|
201
|
-
to: { name: '
|
193
|
+
to: { name: 'TuiInputInline', moduleSpecifier: '@taiga-ui/kit' },
|
202
194
|
},
|
203
195
|
{
|
204
196
|
from: { name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -214,11 +206,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
214
206
|
},
|
215
207
|
{
|
216
208
|
from: { name: 'TuiLineClampModule', moduleSpecifier: '@taiga-ui/kit' },
|
217
|
-
to: { name: '
|
209
|
+
to: { name: 'TuiLineClamp', moduleSpecifier: '@taiga-ui/kit' },
|
218
210
|
},
|
219
211
|
{
|
220
212
|
from: { name: 'TuiRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
221
|
-
to: { name: '
|
213
|
+
to: { name: 'TuiRange', moduleSpecifier: '@taiga-ui/kit' },
|
222
214
|
},
|
223
215
|
{
|
224
216
|
from: { name: 'TuiSliderModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -329,11 +321,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
329
321
|
},
|
330
322
|
{
|
331
323
|
from: { name: 'TuiClickOutsideModule', moduleSpecifier: '@taiga-ui/cdk' },
|
332
|
-
to: { name: '
|
324
|
+
to: { name: 'TuiClickOutside', moduleSpecifier: '@taiga-ui/cdk' },
|
333
325
|
},
|
334
326
|
{
|
335
327
|
from: { name: 'TuiCopyProcessorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
336
|
-
to: { name: '
|
328
|
+
to: { name: 'TuiCopyProcessor', moduleSpecifier: '@taiga-ui/cdk' },
|
337
329
|
},
|
338
330
|
{
|
339
331
|
from: { name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -365,7 +357,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
365
357
|
},
|
366
358
|
{
|
367
359
|
from: { name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/experimental' },
|
368
|
-
to: { name: '
|
360
|
+
to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
|
369
361
|
},
|
370
362
|
{
|
371
363
|
from: { name: 'TuiSwipeActionsModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -376,7 +368,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
376
368
|
},
|
377
369
|
{
|
378
370
|
from: { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
|
379
|
-
to: { name: '
|
371
|
+
to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit' },
|
380
372
|
},
|
381
373
|
{
|
382
374
|
from: { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -394,13 +386,21 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
394
386
|
from: { name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
|
395
387
|
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
396
388
|
},
|
389
|
+
{
|
390
|
+
from: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
|
391
|
+
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
392
|
+
},
|
397
393
|
{
|
398
394
|
from: { name: 'TuiTextAreaDirective', moduleSpecifier: '@taiga-ui/kit' },
|
399
|
-
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/
|
395
|
+
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
400
396
|
},
|
401
397
|
{
|
402
398
|
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
|
403
|
-
to: { name: '
|
399
|
+
to: { name: 'TuiBadgedContent', moduleSpecifier: '@taiga-ui/kit' },
|
400
|
+
},
|
401
|
+
{
|
402
|
+
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
403
|
+
to: { name: 'TuiBadgedContent', moduleSpecifier: '@taiga-ui/kit' },
|
404
404
|
},
|
405
405
|
{
|
406
406
|
from: {
|
@@ -409,13 +409,9 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
409
409
|
},
|
410
410
|
to: { name: 'TuiBadgeNotification', moduleSpecifier: '@taiga-ui/kit' },
|
411
411
|
},
|
412
|
-
{
|
413
|
-
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
414
|
-
to: { name: 'TuiBadgedContentComponent', moduleSpecifier: '@taiga-ui/kit' },
|
415
|
-
},
|
416
412
|
{
|
417
413
|
from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
418
|
-
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/
|
414
|
+
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
419
415
|
},
|
420
416
|
{
|
421
417
|
from: { name: 'TuiInputCountModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -465,15 +461,15 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
465
461
|
},
|
466
462
|
{
|
467
463
|
from: { name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
|
468
|
-
to: { name: '
|
464
|
+
to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
|
469
465
|
},
|
470
466
|
{
|
471
467
|
from: { name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
|
472
|
-
to: { name: '
|
468
|
+
to: { name: 'TuiGroup', moduleSpecifier: '@taiga-ui/core' },
|
473
469
|
},
|
474
470
|
{
|
475
471
|
from: { name: 'AbstractTuiPortalHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
476
|
-
to: { name: '
|
472
|
+
to: { name: 'TuiPortals', moduleSpecifier: '@taiga-ui/cdk' },
|
477
473
|
},
|
478
474
|
{
|
479
475
|
from: { name: 'AbstractTuiPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -485,7 +481,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
485
481
|
},
|
486
482
|
{
|
487
483
|
from: { name: 'TuiDropdownHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
488
|
-
to: { name: '
|
484
|
+
to: { name: 'TuiDropdowns', moduleSpecifier: '@taiga-ui/core' },
|
489
485
|
},
|
490
486
|
{
|
491
487
|
from: { name: 'TuiDropdownPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -493,22 +489,26 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
493
489
|
},
|
494
490
|
{
|
495
491
|
from: { name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
496
|
-
to: { name: '
|
492
|
+
to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
|
497
493
|
},
|
498
494
|
{
|
499
495
|
from: { name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
|
500
|
-
to: { name: '
|
496
|
+
to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
|
497
|
+
},
|
498
|
+
{
|
499
|
+
from: { name: 'TuiDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
500
|
+
to: { name: 'TuiDropdown', moduleSpecifier: '@taiga-ui/core' },
|
501
501
|
},
|
502
502
|
{
|
503
503
|
from: { name: 'TuiDroppableModule', moduleSpecifier: '@taiga-ui/cdk' },
|
504
|
-
to: { name: '
|
504
|
+
to: { name: 'TuiDroppable', moduleSpecifier: '@taiga-ui/cdk' },
|
505
505
|
},
|
506
506
|
{
|
507
507
|
from: { name: 'TuiValidatorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
508
|
-
to: { name: '
|
508
|
+
to: { name: 'TuiValidator', moduleSpecifier: '@taiga-ui/cdk' },
|
509
509
|
},
|
510
510
|
{
|
511
|
-
from: { name: '
|
511
|
+
from: { name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
512
512
|
to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
513
513
|
},
|
514
514
|
{
|
@@ -538,25 +538,41 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
538
538
|
},
|
539
539
|
{
|
540
540
|
from: { name: 'TuiEditorModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
541
|
-
to:
|
541
|
+
to: [
|
542
|
+
{ name: 'TuiEditor', moduleSpecifier: '@taiga-ui/editor' },
|
543
|
+
{ name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor' },
|
544
|
+
],
|
542
545
|
},
|
543
546
|
{
|
544
547
|
from: { name: 'TuiEditorSocketModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
545
|
-
to: { name: '
|
548
|
+
to: { name: 'TuiEditorSocket', moduleSpecifier: '@taiga/editor' },
|
546
549
|
},
|
547
550
|
{
|
548
551
|
from: { name: 'defaultEditorExtensions', moduleSpecifier: '@tinkoff/tui-editor' },
|
549
|
-
to: {
|
552
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
553
|
+
},
|
554
|
+
{
|
555
|
+
from: {
|
550
556
|
name: 'TUI_EDITOR_DEFAULT_EXTENSIONS',
|
551
557
|
moduleSpecifier: '@tinkoff/tui-editor',
|
552
558
|
},
|
559
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
553
560
|
},
|
554
561
|
{
|
555
562
|
from: { name: 'defaultEditorTools', moduleSpecifier: '@tinkoff/tui-editor' },
|
556
|
-
to: {
|
557
|
-
|
558
|
-
|
559
|
-
},
|
563
|
+
to: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@taiga-ui/editor' },
|
564
|
+
},
|
565
|
+
{
|
566
|
+
from: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@tinkoff/tui-editor' },
|
567
|
+
to: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@taiga-ui/editor' },
|
568
|
+
},
|
569
|
+
{
|
570
|
+
from: { name: 'TuiColorPickerModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
571
|
+
to: { name: 'TuiColorPickerModule', moduleSpecifier: '@taiga-ui/legacy' },
|
572
|
+
},
|
573
|
+
{
|
574
|
+
from: { name: 'TuiInputColorModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
575
|
+
to: { name: 'TuiInputColorModule', moduleSpecifier: '@taiga-ui/legacy' },
|
560
576
|
},
|
561
577
|
{
|
562
578
|
from: { name: 'TuiFadeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -587,7 +603,15 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
587
603
|
},
|
588
604
|
{
|
589
605
|
from: { name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
590
|
-
to: { name: '
|
606
|
+
to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
|
607
|
+
},
|
608
|
+
{
|
609
|
+
from: { name: 'TuiRadioLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
610
|
+
to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
|
611
|
+
},
|
612
|
+
{
|
613
|
+
from: { name: 'TuiTabsModule', moduleSpecifier: '@taiga-ui/kit' },
|
614
|
+
to: { name: 'TuiTabs', moduleSpecifier: '@taiga-ui/kit' },
|
591
615
|
},
|
592
616
|
{
|
593
617
|
from: { name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -607,19 +631,19 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
607
631
|
},
|
608
632
|
{
|
609
633
|
from: { name: 'TuiPinModule', moduleSpecifier: '@taiga-ui/experimental' },
|
610
|
-
to: { name: '
|
634
|
+
to: { name: 'TuiPin', moduleSpecifier: '@taiga-ui/kit' },
|
611
635
|
},
|
612
636
|
{
|
613
637
|
from: { name: 'TuiCompassModule', moduleSpecifier: '@taiga-ui/experimental' },
|
614
|
-
to: { name: '
|
638
|
+
to: { name: 'TuiCompass', moduleSpecifier: '@taiga-ui/kit' },
|
615
639
|
},
|
616
640
|
{
|
617
641
|
from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
|
618
|
-
to: { name: '
|
642
|
+
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
619
643
|
},
|
620
644
|
{
|
621
645
|
from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
|
622
|
-
to: { name: '
|
646
|
+
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
623
647
|
},
|
624
648
|
{
|
625
649
|
from: { name: 'TuiSurfaceModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -651,7 +675,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
651
675
|
moduleSpecifier: '@taiga-ui/addon-table',
|
652
676
|
},
|
653
677
|
to: {
|
654
|
-
name: '
|
678
|
+
name: 'TuiTablePagination',
|
655
679
|
moduleSpecifier: '@taiga-ui/addon-table',
|
656
680
|
},
|
657
681
|
},
|
@@ -692,6 +716,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
692
716
|
moduleSpecifier: '@taiga-ui/core',
|
693
717
|
},
|
694
718
|
},
|
719
|
+
{
|
720
|
+
from: { name: 'TUI_ARROW', moduleSpecifier: '@taiga-ui/kit' },
|
721
|
+
to: {
|
722
|
+
name: 'TUI_ARROW',
|
723
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
724
|
+
},
|
725
|
+
},
|
726
|
+
{
|
727
|
+
from: { name: 'TuiArrowComponent', moduleSpecifier: '@taiga-ui/kit' },
|
728
|
+
to: {
|
729
|
+
name: 'TuiArrowComponent',
|
730
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
731
|
+
},
|
732
|
+
},
|
695
733
|
{
|
696
734
|
from: { name: 'TuiDialogModule', moduleSpecifier: '@taiga-ui/core' },
|
697
735
|
to: {
|
@@ -863,7 +901,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
863
901
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
864
902
|
},
|
865
903
|
to: {
|
866
|
-
name: '
|
904
|
+
name: 'TuiSubscriptionBadge',
|
867
905
|
moduleSpecifier: '@taiga-ui/proprietary',
|
868
906
|
},
|
869
907
|
},
|
@@ -912,36 +950,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
912
950
|
name: 'TuiDropdownSecureModule',
|
913
951
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
914
952
|
},
|
915
|
-
to:
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
},
|
920
|
-
{
|
921
|
-
name: 'TuiDropdownSecureComponent',
|
922
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
923
|
-
},
|
924
|
-
],
|
953
|
+
to: {
|
954
|
+
name: 'TuiDropdownSecure',
|
955
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
956
|
+
},
|
925
957
|
},
|
926
958
|
{
|
927
959
|
from: {
|
928
960
|
name: 'TuiProductMenuModule',
|
929
961
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
930
962
|
},
|
931
|
-
to:
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
},
|
936
|
-
{
|
937
|
-
name: 'TuiProductMenuComponent',
|
938
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
939
|
-
},
|
940
|
-
{
|
941
|
-
name: 'TuiProductMenuButtonComponent',
|
942
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
943
|
-
},
|
944
|
-
],
|
963
|
+
to: {
|
964
|
+
name: 'TuiProductMenu',
|
965
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
966
|
+
},
|
945
967
|
},
|
946
968
|
{
|
947
969
|
from: {
|
@@ -949,7 +971,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
949
971
|
moduleSpecifier: '@taiga-ui/proprietary-core',
|
950
972
|
},
|
951
973
|
to: {
|
952
|
-
name: '
|
974
|
+
name: 'TuiCardLogo',
|
953
975
|
moduleSpecifier: '@taiga-ui/proprietary',
|
954
976
|
},
|
955
977
|
},
|
@@ -976,15 +998,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
976
998
|
},
|
977
999
|
to: [
|
978
1000
|
{
|
979
|
-
name: '
|
980
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
981
|
-
},
|
982
|
-
{
|
983
|
-
name: 'TuiTimecodeComponent',
|
1001
|
+
name: 'TuiTimecodePlayer',
|
984
1002
|
moduleSpecifier: '@taiga-ui/proprietary',
|
985
1003
|
},
|
986
1004
|
{
|
987
|
-
name: '
|
1005
|
+
name: 'TuiTimecode',
|
988
1006
|
moduleSpecifier: '@taiga-ui/proprietary',
|
989
1007
|
},
|
990
1008
|
],
|
@@ -1014,16 +1032,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1014
1032
|
name: 'TuiProfileMenuModule',
|
1015
1033
|
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
1016
1034
|
},
|
1017
|
-
to:
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
name: 'TuiProfileMenuDirective',
|
1024
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
1025
|
-
},
|
1026
|
-
],
|
1035
|
+
to: {
|
1036
|
+
name: 'TuiProfileMenu',
|
1037
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
1038
|
+
},
|
1027
1039
|
},
|
1028
1040
|
{
|
1029
1041
|
from: {
|
@@ -1081,7 +1093,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1081
1093
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1082
1094
|
},
|
1083
1095
|
to: {
|
1084
|
-
name: '
|
1096
|
+
name: 'TuiReorder',
|
1085
1097
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1086
1098
|
},
|
1087
1099
|
},
|
@@ -1131,7 +1143,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1131
1143
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1132
1144
|
},
|
1133
1145
|
to: {
|
1134
|
-
name: '
|
1146
|
+
name: 'TuiBarChart',
|
1135
1147
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1136
1148
|
},
|
1137
1149
|
},
|
@@ -1141,7 +1153,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1141
1153
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1142
1154
|
},
|
1143
1155
|
to: {
|
1144
|
-
name: '
|
1156
|
+
name: 'TuiBarSet',
|
1145
1157
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1146
1158
|
},
|
1147
1159
|
},
|
@@ -1151,7 +1163,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1151
1163
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1152
1164
|
},
|
1153
1165
|
to: {
|
1154
|
-
name: '
|
1166
|
+
name: 'TuiDocCopy',
|
1155
1167
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1156
1168
|
},
|
1157
1169
|
},
|
@@ -1221,7 +1233,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1221
1233
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1222
1234
|
},
|
1223
1235
|
to: {
|
1224
|
-
name: '
|
1236
|
+
name: 'TuiDocScrollIntoViewLink',
|
1225
1237
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1226
1238
|
},
|
1227
1239
|
},
|
@@ -1231,7 +1243,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1231
1243
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1232
1244
|
},
|
1233
1245
|
to: {
|
1234
|
-
name: '
|
1246
|
+
name: 'TuiDocText',
|
1235
1247
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1236
1248
|
},
|
1237
1249
|
},
|
@@ -1241,7 +1253,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1241
1253
|
moduleSpecifier: '@taiga-ui/addon-preview',
|
1242
1254
|
},
|
1243
1255
|
to: {
|
1244
|
-
name: '
|
1256
|
+
name: 'TuiPreviewDialog',
|
1245
1257
|
moduleSpecifier: '@taiga-ui/kit',
|
1246
1258
|
},
|
1247
1259
|
},
|
@@ -1365,13 +1377,23 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1365
1377
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1366
1378
|
},
|
1367
1379
|
},
|
1380
|
+
{
|
1381
|
+
from: {
|
1382
|
+
name: 'TuiAddonDocModule',
|
1383
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1384
|
+
},
|
1385
|
+
to: {
|
1386
|
+
name: 'TuiAddonDoc',
|
1387
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1388
|
+
},
|
1389
|
+
},
|
1368
1390
|
{
|
1369
1391
|
from: {
|
1370
1392
|
name: 'TuiLegendItemModule',
|
1371
1393
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1372
1394
|
},
|
1373
1395
|
to: {
|
1374
|
-
name: '
|
1396
|
+
name: 'TuiLegendItem',
|
1375
1397
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1376
1398
|
},
|
1377
1399
|
},
|
@@ -1382,11 +1404,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1382
1404
|
},
|
1383
1405
|
to: [
|
1384
1406
|
{
|
1385
|
-
name: '
|
1407
|
+
name: 'TuiLineChart',
|
1386
1408
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1387
1409
|
},
|
1388
1410
|
{
|
1389
|
-
name: '
|
1411
|
+
name: 'TuiLineChartHint',
|
1390
1412
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1391
1413
|
},
|
1392
1414
|
],
|
@@ -1398,11 +1420,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1398
1420
|
},
|
1399
1421
|
to: [
|
1400
1422
|
{
|
1401
|
-
name: '
|
1423
|
+
name: 'TuiLineDaysChart',
|
1402
1424
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1403
1425
|
},
|
1404
1426
|
{
|
1405
|
-
name: '
|
1427
|
+
name: 'TuiLineDaysChartHint',
|
1406
1428
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1407
1429
|
},
|
1408
1430
|
],
|
@@ -1413,7 +1435,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1413
1435
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1414
1436
|
},
|
1415
1437
|
to: {
|
1416
|
-
name: '
|
1438
|
+
name: 'TuiPieChart',
|
1417
1439
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1418
1440
|
},
|
1419
1441
|
},
|
@@ -1423,7 +1445,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1423
1445
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1424
1446
|
},
|
1425
1447
|
to: {
|
1426
|
-
name: '
|
1448
|
+
name: 'TuiRingChart',
|
1427
1449
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1428
1450
|
},
|
1429
1451
|
},
|
@@ -1523,7 +1545,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1523
1545
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1524
1546
|
},
|
1525
1547
|
to: {
|
1526
|
-
name: '
|
1548
|
+
name: 'TuiElasticSticky',
|
1527
1549
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1528
1550
|
},
|
1529
1551
|
},
|
@@ -1538,7 +1560,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1538
1560
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1539
1561
|
},
|
1540
1562
|
{
|
1541
|
-
name: '
|
1563
|
+
name: 'TuiSheetDialog',
|
1542
1564
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1543
1565
|
},
|
1544
1566
|
],
|
@@ -1569,8 +1591,8 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1569
1591
|
moduleSpecifier: '@taiga-ui/core',
|
1570
1592
|
},
|
1571
1593
|
to: {
|
1572
|
-
name: '
|
1573
|
-
moduleSpecifier: '@taiga-ui/
|
1594
|
+
name: 'TuiTooltipModule',
|
1595
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1574
1596
|
},
|
1575
1597
|
},
|
1576
1598
|
{
|
@@ -2223,4 +2245,44 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
2223
2245
|
moduleSpecifier: '@taiga-ui/legacy',
|
2224
2246
|
},
|
2225
2247
|
},
|
2248
|
+
{
|
2249
|
+
from: {
|
2250
|
+
name: 'TUI_IS_APPLE',
|
2251
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
2252
|
+
},
|
2253
|
+
to: {
|
2254
|
+
name: 'TUI_IS_APPLE',
|
2255
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2256
|
+
},
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
from: {
|
2260
|
+
name: 'TuiDocPage',
|
2261
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2262
|
+
},
|
2263
|
+
to: {
|
2264
|
+
name: 'TuiDocRoutePage',
|
2265
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2266
|
+
},
|
2267
|
+
},
|
2268
|
+
{
|
2269
|
+
from: {
|
2270
|
+
name: 'TuiDocPages',
|
2271
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2272
|
+
},
|
2273
|
+
to: {
|
2274
|
+
name: 'TuiDocRoutePages',
|
2275
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2276
|
+
},
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
from: {
|
2280
|
+
name: 'TuiLabelModule',
|
2281
|
+
moduleSpecifier: '@taiga-ui/core',
|
2282
|
+
},
|
2283
|
+
to: {
|
2284
|
+
name: 'TuiLabel',
|
2285
|
+
moduleSpecifier: '@taiga-ui/core',
|
2286
|
+
},
|
2287
|
+
},
|
2226
2288
|
];
|