@taiga-ui/cdk 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-date-time.mjs +0 -6
- package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-truncate.mjs +3 -3
- package/fesm2022/taiga-ui-cdk-portals.mjs +0 -1
- package/fesm2022/taiga-ui-cdk-portals.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs +0 -1
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-math.mjs +0 -5
- package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs +0 -2
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/migration.json +1 -21
- package/schematics/ng-add/constants/versions.d.ts +1 -1
- package/schematics/ng-add/index.js +6 -1
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/steps/icons/replace-imports.js +2 -1
- package/schematics/ng-update/steps/icons/replace-imports.js.map +1 -1
- package/schematics/ng-update/steps/remove-duplicates.js +3 -2
- package/schematics/ng-update/steps/remove-duplicates.js.map +1 -1
- package/schematics/ng-update/steps/rename-types.js +3 -2
- package/schematics/ng-update/steps/rename-types.js.map +1 -1
- package/schematics/ng-update/steps/replace-deep-import.js +3 -2
- package/schematics/ng-update/steps/replace-deep-import.js.map +1 -1
- package/schematics/ng-update/steps/replace-enums.js +8 -4
- package/schematics/ng-update/steps/replace-enums.js.map +1 -1
- package/schematics/ng-update/steps/replace-identifier.js +3 -2
- package/schematics/ng-update/steps/replace-identifier.js.map +1 -1
- package/schematics/ng-update/steps/replace-services.js +4 -3
- package/schematics/ng-update/steps/replace-services.js.map +1 -1
- package/schematics/ng-update/{v4/steps/utils → utils}/remove-attrs.d.ts +4 -1
- package/schematics/ng-update/utils/remove-attrs.js.map +1 -0
- package/schematics/ng-update/utils/templates/replace-tag.d.ts +3 -1
- package/schematics/ng-update/utils/templates/replace-tag.js.map +1 -1
- package/schematics/ng-update/v5/index.js +6 -5
- package/schematics/ng-update/v5/index.js.map +1 -1
- package/schematics/ng-update/v5/steps/constants/attr-with-values-to-replace.js +9 -0
- package/schematics/ng-update/v5/steps/constants/attr-with-values-to-replace.js.map +1 -1
- package/schematics/ng-update/v5/steps/constants/inputs-to-remove.js +0 -5
- package/schematics/ng-update/v5/steps/constants/inputs-to-remove.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-breakpoint-service.js +14 -8
- package/schematics/ng-update/v5/steps/migrate-breakpoint-service.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-css-variables.js +3 -2
- package/schematics/ng-update/v5/steps/migrate-css-variables.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-doc-i18n-tokens.js +3 -2
- package/schematics/ng-update/v5/steps/migrate-doc-i18n-tokens.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-i18n-language-signal.js +2 -1
- package/schematics/ng-update/v5/steps/migrate-i18n-language-signal.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-templates.js +3 -5
- package/schematics/ng-update/v5/steps/migrate-templates.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-tokens/migrate-tokens.js +6 -5
- package/schematics/ng-update/v5/steps/migrate-tokens/migrate-tokens.js.map +1 -1
- package/schematics/ng-update/v5/steps/migrate-tui-let.js +2 -1
- package/schematics/ng-update/v5/steps/migrate-tui-let.js.map +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-avatar.js +1 -1
- package/schematics/ng-update/v5/steps/templates/migrate-avatar.js.map +1 -1
- package/schematics/utils/add-import-to-closest-module.js +4 -3
- package/schematics/utils/add-import-to-closest-module.js.map +1 -1
- package/schematics/utils/colored-log.d.ts +11 -0
- package/schematics/utils/colored-log.js +30 -0
- package/schematics/utils/colored-log.js.map +1 -0
- package/schematics/utils/detect-package-manager.d.ts +3 -0
- package/schematics/utils/detect-package-manager.js +16 -0
- package/schematics/utils/detect-package-manager.js.map +1 -0
- package/schematics/utils/get-named-import-references.d.ts +2 -2
- package/schematics/utils/get-named-import-references.js +12 -7
- package/schematics/utils/get-named-import-references.js.map +1 -1
- package/schematics/utils/progress.js +3 -3
- package/schematics/utils/progress.js.map +1 -1
- package/schematics/utils/remove-module.js +3 -2
- package/schematics/utils/remove-module.js.map +1 -1
- package/schematics/utils/templates/inputs.d.ts +3 -1
- package/schematics/utils/templates/inputs.js.map +1 -1
- package/schematics/ng-update/v4/index.d.ts +0 -3
- package/schematics/ng-update/v4/index.js +0 -72
- package/schematics/ng-update/v4/index.js.map +0 -1
- package/schematics/ng-update/v4/migrate-addon-doc/index.d.ts +0 -3
- package/schematics/ng-update/v4/migrate-addon-doc/index.js +0 -51
- package/schematics/ng-update/v4/migrate-addon-doc/index.js.map +0 -1
- package/schematics/ng-update/v4/migrate-addon-doc/replace-symbols.d.ts +0 -2
- package/schematics/ng-update/v4/migrate-addon-doc/replace-symbols.js +0 -144
- package/schematics/ng-update/v4/migrate-addon-doc/replace-symbols.js.map +0 -1
- package/schematics/ng-update/v4/migrate-css-vars/index.d.ts +0 -3
- package/schematics/ng-update/v4/migrate-css-vars/index.js +0 -22
- package/schematics/ng-update/v4/migrate-css-vars/index.js.map +0 -1
- package/schematics/ng-update/v4/migrate-css-vars/palette.d.ts +0 -98
- package/schematics/ng-update/v4/migrate-css-vars/palette.js +0 -131
- package/schematics/ng-update/v4/migrate-css-vars/palette.js.map +0 -1
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.d.ts +0 -1
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js +0 -48
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js.map +0 -1
- package/schematics/ng-update/v4/migrate-icons/index.d.ts +0 -3
- package/schematics/ng-update/v4/migrate-icons/index.js +0 -62
- package/schematics/ng-update/v4/migrate-icons/index.js.map +0 -1
- package/schematics/ng-update/v4/migrate-icons/rename-icons.d.ts +0 -1
- package/schematics/ng-update/v4/migrate-icons/rename-icons.js +0 -67
- package/schematics/ng-update/v4/migrate-icons/rename-icons.js.map +0 -1
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +0 -2
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.js +0 -80
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.js.map +0 -1
- package/schematics/ng-update/v4/schema.json +0 -7
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +0 -74
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +0 -67
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +0 -306
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/enums.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/enums.js +0 -268
- package/schematics/ng-update/v4/steps/constants/enums.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/html-comments.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/html-comments.js +0 -84
- package/schematics/ng-update/v4/steps/constants/html-comments.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +0 -2637
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/index.d.ts +0 -10
- package/schematics/ng-update/v4/steps/constants/index.js +0 -14
- package/schematics/ng-update/v4/steps/constants/index.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +0 -23
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/migration-warnings.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/migration-warnings.js +0 -197
- package/schematics/ng-update/v4/steps/constants/migration-warnings.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +0 -58
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.d.ts +0 -13
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.js +0 -17
- package/schematics/ng-update/v4/steps/constants/modules-to-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/services.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/services.js +0 -16
- package/schematics/ng-update/v4/steps/constants/services.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +0 -77
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js.map +0 -1
- package/schematics/ng-update/v4/steps/constants/types.d.ts +0 -2
- package/schematics/ng-update/v4/steps/constants/types.js +0 -47
- package/schematics/ng-update/v4/steps/constants/types.js.map +0 -1
- package/schematics/ng-update/v4/steps/drop-universal-mock.d.ts +0 -2
- package/schematics/ng-update/v4/steps/drop-universal-mock.js +0 -19
- package/schematics/ng-update/v4/steps/drop-universal-mock.js.map +0 -1
- package/schematics/ng-update/v4/steps/index.d.ts +0 -13
- package/schematics/ng-update/v4/steps/index.js +0 -17
- package/schematics/ng-update/v4/steps/index.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-alert-service.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-alert-service.js +0 -107
- package/schematics/ng-update/v4/steps/migrate-alert-service.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.js +0 -23
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-destroy-service.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-destroy-service.js +0 -129
- package/schematics/ng-update/v4/steps/migrate-destroy-service.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-editor.d.ts +0 -4
- package/schematics/ng-update/v4/steps/migrate-editor.js +0 -114
- package/schematics/ng-update/v4/steps/migrate-editor.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.js +0 -53
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-month-context.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-month-context.js +0 -36
- package/schematics/ng-update/v4/steps/migrate-month-context.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.js +0 -63
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-option-providers.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-option-providers.js +0 -41
- package/schematics/ng-update/v4/steps/migrate-option-providers.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-proprietary.d.ts +0 -4
- package/schematics/ng-update/v4/steps/migrate-proprietary.js +0 -66
- package/schematics/ng-update/v4/steps/migrate-proprietary.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-providers-from.d.ts +0 -2
- package/schematics/ng-update/v4/steps/migrate-providers-from.js +0 -33
- package/schematics/ng-update/v4/steps/migrate-providers-from.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-root.d.ts +0 -3
- package/schematics/ng-update/v4/steps/migrate-root.js +0 -80
- package/schematics/ng-update/v4/steps/migrate-root.js.map +0 -1
- package/schematics/ng-update/v4/steps/migrate-templates.d.ts +0 -17
- package/schematics/ng-update/v4/steps/migrate-templates.js +0 -75
- package/schematics/ng-update/v4/steps/migrate-templates.js.map +0 -1
- package/schematics/ng-update/v4/steps/restore-tui-mapper.d.ts +0 -2
- package/schematics/ng-update/v4/steps/restore-tui-mapper.js +0 -39
- package/schematics/ng-update/v4/steps/restore-tui-mapper.js.map +0 -1
- package/schematics/ng-update/v4/steps/restore-tui-matcher.d.ts +0 -2
- package/schematics/ng-update/v4/steps/restore-tui-matcher.js +0 -39
- package/schematics/ng-update/v4/steps/restore-tui-matcher.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/index.d.ts +0 -2
- package/schematics/ng-update/v4/steps/styles/index.js +0 -41
- package/schematics/ng-update/v4/steps/styles/index.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-legacy-mixins.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-legacy-mixins.js +0 -36
- package/schematics/ng-update/v4/steps/styles/migrate-legacy-mixins.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.js +0 -11
- package/schematics/ng-update/v4/steps/styles/migrate-less-scss-constants.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-mixins.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-mixins.js +0 -19
- package/schematics/ng-update/v4/steps/styles/migrate-mixins.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.js +0 -23
- package/schematics/ng-update/v4/steps/styles/migrate-shadow-mixins.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js +0 -22
- package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js.map +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.d.ts +0 -1
- package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js +0 -59
- package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/dropdown-ref-comment.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/dropdown-ref-comment.js +0 -15
- package/schematics/ng-update/v4/steps/templates/dropdown-ref-comment.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/index.d.ts +0 -19
- package/schematics/ng-update/v4/steps/templates/index.js +0 -23
- package/schematics/ng-update/v4/steps/templates/index.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-active-zone.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-active-zone.js +0 -32
- package/schematics/ng-update/v4/steps/templates/migrate-active-zone.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +0 -95
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-axes.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-axes.js +0 -26
- package/schematics/ng-update/v4/steps/templates/migrate-axes.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-badge.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js +0 -78
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +0 -118
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-blocked.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-blocked.js +0 -42
- package/schematics/ng-update/v4/steps/templates/migrate-blocked.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.js +0 -41
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.js +0 -33
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-filter-pipe.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-filter-pipe.js +0 -24
- package/schematics/ng-update/v4/steps/templates/migrate-filter-pipe.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.js +0 -53
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-label.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-label.js +0 -49
- package/schematics/ng-update/v4/steps/templates/migrate-label.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +0 -50
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.js +0 -45
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-money.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-money.js +0 -64
- package/schematics/ng-update/v4/steps/templates/migrate-money.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-notification.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-notification.js +0 -64
- package/schematics/ng-update/v4/steps/templates/migrate-notification.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.js +0 -35
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.js +0 -31
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.js +0 -27
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.js +0 -25
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js +0 -47
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +0 -10
- package/schematics/ng-update/v4/steps/templates/toggles/common.js +0 -50
- package/schematics/ng-update/v4/steps/templates/toggles/common.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/toggles/index.d.ts +0 -3
- package/schematics/ng-update/v4/steps/templates/toggles/index.js +0 -7
- package/schematics/ng-update/v4/steps/templates/toggles/index.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +0 -61
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js +0 -25
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js.map +0 -1
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.d.ts +0 -8
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js +0 -25
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js.map +0 -1
- package/schematics/ng-update/v4/steps/update-packages.d.ts +0 -5
- package/schematics/ng-update/v4/steps/update-packages.js +0 -54
- package/schematics/ng-update/v4/steps/update-packages.js.map +0 -1
- package/schematics/ng-update/v4/steps/utils/clean-object.d.ts +0 -4
- package/schematics/ng-update/v4/steps/utils/clean-object.js +0 -11
- package/schematics/ng-update/v4/steps/utils/clean-object.js.map +0 -1
- package/schematics/ng-update/v4/steps/utils/normalize-attr-value.d.ts +0 -1
- package/schematics/ng-update/v4/steps/utils/normalize-attr-value.js +0 -7
- package/schematics/ng-update/v4/steps/utils/normalize-attr-value.js.map +0 -1
- package/schematics/ng-update/v4/steps/utils/remove-attrs.js.map +0 -1
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.d.ts +0 -3
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.js +0 -51
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.js.map +0 -1
- package/schematics/ng-update/v4/steps/utils/replace-substrings.d.ts +0 -6
- package/schematics/ng-update/v4/steps/utils/replace-substrings.js +0 -17
- package/schematics/ng-update/v4/steps/utils/replace-substrings.js.map +0 -1
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.d.ts +0 -1
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.js +0 -22
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.js.map +0 -1
- package/schematics/ng-update/v5/steps/migrate-tokens/update-tsconfig.d.ts +0 -11
- package/schematics/ng-update/v5/steps/migrate-tokens/update-tsconfig.js +0 -75
- package/schematics/ng-update/v5/steps/migrate-tokens/update-tsconfig.js.map +0 -1
- /package/schematics/ng-update/{v4/steps/utils → utils}/remove-attrs.js +0 -0
|
@@ -1,2637 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IDENTIFIERS_TO_REPLACE = void 0;
|
|
4
|
-
exports.IDENTIFIERS_TO_REPLACE = [
|
|
5
|
-
{
|
|
6
|
-
from: { name: 'TuiActiveZoneModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
7
|
-
to: { name: 'TuiActiveZone', moduleSpecifier: '@taiga-ui/cdk' },
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
from: { name: 'TuiPaginationModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
11
|
-
to: { name: 'TuiPagination', moduleSpecifier: '@taiga-ui/kit' },
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
from: { name: 'TuiPlatformModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
15
|
-
to: { name: 'TuiPlatform', moduleSpecifier: '@taiga-ui/cdk' },
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
from: { name: 'TUI_DIALOGS', moduleSpecifier: '@taiga-ui/cdk' },
|
|
19
|
-
to: { name: 'TUI_DIALOGS', moduleSpecifier: '@taiga-ui/core' },
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
from: {
|
|
23
|
-
name: 'TuiStringifiableItem',
|
|
24
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
25
|
-
},
|
|
26
|
-
to: {
|
|
27
|
-
name: 'TuiStringifiableItem',
|
|
28
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
from: { name: 'tuiSvgSrcInterceptors', moduleSpecifier: '@taiga-ui/core' },
|
|
33
|
-
to: { name: 'tuiSvgSrcInterceptors', moduleSpecifier: '@taiga-ui/legacy' },
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
from: {
|
|
37
|
-
name: 'tuiIconResolverProvider',
|
|
38
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
39
|
-
},
|
|
40
|
-
to: { name: 'tuiIconResolverProvider', moduleSpecifier: '@taiga-ui/core' },
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
from: { name: 'TuiAutoFocusModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
44
|
-
to: { name: 'TuiAutoFocus', moduleSpecifier: '@taiga-ui/cdk' },
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
from: { name: 'TuiFocusTrapModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
48
|
-
to: { name: 'TuiFocusTrap', moduleSpecifier: '@taiga-ui/cdk' },
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
from: { name: 'TuiElementModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
52
|
-
to: { name: 'TuiElement', moduleSpecifier: '@taiga-ui/cdk' },
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
from: { name: 'TuiForModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
56
|
-
to: { name: 'TuiFor', moduleSpecifier: '@taiga-ui/cdk' },
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
from: { name: 'TuiHoveredModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
60
|
-
to: { name: 'TuiHovered', moduleSpecifier: '@taiga-ui/cdk' },
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
from: { name: 'TuiItemModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
64
|
-
to: { name: 'TuiItem', moduleSpecifier: '@taiga-ui/cdk' },
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
from: { name: 'TuiItemDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
|
68
|
-
to: { name: 'TuiItem', moduleSpecifier: '@taiga-ui/cdk' },
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
from: { name: 'NgDompurifyModule', moduleSpecifier: '@tinkoff/ng-dompurify' },
|
|
72
|
-
to: { name: 'NgDompurifyPipe', moduleSpecifier: '@taiga-ui/dompurify' },
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
from: { name: 'TuiPanModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
76
|
-
to: { name: 'TuiPan', moduleSpecifier: '@taiga-ui/cdk' },
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
from: { name: 'TuiRepeatTimesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
80
|
-
to: { name: 'TuiRepeatTimes', moduleSpecifier: '@taiga-ui/cdk' },
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
from: { name: 'TuiSwipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
84
|
-
to: { name: 'TuiSwipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
from: { name: 'TuiValueChangesModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
88
|
-
to: { name: 'TuiValueChanges', moduleSpecifier: '@taiga-ui/cdk' },
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
from: { name: 'TuiZoomModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
92
|
-
to: { name: 'TuiZoom', moduleSpecifier: '@taiga-ui/cdk' },
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
from: { name: 'ALWAYS_TRUE_HANDLER', moduleSpecifier: '@taiga-ui/cdk' },
|
|
96
|
-
to: { name: 'TUI_TRUE_HANDLER', moduleSpecifier: '@taiga-ui/cdk' },
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
from: { name: 'ALWAYS_FALSE_HANDLER', moduleSpecifier: '@taiga-ui/cdk' },
|
|
100
|
-
to: { name: 'TUI_FALSE_HANDLER', moduleSpecifier: '@taiga-ui/cdk' },
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
from: { name: 'TUI_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/core' },
|
|
104
|
-
to: { name: 'TUI_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
from: { name: 'tuiCapitalizeFirstLetter', moduleSpecifier: '@taiga-ui/core' },
|
|
108
|
-
to: { name: 'tuiCapitalizeFirstLetter', moduleSpecifier: '@taiga-ui/legacy' },
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
from: { name: 'TUI_NON_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/core' },
|
|
112
|
-
to: { name: 'TUI_NON_DIGIT_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
from: { name: 'TUI_NON_DIGITS_REGEXP', moduleSpecifier: '@taiga-ui/core' },
|
|
116
|
-
to: { name: 'TUI_NON_DIGITS_REGEXP', moduleSpecifier: '@taiga-ui/cdk' },
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
from: { name: 'TuiAlertContext', moduleSpecifier: '@taiga-ui/cdk' },
|
|
120
|
-
to: { name: 'TuiAlertContext', moduleSpecifier: '@taiga-ui/core' },
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
from: { name: 'TuiAlertModule', moduleSpecifier: '@taiga-ui/core' },
|
|
124
|
-
to: { name: 'TuiAlert', moduleSpecifier: '@taiga-ui/core' },
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
from: [
|
|
128
|
-
{ name: 'TuiNotificationComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
129
|
-
{ name: 'TuiNotificationModule', moduleSpecifier: '@taiga-ui/core' },
|
|
130
|
-
],
|
|
131
|
-
to: { name: 'TuiNotification', moduleSpecifier: '@taiga-ui/core' },
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
from: { name: 'TuiFormatPhonePipe', moduleSpecifier: '@taiga-ui/core' },
|
|
135
|
-
to: { name: 'TuiFormatPhonePipe', moduleSpecifier: '@taiga-ui/legacy' },
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
from: { name: 'TuiCalendarModule', moduleSpecifier: '@taiga-ui/core' },
|
|
139
|
-
to: { name: 'TuiCalendar', moduleSpecifier: '@taiga-ui/core' },
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
from: { name: 'TuiFormatDatePipeModule', moduleSpecifier: '@taiga-ui/core' },
|
|
143
|
-
to: { name: 'TuiFormatDatePipe', moduleSpecifier: '@taiga-ui/core' },
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
from: { name: 'TuiFormatNumberPipeModule', moduleSpecifier: '@taiga-ui/core' },
|
|
147
|
-
to: { name: 'TuiFormatNumberPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
from: { name: 'TuiFormatPhonePipeModule', moduleSpecifier: '@taiga-ui/core' },
|
|
151
|
-
to: { name: 'TuiFormatPhonePipe', moduleSpecifier: '@taiga-ui/legacy' },
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
from: { name: 'tuiFormatPhone', moduleSpecifier: '@taiga-ui/core' },
|
|
155
|
-
to: { name: 'tuiFormatPhone', moduleSpecifier: '@taiga-ui/legacy' },
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
from: { name: 'TuiExtractCountryCodeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
159
|
-
to: { name: 'TuiToCountryCodePipe', moduleSpecifier: '@taiga-ui/legacy' },
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
from: { name: 'TuiIsoToCountryCodeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
163
|
-
to: { name: 'TuiIsoToCountryCodePipe', moduleSpecifier: '@taiga-ui/legacy' },
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
from: { name: 'tuiIsoToCountryCode', moduleSpecifier: '@taiga-ui/kit' },
|
|
167
|
-
to: { name: 'tuiIsoToCountryCode', moduleSpecifier: '@taiga-ui/legacy' },
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
from: { name: 'tuiNotKzRegion', moduleSpecifier: '@taiga-ui/kit' },
|
|
171
|
-
to: { name: 'tuiNotKzRegion', moduleSpecifier: '@taiga-ui/legacy' },
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
from: { name: 'tuiGetMaxAllowedPhoneLength', moduleSpecifier: '@taiga-ui/kit' },
|
|
175
|
-
to: { name: 'tuiGetMaxAllowedPhoneLength', moduleSpecifier: '@taiga-ui/legacy' },
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
from: { name: 'TuiMonthPipeModule', moduleSpecifier: '@taiga-ui/core' },
|
|
179
|
-
to: { name: 'TuiMonthPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
from: { name: 'TuiDataListModule', moduleSpecifier: '@taiga-ui/core' },
|
|
183
|
-
to: {
|
|
184
|
-
name: 'TuiDataList',
|
|
185
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
186
|
-
spreadInModule: true,
|
|
187
|
-
},
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
from: { name: 'TuiDataListWrapperModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
191
|
-
to: {
|
|
192
|
-
name: 'TuiDataListWrapper',
|
|
193
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
194
|
-
spreadInModule: true,
|
|
195
|
-
},
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
from: { name: 'TuiErrorModule', moduleSpecifier: '@taiga-ui/core' },
|
|
199
|
-
to: { name: 'TuiError', moduleSpecifier: '@taiga-ui/core' },
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
from: { name: 'TuiExpandModule', moduleSpecifier: '@taiga-ui/core' },
|
|
203
|
-
to: { name: 'TuiExpand', moduleSpecifier: '@taiga-ui/core', spreadInModule: true },
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
from: { name: 'TuiLoaderModule', moduleSpecifier: '@taiga-ui/core' },
|
|
207
|
-
to: { name: 'TuiLoader', moduleSpecifier: '@taiga-ui/core' },
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
from: { name: 'TuiAccordionModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
211
|
-
to: {
|
|
212
|
-
name: 'TuiAccordion',
|
|
213
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
214
|
-
spreadInModule: true,
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
from: { name: 'TuiBreadcrumbsModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
219
|
-
to: [
|
|
220
|
-
{ name: 'TuiBreadcrumbs', moduleSpecifier: '@taiga-ui/kit' },
|
|
221
|
-
{ name: 'TuiItem', moduleSpecifier: '@taiga-ui/cdk' },
|
|
222
|
-
],
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
from: { name: 'TuiCalendarMonthModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
226
|
-
to: { name: 'TuiCalendarMonth', moduleSpecifier: '@taiga-ui/kit' },
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
from: { name: 'TuiCalendarRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
230
|
-
to: { name: 'TuiCalendarRange', moduleSpecifier: '@taiga-ui/kit' },
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
from: { name: 'TuiCarouselModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
234
|
-
to: { name: 'TuiCarousel', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
from: { name: 'TuiPushModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
238
|
-
to: { name: 'TuiPush', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
from: { name: 'TuiElasticContainerModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
242
|
-
to: { name: 'TuiElasticContainer', moduleSpecifier: '@taiga-ui/kit' },
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
from: { name: 'TuiFilesModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
246
|
-
to: { name: 'TuiFiles', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
from: { name: 'TuiFilterModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
250
|
-
to: { name: 'TuiFilter', moduleSpecifier: '@taiga-ui/kit' },
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
from: { name: 'TuiInputInlineModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
254
|
-
to: { name: 'TuiInputInline', moduleSpecifier: '@taiga-ui/kit' },
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
from: [
|
|
258
|
-
{ name: 'TuiIslandComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
259
|
-
{ name: 'TuiIslandModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
260
|
-
],
|
|
261
|
-
to: { name: 'TuiIslandDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
from: { name: 'TuiItemsWithMoreModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
265
|
-
to: {
|
|
266
|
-
name: 'TuiItemsWithMore',
|
|
267
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
268
|
-
spreadInModule: true,
|
|
269
|
-
},
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
from: [
|
|
273
|
-
{ name: 'TuiLineClampComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
274
|
-
{ name: 'TuiLineClampModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
275
|
-
],
|
|
276
|
-
to: { name: 'TuiLineClamp', moduleSpecifier: '@taiga-ui/kit' },
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
from: { name: 'TuiRangeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
280
|
-
to: { name: 'TuiRange', moduleSpecifier: '@taiga-ui/kit' },
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
from: { name: 'TuiSliderModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
284
|
-
to: { name: 'TuiSlider', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
from: { name: 'TuiTilesModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
288
|
-
to: { name: 'TuiTiles', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
from: { name: 'TuiStepperModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
292
|
-
to: { name: 'TuiStepper', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
from: { name: 'TuiTreeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
296
|
-
to: { name: 'TuiTree', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
from: { name: 'TuiTreeItemComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
300
|
-
to: { name: 'TuiTreeItem', moduleSpecifier: '@taiga-ui/kit' },
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
from: { name: 'TuiTreeItemContentComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
304
|
-
to: { name: 'TuiTreeItemContent', moduleSpecifier: '@taiga-ui/kit' },
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
from: { name: 'TuiTreeChildrenDirective', moduleSpecifier: '@taiga-ui/kit' },
|
|
308
|
-
to: { name: 'TuiTreeChildren', moduleSpecifier: '@taiga-ui/kit' },
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
from: { name: 'TuiTreeItemControllerDirective', moduleSpecifier: '@taiga-ui/kit' },
|
|
312
|
-
to: { name: 'TuiTreeItemController', moduleSpecifier: '@taiga-ui/kit' },
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
from: { name: 'TuiTreeNodeDirective', moduleSpecifier: '@taiga-ui/kit' },
|
|
316
|
-
to: { name: 'TuiTreeNode', moduleSpecifier: '@taiga-ui/kit' },
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
from: {
|
|
320
|
-
name: 'TuiDataListDropdownManagerModule',
|
|
321
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
322
|
-
},
|
|
323
|
-
to: {
|
|
324
|
-
name: 'TuiDataListDropdownManager',
|
|
325
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
326
|
-
},
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
from: { name: 'TuiHighlightModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
330
|
-
to: { name: 'TuiHighlight', moduleSpecifier: '@taiga-ui/kit' },
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
from: { name: 'TuiLazyLoadingModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
334
|
-
to: { name: 'TuiImgLazyLoading', moduleSpecifier: '@taiga-ui/kit' },
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
from: { name: 'TuiUnfinishedValidatorModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
338
|
-
to: { name: 'TuiUnfinishedValidator', moduleSpecifier: '@taiga-ui/kit' },
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
from: { name: 'TuiUnmaskHandlerModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
342
|
-
to: { name: 'TuiUnmaskHandler', moduleSpecifier: '@taiga-ui/kit' },
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
from: { name: 'TuiSortCountriesPipeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
346
|
-
to: { name: 'TuiSortCountriesPipe', moduleSpecifier: '@taiga-ui/kit' },
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
from: { name: 'TuiStringifyContentPipeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
350
|
-
to: { name: 'TuiStringifyContentPipe', moduleSpecifier: '@taiga-ui/kit' },
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
from: { name: 'TuiFilterByInputPipeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
354
|
-
to: { name: 'TuiFilterByInputPipe', moduleSpecifier: '@taiga-ui/kit' },
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
from: { name: 'TuiFieldErrorPipeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
358
|
-
to: [
|
|
359
|
-
{ name: 'TuiFieldErrorPipe', moduleSpecifier: '@taiga-ui/kit' },
|
|
360
|
-
{ name: 'TuiFieldErrorContentPipe', moduleSpecifier: '@taiga-ui/kit' },
|
|
361
|
-
],
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
from: { name: 'TuiThumbnailCardModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
365
|
-
to: {
|
|
366
|
-
name: 'TuiThumbnailCard',
|
|
367
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
368
|
-
},
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
from: [
|
|
372
|
-
{ name: 'TuiCardModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
|
373
|
-
{ name: 'TuiCardComponent', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
|
374
|
-
],
|
|
375
|
-
to: {
|
|
376
|
-
name: 'TuiThumbnailCard',
|
|
377
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
378
|
-
},
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
from: { name: 'TuiWrapperModule', moduleSpecifier: '@taiga-ui/core' },
|
|
382
|
-
to: { name: 'TuiWrapperModule', moduleSpecifier: '@taiga-ui/legacy' },
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
from: { name: 'TuiPrimitiveTextfieldModule', moduleSpecifier: '@taiga-ui/core' },
|
|
386
|
-
to: { name: 'TuiPrimitiveTextfieldModule', moduleSpecifier: '@taiga-ui/legacy' },
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
from: { name: 'TuiPrimitiveTextfieldComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
390
|
-
to: { name: 'TuiPrimitiveTextfieldComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
from: { name: 'TUI_TEXTFIELD_SIZE', moduleSpecifier: '@taiga-ui/core' },
|
|
394
|
-
to: { name: 'TUI_TEXTFIELD_SIZE', moduleSpecifier: '@taiga-ui/legacy' },
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
from: { name: 'TuiTextfieldSizeDirective', moduleSpecifier: '@taiga-ui/core' },
|
|
398
|
-
to: { name: 'TuiTextfieldSizeDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
from: { name: 'TuiOptionComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
402
|
-
to: { name: 'TuiOption', moduleSpecifier: '@taiga-ui/core' },
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
from: { name: 'TuiTextfieldControllerModule', moduleSpecifier: '@taiga-ui/core' },
|
|
406
|
-
to: { name: 'TuiTextfieldControllerModule', moduleSpecifier: '@taiga-ui/legacy' },
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
from: { name: 'TuiTextfieldComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
410
|
-
to: { name: 'TuiTextfieldComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
from: [
|
|
414
|
-
{ name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
415
|
-
{ name: 'TuiBadgeModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
416
|
-
],
|
|
417
|
-
to: { name: 'TuiBadge', moduleSpecifier: '@taiga-ui/kit' },
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
from: { name: 'TuiClickOutsideModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
421
|
-
to: { name: 'TuiClickOutside', moduleSpecifier: '@taiga-ui/cdk' },
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
from: { name: 'TuiCopyProcessorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
425
|
-
to: { name: 'TuiCopyProcessor', moduleSpecifier: '@taiga-ui/cdk' },
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
from: [
|
|
429
|
-
{ name: 'AbstractTuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
|
430
|
-
{ name: 'TuiControlValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
|
431
|
-
],
|
|
432
|
-
to: { name: 'TuiValueTransformer', moduleSpecifier: '@taiga-ui/cdk' },
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
from: { name: 'TuiFilterPipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
436
|
-
to: { name: 'TuiFilterPipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
from: { name: 'TuiIsPresentPipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
440
|
-
to: { name: 'TuiIsPresentPipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
from: { name: 'TuiKeysPipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
444
|
-
to: { name: 'TuiKeysPipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
from: { name: 'TuiMapperPipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
448
|
-
to: { name: 'TuiMapperPipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
from: { name: 'TuiReplacePipeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
452
|
-
to: { name: 'TuiReplacePipe', moduleSpecifier: '@taiga-ui/cdk' },
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
from: [
|
|
456
|
-
{ name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
457
|
-
{ name: 'TuiCheckboxModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
458
|
-
{ name: 'TuiPrimitiveCheckboxModule', moduleSpecifier: '@taiga-ui/core' },
|
|
459
|
-
{ name: 'TuiCheckboxComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
460
|
-
{ name: 'TuiCheckboxLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
461
|
-
],
|
|
462
|
-
to: { name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
from: { name: 'TuiSwipeActionsModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
466
|
-
to: [
|
|
467
|
-
{ name: 'TuiSwipeActions', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
|
468
|
-
{ name: 'TuiSwipeActionsAutoClose', moduleSpecifier: '@taiga-ui/addon-mobile' },
|
|
469
|
-
],
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
from: [
|
|
473
|
-
{ name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
474
|
-
{ name: 'TuiRadioModule', moduleSpecifier: '@taiga-ui/core' },
|
|
475
|
-
],
|
|
476
|
-
to: { name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
from: [
|
|
480
|
-
{ name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
481
|
-
{ name: 'TuiAvatarModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
482
|
-
],
|
|
483
|
-
to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
from: [
|
|
487
|
-
{ name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
488
|
-
{ name: 'TuiToggleModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
489
|
-
{ name: 'TuiToggleComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
490
|
-
],
|
|
491
|
-
to: { name: 'TuiSwitch', moduleSpecifier: '@taiga-ui/kit' },
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
from: [
|
|
495
|
-
{ name: 'TuiTextAreaModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
496
|
-
{ name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
497
|
-
],
|
|
498
|
-
to: { name: 'TuiTextareaModule', moduleSpecifier: '@taiga-ui/legacy' },
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
from: { name: 'TuiTextAreaDirective', moduleSpecifier: '@taiga-ui/kit' },
|
|
502
|
-
to: { name: 'TuiTextareaDirective', moduleSpecifier: '@taiga-ui/legacy' },
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
from: { name: 'TuiStatus', moduleSpecifier: '@taiga-ui/kit' },
|
|
506
|
-
to: { name: 'TuiStatus', moduleSpecifier: '@taiga-ui/legacy' },
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
from: { name: 'TuiTextAreaComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
510
|
-
to: { name: 'TuiTextareaComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
from: [
|
|
514
|
-
{ name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
515
|
-
{ name: 'TuiBadgedContentModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
516
|
-
],
|
|
517
|
-
to: [
|
|
518
|
-
{
|
|
519
|
-
name: 'TuiBadgedContent',
|
|
520
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
521
|
-
spreadInModule: true,
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
name: 'TuiBadgeNotification',
|
|
525
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
526
|
-
},
|
|
527
|
-
],
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
from: {
|
|
531
|
-
name: 'TuiBadgeNotificationModule',
|
|
532
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
533
|
-
},
|
|
534
|
-
to: { name: 'TuiBadgeNotification', moduleSpecifier: '@taiga-ui/kit' },
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
from: { name: 'TuiInputCountModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
538
|
-
to: { name: 'TuiInputNumberModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
from: { name: 'ArrayElement', moduleSpecifier: '@taiga-ui/kit' },
|
|
542
|
-
to: { name: 'TuiArrayElement', moduleSpecifier: '@taiga-ui/kit' },
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
from: {
|
|
546
|
-
name: 'TuiContextWithImplicit',
|
|
547
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
548
|
-
},
|
|
549
|
-
to: {
|
|
550
|
-
name: 'TuiContext',
|
|
551
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
552
|
-
},
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
from: { name: 'TUI_SCROLL_REF', moduleSpecifier: '@taiga-ui/cdk' },
|
|
556
|
-
to: { name: 'TUI_SCROLL_REF', moduleSpecifier: '@taiga-ui/core' },
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
from: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/core' },
|
|
560
|
-
to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/legacy' },
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
from: { name: 'TuiScrollbarModule', moduleSpecifier: '@taiga-ui/core' },
|
|
564
|
-
to: [
|
|
565
|
-
{ name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
|
|
566
|
-
{ name: 'TuiScrollable', moduleSpecifier: '@taiga-ui/core' },
|
|
567
|
-
],
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
from: { name: 'TuiScrollbarComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
571
|
-
to: { name: 'TuiScrollbar', moduleSpecifier: '@taiga-ui/core' },
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
from: [
|
|
575
|
-
{ name: 'TuiGroupModule', moduleSpecifier: '@taiga-ui/core' },
|
|
576
|
-
{ name: 'TuiGroupDirective', moduleSpecifier: '@taiga-ui/core' },
|
|
577
|
-
],
|
|
578
|
-
to: { name: 'TuiGroup', moduleSpecifier: '@taiga-ui/core' },
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
from: { name: 'AbstractTuiPortalHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
|
582
|
-
to: { name: 'TuiPortals', moduleSpecifier: '@taiga-ui/cdk' },
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
from: { name: 'AbstractTuiPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
586
|
-
to: { name: 'TuiPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
from: { name: 'AbstractTuiDialogService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
590
|
-
to: { name: 'TuiPopoverService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
from: { name: 'TuiDropdownHostComponent', moduleSpecifier: '@taiga-ui/cdk' },
|
|
594
|
-
to: { name: 'TuiDropdowns', moduleSpecifier: '@taiga-ui/core' },
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
from: { name: 'TuiDropdownPortalService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
598
|
-
to: { name: 'TuiDropdownService', moduleSpecifier: '@taiga-ui/core' },
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
from: [
|
|
602
|
-
{ name: 'TuiPortalDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
|
603
|
-
{ name: 'TuiPortalModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
604
|
-
],
|
|
605
|
-
to: { name: 'TuiDropdownPortal', moduleSpecifier: '@taiga-ui/core' },
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
from: { name: 'TuiDroppableModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
609
|
-
to: { name: 'TuiDroppable', moduleSpecifier: '@taiga-ui/cdk' },
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
from: { name: 'TuiValidatorModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
613
|
-
to: { name: 'TuiValidator', moduleSpecifier: '@taiga-ui/cdk' },
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
from: [
|
|
617
|
-
{ name: 'TuiAmountPipeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
618
|
-
{ name: 'TuiMoneyModule', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
|
619
|
-
],
|
|
620
|
-
to: { name: 'TuiAmountPipe', moduleSpecifier: '@taiga-ui/addon-commerce' },
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
from: { name: 'TuiResizeModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
624
|
-
to: {
|
|
625
|
-
name: 'WaResizeObserver',
|
|
626
|
-
moduleSpecifier: '@ng-web-apis/resize-observer',
|
|
627
|
-
},
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
from: { name: 'TuiResizeService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
631
|
-
to: {
|
|
632
|
-
name: 'WaResizeObserverService',
|
|
633
|
-
moduleSpecifier: '@ng-web-apis/resize-observer',
|
|
634
|
-
},
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
from: { name: 'TuiPresentModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
638
|
-
to: {
|
|
639
|
-
name: 'TuiPresent',
|
|
640
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
641
|
-
},
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
from: { name: 'TuiFadeModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
645
|
-
to: {
|
|
646
|
-
name: 'TuiFade',
|
|
647
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
648
|
-
},
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
from: { name: 'TuiInitialsModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
652
|
-
to: { name: 'TuiInitialsPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
from: { name: 'TuiFallbackSrcModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
656
|
-
to: { name: 'TuiFallbackSrcPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
from: { name: 'TuiAutoColorModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
660
|
-
to: { name: 'TuiAutoColorPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
from: { name: 'tuiStringHashToHsl', moduleSpecifier: '@taiga-ui/kit' },
|
|
664
|
-
to: { name: 'tuiStringHashToHsl', moduleSpecifier: '@taiga-ui/core' },
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
from: { name: 'TuiIconModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
668
|
-
to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
from: [
|
|
672
|
-
{ name: 'TuiCheckboxLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
673
|
-
{ name: 'TuiRadioLabeledModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
674
|
-
],
|
|
675
|
-
to: { name: 'TuiLabel', moduleSpecifier: '@taiga-ui/core' },
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
from: { name: 'TuiRadioLabeledComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
679
|
-
to: { name: 'TuiRadioComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
from: { name: 'TuiCheckboxBlockModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
683
|
-
to: [
|
|
684
|
-
{ name: 'TuiBlock', moduleSpecifier: '@taiga-ui/kit' },
|
|
685
|
-
{ name: 'TuiCheckbox', moduleSpecifier: '@taiga-ui/kit' },
|
|
686
|
-
],
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
from: { name: 'TuiRadioBlockModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
690
|
-
to: [
|
|
691
|
-
{ name: 'TuiBlock', moduleSpecifier: '@taiga-ui/kit' },
|
|
692
|
-
{ name: 'TuiRadio', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
693
|
-
],
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
from: { name: 'TuiTabsModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
697
|
-
to: { name: 'TuiTabs', moduleSpecifier: '@taiga-ui/kit', spreadInModule: true },
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
from: [
|
|
701
|
-
{ name: 'TuiHostedDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
|
702
|
-
{ name: 'TuiDropdownModule', moduleSpecifier: '@taiga-ui/core' },
|
|
703
|
-
],
|
|
704
|
-
to: {
|
|
705
|
-
name: 'TuiDropdown',
|
|
706
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
707
|
-
spreadInModule: true,
|
|
708
|
-
},
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
from: { name: 'TuiHostedDropdownComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
712
|
-
to: { name: 'TuiDropdownOpen', moduleSpecifier: '@taiga-ui/core' },
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
from: { name: 'TuiTitleModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
716
|
-
to: { name: 'TuiTitle', moduleSpecifier: '@taiga-ui/core' },
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
from: { name: 'TuiHeaderModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
720
|
-
to: { name: 'TuiHeader', moduleSpecifier: '@taiga-ui/layout' },
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
from: { name: 'TuiBlockDetailsModule', moduleSpecifier: '@taiga-ui/layout' },
|
|
724
|
-
to: { name: 'TuiBlockDetails', moduleSpecifier: '@taiga-ui/layout' },
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
from: { name: 'TuiPinModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
728
|
-
to: { name: 'TuiPin', moduleSpecifier: '@taiga-ui/kit' },
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
from: { name: 'TuiCompassModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
732
|
-
to: { name: 'TuiCompass', moduleSpecifier: '@taiga-ui/kit' },
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
from: [
|
|
736
|
-
{ name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
737
|
-
{ name: 'TuiRatingModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
738
|
-
],
|
|
739
|
-
to: { name: 'TuiRating', moduleSpecifier: '@taiga-ui/kit' },
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
from: { name: 'TuiSurfaceModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
743
|
-
to: { name: 'TuiSurface', moduleSpecifier: '@taiga-ui/core' },
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
from: { name: 'TuiFlagPipeModule', moduleSpecifier: '@taiga-ui/core' },
|
|
747
|
-
to: { name: 'TuiFlagPipe', moduleSpecifier: '@taiga-ui/core' },
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
from: [
|
|
751
|
-
{ name: 'TuiSvgModule', moduleSpecifier: '@taiga-ui/core' },
|
|
752
|
-
{ name: 'TuiSvgComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
753
|
-
],
|
|
754
|
-
to: { name: 'TuiIcon', moduleSpecifier: '@taiga-ui/core' },
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
from: { name: 'TuiCellModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
758
|
-
to: { name: 'TuiCell', moduleSpecifier: '@taiga-ui/layout' },
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
from: { name: 'TuiChipModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
762
|
-
to: { name: 'TuiChip', moduleSpecifier: '@taiga-ui/kit' },
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
from: {
|
|
766
|
-
name: 'TuiTablePagination',
|
|
767
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
768
|
-
},
|
|
769
|
-
to: {
|
|
770
|
-
name: 'TuiTablePaginationEvent',
|
|
771
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
772
|
-
},
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
from: {
|
|
776
|
-
name: 'TuiTablePaginationModule',
|
|
777
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
778
|
-
},
|
|
779
|
-
to: {
|
|
780
|
-
name: 'TuiTablePagination',
|
|
781
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
782
|
-
},
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
from: {
|
|
786
|
-
name: 'TuiTablePaginationComponent',
|
|
787
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
788
|
-
},
|
|
789
|
-
to: {
|
|
790
|
-
name: 'TuiTablePagination',
|
|
791
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
792
|
-
},
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
from: { name: 'TuiCardModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
796
|
-
to: [
|
|
797
|
-
{ name: 'TuiCardLarge', moduleSpecifier: '@taiga-ui/layout' },
|
|
798
|
-
{ name: 'TuiCardMedium', moduleSpecifier: '@taiga-ui/layout' },
|
|
799
|
-
],
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
from: [
|
|
803
|
-
{ name: 'TuiMarkerIconModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
804
|
-
{ name: 'TuiMarkerIconComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
805
|
-
],
|
|
806
|
-
to: { name: 'TuiAvatar', moduleSpecifier: '@taiga-ui/kit' },
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
from: { name: 'TUI_PROMPT', moduleSpecifier: '@taiga-ui/kit' },
|
|
810
|
-
to: { name: 'TUI_CONFIRM', moduleSpecifier: '@taiga-ui/kit' },
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
from: { name: 'TuiActionModule', moduleSpecifier: '@taiga-ui/kit' },
|
|
814
|
-
to: [
|
|
815
|
-
{ name: 'TuiCardLarge', moduleSpecifier: '@taiga-ui/layout' },
|
|
816
|
-
{ name: 'TuiSurface', moduleSpecifier: '@taiga-ui/core' },
|
|
817
|
-
],
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
from: [
|
|
821
|
-
{ name: 'TuiLinkModule', moduleSpecifier: '@taiga-ui/core' },
|
|
822
|
-
{ name: 'TuiLinkComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
823
|
-
],
|
|
824
|
-
to: { name: 'TuiLink', moduleSpecifier: '@taiga-ui/core' },
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
from: { name: 'TuiInteractiveStateT', moduleSpecifier: '@taiga-ui/core' },
|
|
828
|
-
to: { name: 'TuiInteractiveState', moduleSpecifier: '@taiga-ui/core' },
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
from: { name: 'TUI_ARROW', moduleSpecifier: '@taiga-ui/kit' },
|
|
832
|
-
to: { name: 'TUI_ARROW', moduleSpecifier: '@taiga-ui/legacy' },
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
from: { name: 'TUI_ARROW_MODE', moduleSpecifier: '@taiga-ui/kit' },
|
|
836
|
-
to: { name: 'TUI_ARROW_MODE', moduleSpecifier: '@taiga-ui/legacy' },
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
from: { name: 'TuiArrowMode', moduleSpecifier: '@taiga-ui/kit' },
|
|
840
|
-
to: { name: 'TuiArrowMode', moduleSpecifier: '@taiga-ui/legacy' },
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
from: { name: 'TuiComboBoxComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
844
|
-
to: { name: 'TuiComboBoxComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
from: { name: 'TuiSelectComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
848
|
-
to: { name: 'TuiSelectComponent', moduleSpecifier: '@taiga-ui/legacy' },
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
from: { name: 'TuiArrowComponent', moduleSpecifier: '@taiga-ui/kit' },
|
|
852
|
-
to: {
|
|
853
|
-
name: 'TuiArrowComponent',
|
|
854
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
855
|
-
},
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
from: { name: 'TuiDialog', moduleSpecifier: '@taiga-ui/cdk' },
|
|
859
|
-
to: {
|
|
860
|
-
name: 'TuiPopover',
|
|
861
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
862
|
-
},
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
from: { name: 'TuiBaseDialogContext', moduleSpecifier: '@taiga-ui/cdk' },
|
|
866
|
-
to: {
|
|
867
|
-
name: 'TuiPopoverContext',
|
|
868
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
869
|
-
},
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
from: { name: 'TuiDialogModule', moduleSpecifier: '@taiga-ui/core' },
|
|
873
|
-
to: {
|
|
874
|
-
name: 'TuiDialog',
|
|
875
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
876
|
-
},
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
from: [
|
|
880
|
-
{ name: 'TuiButtonComponent', moduleSpecifier: '@taiga-ui/core' },
|
|
881
|
-
{ name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/core' },
|
|
882
|
-
{ name: 'TuiButtonModule', moduleSpecifier: '@taiga-ui/experimental' },
|
|
883
|
-
],
|
|
884
|
-
to: {
|
|
885
|
-
name: 'TuiButton',
|
|
886
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
887
|
-
},
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
from: {
|
|
891
|
-
name: 'tuiButtonOptionsProvider',
|
|
892
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
893
|
-
},
|
|
894
|
-
to: {
|
|
895
|
-
name: 'tuiButtonOptionsProvider',
|
|
896
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
897
|
-
},
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
from: { name: 'TuiLetModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
901
|
-
to: { name: 'TuiLet', moduleSpecifier: '@taiga-ui/cdk' },
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
from: {
|
|
905
|
-
name: 'TuiAccountModule',
|
|
906
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
907
|
-
},
|
|
908
|
-
to: {
|
|
909
|
-
name: 'TuiAccountComponent',
|
|
910
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
911
|
-
},
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
from: {
|
|
915
|
-
name: 'TuiPanelModule',
|
|
916
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
917
|
-
},
|
|
918
|
-
to: {
|
|
919
|
-
name: 'TuiPanelComponent',
|
|
920
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
921
|
-
},
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
from: {
|
|
925
|
-
name: 'TuiBackModule',
|
|
926
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
927
|
-
},
|
|
928
|
-
to: {
|
|
929
|
-
name: 'TuiBackComponent',
|
|
930
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
931
|
-
},
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
from: {
|
|
935
|
-
name: 'TuiBackModule',
|
|
936
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
937
|
-
},
|
|
938
|
-
to: {
|
|
939
|
-
name: 'TuiBlockerComponent',
|
|
940
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
941
|
-
},
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
from: {
|
|
945
|
-
name: 'TuiConfirmationModule',
|
|
946
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
947
|
-
},
|
|
948
|
-
to: {
|
|
949
|
-
name: 'TuiConfirmationComponent',
|
|
950
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
951
|
-
},
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
from: {
|
|
955
|
-
name: 'TuiConfirmDialogModule',
|
|
956
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
957
|
-
},
|
|
958
|
-
to: {
|
|
959
|
-
name: 'TuiConfirmDialog',
|
|
960
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
961
|
-
},
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
from: {
|
|
965
|
-
name: 'TuiConfirmationDialog',
|
|
966
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
967
|
-
},
|
|
968
|
-
to: {
|
|
969
|
-
name: 'TuiConfirmationComponent',
|
|
970
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
971
|
-
},
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
from: {
|
|
975
|
-
name: 'TuiFeedItemModule',
|
|
976
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
977
|
-
},
|
|
978
|
-
to: {
|
|
979
|
-
name: 'TuiFeedItemComponent',
|
|
980
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
981
|
-
},
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
from: {
|
|
985
|
-
name: 'TuiFeedItemDetailsModule',
|
|
986
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
987
|
-
},
|
|
988
|
-
to: {
|
|
989
|
-
name: 'TuiFeedItemDetailsComponent',
|
|
990
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
991
|
-
},
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
from: {
|
|
995
|
-
name: 'TuiFeedItemDialogModule',
|
|
996
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
997
|
-
},
|
|
998
|
-
to: {
|
|
999
|
-
name: 'TuiFeedItemDialogComponent',
|
|
1000
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1001
|
-
},
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
from: {
|
|
1005
|
-
name: 'TuiFeedItemActionModule',
|
|
1006
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1007
|
-
},
|
|
1008
|
-
to: {
|
|
1009
|
-
name: 'TuiFeedItemActionComponent',
|
|
1010
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1011
|
-
},
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
from: {
|
|
1015
|
-
name: 'TuiErrorPageModule',
|
|
1016
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
1017
|
-
},
|
|
1018
|
-
to: {
|
|
1019
|
-
name: 'TuiErrorPageComponent',
|
|
1020
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1021
|
-
},
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
from: {
|
|
1025
|
-
name: 'TuiPromptDialogComponent',
|
|
1026
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
1027
|
-
},
|
|
1028
|
-
to: {
|
|
1029
|
-
name: 'TuiConfirm',
|
|
1030
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1031
|
-
},
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
from: {
|
|
1035
|
-
name: 'TuiSignalModule',
|
|
1036
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1037
|
-
},
|
|
1038
|
-
to: {
|
|
1039
|
-
name: 'TuiSignalComponent',
|
|
1040
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1041
|
-
},
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
from: {
|
|
1045
|
-
name: 'TuiSubscriptionBadgeModule',
|
|
1046
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1047
|
-
},
|
|
1048
|
-
to: {
|
|
1049
|
-
name: 'TuiSubscriptionBadge',
|
|
1050
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1051
|
-
},
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
from: {
|
|
1055
|
-
name: 'TuiNavigationModule',
|
|
1056
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1057
|
-
},
|
|
1058
|
-
to: {
|
|
1059
|
-
name: 'TuiNavigation',
|
|
1060
|
-
moduleSpecifier: '@taiga-ui/layout',
|
|
1061
|
-
spreadInModule: true,
|
|
1062
|
-
},
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
from: {
|
|
1066
|
-
name: 'TuiSegmentedModule',
|
|
1067
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1068
|
-
},
|
|
1069
|
-
to: {
|
|
1070
|
-
name: 'TuiSegmented',
|
|
1071
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1072
|
-
},
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
from: {
|
|
1076
|
-
name: 'TuiEmailsPipeModule',
|
|
1077
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1078
|
-
},
|
|
1079
|
-
to: {
|
|
1080
|
-
name: 'TuiEmailsPipe',
|
|
1081
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1082
|
-
},
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
from: {
|
|
1086
|
-
name: 'ProductsNavigationModule',
|
|
1087
|
-
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
|
1088
|
-
},
|
|
1089
|
-
to: {
|
|
1090
|
-
name: 'ProductsNavigationComponent',
|
|
1091
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1092
|
-
},
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
from: {
|
|
1096
|
-
name: 'TuiDropdownSecureModule',
|
|
1097
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1098
|
-
},
|
|
1099
|
-
to: {
|
|
1100
|
-
name: 'TuiDropdownSecure',
|
|
1101
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1102
|
-
},
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
from: {
|
|
1106
|
-
name: 'TuiProductMenuModule',
|
|
1107
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1108
|
-
},
|
|
1109
|
-
to: {
|
|
1110
|
-
name: 'TuiProductMenu',
|
|
1111
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1112
|
-
},
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
from: {
|
|
1116
|
-
name: 'TuiCardLogoModule',
|
|
1117
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
1118
|
-
},
|
|
1119
|
-
to: {
|
|
1120
|
-
name: 'TuiCardLogo',
|
|
1121
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1122
|
-
},
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
from: {
|
|
1126
|
-
name: 'TuiErrorDialogModule',
|
|
1127
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
1128
|
-
},
|
|
1129
|
-
to: [
|
|
1130
|
-
{
|
|
1131
|
-
name: 'TuiErrorDialogComponent',
|
|
1132
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
name: 'TuiErrorDialogHeaderComponent',
|
|
1136
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1137
|
-
},
|
|
1138
|
-
],
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
from: {
|
|
1142
|
-
name: 'TuiTimecodePlayerModule',
|
|
1143
|
-
moduleSpecifier: '@taiga-ui/proprietary-core',
|
|
1144
|
-
},
|
|
1145
|
-
to: [
|
|
1146
|
-
{
|
|
1147
|
-
name: 'TuiTimecodePlayer',
|
|
1148
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
name: 'TuiTimecode',
|
|
1152
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1153
|
-
},
|
|
1154
|
-
],
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
from: {
|
|
1158
|
-
name: 'TuiTimelineStepsModule',
|
|
1159
|
-
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
|
1160
|
-
},
|
|
1161
|
-
to: [
|
|
1162
|
-
{
|
|
1163
|
-
name: 'TuiTimelineStepsComponent',
|
|
1164
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
name: 'TuiTimelineStepComponent',
|
|
1168
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
name: 'TuiTimelineStepDirective',
|
|
1172
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1173
|
-
},
|
|
1174
|
-
],
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
from: {
|
|
1178
|
-
name: 'TuiProfileMenuModule',
|
|
1179
|
-
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
|
1180
|
-
},
|
|
1181
|
-
to: {
|
|
1182
|
-
name: 'TuiProfileMenu',
|
|
1183
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1184
|
-
},
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
from: {
|
|
1188
|
-
name: 'TuiMobileCalendarModule',
|
|
1189
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1190
|
-
},
|
|
1191
|
-
to: {
|
|
1192
|
-
name: 'TuiMobileCalendar',
|
|
1193
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1194
|
-
},
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
from: {
|
|
1198
|
-
name: 'TuiBarModule',
|
|
1199
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1200
|
-
},
|
|
1201
|
-
to: {
|
|
1202
|
-
name: 'TuiBar',
|
|
1203
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1204
|
-
},
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
from: {
|
|
1208
|
-
name: 'TuiArcChartModule',
|
|
1209
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1210
|
-
},
|
|
1211
|
-
to: {
|
|
1212
|
-
name: 'TuiArcChart',
|
|
1213
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1214
|
-
},
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
from: {
|
|
1218
|
-
name: 'TuiAxesModule',
|
|
1219
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1220
|
-
},
|
|
1221
|
-
to: {
|
|
1222
|
-
name: 'TuiAxes',
|
|
1223
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1224
|
-
},
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
from: {
|
|
1228
|
-
name: 'TuiTableFiltersModule',
|
|
1229
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1230
|
-
},
|
|
1231
|
-
to: {
|
|
1232
|
-
name: 'TuiTableFilters',
|
|
1233
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1234
|
-
spreadInModule: true,
|
|
1235
|
-
},
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
from: {
|
|
1239
|
-
name: 'TuiReorderModule',
|
|
1240
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1241
|
-
},
|
|
1242
|
-
to: {
|
|
1243
|
-
name: 'TuiReorder',
|
|
1244
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1245
|
-
},
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
from: {
|
|
1249
|
-
name: 'TuiArrowModule',
|
|
1250
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1251
|
-
},
|
|
1252
|
-
to: {
|
|
1253
|
-
name: 'TuiArrowComponent',
|
|
1254
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1255
|
-
},
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
from: [
|
|
1259
|
-
{
|
|
1260
|
-
name: 'TuiTableBarsHostModule',
|
|
1261
|
-
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
name: 'TuiTableBarsHostComponent',
|
|
1265
|
-
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
|
1266
|
-
},
|
|
1267
|
-
],
|
|
1268
|
-
to: {
|
|
1269
|
-
name: 'TuiTableBarsHostComponent',
|
|
1270
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1271
|
-
},
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
from: {
|
|
1275
|
-
name: 'TuiTableBarsService',
|
|
1276
|
-
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
|
1277
|
-
},
|
|
1278
|
-
to: {
|
|
1279
|
-
name: 'TuiTableBarsService',
|
|
1280
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1281
|
-
},
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
from: {
|
|
1285
|
-
name: 'TuiTableBarOptions',
|
|
1286
|
-
moduleSpecifier: '@taiga-ui/addon-tablebars',
|
|
1287
|
-
},
|
|
1288
|
-
to: {
|
|
1289
|
-
name: 'TuiTableBarOptions',
|
|
1290
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1291
|
-
},
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
from: {
|
|
1295
|
-
name: 'TuiTableModule',
|
|
1296
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1297
|
-
},
|
|
1298
|
-
to: {
|
|
1299
|
-
name: 'TuiTable',
|
|
1300
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1301
|
-
spreadInModule: true,
|
|
1302
|
-
},
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
from: {
|
|
1306
|
-
name: 'TuiBarChartModule',
|
|
1307
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1308
|
-
},
|
|
1309
|
-
to: {
|
|
1310
|
-
name: 'TuiBarChart',
|
|
1311
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1312
|
-
},
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
from: {
|
|
1316
|
-
name: 'TuiBarSetModule',
|
|
1317
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1318
|
-
},
|
|
1319
|
-
to: {
|
|
1320
|
-
name: 'TuiBarSet',
|
|
1321
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1322
|
-
},
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
from: {
|
|
1326
|
-
name: 'TuiPromptData',
|
|
1327
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1328
|
-
},
|
|
1329
|
-
to: {
|
|
1330
|
-
name: 'TuiConfirmData',
|
|
1331
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1332
|
-
},
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
from: [
|
|
1336
|
-
{
|
|
1337
|
-
name: 'TuiAppBarModule',
|
|
1338
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
name: 'TuiAppBarModule',
|
|
1342
|
-
moduleSpecifier: '@taiga-ui/layout',
|
|
1343
|
-
},
|
|
1344
|
-
],
|
|
1345
|
-
to: {
|
|
1346
|
-
name: 'TuiAppBar',
|
|
1347
|
-
moduleSpecifier: '@taiga-ui/layout',
|
|
1348
|
-
spreadInModule: true,
|
|
1349
|
-
},
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
from: {
|
|
1353
|
-
name: 'TuiAppearanceModule',
|
|
1354
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1355
|
-
},
|
|
1356
|
-
to: {
|
|
1357
|
-
name: 'TuiAppearance',
|
|
1358
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1359
|
-
},
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
from: {
|
|
1363
|
-
name: 'TuiButtonCloseModule',
|
|
1364
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1365
|
-
},
|
|
1366
|
-
to: {
|
|
1367
|
-
name: 'TuiButtonClose',
|
|
1368
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1369
|
-
},
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
from: {
|
|
1373
|
-
name: 'TuiButtonGroupModule',
|
|
1374
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1375
|
-
},
|
|
1376
|
-
to: {
|
|
1377
|
-
name: 'TuiButtonGroup',
|
|
1378
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1379
|
-
},
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
from: {
|
|
1383
|
-
name: 'TuiButtonVerticalModule',
|
|
1384
|
-
moduleSpecifier: '@taiga-ui/experimental',
|
|
1385
|
-
},
|
|
1386
|
-
to: {
|
|
1387
|
-
name: 'TuiButton',
|
|
1388
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1389
|
-
},
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
from: {
|
|
1393
|
-
name: 'TuiPreviewModule',
|
|
1394
|
-
moduleSpecifier: '@taiga-ui/addon-preview',
|
|
1395
|
-
},
|
|
1396
|
-
to: {
|
|
1397
|
-
name: 'TuiPreview',
|
|
1398
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1399
|
-
spreadInModule: true,
|
|
1400
|
-
},
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
from: {
|
|
1404
|
-
name: 'TuiPreviewDialogModule',
|
|
1405
|
-
moduleSpecifier: '@taiga-ui/addon-preview',
|
|
1406
|
-
},
|
|
1407
|
-
to: {
|
|
1408
|
-
name: 'TuiPreviewDialog',
|
|
1409
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1410
|
-
},
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
from: {
|
|
1414
|
-
name: 'TuiPreviewDialogService',
|
|
1415
|
-
moduleSpecifier: '@taiga-ui/addon-preview',
|
|
1416
|
-
},
|
|
1417
|
-
to: {
|
|
1418
|
-
name: 'TuiPreviewDialogService',
|
|
1419
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1420
|
-
},
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
from: {
|
|
1424
|
-
name: 'TuiBlockStatusModule',
|
|
1425
|
-
moduleSpecifier: '@taiga-ui/layout',
|
|
1426
|
-
},
|
|
1427
|
-
to: {
|
|
1428
|
-
name: 'TuiBlockStatus',
|
|
1429
|
-
moduleSpecifier: '@taiga-ui/layout',
|
|
1430
|
-
spreadInModule: true,
|
|
1431
|
-
},
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
from: {
|
|
1435
|
-
name: 'TuiTabBarModule',
|
|
1436
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1437
|
-
},
|
|
1438
|
-
to: {
|
|
1439
|
-
name: 'TuiTabBar',
|
|
1440
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1441
|
-
spreadInModule: true,
|
|
1442
|
-
},
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
from: {
|
|
1446
|
-
name: 'TuiSidebarModule',
|
|
1447
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1448
|
-
},
|
|
1449
|
-
to: {
|
|
1450
|
-
name: 'TuiSidebar',
|
|
1451
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1452
|
-
spreadInModule: true,
|
|
1453
|
-
},
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
from: {
|
|
1457
|
-
name: 'TuiProgressModule',
|
|
1458
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1459
|
-
},
|
|
1460
|
-
to: {
|
|
1461
|
-
name: 'TuiProgress',
|
|
1462
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1463
|
-
spreadInModule: true,
|
|
1464
|
-
},
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
from: {
|
|
1468
|
-
name: 'TuiRadioListModule',
|
|
1469
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1470
|
-
},
|
|
1471
|
-
to: {
|
|
1472
|
-
name: 'TuiRadioList',
|
|
1473
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1474
|
-
},
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
from: {
|
|
1478
|
-
name: 'TuiInputFilesModule',
|
|
1479
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1480
|
-
},
|
|
1481
|
-
to: {
|
|
1482
|
-
name: 'TuiFiles',
|
|
1483
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1484
|
-
spreadInModule: true,
|
|
1485
|
-
},
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
from: {
|
|
1489
|
-
name: 'PolymorpheusModule',
|
|
1490
|
-
moduleSpecifier: '@tinkoff/ng-polymorpheus',
|
|
1491
|
-
},
|
|
1492
|
-
to: [
|
|
1493
|
-
{ name: 'PolymorpheusTemplate', moduleSpecifier: '@taiga-ui/polymorpheus' },
|
|
1494
|
-
{ name: 'PolymorpheusOutlet', moduleSpecifier: '@taiga-ui/polymorpheus' },
|
|
1495
|
-
],
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
from: {
|
|
1499
|
-
name: 'tuiDefaultSort',
|
|
1500
|
-
moduleSpecifier: '@taiga-ui/addon-table',
|
|
1501
|
-
},
|
|
1502
|
-
to: {
|
|
1503
|
-
name: 'tuiDefaultSort',
|
|
1504
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
1505
|
-
},
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
from: {
|
|
1509
|
-
name: 'AbstractTuiControl',
|
|
1510
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
1511
|
-
},
|
|
1512
|
-
to: {
|
|
1513
|
-
name: 'AbstractTuiControl',
|
|
1514
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1515
|
-
},
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
from: {
|
|
1519
|
-
name: 'TuiNavigationModule',
|
|
1520
|
-
moduleSpecifier: '@taiga-ui/proprietary-navigation',
|
|
1521
|
-
},
|
|
1522
|
-
to: {
|
|
1523
|
-
name: 'TuiProprietaryNavigation',
|
|
1524
|
-
moduleSpecifier: '@taiga-ui/proprietary',
|
|
1525
|
-
spreadInModule: true,
|
|
1526
|
-
},
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
from: [
|
|
1530
|
-
{
|
|
1531
|
-
name: 'TuiErrorModule',
|
|
1532
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
name: 'TuiErrorComponent',
|
|
1536
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1537
|
-
},
|
|
1538
|
-
],
|
|
1539
|
-
to: {
|
|
1540
|
-
name: 'TuiError',
|
|
1541
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1542
|
-
},
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
from: {
|
|
1546
|
-
name: 'TuiStringifyPipeModule',
|
|
1547
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1548
|
-
},
|
|
1549
|
-
to: {
|
|
1550
|
-
name: 'TuiStringifyPipe',
|
|
1551
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1552
|
-
},
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
from: {
|
|
1556
|
-
name: 'TuiHintModule',
|
|
1557
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1558
|
-
},
|
|
1559
|
-
to: {
|
|
1560
|
-
name: 'TuiHint',
|
|
1561
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1562
|
-
spreadInModule: true,
|
|
1563
|
-
},
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
from: {
|
|
1567
|
-
name: 'TuiLegendItemModule',
|
|
1568
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1569
|
-
},
|
|
1570
|
-
to: {
|
|
1571
|
-
name: 'TuiLegendItem',
|
|
1572
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1573
|
-
},
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
from: {
|
|
1577
|
-
name: 'TuiLineChartModule',
|
|
1578
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1579
|
-
},
|
|
1580
|
-
to: [
|
|
1581
|
-
{
|
|
1582
|
-
name: 'TuiLineChart',
|
|
1583
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
name: 'TuiLineChartHint',
|
|
1587
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1588
|
-
},
|
|
1589
|
-
],
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
from: {
|
|
1593
|
-
name: 'TuiLineDaysChartModule',
|
|
1594
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1595
|
-
},
|
|
1596
|
-
to: [
|
|
1597
|
-
{
|
|
1598
|
-
name: 'TuiLineDaysChart',
|
|
1599
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
name: 'TuiLineDaysChartHint',
|
|
1603
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1604
|
-
},
|
|
1605
|
-
],
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
from: {
|
|
1609
|
-
name: 'TuiPieChartModule',
|
|
1610
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1611
|
-
},
|
|
1612
|
-
to: {
|
|
1613
|
-
name: 'TuiPieChart',
|
|
1614
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1615
|
-
},
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
from: {
|
|
1619
|
-
name: 'TuiRingChartModule',
|
|
1620
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1621
|
-
},
|
|
1622
|
-
to: {
|
|
1623
|
-
name: 'TuiRingChart',
|
|
1624
|
-
moduleSpecifier: '@taiga-ui/addon-charts',
|
|
1625
|
-
},
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
from: {
|
|
1629
|
-
name: 'TuiInputCardModule',
|
|
1630
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1631
|
-
},
|
|
1632
|
-
to: {
|
|
1633
|
-
name: 'TuiInputCard',
|
|
1634
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1635
|
-
},
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
from: {
|
|
1639
|
-
name: 'TuiInputCardGroupedModule',
|
|
1640
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1641
|
-
},
|
|
1642
|
-
to: {
|
|
1643
|
-
name: 'TuiInputCardGroup',
|
|
1644
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1645
|
-
},
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
from: {
|
|
1649
|
-
name: 'TuiInputCVCModule',
|
|
1650
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1651
|
-
},
|
|
1652
|
-
to: {
|
|
1653
|
-
name: 'TuiInputCVC',
|
|
1654
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1655
|
-
},
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
from: {
|
|
1659
|
-
name: 'TuiInputExpireModule',
|
|
1660
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1661
|
-
},
|
|
1662
|
-
to: {
|
|
1663
|
-
name: 'TuiInputExpire',
|
|
1664
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1665
|
-
},
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
from: {
|
|
1669
|
-
name: 'TuiCurrencyPipeModule',
|
|
1670
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1671
|
-
},
|
|
1672
|
-
to: {
|
|
1673
|
-
name: 'TuiCurrencyPipe',
|
|
1674
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1675
|
-
},
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
from: {
|
|
1679
|
-
name: 'TuiFormatCardModule',
|
|
1680
|
-
moduleSpecifier: '@taiga-ui/addon-commerce',
|
|
1681
|
-
},
|
|
1682
|
-
to: {
|
|
1683
|
-
name: 'TuiFormatCardPipe',
|
|
1684
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1685
|
-
},
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
from: {
|
|
1689
|
-
name: 'TuiMobileDialogModule',
|
|
1690
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1691
|
-
},
|
|
1692
|
-
to: {
|
|
1693
|
-
name: 'TuiMobileDialog',
|
|
1694
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1695
|
-
},
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
from: {
|
|
1699
|
-
name: 'TuiRippleModule',
|
|
1700
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1701
|
-
},
|
|
1702
|
-
to: {
|
|
1703
|
-
name: 'TuiRipple',
|
|
1704
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1705
|
-
},
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
from: {
|
|
1709
|
-
name: 'TuiTouchableModule',
|
|
1710
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1711
|
-
},
|
|
1712
|
-
to: {
|
|
1713
|
-
name: 'TuiTouchable',
|
|
1714
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1715
|
-
},
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
from: {
|
|
1719
|
-
name: 'TuiElasticStickyModule',
|
|
1720
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1721
|
-
},
|
|
1722
|
-
to: {
|
|
1723
|
-
name: 'TuiElasticSticky',
|
|
1724
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1725
|
-
},
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
from: {
|
|
1729
|
-
name: 'TuiSheetDialogModule',
|
|
1730
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1731
|
-
},
|
|
1732
|
-
to: [
|
|
1733
|
-
{
|
|
1734
|
-
name: 'TuiSheetDialogComponent',
|
|
1735
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
name: 'TuiSheetDialog',
|
|
1739
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1740
|
-
},
|
|
1741
|
-
],
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
from: {
|
|
1745
|
-
name: 'TuiPullToRefreshModule',
|
|
1746
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1747
|
-
},
|
|
1748
|
-
to: {
|
|
1749
|
-
name: 'TuiPullToRefresh',
|
|
1750
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1751
|
-
},
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
from: {
|
|
1755
|
-
name: 'TuiSheetModule',
|
|
1756
|
-
moduleSpecifier: '@taiga-ui/addon-mobile',
|
|
1757
|
-
},
|
|
1758
|
-
to: {
|
|
1759
|
-
name: 'TuiSheetModule',
|
|
1760
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1761
|
-
},
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
from: {
|
|
1765
|
-
name: 'TuiTooltipModule',
|
|
1766
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
1767
|
-
},
|
|
1768
|
-
to: {
|
|
1769
|
-
name: 'TuiTooltipModule',
|
|
1770
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1771
|
-
},
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
from: {
|
|
1775
|
-
name: 'TUI_ARROW_OPTIONS',
|
|
1776
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1777
|
-
},
|
|
1778
|
-
to: {
|
|
1779
|
-
name: 'TUI_ARROW_OPTIONS',
|
|
1780
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1781
|
-
},
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
from: {
|
|
1785
|
-
name: 'tuiArrowOptionsProvider',
|
|
1786
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1787
|
-
},
|
|
1788
|
-
to: {
|
|
1789
|
-
name: 'tuiArrowOptionsProvider',
|
|
1790
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1791
|
-
},
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
from: {
|
|
1795
|
-
name: 'TuiArrowOptions',
|
|
1796
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1797
|
-
},
|
|
1798
|
-
to: {
|
|
1799
|
-
name: 'TuiArrowOptions',
|
|
1800
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1801
|
-
},
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
from: {
|
|
1805
|
-
name: 'TuiComboBoxModule',
|
|
1806
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1807
|
-
},
|
|
1808
|
-
to: {
|
|
1809
|
-
name: 'TuiComboBoxModule',
|
|
1810
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1811
|
-
},
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
from: {
|
|
1815
|
-
name: 'TuiInputModule',
|
|
1816
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1817
|
-
},
|
|
1818
|
-
to: {
|
|
1819
|
-
name: 'TuiInputModule',
|
|
1820
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1821
|
-
},
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
from: {
|
|
1825
|
-
name: 'TuiInputComponent',
|
|
1826
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1827
|
-
},
|
|
1828
|
-
to: {
|
|
1829
|
-
name: 'TuiInputComponent',
|
|
1830
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1831
|
-
},
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
from: {
|
|
1835
|
-
name: 'TuiInputCopyModule',
|
|
1836
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1837
|
-
},
|
|
1838
|
-
to: {
|
|
1839
|
-
name: 'TuiInputCopyModule',
|
|
1840
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1841
|
-
},
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
from: {
|
|
1845
|
-
name: 'TuiInputCopyOptions',
|
|
1846
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1847
|
-
},
|
|
1848
|
-
to: {
|
|
1849
|
-
name: 'TuiInputCopyOptions',
|
|
1850
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1851
|
-
},
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
from: {
|
|
1855
|
-
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
|
1856
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1857
|
-
},
|
|
1858
|
-
to: {
|
|
1859
|
-
name: 'TUI_INPUT_COPY_DEFAULT_OPTIONS',
|
|
1860
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1861
|
-
},
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
from: {
|
|
1865
|
-
name: 'TUI_INPUT_COPY_OPTIONS',
|
|
1866
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1867
|
-
},
|
|
1868
|
-
to: {
|
|
1869
|
-
name: 'TUI_INPUT_COPY_OPTIONS',
|
|
1870
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1871
|
-
},
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
from: {
|
|
1875
|
-
name: 'tuiInputCopyOptionsProvider',
|
|
1876
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1877
|
-
},
|
|
1878
|
-
to: {
|
|
1879
|
-
name: 'tuiInputCopyOptionsProvider',
|
|
1880
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1881
|
-
},
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
from: {
|
|
1885
|
-
name: 'TuiInputDateModule',
|
|
1886
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1887
|
-
},
|
|
1888
|
-
to: {
|
|
1889
|
-
name: 'TuiInputDateModule',
|
|
1890
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1891
|
-
},
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
from: {
|
|
1895
|
-
name: 'TuiInputDateMultiModule',
|
|
1896
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1897
|
-
},
|
|
1898
|
-
to: {
|
|
1899
|
-
name: 'TuiInputDateMultiModule',
|
|
1900
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1901
|
-
},
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
from: {
|
|
1905
|
-
name: 'TuiInputDateMultiModule',
|
|
1906
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1907
|
-
},
|
|
1908
|
-
to: {
|
|
1909
|
-
name: 'TuiInputDateMultiModule',
|
|
1910
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1911
|
-
},
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
from: {
|
|
1915
|
-
name: 'TuiInputDateRangeModule',
|
|
1916
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1917
|
-
},
|
|
1918
|
-
to: {
|
|
1919
|
-
name: 'TuiInputDateRangeModule',
|
|
1920
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1921
|
-
},
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
from: {
|
|
1925
|
-
name: 'TuiInputDateTimeModule',
|
|
1926
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1927
|
-
},
|
|
1928
|
-
to: {
|
|
1929
|
-
name: 'TuiInputDateTimeModule',
|
|
1930
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1931
|
-
},
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
from: {
|
|
1935
|
-
name: 'TuiInputMonthModule',
|
|
1936
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1937
|
-
},
|
|
1938
|
-
to: {
|
|
1939
|
-
name: 'TuiInputMonthModule',
|
|
1940
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1941
|
-
},
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
from: {
|
|
1945
|
-
name: 'TuiInputMonthRangeModule',
|
|
1946
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1947
|
-
},
|
|
1948
|
-
to: {
|
|
1949
|
-
name: 'TuiInputMonthRangeModule',
|
|
1950
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1951
|
-
},
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
from: {
|
|
1955
|
-
name: 'TuiInputNumberModule',
|
|
1956
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1957
|
-
},
|
|
1958
|
-
to: {
|
|
1959
|
-
name: 'TuiInputNumberModule',
|
|
1960
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1961
|
-
},
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
from: {
|
|
1965
|
-
name: 'TuiInputNumberOptions',
|
|
1966
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1967
|
-
},
|
|
1968
|
-
to: {
|
|
1969
|
-
name: 'TuiInputNumberOptions',
|
|
1970
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1971
|
-
},
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
from: {
|
|
1975
|
-
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
|
1976
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1977
|
-
},
|
|
1978
|
-
to: {
|
|
1979
|
-
name: 'TUI_INPUT_NUMBER_DEFAULT_OPTIONS',
|
|
1980
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1981
|
-
},
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
from: {
|
|
1985
|
-
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
|
1986
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1987
|
-
},
|
|
1988
|
-
to: {
|
|
1989
|
-
name: 'TUI_INPUT_NUMBER_OPTIONS',
|
|
1990
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
1991
|
-
},
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
from: {
|
|
1995
|
-
name: 'tuiInputNumberOptionsProvider',
|
|
1996
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
1997
|
-
},
|
|
1998
|
-
to: {
|
|
1999
|
-
name: 'tuiInputNumberOptionsProvider',
|
|
2000
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2001
|
-
},
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
from: {
|
|
2005
|
-
name: 'TuiInputPasswordModule',
|
|
2006
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2007
|
-
},
|
|
2008
|
-
to: {
|
|
2009
|
-
name: 'TuiInputPasswordModule',
|
|
2010
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2011
|
-
},
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
from: {
|
|
2015
|
-
name: 'TuiInputPasswordOptions',
|
|
2016
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2017
|
-
},
|
|
2018
|
-
to: {
|
|
2019
|
-
name: 'TuiInputPasswordOptions',
|
|
2020
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2021
|
-
},
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
from: {
|
|
2025
|
-
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
|
2026
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2027
|
-
},
|
|
2028
|
-
to: {
|
|
2029
|
-
name: 'TUI_INPUT_PASSWORD_DEFAULT_OPTIONS',
|
|
2030
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2031
|
-
},
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
from: {
|
|
2035
|
-
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
|
2036
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2037
|
-
},
|
|
2038
|
-
to: {
|
|
2039
|
-
name: 'TUI_INPUT_PASSWORD_OPTIONS',
|
|
2040
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2041
|
-
},
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
from: {
|
|
2045
|
-
name: 'tuiInputPasswordOptionsProvider',
|
|
2046
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2047
|
-
},
|
|
2048
|
-
to: {
|
|
2049
|
-
name: 'tuiInputPasswordOptionsProvider',
|
|
2050
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2051
|
-
},
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
from: {
|
|
2055
|
-
name: 'TuiInputPhoneModule',
|
|
2056
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2057
|
-
},
|
|
2058
|
-
to: {
|
|
2059
|
-
name: 'TuiInputPhoneModule',
|
|
2060
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2061
|
-
},
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
from: {
|
|
2065
|
-
name: 'TuiInputPhoneOptions',
|
|
2066
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2067
|
-
},
|
|
2068
|
-
to: {
|
|
2069
|
-
name: 'TuiInputPhoneOptions',
|
|
2070
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2071
|
-
},
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
from: {
|
|
2075
|
-
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
|
2076
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2077
|
-
},
|
|
2078
|
-
to: {
|
|
2079
|
-
name: 'TUI_INPUT_PHONE_DEFAULT_OPTIONS',
|
|
2080
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2081
|
-
},
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
from: {
|
|
2085
|
-
name: 'TUI_INPUT_PHONE_OPTIONS',
|
|
2086
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2087
|
-
},
|
|
2088
|
-
to: {
|
|
2089
|
-
name: 'TUI_INPUT_PHONE_OPTIONS',
|
|
2090
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2091
|
-
},
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
from: {
|
|
2095
|
-
name: 'tuiInputPhoneOptionsProvider',
|
|
2096
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2097
|
-
},
|
|
2098
|
-
to: {
|
|
2099
|
-
name: 'tuiInputPhoneOptionsProvider',
|
|
2100
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2101
|
-
},
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
from: {
|
|
2105
|
-
name: 'TuiInputPhoneInternationalModule',
|
|
2106
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2107
|
-
},
|
|
2108
|
-
to: {
|
|
2109
|
-
name: 'TuiInputPhoneInternationalComponent',
|
|
2110
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2111
|
-
},
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
from: {
|
|
2115
|
-
name: 'TuiInputPhoneInternationalOptions',
|
|
2116
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2117
|
-
},
|
|
2118
|
-
to: {
|
|
2119
|
-
name: 'TuiInputPhoneInternationalOptions',
|
|
2120
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2121
|
-
},
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
from: {
|
|
2125
|
-
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
|
2126
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2127
|
-
},
|
|
2128
|
-
to: {
|
|
2129
|
-
name: 'TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS',
|
|
2130
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2131
|
-
},
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
from: {
|
|
2135
|
-
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
|
2136
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2137
|
-
},
|
|
2138
|
-
to: {
|
|
2139
|
-
name: 'TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS',
|
|
2140
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2141
|
-
},
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
from: {
|
|
2145
|
-
name: 'tuiInputPhoneInternationalOptionsProvider',
|
|
2146
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2147
|
-
},
|
|
2148
|
-
to: {
|
|
2149
|
-
name: 'tuiInputPhoneInternationalOptionsProvider',
|
|
2150
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2151
|
-
},
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
from: {
|
|
2155
|
-
name: 'TuiInputRangeModule',
|
|
2156
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2157
|
-
},
|
|
2158
|
-
to: {
|
|
2159
|
-
name: 'TuiInputRangeModule',
|
|
2160
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2161
|
-
},
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
from: {
|
|
2165
|
-
name: 'TuiInputSliderModule',
|
|
2166
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2167
|
-
},
|
|
2168
|
-
to: {
|
|
2169
|
-
name: 'TuiInputSliderModule',
|
|
2170
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2171
|
-
},
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
from: {
|
|
2175
|
-
name: 'TuiInputTagModule',
|
|
2176
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2177
|
-
},
|
|
2178
|
-
to: {
|
|
2179
|
-
name: 'TuiInputTagModule',
|
|
2180
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2181
|
-
},
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
from: {
|
|
2185
|
-
name: 'TuiInputTagOptions',
|
|
2186
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2187
|
-
},
|
|
2188
|
-
to: {
|
|
2189
|
-
name: 'TuiInputTagOptions',
|
|
2190
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2191
|
-
},
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
from: {
|
|
2195
|
-
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
|
2196
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2197
|
-
},
|
|
2198
|
-
to: {
|
|
2199
|
-
name: 'TUI_INPUT_TAG_DEFAULT_OPTIONS',
|
|
2200
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2201
|
-
},
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
from: {
|
|
2205
|
-
name: 'TUI_INPUT_TAG_OPTIONS',
|
|
2206
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2207
|
-
},
|
|
2208
|
-
to: {
|
|
2209
|
-
name: 'TUI_INPUT_TAG_OPTIONS',
|
|
2210
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2211
|
-
},
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
from: {
|
|
2215
|
-
name: 'tuiInputTagOptionsProvider',
|
|
2216
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2217
|
-
},
|
|
2218
|
-
to: {
|
|
2219
|
-
name: 'tuiInputTagOptionsProvider',
|
|
2220
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2221
|
-
},
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
from: {
|
|
2225
|
-
name: 'TuiInputTimeModule',
|
|
2226
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2227
|
-
},
|
|
2228
|
-
to: {
|
|
2229
|
-
name: 'TuiInputTimeModule',
|
|
2230
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2231
|
-
},
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
from: {
|
|
2235
|
-
name: 'TuiInputTimeOptions',
|
|
2236
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2237
|
-
},
|
|
2238
|
-
to: {
|
|
2239
|
-
name: 'TuiInputTimeOptions',
|
|
2240
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2241
|
-
},
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
from: {
|
|
2245
|
-
name: 'TuiTimeFormatParts',
|
|
2246
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2247
|
-
},
|
|
2248
|
-
to: {
|
|
2249
|
-
name: 'TuiTimeFormatParts',
|
|
2250
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2251
|
-
},
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
from: {
|
|
2255
|
-
name: 'MAX_TIME_VALUES',
|
|
2256
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2257
|
-
},
|
|
2258
|
-
to: {
|
|
2259
|
-
name: 'MAX_TIME_VALUES',
|
|
2260
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2261
|
-
},
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
from: {
|
|
2265
|
-
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
|
2266
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2267
|
-
},
|
|
2268
|
-
to: {
|
|
2269
|
-
name: 'TUI_INPUT_TIME_DEFAULT_OPTIONS',
|
|
2270
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2271
|
-
},
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
from: {
|
|
2275
|
-
name: 'TUI_INPUT_TIME_OPTIONS',
|
|
2276
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2277
|
-
},
|
|
2278
|
-
to: {
|
|
2279
|
-
name: 'TUI_INPUT_TIME_OPTIONS',
|
|
2280
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2281
|
-
},
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
from: {
|
|
2285
|
-
name: 'tuiInputTimeOptionsProvider',
|
|
2286
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2287
|
-
},
|
|
2288
|
-
to: {
|
|
2289
|
-
name: 'tuiInputTimeOptionsProvider',
|
|
2290
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2291
|
-
},
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
from: {
|
|
2295
|
-
name: 'TuiInputYearModule',
|
|
2296
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2297
|
-
},
|
|
2298
|
-
to: {
|
|
2299
|
-
name: 'TuiInputYearModule',
|
|
2300
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2301
|
-
},
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
from: {
|
|
2305
|
-
name: 'TuiMultiSelectModule',
|
|
2306
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2307
|
-
},
|
|
2308
|
-
to: {
|
|
2309
|
-
name: 'TuiMultiSelectModule',
|
|
2310
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2311
|
-
},
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
from: {
|
|
2315
|
-
name: 'TuiMultiSelectComponent',
|
|
2316
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2317
|
-
},
|
|
2318
|
-
to: {
|
|
2319
|
-
name: 'TuiMultiSelectComponent',
|
|
2320
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2321
|
-
},
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
from: {
|
|
2325
|
-
name: 'TuiMultiSelectOptions',
|
|
2326
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2327
|
-
},
|
|
2328
|
-
to: {
|
|
2329
|
-
name: 'TuiMultiSelectOptions',
|
|
2330
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2331
|
-
},
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
from: {
|
|
2335
|
-
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
|
2336
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2337
|
-
},
|
|
2338
|
-
to: {
|
|
2339
|
-
name: 'TUI_MULTI_SELECT_DEFAULT_OPTIONS',
|
|
2340
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2341
|
-
},
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
from: {
|
|
2345
|
-
name: 'TUI_MULTI_SELECT_OPTIONS',
|
|
2346
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2347
|
-
},
|
|
2348
|
-
to: {
|
|
2349
|
-
name: 'TUI_MULTI_SELECT_OPTIONS',
|
|
2350
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2351
|
-
},
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
from: {
|
|
2355
|
-
name: 'tuiMultiSelectOptionsProvider',
|
|
2356
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2357
|
-
},
|
|
2358
|
-
to: {
|
|
2359
|
-
name: 'tuiMultiSelectOptionsProvider',
|
|
2360
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2361
|
-
},
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
from: {
|
|
2365
|
-
name: 'TuiMultiSelectOptionModule',
|
|
2366
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2367
|
-
},
|
|
2368
|
-
to: {
|
|
2369
|
-
name: 'TuiMultiSelectOptionModule',
|
|
2370
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2371
|
-
},
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
from: {
|
|
2375
|
-
name: 'TuiSelectModule',
|
|
2376
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2377
|
-
},
|
|
2378
|
-
to: {
|
|
2379
|
-
name: 'TuiSelectModule',
|
|
2380
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2381
|
-
},
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
from: {
|
|
2385
|
-
name: 'TuiSelectOptions',
|
|
2386
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2387
|
-
},
|
|
2388
|
-
to: {
|
|
2389
|
-
name: 'TuiSelectOptions',
|
|
2390
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2391
|
-
},
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
from: {
|
|
2395
|
-
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
|
2396
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2397
|
-
},
|
|
2398
|
-
to: {
|
|
2399
|
-
name: 'TUI_SELECT_DEFAULT_OPTIONS',
|
|
2400
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2401
|
-
},
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
from: {
|
|
2405
|
-
name: 'TUI_SELECT_OPTIONS',
|
|
2406
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2407
|
-
},
|
|
2408
|
-
to: {
|
|
2409
|
-
name: 'TUI_SELECT_OPTIONS',
|
|
2410
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2411
|
-
},
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
from: {
|
|
2415
|
-
name: 'tuiSelectOptionsProvider',
|
|
2416
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2417
|
-
},
|
|
2418
|
-
to: {
|
|
2419
|
-
name: 'tuiSelectOptionsProvider',
|
|
2420
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2421
|
-
},
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
from: {
|
|
2425
|
-
name: 'TuiSelectOptionModule',
|
|
2426
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2427
|
-
},
|
|
2428
|
-
to: {
|
|
2429
|
-
name: 'TuiSelectOptionModule',
|
|
2430
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2431
|
-
},
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
from: {
|
|
2435
|
-
name: 'TuiTagModule',
|
|
2436
|
-
moduleSpecifier: '@taiga-ui/kit',
|
|
2437
|
-
},
|
|
2438
|
-
to: {
|
|
2439
|
-
name: 'TuiTagModule',
|
|
2440
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2441
|
-
},
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
from: {
|
|
2445
|
-
name: 'TUI_IS_APPLE',
|
|
2446
|
-
moduleSpecifier: '@taiga-ui/cdk',
|
|
2447
|
-
},
|
|
2448
|
-
to: {
|
|
2449
|
-
name: 'TUI_IS_APPLE',
|
|
2450
|
-
moduleSpecifier: '@taiga-ui/legacy',
|
|
2451
|
-
},
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
from: [
|
|
2455
|
-
{
|
|
2456
|
-
name: 'TuiLabelModule',
|
|
2457
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
name: 'TuiLabelComponent',
|
|
2461
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
2462
|
-
},
|
|
2463
|
-
],
|
|
2464
|
-
to: {
|
|
2465
|
-
name: 'TuiLabel',
|
|
2466
|
-
moduleSpecifier: '@taiga-ui/core',
|
|
2467
|
-
},
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
from: {
|
|
2471
|
-
name: 'ResizeObserverModule',
|
|
2472
|
-
moduleSpecifier: '@ng-web-apis/resize-observer',
|
|
2473
|
-
},
|
|
2474
|
-
to: {
|
|
2475
|
-
name: 'WaResizeObserver',
|
|
2476
|
-
moduleSpecifier: '@ng-web-apis/resize-observer',
|
|
2477
|
-
},
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
from: {
|
|
2481
|
-
name: 'IntersectionObserverModule',
|
|
2482
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2483
|
-
},
|
|
2484
|
-
to: {
|
|
2485
|
-
name: 'WaIntersectionObserver',
|
|
2486
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2487
|
-
spreadInModule: true,
|
|
2488
|
-
},
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
from: {
|
|
2492
|
-
name: 'INTERSECTION_THRESHOLD',
|
|
2493
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2494
|
-
},
|
|
2495
|
-
to: {
|
|
2496
|
-
name: 'WA_INTERSECTION_THRESHOLD',
|
|
2497
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2498
|
-
},
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
from: {
|
|
2502
|
-
name: 'INTERSECTION_ROOT_MARGIN',
|
|
2503
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2504
|
-
},
|
|
2505
|
-
to: {
|
|
2506
|
-
name: 'WA_INTERSECTION_ROOT_MARGIN',
|
|
2507
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2508
|
-
},
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
from: {
|
|
2512
|
-
name: 'INTERSECTION_ROOT',
|
|
2513
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2514
|
-
},
|
|
2515
|
-
to: {
|
|
2516
|
-
name: 'WA_INTERSECTION_ROOT',
|
|
2517
|
-
moduleSpecifier: '@ng-web-apis/intersection-observer',
|
|
2518
|
-
},
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
from: {
|
|
2522
|
-
name: 'MUTATION_OBSERVER_INIT',
|
|
2523
|
-
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
|
2524
|
-
},
|
|
2525
|
-
to: {
|
|
2526
|
-
name: 'WA_MUTATION_OBSERVER_INIT',
|
|
2527
|
-
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
|
2528
|
-
},
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
from: {
|
|
2532
|
-
name: 'MutationObserverDirective',
|
|
2533
|
-
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
|
2534
|
-
},
|
|
2535
|
-
to: {
|
|
2536
|
-
name: 'WaMutationObserver',
|
|
2537
|
-
moduleSpecifier: '@ng-web-apis/mutation-observer',
|
|
2538
|
-
},
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
from: { name: 'WINDOW', moduleSpecifier: '@ng-web-apis/common' },
|
|
2542
|
-
to: { name: 'WA_WINDOW', moduleSpecifier: '@ng-web-apis/common' },
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
from: { name: 'USER_AGENT', moduleSpecifier: '@ng-web-apis/common' },
|
|
2546
|
-
to: { name: 'WA_USER_AGENT', moduleSpecifier: '@ng-web-apis/common' },
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
from: { name: 'NAVIGATOR', moduleSpecifier: '@ng-web-apis/common' },
|
|
2550
|
-
to: { name: 'WA_NAVIGATOR', moduleSpecifier: '@ng-web-apis/common' },
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
from: { name: 'SESSION_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2554
|
-
to: { name: 'WA_SESSION_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
from: { name: 'PAGE_VISIBILITY', moduleSpecifier: '@ng-web-apis/common' },
|
|
2558
|
-
to: { name: 'WA_PAGE_VISIBILITY', moduleSpecifier: '@ng-web-apis/common' },
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
from: { name: 'LOCATION', moduleSpecifier: '@ng-web-apis/common' },
|
|
2562
|
-
to: { name: 'WA_LOCATION', moduleSpecifier: '@ng-web-apis/common' },
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
from: { name: 'PERFORMANCE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2566
|
-
to: { name: 'WA_PERFORMANCE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
from: { name: 'LOCAL_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2570
|
-
to: { name: 'WA_LOCAL_STORAGE', moduleSpecifier: '@ng-web-apis/common' },
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
from: { name: 'ANIMATION_FRAME', moduleSpecifier: '@ng-web-apis/common' },
|
|
2574
|
-
to: { name: 'WA_ANIMATION_FRAME', moduleSpecifier: '@ng-web-apis/common' },
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
from: { name: 'MaskitoModule', moduleSpecifier: '@maskito/angular' },
|
|
2578
|
-
to: { name: 'MaskitoDirective', moduleSpecifier: '@maskito/angular' },
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
from: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2582
|
-
to: { name: 'TuiStaticRequestService', moduleSpecifier: '@taiga-ui/legacy' },
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
from: { name: 'TUI_DATE_FORMAT', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2586
|
-
to: { name: 'TUI_DATE_FORMAT', moduleSpecifier: '@taiga-ui/core' },
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
from: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2590
|
-
to: { name: 'TUI_FOCUSABLE_ITEM_ACCESSOR', moduleSpecifier: '@taiga-ui/legacy' },
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
from: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2594
|
-
to: { name: 'TuiNativeFocusableElement', moduleSpecifier: '@taiga-ui/legacy' },
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
from: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2598
|
-
to: { name: 'TuiFocusableElementAccessor', moduleSpecifier: '@taiga-ui/legacy' },
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
from: { name: 'TuiObscuredModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2602
|
-
to: { name: 'TuiObscured', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
from: { name: 'TuiResizerModule', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2606
|
-
to: [
|
|
2607
|
-
{ name: 'TuiResizable', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2608
|
-
{ name: 'TuiResizer', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2609
|
-
],
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
from: { name: 'TuiResizeableDirective', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2613
|
-
to: { name: 'TuiResizable', moduleSpecifier: '@taiga-ui/cdk' },
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
from: [
|
|
2617
|
-
{ name: 'NG_EVENT_PLUGINS', moduleSpecifier: '@tinkoff/ng-event-plugins' },
|
|
2618
|
-
{ name: 'NG_EVENT_PLUGINS', moduleSpecifier: '@taiga-ui/event-plugins' },
|
|
2619
|
-
],
|
|
2620
|
-
to: {
|
|
2621
|
-
name: 'provideEventPlugins',
|
|
2622
|
-
moduleSpecifier: '@taiga-ui/event-plugins',
|
|
2623
|
-
callExpression: true,
|
|
2624
|
-
},
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
from: {
|
|
2628
|
-
name: 'tuiDocLanguageSwitcher',
|
|
2629
|
-
moduleSpecifier: '@taiga-ui/i18n',
|
|
2630
|
-
},
|
|
2631
|
-
to: {
|
|
2632
|
-
name: 'tuiLanguageSwitcher',
|
|
2633
|
-
moduleSpecifier: '@taiga-ui/i18n',
|
|
2634
|
-
},
|
|
2635
|
-
},
|
|
2636
|
-
];
|
|
2637
|
-
//# sourceMappingURL=identifiers-to-replace.js.map
|