@openui5/sap.uxap 1.97.1 → 1.99.1

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 (72) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +14 -21
  3. package/package.json +5 -5
  4. package/src/sap/uxap/.library +1 -1
  5. package/src/sap/uxap/AnchorBar.js +1 -1
  6. package/src/sap/uxap/BlockBaseMetadata.js +1 -1
  7. package/src/sap/uxap/HierarchicalSelect.js +11 -1
  8. package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +1 -1
  9. package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +1 -1
  10. package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +1 -1
  11. package/src/sap/uxap/ObjectPageHeaderContentRenderer.js +7 -3
  12. package/src/sap/uxap/ObjectPageLayout.js +18 -15
  13. package/src/sap/uxap/ObjectPageLayoutRenderer.js +11 -5
  14. package/src/sap/uxap/ObjectPageLazyLoader.js +1 -1
  15. package/src/sap/uxap/ObjectPageSectionBase.js +5 -5
  16. package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +1 -1
  17. package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +1 -1
  18. package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +1 -1
  19. package/src/sap/uxap/component/ObjectPageLayoutUXDrivenFactory.controller.js +6 -8
  20. package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +1 -1
  21. package/src/sap/uxap/library.js +2 -2
  22. package/src/sap/uxap/messagebundle.properties +6 -3
  23. package/src/sap/uxap/messagebundle_ar.properties +4 -2
  24. package/src/sap/uxap/messagebundle_bg.properties +6 -4
  25. package/src/sap/uxap/messagebundle_ca.properties +4 -2
  26. package/src/sap/uxap/messagebundle_cs.properties +4 -2
  27. package/src/sap/uxap/messagebundle_cy.properties +4 -2
  28. package/src/sap/uxap/messagebundle_da.properties +4 -2
  29. package/src/sap/uxap/messagebundle_de.properties +4 -2
  30. package/src/sap/uxap/messagebundle_el.properties +4 -2
  31. package/src/sap/uxap/messagebundle_en.properties +4 -2
  32. package/src/sap/uxap/messagebundle_en_GB.properties +4 -2
  33. package/src/sap/uxap/messagebundle_en_US_sappsd.properties +4 -2
  34. package/src/sap/uxap/messagebundle_en_US_saptrc.properties +4 -2
  35. package/src/sap/uxap/messagebundle_es.properties +4 -2
  36. package/src/sap/uxap/messagebundle_es_MX.properties +4 -2
  37. package/src/sap/uxap/messagebundle_et.properties +4 -2
  38. package/src/sap/uxap/messagebundle_fi.properties +4 -2
  39. package/src/sap/uxap/messagebundle_fr.properties +4 -2
  40. package/src/sap/uxap/messagebundle_fr_CA.properties +7 -5
  41. package/src/sap/uxap/messagebundle_hi.properties +4 -2
  42. package/src/sap/uxap/messagebundle_hr.properties +4 -2
  43. package/src/sap/uxap/messagebundle_hu.properties +4 -2
  44. package/src/sap/uxap/messagebundle_id.properties +4 -2
  45. package/src/sap/uxap/messagebundle_it.properties +4 -2
  46. package/src/sap/uxap/messagebundle_iw.properties +4 -2
  47. package/src/sap/uxap/messagebundle_ja.properties +4 -2
  48. package/src/sap/uxap/messagebundle_kk.properties +4 -2
  49. package/src/sap/uxap/messagebundle_ko.properties +4 -2
  50. package/src/sap/uxap/messagebundle_lt.properties +4 -2
  51. package/src/sap/uxap/messagebundle_lv.properties +4 -2
  52. package/src/sap/uxap/messagebundle_ms.properties +4 -2
  53. package/src/sap/uxap/messagebundle_nl.properties +4 -2
  54. package/src/sap/uxap/messagebundle_no.properties +4 -2
  55. package/src/sap/uxap/messagebundle_pl.properties +4 -2
  56. package/src/sap/uxap/messagebundle_pt.properties +5 -3
  57. package/src/sap/uxap/messagebundle_pt_PT.properties +4 -2
  58. package/src/sap/uxap/messagebundle_ro.properties +4 -2
  59. package/src/sap/uxap/messagebundle_ru.properties +4 -2
  60. package/src/sap/uxap/messagebundle_sh.properties +4 -2
  61. package/src/sap/uxap/messagebundle_sk.properties +4 -2
  62. package/src/sap/uxap/messagebundle_sl.properties +4 -2
  63. package/src/sap/uxap/messagebundle_sv.properties +4 -2
  64. package/src/sap/uxap/messagebundle_th.properties +4 -2
  65. package/src/sap/uxap/messagebundle_tr.properties +5 -3
  66. package/src/sap/uxap/messagebundle_uk.properties +4 -2
  67. package/src/sap/uxap/messagebundle_vi.properties +4 -2
  68. package/src/sap/uxap/messagebundle_zh_CN.properties +4 -2
  69. package/src/sap/uxap/messagebundle_zh_TW.properties +4 -2
  70. package/src/sap/uxap/themes/base/ObjectPageHeaderContent.less +2 -10
  71. package/src/sap/uxap/themes/base/ObjectPageSection.less +0 -9
  72. package/src/sap/uxap/themes/base/ObjectPageSubSection.less +6 -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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
