mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 19:26:10 +08:00
[create-pull-request] automated change (#1631)
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
26f4796b19
commit
4398365764
|
@ -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| &&
|
||||||
|
|
|
@ -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| &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user