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

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-02-19 00:56:07 -05:00 committed by GitHub
parent c0ed3a0b4e
commit 0fa4de759d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,15 +34,15 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
` select="onItemSelect"` && ` select="onItemSelect"` &&
` >` && ` >` &&
` <items>` && ` <items>` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Config"` && ` text="Config"` &&
` key="CONFIG"` && ` key="CONFIG"` &&
` enabled="true"` && ` enabled="true"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Previous Request"` && ` text="Previous Request"` &&
` key="REQUEST"` && ` key="REQUEST"` &&
` enabled="true"` && ` enabled="true"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Response"` && ` text="Response"` &&
@ -63,47 +63,47 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Popup"` && ` text="Popup"` &&
` key="POPUP"` && ` key="POPUP"` &&
` enabled="{/activePopup}"` && ` enabled="{/activePopup}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Popup Model"` && ` text="Popup Model"` &&
` key="POPUP_MODEL"` && ` key="POPUP_MODEL"` &&
` enabled="{/activePopup}"` && ` enabled="{/activePopup}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Popover"` && ` text="Popover"` &&
` key="POPOVER"` && ` key="POPOVER"` &&
` enabled="{/activePopover}"` && ` enabled="{/activePopover}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Popover Model"` && ` text="Popover Model"` &&
` key="POPOVER_MODEL"` && ` key="POPOVER_MODEL"` &&
` enabled="{/activePopover}"` && ` enabled="{/activePopover}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Nest1"` && ` text="Nest1"` &&
` key="NEST1"` && ` key="NEST1"` &&
` enabled="{/activeNest1}"` && ` enabled="{/activeNest1}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Nest1 Model"` && ` text="Nest1 Model"` &&
` key="NEST1_MODEL"` && ` key="NEST1_MODEL"` &&
` enabled="{/activeNest1}"` && ` enabled="{/activeNest1}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Nest2"` && ` text="Nest2"` &&
` key="NEST2"` && ` key="NEST2"` &&
` enabled="{/activeNest2}"` && ` enabled="{/activeNest2}"` &&
` />` && ` />` &&
` <IconTabFilter` && ` <IconTabFilter` &&
` text="Nest2 Model"` && ` text="Nest2 Model"` &&
` key="NEST2_MODEL"` && ` key="NEST2_MODEL"` &&
` enabled="{/activeNest2}"` && ` enabled="{/activeNest2}"` &&
` />` && ` />` &&
` </items>` && ` </items>` &&
` </IconTabHeader>` && ` </IconTabHeader>` &&
` <VBox>` && ` <VBox>` &&
` <ToggleButton text="Source XML after Templating" visible="{/isTemplating}" pressed="{/templatingSource}" press="onTemplatingPress" />` && ` <ToggleButton text="Source XML after Templating" visible="{/isTemplating}" pressed="{/templatingSource}" press="onTemplatingPress" />` &&
` <ce:CodeEditor` && ` <ce:CodeEditor` &&
` type="{/type}"` && ` type="{/type}"` &&
` value="{/value}"` && ` value="{/value}"` &&
@ -111,9 +111,9 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
` width="10000px"` && ` width="10000px"` &&
` visible="{/editor_visible}"` && ` visible="{/editor_visible}"` &&
` /></VBox>` && ` /></VBox>` &&
` <VBox visible="{/source_visible}">` && ` <VBox visible="{/source_visible}">` &&
` <core:HTML/>` && ` <core:HTML/>` &&
` </VBox>` && ` </VBox>` &&
` <endButton>` && ` <endButton>` &&
` <Button` && ` <Button` &&
` text="Close"` && ` text="Close"` &&