[create-pull-request] automated change (#1631)

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-12-10 16:27:55 +01:00 committed by GitHub
parent 26f4796b19
commit 4398365764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -719,7 +719,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
`` && |\n| && `` && |\n| &&
`sap.ui.define("z2ui5/SmartMultiInputExt", ["sap/ui/core/Control", "sap/m/Token", "sap/ui/core/Core", "sap/ui/core/Element"], (Control) => {` && |\n| && `sap.ui.define("z2ui5/SmartMultiInputExt", ["sap/ui/core/Control", "sap/m/Token", "sap/ui/core/Core", "sap/ui/core/Element"], (Control) => {` && |\n| &&
` "use strict";` && |\n| && ` "use strict";` && |\n| &&
` ` && |\n| && `` && |\n| &&
` return Control.extend("z2ui5.SmartMultiInputExt", {` && |\n| && ` return Control.extend("z2ui5.SmartMultiInputExt", {` && |\n| &&
` metadata: {` && |\n| && ` metadata: {` && |\n| &&
` properties: {` && |\n| && ` properties: {` && |\n| &&
@ -747,15 +747,15 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
` }` && |\n| && ` }` && |\n| &&
` },` && |\n| && ` },` && |\n| &&
` },` && |\n| && ` },` && |\n| &&
` ` && |\n| && `` && |\n| &&
` init() {` && |\n| && ` init() {` && |\n| &&
` z2ui5.onAfterRendering.push(this.setControl.bind(this));` && |\n| && ` z2ui5.onAfterRendering.push(this.setControl.bind(this));` && |\n| &&
` },` && |\n| && ` },` && |\n| &&
` ` && |\n| && `` && |\n| &&
` onTokenUpdate(oEvent) {` && |\n| && ` onTokenUpdate(oEvent) {` && |\n| &&
` this.setProperty("addedTokens", []);` && |\n| && ` this.setProperty("addedTokens", []);` && |\n| &&
` this.setProperty("removedTokens", []);` && |\n| && ` this.setProperty("removedTokens", []);` && |\n| &&
` ` && |\n| && `` && |\n| &&
` if (oEvent.mParameters.type == "removed") {` && |\n| && ` if (oEvent.mParameters.type == "removed") {` && |\n| &&
` let removedTokens = [];` && |\n| && ` let removedTokens = [];` && |\n| &&
` oEvent.mParameters.removedTokens.forEach((item) => {` && |\n| && ` oEvent.mParameters.removedTokens.forEach((item) => {` && |\n| &&

View File

@ -493,7 +493,7 @@ CLASS z2ui5_cl_app_view1_js IMPLEMENTATION.
` let oview_model = new JSONModel(viewModel);` && |\n| && ` let oview_model = new JSONModel(viewModel);` && |\n| &&
` var oModel = oview_model;` && |\n| && ` var oModel = oview_model;` && |\n| &&
` if (z2ui5.oResponse.PARAMS.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH){` && |\n| && ` if (z2ui5.oResponse.PARAMS.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH){` && |\n| &&
` oModel = new ODataModel({ serviceUrl : z2ui5.oResponse.PARAMS.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH, annotationURI: z2ui5.oResponse.PARAMS.S_VIEW?.SWITCHDEFAULTMODELANNOURI });` && |\n| && ` oModel = new ODataModel({ serviceUrl : z2ui5.oResponse.PARAMS.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH, annotationURI: z2ui5.oResponse.PARAMS.S_VIEW?.` && |\n| &&
` }` && |\n| && ` }` && |\n| &&
` z2ui5.oView = await XMLView.create({` && |\n| && ` z2ui5.oView = await XMLView.create({` && |\n| &&
` definition: xml,` && |\n| && ` definition: xml,` && |\n| &&