@taiga-ui/cdk 3.59.0 → 3.60.0-canary.799e7d6
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/bundles/taiga-ui-cdk-abstract.umd.js +11 -11
- package/bundles/taiga-ui-cdk-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-coercion.umd.js +1 -1
- package/bundles/taiga-ui-cdk-coercion.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js +2 -2
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +80 -80
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js +27 -27
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-decorators.umd.js +4 -4
- package/bundles/taiga-ui-cdk-decorators.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +30 -30
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js +2 -2
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-exceptions.umd.js +13 -13
- package/bundles/taiga-ui-cdk-exceptions.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-observables.umd.js +9 -9
- package/bundles/taiga-ui-cdk-observables.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js +1 -1
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-is-present.umd.js +1 -1
- package/bundles/taiga-ui-cdk-pipes-is-present.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-keys.umd.js +1 -1
- package/bundles/taiga-ui-cdk-pipes-keys.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js +1 -1
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-pipes-replace.umd.js +2 -2
- package/bundles/taiga-ui-cdk-pipes-replace.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-services.umd.js +28 -25
- package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-tokens.umd.js +24 -24
- package/bundles/taiga-ui-cdk-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-browser.umd.js +8 -8
- package/bundles/taiga-ui-cdk-utils-browser.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-color.umd.js +20 -20
- package/bundles/taiga-ui-cdk-utils-color.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-dom.umd.js +11 -11
- package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-focus.umd.js +19 -19
- package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-format.umd.js +1 -1
- package/bundles/taiga-ui-cdk-utils-format.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-math.umd.js +7 -7
- package/bundles/taiga-ui-cdk-utils-math.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +15 -15
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-os.umd.js +1 -1
- package/bundles/taiga-ui-cdk-utils-os.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-svg.umd.js +11 -11
- package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/esm2015/abstract/control.js +4 -4
- package/esm2015/abstract/interactive.js +7 -7
- package/esm2015/abstract/portal-host.js +2 -2
- package/esm2015/abstract/theme-switcher.js +2 -2
- package/esm2015/coercion/coerce-boolean-property.js +2 -2
- package/esm2015/components/dropdown-host/dropdown-portal.service.js +3 -3
- package/esm2015/constants/parent-animation.js +4 -4
- package/esm2015/constants/svg-node-filter.js +2 -2
- package/esm2015/constants/unicode-chars.js +13 -13
- package/esm2015/constants/used-icons.js +64 -64
- package/esm2015/constants/version.js +2 -2
- package/esm2015/date-time/date-format.js +2 -2
- package/esm2015/date-time/date-separator.js +2 -2
- package/esm2015/date-time/day-range.js +3 -3
- package/esm2015/date-time/day.js +14 -14
- package/esm2015/date-time/month.js +2 -2
- package/esm2015/date-time/time.js +7 -7
- package/esm2015/date-time/year.js +2 -2
- package/esm2015/decorators/pure.js +5 -5
- package/esm2015/directives/auto-focus/autofocus.options.js +2 -2
- package/esm2015/directives/auto-focus/handlers/abstract.handler.js +2 -2
- package/esm2015/directives/auto-focus/handlers/default.handler.js +2 -2
- package/esm2015/directives/auto-focus/handlers/ios.handler.js +28 -28
- package/esm2015/directives/hovered/hovered.service.js +3 -3
- package/esm2015/exceptions/computed-document.exception.js +2 -2
- package/esm2015/exceptions/document-selection.exception.js +2 -2
- package/esm2015/exceptions/invalid-day.exception.js +2 -2
- package/esm2015/exceptions/invalid-month.exception.js +2 -2
- package/esm2015/exceptions/invalid-year.exception.js +2 -2
- package/esm2015/exceptions/no-host.exception.js +2 -2
- package/esm2015/exceptions/owner-document.exception.js +2 -2
- package/esm2015/exceptions/pure.exception.js +2 -2
- package/esm2015/exceptions/table-sort-key.exception.js +2 -2
- package/esm2015/exceptions/ts-parser.exception.js +2 -2
- package/esm2015/exceptions/value-changes.exception.js +2 -2
- package/esm2015/exceptions/value-present.exception.js +2 -2
- package/esm2015/exceptions/xml-parsing.exception.js +2 -2
- package/esm2015/observables/drag-and-drop-from.js +2 -2
- package/esm2015/observables/focus-visible-observable.js +5 -5
- package/esm2015/observables/is-observed.js +2 -2
- package/esm2015/observables/mouse-drag-finish-from.js +2 -2
- package/esm2015/observables/pressed-observable.js +2 -2
- package/esm2015/observables/scroll-from.js +2 -2
- package/esm2015/pipes/filter/filter.pipe.js +2 -2
- package/esm2015/pipes/is-present/is-present.pipe.js +2 -2
- package/esm2015/pipes/keys/keys.pipe.js +2 -2
- package/esm2015/pipes/mapper/mapper.pipe.js +2 -2
- package/esm2015/pipes/replace/replace.pipe.js +3 -3
- package/esm2015/services/directive-styles.service.js +6 -3
- package/esm2015/services/id.service.js +4 -4
- package/esm2015/services/obscured.service.js +2 -2
- package/esm2015/services/pan.service.js +5 -5
- package/esm2015/services/parents-scroll.service.js +2 -2
- package/esm2015/services/scroll.service.js +8 -8
- package/esm2015/services/static-request.service.js +4 -4
- package/esm2015/services/swipe.service.js +2 -2
- package/esm2015/services/zoom.service.js +3 -3
- package/esm2015/tokens/active-element.js +9 -9
- package/esm2015/tokens/base-href.js +2 -2
- package/esm2015/tokens/ensure-base-href.js +4 -4
- package/esm2015/tokens/focusable-item-accessor.js +2 -2
- package/esm2015/tokens/fonts-ready.js +2 -2
- package/esm2015/tokens/is-firefox.js +2 -2
- package/esm2015/tokens/is-stackblitz.js +2 -2
- package/esm2015/tokens/platform.js +5 -5
- package/esm2015/tokens/touch-supported.js +2 -2
- package/esm2015/tokens/window-size.js +3 -3
- package/esm2015/utils/browser/is-edge-older-than.js +2 -2
- package/esm2015/utils/browser/is-edge.js +2 -2
- package/esm2015/utils/browser/is-firefox.js +2 -2
- package/esm2015/utils/browser/is-safari.js +6 -6
- package/esm2015/utils/color/hex-to-rgb.js +4 -4
- package/esm2015/utils/color/hex-to-rgba.js +5 -5
- package/esm2015/utils/color/parse-color.js +7 -7
- package/esm2015/utils/color/rgb-to-hex.js +2 -2
- package/esm2015/utils/color/rgba-to-hex.js +7 -7
- package/esm2015/utils/dom/element-checks.js +4 -4
- package/esm2015/utils/dom/get-clipboard-data-text.js +4 -4
- package/esm2015/utils/dom/get-document-or-shadow-root.js +2 -2
- package/esm2015/utils/dom/get-element-offset.js +2 -2
- package/esm2015/utils/dom/retarget-boundary-crossing.js +4 -4
- package/esm2015/utils/focus/is-native-keyboard-focusable.js +14 -14
- package/esm2015/utils/focus/is-native-mouse-focusable.js +3 -3
- package/esm2015/utils/focus/set-native-mouse-focused.js +5 -5
- package/esm2015/utils/format/px.js +2 -2
- package/esm2015/utils/math/round-with.js +4 -4
- package/esm2015/utils/math/round.js +5 -5
- package/esm2015/utils/miscellaneous/clean-object.js +2 -2
- package/esm2015/utils/miscellaneous/create-token.js +2 -2
- package/esm2015/utils/miscellaneous/ease-in-out-quad.js +2 -2
- package/esm2015/utils/miscellaneous/get-swipe-direction.js +3 -3
- package/esm2015/utils/miscellaneous/is-number.js +2 -2
- package/esm2015/utils/miscellaneous/is-object.js +2 -2
- package/esm2015/utils/miscellaneous/is-string.js +2 -2
- package/esm2015/utils/miscellaneous/is-valid-url.js +8 -8
- package/esm2015/utils/os/is-apple-platform.js +2 -2
- package/esm2015/utils/svg/svg-linear-gradient-processor.js +12 -12
- package/fesm2015/taiga-ui-cdk-abstract.js +11 -11
- package/fesm2015/taiga-ui-cdk-abstract.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-coercion.js +1 -1
- package/fesm2015/taiga-ui-cdk-coercion.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-components-dropdown-host.js +2 -2
- package/fesm2015/taiga-ui-cdk-components-dropdown-host.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js +80 -80
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-date-time.js +25 -25
- package/fesm2015/taiga-ui-cdk-date-time.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-decorators.js +4 -4
- package/fesm2015/taiga-ui-cdk-decorators.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js +30 -30
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-hovered.js +2 -2
- package/fesm2015/taiga-ui-cdk-directives-hovered.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-exceptions.js +13 -13
- package/fesm2015/taiga-ui-cdk-exceptions.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-observables.js +9 -9
- package/fesm2015/taiga-ui-cdk-observables.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-filter.js +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-filter.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-is-present.js +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-is-present.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-keys.js +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-keys.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-mapper.js +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-mapper.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-pipes-replace.js +2 -2
- package/fesm2015/taiga-ui-cdk-pipes-replace.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-services.js +27 -24
- package/fesm2015/taiga-ui-cdk-services.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-tokens.js +23 -23
- package/fesm2015/taiga-ui-cdk-tokens.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-browser.js +8 -8
- package/fesm2015/taiga-ui-cdk-utils-browser.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-color.js +20 -20
- package/fesm2015/taiga-ui-cdk-utils-color.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-dom.js +11 -11
- package/fesm2015/taiga-ui-cdk-utils-dom.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-focus.js +19 -19
- package/fesm2015/taiga-ui-cdk-utils-focus.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-format.js +1 -1
- package/fesm2015/taiga-ui-cdk-utils-format.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-math.js +7 -7
- package/fesm2015/taiga-ui-cdk-utils-math.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +15 -15
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-os.js +1 -1
- package/fesm2015/taiga-ui-cdk-utils-os.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-svg.js +11 -11
- package/fesm2015/taiga-ui-cdk-utils-svg.js.map +1 -1
- package/package.json +69 -69
- package/schematics/constants/file-globs.js +24 -24
- package/schematics/constants/taiga-styles.js +4 -4
- package/schematics/ng-add/constants/modules.js +12 -12
- package/schematics/ng-add/constants/packages.js +1 -1
- package/schematics/ng-add/constants/versions.js +3 -3
- package/schematics/ng-add/index.js +10 -10
- package/schematics/ng-add/steps/add-taiga-icons.js +4 -4
- package/schematics/ng-add/steps/add-taiga-modules.js +14 -14
- package/schematics/ng-add/steps/wrap-with-tui-root.js +12 -12
- package/schematics/ng-update/steps/icons/replace-imports.js +2 -2
- package/schematics/ng-update/steps/remove-module.js +2 -2
- package/schematics/ng-update/steps/rename-types.js +5 -5
- package/schematics/ng-update/steps/replace-deep-import.js +4 -4
- package/schematics/ng-update/steps/replace-enums.js +2 -2
- package/schematics/ng-update/steps/replace-identifier.js +2 -2
- package/schematics/ng-update/steps/replace-services.js +4 -4
- package/schematics/ng-update/steps/show-warnings.js +1 -1
- package/schematics/ng-update/utils/replace-text.js +1 -1
- package/schematics/ng-update/utils/templates/replace-tag.js +1 -1
- package/schematics/ng-update/v3/constants/breakpoints.js +27 -27
- package/schematics/ng-update/v3/constants/constants.js +187 -187
- package/schematics/ng-update/v3/constants/deprecated-functions.js +405 -405
- package/schematics/ng-update/v3/constants/enums.js +153 -153
- package/schematics/ng-update/v3/constants/modules.js +4 -4
- package/schematics/ng-update/v3/constants/services.js +16 -16
- package/schematics/ng-update/v3/constants/templates.js +295 -295
- package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +50 -50
- package/schematics/ng-update/v3/constants/types.js +88 -88
- package/schematics/ng-update/v3/constants/warnings.js +62 -62
- package/schematics/ng-update/v3/index.js +7 -7
- package/schematics/ng-update/v3/steps/migrate-date-time.js +42 -42
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +14 -14
- package/schematics/ng-update/v3/steps/migrate-progress.js +6 -6
- package/schematics/ng-update/v3/steps/migrate-sliders/index.js +4 -4
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +27 -27
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +26 -26
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +7 -7
- package/schematics/ng-update/v3/steps/migrate-templates.js +18 -18
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +33 -33
- package/schematics/ng-update/v3/steps/miscellaneous.js +16 -16
- package/schematics/ng-update/v3/steps/replace-functions.js +17 -17
- package/schematics/ng-update/v3/steps/replace-styles.js +12 -12
- package/schematics/ng-update/v3-30/constants/constants.js +2 -2
- package/schematics/ng-update/v3-30/constants/icons.js +494 -494
- package/schematics/ng-update/v3-30/index.js +4 -4
- package/schematics/ng-update/v3-35/constants/constants.js +2 -2
- package/schematics/ng-update/v3-35/constants/icons.js +1266 -1266
- package/schematics/ng-update/v3-35/index.js +5 -5
- package/schematics/ng-update/v3-36/index.js +6 -6
- package/schematics/ng-update/v3-40/index.js +11 -11
- package/schematics/ng-update/v3-5/index.js +1 -1
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +7 -7
- package/schematics/ng-update/v4/index.js +2 -2
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +19 -19
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +21 -21
- package/schematics/ng-update/v4/steps/constants/html-comments.js +9 -9
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +21 -21
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +4 -4
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +2 -2
- package/schematics/ng-update/v4/steps/migrate-templates.js +3 -3
- package/schematics/ng-update/v4/steps/restore-tui-mapper.js +6 -6
- package/schematics/ng-update/v4/steps/restore-tui-matcher.js +6 -6
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +14 -14
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js +3 -3
- package/schematics/ng-update/v4/steps/templates/toggles/common.js +5 -5
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +4 -4
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js +4 -4
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js +4 -4
- package/schematics/utils/add-import-to-component.js +1 -1
- package/schematics/utils/angular/is-standalone-component.js +3 -3
- package/schematics/utils/angular/ng-component.js +1 -1
- package/schematics/utils/angular/ng-module.js +1 -1
- package/schematics/utils/angular-json-manipulations.js +5 -5
- package/schematics/utils/colored-log.js +11 -11
- package/schematics/utils/create-angular-json.js +3 -3
- package/schematics/utils/get-component-from-identifier.js +1 -1
- package/schematics/utils/get-named-import-references.js +1 -1
- package/schematics/utils/get-projects.js +2 -2
- package/schematics/utils/get-standalone-bootstrap-function.js +1 -1
- package/schematics/utils/insert-todo.js +1 -1
- package/schematics/utils/is-ci.js +1 -1
- package/schematics/utils/progress.js +2 -2
- package/schematics/utils/project-root.js +1 -1
- package/schematics/utils/push-to-array-property.js +1 -1
- package/schematics/utils/templates/elements.js +1 -1
- package/schematics/utils/templates/get-component-templates.js +5 -5
- package/schematics/utils/templates/ng-component-input-manipulations.js +5 -5
- package/schematics/utils/templates/template-resource.js +3 -3
- package/services/directive-styles.service.d.ts +3 -2
- package/utils/miscellaneous/is-string.js +1 -1
@@ -4,463 +4,463 @@ exports.CONSTANTS_TO_REPLACE = void 0;
|
|
4
4
|
exports.CONSTANTS_TO_REPLACE = [
|
5
5
|
{
|
6
6
|
from: {
|
7
|
-
name:
|
8
|
-
moduleSpecifier:
|
7
|
+
name: 'EMPTY_VALIDATOR',
|
8
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
9
9
|
},
|
10
10
|
to: {
|
11
|
-
name:
|
12
|
-
namedImport:
|
13
|
-
moduleSpecifier:
|
11
|
+
name: 'Validators.nullValidator',
|
12
|
+
namedImport: 'Validators',
|
13
|
+
moduleSpecifier: '@angular/forms',
|
14
14
|
},
|
15
15
|
},
|
16
16
|
{
|
17
17
|
from: {
|
18
|
-
name:
|
19
|
-
moduleSpecifier:
|
18
|
+
name: 'TUI_CALENDAR_DATA_STREAM',
|
19
|
+
moduleSpecifier: '@taiga-ui/kit',
|
20
20
|
},
|
21
21
|
to: {
|
22
|
-
name:
|
23
|
-
moduleSpecifier:
|
22
|
+
name: 'TUI_CALENDAR_DATE_STREAM',
|
23
|
+
moduleSpecifier: '@taiga-ui/kit',
|
24
24
|
},
|
25
25
|
},
|
26
26
|
{
|
27
27
|
from: {
|
28
|
-
name:
|
28
|
+
name: 'TUI_DATE_MASK',
|
29
29
|
},
|
30
30
|
to: {
|
31
|
-
name:
|
32
|
-
moduleSpecifier:
|
33
|
-
namedImport:
|
31
|
+
name: "tuiCreateDateMask('DMY', '.')",
|
32
|
+
moduleSpecifier: '@taiga-ui/kit',
|
33
|
+
namedImport: 'tuiCreateDateMask',
|
34
34
|
},
|
35
35
|
},
|
36
36
|
{
|
37
37
|
from: {
|
38
|
-
name:
|
38
|
+
name: 'TUI_DATE_RANGE_MASK',
|
39
39
|
},
|
40
40
|
to: {
|
41
|
-
name:
|
42
|
-
moduleSpecifier:
|
43
|
-
namedImport:
|
41
|
+
name: "tuiCreateDateRangeMask('DMY', '.')",
|
42
|
+
moduleSpecifier: '@taiga-ui/kit',
|
43
|
+
namedImport: 'tuiCreateDateRangeMask',
|
44
44
|
},
|
45
45
|
},
|
46
46
|
{
|
47
47
|
from: {
|
48
|
-
name:
|
49
|
-
moduleSpecifier:
|
48
|
+
name: 'getClosestKeyboardFocusable',
|
49
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
50
50
|
},
|
51
51
|
to: {
|
52
|
-
name:
|
53
|
-
moduleSpecifier:
|
52
|
+
name: 'getClosestFocusable',
|
53
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
54
54
|
},
|
55
55
|
},
|
56
56
|
{
|
57
57
|
from: {
|
58
|
-
name:
|
59
|
-
moduleSpecifier:
|
58
|
+
name: 'TuiNotificationsModule',
|
59
|
+
moduleSpecifier: '@taiga-ui/core',
|
60
60
|
},
|
61
61
|
to: {
|
62
|
-
name:
|
63
|
-
moduleSpecifier:
|
62
|
+
name: 'TuiAlertModule',
|
63
|
+
moduleSpecifier: '@taiga-ui/core',
|
64
64
|
},
|
65
65
|
},
|
66
66
|
{
|
67
67
|
from: {
|
68
|
-
name:
|
69
|
-
moduleSpecifier:
|
68
|
+
name: 'TuiHintControllerModule',
|
69
|
+
moduleSpecifier: '@taiga-ui/core',
|
70
70
|
},
|
71
71
|
to: {
|
72
|
-
name:
|
73
|
-
moduleSpecifier:
|
72
|
+
name: 'TuiHintModule',
|
73
|
+
moduleSpecifier: '@taiga-ui/core',
|
74
74
|
},
|
75
75
|
},
|
76
76
|
{
|
77
77
|
from: {
|
78
|
-
name:
|
79
|
-
moduleSpecifier:
|
78
|
+
name: 'TuiManualHintModule',
|
79
|
+
moduleSpecifier: '@taiga-ui/core',
|
80
80
|
},
|
81
81
|
to: {
|
82
|
-
name:
|
83
|
-
moduleSpecifier:
|
82
|
+
name: 'TuiHintModule',
|
83
|
+
moduleSpecifier: '@taiga-ui/core',
|
84
84
|
},
|
85
85
|
},
|
86
86
|
{
|
87
87
|
from: {
|
88
|
-
name:
|
89
|
-
moduleSpecifier:
|
88
|
+
name: 'TuiPointerHintModule',
|
89
|
+
moduleSpecifier: '@taiga-ui/core',
|
90
90
|
},
|
91
91
|
to: {
|
92
|
-
name:
|
93
|
-
moduleSpecifier:
|
92
|
+
name: 'TuiHintModule',
|
93
|
+
moduleSpecifier: '@taiga-ui/core',
|
94
94
|
},
|
95
95
|
},
|
96
96
|
{
|
97
97
|
from: {
|
98
|
-
name:
|
99
|
-
moduleSpecifier:
|
98
|
+
name: 'TuiDropdownControllerModule',
|
99
|
+
moduleSpecifier: '@taiga-ui/core',
|
100
100
|
},
|
101
101
|
to: {
|
102
|
-
name:
|
103
|
-
moduleSpecifier:
|
102
|
+
name: 'TuiDropdownModule',
|
103
|
+
moduleSpecifier: '@taiga-ui/core',
|
104
104
|
},
|
105
105
|
},
|
106
106
|
{
|
107
107
|
from: {
|
108
|
-
name:
|
109
|
-
moduleSpecifier:
|
108
|
+
name: 'TuiDropdownSelectionModule',
|
109
|
+
moduleSpecifier: '@taiga-ui/kit',
|
110
110
|
},
|
111
111
|
to: {
|
112
|
-
name:
|
113
|
-
moduleSpecifier:
|
112
|
+
name: 'TuiDropdownModule',
|
113
|
+
moduleSpecifier: '@taiga-ui/core',
|
114
114
|
},
|
115
115
|
},
|
116
116
|
{
|
117
117
|
from: {
|
118
|
-
name:
|
119
|
-
moduleSpecifier:
|
118
|
+
name: 'TuiDropdownHoverModule',
|
119
|
+
moduleSpecifier: '@taiga-ui/kit',
|
120
120
|
},
|
121
121
|
to: {
|
122
|
-
name:
|
123
|
-
moduleSpecifier:
|
122
|
+
name: 'TuiDropdownModule',
|
123
|
+
moduleSpecifier: '@taiga-ui/core',
|
124
124
|
},
|
125
125
|
},
|
126
126
|
{
|
127
127
|
from: {
|
128
|
-
name:
|
129
|
-
moduleSpecifier:
|
128
|
+
name: 'TuiDropdownContextModule',
|
129
|
+
moduleSpecifier: '@taiga-ui/kit',
|
130
130
|
},
|
131
131
|
to: {
|
132
|
-
name:
|
133
|
-
moduleSpecifier:
|
132
|
+
name: 'TuiDropdownModule',
|
133
|
+
moduleSpecifier: '@taiga-ui/core',
|
134
134
|
},
|
135
135
|
},
|
136
136
|
{
|
137
|
-
from: { name:
|
138
|
-
to: { name:
|
137
|
+
from: { name: 'identity', moduleSpecifier: '@taiga-ui/cdk' },
|
138
|
+
to: { name: 'identity', moduleSpecifier: 'rxjs' },
|
139
139
|
},
|
140
140
|
{
|
141
|
-
from: { name:
|
142
|
-
to: { name:
|
141
|
+
from: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/cdk' },
|
142
|
+
to: { name: 'TUI_SANITIZER', moduleSpecifier: '@taiga-ui/core' },
|
143
143
|
},
|
144
144
|
{
|
145
145
|
from: {
|
146
|
-
name:
|
147
|
-
moduleSpecifier:
|
146
|
+
name: 'TuiCountryIsoCode',
|
147
|
+
moduleSpecifier: '@taiga-ui/kit',
|
148
148
|
},
|
149
149
|
to: {
|
150
|
-
name:
|
151
|
-
moduleSpecifier:
|
150
|
+
name: 'TuiCountryIsoCode',
|
151
|
+
moduleSpecifier: '@taiga-ui/i18n',
|
152
152
|
},
|
153
153
|
},
|
154
154
|
{
|
155
155
|
from: {
|
156
|
-
name:
|
157
|
-
moduleSpecifier:
|
156
|
+
name: 'TableComands',
|
157
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
158
158
|
},
|
159
159
|
to: {
|
160
|
-
name:
|
161
|
-
moduleSpecifier:
|
160
|
+
name: 'TuiTableCommands',
|
161
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
162
162
|
},
|
163
163
|
},
|
164
164
|
{
|
165
165
|
from: {
|
166
|
-
name:
|
167
|
-
moduleSpecifier:
|
166
|
+
name: 'TuiController',
|
167
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
168
168
|
},
|
169
169
|
to: {
|
170
|
-
name:
|
171
|
-
moduleSpecifier:
|
172
|
-
namedImport:
|
170
|
+
name: 'AbstractTuiController',
|
171
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
172
|
+
namedImport: 'AbstractTuiController',
|
173
173
|
},
|
174
174
|
},
|
175
175
|
{
|
176
176
|
from: {
|
177
|
-
name:
|
178
|
-
moduleSpecifier:
|
177
|
+
name: 'TuiFilterByInputBase',
|
178
|
+
moduleSpecifier: '@taiga-ui/kit',
|
179
179
|
},
|
180
180
|
to: {
|
181
|
-
name:
|
182
|
-
moduleSpecifier:
|
183
|
-
namedImport:
|
181
|
+
name: 'AbstractTuiFilterByInput',
|
182
|
+
moduleSpecifier: '@taiga-ui/kit',
|
183
|
+
namedImport: 'AbstractTuiFilterByInput',
|
184
184
|
},
|
185
185
|
},
|
186
186
|
{
|
187
187
|
from: {
|
188
|
-
name:
|
189
|
-
moduleSpecifier:
|
188
|
+
name: 'TuiFieldErrorModule',
|
189
|
+
moduleSpecifier: '@taiga-ui/kit',
|
190
190
|
},
|
191
191
|
to: {
|
192
|
-
name:
|
193
|
-
moduleSpecifier:
|
192
|
+
name: 'TuiFieldErrorPipeModule',
|
193
|
+
moduleSpecifier: '@taiga-ui/kit',
|
194
194
|
},
|
195
195
|
},
|
196
196
|
{
|
197
197
|
from: {
|
198
|
-
name:
|
199
|
-
moduleSpecifier:
|
198
|
+
name: 'TuiInputFileModule',
|
199
|
+
moduleSpecifier: '@taiga-ui/kit',
|
200
200
|
},
|
201
201
|
to: {
|
202
|
-
name:
|
203
|
-
moduleSpecifier:
|
202
|
+
name: 'TuiInputFilesModule',
|
203
|
+
moduleSpecifier: '@taiga-ui/kit',
|
204
204
|
},
|
205
205
|
},
|
206
206
|
{
|
207
207
|
from: {
|
208
|
-
name:
|
209
|
-
moduleSpecifier:
|
208
|
+
name: 'TuiPdfViewerModule',
|
209
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
210
210
|
},
|
211
211
|
to: {
|
212
|
-
name:
|
213
|
-
moduleSpecifier:
|
212
|
+
name: 'TuiPdfViewerModule',
|
213
|
+
moduleSpecifier: '@taiga-ui/kit',
|
214
214
|
},
|
215
215
|
},
|
216
216
|
{
|
217
217
|
from: {
|
218
|
-
name:
|
219
|
-
moduleSpecifier:
|
218
|
+
name: 'TuiPreviewHostModule',
|
219
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
220
220
|
},
|
221
221
|
to: {
|
222
|
-
name:
|
223
|
-
moduleSpecifier:
|
222
|
+
name: 'TuiPreviewModule',
|
223
|
+
moduleSpecifier: '@taiga-ui/addon-preview',
|
224
224
|
},
|
225
225
|
},
|
226
226
|
{
|
227
227
|
from: {
|
228
|
-
name:
|
229
|
-
moduleSpecifier:
|
228
|
+
name: 'TuiProgressModule',
|
229
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
230
230
|
},
|
231
231
|
to: {
|
232
|
-
name:
|
233
|
-
moduleSpecifier:
|
232
|
+
name: 'TuiProgressModule',
|
233
|
+
moduleSpecifier: '@taiga-ui/kit',
|
234
234
|
},
|
235
235
|
},
|
236
236
|
{
|
237
237
|
from: {
|
238
|
-
name:
|
239
|
-
moduleSpecifier: [
|
238
|
+
name: 'hexToRgb',
|
239
|
+
moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
|
240
240
|
},
|
241
241
|
to: {
|
242
|
-
name:
|
243
|
-
moduleSpecifier:
|
242
|
+
name: 'tuiHexToRgb',
|
243
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
244
244
|
},
|
245
245
|
},
|
246
246
|
{
|
247
247
|
from: {
|
248
|
-
name:
|
249
|
-
moduleSpecifier: [
|
248
|
+
name: 'tuiHexToRgb',
|
249
|
+
moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
|
250
250
|
},
|
251
251
|
to: {
|
252
|
-
name:
|
253
|
-
moduleSpecifier:
|
252
|
+
name: 'tuiHexToRgb',
|
253
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
254
254
|
},
|
255
255
|
},
|
256
256
|
{
|
257
257
|
from: {
|
258
|
-
name:
|
259
|
-
moduleSpecifier:
|
258
|
+
name: 'hsvToRgb',
|
259
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
260
260
|
},
|
261
261
|
to: {
|
262
|
-
name:
|
263
|
-
moduleSpecifier:
|
262
|
+
name: 'tuiHsvToRgb',
|
263
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
264
264
|
},
|
265
265
|
},
|
266
266
|
{
|
267
267
|
from: {
|
268
|
-
name:
|
269
|
-
moduleSpecifier:
|
268
|
+
name: 'tuiHsvToRgb',
|
269
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
270
270
|
},
|
271
271
|
to: {
|
272
|
-
name:
|
273
|
-
moduleSpecifier:
|
272
|
+
name: 'tuiHsvToRgb',
|
273
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
274
274
|
},
|
275
275
|
},
|
276
276
|
{
|
277
277
|
from: {
|
278
|
-
name:
|
279
|
-
moduleSpecifier:
|
278
|
+
name: 'parseColor',
|
279
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
280
280
|
},
|
281
281
|
to: {
|
282
|
-
name:
|
283
|
-
moduleSpecifier:
|
282
|
+
name: 'tuiParseColor',
|
283
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
284
284
|
},
|
285
285
|
},
|
286
286
|
{
|
287
287
|
from: {
|
288
|
-
name:
|
289
|
-
moduleSpecifier:
|
288
|
+
name: 'tuiParseColor',
|
289
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
290
290
|
},
|
291
291
|
to: {
|
292
|
-
name:
|
293
|
-
moduleSpecifier:
|
292
|
+
name: 'tuiParseColor',
|
293
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
294
294
|
},
|
295
295
|
},
|
296
296
|
{
|
297
297
|
from: {
|
298
|
-
name:
|
299
|
-
moduleSpecifier: [
|
298
|
+
name: 'rgbToHex',
|
299
|
+
moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
|
300
300
|
},
|
301
301
|
to: {
|
302
|
-
name:
|
303
|
-
moduleSpecifier:
|
302
|
+
name: 'tuiRgbToHex',
|
303
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
304
304
|
},
|
305
305
|
},
|
306
306
|
{
|
307
307
|
from: {
|
308
|
-
name:
|
309
|
-
moduleSpecifier: [
|
308
|
+
name: 'tuiRgbToHex',
|
309
|
+
moduleSpecifier: ['@taiga-ui/addon-doc', '@taiga-ui/addon-editor'],
|
310
310
|
},
|
311
311
|
to: {
|
312
|
-
name:
|
313
|
-
moduleSpecifier:
|
312
|
+
name: 'tuiRgbToHex',
|
313
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
314
314
|
},
|
315
315
|
},
|
316
316
|
{
|
317
317
|
from: {
|
318
|
-
name:
|
319
|
-
moduleSpecifier:
|
318
|
+
name: 'rgbToHsv',
|
319
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
320
320
|
},
|
321
321
|
to: {
|
322
|
-
name:
|
323
|
-
moduleSpecifier:
|
322
|
+
name: 'tuiRgbToHsv',
|
323
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
324
324
|
},
|
325
325
|
},
|
326
326
|
{
|
327
327
|
from: {
|
328
|
-
name:
|
329
|
-
moduleSpecifier:
|
328
|
+
name: 'tuiRgbToHsv',
|
329
|
+
moduleSpecifier: '@taiga-ui/addon-editor',
|
330
330
|
},
|
331
331
|
to: {
|
332
|
-
name:
|
333
|
-
moduleSpecifier:
|
332
|
+
name: 'tuiRgbToHsv',
|
333
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
334
334
|
},
|
335
335
|
},
|
336
336
|
{
|
337
337
|
from: {
|
338
|
-
name:
|
339
|
-
moduleSpecifier:
|
338
|
+
name: 'TuiPreviewService',
|
339
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
340
340
|
},
|
341
341
|
to: {
|
342
|
-
name:
|
343
|
-
moduleSpecifier:
|
342
|
+
name: 'TuiPreviewService',
|
343
|
+
moduleSpecifier: '@taiga-ui/addon-preview',
|
344
344
|
},
|
345
345
|
},
|
346
346
|
{
|
347
347
|
from: {
|
348
|
-
name:
|
349
|
-
moduleSpecifier:
|
348
|
+
name: 'TuiPreviewModule',
|
349
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
350
350
|
},
|
351
351
|
to: {
|
352
|
-
name:
|
353
|
-
moduleSpecifier:
|
352
|
+
name: 'TuiPreviewModule',
|
353
|
+
moduleSpecifier: '@taiga-ui/addon-preview',
|
354
354
|
},
|
355
355
|
},
|
356
356
|
{
|
357
357
|
from: {
|
358
|
-
name:
|
359
|
-
moduleSpecifier:
|
358
|
+
name: 'TuiAccountModule',
|
359
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
360
360
|
},
|
361
361
|
to: {
|
362
|
-
name:
|
363
|
-
moduleSpecifier:
|
362
|
+
name: 'TuiAccountModule',
|
363
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
364
364
|
},
|
365
365
|
},
|
366
366
|
{
|
367
367
|
from: {
|
368
|
-
name:
|
369
|
-
moduleSpecifier:
|
368
|
+
name: 'TuiAccountComponent',
|
369
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
370
370
|
},
|
371
371
|
to: {
|
372
|
-
name:
|
373
|
-
moduleSpecifier:
|
372
|
+
name: 'TuiAccountComponent',
|
373
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
374
374
|
},
|
375
375
|
},
|
376
376
|
{
|
377
377
|
from: {
|
378
|
-
name:
|
379
|
-
moduleSpecifier:
|
378
|
+
name: 'TuiAccount',
|
379
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
380
380
|
},
|
381
381
|
to: {
|
382
|
-
name:
|
383
|
-
moduleSpecifier:
|
382
|
+
name: 'TuiAccount',
|
383
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
384
384
|
},
|
385
385
|
},
|
386
386
|
{
|
387
387
|
from: {
|
388
|
-
name:
|
389
|
-
moduleSpecifier:
|
388
|
+
name: 'tuiAccountDelegate',
|
389
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
390
390
|
},
|
391
391
|
to: {
|
392
|
-
name:
|
393
|
-
moduleSpecifier:
|
392
|
+
name: 'tuiAccountDelegate',
|
393
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
394
394
|
},
|
395
395
|
},
|
396
396
|
{
|
397
397
|
from: {
|
398
|
-
name:
|
399
|
-
moduleSpecifier:
|
398
|
+
name: 'TuiAccountDelegateComponent',
|
399
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
400
400
|
},
|
401
401
|
to: {
|
402
|
-
name:
|
403
|
-
moduleSpecifier:
|
402
|
+
name: 'TuiAccountDelegateComponent',
|
403
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
404
404
|
},
|
405
405
|
},
|
406
406
|
{
|
407
407
|
from: {
|
408
|
-
name:
|
409
|
-
moduleSpecifier:
|
408
|
+
name: 'CURRENCY_ICONS',
|
409
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
410
410
|
},
|
411
411
|
to: {
|
412
|
-
name:
|
413
|
-
moduleSpecifier:
|
412
|
+
name: 'CURRENCY_ICONS',
|
413
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
414
414
|
},
|
415
415
|
},
|
416
416
|
{
|
417
417
|
from: {
|
418
|
-
name:
|
419
|
-
moduleSpecifier:
|
418
|
+
name: 'TUI_ACCOUNT_PROJECTOR',
|
419
|
+
moduleSpecifier: '@taiga-ui/proprietary-core',
|
420
420
|
},
|
421
421
|
to: {
|
422
|
-
name:
|
423
|
-
moduleSpecifier:
|
422
|
+
name: 'TUI_ACCOUNT_PROJECTOR',
|
423
|
+
moduleSpecifier: '@taiga-ui/proprietary-banking',
|
424
424
|
},
|
425
425
|
},
|
426
426
|
{
|
427
427
|
from: {
|
428
|
-
name:
|
429
|
-
moduleSpecifier:
|
428
|
+
name: 'TuiAutofillFieldNameT',
|
429
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
430
430
|
},
|
431
431
|
to: {
|
432
|
-
name:
|
433
|
-
moduleSpecifier:
|
432
|
+
name: 'TuiAutofillFieldName',
|
433
|
+
moduleSpecifier: '@taiga-ui/cdk',
|
434
434
|
},
|
435
435
|
},
|
436
436
|
{
|
437
437
|
from: {
|
438
|
-
name:
|
439
|
-
moduleSpecifier:
|
438
|
+
name: 'TuiMarkerIconModeT',
|
439
|
+
moduleSpecifier: '@taiga-ui/kit',
|
440
440
|
},
|
441
441
|
to: {
|
442
|
-
name:
|
443
|
-
moduleSpecifier:
|
442
|
+
name: 'TuiMarkerIconMode',
|
443
|
+
moduleSpecifier: '@taiga-ui/kit',
|
444
444
|
},
|
445
445
|
},
|
446
446
|
{
|
447
447
|
from: {
|
448
|
-
name:
|
449
|
-
moduleSpecifier:
|
448
|
+
name: 'TuiStatusT',
|
449
|
+
moduleSpecifier: '@taiga-ui/kit',
|
450
450
|
},
|
451
451
|
to: {
|
452
|
-
name:
|
453
|
-
moduleSpecifier:
|
452
|
+
name: 'TuiStatus',
|
453
|
+
moduleSpecifier: '@taiga-ui/kit',
|
454
454
|
},
|
455
455
|
},
|
456
456
|
{
|
457
457
|
from: {
|
458
|
-
name:
|
459
|
-
moduleSpecifier:
|
458
|
+
name: 'TuiAbstractTextfieldHost',
|
459
|
+
moduleSpecifier: '@taiga-ui/core',
|
460
460
|
},
|
461
461
|
to: {
|
462
|
-
name:
|
463
|
-
moduleSpecifier:
|
462
|
+
name: 'AbstractTuiTextfieldHost',
|
463
|
+
moduleSpecifier: '@taiga-ui/core',
|
464
464
|
},
|
465
465
|
},
|
466
466
|
];
|