@skyux/packages 14.0.0-alpha.1 → 14.0.0-alpha.3
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/migrations.json +14 -4
- package/package.json +60 -60
- package/src/schematics/migrations/update-14/remove-dragula/remove-dragula.d.ts +5 -0
- package/src/schematics/migrations/update-14/remove-dragula/remove-dragula.js +66 -0
- package/src/schematics/migrations/update-14/remove-dragula/remove-dragula.js.map +1 -0
- package/src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics.d.ts +2 -0
- package/src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics.js +8 -0
- package/src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics.js.map +1 -0
- package/src/schematics/ng-generate/add-skyux-to-project/add-skyux-to-project.schematic.js +1 -25
- package/src/schematics/ng-generate/add-skyux-to-project/add-skyux-to-project.schematic.js.map +1 -1
- package/src/schematics/rules/convert-page-summary-to-page-header/convert-page-summary-to-page-header.js +1 -1
- package/src/schematics/rules/convert-progress-indicator-wizard-to-tab-wizard/convert-progress-indicator-wizard-to-tab-wizard.js +1 -1
- package/src/schematics/utility/dependencies.d.ts +2 -0
- package/src/schematics/utility/dependencies.js +86 -0
- package/src/schematics/utility/dependencies.js.map +1 -0
- package/src/schematics/utility/workspace.d.ts +1 -0
- package/src/schematics/utility/workspace.js +6 -0
- package/src/schematics/utility/workspace.js.map +1 -1
- package/src/version.js +1 -1
package/migrations.json
CHANGED
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "14.0.0-alpha.
|
|
4
|
+
"version": "14.0.0-alpha.3",
|
|
5
5
|
"factory": "./src/schematics/migrations/all/noop/noop.schematic",
|
|
6
6
|
"description": "Update all SKY UX component packages"
|
|
7
7
|
},
|
|
8
8
|
"i18n-resources-module": {
|
|
9
|
-
"version": "14.0.0-alpha.
|
|
9
|
+
"version": "14.0.0-alpha.3",
|
|
10
10
|
"factory": "./src/schematics/migrations/all/i18n-resources-module/i18n-resources-module.schematic",
|
|
11
11
|
"description": "Regenerate i18n resources modules for libraries."
|
|
12
12
|
},
|
|
13
13
|
"remove-old-compat-stylesheets": {
|
|
14
|
-
"version": "14.0.0-alpha.
|
|
14
|
+
"version": "14.0.0-alpha.3",
|
|
15
15
|
"factory": "./src/schematics/migrations/all/remove-old-compat-stylesheets/remove-old-compat-stylesheets.schematic",
|
|
16
16
|
"description": "Remove backward compatible stylesheets for older versions of SKY UX."
|
|
17
17
|
},
|
|
18
18
|
"workspace-check": {
|
|
19
|
-
"version": "14.0.0-alpha.
|
|
19
|
+
"version": "14.0.0-alpha.3",
|
|
20
20
|
"factory": "./src/schematics/migrations/all/workspace-check/workspace-check.schematic",
|
|
21
21
|
"description": "Log warnings if the workspace is not configured correctly."
|
|
22
|
+
},
|
|
23
|
+
"uninstall-prettier-schematics": {
|
|
24
|
+
"version": "14.0.0-alpha.3",
|
|
25
|
+
"factory": "./src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics",
|
|
26
|
+
"description": "Uninstall the @skyux-sdk/prettier-schematics package"
|
|
27
|
+
},
|
|
28
|
+
"remove-dragula": {
|
|
29
|
+
"version": "14.0.0-alpha.3",
|
|
30
|
+
"factory": "./src/schematics/migrations/update-14/remove-dragula/remove-dragula",
|
|
31
|
+
"description": "Remove dragula, ng2-dragula, and dom-autoscroller packages if not used"
|
|
22
32
|
}
|
|
23
33
|
}
|
|
24
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.3",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Handles the `ng update` command for SKY UX component libraries.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,68 +35,68 @@
|
|
|
35
35
|
"ng-update": {
|
|
36
36
|
"migrations": "./migrations.json",
|
|
37
37
|
"packageGroup": {
|
|
38
|
-
"@skyux/packages": "14.0.0-alpha.
|
|
38
|
+
"@skyux/packages": "14.0.0-alpha.3",
|
|
39
39
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
40
|
-
"@skyux-sdk/eslint-schematics": "14.0.0-alpha.
|
|
41
|
-
"@skyux-sdk/stylelint-schematics": "14.0.0-alpha.
|
|
42
|
-
"@skyux-sdk/testing": "14.0.0-alpha.
|
|
43
|
-
"@skyux/a11y": "14.0.0-alpha.
|
|
44
|
-
"@skyux/action-bars": "14.0.0-alpha.
|
|
45
|
-
"@skyux/ag-grid": "14.0.0-alpha.
|
|
46
|
-
"@skyux/angular-tree-component": "14.0.0-alpha.
|
|
47
|
-
"@skyux/animations": "14.0.0-alpha.
|
|
48
|
-
"@skyux/assets": "14.0.0-alpha.
|
|
49
|
-
"@skyux/autonumeric": "14.0.0-alpha.
|
|
50
|
-
"@skyux/avatar": "14.0.0-alpha.
|
|
51
|
-
"@skyux/code-examples": "14.0.0-alpha.
|
|
52
|
-
"@skyux/colorpicker": "14.0.0-alpha.
|
|
53
|
-
"@skyux/config": "14.0.0-alpha.
|
|
54
|
-
"@skyux/core": "14.0.0-alpha.
|
|
55
|
-
"@skyux/data-manager": "14.0.0-alpha.
|
|
56
|
-
"@skyux/datetime": "14.0.0-alpha.
|
|
57
|
-
"@skyux/docs-tools": "14.0.0-alpha.
|
|
58
|
-
"@skyux/errors": "14.0.0-alpha.
|
|
59
|
-
"@skyux/filter-bar": "14.0.0-alpha.
|
|
60
|
-
"@skyux/flyout": "14.0.0-alpha.
|
|
61
|
-
"@skyux/forms": "14.0.0-alpha.
|
|
62
|
-
"@skyux/grids": "14.0.0-alpha.
|
|
63
|
-
"@skyux/help-inline": "14.0.0-alpha.
|
|
64
|
-
"@skyux/i18n": "14.0.0-alpha.
|
|
65
|
-
"@skyux/icon": "14.0.0-alpha.
|
|
40
|
+
"@skyux-sdk/eslint-schematics": "14.0.0-alpha.3",
|
|
41
|
+
"@skyux-sdk/stylelint-schematics": "14.0.0-alpha.3",
|
|
42
|
+
"@skyux-sdk/testing": "14.0.0-alpha.3",
|
|
43
|
+
"@skyux/a11y": "14.0.0-alpha.3",
|
|
44
|
+
"@skyux/action-bars": "14.0.0-alpha.3",
|
|
45
|
+
"@skyux/ag-grid": "14.0.0-alpha.3",
|
|
46
|
+
"@skyux/angular-tree-component": "14.0.0-alpha.3",
|
|
47
|
+
"@skyux/animations": "14.0.0-alpha.3",
|
|
48
|
+
"@skyux/assets": "14.0.0-alpha.3",
|
|
49
|
+
"@skyux/autonumeric": "14.0.0-alpha.3",
|
|
50
|
+
"@skyux/avatar": "14.0.0-alpha.3",
|
|
51
|
+
"@skyux/code-examples": "14.0.0-alpha.3",
|
|
52
|
+
"@skyux/colorpicker": "14.0.0-alpha.3",
|
|
53
|
+
"@skyux/config": "14.0.0-alpha.3",
|
|
54
|
+
"@skyux/core": "14.0.0-alpha.3",
|
|
55
|
+
"@skyux/data-manager": "14.0.0-alpha.3",
|
|
56
|
+
"@skyux/datetime": "14.0.0-alpha.3",
|
|
57
|
+
"@skyux/docs-tools": "14.0.0-alpha.3",
|
|
58
|
+
"@skyux/errors": "14.0.0-alpha.3",
|
|
59
|
+
"@skyux/filter-bar": "14.0.0-alpha.3",
|
|
60
|
+
"@skyux/flyout": "14.0.0-alpha.3",
|
|
61
|
+
"@skyux/forms": "14.0.0-alpha.3",
|
|
62
|
+
"@skyux/grids": "14.0.0-alpha.3",
|
|
63
|
+
"@skyux/help-inline": "14.0.0-alpha.3",
|
|
64
|
+
"@skyux/i18n": "14.0.0-alpha.3",
|
|
65
|
+
"@skyux/icon": "14.0.0-alpha.3",
|
|
66
66
|
"@skyux/icons": "^10.4.0",
|
|
67
|
-
"@skyux/indicators": "14.0.0-alpha.
|
|
68
|
-
"@skyux/inline-form": "14.0.0-alpha.
|
|
69
|
-
"@skyux/layout": "14.0.0-alpha.
|
|
70
|
-
"@skyux/list-builder": "14.0.0-alpha.
|
|
71
|
-
"@skyux/list-builder-common": "14.0.0-alpha.
|
|
72
|
-
"@skyux/list-builder-view-checklist": "14.0.0-alpha.
|
|
73
|
-
"@skyux/list-builder-view-grids": "14.0.0-alpha.
|
|
74
|
-
"@skyux/lists": "14.0.0-alpha.
|
|
75
|
-
"@skyux/lookup": "14.0.0-alpha.
|
|
76
|
-
"@skyux/manifest": "14.0.0-alpha.
|
|
77
|
-
"@skyux/modals": "14.0.0-alpha.
|
|
78
|
-
"@skyux/navbar": "14.0.0-alpha.
|
|
79
|
-
"@skyux/pages": "14.0.0-alpha.
|
|
80
|
-
"@skyux/phone-field": "14.0.0-alpha.
|
|
81
|
-
"@skyux/popovers": "14.0.0-alpha.
|
|
82
|
-
"@skyux/progress-indicator": "14.0.0-alpha.
|
|
83
|
-
"@skyux/router": "14.0.0-alpha.
|
|
84
|
-
"@skyux/select-field": "14.0.0-alpha.
|
|
85
|
-
"@skyux/split-view": "14.0.0-alpha.
|
|
86
|
-
"@skyux/tabs": "14.0.0-alpha.
|
|
87
|
-
"@skyux/text-editor": "14.0.0-alpha.
|
|
88
|
-
"@skyux/theme": "14.0.0-alpha.
|
|
89
|
-
"@skyux/tiles": "14.0.0-alpha.
|
|
90
|
-
"@skyux/toast": "14.0.0-alpha.
|
|
91
|
-
"@skyux/validation": "14.0.0-alpha.
|
|
92
|
-
"ag-grid-angular": "^
|
|
93
|
-
"ag-grid-community": "^
|
|
94
|
-
"ag-grid-enterprise": "^
|
|
67
|
+
"@skyux/indicators": "14.0.0-alpha.3",
|
|
68
|
+
"@skyux/inline-form": "14.0.0-alpha.3",
|
|
69
|
+
"@skyux/layout": "14.0.0-alpha.3",
|
|
70
|
+
"@skyux/list-builder": "14.0.0-alpha.3",
|
|
71
|
+
"@skyux/list-builder-common": "14.0.0-alpha.3",
|
|
72
|
+
"@skyux/list-builder-view-checklist": "14.0.0-alpha.3",
|
|
73
|
+
"@skyux/list-builder-view-grids": "14.0.0-alpha.3",
|
|
74
|
+
"@skyux/lists": "14.0.0-alpha.3",
|
|
75
|
+
"@skyux/lookup": "14.0.0-alpha.3",
|
|
76
|
+
"@skyux/manifest": "14.0.0-alpha.3",
|
|
77
|
+
"@skyux/modals": "14.0.0-alpha.3",
|
|
78
|
+
"@skyux/navbar": "14.0.0-alpha.3",
|
|
79
|
+
"@skyux/pages": "14.0.0-alpha.3",
|
|
80
|
+
"@skyux/phone-field": "14.0.0-alpha.3",
|
|
81
|
+
"@skyux/popovers": "14.0.0-alpha.3",
|
|
82
|
+
"@skyux/progress-indicator": "14.0.0-alpha.3",
|
|
83
|
+
"@skyux/router": "14.0.0-alpha.3",
|
|
84
|
+
"@skyux/select-field": "14.0.0-alpha.3",
|
|
85
|
+
"@skyux/split-view": "14.0.0-alpha.3",
|
|
86
|
+
"@skyux/tabs": "14.0.0-alpha.3",
|
|
87
|
+
"@skyux/text-editor": "14.0.0-alpha.3",
|
|
88
|
+
"@skyux/theme": "14.0.0-alpha.3",
|
|
89
|
+
"@skyux/tiles": "14.0.0-alpha.3",
|
|
90
|
+
"@skyux/toast": "14.0.0-alpha.3",
|
|
91
|
+
"@skyux/validation": "14.0.0-alpha.3",
|
|
92
|
+
"ag-grid-angular": "^35.1.0",
|
|
93
|
+
"ag-grid-community": "^35.1.0",
|
|
94
|
+
"ag-grid-enterprise": "^35.1.0",
|
|
95
95
|
"autonumeric": "^4.10.9",
|
|
96
|
-
"eslint-config-skyux": "14.0.0-alpha.
|
|
97
|
-
"skyux-eslint": "14.0.0-alpha.
|
|
98
|
-
"skyux-stylelint": "14.0.0-alpha.
|
|
99
|
-
"stylelint-config-skyux": "14.0.0-alpha.
|
|
96
|
+
"eslint-config-skyux": "14.0.0-alpha.3",
|
|
97
|
+
"skyux-eslint": "14.0.0-alpha.3",
|
|
98
|
+
"skyux-stylelint": "14.0.0-alpha.3",
|
|
99
|
+
"stylelint-config-skyux": "14.0.0-alpha.3"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = default_1;
|
|
4
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
5
|
+
const dependency_1 = require("@schematics/angular/utility/dependency");
|
|
6
|
+
const dependencies_1 = require("../../../utility/dependencies");
|
|
7
|
+
const json_file_1 = require("../../../utility/json-file");
|
|
8
|
+
const NG2_DRAGULA = 'ng2-dragula';
|
|
9
|
+
const NG2_DRAGULA_VERSION = '5.1.0';
|
|
10
|
+
/**
|
|
11
|
+
* Remove dragula packages if they are not being used.
|
|
12
|
+
*/
|
|
13
|
+
function default_1() {
|
|
14
|
+
return async (tree) => {
|
|
15
|
+
const rules = [(0, dependency_1.removeDependency)('dom-autoscroller')];
|
|
16
|
+
const dragulaUsed = await (0, dependencies_1.isPackageUsed)(tree, NG2_DRAGULA);
|
|
17
|
+
if (dragulaUsed) {
|
|
18
|
+
rules.push((0, dependency_1.addDependency)('@types/dragula', '2.1.36', {
|
|
19
|
+
existing: dependency_1.ExistingBehavior.Skip,
|
|
20
|
+
type: dependency_1.DependencyType.Dev,
|
|
21
|
+
}), (0, dependency_1.addDependency)('dragula', '3.7.3', {
|
|
22
|
+
existing: dependency_1.ExistingBehavior.Skip,
|
|
23
|
+
type: dependency_1.DependencyType.Default,
|
|
24
|
+
}), (0, dependency_1.addDependency)(NG2_DRAGULA, NG2_DRAGULA_VERSION, {
|
|
25
|
+
existing: dependency_1.ExistingBehavior.Skip,
|
|
26
|
+
type: dependency_1.DependencyType.Default,
|
|
27
|
+
}), addPackageJsonOverride(`${NG2_DRAGULA}@${NG2_DRAGULA_VERSION}`, {
|
|
28
|
+
'@angular/animations': '>=21.0.0',
|
|
29
|
+
'@angular/core': '>=21.0.0',
|
|
30
|
+
'@angular/common': '>=21.0.0',
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
rules.push((0, dependency_1.removeDependency)('@types/dragula'), (0, dependency_1.removeDependency)('dragula'), (0, dependency_1.removeDependency)(NG2_DRAGULA), removePackageJsonOverride(NG2_DRAGULA));
|
|
35
|
+
}
|
|
36
|
+
return (0, schematics_1.chain)(rules);
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function removePackageJsonOverride(packageName) {
|
|
40
|
+
return (tree) => {
|
|
41
|
+
const packageJsonPath = '/package.json';
|
|
42
|
+
const packageJson = new json_file_1.JsonFile(tree, packageJsonPath);
|
|
43
|
+
const overrides = packageJson.get(['overrides']);
|
|
44
|
+
if (!overrides || typeof overrides !== 'object') {
|
|
45
|
+
return tree;
|
|
46
|
+
}
|
|
47
|
+
for (const overrideKey of Object.keys(overrides)) {
|
|
48
|
+
if (overrideKey.startsWith(packageName)) {
|
|
49
|
+
packageJson.remove(['overrides', overrideKey]);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const remainingOverrides = packageJson.get(['overrides']);
|
|
53
|
+
if (remainingOverrides && Object.keys(remainingOverrides).length === 0) {
|
|
54
|
+
packageJson.remove(['overrides']);
|
|
55
|
+
}
|
|
56
|
+
return tree;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function addPackageJsonOverride(overrideKey, value) {
|
|
60
|
+
return (tree) => {
|
|
61
|
+
const packageJsonPath = '/package.json';
|
|
62
|
+
const packageJson = new json_file_1.JsonFile(tree, packageJsonPath);
|
|
63
|
+
packageJson.modify(['overrides', overrideKey], value);
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=remove-dragula.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-dragula.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-14/remove-dragula/remove-dragula.ts"],"names":[],"mappings":";;AAiBA,4BAoCC;AArDD,2DAA+D;AAC/D,uEAKgD;AAEhD,gEAA8D;AAC9D,0DAAsD;AAEtD,MAAM,WAAW,GAAG,aAAa,CAAC;AAClC,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAEpC;;GAEG;AACH;IACE,OAAO,KAAK,EAAE,IAAI,EAAE,EAAE;QACpB,MAAM,KAAK,GAAW,CAAC,IAAA,6BAAgB,EAAC,kBAAkB,CAAC,CAAC,CAAC;QAC7D,MAAM,WAAW,GAAG,MAAM,IAAA,4BAAa,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC;QAE3D,IAAI,WAAW,EAAE,CAAC;YAChB,KAAK,CAAC,IAAI,CACR,IAAA,0BAAa,EAAC,gBAAgB,EAAE,QAAQ,EAAE;gBACxC,QAAQ,EAAE,6BAAgB,CAAC,IAAI;gBAC/B,IAAI,EAAE,2BAAc,CAAC,GAAG;aACzB,CAAC,EACF,IAAA,0BAAa,EAAC,SAAS,EAAE,OAAO,EAAE;gBAChC,QAAQ,EAAE,6BAAgB,CAAC,IAAI;gBAC/B,IAAI,EAAE,2BAAc,CAAC,OAAO;aAC7B,CAAC,EACF,IAAA,0BAAa,EAAC,WAAW,EAAE,mBAAmB,EAAE;gBAC9C,QAAQ,EAAE,6BAAgB,CAAC,IAAI;gBAC/B,IAAI,EAAE,2BAAc,CAAC,OAAO;aAC7B,CAAC,EACF,sBAAsB,CAAC,GAAG,WAAW,IAAI,mBAAmB,EAAE,EAAE;gBAC9D,qBAAqB,EAAE,UAAU;gBACjC,eAAe,EAAE,UAAU;gBAC3B,iBAAiB,EAAE,UAAU;aAC9B,CAAC,CACH,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,KAAK,CAAC,IAAI,CACR,IAAA,6BAAgB,EAAC,gBAAgB,CAAC,EAClC,IAAA,6BAAgB,EAAC,SAAS,CAAC,EAC3B,IAAA,6BAAgB,EAAC,WAAW,CAAC,EAC7B,yBAAyB,CAAC,WAAW,CAAC,CACvC,CAAC;QACJ,CAAC;QAED,OAAO,IAAA,kBAAK,EAAC,KAAK,CAAC,CAAC;IACtB,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,yBAAyB,CAAC,WAAmB;IACpD,OAAO,CAAC,IAAU,EAAE,EAAE;QACpB,MAAM,eAAe,GAAG,eAAe,CAAC;QACxC,MAAM,WAAW,GAAG,IAAI,oBAAQ,CAAC,IAAI,EAAE,eAAe,CAAC,CAAC;QAExD,MAAM,SAAS,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,CAElC,CAAC;QAEd,IAAI,CAAC,SAAS,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE,CAAC;YAChD,OAAO,IAAI,CAAC;QACd,CAAC;QAED,KAAK,MAAM,WAAW,IAAI,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjD,IAAI,WAAW,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,CAAC;gBACxC,WAAW,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC;YACjD,CAAC;QACH,CAAC;QAED,MAAM,kBAAkB,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,CAE3C,CAAC;QAEd,IAAI,kBAAkB,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACvE,WAAW,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;QACpC,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,sBAAsB,CAC7B,WAAmB,EACnB,KAA6B;IAE7B,OAAO,CAAC,IAAI,EAAE,EAAE;QACd,MAAM,eAAe,GAAG,eAAe,CAAC;QACxC,MAAM,WAAW,GAAG,IAAI,oBAAQ,CAAC,IAAI,EAAE,eAAe,CAAC,CAAC;QACxD,WAAW,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,WAAW,CAAC,EAAE,KAAK,CAAC,CAAC;IACxD,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = uninstallPrettierSchematics;
|
|
4
|
+
const dependency_1 = require("@schematics/angular/utility/dependency");
|
|
5
|
+
function uninstallPrettierSchematics() {
|
|
6
|
+
return (0, dependency_1.removeDependency)('@skyux-sdk/prettier-schematics');
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=uninstall-prettier-schematics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uninstall-prettier-schematics.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-14/uninstall-prettier-schematics/uninstall-prettier-schematics.ts"],"names":[],"mappings":";;AAGA,8CAEC;AAJD,uEAA0E;AAE1E,SAAwB,2BAA2B;IACjD,OAAO,IAAA,6BAAgB,EAAC,gCAAgC,CAAC,CAAC;AAC5D,CAAC"}
|
|
@@ -25,7 +25,6 @@ function modifyWorkspaceConfig(projectName) {
|
|
|
25
25
|
return (0, utility_1.updateWorkspace)((workspace) => {
|
|
26
26
|
const project = workspace.projects.get(projectName);
|
|
27
27
|
configureAllowedCommonJsDependencies(project);
|
|
28
|
-
configurePolyfills(project);
|
|
29
28
|
configureStyles(project);
|
|
30
29
|
});
|
|
31
30
|
}
|
|
@@ -35,26 +34,12 @@ function configureAllowedCommonJsDependencies(project) {
|
|
|
35
34
|
target.options ??= {};
|
|
36
35
|
target.options['allowedCommonJsDependencies'] ??= [];
|
|
37
36
|
const allowedCommonJsDependencies = target.options['allowedCommonJsDependencies'];
|
|
38
|
-
allowedCommonJsDependencies.push('@skyux/icons', 'autonumeric', '
|
|
37
|
+
allowedCommonJsDependencies.push('@skyux/icons', 'autonumeric', 'fontfaceobserver', 'intl-tel-input', 'moment');
|
|
39
38
|
target.options['allowedCommonJsDependencies'] = [
|
|
40
39
|
...new Set(allowedCommonJsDependencies),
|
|
41
40
|
].sort((a, b) => a.localeCompare(b));
|
|
42
41
|
}
|
|
43
42
|
}
|
|
44
|
-
function configurePolyfills(project) {
|
|
45
|
-
const supportedBuilders = SUPPORTED_BUILD_BUILDERS.concat(SUPPORTED_TEST_BUILDERS);
|
|
46
|
-
for (const target of ['build', 'test']) {
|
|
47
|
-
const def = project.targets.get(target);
|
|
48
|
-
if (def && supportedBuilders.includes(def.builder)) {
|
|
49
|
-
def.options ??= {};
|
|
50
|
-
const polyfills = normalizePolyfills(def.options['polyfills']);
|
|
51
|
-
const polyfill = '@skyux/packages/polyfills';
|
|
52
|
-
if (!polyfills.includes(polyfill)) {
|
|
53
|
-
def.options['polyfills'] = polyfills.concat(polyfill);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
43
|
function configureStyles(project) {
|
|
59
44
|
const ourStylesheets = [
|
|
60
45
|
'@skyux/theme/css/sky.css',
|
|
@@ -71,13 +56,4 @@ function configureStyles(project) {
|
|
|
71
56
|
}
|
|
72
57
|
}
|
|
73
58
|
}
|
|
74
|
-
function normalizePolyfills(polyfills) {
|
|
75
|
-
if (typeof polyfills === 'string') {
|
|
76
|
-
return [polyfills];
|
|
77
|
-
}
|
|
78
|
-
if (Array.isArray(polyfills)) {
|
|
79
|
-
return polyfills;
|
|
80
|
-
}
|
|
81
|
-
return [];
|
|
82
|
-
}
|
|
83
59
|
//# sourceMappingURL=add-skyux-to-project.schematic.js.map
|
package/src/schematics/ng-generate/add-skyux-to-project/add-skyux-to-project.schematic.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-skyux-to-project.schematic.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/ng-generate/add-skyux-to-project/add-skyux-to-project.schematic.ts"],"names":[],"mappings":";;AAsBA,oCAMC;AA5BD,2DAAyD;AACzD,yDAGqC;AAIrC,MAAM,wBAAwB,GAAG;IAC/B,4BAA4B;IAC5B,2CAA2C;IAC3C,uCAAuC;IACvC,oDAAoD;IACpD,6CAA6C;CAC9C,CAAC;AAEF,MAAM,uBAAuB,GAAG;IAC9B,sBAAsB;IACtB,qCAAqC;IACrC,kDAAkD;CACnD,CAAC;AAEF,SAAwB,iBAAiB,CAAC,OAAe;IACvD,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;IAEzC,OAAO,GAAG,EAAE;QACV,OAAO,IAAA,kBAAK,EAAC,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACrD,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,WAAmB;IAChD,OAAO,IAAA,yBAAe,EAAC,CAAC,SAAS,EAAE,EAAE;QACnC,MAAM,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAsB,CAAC;QAEzE,oCAAoC,CAAC,OAAO,CAAC,CAAC;QAC9C,
|
|
1
|
+
{"version":3,"file":"add-skyux-to-project.schematic.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/ng-generate/add-skyux-to-project/add-skyux-to-project.schematic.ts"],"names":[],"mappings":";;AAsBA,oCAMC;AA5BD,2DAAyD;AACzD,yDAGqC;AAIrC,MAAM,wBAAwB,GAAG;IAC/B,4BAA4B;IAC5B,2CAA2C;IAC3C,uCAAuC;IACvC,oDAAoD;IACpD,6CAA6C;CAC9C,CAAC;AAEF,MAAM,uBAAuB,GAAG;IAC9B,sBAAsB;IACtB,qCAAqC;IACrC,kDAAkD;CACnD,CAAC;AAEF,SAAwB,iBAAiB,CAAC,OAAe;IACvD,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;IAEzC,OAAO,GAAG,EAAE;QACV,OAAO,IAAA,kBAAK,EAAC,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACrD,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,WAAmB;IAChD,OAAO,IAAA,yBAAe,EAAC,CAAC,SAAS,EAAE,EAAE;QACnC,MAAM,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAsB,CAAC;QAEzE,oCAAoC,CAAC,OAAO,CAAC,CAAC;QAC9C,eAAe,CAAC,OAAO,CAAC,CAAC;IAC3B,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAS,oCAAoC,CAC3C,OAA0B;IAE1B,MAAM,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAE5C,IAAI,MAAM,IAAI,wBAAwB,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC;QAChE,MAAM,CAAC,OAAO,KAAK,EAAE,CAAC;QACtB,MAAM,CAAC,OAAO,CAAC,6BAA6B,CAAC,KAAK,EAAE,CAAC;QAErD,MAAM,2BAA2B,GAAG,MAAM,CAAC,OAAO,CAChD,6BAA6B,CAClB,CAAC;QAEd,2BAA2B,CAAC,IAAI,CAC9B,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,gBAAgB,EAChB,QAAQ,CACT,CAAC;QAEF,MAAM,CAAC,OAAO,CAAC,6BAA6B,CAAC,GAAG;YAC9C,GAAG,IAAI,GAAG,CAAC,2BAA2B,CAAC;SACxC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;IACvC,CAAC;AACH,CAAC;AAED,SAAS,eAAe,CAAC,OAA0B;IACjD,MAAM,cAAc,GAAG;QACrB,0BAA0B;QAC1B,2CAA2C;KAC5C,CAAC;IAEF,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,MAAM,CACvD,uBAAuB,CACxB,CAAC;IAEF,KAAK,MAAM,MAAM,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC;QACvC,MAAM,GAAG,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAExC,IAAI,GAAG,IAAI,iBAAiB,CAAC,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YACnD,GAAG,CAAC,OAAO,KAAK,EAAE,CAAC;YACnB,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;YAE7B,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAa,CAAC;YAEtD,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,IAAI,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;QAC3E,CAAC;IACH,CAAC;AACH,CAAC"}
|
|
@@ -198,7 +198,7 @@ function convertPageSummaryToPageHeader(projectPath) {
|
|
|
198
198
|
}
|
|
199
199
|
});
|
|
200
200
|
},
|
|
201
|
-
(0, utility_1.addDependency)('@skyux/pages', `14.0.0-alpha.
|
|
201
|
+
(0, utility_1.addDependency)('@skyux/pages', `14.0.0-alpha.3`, {
|
|
202
202
|
existing: utility_1.ExistingBehavior.Skip,
|
|
203
203
|
}),
|
|
204
204
|
]);
|
|
@@ -296,7 +296,7 @@ function convertProgressIndicatorWizardToTabWizard(options) {
|
|
|
296
296
|
});
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
|
-
(0, utility_1.addDependency)('@skyux/tabs', `14.0.0-alpha.
|
|
299
|
+
(0, utility_1.addDependency)('@skyux/tabs', `14.0.0-alpha.3`, {
|
|
300
300
|
existing: utility_1.ExistingBehavior.Skip,
|
|
301
301
|
}),
|
|
302
302
|
]);
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isPackageUsed = isPackageUsed;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const typescript_1 = tslib_1.__importDefault(require("@schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript"));
|
|
6
|
+
const ast_utils_1 = require("@schematics/angular/utility/ast-utils");
|
|
7
|
+
const workspace_1 = require("@schematics/angular/utility/workspace");
|
|
8
|
+
const ng_ast_1 = require("./typescript/ng-ast");
|
|
9
|
+
const visit_project_files_1 = require("./visit-project-files");
|
|
10
|
+
const workspace_2 = require("./workspace");
|
|
11
|
+
async function isPackageUsed(tree, packageName) {
|
|
12
|
+
const workspace = await (0, workspace_1.getWorkspace)(tree);
|
|
13
|
+
for (const project of workspace.projects.values()) {
|
|
14
|
+
const sourceRoot = (0, workspace_2.getSourceRoot)(project);
|
|
15
|
+
const found = isPackageFoundInFiles(tree, packageName, sourceRoot);
|
|
16
|
+
if (found) {
|
|
17
|
+
return true;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return false;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Finds which packages are imported in any TypeScript files within the specified source root.
|
|
24
|
+
* Returns a Set of package names that are used.
|
|
25
|
+
*/
|
|
26
|
+
function isPackageFoundInFiles(tree, packageName, sourceRoot) {
|
|
27
|
+
let found = false;
|
|
28
|
+
(0, visit_project_files_1.visitProjectFiles)(tree, sourceRoot, (filePath) => {
|
|
29
|
+
if (!filePath.endsWith('.ts') || found) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
const sourceFile = (0, ng_ast_1.parseSourceFile)(tree, filePath);
|
|
33
|
+
found =
|
|
34
|
+
hasImportStatement(sourceFile, packageName) ||
|
|
35
|
+
hasCallExpression(sourceFile, packageName);
|
|
36
|
+
});
|
|
37
|
+
return found;
|
|
38
|
+
}
|
|
39
|
+
function hasImportStatement(sourceFile, packageName) {
|
|
40
|
+
const importDeclarations = (0, ast_utils_1.findNodes)(sourceFile, typescript_1.default.SyntaxKind.ImportDeclaration);
|
|
41
|
+
for (const importDecl of importDeclarations) {
|
|
42
|
+
if (importDecl.moduleSpecifier &&
|
|
43
|
+
typescript_1.default.isStringLiteral(importDecl.moduleSpecifier)) {
|
|
44
|
+
const moduleSpecifier = importDecl.moduleSpecifier.text;
|
|
45
|
+
if (isPackageMatch(moduleSpecifier, packageName)) {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
function hasCallExpression(sourceFile, packageName) {
|
|
53
|
+
const callExpressions = (0, ast_utils_1.findNodes)(sourceFile, typescript_1.default.SyntaxKind.CallExpression);
|
|
54
|
+
for (const callExpr of callExpressions) {
|
|
55
|
+
if (isCallExpressionMatch(callExpr, packageName)) {
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Checks if the call expression is a dynamic import or require for the package.
|
|
63
|
+
*/
|
|
64
|
+
function isCallExpressionMatch(callExpr, packageName) {
|
|
65
|
+
// Check for dynamic import()
|
|
66
|
+
if (callExpr.expression.kind === typescript_1.default.SyntaxKind.ImportKeyword) {
|
|
67
|
+
if (callExpr.arguments.length > 0 &&
|
|
68
|
+
typescript_1.default.isStringLiteral(callExpr.arguments[0])) {
|
|
69
|
+
return isPackageMatch(callExpr.arguments[0].text, packageName);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
// Check for require('package-name')
|
|
73
|
+
if (typescript_1.default.isIdentifier(callExpr.expression) &&
|
|
74
|
+
callExpr.expression.text === 'require') {
|
|
75
|
+
if (callExpr.arguments.length > 0 &&
|
|
76
|
+
typescript_1.default.isStringLiteral(callExpr.arguments[0])) {
|
|
77
|
+
return isPackageMatch(callExpr.arguments[0].text, packageName);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
return false;
|
|
81
|
+
}
|
|
82
|
+
function isPackageMatch(moduleSpecifier, packageName) {
|
|
83
|
+
return (moduleSpecifier === packageName ||
|
|
84
|
+
moduleSpecifier.startsWith(`${packageName}/`));
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=dependencies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependencies.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/dependencies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRequiredProject = getRequiredProject;
|
|
4
|
+
exports.getSourceRoot = getSourceRoot;
|
|
5
|
+
const core_1 = require("@angular-devkit/core");
|
|
4
6
|
const workspace_1 = require("@schematics/angular/utility/workspace");
|
|
5
7
|
/**
|
|
6
8
|
* Returns the project definition corresponding to the provided name, or throws an
|
|
@@ -17,4 +19,8 @@ async function getRequiredProject(tree, projectName) {
|
|
|
17
19
|
}
|
|
18
20
|
return { projectName, project };
|
|
19
21
|
}
|
|
22
|
+
function getSourceRoot(project) {
|
|
23
|
+
/* istanbul ignore next */
|
|
24
|
+
return project.sourceRoot || (0, core_1.join)((0, core_1.normalize)(project.root), 'src');
|
|
25
|
+
}
|
|
20
26
|
//# sourceMappingURL=workspace.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/workspace.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/workspace.ts"],"names":[],"mappings":";;AASA,gDAkBC;AAED,sCAGC;AAhCD,+CAAuD;AAGvD,qEAAqE;AAErE;;;GAGG;AACI,KAAK,UAAU,kBAAkB,CACtC,IAAU,EACV,WAA+B;IAE/B,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACjD,CAAC;IAED,MAAM,SAAS,GAAG,MAAM,IAAA,wBAAY,EAAC,IAAI,CAAC,CAAC;IAC3C,MAAM,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IAEpD,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CACb,gBAAgB,WAAW,iDAAiD,CAC7E,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;AAClC,CAAC;AAED,SAAgB,aAAa,CAAC,OAA0B;IACtD,0BAA0B;IAC1B,OAAO,OAAO,CAAC,UAAU,IAAI,IAAA,WAAI,EAAC,IAAA,gBAAS,EAAC,OAAO,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC"}
|
package/src/version.js
CHANGED