@sap-ux/fe-fpm-writer 0.18.8 → 0.18.9
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.18.
|
|
4
|
+
"version": "0.18.9",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"xpath": "0.0.32"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@sap-ux/project-access": "1.3.
|
|
32
|
+
"@sap-ux/project-access": "1.3.1",
|
|
33
33
|
"@types/ejs": "3.1.0",
|
|
34
34
|
"@types/mem-fs": "1.1.2",
|
|
35
35
|
"@types/mem-fs-editor": "7.0.1",
|
|
@@ -21,7 +21,7 @@ export default class <%- name %> extends Controller {
|
|
|
21
21
|
*/
|
|
22
22
|
// public onBeforeRendering(): void {
|
|
23
23
|
//
|
|
24
|
-
// }
|
|
24
|
+
// }
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Called when the View has been rendered (so its HTML is part of the document). Post-rendering manipulations of the HTML could be done here.
|
|
@@ -30,7 +30,7 @@ export default class <%- name %> extends Controller {
|
|
|
30
30
|
*/
|
|
31
31
|
// public onAfterRendering(): void {
|
|
32
32
|
//
|
|
33
|
-
// }
|
|
33
|
+
// }
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* Called when the Controller is destroyed. Use this one to free resources and finalize activities.
|
|
@@ -21,7 +21,7 @@ export default class <%- name %> extends Controller {
|
|
|
21
21
|
*/
|
|
22
22
|
// public onBeforeRendering(): void {
|
|
23
23
|
//
|
|
24
|
-
// }
|
|
24
|
+
// }
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Called when the View has been rendered (so its HTML is part of the document). Post-rendering manipulations of the HTML could be done here.
|
|
@@ -30,7 +30,7 @@ export default class <%- name %> extends Controller {
|
|
|
30
30
|
*/
|
|
31
31
|
// public onAfterRendering(): void {
|
|
32
32
|
//
|
|
33
|
-
// }
|
|
33
|
+
// }
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* Called when the Controller is destroyed. Use this one to free resources and finalize activities.
|