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

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-10 19:40:02 -03:00 committed by GitHub
parent 7906a4944a
commit ff096aba53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,9 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
` ]` && |\n| && ` ]` && |\n| &&
` },` && |\n| && ` },` && |\n| &&
` async init() {` && |\n| && ` async init() {` && |\n| &&
`` && |\n| &&
` z2ui5.oConfig = {};` && |\n| &&
`` && |\n| &&
` UIComponent.prototype.init.apply(this, arguments);` && |\n| && ` UIComponent.prototype.init.apply(this, arguments);` && |\n| &&
`` && |\n| && `` && |\n| &&
` if (typeof z2ui5 == 'undefined') {` && |\n| && ` if (typeof z2ui5 == 'undefined') {` && |\n| &&
@ -44,7 +47,6 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
` z2ui5.oDeviceModel = Models.createDeviceModel();` && |\n| && ` z2ui5.oDeviceModel = Models.createDeviceModel();` && |\n| &&
` this.setModel(z2ui5.oDeviceModel, "device");` && |\n| && ` this.setModel(z2ui5.oDeviceModel, "device");` && |\n| &&
`` && |\n| && `` && |\n| &&
` z2ui5.oConfig = {};` && |\n| &&
` z2ui5.oConfig.ComponentData = this.getComponentData();` && |\n| && ` z2ui5.oConfig.ComponentData = this.getComponentData();` && |\n| &&
`` && |\n| && `` && |\n| &&
` try {` && |\n| && ` try {` && |\n| &&
@ -100,6 +102,7 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
` },` && |\n| && ` },` && |\n| &&
` });` && |\n| && ` });` && |\n| &&
`});` && |\n| && `});` && |\n| &&
`` && |\n| &&
``. ``.
ENDMETHOD. ENDMETHOD.