@openui5/sap.ui.fl 1.71.75 → 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
 
@@ -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.75
24
+ * @version 1.71.76
25
25
  * @experimental Since 1.27.0
26
26
  *
27
27
  */
@@ -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.registry.ChangeTypeMetadata
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.75
29
+ * @version 1.71.76
30
30
  * @experimental Since 1.27.0
31
31
  *
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
  /*global Error */
@@ -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
 
@@ -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.75
36
+ * @version 1.71.76
37
37
  * @experimental Since 1.27.0
38
38
  *
39
39
  */
@@ -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
  *
27
27
  * @abstract
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.71.75
29
+ * @version 1.71.76
30
30
  * @private
31
31
  * @ui5-restricted
32
32
  * @constructor
@@ -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
 
@@ -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.75
37
+ * @version 1.71.76
38
38
  * @experimental Since 1.45
39
39
  */
40
40
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
@@ -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
 
@@ -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.75
37
+ * @version 1.71.76
38
38
  * @experimental Since 1.45
39
39
  */
40
40
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
@@ -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
 
@@ -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.75
30
+ * @version 1.71.76
31
31
  * @experimental Since 1.45
32
32
  */
33
33
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster", {
@@ -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
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.Layers
18
18
  * @author SAP SE
19
- * @version 1.71.75
19
+ * @version 1.71.76
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.Layers", {
@@ -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(["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.75
16
+ * @version 1.71.76
17
17
  * @experimental Since 1.45
18
18
  */
19
19
  var LrepConnector = {};
@@ -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/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.75
17
+ * @version 1.71.76
18
18
  * @experimental Since 1.45
19
19
  */
20
20
  var DataUtils = {
@@ -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
  * @constructor
17
17
  * @alias sap.ui.fl.support.apps.contentbrowser.utils.ErrorUtils
18
18
  * @author SAP SE
19
- * @version 1.71.75
19
+ * @version 1.71.76
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  var ErrorUtils = {};
@@ -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
 
@@ -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.75
19
+ * @version 1.71.76
20
20
  * @experimental Since 1.52
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.diagnostics.Flexibility", {
@@ -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
 
@@ -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.75
24
+ * @version 1.71.76
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.
@@ -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
  /*global Promise */
@@ -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.75
19
+ * @version 1.71.76
20
20
  * @since 1.38.0
21
21
  */
22
22
  var Transports = function() {
@@ -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
 
@@ -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.75
28
+ * @version 1.71.76
29
29
  *
30
30
  * @constructor
31
31
  * @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
 
@@ -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.75
41
+ * @version 1.71.76
42
42
  */
43
43
  var VariantController = function (sComponentName, sAppVersion, oChangeFileContent) {
44
44
  this._sComponentName = sComponentName || "";
@@ -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
 
@@ -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.75
72
+ * @version 1.71.76
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
@@ -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
 
@@ -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.75
21
+ * @version 1.71.76
22
22
  * @private
23
23
  * @ui5-restricted sap.ui.fl
24
24
  */
@@ -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
  * @namespace sap.ui.fl.write._internal.Connector
22
22
  * @since 1.67
23
- * @version 1.71.75
23
+ * @version 1.71.76
24
24
  * @private
25
25
  * @ui5-restricted sap.ui.fl
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
 
@@ -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
 
@@ -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.75
17
+ * @version 1.71.76
18
18
  * @private
19
19
  * @ui5-restricted sap.ui.fl.write._internal
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
 
@@ -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
 
@@ -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.75
68
+ * @version 1.71.76
69
69
  * @private
70
70
  * @ui5-restricted sap.ui.fl.write._internal.Connector
71
71
  */
@@ -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
 
@@ -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.75
72
+ * @version 1.71.76
73
73
  * @private
74
74
  * @ui5-restricted sap.ui.fl.write._internal.Connector
75
75
  */
@@ -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
 
@@ -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.75
71
+ * @version 1.71.76
72
72
  * @private
73
73
  * @ui5-restricted sap.ui.fl.write._internal.Connector
74
74
  */
@@ -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
 
@@ -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.75
19
+ * @version 1.71.76
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.fl.write._internal
22
22
  */
@@ -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