@taiga-ui/cdk 4.0.0-rc.1 → 4.0.0-rc.10
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/classes/index.d.ts +0 -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/classes/index.mjs +1 -2
- package/esm2022/constants/used-icons.mjs +14 -6
- package/esm2022/constants/version.mjs +2 -2
- package/esm2022/directives/active-zone/active-zone.directive.mjs +2 -2
- package/esm2022/directives/auto-focus/autofocus.options.mjs +3 -3
- 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/copy-processor/copy-processor.directive.mjs +3 -3
- package/esm2022/directives/droppable/droppable.directive.mjs +3 -3
- package/esm2022/directives/for/for.directive.mjs +6 -6
- package/esm2022/directives/high-dpi/high-dpi.directive.mjs +3 -3
- 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 +4 -4
- 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/index.mjs +2 -2
- package/esm2022/services/popover.service.mjs +3 -3
- package/esm2022/services/scroll.service.mjs +5 -5
- package/esm2022/services/theme-color.service.mjs +30 -0
- package/esm2022/tokens/active-element.mjs +5 -5
- package/esm2022/tokens/environment.mjs +15 -7
- package/esm2022/tokens/removed-element.mjs +4 -4
- package/esm2022/tokens/window-size.mjs +3 -3
- 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/focus/focused-in.mjs +7 -0
- package/esm2022/utils/focus/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 +2 -16
- package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +14 -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 +4 -4
- 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-copy-processor.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-directives-copy-processor.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-high-dpi.mjs +2 -2
- package/fesm2022/taiga-ui-cdk-directives-high-dpi.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 +4 -4
- 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 +25 -28
- package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-tokens.mjs +22 -15
- 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-focus.mjs +8 -2
- package/fesm2022/taiga-ui-cdk-utils-focus.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 +7 -8
- 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/html-comment.d.ts +3 -2
- package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +6 -2
- package/schematics/ng-update/interfaces/replacement-identifier.d.ts +4 -10
- package/schematics/ng-update/interfaces/replacement-type.d.ts +5 -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 +11 -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 +31 -9
- package/schematics/ng-update/steps/replace-package-name.d.ts +5 -0
- package/schematics/ng-update/steps/replace-package-name.js +18 -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 +41 -12
- package/schematics/ng-update/utils/templates/replace-attrs.js +1 -1
- package/schematics/ng-update/utils/templates/template-comments.js +11 -3
- package/schematics/ng-update/v4/index.js +20 -7
- 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 +9 -7
- package/schematics/ng-update/v4/migrate-icons/rename-icons.js +15 -7
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +3 -0
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.js +79 -0
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +5 -4
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +51 -2
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +114 -27
- package/schematics/ng-update/v4/steps/constants/enums.js +31 -0
- package/schematics/ng-update/v4/steps/constants/html-comments.js +19 -0
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +1388 -288
- package/schematics/ng-update/v4/steps/constants/index.d.ts +1 -0
- package/schematics/ng-update/v4/steps/constants/index.js +1 -0
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +2 -1
- package/schematics/ng-update/v4/steps/constants/migration-warnings.js +25 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +32 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.d.ts +13 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.js +16 -0
- package/schematics/ng-update/v4/steps/constants/services.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/services.js +15 -0
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +17 -4
- package/schematics/ng-update/v4/steps/constants/types.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/types.js +49 -0
- package/schematics/ng-update/v4/steps/index.d.ts +7 -0
- package/schematics/ng-update/v4/steps/index.js +7 -0
- package/schematics/ng-update/v4/steps/migrate-alert-service.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-alert-service.js +110 -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-month-context.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-month-context.js +39 -0
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.js +64 -0
- 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-root.d.ts +3 -0
- package/schematics/ng-update/v4/steps/migrate-root.js +61 -0
- package/schematics/ng-update/v4/steps/migrate-templates.js +11 -1
- package/schematics/ng-update/v4/steps/styles/index.js +38 -0
- package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.d.ts +1 -0
- package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.js +13 -0
- package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.d.ts +1 -0
- package/schematics/ng-update/v4/steps/styles/migrate-scrollbar-behavior.js +10 -0
- package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.d.ts +1 -0
- package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.js +23 -0
- package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.d.ts +1 -0
- package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js +20 -0
- package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.d.ts +1 -0
- package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js +54 -0
- package/schematics/ng-update/v4/steps/templates/index.d.ts +6 -0
- package/schematics/ng-update/v4/steps/templates/index.js +6 -0
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +34 -11
- package/schematics/ng-update/{v3/steps/migrate-polymorpheus.d.ts → v4/steps/templates/migrate-axes.d.ts} +2 -2
- package/schematics/ng-update/v4/steps/templates/migrate-axes.js +26 -0
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js +17 -8
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +1 -1
- package/schematics/ng-update/{v3/steps/migrate-textfield-controller.d.ts → v4/steps/templates/migrate-blocked.d.ts} +2 -2
- package/schematics/ng-update/v4/steps/templates/migrate-blocked.js +35 -0
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.js +41 -0
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.js +3 -2
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.js +7 -4
- package/schematics/ng-update/v4/steps/templates/migrate-label.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-label.js +39 -0
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +6 -10
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.js +45 -0
- package/schematics/ng-update/v4/steps/templates/migrate-money.js +1 -1
- package/schematics/ng-update/v4/steps/templates/migrate-notification.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-notification.js +64 -0
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.js +36 -0
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.js +27 -0
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js +2 -1
- package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +1 -1
- package/schematics/ng-update/v4/steps/templates/toggles/common.js +4 -3
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +36 -0
- package/schematics/ng-update/{v3/steps/migrate-templates.d.ts → v4/steps/update-packages.d.ts} +1 -1
- package/schematics/ng-update/v4/steps/update-packages.js +44 -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 +3 -0
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.js +51 -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 +8 -6
- 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 +27 -13
- package/schematics/utils/templates/get-component-templates.js +1 -1
- package/schematics/utils/templates/inputs.js +2 -1
- package/schematics/utils/templates/ng-component-input-manipulations.js +5 -5
- package/services/index.d.ts +1 -1
- package/services/theme-color.service.d.ts +16 -0
- package/tokens/environment.d.ts +1 -0
- 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
- package/utils/focus/focused-in.d.ts +2 -0
- package/utils/focus/index.d.ts +1 -0
- package/classes/controller.d.ts +0 -9
- package/esm2022/classes/controller.mjs +0 -18
- package/esm2022/services/static-request.service.mjs +0 -33
- package/schematics/ng-update/v3/constants/breakpoints.d.ts +0 -82
- package/schematics/ng-update/v3/constants/breakpoints.js +0 -34
- package/schematics/ng-update/v3/constants/constants.d.ts +0 -2
- package/schematics/ng-update/v3/constants/constants.js +0 -466
- package/schematics/ng-update/v3/constants/deprecated-functions.d.ts +0 -2
- package/schematics/ng-update/v3/constants/deprecated-functions.js +0 -680
- package/schematics/ng-update/v3/constants/enums.d.ts +0 -2
- package/schematics/ng-update/v3/constants/enums.js +0 -284
- package/schematics/ng-update/v3/constants/modules.d.ts +0 -2
- package/schematics/ng-update/v3/constants/modules.js +0 -9
- package/schematics/ng-update/v3/constants/services.d.ts +0 -2
- package/schematics/ng-update/v3/constants/services.js +0 -53
- package/schematics/ng-update/v3/constants/templates.d.ts +0 -57
- package/schematics/ng-update/v3/constants/templates.js +0 -744
- package/schematics/ng-update/v3/constants/tui-interactive-selectors.d.ts +0 -1
- package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +0 -55
- package/schematics/ng-update/v3/constants/types.d.ts +0 -2
- package/schematics/ng-update/v3/constants/types.js +0 -156
- package/schematics/ng-update/v3/constants/warnings.d.ts +0 -2
- package/schematics/ng-update/v3/constants/warnings.js +0 -111
- package/schematics/ng-update/v3/index.d.ts +0 -3
- package/schematics/ng-update/v3/index.js +0 -105
- package/schematics/ng-update/v3/schema.json +0 -13
- package/schematics/ng-update/v3/steps/migrate-date-time.d.ts +0 -2
- package/schematics/ng-update/v3/steps/migrate-date-time.js +0 -207
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +0 -78
- package/schematics/ng-update/v3/steps/migrate-progress.d.ts +0 -8
- package/schematics/ng-update/v3/steps/migrate-progress.js +0 -49
- package/schematics/ng-update/v3/steps/migrate-sliders/index.d.ts +0 -3
- package/schematics/ng-update/v3/steps/migrate-sliders/index.js +0 -19
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.d.ts +0 -3
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +0 -103
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.d.ts +0 -3
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +0 -90
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.d.ts +0 -3
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +0 -70
- package/schematics/ng-update/v3/steps/migrate-templates.js +0 -216
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +0 -98
- package/schematics/ng-update/v3/steps/miscellaneous.d.ts +0 -2
- package/schematics/ng-update/v3/steps/miscellaneous.js +0 -81
- package/schematics/ng-update/v3/steps/replace-functions.d.ts +0 -2
- package/schematics/ng-update/v3/steps/replace-functions.js +0 -138
- package/schematics/ng-update/v3/steps/replace-styles.d.ts +0 -3
- package/schematics/ng-update/v3/steps/replace-styles.js +0 -33
- package/schematics/ng-update/v3-30/constants/constants.d.ts +0 -2
- package/schematics/ng-update/v3-30/constants/constants.js +0 -8
- package/schematics/ng-update/v3-30/constants/icons.d.ts +0 -4
- package/schematics/ng-update/v3-30/constants/icons.js +0 -993
- package/schematics/ng-update/v3-30/index.d.ts +0 -3
- package/schematics/ng-update/v3-30/index.js +0 -33
- package/schematics/ng-update/v3-35/constants/constants.d.ts +0 -2
- package/schematics/ng-update/v3-35/constants/constants.js +0 -8
- package/schematics/ng-update/v3-35/constants/icons.d.ts +0 -4
- package/schematics/ng-update/v3-35/constants/icons.js +0 -2537
- package/schematics/ng-update/v3-35/index.d.ts +0 -3
- package/schematics/ng-update/v3-35/index.js +0 -33
- package/schematics/ng-update/v3-36/index.d.ts +0 -3
- package/schematics/ng-update/v3-36/index.js +0 -33
- package/schematics/ng-update/v3-40/index.d.ts +0 -3
- package/schematics/ng-update/v3-40/index.js +0 -62
- package/schematics/ng-update/v3-5/index.d.ts +0 -3
- package/schematics/ng-update/v3-5/index.js +0 -20
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +0 -3
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +0 -44
- package/schematics/ng-update/v4/steps/migrate-styles.js +0 -20
- package/services/static-request.service.d.ts +0 -8
- /package/schematics/ng-update/v4/steps/{migrate-styles.d.ts → styles/index.d.ts} +0 -0
@@ -10,13 +10,24 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
10
10
|
from: { name: 'TuiPaginationModule', moduleSpecifier: '@taiga-ui/kit' },
|
11
11
|
to: { name: 'TuiPagination', moduleSpecifier: '@taiga-ui/kit' },
|
12
12
|
},
|
13
|
+
{
|
14
|
+
from: { name: 'TuiPlatformModule', moduleSpecifier: '@taiga-ui/cdk' },
|
15
|
+
to: { name: 'TuiPlatform', moduleSpecifier: '@taiga-ui/cdk' },
|
16
|
+
},
|
17
|
+
{
|
18
|
+
from: {
|
19
|
+
name: 'tuiIconResolverProvider',
|
20
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
21
|
+
},
|
22
|
+
to: { name: 'tuiIconResolverProvider', moduleSpecifier: '@taiga-ui/core' },
|
23
|
+
},
|
13
24
|
{
|
14
25
|
from: { name: 'TuiAutoFocusModule', moduleSpecifier: '@taiga-ui/cdk' },
|
15
26
|
to: { name: 'TuiAutoFocus', moduleSpecifier: '@taiga-ui/cdk' },
|
16
27
|
},
|
17
28
|
{
|
18
29
|
from: { name: 'TuiFocusTrapModule', moduleSpecifier: '@taiga-ui/cdk' },
|
19
|
-
to: { name: '
|
30
|
+
to: { name: 'TuiFocusTrap', moduleSpecifier: '@taiga-ui/cdk' },
|
20
31
|
},
|
21
32
|
{
|
22
33
|
from: { name: 'TuiElementModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -24,11 +35,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
24
35
|
},
|
25
36
|
{
|
26
37
|
from: { name: 'TuiForModule', moduleSpecifier: '@taiga-ui/cdk' },
|
27
|
-
to: { name: '
|
38
|
+
to: { name: 'TuiFor', moduleSpecifier: '@taiga-ui/cdk' },
|
28
39
|
},
|
29
40
|
{
|
30
41
|
from: { name: 'TuiHoveredModule', moduleSpecifier: '@taiga-ui/cdk' },
|
31
|
-
to: { name: '
|
42
|
+
to: { name: 'TuiHovered', moduleSpecifier: '@taiga-ui/cdk' },
|
32
43
|
},
|
33
44
|
{
|
34
45
|
from: { name: 'TuiItemModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -36,7 +47,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
36
47
|
},
|
37
48
|
{
|
38
49
|
from: { name: 'TuiPanModule', moduleSpecifier: '@taiga-ui/cdk' },
|
39
|
-
to: { name: '
|
50
|
+
to: { name: 'TuiPan', moduleSpecifier: '@taiga-ui/cdk' },
|
40
51
|
},
|
41
52
|
{
|
42
53
|
from: { name: 'TuiRepeatTimesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -48,7 +59,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
48
59
|
},
|
49
60
|
{
|
50
61
|
from: { name: 'TuiValueChangesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
51
|
-
to: { name: '
|
62
|
+
to: { name: 'TuiValueChanges', moduleSpecifier: '@taiga-ui/cdk' },
|
52
63
|
},
|
53
64
|
{
|
54
65
|
from: { name: 'TuiZoomModule', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -66,6 +77,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
66
77
|
from: { name: 'TUI_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/core' },
|
67
78
|
to: { name: 'TUI_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
68
79
|
},
|
80
|
+
{
|
81
|
+
from: { name: 'tuiCapitalizeFirstLetter', moduleSpecifier: '@taiga-ui/core' },
|
82
|
+
to: { name: 'tuiCapitalizeFirstLetter', moduleSpecifier: '@taiga-ui/legacy' },
|
83
|
+
},
|
69
84
|
{
|
70
85
|
from: { name: 'TUI_NON_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/core' },
|
71
86
|
to: { name: 'TUI_NON_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -75,20 +90,23 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
75
90
|
to: { name: 'TUI_NON_DIGITS_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
76
91
|
},
|
77
92
|
{
|
78
|
-
from: { name: '
|
79
|
-
to: { name: '
|
93
|
+
from: { name: 'TuiAlertModule', moduleSpecifier: '@taiga-ui/core' },
|
94
|
+
to: { name: 'TuiAlert', moduleSpecifier: '@taiga-ui/core' },
|
80
95
|
},
|
81
96
|
{
|
82
|
-
from:
|
83
|
-
|
97
|
+
from: [
|
98
|
+
{ name: 'TuiNotificationComponent', moduleSpecifier: '@taiga-ui/core' },
|
99
|
+
{ name: 'TuiNotificationModule', moduleSpecifier: '@taiga-ui/core' },
|
100
|
+
],
|
101
|
+
to: { name: 'TuiNotification', moduleSpecifier: '@taiga-ui/core' },
|
84
102
|
},
|
85
103
|
{
|
86
|
-
from: { name: '
|
87
|
-
to: { name: '
|
104
|
+
from: { name: 'TuiFormatPhonePipe', moduleSpecifier: '@taiga-ui/core' },
|
105
|
+
to: { name: 'TuiFormatPhonePipe', moduleSpecifier: '@taiga-ui/legacy' },
|
88
106
|
},
|
89
107
|
{
|
90
108
|
from: { name: 'TuiCalendarModule', moduleSpecifier: '@taiga-ui/core' },
|
91
|
-
to: { name: '
|
109
|
+
to: { name: 'TuiCalendar', moduleSpecifier: '@taiga-ui/core' },
|
92
110
|
},
|
93
111
|
{
|
94
112
|
from: { name: 'TuiFormatDatePipeModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -132,11 +150,19 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
132
150
|
},
|
133
151
|
{
|
134
152
|
from: { name: 'TuiDataListModule', moduleSpecifier: '@taiga-ui/core' },
|
135
|
-
to: {
|
153
|
+
to: {
|
154
|
+
name: 'TuiDataList',
|
155
|
+
moduleSpecifier: '@taiga-ui/core',
|
156
|
+
spreadInModule: true,
|
157
|
+
},
|
136
158
|
},
|
137
159
|
{
|
138
160
|
from: { name: 'TuiDataListWrapperModule', moduleSpecifier: '@taiga-ui/kit' },
|
139
|
-
to: {
|
161
|
+
to: {
|
162
|
+
name: 'TuiDataListWrapper',
|
163
|
+
moduleSpecifier: '@taiga-ui/kit',
|
164
|
+
spreadInModule: true,
|
165
|
+
},
|
140
166
|
},
|
141
167
|
{
|
142
168
|
from: { name: 'TuiErrorModule', moduleSpecifier: '@taiga-ui/core' },
|
@@ -144,97 +170,100 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
144
170
|
},
|
145
171
|
{
|
146
172
|
from: { name: 'TuiExpandModule', moduleSpecifier: '@taiga-ui/core' },
|
147
|
-
to: { name: 'TuiExpand', moduleSpecifier: '@taiga-ui/core' },
|
173
|
+
to: { name: 'TuiExpand', moduleSpecifier: '@taiga-ui/core', spreadInModule: true },
|
148
174
|
},
|
149
175
|
{
|
150
176
|
from: { name: 'TuiLoaderModule', moduleSpecifier: '@taiga-ui/core' },
|
151
177
|
to: { name: 'TuiLoader', moduleSpecifier: '@taiga-ui/core' },
|
152
178
|
},
|
153
|
-
{
|
154
|
-
from: { name: 'TuiAccordionComponent', moduleSpecifier: '@taiga-ui/kit' },
|
155
|
-
to: { name: 'TuiAccordionDirective', moduleSpecifier: '@taiga-ui/kit' },
|
156
|
-
},
|
157
179
|
{
|
158
180
|
from: { name: 'TuiAccordionModule', moduleSpecifier: '@taiga-ui/kit' },
|
159
|
-
to: {
|
181
|
+
to: {
|
182
|
+
name: 'TuiAccordion',
|
183
|
+
moduleSpecifier: '@taiga-ui/kit',
|
184
|
+
spreadInModule: true,
|
185
|
+
},
|
160
186
|
},
|
161
187
|
{
|
162
188
|
from: { name: 'TuiBreadcrumbsModule', moduleSpecifier: '@taiga-ui/kit' },
|
163
189
|
to: [
|
164
|
-
{ name: '
|
190
|
+
{ name: 'TuiBreadcrumbs', moduleSpecifier: '@taiga-ui/kit' },
|
165
191
|
{ name: 'TuiItem', moduleSpecifier: '@taiga-ui/cdk' },
|
166
192
|
],
|
167
193
|
},
|
168
194
|
{
|
169
195
|
from: { name: 'TuiCalendarMonthModule', moduleSpecifier: '@taiga-ui/kit' },
|
170
|
-
to: { name: '
|
196
|
+
to: { name: 'TuiCalendarMonth', moduleSpecifier: '@taiga-ui/kit' },
|
171
197
|
},
|
172
198
|
{
|
173
199
|
from: { name: 'TuiCalendarRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
174
|
-
to: { name: '
|
200
|
+
to: { name: 'TuiCalendarRange', moduleSpecifier: '@taiga-ui/kit' },
|
175
201
|
},
|
176
202
|
{
|
177
203
|
from: { name: 'TuiCarouselModule', moduleSpecifier: '@taiga-ui/kit' },
|
178
|
-
to: { name: 'TuiCarousel', moduleSpecifier: '@taiga-ui/kit' },
|
204
|
+
to: { name: 'TuiCarousel', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
179
205
|
},
|
180
206
|
{
|
181
207
|
from: { name: 'TuiPushModule', moduleSpecifier: '@taiga-ui/kit' },
|
182
|
-
to:
|
183
|
-
{ name: 'TuiPushComponent', moduleSpecifier: '@taiga-ui/kit' },
|
184
|
-
{ name: 'TuiPushDirective', moduleSpecifier: '@taiga-ui/kit' },
|
185
|
-
],
|
208
|
+
to: { name: 'TuiPush', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
186
209
|
},
|
187
210
|
{
|
188
211
|
from: { name: 'TuiElasticContainerModule', moduleSpecifier: '@taiga-ui/kit' },
|
189
|
-
to: { name: '
|
212
|
+
to: { name: 'TuiElasticContainer', moduleSpecifier: '@taiga-ui/kit' },
|
190
213
|
},
|
191
214
|
{
|
192
215
|
from: { name: 'TuiFilesModule', moduleSpecifier: '@taiga-ui/kit' },
|
193
|
-
to: { name: 'TuiFiles', moduleSpecifier: '@taiga-ui/kit' },
|
216
|
+
to: { name: 'TuiFiles', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
194
217
|
},
|
195
218
|
{
|
196
219
|
from: { name: 'TuiFilterModule', moduleSpecifier: '@taiga-ui/kit' },
|
197
|
-
to: { name: '
|
220
|
+
to: { name: 'TuiFilter', moduleSpecifier: '@taiga-ui/kit' },
|
198
221
|
},
|
199
222
|
{
|
200
223
|
from: { name: 'TuiInputInlineModule', moduleSpecifier: '@taiga-ui/kit' },
|
201
|
-
to: { name: '
|
202
|
-
},
|
203
|
-
{
|
204
|
-
from: { name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
|
205
|
-
to: { name: 'TuiIslandDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
224
|
+
to: { name: 'TuiInputInline', moduleSpecifier: '@taiga-ui/kit' },
|
206
225
|
},
|
207
226
|
{
|
208
|
-
from:
|
227
|
+
from: [
|
228
|
+
{ name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
|
229
|
+
{ name: 'TuiIslandModule', moduleSpecifier: '@taiga-ui/kit' },
|
230
|
+
],
|
209
231
|
to: { name: 'TuiIslandDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
210
232
|
},
|
211
233
|
{
|
212
234
|
from: { name: 'TuiItemsWithMoreModule', moduleSpecifier: '@taiga-ui/kit' },
|
213
|
-
to: {
|
235
|
+
to: {
|
236
|
+
name: 'TuiItemsWithMore',
|
237
|
+
moduleSpecifier: '@taiga-ui/kit',
|
238
|
+
spreadInModule: true,
|
239
|
+
},
|
214
240
|
},
|
215
241
|
{
|
216
|
-
from:
|
217
|
-
|
242
|
+
from: [
|
243
|
+
{ name: 'TuiLineClampComponent', moduleSpecifier: '@taiga-ui/kit' },
|
244
|
+
{ name: 'TuiLineClampModule', moduleSpecifier: '@taiga-ui/kit' },
|
245
|
+
],
|
246
|
+
to: { name: 'TuiLineClamp', moduleSpecifier: '@taiga-ui/kit' },
|
218
247
|
},
|
219
248
|
{
|
220
249
|
from: { name: 'TuiRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
221
|
-
to: { name: '
|
250
|
+
to: { name: 'TuiRange', moduleSpecifier: '@taiga-ui/kit' },
|
222
251
|
},
|
223
252
|
{
|
224
253
|
from: { name: 'TuiSliderModule', moduleSpecifier: '@taiga-ui/kit' },
|
225
|
-
to: { name: 'TuiSlider', moduleSpecifier: '@taiga-ui/kit' },
|
254
|
+
to: { name: 'TuiSlider', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
226
255
|
},
|
227
256
|
{
|
228
257
|
from: { name: 'TuiTilesModule', moduleSpecifier: '@taiga-ui/kit' },
|
229
|
-
to: { name: 'TuiTiles', moduleSpecifier: '@taiga-ui/kit' },
|
258
|
+
to: { name: 'TuiTiles', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
230
259
|
},
|
231
260
|
{
|
232
261
|
from: { name: 'TuiStepperModule', moduleSpecifier: '@taiga-ui/kit' },
|
233
|
-
to: { name: 'TuiStepper', moduleSpecifier: '@taiga-ui/kit' },
|
262
|
+
to: { name: 'TuiStepper', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
234
263
|
},
|
235
264
|
{
|
236
265
|
from: { name: 'TuiTreeModule', moduleSpecifier: '@taiga-ui/kit' },
|
237
|
-
to: { name: 'TuiTree', moduleSpecifier: '@taiga-ui/kit' },
|
266
|
+
to: { name: 'TuiTree', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
238
267
|
},
|
239
268
|
{
|
240
269
|
from: {
|
@@ -262,10 +291,6 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
262
291
|
from: { name: 'TuiUnmaskHandlerModule', moduleSpecifier: '@taiga-ui/kit' },
|
263
292
|
to: { name: 'TuiUnmaskHandler', moduleSpecifier: '@taiga-ui/kit' },
|
264
293
|
},
|
265
|
-
{
|
266
|
-
from: { name: 'TuiDialogFormService', moduleSpecifier: '@taiga-ui/kit' },
|
267
|
-
to: { name: 'TuiConfirmService', moduleSpecifier: '@taiga-ui/kit' },
|
268
|
-
},
|
269
294
|
{
|
270
295
|
from: { name: 'TuiSortCountriesPipeModule', moduleSpecifier: '@taiga-ui/kit' },
|
271
296
|
to: { name: 'TuiSortCountriesPipe', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -290,14 +315,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
290
315
|
},
|
291
316
|
},
|
292
317
|
{
|
293
|
-
from:
|
294
|
-
|
295
|
-
name: '
|
296
|
-
|
297
|
-
},
|
298
|
-
},
|
299
|
-
{
|
300
|
-
from: { name: 'TuiCardComponent', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
318
|
+
from: [
|
319
|
+
{ name: 'TuiCardModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
320
|
+
{ name: 'TuiCardComponent', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
321
|
+
],
|
301
322
|
to: {
|
302
323
|
name: 'TuiThumbnailCard',
|
303
324
|
moduleSpecifier: '@taiga-ui/addon-commerce',
|
@@ -320,27 +341,25 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
320
341
|
to: { name: 'TuiTextfieldComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
321
342
|
},
|
322
343
|
{
|
323
|
-
from:
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
from: { name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/kit' },
|
344
|
+
from: [
|
345
|
+
{ name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
346
|
+
{ name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/kit' },
|
347
|
+
],
|
328
348
|
to: { name: 'TuiBadge', moduleSpecifier: '@taiga-ui/kit' },
|
329
349
|
},
|
330
350
|
{
|
331
351
|
from: { name: 'TuiClickOutsideModule', moduleSpecifier: '@taiga-ui/cdk' },
|
332
|
-
to: { name: '
|
352
|
+
to: { name: 'TuiClickOutside', moduleSpecifier: '@taiga-ui/cdk' },
|
333
353
|
},
|
334
354
|
{
|
335
355
|
from: { name: 'TuiCopyProcessorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
336
|
-
to: { name: '
|
337
|
-
},
|
338
|
-
{
|
339
|
-
from: { name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
340
|
-
to: { name: 'TuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
356
|
+
to: { name: 'TuiCopyProcessor', moduleSpecifier: '@taiga-ui/cdk' },
|
341
357
|
},
|
342
358
|
{
|
343
|
-
from:
|
359
|
+
from: [
|
360
|
+
{ name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
361
|
+
{ name: 'TuiControlValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
362
|
+
],
|
344
363
|
to: { name: 'TuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
345
364
|
},
|
346
365
|
{
|
@@ -364,36 +383,69 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
364
383
|
to: { name: 'TuiReplacePipe', moduleSpecifier: '@taiga-ui/cdk' },
|
365
384
|
},
|
366
385
|
{
|
367
|
-
from:
|
368
|
-
|
386
|
+
from: [
|
387
|
+
{ name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/experimental' },
|
388
|
+
{ name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/kit' },
|
389
|
+
{ name: 'TuiPrimitiveCheckboxModule', moduleSpecifier: '@taiga-ui/core' },
|
390
|
+
{ name: 'TuiCheckboxComponent', moduleSpecifier: '@taiga-ui/kit' },
|
391
|
+
{ name: 'TuiCheckboxLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
|
392
|
+
],
|
393
|
+
to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
|
369
394
|
},
|
370
395
|
{
|
371
396
|
from: { name: 'TuiSwipeActionsModule', moduleSpecifier: '@taiga-ui/experimental' },
|
372
|
-
to:
|
397
|
+
to: [
|
398
|
+
{ name: 'TuiSwipeActions', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
399
|
+
{ name: 'TuiSwipeActionsAutoClose', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
400
|
+
],
|
373
401
|
},
|
374
402
|
{
|
375
|
-
from:
|
376
|
-
|
403
|
+
from: [
|
404
|
+
{ name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
|
405
|
+
{ name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/core' },
|
406
|
+
],
|
407
|
+
to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
377
408
|
},
|
378
409
|
{
|
379
|
-
from:
|
380
|
-
|
410
|
+
from: [
|
411
|
+
{ name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
|
412
|
+
{ name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/kit' },
|
413
|
+
],
|
414
|
+
to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
|
381
415
|
},
|
382
416
|
{
|
383
|
-
from:
|
417
|
+
from: [
|
418
|
+
{ name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/experimental' },
|
419
|
+
{ name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/kit' },
|
420
|
+
{ name: 'TuiToggleComponent', moduleSpecifier: '@taiga-ui/kit' },
|
421
|
+
],
|
384
422
|
to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
|
385
423
|
},
|
386
424
|
{
|
387
|
-
from:
|
388
|
-
|
425
|
+
from: [
|
426
|
+
{ name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
|
427
|
+
{ name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
|
428
|
+
],
|
429
|
+
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
389
430
|
},
|
390
431
|
{
|
391
432
|
from: { name: 'TuiTextAreaDirective', moduleSpecifier: '@taiga-ui/kit' },
|
392
|
-
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/
|
433
|
+
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
393
434
|
},
|
394
435
|
{
|
395
|
-
from: { name: '
|
396
|
-
to: { name: '
|
436
|
+
from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
437
|
+
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
438
|
+
},
|
439
|
+
{
|
440
|
+
from: [
|
441
|
+
{ name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
|
442
|
+
{ name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
443
|
+
],
|
444
|
+
to: {
|
445
|
+
name: 'TuiBadgedContent',
|
446
|
+
moduleSpecifier: '@taiga-ui/kit',
|
447
|
+
spreadInModule: true,
|
448
|
+
},
|
397
449
|
},
|
398
450
|
{
|
399
451
|
from: {
|
@@ -402,14 +454,6 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
402
454
|
},
|
403
455
|
to: { name: 'TuiBadgeNotification', moduleSpecifier: '@taiga-ui/kit' },
|
404
456
|
},
|
405
|
-
{
|
406
|
-
from: { name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
407
|
-
to: { name: 'TuiBadgedContentComponent', moduleSpecifier: '@taiga-ui/kit' },
|
408
|
-
},
|
409
|
-
{
|
410
|
-
from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
411
|
-
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
412
|
-
},
|
413
457
|
{
|
414
458
|
from: { name: 'TuiInputCountModule', moduleSpecifier: '@taiga-ui/kit' },
|
415
459
|
to: { name: 'TuiInputNumberModule', moduleSpecifier: '@taiga-ui/kit' },
|
@@ -453,16 +497,26 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
453
497
|
to: { name: 'TUI_SCROLL_REF', moduleSpecifier: '@taiga-ui/core' },
|
454
498
|
},
|
455
499
|
{
|
456
|
-
from: { name: '
|
457
|
-
to: { name: '
|
500
|
+
from: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/core' },
|
501
|
+
to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/legacy' },
|
458
502
|
},
|
459
503
|
{
|
460
|
-
from:
|
461
|
-
|
504
|
+
from: [
|
505
|
+
{ name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
|
506
|
+
{ name: 'TuiScrollbarComponent', moduleSpecifier: '@taiga-ui/core' },
|
507
|
+
],
|
508
|
+
to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
|
509
|
+
},
|
510
|
+
{
|
511
|
+
from: [
|
512
|
+
{ name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
|
513
|
+
{ name: 'TuiGroupDirective', moduleSpecifier: '@taiga-ui/core' },
|
514
|
+
],
|
515
|
+
to: { name: 'TuiGroup', moduleSpecifier: '@taiga-ui/core' },
|
462
516
|
},
|
463
517
|
{
|
464
518
|
from: { name: 'AbstractTuiPortalHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
465
|
-
to: { name: '
|
519
|
+
to: { name: 'TuiPortals', moduleSpecifier: '@taiga-ui/cdk' },
|
466
520
|
},
|
467
521
|
{
|
468
522
|
from: { name: 'AbstractTuiPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
@@ -474,40 +528,38 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
474
528
|
},
|
475
529
|
{
|
476
530
|
from: { name: 'TuiDropdownHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
477
|
-
to: { name: '
|
531
|
+
to: { name: 'TuiDropdowns', moduleSpecifier: '@taiga-ui/core' },
|
478
532
|
},
|
479
533
|
{
|
480
534
|
from: { name: 'TuiDropdownPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
481
535
|
to: { name: 'TuiDropdownService', moduleSpecifier: '@taiga-ui/core' },
|
482
536
|
},
|
483
537
|
{
|
484
|
-
from:
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
to: { name: 'TuiDropdownPortalDirective', moduleSpecifier: '@taiga-ui/core' },
|
538
|
+
from: [
|
539
|
+
{ name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
540
|
+
{ name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
|
541
|
+
],
|
542
|
+
to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
|
490
543
|
},
|
491
544
|
{
|
492
545
|
from: { name: 'TuiDroppableModule', moduleSpecifier: '@taiga-ui/cdk' },
|
493
|
-
to: { name: '
|
546
|
+
to: { name: 'TuiDroppable', moduleSpecifier: '@taiga-ui/cdk' },
|
494
547
|
},
|
495
548
|
{
|
496
549
|
from: { name: 'TuiValidatorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
497
|
-
to: { name: '
|
498
|
-
},
|
499
|
-
{
|
500
|
-
from: { name: 'TuiAmountModule', moduleSpecifier: '@taiga-ui/experimental' },
|
501
|
-
to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
550
|
+
to: { name: 'TuiValidator', moduleSpecifier: '@taiga-ui/cdk' },
|
502
551
|
},
|
503
552
|
{
|
504
|
-
from:
|
553
|
+
from: [
|
554
|
+
{ name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
555
|
+
{ name: 'TuiMoneyModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
556
|
+
],
|
505
557
|
to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
506
558
|
},
|
507
559
|
{
|
508
560
|
from: { name: 'TuiResizeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
509
561
|
to: {
|
510
|
-
name: '
|
562
|
+
name: 'WaResizeObserver',
|
511
563
|
moduleSpecifier: '@ng-web-apis/resize-observer',
|
512
564
|
},
|
513
565
|
},
|
@@ -527,25 +579,40 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
527
579
|
},
|
528
580
|
{
|
529
581
|
from: { name: 'TuiEditorModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
530
|
-
to:
|
582
|
+
to: [
|
583
|
+
{ name: 'TuiEditor', moduleSpecifier: '@taiga-ui/editor' },
|
584
|
+
{ name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor' },
|
585
|
+
],
|
531
586
|
},
|
532
587
|
{
|
533
588
|
from: { name: 'TuiEditorSocketModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
534
|
-
to: { name: '
|
589
|
+
to: { name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor' },
|
535
590
|
},
|
536
591
|
{
|
537
592
|
from: { name: 'defaultEditorExtensions', moduleSpecifier: '@tinkoff/tui-editor' },
|
538
|
-
to: {
|
593
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
594
|
+
},
|
595
|
+
{
|
596
|
+
from: {
|
539
597
|
name: 'TUI_EDITOR_DEFAULT_EXTENSIONS',
|
540
598
|
moduleSpecifier: '@tinkoff/tui-editor',
|
541
599
|
},
|
600
|
+
to: { name: 'TUI_EDITOR_DEFAULT_EXTENSIONS', moduleSpecifier: '@taiga-ui/editor' },
|
542
601
|
},
|
543
602
|
{
|
544
|
-
from:
|
545
|
-
|
546
|
-
name: 'TUI_EDITOR_DEFAULT_TOOLS',
|
547
|
-
|
548
|
-
},
|
603
|
+
from: [
|
604
|
+
{ name: 'defaultEditorTools', moduleSpecifier: '@tinkoff/tui-editor' },
|
605
|
+
{ name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@tinkoff/tui-editor' },
|
606
|
+
],
|
607
|
+
to: { name: 'TUI_EDITOR_DEFAULT_TOOLS', moduleSpecifier: '@taiga-ui/editor' },
|
608
|
+
},
|
609
|
+
{
|
610
|
+
from: { name: 'TuiColorPickerModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
611
|
+
to: { name: 'TuiColorPickerModule', moduleSpecifier: '@taiga-ui/legacy' },
|
612
|
+
},
|
613
|
+
{
|
614
|
+
from: { name: 'TuiInputColorModule', moduleSpecifier: '@tinkoff/tui-editor' },
|
615
|
+
to: { name: 'TuiInputColorModule', moduleSpecifier: '@taiga-ui/legacy' },
|
549
616
|
},
|
550
617
|
{
|
551
618
|
from: { name: 'TuiFadeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -575,12 +642,48 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
575
642
|
to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
|
576
643
|
},
|
577
644
|
{
|
578
|
-
from:
|
579
|
-
|
645
|
+
from: [
|
646
|
+
{ name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
647
|
+
{ name: 'TuiRadioLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
648
|
+
],
|
649
|
+
to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
|
650
|
+
},
|
651
|
+
{
|
652
|
+
from: { name: 'TuiRadioLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
|
653
|
+
to: { name: 'TuiRadioComponent', moduleSpecifier: '@taiga-ui/kit' },
|
654
|
+
},
|
655
|
+
{
|
656
|
+
from: { name: 'TuiCheckboxBlockModule', moduleSpecifier: '@taiga-ui/kit' },
|
657
|
+
to: [
|
658
|
+
{ name: 'TuiBlock', moduleSpecifier: '@taiga-ui/kit' },
|
659
|
+
{ name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
|
660
|
+
],
|
661
|
+
},
|
662
|
+
{
|
663
|
+
from: { name: 'TuiRadioBlockModule', moduleSpecifier: '@taiga-ui/kit' },
|
664
|
+
to: [
|
665
|
+
{ name: 'TuiBlock', moduleSpecifier: '@taiga-ui/kit' },
|
666
|
+
{ name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
667
|
+
],
|
668
|
+
},
|
669
|
+
{
|
670
|
+
from: { name: 'TuiTabsModule', moduleSpecifier: '@taiga-ui/kit' },
|
671
|
+
to: { name: 'TuiTabs', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
672
|
+
},
|
673
|
+
{
|
674
|
+
from: [
|
675
|
+
{ name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
676
|
+
{ name: 'TuiDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
677
|
+
],
|
678
|
+
to: {
|
679
|
+
name: 'TuiDropdown',
|
680
|
+
moduleSpecifier: '@taiga-ui/core',
|
681
|
+
spreadInModule: true,
|
682
|
+
},
|
580
683
|
},
|
581
684
|
{
|
582
|
-
from: { name: '
|
583
|
-
to: { name: '
|
685
|
+
from: { name: 'TuiHostedDropdownComponent', moduleSpecifier: '@taiga-ui/core' },
|
686
|
+
to: { name: 'TuiDropdownOpen', moduleSpecifier: '@taiga-ui/core' },
|
584
687
|
},
|
585
688
|
{
|
586
689
|
from: { name: 'TuiTitleModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -591,20 +694,23 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
591
694
|
to: { name: 'TuiHeader', moduleSpecifier: '@taiga-ui/layout' },
|
592
695
|
},
|
593
696
|
{
|
594
|
-
from: { name: '
|
595
|
-
to: { name: '
|
697
|
+
from: { name: 'TuiBlockDetailsModule', moduleSpecifier: '@taiga-ui/layout' },
|
698
|
+
to: { name: 'TuiBlockDetails', moduleSpecifier: '@taiga-ui/layout' },
|
596
699
|
},
|
597
700
|
{
|
598
|
-
from: { name: '
|
599
|
-
to: { name: '
|
701
|
+
from: { name: 'TuiPinModule', moduleSpecifier: '@taiga-ui/experimental' },
|
702
|
+
to: { name: 'TuiPin', moduleSpecifier: '@taiga-ui/kit' },
|
600
703
|
},
|
601
704
|
{
|
602
|
-
from: { name: '
|
603
|
-
to: { name: '
|
705
|
+
from: { name: 'TuiCompassModule', moduleSpecifier: '@taiga-ui/experimental' },
|
706
|
+
to: { name: 'TuiCompass', moduleSpecifier: '@taiga-ui/kit' },
|
604
707
|
},
|
605
708
|
{
|
606
|
-
from:
|
607
|
-
|
709
|
+
from: [
|
710
|
+
{ name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
|
711
|
+
{ name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
|
712
|
+
],
|
713
|
+
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
608
714
|
},
|
609
715
|
{
|
610
716
|
from: { name: 'TuiSurfaceModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -615,12 +721,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
615
721
|
to: { name: 'TuiFlagPipe', moduleSpecifier: '@taiga-ui/core' },
|
616
722
|
},
|
617
723
|
{
|
618
|
-
from:
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
to: { name: 'TuiRoot', moduleSpecifier: '@taiga-ui/core' },
|
724
|
+
from: [
|
725
|
+
{ name: 'TuiSvgModule', moduleSpecifier: '@taiga-ui/core' },
|
726
|
+
{ name: 'TuiSvgComponent', moduleSpecifier: '@taiga-ui/core' },
|
727
|
+
],
|
728
|
+
to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
|
624
729
|
},
|
625
730
|
{
|
626
731
|
from: { name: 'TuiCellModule', moduleSpecifier: '@taiga-ui/experimental' },
|
@@ -636,7 +741,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
636
741
|
moduleSpecifier: '@taiga-ui/addon-table',
|
637
742
|
},
|
638
743
|
to: {
|
639
|
-
name: '
|
744
|
+
name: 'TuiTablePagination',
|
640
745
|
moduleSpecifier: '@taiga-ui/addon-table',
|
641
746
|
},
|
642
747
|
},
|
@@ -648,7 +753,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
648
753
|
],
|
649
754
|
},
|
650
755
|
{
|
651
|
-
from:
|
756
|
+
from: [
|
757
|
+
{ name: 'TuiMarkerIconModule', moduleSpecifier: '@taiga-ui/kit' },
|
758
|
+
{ name: 'TuiMarkerIconComponent', moduleSpecifier: '@taiga-ui/kit' },
|
759
|
+
],
|
652
760
|
to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
|
653
761
|
},
|
654
762
|
{
|
@@ -663,7 +771,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
663
771
|
],
|
664
772
|
},
|
665
773
|
{
|
666
|
-
from:
|
774
|
+
from: [
|
775
|
+
{ name: 'TuiLinkModule', moduleSpecifier: '@taiga-ui/core' },
|
776
|
+
{ name: 'TuiLinkComponent', moduleSpecifier: '@taiga-ui/core' },
|
777
|
+
],
|
667
778
|
to: { name: 'TuiLink', moduleSpecifier: '@taiga-ui/core' },
|
668
779
|
},
|
669
780
|
{
|
@@ -671,17 +782,59 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
671
782
|
to: { name: 'TuiInteractiveState', moduleSpecifier: '@taiga-ui/core' },
|
672
783
|
},
|
673
784
|
{
|
674
|
-
from: { name: '
|
785
|
+
from: { name: 'TUI_ARROW', moduleSpecifier: '@taiga-ui/kit' },
|
675
786
|
to: {
|
676
|
-
name: '
|
677
|
-
moduleSpecifier: '@taiga-ui/
|
787
|
+
name: 'TUI_ARROW',
|
788
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
789
|
+
},
|
790
|
+
},
|
791
|
+
{
|
792
|
+
from: { name: 'TuiArrowComponent', moduleSpecifier: '@taiga-ui/kit' },
|
793
|
+
to: {
|
794
|
+
name: 'TuiArrowComponent',
|
795
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
796
|
+
},
|
797
|
+
},
|
798
|
+
{
|
799
|
+
from: { name: 'TuiDialog', moduleSpecifier: '@taiga-ui/cdk' },
|
800
|
+
to: {
|
801
|
+
name: 'TuiPopover',
|
802
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
803
|
+
},
|
804
|
+
},
|
805
|
+
{
|
806
|
+
from: { name: 'TuiBaseDialogContext', moduleSpecifier: '@taiga-ui/cdk' },
|
807
|
+
to: {
|
808
|
+
name: 'TuiPopoverContext',
|
809
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
810
|
+
},
|
811
|
+
},
|
812
|
+
{
|
813
|
+
from: { name: 'TuiDialogModule', moduleSpecifier: '@taiga-ui/core' },
|
814
|
+
to: {
|
815
|
+
name: 'TuiDialog',
|
816
|
+
moduleSpecifier: '@taiga-ui/core',
|
678
817
|
},
|
679
818
|
},
|
680
819
|
{
|
681
|
-
from:
|
820
|
+
from: [
|
821
|
+
{ name: 'TuiButtonComponent', moduleSpecifier: '@taiga-ui/core' },
|
822
|
+
{ name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/core' },
|
823
|
+
{ name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/experimental' },
|
824
|
+
],
|
682
825
|
to: {
|
683
826
|
name: 'TuiButton',
|
684
|
-
moduleSpecifier: '@taiga-ui/
|
827
|
+
moduleSpecifier: '@taiga-ui/core',
|
828
|
+
},
|
829
|
+
},
|
830
|
+
{
|
831
|
+
from: {
|
832
|
+
name: 'tuiButtonOptionsProvider',
|
833
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
834
|
+
},
|
835
|
+
to: {
|
836
|
+
name: 'tuiButtonOptionsProvider',
|
837
|
+
moduleSpecifier: '@taiga-ui/core',
|
685
838
|
},
|
686
839
|
},
|
687
840
|
{
|
@@ -800,22 +953,12 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
800
953
|
},
|
801
954
|
{
|
802
955
|
from: {
|
803
|
-
name: 'TuiPromptDialogModule',
|
804
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
805
|
-
},
|
806
|
-
to: {
|
807
956
|
name: 'TuiPromptDialogComponent',
|
808
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
809
|
-
},
|
810
|
-
},
|
811
|
-
{
|
812
|
-
from: {
|
813
|
-
name: 'TuiProprietaryRoot2023Module',
|
814
957
|
moduleSpecifier: '@taiga-ui/proprietary-core',
|
815
958
|
},
|
816
959
|
to: {
|
817
|
-
name: '
|
818
|
-
moduleSpecifier: '@taiga-ui/
|
960
|
+
name: 'TuiConfirm',
|
961
|
+
moduleSpecifier: '@taiga-ui/kit',
|
819
962
|
},
|
820
963
|
},
|
821
964
|
{
|
@@ -834,37 +977,38 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
834
977
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
835
978
|
},
|
836
979
|
to: {
|
837
|
-
name: '
|
980
|
+
name: 'TuiSubscriptionBadge',
|
838
981
|
moduleSpecifier: '@taiga-ui/proprietary',
|
839
982
|
},
|
840
983
|
},
|
841
984
|
{
|
842
985
|
from: {
|
843
986
|
name: 'TuiNavigationModule',
|
844
|
-
moduleSpecifier: '@taiga-ui/
|
987
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
845
988
|
},
|
846
989
|
to: {
|
847
|
-
name: '
|
848
|
-
moduleSpecifier: '@taiga-ui/
|
990
|
+
name: 'TuiNavigation',
|
991
|
+
moduleSpecifier: '@taiga-ui/layout',
|
992
|
+
spreadInModule: true,
|
849
993
|
},
|
850
994
|
},
|
851
995
|
{
|
852
996
|
from: {
|
853
|
-
name: '
|
854
|
-
moduleSpecifier: '@taiga-ui/
|
997
|
+
name: 'TuiSegmentedModule',
|
998
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
855
999
|
},
|
856
1000
|
to: {
|
857
|
-
name: '
|
858
|
-
moduleSpecifier: '@taiga-ui/
|
1001
|
+
name: 'TuiSegmented',
|
1002
|
+
moduleSpecifier: '@taiga-ui/kit',
|
859
1003
|
},
|
860
1004
|
},
|
861
1005
|
{
|
862
1006
|
from: {
|
863
|
-
name: '
|
864
|
-
moduleSpecifier: '@taiga-ui/proprietary-
|
1007
|
+
name: 'TuiEmailsPipeModule',
|
1008
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
865
1009
|
},
|
866
1010
|
to: {
|
867
|
-
name: '
|
1011
|
+
name: 'TuiEmailsPipe',
|
868
1012
|
moduleSpecifier: '@taiga-ui/proprietary',
|
869
1013
|
},
|
870
1014
|
},
|
@@ -883,36 +1027,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
883
1027
|
name: 'TuiDropdownSecureModule',
|
884
1028
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
885
1029
|
},
|
886
|
-
to:
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
},
|
891
|
-
{
|
892
|
-
name: 'TuiDropdownSecureComponent',
|
893
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
894
|
-
},
|
895
|
-
],
|
1030
|
+
to: {
|
1031
|
+
name: 'TuiDropdownSecure',
|
1032
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
1033
|
+
},
|
896
1034
|
},
|
897
1035
|
{
|
898
1036
|
from: {
|
899
1037
|
name: 'TuiProductMenuModule',
|
900
1038
|
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
901
1039
|
},
|
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
|
-
],
|
1040
|
+
to: {
|
1041
|
+
name: 'TuiProductMenu',
|
1042
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
1043
|
+
},
|
916
1044
|
},
|
917
1045
|
{
|
918
1046
|
from: {
|
@@ -920,7 +1048,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
920
1048
|
moduleSpecifier: '@taiga-ui/proprietary-core',
|
921
1049
|
},
|
922
1050
|
to: {
|
923
|
-
name: '
|
1051
|
+
name: 'TuiCardLogo',
|
924
1052
|
moduleSpecifier: '@taiga-ui/proprietary',
|
925
1053
|
},
|
926
1054
|
},
|
@@ -947,15 +1075,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
947
1075
|
},
|
948
1076
|
to: [
|
949
1077
|
{
|
950
|
-
name: '
|
951
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
952
|
-
},
|
953
|
-
{
|
954
|
-
name: 'TuiTimecodeComponent',
|
1078
|
+
name: 'TuiTimecodePlayer',
|
955
1079
|
moduleSpecifier: '@taiga-ui/proprietary',
|
956
1080
|
},
|
957
1081
|
{
|
958
|
-
name: '
|
1082
|
+
name: 'TuiTimecode',
|
959
1083
|
moduleSpecifier: '@taiga-ui/proprietary',
|
960
1084
|
},
|
961
1085
|
],
|
@@ -985,16 +1109,10 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
985
1109
|
name: 'TuiProfileMenuModule',
|
986
1110
|
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
987
1111
|
},
|
988
|
-
to:
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
},
|
993
|
-
{
|
994
|
-
name: 'TuiProfileMenuDirective',
|
995
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
996
|
-
},
|
997
|
-
],
|
1112
|
+
to: {
|
1113
|
+
name: 'TuiProfileMenu',
|
1114
|
+
moduleSpecifier: '@taiga-ui/proprietary',
|
1115
|
+
},
|
998
1116
|
},
|
999
1117
|
{
|
1000
1118
|
from: {
|
@@ -1044,6 +1162,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1044
1162
|
to: {
|
1045
1163
|
name: 'TuiTableFilters',
|
1046
1164
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1165
|
+
spreadInModule: true,
|
1047
1166
|
},
|
1048
1167
|
},
|
1049
1168
|
{
|
@@ -1052,7 +1171,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1052
1171
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1053
1172
|
},
|
1054
1173
|
to: {
|
1055
|
-
name: '
|
1174
|
+
name: 'TuiReorder',
|
1056
1175
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1057
1176
|
},
|
1058
1177
|
},
|
@@ -1063,14 +1182,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1063
1182
|
},
|
1064
1183
|
to: {
|
1065
1184
|
name: 'TuiArrowComponent',
|
1066
|
-
moduleSpecifier: '@taiga-ui/
|
1185
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1067
1186
|
},
|
1068
1187
|
},
|
1069
1188
|
{
|
1070
|
-
from:
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1189
|
+
from: [
|
1190
|
+
{
|
1191
|
+
name: 'TuiTableBarsHostModule',
|
1192
|
+
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
1193
|
+
},
|
1194
|
+
{
|
1195
|
+
name: 'TuiTableBarsHostComponent',
|
1196
|
+
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
1197
|
+
},
|
1198
|
+
],
|
1074
1199
|
to: {
|
1075
1200
|
name: 'TuiTableBarsHostComponent',
|
1076
1201
|
moduleSpecifier: '@taiga-ui/legacy',
|
@@ -1094,6 +1219,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1094
1219
|
to: {
|
1095
1220
|
name: 'TuiTable',
|
1096
1221
|
moduleSpecifier: '@taiga-ui/addon-table',
|
1222
|
+
spreadInModule: true,
|
1097
1223
|
},
|
1098
1224
|
},
|
1099
1225
|
{
|
@@ -1102,7 +1228,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1102
1228
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1103
1229
|
},
|
1104
1230
|
to: {
|
1105
|
-
name: '
|
1231
|
+
name: 'TuiBarChart',
|
1106
1232
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1107
1233
|
},
|
1108
1234
|
},
|
@@ -1112,7 +1238,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1112
1238
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1113
1239
|
},
|
1114
1240
|
to: {
|
1115
|
-
name: '
|
1241
|
+
name: 'TuiBarSet',
|
1116
1242
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1117
1243
|
},
|
1118
1244
|
},
|
@@ -1122,38 +1248,97 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1122
1248
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1123
1249
|
},
|
1124
1250
|
to: {
|
1125
|
-
name: '
|
1251
|
+
name: 'TuiDocCopy',
|
1126
1252
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1127
1253
|
},
|
1128
1254
|
},
|
1129
1255
|
{
|
1130
1256
|
from: {
|
1131
|
-
name: '
|
1132
|
-
moduleSpecifier: '@taiga-ui/
|
1257
|
+
name: 'TuiPromptData',
|
1258
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1259
|
+
},
|
1260
|
+
to: {
|
1261
|
+
name: 'TuiConfirmData',
|
1262
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1133
1263
|
},
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
from: [
|
1267
|
+
{
|
1268
|
+
name: 'TuiAppBarModule',
|
1269
|
+
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
name: 'TuiAppBarModule',
|
1273
|
+
moduleSpecifier: '@taiga-ui/layout',
|
1274
|
+
},
|
1275
|
+
],
|
1134
1276
|
to: {
|
1135
1277
|
name: 'TuiAppBar',
|
1136
1278
|
moduleSpecifier: '@taiga-ui/layout',
|
1279
|
+
spreadInModule: true,
|
1137
1280
|
},
|
1138
1281
|
},
|
1139
1282
|
{
|
1140
1283
|
from: {
|
1141
|
-
name: '
|
1142
|
-
moduleSpecifier: '@taiga-ui/
|
1284
|
+
name: 'TuiAppearanceModule',
|
1285
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1143
1286
|
},
|
1144
1287
|
to: {
|
1145
|
-
name: '
|
1146
|
-
moduleSpecifier: '@taiga-ui/
|
1288
|
+
name: 'TuiAppearance',
|
1289
|
+
moduleSpecifier: '@taiga-ui/core',
|
1147
1290
|
},
|
1148
1291
|
},
|
1149
1292
|
{
|
1150
1293
|
from: {
|
1151
|
-
name: '
|
1152
|
-
moduleSpecifier: '@taiga-ui/
|
1294
|
+
name: 'TuiButtonCloseModule',
|
1295
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1296
|
+
},
|
1297
|
+
to: {
|
1298
|
+
name: 'TuiButtonClose',
|
1299
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1300
|
+
},
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
from: {
|
1304
|
+
name: 'TuiButtonGroupModule',
|
1305
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1306
|
+
},
|
1307
|
+
to: {
|
1308
|
+
name: 'TuiButtonGroup',
|
1309
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1310
|
+
},
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
from: {
|
1314
|
+
name: 'TuiButtonVerticalModule',
|
1315
|
+
moduleSpecifier: '@taiga-ui/experimental',
|
1316
|
+
},
|
1317
|
+
to: {
|
1318
|
+
name: 'TuiButton',
|
1319
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1320
|
+
},
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
from: {
|
1324
|
+
name: 'TuiPreviewModule',
|
1325
|
+
moduleSpecifier: '@taiga-ui/addon-preview',
|
1326
|
+
},
|
1327
|
+
to: {
|
1328
|
+
name: 'TuiPreview',
|
1329
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1330
|
+
spreadInModule: true,
|
1331
|
+
},
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
from: {
|
1335
|
+
name: 'TuiBlockStatusModule',
|
1336
|
+
moduleSpecifier: '@taiga-ui/layout',
|
1153
1337
|
},
|
1154
1338
|
to: {
|
1155
1339
|
name: 'TuiBlockStatus',
|
1156
1340
|
moduleSpecifier: '@taiga-ui/layout',
|
1341
|
+
spreadInModule: true,
|
1157
1342
|
},
|
1158
1343
|
},
|
1159
1344
|
{
|
@@ -1161,9 +1346,53 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1161
1346
|
name: 'TuiTabBarModule',
|
1162
1347
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1163
1348
|
},
|
1349
|
+
to: {
|
1350
|
+
name: 'TuiTabBar',
|
1351
|
+
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1352
|
+
spreadInModule: true,
|
1353
|
+
},
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
from: {
|
1357
|
+
name: 'TuiSidebarModule',
|
1358
|
+
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1359
|
+
},
|
1164
1360
|
to: {
|
1165
1361
|
name: 'TuiSidebar',
|
1166
1362
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1363
|
+
spreadInModule: true,
|
1364
|
+
},
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
from: {
|
1368
|
+
name: 'TuiProgressModule',
|
1369
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1370
|
+
},
|
1371
|
+
to: {
|
1372
|
+
name: 'TuiProgress',
|
1373
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1374
|
+
spreadInModule: true,
|
1375
|
+
},
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
from: {
|
1379
|
+
name: 'TuiRadioListModule',
|
1380
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1381
|
+
},
|
1382
|
+
to: {
|
1383
|
+
name: 'TuiRadioList',
|
1384
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1385
|
+
},
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
from: {
|
1389
|
+
name: 'TuiInputFilesModule',
|
1390
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1391
|
+
},
|
1392
|
+
to: {
|
1393
|
+
name: 'TuiFiles',
|
1394
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1395
|
+
spreadInModule: true,
|
1167
1396
|
},
|
1168
1397
|
},
|
1169
1398
|
{
|
@@ -1172,7 +1401,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1172
1401
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1173
1402
|
},
|
1174
1403
|
to: {
|
1175
|
-
name: '
|
1404
|
+
name: 'TuiDocScrollIntoViewLink',
|
1176
1405
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1177
1406
|
},
|
1178
1407
|
},
|
@@ -1182,7 +1411,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1182
1411
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1183
1412
|
},
|
1184
1413
|
to: {
|
1185
|
-
name: '
|
1414
|
+
name: 'TuiDocText',
|
1186
1415
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1187
1416
|
},
|
1188
1417
|
},
|
@@ -1192,10 +1421,30 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1192
1421
|
moduleSpecifier: '@taiga-ui/addon-preview',
|
1193
1422
|
},
|
1194
1423
|
to: {
|
1195
|
-
name: '
|
1424
|
+
name: 'TuiPreviewDialog',
|
1425
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1426
|
+
},
|
1427
|
+
},
|
1428
|
+
{
|
1429
|
+
from: {
|
1430
|
+
name: 'TuiPreviewDialogService',
|
1431
|
+
moduleSpecifier: '@taiga-ui/addon-preview',
|
1432
|
+
},
|
1433
|
+
to: {
|
1434
|
+
name: 'TuiPreviewDialogService',
|
1196
1435
|
moduleSpecifier: '@taiga-ui/kit',
|
1197
1436
|
},
|
1198
1437
|
},
|
1438
|
+
{
|
1439
|
+
from: {
|
1440
|
+
name: 'PolymorpheusModule',
|
1441
|
+
moduleSpecifier: '@tinkoff/ng-polymorpheus',
|
1442
|
+
},
|
1443
|
+
to: [
|
1444
|
+
{ name: 'PolymorpheusTemplate', moduleSpecifier: '@taiga-ui/polymorpheus' },
|
1445
|
+
{ name: 'PolymorpheusOutlet', moduleSpecifier: '@taiga-ui/polymorpheus' },
|
1446
|
+
],
|
1447
|
+
},
|
1199
1448
|
{
|
1200
1449
|
from: {
|
1201
1450
|
name: 'tuiDefaultSort',
|
@@ -1206,6 +1455,16 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1206
1455
|
moduleSpecifier: '@taiga-ui/cdk',
|
1207
1456
|
},
|
1208
1457
|
},
|
1458
|
+
{
|
1459
|
+
from: {
|
1460
|
+
name: 'AbstractTuiControl',
|
1461
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
1462
|
+
},
|
1463
|
+
to: {
|
1464
|
+
name: 'AbstractTuiControl',
|
1465
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1466
|
+
},
|
1467
|
+
},
|
1209
1468
|
{
|
1210
1469
|
from: {
|
1211
1470
|
name: 'TuiNavigationModule',
|
@@ -1214,13 +1473,20 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1214
1473
|
to: {
|
1215
1474
|
name: 'TuiProprietaryNavigation',
|
1216
1475
|
moduleSpecifier: '@taiga-ui/proprietary',
|
1476
|
+
spreadInModule: true,
|
1217
1477
|
},
|
1218
1478
|
},
|
1219
1479
|
{
|
1220
|
-
from:
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1480
|
+
from: [
|
1481
|
+
{
|
1482
|
+
name: 'TuiErrorModule',
|
1483
|
+
moduleSpecifier: '@taiga-ui/core',
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
name: 'TuiErrorComponent',
|
1487
|
+
moduleSpecifier: '@taiga-ui/core',
|
1488
|
+
},
|
1489
|
+
],
|
1224
1490
|
to: {
|
1225
1491
|
name: 'TuiError',
|
1226
1492
|
moduleSpecifier: '@taiga-ui/core',
|
@@ -1244,6 +1510,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1244
1510
|
to: {
|
1245
1511
|
name: 'TuiHint',
|
1246
1512
|
moduleSpecifier: '@taiga-ui/core',
|
1513
|
+
spreadInModule: true,
|
1247
1514
|
},
|
1248
1515
|
},
|
1249
1516
|
{
|
@@ -1254,6 +1521,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1254
1521
|
to: {
|
1255
1522
|
name: 'TuiAddonDoc',
|
1256
1523
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
1524
|
+
spreadInModule: true,
|
1257
1525
|
},
|
1258
1526
|
},
|
1259
1527
|
{
|
@@ -1267,50 +1535,32 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1267
1535
|
},
|
1268
1536
|
},
|
1269
1537
|
{
|
1270
|
-
from:
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
moduleSpecifier: '@taiga-ui/addon-doc',
|
1297
|
-
},
|
1298
|
-
},
|
1299
|
-
{
|
1300
|
-
from: {
|
1301
|
-
name: 'TuiDocNavigationModule',
|
1302
|
-
moduleSpecifier: '@taiga-ui/addon-doc',
|
1303
|
-
},
|
1304
|
-
to: {
|
1305
|
-
name: 'TuiAddonDoc',
|
1306
|
-
moduleSpecifier: '@taiga-ui/addon-doc',
|
1307
|
-
},
|
1308
|
-
},
|
1309
|
-
{
|
1310
|
-
from: {
|
1311
|
-
name: 'TuiDocPageModule',
|
1312
|
-
moduleSpecifier: '@taiga-ui/addon-doc',
|
1313
|
-
},
|
1538
|
+
from: [
|
1539
|
+
{
|
1540
|
+
name: 'TuiDocCodeModule',
|
1541
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
name: 'TuiDocDemoModule',
|
1545
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
name: 'TuiDocMainModule',
|
1549
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1550
|
+
},
|
1551
|
+
{
|
1552
|
+
name: 'TuiDocNavigationModule',
|
1553
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
name: 'TuiDocPageModule',
|
1557
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
name: 'TuiAddonDocModule',
|
1561
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
1562
|
+
},
|
1563
|
+
],
|
1314
1564
|
to: {
|
1315
1565
|
name: 'TuiAddonDoc',
|
1316
1566
|
moduleSpecifier: '@taiga-ui/addon-doc',
|
@@ -1322,7 +1572,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1322
1572
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1323
1573
|
},
|
1324
1574
|
to: {
|
1325
|
-
name: '
|
1575
|
+
name: 'TuiLegendItem',
|
1326
1576
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1327
1577
|
},
|
1328
1578
|
},
|
@@ -1333,11 +1583,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1333
1583
|
},
|
1334
1584
|
to: [
|
1335
1585
|
{
|
1336
|
-
name: '
|
1586
|
+
name: 'TuiLineChart',
|
1337
1587
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1338
1588
|
},
|
1339
1589
|
{
|
1340
|
-
name: '
|
1590
|
+
name: 'TuiLineChartHint',
|
1341
1591
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1342
1592
|
},
|
1343
1593
|
],
|
@@ -1349,11 +1599,11 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1349
1599
|
},
|
1350
1600
|
to: [
|
1351
1601
|
{
|
1352
|
-
name: '
|
1602
|
+
name: 'TuiLineDaysChart',
|
1353
1603
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1354
1604
|
},
|
1355
1605
|
{
|
1356
|
-
name: '
|
1606
|
+
name: 'TuiLineDaysChartHint',
|
1357
1607
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1358
1608
|
},
|
1359
1609
|
],
|
@@ -1364,7 +1614,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1364
1614
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1365
1615
|
},
|
1366
1616
|
to: {
|
1367
|
-
name: '
|
1617
|
+
name: 'TuiPieChart',
|
1368
1618
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1369
1619
|
},
|
1370
1620
|
},
|
@@ -1374,7 +1624,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1374
1624
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1375
1625
|
},
|
1376
1626
|
to: {
|
1377
|
-
name: '
|
1627
|
+
name: 'TuiRingChart',
|
1378
1628
|
moduleSpecifier: '@taiga-ui/addon-charts',
|
1379
1629
|
},
|
1380
1630
|
},
|
@@ -1425,7 +1675,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1425
1675
|
},
|
1426
1676
|
to: {
|
1427
1677
|
name: 'TuiCurrencyPipe',
|
1428
|
-
moduleSpecifier: '@taiga-ui/addon-
|
1678
|
+
moduleSpecifier: '@taiga-ui/addon-commerce',
|
1429
1679
|
},
|
1430
1680
|
},
|
1431
1681
|
{
|
@@ -1474,7 +1724,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1474
1724
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1475
1725
|
},
|
1476
1726
|
to: {
|
1477
|
-
name: '
|
1727
|
+
name: 'TuiElasticSticky',
|
1478
1728
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1479
1729
|
},
|
1480
1730
|
},
|
@@ -1489,7 +1739,7 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1489
1739
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1490
1740
|
},
|
1491
1741
|
{
|
1492
|
-
name: '
|
1742
|
+
name: 'TuiSheetDialog',
|
1493
1743
|
moduleSpecifier: '@taiga-ui/addon-mobile',
|
1494
1744
|
},
|
1495
1745
|
],
|
@@ -1520,8 +1770,858 @@ exports.IDENTIFIERS_TO_REPLACE = [
|
|
1520
1770
|
moduleSpecifier: '@taiga-ui/core',
|
1521
1771
|
},
|
1522
1772
|
to: {
|
1523
|
-
name: '
|
1524
|
-
moduleSpecifier: '@taiga-ui/
|
1773
|
+
name: 'TuiTooltipModule',
|
1774
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1775
|
+
},
|
1776
|
+
},
|
1777
|
+
{
|
1778
|
+
from: {
|
1779
|
+
name: 'TUI_ARROW_OPTIONS',
|
1780
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1781
|
+
},
|
1782
|
+
to: {
|
1783
|
+
name: 'TUI_ARROW_OPTIONS',
|
1784
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1785
|
+
},
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
from: {
|
1789
|
+
name: 'tuiArrowOptionsProvider',
|
1790
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1791
|
+
},
|
1792
|
+
to: {
|
1793
|
+
name: 'tuiArrowOptionsProvider',
|
1794
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1795
|
+
},
|
1796
|
+
},
|
1797
|
+
{
|
1798
|
+
from: {
|
1799
|
+
name: 'TuiArrowOptions',
|
1800
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1801
|
+
},
|
1802
|
+
to: {
|
1803
|
+
name: 'TuiArrowOptions',
|
1804
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1805
|
+
},
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
from: {
|
1809
|
+
name: 'TuiComboBoxModule',
|
1810
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1811
|
+
},
|
1812
|
+
to: {
|
1813
|
+
name: 'TuiComboBoxModule',
|
1814
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1815
|
+
},
|
1816
|
+
},
|
1817
|
+
{
|
1818
|
+
from: {
|
1819
|
+
name: 'TuiInputModule',
|
1820
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1821
|
+
},
|
1822
|
+
to: {
|
1823
|
+
name: 'TuiInputModule',
|
1824
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1825
|
+
},
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
from: {
|
1829
|
+
name: 'TuiInputComponent',
|
1830
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1831
|
+
},
|
1832
|
+
to: {
|
1833
|
+
name: 'TuiInputComponent',
|
1834
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
from: {
|
1839
|
+
name: 'TuiInputCopyModule',
|
1840
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1841
|
+
},
|
1842
|
+
to: {
|
1843
|
+
name: 'TuiInputCopyModule',
|
1844
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1845
|
+
},
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
from: {
|
1849
|
+
name: 'TuiInputCopyOptions',
|
1850
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1851
|
+
},
|
1852
|
+
to: {
|
1853
|
+
name: 'TuiInputCopyOptions',
|
1854
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1855
|
+
},
|
1856
|
+
},
|
1857
|
+
{
|
1858
|
+
from: {
|
1859
|
+
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
1860
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1861
|
+
},
|
1862
|
+
to: {
|
1863
|
+
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
1864
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1865
|
+
},
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
from: {
|
1869
|
+
name: 'TUI_INPUT_COPY_OPTIONS',
|
1870
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1871
|
+
},
|
1872
|
+
to: {
|
1873
|
+
name: 'TUI_INPUT_COPY_OPTIONS',
|
1874
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1875
|
+
},
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
from: {
|
1879
|
+
name: 'tuiInputCopyOptionsProvider',
|
1880
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1881
|
+
},
|
1882
|
+
to: {
|
1883
|
+
name: 'tuiInputCopyOptionsProvider',
|
1884
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1885
|
+
},
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
from: {
|
1889
|
+
name: 'TuiInputDateModule',
|
1890
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1891
|
+
},
|
1892
|
+
to: {
|
1893
|
+
name: 'TuiInputDateModule',
|
1894
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1525
1895
|
},
|
1526
1896
|
},
|
1897
|
+
{
|
1898
|
+
from: {
|
1899
|
+
name: 'TuiInputDateMultiModule',
|
1900
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1901
|
+
},
|
1902
|
+
to: {
|
1903
|
+
name: 'TuiInputDateMultiModule',
|
1904
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1905
|
+
},
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
from: {
|
1909
|
+
name: 'TuiInputDateMultiModule',
|
1910
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1911
|
+
},
|
1912
|
+
to: {
|
1913
|
+
name: 'TuiInputDateMultiModule',
|
1914
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1915
|
+
},
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
from: {
|
1919
|
+
name: 'TuiInputDateRangeModule',
|
1920
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1921
|
+
},
|
1922
|
+
to: {
|
1923
|
+
name: 'TuiInputDateRangeModule',
|
1924
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1925
|
+
},
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
from: {
|
1929
|
+
name: 'TuiInputDateTimeModule',
|
1930
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1931
|
+
},
|
1932
|
+
to: {
|
1933
|
+
name: 'TuiInputDateTimeModule',
|
1934
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1935
|
+
},
|
1936
|
+
},
|
1937
|
+
{
|
1938
|
+
from: {
|
1939
|
+
name: 'TuiInputMonthModule',
|
1940
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1941
|
+
},
|
1942
|
+
to: {
|
1943
|
+
name: 'TuiInputMonthModule',
|
1944
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1945
|
+
},
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
from: {
|
1949
|
+
name: 'TuiInputMonthRangeModule',
|
1950
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1951
|
+
},
|
1952
|
+
to: {
|
1953
|
+
name: 'TuiInputMonthRangeModule',
|
1954
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1955
|
+
},
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
from: {
|
1959
|
+
name: 'TuiInputNumberModule',
|
1960
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1961
|
+
},
|
1962
|
+
to: {
|
1963
|
+
name: 'TuiInputNumberModule',
|
1964
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1965
|
+
},
|
1966
|
+
},
|
1967
|
+
{
|
1968
|
+
from: {
|
1969
|
+
name: 'TuiInputNumberOptions',
|
1970
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1971
|
+
},
|
1972
|
+
to: {
|
1973
|
+
name: 'TuiInputNumberOptions',
|
1974
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1975
|
+
},
|
1976
|
+
},
|
1977
|
+
{
|
1978
|
+
from: {
|
1979
|
+
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
1980
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1981
|
+
},
|
1982
|
+
to: {
|
1983
|
+
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
1984
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1985
|
+
},
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
from: {
|
1989
|
+
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
1990
|
+
moduleSpecifier: '@taiga-ui/kit',
|
1991
|
+
},
|
1992
|
+
to: {
|
1993
|
+
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
1994
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
1995
|
+
},
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
from: {
|
1999
|
+
name: 'tuiInputNumberOptionsProvider',
|
2000
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2001
|
+
},
|
2002
|
+
to: {
|
2003
|
+
name: 'tuiInputNumberOptionsProvider',
|
2004
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2005
|
+
},
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
from: {
|
2009
|
+
name: 'TuiInputPasswordModule',
|
2010
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2011
|
+
},
|
2012
|
+
to: {
|
2013
|
+
name: 'TuiInputPasswordModule',
|
2014
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2015
|
+
},
|
2016
|
+
},
|
2017
|
+
{
|
2018
|
+
from: {
|
2019
|
+
name: 'TuiInputPasswordOptions',
|
2020
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2021
|
+
},
|
2022
|
+
to: {
|
2023
|
+
name: 'TuiInputPasswordOptions',
|
2024
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2025
|
+
},
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
from: {
|
2029
|
+
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
2030
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2031
|
+
},
|
2032
|
+
to: {
|
2033
|
+
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
2034
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2035
|
+
},
|
2036
|
+
},
|
2037
|
+
{
|
2038
|
+
from: {
|
2039
|
+
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
2040
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2041
|
+
},
|
2042
|
+
to: {
|
2043
|
+
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
2044
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2045
|
+
},
|
2046
|
+
},
|
2047
|
+
{
|
2048
|
+
from: {
|
2049
|
+
name: 'tuiInputPasswordOptionsProvider',
|
2050
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2051
|
+
},
|
2052
|
+
to: {
|
2053
|
+
name: 'tuiInputPasswordOptionsProvider',
|
2054
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2055
|
+
},
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
from: {
|
2059
|
+
name: 'TuiInputPhoneModule',
|
2060
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2061
|
+
},
|
2062
|
+
to: {
|
2063
|
+
name: 'TuiInputPhoneModule',
|
2064
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2065
|
+
},
|
2066
|
+
},
|
2067
|
+
{
|
2068
|
+
from: {
|
2069
|
+
name: 'TuiInputPhoneOptions',
|
2070
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2071
|
+
},
|
2072
|
+
to: {
|
2073
|
+
name: 'TuiInputPhoneOptions',
|
2074
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2075
|
+
},
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
from: {
|
2079
|
+
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
2080
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2081
|
+
},
|
2082
|
+
to: {
|
2083
|
+
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
2084
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2085
|
+
},
|
2086
|
+
},
|
2087
|
+
{
|
2088
|
+
from: {
|
2089
|
+
name: 'TUI_INPUT_PHONE_OPTIONS',
|
2090
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2091
|
+
},
|
2092
|
+
to: {
|
2093
|
+
name: 'TUI_INPUT_PHONE_OPTIONS',
|
2094
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2095
|
+
},
|
2096
|
+
},
|
2097
|
+
{
|
2098
|
+
from: {
|
2099
|
+
name: 'tuiInputPhoneOptionsProvider',
|
2100
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2101
|
+
},
|
2102
|
+
to: {
|
2103
|
+
name: 'tuiInputPhoneOptionsProvider',
|
2104
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2105
|
+
},
|
2106
|
+
},
|
2107
|
+
{
|
2108
|
+
from: {
|
2109
|
+
name: 'TuiInputPhoneInternationalModule',
|
2110
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2111
|
+
},
|
2112
|
+
to: {
|
2113
|
+
name: 'TuiInputPhoneInternationalComponent',
|
2114
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2115
|
+
},
|
2116
|
+
},
|
2117
|
+
{
|
2118
|
+
from: {
|
2119
|
+
name: 'TuiInputPhoneInternationalOptions',
|
2120
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2121
|
+
},
|
2122
|
+
to: {
|
2123
|
+
name: 'TuiInputPhoneInternationalOptions',
|
2124
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2125
|
+
},
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
from: {
|
2129
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
2130
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2131
|
+
},
|
2132
|
+
to: {
|
2133
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
2134
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2135
|
+
},
|
2136
|
+
},
|
2137
|
+
{
|
2138
|
+
from: {
|
2139
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
2140
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2141
|
+
},
|
2142
|
+
to: {
|
2143
|
+
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
2144
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2145
|
+
},
|
2146
|
+
},
|
2147
|
+
{
|
2148
|
+
from: {
|
2149
|
+
name: 'tuiInputPhoneInternationalOptionsProvider',
|
2150
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2151
|
+
},
|
2152
|
+
to: {
|
2153
|
+
name: 'tuiInputPhoneInternationalOptionsProvider',
|
2154
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2155
|
+
},
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
from: {
|
2159
|
+
name: 'TuiInputRangeModule',
|
2160
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2161
|
+
},
|
2162
|
+
to: {
|
2163
|
+
name: 'TuiInputRangeModule',
|
2164
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2165
|
+
},
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
from: {
|
2169
|
+
name: 'TuiInputSliderModule',
|
2170
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2171
|
+
},
|
2172
|
+
to: {
|
2173
|
+
name: 'TuiInputSliderModule',
|
2174
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2175
|
+
},
|
2176
|
+
},
|
2177
|
+
{
|
2178
|
+
from: {
|
2179
|
+
name: 'TuiInputTagModule',
|
2180
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2181
|
+
},
|
2182
|
+
to: {
|
2183
|
+
name: 'TuiInputTagModule',
|
2184
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2185
|
+
},
|
2186
|
+
},
|
2187
|
+
{
|
2188
|
+
from: {
|
2189
|
+
name: 'TuiInputTagOptions',
|
2190
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2191
|
+
},
|
2192
|
+
to: {
|
2193
|
+
name: 'TuiInputTagOptions',
|
2194
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2195
|
+
},
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
from: {
|
2199
|
+
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
2200
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2201
|
+
},
|
2202
|
+
to: {
|
2203
|
+
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
2204
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2205
|
+
},
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
from: {
|
2209
|
+
name: 'TUI_INPUT_TAG_OPTIONS',
|
2210
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2211
|
+
},
|
2212
|
+
to: {
|
2213
|
+
name: 'TUI_INPUT_TAG_OPTIONS',
|
2214
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2215
|
+
},
|
2216
|
+
},
|
2217
|
+
{
|
2218
|
+
from: {
|
2219
|
+
name: 'tuiInputTagOptionsProvider',
|
2220
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2221
|
+
},
|
2222
|
+
to: {
|
2223
|
+
name: 'tuiInputTagOptionsProvider',
|
2224
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2225
|
+
},
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
from: {
|
2229
|
+
name: 'TuiInputTimeModule',
|
2230
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2231
|
+
},
|
2232
|
+
to: {
|
2233
|
+
name: 'TuiInputTimeModule',
|
2234
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2235
|
+
},
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
from: {
|
2239
|
+
name: 'TuiInputTimeOptions',
|
2240
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2241
|
+
},
|
2242
|
+
to: {
|
2243
|
+
name: 'TuiInputTimeOptions',
|
2244
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2245
|
+
},
|
2246
|
+
},
|
2247
|
+
{
|
2248
|
+
from: {
|
2249
|
+
name: 'TuiTimeFormatParts',
|
2250
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2251
|
+
},
|
2252
|
+
to: {
|
2253
|
+
name: 'TuiTimeFormatParts',
|
2254
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2255
|
+
},
|
2256
|
+
},
|
2257
|
+
{
|
2258
|
+
from: {
|
2259
|
+
name: 'MAX_TIME_VALUES',
|
2260
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2261
|
+
},
|
2262
|
+
to: {
|
2263
|
+
name: 'MAX_TIME_VALUES',
|
2264
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2265
|
+
},
|
2266
|
+
},
|
2267
|
+
{
|
2268
|
+
from: {
|
2269
|
+
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
2270
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2271
|
+
},
|
2272
|
+
to: {
|
2273
|
+
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
2274
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2275
|
+
},
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
from: {
|
2279
|
+
name: 'TUI_INPUT_TIME_OPTIONS',
|
2280
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2281
|
+
},
|
2282
|
+
to: {
|
2283
|
+
name: 'TUI_INPUT_TIME_OPTIONS',
|
2284
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2285
|
+
},
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
from: {
|
2289
|
+
name: 'tuiInputTimeOptionsProvider',
|
2290
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2291
|
+
},
|
2292
|
+
to: {
|
2293
|
+
name: 'tuiInputTimeOptionsProvider',
|
2294
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2295
|
+
},
|
2296
|
+
},
|
2297
|
+
{
|
2298
|
+
from: {
|
2299
|
+
name: 'TuiInputYearModule',
|
2300
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2301
|
+
},
|
2302
|
+
to: {
|
2303
|
+
name: 'TuiInputYearModule',
|
2304
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2305
|
+
},
|
2306
|
+
},
|
2307
|
+
{
|
2308
|
+
from: {
|
2309
|
+
name: 'TuiMultiSelectModule',
|
2310
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2311
|
+
},
|
2312
|
+
to: {
|
2313
|
+
name: 'TuiMultiSelectModule',
|
2314
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2315
|
+
},
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
from: {
|
2319
|
+
name: 'TuiMultiSelectComponent',
|
2320
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2321
|
+
},
|
2322
|
+
to: {
|
2323
|
+
name: 'TuiMultiSelectComponent',
|
2324
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2325
|
+
},
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
from: {
|
2329
|
+
name: 'TuiMultiSelectOptions',
|
2330
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2331
|
+
},
|
2332
|
+
to: {
|
2333
|
+
name: 'TuiMultiSelectOptions',
|
2334
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2335
|
+
},
|
2336
|
+
},
|
2337
|
+
{
|
2338
|
+
from: {
|
2339
|
+
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
2340
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2341
|
+
},
|
2342
|
+
to: {
|
2343
|
+
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
2344
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2345
|
+
},
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
from: {
|
2349
|
+
name: 'TUI_MULTI_SELECT_OPTIONS',
|
2350
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2351
|
+
},
|
2352
|
+
to: {
|
2353
|
+
name: 'TUI_MULTI_SELECT_OPTIONS',
|
2354
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2355
|
+
},
|
2356
|
+
},
|
2357
|
+
{
|
2358
|
+
from: {
|
2359
|
+
name: 'tuiMultiSelectOptionsProvider',
|
2360
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2361
|
+
},
|
2362
|
+
to: {
|
2363
|
+
name: 'tuiMultiSelectOptionsProvider',
|
2364
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2365
|
+
},
|
2366
|
+
},
|
2367
|
+
{
|
2368
|
+
from: {
|
2369
|
+
name: 'TuiMultiSelectOptionModule',
|
2370
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2371
|
+
},
|
2372
|
+
to: {
|
2373
|
+
name: 'TuiMultiSelectOptionModule',
|
2374
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2375
|
+
},
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
from: {
|
2379
|
+
name: 'TuiSelectModule',
|
2380
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2381
|
+
},
|
2382
|
+
to: {
|
2383
|
+
name: 'TuiSelectModule',
|
2384
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2385
|
+
},
|
2386
|
+
},
|
2387
|
+
{
|
2388
|
+
from: {
|
2389
|
+
name: 'TuiSelectOptions',
|
2390
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2391
|
+
},
|
2392
|
+
to: {
|
2393
|
+
name: 'TuiSelectOptions',
|
2394
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2395
|
+
},
|
2396
|
+
},
|
2397
|
+
{
|
2398
|
+
from: {
|
2399
|
+
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
2400
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2401
|
+
},
|
2402
|
+
to: {
|
2403
|
+
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
2404
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2405
|
+
},
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
from: {
|
2409
|
+
name: 'TUI_SELECT_OPTIONS',
|
2410
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2411
|
+
},
|
2412
|
+
to: {
|
2413
|
+
name: 'TUI_SELECT_OPTIONS',
|
2414
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2415
|
+
},
|
2416
|
+
},
|
2417
|
+
{
|
2418
|
+
from: {
|
2419
|
+
name: 'tuiSelectOptionsProvider',
|
2420
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2421
|
+
},
|
2422
|
+
to: {
|
2423
|
+
name: 'tuiSelectOptionsProvider',
|
2424
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2425
|
+
},
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
from: {
|
2429
|
+
name: 'TuiSelectOptionModule',
|
2430
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2431
|
+
},
|
2432
|
+
to: {
|
2433
|
+
name: 'TuiSelectOptionModule',
|
2434
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2435
|
+
},
|
2436
|
+
},
|
2437
|
+
{
|
2438
|
+
from: {
|
2439
|
+
name: 'TuiTagModule',
|
2440
|
+
moduleSpecifier: '@taiga-ui/kit',
|
2441
|
+
},
|
2442
|
+
to: {
|
2443
|
+
name: 'TuiTagModule',
|
2444
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2445
|
+
},
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
from: {
|
2449
|
+
name: 'TUI_IS_APPLE',
|
2450
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
2451
|
+
},
|
2452
|
+
to: {
|
2453
|
+
name: 'TUI_IS_APPLE',
|
2454
|
+
moduleSpecifier: '@taiga-ui/legacy',
|
2455
|
+
},
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
from: {
|
2459
|
+
name: 'TuiDocPage',
|
2460
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2461
|
+
},
|
2462
|
+
to: {
|
2463
|
+
name: 'TuiDocRoutePage',
|
2464
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2465
|
+
},
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
from: {
|
2469
|
+
name: 'TuiDocPages',
|
2470
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2471
|
+
},
|
2472
|
+
to: {
|
2473
|
+
name: 'TuiDocRoutePages',
|
2474
|
+
moduleSpecifier: '@taiga-ui/addon-doc',
|
2475
|
+
},
|
2476
|
+
},
|
2477
|
+
{
|
2478
|
+
from: [
|
2479
|
+
{
|
2480
|
+
name: 'TuiLabelModule',
|
2481
|
+
moduleSpecifier: '@taiga-ui/core',
|
2482
|
+
},
|
2483
|
+
{
|
2484
|
+
name: 'TuiLabelComponent',
|
2485
|
+
moduleSpecifier: '@taiga-ui/core',
|
2486
|
+
},
|
2487
|
+
],
|
2488
|
+
to: {
|
2489
|
+
name: 'TuiLabel',
|
2490
|
+
moduleSpecifier: '@taiga-ui/core',
|
2491
|
+
},
|
2492
|
+
},
|
2493
|
+
{
|
2494
|
+
from: {
|
2495
|
+
name: 'ResizeObserverModule',
|
2496
|
+
moduleSpecifier: '@ng-web-apis/resize-observer',
|
2497
|
+
},
|
2498
|
+
to: {
|
2499
|
+
name: 'WaResizeObserver',
|
2500
|
+
moduleSpecifier: '@ng-web-apis/resize-observer',
|
2501
|
+
},
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
from: {
|
2505
|
+
name: 'IntersectionObserverModule',
|
2506
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2507
|
+
},
|
2508
|
+
to: {
|
2509
|
+
name: 'WaIntersectionObserver',
|
2510
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2511
|
+
},
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
from: {
|
2515
|
+
name: 'INTERSECTION_THRESHOLD',
|
2516
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2517
|
+
},
|
2518
|
+
to: {
|
2519
|
+
name: 'WA_INTERSECTION_THRESHOLD',
|
2520
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2521
|
+
},
|
2522
|
+
},
|
2523
|
+
{
|
2524
|
+
from: {
|
2525
|
+
name: 'INTERSECTION_ROOT_MARGIN',
|
2526
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2527
|
+
},
|
2528
|
+
to: {
|
2529
|
+
name: 'WA_INTERSECTION_ROOT_MARGIN',
|
2530
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2531
|
+
},
|
2532
|
+
},
|
2533
|
+
{
|
2534
|
+
from: {
|
2535
|
+
name: 'INTERSECTION_ROOT',
|
2536
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2537
|
+
},
|
2538
|
+
to: {
|
2539
|
+
name: 'WA_INTERSECTION_ROOT',
|
2540
|
+
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
2541
|
+
},
|
2542
|
+
},
|
2543
|
+
{
|
2544
|
+
from: {
|
2545
|
+
name: 'MUTATION_OBSERVER_INIT',
|
2546
|
+
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
2547
|
+
},
|
2548
|
+
to: {
|
2549
|
+
name: 'WA_MUTATION_OBSERVER_INIT',
|
2550
|
+
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
2551
|
+
},
|
2552
|
+
},
|
2553
|
+
{
|
2554
|
+
from: {
|
2555
|
+
name: 'MutationObserverDirective',
|
2556
|
+
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
2557
|
+
},
|
2558
|
+
to: {
|
2559
|
+
name: 'WaMutationObserver',
|
2560
|
+
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
2561
|
+
},
|
2562
|
+
},
|
2563
|
+
{
|
2564
|
+
from: { name: 'WINDOW', moduleSpecifier: '@ng-web-apis/common' },
|
2565
|
+
to: { name: 'WA_WINDOW', moduleSpecifier: '@ng-web-apis/common' },
|
2566
|
+
},
|
2567
|
+
{
|
2568
|
+
from: { name: 'USER_AGENT', moduleSpecifier: '@ng-web-apis/common' },
|
2569
|
+
to: { name: 'WA_USER_AGENT', moduleSpecifier: '@ng-web-apis/common' },
|
2570
|
+
},
|
2571
|
+
{
|
2572
|
+
from: { name: 'NAVIGATOR', moduleSpecifier: '@ng-web-apis/common' },
|
2573
|
+
to: { name: 'WA_NAVIGATOR', moduleSpecifier: '@ng-web-apis/common' },
|
2574
|
+
},
|
2575
|
+
{
|
2576
|
+
from: { name: 'SESSION_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
2577
|
+
to: { name: 'WA_SESSION_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
from: { name: 'PAGE_VISIBILITY', moduleSpecifier: '@ng-web-apis/common' },
|
2581
|
+
to: { name: 'WA_PAGE_VISIBILITY', moduleSpecifier: '@ng-web-apis/common' },
|
2582
|
+
},
|
2583
|
+
{
|
2584
|
+
from: { name: 'LOCATION', moduleSpecifier: '@ng-web-apis/common' },
|
2585
|
+
to: { name: 'WA_LOCATION', moduleSpecifier: '@ng-web-apis/common' },
|
2586
|
+
},
|
2587
|
+
{
|
2588
|
+
from: { name: 'PERFORMANCE', moduleSpecifier: '@ng-web-apis/common' },
|
2589
|
+
to: { name: 'WA_PERFORMANCE', moduleSpecifier: '@ng-web-apis/common' },
|
2590
|
+
},
|
2591
|
+
{
|
2592
|
+
from: { name: 'LOCAL_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
2593
|
+
to: { name: 'WA_LOCAL_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
2594
|
+
},
|
2595
|
+
{
|
2596
|
+
from: { name: 'ANIMATION_FRAME', moduleSpecifier: '@ng-web-apis/common' },
|
2597
|
+
to: { name: 'WA_ANIMATION_FRAME', moduleSpecifier: '@ng-web-apis/common' },
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
from: { name: 'MaskitoModule', moduleSpecifier: '@maskito/angular' },
|
2601
|
+
to: { name: 'MaskitoDirective', moduleSpecifier: '@maskito/angular' },
|
2602
|
+
},
|
2603
|
+
{
|
2604
|
+
from: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/cdk' },
|
2605
|
+
to: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/legacy' },
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
from: { name: 'TuiDeepPartial', moduleSpecifier: '@taiga-ui/cdk' },
|
2609
|
+
to: { name: 'TuiDeepPartial', moduleSpecifier: '@taiga-ui/addon-doc' },
|
2610
|
+
},
|
2611
|
+
{
|
2612
|
+
from: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/cdk' },
|
2613
|
+
to: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/legacy' },
|
2614
|
+
},
|
2615
|
+
{
|
2616
|
+
from: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/cdk' },
|
2617
|
+
to: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/legacy' },
|
2618
|
+
},
|
2619
|
+
{
|
2620
|
+
from: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/cdk' },
|
2621
|
+
to: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/legacy' },
|
2622
|
+
},
|
2623
|
+
{
|
2624
|
+
from: { name: 'TuiObscuredModule', moduleSpecifier: '@taiga-ui/cdk' },
|
2625
|
+
to: { name: 'TuiObscured', moduleSpecifier: '@taiga-ui/cdk' },
|
2626
|
+
},
|
1527
2627
|
];
|