@openui5/sap.ui.rta 1.125.0 → 1.126.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 (162) hide show
  1. package/.reuse/dep5 +4 -4
  2. package/THIRDPARTY.txt +6 -6
  3. package/package.json +6 -6
  4. package/src/sap/ui/rta/.library +1 -1
  5. package/src/sap/ui/rta/Client.js +1 -1
  6. package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
  7. package/src/sap/ui/rta/Utils.js +1 -1
  8. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  9. package/src/sap/ui/rta/appVariant/AppVariantUtils.js +25 -4
  10. package/src/sap/ui/rta/appVariant/Feature.js +8 -0
  11. package/src/sap/ui/rta/appVariant/Utils.js +1 -1
  12. package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +3 -0
  13. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  14. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  15. package/src/sap/ui/rta/command/AddXML.js +1 -1
  16. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  17. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  18. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  19. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  20. package/src/sap/ui/rta/command/Combine.js +1 -1
  21. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  22. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  23. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  24. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  25. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  26. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  27. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  28. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  29. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  30. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  31. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  32. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  33. package/src/sap/ui/rta/command/Move.js +1 -1
  34. package/src/sap/ui/rta/command/Property.js +1 -1
  35. package/src/sap/ui/rta/command/Remove.js +1 -1
  36. package/src/sap/ui/rta/command/Rename.js +1 -1
  37. package/src/sap/ui/rta/command/Resize.js +1 -1
  38. package/src/sap/ui/rta/command/Reveal.js +1 -1
  39. package/src/sap/ui/rta/command/Settings.js +1 -1
  40. package/src/sap/ui/rta/command/Split.js +1 -1
  41. package/src/sap/ui/rta/command/Stack.js +1 -1
  42. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  43. package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +1 -1
  44. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  45. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  46. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  47. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  48. package/src/sap/ui/rta/library.js +2 -2
  49. package/src/sap/ui/rta/messagebundle.properties +2 -0
  50. package/src/sap/ui/rta/messagebundle_ar.properties +1 -0
  51. package/src/sap/ui/rta/messagebundle_bg.properties +1 -0
  52. package/src/sap/ui/rta/messagebundle_ca.properties +1 -0
  53. package/src/sap/ui/rta/messagebundle_cnr.properties +1 -0
  54. package/src/sap/ui/rta/messagebundle_cs.properties +1 -0
  55. package/src/sap/ui/rta/messagebundle_cy.properties +2 -1
  56. package/src/sap/ui/rta/messagebundle_da.properties +1 -0
  57. package/src/sap/ui/rta/messagebundle_de.properties +1 -0
  58. package/src/sap/ui/rta/messagebundle_el.properties +1 -0
  59. package/src/sap/ui/rta/messagebundle_en.properties +329 -2
  60. package/src/sap/ui/rta/messagebundle_en_GB.properties +1 -0
  61. package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +3 -2
  62. package/src/sap/ui/rta/messagebundle_es.properties +1 -0
  63. package/src/sap/ui/rta/messagebundle_es_MX.properties +1 -0
  64. package/src/sap/ui/rta/messagebundle_et.properties +1 -0
  65. package/src/sap/ui/rta/messagebundle_fi.properties +1 -0
  66. package/src/sap/ui/rta/messagebundle_fr.properties +1 -0
  67. package/src/sap/ui/rta/messagebundle_fr_CA.properties +1 -0
  68. package/src/sap/ui/rta/messagebundle_hi.properties +1 -0
  69. package/src/sap/ui/rta/messagebundle_hr.properties +1 -0
  70. package/src/sap/ui/rta/messagebundle_hu.properties +2 -1
  71. package/src/sap/ui/rta/messagebundle_id.properties +1 -0
  72. package/src/sap/ui/rta/messagebundle_it.properties +2 -1
  73. package/src/sap/ui/rta/messagebundle_iw.properties +1 -0
  74. package/src/sap/ui/rta/messagebundle_ja.properties +1 -0
  75. package/src/sap/ui/rta/messagebundle_kk.properties +1 -0
  76. package/src/sap/ui/rta/messagebundle_ko.properties +7 -6
  77. package/src/sap/ui/rta/messagebundle_lt.properties +1 -0
  78. package/src/sap/ui/rta/messagebundle_lv.properties +1 -0
  79. package/src/sap/ui/rta/messagebundle_mk.properties +1 -0
  80. package/src/sap/ui/rta/messagebundle_ms.properties +1 -0
  81. package/src/sap/ui/rta/messagebundle_nl.properties +1 -0
  82. package/src/sap/ui/rta/messagebundle_no.properties +1 -0
  83. package/src/sap/ui/rta/messagebundle_pl.properties +1 -0
  84. package/src/sap/ui/rta/messagebundle_pt.properties +1 -0
  85. package/src/sap/ui/rta/messagebundle_pt_PT.properties +1 -0
  86. package/src/sap/ui/rta/messagebundle_ro.properties +1 -0
  87. package/src/sap/ui/rta/messagebundle_ru.properties +1 -0
  88. package/src/sap/ui/rta/messagebundle_sh.properties +1 -0
  89. package/src/sap/ui/rta/messagebundle_sk.properties +1 -0
  90. package/src/sap/ui/rta/messagebundle_sl.properties +1 -0
  91. package/src/sap/ui/rta/messagebundle_sr.properties +1 -0
  92. package/src/sap/ui/rta/messagebundle_sv.properties +1 -0
  93. package/src/sap/ui/rta/messagebundle_th.properties +1 -0
  94. package/src/sap/ui/rta/messagebundle_tr.properties +1 -0
  95. package/src/sap/ui/rta/messagebundle_uk.properties +1 -0
  96. package/src/sap/ui/rta/messagebundle_vi.properties +1 -0
  97. package/src/sap/ui/rta/messagebundle_zh_CN.properties +1 -0
  98. package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -0
  99. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  100. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  101. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  102. package/src/sap/ui/rta/plugin/ControlVariant.js +16 -2
  103. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  104. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  105. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  106. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  107. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  108. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  109. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  110. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  111. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  112. package/src/sap/ui/rta/plugin/Resize.js +1 -1
  113. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  114. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  115. package/src/sap/ui/rta/plugin/Split.js +1 -1
  116. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  117. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  118. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  119. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +21 -5
  120. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  121. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  122. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  123. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  124. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +4 -0
  125. package/src/sap/ui/rta/service/Action.js +1 -1
  126. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  127. package/src/sap/ui/rta/service/Outline.js +1 -1
  128. package/src/sap/ui/rta/service/Property.js +1 -1
  129. package/src/sap/ui/rta/service/Selection.js +1 -1
  130. package/src/sap/ui/rta/service/SupportTools.js +1 -1
  131. package/src/sap/ui/rta/themes/sap_hcb/base_AddIFrame.less +154 -0
  132. package/src/sap/ui/rta/themes/sap_hcb/base_ChangeVisualization.less +98 -0
  133. package/src/sap/ui/rta/themes/sap_hcb/base_ContextMenu.less +25 -0
  134. package/src/sap/ui/rta/themes/sap_hcb/base_Dialogs.less +79 -0
  135. package/src/sap/ui/rta/themes/sap_hcb/base_FieldRepository.less +48 -0
  136. package/src/sap/ui/rta/themes/sap_hcb/base_FlexSupportExtension.less +14 -0
  137. package/src/sap/ui/rta/themes/sap_hcb/base_MessageBox.less +10 -0
  138. package/src/sap/ui/rta/themes/sap_hcb/base_Overlay.less +271 -0
  139. package/src/sap/ui/rta/themes/sap_hcb/base_OverlayWithScrollbar.less +61 -0
  140. package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.adaptation.less +299 -0
  141. package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.base.less +42 -0
  142. package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.fiori.less +21 -0
  143. package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.standalone.less +12 -0
  144. package/src/sap/ui/rta/themes/sap_hcb/library.source.less +25 -1
  145. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  146. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  147. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  148. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  149. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  150. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  151. package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +1 -1
  152. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  153. package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
  154. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  155. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  156. package/src/sap/ui/rta/util/ReloadManager.js +1 -1
  157. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  158. package/src/sap/ui/rta/util/ServiceManager.js +1 -1
  159. package/src/sap/ui/rta/util/adaptationStarter.js +16 -6
  160. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  161. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  162. package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/.reuse/dep5 CHANGED
