@openui5/sap.ui.fl 1.60.36 → 1.60.40

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 +2 -2
  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
 
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  *
19
19
  * @alias sap.ui.fl.changeHandler.PropertyBindingChange
20
20
  * @author SAP SE
21
- * @version 1.60.36
21
+ * @version 1.60.40
22
22
  * @since 1.38
23
23
  * @private
24
24
  * @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
  * 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
 
@@ -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.60.36
23
+ * @version 1.60.40
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
  * 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
 
@@ -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.60.36
18
+ * @version 1.60.40
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var StashControl = {};
@@ -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
 
@@ -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.60.36
18
+ * @version 1.60.40
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnhideControl = {};
@@ -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
 
@@ -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.60.36
18
+ * @version 1.60.40
19
19
  * @experimental Since 1.27.0
20
20
  */
21
21
  var UnstashControl = { };
@@ -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.codeExt.CodeExtManager
17
17
  * @since 1.40.0
18
18
  * @author SAP SE
19
- * @version 1.60.36
19
+ * @version 1.60.40
20
20
  */
21
21
  var CodeExtManager;
22
22
 
@@ -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
 
@@ -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.60.36
20
+ * @version 1.60.40
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -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/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.60.36
17
+ * @version 1.60.40
18
18
  *
19
19
  * @constructor
20
20
  * @private
@@ -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
  * @alias sap.ui.fl.context.ContextManager
20
20
  * @since 1.38.0
21
21
  * @author SAP SE
22
- * @version 1.60.36
22
+ * @version 1.60.40
23
23
  */
24
24
  var ContextManager;
25
25
 
@@ -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
 
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/fl/context/BaseContextProvider", "sap/ui/Device"], functi
15
15
  * @extends sap.ui.fl.context.BaseContextProvider
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.36
18
+ * @version 1.60.40
19
19
  *
20
20
  * @constructor
21
21
  * @private
@@ -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
 
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/fl/context/BaseContextProvider", "sap/ui/fl/Cache"], func
15
15
  * @extends sap.ui.fl.context.BaseContextProvider
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.60.36
18
+ * @version 1.60.40
19
19
  *
20
20
  * @constructor
21
21
  * @private
@@ -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
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @alias sap.ui.fl.core.EventDelegate
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.60.36
20
+ * @version 1.60.40
21
21
  * @experimental Since 1.27.0
22
22
  * @private
23
23
  *
@@ -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
 
