@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.
Files changed (164) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +6 -6
  3. package/src/sap/ui/rta/.library +1 -1
  4. package/src/sap/ui/rta/Client.js +4 -2
  5. package/src/sap/ui/rta/RuntimeAuthoring.js +14 -13
  6. package/src/sap/ui/rta/Utils.js +58 -56
  7. package/src/sap/ui/rta/appVariant/AppVariantDialog.js +7 -4
  8. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  9. package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +3 -1
  10. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +6 -2
  11. package/src/sap/ui/rta/appVariant/Feature.js +4 -4
  12. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_bg.properties +1 -1
  13. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ca.properties +1 -1
  14. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_cs.properties +1 -1
  15. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_es_MX.properties +1 -1
  16. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hr.properties +1 -1
  17. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hu.properties +1 -1
  18. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ja.properties +1 -1
  19. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_mk.properties +28 -0
  20. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ms.properties +1 -1
  21. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_pl.properties +1 -1
  22. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sl.properties +1 -1
  23. package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +5 -3
  24. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  25. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  26. package/src/sap/ui/rta/command/AddXML.js +1 -1
  27. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  28. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  29. package/src/sap/ui/rta/command/BaseCommand.js +6 -3
  30. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  31. package/src/sap/ui/rta/command/Combine.js +1 -1
  32. package/src/sap/ui/rta/command/CommandFactory.js +25 -23
  33. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  34. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  35. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  36. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  37. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  38. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  39. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  40. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  41. package/src/sap/ui/rta/command/FlexCommand.js +5 -3
  42. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  43. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  44. package/src/sap/ui/rta/command/Move.js +1 -1
  45. package/src/sap/ui/rta/command/Property.js +1 -1
  46. package/src/sap/ui/rta/command/Remove.js +1 -1
  47. package/src/sap/ui/rta/command/Rename.js +1 -1
  48. package/src/sap/ui/rta/command/Resize.js +1 -1
  49. package/src/sap/ui/rta/command/Reveal.js +1 -1
  50. package/src/sap/ui/rta/command/Settings.js +1 -1
  51. package/src/sap/ui/rta/command/Split.js +1 -1
  52. package/src/sap/ui/rta/command/Stack.js +4 -4
  53. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +4 -2
  54. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
  55. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  56. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  57. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  58. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  59. package/src/sap/ui/rta/library.js +5 -6
  60. package/src/sap/ui/rta/messagebundle_ar.properties +3 -0
  61. package/src/sap/ui/rta/messagebundle_bg.properties +3 -0
  62. package/src/sap/ui/rta/messagebundle_ca.properties +3 -0
  63. package/src/sap/ui/rta/messagebundle_cs.properties +3 -0
  64. package/src/sap/ui/rta/messagebundle_cy.properties +3 -0
  65. package/src/sap/ui/rta/messagebundle_da.properties +3 -0
  66. package/src/sap/ui/rta/messagebundle_de.properties +3 -0
  67. package/src/sap/ui/rta/messagebundle_el.properties +3 -0
  68. package/src/sap/ui/rta/messagebundle_en_GB.properties +3 -0
  69. package/src/sap/ui/rta/messagebundle_es.properties +3 -0
  70. package/src/sap/ui/rta/messagebundle_es_MX.properties +3 -0
  71. package/src/sap/ui/rta/messagebundle_et.properties +3 -0
  72. package/src/sap/ui/rta/messagebundle_fi.properties +3 -0
  73. package/src/sap/ui/rta/messagebundle_fr.properties +3 -0
  74. package/src/sap/ui/rta/messagebundle_fr_CA.properties +3 -0
  75. package/src/sap/ui/rta/messagebundle_hi.properties +3 -0
  76. package/src/sap/ui/rta/messagebundle_hr.properties +3 -0
  77. package/src/sap/ui/rta/messagebundle_hu.properties +3 -0
  78. package/src/sap/ui/rta/messagebundle_id.properties +3 -0
  79. package/src/sap/ui/rta/messagebundle_it.properties +3 -0
  80. package/src/sap/ui/rta/messagebundle_iw.properties +3 -0
  81. package/src/sap/ui/rta/messagebundle_ja.properties +3 -0
  82. package/src/sap/ui/rta/messagebundle_kk.properties +3 -0
  83. package/src/sap/ui/rta/messagebundle_ko.properties +3 -0
  84. package/src/sap/ui/rta/messagebundle_lt.properties +3 -0
  85. package/src/sap/ui/rta/messagebundle_lv.properties +3 -0
  86. package/src/sap/ui/rta/messagebundle_mk.properties +328 -0
  87. package/src/sap/ui/rta/messagebundle_ms.properties +3 -0
  88. package/src/sap/ui/rta/messagebundle_nl.properties +3 -0
  89. package/src/sap/ui/rta/messagebundle_no.properties +3 -0
  90. package/src/sap/ui/rta/messagebundle_pl.properties +3 -0
  91. package/src/sap/ui/rta/messagebundle_pt.properties +3 -0
  92. package/src/sap/ui/rta/messagebundle_pt_PT.properties +3 -0
  93. package/src/sap/ui/rta/messagebundle_ro.properties +3 -0
  94. package/src/sap/ui/rta/messagebundle_ru.properties +3 -0
  95. package/src/sap/ui/rta/messagebundle_sh.properties +59 -56
  96. package/src/sap/ui/rta/messagebundle_sk.properties +3 -0
  97. package/src/sap/ui/rta/messagebundle_sl.properties +3 -0
  98. package/src/sap/ui/rta/messagebundle_sv.properties +3 -0
  99. package/src/sap/ui/rta/messagebundle_th.properties +3 -0
  100. package/src/sap/ui/rta/messagebundle_tr.properties +3 -0
  101. package/src/sap/ui/rta/messagebundle_uk.properties +3 -0
  102. package/src/sap/ui/rta/messagebundle_vi.properties +3 -0
  103. package/src/sap/ui/rta/messagebundle_zh_CN.properties +3 -0
  104. package/src/sap/ui/rta/messagebundle_zh_TW.properties +3 -0
  105. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +4 -4
  106. package/src/sap/ui/rta/plugin/BaseCreate.js +4 -2
  107. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  108. package/src/sap/ui/rta/plugin/CompVariant.js +7 -5
  109. package/src/sap/ui/rta/plugin/ControlVariant.js +12 -8
  110. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  111. package/src/sap/ui/rta/plugin/CutPaste.js +6 -5
  112. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  113. package/src/sap/ui/rta/plugin/EasyAdd.js +4 -2
  114. package/src/sap/ui/rta/plugin/EasyRemove.js +7 -3
  115. package/src/sap/ui/rta/plugin/LocalReset.js +7 -3
  116. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  117. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  118. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  119. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  120. package/src/sap/ui/rta/plugin/RenameHandler.js +16 -4
  121. package/src/sap/ui/rta/plugin/Resize.js +6 -6
  122. package/src/sap/ui/rta/plugin/Selection.js +3 -17
  123. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  124. package/src/sap/ui/rta/plugin/Split.js +1 -1
  125. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  126. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +4 -2
  127. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +4 -2
  128. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +6 -4
  129. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +4 -2
  130. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  131. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +4 -3
  132. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +7 -5
  133. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +8 -6
  134. package/src/sap/ui/rta/service/Action.js +1 -1
  135. package/src/sap/ui/rta/service/ControllerExtension.js +4 -2
  136. package/src/sap/ui/rta/service/Outline.js +4 -4
  137. package/src/sap/ui/rta/service/Property.js +1 -1
  138. package/src/sap/ui/rta/service/Selection.js +1 -1
  139. package/src/sap/ui/rta/service/SupportTools.js +7 -7
  140. package/src/sap/ui/rta/toolbar/Adaptation.js +19 -14
  141. package/src/sap/ui/rta/toolbar/Base.js +8 -4
  142. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  143. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  144. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  145. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  146. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  147. package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +6 -7
  148. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +4 -2
  149. package/src/sap/ui/rta/toolbar/translation/Translation.js +9 -5
  150. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -2
  151. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  152. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  153. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  154. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  155. package/src/sap/ui/rta/util/adaptationStarter.js +8 -10
  156. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +14 -12
  157. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  158. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +8 -4
  159. package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +6 -4
  160. package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +3 -3
  161. package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +3 -1
  162. package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +3 -1
  163. package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +3 -3
  164. 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=Menyesuaikan 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=Dostosowanie IU
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=Prilagoditev UV
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
- sap.ui.getCore().attachInit(function() {
16
+ Core.ready().then(() => {
15
17
  new Shell({
16
18
  app: new ComponentContainer({
17
19
  height: "100%",
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.119.1
19
+ * @version 1.120.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.75
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.119.1
17
+ * @version 1.120.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.78
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.119.1
19
+ * @version 1.120.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.FlexCommand
26
26
  * @author SAP SE
27
- * @version 1.119.1
27
+ * @version 1.120.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.76
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.119.1
24
+ * @version 1.120.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -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(["sap/ui/base/ManagedObject"], function(ManagedObject) {
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.119.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 sap.ui.getCore().byId(sId);
60
+ return Element.getElementById(sId);
58
61
  };
59
62
 
60
63
  /**
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.FlexCommand
28
28
  * @author SAP SE
29
- * @version 1.119.1
29
+ * @version 1.120.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.119.1
19
+ * @version 1.120.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -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") ? sap.ui.getCore().byId(vElementOrId) : vElementOrId;
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 = sap.ui.getCore().byId(getTemplateElementId(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 || sap.ui.getCore().byId(mSettings.element.id);
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 = sap.ui.getCore().byId(getTemplateElementId(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 || sap.ui.getCore().byId(mSettings.movedElements[0].id);
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 = sap.ui.getCore().byId(getTemplateElementId(oMovedElement.element, oMovedElement.sourceIndex));
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 = sap.ui.getCore().byId(getTemplateElementId(mSettings.element));
151
+ mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
150
152
  evaluateResult(mSettings.element);
151
- mSettings.source.parent = sap.ui.getCore().byId(getTemplateElementId(mSettings.source.parent));
153
+ mSettings.source.parent = Element.getElementById(getTemplateElementId(mSettings.source.parent));
152
154
  evaluateResult(mSettings.source.parent);
153
- mSettings.target.parent = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(mSettings.element));
170
+ mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
169
171
  evaluateResult(mSettings.element);
170
- mSettings.renamedElement = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(mSettings.element));
188
+ mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
187
189
  evaluateResult(mSettings.element);
188
- mSettings.removedElement = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(mSettings.element));
201
+ mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
200
202
  evaluateResult(mSettings.element);
201
- mSettings.source = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(mSettings.element));
220
+ mSettings.element = Element.getElementById(getTemplateElementId(mSettings.element));
219
221
  evaluateResult(mSettings.element);
220
- mSettings.parentElement = sap.ui.getCore().byId(getTemplateElementId(mSettings.parentElement));
222
+ mSettings.parentElement = Element.getElementById(getTemplateElementId(mSettings.parentElement));
221
223
  evaluateResult(mSettings.parentElement);
222
- mSettings.source = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(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 = sap.ui.getCore().byId(getTemplateElementId(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.119.1
490
+ * @version 1.120.0
489
491
  *
490
492
  * @constructor
491
493
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.119.1
24
+ * @version 1.120.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.BaseCommand
26
26
  * @author SAP SE
27
- * @version 1.119.1
27
+ * @version 1.120.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.52
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.119.1
23
+ * @version 1.120.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @class
29
29
  * @extends sap.ui.rta.command.BaseCommand
30
30
  * @author SAP SE
31
- * @version 1.119.1
31
+ * @version 1.120.0
32
32
  * @constructor
33
33
  * @private
34
34
  * @since 1.86
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.BaseCommand
26
26
  * @author SAP SE
27
- * @version 1.119.1
27
+ * @version 1.120.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.50
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class
23
23
  * @extends sap.ui.rta.command.BaseCommand
24
24
  * @author SAP SE
25
- * @version 1.119.1
25
+ * @version 1.120.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.50
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -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.119.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(sap.ui.getCore().byId(mFlexSettings.templateSelector))
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(sap.ui.getCore().byId(mFlexSettings.originalSelector))
270
+ controlType: FlUtils.getControlType(Element.getElementById(mFlexSettings.originalSelector))
269
271
  };
270
272
  }
271
273
  return this.getElement() || this.getSelector();
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * @extends sap.ui.base.ManagedObject
29
29
  * @author SAP SE
30
- * @version 1.119.1
30
+ * @version 1.120.0
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.42
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.119.1
23
+ * @version 1.120.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.90
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.119.1
20
+ * @version 1.120.0
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.119.1
19
+ * @version 1.120.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.42
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.119.1
19
+ * @version 1.120.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.101
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.119.1
15
+ * @version 1.120.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.119.1
17
+ * @version 1.120.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -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/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
- Core
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.119.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 = Core.getLibraryResourceBundle("sap.ui.rta");
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.119.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(sap.ui.getCore().loadLibrary(sLibrary, true));
50
+ aPromises.push(Lib.load({name: sLibrary}));
49
51
  });
50
52
  }
51
53
 
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.119.1
23
+ * @version 1.120.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102