@taiga-ui/cdk 4.0.0-rc.1 → 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 +6 -6
- 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 +6 -6
- 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/migration.json +3 -3
- package/schematics/ng-add/constants/modules.d.ts +0 -1
- package/schematics/ng-add/constants/modules.js +1 -11
- package/schematics/ng-add/constants/versions.d.ts +0 -1
- package/schematics/ng-add/constants/versions.js +1 -2
- package/schematics/ng-add/index.js +1 -7
- package/schematics/ng-add/schema.d.ts +0 -1
- package/schematics/ng-add/schema.json +0 -27
- package/schematics/ng-add/steps/add-taiga-icons.js +1 -1
- package/schematics/ng-add/steps/add-taiga-modules.js +7 -22
- package/schematics/ng-update/interfaces/replacement-type.d.ts +1 -0
- 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 +7 -7
- 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 +11 -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 +3 -3
- 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 +884 -123
- 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 +12 -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.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/types.js +17 -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 +6 -3
- 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 +3 -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-overscroll.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.js +29 -0
- 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.d.ts +5 -0
- package/schematics/utils/templates/elements.js +26 -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,15 +357,18 @@ 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' },
|
372
|
-
to:
|
364
|
+
to: [
|
365
|
+
{ name: 'TuiSwipeActions', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
366
|
+
{ name: 'TuiSwipeActionsAutoClose', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
367
|
+
],
|
373
368
|
},
|
374
369
|
{
|
375
370
|
from: { name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
|
376
|
-
to: { name: '
|
371
|
+
to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit' },
|
377
372
|
},
|
378
373
|
{
|
379
374
|
from: { name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -383,17 +378,29 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
383
378
|
from: { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/experimental' },
|
384
379
|
to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
|
385
380
|
},
|
381
|
+
{
|
382
|
+
from: { name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/kit' },
|
383
|
+
to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
|
384
|
+
},
|
386
385
|
{
|
387
386
|
from: { name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
|
388
|
-
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/
|
387
|
+
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
388
|
+
},
|
389
|
+
{
|
390
|
+
from: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
|
391
|
+
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
389
392
|
},
|
390
393
|
{
|
391
394
|
from: { name: 'TuiTextAreaDirective', moduleSpecifier: '@taiga-ui/kit' },
|
392
|
-
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/
|
395
|
+
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
393
396
|
},
|
394
397
|
{
|
395
398
|
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
|
396
|
-
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' },
|
397
404
|
},
|
398
405
|
{
|
399
406
|
from: {
|
@@ -402,13 +409,9 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
402
409
|
},
|
403
410
|
to: { name: 'TuiBadgeNotification', moduleSpecifier: '@taiga-ui/kit' },
|
404
411
|
},
|
405
|
-
{
|
406
|
-
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
407
|
-
to: { name: 'TuiBadgedContentComponent', moduleSpecifier: '@taiga-ui/kit' },
|
408
|
-
},
|
409
412
|
{
|
410
413
|
from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
411
|
-
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/
|
414
|
+
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
412
415
|
},
|
413
416
|
{
|
414
417
|
from: { name: 'TuiInputCountModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -452,17 +455,21 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
452
455
|
from: { name: 'TUI_SCROLL_REF', moduleSpecifier: '@taiga-ui/cdk' },
|
453
456
|
to: { name: 'TUI_SCROLL_REF', moduleSpecifier: '@taiga-ui/core' },
|
454
457
|
},
|
458
|
+
{
|
459
|
+
from: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/cdk' },
|
460
|
+
to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/legacy' },
|
461
|
+
},
|
455
462
|
{
|
456
463
|
from: { name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
|
457
|
-
to: { name: '
|
464
|
+
to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
|
458
465
|
},
|
459
466
|
{
|
460
467
|
from: { name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
|
461
|
-
to: { name: '
|
468
|
+
to: { name: 'TuiGroup', moduleSpecifier: '@taiga-ui/core' },
|
462
469
|
},
|
463
470
|
{
|
464
471
|
from: { name: 'AbstractTuiPortalHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
465
|
-
to: { name: '
|
472
|
+
to: { name: 'TuiPortals', moduleSpecifier: '@taiga-ui/cdk' },
|
466
473
|
},
|
467
474
|
{
|
468
475
|
from: { name: 'AbstractTuiPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -474,7 +481,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
474
481
|
},
|
475
482
|
{
|
476
483
|
from: { name: 'TuiDropdownHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
477
|
-
to: { name: '
|
484
|
+
to: { name: 'TuiDropdowns', moduleSpecifier: '@taiga-ui/core' },
|
478
485
|
},
|
479
486
|
{
|
480
487
|
from: { name: 'TuiDropdownPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -482,22 +489,26 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
482
489
|
},
|
483
490
|
{
|
484
491
|
from: { name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
485
|
-
to: { name: '
|
492
|
+
to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
|
486
493
|
},
|
487
494
|
{
|
488
495
|
from: { name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
|
489
|
-
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' },
|
490
501
|
},
|
491
502
|
{
|
492
503
|
from: { name: 'TuiDroppableModule', moduleSpecifier: '@taiga-ui/cdk' },
|
493
|
-
to: { name: '
|
504
|
+
to: { name: 'TuiDroppable', moduleSpecifier: '@taiga-ui/cdk' },
|
494
505
|
},
|
495
506
|
{
|
496
507
|
from: { name: 'TuiValidatorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
497
|
-
to: { name: '
|
508
|
+
to: { name: 'TuiValidator', moduleSpecifier: '@taiga-ui/cdk' },
|
498
509
|
},
|
499
510
|
{
|
500
|
-
from: { name: '
|
511
|
+
from: { name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
501
512
|
to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
502
513
|
},
|
503
514
|
{
|
@@ -527,25 +538,41 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
527
538
|
},
|
528
539
|
{
|
529
540
|
from: { name: 'TuiEditorModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
530
|
-
to:
|
541
|
+
to: [
|
542
|
+
{ name: 'TuiEditor', moduleSpecifier: '@taiga-ui/editor' },
|
543
|
+
{ name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor' },
|
544
|
+
],
|
531
545
|
},
|
532
546
|
{
|
533
547
|
from: { name: 'TuiEditorSocketModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
534
|
-
to: { name: '
|
548
|
+
to: { name: 'TuiEditorSocket', moduleSpecifier: '@taiga/editor' },
|
535
549
|
},
|
536
550
|
{
|
537
551
|
from: { name: 'defaultEditorExtensions', moduleSpecifier: '@tinkoff/tui-editor' },
|
538
|
-
to: {
|
552
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
553
|
+
},
|
554
|
+
{
|
555
|
+
from: {
|
539
556
|
name: 'TUI_EDITOR_DEFAULT_EXTENSIONS',
|
540
557
|
moduleSpecifier: '@tinkoff/tui-editor',
|
541
558
|
},
|
559
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
542
560
|
},
|
543
561
|
{
|
544
562
|
from: { name: 'defaultEditorTools', moduleSpecifier: '@tinkoff/tui-editor' },
|
545
|
-
to: {
|
546
|
-
|
547
|
-
|
548
|
-
},
|
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' },
|
549
576
|
},
|
550
577
|
{
|
551
578
|
from: { name: 'TuiFadeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -576,7 +603,15 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
576
603
|
},
|
577
604
|
{
|
578
605
|
from: { name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
579
|
-
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' },
|
580
615
|
},
|
581
616
|
{
|
582
617
|
from: { name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -590,21 +625,25 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
590
625
|
from: { name: 'TuiHeaderModule', moduleSpecifier: '@taiga-ui/experimental' },
|
591
626
|
to: { name: 'TuiHeader', moduleSpecifier: '@taiga-ui/layout' },
|
592
627
|
},
|
628
|
+
{
|
629
|
+
from: { name: 'TuiBlockDetailsModule', moduleSpecifier: '@taiga-ui/layout' },
|
630
|
+
to: { name: 'TuiBlockDetails', moduleSpecifier: '@taiga-ui/layout' },
|
631
|
+
},
|
593
632
|
{
|
594
633
|
from: { name: 'TuiPinModule', moduleSpecifier: '@taiga-ui/experimental' },
|
595
|
-
to: { name: '
|
634
|
+
to: { name: 'TuiPin', moduleSpecifier: '@taiga-ui/kit' },
|
596
635
|
},
|
597
636
|
{
|
598
637
|
from: { name: 'TuiCompassModule', moduleSpecifier: '@taiga-ui/experimental' },
|
599
|
-
to: { name: '
|
638
|
+
to: { name: 'TuiCompass', moduleSpecifier: '@taiga-ui/kit' },
|
600
639
|
},
|
601
640
|
{
|
602
641
|
from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
|
603
|
-
to: { name: '
|
642
|
+
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
604
643
|
},
|
605
644
|
{
|
606
645
|
from: { name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
|
607
|
-
to: { name: '
|
646
|
+
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
608
647
|
},
|
609
648
|
{
|
610
649
|
from: { name: 'TuiSurfaceModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -616,7 +655,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
616
655
|
},
|
617
656
|
{
|
618
657
|
from: { name: 'TuiSvgModule', moduleSpecifier: '@taiga-ui/core' },
|
619
|
-
to: { name: 'TuiSvgComponent', moduleSpecifier: '@taiga-ui/
|
658
|
+
to: { name: 'TuiSvgComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
620
659
|
},
|
621
660
|
{
|
622
661
|
from: { name: 'TuiRootModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -636,7 +675,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
636
675
|
moduleSpecifier: '@taiga-ui/addon-table',
|
637
676
|
},
|
638
677
|
to: {
|
639
|
-
name: '
|
678
|
+
name: 'TuiTablePagination',
|
640
679
|
moduleSpecifier: '@taiga-ui/addon-table',
|
641
680
|
},
|
642
681
|
},
|
@@ -671,17 +710,45 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
671
710
|
to: { name: 'TuiInteractiveState', moduleSpecifier: '@taiga-ui/core' },
|
672
711
|
},
|
673
712
|
{
|
674
|
-
from: { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/
|
713
|
+
from: { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/core' },
|
675
714
|
to: {
|
676
715
|
name: 'TuiButton',
|
677
|
-
moduleSpecifier: '@taiga-ui/
|
716
|
+
moduleSpecifier: '@taiga-ui/core',
|
717
|
+
},
|
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
|
+
},
|
733
|
+
{
|
734
|
+
from: { name: 'TuiDialogModule', moduleSpecifier: '@taiga-ui/core' },
|
735
|
+
to: {
|
736
|
+
name: 'TuiDialog',
|
737
|
+
moduleSpecifier: '@taiga-ui/core',
|
738
|
+
},
|
739
|
+
},
|
740
|
+
{
|
741
|
+
from: { name: 'TuiAlertModule', moduleSpecifier: '@taiga-ui/core' },
|
742
|
+
to: {
|
743
|
+
name: 'TuiAlert',
|
744
|
+
moduleSpecifier: '@taiga-ui/core',
|
678
745
|
},
|
679
746
|
},
|
680
747
|
{
|
681
748
|
from: { name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/experimental' },
|
682
749
|
to: {
|
683
750
|
name: 'TuiButton',
|
684
|
-
moduleSpecifier: '@taiga-ui/
|
751
|
+
moduleSpecifier: '@taiga-ui/core',
|
685
752
|
},
|
686
753
|
},
|
687
754
|
{
|
@@ -834,7 +901,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
834
901
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
835
902
|
},
|
836
903
|
to: {
|
837
|
-
name: '
|
904
|
+
name: 'TuiSubscriptionBadge',
|
838
905
|
moduleSpecifier: '@taiga-ui/proprietary',
|
839
906
|
},
|
840
907
|
},
|
@@ -883,36 +950,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
883
950
|
name: 'TuiDropdownSecureModule',
|
884
951
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
885
952
|
},
|
886
|
-
to:
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
},
|
891
|
-
{
|
892
|
-
name: 'TuiDropdownSecureComponent',
|
893
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
894
|
-
},
|
895
|
-
],
|
953
|
+
to: {
|
954
|
+
name: 'TuiDropdownSecure',
|
955
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
956
|
+
},
|
896
957
|
},
|
897
958
|
{
|
898
959
|
from: {
|
899
960
|
name: 'TuiProductMenuModule',
|
900
961
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
901
962
|
},
|
902
|
-
to:
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
},
|
907
|
-
{
|
908
|
-
name: 'TuiProductMenuComponent',
|
909
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
910
|
-
},
|
911
|
-
{
|
912
|
-
name: 'TuiProductMenuButtonComponent',
|
913
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
914
|
-
},
|
915
|
-
],
|
963
|
+
to: {
|
964
|
+
name: 'TuiProductMenu',
|
965
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
966
|
+
},
|
916
967
|
},
|
917
968
|
{
|
918
969
|
from: {
|
@@ -920,7 +971,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
920
971
|
moduleSpecifier: '@taiga-ui/proprietary-core',
|
921
972
|
},
|
922
973
|
to: {
|
923
|
-
name: '
|
974
|
+
name: 'TuiCardLogo',
|
924
975
|
moduleSpecifier: '@taiga-ui/proprietary',
|
925
976
|
},
|
926
977
|
},
|
@@ -947,15 +998,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
947
998
|
},
|
948
999
|
to: [
|
949
1000
|
{
|
950
|
-
name: '
|
951
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
952
|
-
},
|
953
|
-
{
|
954
|
-
name: 'TuiTimecodeComponent',
|
1001
|
+
name: 'TuiTimecodePlayer',
|
955
1002
|
moduleSpecifier: '@taiga-ui/proprietary',
|
956
1003
|
},
|
957
1004
|
{
|
958
|
-
name: '
|
1005
|
+
name: 'TuiTimecode',
|
959
1006
|
moduleSpecifier: '@taiga-ui/proprietary',
|
960
1007
|
},
|
961
1008
|
],
|
@@ -985,16 +1032,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
985
1032
|
name: 'TuiProfileMenuModule',
|
986
1033
|
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
987
1034
|
},
|
988
|
-
to:
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
},
|
993
|
-
{
|
994
|
-
name: 'TuiProfileMenuDirective',
|
995
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
996
|
-
},
|
997
|
-
],
|
1035
|
+
to: {
|
1036
|
+
name: 'TuiProfileMenu',
|
1037
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
1038
|
+
},
|
998
1039
|
},
|
999
1040
|
{
|
1000
1041
|
from: {
|
@@ -1052,7 +1093,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1052
1093
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1053
1094
|
},
|
1054
1095
|
to: {
|
1055
|
-
name: '
|
1096
|
+
name: 'TuiReorder',
|
1056
1097
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1057
1098
|
},
|
1058
1099
|
},
|
@@ -1102,7 +1143,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1102
1143
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1103
1144
|
},
|
1104
1145
|
to: {
|
1105
|
-
name: '
|
1146
|
+
name: 'TuiBarChart',
|
1106
1147
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1107
1148
|
},
|
1108
1149
|
},
|
@@ -1112,7 +1153,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1112
1153
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1113
1154
|
},
|
1114
1155
|
to: {
|
1115
|
-
name: '
|
1156
|
+
name: 'TuiBarSet',
|
1116
1157
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1117
1158
|
},
|
1118
1159
|
},
|
@@ -1122,7 +1163,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1122
1163
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1123
1164
|
},
|
1124
1165
|
to: {
|
1125
|
-
name: '
|
1166
|
+
name: 'TuiDocCopy',
|
1126
1167
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1127
1168
|
},
|
1128
1169
|
},
|
@@ -1136,6 +1177,26 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1136
1177
|
moduleSpecifier: '@taiga-ui/layout',
|
1137
1178
|
},
|
1138
1179
|
},
|
1180
|
+
{
|
1181
|
+
from: {
|
1182
|
+
name: 'TuiAppearanceModule',
|
1183
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1184
|
+
},
|
1185
|
+
to: {
|
1186
|
+
name: 'TuiAppearance',
|
1187
|
+
moduleSpecifier: '@taiga-ui/core',
|
1188
|
+
},
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
from: {
|
1192
|
+
name: 'TuiButtonCloseModule',
|
1193
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1194
|
+
},
|
1195
|
+
to: {
|
1196
|
+
name: 'TuiButtonClose',
|
1197
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1198
|
+
},
|
1199
|
+
},
|
1139
1200
|
{
|
1140
1201
|
from: {
|
1141
1202
|
name: 'TuiPreviewModule',
|
@@ -1172,7 +1233,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1172
1233
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1173
1234
|
},
|
1174
1235
|
to: {
|
1175
|
-
name: '
|
1236
|
+
name: 'TuiDocScrollIntoViewLink',
|
1176
1237
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1177
1238
|
},
|
1178
1239
|
},
|
@@ -1182,7 +1243,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1182
1243
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1183
1244
|
},
|
1184
1245
|
to: {
|
1185
|
-
name: '
|
1246
|
+
name: 'TuiDocText',
|
1186
1247
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1187
1248
|
},
|
1188
1249
|
},
|
@@ -1192,7 +1253,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1192
1253
|
moduleSpecifier: '@taiga-ui/addon-preview',
|
1193
1254
|
},
|
1194
1255
|
to: {
|
1195
|
-
name: '
|
1256
|
+
name: 'TuiPreviewDialog',
|
1196
1257
|
moduleSpecifier: '@taiga-ui/kit',
|
1197
1258
|
},
|
1198
1259
|
},
|
@@ -1316,13 +1377,23 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1316
1377
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1317
1378
|
},
|
1318
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
|
+
},
|
1319
1390
|
{
|
1320
1391
|
from: {
|
1321
1392
|
name: 'TuiLegendItemModule',
|
1322
1393
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1323
1394
|
},
|
1324
1395
|
to: {
|
1325
|
-
name: '
|
1396
|
+
name: 'TuiLegendItem',
|
1326
1397
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1327
1398
|
},
|
1328
1399
|
},
|
@@ -1333,11 +1404,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1333
1404
|
},
|
1334
1405
|
to: [
|
1335
1406
|
{
|
1336
|
-
name: '
|
1407
|
+
name: 'TuiLineChart',
|
1337
1408
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1338
1409
|
},
|
1339
1410
|
{
|
1340
|
-
name: '
|
1411
|
+
name: 'TuiLineChartHint',
|
1341
1412
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1342
1413
|
},
|
1343
1414
|
],
|
@@ -1349,11 +1420,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1349
1420
|
},
|
1350
1421
|
to: [
|
1351
1422
|
{
|
1352
|
-
name: '
|
1423
|
+
name: 'TuiLineDaysChart',
|
1353
1424
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1354
1425
|
},
|
1355
1426
|
{
|
1356
|
-
name: '
|
1427
|
+
name: 'TuiLineDaysChartHint',
|
1357
1428
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1358
1429
|
},
|
1359
1430
|
],
|
@@ -1364,7 +1435,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1364
1435
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1365
1436
|
},
|
1366
1437
|
to: {
|
1367
|
-
name: '
|
1438
|
+
name: 'TuiPieChart',
|
1368
1439
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1369
1440
|
},
|
1370
1441
|
},
|
@@ -1374,7 +1445,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1374
1445
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1375
1446
|
},
|
1376
1447
|
to: {
|
1377
|
-
name: '
|
1448
|
+
name: 'TuiRingChart',
|
1378
1449
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1379
1450
|
},
|
1380
1451
|
},
|
@@ -1474,7 +1545,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1474
1545
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1475
1546
|
},
|
1476
1547
|
to: {
|
1477
|
-
name: '
|
1548
|
+
name: 'TuiElasticSticky',
|
1478
1549
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1479
1550
|
},
|
1480
1551
|
},
|
@@ -1489,7 +1560,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1489
1560
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1490
1561
|
},
|
1491
1562
|
{
|
1492
|
-
name: '
|
1563
|
+
name: 'TuiSheetDialog',
|
1493
1564
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1494
1565
|
},
|
1495
1566
|
],
|
@@ -1520,7 +1591,697 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1520
1591
|
moduleSpecifier: '@taiga-ui/core',
|
1521
1592
|
},
|
1522
1593
|
to: {
|
1523
|
-
name: '
|
1594
|
+
name: 'TuiTooltipModule',
|
1595
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1596
|
+
},
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
from: {
|
1600
|
+
name: 'TUI_ARROW_OPTIONS',
|
1601
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1602
|
+
},
|
1603
|
+
to: {
|
1604
|
+
name: 'TUI_ARROW_OPTIONS',
|
1605
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1606
|
+
},
|
1607
|
+
},
|
1608
|
+
{
|
1609
|
+
from: {
|
1610
|
+
name: 'tuiArrowOptionsProvider',
|
1611
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1612
|
+
},
|
1613
|
+
to: {
|
1614
|
+
name: 'tuiArrowOptionsProvider',
|
1615
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1616
|
+
},
|
1617
|
+
},
|
1618
|
+
{
|
1619
|
+
from: {
|
1620
|
+
name: 'TuiArrowOptions',
|
1621
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1622
|
+
},
|
1623
|
+
to: {
|
1624
|
+
name: 'TuiArrowOptions',
|
1625
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1626
|
+
},
|
1627
|
+
},
|
1628
|
+
{
|
1629
|
+
from: {
|
1630
|
+
name: 'TuiComboBoxModule',
|
1631
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1632
|
+
},
|
1633
|
+
to: {
|
1634
|
+
name: 'TuiComboBoxModule',
|
1635
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1636
|
+
},
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
from: {
|
1640
|
+
name: 'TuiInputModule',
|
1641
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1642
|
+
},
|
1643
|
+
to: {
|
1644
|
+
name: 'TuiInputModule',
|
1645
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1646
|
+
},
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
from: {
|
1650
|
+
name: 'TuiInputCopyModule',
|
1651
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1652
|
+
},
|
1653
|
+
to: {
|
1654
|
+
name: 'TuiInputCopyModule',
|
1655
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1656
|
+
},
|
1657
|
+
},
|
1658
|
+
{
|
1659
|
+
from: {
|
1660
|
+
name: 'TuiInputCopyOptions',
|
1661
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1662
|
+
},
|
1663
|
+
to: {
|
1664
|
+
name: 'TuiInputCopyOptions',
|
1665
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1666
|
+
},
|
1667
|
+
},
|
1668
|
+
{
|
1669
|
+
from: {
|
1670
|
+
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
1671
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1672
|
+
},
|
1673
|
+
to: {
|
1674
|
+
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
1675
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1676
|
+
},
|
1677
|
+
},
|
1678
|
+
{
|
1679
|
+
from: {
|
1680
|
+
name: 'TUI_INPUT_COPY_OPTIONS',
|
1681
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1682
|
+
},
|
1683
|
+
to: {
|
1684
|
+
name: 'TUI_INPUT_COPY_OPTIONS',
|
1685
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1686
|
+
},
|
1687
|
+
},
|
1688
|
+
{
|
1689
|
+
from: {
|
1690
|
+
name: 'tuiInputCopyOptionsProvider',
|
1691
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1692
|
+
},
|
1693
|
+
to: {
|
1694
|
+
name: 'tuiInputCopyOptionsProvider',
|
1695
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1696
|
+
},
|
1697
|
+
},
|
1698
|
+
{
|
1699
|
+
from: {
|
1700
|
+
name: 'TuiInputDateModule',
|
1701
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1702
|
+
},
|
1703
|
+
to: {
|
1704
|
+
name: 'TuiInputDateModule',
|
1705
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1706
|
+
},
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
from: {
|
1710
|
+
name: 'TuiInputDateMultiModule',
|
1711
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1712
|
+
},
|
1713
|
+
to: {
|
1714
|
+
name: 'TuiInputDateMultiModule',
|
1715
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1716
|
+
},
|
1717
|
+
},
|
1718
|
+
{
|
1719
|
+
from: {
|
1720
|
+
name: 'TuiInputDateMultiModule',
|
1721
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1722
|
+
},
|
1723
|
+
to: {
|
1724
|
+
name: 'TuiInputDateMultiModule',
|
1725
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1726
|
+
},
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
from: {
|
1730
|
+
name: 'TuiInputDateRangeModule',
|
1731
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1732
|
+
},
|
1733
|
+
to: {
|
1734
|
+
name: 'TuiInputDateRangeModule',
|
1735
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1736
|
+
},
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
from: {
|
1740
|
+
name: 'TuiInputDateTimeModule',
|
1741
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1742
|
+
},
|
1743
|
+
to: {
|
1744
|
+
name: 'TuiInputDateTimeModule',
|
1745
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1746
|
+
},
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
from: {
|
1750
|
+
name: 'TuiInputMonthModule',
|
1751
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1752
|
+
},
|
1753
|
+
to: {
|
1754
|
+
name: 'TuiInputMonthModule',
|
1755
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1756
|
+
},
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
from: {
|
1760
|
+
name: 'TuiInputMonthRangeModule',
|
1761
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1762
|
+
},
|
1763
|
+
to: {
|
1764
|
+
name: 'TuiInputMonthRangeModule',
|
1765
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1766
|
+
},
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
from: {
|
1770
|
+
name: 'TuiInputNumberModule',
|
1771
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1772
|
+
},
|
1773
|
+
to: {
|
1774
|
+
name: 'TuiInputNumberModule',
|
1775
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1776
|
+
},
|
1777
|
+
},
|
1778
|
+
{
|
1779
|
+
from: {
|
1780
|
+
name: 'TuiInputNumberOptions',
|
1781
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1782
|
+
},
|
1783
|
+
to: {
|
1784
|
+
name: 'TuiInputNumberOptions',
|
1785
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1786
|
+
},
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
from: {
|
1790
|
+
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
1791
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1792
|
+
},
|
1793
|
+
to: {
|
1794
|
+
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
1795
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1796
|
+
},
|
1797
|
+
},
|
1798
|
+
{
|
1799
|
+
from: {
|
1800
|
+
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
1801
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1802
|
+
},
|
1803
|
+
to: {
|
1804
|
+
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
1805
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1806
|
+
},
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
from: {
|
1810
|
+
name: 'tuiInputNumberOptionsProvider',
|
1811
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1812
|
+
},
|
1813
|
+
to: {
|
1814
|
+
name: 'tuiInputNumberOptionsProvider',
|
1815
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1816
|
+
},
|
1817
|
+
},
|
1818
|
+
{
|
1819
|
+
from: {
|
1820
|
+
name: 'TuiInputPasswordModule',
|
1821
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1822
|
+
},
|
1823
|
+
to: {
|
1824
|
+
name: 'TuiInputPasswordModule',
|
1825
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1826
|
+
},
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
from: {
|
1830
|
+
name: 'TuiInputPasswordOptions',
|
1831
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1832
|
+
},
|
1833
|
+
to: {
|
1834
|
+
name: 'TuiInputPasswordOptions',
|
1835
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
{
|
1839
|
+
from: {
|
1840
|
+
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
1841
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1842
|
+
},
|
1843
|
+
to: {
|
1844
|
+
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
1845
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1846
|
+
},
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
from: {
|
1850
|
+
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
1851
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1852
|
+
},
|
1853
|
+
to: {
|
1854
|
+
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
1855
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1856
|
+
},
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
from: {
|
1860
|
+
name: 'tuiInputPasswordOptionsProvider',
|
1861
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1862
|
+
},
|
1863
|
+
to: {
|
1864
|
+
name: 'tuiInputPasswordOptionsProvider',
|
1865
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1866
|
+
},
|
1867
|
+
},
|
1868
|
+
{
|
1869
|
+
from: {
|
1870
|
+
name: 'TuiInputPhoneModule',
|
1871
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1872
|
+
},
|
1873
|
+
to: {
|
1874
|
+
name: 'TuiInputPhoneModule',
|
1875
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1876
|
+
},
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
from: {
|
1880
|
+
name: 'TuiInputPhoneOptions',
|
1881
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1882
|
+
},
|
1883
|
+
to: {
|
1884
|
+
name: 'TuiInputPhoneOptions',
|
1885
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1886
|
+
},
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
from: {
|
1890
|
+
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
1891
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1892
|
+
},
|
1893
|
+
to: {
|
1894
|
+
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
1895
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1896
|
+
},
|
1897
|
+
},
|
1898
|
+
{
|
1899
|
+
from: {
|
1900
|
+
name: 'TUI_INPUT_PHONE_OPTIONS',
|
1901
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1902
|
+
},
|
1903
|
+
to: {
|
1904
|
+
name: 'TUI_INPUT_PHONE_OPTIONS',
|
1905
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1906
|
+
},
|
1907
|
+
},
|
1908
|
+
{
|
1909
|
+
from: {
|
1910
|
+
name: 'tuiInputPhoneOptionsProvider',
|
1911
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1912
|
+
},
|
1913
|
+
to: {
|
1914
|
+
name: 'tuiInputPhoneOptionsProvider',
|
1915
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1916
|
+
},
|
1917
|
+
},
|
1918
|
+
{
|
1919
|
+
from: {
|
1920
|
+
name: 'TuiInputPhoneInternationalModule',
|
1921
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1922
|
+
},
|
1923
|
+
to: {
|
1924
|
+
name: 'TuiInputPhoneInternationalComponent',
|
1925
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1926
|
+
},
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
from: {
|
1930
|
+
name: 'TuiInputPhoneInternationalOptions',
|
1931
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1932
|
+
},
|
1933
|
+
to: {
|
1934
|
+
name: 'TuiInputPhoneInternationalOptions',
|
1935
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1936
|
+
},
|
1937
|
+
},
|
1938
|
+
{
|
1939
|
+
from: {
|
1940
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
1941
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1942
|
+
},
|
1943
|
+
to: {
|
1944
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
1945
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1946
|
+
},
|
1947
|
+
},
|
1948
|
+
{
|
1949
|
+
from: {
|
1950
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
1951
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1952
|
+
},
|
1953
|
+
to: {
|
1954
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
1955
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1956
|
+
},
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
from: {
|
1960
|
+
name: 'tuiInputPhoneInternationalOptionsProvider',
|
1961
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1962
|
+
},
|
1963
|
+
to: {
|
1964
|
+
name: 'tuiInputPhoneInternationalOptionsProvider',
|
1965
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1966
|
+
},
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
from: {
|
1970
|
+
name: 'TuiInputRangeModule',
|
1971
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1972
|
+
},
|
1973
|
+
to: {
|
1974
|
+
name: 'TuiInputRangeModule',
|
1975
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1976
|
+
},
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
from: {
|
1980
|
+
name: 'TuiInputSliderModule',
|
1981
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1982
|
+
},
|
1983
|
+
to: {
|
1984
|
+
name: 'TuiInputSliderModule',
|
1985
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1986
|
+
},
|
1987
|
+
},
|
1988
|
+
{
|
1989
|
+
from: {
|
1990
|
+
name: 'TuiInputTagModule',
|
1991
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1992
|
+
},
|
1993
|
+
to: {
|
1994
|
+
name: 'TuiInputTagModule',
|
1995
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1996
|
+
},
|
1997
|
+
},
|
1998
|
+
{
|
1999
|
+
from: {
|
2000
|
+
name: 'TuiInputTagOptions',
|
2001
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2002
|
+
},
|
2003
|
+
to: {
|
2004
|
+
name: 'TuiInputTagOptions',
|
2005
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2006
|
+
},
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
from: {
|
2010
|
+
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
2011
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2012
|
+
},
|
2013
|
+
to: {
|
2014
|
+
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
2015
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2016
|
+
},
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
from: {
|
2020
|
+
name: 'TUI_INPUT_TAG_OPTIONS',
|
2021
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2022
|
+
},
|
2023
|
+
to: {
|
2024
|
+
name: 'TUI_INPUT_TAG_OPTIONS',
|
2025
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2026
|
+
},
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
from: {
|
2030
|
+
name: 'tuiInputTagOptionsProvider',
|
2031
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2032
|
+
},
|
2033
|
+
to: {
|
2034
|
+
name: 'tuiInputTagOptionsProvider',
|
2035
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2036
|
+
},
|
2037
|
+
},
|
2038
|
+
{
|
2039
|
+
from: {
|
2040
|
+
name: 'TuiInputTimeModule',
|
2041
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2042
|
+
},
|
2043
|
+
to: {
|
2044
|
+
name: 'TuiInputTimeModule',
|
2045
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2046
|
+
},
|
2047
|
+
},
|
2048
|
+
{
|
2049
|
+
from: {
|
2050
|
+
name: 'TuiInputTimeOptions',
|
2051
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2052
|
+
},
|
2053
|
+
to: {
|
2054
|
+
name: 'TuiInputTimeOptions',
|
2055
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2056
|
+
},
|
2057
|
+
},
|
2058
|
+
{
|
2059
|
+
from: {
|
2060
|
+
name: 'TuiTimeFormatParts',
|
2061
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2062
|
+
},
|
2063
|
+
to: {
|
2064
|
+
name: 'TuiTimeFormatParts',
|
2065
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2066
|
+
},
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
from: {
|
2070
|
+
name: 'MAX_TIME_VALUES',
|
2071
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2072
|
+
},
|
2073
|
+
to: {
|
2074
|
+
name: 'MAX_TIME_VALUES',
|
2075
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2076
|
+
},
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
from: {
|
2080
|
+
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
2081
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2082
|
+
},
|
2083
|
+
to: {
|
2084
|
+
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
2085
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2086
|
+
},
|
2087
|
+
},
|
2088
|
+
{
|
2089
|
+
from: {
|
2090
|
+
name: 'TUI_INPUT_TIME_OPTIONS',
|
2091
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2092
|
+
},
|
2093
|
+
to: {
|
2094
|
+
name: 'TUI_INPUT_TIME_OPTIONS',
|
2095
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2096
|
+
},
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
from: {
|
2100
|
+
name: 'tuiInputTimeOptionsProvider',
|
2101
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2102
|
+
},
|
2103
|
+
to: {
|
2104
|
+
name: 'tuiInputTimeOptionsProvider',
|
2105
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2106
|
+
},
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
from: {
|
2110
|
+
name: 'TuiInputYearModule',
|
2111
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2112
|
+
},
|
2113
|
+
to: {
|
2114
|
+
name: 'TuiInputYearModule',
|
2115
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2116
|
+
},
|
2117
|
+
},
|
2118
|
+
{
|
2119
|
+
from: {
|
2120
|
+
name: 'TuiMultiSelectModule',
|
2121
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2122
|
+
},
|
2123
|
+
to: {
|
2124
|
+
name: 'TuiMultiSelectModule',
|
2125
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2126
|
+
},
|
2127
|
+
},
|
2128
|
+
{
|
2129
|
+
from: {
|
2130
|
+
name: 'TuiMultiSelectOptions',
|
2131
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2132
|
+
},
|
2133
|
+
to: {
|
2134
|
+
name: 'TuiMultiSelectOptions',
|
2135
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2136
|
+
},
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
from: {
|
2140
|
+
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
2141
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2142
|
+
},
|
2143
|
+
to: {
|
2144
|
+
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
2145
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2146
|
+
},
|
2147
|
+
},
|
2148
|
+
{
|
2149
|
+
from: {
|
2150
|
+
name: 'TUI_MULTI_SELECT_OPTIONS',
|
2151
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2152
|
+
},
|
2153
|
+
to: {
|
2154
|
+
name: 'TUI_MULTI_SELECT_OPTIONS',
|
2155
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2156
|
+
},
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
from: {
|
2160
|
+
name: 'tuiMultiSelectOptionsProvider',
|
2161
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2162
|
+
},
|
2163
|
+
to: {
|
2164
|
+
name: 'tuiMultiSelectOptionsProvider',
|
2165
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2166
|
+
},
|
2167
|
+
},
|
2168
|
+
{
|
2169
|
+
from: {
|
2170
|
+
name: 'TuiMultiSelectOptionModule',
|
2171
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2172
|
+
},
|
2173
|
+
to: {
|
2174
|
+
name: 'TuiMultiSelectOptionModule',
|
2175
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2176
|
+
},
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
from: {
|
2180
|
+
name: 'TuiSelectModule',
|
2181
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2182
|
+
},
|
2183
|
+
to: {
|
2184
|
+
name: 'TuiSelectModule',
|
2185
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2186
|
+
},
|
2187
|
+
},
|
2188
|
+
{
|
2189
|
+
from: {
|
2190
|
+
name: 'TuiSelectOptions',
|
2191
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2192
|
+
},
|
2193
|
+
to: {
|
2194
|
+
name: 'TuiSelectOptions',
|
2195
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2196
|
+
},
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
from: {
|
2200
|
+
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
2201
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2202
|
+
},
|
2203
|
+
to: {
|
2204
|
+
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
2205
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2206
|
+
},
|
2207
|
+
},
|
2208
|
+
{
|
2209
|
+
from: {
|
2210
|
+
name: 'TUI_SELECT_OPTIONS',
|
2211
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2212
|
+
},
|
2213
|
+
to: {
|
2214
|
+
name: 'TUI_SELECT_OPTIONS',
|
2215
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2216
|
+
},
|
2217
|
+
},
|
2218
|
+
{
|
2219
|
+
from: {
|
2220
|
+
name: 'tuiSelectOptionsProvider',
|
2221
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2222
|
+
},
|
2223
|
+
to: {
|
2224
|
+
name: 'tuiSelectOptionsProvider',
|
2225
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2226
|
+
},
|
2227
|
+
},
|
2228
|
+
{
|
2229
|
+
from: {
|
2230
|
+
name: 'TuiSelectOptionModule',
|
2231
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2232
|
+
},
|
2233
|
+
to: {
|
2234
|
+
name: 'TuiSelectOptionModule',
|
2235
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2236
|
+
},
|
2237
|
+
},
|
2238
|
+
{
|
2239
|
+
from: {
|
2240
|
+
name: 'TuiTagModule',
|
2241
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2242
|
+
},
|
2243
|
+
to: {
|
2244
|
+
name: 'TuiTagModule',
|
2245
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2246
|
+
},
|
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',
|
1524
2285
|
moduleSpecifier: '@taiga-ui/core',
|
1525
2286
|
},
|
1526
2287
|
},
|