@openui5/sap.ui.support 1.109.0 → 1.110.0

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 (50) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +6 -6
  4. package/src/sap/ui/support/.library +2 -2
  5. package/src/sap/ui/support/Bootstrap.js +1 -1
  6. package/src/sap/ui/support/RuleAnalyzer.js +3 -3
  7. package/src/sap/ui/support/jQuery.sap.support.js +2 -2
  8. package/src/sap/ui/support/library.js +20 -3
  9. package/src/sap/ui/support/supportRules/Analyzer.js +3 -3
  10. package/src/sap/ui/support/supportRules/CommunicationBus.js +1 -4
  11. package/src/sap/ui/support/supportRules/Constants.js +1 -1
  12. package/src/sap/ui/support/supportRules/CoreFacade.js +4 -6
  13. package/src/sap/ui/support/supportRules/ExecutionScope.js +4 -7
  14. package/src/sap/ui/support/supportRules/History.js +1 -1
  15. package/src/sap/ui/support/supportRules/IssueManager.js +16 -18
  16. package/src/sap/ui/support/supportRules/Main.js +2 -2
  17. package/src/sap/ui/support/supportRules/RuleSerializer.js +1 -1
  18. package/src/sap/ui/support/supportRules/RuleSet.js +11 -10
  19. package/src/sap/ui/support/supportRules/RuleSetLoader.js +1 -1
  20. package/src/sap/ui/support/supportRules/Storage.js +2 -2
  21. package/src/sap/ui/support/supportRules/WCBChannels.js +2 -2
  22. package/src/sap/ui/support/supportRules/WCBConfig.js +1 -1
  23. package/src/sap/ui/support/supportRules/WindowCommunicationBus.js +2 -2
  24. package/src/sap/ui/support/supportRules/report/AbapHistoryFormatter.js +1 -1
  25. package/src/sap/ui/support/supportRules/report/Archiver.js +1 -1
  26. package/src/sap/ui/support/supportRules/report/DataCollector.js +2 -2
  27. package/src/sap/ui/support/supportRules/report/IssueRenderer.js +1 -1
  28. package/src/sap/ui/support/supportRules/report/ReportProvider.js +1 -1
  29. package/src/sap/ui/support/supportRules/report/StringHistoryFormatter.js +1 -1
  30. package/src/sap/ui/support/supportRules/report/resources/index.js +1 -1
  31. package/src/sap/ui/support/supportRules/ui/IFrameController.js +1 -1
  32. package/src/sap/ui/support/supportRules/ui/Overlay.js +1 -1
  33. package/src/sap/ui/support/supportRules/ui/controllers/Analysis.controller.js +1 -1
  34. package/src/sap/ui/support/supportRules/ui/controllers/BaseController.js +1 -1
  35. package/src/sap/ui/support/supportRules/ui/controllers/Issues.controller.js +2 -3
  36. package/src/sap/ui/support/supportRules/ui/controllers/Main.controller.js +1 -1
  37. package/src/sap/ui/support/supportRules/ui/controllers/PresetsController.js +2 -2
  38. package/src/sap/ui/support/supportRules/ui/external/ElementTree.js +1 -1
  39. package/src/sap/ui/support/supportRules/ui/external/Highlighter.js +1 -1
  40. package/src/sap/ui/support/supportRules/ui/models/CustomJSONListSelection.js +1 -1
  41. package/src/sap/ui/support/supportRules/ui/models/CustomListSelection.js +1 -1
  42. package/src/sap/ui/support/supportRules/ui/models/Documentation.js +1 -1
  43. package/src/sap/ui/support/supportRules/ui/models/PresetsUtils.js +1 -1
  44. package/src/sap/ui/support/supportRules/ui/models/SelectionUtils.js +1 -1
  45. package/src/sap/ui/support/supportRules/ui/models/SharedModel.js +1 -1
  46. package/src/sap/ui/support/supportRules/ui/models/formatter.js +1 -1
  47. package/src/sap/ui/support/supportRules/util/EvalUtils.js +1 -1
  48. package/src/sap/ui/support/supportRules/util/RuleValidator.js +1 -1
  49. package/src/sap/ui/support/supportRules/util/StringAnalyzer.js +1 -1
  50. package/src/sap/ui/support/supportRules/util/Utils.js +1 -1
