@ui5/webcomponents-ngx 0.1.0-rc.2 → 0.1.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-ngx",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"keywords": [
|
|
@@ -16,11 +16,14 @@
|
|
|
16
16
|
"directory": "libs/ui5-angular"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^15.0.
|
|
20
|
-
"@angular/core": "^15.0.
|
|
21
|
-
"@angular/forms": "^15.0.
|
|
22
|
-
"@ui5/webcomponents": "^1.
|
|
23
|
-
"@ui5/webcomponents-fiori": "^1.
|
|
19
|
+
"@angular/common": "^15.0.0",
|
|
20
|
+
"@angular/core": "^15.0.0",
|
|
21
|
+
"@angular/forms": "^15.0.0",
|
|
22
|
+
"@ui5/webcomponents": "^1.11.0",
|
|
23
|
+
"@ui5/webcomponents-fiori": "^1.11.0",
|
|
24
|
+
"@ui5/webcomponents-icons": "^1.11.0",
|
|
25
|
+
"@ui5/webcomponents-icons-business-suite": "^1.11.0",
|
|
26
|
+
"@ui5/webcomponents-icons-tnt": "^1.11.0",
|
|
24
27
|
"fast-deep-equal": "^3.1.3",
|
|
25
28
|
"rxjs": "~7.5.0"
|
|
26
29
|
},
|
|
@@ -19,7 +19,6 @@ function ngAdd(options) {
|
|
|
19
19
|
return (_, context) => __awaiter(this, void 0, void 0, function* () {
|
|
20
20
|
const userConfig = yield collectConfig();
|
|
21
21
|
options = Object.assign(Object.assign({}, options), userConfig);
|
|
22
|
-
console.log(options);
|
|
23
22
|
// First, queue dependency installation task.
|
|
24
23
|
const dependenciesTaskId = context.addTask(new tasks_1.RunSchematicTask('add-dependencies', options));
|
|
25
24
|
// Wait for dependencies to be installed and proceed with main schematics.
|
|
@@ -77,7 +76,7 @@ function askDefaultTheme() {
|
|
|
77
76
|
return __awaiter(this, void 0, void 0, function* () {
|
|
78
77
|
return yield (0, promt_1.askQuestion)({
|
|
79
78
|
type: 'list',
|
|
80
|
-
message: 'Please select desired
|
|
79
|
+
message: 'Please select desired default theme',
|
|
81
80
|
default: 'sap_horizon',
|
|
82
81
|
choices: available_themes_1.AvailableThemes,
|
|
83
82
|
});
|
|
Binary file
|
|
Binary file
|