@openui5/sap.ui.fl 1.71.65 → 1.71.67

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.
Files changed (82) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/fl/.library +1 -1
  3. package/src/sap/ui/fl/Cache.js +1 -1
  4. package/src/sap/ui/fl/ChangePersistenceFactory.js +1 -1
  5. package/src/sap/ui/fl/ControlPersonalizationAPI.js +1 -1
  6. package/src/sap/ui/fl/DefaultVariant.js +1 -1
  7. package/src/sap/ui/fl/EventHistory.js +1 -1
  8. package/src/sap/ui/fl/FakeLrepConnector.js +1 -1
  9. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +1 -1
  10. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +1 -1
  11. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +1 -1
  12. package/src/sap/ui/fl/FakeLrepLocalStorage.js +1 -1
  13. package/src/sap/ui/fl/FakeLrepSessionStorage.js +1 -1
  14. package/src/sap/ui/fl/FakeLrepStorage.js +1 -1
  15. package/src/sap/ui/fl/FlexController.js +1 -1
  16. package/src/sap/ui/fl/FlexControllerFactory.js +1 -1
  17. package/src/sap/ui/fl/FlexCustomData.js +1 -1
  18. package/src/sap/ui/fl/LayerUtils.js +1 -1
  19. package/src/sap/ui/fl/LrepConnector.js +1 -1
  20. package/src/sap/ui/fl/Preprocessor.js +1 -1
  21. package/src/sap/ui/fl/PreprocessorImpl.js +1 -1
  22. package/src/sap/ui/fl/RegistrationDelegator.js +1 -1
  23. package/src/sap/ui/fl/StandardVariant.js +1 -1
  24. package/src/sap/ui/fl/Utils.js +1 -1
  25. package/src/sap/ui/fl/Variant.js +1 -1
  26. package/src/sap/ui/fl/XmlPreprocessorImpl.js +1 -1
  27. package/src/sap/ui/fl/apply/_internal/Connector.js +1 -1
  28. package/src/sap/ui/fl/apply/_internal/ConnectorResultDisassembler.js +1 -1
  29. package/src/sap/ui/fl/apply/_internal/ConnectorResultMerger.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageUtils.js +1 -1
  31. package/src/sap/ui/fl/apply/_internal/connectors/Utils.js +1 -1
  32. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +1 -1
  33. package/src/sap/ui/fl/apply/connectors/BaseConnector.js +1 -1
  34. package/src/sap/ui/fl/changeHandler/AddXML.js +1 -1
  35. package/src/sap/ui/fl/changeHandler/Base.js +1 -1
  36. package/src/sap/ui/fl/changeHandler/BaseRename.js +1 -1
  37. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +1 -1
  38. package/src/sap/ui/fl/changeHandler/HideControl.js +1 -1
  39. package/src/sap/ui/fl/changeHandler/MoveControls.js +1 -1
  40. package/src/sap/ui/fl/changeHandler/MoveElements.js +1 -1
  41. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +1 -1
  42. package/src/sap/ui/fl/changeHandler/PropertyChange.js +1 -1
  43. package/src/sap/ui/fl/changeHandler/StashControl.js +1 -1
  44. package/src/sap/ui/fl/changeHandler/UnhideControl.js +1 -1
  45. package/src/sap/ui/fl/changeHandler/UnstashControl.js +1 -1
  46. package/src/sap/ui/fl/codeExt/CodeExtManager.js +1 -1
  47. package/src/sap/ui/fl/context/BaseContextProvider.js +1 -1
  48. package/src/sap/ui/fl/context/Context.js +1 -1
  49. package/src/sap/ui/fl/context/ContextManager.js +1 -1
  50. package/src/sap/ui/fl/context/DeviceContextProvider.js +1 -1
  51. package/src/sap/ui/fl/context/SwitchContextProvider.js +1 -1
  52. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +4 -4
  53. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +2 -2
  54. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +2 -2
  55. package/src/sap/ui/fl/fieldExt/Access.js +1 -1
  56. package/src/sap/ui/fl/library.js +2 -2
  57. package/src/sap/ui/fl/messagebundle_en_US_saptrc.properties +49 -100
  58. package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
  59. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
  60. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
  61. package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
  62. package/src/sap/ui/fl/support/Flexibility.js +1 -1
  63. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
  64. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
  65. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  66. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  67. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
  68. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  69. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  70. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
  71. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  72. package/src/sap/ui/fl/transport/Transports.js +1 -1
  73. package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
  74. package/src/sap/ui/fl/variants/VariantController.js +1 -1
  75. package/src/sap/ui/fl/variants/VariantModel.js +1 -1
  76. package/src/sap/ui/fl/write/_internal/CompatibilityConnector.js +1 -1
  77. package/src/sap/ui/fl/write/_internal/Connector.js +1 -1
  78. package/src/sap/ui/fl/write/_internal/connectors/ConnectorFeaturesMerger.js +1 -1
  79. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +1 -1
  80. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
  81. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
  82. 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.65",