package/.reuse/dep5 CHANGED
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
28
28
  # OpenUI5 code
29
29
 
30
30
  Files: *
31
- Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
68
68
 
69
69
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
70
70
  Copyright:
71
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
71
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
72
72
  Spencer Tipping
73
73
  License: Apache-2.0 and MIT
74
74
  Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
83
83
 
84
84
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
85
85
  Copyright:
86
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
87
87
  OpenJS Foundation and other contributors
88
88
  License: Apache-2.0 and MIT
89
89
  Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
90
90
 
91
91
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
92
92
  Copyright:
93
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
94
94
  OpenJS Foundation and other contributors
95
95
  License: Apache-2.0 and MIT
96
96
  Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
97
97
 
98
98
  Files: src/sap.ui.core/src/jquery.sap.script.js
99
99
  Copyright:
100
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
101
101
  OpenJS Foundation and other contributors
102
102
  License: Apache-2.0 and MIT
103
103
  Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
104
104
 
105
105
  Files: src/sap.ui.core/src/sap/ui/Device.js
106
106
  Copyright:
107
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
108
108
  2011, John Resig
109
109
  License: Apache-2.0 and MIT
110
110
  Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
111
111
 
112
112
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
113
113
  Copyright:
114
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
114
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
115
115
  2014 jQuery Foundation and other contributors
116
116
  License: Apache-2.0 and MIT
117
117
  Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
123
123
 
124
124
  Files: src/sap.ui.core/src/jquery.sap.dom.js
125
125
  Copyright:
126
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
127
127
  2014 jQuery Foundation and other contributors
128
128
  License: Apache-2.0 and MIT
129
129
  Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
130
130
 
131
131
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
132
132
  Copyright:
133
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
133
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
134
134
  2014 jQuery Foundation and other contributors
135
135
  License: Apache-2.0 and MIT
136
136
  Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
162
162
 
163
163
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
164
164
  Copyright:
165
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
165
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
166
166
  2012 Wei-Ko Kao
167
167
  License: Apache-2.0 and MIT
168
168
  Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
299
299
 
300
300
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
301
301
  Copyright:
302
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
302
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
303
303
  Douglas Crockford
304
304
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
305
305
  Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
306
306
 
307
307
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
308
308
  Copyright:
309
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
309
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
310
310
  2010 Douglas Crockford
311
311
  License: Apache-2.0
312
312
  Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
340
340
 
341
341
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
342
342
  Copyright:
343
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
343
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
344
344
  Behrang Norouzinia
345
345
  License: Apache-2.0 and MIT
346
346
  Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
352
352
 
353
353
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
354
354
  Copyright:
355
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
355
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
356
356
  Isaac Z. Schlueter and Contributors
357
357
  License: Apache-2.0 and ISC
358
358
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
359
359
 
360
360
  Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
361
  Copyright:
362
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
362
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
363
  Arthur David Olson, Paul Eggert and other contributors
364
364
  License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
365
  Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
469
469
 
470
470
  Files: lib/jsdoc/ui5/plugin.js
471
471
  Copyright:
472
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
472
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
473
473
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
474
474
  License: Apache-2.0
475
475
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
package/THIRDPARTY.txt CHANGED
@@ -185,7 +185,7 @@ License: Apache-2.0
185
185
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
186
186
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
187
187
 
188
- Component: Unicode Common Locale Data Repository, version: 35.1
188
+ Component: Unicode Common Locale Data Repository, version: 41
189
189
  Copyright: 1991-2014 Unicode, Inc.
190
190
  License: Unicode-DFS-2015