@@ -384,13 +384,13 @@ Copyright: 2017 Wei Song and Oliver Nightingale
384
384
  License: MIT
385
385
  Comment: these files belong to: Elasticlunr
386
386
 
387
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
388
- Copyright: 2008-2017 SpryMedia Ltd
387
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
388
+ Copyright: SpryMedia Ltd
389
389
  License: MIT
390
390
  Comment: these files belong to: DataTables
391
391
 
392
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
393
- Copyright: 2016 SpryMedia Ltd
392
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
393
+ Copyright: SpryMedia Ltd
394
394
  License: MIT
395
395
  Comment: these files belong to: Buttons extension for DataTables
396
396
 
package/THIRDPARTY.txt CHANGED
@@ -363,17 +363,17 @@ License: MIT
363
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
364
364
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
365
365
 
366
- Component: DataTables, version: 1.10.15
367
- Copyright: 2008-2017 SpryMedia Ltd
366
+ Component: DataTables, version: 2.0.1
367
+ Copyright: SpryMedia Ltd
368
368
  License: MIT
369
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
370
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
371
371
 
372
- Component: Buttons extension for DataTables, version: 1.4.0
373
- Copyright: 2016 SpryMedia Ltd
372
+ Component: Buttons extension for DataTables, version: 3.0.0
373
+ Copyright: SpryMedia Ltd
374
374
  License: MIT
