@openui5/sap.ui.fl 1.71.74 → 1.71.76

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 (129) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/fl/.library +2 -2
  3. package/src/sap/ui/fl/Cache.js +2 -2
  4. package/src/sap/ui/fl/Change.js +1 -1
  5. package/src/sap/ui/fl/ChangePersistence.js +1 -1
  6. package/src/sap/ui/fl/ChangePersistenceFactory.js +2 -2
  7. package/src/sap/ui/fl/ControlPersonalizationAPI.js +2 -2
  8. package/src/sap/ui/fl/DefaultVariant.js +2 -2
  9. package/src/sap/ui/fl/EventHistory.js +2 -2
  10. package/src/sap/ui/fl/FakeLrepConnector.js +2 -2
  11. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
  12. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
  13. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +2 -2
  14. package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
  15. package/src/sap/ui/fl/FakeLrepSessionStorage.js +2 -2
  16. package/src/sap/ui/fl/FakeLrepStorage.js +2 -2
  17. package/src/sap/ui/fl/FlexController.js +2 -2
  18. package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
  19. package/src/sap/ui/fl/FlexCustomData.js +2 -2
  20. package/src/sap/ui/fl/LayerUtils.js +2 -2
  21. package/src/sap/ui/fl/LrepConnector.js +2 -2
  22. package/src/sap/ui/fl/Preprocessor.js +2 -2
  23. package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
  24. package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
  25. package/src/sap/ui/fl/StandardVariant.js +2 -2
  26. package/src/sap/ui/fl/Utils.js +2 -2
  27. package/src/sap/ui/fl/Variant.js +2 -2
  28. package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
  29. package/src/sap/ui/fl/apply/_internal/ChangesController.js +1 -1
  30. package/src/sap/ui/fl/apply/_internal/Connector.js +2 -2
  31. package/src/sap/ui/fl/apply/_internal/ConnectorResultDisassembler.js +2 -2
  32. package/src/sap/ui/fl/apply/_internal/ConnectorResultMerger.js +2 -2
  33. package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageConnector.js +1 -1
  34. package/src/sap/ui/fl/apply/_internal/connectors/BrowserStorageUtils.js +2 -2
  35. package/src/sap/ui/fl/apply/_internal/connectors/JsObjectConnector.js +1 -1
  36. package/src/sap/ui/fl/apply/_internal/connectors/KeyUserConnector.js +1 -1
  37. package/src/sap/ui/fl/apply/_internal/connectors/LocalStorageConnector.js +1 -1
  38. package/src/sap/ui/fl/apply/_internal/connectors/LrepConnector.js +1 -1
  39. package/src/sap/ui/fl/apply/_internal/connectors/PersonalizationConnector.js +1 -1
  40. package/src/sap/ui/fl/apply/_internal/connectors/SessionStorageConnector.js +1 -1
  41. package/src/sap/ui/fl/apply/_internal/connectors/StaticFileConnector.js +1 -1
  42. package/src/sap/ui/fl/apply/_internal/connectors/Utils.js +2 -2
  43. package/src/sap/ui/fl/apply/_internal/variants/URLHandler.js +1 -1
  44. package/src/sap/ui/fl/apply/api/ControlVariantApplyAPI.js +2 -2
  45. package/src/sap/ui/fl/apply/api/FlexRuntimeInfoAPI.js +1 -1
  46. package/src/sap/ui/fl/apply/api/SmartVariantManagementApplyAPI.js +1 -1
  47. package/src/sap/ui/fl/apply/api/UI2PersonalizationApplyAPI.js +1 -1
  48. package/src/sap/ui/fl/apply/connectors/BaseConnector.js +2 -2
  49. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  50. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  51. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  52. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  53. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +2 -2
  54. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  55. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  56. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  57. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  58. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  59. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  60. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  61. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  62. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  63. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  64. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  65. package/src/sap/ui/fl/context/BaseContextProvider.js +2 -2
  66. package/src/sap/ui/fl/context/Context.js +2 -2
  67. package/src/sap/ui/fl/context/ContextManager.js +2 -2
  68. package/src/sap/ui/fl/context/DeviceContextProvider.js +2 -2
  69. package/src/sap/ui/fl/context/SwitchContextProvider.js +2 -2
  70. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  71. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +3 -3
  72. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +3 -3
  73. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  74. package/src/sap/ui/fl/designtime/appVariant/AppVariantModifier.js +1 -1
  75. package/src/sap/ui/fl/designtime/appVariant/AppVariantUtils.js +1 -1
  76. package/src/sap/ui/fl/designtime/appVariant/ChangeModifier.js +1 -1
  77. package/src/sap/ui/fl/designtime/appVariant/ModifierUtils.js +1 -1
  78. package/src/sap/ui/fl/designtime/appVariant/ModuleModifier.js +1 -1
  79. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  80. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  81. package/src/sap/ui/fl/fieldExt/Access.js +2 -2
  82. package/src/sap/ui/fl/library.js +3 -3
  83. package/src/sap/ui/fl/library.support.js +1 -1
  84. package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
  85. package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
  86. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
  87. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +2 -2
  88. package/src/sap/ui/fl/registry/Settings.js +1 -1
  89. package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
  90. package/src/sap/ui/fl/support/Flexibility.js +2 -2
  91. package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
  92. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
  93. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
  94. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
  95. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
  96. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
  97. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
  98. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
  99. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
  100. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
  101. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
  102. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
  103. package/src/sap/ui/fl/themes/base/library.source.less +1 -1
  104. package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
  105. package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
  106. package/src/sap/ui/fl/transport/Transports.js +2 -2
  107. package/src/sap/ui/fl/util/ManagedObjectModel.js +2 -2
  108. package/src/sap/ui/fl/variants/VariantController.js +2 -2
  109. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  110. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  111. package/src/sap/ui/fl/write/_internal/CompatibilityConnector.js +2 -2
  112. package/src/sap/ui/fl/write/_internal/Connector.js +2 -2
  113. package/src/sap/ui/fl/write/_internal/SaveAs.js +1 -1
  114. package/src/sap/ui/fl/write/_internal/connectors/BrowserStorageConnector.js +1 -1
  115. package/src/sap/ui/fl/write/_internal/connectors/ConnectorFeaturesMerger.js +2 -2
  116. package/src/sap/ui/fl/write/_internal/connectors/JsObjectConnector.js +1 -1
  117. package/src/sap/ui/fl/write/_internal/connectors/KeyUserConnector.js +2 -2
  118. package/src/sap/ui/fl/write/_internal/connectors/LocalStorageConnector.js +1 -1
  119. package/src/sap/ui/fl/write/_internal/connectors/LrepConnector.js +2 -2
  120. package/src/sap/ui/fl/write/_internal/connectors/PersonalizationConnector.js +2 -2
  121. package/src/sap/ui/fl/write/_internal/connectors/SessionStorageConnector.js +1 -1
  122. package/src/sap/ui/fl/write/_internal/connectors/Utils.js +2 -2
  123. package/src/sap/ui/fl/write/api/ChangesWriteAPI.js +1 -1
  124. package/src/sap/ui/fl/write/api/ControlPersonalizationWriteAPI.js +1 -1
  125. package/src/sap/ui/fl/write/api/FeaturesAPI.js +1 -1
  126. package/src/sap/ui/fl/write/api/PersistenceWriteAPI.js +1 -1
  127. package/src/sap/ui/fl/write/api/SmartVariantManagementWriteAPI.js +1 -1
  128. package/src/sap/ui/fl/write/api/UI2PersonalizationWriteAPI.js +1 -1
  129. package/src/sap/ui/fl/write/connectors/BaseConnector.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