60
60
 
61
61
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
62
62
  Copyright:
63
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
63
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
64
64
  Spencer Tipping
65
65
  License: Apache-2.0 and MIT
66
66
  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
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
75
75
 
76
76
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
77
77
  Copyright:
78
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
78
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
79
79
  OpenJS Foundation and other contributors
80
80
  License: Apache-2.0 and MIT
81
81
  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
82
82
 
83
83
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
84
84
  Copyright:
85
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
85
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
86
  OpenJS Foundation and other contributors
87
87
  License: Apache-2.0 and MIT
88
88
  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
89
89
 
90
90
  Files: src/sap.ui.core/src/jquery.sap.script.js
91
91
  Copyright:
92
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
92
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
93
  OpenJS Foundation and other contributors
94
94
  License: Apache-2.0 and MIT
95
95
  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
96
96
 
97
97
  Files: src/sap.ui.core/src/sap/ui/Device.js
98
98
  Copyright:
99
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
99
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
100
  2011, John Resig
101
101
  License: Apache-2.0 and MIT
102
102
  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)
103
103
 
104
104
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
105
105
  Copyright:
106
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
106
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
107
  2014 jQuery Foundation and other contributors
108
108
  License: Apache-2.0 and MIT
109
109
  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)
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
115
115
 
116
116
  Files: src/sap.ui.core/src/jquery.sap.dom.js
117
117
  Copyright:
118
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
118
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
119
119
  2014 jQuery Foundation and other contributors
120
120
  License: Apache-2.0 and MIT
121
121
  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)
122
122
 
123
123
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
124
124
  Copyright:
125
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
125
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
126
  2014 jQuery Foundation and other contributors
127
127
  License: Apache-2.0 and MIT
128
128
  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
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
149
149
 
150
150
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
151
151
  Copyright:
152
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
152
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
153
153
  2012 Wei-Ko Kao
154
154
  License: Apache-2.0 and MIT
155
155
  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
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
281
281
 
282
282
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
283
283
  Copyright:
284
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
284
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
285
285
  Douglas Crockford
286
286
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
287
287
  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
288
288
 
289
289
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
290
290
  Copyright:
291
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
291
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
292
292
  2010 Douglas Crockford
293
293
  License: Apache-2.0
294
294
  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)
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
322
322
 
323
323
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
324
324
  Copyright:
325
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
325
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
326
326
  Behrang Norouzinia
327
327
  License: Apache-2.0 and MIT
328
328
  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
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
334
334
 
335
335
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
336
336
  Copyright:
337
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
337
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
338
338
  Isaac Z. Schlueter and Contributors
339
339
  License: Apache-2.0 and ISC
340
340
  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.
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
370
370
 
371
371
  # Library: sap.ui.integration:
372
372
 
373
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*.*.json src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
373
+ Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
374
374
  Copyright: SAP
375
375
  License: Apache-2.0
376
376
  Comment: these files belong to: UI5 Web Components
377
377
 
378
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
379
- Copyright: 2015 The Polymer Authors
380
- License: BSD-3-Clause
381
- Comment: these files belong to: Webcomponentsjs
382
-
383
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
384
- Copyright: 1991-2014 Unicode, Inc.
385
- License: Unicode-DFS-2015
386
- Comment: these files belong to: Unicode Common Locale Data Repository
387
-
388
378
  Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
389
379
  Copyright: 2017 Microsoft
390
380
  License: MIT
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
395
385
  License: MIT
396
386
  Comment: these files belong to: Adaptive Cards Templating
