@openui5/sap.ui.rta 1.106.0 → 1.107.1
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/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 +641 -654
- 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/AppVariantUtils.js +2 -0
- 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 +6 -5
- 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 +2 -2
- package/src/sap/ui/rta/command/LREPSerializer.js +3 -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 +12 -3
- 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 +4 -4
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/messagebundle_ar.properties +6 -1
- package/src/sap/ui/rta/messagebundle_bg.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ca.properties +6 -1
- package/src/sap/ui/rta/messagebundle_cs.properties +6 -1
- package/src/sap/ui/rta/messagebundle_cy.properties +6 -1
- package/src/sap/ui/rta/messagebundle_da.properties +6 -1
- package/src/sap/ui/rta/messagebundle_de.properties +18 -13
- package/src/sap/ui/rta/messagebundle_el.properties +6 -1
- package/src/sap/ui/rta/messagebundle_en.properties +6 -1
- package/src/sap/ui/rta/messagebundle_en_GB.properties +6 -1
- package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +5 -0
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +5 -0
- package/src/sap/ui/rta/messagebundle_es.properties +6 -1
- package/src/sap/ui/rta/messagebundle_es_MX.properties +6 -1
- package/src/sap/ui/rta/messagebundle_et.properties +6 -1
- package/src/sap/ui/rta/messagebundle_fi.properties +6 -1
- package/src/sap/ui/rta/messagebundle_fr.properties +6 -1
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +6 -1
- package/src/sap/ui/rta/messagebundle_hi.properties +6 -1
- package/src/sap/ui/rta/messagebundle_hr.properties +6 -1
- package/src/sap/ui/rta/messagebundle_hu.properties +6 -1
- package/src/sap/ui/rta/messagebundle_id.properties +6 -1
- package/src/sap/ui/rta/messagebundle_it.properties +6 -1
- package/src/sap/ui/rta/messagebundle_iw.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ja.properties +6 -1
- package/src/sap/ui/rta/messagebundle_kk.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ko.properties +6 -1
- package/src/sap/ui/rta/messagebundle_lt.properties +6 -1
- package/src/sap/ui/rta/messagebundle_lv.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ms.properties +6 -1
- package/src/sap/ui/rta/messagebundle_nl.properties +6 -1
- package/src/sap/ui/rta/messagebundle_no.properties +6 -1
- package/src/sap/ui/rta/messagebundle_pl.properties +6 -1
- package/src/sap/ui/rta/messagebundle_pt.properties +6 -1
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ro.properties +6 -1
- package/src/sap/ui/rta/messagebundle_ru.properties +6 -1
- package/src/sap/ui/rta/messagebundle_sh.properties +6 -1
- package/src/sap/ui/rta/messagebundle_sk.properties +6 -1
- package/src/sap/ui/rta/messagebundle_sl.properties +6 -1
- package/src/sap/ui/rta/messagebundle_sv.properties +6 -1
- package/src/sap/ui/rta/messagebundle_th.properties +6 -1
- package/src/sap/ui/rta/messagebundle_tr.properties +6 -1
- package/src/sap/ui/rta/messagebundle_uk.properties +6 -1
- package/src/sap/ui/rta/messagebundle_vi.properties +6 -1
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +6 -1
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +6 -1
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +6 -4
- 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/EasyAdd.js +1 -1
- package/src/sap/ui/rta/plugin/EasyRemove.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 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
- 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.js +1 -1
- 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 +6 -4
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/service/SupportTools.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +2 -1
- package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +3 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/BaseRenderer.js +6 -4
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptation.js +27 -34
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptationDialog.fragment.xml +1 -1
- package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -1
- package/src/sap/ui/rta/util/BindingsExtractor.js +12 -3
- 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/StylesLoader.js +3 -3
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +9 -9
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +24 -17
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +6 -3
- package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +13 -12
- package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
package/src/sap/ui/rta/Utils.js
CHANGED
|
@@ -416,6 +416,8 @@ sap.ui.define([
|
|
|
416
416
|
sErrorMessage = oError.messages.map(function(oError) {
|
|
417
417
|
return oError.text;
|
|
418
418
|
}).join("\n");
|
|
419
|
+
} else if (oError.userMessage) {
|
|
420
|
+
sErrorMessage = oError.userMessage;
|
|
419
421
|
} else if (oError.iamAppId) {
|
|
420
422
|
sErrorMessage = "IAM App Id: " + oError.iamAppId;
|
|
421
423
|
} else {
|
|
@@ -485,7 +485,7 @@ sap.ui.define([
|
|
|
485
485
|
* @extends sap.ui.base.ManagedObject
|
|
486
486
|
*
|
|
487
487
|
* @author SAP SE
|
|
488
|
-
* @version 1.
|
|
488
|
+
* @version 1.107.1
|
|
489
489
|
*
|
|
490
490
|
* @constructor
|
|
491
491
|
* @private
|
|
@@ -523,9 +523,9 @@ sap.ui.define([
|
|
|
523
523
|
|
|
524
524
|
/**
|
|
525
525
|
* Instance-specific method for generating command
|
|
526
|
-
* @param {sap.ui.core.Element|string} vElement - Could be either an element or a
|
|
526
|
+
* @param {sap.ui.core.Element|string} vElement - Could be either an element or a selector for the element for which the command is to be created
|
|
527
527
|
* @param {string} sCommand - Command type
|
|
528
|
-
* @param {object} mSettings - Initial settings for the new command (command specific settings, looks
|
|
528
|
+
* @param {object} mSettings - Initial settings for the new command (command specific settings, looks different for each and every command)
|
|
529
529
|
* @param {sap.ui.dt.DesignTimeMetadata} oDesignTimeMetadata - Contains the action used in the command
|
|
530
530
|
* @param {string} sVariantManagementReference - Variant management reference
|
|
531
531
|
* @returns {Promise} A promise which will return the created command
|
|
@@ -536,9 +536,9 @@ sap.ui.define([
|
|
|
536
536
|
|
|
537
537
|
/**
|
|
538
538
|
* Static method for generating command
|
|
539
|
-
* @param {sap.ui.core.Element|string} vElement - Could be either an element or a
|
|
539
|
+
* @param {sap.ui.core.Element|string} vElement - Could be either an element or a selector for the element for which the command is to be created
|
|
540
540
|
* @param {string} sCommand - Command type
|
|
541
|
-
* @param {object} mSettings - Initial settings for the new command (command specific settings, looks
|
|
541
|
+
* @param {object} mSettings - Initial settings for the new command (command specific settings, looks different for each and every command)
|
|
542
542
|
* @param {sap.ui.dt.DesignTimeMetadata} oDesignTimeMetadata - Contains the action used in the command
|
|
543
543
|
* @param {object} [mFlexSettings] - Property bag
|
|
544
544
|
* @param {string} [mFlexSettings.layer] - The Layer in which RTA should be started. Default: "CUSTOMER"
|
|
@@ -546,6 +546,7 @@ sap.ui.define([
|
|
|
546
546
|
* @param {string} [mFlexSettings.baseId] - Base ID of the app
|
|
547
547
|
* @param {string} [mFlexSettings.projectId] - Project ID
|
|
548
548
|
* @param {string} [mFlexSettings.scenario] - Key representing the current scenario
|
|
549
|
+
* @param {string} [mFlexSettings.generator] - Generator of the change. Will be saved in the change
|
|
549
550
|
* @returns {Promise} A promise which will return the created command
|
|
550
551
|
*/
|
|
551
552
|
CommandFactory.getCommandFor = function (vElement, sCommand, mSettings, oDesignTimeMetadata, mFlexSettings) {
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @extends sap.ui.rta.command.BaseCommand
|
|
32
32
|
*
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.107.1
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
37
37
|
* @private
|
|
@@ -208,7 +208,7 @@ sap.ui.define([
|
|
|
208
208
|
mChangeSpecificData = Object.assign({}, mChangeSpecificData, mVariantObj);
|
|
209
209
|
}
|
|
210
210
|
mChangeSpecificData.command = sCommand;
|
|
211
|
-
mChangeSpecificData.generator = rtaLibrary.GENERATOR_NAME;
|
|
211
|
+
mChangeSpecificData.generator = mFlexSettings.generator || rtaLibrary.GENERATOR_NAME;
|
|
212
212
|
return ChangesWriteAPI.create({changeSpecificData: mChangeSpecificData, selector: this._validateControlForChange(mFlexSettings)})
|
|
213
213
|
.then(function(oChange) {
|
|
214
214
|
// originalSelector is only present when making a change on/inside a template; the selector does not work with the JS propagation hook (the template has no parent),
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @class
|
|
30
30
|
* @extends sap.ui.base.ManagedObject
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.107.1
|
|
33
33
|
* @constructor
|
|
34
34
|
* @private
|
|
35
35
|
* @since 1.42
|
|
@@ -176,7 +176,8 @@ sap.ui.define([
|
|
|
176
176
|
draft: !!mPropertyBag.saveAsDraft,
|
|
177
177
|
layer: mPropertyBag.layer,
|
|
178
178
|
removeOtherLayerChanges: !!mPropertyBag.removeOtherLayerChanges,
|
|
179
|
-
version: mPropertyBag.version
|
|
179
|
+
version: mPropertyBag.version,
|
|
180
|
+
condenseAnyLayer: mPropertyBag.condenseAnyLayer
|
|
180
181
|
});
|
|
181
182
|
}.bind(this))
|
|
182
183
|
.then(function() {
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @class
|
|
60
60
|
* @extends sap.ui.base.ManagedObject
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.107.1
|
|
63
63
|
* @constructor
|
|
64
64
|
* @private
|
|
65
65
|
* @since 1.34
|
|
@@ -78,7 +78,15 @@ sap.ui.define([
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
events: {
|
|
81
|
+
/**
|
|
82
|
+
* Fired if the Stack changes because of a change execution or if all commands get removed.
|
|
83
|
+
* In case of change execution the modified event will be fired after the commandExecuted event.
|
|
84
|
+
*/
|
|
81
85
|
modified: {},
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Fired after a successful execution of a command (also includes undo).
|
|
89
|
+
*/
|
|
82
90
|
commandExecuted: {
|
|
83
91
|
parameters: {
|
|
84
92
|
command: {type: "object"},
|
|
@@ -130,12 +138,14 @@ sap.ui.define([
|
|
|
130
138
|
Stack.prototype.addCommandExecutionHandler = function(fnHandler) {
|
|
131
139
|
this._aCommandExecutionHandler.push(fnHandler);
|
|
132
140
|
};
|
|
141
|
+
|
|
133
142
|
Stack.prototype.removeCommandExecutionHandler = function(fnHandler) {
|
|
134
143
|
var i = this._aCommandExecutionHandler.indexOf(fnHandler);
|
|
135
144
|
if (i > -1) {
|
|
136
145
|
this._aCommandExecutionHandler.splice(i, 1);
|
|
137
146
|
}
|
|
138
147
|
};
|
|
148
|
+
|
|
139
149
|
Stack.prototype.init = function() {
|
|
140
150
|
this._aCommandExecutionHandler = [];
|
|
141
151
|
this._toBeExecuted = -1;
|
|
@@ -160,6 +170,7 @@ sap.ui.define([
|
|
|
160
170
|
*/
|
|
161
171
|
Stack.prototype.pushExecutedCommand = function(oCommand) {
|
|
162
172
|
this.push(oCommand, true);
|
|
173
|
+
this.fireModified();
|
|
163
174
|
};
|
|
164
175
|
|
|
165
176
|
Stack.prototype.push = function(oCommand, bExecuted) {
|
|
@@ -174,7 +185,6 @@ sap.ui.define([
|
|
|
174
185
|
if (!bExecuted) {
|
|
175
186
|
this._toBeExecuted++;
|
|
176
187
|
}
|
|
177
|
-
this.fireModified();
|
|
178
188
|
};
|
|
179
189
|
|
|
180
190
|
Stack.prototype.top = function() {
|
|
@@ -190,7 +200,6 @@ sap.ui.define([
|
|
|
190
200
|
|
|
191
201
|
Stack.prototype.removeCommand = function(vObject, bSuppressInvalidate) {
|
|
192
202
|
var oRemovedCommand = this.removeAggregation("commands", vObject, bSuppressInvalidate);
|
|
193
|
-
this.fireModified();
|
|
194
203
|
return oRemovedCommand;
|
|
195
204
|
};
|
|
196
205
|
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* E.g. <code>elementActionTest.only("Remove");</code>
|
|
54
54
|
*
|
|
55
55
|
* @author SAP SE
|
|
56
|
-
* @version 1.
|
|
56
|
+
* @version 1.107.1
|
|
57
57
|
*
|
|
58
58
|
* @static
|
|
59
59
|
* @since 1.42
|
|
@@ -84,7 +84,7 @@ sap.ui.define([
|
|
|
84
84
|
* @param {string[]} [mOptions.changeVisualization.info.affectedControls] - IDs of affected controls
|
|
85
85
|
* @param {string[]} [mOptions.changeVisualization.info.dependentControls] - IDs of dependent controls
|
|
86
86
|
* @param {string[]} [mOptions.changeVisualization.info.displayControls] - IDs of the elements where the change indicator will be displayed
|
|
87
|
-
* @param {object} [mOptions.changeVisualization.info.
|
|
87
|
+
* @param {object} [mOptions.changeVisualization.info.descriptionPayload] - Payload with additional data for the change visualization
|
|
88
88
|
*/
|
|
89
89
|
function elementActionTest(sMsg, mOptions) {
|
|
90
90
|
// Return if elementActionTest.only() has been used to exclude this call
|
|
@@ -381,8 +381,8 @@ sap.ui.define([
|
|
|
381
381
|
var aDisplayControlIds = mapIds(mVisualizationInfo.displayControls);
|
|
382
382
|
assert.deepEqual(aDisplayControlIds, oRegisteredChange.visualizationInfo.displayElementIds, "then the display control ids are correct");
|
|
383
383
|
}
|
|
384
|
-
if (mVisualizationInfo.
|
|
385
|
-
assert.deepEqual(mVisualizationInfo.
|
|
384
|
+
if (mVisualizationInfo.descriptionPayload) {
|
|
385
|
+
assert.deepEqual(mVisualizationInfo.descriptionPayload, oRegisteredChange.visualizationInfo.descriptionPayload, "then the descriptionPayload is correct");
|
|
386
386
|
}
|
|
387
387
|
});
|
|
388
388
|
}
|
|
@@ -23,14 +23,14 @@ function() {
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @alias sap.ui.rta
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.107.1
|
|
27
27
|
* @since 1.50
|
|
28
28
|
* @private
|
|
29
29
|
* @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
30
30
|
*/
|
|
31
31
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
32
32
|
name: "sap.ui.rta",
|
|
33
|
-
version: "1.
|
|
33
|
+
version: "1.107.1",
|
|
34
34
|
dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
|
|
35
35
|
types: [],
|
|
36
36
|
interfaces: [],
|
|
@@ -21,6 +21,8 @@ CTX_VARIANT_SAVE=\u062D\u0641\u0638 \u0627\u0644\u0639\u0631\u0636
|
|
|
21
21
|
CTX_VARIANT_SAVEAS=\u062D\u0641\u0638 \u0627\u0644\u0639\u0631\u0636 \u0628\u0627\u0633\u0645
|
|
22
22
|
CTX_VARIANT_SET_TITLE=\u062A\u0639\u064A\u064A\u0646 \u0639\u0646\u0648\u0627\u0646
|
|
23
23
|
CTX_VARIANT_MANAGE=\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0639\u0631\u0648\u0636
|
|
24
|
+
BTN_CREATE_NEW_VIEW=Save as New View
|
|
25
|
+
MSG_CHANGE_READONLY_VARIANT=You cannot edit this view because it is protected. To change this view, save it as a new view.
|
|
24
26
|
CTX_ADDXML_AT_EXTENSIONPOINT=\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062C\u0632\u0621 \u0625\u0644\u0649 \u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F
|
|
25
27
|
BTN_FREP_OK=\u0645\u0648\u0627\u0641\u0642
|
|
26
28
|
BTN_FREP_REMOVE=\u0625\u0632\u0627\u0644\u0629
|
|
@@ -206,6 +208,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=\u062A\u0645\u062A \u0625\u0636\u
|
|
|
206
208
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062D\u0642\u0644 "{0}"
|
|
207
209
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 iFrame
|
|
208
210
|
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0646\u0635\u0631 "{0}"
|
|
211
|
+
TXT_CHANGEVISUALIZATION_CHANGE_OTHER=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
|
|
209
212
|
TIT_CHANGEVISUALIZATION_TYPE=\u0627\u0644\u0646\u0648\u0639
|
|
210
213
|
TIT_CHANGEVISUALIZATION_CHANGES=\u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A
|
|
211
214
|
TIT_CHANGEVISUALIZATION_DATE=\u0627\u0644\u062A\u0627\u0631\u064A\u062E
|
|
@@ -226,6 +229,8 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u062A\u062C\u0645\u064A\u0639 \u0
|
|
|
226
229
|
BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0642\u0633\u0648\u0645\u0629 \u0648\u0627\u0644\u0645\u064F\u062C\u0645\u0651\u064E\u0639\u0629
|
|
227
230
|
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0625\u0632\u0627\u0644\u0629
|
|
228
231
|
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u064A \u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647\u0627
|
|
232
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0623\u062E\u0631\u0649
|
|
233
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0623\u062E\u0631\u0649
|
|
229
234
|
TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=\u0627\u0644\u0622\u0646 \u0641\u0642\u0637
|
|
230
235
|
MSG_LOCAL_RESET_VARIANT_SAVE=\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u0627\u0648\u064A\u0629 \u0648\u062A\u0645 \u062D\u0641\u0638 \u0627\u0644\u0639\u0631\u0636 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.
|
|
231
236
|
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0635\u062F\u0631
|
|
@@ -236,7 +241,7 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u062A\u0645 \u0625\u062C\u0631\u06
|
|
|
236
241
|
TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0645\u062E\u0627\u0637\u0631\u0629 \u0627\u0644\u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0644\u0641\u0627\u062F\u062D\u0629
|
|
237
242
|
MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=\u0623\u0646\u062A \u062A\u0628\u062F\u0623 \u0641\u064A \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0641\u064A \u0646\u0638\u0627\u0645 \u0625\u0646\u062A\u0627\u062C\u064A. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0646\u0638\u0627\u0645 \u062A\u0637\u0648\u064A\u0631 \u0623\u0648 \u0627\u062E\u062A\u0628\u0627\u0631\u060C \u0641\u0646\u0646\u0635\u062D\u0643 \u0628\u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0647\u0646\u0627\u0643 \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0622\u0644\u064A\u0629 \u0627\u0644\u0646\u0642\u0644 \u0644\u0646\u0634\u0631 \u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A.
|
|
238
243
|
TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0623\u0646\u062A \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0625\u0646\u062A\u0627\u062C\u064A
|
|
239
|
-
MSG_GENERIC_ERROR_MESSAGE=\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 SAP \u0639\u0646 \u0637\u0631\u064A\u0642 \u0641\u062A\u062D \u0628\u0637\u0627\u0642\u0629 \u0644\u0644\u0645\u0643\u0648\u0646 CA-UI5-FL-RTA.\n \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629
|
|
244
|
+
MSG_GENERIC_ERROR_MESSAGE=\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 SAP \u0639\u0646 \u0637\u0631\u064A\u0642 \u0641\u062A\u062D \u0628\u0637\u0627\u0642\u0629 \u0644\u0644\u0645\u0643\u0648\u0646 CA-UI5-FL-RTA.\n\u064A\u064F\u0631\u062C\u0649 \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0641\u064A \u0628\u0637\u0627\u0642\u062A\u0643\:\n {0}
|
|
240
245
|
|
|
241
246
|
MSG_ADAPTATION_COULD_NOT_START=\u062D\u062F\u062B \u062E\u0637\u0623 \u0639\u0646\u062F \u0628\u062F\u0621 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
|
|
242
247
|
|
|
@@ -21,6 +21,8 @@ CTX_VARIANT_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u
|
|
|
21
21
|
CTX_VARIANT_SAVEAS=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0433\u043B\u0435\u0434\u0430 \u043A\u0430\u0442\u043E
|
|
22
22
|
CTX_VARIANT_SET_TITLE=\u0417\u0430\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
23
23
|
CTX_VARIANT_MANAGE=\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0438 \u0437\u0430 \u043F\u0440\u0435\u0433\u043B\u0435\u0434
|
|
24
|
+
BTN_CREATE_NEW_VIEW=Save as New View
|
|
25
|
+
MSG_CHANGE_READONLY_VARIANT=You cannot edit this view because it is protected. To change this view, save it as a new view.
|
|
24
26
|
CTX_ADDXML_AT_EXTENSIONPOINT=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0444\u0440\u0430\u0433\u043C\u0435\u043D\u0442 \u0432 \u0442\u043E\u0447\u043A\u0430 \u043D\u0430 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043D\u0438\u0435
|
|
25
27
|
BTN_FREP_OK=OK
|
|
26
28
|
BTN_FREP_REMOVE=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u044F\u0432\u0430\u043D\u0435
|
|
@@ -206,6 +208,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=\u0413\u0440\u0443\u043F\u0430 \u
|
|
|
206
208
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=\u041F\u043E\u043B\u0435 \u201C{0}\u201D \u0435 \u0434\u043E\u0431\u0430\u0432\u0435\u043D\u043E
|
|
207
209
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=iFrame \u0435 \u0434\u043E\u0431\u0430\u0432\u0435\u043D
|
|
208
210
|
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442 \u201C{0}\u201D \u0441\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u0438
|
|
211
|
+
TXT_CHANGEVISUALIZATION_CHANGE_OTHER=\u0415\u043B\u0435\u043C\u0435\u043D\u0442\u044A\u0442 \u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D
|
|
209
212
|
TIT_CHANGEVISUALIZATION_TYPE=\u0412\u0438\u0434
|
|
210
213
|
TIT_CHANGEVISUALIZATION_CHANGES=\u041F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
211
214
|
TIT_CHANGEVISUALIZATION_DATE=\u0414\u0430\u0442\u0430
|
|
@@ -226,6 +229,8 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u041A\u043E\u043C\u0431\u0438\u04
|
|
|
226
229
|
BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u041A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u0430\u043D\u0438 \u0438 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438
|
|
227
230
|
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u044F\u0432\u0430\u043D\u0435
|
|
228
231
|
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438
|
|
232
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0414\u0440\u0443\u0433\u0438
|
|
233
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=\u0414\u0440\u0443\u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
229
234
|
TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=\u0422\u043E\u043A\u0443-\u0449\u043E
|
|
230
235
|
MSG_LOCAL_RESET_VARIANT_SAVE=\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044A\u0442 \u0435 \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043D \u0438 \u0438\u0437\u0433\u043B\u0435\u0434\u044A\u0442 \u0435 \u0437\u0430\u043F\u0430\u0437\u0435\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E.
|
|
231
236
|
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0442\u043E\u0447\u043D\u0438\u043A
|
|
@@ -236,7 +241,7 @@ MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u041F\u0440\u043E\u043C\u0435\u043
|
|
|
236
241
|
TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 - \u0440\u0438\u0441\u043A \u043E\u0442 \u0441\u0435\u0440\u0438\u043E\u0437\u043D\u043E \u043F\u0440\u043E\u0442\u0438\u0432\u043E\u0440\u0435\u0447\u0438\u044F
|
|
237
242
|
MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=\u0417\u0430\u043F\u043E\u0447\u0432\u0430\u0442\u0435 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u041F\u0418 \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0441\u0442\u0432\u0435\u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430. \u0410\u043A\u043E \u0438\u043C\u0430\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u0437\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0438\u043B\u0438 \u0442\u0435\u0441\u0442\u043E\u0432\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430, \u0432\u0438 \u043F\u0440\u0435\u043F\u043E\u0440\u044A\u0447\u0432\u0430\u043C\u0435 \u0434\u0430 \u0438\u0437\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0442\u0430\u043C \u0438 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C\u0430 \u0437\u0430 \u043F\u0440\u0435\u043D\u043E\u0441, \u0437\u0430 \u0434\u0430 \u043F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u0442\u0435 \u0442\u0435\u0437\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438.
|
|
238
243
|
TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 - \u043F\u0440\u0435\u0434\u0441\u0442\u043E\u0438 \u0434\u0430 \u0438\u0437\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u0432 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0441\u0442\u0432\u0435\u043D\u0430\u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430.
|
|
239
|
-
MSG_GENERIC_ERROR_MESSAGE=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u0421\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430\u0442\u0430 \u043D\u0430 SAP \u043A\u0430\u0442\u043E \u043F\u043E\u0434\u0430\u0434\u0435\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u043E\u0431\u0441\u043B\u0443\u0436\u0432\u0430\u043D\u0435 \u0437\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 CA-UI5-FL-RTA
|
|
244
|
+
MSG_GENERIC_ERROR_MESSAGE=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u0421\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430\u0442\u0430 \u043D\u0430 SAP \u043A\u0430\u0442\u043E \u043F\u043E\u0434\u0430\u0434\u0435\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u043E\u0431\u0441\u043B\u0443\u0436\u0432\u0430\u043D\u0435 \u0437\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 CA-UI5-FL-RTA. \u041C\u043E\u043B\u044F, \u0434\u043E\u0431\u0430\u0432\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 \u0432\u044A\u0432 \u0432\u0430\u0448\u0430\u0442\u0430 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u043E\u0431\u0441\u043B\u0443\u0436\u0432\u0430\u043D\u0435\: {0}
|
|
240
245
|
|
|
241
246
|
MSG_ADAPTATION_COULD_NOT_START=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0438\u043D\u0438\u0446\u0438\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
|
|
242
247
|
|