@skyux/packages 15.0.0-alpha.4 → 15.0.0-alpha.5

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 CHANGED
@@ -1,34 +1,39 @@
1
1
  {
2
2
  "schematics": {
3
3
  "noop": {
4
- "version": "15.0.0-alpha.4",
4
+ "version": "15.0.0-alpha.5",
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": "15.0.0-alpha.4",
9
+ "version": "15.0.0-alpha.5",
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": "15.0.0-alpha.4",
14
+ "version": "15.0.0-alpha.5",
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": "15.0.0-alpha.4",
19
+ "version": "15.0.0-alpha.5",
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
22
  },
23
23
  "migrate-dragula-polyfill": {
24
- "version": "15.0.0-alpha.4",
24
+ "version": "15.0.0-alpha.5",
25
25
  "factory": "./src/schematics/migrations/all/migrate-dragula-polyfill/migrate-dragula-polyfill.schematic",
26
26
  "description": "Remove the @skyux/packages/polyfills entry from project config, replacing it with a local copy when Dragula is still installed."
27
27
  },
28
28
  "remove-timepicker-retain-invalid-values": {
29
- "version": "15.0.0-alpha.4",
29
+ "version": "15.0.0-alpha.5",
30
30
  "factory": "./src/schematics/migrations/update-15/remove-timepicker-retain-invalid-values/remove-timepicker-retain-invalid-values.schematic",
31
31
  "description": "Remove the skyTimepickerRetainInvalidValues input from timepicker inputs since retaining invalid values is now the default behavior."
32
+ },
33
+ "add-compat-stylesheets": {
34
+ "version": "15.0.0-alpha.5",
35
+ "factory": "./src/schematics/migrations/update-15/add-compat-stylesheets/add-compat-stylesheet.schematic",
36
+ "description": "Add a backwards-compatible stylesheet with styles that have been removed from components in SKY UX 15."
32
37
  }
33
38
  }
34
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/packages",
3
- "version": "15.0.0-alpha.4",
3
+ "version": "15.0.0-alpha.5",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Handles the `ng update` command for SKY UX component libraries.",
6
6
  "keywords": [
@@ -32,76 +32,75 @@
32
32
  "ng-update": {
33
33
  "migrations": "./migrations.json",
34
34
  "packageGroup": {
35
- "@skyux/packages": "15.0.0-alpha.4",
35
+ "@skyux/packages": "15.0.0-alpha.5",
36
36
  "@blackbaud/angular-tree-component": "^1.0.0",
37
- "@skyux-sdk/eslint-schematics": "15.0.0-alpha.4",
38
- "@skyux-sdk/stylelint-schematics": "15.0.0-alpha.4",
39
- "@skyux-sdk/testing": "15.0.0-alpha.4",
40
- "@skyux-sdk/testing-schematics": "15.0.0-alpha.4",
41
- "@skyux/a11y": "15.0.0-alpha.4",
42
- "@skyux/action-bars": "15.0.0-alpha.4",
43
- "@skyux/ag-grid": "15.0.0-alpha.4",
44
- "@skyux/angular-tree-component": "15.0.0-alpha.4",
45
- "@skyux/animations": "15.0.0-alpha.4",
46
- "@skyux/assets": "15.0.0-alpha.4",
47
- "@skyux/autonumeric": "15.0.0-alpha.4",
48
- "@skyux/avatar": "15.0.0-alpha.4",
49
- "@skyux/charts": "15.0.0-alpha.4",
50
- "@skyux/code-examples": "15.0.0-alpha.4",
51
- "@skyux/colorpicker": "15.0.0-alpha.4",
52
- "@skyux/config": "15.0.0-alpha.4",
53
- "@skyux/core": "15.0.0-alpha.4",
54
- "@skyux/data-grid": "15.0.0-alpha.4",
55
- "@skyux/data-manager": "15.0.0-alpha.4",
56
- "@skyux/datetime": "15.0.0-alpha.4",
57
- "@skyux/docs-tools": "15.0.0-alpha.4",
58
- "@skyux/errors": "15.0.0-alpha.4",
59
- "@skyux/filter-bar": "15.0.0-alpha.4",
60
- "@skyux/flyout": "15.0.0-alpha.4",
61
- "@skyux/forms": "15.0.0-alpha.4",
62
- "@skyux/grids": "15.0.0-alpha.4",
63
- "@skyux/help-inline": "15.0.0-alpha.4",
64
- "@skyux/i18n": "15.0.0-alpha.4",
65
- "@skyux/icon": "15.0.0-alpha.4",
66
- "@skyux/icons": "^11.2.0",
67
- "@skyux/indicators": "15.0.0-alpha.4",
68
- "@skyux/inline-form": "15.0.0-alpha.4",
69
- "@skyux/layout": "15.0.0-alpha.4",
70
- "@skyux/list-builder": "15.0.0-alpha.4",
71
- "@skyux/list-builder-common": "15.0.0-alpha.4",
72
- "@skyux/list-builder-view-checklist": "15.0.0-alpha.4",
73
- "@skyux/list-builder-view-grids": "15.0.0-alpha.4",
74
- "@skyux/lists": "15.0.0-alpha.4",
75
- "@skyux/lookup": "15.0.0-alpha.4",
76
- "@skyux/manifest": "15.0.0-alpha.4",
77
- "@skyux/modals": "15.0.0-alpha.4",
78
- "@skyux/navbar": "15.0.0-alpha.4",
79
- "@skyux/pages": "15.0.0-alpha.4",
80
- "@skyux/phone-field": "15.0.0-alpha.4",
81
- "@skyux/popovers": "15.0.0-alpha.4",
82
- "@skyux/progress-indicator": "15.0.0-alpha.4",
83
- "@skyux/router": "15.0.0-alpha.4",
84
- "@skyux/select-field": "15.0.0-alpha.4",
85
- "@skyux/split-view": "15.0.0-alpha.4",
86
- "@skyux/tabs": "15.0.0-alpha.4",
87
- "@skyux/text-editor": "15.0.0-alpha.4",
88
- "@skyux/theme": "15.0.0-alpha.4",
89
- "@skyux/tiles": "15.0.0-alpha.4",
90
- "@skyux/toast": "15.0.0-alpha.4",
91
- "@skyux/validation": "15.0.0-alpha.4",
92
- "ag-grid-angular": "^36.0.2",
93
- "ag-grid-community": "^36.0.2",
37
+ "@skyux-sdk/eslint-schematics": "15.0.0-alpha.5",
38
+ "@skyux-sdk/stylelint-schematics": "15.0.0-alpha.5",
39
+ "@skyux-sdk/testing": "15.0.0-alpha.5",
40
+ "@skyux-sdk/testing-schematics": "15.0.0-alpha.5",
41
+ "@skyux/a11y": "15.0.0-alpha.5",
42
+ "@skyux/action-bars": "15.0.0-alpha.5",
43
+ "@skyux/ag-grid": "15.0.0-alpha.5",
44
+ "@skyux/angular-tree-component": "15.0.0-alpha.5",
45
+ "@skyux/animations": "15.0.0-alpha.5",
46
+ "@skyux/assets": "15.0.0-alpha.5",
47
+ "@skyux/autonumeric": "15.0.0-alpha.5",
48
+ "@skyux/avatar": "15.0.0-alpha.5",
49
+ "@skyux/charts": "15.0.0-alpha.5",
50
+ "@skyux/code-examples": "15.0.0-alpha.5",
51
+ "@skyux/colorpicker": "15.0.0-alpha.5",
52
+ "@skyux/config": "15.0.0-alpha.5",
53
+ "@skyux/core": "15.0.0-alpha.5",
54
+ "@skyux/data-grid": "15.0.0-alpha.5",
55
+ "@skyux/data-manager": "15.0.0-alpha.5",
56
+ "@skyux/datetime": "15.0.0-alpha.5",
57
+ "@skyux/docs-tools": "15.0.0-alpha.5",
58
+ "@skyux/errors": "15.0.0-alpha.5",
59
+ "@skyux/filter-bar": "15.0.0-alpha.5",
60
+ "@skyux/flyout": "15.0.0-alpha.5",
61
+ "@skyux/forms": "15.0.0-alpha.5",
62
+ "@skyux/grids": "15.0.0-alpha.5",
63
+ "@skyux/help-inline": "15.0.0-alpha.5",
64
+ "@skyux/i18n": "15.0.0-alpha.5",
65
+ "@skyux/icon": "15.0.0-alpha.5",
66
+ "@skyux/icons": "^11.4.0",
67
+ "@skyux/indicators": "15.0.0-alpha.5",
68
+ "@skyux/inline-form": "15.0.0-alpha.5",
69
+ "@skyux/layout": "15.0.0-alpha.5",
70
+ "@skyux/list-builder": "15.0.0-alpha.5",
71
+ "@skyux/list-builder-common": "15.0.0-alpha.5",
72
+ "@skyux/list-builder-view-checklist": "15.0.0-alpha.5",
73
+ "@skyux/list-builder-view-grids": "15.0.0-alpha.5",
74
+ "@skyux/lists": "15.0.0-alpha.5",
75
+ "@skyux/lookup": "15.0.0-alpha.5",
76
+ "@skyux/manifest": "15.0.0-alpha.5",
77
+ "@skyux/modals": "15.0.0-alpha.5",
78
+ "@skyux/navbar": "15.0.0-alpha.5",
79
+ "@skyux/pages": "15.0.0-alpha.5",
80
+ "@skyux/phone-field": "15.0.0-alpha.5",
81
+ "@skyux/popovers": "15.0.0-alpha.5",
82
+ "@skyux/progress-indicator": "15.0.0-alpha.5",
83
+ "@skyux/router": "15.0.0-alpha.5",
84
+ "@skyux/split-view": "15.0.0-alpha.5",
85
+ "@skyux/tabs": "15.0.0-alpha.5",
86
+ "@skyux/text-editor": "15.0.0-alpha.5",
87
+ "@skyux/theme": "15.0.0-alpha.5",
88
+ "@skyux/tiles": "15.0.0-alpha.5",
89
+ "@skyux/toast": "15.0.0-alpha.5",
90
+ "@skyux/validation": "15.0.0-alpha.5",
91
+ "ag-grid-angular": "^36.1.0",
92
+ "ag-grid-community": "^36.1.0",
94
93
  "ag-grid-enterprise": "^36.0.2",
95
94
  "autonumeric": "^4.10.10",
96
- "eslint-config-skyux": "15.0.0-alpha.4",
97
- "skyux-eslint": "15.0.0-alpha.4",
98
- "skyux-stylelint": "15.0.0-alpha.4",
99
- "stylelint-config-skyux": "15.0.0-alpha.4"
95
+ "eslint-config-skyux": "15.0.0-alpha.5",
96
+ "skyux-eslint": "15.0.0-alpha.5",
97
+ "skyux-stylelint": "15.0.0-alpha.5",
98
+ "stylelint-config-skyux": "15.0.0-alpha.5"
100
99
  }
101
100
  },
102
101
  "peerDependencies": {
103
- "@angular/cli": "^22.0.6",
104
- "@angular/core": "^22.0.6",
102
+ "@angular/cli": "^22.1.4",
103
+ "@angular/core": "^22.1.2",
105
104
  "typescript": "^6.0.3"
106
105
  },
107
106
  "dependencies": {
@@ -0,0 +1,2 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ export default function (): Rule;
@@ -0,0 +1,140 @@
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 utility_1 = require("@schematics/angular/utility");
6
+ const workspace_1 = require("@schematics/angular/utility/workspace");
7
+ const version_1 = require("../../../../version");
8
+ const tree_1 = require("../../../utility/tree");
9
+ const workspace_2 = require("../../../utility/workspace");
10
+ const COMPAT_CSS_FILE_NAME = `skyux${version_1.VERSION.major}-compat.css`;
11
+ const compatStyles = {
12
+ libraries: [
13
+ {
14
+ name: '@skyux/theme',
15
+ components: [
16
+ {
17
+ name: 'button',
18
+ styles: [
19
+ {
20
+ css: `
21
+ :root {
22
+ --sky-compat-btn-disabled-pointer-events: none;
23
+ }
24
+ `,
25
+ instructions: `
26
+ Pointer events are no longer disabled on elements with the "sky-btn-disabled" class or the "disabled" attribute. To address this change, remove this block of code, then either add the "disabled" attribute to the element (preferred) or update any click and keyboard handlers to ignore interaction while the element is disabled.`,
27
+ },
28
+ ],
29
+ },
30
+ ],
31
+ },
32
+ ],
33
+ };
34
+ function getProjectAppPath(project) {
35
+ return `${(0, workspace_2.getSourceRoot)(project)}/app`;
36
+ }
37
+ function buildCommentBlock(message) {
38
+ return `/${'*'.repeat(79)}
39
+ * ${message.replace(/(?![^\n]{1,75}$)([^\n]{1,75})\s/g, '$1\n * ')}
40
+ ${'*'.repeat(79)}/`;
41
+ }
42
+ function buildComponentCss(component) {
43
+ let contents = buildCommentBlock(`COMPONENT: ${component.name.toUpperCase()}`);
44
+ for (const style of component.styles) {
45
+ contents += `
46
+
47
+ ${buildCommentBlock(style.instructions.trim())}
48
+
49
+ ${style.css.trim()}
50
+ `;
51
+ }
52
+ return contents;
53
+ }
54
+ function writeStylesheet(sourceRoot, contents) {
55
+ const filePath = `${sourceRoot}/${COMPAT_CSS_FILE_NAME}`;
56
+ return (tree) => {
57
+ if (tree.exists(filePath)) {
58
+ tree.overwrite(filePath, contents);
59
+ }
60
+ else {
61
+ tree.create(filePath, contents);
62
+ }
63
+ };
64
+ }
65
+ function addStylesheetToStylesArray(styles, filePath) {
66
+ if (styles && !styles.includes(filePath)) {
67
+ styles.push(filePath);
68
+ }
69
+ }
70
+ function addStylesheetToWorkspace() {
71
+ return () => (0, utility_1.updateWorkspace)((workspace) => {
72
+ for (const project of workspace.projects.values()) {
73
+ for (const targetName of ['build', 'test']) {
74
+ if (project.extensions['projectType'] === 'application') {
75
+ const target = project.targets.get(targetName);
76
+ const sourceRoot = getProjectAppPath(project);
77
+ const filePath = `${sourceRoot}/${COMPAT_CSS_FILE_NAME}`;
78
+ /* istanbul ignore else */
79
+ if (target && target.options) {
80
+ target.options['styles'] ??= [];
81
+ addStylesheetToStylesArray(target.options['styles'], filePath);
82
+ // A configuration's `styles` array replaces (rather than
83
+ // merges with) the target's base `styles` array, so any
84
+ // configuration that already declares its own `styles` needs
85
+ // the compatibility stylesheet appended too.
86
+ for (const configuration of Object.values(target.configurations ?? {})) {
87
+ addStylesheetToStylesArray(configuration?.['styles'], filePath);
88
+ }
89
+ }
90
+ }
91
+ }
92
+ }
93
+ });
94
+ }
95
+ function getCompatStyles(tree) {
96
+ let contents = '';
97
+ const packageJson = JSON.parse((0, tree_1.readRequiredFile)(tree, '/package.json'));
98
+ for (const library of compatStyles.libraries) {
99
+ if (packageJson.dependencies?.[library.name] ||
100
+ packageJson.devDependencies?.[library.name]) {
101
+ for (const component of library.components) {
102
+ contents += `
103
+ ${buildComponentCss(component)}`;
104
+ }
105
+ }
106
+ }
107
+ return contents
108
+ ? `${buildCommentBlock(`TODO: The following component libraries introduced visual breaking ` +
109
+ `changes in SKY UX ${version_1.VERSION.major}. Each block of CSS reintroduces ` +
110
+ `the styles that were changed or removed for backward compatibility. ` +
111
+ `You will need to do the following before migrating to the next major ` +
112
+ `version of SKY UX:
113
+ - Address each of the changes by following the instructions
114
+ in each block of CSS, then remove the block.
115
+ - Delete this file after all blocks have been addressed.
116
+ - Remove each occurrence of this file in your project's
117
+ angular.json file.`)}
118
+ ${contents}`
119
+ : undefined;
120
+ }
121
+ function default_1() {
122
+ return async (tree) => {
123
+ const workspace = await (0, workspace_1.getWorkspace)(tree);
124
+ const styles = getCompatStyles(tree);
125
+ const rules = [];
126
+ for (const [, projectDefinition] of workspace.projects.entries()) {
127
+ if (projectDefinition.extensions['projectType'] === 'application') {
128
+ if (styles) {
129
+ const sourcePath = getProjectAppPath(projectDefinition);
130
+ rules.push(writeStylesheet(sourcePath, styles));
131
+ }
132
+ }
133
+ }
134
+ if (styles) {
135
+ rules.push(addStylesheetToWorkspace());
136
+ }
137
+ return (0, schematics_1.chain)(rules);
138
+ };
139
+ }
140
+ //# sourceMappingURL=add-compat-stylesheet.schematic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-compat-stylesheet.schematic.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/packages/src/schematics/migrations/update-15/add-compat-stylesheets/add-compat-stylesheet.schematic.ts"],"names":[],"mappings":"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"}
@@ -535,7 +535,7 @@ function convertGridToDataGrid(projectPath) {
535
535
  },
536
536
  () => {
537
537
  if (anyConverted) {
538
- return (0, utility_1.addDependency)('@skyux/data-grid', `15.0.0-alpha.4`, {
538
+ return (0, utility_1.addDependency)('@skyux/data-grid', `15.0.0-alpha.5`, {
539
539
  existing: utility_1.ExistingBehavior.Skip,
540
540
  });
541
541
  }
@@ -198,7 +198,7 @@ function convertPageSummaryToPageHeader(projectPath) {
198
198
  }
199
199
  });
200
200
  },
201
- (0, utility_1.addDependency)('@skyux/pages', `15.0.0-alpha.4`, {
201
+ (0, utility_1.addDependency)('@skyux/pages', `15.0.0-alpha.5`, {
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', `15.0.0-alpha.4`, {
299
+ (0, utility_1.addDependency)('@skyux/tabs', `15.0.0-alpha.5`, {
300
300
  existing: utility_1.ExistingBehavior.Skip,
301
301
  }),
302
302
  ]);
package/src/version.js CHANGED
@@ -19,5 +19,5 @@ exports.Version = Version;
19
19
  /**
20
20
  * Represents the version of @skyux/core.
21
21
  */
22
- exports.VERSION = new Version('15.0.0-alpha.4');
22
+ exports.VERSION = new Version('15.0.0-alpha.5');
23
23
  //# sourceMappingURL=version.js.map