397
387
 
388
+ Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
389
+ Copyright: Microsoft
390
+ License: MIT
391
+ Comment: these files belong to: Adaptive Expressions
392
+
398
393
  Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
399
394
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
400
395
  License: MIT
401
396
  Comment: these files belong to: Markdown-it
402
397
 
403
- Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
404
- Copyright: 2015-2017 Evgeny Poberezkin
398
+ Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
399
+ Copyright: 2020 Jeremy Danyow
405
400
  License: MIT
406
- Comment: these files belong to: ajv
401
+ Comment: these files belong to: @cfworker/json-schema
407
402
 
408
403
 
409
404
  # Library: sap.ui.mdc:
410
405
 
411
406
  Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
412
407
  Copyright:
413
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
408
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
414
409
  2015 unnikked
415
410
  License: Apache-2.0 and MIT
416
411
  Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
454
449
 
455
450
  Files: lib/jsdoc/ui5/plugin.js
456
451
  Copyright:
457
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
452
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
458
453
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
459
454
  License: Apache-2.0
460
455
  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
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.7
200
+ Component: URI.js, version: 1.19.10
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
351
351
 
352
352
  Library: sap.ui.integration:
353
353
 
354
- Component: UI5 Web Components, version: 1.0.0-rc.8
354
+ Component: UI5 Web Components, version: 1.0.1
355
355
  Copyright: SAP
356
356
  License: Apache-2.0
357
357
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
358
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*.*.json
359
- src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
360
-
361
- Component: Webcomponentsjs, version: 1.0.2
362
- Copyright: 2015 The Polymer Authors
363
- License: BSD-3-Clause
364
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
365
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
366
-
367
- Component: Unicode Common Locale Data Repository
368
- Copyright: 1991-2014 Unicode, Inc.
369
- License: Unicode-DFS-2015
370
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
371
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
358
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
372
359
 
373
360
  Component: Adaptive Cards, version: 2.9.0
374
361
  Copyright: 2017 Microsoft
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
377
364
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
378
365
  src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
379
366
 
380
- Component: Adaptive Cards Templating, version: 0.1.1-alpha.0
367
+ Component: Adaptive Cards Templating, version: 2.2.0
381
368
  Copyright: 2017 Microsoft
382
369
  License: MIT
383
370
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
384
371
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
385
372
 
386
- Component: Markdown-it, version: 10.0.0
373
+ Component: Adaptive Expressions, version: 4.15.0
374
+ Copyright: Microsoft
375
+ License: MIT
376
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
377
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
378
+
379
+ Component: Markdown-it, version: 12.2.0
387
380
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
388
381
  License: MIT
389
382
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
390
383
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
391
384
 
392
- Component: ajv, version: 6.12.3
393
- Copyright: 2015-2017 Evgeny Poberezkin
385
+ Component: @cfworker/json-schema, version: 1.6.8
386
+ Copyright: 2020 Jeremy Danyow
394
387
  License: MIT
395
388
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
396
- Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
389
+ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
397
390
 
398
391
 
399
392
  Library: sap.ui.mdc:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.uxap",
3
- "version": "1.97.1",
3
+ "version": "1.99.1",
4
4
  "description": "OpenUI5 UI Library sap.uxap",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,9 +14,9 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.f": "1.97.1",
18
- "@openui5/sap.m": "1.97.1",
19
- "@openui5/sap.ui.core": "1.97.1",
20
- "@openui5/sap.ui.layout": "1.97.1"
17
+ "@openui5/sap.f": "1.99.1",
18
+ "@openui5/sap.m": "1.99.1",
19
+ "@openui5/sap.ui.core": "1.99.1",
20
+ "@openui5/sap.ui.layout": "1.99.1"
21
21
  }
