Automatic Update (#1489)

* [create-pull-request] automated change

* Update z2ui5_cl_app_debugtool_js.clas.abap

---------

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-04 10:55:22 +02:00 committed by GitHub
parent b3fb42a15a
commit 1012283880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ CLASS z2ui5_cl_app_debugtool_js IMPLEMENTATION.
`` && |\n| && `` && |\n| &&
` return Control.extend("z2ui5.cc.DebugTool", {` && |\n| && ` return Control.extend("z2ui5.cc.DebugTool", {` && |\n| &&
`` && |\n| && `` && |\n| &&
` //printerXML` && |\n| &&
` prettifyXml: function (sourceXml) {` && |\n| && ` prettifyXml: function (sourceXml) {` && |\n| &&
` const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml');` && |\n| && ` const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml');` && |\n| &&
` var sParse = ``&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;` && |\n| && ` var sParse = ``&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;` && |\n| &&

View File

@ -26,7 +26,7 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
` xmlns:ce="sap.ui.codeeditor"` && ` xmlns:ce="sap.ui.codeeditor"` &&
`>` && `>` &&
` <Dialog` && ` <Dialog` &&
` title="abap2UI5 - Debug Tool"` && ` title="abap2UI5 - DebugTool"` &&
` stretch="true"` && ` stretch="true"` &&
` >` && ` >` &&
` <IconTabHeader` && ` <IconTabHeader` &&