375
375
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
376
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
376
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
377
377
 
378
378
 
379
379
  Library: sap.ui.integration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.125.0",
3
+ "version": "1.126.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.rta",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.125.0",
18
- "@openui5/sap.ui.core": "1.125.0",
19
- "@openui5/sap.ui.dt": "1.125.0",
20
- "@openui5/sap.ui.fl": "1.125.0",
21
- "@openui5/sap.ui.layout": "1.125.0"
17
+ "@openui5/sap.m": "1.126.0",
18
+ "@openui5/sap.ui.core": "1.126.0",
19
+ "@openui5/sap.ui.dt": "1.126.0",
20
+ "@openui5/sap.ui.fl": "1.126.0",
21
+ "@openui5/sap.ui.layout": "1.126.0"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @alias sap.ui.rta.Client
60
60
  * @author SAP SE
61
61
  * @since 1.56.0
62
- * @version 1.125.0
62
+ * @version 1.126.0
63
63
  * @private
64
64
  * @ui5-restricted
65
65
  */
@@ -111,7 +111,7 @@ sap.ui.define([
111
111
  * @class The runtime authoring allows to adapt the fields of a running application.
112
112
  * @extends sap.ui.base.ManagedObject
113
113
  * @author SAP SE
114
- * @version 1.125.0
114
+ * @version 1.126.0
115
115
  * @constructor
116
116
  * @private
117
117
  * @since 1.30
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  *
45
45
  * @namespace
46
46
  * @author SAP SE
47
- * @version 1.125.0
47
+ * @version 1.126.0
48
48
  *
49
49
  * @private
50
50
  * @since 1.30
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  * @author SAP SE
27
- * @version 1.125.0
27
+ * @version 1.126.0
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -428,6 +428,20 @@ sap.ui.define([
428
428
  return sErrorMessage;
429
429
  };
430
430
 
431
+ AppVariantUtils.buildWarningInfo = function(sMessageKey, sAppVariantId) {
432
+ let sMessage = `${AppVariantUtils.getText(sMessageKey)}\n\n`;
433
+
434
+ if (sAppVariantId) {
435
+ sMessage += `${AppVariantUtils.getText("MSG_APP_VARIANT_ID", sAppVariantId)}\n`;
436
+ }
437
+
438
+ return {
439
+ text: sMessage,
440
+ appVariantId: sAppVariantId,
441
+ warning: true
442
+ };
443
+ };
444
+
431
445
  AppVariantUtils.buildErrorInfo = function(sMessageKey, oError, sAppVariantId) {
432
446
  var sErrorMessage = this._getErrorMessageText(oError);
433
447
  var sMessage = `${AppVariantUtils.getText(sMessageKey)}\n\n`;
@@ -522,16 +536,23 @@ sap.ui.define([
522
536
  } else if (oInfo.deleteAppVariant && sAction === sRightButtonText) {
523
537
  // Do you really want to delete this app? => Close
524
538
  reject(oInfo.deleteAppVariant);
525
- } else if (oInfo.error) {
539
+ } else if (oInfo.error || oInfo.warning) {
526
540
  // Error: Deletion/Creation failed => Close or CopyID & Close
527
- reject(oInfo.error);
541
+ reject(oInfo.error || oInfo.warning);
528
542
  } else {
529
543
  resolve();
530
544
  }
531
545
  };
532
-
546
+ let oIcon = MessageBox.Icon.NONE;
547
+ if (bSuccessful || oInfo.deleteAppVariant) {
548
+ oIcon = MessageBox.Icon.INFORMATION;
549
+ } else if (oInfo.warning) {
550
+ oIcon = MessageBox.Icon.WARNING;
551
+ } else {
552
+ oIcon = MessageBox.Icon.ERROR;
553
+ }
533
554
  MessageBox.show(oInfo.text, {
534
- icon: (bSuccessful || oInfo.deleteAppVariant) ? MessageBox.Icon.INFORMATION : MessageBox.Icon.ERROR,
555
+ icon: oIcon,
535
556
  onClose: fnCallback,
536
557
  title: sTitle,
537
558
  actions: aActions,
@@ -7,6 +7,7 @@
7
7
  sap.ui.define([
8
8
  "sap/ui/fl/Utils",
9
9
  "sap/ui/rta/appVariant/AppVariantUtils",
10
+ "sap/ui/rta/util/showMessageBox",
10
11
  "sap/ui/core/BusyIndicator",
11
12
  "sap/ui/core/EventBus",
12
13
  "sap/ui/fl/registry/Settings",
@@ -16,6 +17,7 @@ sap.ui.define([
16
17
  ], function(
17
18
  FlexUtils,
18
19
  AppVariantUtils,
20
+ showMessageBox,
19
21
  BusyIndicator,
20
22
  EventBus,
21
23
  Settings,
@@ -77,6 +79,12 @@ sap.ui.define([
77
79
  var fnTriggerPollingTileCreation = function(oResult, sAppVariantId) {
78
80
  // In case of S/4HANA Cloud, oResult is filled from catalog assignment call
79
81
  if (oResult && oResult.response && oResult.response.IAMId) {
82
+ if (!Array.isArray(oResult.response.CatalogIds) || oResult.response.CatalogIds.length === 0) {
83
+ const sMessage = AppVariantUtils.getText("MSG_BASE_APP_CATALOGS_NOT_FOUND", sAppVariantId);
84
+ const sTitle = AppVariantUtils.getText("HEADER_SAVE_APP_VARIANT_FAILED");
85
+ showMessageBox(sMessage, {title: sTitle}, "error");
86
+ return Promise.reject();
87
+ }
80
88
  return oAppVariantManager.notifyKeyUserWhenPublishingIsReady(oResult.response.IAMId, sAppVariantId, true);
81
89
  }
82
90
  return Promise.resolve();
@@ -128,7 +128,7 @@ function(
128
128
  return this._checkNavigationSupported(oNavigationParams).then(function(aResult) {
129
129
  var oDeleteButtonProperties;
130
130
 
131
- if (aResult.length && oPreparedObject.isKeyUser) {
131
+ if (aResult[0].length && oPreparedObject.isKeyUser) {
132
132
  oNavigationObject.adaptUIButtonEnabled = true;
133
133
 
134
134
  if (oPreparedObject.appVarStatus === "R" || oPreparedObject.appVarStatus === "U" || oPreparedObject.appVarStatus === "E") {
@@ -101,6 +101,9 @@ sap.ui.define([
101
101
 
102
102
  _highlightNewCreatedAppVariant(aAppVariantOverviewAttributes) {
103
103
  var oTable = this.byId("Table1");
104
+ if (!oTable) {
105
+ return Promise.resolve();
106
+ }
104
107
  oTable.focus();
105
108
 
106
109
  aAppVariantOverviewAttributes.forEach(function(oAppVariantDescriptor, index) {
@@ -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.125.0
19
+ * @version 1.126.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.125.0
17
+ * @version 1.126.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.125.0
19
+ * @version 1.126.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.125.0
27
+ * @version 1.126.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.125.0
24
+ * @version 1.126.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.125.0
19
+ * @version 1.126.0
20
20
  *
21
21
  * @constructor
22
22
  * @private
@@ -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.125.0
29
+ * @version 1.126.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.125.0
19
+ * @version 1.126.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -487,7 +487,7 @@ sap.ui.define([
487
487
  * @extends sap.ui.base.ManagedObject
488
488
  *
489
489
  * @author SAP SE
490
- * @version 1.125.0
490
+ * @version 1.126.0
491
491
  *
492
492
  * @constructor
493
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.125.0
24
+ * @version 1.126.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.125.0
27
+ * @version 1.126.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.125.0
23
+ * @version 1.126.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.86
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.BaseCommand
28
28
  * @author SAP SE
29
- * @version 1.125.0
29
+ * @version 1.126.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @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.125.0
27
+ * @version 1.126.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.125.0
25
+ * @version 1.126.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.125.0
15
+ * @version 1.126.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.125.0
15
+ * @version 1.126.0
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.rta.command.BaseCommand
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.125.0
38
+ * @version 1.126.0
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -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.125.0
30
+ * @version 1.126.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.125.0
23
+ * @version 1.126.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.125.0
20
+ * @version 1.126.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.125.0
19
+ * @version 1.126.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.125.0
15
+ * @version 1.126.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.125.0
15
+ * @version 1.126.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.125.0
19
+ * @version 1.126.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.125.0
15
+ * @version 1.126.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.125.0
15
+ * @version 1.126.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.125.0
17
+ * @version 1.126.0
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * @class
74
74
  * @extends sap.ui.base.ManagedObject
75
75
  * @author SAP SE
76
- * @version 1.125.0
76
+ * @version 1.126.0
77
77
  * @constructor
78
78
  * @private
79
79
  * @since 1.34
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.AppDescriptorCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.125.0
22
+ * @version 1.126.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -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.125.0
23
+ * @version 1.126.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.102
@@ -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.125.0
23
+ * @version 1.126.0
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.87
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @class
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  * @author SAP SE
21
- * @version 1.125.0
21
+ * @version 1.126.0
22
22
  * @constructor
23
23
  * @private
24
24
  * @since 1.87
@@ -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.125.0
25
+ * @version 1.126.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @since 1.87
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * E.g. <code>elementActionTest.only("Remove");</code>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.125.0
60
+ * @version 1.126.0
61
61
  *
62
62
  * @static
63
63
  * @since 1.42
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.rta
24
24
  * @author SAP SE
25
- * @version 1.125.0
25
+ * @version 1.126.0
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
29
29
  var thisLib = Lib.init({
30
30
  name: "sap.ui.rta",
31
31
  apiVersion: 2,
32
- version: "1.125.0",
32
+ version: "1.126.0",
33
33
  dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
34
34
  types: [],
35
35
  interfaces: [],
@@ -315,6 +315,8 @@ MSG_SAVE_APP_VARIANT_FAILED=Sorry, the app variant could not be saved. Please se
315
315
  MSG_UPDATE_APP_VARIANT_FAILED=Sorry, the app variant could not be updated. Please send the following technical information to your administrator\:
316
316
  #XMSG: Error message displayed if the catalog assignment fails
317
317
  MSG_CATALOG_ASSIGNMENT_FAILED=The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
318
+ #XMSG: Error message displayed if no catalog could be determined from base app
319
+ MSG_BASE_APP_CATALOGS_NOT_FOUND=The new app variant was saved, but we could not automatically add it to a business catalog. Please assign the app variant "{0}" to a business catalog manually. For more information, see [How to Add Custom Catalog Extension](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/832c83d429ef43c68691101bc8983f13.html).
318
320
  #XMSG: Error message displayed if the FLP tile creation fails
319
321
  MSG_TILE_CREATION_FAILED=Refresh the Fiori Launchpad homepage to check if the new tile has been created. If it is not available or not working properly, please contact your content administrator.
320
322
  #XMSG: Error message displayed if saving copying the unsaved changes for an app variant fails
@@ -156,6 +156,7 @@ MSG_LOAD_APP_VARIANT_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0
156
156
  MSG_SAVE_APP_VARIANT_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0630\u0631 \u062D\u0641\u0638 \u0648\u0627\u0635\u0641 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0624\u0648\u0644.
157
157
  MSG_UPDATE_APP_VARIANT_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0630\u0631 \u062A\u062D\u062F\u064A\u062B \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u064A\u0631\u062C\u0649 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u062F\u064A\u0643\:
158
158
  MSG_CATALOG_ASSIGNMENT_FAILED=\u062A\u0645 \u062D\u0641\u0638 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062C\u062F\u064A\u062F\u060C \u0648\u0644\u0643\u0646 \u062A\u0639\u0630\u0631 \u062A\u0639\u064A\u064A\u0646\u0647 \u0625\u0644\u0649 \u0627\u0644\u062F\u0644\u064A\u0644. \u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649.
159
+ MSG_BASE_APP_CATALOGS_NOT_FOUND=\u062A\u0645 \u062D\u0641\u0638 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062C\u062F\u064A\u062F\u060C \u0648\u0644\u0643\u0646 \u062A\u0639\u0630\u0631 \u0639\u0644\u064A\u0646\u0627 \u0625\u0636\u0627\u0641\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u062F\u0644\u064A\u0644 \u0627\u0644\u0623\u0639\u0645\u0627\u0644. \u064A\u064F\u0631\u062C\u0649 \u062A\u0639\u064A\u064A\u0646 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 "{0}" \u0625\u0644\u0649 \u062F\u0644\u064A\u0644 \u0623\u0639\u0645\u0627\u0644 \u064A\u062F\u0648\u064A\u064B\u0627. \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A\u060C \u0631\u0627\u062C\u0639 [\u0643\u064A\u0641\u064A\u0629 \u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u062D\u0642 \u062F\u0644\u064A\u0644 \u0645\u062E\u0635\u0635] (https\://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/832c83d429ef43c68691101bc8983f13.html).
159
160
  MSG_TILE_CREATION_FAILED=\u0642\u0645 \u0628\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0648\u062D\u0629 \u062A\u0634\u063A\u064A\u0644 Fiori \u0644\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u062C\u062F\u064A\u062F. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0625\u0630\u0627 \u0644\u0645 \u064A\u0643\u0646 \u0645\u062A\u0648\u0641\u0631\u064B\u0627 \u0623\u0648 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u0627 \u064A\u0639\u0645\u0644 \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D.
160
161
  MSG_COPY_UNSAVED_CHANGES_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0630\u0631 \u062D\u0641\u0638 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643. \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631. \u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0624\u0648\u0644.
161
162
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646
@@ -156,6 +156,7 @@ MSG_LOAD_APP_VARIANT_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u0
156
156
  MSG_SAVE_APP_VARIANT_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435, \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u044A\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u0431\u0435\u0448\u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D \u0443\u0441\u043F\u0435\u0448\u043D\u043E. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0438\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440.
157
157
  MSG_UPDATE_APP_VARIANT_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435, \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u044A\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0430\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0438\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\:
158
158
  MSG_CATALOG_ASSIGNMENT_FAILED=\u041D\u043E\u0432\u0438\u044F\u0442 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u0431\u0435\u0448\u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D, \u043D\u043E \u043D\u0435 \u0431\u0435\u0448\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u0440\u0438\u0441\u044A\u0435\u0434\u0438\u043D\u0435\u043D \u043A\u044A\u043C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0430. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0438\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440 \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435.
159
+ MSG_BASE_APP_CATALOGS_NOT_FOUND=\u041D\u043E\u0432\u0438\u044F\u0442 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D, \u043D\u043E \u043D\u0435 \u0443\u0441\u043F\u044F\u0445\u043C\u0435 \u0434\u0430 \u0433\u043E \u0434\u043E\u0431\u0430\u0432\u0438\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432 \u0431\u0438\u0437\u043D\u0435\u0441 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0430. \u041C\u043E\u043B\u044F, \u043F\u0440\u0438\u0441\u044A\u0435\u0434\u0438\u043D\u0435\u0442\u0435 \u0440\u044A\u0447\u043D\u043E \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0430 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u201E{0}\u201C \u043A\u044A\u043C \u0431\u0438\u0437\u043D\u0435\u0441 \u043A\u0430\u0442\u0430\u043B\u043E\u0433. \u0417\u0430 \u043F\u043E\u0432\u0435\u0447\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0432\u0438\u0436\u0442\u0435 [\u041A\u0430\u043A \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u044F \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043A\u044A\u043C \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 ](https\://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/832c83d429ef43c68691101bc8983f13.html).
159
160
  MSG_TILE_CREATION_FAILED=\u041E\u043F\u0440\u0435\u0441\u043D\u0435\u0442\u0435 \u043D\u0430\u0447\u0430\u043B\u043D\u0430\u0442\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B \u043D\u0430 Fiori , \u0437\u0430 \u0434\u0430 \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u043B\u0438 \u043D\u043E\u0432\u0438\u044F\u0442 \u043F\u043E\u0434\u0435\u043A\u0440\u0430\u043D \u0435 \u0431\u0438\u043B \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u043D. \u041C\u043E\u043B\u044F, \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u0432\u0430\u0448\u0438\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440 \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435, \u0430\u043A\u043E \u043F\u043E\u0434\u0435\u043A\u0440\u0430\u043D\u044A\u0442 \u043D\u0435 \u0435 \u043D\u0430\u043B\u0438\u0447\u0435\u043D \u0438\u043B\u0438 \u043D\u0435 \u0440\u0430\u0431\u043E\u0442\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E.
160
161
  MSG_COPY_UNSAVED_CHANGES_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0438\u044F\u0442 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u0438 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u0432 UI \u043D\u0435 \u0431\u044F\u0445\u0430 \u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438. \u0412\u0430\u0440\u0438\u0430\u043D\u0442\u044A\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u0435 \u043D\u0430\u043B\u0438\u0447\u0435\u043D. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430 \u0432\u0430\u0448\u0438\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\:
161
162
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435