3
+ "version": "1.71.67",
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.65",
18
- "@openui5/sap.ui.core": "1.71.65"
17
+ "@openui5/sap.m": "1.71.67",
18
+ "@openui5/sap.ui.core": "1.71.67"
19
19
  }
20
20
  }
@@ -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.65</version>
9
+ <version>1.71.67</version>
10
10
 
11
11
  <documentation>SAPUI5 library with sap.ui.fl controls.</documentation>
12
12
 
@@ -34,7 +34,7 @@ function(
34
34
  * @alias sap.ui.fl.Cache
35
35
  * @experimental Since 1.25.0
36
36
  * @author SAP SE
37
- * @version 1.71.65
37
+ * @version 1.71.67
38
38
  */
39
39
  var Cache = function () {
40
40
  };
@@ -24,7 +24,7 @@ function(
24
24
  * @alias sap.ui.fl.ChangePersistenceFactory
25
25
  * @experimental Since 1.27.0
26
26
  * @author SAP SE
27
- * @version 1.71.65
27
+ * @version 1.71.67
28
28
  */
29
29
  var ChangePersistenceFactory = {};
30
30
 
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @author SAP SE
46
46
  * @experimental Since 1.56
47
47
  * @since 1.56
48
- * @version 1.71.65
48
+ * @version 1.71.67
49
49
  * @private
50
50
  * @ui5-restricted
51
51
  */
@@ -14,7 +14,7 @@ sap.ui.define(["sap/ui/fl/Change"], function(Change) {
14
14
  * @alias sap.ui.fl.DefaultVariant
15
15
  * @author SAP SE
16
16
  *
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  *
19
19
  * @experimental Since 1.25.0
20
20
  */
@@ -14,7 +14,7 @@ sap.ui.define(function () {
14
14
  * @alias sap.ui.fl.EventHistory
15
15
  * @experimental Since 1.47.0
16
16
  * @author SAP SE
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  */
19
19
  var EventHistory = function () {
20
20
  };
@@ -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.65
35
+ * @version 1.71.67
36
36
  */
37
37
  function FakeLrepConnector(sInitialComponentJsonPath) {
38
38
  this.sInitialComponentJsonPath = sInitialComponentJsonPath;
@@ -20,7 +20,7 @@ function(
20
20
  * @class
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -20,7 +20,7 @@ function(
20
20
  * @class
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  *
25
25
  * @private
26
26
  * @static
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.65
32
+ * @version 1.71.67
33
33
  *
34
34
  * @private
35
35
  * @static
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @class
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @class
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  *
20
20
  * @private
21
21
  * @static
@@ -14,7 +14,7 @@ sap.ui.define(function () {
14
14
  * @class
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  *
19
19
  * @private
20
20
  * @static
@@ -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.65
60
+ * @version 1.71.67
61
61
  */
62
62
  var FlexController = function (sComponentName, sAppVersion) {
63
63
  this._oChangePersistence = undefined;
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @alias sap.ui.fl.FlexControllerFactory
26
26
  * @experimental Since 1.27.0
27
27
  * @author SAP SE
28
- * @version 1.71.65
28
+ * @version 1.71.67
29
29
  */
30
30
  var FlexControllerFactory = {};
31
31
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @alias sap.ui.fl.FlexCustomData
26
26
  * @experimental Since 1.61.0
27
27
  * @author SAP SE
28
- * @version 1.71.65
28
+ * @version 1.71.67
29
29
  */
30
30
  var FlexCustomData = {};
31
31
 
@@ -41,7 +41,7 @@ function(
41
41
  *
42
42
  * @namespace sap.ui.fl.LayerUtils
43
43
  * @author SAP SE
44
- * @version 1.71.65
44
+ * @version 1.71.67
45
45
  */
46
46
  var LayerUtils = {
47
47
  _mLayersIndex : mLayersIndex,
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @private
33
33
  * @ui5-restricted
34
34
  * @author SAP SE
35
- * @version 1.71.65
35
+ * @version 1.71.67
36
36
  */
37
37
  var LrepConnector = function(mParameters) {
38
38
  this._initClientParam();
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/base/Object"], function(BaseObject) {
15
15
  * @class
16
16
  * @constructor
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @experimental Since 1.27.0
20
20
  * @implements sap.ui.core.mvc.View.Preprocessor
21
21
  */
@@ -35,7 +35,7 @@ function(
35
35
  * @class
36
36
  * @constructor
37
37
  * @author SAP SE
38
- * @version 1.71.65
38
+ * @version 1.71.67
39
39
  * @experimental Since 1.27.0
40
40
  */
41
41
  var PreprocessorImpl = function() {};
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class
32
32
  * @constructor
33
33
  * @author SAP SE
34
- * @version 1.71.65
34
+ * @version 1.71.67
35
35
  * @experimental Since 1.43.0
36
36
  */
37
37
  var RegistrationDelegator = {
@@ -14,7 +14,7 @@ sap.ui.define(["sap/ui/fl/Change"], function(Change) {
14
14
  * @alias sap.ui.fl.StandardVariant
15
15
  * @author SAP SE
16
16
  *
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  *
19
19
  * @experimental Since 1.38.0
20
20
  */
@@ -36,7 +36,7 @@ function(
36
36
  * @namespace
37
37
  * @alias sap.ui.fl.Utils
38
38
  * @author SAP SE
39
- * @version 1.71.65
39
+ * @version 1.71.67
40
40
  * @experimental Since 1.25.0
41
41
  */
42
42
  var Utils = {
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class Variant class.
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  * @author SAP SE
34
- * @version 1.71.65
34
+ * @version 1.71.67
35
35
  * @alias sap.ui.fl.Variant
36
36
  * @experimental Since 1.52.0
37
37
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @constructor
28
28
  * @author SAP SE
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  * @experimental Since 1.27.0
31
31
  */
32
32
  var XmlPreprocessorImpl = function() {
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @namespace sap.ui.fl.apply._internal.Connector
22
22
  * @experimental Since 1.67
23
23
  * @since 1.67
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.fl
27
27
  */
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  *
13
13
  * @namespace sap.ui.fl.apply._internal.ConnectorResultDisassembler
14
14
  * @since 1.70
15
- * @version 1.71.65
15
+ * @version 1.71.67
16
16
  * @private
17
17
  * @ui5-restricted sap.ui.fl._internal.apply.Connector
18
18
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.apply._internal.ConnectorResultMerger
18
18
  * @since 1.70
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl._internal.apply.Connector
22
22
  */
@@ -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.65
16
+ * @version 1.71.67
17
17
  * @private
18
18
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
19
19
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace sap.ui.fl.apply._internal.connectors.Utils
22
22
  * @since 1.70
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl.apply._internal, sap.ui.fl.write._internal
26
26
  */
@@ -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.65
20
+ * @version 1.71.67
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.65
16
+ * @version 1.71.67
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.65
23
+ * @version 1.71.67
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.
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  /**
15
15
  * Base functionality for all change handlers, which provides some reuse methods
16
16
  * @namespace sap.ui.fl.changeHandler.Base
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  * @private
19
19
  * @ui5-restricted change handlers
20
20
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @constructor
20
20
  * @alias sap.ui.fl.changeHandler.BaseRename
21
21
  * @author SAP SE
22
- * @version 1.71.65
22
+ * @version 1.71.67
23
23
  * @experimental Since 1.46
24
24
  */
25
25
  var BaseRename = {
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @private
24
24
  * @author SAP SE
25
- * @version 1.71.65
25
+ * @version 1.71.67
26
26
  *
27
27
  * @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
28
28
  * changed in future.
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for hiding of a control.
16
16
  * @alias sap.ui.fl.changeHandler.HideControl
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var HideControl = {};
@@ -17,7 +17,7 @@ function(
17
17
  *
18
18
  * @alias sap.ui.fl.changeHandler.MoveControls
19
19
  * @author SAP SE
20
- * @version 1.71.65
20
+ * @version 1.71.67
21
21
  * @experimental Since 1.46
22
22
  */
23
23
  var MoveControls = { };
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.ui.fl.changeHandler.MoveElements
18
18
  * @author SAP SE
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @experimental Since 1.34.0
21
21
  */
22
22
  var MoveElements = { };
@@ -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.65
19
+ * @version 1.71.67
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.65
23
+ * @version 1.71.67
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.
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for stashing of a control.
16
16
  * @alias sap.ui.fl.changeHandler.StashControl
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var StashControl = {};
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for unhiding of a control.
16
16
  * @alias sap.ui.fl.changeHandler.UnhideControl
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnhideControl = {};
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Change handler for unstashing of a control.
16
16
  * @alias sap.ui.fl.changeHandler.UnstashControl
17
17
  * @author SAP SE
18
- * @version 1.71.65
18
+ * @version 1.71.67
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnstashControl = { };
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @alias sap.ui.fl.codeExt.CodeExtManager
21
21
  * @since 1.40.0
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  */
25
25
  var CodeExtManager;
26
26
 
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
17
17
  * @extends sap.ui.base.ManagedObject
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.71.65
20
+ * @version 1.71.67
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/base/ManagedObject', "sap/base/Log"], function(ManagedObj
14
14
  * @extends sap.ui.base.ManagedObject
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  *
19
19
  * @constructor
20
20
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @alias sap.ui.fl.context.ContextManager
27
27
  * @since 1.38.0
28
28
  * @author SAP SE
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  */
31
31
  var ContextManager;
32
32
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.fl.context.BaseContextProvider
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.fl.context.BaseContextProvider
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -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.65
30
+ * @version 1.71.67
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.65
40
+ * @version 1.71.67
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.65
55
+ * @version 1.71.67
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.65
190
+ * @version 1.71.67
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.65
24
+ * @version 1.71.67
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.65
82
+ * @version 1.71.67
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.65
38
+ * @version 1.71.67
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.65
302
+ * @version 1.71.67
303
303
  * @private
304
304
  * @ui5-restricted sap.ui.rta, smart business
305
305
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.fl.fieldExt.Access
23
23
  * @experimental Since 1.25.0
24
24
  * @author SAP SE
25
- * @version 1.71.65
25
+ * @version 1.71.67
26
26
  */
27
27
  var Access = {};
28
28
 
@@ -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.65
51
+ * @version 1.71.67
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.65",
57
+ version: "1.71.67",
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
- #XTIT: TransportDialog predefined text for popup title
5
- TRANSPORT_DIALOG_TITLE=1gbc3zt/99hG+KtwtRzJUQ_Select package and transport
2
+ TRANSPORT_DIALOG_TITLE=gJB5NEBbZs8id9XwNo2jaA_Select package and transport
6
3
 
7
- #XTIT: TransportDialog predefined text for popup title
8
- TRANSPORT_DIALOG_TITLE_SIMPLE=RkXn48vJFMKZU0kk5UsIjA_Select a transport
4
+ TRANSPORT_DIALOG_TITLE_SIMPLE=BqNmFgzCWrFlDxJIn5+3zw_Select a transport
9
5
 
10
- #XBUT: TransportDialog predefined text for Ok button
11
- TRANSPORT_DIALOG_OK=Cd9ufyJm/qlevIyB7JAeNg_OK
6
+ TRANSPORT_DIALOG_OK=NvQz3BSWWe5tdsehLXggsQ_OK
12
7
 
13
- #XBUT: TransportDialog predefined text for Cancel button
14
- TRANSPORT_DIALOG_CANCEL=nNQPnGyAkDdUmNEKjeXygA_Cancel
8
+ TRANSPORT_DIALOG_CANCEL=xuAaMZXvELNYI5ta7hFNfA_Cancel
15
9
 
16
- #XTIT: TransportDialog predefined text for label
17
- TRANSPORT_DIALOG_TRANSPORT=QwMuWvw9UkEFgWtuEdI5Yw_Transport
10
+ TRANSPORT_DIALOG_TRANSPORT=3tuo+0RG8VYbF092T+Mydg_Transport
18
11
 
19
- #XTIT: TransportDialog predefined text for label
20
- TRANSPORT_DIALOG_PACKAGE=+QZ1XP3CU9OG10JYWjHfzg_Package
12
+ TRANSPORT_DIALOG_PACKAGE=mywxKFSvK92tVX/tlrWtmw_Package
21
13
 
22
- #XTIT: TransportDialog predefined text for label
23
- TRANSPORT_DIALOG_TRANSPORT_TT=t547Cm/HBKEh2cbLVsZF+A_Select a transport
14
+ TRANSPORT_DIALOG_TRANSPORT_TT=hd6nen7Ph4yU8YGLM6KBvw_Select a transport
24
15
 
25
- #XTIT: TransportDialog predefined text for label
26
- TRANSPORT_DIALOG_PACKAGE_TT=GRSq7eKfLhcXB1kyIa9D9g_Select a package
16
+ TRANSPORT_DIALOG_PACKAGE_TT=UjYpu96lEqar2Hy+WO8YAA_Select a package
27
17
 
28
- #XTIT: TransportDialog predefined text for label
29
- TRANSPORT_DIALOG_NO_TRANSPORT=j7oW+C1pDqLeQJ5gHfs6zA_Create a transport request
18
+ TRANSPORT_DIALOG_NO_TRANSPORT=hI4k0L9orEWo1afwGyZAMA_Create a transport request
30
19
 
31
- #XTIT: TransportDialog predefined text for label
32
- TRANSPORT_DIALOG_LOCAL_OBJECT=hWTGGb0s45x+yp5DC61htA_Local Object
20
+ TRANSPORT_DIALOG_LOCAL_OBJECT=MP7TSWs5dD9JfYqZWictuw_Local Object
33
21
 
34
- #XTIT: TransportDialog predefined text for label
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
- #XTIT: TransportDialog predefined text for label
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
- #XBUT: VariantManagement predefined text for Save action on Main dialog
41
- VARIANT_MANAGEMENT_SAVE=NT7rRhUqZRHkrJ0zbzcjOg_Save
26
+ VARIANT_MANAGEMENT_SAVE=Qoo2ZDIPYJAtTB6mTeAHtA_Save
42
27
 
43
- #XBUT: VariantManagement predefined text for Save action on Main dialog
44
- VARIANT_MANAGEMENT_SAVEAS=gCT3YRmd6HHUuvMzuPE9pw_Save As
28
+ VARIANT_MANAGEMENT_SAVEAS=ReOHm5IfOaHZ2PtxsXs1sw_Save As
45
29
 
46
- #XBUT: VariantManagement predefined text for Ok action on the dialogs
47
- VARIANT_MANAGEMENT_OK=O4HthSJOa8R1MJ4Zy4zMvA_OK
30
+ VARIANT_MANAGEMENT_OK=6TCCKfv3T1dDkdVe2hMO5A_OK
48
31
 
49
- #XBUT: VariantManagement predefined text for Cancel action on Main dialog
50
- VARIANT_MANAGEMENT_CANCEL=tQWdc0WjvSOXSbTTxl6lZg_Cancel
32
+ VARIANT_MANAGEMENT_CANCEL=lv6YbP5ITDEjKtSnn8x7fw_Cancel
51
33
 
52
- #XBUT: VariantManagement predefined text for Management action on Main dialog
53
- VARIANT_MANAGEMENT_MANAGE=0AurRN2ueWNc4Nig+bNabw_Manage
34
+ VARIANT_MANAGEMENT_MANAGE=oIHLYmmWCK89uU49y+zLWA_Manage
54
35
 
55
- #XTIT: VariantManagement predefined text for Name in Save dialog
56
- VARIANT_MANAGEMENT_NAME=iakKQXE+SRn0p/qgVRiQRQ_View
36
+ VARIANT_MANAGEMENT_NAME=prPfmbVhGXdnqZ4iqo0tBg_View
57
37
 
58
- #XTIT: VariantManagement predefined text for Key in Save dialog
59
- VARIANT_MANAGEMENT_KEY=4MNhVeuTmkDPzv6gieLNxw_Key\:
38
+ VARIANT_MANAGEMENT_KEY=Z9ZieOEutfGaXbZWK3EBUQ_Key\:
60
39
 
61
- #XTIT: VariantManagement predefined text for Set as default Checkbox in Save dialog
62
- VARIANT_MANAGEMENT_SETASDEFAULT=QSf30YHsmeIWIXoF8bmzsw_Set as Default
40
+ VARIANT_MANAGEMENT_SETASDEFAULT=3KYTbSDuTePzOlKIp+yE2g_Set as Default
63
41
 
64
- #XTIT: VariantManagement predefined text for Save dialog
65
- VARIANT_MANAGEMENT_SAVEDIALOG=fyZNb3Rh9E8c4Rsg2lD71A_Save View
42
+ VARIANT_MANAGEMENT_SAVEDIALOG=CJX8ZdzbcgvAHEaV0xM6HA_Save View
66
43
 
67
- #XTIT: VariantManagement predefined text for Manage Variants dialog
68
- VARIANT_MANAGEMENT_MANAGEDIALOG=6MmU8EiH5hRaSHeEyQiXIg_Manage Views
44
+ VARIANT_MANAGEMENT_MANAGEDIALOG=xqZLMRsPHllbkFAijTggaQ_Manage Views
69
45
 
70
- #XTIT: VariantManagement predefined text for fallback variant
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
- #XTIT: VariantManagement predefined text for Default Variant
74
- VARIANT_MANAGEMENT_DEFAULT=QBRHiYgS0OxwVqTadE0lDw_Default
48
+ VARIANT_MANAGEMENT_DEFAULT=jKHwSZamtC2TZOk4vZ+PMQ_Default
75
49
 
76
- #XTIT: VariantManagement predefined text for Standard Variant
77
- VARIANT_MANAGEMENT_STANDARD=iXX0PGKTb7XD7vGLxRwErg_Standard
50
+ VARIANT_MANAGEMENT_STANDARD=ZwgnSWHpVuUdC2N65HT/XQ_Standard
78
51
 
79
- #XTIT: VariantManagement predefined text for Execute on Select
80
- VARIANT_MANAGEMENT_EXECUTEONSELECT=785lhXA4a4wO+6FGKFPYhw_Apply Automatically
52
+ VARIANT_MANAGEMENT_EXECUTEONSELECT=pK1PKlXNmrtdBDs46Gh0bw_Apply Automatically
81
53
 
82
- #XTIT: VariantManagement predefined text for Author
83
- VARIANT_MANAGEMENT_AUTHOR=mgiuzKHauK12YY3oN5RmkQ_Created By
54
+ VARIANT_MANAGEMENT_AUTHOR=+weDvLbp5rXLrdqBBThWng_Created By
84
55
 
85
- #XTIT: VariantManagement predefined text for the 'Delete Variant' column.
86
- VARIANT_MANAGEMENT_ACTION_COLUMN=kkekAlnGozhdMOCXNAXZUw_Action
56
+ VARIANT_MANAGEMENT_ACTION_COLUMN=BkZC66ZWEheVPtyWPCZbQw_Action
87
57
 
88
- #XTIT: VariantManagement predefined text for invisible text. Accessibility support.
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
- #XTIT: VariantManagement predefined text for invisible text indicating modified variant. Accessibility support.
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
- #XTIT: VariantManagement predefined title of the VariantManangement Popover Title
95
- VARIANT_MANAGEMENT_VARIANTS=t908hvz+ah68gGZO/BGQcw_My Views
62
+ VARIANT_MANAGEMENT_VARIANTS=0LBIyAKLiMnYJ7c/U5c/RQ_My Views
96
63
 
97
- #XTIT: VariantManagement predefined title for Error Message duplicate Variant
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
- #XTIT: VariantManagement predefined title for Error Message empty Variant
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
- #XTIT: VariantManagement predefined title for Error Message not allowed characters
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
- #XTIT: VariantManagement predefined title for Error Message max length
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
- #XTIT: VariantManagement predefined tooltip for Error Message wrong layer
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
- #XTIT: VariantManagement predefined tooltip for Error Message wrong layer
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
- #XTOL: VariantManagement predefined text for tooltip on trigger button
116
- VARIANT_MANAGEMENT_TRIGGER_TT=RkC0CPZR1P4r8NDSd7u5Tw_Select View
76
+ VARIANT_MANAGEMENT_TRIGGER_TT=wczxEW9xlqB5YTNLhO0JzQ_Select View
117
77
 
118
- #XBUT: VariantManagement predefined text for Delete action on Manage dialog
119
- VARIANT_MANAGEMENT_DELETE=f6Pm+i3oIJN0K7jvxg+ueQ_Delete View
78
+ VARIANT_MANAGEMENT_DELETE=lIlvyazmjvhbjIfmSGF0Tg_Delete View
120
79
 
121
- #XTOL: VariantManagement predefined text for Remove as Favorites tooltip
122
- VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=4dFgdMUpnwNWCn5YbOj43g_Remove as Favorite
80
+ VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=lFhYCfg8Y+P3QaKqqMSMpA_Remove from Favorites
123
81
 
124
- #XTIT: VariantManagement predefined text for Add to Favorites tooltip
125
- VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=77d9mOoweuwLxg9uJYym6Q_Add as Favorite
82
+ VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=LTr2w25iEGThUCghnhfmWA_Add as Favorite
126
83
 
127
- #YMSG: error message when in error state. Main text.
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
- #YMSG: error message when in error state. Explanation text.
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
- #XTIT: VariantManagement Standard Variant Original Title.
134
- STANDARD_VARIANT_ORIGINAL_TITLE=c7je+jTxrBiRFXHzzSr8Pg_Standard
88
+ STANDARD_VARIANT_ORIGINAL_TITLE=vU+Jkxl+6nhE21wykQ4QcQ_Standard
135
89
 
136
- #XTIT: VariantManagement Standard Variant Title.
137
- STANDARD_VARIANT_TITLE=CF1VJGQpsyQXRICxd2wQ9g_Standard
90
+ STANDARD_VARIANT_TITLE=ynzbXMjiTECK/qZ2D/VfNQ_Standard
138
91
 
139
- #XTIT: VariantManagement predefined text for multiple Variant copies
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
- #XTIT: VariantManagement predefined text for multiple Variant copies
143
- VARIANT_COPY_MULTIPLE_TEXT=jg/bOHLVesUkyvX2LMk2zw_{0} Copy({1})
94
+ VARIANT_COPY_MULTIPLE_TEXT=oPY8XdpBRakbedjJAbkjRg_{0} Copy({1})
144
95
 
145
- #XHED: dialog title for transport error
146
- HEADER_TRANSPORT_ERROR=RP048Mp39vuHv+ZiwgC+yw_Error
96
+ HEADER_TRANSPORT_ERROR=Xa5F1MV6CBmROW22aV8MMw_Error
147
97
 
148
- #XMSG: dialog message for transport error
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}
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.fl.registry.ChangeRegistry
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.71.65
48
+ * @version 1.71.67
49
49
  * @experimental Since 1.27.0
50
50
  *
51
51
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @alias sap.ui.fl.registry.ChangeRegistryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  * @experimental Since 1.27.0
26
26
  *
27
27
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @alias sap.ui.fl.registry.ChangeTypeMetadata
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  * @experimental Since 1.27.0
31
31
  *
32
32
  */
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @alias sap.ui.fl.registry.SimpleChanges
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.71.65
36
+ * @version 1.71.67
37
37
  * @experimental Since 1.27.0
38
38
  *
39
39
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @abstract
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  * @private
31
31
  * @ui5-restricted
32
32
  * @constructor
@@ -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.65
37
+ * @version 1.71.67
38
38
  * @experimental Since 1.45
39
39
  */
40
40
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
@@ -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.65
37
+ * @version 1.71.67
38
38
  * @experimental Since 1.45
39
39
  */
40
40
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
@@ -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.65
30
+ * @version 1.71.67
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.65
19
+ * @version 1.71.67
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.65
16
+ * @version 1.71.67
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.65
17
+ * @version 1.71.67
18
18
  * @experimental Since 1.45
19
19
  */
20
20
  var DataUtils = {
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.utils.ErrorUtils
18
18
  * @author SAP SE
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  var ErrorUtils = {};
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.support.Flexibility
18
18
  * @author SAP SE
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @experimental Since 1.52
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.diagnostics.Flexibility", {
@@ -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.65
24
+ * @version 1.71.67
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.
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor
17
17
  * @alias sap.ui.fl.transport.Transports
18
18
  * @author SAP SE
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @since 1.38.0
21
21
  */
22
22
  var Transports = function() {
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.65
28
+ * @version 1.71.67
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -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.65
41
+ * @version 1.71.67
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.65
72
+ * @version 1.71.67
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
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  *
19
19
  * @namespace sap.ui.fl.write._internal.CompatibilityConnector
20
20
  * @since 1.71
21
- * @version 1.71.65
21
+ * @version 1.71.67
22
22
  * @private
23
23
  * @ui5-restricted sap.ui.fl
24
24
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace sap.ui.fl.write._internal.Connector
22
22
  * @since 1.67
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl
26
26
  */
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @namespace sap.ui.fl.write._internal.connectors.ConnectorFeaturesMerger
16
16
  * @since 1.70
17
- * @version 1.71.65
17
+ * @version 1.71.67
18
18
  * @private
19
19
  * @ui5-restricted sap.ui.fl.write._internal
20
20
  */
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  *
66
66
  * @namespace sap.ui.fl.write._internal.connectors.KeyUserConnector
67
67
  * @since 1.70
68
- * @version 1.71.65
68
+ * @version 1.71.67
69
69
  * @private
70
70
  * @ui5-restricted sap.ui.fl.write._internal.Connector
71
71
  */
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  *
70
70
  * @namespace sap.ui.fl.write._internal.connectors.LrepConnector
71
71
  * @since 1.67
72
- * @version 1.71.65
72
+ * @version 1.71.67
73
73
  * @private
74
74
  * @ui5-restricted sap.ui.fl.write._internal.Connector
75
75
  */
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  *
69
69
  * @namespace sap.ui.fl.write._internal.connectors.PersonalizationConnector
70
70
  * @since 1.70
71
- * @version 1.71.65
71
+ * @version 1.71.67
72
72
  * @private
73
73
  * @ui5-restricted sap.ui.fl.write._internal.Connector
74
74
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @namespace sap.ui.fl.write._internal.connectors.Utils
18
18
  * @since 1.70
19
- * @version 1.71.65
19
+ * @version 1.71.67
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.write._internal
22
22
  */