@sap-ux/fiori-app-sub-generator 0.0.7 → 0.0.10
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.
|
@@ -173,9 +173,10 @@ class FioriAppGenerator extends yeoman_generator_1.default {
|
|
|
173
173
|
}, [this.yeomanUiStepConfig], this.env.adapter);
|
|
174
174
|
this.state.project = Object.assign(this.state.project ?? {}, ui5AppAnswers, {
|
|
175
175
|
ui5Version: ui5AppAnswers?.ui5Version || localUI5Version,
|
|
176
|
-
localUI5Version
|
|
177
|
-
flpAppId: (0, utils_1.getFlpId)((0, utils_1.getAppId)(ui5AppAnswers.namespace ?? '', ui5AppAnswers?.name), this.state.floorplan === types_1.FloorplanFF.FF_SIMPLE ? types_1.defaultNavActionDisplay : types_1.defaultNavActionTile)
|
|
176
|
+
localUI5Version
|
|
178
177
|
});
|
|
178
|
+
// Some extensions may reference this before the writing phase where normally the flpAppId is set
|
|
179
|
+
this.state.project.flpAppId = (0, utils_1.getFlpId)((0, utils_1.getAppId)(this.state.project.name, ui5AppAnswers.namespace ?? ''), this.state.floorplan === types_1.FloorplanFF.FF_SIMPLE ? types_1.defaultNavActionDisplay : types_1.defaultNavActionTile);
|
|
179
180
|
}
|
|
180
181
|
if (this.state.project?.addDeployConfig) {
|
|
181
182
|
// Allows back nav where we have iinterdependent steps
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-app-sub-generator",
|
|
3
3
|
"description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"mem-fs-editor": "9.4.0",
|
|
30
30
|
"uuid": "11.0.5",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
|
-
"@sap-ux/annotation-generator": "0.3.
|
|
32
|
+
"@sap-ux/annotation-generator": "0.3.24",
|
|
33
33
|
"@sap-ux/axios-extension": "1.20.0",
|
|
34
34
|
"@sap-ux/btp-utils": "1.0.3",
|
|
35
35
|
"@sap-ux/cap-config-writer": "0.9.25",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.2.3",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.1.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.1.40",
|
|
38
38
|
"@sap-ux/fiori-freestyle-writer": "2.2.8",
|
|
39
39
|
"@sap-ux/fiori-generator-shared": "0.10.2",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.1.0",
|
|
41
41
|
"@sap-ux/launch-config": "0.8.1",
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.2.
|
|
42
|
+
"@sap-ux/odata-service-inquirer": "2.2.34",
|
|
43
43
|
"@sap-ux/odata-service-writer": "0.26.13",
|
|
44
44
|
"@sap-ux/project-access": "1.29.18",
|
|
45
45
|
"@sap-ux/store": "1.0.0",
|