@openui5/sap.ui.rta 1.119.0 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +4 -2
- package/src/sap/ui/rta/RuntimeAuthoring.js +14 -13
- package/src/sap/ui/rta/Utils.js +58 -56
- package/src/sap/ui/rta/appVariant/AppVariantDialog.js +7 -4
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +3 -1
- package/src/sap/ui/rta/appVariant/AppVariantUtils.js +6 -2
- package/src/sap/ui/rta/appVariant/Feature.js +4 -4
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_bg.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ca.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_cs.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_es_MX.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hr.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hu.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ja.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_mk.properties +28 -0
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ms.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_pl.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sl.properties +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +5 -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 +6 -3
- 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 +25 -23
- 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 +5 -3
- 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 +4 -4
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +4 -2
- 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 +5 -6
- package/src/sap/ui/rta/messagebundle_ar.properties +3 -0
- package/src/sap/ui/rta/messagebundle_bg.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ca.properties +3 -0
- package/src/sap/ui/rta/messagebundle_cs.properties +3 -0
- package/src/sap/ui/rta/messagebundle_cy.properties +3 -0
- package/src/sap/ui/rta/messagebundle_da.properties +3 -0
- package/src/sap/ui/rta/messagebundle_de.properties +3 -0
- package/src/sap/ui/rta/messagebundle_el.properties +3 -0
- package/src/sap/ui/rta/messagebundle_en_GB.properties +3 -0
- package/src/sap/ui/rta/messagebundle_es.properties +3 -0
- package/src/sap/ui/rta/messagebundle_es_MX.properties +3 -0
- package/src/sap/ui/rta/messagebundle_et.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_hu.properties +3 -0
- package/src/sap/ui/rta/messagebundle_id.properties +3 -0
- package/src/sap/ui/rta/messagebundle_it.properties +3 -0
- package/src/sap/ui/rta/messagebundle_iw.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ja.properties +3 -0
- package/src/sap/ui/rta/messagebundle_kk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ko.properties +3 -0
- package/src/sap/ui/rta/messagebundle_lt.properties +3 -0
- package/src/sap/ui/rta/messagebundle_lv.properties +3 -0
- package/src/sap/ui/rta/messagebundle_mk.properties +328 -0
- package/src/sap/ui/rta/messagebundle_ms.properties +3 -0
- package/src/sap/ui/rta/messagebundle_nl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_no.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pt.properties +3 -0
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ro.properties +3 -0
- package/src/sap/ui/rta/messagebundle_ru.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sh.properties +59 -56
- package/src/sap/ui/rta/messagebundle_sk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sl.properties +3 -0
- package/src/sap/ui/rta/messagebundle_sv.properties +3 -0
- package/src/sap/ui/rta/messagebundle_th.properties +3 -0
- package/src/sap/ui/rta/messagebundle_tr.properties +3 -0
- package/src/sap/ui/rta/messagebundle_uk.properties +3 -0
- package/src/sap/ui/rta/messagebundle_vi.properties +3 -0
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +3 -0
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +3 -0
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +4 -4
- package/src/sap/ui/rta/plugin/BaseCreate.js +4 -2
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/CompVariant.js +7 -5
- package/src/sap/ui/rta/plugin/ControlVariant.js +12 -8
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +6 -5
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +4 -2
- package/src/sap/ui/rta/plugin/EasyRemove.js +7 -3
- package/src/sap/ui/rta/plugin/LocalReset.js +7 -3
- 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 +16 -4
- package/src/sap/ui/rta/plugin/Resize.js +6 -6
- package/src/sap/ui/rta/plugin/Selection.js +3 -17
- 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 +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +6 -4
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +4 -2
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +4 -3
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +7 -5
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +8 -6
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +4 -2
- package/src/sap/ui/rta/service/Outline.js +4 -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 +7 -7
- package/src/sap/ui/rta/toolbar/Adaptation.js +19 -14
- package/src/sap/ui/rta/toolbar/Base.js +8 -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/ManageAdaptations.js +6 -7
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +4 -2
- package/src/sap/ui/rta/toolbar/translation/Translation.js +9 -5
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +2 -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/adaptationStarter.js +8 -10
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +14 -12
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +8 -4
- package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +6 -4
- package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +3 -3
- package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +3 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +3 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +3 -3
- package/src/sap/ui/rta/util/validateText.js +4 -4
package/THIRDPARTY.txt
CHANGED
|
@@ -179,7 +179,7 @@ License: Apache-2.0
|
|
|
179
179
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
180
180
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
181
181
|
|
|
182
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
182
|
+
Component: Unicode Common Locale Data Repository, version: 43
|
|
183
183
|
Copyright: 1991-2014 Unicode, Inc.
|
|
184
184
|
License: Unicode-DFS-2015
|
|
185
185
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
@@ -334,7 +334,7 @@ License: ISC
|
|
|
334
334
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
335
335
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
|
|
337
|
-
Component: Time Zone Database, version:
|
|
337
|
+
Component: Time Zone Database, version: 2023c
|
|
338
338
|
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
339
339
|
License: LicenseRef-tzdata-PublicDomain
|
|
340
340
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
@@ -416,7 +416,7 @@ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplore
|
|
|
416
416
|
|
|
417
417
|
Library: sap.ui.webc.common:
|
|
418
418
|
|
|
419
|
-
Component: UI5 Web Components, version: 1.
|
|
419
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
420
420
|
Copyright: SAP
|
|
421
421
|
License: Apache-2.0
|
|
422
422
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -436,13 +436,13 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
436
436
|
|
|
437
437
|
Library: sap.ui.webc.fiori:
|
|
438
438
|
|
|
439
|
-
Component: UI5 Web Components, version: 1.
|
|
439
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
440
440
|
Copyright: SAP
|
|
441
441
|
License: Apache-2.0
|
|
442
442
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
443
443
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
444
444
|
|
|
445
|
-
Component: ZXing, version: 0.
|
|
445
|
+
Component: ZXing, version: 0.17.1
|
|
446
446
|
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
447
447
|
License: Apache-2.0
|
|
448
448
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -451,7 +451,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
|
451
451
|
|
|
452
452
|
Library: sap.ui.webc.main:
|
|
453
453
|
|
|
454
|
-
Component: UI5 Web Components, version: 1.
|
|
454
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
455
455
|
Copyright: SAP
|
|
456
456
|
License: Apache-2.0
|
|
457
457
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.rta",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.120.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.120.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.0",
|
|
19
|
+
"@openui5/sap.ui.dt": "1.120.0",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.120.0",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.120.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-2023 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.120.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with RTA controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/rta/Client.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ui/base/ManagedObject",
|
|
9
9
|
"sap/ui/core/postmessage/Bus",
|
|
10
|
+
"sap/ui/core/Lib",
|
|
10
11
|
"sap/base/util/uid",
|
|
11
12
|
"sap/base/util/merge",
|
|
12
13
|
"sap/ui/rta/util/ServiceEventBus",
|
|
@@ -14,6 +15,7 @@ sap.ui.define([
|
|
|
14
15
|
], function(
|
|
15
16
|
ManagedObject,
|
|
16
17
|
PostMessageBus,
|
|
18
|
+
Lib,
|
|
17
19
|
uid,
|
|
18
20
|
merge,
|
|
19
21
|
ServiceEventBus,
|
|
@@ -57,7 +59,7 @@ sap.ui.define([
|
|
|
57
59
|
* @alias sap.ui.rta.Client
|
|
58
60
|
* @author SAP SE
|
|
59
61
|
* @since 1.56.0
|
|
60
|
-
* @version 1.
|
|
62
|
+
* @version 1.120.0
|
|
61
63
|
* @private
|
|
62
64
|
* @ui5-restricted
|
|
63
65
|
*/
|
|
@@ -190,7 +192,7 @@ sap.ui.define([
|
|
|
190
192
|
origin: this.getOrigin(),
|
|
191
193
|
channelId: CHANNEL_ID,
|
|
192
194
|
eventId: PostMessageBus.event.CONNECT,
|
|
193
|
-
data:
|
|
195
|
+
data: Lib.getResourceBundleFor("sap.ui.rta").getText("SERVICE_NAME")
|
|
194
196
|
});
|
|
195
197
|
}, this);
|
|
196
198
|
|
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/strings/capitalize",
|
|
10
10
|
"sap/base/util/isPlainObject",
|
|
11
|
-
"sap/base/util/UriParameters",
|
|
12
11
|
"sap/base/Log",
|
|
13
12
|
"sap/m/MessageBox",
|
|
14
13
|
"sap/m/MessageToast",
|
|
15
14
|
"sap/ui/thirdparty/jquery",
|
|
16
15
|
"sap/ui/base/ManagedObject",
|
|
17
16
|
"sap/ui/core/BusyIndicator",
|
|
18
|
-
"sap/ui/core/
|
|
17
|
+
"sap/ui/core/Lib",
|
|
19
18
|
"sap/ui/dt/DesignTime",
|
|
20
19
|
"sap/ui/dt/DOMUtil",
|
|
21
20
|
"sap/ui/dt/ElementUtil",
|
|
@@ -24,7 +23,8 @@ sap.ui.define([
|
|
|
24
23
|
"sap/ui/dt/Util",
|
|
25
24
|
"sap/ui/events/KeyCodes",
|
|
26
25
|
"sap/ui/fl/apply/_internal/flexState/ManifestUtils",
|
|
27
|
-
"sap/ui/fl/
|
|
26
|
+
"sap/ui/fl/apply/api/FlexRuntimeInfoAPI",
|
|
27
|
+
"sap/ui/fl/initial/api/Version",
|
|
28
28
|
"sap/ui/fl/write/api/ContextBasedAdaptationsAPI",
|
|
29
29
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI",
|
|
30
30
|
"sap/ui/fl/write/api/FeaturesAPI",
|
|
@@ -57,14 +57,13 @@ sap.ui.define([
|
|
|
57
57
|
], function(
|
|
58
58
|
capitalize,
|
|
59
59
|
isPlainObject,
|
|
60
|
-
UriParameters,
|
|
61
60
|
Log,
|
|
62
61
|
MessageBox,
|
|
63
62
|
MessageToast,
|
|
64
63
|
jQuery,
|
|
65
64
|
ManagedObject,
|
|
66
65
|
BusyIndicator,
|
|
67
|
-
|
|
66
|
+
Lib,
|
|
68
67
|
DesignTime,
|
|
69
68
|
DOMUtil,
|
|
70
69
|
ElementUtil,
|
|
@@ -73,6 +72,7 @@ sap.ui.define([
|
|
|
73
72
|
DtUtil,
|
|
74
73
|
KeyCodes,
|
|
75
74
|
ManifestUtils,
|
|
75
|
+
FlexRuntimeInfoAPI,
|
|
76
76
|
Version,
|
|
77
77
|
ContextBasedAdaptationsAPI,
|
|
78
78
|
ControlPersonalizationWriteAPI,
|
|
@@ -120,7 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
* @class The runtime authoring allows to adapt the fields of a running application.
|
|
121
121
|
* @extends sap.ui.base.ManagedObject
|
|
122
122
|
* @author SAP SE
|
|
123
|
-
* @version 1.
|
|
123
|
+
* @version 1.120.0
|
|
124
124
|
* @constructor
|
|
125
125
|
* @private
|
|
126
126
|
* @since 1.30
|
|
@@ -394,7 +394,7 @@ sap.ui.define([
|
|
|
394
394
|
*/
|
|
395
395
|
RuntimeAuthoring.prototype.setFlexSettings = function(mFlexSettings) {
|
|
396
396
|
// Check URI-parameters for sap-ui-layer
|
|
397
|
-
var oUriParams =
|
|
397
|
+
var oUriParams = new URLSearchParams(window.location.search);
|
|
398
398
|
var sUriLayer = oUriParams.get("sap-ui-layer");
|
|
399
399
|
|
|
400
400
|
mFlexSettings = Object.assign({}, this.getFlexSettings(), mFlexSettings);
|
|
@@ -435,7 +435,7 @@ sap.ui.define([
|
|
|
435
435
|
};
|
|
436
436
|
|
|
437
437
|
RuntimeAuthoring.prototype._getTextResources = function() {
|
|
438
|
-
return
|
|
438
|
+
return Lib.getResourceBundleFor("sap.ui.rta");
|
|
439
439
|
};
|
|
440
440
|
|
|
441
441
|
/**
|
|
@@ -966,7 +966,7 @@ sap.ui.define([
|
|
|
966
966
|
};
|
|
967
967
|
|
|
968
968
|
function shouldValidateFlexEnabled() {
|
|
969
|
-
var sUriParam =
|
|
969
|
+
var sUriParam = new URLSearchParams(window.location.search).get("sap-ui-rta-skip-flex-validation");
|
|
970
970
|
return Settings.getInstance()
|
|
971
971
|
.then(function(oSettings) {
|
|
972
972
|
return !oSettings.isCustomerSystem() && sUriParam !== "true";
|
|
@@ -1063,7 +1063,7 @@ sap.ui.define([
|
|
|
1063
1063
|
function showTechnicalError(vError) {
|
|
1064
1064
|
BusyIndicator.hide();
|
|
1065
1065
|
var sErrorMessage = vError.userMessage || vError.stack || vError.message || vError.status || vError;
|
|
1066
|
-
var oTextResources =
|
|
1066
|
+
var oTextResources = Lib.getResourceBundleFor("sap.ui.rta");
|
|
1067
1067
|
Log.error("Failed to transfer changes", sErrorMessage);
|
|
1068
1068
|
var sMsg = `${oTextResources.getText("MSG_LREP_TRANSFER_ERROR")}
|
|
1069
1069
|
${oTextResources.getText("MSG_ERROR_REASON", [sErrorMessage])}`;
|
|
@@ -1076,8 +1076,9 @@ sap.ui.define([
|
|
|
1076
1076
|
* Adapt the enablement of undo/redo/reset button
|
|
1077
1077
|
*/
|
|
1078
1078
|
function onStackModified() {
|
|
1079
|
+
var bOnlySwitchVersion = !this.getShowToolbars() || !this.getCommandStack().canUndo();
|
|
1079
1080
|
// warn the user: the existing draft would be discarded in case the user saves
|
|
1080
|
-
Utils.checkDraftOverwrite(this._oVersionsModel)
|
|
1081
|
+
Utils.checkDraftOverwrite(this._oVersionsModel, bOnlySwitchVersion)
|
|
1081
1082
|
.then(() => {
|
|
1082
1083
|
if (this.getShowToolbars()) {
|
|
1083
1084
|
var oCommandStack = this.getCommandStack();
|
|
@@ -1532,12 +1533,12 @@ sap.ui.define([
|
|
|
1532
1533
|
var bTranslationAvailable = aArguments[1];
|
|
1533
1534
|
var bAppVariantsAvailable = mButtonsAvailability.saveAsAvailable;
|
|
1534
1535
|
var bExtendedOverview = bAppVariantsAvailable && RtaAppVariantFeature.isOverviewExtended();
|
|
1535
|
-
var oUriParameters =
|
|
1536
|
+
var oUriParameters = new URLSearchParams(window.location.search);
|
|
1536
1537
|
// the "Visualization" tab should not be visible if the "fiori-tools-rta-mode" URL-parameter is set to any value but "false"
|
|
1537
1538
|
var bVisualizationButtonVisible;
|
|
1538
1539
|
bVisualizationButtonVisible = !oUriParameters.has("fiori-tools-rta-mode")
|
|
1539
1540
|
|| oUriParameters.get("fiori-tools-rta-mode") === "false";
|
|
1540
|
-
var bFeedbackButtonVisible =
|
|
1541
|
+
var bFeedbackButtonVisible = FlexRuntimeInfoAPI.getConfiguredFlexServices().some(function(oFlexibilityService) {
|
|
1541
1542
|
return oFlexibilityService.connector !== "LocalStorageConnector";
|
|
1542
1543
|
});
|
|
1543
1544
|
this.bPersistedDataTranslatable = false;
|
package/src/sap/ui/rta/Utils.js
CHANGED
|
@@ -5,40 +5,43 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
"sap/
|
|
9
|
-
"sap/
|
|
10
|
-
"sap/ui/
|
|
11
|
-
"sap/ui/
|
|
12
|
-
"sap/ui/
|
|
13
|
-
"sap/ui/
|
|
8
|
+
"sap/base/util/restricted/_omit",
|
|
9
|
+
"sap/m/MessageBox",
|
|
10
|
+
"sap/ui/core/Element",
|
|
11
|
+
"sap/ui/core/EventBus",
|
|
12
|
+
"sap/ui/core/Fragment",
|
|
13
|
+
"sap/ui/core/Lib",
|
|
14
14
|
"sap/ui/dt/DOMUtil",
|
|
15
15
|
"sap/ui/dt/ElementUtil",
|
|
16
16
|
"sap/ui/dt/MetadataPropagationUtil",
|
|
17
|
-
"sap/ui/
|
|
18
|
-
"sap/
|
|
19
|
-
"sap/ui/
|
|
20
|
-
"sap/
|
|
17
|
+
"sap/ui/dt/OverlayUtil",
|
|
18
|
+
"sap/ui/fl/initial/api/Version",
|
|
19
|
+
"sap/ui/fl/write/api/FieldExtensibility",
|
|
20
|
+
"sap/ui/fl/Layer",
|
|
21
|
+
"sap/ui/fl/LayerUtils",
|
|
22
|
+
"sap/ui/fl/Utils",
|
|
21
23
|
"sap/ui/model/json/JSONModel",
|
|
22
|
-
"sap/ui/
|
|
23
|
-
"sap/ui/
|
|
24
|
-
],
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
OverlayUtil,
|
|
24
|
+
"sap/ui/rta/util/BindingsExtractor",
|
|
25
|
+
"sap/ui/rta/util/hasStableId"
|
|
26
|
+
], function(
|
|
27
|
+
_omit,
|
|
28
|
+
MessageBox,
|
|
29
|
+
Element,
|
|
30
|
+
EventBus,
|
|
31
|
+
Fragment,
|
|
32
|
+
Lib,
|
|
32
33
|
DOMUtil,
|
|
33
34
|
ElementUtil,
|
|
34
35
|
MetadataPropagationUtil,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
OverlayUtil,
|
|
37
|
+
Version,
|
|
38
|
+
FieldExtensibility,
|
|
39
|
+
Layer,
|
|
40
|
+
FlexLayerUtils,
|
|
41
|
+
FlexUtils,
|
|
39
42
|
JSONModel,
|
|
40
|
-
|
|
41
|
-
|
|
43
|
+
BindingsExtractor,
|
|
44
|
+
hasStableId
|
|
42
45
|
) {
|
|
43
46
|
"use strict";
|
|
44
47
|
|
|
@@ -47,7 +50,7 @@ function(
|
|
|
47
50
|
*
|
|
48
51
|
* @namespace
|
|
49
52
|
* @author SAP SE
|
|
50
|
-
* @version 1.
|
|
53
|
+
* @version 1.120.0
|
|
51
54
|
*
|
|
52
55
|
* @private
|
|
53
56
|
* @since 1.30
|
|
@@ -99,7 +102,7 @@ function(
|
|
|
99
102
|
if (bServiceOutdated) {
|
|
100
103
|
FieldExtensibility.setServiceValid(oModel.sServiceUrl);
|
|
101
104
|
// needs FLP to trigger UI restart popup
|
|
102
|
-
|
|
105
|
+
EventBus.getInstance().publish("sap.ui.core.UnrecoverableClientStateCorruption", "RequestReload", {});
|
|
103
106
|
}
|
|
104
107
|
});
|
|
105
108
|
}
|
|
@@ -116,7 +119,7 @@ function(
|
|
|
116
119
|
* @returns{Promise} The Promise which resolves when popup is closed (via Remove OR Cancel actions)
|
|
117
120
|
*/
|
|
118
121
|
Utils.openRemoveConfirmationDialog = function(oElement, sText) {
|
|
119
|
-
var oTextResources =
|
|
122
|
+
var oTextResources = Lib.getResourceBundleFor("sap.ui.rta");
|
|
120
123
|
var sTitle;
|
|
121
124
|
return new Promise(
|
|
122
125
|
function(resolve) {
|
|
@@ -209,7 +212,7 @@ function(
|
|
|
209
212
|
Utils.getOverlayInstanceForDom = function(oDomRef) {
|
|
210
213
|
var sId = oDomRef.getAttribute("id");
|
|
211
214
|
if (sId) {
|
|
212
|
-
return
|
|
215
|
+
return Element.getElementById(sId);
|
|
213
216
|
}
|
|
214
217
|
return undefined;
|
|
215
218
|
};
|
|
@@ -222,7 +225,7 @@ function(
|
|
|
222
225
|
*/
|
|
223
226
|
Utils.getFocusedOverlay = function() {
|
|
224
227
|
if (document.activeElement) {
|
|
225
|
-
var oElement =
|
|
228
|
+
var oElement = Element.getElementById(document.activeElement.id);
|
|
226
229
|
if (oElement && oElement.isA("sap.ui.dt.ElementOverlay")) {
|
|
227
230
|
return oElement;
|
|
228
231
|
}
|
|
@@ -483,30 +486,28 @@ function(
|
|
|
483
486
|
* @returns{Promise} Promise displaying the message box; resolves when it is closed with the pressed button
|
|
484
487
|
*/
|
|
485
488
|
Utils.showMessageBox = function(sMessageType, sMessageKey, mPropertyBag) {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
}
|
|
489
|
+
var oResourceBundle = Lib.getResourceBundleFor("sap.ui.rta");
|
|
490
|
+
mPropertyBag ||= {};
|
|
491
|
+
var sMessage = oResourceBundle.getText(sMessageKey, mPropertyBag.error ? [mPropertyBag.error.userMessage || mPropertyBag.error.message || mPropertyBag.error] : undefined);
|
|
492
|
+
var sTitle = mPropertyBag.titleKey && oResourceBundle.getText(mPropertyBag.titleKey);
|
|
493
|
+
var vActionTexts =
|
|
494
|
+
mPropertyBag.actionKeys &&
|
|
495
|
+
mPropertyBag.actionKeys.map(function(sActionKey) {
|
|
496
|
+
return oResourceBundle.getText(sActionKey);
|
|
497
|
+
});
|
|
498
|
+
var sEmphasizedAction = mPropertyBag.emphasizedActionKey ? oResourceBundle.getText(mPropertyBag.emphasizedActionKey) : undefined;
|
|
499
|
+
|
|
500
|
+
var bShowCancel = mPropertyBag.showCancel;
|
|
501
|
+
var mOptions = _omit(mPropertyBag, ["titleKey", "error", "actionKeys", "emphasizedAction", "emphasizedActionKey", "showCancel"]);
|
|
502
|
+
mOptions.title = sTitle;
|
|
503
|
+
mOptions.styleClass = Utils.getRtaStyleClassName();
|
|
504
|
+
mOptions.actions ||= vActionTexts;
|
|
505
|
+
mOptions.emphasizedAction = sEmphasizedAction || mPropertyBag.emphasizedAction;
|
|
506
|
+
if (bShowCancel) {
|
|
507
|
+
mOptions.actions.push(MessageBox.Action.CANCEL);
|
|
508
|
+
}
|
|
507
509
|
|
|
508
|
-
|
|
509
|
-
});
|
|
510
|
+
return messageBoxPromise(sMessageType, sMessage, mOptions);
|
|
510
511
|
};
|
|
511
512
|
|
|
512
513
|
function messageBoxPromise(sMessageType, sMessage, mOptions) {
|
|
@@ -647,13 +648,14 @@ function(
|
|
|
647
648
|
* @return {Promise.<boolean>} It either resolves with an indicator whether a confirmation
|
|
648
649
|
* was shown or rejects with "cancel" if cancel was pressed
|
|
649
650
|
*/
|
|
650
|
-
Utils.checkDraftOverwrite = function(oVersionsModel) {
|
|
651
|
+
Utils.checkDraftOverwrite = function(oVersionsModel, bOnlySwitch) {
|
|
651
652
|
var bBackEndDraftExists = oVersionsModel.getProperty("/backendDraft");
|
|
652
653
|
var bDraftDisplayed = oVersionsModel.getProperty("/displayedVersion") === Version.Number.Draft;
|
|
653
654
|
|
|
654
655
|
if (
|
|
655
656
|
bDraftDisplayed ||
|
|
656
|
-
!bBackEndDraftExists
|
|
657
|
+
!bBackEndDraftExists ||
|
|
658
|
+
bOnlySwitch
|
|
657
659
|
) {
|
|
658
660
|
return Promise.resolve(false);
|
|
659
661
|
}
|
|
@@ -18,7 +18,9 @@ sap.ui.define([
|
|
|
18
18
|
"sap/m/TextArea",
|
|
19
19
|
"sap/m/TileContent",
|
|
20
20
|
"sap/m/VBox",
|
|
21
|
+
"sap/ui/core/Element",
|
|
21
22
|
"sap/ui/core/library",
|
|
23
|
+
"sap/ui/core/Lib",
|
|
22
24
|
"sap/ui/core/IconPool",
|
|
23
25
|
"sap/ui/core/Title",
|
|
24
26
|
"sap/ui/layout/form/SimpleForm",
|
|
@@ -29,8 +31,7 @@ sap.ui.define([
|
|
|
29
31
|
"sap/ui/rta/Utils",
|
|
30
32
|
// needs to be preloaded for the test to work
|
|
31
33
|
"sap/ui/layout/form/ResponsiveGridLayout"
|
|
32
|
-
],
|
|
33
|
-
function(
|
|
34
|
+
], function(
|
|
34
35
|
Button,
|
|
35
36
|
Dialog,
|
|
36
37
|
DialogRenderer,
|
|
@@ -43,7 +44,9 @@ function(
|
|
|
43
44
|
TextArea,
|
|
44
45
|
TileContent,
|
|
45
46
|
VBox,
|
|
47
|
+
Element,
|
|
46
48
|
coreLibrary,
|
|
49
|
+
Lib,
|
|
47
50
|
IconPool,
|
|
48
51
|
Title,
|
|
49
52
|
SimpleForm,
|
|
@@ -60,7 +63,7 @@ function(
|
|
|
60
63
|
|
|
61
64
|
var {ValueState} = coreLibrary;
|
|
62
65
|
|
|
63
|
-
var oResources =
|
|
66
|
+
var oResources = Lib.getResourceBundleFor("sap.ui.rta");
|
|
64
67
|
var oDataSet;
|
|
65
68
|
var oTitleLabel;
|
|
66
69
|
var oTitleInput;
|
|
@@ -173,7 +176,7 @@ function(
|
|
|
173
176
|
valueLiveUpdate: true,
|
|
174
177
|
placeholder: oResources.getText("SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT"),
|
|
175
178
|
liveChange() {
|
|
176
|
-
var oSaveButton =
|
|
179
|
+
var oSaveButton = Element.getElementById("saveButton");
|
|
177
180
|
if (this.getValue() === "") {
|
|
178
181
|
this.setValueState(ValueState.Error); // if the field is empty after change, it will go red
|
|
179
182
|
oSaveButton.setEnabled(false);
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
// Provides control sap.ui.rta.appVariant.AppVariantOverviewDialog.
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/ui/core/ComponentContainer",
|
|
10
|
+
"sap/ui/core/Lib",
|
|
10
11
|
"sap/m/Button",
|
|
11
12
|
"sap/m/Dialog",
|
|
12
13
|
"sap/m/DialogRenderer",
|
|
@@ -14,6 +15,7 @@ sap.ui.define([
|
|
|
14
15
|
"sap/ui/rta/Utils"
|
|
15
16
|
], function(
|
|
16
17
|
ComponentContainer,
|
|
18
|
+
Lib,
|
|
17
19
|
Button,
|
|
18
20
|
Dialog,
|
|
19
21
|
DialogRenderer,
|
|
@@ -39,7 +41,7 @@ sap.ui.define([
|
|
|
39
41
|
// eslint-disable-next-line object-shorthand
|
|
40
42
|
constructor: function(...aArgs) {
|
|
41
43
|
Dialog.prototype.constructor.apply(this, aArgs);
|
|
42
|
-
this._oTextResources =
|
|
44
|
+
this._oTextResources = Lib.getResourceBundleFor("sap.ui.rta");
|
|
43
45
|
|
|
44
46
|
// Create manage apps component
|
|
45
47
|
this.oManageAppsComponent = new ManageAppsComponent("sap.ui.rta.appVariant.manageApps", {
|
|
@@ -9,6 +9,8 @@ sap.ui.define([
|
|
|
9
9
|
"sap/m/MessageBox",
|
|
10
10
|
"sap/ui/rta/Utils",
|
|
11
11
|
"sap/ui/core/BusyIndicator",
|
|
12
|
+
"sap/ui/core/EventBus",
|
|
13
|
+
"sap/ui/core/Lib",
|
|
12
14
|
"sap/base/util/uid",
|
|
13
15
|
"sap/base/Log",
|
|
14
16
|
"sap/ui/fl/write/api/PersistenceWriteAPI",
|
|
@@ -20,6 +22,8 @@ sap.ui.define([
|
|
|
20
22
|
MessageBox,
|
|
21
23
|
RtaUtils,
|
|
22
24
|
BusyIndicator,
|
|
25
|
+
EventBus,
|
|
26
|
+
Lib,
|
|
23
27
|
uid,
|
|
24
28
|
Log,
|
|
25
29
|
PersistenceWriteAPI,
|
|
@@ -398,7 +402,7 @@ sap.ui.define([
|
|
|
398
402
|
};
|
|
399
403
|
|
|
400
404
|
AppVariantUtils.getTextResources = function() {
|
|
401
|
-
return
|
|
405
|
+
return Lib.getResourceBundleFor("sap.ui.rta");
|
|
402
406
|
};
|
|
403
407
|
|
|
404
408
|
AppVariantUtils.getText = function(sMessageKey, sText) {
|
|
@@ -537,7 +541,7 @@ sap.ui.define([
|
|
|
537
541
|
};
|
|
538
542
|
|
|
539
543
|
AppVariantUtils.closeOverviewDialog = function() {
|
|
540
|
-
|
|
544
|
+
EventBus.getInstance().publish("sap.ui.rta.appVariant.manageApps.controller.ManageApps", "navigate");
|
|
541
545
|
};
|
|
542
546
|
|
|
543
547
|
/**
|
|
@@ -8,7 +8,7 @@ sap.ui.define([
|
|
|
8
8
|
"sap/ui/fl/Utils",
|
|
9
9
|
"sap/ui/rta/appVariant/AppVariantUtils",
|
|
10
10
|
"sap/ui/core/BusyIndicator",
|
|
11
|
-
"sap/
|
|
11
|
+
"sap/ui/core/EventBus",
|
|
12
12
|
"sap/ui/fl/registry/Settings",
|
|
13
13
|
"sap/ui/fl/write/_internal/appVariant/AppVariantFactory",
|
|
14
14
|
"sap/ui/fl/write/api/FeaturesAPI",
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
FlexUtils,
|
|
18
18
|
AppVariantUtils,
|
|
19
19
|
BusyIndicator,
|
|
20
|
-
|
|
20
|
+
EventBus,
|
|
21
21
|
Settings,
|
|
22
22
|
AppVariantFactory,
|
|
23
23
|
FeaturesAPI,
|
|
@@ -90,7 +90,7 @@ sap.ui.define([
|
|
|
90
90
|
return Promise.resolve();
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
EventBus.getInstance().subscribe("sap.ui.rta.appVariant.manageApps.controller.ManageApps", "navigate", function() {
|
|
94
94
|
if (oAppVariantOverviewDialog) {
|
|
95
95
|
oAppVariantOverviewDialog.destroy();
|
|
96
96
|
oAppVariantOverviewDialog = null;
|
|
@@ -136,7 +136,7 @@ sap.ui.define([
|
|
|
136
136
|
* When this method returns <code>false</code>, an app variant overview is shown only for a key user.
|
|
137
137
|
*/
|
|
138
138
|
isOverviewExtended() {
|
|
139
|
-
var oUriParams =
|
|
139
|
+
var oUriParams = new URLSearchParams(window.location.search);
|
|
140
140
|
var sMode = oUriParams.get("sap-ui-xx-app-variant-overview-extended");
|
|
141
141
|
if (!sMode) {
|
|
142
142
|
return false;
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
7
7
|
MAA_DIALOG_ACTIONS=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \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
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=\u0422\u0435\u043A\u0443\u0449\u043E \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u0442\u0430 \u0441\u0435 \u0438\u0437\u043F\u044A\u043B\u043D\u044F\u0432\u0430
|
|
12
12
|
MAA_NEW_APP_VARIANT=\u0422\u043E\u043A\u0443-\u0449\u043E \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u043D
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Acci\u00F3 d\u2019ajustar IU
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Acci\u00F3 de desar com a
|
|
7
7
|
MAA_DIALOG_ACTIONS=Accions
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Suprimir variant d'aplicaci\u00F3
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Adaptar IU
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Actualment en tractament
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operaci\u00F3 en curs
|
|
12
12
|
MAA_NEW_APP_VARIANT=Acabat de crear
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=P\u0159izp\u016Fsobit ID akce
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Ulo\u017Eit jako akci
|
|
7
7
|
MAA_DIALOG_ACTIONS=Akce
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Odstranit variantu aplikace
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=P\u0159izp\u016Fsobit u\u017Eivatelsk\u00E9 rozhran\u00ED
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Aktu\u00E1ln\u011B ve zpracov\u00E1n\u00ED
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operace prob\u00EDh\u00E1
|
|
12
12
|
MAA_NEW_APP_VARIANT=Pr\u00E1v\u011B vytvo\u0159eno
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Acci\u00F3n de adaptar la IU
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Acci\u00F3n de guardar como
|
|
7
7
|
MAA_DIALOG_ACTIONS=Acciones
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Eliminar variante de aplicaci\u00F3n
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=Adaptar
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Adaptar IU
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Adaptando en este momento
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operaci\u00F3n en curso
|
|
12
12
|
MAA_NEW_APP_VARIANT=Creada recientemente
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=Radnja Prilagodi korisni\u010Dko su\u010Delje
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Radnja Snimi kao
|
|
7
7
|
MAA_DIALOG_ACTIONS=Radnje
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Izbri\u0161i varijantu aplikacije
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=Prilagodi
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Prilagodi korisni\u010Dko su\u010Delje
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Trenutno se prilago\u0111ava
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=Operacija u tijeku
|
|
12
12
|
MAA_NEW_APP_VARIANT=Upravo kreirano
|
|
@@ -6,7 +6,7 @@ MAA_DIALOG_ADAPT_UI_ACTION=M\u0171veletazonos\u00EDt\u00F3 adapt\u00E1l\u00E1sa
|
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=Ment\u00E9s m\u0171veletk\u00E9nt
|
|
7
7
|
MAA_DIALOG_ACTIONS=M\u0171veletek
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Alkalmaz\u00E1sv\u00E1ltozat t\u00F6rl\u00E9se
|
|
9
|
-
MAA_DIALOG_ADAPT_UI=
|
|
9
|
+
MAA_DIALOG_ADAPT_UI=Fel\u00FClet adapt\u00E1l\u00E1sa
|
|
10
10
|
MAA_CURRENTLY_ADAPTING=Jelenleg illeszt\u00E9s alatt
|
|
11
11
|
MAA_OPERATION_IN_PROGRESS=M\u0171velet folyamatban
|
|
12
12
|
MAA_NEW_APP_VARIANT=Frissen l\u00E9trehozva
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
MAA_DIALOG_ICON=\u30A2\u30A4\u30B3\u30F3
|
|
3
|
-
MAA_DIALOG_DESCRIPTION=\
|
|
3
|
+
MAA_DIALOG_DESCRIPTION=\u8AAC\u660E
|
|
4
4
|
MAA_DIALOG_COPY_ID_ACTION=ID \u30B3\u30D4\u30FC\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
5
5
|
MAA_DIALOG_ADAPT_UI_ACTION=UI \u9069\u5FDC\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
6
6
|
MAA_DIALOG_SAVE_AS_ACTION=\u540D\u524D\u3092\u4ED8\u3051\u3066\u4FDD\u5B58\u30A2\u30AF\u30B7\u30E7\u30F3
|