@taiga-ui/cdk 3.11.0 → 3.12.1
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/abstract/dialog.service.d.ts +1 -1
- package/bundles/taiga-ui-cdk-abstract.umd.js +1 -1
- package/bundles/taiga-ui-cdk-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-coercion.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js +1 -1
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-checked.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-droppable.umd.js +3 -1
- package/bundles/taiga-ui-cdk-directives-droppable.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-element.umd.js +18 -332
- package/bundles/taiga-ui-cdk-directives-element.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-for-async.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-overscroll.umd.js +3 -1
- package/bundles/taiga-ui-cdk-directives-overscroll.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js +3 -1
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-observables.umd.js +16 -16
- package/bundles/taiga-ui-cdk-observables.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-services.umd.js +9 -3
- package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-math.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-svg.umd.js +5 -2
- package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +1 -1
- package/coercion/coerce-boolean-property.d.ts +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/date-time/time.d.ts +1 -1
- package/date-time/year.d.ts +1 -1
- package/directives/auto-focus/autofocus.directive.d.ts +1 -1
- package/directives/checked/checked.directive.d.ts +1 -1
- package/directives/droppable/droppable.directive.d.ts +1 -1
- package/directives/element/element.directive.d.ts +2 -1
- package/directives/for-async/for-async.directive.d.ts +1 -1
- package/directives/overscroll/overscroll.directive.d.ts +1 -1
- package/directives/prevent-default/prevent-default.directive.d.ts +1 -1
- package/esm2015/abstract/dialog.directive.js +3 -3
- package/esm2015/abstract/dialog.service.js +1 -1
- package/esm2015/coercion/coerce-boolean-property.js +1 -1
- package/esm2015/components/alert-host/alert-host.component.js +2 -2
- package/esm2015/constants/version.js +2 -2
- package/esm2015/date-time/time.js +1 -1
- package/esm2015/date-time/year.js +1 -1
- package/esm2015/directives/auto-focus/autofocus.directive.js +1 -1
- package/esm2015/directives/checked/checked.directive.js +1 -1
- package/esm2015/directives/droppable/droppable.directive.js +5 -3
- package/esm2015/directives/element/element.directive.js +18 -4
- package/esm2015/directives/for-async/for-async.directive.js +1 -1
- package/esm2015/directives/overscroll/overscroll.directive.js +5 -3
- package/esm2015/directives/prevent-default/prevent-default.directive.js +5 -3
- package/esm2015/interfaces/alert-context.js +1 -1
- package/esm2015/interfaces/swipe.js +1 -1
- package/esm2015/interfaces/zoom.js +1 -1
- package/esm2015/observables/control-value.js +15 -0
- package/esm2015/observables/index.js +2 -2
- package/esm2015/observables/must-be-present.js +1 -1
- package/esm2015/services/focus-visible.service.js +5 -3
- package/esm2015/services/obscured.service.js +4 -2
- package/esm2015/services/resize.service.js +5 -3
- package/esm2015/types/autocomplete.js +1 -1
- package/esm2015/types/dialog.js +1 -1
- package/esm2015/types/event-with.js +1 -1
- package/esm2015/types/input-mode.js +1 -1
- package/esm2015/types/input-type.js +1 -1
- package/esm2015/types/overscroll-mode.js +1 -1
- package/esm2015/types/time-mode.js +1 -1
- package/esm2015/utils/dom/element-checks.js +1 -1
- package/esm2015/utils/focus/set-native-mouse-focused.js +1 -1
- package/esm2015/utils/math/to-int.js +1 -1
- package/esm2015/utils/svg/svg-linear-gradient-processor.js +6 -3
- package/fesm2015/taiga-ui-cdk-abstract.js +2 -2
- package/fesm2015/taiga-ui-cdk-abstract.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-coercion.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-components-alert-host.js +1 -1
- package/fesm2015/taiga-ui-cdk-components-alert-host.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-date-time.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-checked.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-droppable.js +4 -2
- package/fesm2015/taiga-ui-cdk-directives-droppable.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-element.js +17 -3
- package/fesm2015/taiga-ui-cdk-directives-element.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-for-async.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-overscroll.js +4 -2
- package/fesm2015/taiga-ui-cdk-directives-overscroll.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js +4 -2
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-observables.js +15 -15
- package/fesm2015/taiga-ui-cdk-observables.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-services.js +10 -4
- package/fesm2015/taiga-ui-cdk-services.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-dom.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-focus.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-math.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-svg.js +5 -2
- package/fesm2015/taiga-ui-cdk-utils-svg.js.map +1 -1
- package/interfaces/alert-context.d.ts +1 -1
- package/interfaces/swipe.d.ts +1 -1
- package/interfaces/zoom.d.ts +1 -1
- package/observables/{replay-control-value-changes.d.ts → control-value.d.ts} +0 -0
- package/observables/index.d.ts +1 -1
- package/observables/must-be-present.d.ts +1 -1
- package/package.json +5 -5
- package/schematics/constants/file-globs.js +2 -2
- package/schematics/constants/taiga-styles.js +4 -4
- package/schematics/ng-add/constants/modules.d.ts +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.d.ts +2 -2
- package/schematics/ng-add/index.js +11 -12
- package/schematics/ng-add/schema.d.ts +9 -2
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/ng-add/setup-project.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-icons.d.ts +3 -3
- package/schematics/ng-add/steps/add-taiga-icons.js +8 -9
- package/schematics/ng-add/steps/add-taiga-modules.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-modules.js +7 -7
- package/schematics/ng-add/steps/add-taiga-styles.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-styles.js +3 -4
- package/schematics/ng-add/steps/wrap-with-tui-root.d.ts +2 -2
- package/schematics/ng-add/steps/wrap-with-tui-root.js +14 -14
- package/schematics/ng-update/constants/consts.d.ts +1 -1
- package/schematics/ng-update/constants/consts.js +177 -177
- package/schematics/ng-update/constants/deprecated-functions.js +410 -405
- package/schematics/ng-update/constants/enums.js +123 -123
- package/schematics/ng-update/constants/modules.js +4 -4
- package/schematics/ng-update/constants/services.d.ts +2 -2
- package/schematics/ng-update/constants/services.js +16 -16
- package/schematics/ng-update/constants/templates.d.ts +1 -1
- package/schematics/ng-update/constants/templates.js +276 -276
- package/schematics/ng-update/constants/tui-interactive-selectors.js +50 -50
- package/schematics/ng-update/constants/types.d.ts +1 -1
- package/schematics/ng-update/constants/types.js +87 -87
- package/schematics/ng-update/constants/warnings.js +62 -62
- package/schematics/ng-update/index.d.ts +3 -3
- package/schematics/ng-update/index.js +44 -40
- package/schematics/ng-update/interfaces/asset.d.ts +6 -0
- package/schematics/ng-update/interfaces/asset.js +2 -0
- package/schematics/ng-update/steps/migrate-date-time.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-date-time.js +55 -49
- package/schematics/ng-update/steps/migrate-polymorpheus.d.ts +1 -1
- package/schematics/ng-update/steps/migrate-polymorpheus.js +14 -14
- package/schematics/ng-update/steps/migrate-progress.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-progress.js +16 -12
- package/schematics/ng-update/steps/migrate-sliders/index.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-sliders/index.js +13 -9
- package/schematics/ng-update/steps/migrate-sliders/migrate-input-range.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-sliders/migrate-input-range.js +35 -33
- package/schematics/ng-update/steps/migrate-sliders/migrate-input-slider.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-sliders/migrate-input-slider.js +34 -33
- package/schematics/ng-update/steps/migrate-taiga-proprietary-icons.d.ts +2 -2
- package/schematics/ng-update/steps/migrate-taiga-proprietary-icons.js +29 -27
- package/schematics/ng-update/steps/migrate-templates.d.ts +2 -1
- package/schematics/ng-update/steps/migrate-templates.js +36 -32
- package/schematics/ng-update/steps/migrate-textfield-controller.d.ts +1 -1
- package/schematics/ng-update/steps/migrate-textfield-controller.js +34 -34
- package/schematics/ng-update/steps/miscellaneous.d.ts +2 -1
- package/schematics/ng-update/steps/miscellaneous.js +21 -19
- package/schematics/ng-update/steps/remove-module.d.ts +2 -1
- package/schematics/ng-update/steps/remove-module.js +6 -4
- package/schematics/ng-update/steps/rename-types.d.ts +2 -1
- package/schematics/ng-update/steps/rename-types.js +10 -8
- package/schematics/ng-update/steps/replace-const.d.ts +2 -1
- package/schematics/ng-update/steps/replace-const.js +8 -6
- package/schematics/ng-update/steps/replace-deep-import.d.ts +2 -1
- package/schematics/ng-update/steps/replace-deep-import.js +10 -5
- package/schematics/ng-update/steps/replace-enums.d.ts +2 -1
- package/schematics/ng-update/steps/replace-enums.js +8 -6
- package/schematics/ng-update/steps/replace-functions.d.ts +2 -1
- package/schematics/ng-update/steps/replace-functions.js +17 -15
- package/schematics/ng-update/steps/replace-services.d.ts +2 -1
- package/schematics/ng-update/steps/replace-services.js +13 -11
- package/schematics/ng-update/steps/replace-styles.js +7 -5
- package/schematics/ng-update/steps/show-warnings.js +2 -2
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +2 -1
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +12 -10
- package/schematics/utils/add-import-to-closest-module.js +2 -2
- package/schematics/utils/add-unique-import.js +1 -1
- package/schematics/utils/angular/ng-component.js +1 -1
- package/schematics/utils/angular/ng-module.js +1 -1
- package/schematics/utils/angular-json-manipulations.d.ts +3 -3
- package/schematics/utils/angular-json-manipulations.js +52 -37
- package/schematics/utils/colored-log.js +5 -5
- package/schematics/utils/create-angular-json.d.ts +1 -0
- package/schematics/utils/create-angular-json.js +28 -2
- package/schematics/utils/get-named-import-references.d.ts +1 -1
- package/schematics/utils/get-named-import-references.js +2 -2
- package/schematics/utils/get-project-target-options.d.ts +1 -1
- package/schematics/utils/get-project-target-options.js +1 -1
- package/schematics/utils/get-projects.d.ts +3 -0
- package/schematics/utils/get-projects.js +15 -0
- package/schematics/utils/progress.js +2 -2
- package/schematics/utils/replace-tag.d.ts +1 -1
- package/schematics/utils/replace-tag.js +4 -4
- package/schematics/utils/templates/elements.js +4 -4
- package/schematics/utils/templates/get-component-templates.js +6 -6
- package/schematics/utils/templates/ng-component-input-manipulations.d.ts +4 -4
- package/schematics/utils/templates/ng-component-input-manipulations.js +7 -7
- package/schematics/utils/templates/template-resource.d.ts +1 -1
- package/schematics/utils/templates/template-resource.js +3 -3
- package/services/focus-visible.service.d.ts +1 -1
- package/services/obscured.service.d.ts +2 -2
- package/services/resize.service.d.ts +1 -1
- package/types/autocomplete.d.ts +1 -1
- package/types/dialog.d.ts +2 -2
- package/types/event-with.d.ts +2 -2
- package/types/input-mode.d.ts +1 -1
- package/types/input-type.d.ts +1 -1
- package/types/overscroll-mode.d.ts +1 -1
- package/types/time-mode.d.ts +1 -1
- package/utils/dom/element-checks.d.ts +1 -1
- package/utils/focus/set-native-mouse-focused.d.ts +1 -1
- package/utils/math/to-int.d.ts +1 -1
- package/utils/svg/svg-linear-gradient-processor.d.ts +2 -1
- package/esm2015/observables/replay-control-value-changes.js +0 -15
- package/schematics/ng-update/constants/functions.d.ts +0 -0
- package/schematics/ng-update/constants/functions.js +0 -1
- package/schematics/utils/get-project.d.ts +0 -3
- package/schematics/utils/get-project.js +0 -13
|
@@ -3,678 +3,683 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DEPRECATED_FUNCTIONS = void 0;
|
|
4
4
|
exports.DEPRECATED_FUNCTIONS = [
|
|
5
5
|
{
|
|
6
|
-
from:
|
|
7
|
-
to:
|
|
8
|
-
moduleSpecifier: [
|
|
6
|
+
from: `tuiReplayedValueChangesFrom`,
|
|
7
|
+
to: `tuiControlValue`,
|
|
8
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
from:
|
|
12
|
-
to:
|
|
13
|
-
moduleSpecifier: [
|
|
11
|
+
from: `controlPoint`,
|
|
12
|
+
to: `tuiControlPoint`,
|
|
13
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
from:
|
|
17
|
-
to:
|
|
18
|
-
moduleSpecifier: [
|
|
16
|
+
from: `describeSector`,
|
|
17
|
+
to: `tuiDescribeSector`,
|
|
18
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
from:
|
|
22
|
-
to:
|
|
23
|
-
moduleSpecifier: [
|
|
21
|
+
from: `drawCurve`,
|
|
22
|
+
to: `tuiDrawCurve`,
|
|
23
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
from:
|
|
27
|
-
to:
|
|
28
|
-
moduleSpecifier: [
|
|
26
|
+
from: `drawLine`,
|
|
27
|
+
to: `tuiDrawLine`,
|
|
28
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
from:
|
|
32
|
-
to:
|
|
33
|
-
moduleSpecifier: [
|
|
31
|
+
from: `draw`,
|
|
32
|
+
to: `tuiDraw`,
|
|
33
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
from:
|
|
37
|
-
to:
|
|
38
|
-
moduleSpecifier: [
|
|
36
|
+
from: `lineAngle`,
|
|
37
|
+
to: `tuiLineAngle`,
|
|
38
|
+
moduleSpecifier: [`@taiga-ui/addon-charts`],
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
from:
|
|
42
|
-
to:
|
|
43
|
-
moduleSpecifier: [
|
|
41
|
+
from: `formatCurrency`,
|
|
42
|
+
to: `tuiFormatCurrency`,
|
|
43
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
from:
|
|
47
|
-
to:
|
|
48
|
-
moduleSpecifier: [
|
|
46
|
+
from: `getCurrencySymbol`,
|
|
47
|
+
to: `tuiGetCurrencySymbol`,
|
|
48
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
from:
|
|
52
|
-
to:
|
|
53
|
-
moduleSpecifier: [
|
|
51
|
+
from: `getPaymentSystem`,
|
|
52
|
+
to: `tuiGetPaymentSystem`,
|
|
53
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
from:
|
|
57
|
-
to:
|
|
58
|
-
moduleSpecifier: [
|
|
56
|
+
from: `isMaestro`,
|
|
57
|
+
to: `tuiIsMaestro`,
|
|
58
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
from:
|
|
62
|
-
to:
|
|
63
|
-
moduleSpecifier: [
|
|
61
|
+
from: `isMastercard`,
|
|
62
|
+
to: `tuiIsMastercard`,
|
|
63
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
from:
|
|
67
|
-
to:
|
|
68
|
-
moduleSpecifier: [
|
|
66
|
+
from: `isMir`,
|
|
67
|
+
to: `tuiIsMir`,
|
|
68
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
from:
|
|
72
|
-
to:
|
|
73
|
-
moduleSpecifier: [
|
|
71
|
+
from: `isElectron`,
|
|
72
|
+
to: `tuiIsElectron`,
|
|
73
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
from:
|
|
77
|
-
to:
|
|
78
|
-
moduleSpecifier: [
|
|
76
|
+
from: `isVisa`,
|
|
77
|
+
to: `tuiIsVisa`,
|
|
78
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
from:
|
|
82
|
-
to:
|
|
83
|
-
moduleSpecifier: [
|
|
81
|
+
from: `isCardLengthValid`,
|
|
82
|
+
to: `tuiIsCardLengthValid`,
|
|
83
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
from:
|
|
87
|
-
to:
|
|
88
|
-
moduleSpecifier: [
|
|
86
|
+
from: `isCardNumberValid`,
|
|
87
|
+
to: `tuiIsCardNumberValid`,
|
|
88
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
from:
|
|
92
|
-
to:
|
|
93
|
-
moduleSpecifier: [
|
|
91
|
+
from: `isExpireValid`,
|
|
92
|
+
to: `tuiIsExpireValid`,
|
|
93
|
+
moduleSpecifier: [`@taiga-ui/addon-commerce`],
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
from:
|
|
97
|
-
to:
|
|
98
|
-
moduleSpecifier: [
|
|
96
|
+
from: `tryParseMarkdownCodeBlock`,
|
|
97
|
+
to: `tuiTryParseMarkdownCodeBlock`,
|
|
98
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
from:
|
|
102
|
-
to:
|
|
103
|
-
moduleSpecifier: [
|
|
101
|
+
from: `coerceValue`,
|
|
102
|
+
to: `tuiCoerceValue`,
|
|
103
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
from:
|
|
107
|
-
to:
|
|
108
|
-
moduleSpecifier: [
|
|
106
|
+
from: `generateRoutes`,
|
|
107
|
+
to: `tuiGenerateRoutes`,
|
|
108
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
from:
|
|
112
|
-
to:
|
|
113
|
-
moduleSpecifier: [
|
|
111
|
+
from: `inspectAny`,
|
|
112
|
+
to: `tuiInspectAny`,
|
|
113
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
from:
|
|
117
|
-
to:
|
|
118
|
-
moduleSpecifier: [
|
|
116
|
+
from: `rawLoadRecord`,
|
|
117
|
+
to: `tuiRawLoadRecord`,
|
|
118
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
|
-
from:
|
|
122
|
-
to:
|
|
123
|
-
moduleSpecifier: [
|
|
121
|
+
from: `transliterateKeyboardLayout`,
|
|
122
|
+
to: `tuiTransliterateKeyboardLayout`,
|
|
123
|
+
moduleSpecifier: [`@taiga-ui/addon-doc`],
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
|
-
from:
|
|
127
|
-
to:
|
|
128
|
-
moduleSpecifier: [
|
|
126
|
+
from: `isEmptyParagraph`,
|
|
127
|
+
to: `tuiIsEmptyParagraph`,
|
|
128
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
|
-
from:
|
|
132
|
-
to:
|
|
133
|
-
moduleSpecifier: [
|
|
131
|
+
from: `getElementPoint`,
|
|
132
|
+
to: `tuiGetElementPoint`,
|
|
133
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
from:
|
|
137
|
-
to:
|
|
138
|
-
moduleSpecifier: [
|
|
136
|
+
from: `getGradientData`,
|
|
137
|
+
to: `tuiGetGradientData`,
|
|
138
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
from:
|
|
142
|
-
to:
|
|
143
|
-
moduleSpecifier: [
|
|
141
|
+
from: `getMarkRange`,
|
|
142
|
+
to: `tuiGetMarkRange`,
|
|
143
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
from:
|
|
147
|
-
to:
|
|
148
|
-
moduleSpecifier: [
|
|
146
|
+
from: `isSelectionIn`,
|
|
147
|
+
to: `tuiIsSelectionIn`,
|
|
148
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
|
-
from:
|
|
152
|
-
to:
|
|
153
|
-
moduleSpecifier: [
|
|
151
|
+
from: `parseGradient`,
|
|
152
|
+
to: `tuiParseGradient`,
|
|
153
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
from:
|
|
157
|
-
to:
|
|
158
|
-
moduleSpecifier: [
|
|
156
|
+
from: `toGradient`,
|
|
157
|
+
to: `tuiToGradient`,
|
|
158
|
+
moduleSpecifier: [`@taiga-ui/addon-editor`],
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
-
from:
|
|
162
|
-
to:
|
|
163
|
-
moduleSpecifier: [
|
|
161
|
+
from: `defaultSort`,
|
|
162
|
+
to: `tuiDefaultSort`,
|
|
163
|
+
moduleSpecifier: [`@taiga-ui/addon-table`],
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
|
-
from:
|
|
167
|
-
to:
|
|
168
|
-
moduleSpecifier: [
|
|
166
|
+
from: `mockCurrentDate`,
|
|
167
|
+
to: `tuiMockCurrentDate`,
|
|
168
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
|
-
from:
|
|
172
|
-
to:
|
|
173
|
-
moduleSpecifier: [
|
|
171
|
+
from: `restoreRealDate`,
|
|
172
|
+
to: `tuiRestoreRealDate`,
|
|
173
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
from:
|
|
177
|
-
to:
|
|
178
|
-
moduleSpecifier: [
|
|
176
|
+
from: `mockDateInside`,
|
|
177
|
+
to: `tuiMockDateInside`,
|
|
178
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
|
-
from:
|
|
182
|
-
to:
|
|
183
|
-
moduleSpecifier: [
|
|
181
|
+
from: `pendingIfNotMoscowTimeZone`,
|
|
182
|
+
to: `tuiPendingIfNotMoscowTimeZone`,
|
|
183
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
from:
|
|
187
|
-
to:
|
|
188
|
-
moduleSpecifier: [
|
|
186
|
+
from: `dragAndDropFrom`,
|
|
187
|
+
to: `tuiDragAndDropFrom`,
|
|
188
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
from:
|
|
192
|
-
to:
|
|
193
|
-
moduleSpecifier: [
|
|
191
|
+
from: `focusVisibleObservable`,
|
|
192
|
+
to: `tuiFocusVisibleObservable`,
|
|
193
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
|
-
from:
|
|
197
|
-
to:
|
|
198
|
-
moduleSpecifier: [
|
|
196
|
+
from: `itemsQueryListObservable`,
|
|
197
|
+
to: `tuiItemsQueryListObservable`,
|
|
198
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
from:
|
|
202
|
-
to:
|
|
203
|
-
moduleSpecifier: [
|
|
201
|
+
from: `mouseDragFinishFrom`,
|
|
202
|
+
to: `tuiMouseDragFinishFrom`,
|
|
203
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
from:
|
|
207
|
-
to:
|
|
208
|
-
moduleSpecifier: [
|
|
206
|
+
from: `mustBePresent`,
|
|
207
|
+
to: `tuiMustBePresent`,
|
|
208
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
|
-
from:
|
|
212
|
-
to:
|
|
213
|
-
moduleSpecifier: [
|
|
211
|
+
from: `pressedObservable`,
|
|
212
|
+
to: `tuiPressedObservable`,
|
|
213
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
from:
|
|
217
|
-
to:
|
|
218
|
-
moduleSpecifier: [
|
|
216
|
+
from: `preventDefault`,
|
|
217
|
+
to: `tuiPreventDefault`,
|
|
218
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
|
-
from:
|
|
222
|
-
to:
|
|
223
|
-
moduleSpecifier: [
|
|
221
|
+
from: `stopPropagation`,
|
|
222
|
+
to: `tuiStopPropagation`,
|
|
223
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
from:
|
|
227
|
-
to:
|
|
228
|
-
moduleSpecifier: [
|
|
226
|
+
from: `typedFromEvent`,
|
|
227
|
+
to: `tuiTypedFromEvent`,
|
|
228
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
from:
|
|
232
|
-
to:
|
|
233
|
-
moduleSpecifier: [
|
|
231
|
+
from: `watch`,
|
|
232
|
+
to: `tuiWatch`,
|
|
233
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
|
-
from:
|
|
237
|
-
to:
|
|
238
|
-
moduleSpecifier: [
|
|
236
|
+
from: `isEdgeOlderThan`,
|
|
237
|
+
to: `tuiIsEdgeOlderThan`,
|
|
238
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
|
-
from:
|
|
242
|
-
to:
|
|
243
|
-
moduleSpecifier: [
|
|
241
|
+
from: `isEdge`,
|
|
242
|
+
to: `tuiIsEdge`,
|
|
243
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
from:
|
|
247
|
-
to:
|
|
248
|
-
moduleSpecifier: [
|
|
246
|
+
from: `isFirefox`,
|
|
247
|
+
to: `tuiIsFirefox`,
|
|
248
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
|
-
from:
|
|
252
|
-
to:
|
|
253
|
-
moduleSpecifier: [
|
|
251
|
+
from: `isIE`,
|
|
252
|
+
to: `tuiIsIE`,
|
|
253
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
from:
|
|
257
|
-
to:
|
|
258
|
-
moduleSpecifier: [
|
|
256
|
+
from: `isSafari`,
|
|
257
|
+
to: `tuiIsSafari`,
|
|
258
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
from:
|
|
262
|
-
to:
|
|
263
|
-
moduleSpecifier: [
|
|
261
|
+
from: `canScroll`,
|
|
262
|
+
to: `tuiCanScroll`,
|
|
263
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
from:
|
|
267
|
-
to:
|
|
268
|
-
moduleSpecifier: [
|
|
266
|
+
from: `containsOrAfter`,
|
|
267
|
+
to: `tuiContainsOrAfter`,
|
|
268
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
from:
|
|
272
|
-
to:
|
|
273
|
-
moduleSpecifier: [
|
|
271
|
+
from: `getActualTarget`,
|
|
272
|
+
to: `tuiGetActualTarget`,
|
|
273
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
from:
|
|
277
|
-
to:
|
|
278
|
-
moduleSpecifier: [
|
|
276
|
+
from: `getClipboardDataText`,
|
|
277
|
+
to: `tuiGetClipboardDataText`,
|
|
278
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
from:
|
|
282
|
-
to:
|
|
283
|
-
moduleSpecifier: [
|
|
281
|
+
from: `getDocumentOrShadowRoot`,
|
|
282
|
+
to: `tuiGetDocumentOrShadowRoot`,
|
|
283
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
from:
|
|
287
|
-
to:
|
|
288
|
-
moduleSpecifier: [
|
|
286
|
+
from: `getElementObscurers`,
|
|
287
|
+
to: `tuiGetElementObscures`,
|
|
288
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
from:
|
|
292
|
-
to:
|
|
293
|
-
moduleSpecifier: [
|
|
291
|
+
from: `getElementOffset`,
|
|
292
|
+
to: `tuiGetElementOffset`,
|
|
293
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
from:
|
|
297
|
-
to:
|
|
298
|
-
moduleSpecifier: [
|
|
296
|
+
from: `getScrollParent`,
|
|
297
|
+
to: `tuiGetScrollParent`,
|
|
298
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
|
-
from:
|
|
302
|
-
to:
|
|
303
|
-
moduleSpecifier: [
|
|
301
|
+
from: `isCurrentTarget`,
|
|
302
|
+
to: `tuiIsCurrentTarget`,
|
|
303
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
from:
|
|
307
|
-
to:
|
|
308
|
-
moduleSpecifier: [
|
|
306
|
+
from: `isInsideIframe`,
|
|
307
|
+
to: `tuiIsInsideIframe`,
|
|
308
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
|
-
from:
|
|
312
|
-
to:
|
|
313
|
-
moduleSpecifier: [
|
|
311
|
+
from: `isNodeIn`,
|
|
312
|
+
to: `tuiIsNodeIn`,
|
|
313
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
|
-
from:
|
|
317
|
-
to:
|
|
318
|
-
moduleSpecifier: [
|
|
316
|
+
from: `blurNativeFocused`,
|
|
317
|
+
to: `tuiBlurNativeFocused`,
|
|
318
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
|
-
from:
|
|
322
|
-
to:
|
|
323
|
-
moduleSpecifier: [
|
|
321
|
+
from: `getClosestFocusable`,
|
|
322
|
+
to: `tuiGetClosestFocusable`,
|
|
323
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
from:
|
|
327
|
-
to:
|
|
328
|
-
moduleSpecifier: [
|
|
326
|
+
from: `getClosestKeyboardFocusable`,
|
|
327
|
+
to: `tuiGetClosestFocusable`,
|
|
328
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
|
-
from:
|
|
332
|
-
to:
|
|
333
|
-
moduleSpecifier: [
|
|
331
|
+
from: `getNativeFocused`,
|
|
332
|
+
to: `tuiGetNativeFocused`,
|
|
333
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
from:
|
|
337
|
-
to:
|
|
338
|
-
moduleSpecifier: [
|
|
336
|
+
from: `isNativeFocusedIn`,
|
|
337
|
+
to: `tuiIsNativeFocusedIn`,
|
|
338
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
|
-
from:
|
|
342
|
-
to:
|
|
343
|
-
moduleSpecifier: [
|
|
341
|
+
from: `isNativeFocused`,
|
|
342
|
+
to: `tuiIsNativeFocused`,
|
|
343
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
from:
|
|
347
|
-
to:
|
|
348
|
-
moduleSpecifier: [
|
|
346
|
+
from: `isNativeKeyboardFocusable`,
|
|
347
|
+
to: `tuiIsNativeKeyboardFocusable`,
|
|
348
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
from:
|
|
352
|
-
to:
|
|
353
|
-
moduleSpecifier: [
|
|
351
|
+
from: `isNativeMouseFocusable`,
|
|
352
|
+
to: `tuiIsNativeMouseFocusable`,
|
|
353
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
|
-
from:
|
|
357
|
-
to:
|
|
358
|
-
moduleSpecifier: [
|
|
356
|
+
from: `moveFocus`,
|
|
357
|
+
to: `tuiMoveFocus`,
|
|
358
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
from:
|
|
362
|
-
to:
|
|
363
|
-
moduleSpecifier: [
|
|
361
|
+
from: `setNativeFocused`,
|
|
362
|
+
to: `tuiSetNativeFocused`,
|
|
363
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
from:
|
|
367
|
-
to:
|
|
368
|
-
moduleSpecifier: [
|
|
366
|
+
from: `setNativeMouseFocused`,
|
|
367
|
+
to: `tuiSetNativeMouseFocused`,
|
|
368
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
|
-
from:
|
|
372
|
-
to:
|
|
373
|
-
moduleSpecifier: [
|
|
371
|
+
from: `px`,
|
|
372
|
+
to: `tuiPx`,
|
|
373
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
from:
|
|
377
|
-
to:
|
|
378
|
-
moduleSpecifier: [
|
|
376
|
+
from: `clamp`,
|
|
377
|
+
to: `tuiClamp`,
|
|
378
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
from:
|
|
382
|
-
to:
|
|
383
|
-
moduleSpecifier: [
|
|
381
|
+
from: `inRange`,
|
|
382
|
+
to: `tuiInRange`,
|
|
383
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
|
-
from:
|
|
387
|
-
to:
|
|
388
|
-
moduleSpecifier: [
|
|
386
|
+
from: `normalizeToIntNumber`,
|
|
387
|
+
to: `tuiNormalizeToIntNumber`,
|
|
388
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
-
from:
|
|
392
|
-
to:
|
|
393
|
-
moduleSpecifier: [
|
|
391
|
+
from: `quantize`,
|
|
392
|
+
to: `tuiQuantize`,
|
|
393
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
from:
|
|
397
|
-
to:
|
|
398
|
-
moduleSpecifier: [
|
|
396
|
+
from: `round`,
|
|
397
|
+
to: `tuiRound`,
|
|
398
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
|
-
from:
|
|
402
|
-
to:
|
|
403
|
-
moduleSpecifier: [
|
|
401
|
+
from: `ceil`,
|
|
402
|
+
to: `tuiCeil`,
|
|
403
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
|
-
from:
|
|
407
|
-
to:
|
|
408
|
-
moduleSpecifier: [
|
|
406
|
+
from: `floor`,
|
|
407
|
+
to: `tuiFloor`,
|
|
408
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
|
-
from:
|
|
412
|
-
to:
|
|
413
|
-
moduleSpecifier: [
|
|
411
|
+
from: `sum`,
|
|
412
|
+
to: `tuiSum`,
|
|
413
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
from:
|
|
417
|
-
to:
|
|
418
|
-
moduleSpecifier: [
|
|
416
|
+
from: `toInt`,
|
|
417
|
+
to: `tuiToInt`,
|
|
418
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
|
-
from:
|
|
422
|
-
to:
|
|
423
|
-
moduleSpecifier: [
|
|
421
|
+
from: `toRadians`,
|
|
422
|
+
to: `tuiToRadians`,
|
|
423
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
|
-
from:
|
|
427
|
-
to:
|
|
428
|
-
moduleSpecifier: [
|
|
426
|
+
from: `distanceBetweenTouches`,
|
|
427
|
+
to: `tuiDistanceBetweenTouches`,
|
|
428
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
from:
|
|
432
|
-
to:
|
|
433
|
-
moduleSpecifier: [
|
|
431
|
+
from: `easeInOutQuad`,
|
|
432
|
+
to: `tuiEaseInOutQuad`,
|
|
433
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
|
-
from:
|
|
437
|
-
to:
|
|
438
|
-
moduleSpecifier: [
|
|
436
|
+
from: `flatLength`,
|
|
437
|
+
to: `tuiFlatLength`,
|
|
438
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
from:
|
|
442
|
-
to:
|
|
443
|
-
moduleSpecifier: [
|
|
441
|
+
from: `getOriginalArrayFromQueryList`,
|
|
442
|
+
to: `tuiGetOriginalArrayFromQueryList`,
|
|
443
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
|
-
from:
|
|
447
|
-
to:
|
|
448
|
-
moduleSpecifier: [
|
|
446
|
+
from: `getSwipeDirection`,
|
|
447
|
+
to: `tuiGetSwipeDirection`,
|
|
448
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
|
-
from:
|
|
452
|
-
to:
|
|
453
|
-
moduleSpecifier: [
|
|
451
|
+
from: `isElementEditable`,
|
|
452
|
+
to: `tuiIsElementEditable`,
|
|
453
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
from:
|
|
457
|
-
to:
|
|
458
|
-
moduleSpecifier: [
|
|
456
|
+
from: `isNumber`,
|
|
457
|
+
to: `tuiIsNumber`,
|
|
458
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
|
-
from:
|
|
462
|
-
to:
|
|
463
|
-
moduleSpecifier: [
|
|
461
|
+
from: `isPresent`,
|
|
462
|
+
to: `tuiIsPresent`,
|
|
463
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
|
-
from:
|
|
467
|
-
to:
|
|
468
|
-
moduleSpecifier: [
|
|
466
|
+
from: `markControlAsTouchedAndValidate`,
|
|
467
|
+
to: `tuiMarkControlAsTouchedAndValidate`,
|
|
468
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
from:
|
|
472
|
-
to:
|
|
473
|
-
moduleSpecifier: [
|
|
471
|
+
from: `nullableSame`,
|
|
472
|
+
to: `tuiNullableSame`,
|
|
473
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
|
-
from:
|
|
477
|
-
to:
|
|
478
|
-
moduleSpecifier: [
|
|
476
|
+
from: `uniqBy`,
|
|
477
|
+
to: `tuiUniqBy`,
|
|
478
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
|
-
from:
|
|
482
|
-
to:
|
|
483
|
-
moduleSpecifier: [
|
|
481
|
+
from: `isApplePlatform`,
|
|
482
|
+
to: `tuiIsApplePlatform`,
|
|
483
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
|
-
from:
|
|
487
|
-
to:
|
|
488
|
-
moduleSpecifier: [
|
|
486
|
+
from: `isApple`,
|
|
487
|
+
to: `tuiIsApple`,
|
|
488
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
|
-
from:
|
|
492
|
-
to:
|
|
493
|
-
moduleSpecifier: [
|
|
491
|
+
from: `isIos`,
|
|
492
|
+
to: `tuiIsIos`,
|
|
493
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
|
-
from:
|
|
497
|
-
to:
|
|
498
|
-
moduleSpecifier: [
|
|
496
|
+
from: `svgLinearGradientProcessor`,
|
|
497
|
+
to: `tuiSvgLinearGradientProcessor`,
|
|
498
|
+
moduleSpecifier: [`@taiga-ui/cdk`],
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
|
-
from:
|
|
502
|
-
to:
|
|
503
|
-
moduleSpecifier: [
|
|
501
|
+
from: `textfieldWatchedControllerFactory`,
|
|
502
|
+
to: `tuiTextfieldWatchedControllerFactory`,
|
|
503
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
-
from:
|
|
507
|
-
to:
|
|
508
|
-
moduleSpecifier: [
|
|
506
|
+
from: `smartSearch`,
|
|
507
|
+
to: `tuiSmartSearch`,
|
|
508
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
|
-
from:
|
|
512
|
-
to:
|
|
513
|
-
moduleSpecifier: [
|
|
511
|
+
from: `isMobileResFactory`,
|
|
512
|
+
to: `tuiIsMobileResFactory`,
|
|
513
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
|
-
from:
|
|
517
|
-
to:
|
|
518
|
-
moduleSpecifier: [
|
|
516
|
+
from: `modeFactory`,
|
|
517
|
+
to: `tuiModeFactory`,
|
|
518
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
519
519
|
},
|
|
520
520
|
{
|
|
521
|
-
from:
|
|
522
|
-
to:
|
|
523
|
-
moduleSpecifier: [
|
|
521
|
+
from: `watchedControllerFactory`,
|
|
522
|
+
to: `tuiWatchedControllerFactory`,
|
|
523
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
|
-
from:
|
|
527
|
-
to:
|
|
528
|
-
moduleSpecifier: [
|
|
526
|
+
from: `areCssVarsSupported`,
|
|
527
|
+
to: `tuiAreCssVarsSupported`,
|
|
528
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
529
529
|
},
|
|
530
530
|
{
|
|
531
|
-
from:
|
|
532
|
-
to:
|
|
533
|
-
moduleSpecifier: [
|
|
531
|
+
from: `areCssVarsSupported`,
|
|
532
|
+
to: `tuiAreCssVarsSupported`,
|
|
533
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
|
-
from:
|
|
537
|
-
to:
|
|
538
|
-
moduleSpecifier: [
|
|
536
|
+
from: `checkFixedPosition`,
|
|
537
|
+
to: `tuiCheckFixedPosition`,
|
|
538
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
|
-
from:
|
|
542
|
-
to:
|
|
543
|
-
moduleSpecifier: [
|
|
541
|
+
from: `getSafeAreaSize`,
|
|
542
|
+
to: `tuiGetSafeAreaSize`,
|
|
543
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
|
-
from:
|
|
547
|
-
to:
|
|
548
|
-
moduleSpecifier: [
|
|
546
|
+
from: `getScreenWidth`,
|
|
547
|
+
to: `tuiGetScreenWidth`,
|
|
548
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
|
-
from:
|
|
552
|
-
to:
|
|
553
|
-
moduleSpecifier: [
|
|
551
|
+
from: `processIcon`,
|
|
552
|
+
to: `tuiProcessIcon`,
|
|
553
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
554
554
|
},
|
|
555
555
|
{
|
|
556
|
-
from:
|
|
557
|
-
to:
|
|
558
|
-
moduleSpecifier: [
|
|
556
|
+
from: `capitalizeFirstLetter`,
|
|
557
|
+
to: `tuiCapitalizeFirstLetter`,
|
|
558
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
-
from:
|
|
562
|
-
to:
|
|
563
|
-
moduleSpecifier: [
|
|
561
|
+
from: `capitalize`,
|
|
562
|
+
to: `tuiCapitalize`,
|
|
563
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
|
-
from:
|
|
567
|
-
to:
|
|
568
|
-
moduleSpecifier: [
|
|
566
|
+
from: `formatNumber`,
|
|
567
|
+
to: `tuiFormatNumber`,
|
|
568
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
from:
|
|
572
|
-
to:
|
|
573
|
-
moduleSpecifier: [
|
|
571
|
+
from: `formatPhone`,
|
|
572
|
+
to: `tuiFormatPhone`,
|
|
573
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
|
-
from:
|
|
577
|
-
to:
|
|
578
|
-
moduleSpecifier: [
|
|
576
|
+
from: `getFractionPartPadded`,
|
|
577
|
+
to: `tuiGetFractionPartPadded`,
|
|
578
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
|
-
from:
|
|
582
|
-
to:
|
|
583
|
-
moduleSpecifier: [
|
|
581
|
+
from: `numberToStringWithoutExp`,
|
|
582
|
+
to: `tuiNumberToStringWithoutExp`,
|
|
583
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
|
-
from:
|
|
587
|
-
to:
|
|
588
|
-
moduleSpecifier: [
|
|
586
|
+
from: `otherDecimalSymbol`,
|
|
587
|
+
to: `tuiOtherDecimalSymbol`,
|
|
588
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
|
-
from:
|
|
592
|
-
to:
|
|
593
|
-
moduleSpecifier: [
|
|
591
|
+
from: `pluralize`,
|
|
592
|
+
to: `tuiPluralize`,
|
|
593
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
|
-
from:
|
|
597
|
-
to:
|
|
598
|
-
moduleSpecifier: [
|
|
596
|
+
from: `maskedMoneyValueIsEmpty`,
|
|
597
|
+
to: `tuiMaskedMoneyValueIsEmpty`,
|
|
598
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
599
599
|
},
|
|
600
600
|
{
|
|
601
|
-
from:
|
|
602
|
-
to:
|
|
603
|
-
moduleSpecifier: [
|
|
601
|
+
from: `maskedNumberStringToNumber`,
|
|
602
|
+
to: `tuiMaskedNumberStringToNumber`,
|
|
603
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
from:
|
|
607
|
-
to:
|
|
608
|
-
moduleSpecifier: [
|
|
606
|
+
from: `getBorder`,
|
|
607
|
+
to: `tuiGetBorder`,
|
|
608
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
|
-
from:
|
|
612
|
-
to:
|
|
613
|
-
moduleSpecifier: [
|
|
611
|
+
from: `iconsPathFactory`,
|
|
612
|
+
to: `tuiIconsPathFactory`,
|
|
613
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
614
614
|
},
|
|
615
615
|
{
|
|
616
|
-
from:
|
|
617
|
-
to:
|
|
618
|
-
moduleSpecifier: [
|
|
616
|
+
from: `isEditingKey`,
|
|
617
|
+
to: `tuiIsEditingKey`,
|
|
618
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
|
-
from:
|
|
622
|
-
to:
|
|
623
|
-
moduleSpecifier: [
|
|
621
|
+
from: `isPresumedHTMLString`,
|
|
622
|
+
to: `tuiIsPresumedHTMLString`,
|
|
623
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
|
-
from:
|
|
627
|
-
to:
|
|
628
|
-
moduleSpecifier: [
|
|
626
|
+
from: `sizeBigger`,
|
|
627
|
+
to: `tuiSizeBigger`,
|
|
628
|
+
moduleSpecifier: [`@taiga-ui/core`],
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
|
-
from:
|
|
632
|
-
to:
|
|
633
|
-
moduleSpecifier: [
|
|
631
|
+
from: `extractI18n`,
|
|
632
|
+
to: `tuiExtractI18n`,
|
|
633
|
+
moduleSpecifier: [`@taiga-ui/i18n`],
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
|
-
from:
|
|
637
|
-
to:
|
|
638
|
-
moduleSpecifier: [
|
|
636
|
+
from: `extractValueFromEvent`,
|
|
637
|
+
to: `tuiExtractValueFromEvent`,
|
|
638
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
|
-
from:
|
|
642
|
-
to:
|
|
643
|
-
moduleSpecifier: [
|
|
641
|
+
from: `getWordRange`,
|
|
642
|
+
to: `tuiGetWordRange`,
|
|
643
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
|
-
from:
|
|
647
|
-
to:
|
|
648
|
-
moduleSpecifier: [
|
|
646
|
+
from: `scrollToElement`,
|
|
647
|
+
to: `tuiScrollToElement`,
|
|
648
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
|
-
from:
|
|
652
|
-
to:
|
|
653
|
-
moduleSpecifier: [
|
|
651
|
+
from: `setRangeOffset`,
|
|
652
|
+
to: `tuiSetRangeOffset`,
|
|
653
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
|
-
from:
|
|
657
|
-
to:
|
|
658
|
-
moduleSpecifier: [
|
|
656
|
+
from: `formatSize`,
|
|
657
|
+
to: `tuiFormatSize`,
|
|
658
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
|
-
from:
|
|
662
|
-
to:
|
|
663
|
-
moduleSpecifier: [
|
|
661
|
+
from: `getAcceptArray`,
|
|
662
|
+
to: `tuiGetAcceptArray`,
|
|
663
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
|
-
from:
|
|
667
|
-
to:
|
|
668
|
-
moduleSpecifier: [
|
|
666
|
+
from: `stringHashToHsl`,
|
|
667
|
+
to: `tuiStringHashToHsl`,
|
|
668
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
669
669
|
},
|
|
670
670
|
{
|
|
671
|
-
from:
|
|
672
|
-
to:
|
|
673
|
-
moduleSpecifier: [
|
|
671
|
+
from: `normalizeDateValue`,
|
|
672
|
+
to: `tuiNormalizeDateValue`,
|
|
673
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
|
-
from:
|
|
677
|
-
to:
|
|
678
|
-
moduleSpecifier: [
|
|
676
|
+
from: `getPrecision`,
|
|
677
|
+
to: `tuiGetPrecision`,
|
|
678
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
from: `isFlat`,
|
|
682
|
+
to: `tuiIsFlat`,
|
|
683
|
+
moduleSpecifier: [`@taiga-ui/kit`],
|
|
679
684
|
},
|
|
680
685
|
];
|