@sap-ux/fe-fpm-writer 0.20.0 → 0.20.2
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,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.20.
|
|
4
|
+
"version": "0.20.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"xpath": "0.0.32"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@sap-ux/project-access": "1.5.0",
|
|
33
32
|
"@types/ejs": "3.1.0",
|
|
34
33
|
"@types/mem-fs": "1.1.2",
|
|
35
34
|
"@types/mem-fs-editor": "7.0.1",
|
|
36
|
-
"@types/semver": "7.3.9"
|
|
35
|
+
"@types/semver": "7.3.9",
|
|
36
|
+
"@sap-ux/project-access": "1.7.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
|
|
@@ -6,7 +6,7 @@ import ExtensionAPI from 'sap/fe/<%- typeof extension === "object" ? `templates/
|
|
|
6
6
|
* @controller
|
|
7
7
|
*/
|
|
8
8
|
export default class <%- name %> extends ControllerExtension<ExtensionAPI> {
|
|
9
|
-
static
|
|
9
|
+
static overrides = {
|
|
10
10
|
/**
|
|
11
11
|
* Called when a controller is instantiated and its View controls (if available) are already created.
|
|
12
12
|
* Can be used to modify the View before it is displayed, to bind event handlers and do other one-time initialization.
|