@openui5/sap.ui.rta 1.124.1 → 1.125.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/.reuse/dep5 +5 -0
- package/THIRDPARTY.txt +7 -0
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +1 -1
- package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
- package/src/sap/ui/rta/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sh.properties +3 -3
- package/src/sap/ui/rta/command/AddIFrame.js +1 -1
- package/src/sap/ui/rta/command/AddProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +1 -1
- 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 +1 -1
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +1 -1
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/LocalReset.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Resize.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +1 -1
- 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/elementActionTest.js +1 -1
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -2
- package/src/sap/ui/rta/plugin/RenameHandler.js +19 -18
- package/src/sap/ui/rta/plugin/Resize.js +1 -1
- package/src/sap/ui/rta/plugin/Selection.js +1 -1
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.fragment.xml +12 -12
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -3
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
- package/src/sap/ui/rta/service/Outline.js +1 -1
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/service/SupportTools.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -2
- package/src/sap/ui/rta/util/PluginManager.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ReloadManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
- package/src/sap/ui/rta/util/ServiceManager.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/.reuse/dep5
CHANGED
|
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
|
|
|
50
50
|
License: Apache-2.0
|
|
51
51
|
Comment: these files belong to: purify.js
|
|
52
52
|
|
|
53
|
+
Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
|
|
54
|
+
Copyright: jQuery Foundation and other contributors, https://jquery.org/
|
|
55
|
+
License: MIT
|
|
56
|
+
Comment: these files belong to: QUnit Composite 2.0.0
|
|
57
|
+
|
|
53
58
|
|
|
54
59
|
# Library: sap.ui.codeeditor:
|
|
55
60
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -12,6 +12,13 @@ License: Apache-2.0
|
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
14
14
|
|
|
15
|
+
Component: QUnit Composite 2.0.0, version: 2.0.0
|
|
16
|
+
Copyright: jQuery Foundation and other contributors, https://jquery.org/
|
|
17
|
+
License: MIT
|
|
18
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
19
|
+
Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
20
|
+
src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
|
|
21
|
+
|
|
15
22
|
|
|
16
23
|
Library: sap.ui.codeeditor:
|
|
17
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.rta",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.125.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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.dt": "1.
|
|
20
|
-
"@openui5/sap.ui.fl": "1.
|
|
21
|
-
"@openui5/sap.ui.layout": "1.
|
|
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"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/src/sap/ui/rta/.library
CHANGED
|
@@ -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.
|
|
9
|
+
<version>1.125.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with RTA controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/rta/Client.js
CHANGED
|
@@ -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.
|
|
114
|
+
* @version 1.125.0
|
|
115
115
|
* @constructor
|
|
116
116
|
* @private
|
|
117
117
|
* @since 1.30
|
package/src/sap/ui/rta/Utils.js
CHANGED
|
@@ -21,8 +21,8 @@ MAA_DIALOG_SUBTITLE=Podnaslov
|
|
|
21
21
|
TOOLTIP_DELETE_APP_VAR=Zatra\u017Eite od administratora sadr\u017Eaja da izbri\u0161e ciljna preslikavanja za ovu varijantu aplikacije. Nakon toga mo\u017Eete izbrisati varijantu aplikacije.
|
|
22
22
|
MSG_APP_VARIANT_DELETE_CONFIRMATION=Da li zaista \u017Eelite da izbri\u0161ete ovu varijantu aplikacije?\nImajte na umu da \u0107e se time izbrisati varijanta aplikacije za sve korisnike.
|
|
23
23
|
TOOLTIP_ADAPTUI_STATUS_RUNNING=Operacija se izvodi u pozadini.
|
|
24
|
-
TOOLTIP_ADAPTUI_STATUS_PUBLISHED=
|
|
25
|
-
TOOLTIP_ADAPTUI_STATUS_UNPBLSHD_ERROR=
|
|
24
|
+
TOOLTIP_ADAPTUI_STATUS_PUBLISHED=Osve\u017Eite pretra\u017Eiva\u010D da biste aktivirli ovu opciju.
|
|
25
|
+
TOOLTIP_ADAPTUI_STATUS_UNPBLSHD_ERROR=Proverite za\u0161to dodela kataloga nije uspela.
|
|
26
26
|
TOOLTIP_ADAPTUI_ON_PREMISE=Zatra\u017Eite od administratora sadr\u017Eaja da kreira ciljna preslikavanja za varijantu aplikacije.
|
|
27
|
-
MAA_COPY_ID_SUCCESS=ID je
|
|
27
|
+
MAA_COPY_ID_SUCCESS=ID je uspe\u0161no kopiran.
|
|
28
28
|
MAA_DIALOG_ACTIONS_HEADER=Dostupne radnje
|
|
@@ -22,14 +22,14 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.rta
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.125.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.
|
|
32
|
+
version: "1.125.0",
|
|
33
33
|
dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
|
|
34
34
|
types: [],
|
|
35
35
|
interfaces: [],
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The CreateContainer allows trigger CreateContainer operations on the overlay
|
|
26
26
|
* @extends sap.ui.rta.plugin.BaseCreate
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.125.0
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.34
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @extends sap.ui.rta.plugin.Plugin
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.125.0
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @private
|
|
@@ -204,7 +204,6 @@ sap.ui.define([
|
|
|
204
204
|
Rename.prototype._emitLabelChangeEvent = function() {
|
|
205
205
|
var sText = RenameHandler._getCurrentEditableFieldText.call(this);
|
|
206
206
|
this._fnSetControlText(sText);
|
|
207
|
-
|
|
208
207
|
return this.createRenameCommand(this._oEditedOverlay, sText);
|
|
209
208
|
};
|
|
210
209
|
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
* Provides Rename handling functionality
|
|
44
44
|
*
|
|
45
45
|
* @author SAP SE
|
|
46
|
-
* @version 1.
|
|
46
|
+
* @version 1.125.0
|
|
47
47
|
*
|
|
48
48
|
* @constructor
|
|
49
49
|
* @private
|
|
@@ -368,10 +368,15 @@ sap.ui.define([
|
|
|
368
368
|
},
|
|
369
369
|
|
|
370
370
|
_onEditableFieldBlur(oEvent) {
|
|
371
|
-
|
|
371
|
+
// Destroying the overlay (or removing it from a parent) also triggers a "blur" event
|
|
372
|
+
// coming from the remove() call, but we should not react on it
|
|
373
|
+
if (!this._oEditedOverlay.isDestroyStarted() && this._oEditedOverlay.getParentElementOverlay()) {
|
|
374
|
+
RenameHandler._handlePostRename.call(this, false, oEvent);
|
|
375
|
+
}
|
|
372
376
|
},
|
|
373
377
|
|
|
374
|
-
_handlePostRename(bRestoreFocus, oEvent) {
|
|
378
|
+
async _handlePostRename(bRestoreFocus, oEvent) {
|
|
379
|
+
let fnErrorHandler;
|
|
375
380
|
if (!this._bBlurOrKeyDownStarted) {
|
|
376
381
|
this._oEditedOverlay.removeStyleClass(RenameHandler.errorStyleClass);
|
|
377
382
|
this._bBlurOrKeyDownStarted = true;
|
|
@@ -379,27 +384,24 @@ sap.ui.define([
|
|
|
379
384
|
RenameHandler._preventDefault.call(this, oEvent);
|
|
380
385
|
RenameHandler._stopPropagation.call(this, oEvent);
|
|
381
386
|
}
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
387
|
+
try {
|
|
388
|
+
try {
|
|
389
|
+
RenameHandler._validateNewText.call(this);
|
|
390
|
+
fnErrorHandler = await this._emitLabelChangeEvent();
|
|
391
|
+
} catch (oError) {
|
|
392
|
+
if (oError.message !== "sameTextError") {
|
|
393
|
+
throw oError;
|
|
394
|
+
}
|
|
388
395
|
}
|
|
389
|
-
throw oError;
|
|
390
|
-
})
|
|
391
|
-
.then(function(fnErrorHandler) {
|
|
392
396
|
this.stopEdit(bRestoreFocus);
|
|
393
397
|
// ControlVariant rename handles the validation itself
|
|
394
398
|
if (typeof fnErrorHandler === "function") {
|
|
395
399
|
fnErrorHandler(); // contains startEdit()
|
|
396
400
|
}
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}.bind(this));
|
|
401
|
+
} catch (oError) {
|
|
402
|
+
await RenameHandler._handleInvalidRename.call(this, oError.message, bRestoreFocus);
|
|
403
|
+
}
|
|
401
404
|
}
|
|
402
|
-
return Promise.resolve();
|
|
403
405
|
},
|
|
404
406
|
|
|
405
407
|
_handleInvalidRename(sErrorMessage, bRestoreFocus) {
|
|
@@ -419,7 +421,6 @@ sap.ui.define([
|
|
|
419
421
|
var oResponsibleOverlay = this.getResponsibleElementOverlay(this._oEditedOverlay);
|
|
420
422
|
var oRenameAction = this.getAction(oResponsibleOverlay);
|
|
421
423
|
var sNewText = RenameHandler._getCurrentEditableFieldText.call(this);
|
|
422
|
-
|
|
423
424
|
validateText(sNewText, this.getOldValue(), oRenameAction);
|
|
424
425
|
},
|
|
425
426
|
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
|
|
32
32
|
* @extends sap.ui.rta.plugin.Plugin
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.125.0
|
|
35
35
|
* @constructor
|
|
36
36
|
* @private
|
|
37
37
|
* @since 1.34
|
|
@@ -119,7 +119,7 @@ sap.ui.define([
|
|
|
119
119
|
* @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
|
|
120
120
|
* @extends sap.ui.rta.plugin.Plugin
|
|
121
121
|
* @author SAP SE
|
|
122
|
-
* @version 1.
|
|
122
|
+
* @version 1.125.0
|
|
123
123
|
* @constructor
|
|
124
124
|
* @private
|
|
125
125
|
* @since 1.44
|
|
@@ -119,7 +119,7 @@ sap.ui.define([
|
|
|
119
119
|
* @class The AddIFrame allows trigger AddIFrame operations on the overlay.
|
|
120
120
|
* @extends sap.ui.rta.plugin.BaseCreate
|
|
121
121
|
* @author SAP SE
|
|
122
|
-
* @version 1.
|
|
122
|
+
* @version 1.125.0
|
|
123
123
|
* @constructor
|
|
124
124
|
* @private
|
|
125
125
|
* @since 1.75
|
|
@@ -308,37 +308,37 @@
|
|
|
308
308
|
customTextOff=" "
|
|
309
309
|
state="{dialogInfo>/advancedSettings/value/allowForms}" />
|
|
310
310
|
</form:FormElement>
|
|
311
|
-
<form:FormElement label="allow-
|
|
311
|
+
<form:FormElement label="allow-scripts">
|
|
312
312
|
<Switch
|
|
313
313
|
change="onSwitchChange"
|
|
314
|
-
id="
|
|
314
|
+
id="sapUiRtaAddIFrameDialog_allowScriptsSwitch"
|
|
315
315
|
customTextOn=" "
|
|
316
316
|
customTextOff=" "
|
|
317
|
-
state="{dialogInfo>/advancedSettings/value/
|
|
317
|
+
state="{dialogInfo>/advancedSettings/value/allowScripts}" />
|
|
318
318
|
</form:FormElement>
|
|
319
|
-
<form:FormElement label="allow-
|
|
319
|
+
<form:FormElement label="allow-same-origin">
|
|
320
320
|
<Switch
|
|
321
321
|
change="onSwitchChange"
|
|
322
|
-
id="
|
|
322
|
+
id="sapUiRtaAddIFrameDialog_allowSameOriginSwitch"
|
|
323
323
|
customTextOn=" "
|
|
324
324
|
customTextOff=" "
|
|
325
|
-
state="{dialogInfo>/advancedSettings/value/
|
|
325
|
+
state="{dialogInfo>/advancedSettings/value/allowSameOrigin}" />
|
|
326
326
|
</form:FormElement>
|
|
327
|
-
<form:FormElement label="allow-
|
|
327
|
+
<form:FormElement label="allow-popups">
|
|
328
328
|
<Switch
|
|
329
329
|
change="onSwitchChange"
|
|
330
|
-
id="
|
|
330
|
+
id="sapUiRtaAddIFrameDialog_allowPopupsSwitch"
|
|
331
331
|
customTextOn=" "
|
|
332
332
|
customTextOff=" "
|
|
333
|
-
state="{dialogInfo>/advancedSettings/value/
|
|
333
|
+
state="{dialogInfo>/advancedSettings/value/allowPopups}" />
|
|
334
334
|
</form:FormElement>
|
|
335
|
-
<form:FormElement label="allow-
|
|
335
|
+
<form:FormElement label="allow-modals">
|
|
336
336
|
<Switch
|
|
337
337
|
change="onSwitchChange"
|
|
338
|
-
id="
|
|
338
|
+
id="sapUiRtaAddIFrameDialog_allowModalsSwitch"
|
|
339
339
|
customTextOn=" "
|
|
340
340
|
customTextOff=" "
|
|
341
|
-
state="{dialogInfo>/advancedSettings/value/
|
|
341
|
+
state="{dialogInfo>/advancedSettings/value/allowModals}" />
|
|
342
342
|
</form:FormElement>
|
|
343
343
|
</form:FormContainer>
|
|
344
344
|
<form:FormContainer>
|
|
@@ -140,9 +140,7 @@ sap.ui.define([
|
|
|
140
140
|
advancedSettings: {
|
|
141
141
|
value: {
|
|
142
142
|
allowForms: true,
|
|
143
|
-
allowPopups: true,
|
|
144
143
|
allowScripts: true,
|
|
145
|
-
allowModals: true,
|
|
146
144
|
allowSameOrigin: true,
|
|
147
145
|
additionalSandboxParameters: [],
|
|
148
146
|
...oAdvancedSettings
|
|
@@ -160,7 +158,7 @@ sap.ui.define([
|
|
|
160
158
|
* @class Context - Dialog for IFrame settings in Runtime Authoring
|
|
161
159
|
* @extends sap.ui.base.ManagedObject
|
|
162
160
|
* @author SAP SE
|
|
163
|
-
* @version 1.
|
|
161
|
+
* @version 1.125.0
|
|
164
162
|
* @constructor
|
|
165
163
|
* @private
|
|
166
164
|
* @since 1.78
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @class
|
|
39
39
|
*
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.
|
|
41
|
+
* @version 1.125.0
|
|
42
42
|
*
|
|
43
43
|
* @constructor
|
|
44
44
|
* @private
|
|
@@ -140,7 +140,6 @@ sap.ui.define([
|
|
|
140
140
|
title: oGroup.key
|
|
141
141
|
? this.oTextResources.getText("TIT_VERSION_HISTORY_PUBLISHED")
|
|
142
142
|
: this.oTextResources.getText("TIT_VERSION_HISTORY_UNPUBLISHED"),
|
|
143
|
-
upperCase: false,
|
|
144
143
|
visible: this.getToolbar().getModel("versions").getProperty("/publishVersionVisible")
|
|
145
144
|
}).addStyleClass("sapUiRtaVersionHistoryGrouping").addStyleClass("sapUiRtaVersionHistory");
|
|
146
145
|
}
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
* @alias sap.ui.rta.util.changeVisualization.ChangeIndicator
|
|
47
47
|
* @author SAP SE
|
|
48
48
|
* @since 1.84.0
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.125.0
|
|
50
50
|
* @private
|
|
51
51
|
*/
|
|
52
52
|
const ChangeIndicator = Control.extend("sap.ui.rta.util.changeVisualization.ChangeIndicator", {
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @alias sap.ui.rta.util.changeVisualization.ChangeIndicatorRegistry
|
|
38
38
|
* @author SAP SE
|
|
39
39
|
* @since 1.86.0
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.125.0
|
|
41
41
|
* @private
|
|
42
42
|
*/
|
|
43
43
|
const ChangeIndicatorRegistry = ManagedObject.extend("sap.ui.rta.util.changeVisualization.ChangeIndicatorRegistry", {
|
|
@@ -84,7 +84,7 @@ sap.ui.define([
|
|
|
84
84
|
* @alias sap.ui.rta.util.changeVisualization.ChangeVisualization
|
|
85
85
|
* @author SAP SE
|
|
86
86
|
* @since 1.84.0
|
|
87
|
-
* @version 1.
|
|
87
|
+
* @version 1.125.0
|
|
88
88
|
* @private
|
|
89
89
|
*/
|
|
90
90
|
const ChangeVisualization = Control.extend("sap.ui.rta.util.changeVisualization.ChangeVisualization", {
|