@openui5/sap.ui.rta 1.119.1 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +4 -2
- package/src/sap/ui/rta/RuntimeAuthoring.js +14 -13
- package/src/sap/ui/rta/Utils.js +58 -56
- package/src/sap/ui/rta/appVariant/AppVariantDialog.js +7 -4
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +3 -1
- package/src/sap/ui/rta/appVariant/AppVariantUtils.js +6 -2
- package/src/sap/ui/rta/appVariant/Feature.js +4 -4
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_bg.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ca.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_cs.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_es_MX.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hr.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hu.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ja.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_mk.properties +28 -0
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ms.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_pl.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sl.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +5 -3
- package/src/sap/ui/rta/command/AddIFrame.js +1 -1
- package/src/sap/ui/rta/command/AddProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +6 -3
- package/src/sap/ui/rta/command/BindProperty.js +1 -1
- package/src/sap/ui/rta/command/Combine.js +1 -1
- package/src/sap/ui/rta/command/CommandFactory.js +25 -23
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +5 -3
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/LocalReset.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Resize.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +4 -4
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +4 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
- package/src/sap/ui/rta/library.js +5 -6
- package/src/sap/ui/rta/messagebundle_ar.properties +3 -0
- package/src/sap/ui/rta/messagebundle_bg.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ca.properties +3 -0
- package/src/sap/ui/rta/messagebundle_cs.properties +3 -0
- package/src/sap/ui/rta/messagebundle_cy.properties +3 -0
- package/src/sap/ui/rta/messagebundle_da.properties +3 -0
- package/src/sap/ui/rta/messagebundle_de.properties +3 -0
- package/src/sap/ui/rta/messagebundle_el.properties +3 -0
- package/src/sap/ui/rta/messagebundle_en_GB.properties +3 -0
- package/src/sap/ui/rta/messagebundle_es.properties +3 -0
- package/src/sap/ui/rta/messagebundle_es_MX.properties +3 -0
- package/src/sap/ui/rta/messagebundle_et.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hu.properties +3 -0
- package/src/sap/ui/rta/messagebundle_id.properties +3 -0
- package/src/sap/ui/rta/messagebundle_it.properties +3 -0
- package/src/sap/ui/rta/messagebundle_iw.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ja.properties +3 -0
- package/src/sap/ui/rta/messagebundle_kk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ko.properties +3 -0
- package/src/sap/ui/rta/messagebundle_lt.properties +3 -0
- package/src/sap/ui/rta/messagebundle_lv.properties +3 -0
- package/src/sap/ui/rta/messagebundle_mk.properties +328 -0
- package/src/sap/ui/rta/messagebundle_ms.properties +3 -0
- package/src/sap/ui/rta/messagebundle_nl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_no.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pt.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ro.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ru.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sh.properties +59 -56
- package/src/sap/ui/rta/messagebundle_sk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sv.properties +3 -0
- package/src/sap/ui/rta/messagebundle_th.properties +3 -0
- package/src/sap/ui/rta/messagebundle_tr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_uk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_vi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +3 -0
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +3 -0
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +4 -4
- package/src/sap/ui/rta/plugin/BaseCreate.js +4 -2
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/CompVariant.js +7 -5
- package/src/sap/ui/rta/plugin/ControlVariant.js +12 -8
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +6 -5
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +4 -2
- package/src/sap/ui/rta/plugin/EasyRemove.js +7 -3
- package/src/sap/ui/rta/plugin/LocalReset.js +7 -3
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +16 -4
- package/src/sap/ui/rta/plugin/Resize.js +6 -6
- package/src/sap/ui/rta/plugin/Selection.js +3 -17
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +6 -4
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +4 -3
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +7 -5
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +8 -6
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +4 -2
- package/src/sap/ui/rta/service/Outline.js +4 -4
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/service/SupportTools.js +7 -7
- package/src/sap/ui/rta/toolbar/Adaptation.js +19 -14
- package/src/sap/ui/rta/toolbar/Base.js +8 -4
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +6 -7
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +4 -2
- package/src/sap/ui/rta/toolbar/translation/Translation.js +9 -5
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
- package/src/sap/ui/rta/util/PluginManager.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ReloadManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
- package/src/sap/ui/rta/util/adaptationStarter.js +8 -10
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +14 -12
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +8 -4
- package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +6 -4
- package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +3 -3
- package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +3 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +3 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +3 -3
- package/src/sap/ui/rta/util/validateText.js +4 -4
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
MAA_DIALOG_ICON=\u0418\u043A\u043E\u043D\u0430
|
|
3
|
+
MAA_DIALOG_DESCRIPTION=\u041E\u043F\u0438\u0441
|
|
4
|
+
MAA_DIALOG_COPY_ID_ACTION=\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0418\u0414 \u043D\u0430 \u0434\u0435\u0458\u0441\u0442\u0432\u043E
|
|
5
|
+
MAA_DIALOG_ADAPT_UI_ACTION=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0418\u0414 \u043D\u0430 \u0434\u0435\u0458\u0441\u0442\u0432\u043E
|
|
6
|
+
MAA_DIALOG_SAVE_AS_ACTION=\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u043A\u0430\u043A\u043E \u0434\u0435\u0458\u0441\u0442\u0432\u043E
|
|
7
|
+
MAA_DIALOG_ACTIONS=\u0414\u0435\u0458\u0441\u0442\u0432\u0430
|
|
8
|
+
MAA_DIALOG_DELETE_APPVAR=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0458\u0430 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u043E \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
|
|
10
|
+
MAA_CURRENTLY_ADAPTING=\u041C\u043E\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u043E \u0441\u0435 \u043F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0443\u0432\u0430
|
|
11
|
+
MAA_OPERATION_IN_PROGRESS=\u0412\u043E \u0442\u0435\u043A \u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430
|
|
12
|
+
MAA_NEW_APP_VARIANT=\u0428\u0442\u043E\u0442\u0443\u043A\u0443 \u0435 \u0441\u043E\u0437\u0434\u0430\u0434\u0435\u043D\u043E
|
|
13
|
+
MAA_ORIGINAL_TYPE=\u041F\u0440\u0432\u0438\u0447\u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
14
|
+
MAA_APP_VARIANT_TYPE=\u0412\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430
|
|
15
|
+
MAA_CURRENT_APP_STATUS=\u0422\u0435\u043A\u043E\u0432\u0435\u043D \u0441\u0442\u0430\u0442\u0443\u0441
|
|
16
|
+
TOOLTIP_MAA_DIALOG_COPY_ID=\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0433\u043E \u0418\u0414-\u0442\u043E \u043D\u0430 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0432\u043E \u0441\u043A\u043B\u0430\u0434\u043E\u0442
|
|
17
|
+
MAA_DIALOG_COPY_ID=\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0418\u0414
|
|
18
|
+
MAA_DIALOG_APP_TYPE=\u0422\u0438\u043F \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
19
|
+
MAA_DIALOG_TITLE=\u041D\u0430\u0441\u043B\u043E\u0432
|
|
20
|
+
MAA_DIALOG_SUBTITLE=\u041F\u043E\u0434\u043D\u0430\u0441\u043B\u043E\u0432
|
|
21
|
+
TOOLTIP_DELETE_APP_VAR=\u0417\u0430\u043C\u043E\u043B\u0435\u0442\u0435 \u0433\u043E \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u043E\u0442 \u043D\u0430 \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430 \u0434\u0430 \u0433\u0438 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u043C\u0430\u043F\u0438\u0440\u0430\u045A\u0430\u0442\u0430 \u043D\u0430 \u0446\u0435\u043B\u0442\u0430 \u0437\u0430 \u0442\u0430\u0430 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430. \u041F\u043E\u0442\u043E\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430.
|
|
22
|
+
MSG_APP_VARIANT_DELETE_CONFIRMATION=\u0421\u0438\u0433\u0443\u0440\u043D\u043E \u0441\u0430\u043A\u0430\u0442\u0435 \u0434\u0430 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430?
|
|
23
|
+
TOOLTIP_ADAPTUI_STATUS_RUNNING=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0441\u0435 \u0438\u0437\u0432\u0440\u0448\u0443\u0432\u0430 \u0432\u043E \u0437\u0430\u0434\u043D\u0438\u043D\u0430.
|
|
24
|
+
TOOLTIP_ADAPTUI_STATUS_PUBLISHED=\u041E\u0441\u0432\u0435\u0436\u0435\u0442\u0435 \u0433\u043E \u043F\u0440\u0435\u043B\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u043E\u0442 \u0437\u0430 \u0434\u0430 \u0458\u0430 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0435 \u043E\u043F\u0446\u0438\u0458\u0430\u0442\u0430.
|
|
25
|
+
TOOLTIP_ADAPTUI_STATUS_UNPBLSHD_ERROR=\u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0437\u043E\u0448\u0442\u043E \u0434\u043E\u0434\u0435\u043B\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0435 \u043D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E.
|
|
26
|
+
TOOLTIP_ADAPTUI_ON_PREMISE=\u0417\u0430\u043C\u043E\u043B\u0435\u0442\u0435 \u0433\u043E \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u043E\u0442 \u043D\u0430 \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430 \u0434\u0430 \u0441\u043E\u0437\u0434\u0430\u0434\u0435 \u0433\u0430\u043F\u0438\u0440\u0430\u045A\u0430 \u043D\u0430 \u0446\u0435\u043B\u0442\u0430 \u0437\u0430 \u0442\u0430\u0430 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430.
|
|
27
|
+
MAA_COPY_ID_SUCCESS=\u0418\u0414-\u0442\u043E \u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043A\u043E\u043F\u0438\u0440\u0430\u043D\u043E.
|
|
28
|
+
MAA_DIALOG_ACTIONS_HEADER=\u0414\u043E\u0441\u0442\u0430\u043F\u043D\u0438 \u0434\u0435\u0458\u0441\u0442\u0432\u0430
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Sesuaikan Tindakan ID
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Simpan Sebagai Tindakan
|
|
7
7
|
MAA_DIALOG_ACTIONS=Tindakan
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Padam Varian Aplikasi
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Sesuaikan UI
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Disesuaikan Pada Masa Ini
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operasi sedang Dijalankan
|
|
12
12
|
MAA_NEW_APP_VARIANT=Hanya Dicipta
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Dostosowanie czynno\u015Bci IU
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Zapami\u0119tanie jako czynno\u015Bci
|
|
7
7
|
MAA_DIALOG_ACTIONS=Czynno\u015Bci
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Usu\u0144 wariant aplikacji
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Dostosuj IU
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Aktualnie w przetwarzaniu
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operacja w toku
|
|
12
12
|
MAA_NEW_APP_VARIANT=Dopiero utworzone
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Prilagoditev akcije UV-ja
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Shrani kot akcijo
|
|
7
7
|
MAA_DIALOG_ACTIONS=Akcije
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Brisanje variante aplikacije
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Prilagodi uporabni\u0161ki vmesnik
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Trenutno v obdelavi
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operacija v izvajanju
|
|
12
12
|
MAA_NEW_APP_VARIANT=Pravkar kreirano
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.require([
|
|
7
7
|
"sap/m/Shell",
|
|
8
|
-
"sap/ui/core/ComponentContainer"
|
|
8
|
+
"sap/ui/core/ComponentContainer",
|
|
9
|
+
"sap/ui/core/Core"
|
|
9
10
|
], function(
|
|
10
11
|
Shell,
|
|
11
|
-
ComponentContainer
|
|
12
|
+
ComponentContainer,
|
|
13
|
+
Core
|
|
12
14
|
) {
|
|
13
15
|
"use strict";
|
|
14
|
-
|
|
16
|
+
Core.ready().then(() => {
|
|
15
17
|
new Shell({
|
|
16
18
|
app: new ComponentContainer({
|
|
17
19
|
height: "100%",
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
|
-
sap.ui.define([
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
"sap/ui/base/ManagedObject",
|
|
8
|
+
"sap/ui/core/Element"
|
|
9
|
+
], function(ManagedObject, Element) {
|
|
7
10
|
"use strict";
|
|
8
11
|
|
|
9
12
|
/**
|
|
@@ -13,7 +16,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
|
|
|
13
16
|
* @extends sap.ui.base.ManagedObject
|
|
14
17
|
*
|
|
15
18
|
* @author SAP SE
|
|
16
|
-
* @version 1.
|
|
19
|
+
* @version 1.120.0
|
|
17
20
|
*
|
|
18
21
|
* @constructor
|
|
19
22
|
* @private
|
|
@@ -54,7 +57,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
|
|
|
54
57
|
*/
|
|
55
58
|
BaseCommand.prototype.getElement = function() {
|
|
56
59
|
var sId = this.getAssociation("element");
|
|
57
|
-
return
|
|
60
|
+
return Element.getElementById(sId);
|
|
58
61
|
};
|
|
59
62
|
|
|
60
63
|
/**
|
|
@@ -7,6 +7,7 @@ sap.ui.define([
|
|
|
7
7
|
"sap/base/util/merge",
|
|
8
8
|
"sap/base/Log",
|
|
9
9
|
"sap/ui/base/ManagedObject",
|
|
10
|
+
"sap/ui/core/Element",
|
|
10
11
|
"sap/ui/dt/ElementUtil",
|
|
11
12
|
"sap/ui/dt/OverlayRegistry",
|
|
12
13
|
"sap/ui/dt/Util",
|
|
@@ -16,6 +17,7 @@ sap.ui.define([
|
|
|
16
17
|
merge,
|
|
17
18
|
Log,
|
|
18
19
|
ManagedObject,
|
|
20
|
+
Element,
|
|
19
21
|
ElementUtil,
|
|
20
22
|
OverlayRegistry,
|
|
21
23
|
DtUtil,
|
|
@@ -54,7 +56,7 @@ sap.ui.define([
|
|
|
54
56
|
// For the Move Action the UI control is already moved while the corresponding object in the binding template is in the source position.
|
|
55
57
|
// Therefore we have to overwrite the index of the control in the stack with the source index (iIndex) to determine the needed template object.
|
|
56
58
|
function getTemplateElementId(vElementOrId, iIndex) {
|
|
57
|
-
var oElement = (typeof vElementOrId === "string") ?
|
|
59
|
+
var oElement = (typeof vElementOrId === "string") ? Element.getElementById(vElementOrId) : vElementOrId;
|
|
58
60
|
var oElementOverlay = OverlayRegistry.getOverlay(oElement);
|
|
59
61
|
if (oElementOverlay) {
|
|
60
62
|
var mBoundControl = ElementUtil.getAggregationInformation(oElement);
|
|
@@ -114,43 +116,43 @@ sap.ui.define([
|
|
|
114
116
|
}
|
|
115
117
|
|
|
116
118
|
function adjustSelectorForCommand(mSettings) {
|
|
117
|
-
mSettings.element =
|
|
119
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
118
120
|
evaluateResult(mSettings.element);
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
function configureCreateContainerCommand(oElement, mSettings, oDesignTimeMetadata) {
|
|
122
|
-
var oNewAddedElement = mSettings.element ||
|
|
124
|
+
var oNewAddedElement = mSettings.element || Element.getElementById(mSettings.element.id);
|
|
123
125
|
var oAction = oDesignTimeMetadata.getActionDataFromAggregations("createContainer", oNewAddedElement)[0];
|
|
124
126
|
return oAction;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
function adjustCreateContainerCommand(mSettings) {
|
|
128
|
-
mSettings.element =
|
|
130
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
129
131
|
evaluateResult(mSettings.element);
|
|
130
132
|
mSettings.parentId = getTemplateElementId(mSettings.parentId);
|
|
131
133
|
evaluateResult(mSettings.parentId);
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
function configureMoveCommand(oElement, mSettings, oDesignTimeMetadata) {
|
|
135
|
-
var oMovedElement = mSettings.movedElements[0].element ||
|
|
137
|
+
var oMovedElement = mSettings.movedElements[0].element || Element.getElementById(mSettings.movedElements[0].id);
|
|
136
138
|
var oAction = oDesignTimeMetadata.getAction("move", oMovedElement);
|
|
137
139
|
return oAction;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
function adjustMoveCommand(mSettings) {
|
|
141
143
|
var aTemplateMovedElements = mSettings.movedElements.map(function(oMovedElement) {
|
|
142
|
-
var oMovedElementInTemplate =
|
|
144
|
+
var oMovedElementInTemplate = Element.getElementById(getTemplateElementId(oMovedElement.element, oMovedElement.sourceIndex));
|
|
143
145
|
evaluateResult(oMovedElementInTemplate);
|
|
144
146
|
return oMovedElementInTemplate;
|
|
145
147
|
});
|
|
146
148
|
mSettings.movedElements.forEach(function(oMovedElement, index) {
|
|
147
149
|
oMovedElement.element = aTemplateMovedElements[index];
|
|
148
150
|
});
|
|
149
|
-
mSettings.element =
|
|
151
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
150
152
|
evaluateResult(mSettings.element);
|
|
151
|
-
mSettings.source.parent =
|
|
153
|
+
mSettings.source.parent = Element.getElementById(getTemplateElementId(mSettings.source.parent));
|
|
152
154
|
evaluateResult(mSettings.source.parent);
|
|
153
|
-
mSettings.target.parent =
|
|
155
|
+
mSettings.target.parent = Element.getElementById(getTemplateElementId(mSettings.target.parent));
|
|
154
156
|
evaluateResult(mSettings.target.parent);
|
|
155
157
|
}
|
|
156
158
|
|
|
@@ -165,9 +167,9 @@ sap.ui.define([
|
|
|
165
167
|
}
|
|
166
168
|
|
|
167
169
|
function adjustRenameCommand(mSettings) {
|
|
168
|
-
mSettings.element =
|
|
170
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
169
171
|
evaluateResult(mSettings.element);
|
|
170
|
-
mSettings.renamedElement =
|
|
172
|
+
mSettings.renamedElement = Element.getElementById(getTemplateElementId(mSettings.renamedElement));
|
|
171
173
|
evaluateResult(mSettings.renamedElement);
|
|
172
174
|
}
|
|
173
175
|
|
|
@@ -183,9 +185,9 @@ sap.ui.define([
|
|
|
183
185
|
}
|
|
184
186
|
|
|
185
187
|
function adjustRemoveCommand(mSettings) {
|
|
186
|
-
mSettings.element =
|
|
188
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
187
189
|
evaluateResult(mSettings.element);
|
|
188
|
-
mSettings.removedElement =
|
|
190
|
+
mSettings.removedElement = Element.getElementById(getTemplateElementId(mSettings.removedElement));
|
|
189
191
|
evaluateResult(mSettings.removedElement);
|
|
190
192
|
}
|
|
191
193
|
|
|
@@ -196,12 +198,12 @@ sap.ui.define([
|
|
|
196
198
|
}
|
|
197
199
|
|
|
198
200
|
function adjustCombineCommand(mSettings) {
|
|
199
|
-
mSettings.element =
|
|
201
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
200
202
|
evaluateResult(mSettings.element);
|
|
201
|
-
mSettings.source =
|
|
203
|
+
mSettings.source = Element.getElementById(getTemplateElementId(mSettings.source));
|
|
202
204
|
evaluateResult(mSettings.source);
|
|
203
205
|
var aTemplateCombineElements = mSettings.combineElements.map(function(oCombineField) {
|
|
204
|
-
oCombineField =
|
|
206
|
+
oCombineField = Element.getElementById(getTemplateElementId(oCombineField));
|
|
205
207
|
evaluateResult(oCombineField);
|
|
206
208
|
return oCombineField;
|
|
207
209
|
});
|
|
@@ -215,11 +217,11 @@ sap.ui.define([
|
|
|
215
217
|
}
|
|
216
218
|
|
|
217
219
|
function adjustSplitCommand(mSettings) {
|
|
218
|
-
mSettings.element =
|
|
220
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
219
221
|
evaluateResult(mSettings.element);
|
|
220
|
-
mSettings.parentElement =
|
|
222
|
+
mSettings.parentElement = Element.getElementById(getTemplateElementId(mSettings.parentElement));
|
|
221
223
|
evaluateResult(mSettings.parentElement);
|
|
222
|
-
mSettings.source =
|
|
224
|
+
mSettings.source = Element.getElementById(getTemplateElementId(mSettings.source));
|
|
223
225
|
evaluateResult(mSettings.source);
|
|
224
226
|
}
|
|
225
227
|
|
|
@@ -229,7 +231,7 @@ sap.ui.define([
|
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
function adjustAddPropertyCommand(mSettings) {
|
|
232
|
-
mSettings.element =
|
|
234
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
233
235
|
evaluateResult(mSettings.element);
|
|
234
236
|
mSettings.parentId = getTemplateElementId(mSettings.parentId);
|
|
235
237
|
evaluateResult(mSettings.parentId);
|
|
@@ -242,14 +244,14 @@ sap.ui.define([
|
|
|
242
244
|
}
|
|
243
245
|
|
|
244
246
|
function adjustRevealCommand(mSettings) {
|
|
245
|
-
mSettings.element =
|
|
247
|
+
mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
|
|
246
248
|
evaluateResult(mSettings.element);
|
|
247
249
|
if (mSettings.revealedElementId) {
|
|
248
250
|
mSettings.revealedElementId = getTemplateElementId(mSettings.revealedElementId);
|
|
249
251
|
evaluateResult(mSettings.revealedElementId);
|
|
250
252
|
}
|
|
251
253
|
if (mSettings.directParent) {
|
|
252
|
-
mSettings.directParent =
|
|
254
|
+
mSettings.directParent = Element.getElementById(getTemplateElementId(mSettings.directParent));
|
|
253
255
|
evaluateResult(mSettings.directParent);
|
|
254
256
|
}
|
|
255
257
|
}
|
|
@@ -485,7 +487,7 @@ sap.ui.define([
|
|
|
485
487
|
* @extends sap.ui.base.ManagedObject
|
|
486
488
|
*
|
|
487
489
|
* @author SAP SE
|
|
488
|
-
* @version 1.
|
|
490
|
+
* @version 1.120.0
|
|
489
491
|
*
|
|
490
492
|
* @constructor
|
|
491
493
|
* @private
|
|
@@ -8,6 +8,7 @@ sap.ui.define([
|
|
|
8
8
|
"sap/base/util/values",
|
|
9
9
|
"sap/base/Log",
|
|
10
10
|
"sap/ui/core/util/reflection/JsControlTreeModifier",
|
|
11
|
+
"sap/ui/core/Element",
|
|
11
12
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI",
|
|
12
13
|
"sap/ui/fl/write/api/ChangesWriteAPI",
|
|
13
14
|
"sap/ui/fl/Utils",
|
|
@@ -18,6 +19,7 @@ sap.ui.define([
|
|
|
18
19
|
objectValues,
|
|
19
20
|
Log,
|
|
20
21
|
JsControlTreeModifier,
|
|
22
|
+
Element,
|
|
21
23
|
ControlVariantApplyAPI,
|
|
22
24
|
ChangesWriteAPI,
|
|
23
25
|
FlUtils,
|
|
@@ -33,7 +35,7 @@ sap.ui.define([
|
|
|
33
35
|
* @extends sap.ui.rta.command.BaseCommand
|
|
34
36
|
*
|
|
35
37
|
* @author SAP SE
|
|
36
|
-
* @version 1.
|
|
38
|
+
* @version 1.120.0
|
|
37
39
|
*
|
|
38
40
|
* @constructor
|
|
39
41
|
* @private
|
|
@@ -106,7 +108,7 @@ sap.ui.define([
|
|
|
106
108
|
oSelector = {
|
|
107
109
|
id: mFlexSettings.templateSelector,
|
|
108
110
|
appComponent: this.getAppComponent(),
|
|
109
|
-
controlType: FlUtils.getControlType(
|
|
111
|
+
controlType: FlUtils.getControlType(Element.getElementById(mFlexSettings.templateSelector))
|
|
110
112
|
};
|
|
111
113
|
this.setSelector(oSelector);
|
|
112
114
|
} else if (!this.getSelector() && this.getElement()) {
|
|
@@ -265,7 +267,7 @@ sap.ui.define([
|
|
|
265
267
|
return {
|
|
266
268
|
id: mFlexSettings.originalSelector,
|
|
267
269
|
appComponent: this.getAppComponent(),
|
|
268
|
-
controlType: FlUtils.getControlType(
|
|
270
|
+
controlType: FlUtils.getControlType(Element.getElementById(mFlexSettings.originalSelector))
|
|
269
271
|
};
|
|
270
272
|
}
|
|
271
273
|
return this.getElement() || this.getSelector();
|
|
@@ -11,7 +11,7 @@ sap.ui.define([
|
|
|
11
11
|
"sap/ui/rta/command/CompositeCommand",
|
|
12
12
|
"sap/ui/core/util/reflection/JsControlTreeModifier",
|
|
13
13
|
"sap/ui/rta/util/showMessageBox",
|
|
14
|
-
"sap/ui/core/
|
|
14
|
+
"sap/ui/core/Lib"
|
|
15
15
|
], function(
|
|
16
16
|
ManagedObject,
|
|
17
17
|
PersistenceWriteAPI,
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
CompositeCommand,
|
|
21
21
|
JsControlTreeModifier,
|
|
22
22
|
showMessageBox,
|
|
23
|
-
|
|
23
|
+
Lib
|
|
24
24
|
) {
|
|
25
25
|
"use strict";
|
|
26
26
|
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @class
|
|
60
60
|
* @extends sap.ui.base.ManagedObject
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.120.0
|
|
63
63
|
* @constructor
|
|
64
64
|
* @private
|
|
65
65
|
* @since 1.34
|
|
@@ -245,7 +245,7 @@ sap.ui.define([
|
|
|
245
245
|
oError.index = this._toBeExecuted;
|
|
246
246
|
oError.command = this.removeCommand(this._toBeExecuted); // remove failing command
|
|
247
247
|
this._toBeExecuted--;
|
|
248
|
-
var oRtaResourceBundle =
|
|
248
|
+
var oRtaResourceBundle = Lib.getResourceBundleFor("sap.ui.rta");
|
|
249
249
|
showMessageBox(
|
|
250
250
|
oRtaResourceBundle.getText("MSG_GENERIC_ERROR_MESSAGE", [oError.message]),
|
|
251
251
|
{title: oRtaResourceBundle.getText("HEADER_ERROR")},
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
|
+
"sap/ui/core/Lib",
|
|
7
8
|
"sap/ui/rta/command/AppDescriptorCommand"
|
|
8
9
|
], function(
|
|
10
|
+
Lib,
|
|
9
11
|
AppDescriptorCommand
|
|
10
12
|
) {
|
|
11
13
|
"use strict";
|
|
@@ -17,7 +19,7 @@ sap.ui.define([
|
|
|
17
19
|
* @extends sap.ui.rta.command.AppDescriptorCommand
|
|
18
20
|
*
|
|
19
21
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
22
|
+
* @version 1.120.0
|
|
21
23
|
*
|
|
22
24
|
* @constructor
|
|
23
25
|
* @private
|
|
@@ -45,7 +47,7 @@ sap.ui.define([
|
|
|
45
47
|
if (this.getParameters().libraries) {
|
|
46
48
|
var aLibraries = Object.keys(this.getParameters().libraries);
|
|
47
49
|
aLibraries.forEach(function(sLibrary) {
|
|
48
|
-
aPromises.push(
|
|
50
|
+
aPromises.push(Lib.load({name: sLibrary}));
|
|
49
51
|
});
|
|
50
52
|
}
|
|
51
53
|
|