@openui5/sap.ui.fl 1.71.66 → 1.71.68
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 +3 -3
- package/src/sap/ui/fl/.library +1 -1
- package/src/sap/ui/fl/Cache.js +1 -1
- package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
- package/src/sap/ui/fl/ControlPersonalizationAPI.js +1 -1
- package/src/sap/ui/fl/DefaultVariant.js +1 -1
- package/src/sap/ui/fl/EventHistory.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnector.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepConnectorStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepSessionStorage.js +1 -1
- package/src/sap/ui/fl/FakeLrepStorage.js +1 -1
- package/src/sap/ui/fl/FlexController.js +1 -1
- package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
- package/src/sap/ui/fl/FlexCustomData.js +1 -1
- package/src/sap/ui/fl/LayerUtils.js +1 -1
- package/src/sap/ui/fl/LrepConnector.js +1 -1
- package/src/sap/ui/fl/Preprocessor.js +1 -1
- package/src/sap/ui/fl/PreprocessorImpl.js +1 -1
- package/src/sap/ui/fl/RegistrationDelegator.js +1 -1
- package/src/sap/ui/fl/StandardVariant.js +1 -1
- package/src/sap/ui/fl/Utils.js +1 -1
- package/src/sap/ui/fl/Variant.js +1 -1
- package/src/sap/ui/fl/XmlPreprocessorImpl.js +1 -1
- package/src/sap/ui/fl/apply/_internal/Connector.js +1 -1
- package/src/sap/ui/fl/apply/_internal/ConnectorResultDisassembler.js +1 -1
- package/src/sap/ui/fl/apply/_internal/ConnectorResultMerger.js +1 -1
- package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageUtils.js +1 -1
- package/src/sap/ui/fl/apply/_internal/connectors/Utils.js +1 -1
- package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +1 -1
- package/src/sap/ui/fl/apply/connectors/BaseConnector.js +1 -1
- package/src/sap/ui/fl/changeHandler/AddXML.js +1 -1
- package/src/sap/ui/fl/changeHandler/Base.js +1 -1
- package/src/sap/ui/fl/changeHandler/BaseRename.js +1 -1
- package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +1 -1
- package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/MoveControls.js +1 -1
- package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
- package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
- package/src/sap/ui/fl/changeHandler/PropertyChange.js +1 -1
- package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
- package/src/sap/ui/fl/changeHandler/UnstashControl.js +1 -1
- package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
- package/src/sap/ui/fl/context/BaseContextProvider.js +1 -1
- package/src/sap/ui/fl/context/Context.js +1 -1
- package/src/sap/ui/fl/context/ContextManager.js +1 -1
- package/src/sap/ui/fl/context/DeviceContextProvider.js +1 -1
- package/src/sap/ui/fl/context/SwitchContextProvider.js +1 -1
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
- package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
- package/src/sap/ui/fl/fieldExt/Access.js +1 -1
- package/src/sap/ui/fl/library.js +2 -2
- package/src/sap/ui/fl/messagebundle_en_US_saptrc.properties +49 -100
- package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
- package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
- package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
- package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
- package/src/sap/ui/fl/support/Flexibility.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
- package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
- package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
- package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
- package/src/sap/ui/fl/transport/Transports.js +1 -1
- package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
- package/src/sap/ui/fl/variants/VariantController.js +1 -1
- package/src/sap/ui/fl/variants/VariantModel.js +1 -1
- package/src/sap/ui/fl/write/_internal/CompatibilityConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/Connector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/ConnectorFeaturesMerger.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
- package/src/sap/ui/fl/write/_internal/connectors/Utils.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.fl",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.68",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.fl",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.71.
|
|
18
|
-
"@openui5/sap.ui.core": "1.71.
|
|
17
|
+
"@openui5/sap.m": "1.71.68",
|
|
18
|
+
"@openui5/sap.ui.core": "1.71.68"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/ui/fl/.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.71.
|
|
9
|
+
<version>1.71.68</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/fl/Cache.js
CHANGED
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @alias sap.ui.fl.FakeLrepConnector
|
|
33
33
|
* @experimental Since 1.27.0
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.71.
|
|
35
|
+
* @version 1.71.68
|
|
36
36
|
*/
|
|
37
37
|
function FakeLrepConnector(sInitialComponentJsonPath) {
|
|
38
38
|
this.sInitialComponentJsonPath = sInitialComponentJsonPath;
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* @alias sap.ui.fl.FlexController
|
|
58
58
|
* @experimental Since 1.27.0
|
|
59
59
|
* @author SAP SE
|
|
60
|
-
* @version 1.71.
|
|
60
|
+
* @version 1.71.68
|
|
61
61
|
*/
|
|
62
62
|
var FlexController = function (sComponentName, sAppVersion) {
|
|
63
63
|
this._oChangePersistence = undefined;
|
package/src/sap/ui/fl/Utils.js
CHANGED
package/src/sap/ui/fl/Variant.js
CHANGED
|
@@ -13,7 +13,7 @@ sap.ui.define([], function () {
|
|
|
13
13
|
* @namespace sap.ui.fl.apply._internal.connectors.Utils
|
|
14
14
|
* @experimental Since 1.70
|
|
15
15
|
* @since 1.70
|
|
16
|
-
* @version 1.71.
|
|
16
|
+
* @version 1.71.68
|
|
17
17
|
* @private
|
|
18
18
|
* @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
|
|
19
19
|
*/
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @namespace sap.ui.fl.apply.api.ControlVariantApplyAPI
|
|
18
18
|
* @experimental Since 1.67
|
|
19
19
|
* @since 1.67
|
|
20
|
-
* @version 1.71.
|
|
20
|
+
* @version 1.71.68
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
var ControlVariantApplyAPI = /** @lends sap.ui.fl.apply.api.ControlVariantApplyAPI */{
|
|
@@ -13,7 +13,7 @@ sap.ui.define([], function() {
|
|
|
13
13
|
* @namespace sap.ui.fl.apply.connectors.BaseConnector
|
|
14
14
|
* @experimental Since 1.67
|
|
15
15
|
* @since 1.67
|
|
16
|
-
* @version 1.71.
|
|
16
|
+
* @version 1.71.68
|
|
17
17
|
* @public
|
|
18
18
|
*/
|
|
19
19
|
var BaseConnector = /** @lends sap.ui.fl.apply.api.connectors.BaseConnector */ {
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.ui.fl.changeHandler.AddXML
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.71.
|
|
23
|
+
* @version 1.71.68
|
|
24
24
|
* @since 1.54
|
|
25
25
|
* @private
|
|
26
26
|
* @experimental Since 1.54. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
*
|
|
17
17
|
* @alias sap.ui.fl.changeHandler.PropertyBindingChange
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.71.
|
|
19
|
+
* @version 1.71.68
|
|
20
20
|
* @since 1.38
|
|
21
21
|
* @private
|
|
22
22
|
* @experimental Since 1.38. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.ui.fl.changeHandler.PropertyChange
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.71.
|
|
23
|
+
* @version 1.71.68
|
|
24
24
|
* @since 1.36
|
|
25
25
|
* @private
|
|
26
26
|
* @experimental Since 1.36. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @namespace
|
|
28
28
|
* @name sap.ui.fl.descriptorRelated
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.71.
|
|
30
|
+
* @version 1.71.68
|
|
31
31
|
* @private
|
|
32
32
|
* @ui5-restricted sap.ui.rta, smart business
|
|
33
33
|
*/
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @namespace
|
|
38
38
|
* @name sap.ui.fl.descriptorRelated.api
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.71.
|
|
40
|
+
* @version 1.71.68
|
|
41
41
|
* @private
|
|
42
42
|
* @ui5-restricted sap.ui.rta, smart business
|
|
43
43
|
*/
|
|
@@ -52,7 +52,7 @@ sap.ui.define([
|
|
|
52
52
|
* @constructor
|
|
53
53
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorChange
|
|
54
54
|
* @author SAP SE
|
|
55
|
-
* @version 1.71.
|
|
55
|
+
* @version 1.71.68
|
|
56
56
|
* @private
|
|
57
57
|
* @ui5-restricted sap.ui.rta, smart business
|
|
58
58
|
*/
|
|
@@ -187,7 +187,7 @@ sap.ui.define([
|
|
|
187
187
|
* @constructor
|
|
188
188
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorChangeFactory
|
|
189
189
|
* @author SAP SE
|
|
190
|
-
* @version 1.71.
|
|
190
|
+
* @version 1.71.68
|
|
191
191
|
* @private
|
|
192
192
|
* @ui5-restricted sap.ui.rta, smart business
|
|
193
193
|
*/
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @constructor
|
|
22
22
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChange
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.68
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.ui.rta, smart business
|
|
27
27
|
*/
|
|
@@ -79,7 +79,7 @@ sap.ui.define([
|
|
|
79
79
|
* @namespace
|
|
80
80
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChangeFactory
|
|
81
81
|
* @author SAP SE
|
|
82
|
-
* @version 1.71.
|
|
82
|
+
* @version 1.71.68
|
|
83
83
|
* @private
|
|
84
84
|
* @ui5-restricted sap.ui.rta, smart business
|
|
85
85
|
*/
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @constructor
|
|
36
36
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorVariant
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.71.
|
|
38
|
+
* @version 1.71.68
|
|
39
39
|
* @private
|
|
40
40
|
* @ui5-restricted sap.ui.rta, smart business
|
|
41
41
|
*/
|
|
@@ -299,7 +299,7 @@ sap.ui.define([
|
|
|
299
299
|
* @namespace
|
|
300
300
|
* @alias sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory
|
|
301
301
|
* @author SAP SE
|
|
302
|
-
* @version 1.71.
|
|
302
|
+
* @version 1.71.68
|
|
303
303
|
* @private
|
|
304
304
|
* @ui5-restricted sap.ui.rta, smart business
|
|
305
305
|
*/
|
package/src/sap/ui/fl/library.js
CHANGED
|
@@ -48,13 +48,13 @@ sap.ui.define([
|
|
|
48
48
|
* @namespace
|
|
49
49
|
* @name sap.ui.fl
|
|
50
50
|
* @author SAP SE
|
|
51
|
-
* @version 1.71.
|
|
51
|
+
* @version 1.71.68
|
|
52
52
|
* @private
|
|
53
53
|
* @ui5-restricted UI5 controls and tools creating flexibility changes
|
|
54
54
|
*/
|
|
55
55
|
sap.ui.getCore().initLibrary({
|
|
56
56
|
name: "sap.ui.fl",
|
|
57
|
-
version: "1.71.
|
|
57
|
+
version: "1.71.68",
|
|
58
58
|
controls: ["sap.ui.fl.variants.VariantManagement"],
|
|
59
59
|
dependencies: [
|
|
60
60
|
"sap.ui.core", "sap.m"
|
|
@@ -1,149 +1,98 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.ui.fl library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
|
|
5
|
-
TRANSPORT_DIALOG_TITLE=1gbc3zt/99hG+KtwtRzJUQ_Select package and transport
|
|
2
|
+
TRANSPORT_DIALOG_TITLE=gJB5NEBbZs8id9XwNo2jaA_Select package and transport
|
|
6
3
|
|
|
7
|
-
|
|
8
|
-
TRANSPORT_DIALOG_TITLE_SIMPLE=RkXn48vJFMKZU0kk5UsIjA_Select a transport
|
|
4
|
+
TRANSPORT_DIALOG_TITLE_SIMPLE=BqNmFgzCWrFlDxJIn5+3zw_Select a transport
|
|
9
5
|
|
|
10
|
-
|
|
11
|
-
TRANSPORT_DIALOG_OK=Cd9ufyJm/qlevIyB7JAeNg_OK
|
|
6
|
+
TRANSPORT_DIALOG_OK=NvQz3BSWWe5tdsehLXggsQ_OK
|
|
12
7
|
|
|
13
|
-
|
|
14
|
-
TRANSPORT_DIALOG_CANCEL=nNQPnGyAkDdUmNEKjeXygA_Cancel
|
|
8
|
+
TRANSPORT_DIALOG_CANCEL=xuAaMZXvELNYI5ta7hFNfA_Cancel
|
|
15
9
|
|
|
16
|
-
|
|
17
|
-
TRANSPORT_DIALOG_TRANSPORT=QwMuWvw9UkEFgWtuEdI5Yw_Transport
|
|
10
|
+
TRANSPORT_DIALOG_TRANSPORT=3tuo+0RG8VYbF092T+Mydg_Transport
|
|
18
11
|
|
|
19
|
-
|
|
20
|
-
TRANSPORT_DIALOG_PACKAGE=+QZ1XP3CU9OG10JYWjHfzg_Package
|
|
12
|
+
TRANSPORT_DIALOG_PACKAGE=mywxKFSvK92tVX/tlrWtmw_Package
|
|
21
13
|
|
|
22
|
-
|
|
23
|
-
TRANSPORT_DIALOG_TRANSPORT_TT=t547Cm/HBKEh2cbLVsZF+A_Select a transport
|
|
14
|
+
TRANSPORT_DIALOG_TRANSPORT_TT=hd6nen7Ph4yU8YGLM6KBvw_Select a transport
|
|
24
15
|
|
|
25
|
-
|
|
26
|
-
TRANSPORT_DIALOG_PACKAGE_TT=GRSq7eKfLhcXB1kyIa9D9g_Select a package
|
|
16
|
+
TRANSPORT_DIALOG_PACKAGE_TT=UjYpu96lEqar2Hy+WO8YAA_Select a package
|
|
27
17
|
|
|
28
|
-
|
|
29
|
-
TRANSPORT_DIALOG_NO_TRANSPORT=j7oW+C1pDqLeQJ5gHfs6zA_Create a transport request
|
|
18
|
+
TRANSPORT_DIALOG_NO_TRANSPORT=hI4k0L9orEWo1afwGyZAMA_Create a transport request
|
|
30
19
|
|
|
31
|
-
|
|
32
|
-
TRANSPORT_DIALOG_LOCAL_OBJECT=hWTGGb0s45x+yp5DC61htA_Local Object
|
|
20
|
+
TRANSPORT_DIALOG_LOCAL_OBJECT=MP7TSWs5dD9JfYqZWictuw_Local Object
|
|
33
21
|
|
|
34
|
-
|
|
35
|
-
TRANSPORT_DIALOG_NO_TRANSPORTS=nzXTPDJH0nJcKhJmJg8WLA_No transports available for the selected package
|
|
22
|
+
TRANSPORT_DIALOG_NO_TRANSPORTS=eoJpuwVbx35nQkZyjsyVbQ_No transports available for the selected package
|
|
36
23
|
|
|
37
|
-
|
|
38
|
-
TRANSPORT_DIALOG_INVALID_PACKAGE=ORRqGMzUhG3TwQsvx9afvg_The package does not exist
|
|
24
|
+
TRANSPORT_DIALOG_INVALID_PACKAGE=lWU2G5SI4olNPa5rV8jWRQ_The package does not exist
|
|
39
25
|
|
|
40
|
-
|
|
41
|
-
VARIANT_MANAGEMENT_SAVE=NT7rRhUqZRHkrJ0zbzcjOg_Save
|
|
26
|
+
VARIANT_MANAGEMENT_SAVE=Qoo2ZDIPYJAtTB6mTeAHtA_Save
|
|
42
27
|
|
|
43
|
-
|
|
44
|
-
VARIANT_MANAGEMENT_SAVEAS=gCT3YRmd6HHUuvMzuPE9pw_Save As
|
|
28
|
+
VARIANT_MANAGEMENT_SAVEAS=ReOHm5IfOaHZ2PtxsXs1sw_Save As
|
|
45
29
|
|
|
46
|
-
|
|
47
|
-
VARIANT_MANAGEMENT_OK=O4HthSJOa8R1MJ4Zy4zMvA_OK
|
|
30
|
+
VARIANT_MANAGEMENT_OK=6TCCKfv3T1dDkdVe2hMO5A_OK
|
|
48
31
|
|
|
49
|
-
|
|
50
|
-
VARIANT_MANAGEMENT_CANCEL=tQWdc0WjvSOXSbTTxl6lZg_Cancel
|
|
32
|
+
VARIANT_MANAGEMENT_CANCEL=lv6YbP5ITDEjKtSnn8x7fw_Cancel
|
|
51
33
|
|
|
52
|
-
|
|
53
|
-
VARIANT_MANAGEMENT_MANAGE=0AurRN2ueWNc4Nig+bNabw_Manage
|
|
34
|
+
VARIANT_MANAGEMENT_MANAGE=oIHLYmmWCK89uU49y+zLWA_Manage
|
|
54
35
|
|
|
55
|
-
|
|
56
|
-
VARIANT_MANAGEMENT_NAME=iakKQXE+SRn0p/qgVRiQRQ_View
|
|
36
|
+
VARIANT_MANAGEMENT_NAME=prPfmbVhGXdnqZ4iqo0tBg_View
|
|
57
37
|
|
|
58
|
-
|
|
59
|
-
VARIANT_MANAGEMENT_KEY=4MNhVeuTmkDPzv6gieLNxw_Key\:
|
|
38
|
+
VARIANT_MANAGEMENT_KEY=Z9ZieOEutfGaXbZWK3EBUQ_Key\:
|
|
60
39
|
|
|
61
|
-
|
|
62
|
-
VARIANT_MANAGEMENT_SETASDEFAULT=QSf30YHsmeIWIXoF8bmzsw_Set as Default
|
|
40
|
+
VARIANT_MANAGEMENT_SETASDEFAULT=3KYTbSDuTePzOlKIp+yE2g_Set as Default
|
|
63
41
|
|
|
64
|
-
|
|
65
|
-
VARIANT_MANAGEMENT_SAVEDIALOG=fyZNb3Rh9E8c4Rsg2lD71A_Save View
|
|
42
|
+
VARIANT_MANAGEMENT_SAVEDIALOG=CJX8ZdzbcgvAHEaV0xM6HA_Save View
|
|
66
43
|
|
|
67
|
-
|
|
68
|
-
VARIANT_MANAGEMENT_MANAGEDIALOG=6MmU8EiH5hRaSHeEyQiXIg_Manage Views
|
|
44
|
+
VARIANT_MANAGEMENT_MANAGEDIALOG=xqZLMRsPHllbkFAijTggaQ_Manage Views
|
|
69
45
|
|
|
70
|
-
|
|
71
|
-
VARIANT_MANAGEMENT_NODATA=u4TMOnYfaIWdix9H5DFz3Q_Choose "Save" to store a new view
|
|
46
|
+
VARIANT_MANAGEMENT_NODATA=k45Cu87UmJcouUlpcznqTQ_Choose "Save" to store a new variant
|
|
72
47
|
|
|
73
|
-
|
|
74
|
-
VARIANT_MANAGEMENT_DEFAULT=QBRHiYgS0OxwVqTadE0lDw_Default
|
|
48
|
+
VARIANT_MANAGEMENT_DEFAULT=jKHwSZamtC2TZOk4vZ+PMQ_Default
|
|
75
49
|
|
|
76
|
-
|
|
77
|
-
VARIANT_MANAGEMENT_STANDARD=iXX0PGKTb7XD7vGLxRwErg_Standard
|
|
50
|
+
VARIANT_MANAGEMENT_STANDARD=ZwgnSWHpVuUdC2N65HT/XQ_Standard
|
|
78
51
|
|
|
79
|
-
|
|
80
|
-
VARIANT_MANAGEMENT_EXECUTEONSELECT=785lhXA4a4wO+6FGKFPYhw_Apply Automatically
|
|
52
|
+
VARIANT_MANAGEMENT_EXECUTEONSELECT=pK1PKlXNmrtdBDs46Gh0bw_Apply Automatically
|
|
81
53
|
|
|
82
|
-
|
|
83
|
-
VARIANT_MANAGEMENT_AUTHOR=mgiuzKHauK12YY3oN5RmkQ_Created By
|
|
54
|
+
VARIANT_MANAGEMENT_AUTHOR=+weDvLbp5rXLrdqBBThWng_Created By
|
|
84
55
|
|
|
85
|
-
|
|
86
|
-
VARIANT_MANAGEMENT_ACTION_COLUMN=kkekAlnGozhdMOCXNAXZUw_Action
|
|
56
|
+
VARIANT_MANAGEMENT_ACTION_COLUMN=BkZC66ZWEheVPtyWPCZbQw_Action
|
|
87
57
|
|
|
88
|
-
|
|
89
|
-
VARIANT_MANAGEMENT_SEL_VARIANT=mxyuq3HaJuuio12tldPs9g_View {0}. To open press spacebar.
|
|
58
|
+
VARIANT_MANAGEMENT_SEL_VARIANT=SiM1q31oYtTAIJ4xeeea5Q_View {0}. To open, press spacebar.
|
|
90
59
|
|
|
91
|
-
|
|
92
|
-
VARIANT_MANAGEMENT_SEL_VARIANT_MOD=OG63SDJ26wBYEKLcRuE/DQ_Modified view {0}. To open press spacebar.
|
|
60
|
+
VARIANT_MANAGEMENT_SEL_VARIANT_MOD=sxTSqfKhMquJstAndJkC1Q_Modified view {0}. To open, press spacebar.
|
|
93
61
|
|
|
94
|
-
|
|
95
|
-
VARIANT_MANAGEMENT_VARIANTS=t908hvz+ah68gGZO/BGQcw_My Views
|
|
62
|
+
VARIANT_MANAGEMENT_VARIANTS=0LBIyAKLiMnYJ7c/U5c/RQ_My Views
|
|
96
63
|
|
|
97
|
-
|
|
98
|
-
VARIANT_MANAGEMENT_ERROR_DUPLICATE=wf0VTrhxfhIIdJrf2peXkA_A view with this name already exists
|
|
64
|
+
VARIANT_MANAGEMENT_ERROR_DUPLICATE=3rwAZ4YfxV9sfZodRWiwkg_A view with this name already exists
|
|
99
65
|
|
|
100
|
-
|
|
101
|
-
VARIANT_MANAGEMENT_ERROR_EMPTY=QTamF2Nu8ZGX07MqGWpcnQ_Please specify a view name
|
|
66
|
+
VARIANT_MANAGEMENT_ERROR_EMPTY=e0vv/J7LNGZUcW65QA5R+g_Please specify a view name
|
|
102
67
|
|
|
103
|
-
|
|
104
|
-
VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=L81NQ12QyKLRh/R7Kqol2A_Character {0} not allowed for view names
|
|
68
|
+
VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=JerHAt8Ry6i9E0v+74V/kg_Character {0} is not allowed for view names
|
|
105
69
|
|
|
106
|
-
|
|
107
|
-
VARIANT_MANAGEMENT_MAX_LEN=M3KtFg3t7CDIArRDZfmg/A_View names are restricted to {0} characters
|
|
70
|
+
VARIANT_MANAGEMENT_MAX_LEN=TnLZ6ffTiYuLmuCRfWzZSw_View names are restricted to {0} characters
|
|
108
71
|
|
|
109
|
-
|
|
110
|
-
VARIANT_MANAGEMENT_WRONG_LAYER=NVAJ3JXflBxbaxa7gUbo2w_View cannot be changed in this system
|
|
72
|
+
VARIANT_MANAGEMENT_WRONG_LAYER=S7SBbEi7Ps7MM6ORIHLnGw_View cannot be changed in this system
|
|
111
73
|
|
|
112
|
-
|
|
113
|
-
VARIANT_MANAGEMENT_WRONG_LANGUAGE=B1xXCofgKq2Q0RS4+jD0qg_View cannot be changed in this language
|
|
74
|
+
VARIANT_MANAGEMENT_WRONG_LANGUAGE=q1pnhmxRX5VQIRIdbzW/3w_View cannot be changed in this language
|
|
114
75
|
|
|
115
|
-
|
|
116
|
-
VARIANT_MANAGEMENT_TRIGGER_TT=RkC0CPZR1P4r8NDSd7u5Tw_Select View
|
|
76
|
+
VARIANT_MANAGEMENT_TRIGGER_TT=wczxEW9xlqB5YTNLhO0JzQ_Select View
|
|
117
77
|
|
|
118
|
-
|
|
119
|
-
VARIANT_MANAGEMENT_DELETE=f6Pm+i3oIJN0K7jvxg+ueQ_Delete View
|
|
78
|
+
VARIANT_MANAGEMENT_DELETE=lIlvyazmjvhbjIfmSGF0Tg_Delete View
|
|
120
79
|
|
|
121
|
-
|
|
122
|
-
VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=4dFgdMUpnwNWCn5YbOj43g_Remove as Favorite
|
|
80
|
+
VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=lFhYCfg8Y+P3QaKqqMSMpA_Remove from Favorites
|
|
123
81
|
|
|
124
|
-
|
|
125
|
-
VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=77d9mOoweuwLxg9uJYym6Q_Add as Favorite
|
|
82
|
+
VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=LTr2w25iEGThUCghnhfmWA_Add as Favorite
|
|
126
83
|
|
|
127
|
-
|
|
128
|
-
VARIANT_MANAGEMENT_ERROR_TEXT1=IbCFm0K5mRbDQEwUjJPXjQ_Unable to load the data.
|
|
84
|
+
VARIANT_MANAGEMENT_ERROR_TEXT1=9RqiKnxm7ylErlhNZyeR6w_Unable to load the data.
|
|
129
85
|
|
|
130
|
-
|
|
131
|
-
VARIANT_MANAGEMENT_ERROR_TEXT2=OiKsVza6nsEdVr07x8zv7Q_This can happen if you are\n not connected to the internet,\n or if an underlying system or\n component is not available.
|
|
86
|
+
VARIANT_MANAGEMENT_ERROR_TEXT2=cEDKhICMNNQShdoUXXzBYg_This can happen if you are not connected to the Internet, or if an underlying system or component is not available.
|
|
132
87
|
|
|
133
|
-
|
|
134
|
-
STANDARD_VARIANT_ORIGINAL_TITLE=c7je+jTxrBiRFXHzzSr8Pg_Standard
|
|
88
|
+
STANDARD_VARIANT_ORIGINAL_TITLE=vU+Jkxl+6nhE21wykQ4QcQ_Standard
|
|
135
89
|
|
|
136
|
-
|
|
137
|
-
STANDARD_VARIANT_TITLE=CF1VJGQpsyQXRICxd2wQ9g_Standard
|
|
90
|
+
STANDARD_VARIANT_TITLE=ynzbXMjiTECK/qZ2D/VfNQ_Standard
|
|
138
91
|
|
|
139
|
-
|
|
140
|
-
VARIANT_COPY_SINGLE_TEXT=btPHhnk/q42qMa/U/1Ks+w_{0} Copy
|
|
92
|
+
VARIANT_COPY_SINGLE_TEXT=3M/Zf+QxpU0p1pDDvjrLHg_{0} Copy
|
|
141
93
|
|
|
142
|
-
|
|
143
|
-
VARIANT_COPY_MULTIPLE_TEXT=jg/bOHLVesUkyvX2LMk2zw_{0} Copy({1})
|
|
94
|
+
VARIANT_COPY_MULTIPLE_TEXT=oPY8XdpBRakbedjJAbkjRg_{0} Copy({1})
|
|
144
95
|
|
|
145
|
-
|
|
146
|
-
HEADER_TRANSPORT_ERROR=RP048Mp39vuHv+ZiwgC+yw_Error
|
|
96
|
+
HEADER_TRANSPORT_ERROR=Xa5F1MV6CBmROW22aV8MMw_Error
|
|
147
97
|
|
|
148
|
-
|
|
149
|
-
MSG_TRANSPORT_ERROR=oN0alIsXcaYLXi1Tm9/HOw_Sorry, your UI changes cannot be transported at this time. Please try again later or contact your administrator\: {0}
|
|
98
|
+
MSG_TRANSPORT_ERROR=KW29ikgejfAoCprRZIo/VA_Sorry, your UI changes cannot be transported at this time. Please try again later or contact your administrator\: {0}
|
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* @constructor
|
|
35
35
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.71.
|
|
37
|
+
* @version 1.71.68
|
|
38
38
|
* @experimental Since 1.45
|
|
39
39
|
*/
|
|
40
40
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
|
package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js
CHANGED
|
@@ -34,7 +34,7 @@ sap.ui.define([
|
|
|
34
34
|
* @constructor
|
|
35
35
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.71.
|
|
37
|
+
* @version 1.71.68
|
|
38
38
|
* @experimental Since 1.45
|
|
39
39
|
*/
|
|
40
40
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
|
package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js
CHANGED
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @constructor
|
|
28
28
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.71.
|
|
30
|
+
* @version 1.71.68
|
|
31
31
|
* @experimental Since 1.45
|
|
32
32
|
*/
|
|
33
33
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster", {
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @constructor
|
|
17
17
|
* @alias sap.ui.fl.support.apps.contentbrowser.controller.Layers
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.71.
|
|
19
|
+
* @version 1.71.68
|
|
20
20
|
* @experimental Since 1.45
|
|
21
21
|
*/
|
|
22
22
|
return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.Layers", {
|
|
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/Utils", "sap/ui/thirdparty/jquery"], function(Utils, j
|
|
|
13
13
|
* @constructor
|
|
14
14
|
* @alias sap.ui.fl.support.apps.contentbrowser.lrepConnector.LRepConnector
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.71.
|
|
16
|
+
* @version 1.71.68
|
|
17
17
|
* @experimental Since 1.45
|
|
18
18
|
*/
|
|
19
19
|
var LrepConnector = {};
|
|
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/GroupHeaderListItem", "sap/ui/thirdparty/jquery"],
|
|
|
14
14
|
* @constructor
|
|
15
15
|
* @alias sap.ui.fl.support.apps.contentbrowser.utils.DataUtils
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.71.
|
|
17
|
+
* @version 1.71.68
|
|
18
18
|
* @experimental Since 1.45
|
|
19
19
|
*/
|
|
20
20
|
var DataUtils = {
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @alias sap.ui.fl.transport.TransportSelection
|
|
22
22
|
* @constructor
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.68
|
|
25
25
|
* @since 1.38.0
|
|
26
26
|
* Helper object to select an ABAP transport for an LREP object. This is not a generic utility to select a transport request, but part
|
|
27
27
|
* of the SmartVariant control.
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @alias sap.ui.fl.variants.VariantController
|
|
39
39
|
* @experimental Since 1.50.0
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.71.
|
|
41
|
+
* @version 1.71.68
|
|
42
42
|
*/
|
|
43
43
|
var VariantController = function (sComponentName, sAppVersion, oChangeFileContent) {
|
|
44
44
|
this._sComponentName = sComponentName || "";
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* @class Variant model implementation for JSON format.
|
|
70
70
|
* @extends sap.ui.model.json.JSONModel
|
|
71
71
|
* @author SAP SE
|
|
72
|
-
* @version 1.71.
|
|
72
|
+
* @version 1.71.68
|
|
73
73
|
* @param {object} oData - Either the URL where to load the JSON from or a JS object
|
|
74
74
|
* @param {sap.ui.fl.FlexController} oFlexController - <code>FlexController</code> instance for the component which uses the variant model
|
|
75
75
|
* @param {sap.ui.core.Component} oAppComponent - Application component instance that is currently loading
|