@@ -13,7 +13,7 @@ sap.ui.define([], function() {
13
13
  * @alias sap.ui.fl.core.FlexVisualizer
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.60.36
16
+ * @version 1.60.40
17
17
  * @experimental Since 1.27.0
18
18
  *
19
19
  */
@@ -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
  sap.ui.define([
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @namespace
30
30
  * @name sap.ui.fl.descriptorRelated
31
31
  * @author SAP SE
32
- * @version 1.60.36
32
+ * @version 1.60.40
33
33
  * @private
34
34
  * @sap-restricted
35
35
  */
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @namespace
40
40
  * @name sap.ui.fl.descriptorRelated.api
41
41
  * @author SAP SE
42
- * @version 1.60.36
42
+ * @version 1.60.40
43
43
  * @private
44
44
  * @sap-restricted
45
45
  */
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @constructor
55
55
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChange
56
56
  * @author SAP SE
57
- * @version 1.60.36
57
+ * @version 1.60.40
58
58
  * @private
59
59
  * @sap-restricted
60
60
  */
@@ -189,7 +189,7 @@ sap.ui.define([
189
189
  * @constructor
190
190
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorChangeFactory
191
191
  * @author SAP SE
192
- * @version 1.60.36
192
+ * @version 1.60.40
193
193
  * @private
194
194
  * @sap-restricted
195
195
  */
@@ -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
 
@@ -18,7 +18,7 @@ sap.ui.define(["sap/ui/fl/descriptorRelated/internal/Utils"
18
18
  * @constructor
19
19
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChange
20
20
  * @author SAP SE
21
- * @version 1.60.36
21
+ * @version 1.60.40
22
22
  * @private
23
23
  * @sap-restricted
24
24
  */
@@ -49,7 +49,7 @@ sap.ui.define(["sap/ui/fl/descriptorRelated/internal/Utils"
49
49
  * @namespace
50
50
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorInlineChangeFactory
51
51
  * @author SAP SE
52
- * @version 1.60.36
52
+ * @version 1.60.40
53
53
  * @private
54
54
  * @sap-restricted
55
55
  */
@@ -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
  * @constructor
35
35
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorVariant
36
36
  * @author SAP SE
37
- * @version 1.60.36
37
+ * @version 1.60.40
38
38
  * @private
39
39
  * @sap-restricted
40
40
  */
@@ -281,7 +281,7 @@ sap.ui.define([
281
281
  * @namespace
282
282
  * @alias sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory
283
283
  * @author SAP SE
284
- * @version 1.60.36
284
+ * @version 1.60.40
285
285
  * @private
286
286
  * @sap-restricted
287
287
  */
@@ -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
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @alias sap.ui.fl.fieldExt.Access
17
17
  * @experimental Since 1.25.0
18
18
  * @author SAP SE
19
- * @version 1.60.36
19
+ * @version 1.60.40
20
20
  */
21
21
  var Access = {};
22
22
 
@@ -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,14 +16,14 @@ sap.ui.define([
16
16
  * @namespace
17
17
  * @name sap.ui.fl
18
18
  * @author SAP SE
19
- * @version 1.60.36
19
+ * @version 1.60.40
20
20
  * @private
21
21
  * @sap-restricted
22
22
  */
23
23
 
24
24
  sap.ui.getCore().initLibrary({
25
25
  name: "sap.ui.fl",
26
- version: "1.60.36",
26
+ version: "1.60.40",
27
27
  controls: ["sap.ui.fl.variants.VariantManagement"],
28
28
  dependencies: [
29
29
  "sap.ui.core", "sap.m"
@@ -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
  /**
@@ -62,10 +62,10 @@ VARIANT_MANAGEMENT_KEY=N\u00F8kkel\:
62
62
  VARIANT_MANAGEMENT_SETASDEFAULT=Sett som standard
63
63
 
64
64
  #XTIT: VariantManagement predefined text for Save dialog
65
- VARIANT_MANAGEMENT_SAVEDIALOG=Lagre view
65
+ VARIANT_MANAGEMENT_SAVEDIALOG=Lagre visning
66
66
 
67
67
  #XTIT: VariantManagement predefined text for Manage Variants dialog
68
- VARIANT_MANAGEMENT_MANAGEDIALOG=Administrer view
68
+ VARIANT_MANAGEMENT_MANAGEDIALOG=Administrer visninger
69
69
 
70
70
  #XTIT: VariantManagement predefined text for fallback variant
71
71
  VARIANT_MANAGEMENT_NODATA=Velg "lagre" for \u00E5 lagre ny variant
@@ -86,13 +86,13 @@ VARIANT_MANAGEMENT_AUTHOR=Opprettet av
86
86
  VARIANT_MANAGEMENT_ACTION_COLUMN=Aktivitet
87
87
 
88
88
  #XTIT: VariantManagement predefined text for invisible text. Accessibility support.
89
- VARIANT_MANAGEMENT_SEL_VARIANT=View {0}. Trykk p\u00E5 mellomromstasten for \u00E5 \u00E5pne.
89
+ VARIANT_MANAGEMENT_SEL_VARIANT=Visning {0}. Trykk p\u00E5 mellomromstasten for \u00E5 \u00E5pne.
90
90
 
91
91
  #XTIT: VariantManagement predefined text for invisible text indicating modified variant. Accessibility support.
92
- VARIANT_MANAGEMENT_SEL_VARIANT_MOD=Modifisert view {0}. Trykk p\u00E5 mellomromstasten for \u00E5 \u00E5pne.
92
+ VARIANT_MANAGEMENT_SEL_VARIANT_MOD=Modifisert visning {0}. Trykk p\u00E5 mellomromstasten for \u00E5 \u00E5pne.
93
93
 
94
94
  #XTIT: VariantManagement predefined title of the VariantManangement Popover Title
95
- VARIANT_MANAGEMENT_VARIANTS=Mine view
95
+ VARIANT_MANAGEMENT_VARIANTS=Mine visninger
96
96
 
97
97
  #XTIT: VariantManagement predefined title for Error Message duplicate Variant
98
98
  VARIANT_MANAGEMENT_ERROR_DUPLICATE=Det finnes allerede en fil med dette navnet
@@ -101,10 +101,10 @@ VARIANT_MANAGEMENT_ERROR_DUPLICATE=Det finnes allerede en fil med dette navnet
101
101
  VARIANT_MANAGEMENT_ERROR_EMPTY=Oppgi et annet viewnavn
102
102
 
103
103
  #XTIT: VariantManagement predefined title for Error Message not allowed characters
104
- VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=Tegnet {0} er ikke tillatt for viewnavn
104
+ VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=Tegnet {0} er ikke tillatt for visningsnavn
105
105
 
106
106
  #XTIT: VariantManagement predefined title for Error Message max length
107
- VARIANT_MANAGEMENT_MAX_LEN=Viewnavn er begrenset til {0} tegn.
107
+ VARIANT_MANAGEMENT_MAX_LEN=Visningsnavn er begrenset til {0} tegn.
108
108
 
109
109
  #XTIT: VariantManagement predefined tooltip for Error Message wrong layer
110
110
  VARIANT_MANAGEMENT_WRONG_LAYER=Viewet kan ikke endres i dette systemet
@@ -113,10 +113,10 @@ VARIANT_MANAGEMENT_WRONG_LAYER=Viewet kan ikke endres i dette systemet
113
113
  VARIANT_MANAGEMENT_WRONG_LANGUAGE=Viewet kan ikke endres p\u00E5 dette spr\u00E5ket
114
114
 
115
115
  #XTOL: VariantManagement predefined text for tooltip on trigger button
116
- VARIANT_MANAGEMENT_TRIGGER_TT=Velg view
116
+ VARIANT_MANAGEMENT_TRIGGER_TT=Velg visning
117
117
 
118
118
  #XBUT: VariantManagement predefined text for Delete action on Manage dialog
119
- VARIANT_MANAGEMENT_DELETE=Slett view
119
+ VARIANT_MANAGEMENT_DELETE=Slett visning
120
120
 
121
121
  #XTOL: VariantManagement predefined text for Remove as Favorites tooltip
122
122
  VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=Fjern fra Favoritter
@@ -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
 
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @alias sap.ui.fl.registry.ChangeRegistry
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.60.36
46
+ * @version 1.60.40
47
47
  * @experimental Since 1.27.0
48
48
  *
49
49
  */
@@ -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
 
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/fl/Utils"], function(Utils) {
17
17
  * @alias sap.ui.fl.registry.ChangeRegistryItem
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.60.36
20
+ * @version 1.60.40
21
21
  * @experimental Since 1.27.0
22
22
  *
23
23
  */
@@ -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
 
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/fl/Utils"], function(Utils) {
20
20
  * @alias sap.ui.fl.registry.ChangeTypeMetadata
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.60.36
23
+ * @version 1.60.40
24
24
  * @experimental Since 1.27.0
25
25
  *
26
26
  */
@@ -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 Error */
@@ -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
 
@@ -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.60.36
36
+ * @version 1.60.40
37
37
  * @experimental Since 1.27.0
38
38
  *
39
39
  */
@@ -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
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @abstract
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.60.36
29
+ * @version 1.60.40
30
30
  * @sap-restricted
31
31
  * @constructor
32
32
  * @private
@@ -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
 
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @constructor
21
21
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails
22
22
  * @author SAP SE
23
- * @version 1.60.36
23
+ * @version 1.60.40
24
24
  * @experimental Since 1.45
25
25
  */
26
26
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetails", {
@@ -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
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @constructor
18
18
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit
19
19
  * @author SAP SE
20
- * @version 1.60.36
20
+ * @version 1.60.40
21
21
  * @experimental Since 1.45
22
22
  */
23
23
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.ContentDetailsEdit", {
@@ -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
 
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @constructor
21
21
  * @alias sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster
22
22
  * @author SAP SE
23
- * @version 1.60.36
23
+ * @version 1.60.40
24
24
  * @experimental Since 1.45
25
25
  */
26
26
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.LayerContentMaster", {
@@ -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.controller.Layers
18
18
  * @author SAP SE
19
- * @version 1.60.36
19
+ * @version 1.60.40
20
20
  * @experimental Since 1.45
21
21
  */
22
22
  return Controller.extend("sap.ui.fl.support.apps.contentbrowser.controller.Layers", {