@openui5/sap.ui.fl 1.60.37 → 1.60.41

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 (90) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +3 -3
  3. package/pom.xml +1 -1
  4. package/src/sap/ui/fl/.library +2 -2
  5. package/src/sap/ui/fl/Cache.js +2 -2
  6. package/src/sap/ui/fl/Change.js +2 -2
  7. package/src/sap/ui/fl/ChangePersistence.js +1 -1
  8. package/src/sap/ui/fl/ChangePersistenceFactory.js +2 -2
  9. package/src/sap/ui/fl/ControlPersonalizationAPI.js +2 -2
  10. package/src/sap/ui/fl/DefaultVariant.js +2 -2
  11. package/src/sap/ui/fl/EventHistory.js +2 -2
  12. package/src/sap/ui/fl/FakeLrepConnector.js +2 -2
  13. package/src/sap/ui/fl/FakeLrepConnectorLocalStorage.js +2 -2
  14. package/src/sap/ui/fl/FakeLrepConnectorSessionStorage.js +2 -2
  15. package/src/sap/ui/fl/FakeLrepConnectorStorage.js +2 -2
  16. package/src/sap/ui/fl/FakeLrepLocalStorage.js +2 -2
  17. package/src/sap/ui/fl/FakeLrepSessionStorage.js +2 -2
  18. package/src/sap/ui/fl/FakeLrepStorage.js +2 -2
  19. package/src/sap/ui/fl/FlexController.js +2 -2
  20. package/src/sap/ui/fl/FlexControllerFactory.js +2 -2
  21. package/src/sap/ui/fl/FlexCustomData.js +2 -2
  22. package/src/sap/ui/fl/LrepConnector.js +2 -2
  23. package/src/sap/ui/fl/Persistence.js +2 -2
  24. package/src/sap/ui/fl/Preprocessor.js +2 -2
  25. package/src/sap/ui/fl/PreprocessorImpl.js +2 -2
  26. package/src/sap/ui/fl/RegistrationDelegator.js +2 -2
  27. package/src/sap/ui/fl/StandardVariant.js +2 -2
  28. package/src/sap/ui/fl/Utils.js +2 -2
  29. package/src/sap/ui/fl/Variant.js +2 -2
  30. package/src/sap/ui/fl/XmlPreprocessorImpl.js +2 -2
  31. package/src/sap/ui/fl/changeHandler/AddXML.js +2 -2
  32. package/src/sap/ui/fl/changeHandler/Base.js +2 -2
  33. package/src/sap/ui/fl/changeHandler/BaseRename.js +2 -2
  34. package/src/sap/ui/fl/changeHandler/BaseTreeModifier.js +1 -1
  35. package/src/sap/ui/fl/changeHandler/ChangeHandlerMediator.js +2 -2
  36. package/src/sap/ui/fl/changeHandler/HideControl.js +2 -2
  37. package/src/sap/ui/fl/changeHandler/JsControlTreeModifier.js +1 -1
  38. package/src/sap/ui/fl/changeHandler/MoveControls.js +2 -2
  39. package/src/sap/ui/fl/changeHandler/MoveElements.js +2 -2
  40. package/src/sap/ui/fl/changeHandler/PropertyBindingChange.js +2 -2
  41. package/src/sap/ui/fl/changeHandler/PropertyChange.js +2 -2
  42. package/src/sap/ui/fl/changeHandler/StashControl.js +2 -2
  43. package/src/sap/ui/fl/changeHandler/UnhideControl.js +2 -2
  44. package/src/sap/ui/fl/changeHandler/UnstashControl.js +2 -2
  45. package/src/sap/ui/fl/changeHandler/XmlTreeModifier.js +1 -1
  46. package/src/sap/ui/fl/codeExt/CodeExtManager.js +2 -2
  47. package/src/sap/ui/fl/context/BaseContextProvider.js +2 -2
  48. package/src/sap/ui/fl/context/Context.js +2 -2
  49. package/src/sap/ui/fl/context/ContextManager.js +2 -2
  50. package/src/sap/ui/fl/context/DeviceContextProvider.js +2 -2
  51. package/src/sap/ui/fl/context/SwitchContextProvider.js +2 -2
  52. package/src/sap/ui/fl/core/EventDelegate.js +2 -2
  53. package/src/sap/ui/fl/core/FlexVisualizer.js +2 -2
  54. package/src/sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory.js +5 -5
  55. package/src/sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory.js +3 -3
  56. package/src/sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory.js +3 -3
  57. package/src/sap/ui/fl/descriptorRelated/internal/Utils.js +1 -1
  58. package/src/sap/ui/fl/designtime/library.designtime.js +1 -1
  59. package/src/sap/ui/fl/designtime/variants/VariantManagement.designtime.js +1 -1
  60. package/src/sap/ui/fl/fieldExt/Access.js +2 -2
  61. package/src/sap/ui/fl/library.js +3 -3
  62. package/src/sap/ui/fl/library.support.js +1 -1
  63. package/src/sap/ui/fl/messagebundle_no.properties +9 -9
  64. package/src/sap/ui/fl/registry/ChangeHandlerRegistration.js +1 -1
  65. package/src/sap/ui/fl/registry/ChangeRegistry.js +2 -2
  66. package/src/sap/ui/fl/registry/ChangeRegistryItem.js +2 -2
  67. package/src/sap/ui/fl/registry/ChangeTypeMetadata.js +2 -2
  68. package/src/sap/ui/fl/registry/Settings.js +1 -1
  69. package/src/sap/ui/fl/registry/SimpleChanges.js +2 -2
  70. package/src/sap/ui/fl/support/Flexibility.js +2 -2
  71. package/src/sap/ui/fl/support/apps/contentbrowser/Component.js +1 -1
  72. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetails.controller.js +2 -2
  73. package/src/sap/ui/fl/support/apps/contentbrowser/controller/ContentDetailsEdit.controller.js +2 -2
  74. package/src/sap/ui/fl/support/apps/contentbrowser/controller/LayerContentMaster.controller.js +2 -2
  75. package/src/sap/ui/fl/support/apps/contentbrowser/controller/Layers.controller.js +2 -2
  76. package/src/sap/ui/fl/support/apps/contentbrowser/lrepConnector/LRepConnector.js +2 -2
  77. package/src/sap/ui/fl/support/apps/contentbrowser/utils/DataUtils.js +2 -2
  78. package/src/sap/ui/fl/support/apps/contentbrowser/utils/ErrorUtils.js +2 -2
  79. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/Component.js +1 -1
  80. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/controller/Root.controller.js +1 -1
  81. package/src/sap/ui/fl/support/apps/uiFlexibilityDiagnostics/helper/Extractor.js +1 -1
  82. package/src/sap/ui/fl/support/diagnostics/Flexibility.controller.js +2 -2
  83. package/src/sap/ui/fl/themes/base/library.source.less +1 -1
  84. package/src/sap/ui/fl/transport/TransportDialog.js +1 -1
  85. package/src/sap/ui/fl/transport/TransportSelection.js +2 -2
  86. package/src/sap/ui/fl/transport/Transports.js +2 -2
  87. package/src/sap/ui/fl/variants/VariantController.js +2 -2
  88. package/src/sap/ui/fl/variants/VariantManagement.js +1 -1
  89. package/src/sap/ui/fl/variants/VariantModel.js +2 -2
  90. package/src/sap/ui/fl/variants/util/VariantUtil.js +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.60.37