20
+ * @version 1.71.76
21
21
  * @public
22
22
  */
23
23
  var ControlVariantApplyAPI = /** @lends sap.ui.fl.apply.api.ControlVariantApplyAPI */{
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
16
+ * @version 1.71.76
17
17
  * @public
18
18
  */
19
19
  var BaseConnector = /** @lends sap.ui.fl.apply.api.connectors.BaseConnector */ {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
23
+ * @version 1.71.76
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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
17
+ * @version 1.71.76
18
18
  * @private
19
19
  * @ui5-restricted change handlers
20
20
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
22
+ * @version 1.71.76
23
23
  * @experimental Since 1.46
24
24
  */
25
25
  var BaseRename = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @private
24
24
  * @author SAP SE
25
- * @version 1.71.74
25
+ * @version 1.71.76
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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
18
+ * @version 1.71.76
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var HideControl = {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -17,7 +17,7 @@ function(
17
17
  *
18
18
  * @alias sap.ui.fl.changeHandler.MoveControls
19
19
  * @author SAP SE
20
- * @version 1.71.74
20
+ * @version 1.71.76
21
21
  * @experimental Since 1.46
22
22
  */
23
23
  var MoveControls = { };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
19
+ * @version 1.71.76
20
20
  * @experimental Since 1.34.0
21
21
  */
22
22
  var MoveElements = { };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
19
+ * @version 1.71.76
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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
23
+ * @version 1.71.76
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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
18
+ * @version 1.71.76
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var StashControl = {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
18
+ * @version 1.71.76
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnhideControl = {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
18
+ * @version 1.71.76
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnstashControl = { };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
23
+ * @version 1.71.76
24
24
  */
25
25
  var CodeExtManager;
26
26
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
20
+ * @version 1.71.76
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
17
+ * @version 1.71.76
18
18
  *
19
19
  * @constructor
20
20
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
29
+ * @version 1.71.76
30
30
  */
31
31
  var ContextManager;
32
32
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
24
+ * @version 1.71.76
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
24
+ * @version 1.71.76
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -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.74
30
+ * @version 1.71.76
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.74
40
+ * @version 1.71.76
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.74
55
+ * @version 1.71.76
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.74
190
+ * @version 1.71.76
191
191
  * @private
192
192
  * @ui5-restricted sap.ui.rta, smart business
193
193
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
24
+ * @version 1.71.76
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.74
82
+ * @version 1.71.76
83
83
  * @private
84
84
  * @ui5-restricted sap.ui.rta, smart business
85
85
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
38
+ * @version 1.71.76
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.74
302
+ * @version 1.71.76
303
303
  * @private
304
304
  * @ui5-restricted sap.ui.rta, smart business
305
305
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
25
+ * @version 1.71.76
26
26
  */
27
27
  var Access = {};
28
28
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
51
+ * @version 1.71.76
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.74",
57
+ version: "1.71.76",
58
58
  controls: ["sap.ui.fl.variants.VariantManagement"],
59
59
  dependencies: [
60
60
  "sap.ui.core", "sap.m"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.74
48
+ * @version 1.71.76
49
49
  * @experimental Since 1.27.0
50
50
  *
51
51
  */