@openui5/sap.ui.fl 1.71.71 → 1.71.72

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 (83) 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_bg.properties +1 -1
  58. package/src/sap/ui/fl/messagebundle_sl.properties +1 -1
  59. package/src/sap/ui/fl/registry/ChangeRegistry.js +1 -1
  60. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +1 -1
  61. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +1 -1
  62. package/src/sap/ui/fl/registry/SimpleChanges.js +1 -1
  63. package/src/sap/ui/fl/support/Flexibility.js +1 -1
  64. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +1 -1
  65. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +1 -1
  66. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +1 -1
  67. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +1 -1
  68. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +1 -1
  69. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +1 -1
  70. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +1 -1
  71. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +1 -1
  72. package/src/sap/ui/fl/transport/TransportSelection.js +1 -1
  73. package/src/sap/ui/fl/transport/Transports.js +1 -1
  74. package/src/sap/ui/fl/util/ManagedObjectModel.js +1 -1
  75. package/src/sap/ui/fl/variants/VariantController.js +1 -1
  76. package/src/sap/ui/fl/variants/VariantModel.js +1 -1
  77. package/src/sap/ui/fl/write/_internal/CompatibilityConnector.js +1 -1
  78. package/src/sap/ui/fl/write/_internal/Connector.js +1 -1
  79. package/src/sap/ui/fl/write/_internal/connectors/ConnectorFeaturesMerger.js +1 -1
  80. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +1 -1
  81. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +1 -1
  82. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +1 -1
  83. 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.71",
3
+ "version": "1.71.72",
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.71",
18
- "@openui5/sap.ui.core": "1.71.71"
17
+ "@openui5/sap.m": "1.71.72",
18
+ "@openui5/sap.ui.core": "1.71.72"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 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.71</version>
9
+ <version>1.71.72</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.71
37
+ * @version 1.71.72
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.71
27
+ * @version 1.71.72
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.71
48
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
35
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
32
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
60
+ * @version 1.71.72
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.71
28
+ * @version 1.71.72
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.71
28
+ * @version 1.71.72
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.71
44
+ * @version 1.71.72
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.71
35
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
38
+ * @version 1.71.72
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.71
34
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
39
+ * @version 1.71.72
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.71
34
+ * @version 1.71.72
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.71
29
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
15
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
16
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
20
+ * @version 1.71.72
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.71
16
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
22
+ * @version 1.71.72
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.71
25
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
20
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
18
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
20
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
29
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
30
+ * @version 1.71.72
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.71
40
+ * @version 1.71.72
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.71
55
+ * @version 1.71.72
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.71
190
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
82
+ * @version 1.71.72
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.71
38
+ * @version 1.71.72
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.71
302
+ * @version 1.71.72
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.71
25
+ * @version 1.71.72
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.71
51
+ * @version 1.71.72
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.71",
57
+ version: "1.71.72",
58
58
  controls: ["sap.ui.fl.variants.VariantManagement"],
59
59
  dependencies: [
60
60
  "sap.ui.core", "sap.m"
@@ -47,7 +47,7 @@ VARIANT_MANAGEMENT_NODATA=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 "\u04
47
47
 
48
48
  VARIANT_MANAGEMENT_DEFAULT=\u041F\u043E \u043F\u043E\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043D\u0435
49
49
 
50
- VARIANT_MANAGEMENT_STANDARD=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442
50
+ VARIANT_MANAGEMENT_STANDARD=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0435\u043D
51
51
 
52
52
  VARIANT_MANAGEMENT_EXECUTEONSELECT=\u041F\u0440\u0438\u043B\u0430\u0433\u0430\u043D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E
53
53
 
@@ -51,7 +51,7 @@ VARIANT_MANAGEMENT_STANDARD=Standard
51
51
 
52
52
  VARIANT_MANAGEMENT_EXECUTEONSELECT=Samodejna uveljavitev
53
53
 
54
- VARIANT_MANAGEMENT_AUTHOR=Kreiral
54
+ VARIANT_MANAGEMENT_AUTHOR=Ustvaril uporabnik
55
55
 
56
56
  VARIANT_MANAGEMENT_ACTION_COLUMN=Akcija
57
57
 
@@ -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.71
48
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
29
+ * @version 1.71.72
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.71
36
+ * @version 1.71.72
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.71
29
+ * @version 1.71.72
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.71
37
+ * @version 1.71.72
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.71
37
+ * @version 1.71.72
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.71
30
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
16
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
24
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
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.71
28
+ * @version 1.71.72
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.71
41
+ * @version 1.71.72
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.71
72
+ * @version 1.71.72
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.71
21
+ * @version 1.71.72
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.71
23
+ * @version 1.71.72
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.71
17
+ * @version 1.71.72
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.71
68
+ * @version 1.71.72
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.71
72
+ * @version 1.71.72
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.71
71
+ * @version 1.71.72
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.71
19
+ * @version 1.71.72
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.write._internal
22
22
  */