@sap-ux/fe-fpm-writer 0.33.21 → 0.33.23
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/dist/page/object.js +5 -2
- package/package.json +4 -4
package/dist/page/object.js
CHANGED
|
@@ -14,9 +14,12 @@ function enhanceData(data, manifest) {
|
|
|
14
14
|
const config = {
|
|
15
15
|
...data,
|
|
16
16
|
settings: (0, common_1.initializeTargetSettings)(data, data.settings),
|
|
17
|
-
name: types_1.PageType.ObjectPage
|
|
18
|
-
...(0, common_1.getFclConfig)(manifest)
|
|
17
|
+
name: types_1.PageType.ObjectPage
|
|
19
18
|
};
|
|
19
|
+
// set FCL configuration
|
|
20
|
+
const fclConfig = (0, common_1.getFclConfig)(manifest, config.navigation);
|
|
21
|
+
config.fcl = fclConfig.fcl;
|
|
22
|
+
config.controlAggregation = fclConfig.controlAggregation;
|
|
20
23
|
// set library dependencies
|
|
21
24
|
config.libraries = (0, common_1.getLibraryDependencies)(types_1.PageType.ObjectPage);
|
|
22
25
|
// use standard file name if i18n enhancement required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fe-fpm-writer",
|
|
3
3
|
"description": "SAP Fiori elements flexible programming model writer",
|
|
4
|
-
"version": "0.33.
|
|
4
|
+
"version": "0.33.23",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"semver": "7.5.4",
|
|
32
32
|
"xml-formatter": "2.6.1",
|
|
33
33
|
"xpath": "0.0.33",
|
|
34
|
-
"@sap-ux/fiori-annotation-api": "0.4.
|
|
35
|
-
"@sap-ux/project-access": "1.29.
|
|
34
|
+
"@sap-ux/fiori-annotation-api": "0.4.25",
|
|
35
|
+
"@sap-ux/project-access": "1.29.19"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/inquirer": "8.2.6",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/semver": "7.5.2",
|
|
44
44
|
"@types/vinyl": "2.0.7",
|
|
45
45
|
"@sap-ux/i18n": "0.2.3",
|
|
46
|
-
"@sap-ux/ui-prompting": "0.3.
|
|
46
|
+
"@sap-ux/ui-prompting": "0.3.29"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=18.x"
|