@taiga-ui/cdk 3.54.0 → 3.55.0-canary.3cc37e7
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-components-dialog-host.umd.js +2 -2
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js +10 -10
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +14 -14
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js +2 -4
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-decorators.umd.js +12 -12
- package/bundles/taiga-ui-cdk-decorators.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +4 -16
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js +1 -4
- package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-media.umd.js +1 -2
- package/bundles/taiga-ui-cdk-directives-media.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-directives-platform.umd.js +4 -1
- package/bundles/taiga-ui-cdk-directives-platform.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-services.umd.js +10 -10
- package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-tokens.umd.js +23 -23
- package/bundles/taiga-ui-cdk-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-color.umd.js +12 -12
- package/bundles/taiga-ui-cdk-utils-color.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-dom.umd.js +5 -5
- package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-math.umd.js +16 -16
- package/bundles/taiga-ui-cdk-utils-math.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +3 -3
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-svg.umd.js +23 -23
- package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +1 -1
- package/constants/used-icons.d.ts +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/esm2015/components/dialog-host/dialog-host.component.js +3 -3
- package/esm2015/components/scroll-controls/scrollbar.directive.js +7 -7
- package/esm2015/constants/empty.js +9 -9
- package/esm2015/constants/matcher.js +4 -4
- package/esm2015/constants/used-icons.js +3 -3
- package/esm2015/constants/version.js +2 -2
- package/esm2015/date-time/day-range.js +2 -4
- package/esm2015/date-time/day.js +2 -2
- package/esm2015/decorators/default-prop.js +10 -10
- package/esm2015/decorators/required-setter.js +4 -4
- package/esm2015/directives/auto-focus/autofocus.options.js +1 -2
- package/esm2015/directives/auto-focus/handlers/ios.handler.js +3 -4
- package/esm2015/directives/focus-trap/focus-trap.directive.js +2 -5
- package/esm2015/directives/media/media.directive.js +2 -3
- package/esm2015/directives/platform/platform.directive.js +6 -3
- package/esm2015/services/scroll.service.js +11 -11
- package/esm2015/tokens/active-element.js +14 -14
- package/esm2015/utils/color/hex-to-rgba.js +9 -9
- package/esm2015/utils/color/hsv-to-rgb.js +5 -5
- package/esm2015/utils/dom/can-scroll.js +6 -6
- package/esm2015/utils/math/round.js +13 -13
- package/esm2015/utils/miscellaneous/clean-object.js +4 -4
- package/esm2015/utils/svg/svg-linear-gradient-processor.js +24 -24
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js +2 -2
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-components-scroll-controls.js +6 -6
- package/fesm2015/taiga-ui-cdk-components-scroll-controls.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js +14 -14
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-date-time.js +2 -4
- package/fesm2015/taiga-ui-cdk-date-time.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-decorators.js +12 -12
- package/fesm2015/taiga-ui-cdk-decorators.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js +2 -3
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-focus-trap.js +1 -4
- package/fesm2015/taiga-ui-cdk-directives-focus-trap.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-media.js +1 -2
- package/fesm2015/taiga-ui-cdk-directives-media.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-directives-platform.js +5 -2
- package/fesm2015/taiga-ui-cdk-directives-platform.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-services.js +10 -10
- package/fesm2015/taiga-ui-cdk-services.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-tokens.js +15 -15
- package/fesm2015/taiga-ui-cdk-tokens.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-color.js +12 -12
- package/fesm2015/taiga-ui-cdk-utils-color.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-dom.js +5 -5
- package/fesm2015/taiga-ui-cdk-utils-dom.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-math.js +12 -12
- package/fesm2015/taiga-ui-cdk-utils-math.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +3 -3
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-svg.js +23 -23
- package/fesm2015/taiga-ui-cdk-utils-svg.js.map +1 -1
- package/package.json +68 -68
- package/schematics/ng-add/index.js +10 -10
- package/schematics/ng-add/steps/add-taiga-modules.js +36 -36
- package/schematics/ng-add/steps/wrap-with-tui-root.js +21 -21
- package/schematics/ng-update/steps/rename-types.js +8 -8
- package/schematics/ng-update/steps/replace-enums.js +8 -8
- package/schematics/ng-update/steps/replace-services.js +8 -8
- package/schematics/ng-update/steps/show-warnings.js +4 -4
- package/schematics/ng-update/utils/templates/template-comments.d.ts +1 -2
- package/schematics/ng-update/v3/index.js +17 -17
- package/schematics/ng-update/v3/steps/migrate-date-time.js +92 -92
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +35 -35
- package/schematics/ng-update/v3/steps/migrate-progress.d.ts +4 -0
- package/schematics/ng-update/v3/steps/migrate-progress.js +20 -20
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +44 -46
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +28 -29
- package/schematics/ng-update/v3/steps/migrate-templates.js +37 -36
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +21 -21
- package/schematics/ng-update/v3/steps/miscellaneous.js +32 -32
- package/schematics/ng-update/v3/steps/replace-functions.js +18 -18
- package/schematics/ng-update/v3-30/index.js +3 -4
- package/schematics/ng-update/v3-35/index.js +3 -4
- package/schematics/ng-update/v3-36/index.js +0 -1
- package/schematics/ng-update/v3-40/index.js +11 -13
- package/schematics/ng-update/v3-5/index.js +0 -1
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +17 -17
- package/schematics/ng-update/v4/index.js +12 -12
- 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 +24 -24
- package/schematics/ng-update/v4/steps/utils/replace-substrings.js +2 -2
- package/schematics/utils/angular-json-manipulations.js +8 -9
- package/schematics/utils/templates/get-component-templates.js +8 -8
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.migrateProgress = exports.DEPRECATED_PROGRESS_PIPES_REG = void 0;
|
3
|
+
exports.migrateProgress = exports.isProgressWithDeprecatedPipe = exports.replaceProgressColorSegmentsPipe = exports.DEPRECATED_PROGRESS_PIPES_REG = void 0;
|
4
4
|
const ng_morph_1 = require("ng-morph");
|
5
5
|
const constants_1 = require("../../../constants");
|
6
6
|
const colored_log_1 = require("../../../utils/colored-log");
|
@@ -8,32 +8,19 @@ const project_root_1 = require("../../../utils/project-root");
|
|
8
8
|
const elements_1 = require("../../../utils/templates/elements");
|
9
9
|
const get_component_templates_1 = require("../../../utils/templates/get-component-templates");
|
10
10
|
const template_resource_1 = require("../../../utils/templates/template-resource");
|
11
|
+
const PROPERTY_FOR_DEPRECATED_PIPES = `[color]`;
|
11
12
|
exports.DEPRECATED_PROGRESS_PIPES_REG =
|
12
13
|
// eslint-disable-next-line unicorn/no-unsafe-regex
|
13
14
|
/\s*\|\s*tuiProgressColorSegments(Async\s*\|\s*async)?/gi;
|
14
|
-
const PROPERTY_FOR_DEPRECATED_PIPES = `[color]`;
|
15
|
-
function migrateProgress(fileSystem, options) {
|
16
|
-
!options[`skip-logs`] &&
|
17
|
-
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating progress bars...`);
|
18
|
-
const templateResources = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
19
|
-
for (const templateResource of templateResources) {
|
20
|
-
replaceProgressColorSegmentsPipe(templateResource, fileSystem);
|
21
|
-
}
|
22
|
-
fileSystem.commitEdits();
|
23
|
-
ng_morph_1.saveActiveProject();
|
24
|
-
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
25
|
-
!options[`skip-logs`] &&
|
26
|
-
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} progress bars migrated \n`);
|
27
|
-
}
|
28
|
-
exports.migrateProgress = migrateProgress;
|
29
15
|
function replaceProgressColorSegmentsPipe(templateResource, fileSystem) {
|
30
|
-
var _a, _b;
|
31
16
|
const template = template_resource_1.getTemplateFromTemplateResource(templateResource, fileSystem);
|
32
17
|
const templateOffset = template_resource_1.getTemplateOffset(templateResource);
|
33
18
|
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(templateResource));
|
34
19
|
const recorder = fileSystem.edit(path);
|
35
|
-
|
36
|
-
|
20
|
+
elements_1.findElementsWithAttribute(template, PROPERTY_FOR_DEPRECATED_PIPES)
|
21
|
+
.filter(isProgressWithDeprecatedPipe)
|
22
|
+
.forEach(progressEl => {
|
23
|
+
var _a, _b;
|
37
24
|
const oldValue = ((_a = progressEl.attrs.find(attr => attr.name === PROPERTY_FOR_DEPRECATED_PIPES)) === null || _a === void 0 ? void 0 : _a.value) || ``;
|
38
25
|
const newValue = oldValue.replace(exports.DEPRECATED_PROGRESS_PIPES_REG, ``);
|
39
26
|
const attrLocations = (_b = progressEl.sourceCodeLocation) === null || _b === void 0 ? void 0 : _b.attrs;
|
@@ -42,10 +29,23 @@ function replaceProgressColorSegmentsPipe(templateResource, fileSystem) {
|
|
42
29
|
recorder.remove(templateOffset + startOffset, endOffset - startOffset);
|
43
30
|
recorder.insertRight(templateOffset + startOffset, `[tuiProgressColorSegments]="${newValue}"`);
|
44
31
|
}
|
45
|
-
}
|
32
|
+
});
|
46
33
|
}
|
34
|
+
exports.replaceProgressColorSegmentsPipe = replaceProgressColorSegmentsPipe;
|
47
35
|
function isProgressWithDeprecatedPipe(element) {
|
48
36
|
return (element.tagName === `progress` &&
|
49
37
|
element.attrs.some(attr => attr.name === PROPERTY_FOR_DEPRECATED_PIPES &&
|
50
38
|
attr.value.match(exports.DEPRECATED_PROGRESS_PIPES_REG)));
|
51
39
|
}
|
40
|
+
exports.isProgressWithDeprecatedPipe = isProgressWithDeprecatedPipe;
|
41
|
+
function migrateProgress(fileSystem, options) {
|
42
|
+
!options[`skip-logs`] &&
|
43
|
+
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating progress bars...`);
|
44
|
+
get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES).forEach(templateResource => replaceProgressColorSegmentsPipe(templateResource, fileSystem));
|
45
|
+
fileSystem.commitEdits();
|
46
|
+
ng_morph_1.saveActiveProject();
|
47
|
+
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
48
|
+
!options[`skip-logs`] &&
|
49
|
+
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} progress bars migrated \n`);
|
50
|
+
}
|
51
|
+
exports.migrateProgress = migrateProgress;
|
@@ -11,52 +11,6 @@ const get_component_templates_1 = require("../../../../utils/templates/get-compo
|
|
11
11
|
const ng_component_input_manipulations_1 = require("../../../../utils/templates/ng-component-input-manipulations");
|
12
12
|
const MIN_LABELS_MIGRATION_METHOD_NAME = `tuiMigrationInputRangeMinLabel`;
|
13
13
|
const MAX_LABELS_MIGRATION_METHOD_NAME = `tuiMigrationInputRangeMaxLabel`;
|
14
|
-
function migrateInputRange(fileSystem, options) {
|
15
|
-
const templateResources = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
16
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
17
|
-
const COMPONENTS_WITH_MIN_LABELS = new Set();
|
18
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
19
|
-
const COMPONENTS_WITH_MAX_LABELS = new Set();
|
20
|
-
let progressLog = progress_1.setupProgressLogger({
|
21
|
-
total: templateResources.length,
|
22
|
-
prefix: `[replaceMinMaxLabel]`,
|
23
|
-
});
|
24
|
-
for (const templateResource of templateResources) {
|
25
|
-
!options[`skip-logs`] && progressLog(templateResource.componentPath);
|
26
|
-
replaceMinLabel(templateResource, fileSystem, COMPONENTS_WITH_MIN_LABELS);
|
27
|
-
replaceMaxLabel(templateResource, fileSystem, COMPONENTS_WITH_MAX_LABELS);
|
28
|
-
}
|
29
|
-
save(fileSystem);
|
30
|
-
progressLog = progress_1.setupProgressLogger({
|
31
|
-
total: COMPONENTS_WITH_MIN_LABELS.size,
|
32
|
-
prefix: `[COMPONENTS_WITH_MIN_LABELS]`,
|
33
|
-
});
|
34
|
-
for (const componentPath of Array.from(COMPONENTS_WITH_MIN_LABELS)) {
|
35
|
-
!options[`skip-logs`] && progressLog(componentPath);
|
36
|
-
addMinMaxLabelMethod(componentPath, MIN_LABELS_MIGRATION_METHOD_NAME, [
|
37
|
-
`const currentValue = context.$implicit;`,
|
38
|
-
`const minValue = 0; // TODO: (Taiga UI migration) replace with the MIN value of the input-range`,
|
39
|
-
`const minLabelText = "Min"; // TODO: (Taiga UI migration) replace with the required label`,
|
40
|
-
`if (currentValue === minValue) return minLabelText;`,
|
41
|
-
`return String(currentValue);`,
|
42
|
-
]);
|
43
|
-
}
|
44
|
-
progressLog = progress_1.setupProgressLogger({
|
45
|
-
total: COMPONENTS_WITH_MAX_LABELS.size,
|
46
|
-
prefix: `[COMPONENTS_WITH_MAX_LABELS]`,
|
47
|
-
});
|
48
|
-
for (const componentPath of Array.from(COMPONENTS_WITH_MAX_LABELS)) {
|
49
|
-
!options[`skip-logs`] && progressLog(componentPath);
|
50
|
-
addMinMaxLabelMethod(componentPath, MAX_LABELS_MIGRATION_METHOD_NAME, [
|
51
|
-
`const currentValue = context.$implicit;`,
|
52
|
-
`const maxValue = 100; // TODO: (Taiga UI migration) replace with the MAX value of the input`,
|
53
|
-
`const maxLabelText = "Max"; // TODO: (Taiga UI migration) replace with the required label`,
|
54
|
-
`if (currentValue === maxValue) return maxLabelText;`,
|
55
|
-
`return String(currentValue);`,
|
56
|
-
]);
|
57
|
-
}
|
58
|
-
}
|
59
|
-
exports.migrateInputRange = migrateInputRange;
|
60
14
|
function replaceMinLabel(templateResource, fileSystem, modifiedComponentStorage) {
|
61
15
|
const wasModified = ng_component_input_manipulations_1.replaceInputProperty({
|
62
16
|
templateResource,
|
@@ -104,3 +58,47 @@ function save(fileSystem) {
|
|
104
58
|
ng_morph_1.saveActiveProject();
|
105
59
|
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
106
60
|
}
|
61
|
+
function migrateInputRange(fileSystem, options) {
|
62
|
+
const templateResources = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
63
|
+
const COMPONENTS_WITH_MIN_LABELS = new Set();
|
64
|
+
const COMPONENTS_WITH_MAX_LABELS = new Set();
|
65
|
+
let progressLog = progress_1.setupProgressLogger({
|
66
|
+
total: templateResources.length,
|
67
|
+
prefix: `[replaceMinMaxLabel]`,
|
68
|
+
});
|
69
|
+
templateResources.forEach(templateResource => {
|
70
|
+
!options[`skip-logs`] && progressLog(templateResource.componentPath);
|
71
|
+
replaceMinLabel(templateResource, fileSystem, COMPONENTS_WITH_MIN_LABELS);
|
72
|
+
replaceMaxLabel(templateResource, fileSystem, COMPONENTS_WITH_MAX_LABELS);
|
73
|
+
});
|
74
|
+
save(fileSystem);
|
75
|
+
progressLog = progress_1.setupProgressLogger({
|
76
|
+
total: COMPONENTS_WITH_MIN_LABELS.size,
|
77
|
+
prefix: `[COMPONENTS_WITH_MIN_LABELS]`,
|
78
|
+
});
|
79
|
+
Array.from(COMPONENTS_WITH_MIN_LABELS).forEach(componentPath => {
|
80
|
+
!options[`skip-logs`] && progressLog(componentPath);
|
81
|
+
addMinMaxLabelMethod(componentPath, MIN_LABELS_MIGRATION_METHOD_NAME, [
|
82
|
+
`const currentValue = context.$implicit;`,
|
83
|
+
`const minValue = 0; // TODO: (Taiga UI migration) replace with the MIN value of the input-range`,
|
84
|
+
`const minLabelText = "Min"; // TODO: (Taiga UI migration) replace with the required label`,
|
85
|
+
`if (currentValue === minValue) return minLabelText;`,
|
86
|
+
`return String(currentValue);`,
|
87
|
+
]);
|
88
|
+
});
|
89
|
+
progressLog = progress_1.setupProgressLogger({
|
90
|
+
total: COMPONENTS_WITH_MAX_LABELS.size,
|
91
|
+
prefix: `[COMPONENTS_WITH_MAX_LABELS]`,
|
92
|
+
});
|
93
|
+
Array.from(COMPONENTS_WITH_MAX_LABELS).forEach(componentPath => {
|
94
|
+
!options[`skip-logs`] && progressLog(componentPath);
|
95
|
+
addMinMaxLabelMethod(componentPath, MAX_LABELS_MIGRATION_METHOD_NAME, [
|
96
|
+
`const currentValue = context.$implicit;`,
|
97
|
+
`const maxValue = 100; // TODO: (Taiga UI migration) replace with the MAX value of the input`,
|
98
|
+
`const maxLabelText = "Max"; // TODO: (Taiga UI migration) replace with the required label`,
|
99
|
+
`if (currentValue === maxValue) return maxLabelText;`,
|
100
|
+
`return String(currentValue);`,
|
101
|
+
]);
|
102
|
+
});
|
103
|
+
}
|
104
|
+
exports.migrateInputRange = migrateInputRange;
|
@@ -10,35 +10,6 @@ const project_root_1 = require("../../../../utils/project-root");
|
|
10
10
|
const elements_1 = require("../../../../utils/templates/elements");
|
11
11
|
const get_component_templates_1 = require("../../../../utils/templates/get-component-templates");
|
12
12
|
const ng_component_input_manipulations_1 = require("../../../../utils/templates/ng-component-input-manipulations");
|
13
|
-
function migrateInputSlider(fileSystem, options) {
|
14
|
-
const templateResources = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
15
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
16
|
-
const COMPONENTS_WITH_MIN_MAX_LABELS = new Set();
|
17
|
-
let progressLog = progress_1.setupProgressLogger({
|
18
|
-
total: templateResources.length,
|
19
|
-
prefix: `[replaceMinMaxLabels]`,
|
20
|
-
});
|
21
|
-
for (const templateResource of templateResources) {
|
22
|
-
!options[`skip-logs`] && progressLog(templateResource.componentPath);
|
23
|
-
replaceMinMaxLabels(templateResource, fileSystem, COMPONENTS_WITH_MIN_MAX_LABELS);
|
24
|
-
}
|
25
|
-
/**
|
26
|
-
* We should update virtual file tree
|
27
|
-
* otherwise all following ng-morph commands will overwrite all previous template manipulations
|
28
|
-
* */
|
29
|
-
fileSystem.commitEdits();
|
30
|
-
ng_morph_1.saveActiveProject();
|
31
|
-
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
32
|
-
progressLog = progress_1.setupProgressLogger({
|
33
|
-
total: COMPONENTS_WITH_MIN_MAX_LABELS.size,
|
34
|
-
prefix: `[addMinMaxLabelMethod]`,
|
35
|
-
});
|
36
|
-
for (const componentPath of Array.from(COMPONENTS_WITH_MIN_MAX_LABELS)) {
|
37
|
-
!options[`skip-logs`] && progressLog(componentPath);
|
38
|
-
addMinMaxLabelMethod(componentPath);
|
39
|
-
}
|
40
|
-
}
|
41
|
-
exports.migrateInputSlider = migrateInputSlider;
|
42
13
|
const MIN_MAX_LABELS_MIGRATION_METHOD_NAME = `tuiMigrationMinMaxLabel`;
|
43
14
|
function replaceMinMaxLabels(templateResource, fileSystem, modifiedComponentStorage) {
|
44
15
|
const wasMaxLabelModified = ng_component_input_manipulations_1.replaceInputProperty({
|
@@ -90,3 +61,31 @@ function addMinMaxLabelMethod(componentPath) {
|
|
90
61
|
});
|
91
62
|
}
|
92
63
|
}
|
64
|
+
function migrateInputSlider(fileSystem, options) {
|
65
|
+
const templateResources = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
66
|
+
const COMPONENTS_WITH_MIN_MAX_LABELS = new Set();
|
67
|
+
let progressLog = progress_1.setupProgressLogger({
|
68
|
+
total: templateResources.length,
|
69
|
+
prefix: `[replaceMinMaxLabels]`,
|
70
|
+
});
|
71
|
+
templateResources.forEach(templateResource => {
|
72
|
+
!options[`skip-logs`] && progressLog(templateResource.componentPath);
|
73
|
+
replaceMinMaxLabels(templateResource, fileSystem, COMPONENTS_WITH_MIN_MAX_LABELS);
|
74
|
+
});
|
75
|
+
/**
|
76
|
+
* We should update virtual file tree
|
77
|
+
* otherwise all following ng-morph commands will overwrite all previous template manipulations
|
78
|
+
* */
|
79
|
+
fileSystem.commitEdits();
|
80
|
+
ng_morph_1.saveActiveProject();
|
81
|
+
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
82
|
+
progressLog = progress_1.setupProgressLogger({
|
83
|
+
total: COMPONENTS_WITH_MIN_MAX_LABELS.size,
|
84
|
+
prefix: `[addMinMaxLabelMethod]`,
|
85
|
+
});
|
86
|
+
Array.from(COMPONENTS_WITH_MIN_MAX_LABELS).forEach(componentPath => {
|
87
|
+
!options[`skip-logs`] && progressLog(componentPath);
|
88
|
+
addMinMaxLabelMethod(componentPath);
|
89
|
+
});
|
90
|
+
}
|
91
|
+
exports.migrateInputSlider = migrateInputSlider;
|
@@ -21,42 +21,6 @@ const replace_tags_1 = require("../../utils/templates/replace-tags");
|
|
21
21
|
const templates_1 = require("../constants/templates");
|
22
22
|
const migrate_polymorpheus_1 = require("./migrate-polymorpheus");
|
23
23
|
const migrate_textfield_controller_1 = require("./migrate-textfield-controller");
|
24
|
-
function migrateTemplates(fileSystem, options) {
|
25
|
-
!options[`skip-logs`] &&
|
26
|
-
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating templates...`);
|
27
|
-
const componentWithTemplatesPaths = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
28
|
-
const actions = [
|
29
|
-
replaceV3Tags,
|
30
|
-
replaceV3Attrs,
|
31
|
-
replaceAttrsByDirective,
|
32
|
-
replaceBreadcrumbs,
|
33
|
-
replaceFieldError,
|
34
|
-
addHTMLCommentTags,
|
35
|
-
addEditorProviders,
|
36
|
-
migrateTuiHideSelectedPipe,
|
37
|
-
removeV3Inputs,
|
38
|
-
migrate_polymorpheus_1.migratePolymorpheus,
|
39
|
-
migrate_textfield_controller_1.migrateTextfieldController,
|
40
|
-
replaceInputValues,
|
41
|
-
migrateBinaryAttributes,
|
42
|
-
addWarningForFormatNumberPipe,
|
43
|
-
];
|
44
|
-
const progressLog = progress_1.setupProgressLogger({
|
45
|
-
total: componentWithTemplatesPaths.length,
|
46
|
-
});
|
47
|
-
componentWithTemplatesPaths.forEach(resource => {
|
48
|
-
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(resource));
|
49
|
-
const recorder = fileSystem.edit(path);
|
50
|
-
actions.forEach((action, actionIndex) => {
|
51
|
-
const isLastAction = actionIndex === actions.length - 1;
|
52
|
-
!options[`skip-logs`] && progressLog(action.name, isLastAction);
|
53
|
-
action({ resource, fileSystem, recorder });
|
54
|
-
});
|
55
|
-
});
|
56
|
-
!options[`skip-logs`] &&
|
57
|
-
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} templates migrated \n`);
|
58
|
-
}
|
59
|
-
exports.migrateTemplates = migrateTemplates;
|
60
24
|
function replaceAttrsByDirective({ resource, fileSystem, }) {
|
61
25
|
templates_1.ATTR_TO_DIRECTIVE.forEach(({ componentSelector, directiveModule, directive, inputProperty, filterFn }) => {
|
62
26
|
ng_component_input_manipulations_1.replaceInputPropertyByDirective({
|
@@ -108,6 +72,7 @@ function replaceBreadcrumbs({ resource, recorder, fileSystem, }) {
|
|
108
72
|
if (!itemsValue || !insertTo) {
|
109
73
|
return;
|
110
74
|
}
|
75
|
+
// noinspection AngularMissingRequiredDirectiveInputBinding
|
111
76
|
recorder.insertRight(insertTo + templateOffset, `
|
112
77
|
<ng-container *ngFor="let item of ${itemsValue}">
|
113
78
|
<a
|
@@ -216,3 +181,39 @@ function replaceInputValues({ resource, recorder, fileSystem, }) {
|
|
216
181
|
function removeV3Inputs({ resource, fileSystem, recorder, }) {
|
217
182
|
remove_inputs_1.removeInputs({ resource, recorder, fileSystem, data: templates_1.INPUTS_TO_REMOVE });
|
218
183
|
}
|
184
|
+
function migrateTemplates(fileSystem, options) {
|
185
|
+
!options[`skip-logs`] &&
|
186
|
+
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating templates...`);
|
187
|
+
const componentWithTemplatesPaths = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
188
|
+
const actions = [
|
189
|
+
replaceV3Tags,
|
190
|
+
replaceV3Attrs,
|
191
|
+
replaceAttrsByDirective,
|
192
|
+
replaceBreadcrumbs,
|
193
|
+
replaceFieldError,
|
194
|
+
addHTMLCommentTags,
|
195
|
+
addEditorProviders,
|
196
|
+
migrateTuiHideSelectedPipe,
|
197
|
+
removeV3Inputs,
|
198
|
+
migrate_polymorpheus_1.migratePolymorpheus,
|
199
|
+
migrate_textfield_controller_1.migrateTextfieldController,
|
200
|
+
replaceInputValues,
|
201
|
+
migrateBinaryAttributes,
|
202
|
+
addWarningForFormatNumberPipe,
|
203
|
+
];
|
204
|
+
const progressLog = progress_1.setupProgressLogger({
|
205
|
+
total: componentWithTemplatesPaths.length,
|
206
|
+
});
|
207
|
+
componentWithTemplatesPaths.forEach(resource => {
|
208
|
+
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(resource));
|
209
|
+
const recorder = fileSystem.edit(path);
|
210
|
+
actions.forEach((action, actionIndex) => {
|
211
|
+
const isLastAction = actionIndex === actions.length - 1;
|
212
|
+
!options[`skip-logs`] && progressLog(action.name, isLastAction);
|
213
|
+
action({ resource, fileSystem, recorder });
|
214
|
+
});
|
215
|
+
});
|
216
|
+
!options[`skip-logs`] &&
|
217
|
+
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} templates migrated \n`);
|
218
|
+
}
|
219
|
+
exports.migrateTemplates = migrateTemplates;
|
@@ -35,27 +35,6 @@ const ATTRS_MAP = {
|
|
35
35
|
'[tuitextfieldexampletext]': `[attr.placeholder]`,
|
36
36
|
};
|
37
37
|
const CONTROLLER_ITEMS = Object.keys(ATTRS_MAP).map(attr => attr.toLowerCase());
|
38
|
-
function migrateTextfieldController({ resource, fileSystem, recorder, }) {
|
39
|
-
const template = template_resource_1.getTemplateFromTemplateResource(resource, fileSystem);
|
40
|
-
const templateOffset = template_resource_1.getTemplateOffset(resource);
|
41
|
-
const elements = elements_1.findElementsByTagNames(template, TEXTFIELDS);
|
42
|
-
elements.forEach(element => {
|
43
|
-
const attrs = element.attrs.filter(attr => CONTROLLER_ITEMS.includes(attr.name) && !exclusion(element, attr.name));
|
44
|
-
if (!attrs.length) {
|
45
|
-
return;
|
46
|
-
}
|
47
|
-
const existingInput = elements_1.findElementsByFn(element.childNodes, el => (el.tagName === `input` || el.tagName === `textarea`) &&
|
48
|
-
elements_1.hasElementAttribute(el, `tuiTextfield`))[0];
|
49
|
-
if (existingInput) {
|
50
|
-
addAttrToExistingInput({ existingInput, attrs, recorder, templateOffset });
|
51
|
-
}
|
52
|
-
else {
|
53
|
-
insertTuiTextfieldInput({ element, attrs, recorder, templateOffset });
|
54
|
-
}
|
55
|
-
});
|
56
|
-
removeOldInputs(recorder, template, templateOffset);
|
57
|
-
}
|
58
|
-
exports.migrateTextfieldController = migrateTextfieldController;
|
59
38
|
function insertTuiTextfieldInput({ element, attrs, recorder, templateOffset, }) {
|
60
39
|
var _a, _b;
|
61
40
|
const newAttrs = attrs
|
@@ -96,3 +75,24 @@ function exclusion({ tagName }, attrName) {
|
|
96
75
|
var _a;
|
97
76
|
return (_a = excludedAttrs[tagName]) === null || _a === void 0 ? void 0 : _a.includes(attrName);
|
98
77
|
}
|
78
|
+
function migrateTextfieldController({ resource, fileSystem, recorder, }) {
|
79
|
+
const template = template_resource_1.getTemplateFromTemplateResource(resource, fileSystem);
|
80
|
+
const templateOffset = template_resource_1.getTemplateOffset(resource);
|
81
|
+
const elements = elements_1.findElementsByTagNames(template, TEXTFIELDS);
|
82
|
+
elements.forEach(element => {
|
83
|
+
const attrs = element.attrs.filter(attr => CONTROLLER_ITEMS.includes(attr.name) && !exclusion(element, attr.name));
|
84
|
+
if (!attrs.length) {
|
85
|
+
return;
|
86
|
+
}
|
87
|
+
const existingInput = elements_1.findElementsByFn(element.childNodes, el => (el.tagName === `input` || el.tagName === `textarea`) &&
|
88
|
+
elements_1.hasElementAttribute(el, `tuiTextfield`))[0];
|
89
|
+
if (existingInput) {
|
90
|
+
addAttrToExistingInput({ existingInput, attrs, recorder, templateOffset });
|
91
|
+
}
|
92
|
+
else {
|
93
|
+
insertTuiTextfieldInput({ element, attrs, recorder, templateOffset });
|
94
|
+
}
|
95
|
+
});
|
96
|
+
removeOldInputs(recorder, template, templateOffset);
|
97
|
+
}
|
98
|
+
exports.migrateTextfieldController = migrateTextfieldController;
|
@@ -5,38 +5,6 @@ const ng_morph_1 = require("ng-morph");
|
|
5
5
|
const colored_log_1 = require("../../../utils/colored-log");
|
6
6
|
const get_named_import_references_1 = require("../../../utils/get-named-import-references");
|
7
7
|
const insert_todo_1 = require("../../../utils/insert-todo");
|
8
|
-
function miscellaneousMigrations(options) {
|
9
|
-
!options[`skip-logs`] &&
|
10
|
-
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} miscellaneous migrating...`);
|
11
|
-
replaceEnumProperty({
|
12
|
-
enumName: `TuiCurrency`,
|
13
|
-
from: `HongKong_dollar`,
|
14
|
-
to: `HongKongDollar`,
|
15
|
-
});
|
16
|
-
replaceEnumProperty({
|
17
|
-
enumName: `TuiCurrencyCode`,
|
18
|
-
from: `HongKong_dollar`,
|
19
|
-
to: `HongKongDollar`,
|
20
|
-
});
|
21
|
-
replaceEnumProperty({
|
22
|
-
enumName: `TuiCreditCardAutofillName`,
|
23
|
-
/**
|
24
|
-
* Do not mark `mounth` as incorrect.
|
25
|
-
* cspell:ignore mounth
|
26
|
-
*/
|
27
|
-
from: `CcExp_mounth`,
|
28
|
-
to: `CcExpMonth`,
|
29
|
-
});
|
30
|
-
replaceEnumProperty({
|
31
|
-
enumName: `TuiCreditCardAutofillName`,
|
32
|
-
from: `CcExp_year`,
|
33
|
-
to: `CcExpYear`,
|
34
|
-
});
|
35
|
-
addWarningToMethod(`TuiDirectiveStylesService`, `addStyle`, `addStyle method has been removed. Use components approach`);
|
36
|
-
!options[`skip-logs`] &&
|
37
|
-
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} miscellaneous migrated \n`);
|
38
|
-
}
|
39
|
-
exports.miscellaneousMigrations = miscellaneousMigrations;
|
40
8
|
function addWarningToMethod(className, method, message) {
|
41
9
|
const references = get_named_import_references_1.getNamedImportReferences(className);
|
42
10
|
references.forEach(ref => {
|
@@ -79,3 +47,35 @@ function checkMethod(node, method, message) {
|
|
79
47
|
}
|
80
48
|
});
|
81
49
|
}
|
50
|
+
function miscellaneousMigrations(options) {
|
51
|
+
!options[`skip-logs`] &&
|
52
|
+
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} miscellaneous migrating...`);
|
53
|
+
replaceEnumProperty({
|
54
|
+
enumName: `TuiCurrency`,
|
55
|
+
from: `HongKong_dollar`,
|
56
|
+
to: `HongKongDollar`,
|
57
|
+
});
|
58
|
+
replaceEnumProperty({
|
59
|
+
enumName: `TuiCurrencyCode`,
|
60
|
+
from: `HongKong_dollar`,
|
61
|
+
to: `HongKongDollar`,
|
62
|
+
});
|
63
|
+
replaceEnumProperty({
|
64
|
+
enumName: `TuiCreditCardAutofillName`,
|
65
|
+
/**
|
66
|
+
* Do not mark `mounth` as incorrect.
|
67
|
+
* cspell:ignore mounth
|
68
|
+
*/
|
69
|
+
from: `CcExp_mounth`,
|
70
|
+
to: `CcExpMonth`,
|
71
|
+
});
|
72
|
+
replaceEnumProperty({
|
73
|
+
enumName: `TuiCreditCardAutofillName`,
|
74
|
+
from: `CcExp_year`,
|
75
|
+
to: `CcExpYear`,
|
76
|
+
});
|
77
|
+
addWarningToMethod(`TuiDirectiveStylesService`, `addStyle`, `addStyle method has been removed. Use components approach`);
|
78
|
+
!options[`skip-logs`] &&
|
79
|
+
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} miscellaneous migrated \n`);
|
80
|
+
}
|
81
|
+
exports.miscellaneousMigrations = miscellaneousMigrations;
|
@@ -6,24 +6,6 @@ const colored_log_1 = require("../../../utils/colored-log");
|
|
6
6
|
const get_named_import_references_1 = require("../../../utils/get-named-import-references");
|
7
7
|
const import_manipulations_1 = require("../../../utils/import-manipulations");
|
8
8
|
const deprecated_functions_1 = require("../constants/deprecated-functions");
|
9
|
-
function replaceFunctions(options) {
|
10
|
-
!options[`skip-logs`] &&
|
11
|
-
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} functions replacing...`);
|
12
|
-
replacePadStart(get_named_import_references_1.getNamedImportReferences(`padStart`, `@taiga-ui/cdk`));
|
13
|
-
replaceFallbackValue(get_named_import_references_1.getNamedImportReferences(`fallbackValue`, `@taiga-ui/cdk`));
|
14
|
-
replaceCustomEvent(get_named_import_references_1.getNamedImportReferences(`tuiCustomEvent`, `@taiga-ui/cdk`));
|
15
|
-
replaceClosestElement(get_named_import_references_1.getNamedImportReferences(`getClosestElement`, `@taiga-ui/cdk`));
|
16
|
-
replaceNativeFocused([
|
17
|
-
...get_named_import_references_1.getNamedImportReferences(`tuiSetNativeFocused`, `@taiga-ui/cdk`),
|
18
|
-
...get_named_import_references_1.getNamedImportReferences(`setNativeFocused`, `@taiga-ui/cdk`),
|
19
|
-
]);
|
20
|
-
replaceDeprecatedFunction();
|
21
|
-
modifyFormatNumberArgs();
|
22
|
-
modifyClosestFocusable();
|
23
|
-
!options[`skip-logs`] &&
|
24
|
-
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} functions replaced \n`);
|
25
|
-
}
|
26
|
-
exports.replaceFunctions = replaceFunctions;
|
27
9
|
function replaceDeprecatedFunction() {
|
28
10
|
deprecated_functions_1.DEPRECATED_FUNCTIONS.forEach(({ from, to, moduleSpecifier }) => {
|
29
11
|
get_named_import_references_1.getNamedImportReferences(from, moduleSpecifier).forEach(ref => {
|
@@ -136,3 +118,21 @@ function modifyClosestFocusable() {
|
|
136
118
|
}
|
137
119
|
});
|
138
120
|
}
|
121
|
+
function replaceFunctions(options) {
|
122
|
+
!options[`skip-logs`] &&
|
123
|
+
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} functions replacing...`);
|
124
|
+
replacePadStart(get_named_import_references_1.getNamedImportReferences(`padStart`, `@taiga-ui/cdk`));
|
125
|
+
replaceFallbackValue(get_named_import_references_1.getNamedImportReferences(`fallbackValue`, `@taiga-ui/cdk`));
|
126
|
+
replaceCustomEvent(get_named_import_references_1.getNamedImportReferences(`tuiCustomEvent`, `@taiga-ui/cdk`));
|
127
|
+
replaceClosestElement(get_named_import_references_1.getNamedImportReferences(`getClosestElement`, `@taiga-ui/cdk`));
|
128
|
+
replaceNativeFocused([
|
129
|
+
...get_named_import_references_1.getNamedImportReferences(`tuiSetNativeFocused`, `@taiga-ui/cdk`),
|
130
|
+
...get_named_import_references_1.getNamedImportReferences(`setNativeFocused`, `@taiga-ui/cdk`),
|
131
|
+
]);
|
132
|
+
replaceDeprecatedFunction();
|
133
|
+
modifyFormatNumberArgs();
|
134
|
+
modifyClosestFocusable();
|
135
|
+
!options[`skip-logs`] &&
|
136
|
+
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} functions replaced \n`);
|
137
|
+
}
|
138
|
+
exports.replaceFunctions = replaceFunctions;
|
@@ -8,7 +8,9 @@ const get_file_system_1 = require("../utils/get-file-system");
|
|
8
8
|
const replace_text_1 = require("../utils/replace-text");
|
9
9
|
const constants_1 = require("./constants/constants");
|
10
10
|
const icons_1 = require("./constants/icons");
|
11
|
-
|
11
|
+
function hasProprietaryIcons(tree) {
|
12
|
+
return !!ng_morph_1.getPackageJsonDependency(tree, `@taiga-ui/proprietary-icons`);
|
13
|
+
}
|
12
14
|
function updateToV3_30(options) {
|
13
15
|
return (tree, _) => {
|
14
16
|
if (!hasProprietaryIcons(tree)) {
|
@@ -28,6 +30,3 @@ function updateToV3_30(options) {
|
|
28
30
|
};
|
29
31
|
}
|
30
32
|
exports.updateToV3_30 = updateToV3_30;
|
31
|
-
function hasProprietaryIcons(tree) {
|
32
|
-
return !!ng_morph_1.getPackageJsonDependency(tree, `@taiga-ui/proprietary-icons`);
|
33
|
-
}
|
@@ -8,7 +8,9 @@ const get_file_system_1 = require("../utils/get-file-system");
|
|
8
8
|
const replace_text_1 = require("../utils/replace-text");
|
9
9
|
const constants_1 = require("./constants/constants");
|
10
10
|
const icons_1 = require("./constants/icons");
|
11
|
-
|
11
|
+
function hasProprietaryIcons(tree) {
|
12
|
+
return !!ng_morph_1.getPackageJsonDependency(tree, `@taiga-ui/proprietary-icons`);
|
13
|
+
}
|
12
14
|
function updateToV3_35(options) {
|
13
15
|
return (tree, _) => {
|
14
16
|
if (!hasProprietaryIcons(tree)) {
|
@@ -28,6 +30,3 @@ function updateToV3_35(options) {
|
|
28
30
|
};
|
29
31
|
}
|
30
32
|
exports.updateToV3_35 = updateToV3_35;
|
31
|
-
function hasProprietaryIcons(tree) {
|
32
|
-
return !!ng_morph_1.getPackageJsonDependency(tree, `@taiga-ui/proprietary-icons`);
|
33
|
-
}
|
@@ -10,7 +10,6 @@ const replace_text_1 = require("../utils/replace-text");
|
|
10
10
|
const OLD_PACKAGE = `@taiga-ui/addon-editor`;
|
11
11
|
const NEW_PACKAGE = `@tinkoff/tui-editor`;
|
12
12
|
const NEW_PACKAGE_VERSION = `^1.0.1`;
|
13
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
14
13
|
function updateToV3_36(options) {
|
15
14
|
return (tree, context) => {
|
16
15
|
if (!ng_morph_1.getPackageJsonDependency(tree, OLD_PACKAGE)) {
|
@@ -11,21 +11,10 @@ const template_resource_1 = require("../../utils/templates/template-resource");
|
|
11
11
|
const get_file_system_1 = require("../utils/get-file-system");
|
12
12
|
const replace_text_1 = require("../utils/replace-text");
|
13
13
|
const replace_tag_1 = require("../utils/templates/replace-tag");
|
14
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
15
|
-
function updateToV3_40(options) {
|
16
|
-
return (tree, _) => {
|
17
|
-
const fileSystem = get_file_system_1.getFileSystem(tree);
|
18
|
-
replaceTextareaTag(options, fileSystem);
|
19
|
-
replaceTextareaReferenceTypes(options, fileSystem);
|
20
|
-
!options[`skip-logs`] && colored_log_1.titleLog(`${colored_log_1.FINISH_SYMBOL} successfully migrated \n`);
|
21
|
-
};
|
22
|
-
}
|
23
|
-
exports.updateToV3_40 = updateToV3_40;
|
24
14
|
function replaceTextareaTag(options, fileSystem) {
|
25
15
|
!options[`skip-logs`] &&
|
26
16
|
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} replacing <tui-text-area /> to <tui-textarea />`);
|
27
|
-
|
28
|
-
for (const resource of templateResources) {
|
17
|
+
get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES).forEach(resource => {
|
29
18
|
const template = template_resource_1.getTemplateFromTemplateResource(resource, fileSystem);
|
30
19
|
const elements = elements_1.findElementsByTagName(template, `tui-text-area`);
|
31
20
|
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(resource));
|
@@ -35,7 +24,7 @@ function replaceTextareaTag(options, fileSystem) {
|
|
35
24
|
replace_tag_1.replaceTag(recorder, sourceCodeLocation, `tui-text-area`, `tui-textarea`);
|
36
25
|
}
|
37
26
|
});
|
38
|
-
}
|
27
|
+
});
|
39
28
|
fileSystem.commitEdits();
|
40
29
|
ng_morph_1.saveActiveProject();
|
41
30
|
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
@@ -61,3 +50,12 @@ function replaceTextareaReferenceTypes(options, fileSystem) {
|
|
61
50
|
ng_morph_1.saveActiveProject();
|
62
51
|
ng_morph_1.setActiveProject(ng_morph_1.createProject(fileSystem.tree, project_root_1.projectRoot(), constants_1.ALL_FILES));
|
63
52
|
}
|
53
|
+
function updateToV3_40(options) {
|
54
|
+
return (tree, _) => {
|
55
|
+
const fileSystem = get_file_system_1.getFileSystem(tree);
|
56
|
+
replaceTextareaTag(options, fileSystem);
|
57
|
+
replaceTextareaReferenceTypes(options, fileSystem);
|
58
|
+
!options[`skip-logs`] && colored_log_1.titleLog(`${colored_log_1.FINISH_SYMBOL} successfully migrated \n`);
|
59
|
+
};
|
60
|
+
}
|
61
|
+
exports.updateToV3_40 = updateToV3_40;
|
@@ -6,7 +6,6 @@ const versions_1 = require("../../ng-add/constants/versions");
|
|
6
6
|
const colored_log_1 = require("../../utils/colored-log");
|
7
7
|
const get_file_system_1 = require("../utils/get-file-system");
|
8
8
|
const migrate_expand_templates_1 = require("./steps/migrate-expand-templates");
|
9
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
10
9
|
function updateToV3_5(options) {
|
11
10
|
return (tree, _) => {
|
12
11
|
const fileSystem = get_file_system_1.getFileSystem(tree);
|
@@ -7,23 +7,6 @@ const progress_1 = require("../../../utils/progress");
|
|
7
7
|
const elements_1 = require("../../../utils/templates/elements");
|
8
8
|
const get_component_templates_1 = require("../../../utils/templates/get-component-templates");
|
9
9
|
const template_resource_1 = require("../../../utils/templates/template-resource");
|
10
|
-
function migrateExpandTemplates(fileSystem, options) {
|
11
|
-
!options[`skip-logs`] &&
|
12
|
-
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating templates...`);
|
13
|
-
const componentWithTemplatesPaths = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
14
|
-
const progressLog = progress_1.setupProgressLogger({
|
15
|
-
total: componentWithTemplatesPaths.length,
|
16
|
-
});
|
17
|
-
componentWithTemplatesPaths.forEach(resource => {
|
18
|
-
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(resource));
|
19
|
-
const recorder = fileSystem.edit(path);
|
20
|
-
!options[`skip-logs`] && progressLog(`expand migration`, true);
|
21
|
-
migrateExpand({ resource, fileSystem, recorder });
|
22
|
-
});
|
23
|
-
!options[`skip-logs`] &&
|
24
|
-
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} templates migrated \n`);
|
25
|
-
}
|
26
|
-
exports.migrateExpandTemplates = migrateExpandTemplates;
|
27
10
|
function migrateExpand({ resource, recorder, fileSystem, }) {
|
28
11
|
const template = template_resource_1.getTemplateFromTemplateResource(resource, fileSystem);
|
29
12
|
const templateOffset = template_resource_1.getTemplateOffset(resource);
|
@@ -42,3 +25,20 @@ function migrateExpand({ resource, recorder, fileSystem, }) {
|
|
42
25
|
recorder.insertRight(insertTo + templateOffset - 1, ` tuiExpandContent`);
|
43
26
|
});
|
44
27
|
}
|
28
|
+
function migrateExpandTemplates(fileSystem, options) {
|
29
|
+
!options[`skip-logs`] &&
|
30
|
+
colored_log_1.infoLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.REPLACE_SYMBOL} migrating templates...`);
|
31
|
+
const componentWithTemplatesPaths = get_component_templates_1.getComponentTemplates(constants_1.ALL_TS_FILES);
|
32
|
+
const progressLog = progress_1.setupProgressLogger({
|
33
|
+
total: componentWithTemplatesPaths.length,
|
34
|
+
});
|
35
|
+
componentWithTemplatesPaths.forEach(resource => {
|
36
|
+
const path = fileSystem.resolve(template_resource_1.getPathFromTemplateResource(resource));
|
37
|
+
const recorder = fileSystem.edit(path);
|
38
|
+
!options[`skip-logs`] && progressLog(`expand migration`, true);
|
39
|
+
migrateExpand({ resource, fileSystem, recorder });
|
40
|
+
});
|
41
|
+
!options[`skip-logs`] &&
|
42
|
+
colored_log_1.successLog(`${colored_log_1.SMALL_TAB_SYMBOL}${colored_log_1.SUCCESS_SYMBOL} templates migrated \n`);
|
43
|
+
}
|
44
|
+
exports.migrateExpandTemplates = migrateExpandTemplates;
|