22
22
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.uxap</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.97.1</version>
6
+ <version>1.99.1</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -1015,7 +1015,7 @@ sap.ui.define([
1015
1015
  * Determines the width of a control safely. If the control doesn't exist, it returns 0.
1016
1016
  * If it exists, it returns the DOM element width.
1017
1017
  * @param {sap.ui.core.Control} oControl
1018
- * @return {Number} the width of the control
1018
+ * @return {number} the width of the control
1019
1019
  */
1020
1020
  AnchorBar.prototype._getWidth = function (oControl) {
1021
1021
  var oDomReference = oControl.getDomRef();
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class
23
23
  * @author SAP SE
24
- * @version 1.97.1
24
+ * @version 1.99.1
25
25
  * @since 1.26
26
26
  * @alias sap.uxap.BlockBaseMetadata
27
27
  * @extends sap.ui.core.ElementMetadata
@@ -60,6 +60,17 @@ sap.ui.define([
60
60
 
61
61
  Select.prototype.onAfterRenderingPicker.call(this);
62
62
 
63
+ this._applyHierarchyLevelClasses();
64
+ };
65
+
66
+ HierarchicalSelect.prototype.onAfterRenderingList = function() {
67
+
68
+ Select.prototype.onAfterRenderingList.call(this);
69
+
70
+ this._applyHierarchyLevelClasses();
71
+ };
72
+
73
+ HierarchicalSelect.prototype._applyHierarchyLevelClasses = function () {
63
74
  var aItems = this.getItems() || [];
64
75
 
65
76
  aItems.forEach(function (oItem) {
@@ -69,7 +80,6 @@ sap.ui.define([
69
80
  }, this);
70
81
  };
71
82
 
72
-
73
83
  HierarchicalSelect.prototype.setUpperCase = function (bValue, bSuppressInvalidate) {
74
84
 
75
85
  this.setProperty("upperCase", bValue, bSuppressInvalidate);
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.97.1
25
+ * @version 1.99.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @implements sap.uxap.IHeaderContent
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.97.1
44
+ * @version 1.99.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @implements sap.uxap.IHeaderTitle
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.97.1
45
+ * @version 1.99.1
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -17,6 +17,10 @@ sap.ui.define([
17
17
  apiVersion: 2
18
18
  };
19
19
 
20
+ /**
21
+ * @param {sap.ui.core.RenderManager} oRm RenderManager
22
+ * @param {sap.uxap.ObjectPageHeaderContent} oControl Control
23
+ */
20
24
  ObjectPageHeaderContentRenderer.render = function (oRm, oControl) {
21
25
  var oParent = oControl.getParent(),
22
26
  bParentLayout = oParent && oParent.isA("sap.uxap.ObjectPageLayout"),
@@ -95,7 +99,7 @@ sap.ui.define([
95
99
  * @param {sap.ui.core.RenderManager} oRm oRm
96
100
  * @param {boolean} bRenderTitle render title
97
101
  * @param {sap.uxap.ObjectPageHeader} oTitle header title
98
- * @param {sap.ui.core.Control} oControl control
102
+ * @param {sap.uxap.ObjectPageHeaderContent} oControl control
99
103
  */
100
104
  ObjectPageHeaderContentRenderer._renderHeaderContentItem = function (oHeaderContentItem, iIndex, oRm, bRenderTitle, oTitle, oControl) {
101
105
  var bHasSeparatorBefore = false,
@@ -167,7 +171,7 @@ sap.ui.define([
167
171
  * This method is called to render title and all it's parts if the property showTitleInHeaderContent is set to true
168
172
  *
169
173
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
170
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
174
+ * @param {sap.uxap.ObjectPageHeaderContent} oControl an object representation of the control that should be rendered
171
175
  * @param {sap.ui.core.Control} oHeader an object representation of the titleHeader that should be rendered
172
176
  */
173
177
  ObjectPageHeaderContentRenderer._renderTitleImage = function (oRm, oControl, oHeader) {
@@ -196,7 +200,7 @@ sap.ui.define([
196
200
  * This method is called to render the Edit button when the property showEditHeaderButton is set to true
197
201
  *
198
202
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
199
- * @param {sap.ui.core.Control} oHeader an object representation of the control that should be rendered
203
+ * @param {sap.uxap.ObjectPageHeaderContent} oHeader an object representation of the control that should be rendered
200
204
  */
201
205
  ObjectPageHeaderContentRenderer._renderEditButton = function (oRm, oHeader) {
202
206
  oRm.openStart("div")
@@ -587,8 +587,8 @@ sap.ui.define([
587
587
  * <li> If the provided starting entry is not found, the <code>sap.ui.core.TitleLevel.Auto</code> is returned.</li>
588
588
  * <li> If the provided starting entry is the last entry, the last entry is returned.</li>
589
589
  * </ul>
590
- * @param {String} sTitleLevel the <code>sap.ui.core.TitleLevel</code> entry to start from
591
- * @returns {String} <code>sap.ui.core.TitleLevel</code> entry
590
+ * @param {string} sTitleLevel the <code>sap.ui.core.TitleLevel</code> entry to start from
591
+ * @returns {string} <code>sap.ui.core.TitleLevel</code> entry
592
592
  * @since 1.44
593
593
  */
594
594
  ObjectPageLayout._getNextTitleLevelEntry = function(sTitleLevel) {
@@ -2050,9 +2050,11 @@ sap.ui.define([
2050
2050
  ObjectPageLayout.prototype._isClosestScrolledSection = function (sSectionId) {
2051
2051
  var iScrollTop = this._$opWrapper.length > 0 ? this._$opWrapper.scrollTop() : 0,
2052
2052
  iPageHeight = this.iScreenHeight,
2053
- sClosestSectionId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight);
2053
+ sClosestSectionBaseId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight),
2054
+ oSectionBase = this.oCore.byId(sClosestSectionBaseId),
2055
+ oSection = ObjectPageSection._getClosestSection(oSectionBase);
2054
2056
 
2055
- return sClosestSectionId && (sSectionId === sClosestSectionId);
2057
+ return oSection && (sSectionId === oSection.getId());
2056
2058
  };
2057
2059
 
2058
2060
  ObjectPageLayout.prototype._setSelectedSectionId = function (sSelectedSectionId) {
@@ -2461,7 +2463,7 @@ sap.ui.define([
2461
2463
  * thus it will not be using all of the screen width, but despite that the paddings need to be appropriate.
2462
2464
  * <b>Note:</b>
2463
2465
  * The method is called, when the <code>ObjectPageDynamicPageHeaderTitle</code> is being used.
2464
- * @param {Number} iWidth - the actual width of the control
2466
+ * @param {number} iWidth - the actual width of the control
2465
2467
  * @param {Object} oMedia - object containing CSS classes for the respective media (Phone, Tablet, etc.)
2466
2468
  * @private
2467
2469
  */
@@ -2809,8 +2811,8 @@ sap.ui.define([
2809
2811
  * If the <code>sectionTitleLevel</code> has value of <code>sap.ui.core.TitleLevel.Auto</code>,
2810
2812
  * <code>sap.ui.core.TitleLevel.H3</code> is returned for <code>ObjectPageSection</code> and
2811
2813
  * <code>sap.ui.core.TitleLevel.H4</code> for <code>ObjectPageSubSection</code>.
2812
- * @param {Object} oSectionBase <code>ObjectPageSectionBase</code> instance
2813
- * @returns {String} <code>sap.ui.core.TitleLevel</code>
2814
+ * @param {sap.uxap.ObjectPageSectionBase} oSectionBase <code>ObjectPageSectionBase</code> instance
2815
+ * @returns {string} <code>sap.ui.core.TitleLevel</code>
2814
2816
  * @since 1.44
2815
2817
  * @private
2816
2818
  */
@@ -3328,8 +3330,8 @@ sap.ui.define([
3328
3330
  }
3329
3331
 
3330
3332
  //find the currently scrolled section = where position - iScrollTop is closest to 0
3331
- sClosestId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight);
3332
- sClosestSubSectionId = this._getClosestScrolledSectionId(iScrollTop, iPageHeight, true /* subSections only */);
3333
+ sClosestId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight);
3334
+ sClosestSubSectionId = this._getClosestScrolledSectionBaseId(iScrollTop, iPageHeight, true /* subSections only */);
3333
3335
 
3334
3336
  if (sClosestId) {
3335
3337
 
@@ -3418,7 +3420,7 @@ sap.ui.define([
3418
3420
  return iTitleHeightDelta;
3419
3421
  };
3420
3422
 
3421
- ObjectPageLayout.prototype._getClosestScrolledSectionId = function (iScrollTop, iPageHeight, bSubSectionsOnly) {
3423
+ ObjectPageLayout.prototype._getClosestScrolledSectionBaseId = function (iScrollTop, iPageHeight, bSubSectionsOnly) {
3422
3424
  bSubSectionsOnly = !!bSubSectionsOnly;
3423
3425
  iScrollTop = Math.ceil(iScrollTop);
3424
3426
 
@@ -4220,7 +4222,7 @@ sap.ui.define([
4220
4222
  }
4221
4223
 
4222
4224
  var iScrollTop = this._oScroller.getScrollTop(),
4223
- sScrolledSubSectionId = this._getClosestScrolledSectionId(
4225
+ sScrolledSubSectionId = this._getClosestScrolledSectionBaseId(
4224
4226
  this._oScroller.getScrollTop(), this.iScreenHeight, true /* subSections only */),
4225
4227
  iScrollTopWithinScrolledSubSection;
4226
4228
 
@@ -4265,13 +4267,14 @@ sap.ui.define([
4265
4267
  */
4266
4268
  ObjectPageLayout.prototype._toggleFooter = function (bShow) {
4267
4269
  var bUseAnimations,
4268
- oFooter = this.getFooter();
4270
+ oFooter = this.getFooter(),
4271
+ sAnimationMode = this.oCore.getConfiguration().getAnimationMode();
4269
4272
 
4270
4273
  if (!exists(oFooter) || !exists(this._$footerWrapper)) {
4271
4274
  return;
4272
4275
  }
4273
4276
 
4274
- bUseAnimations = this.oCore.getConfiguration().getAnimationMode() !== Configuration.AnimationMode.none;
4277
+ bUseAnimations = sAnimationMode !== Configuration.AnimationMode.none && sAnimationMode !== Configuration.AnimationMode.minimal;
4275
4278
 
4276
4279
  if (bUseAnimations) {
4277
4280
  this._toggleFooterAnimation(bShow, oFooter);
@@ -4784,7 +4787,7 @@ sap.ui.define([
4784
4787
  * Determines the width of a control safely. If the control doesn't exist, it returns 0.
4785
4788
  * If it exists, it returns the DOM element width.
4786
4789
  * @param {sap.ui.core.Control} oControl
4787
- * @return {Number} the width of the control
4790
+ * @return {number} the width of the control
4788
4791
  */
4789
4792
  ObjectPageLayout.prototype._getWidth = function (oControl) {
4790
4793
  var oDomReference = oControl.getDomRef();
@@ -4815,7 +4818,7 @@ sap.ui.define([
4815
4818
  sTitleText = oHeader ? oHeader.getTitleText() : null,
4816
4819
  sAriaLabelText;
4817
4820
 
4818
- if (oHeader && sTitleText) {
4821
+ if (oHeader && sTitleText && sElement !== "ROOT") {
4819
4822
  sAriaLabelText = sTitleText;
4820
4823
 
4821
4824
  if (bAddResourceBundleText) {
@@ -16,6 +16,12 @@ sap.ui.define(["sap/ui/Device"],
16
16
  apiVersion: 2
17
17
  };
18
18
 
19
+ /**
20
+ * This method is called to render AnchorBar
21
+ *
22
+ * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
23
+ * @param {sap.uxap.ObjectPageLayout} oControl an object representation of the control that should be rendered
24
+ */
19
25
  ObjectPageLayoutRenderer.render = function (oRm, oControl) {
20
26
  var aSections,
21
27
  oHeader = oControl.getHeaderTitle(),
@@ -211,7 +217,7 @@ sap.ui.define(["sap/ui/Device"],
211
217
  * This method is called to render AnchorBar
212
218
  *
213
219
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
214
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
220
+ * @param {sap.uxap.ObjectPageLayout} oControl an object representation of the control that should be rendered
215
221
  */
216
222
  ObjectPageLayoutRenderer._renderAnchorBar = function (oRm, oControl, oAnchorBar, bRender) {
217
223
  var aSections = oControl.getAggregation("sections"),
@@ -267,7 +273,7 @@ sap.ui.define(["sap/ui/Device"],
267
273
  * This hook method is called to render objectpagelayout header content
268
274
  *
269
275
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
270
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
276
+ * @param {sap.uxap.ObjectPageLayout} oControl an object representation of the control that should be rendered
271
277
  */
272
278
  ObjectPageLayoutRenderer.renderHeaderContent = function (oRm, oControl) {
273
279
  oRm.renderControl(oControl._getHeaderContent());
@@ -277,7 +283,7 @@ sap.ui.define(["sap/ui/Device"],
277
283
  * This hook method is called to render objectpagelayout footer content
278
284
  *
279
285
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
280
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
286
+ * @param {sap.uxap.ObjectPageLayout} oControl an object representation of the control that should be rendered
281
287
  */
282
288
  ObjectPageLayoutRenderer.renderFooterContent = function (oRm, oControl) {
283
289
 
@@ -287,7 +293,7 @@ sap.ui.define(["sap/ui/Device"],
287
293
  * This internal method is called to render objectpagelayout footer content
288
294
  *
289
295
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
290
- * @param {sap.ui.core.Control} oObjectPageLayout an object representation of the control that should be rendered
296
+ * @param {sap.uxap.ObjectPageLayout} oObjectPageLayout an object representation of the control that should be rendered
291
297
  */
292
298
  ObjectPageLayoutRenderer._renderFooterContentInternal = function (oRm, oObjectPageLayout, sFooterTag, oLandmarkInfo, oRb) {
293
299
  var oFooter = oObjectPageLayout.getFooter(),
@@ -321,7 +327,7 @@ sap.ui.define(["sap/ui/Device"],
321
327
  * This method is called to rerender headerContent
322
328
  *
323
329
  * @param {sap.ui.core.RenderManager} oRm the RenderManager that can be used for writing to the render output buffer
324
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
330
+ * @param {sap.uxap.ObjectPageLayout} oControl an object representation of the control that should be rendered
325
331
  */
326
332
  ObjectPageLayoutRenderer._rerenderHeaderContentArea = function (oRm, oControl) {
327
333
  var sHeaderContentDOMId = oControl._bHeaderInTitleArea ? "stickyHeaderContent" : "headerContent",
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Element
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.97.1
40
+ * @version 1.99.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -268,7 +268,7 @@ sap.ui.define([
268
268
  * Returns the <code>ObjectPageSectionBase</code> internal title if present,
269
269
  * otherwise - the public title.
270
270
  * @private
271
- * @returns {String} the title
271
+ * @returns {string} the title
272
272
  */
273
273
  ObjectPageSectionBase.prototype._getTitle = function () {
274
274
  return this._getInternalTitle() || this.getTitle();
@@ -289,7 +289,7 @@ sap.ui.define([
289
289
  * value to be se to the aria-level attribute title level fallbacks to TitleLevel.H2 as this is the default
290
290
  * aria-level according to aria specification
291
291
  *
292
- * @returns {String} the <code>aria-level</code>
292
+ * @returns {string} the <code>aria-level</code>
293
293
  * @since 1.44
294
294
  * @private
295
295
  */
@@ -307,7 +307,7 @@ sap.ui.define([
307
307
  * Returns the <code>ObjectPageSectionBase</code> <code>titleLevel</code>
308
308
  * if explicitly defined and different from <code>sap.ui.core.TitleLevel.Auto</code>.
309
309
  * Otherwise, the <code>ObjectPageSectionBase</code> internal <code>titleLevel</code> is returned.
310
- * @returns {String}
310
+ * @returns {string}
311
311
  * @since 1.44
312
312
  * @private
313
313
  */
@@ -319,7 +319,7 @@ sap.ui.define([
319
319
  /**
320
320
  * Sets the <code>ObjectPageSectionBase</code> internal <code>titleLevel</code>.
321
321
  * The method is used by the <code>ObjectPageLayout</code> to apply the <code>sectionTitleLevel</code> property.
322
- * @param {String} sTitleLevel
322
+ * @param {string} sTitleLevel
323
323
  * @since 1.44
324
324
  * @private
325
325
  */
@@ -335,7 +335,7 @@ sap.ui.define([
335
335
  /**
336
336
  * Returns the <code>ObjectPageSectionBase</code> internal <code>titleLevel</code>.
337
337
  * The internal <code>titleLevel</code> is set by the <code>ObjectPageLayout</code>.
338
- * @returns {String}
338
+ * @returns {string}
339
339
  * @since 1.44
340
340
  * @private
341
341
  */
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @constructor
26
26
  * @alias sap.uxap.changeHandler.AddIFrameObjectPageLayout
27
27
  * @author SAP SE
28
- * @version 1.97.1
28
+ * @version 1.99.1
29
29
  * @since 1.75
30
30
  * @experimental Since 1.75
31
31
  */
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/MoveControls", "sap/ui/core/Core", "sap/
13
13
  * @constructor
14
14
  * @alias sap.uxap.changeHandler.MoveObjectPageSection
15
15
  * @author SAP SE
16
- * @version 1.97.1
16
+ * @version 1.99.1
17
17
  * @experimental Since 1.54
18
18
  */
19
19
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @constructor
22
22
  * @alias sap.uxap.changeHandler.RenameObjectPageSection
23
23
  * @author SAP SE
24
- * @version 1.97.1
24
+ * @version 1.99.1
25
25
  * @experimental Since 1.50
26
26
  */
27
27