mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
[create-pull-request] automated change (#1795)
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
4c2c28259e
commit
e0f6fa16a4
|
@ -1059,7 +1059,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
`}` && |\n| &&
|
||||
`);` && |\n| &&
|
||||
`` && |\n| &&
|
||||
`sap.ui.define("z2ui5/Dirty", ["sap/ui/core/Control", "sap/ushell/Container"], (Control, Container) => {` && |\n| &&
|
||||
`sap.ui.define("z2ui5/Dirty", ["sap/ui/core/Control"], (Control) => {` && |\n| &&
|
||||
` "use strict";` && |\n| &&
|
||||
` return Control.extend("z2ui5.Dirty", {` && |\n| &&
|
||||
` metadata: {` && |\n| &&
|
||||
|
@ -1070,6 +1070,10 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
` }` && |\n| &&
|
||||
` },` && |\n| &&
|
||||
` setIsDirty(val) {` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` sap.ui.require([ "sap/ushell/Container"` && |\n| &&
|
||||
` ], async (Container) => {` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` if (Container) {` && |\n| &&
|
||||
` Container.setDirtyFlag(val);` && |\n| &&
|
||||
` } else {` && |\n| &&
|
||||
|
@ -1079,6 +1083,9 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
` }` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` });` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` },` && |\n| &&
|
||||
` renderer(oRm, oControl) { }` && |\n| &&
|
||||
` });` && |\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user