17
+ * @version 1.60.41
18
18
  * @experimental Since 1.45
19
19
  */
20
20
  var DataUtils = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.60.37
19
+ * @version 1.60.41
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  var ErrorUtils = {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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.support.Flexibility
21
21
  * @author SAP SE
22
- * @version 1.60.37
22
+ * @version 1.60.41
23
23
  * @experimental Since 1.52
24
24
  */
25
25
  return Controller.extend("sap.ui.fl.support.diagnostics.Flexibility", {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * @alias sap.ui.fl.transport.TransportSelection
17
17
  * @constructor
18
18
  * @author SAP SE
19
- * @version 1.60.37
19
+ * @version 1.60.41
20
20
  * @since 1.38.0
21
21
  * Helper object to select an ABAP transport for an LREP object. This is not a generic utility to select a transport request, but part
22
22
  * of the SmartVariant control.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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 */
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @constructor
16
16
  * @alias sap.ui.fl.transport.Transports
17
17
  * @author SAP SE
18
- * @version 1.60.37
18
+ * @version 1.60.41
19
19
  * @since 1.38.0
20
20
  */
21
21
  var Transports = function() {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * @alias sap.ui.fl.variants.VariantController
35
35
  * @experimental Since 1.50.0
36
36
  * @author SAP SE
37
- * @version 1.60.37
37
+ * @version 1.60.41
38
38
  */
39
39
  var VariantController = function (sComponentName, sAppVersion, oChangeFileContent) {
40
40
  this._sComponentName = sComponentName || "";
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * ! UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class Variant Model implementation for JSON format
33
33
  * @extends sap.ui.model.json.JSONModel
34
34
  * @author SAP SE
35
- * @version 1.60.37
35
+ * @version 1.60.41
36
36
  * @param {object} oData either the URL where to load the JSON from or a JS object
37
37
  * @param {object} oFlexController the FlexController instance for the component which uses the variant model
38
38
  * @param {object} oComponent Component instance that is currently loading
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.fl.variants.util.VariantUtil
34
34
  * @author SAP SE
35
- * @version 1.60.37
35
+ * @version 1.60.41
36
36
  * @experimental Since 1.56.0
37
37
  */
38
38