@openui5/sap.ui.rta 1.115.0 → 1.116.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/.eslintrc.json +33 -2
- package/.reuse/dep5 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +60 -59
- package/src/sap/ui/rta/RuntimeAuthoring.js +253 -248
- package/src/sap/ui/rta/Utils.js +42 -42
- package/src/sap/ui/rta/api/startAdaptation.js +2 -2
- package/src/sap/ui/rta/appVariant/AppVariantDialog.js +3 -3
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +27 -27
- package/src/sap/ui/rta/appVariant/AppVariantUtils.js +97 -97
- package/src/sap/ui/rta/appVariant/Feature.js +75 -77
- package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +6 -7
- package/src/sap/ui/rta/appVariant/Utils.js +17 -17
- package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +36 -36
- package/src/sap/ui/rta/command/AddIFrame.js +7 -7
- package/src/sap/ui/rta/command/AddProperty.js +7 -7
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +7 -7
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +18 -18
- package/src/sap/ui/rta/command/BaseCommand.js +1 -2
- 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 +11 -11
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +22 -22
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +7 -7
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +11 -11
- package/src/sap/ui/rta/command/CreateContainer.js +2 -2
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +30 -30
- package/src/sap/ui/rta/command/LREPSerializer.js +2 -2
- 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 +1 -1
- 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/TestDelegate.js +92 -92
- package/src/sap/ui/rta/enablement/elementActionTest.js +230 -112
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/messagebundle.properties +11 -1
- package/src/sap/ui/rta/messagebundle_ar.properties +5 -0
- package/src/sap/ui/rta/messagebundle_bg.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ca.properties +5 -0
- package/src/sap/ui/rta/messagebundle_cs.properties +5 -0
- package/src/sap/ui/rta/messagebundle_cy.properties +5 -0
- package/src/sap/ui/rta/messagebundle_da.properties +5 -0
- package/src/sap/ui/rta/messagebundle_de.properties +5 -0
- package/src/sap/ui/rta/messagebundle_el.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en_GB.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en_US_sappsd.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +6 -1
- package/src/sap/ui/rta/messagebundle_es.properties +5 -0
- package/src/sap/ui/rta/messagebundle_es_MX.properties +5 -0
- package/src/sap/ui/rta/messagebundle_et.properties +5 -0
- package/src/sap/ui/rta/messagebundle_fi.properties +5 -0
- package/src/sap/ui/rta/messagebundle_fr.properties +5 -0
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +5 -0
- package/src/sap/ui/rta/messagebundle_hi.properties +5 -0
- package/src/sap/ui/rta/messagebundle_hr.properties +5 -0
- package/src/sap/ui/rta/messagebundle_hu.properties +5 -0
- package/src/sap/ui/rta/messagebundle_id.properties +5 -0
- package/src/sap/ui/rta/messagebundle_it.properties +5 -0
- package/src/sap/ui/rta/messagebundle_iw.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ja.properties +5 -0
- package/src/sap/ui/rta/messagebundle_kk.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ko.properties +5 -0
- package/src/sap/ui/rta/messagebundle_lt.properties +5 -0
- package/src/sap/ui/rta/messagebundle_lv.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ms.properties +5 -0
- package/src/sap/ui/rta/messagebundle_nl.properties +5 -0
- package/src/sap/ui/rta/messagebundle_no.properties +5 -0
- package/src/sap/ui/rta/messagebundle_pl.properties +5 -0
- package/src/sap/ui/rta/messagebundle_pt.properties +5 -0
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ro.properties +5 -0
- package/src/sap/ui/rta/messagebundle_ru.properties +5 -0
- package/src/sap/ui/rta/messagebundle_sh.properties +5 -0
- package/src/sap/ui/rta/messagebundle_sk.properties +5 -0
- package/src/sap/ui/rta/messagebundle_sl.properties +5 -0
- package/src/sap/ui/rta/messagebundle_sv.properties +5 -0
- package/src/sap/ui/rta/messagebundle_th.properties +5 -0
- package/src/sap/ui/rta/messagebundle_tr.properties +5 -0
- package/src/sap/ui/rta/messagebundle_uk.properties +5 -0
- package/src/sap/ui/rta/messagebundle_vi.properties +5 -0
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +5 -0
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +5 -0
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +44 -44
- package/src/sap/ui/rta/plugin/BaseCreate.js +29 -29
- package/src/sap/ui/rta/plugin/Combine.js +9 -9
- package/src/sap/ui/rta/plugin/ControlVariant.js +21 -21
- package/src/sap/ui/rta/plugin/CreateContainer.js +6 -6
- package/src/sap/ui/rta/plugin/CutPaste.js +46 -46
- package/src/sap/ui/rta/plugin/DragDrop.js +2 -2
- package/src/sap/ui/rta/plugin/EasyAdd.js +4 -4
- package/src/sap/ui/rta/plugin/EasyRemove.js +5 -5
- package/src/sap/ui/rta/plugin/LocalReset.js +25 -25
- package/src/sap/ui/rta/plugin/Plugin.js +20 -20
- package/src/sap/ui/rta/plugin/RTAElementMover.js +42 -42
- package/src/sap/ui/rta/plugin/Remove.js +11 -11
- package/src/sap/ui/rta/plugin/Rename.js +7 -7
- package/src/sap/ui/rta/plugin/RenameHandler.js +17 -17
- package/src/sap/ui/rta/plugin/Resize.js +62 -62
- package/src/sap/ui/rta/plugin/Selection.js +14 -14
- package/src/sap/ui/rta/plugin/Settings.js +20 -20
- package/src/sap/ui/rta/plugin/Split.js +7 -7
- package/src/sap/ui/rta/plugin/Stretch.js +4 -4
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +94 -87
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +18 -18
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +98 -99
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +144 -144
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +3 -4
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +67 -67
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +38 -39
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.fragment.xml +1 -0
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +29 -29
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +5 -5
- package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
- package/src/sap/ui/rta/service/Action.js +36 -37
- package/src/sap/ui/rta/service/ControllerExtension.js +4 -4
- package/src/sap/ui/rta/service/Outline.js +59 -59
- package/src/sap/ui/rta/service/Property.js +125 -125
- package/src/sap/ui/rta/service/Receiver.js +78 -77
- package/src/sap/ui/rta/service/Selection.js +6 -6
- package/src/sap/ui/rta/service/SupportTools.js +30 -30
- package/src/sap/ui/rta/service/index.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +74 -26
- package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +17 -15
- package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -2
- package/src/sap/ui/rta/toolbar/Fiori.js +8 -8
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +4 -4
- package/src/sap/ui/rta/toolbar/Personalization.js +2 -2
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +13 -6
- package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptationsDialog.fragment.xml +2 -8
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +2 -3
- package/src/sap/ui/rta/toolbar/translation/Translation.js +41 -41
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +9 -9
- package/src/sap/ui/rta/util/Animation.js +5 -5
- package/src/sap/ui/rta/util/BindingsExtractor.js +33 -33
- package/src/sap/ui/rta/util/PluginManager.js +25 -25
- package/src/sap/ui/rta/util/PopupManager.js +27 -27
- package/src/sap/ui/rta/util/ReloadManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +3 -4
- package/src/sap/ui/rta/util/StylesLoader.js +9 -9
- package/src/sap/ui/rta/util/UrlParser.js +19 -19
- package/src/sap/ui/rta/util/adaptationStarter.js +34 -31
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +21 -19
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +61 -61
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +73 -60
- package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +6 -6
- package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
- package/src/sap/ui/rta/util/hasStableId.js +2 -2
- package/src/sap/ui/rta/util/showMessageBox.js +4 -5
- package/src/sap/ui/rta/util/validateFlexEnabled.js +5 -5
- package/src/sap/ui/rta/util/validateStableIds.js +8 -8
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
hAlign="Left">
|
|
49
49
|
<Text text="{i18n>CLM_HEADER_ADAPTATIONS_TITLE}" />
|
|
50
50
|
</Column>
|
|
51
|
-
<Column width="
|
|
51
|
+
<Column width="6rem"
|
|
52
52
|
minScreenWidth="tablet"
|
|
53
53
|
demandPopin="true"
|
|
54
54
|
popinDisplay="Inline"
|
|
@@ -87,14 +87,8 @@
|
|
|
87
87
|
<ColumnListItem>
|
|
88
88
|
<cells>
|
|
89
89
|
<Text text="{contextBased>rank}"/>
|
|
90
|
-
<CustomListItem>
|
|
91
|
-
<HBox>
|
|
92
|
-
<VBox class="sapUiSmallMarginTopBottom">
|
|
93
90
|
<Text wrapping="false" maxLines="1" text="{contextBased>title}"
|
|
94
91
|
tooltip="{contextBased>title}"/>
|
|
95
|
-
</VBox>
|
|
96
|
-
</HBox>
|
|
97
|
-
</CustomListItem>
|
|
98
92
|
<Text text="{ parts: ['contextBased>contexts/role'], formatter: '.formatContextColumnCell'}"
|
|
99
93
|
tooltip="{ parts: ['contextBased>contexts/role'], formatter: '.formatContextColumnTooltip'}" />
|
|
100
94
|
<Text text="{ parts: ['contextBased>createdBy', 'contextBased>createdAt'], formatter: '.formatCreatedChangedOnColumnCell'}"/>
|
|
@@ -151,7 +145,7 @@
|
|
|
151
145
|
<endButton>
|
|
152
146
|
<Button id="manageAdaptations-closeButton"
|
|
153
147
|
text="{i18n>APP_CTX_DIALOG_CANCEL}"
|
|
154
|
-
press=".
|
|
148
|
+
press=".onCancel"/>
|
|
155
149
|
</endButton>
|
|
156
150
|
</Dialog>
|
|
157
151
|
</core:FragmentDefinition>
|
|
@@ -15,7 +15,6 @@ sap.ui.define([
|
|
|
15
15
|
"sap/ui/fl/write/api/ContextBasedAdaptationsAPI",
|
|
16
16
|
"sap/ui/fl/write/api/ContextSharingAPI",
|
|
17
17
|
"sap/ui/rta/Utils",
|
|
18
|
-
"sap/ui/model/Binding",
|
|
19
18
|
"sap/ui/model/json/JSONModel"
|
|
20
19
|
], function(
|
|
21
20
|
ManagedObject,
|
|
@@ -28,7 +27,6 @@ sap.ui.define([
|
|
|
28
27
|
ContextBasedAdaptationsAPI,
|
|
29
28
|
ContextSharingAPI,
|
|
30
29
|
Utils,
|
|
31
|
-
Binding,
|
|
32
30
|
JSONModel
|
|
33
31
|
) {
|
|
34
32
|
"use strict";
|
|
@@ -43,7 +41,7 @@ sap.ui.define([
|
|
|
43
41
|
* @class
|
|
44
42
|
*
|
|
45
43
|
* @author SAP SE
|
|
46
|
-
* @version 1.
|
|
44
|
+
* @version 1.116.0
|
|
47
45
|
*
|
|
48
46
|
* @constructor
|
|
49
47
|
* @private
|
|
@@ -167,6 +165,7 @@ sap.ui.define([
|
|
|
167
165
|
oContextBasedAdaptation.priority = getAdaptationPriority.call(this);
|
|
168
166
|
var oRtaInformation = this.getToolbar().getRtaInformation();
|
|
169
167
|
if (this._bIsEditMode) {
|
|
168
|
+
oContextBasedAdaptation.adaptationId = this._mEditProperties.adaptationId;
|
|
170
169
|
ContextBasedAdaptationsAPI.update({
|
|
171
170
|
control: oRtaInformation.rootControl,
|
|
172
171
|
layer: oRtaInformation.flexSettings.layer,
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
) {
|
|
32
32
|
"use strict";
|
|
33
33
|
|
|
34
|
-
function showError
|
|
34
|
+
function showError(vError) {
|
|
35
35
|
var sErrorMessage = vError.userMessage || vError.stack || vError.message || vError.status || vError;
|
|
36
36
|
var oTextResources = sap.ui.getCore().getLibraryResourceBundle("sap.ui.rta");
|
|
37
37
|
Log.error(sErrorMessage);
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @class
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.
|
|
52
|
+
* @version 1.116.0
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @private
|
|
@@ -64,7 +64,7 @@ sap.ui.define([
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
-
constructor: function
|
|
67
|
+
constructor: function() {
|
|
68
68
|
ManagedObject.prototype.constructor.apply(this, arguments);
|
|
69
69
|
this._oTranslationModel = new JSONModel(getInitialTranslationModelData());
|
|
70
70
|
}
|
|
@@ -83,7 +83,7 @@ sap.ui.define([
|
|
|
83
83
|
selector: this.getToolbar().getRtaInformation().rootControl
|
|
84
84
|
};
|
|
85
85
|
|
|
86
|
-
var oSavePromise = new Promise(function
|
|
86
|
+
var oSavePromise = new Promise(function(resolve) {
|
|
87
87
|
if (oModel.getProperty("/translationRelevantDirtyChangesExist")) {
|
|
88
88
|
oSavePromise = this.getToolbar().fireSave({
|
|
89
89
|
callback: resolve
|
|
@@ -94,13 +94,13 @@ sap.ui.define([
|
|
|
94
94
|
}.bind(this));
|
|
95
95
|
|
|
96
96
|
oSavePromise
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
97
|
+
.then(TranslationAPI.getTexts.bind(undefined, mPropertyBag))
|
|
98
|
+
.then(function(translationTextsXML) {
|
|
99
|
+
FileUtil.save(translationTextsXML, sFileName, "xml", "application/xml");
|
|
100
|
+
this._oDownloadDialog.close();
|
|
101
|
+
}.bind(this)).catch(function(e) {
|
|
102
|
+
showError(e);
|
|
103
|
+
});
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
Translation.prototype._createDownloadTranslationDialog = function() {
|
|
@@ -109,11 +109,11 @@ sap.ui.define([
|
|
|
109
109
|
id: this.getToolbar().getId() + "_download_translation_fragment",
|
|
110
110
|
controller: {
|
|
111
111
|
onDownloadFile: downloadFile.bind(this),
|
|
112
|
-
onCancelDownloadDialog: function
|
|
112
|
+
onCancelDownloadDialog: function() {
|
|
113
113
|
this._oDownloadDialog.close();
|
|
114
114
|
}.bind(this)
|
|
115
115
|
}
|
|
116
|
-
}).then(function
|
|
116
|
+
}).then(function(oDownloadDialog) {
|
|
117
117
|
this._oDownloadDialog = oDownloadDialog;
|
|
118
118
|
this._oDownloadDialog.setModel(this._oTranslationModel, "translation");
|
|
119
119
|
this.getToolbar().addDependent(this._oDownloadDialog);
|
|
@@ -127,10 +127,10 @@ sap.ui.define([
|
|
|
127
127
|
name: "sap.ui.rta.toolbar.translation.UploadTranslationDialog",
|
|
128
128
|
id: sUploadId,
|
|
129
129
|
controller: {
|
|
130
|
-
onCancelUploadDialog: function
|
|
130
|
+
onCancelUploadDialog: function() {
|
|
131
131
|
this._oUploadDialog.close();
|
|
132
132
|
}.bind(this),
|
|
133
|
-
formatUploadEnabled: function
|
|
133
|
+
formatUploadEnabled: function() {
|
|
134
134
|
var oFileUploader = sap.ui.getCore().byId(sUploadId + "--fileUploader");
|
|
135
135
|
return oFileUploader.checkFileReadable();
|
|
136
136
|
},
|
|
@@ -139,7 +139,7 @@ sap.ui.define([
|
|
|
139
139
|
}.bind(this),
|
|
140
140
|
handleUploadPress: handleUploadPress.bind(this, sUploadId)
|
|
141
141
|
}
|
|
142
|
-
}).then(function
|
|
142
|
+
}).then(function(oUploadDialog) {
|
|
143
143
|
this._oUploadDialog = oUploadDialog;
|
|
144
144
|
this._oUploadDialog.setModel(this._oTranslationModel, "translation");
|
|
145
145
|
this.getToolbar().addDependent(this._oUploadDialog);
|
|
@@ -156,14 +156,14 @@ sap.ui.define([
|
|
|
156
156
|
payload: new FormData()
|
|
157
157
|
};
|
|
158
158
|
mPropertyBag.payload.append("file", this._oTranslationModel.getProperty("/file"), oFileUploader.getValue());
|
|
159
|
-
return TranslationAPI.uploadTranslationTexts(mPropertyBag).then(function
|
|
159
|
+
return TranslationAPI.uploadTranslationTexts(mPropertyBag).then(function() {
|
|
160
160
|
var oTextResources = sap.ui.getCore().getLibraryResourceBundle("sap.ui.rta");
|
|
161
161
|
var sMsg = oTextResources.getText("MSG_UPLOAD_TRANSLATION_SUCCESS");
|
|
162
162
|
MessageToast.show(sMsg, {
|
|
163
163
|
styleClass: Utils.getRtaStyleClassName()
|
|
164
164
|
});
|
|
165
165
|
this._oUploadDialog.close();
|
|
166
|
-
}.bind(this)).catch(function
|
|
166
|
+
}.bind(this)).catch(function(e) {
|
|
167
167
|
showError(e);
|
|
168
168
|
}).finally(oFileUploader.clear.bind(oFileUploader));
|
|
169
169
|
}
|
|
@@ -179,38 +179,38 @@ sap.ui.define([
|
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
Translation.prototype.openDownloadTranslationDialog = function
|
|
182
|
+
Translation.prototype.openDownloadTranslationDialog = function(mPropertyBag) {
|
|
183
183
|
var bHasTranslationRelevantDirtyChange = TranslationAPI.hasTranslationRelevantDirtyChanges(mPropertyBag);
|
|
184
184
|
this._oTranslationModel.setProperty("/translationRelevantDirtyChangesExist", bHasTranslationRelevantDirtyChange);
|
|
185
185
|
|
|
186
186
|
return TranslationAPI.getSourceLanguages(mPropertyBag)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
187
|
+
.then(function(aSourceLanguages) {
|
|
188
|
+
if (aSourceLanguages) {
|
|
189
|
+
this._oTranslationModel.setProperty("/sourceLanguages", aSourceLanguages);
|
|
190
|
+
this._oTranslationModel.setProperty("/sourceLanguage", aSourceLanguages[0] || "");
|
|
191
|
+
}
|
|
192
|
+
}.bind(this))
|
|
193
|
+
.then(function() {
|
|
194
|
+
if (this._oDownloadDialogPromise) {
|
|
195
|
+
this._oTranslationModel.setProperty("/targetLanguage", "");
|
|
196
|
+
} else {
|
|
197
|
+
this._oDownloadDialogPromise = this._createDownloadTranslationDialog();
|
|
198
|
+
}
|
|
199
|
+
return this._oDownloadDialogPromise;
|
|
200
|
+
}.bind(this))
|
|
201
|
+
.then(function(oDialog) {
|
|
202
|
+
return oDialog.open();
|
|
203
|
+
})
|
|
204
|
+
.catch(function(vError) {
|
|
205
|
+
showError(vError);
|
|
206
|
+
});
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
Translation.prototype.openUploadTranslationDialog = function
|
|
209
|
+
Translation.prototype.openUploadTranslationDialog = function() {
|
|
210
210
|
if (!this._oUploadDialogPromise) {
|
|
211
211
|
this._oUploadDialogPromise = this._createUploadTranslationDialog();
|
|
212
212
|
}
|
|
213
|
-
return this._oUploadDialogPromise.then(function
|
|
213
|
+
return this._oUploadDialogPromise.then(function(oUploadDialog) {
|
|
214
214
|
this.getToolbar().addDependent(oUploadDialog);
|
|
215
215
|
return oUploadDialog.open();
|
|
216
216
|
}.bind(this));
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @class
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.116.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @private
|
|
@@ -69,8 +69,8 @@ sap.ui.define([
|
|
|
69
69
|
this.getToolbar().fireEvent("switchVersion", {version: sVersion});
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
function doesActiveVersionExists
|
|
73
|
-
return aVersions.some(function
|
|
72
|
+
function doesActiveVersionExists(aVersions) {
|
|
73
|
+
return aVersions.some(function(oVersion) {
|
|
74
74
|
return oVersion.type === Version.Type.Active;
|
|
75
75
|
});
|
|
76
76
|
}
|
|
@@ -163,7 +163,7 @@ sap.ui.define([
|
|
|
163
163
|
sType = Version.Type.Active;
|
|
164
164
|
}
|
|
165
165
|
} else {
|
|
166
|
-
var oDisplayedVersion = aVersions.find(function
|
|
166
|
+
var oDisplayedVersion = aVersions.find(function(oVersion) {
|
|
167
167
|
return oVersion.version === sDisplayedVersion;
|
|
168
168
|
});
|
|
169
169
|
if (oDisplayedVersion) {
|
|
@@ -234,20 +234,20 @@ sap.ui.define([
|
|
|
234
234
|
name: "sap.ui.rta.toolbar.versioning.VersionTitleDialog",
|
|
235
235
|
id: this.getToolbar().getId() + "_fragment--sapUiRta_activateVersionDialog",
|
|
236
236
|
controller: {
|
|
237
|
-
onConfirmVersioningDialog: function
|
|
237
|
+
onConfirmVersioningDialog: function() {
|
|
238
238
|
var sVersionTitle = this.getToolbar().getControl("activateVersionDialog--versionTitleInput").getValue();
|
|
239
239
|
this.getToolbar().fireEvent("activate", {versionTitle: sVersionTitle});
|
|
240
240
|
this._oActivateVersionDialog.close();
|
|
241
241
|
}.bind(this),
|
|
242
|
-
onCancelVersioningDialog: function
|
|
242
|
+
onCancelVersioningDialog: function() {
|
|
243
243
|
this._oActivateVersionDialog.close();
|
|
244
244
|
}.bind(this),
|
|
245
|
-
onVersionTitleLiveChange: function
|
|
245
|
+
onVersionTitleLiveChange: function(oEvent) {
|
|
246
246
|
var sValue = oEvent.getParameter("value");
|
|
247
247
|
this.getToolbar().getControl("activateVersionDialog--confirmVersionTitleButton").setEnabled(!!sValue);
|
|
248
248
|
}.bind(this)
|
|
249
249
|
}
|
|
250
|
-
}).then(function
|
|
250
|
+
}).then(function(oDialog) {
|
|
251
251
|
this._oActivateVersionDialog = oDialog;
|
|
252
252
|
oDialog.addStyleClass(Utils.getRtaStyleClassName());
|
|
253
253
|
this.getToolbar().addDependent(this._oActivateVersionDialog);
|
|
@@ -257,7 +257,7 @@ sap.ui.define([
|
|
|
257
257
|
this.getToolbar().getControl("activateVersionDialog--confirmVersionTitleButton").setEnabled(false);
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
return this._oActivateVersionDialogPromise.then(function
|
|
260
|
+
return this._oActivateVersionDialogPromise.then(function() {
|
|
261
261
|
var sTitle = this.oTextResources.getText("TIT_VERSION_TITLE_DIALOG");
|
|
262
262
|
if (sDisplayedVersion !== Version.Number.Draft) {
|
|
263
263
|
sTitle = this.oTextResources.getText("TIT_REACTIVATE_VERSION_TITLE_DIALOG");
|
|
@@ -17,17 +17,17 @@ function() {
|
|
|
17
17
|
* @param {Function} fnCallback - The function should start animation process (e.g. by adding class to the element)
|
|
18
18
|
* @return {Promise} Returns a Promise performing the animation
|
|
19
19
|
*/
|
|
20
|
-
module.waitTransition = function
|
|
20
|
+
module.waitTransition = function(oElement, fnCallback) {
|
|
21
21
|
if (typeof fnCallback !== "function") {
|
|
22
|
-
throw new Error(
|
|
22
|
+
throw new Error("fnCallback should be a function");
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
return new Promise(function
|
|
26
|
-
oElement.addEventListener(
|
|
25
|
+
return new Promise(function(fnResolve) {
|
|
26
|
+
oElement.addEventListener("transitionend", fnResolve, {once: true});
|
|
27
27
|
|
|
28
28
|
// perform animation in the next animation frame, normally 16-17ms later.
|
|
29
29
|
var iTimestampInitial;
|
|
30
|
-
var fnAnimCallback = function
|
|
30
|
+
var fnAnimCallback = function(iTimestamp) {
|
|
31
31
|
if (!iTimestampInitial) {
|
|
32
32
|
iTimestampInitial = iTimestamp;
|
|
33
33
|
}
|
|
@@ -137,7 +137,7 @@ function(
|
|
|
137
137
|
}
|
|
138
138
|
var aAggregationNames = sAggregationName ? [sAggregationName] : Object.keys(oElement.getMetadata().getAllAggregations());
|
|
139
139
|
|
|
140
|
-
aAggregationNames.forEach(function
|
|
140
|
+
aAggregationNames.forEach(function(sAggregationNameInLoop) {
|
|
141
141
|
aBindings = aBindings.concat(getBindingsForAggregation(oElement, oModel, mPropertyBag.template, sAggregationNameInLoop, oRelevantContainerElement));
|
|
142
142
|
});
|
|
143
143
|
|
|
@@ -171,7 +171,7 @@ function(
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
// Getting children of the current aggregation and iterating through all of them
|
|
174
|
-
aElements.forEach(function
|
|
174
|
+
aElements.forEach(function(oChildElement) {
|
|
175
175
|
if (oChildElement.getMetadata) {
|
|
176
176
|
if (isElementRelatedToRelevantContainer(oElement, oRelevantContainerElement)) {
|
|
177
177
|
// Fetching bindings from Element and all children of Element
|
|
@@ -209,7 +209,7 @@ function(
|
|
|
209
209
|
var sModelName = oBinding.getMetadata().getName();
|
|
210
210
|
|
|
211
211
|
if (sModelName === "sap.ui.model.CompositeBinding") {
|
|
212
|
-
oBinding.getBindings().forEach(function
|
|
212
|
+
oBinding.getBindings().forEach(function(oBinding) {
|
|
213
213
|
aBindings = aBindings.concat(BindingsExtractor.filterAndFlattenBindings(oBinding, oParentDefaultModel));
|
|
214
214
|
});
|
|
215
215
|
} else if (
|
|
@@ -244,7 +244,7 @@ function(
|
|
|
244
244
|
var aParts = mBinding.parts;
|
|
245
245
|
|
|
246
246
|
// TODO: check if we need to filter bindings by modelName, relative indicator ("/")
|
|
247
|
-
aParts.forEach(function
|
|
247
|
+
aParts.forEach(function(mPart) {
|
|
248
248
|
aBindings.push({
|
|
249
249
|
parts: [mPart]
|
|
250
250
|
});
|
|
@@ -267,16 +267,16 @@ function(
|
|
|
267
267
|
var aPropertiesKeys = Object.keys(oElement.getMetadata().getAllProperties());
|
|
268
268
|
|
|
269
269
|
return aPropertiesKeys
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
270
|
+
// filter properties which are not bound
|
|
271
|
+
.filter(oElement.getBinding.bind(oElement))
|
|
272
|
+
.reduce(function(aBindings, sPropertyName) {
|
|
273
|
+
return aBindings.concat(
|
|
274
|
+
BindingsExtractor.filterAndFlattenBindings(
|
|
275
|
+
oElement.getBinding(sPropertyName),
|
|
276
|
+
oModel
|
|
277
|
+
)
|
|
278
|
+
);
|
|
279
|
+
}, []);
|
|
280
280
|
};
|
|
281
281
|
|
|
282
282
|
/**
|
|
@@ -294,26 +294,26 @@ function(
|
|
|
294
294
|
var bIsSameModel;
|
|
295
295
|
|
|
296
296
|
return aPropertiesKeys
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
297
|
+
.filter(function(sPropertyName) {
|
|
298
|
+
var mBindingInfo = oTemplate.mBindingInfos[sPropertyName];
|
|
299
|
+
var sModelName = mBindingInfo && mBindingInfo.parts[0] && mBindingInfo.parts[0].model;
|
|
300
|
+
bIsSameModel = oModel === oTemplateParent.getModel(sModelName);
|
|
301
|
+
if (!sModelName) {
|
|
302
|
+
var oParentDefaultModel = oTemplateParent.getDefaultModel ? oTemplateParent.getDefaultModel() : null;
|
|
303
|
+
var oTemplateDefaultModel = oTemplate.getDefaultModel ? oTemplate.getDefaultModel() : null;
|
|
304
|
+
bIsSameModel = oParentDefaultModel === oTemplateDefaultModel;
|
|
305
|
+
} else {
|
|
300
306
|
bIsSameModel = oModel === oTemplateParent.getModel(sModelName);
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
return aBindings.concat(
|
|
312
|
-
flattenBindingsFromTemplate(
|
|
313
|
-
oTemplate.mBindingInfos[sPropertyName]
|
|
314
|
-
)
|
|
315
|
-
);
|
|
316
|
-
}, []);
|
|
307
|
+
}
|
|
308
|
+
return mBindingInfo && bIsSameModel;
|
|
309
|
+
})
|
|
310
|
+
.reduce(function(aBindings, sPropertyName) {
|
|
311
|
+
return aBindings.concat(
|
|
312
|
+
flattenBindingsFromTemplate(
|
|
313
|
+
oTemplate.mBindingInfos[sPropertyName]
|
|
314
|
+
)
|
|
315
|
+
);
|
|
316
|
+
}, []);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
/**
|
|
@@ -68,7 +68,7 @@ sap.ui.define([
|
|
|
68
68
|
* Constructor for a new sap.ui.rta.util.PluginManager
|
|
69
69
|
* @extends sap.ui.base.ManagedObject
|
|
70
70
|
* @author SAP SE
|
|
71
|
-
* @version 1.
|
|
71
|
+
* @version 1.116.0
|
|
72
72
|
* @constructor
|
|
73
73
|
* @private
|
|
74
74
|
* @since 1.86
|
|
@@ -130,7 +130,7 @@ sap.ui.define([
|
|
|
130
130
|
|
|
131
131
|
this._mDefaultPlugins = {};
|
|
132
132
|
|
|
133
|
-
this._mDefaultPlugins
|
|
133
|
+
this._mDefaultPlugins.selection = new SelectionPlugin({
|
|
134
134
|
commandFactory: this._oCommandFactory,
|
|
135
135
|
multiSelectionRequiredPlugins: [
|
|
136
136
|
CombinePlugin.getMetadata().getName(),
|
|
@@ -143,79 +143,79 @@ sap.ui.define([
|
|
|
143
143
|
commandFactory: this._oCommandFactory
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
this._mDefaultPlugins
|
|
146
|
+
this._mDefaultPlugins.dragDrop = new RTADragDropPlugin({
|
|
147
147
|
elementMover: this._oRTAElementMover,
|
|
148
148
|
commandFactory: this._oCommandFactory,
|
|
149
149
|
dragStarted: this.handleStopCutPaste.bind(this)
|
|
150
150
|
});
|
|
151
151
|
|
|
152
|
-
this._mDefaultPlugins
|
|
152
|
+
this._mDefaultPlugins.rename = new RTARenamePlugin({
|
|
153
153
|
commandFactory: this._oCommandFactory,
|
|
154
154
|
editable: this.handleStopCutPaste.bind(this)
|
|
155
155
|
});
|
|
156
156
|
|
|
157
|
-
this._mDefaultPlugins
|
|
157
|
+
this._mDefaultPlugins.additionalElements = new AdditionalElementsPlugin({
|
|
158
158
|
commandFactory: this._oCommandFactory
|
|
159
159
|
});
|
|
160
160
|
|
|
161
|
-
this._mDefaultPlugins
|
|
161
|
+
this._mDefaultPlugins.createContainer = new CreateContainerPlugin({
|
|
162
162
|
commandFactory: this._oCommandFactory
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
this._mDefaultPlugins
|
|
165
|
+
this._mDefaultPlugins.remove = new RemovePlugin({
|
|
166
166
|
commandFactory: this._oCommandFactory
|
|
167
167
|
});
|
|
168
168
|
|
|
169
|
-
this._mDefaultPlugins
|
|
169
|
+
this._mDefaultPlugins.cutPaste = new CutPastePlugin({
|
|
170
170
|
elementMover: this._oRTAElementMover,
|
|
171
171
|
commandFactory: this._oCommandFactory
|
|
172
172
|
});
|
|
173
173
|
|
|
174
|
-
this._mDefaultPlugins
|
|
174
|
+
this._mDefaultPlugins.settings = new SettingsPlugin({
|
|
175
175
|
commandFactory: this._oCommandFactory
|
|
176
176
|
});
|
|
177
177
|
|
|
178
|
-
this._mDefaultPlugins
|
|
178
|
+
this._mDefaultPlugins.combine = new CombinePlugin({
|
|
179
179
|
commandFactory: this._oCommandFactory
|
|
180
180
|
});
|
|
181
181
|
|
|
182
|
-
this._mDefaultPlugins
|
|
182
|
+
this._mDefaultPlugins.split = new SplitPlugin({
|
|
183
183
|
commandFactory: this._oCommandFactory
|
|
184
184
|
});
|
|
185
185
|
|
|
186
|
-
this._mDefaultPlugins
|
|
186
|
+
this._mDefaultPlugins.resize = new ResizePlugin({
|
|
187
187
|
commandFactory: this._oCommandFactory
|
|
188
188
|
});
|
|
189
189
|
|
|
190
|
-
this._mDefaultPlugins
|
|
190
|
+
this._mDefaultPlugins.contextMenu = new ContextMenuPlugin();
|
|
191
191
|
|
|
192
|
-
this._mDefaultPlugins
|
|
192
|
+
this._mDefaultPlugins.tabHandling = new TabHandlingPlugin();
|
|
193
193
|
|
|
194
|
-
this._mDefaultPlugins
|
|
194
|
+
this._mDefaultPlugins.stretch = new StretchPlugin();
|
|
195
195
|
|
|
196
196
|
var oSettings = Settings.getInstanceOrUndef();
|
|
197
197
|
if (oSettings && oSettings.isVariantAdaptationEnabled()) {
|
|
198
|
-
this._mDefaultPlugins
|
|
198
|
+
this._mDefaultPlugins.compVariant = new CompVariantPlugin({
|
|
199
199
|
commandFactory: this._oCommandFactory
|
|
200
200
|
});
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
this._mDefaultPlugins
|
|
203
|
+
this._mDefaultPlugins.controlVariant = new ControlVariantPlugin({
|
|
204
204
|
commandFactory: this._oCommandFactory
|
|
205
205
|
});
|
|
206
206
|
|
|
207
|
-
this._mDefaultPlugins
|
|
207
|
+
this._mDefaultPlugins.addIFrame = new AddIFramePlugin({
|
|
208
208
|
commandFactory: this._oCommandFactory
|
|
209
209
|
});
|
|
210
210
|
|
|
211
|
-
this._mDefaultPlugins
|
|
211
|
+
this._mDefaultPlugins.toolHooks = new ToolHooksPlugin();
|
|
212
212
|
|
|
213
213
|
if (
|
|
214
214
|
oFlexSettings.layer === Layer.CUSTOMER
|
|
215
215
|
&& oSettings
|
|
216
216
|
&& oSettings.isLocalResetEnabled()
|
|
217
217
|
) {
|
|
218
|
-
this._mDefaultPlugins
|
|
218
|
+
this._mDefaultPlugins.localReset = new LocalResetPlugin({
|
|
219
219
|
commandFactory: this._oCommandFactory
|
|
220
220
|
});
|
|
221
221
|
}
|
|
@@ -231,7 +231,7 @@ sap.ui.define([
|
|
|
231
231
|
* @param {function} fnHandleElementModified - Handler function for element modified events
|
|
232
232
|
* @param {sap.ui.rta.command.Stack} oCommandStack - Command stack required in plugins
|
|
233
233
|
*/
|
|
234
|
-
PluginManager.prototype.preparePlugins = function
|
|
234
|
+
PluginManager.prototype.preparePlugins = function(oFlexSettings, fnHandleElementModified, oCommandStack) {
|
|
235
235
|
// Take default plugins if no plugins handed over
|
|
236
236
|
if (isEmptyObject(this.getPlugins())) {
|
|
237
237
|
this.setPlugins(this.getDefaultPlugins(oFlexSettings));
|
|
@@ -253,7 +253,7 @@ sap.ui.define([
|
|
|
253
253
|
* Returns a list of registered plugins
|
|
254
254
|
* @returns {array} list of plugins
|
|
255
255
|
*/
|
|
256
|
-
PluginManager.prototype.getPluginList = function
|
|
256
|
+
PluginManager.prototype.getPluginList = function() {
|
|
257
257
|
return values(this.getPlugins());
|
|
258
258
|
};
|
|
259
259
|
|
|
@@ -262,7 +262,7 @@ sap.ui.define([
|
|
|
262
262
|
* @param {string} sPluginName - Plugin name
|
|
263
263
|
* @returns {sap.ui.rta.plugin.Plugin} plugin
|
|
264
264
|
*/
|
|
265
|
-
PluginManager.prototype.getPlugin = function
|
|
265
|
+
PluginManager.prototype.getPlugin = function(sPluginName) {
|
|
266
266
|
return this.getPlugins()[sPluginName];
|
|
267
267
|
};
|
|
268
268
|
|
|
@@ -271,7 +271,7 @@ sap.ui.define([
|
|
|
271
271
|
* @param {string} sPluginName - Plugin name
|
|
272
272
|
* @param {sap.ui.rta.command.Stack} oCommandStack - Command stack required in plugins
|
|
273
273
|
*/
|
|
274
|
-
PluginManager.prototype.provideCommandStack = function
|
|
274
|
+
PluginManager.prototype.provideCommandStack = function(sPluginName, oCommandStack) {
|
|
275
275
|
if (this.getPlugin(sPluginName)) {
|
|
276
276
|
this.getPlugin(sPluginName).setCommandStack(oCommandStack);
|
|
277
277
|
}
|
|
@@ -301,7 +301,7 @@ sap.ui.define([
|
|
|
301
301
|
}
|
|
302
302
|
};
|
|
303
303
|
|
|
304
|
-
PluginManager.prototype._destroyDefaultPlugins = function
|
|
304
|
+
PluginManager.prototype._destroyDefaultPlugins = function(mPluginsToKeep) {
|
|
305
305
|
for (var sDefaultPluginName in this._mDefaultPlugins) {
|
|
306
306
|
var oDefaultPlugin = this._mDefaultPlugins[sDefaultPluginName];
|
|
307
307
|
|