191
191
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.1.44
481
+ Component: SAP Theming Base Content, version: 11.1.48
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.support",
3
- "version": "1.109.0",
3
+ "version": "1.110.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.support",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.109.0",
18
- "@openui5/sap.ui.codeeditor": "1.109.0",
19
- "@openui5/sap.ui.core": "1.109.0",
20
- "@openui5/sap.ui.fl": "1.109.0",
21
- "@openui5/sap.ui.layout": "1.109.0"
17
+ "@openui5/sap.m": "1.110.0",
18
+ "@openui5/sap.ui.codeeditor": "1.110.0",
19
+ "@openui5/sap.ui.core": "1.110.0",
20
+ "@openui5/sap.ui.fl": "1.110.0",
21
+ "@openui5/sap.ui.layout": "1.110.0"
22
22
  }
23
23
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap.ui.support</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.109.0</version>
9
+ <version>1.110.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.support</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.support.RuleAnalyzer
34
34
  * @author SAP SE
35
- * @version 1.109.0
35
+ * @version 1.110.0
36
36
  * @public
37
37
  */
38
38
  var RuleAnalyzer = {
@@ -114,7 +114,7 @@ sap.ui.define([
114
114
  *
115
115
  * @public
116
116
  * @since 1.60
117
- * @param {object} oRule Settings for the new rule. For detailed information about its properties see {@link topic:eaeea19a991d46f29e6d8d8827317d0e Rule Property Values}
117
+ * @param {sap.ui.support.RuleConfiguration} oRule Settings for the new rule. For detailed information about its properties see {@link topic:eaeea19a991d46f29e6d8d8827317d0e Rule Property Values}
118
118
  * @returns {string} Rule creation status. Possible values are "success" or description of why adding failed.
119
119
  */
120
120
  addRule: function (oRule) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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(["sap/ui/thirdparty/jquery",
34
34
  * @namespace
35
35
  * @deprecated Since version 1.60.0. Please use sap/ui/support/RuleAnalyzer instead.
36
36
  * @author SAP SE
37
- * @version 1.109.0
37
+ * @version 1.110.0
38
38
  * @public
39
39
  */
40
40
  jQuery.sap.support = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/library"],
23
23
  * @namespace
24
24
  * @alias sap.ui.support
25
25
  * @author SAP SE
26
- * @version 1.109.0
26
+ * @version 1.110.0
27
27
  * @since 1.50
28
28
  * @public
29
29
  */
@@ -37,7 +37,7 @@ sap.ui.define(["sap/ui/core/library"],
37
37
  controls: [],
38
38
  elements: [],
39
39
  noLibraryCSS: true,
40
- version: "1.109.0",
40
+ version: "1.110.0",
41
41
  extensions: {
42
42
  //Configuration used for rule loading of Support Assistant
43
43
  "sap.ui.support": {
@@ -224,5 +224,22 @@ sap.ui.define(["sap/ui/core/library"],
224
224
  }
225
225
  };
226
226
 
227
+ /**
228
+ * Support Assistant rule configuration
229
+ *
230
+ * @typedef {object} sap.ui.support.RuleConfiguration
231
+ * @property {string} id
232
+ * @property {boolean} async
233
+ * @property {string} title
234
+ * @property {string} resolution
235
+ * @property {string} minversion
236
+ * @property {sap.ui.support.Categories[]} categories
237
+ * @property {sap.ui.support.Audiences[]} audiences
238
+ * @property {string} description
239
+ * @property {string} resolutionurls
240
+ * @property {string} check
241
+ * @public
242
+ */
243
+
227
244
  return thisLib;
228
245
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -64,8 +64,8 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/supportRules/IssueManager","sap/u
64
64
  *
65
65
  * @public
66
66
  * @param {array} aRules Selected rules for execution
67
- * @param {object} oCoreFacade Metadata, Models, UI areas and Components of the Core object
68
- * @param {object} oExecutionScope selected execution scope from user in UI
67
+ * @param {sap.ui.support.CoreFacade} oCoreFacade Metadata, Models, UI areas and Components of the Core object
68
+ * @param {sap.ui.support.ExecutionScope} oExecutionScope selected execution scope from user in UI
69
69
  * @returns {Promise} When all rules are analyzed
70
70
  */
71
71
  Analyzer.prototype.start = function (aRules, oCoreFacade, oExecutionScope) {
@@ -1,12 +1,9 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- /**
8
- * @typedef {object} EventListener
9
- */
10
7
  sap.ui.define([
11
8
  "sap/ui/support/supportRules/WindowCommunicationBus",
12
9
  "sap/ui/support/supportRules/WCBConfig"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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([],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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,16 +18,14 @@ sap.ui.define([
18
18
 
19
19
  /**
20
20
  * @class
21
- *
22
- * <h3>Overview</h3>
23
- * The CoreFacade interface gives access to the Metadata, Models, UI areas and Components of the Core object.
21
+ * The CoreFacade interface allows rule developers to access the metadata, models, UI areas and components of the Core.
24
22
  *
25
23
  * <h3>Usage</h3>
26
- * The CoreFacade is passed to all rule check functions as an object. This helps rule developers to access the core state.
24
+ * The CoreFacade is passed as second argument to all rule check functions.
27
25
  *
28
26
  * @name sap.ui.support.CoreFacade
29
27
  * @param {object} oCore Core object as available in core plugins
30
- * @returns {object} Instance of the <code>CoreFacade</code>
28
+ * @hideconstructor
31
29
  * @public
32
30
  */
33
31
  function CoreFacade(oCore) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -136,22 +136,19 @@ sap.ui.define(
136
136
  *
137
137
  * <h3>Overview</h3>
138
138
  *
139
- * <code>ExecutionScope</code> is the third parameter of a rule check function.
140
- * It provides access to internal UI5 objects available for inspection.
139
+ * The ExecutionScope provides access to internal UI5 objects available for inspection.
141
140
  * The <code>getElements</code> API method allows the user to select a specific subset of
142
141
  * elements valid for their case. It accepts one query object argument.
143
142
  *
144
143
  * <h3>Usage</h3>
144
+ * The ExecutionScope is passed as third argument to all rule check functions.
145
145
  *
146
- * When a rule is executed, three parameters are passed: <code>oIssueManager</code>,
147
- * <code>oCoreFacade</code> and <code>oScope</code>.
148
- *
149
- * An <code>ExecutionScope</code> instance is passed to every call of a rule check function.
150
146
  * When you analyze your application, available objects are collected depending on the settings
151
147
  * passed to the Support Assistant at the moment when you start it.
152
148
  *
153
149
  * @public
154
150
  * @since 1.48
151
+ * @hideconstructor
155
152
  * @alias sap.ui.support.ExecutionScope
156
153
  */
157
154
  function ExecutionScope(core, context) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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([
@@ -1,13 +1,9 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- /**
8
- * The IssueManager interface stores, groups and converts issues from the Core Object to a usable model by the Support Assistant.
9
- * Issues can be added only through the IssueManager using <code>addIssue</code> method.
10
- */
11
7
  sap.ui.define(["sap/base/util/deepExtend", "sap/ui/base/Object", "sap/ui/support/library", "sap/ui/support/supportRules/Constants"],
12
8
  function (deepExtend, BaseObject, library, constants) {
13
9
  "use strict";
@@ -56,16 +52,14 @@ sap.ui.define(["sap/base/util/deepExtend", "sap/ui/base/Object", "sap/ui/support
56
52
  /**
57
53
  * @class
58
54
  * The IssueManager is used to store and export issues to the Support Assistant.
59
- * <h3>Overview</h3>
60
- * The IssueManager is used to store and export issues found by the Support Assistant.
55
+ *
61
56
  * <h3>Usage</h3>
62
57
  * The IssueManager can be used as a static class and add issues using the <code>addIssue</code> method of both the IssueManager or the IssueManagerFacade.
63
- * @public
58
+ * @private
64
59
  * @alias sap.ui.support.IssueManager
65
60
  */
66
61
  var IssueManager = {
67
62
 
68
-
69
63
  /**
70
64
  * Adds an issue to the list of issues found.
71
65
  * @public
@@ -422,23 +416,27 @@ sap.ui.define(["sap/base/util/deepExtend", "sap/ui/base/Object", "sap/ui/support
422
416
  };
423
417
 
424
418
  /**
425
- * Creates an IssueManagerFacade.
426
- * @constructor
427
- * @private
428
- * @namespace
429
- * @alias sap.ui.support.IssueManagerFacade
419
+ * @class
420
+ * The IssueManagerFacade allows rule developers to add new issues.
421
+ *
422
+ * <h3>Usage</h3>
423
+ * The IssueManagerFacade is passed as first argument to all rule check functions.
424
+ *
425
+ * @name sap.ui.support.IssueManagerFacade
430
426
  * @param {object} oRule Rule for the IssueManagerFacade
431
- * @returns {void}
427
+ * @hideconstructor
428
+ * @public
432
429
  */
433
430
  var IssueManagerFacade = function (oRule) {
434
431
  this.oRule = oRule;
435
432
  };
436
433
 
437
434
  /**
438
- * Adds issue to the IssueManager via the IssueManagerFacade.
435
+ * Adds issue
436
+ * @alias sap.ui.support.IssueManagerFacade#addIssue
439
437
  * @public
440
- * @param {object} oIssue Issue object to be added in the IssueManager
441
- * @returns {void}
438
+ * @param {{severity: sap.ui.support.Severity, details: string, context: {id: string}}} oIssue Issue object to be added
439
+ * @throws {Error} Will throw an error if some of the issue properties are invalid
442
440
  */
443
441
  IssueManagerFacade.prototype.addIssue = function (oIssue) {
444
442
  oIssue.rule = this.oRule;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -304,7 +304,7 @@ function (Log, ManagedObject, Element, Component, Analyzer, CoreFacade,
304
304
  * Analyzes all rules in the given execution scope.
305
305
  *
306
306
  * @private
307
- * @param {object} oExecutionScope The scope of the analysis
307
+ * @param {{type: string}} oExecutionScope The scope of the analysis
308
308
  * @param {object|string|object[]} [vPresetOrRules=All rules] The preset or system preset ID or rules against which the analysis will be run
309
309
  * @param {object} [oMetadata] Metadata in custom format. Its only purpose is to be included in the analysis report.
310
310
  * @returns {Promise} Notifies the finished state by starting the Analyzer
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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,10 +32,10 @@ function (Log, Version, library, storage, constants) {
32
32
  * The RuleSet is an interface used to create, update and delete rulesets.
33
33
  *
34
34
  * @class
35
- * @public
35
+ * @private
36
36
  * @alias sap.ui.support.RuleSet
37
37
  * @author SAP SE
38
- * @version 1.109.0
38
+ * @version 1.110.0
39
39
  * @param {object} oSettings Name of the initiated
40
40
  */
41
41
  var RuleSet = function (oSettings) {
@@ -66,7 +66,7 @@ function (Log, Version, library, storage, constants) {
66
66
  /**
67
67
  * Gets all rules from the RuleSet.
68
68
  * @public
69
- * @returns {object} All rules within the current RuleSet
69
+ * @returns {Object<string, sap.ui.support.RuleConfiguration>} All rules within the current RuleSet
70
70
  */
71
71
  RuleSet.prototype.getRules = function () {
72
72
  return this._mRules;
@@ -76,15 +76,15 @@ function (Log, Version, library, storage, constants) {
76
76
  * Updates rules from the RuleSet.
77
77
  * @public
78
78
  * @param {string} sRuleId Rule ID
79
- * @param {object} ORuleSettings Rule settings
79
+ * @param {sap.ui.support.RuleConfiguration} oRuleSettings Rule settings
80
80
  * @returns {string} sRuleVerification Rule Verification status
81
81
  */
82
- RuleSet.prototype.updateRule = function (sRuleId, ORuleSettings) {
83
- var sRuleVerification = this._verifySettingsObject(ORuleSettings, true);
82
+ RuleSet.prototype.updateRule = function (sRuleId, oRuleSettings) {
83
+ var sRuleVerification = this._verifySettingsObject(oRuleSettings, true);
84
84
 
85
85
  if (sRuleVerification === "success") {
86
86
  delete this._mRules[sRuleId];
87
- this._mRules[ORuleSettings.id] = ORuleSettings;
87
+ this._mRules[oRuleSettings.id] = oRuleSettings;
88
88
  }
89
89
 
90
90
  return sRuleVerification;
@@ -177,7 +177,8 @@ function (Log, Version, library, storage, constants) {
177
177
  /**
178
178
  * Adds rules to RuleSet.
179
179
  * @public
180
- * @param {object} oSettings Settings object with rule information
180
+ * @param {sap.ui.support.RuleConfiguration} oSettings Settings object with rule information
181
+ * @param {{version: string}} oVersionInfo The version
181
182
  * @returns {string} sRuleVerificationStatus Verification status
182
183
  */
183
184
  RuleSet.prototype.addRule = function (oSettings, oVersionInfo) {
@@ -210,7 +211,7 @@ function (Log, Version, library, storage, constants) {
210
211
  /**
211
212
  * Remove rule from RuleSet.
212
213
  * @public
213
- * @param {object} oRule Rule object that will be removed
214
+ * @param {sap.ui.support.RuleConfiguration} oRule Rule object that will be removed
214
215
  */
215
216
  RuleSet.prototype.removeRule = function (oRule) {
216
217
  if (this._mRules[oRule.id]) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  *
54
54
  * @name sap.ui.support.Storage
55
55
  * @author SAP SE.
56
- * @version 1.109.0
56
+ * @version 1.110.0
57
57
  * @private
58
58
  */
59
59
  return /** @lends sap.ui.support.Storage */ {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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 @@ function () {
19
19
  * @enum {string}
20
20
  * @name sap.ui.support.WCBChannels
21
21
  * @readonly
22
- * @protected
22
+ * @private
23
23
  */
24
24
  return /** @lends sap.ui.support.WCBChannels */ {
25
25
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @alias sap.ui.support.WindowCommunicationBus
26
26
  * @author SAP SE
27
- * @version 1.109.0
27
+ * @version 1.110.0
28
28
  * @private
29
29
  */
30
30
  var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -147,7 +147,7 @@ sap.ui.define(["sap/ui/core/Core", "sap/base/util/LoaderExtensions", 'sap/base/s
147
147
  try {
148
148
  oTechData.sapUi5Version = {
149
149
  version: sap.ui.getVersionInfo(),
150
- path: sap.ui.resource("", "sap-ui-version.json")
150
+ path: sap.ui.require.toUrl("sap-ui-version.json")
151
151
  };
152
152
  } catch (ex) {
153
153
  oTechData.sapUi5Version = null;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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(["sap/ui/core/Core",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -10,13 +10,12 @@ sap.ui.define([
10
10
  "sap/ui/support/supportRules/CommunicationBus",
11
11
  "sap/ui/support/supportRules/ui/models/SharedModel",
12
12
  "sap/ui/support/supportRules/ui/external/ElementTree",
13
- "sap/ui/support/supportRules/IssueManager",
14
13
  "sap/ui/support/supportRules/WCBChannels",
15
14
  "sap/ui/support/supportRules/ui/models/formatter",
16
15
  "sap/ui/support/supportRules/Constants",
17
16
  "sap/m/OverflowToolbarAssociativePopoverControls",
18
17
  "sap/base/util/deepExtend"
19
- ], function (BaseController, JSONModel, CommunicationBus, SharedModel, ElementTree, IssueManager, channelNames, formatter, constants, OverflowToolbarAssociativePopoverControls, deepExtend) {
18
+ ], function (BaseController, JSONModel, CommunicationBus, SharedModel, ElementTree, channelNames, formatter, constants, OverflowToolbarAssociativePopoverControls, deepExtend) {
20
19
  "use strict";
21
20
 
22
21
  var mIssueSettings = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  *
90
90
  * @extends sap.ui.support.supportRules.ui.controllers.BaseController
91
91
  * @author SAP SE
92
- * @version 1.109.0
92
+ * @version 1.110.0
93
93
  * @private
94
94
  * @alias sap.ui.support.supportRules.ui.controllers.PresetsController
95
95
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /*!
4
4
  * OpenUI5
5
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
6
6
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
7
7
  */
8
8
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6