@openui5/sap.ui.documentation 1.144.0 → 1.146.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 (75) hide show
  1. package/REUSE.toml +40 -16
  2. package/THIRDPARTY.txt +28 -7
  3. package/package.json +7 -7
  4. package/src/sap/ui/documentation/.library +1 -1
  5. package/src/sap/ui/documentation/LightTable.js +20 -46
  6. package/src/sap/ui/documentation/Row.js +146 -7
  7. package/src/sap/ui/documentation/library.js +2 -2
  8. package/src/sap/ui/documentation/messagebundle.properties +2 -2
  9. package/src/sap/ui/documentation/messagebundle_ar.properties +2 -2
  10. package/src/sap/ui/documentation/messagebundle_bg.properties +2 -2
  11. package/src/sap/ui/documentation/messagebundle_ca.properties +2 -2
  12. package/src/sap/ui/documentation/messagebundle_cnr.properties +2 -2
  13. package/src/sap/ui/documentation/messagebundle_cs.properties +2 -2
  14. package/src/sap/ui/documentation/messagebundle_cy.properties +2 -2
  15. package/src/sap/ui/documentation/messagebundle_da.properties +2 -2
  16. package/src/sap/ui/documentation/messagebundle_de.properties +3 -3
  17. package/src/sap/ui/documentation/messagebundle_el.properties +2 -2
  18. package/src/sap/ui/documentation/messagebundle_en_GB.properties +2 -2
  19. package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +2 -2
  20. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -2
  21. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +2 -2
  22. package/src/sap/ui/documentation/messagebundle_es.properties +2 -2
  23. package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -2
  24. package/src/sap/ui/documentation/messagebundle_et.properties +2 -2
  25. package/src/sap/ui/documentation/messagebundle_fi.properties +2 -2
  26. package/src/sap/ui/documentation/messagebundle_fr.properties +2 -2
  27. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -2
  28. package/src/sap/ui/documentation/messagebundle_hi.properties +2 -2
  29. package/src/sap/ui/documentation/messagebundle_hr.properties +2 -2
  30. package/src/sap/ui/documentation/messagebundle_hu.properties +2 -2
  31. package/src/sap/ui/documentation/messagebundle_id.properties +2 -2
  32. package/src/sap/ui/documentation/messagebundle_it.properties +5 -5
  33. package/src/sap/ui/documentation/messagebundle_iw.properties +2 -2
  34. package/src/sap/ui/documentation/messagebundle_ja.properties +2 -2
  35. package/src/sap/ui/documentation/messagebundle_kk.properties +2 -2
  36. package/src/sap/ui/documentation/messagebundle_ko.properties +2 -2
  37. package/src/sap/ui/documentation/messagebundle_lt.properties +2 -2
  38. package/src/sap/ui/documentation/messagebundle_lv.properties +2 -2
  39. package/src/sap/ui/documentation/messagebundle_mk.properties +2 -2
  40. package/src/sap/ui/documentation/messagebundle_ms.properties +2 -2
  41. package/src/sap/ui/documentation/messagebundle_nl.properties +2 -2
  42. package/src/sap/ui/documentation/messagebundle_no.properties +2 -2
  43. package/src/sap/ui/documentation/messagebundle_pl.properties +2 -2
  44. package/src/sap/ui/documentation/messagebundle_pt.properties +2 -2
  45. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +2 -2
  46. package/src/sap/ui/documentation/messagebundle_ro.properties +2 -2
  47. package/src/sap/ui/documentation/messagebundle_ru.properties +2 -2
  48. package/src/sap/ui/documentation/messagebundle_sh.properties +2 -2
  49. package/src/sap/ui/documentation/messagebundle_sk.properties +2 -2
  50. package/src/sap/ui/documentation/messagebundle_sl.properties +2 -2
  51. package/src/sap/ui/documentation/messagebundle_sr.properties +2 -2
  52. package/src/sap/ui/documentation/messagebundle_sv.properties +2 -2
  53. package/src/sap/ui/documentation/messagebundle_th.properties +2 -2
  54. package/src/sap/ui/documentation/messagebundle_tr.properties +2 -2
  55. package/src/sap/ui/documentation/messagebundle_uk.properties +2 -2
  56. package/src/sap/ui/documentation/messagebundle_vi.properties +2 -2
  57. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +2 -2
  58. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +2 -2
  59. package/src/sap/ui/documentation/sdk/controller/App.controller.js +1 -1
  60. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +2 -0
  61. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -0
  62. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +18 -7
  63. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +487 -17
  64. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -0
  65. package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +1 -0
  66. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +7 -2
  67. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -0
  68. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  69. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +5 -0
  70. package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +1 -1
  71. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +10 -24
  72. package/src/sap/ui/documentation/themes/base/Documentation.less +4 -4
  73. package/src/sap/ui/documentation/themes/base/LightTable.less +29 -0
  74. package/src/sap/ui/documentation/themes/sap_belize_base/Documentation.less +4 -4
  75. package/src/sap/ui/documentation/themes/sap_horizon_dark/Documentation.less +1 -1
package/REUSE.toml CHANGED
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
7
7
  [[annotations]]
8
8
  path = "**"
9
9
  precedence = "aggregate"
10
- SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
10
+ SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors"
11
11
  SPDX-License-Identifier = "Apache-2.0"
12
12
 
13
13
  #
@@ -102,7 +102,7 @@ SPDX-FileComment = "these files belong to: jQuery UI"
102
102
  path = "src/sap.ui.commons/src/sap/ui/commons/Carousel.js"
103
103
  precedence = "aggregate"
104
104
  SPDX-FileCopyrightText = [
105
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
105
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
106
106
  "Spencer Tipping"
107
107
  ]
108
108
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -122,7 +122,7 @@ SPDX-FileComment = "these files belong to: jQuery 3"
122
122
  path = "src/sap.ui.core/src/sap/base/util/isPlainObject.js"
123
123
  precedence = "aggregate"
124
124
  SPDX-FileCopyrightText = [
125
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
125
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
126
126
  "OpenJS Foundation and other contributors"
127
127
  ]
128
128
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -132,7 +132,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: isPlainOb
132
132
  path = "src/sap.ui.core/src/sap/base/util/_merge.js"
133
133
  precedence = "aggregate"
134
134
  SPDX-FileCopyrightText = [
135
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
135
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
136
136
  "OpenJS Foundation and other contributors"
137
137
  ]
138
138
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -142,7 +142,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: _merge.js
142
142
  path = "src/sap.ui.core/src/jquery.sap.script.js"
143
143
  precedence = "aggregate"
144
144
  SPDX-FileCopyrightText = [
145
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
145
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
146
146
  "OpenJS Foundation and other contributors"
147
147
  ]
148
148
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -152,7 +152,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 3: jquery.sa
152
152
  path = "src/sap.ui.core/src/sap/ui/Device.js"
153
153
  precedence = "aggregate"
154
154
  SPDX-FileCopyrightText = [
155
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
155
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
156
156
  "2011, John Resig"
157
157
  ]
158
158
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -162,7 +162,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery 1: Device.js
162
162
  path = "src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js"
163
163
  precedence = "aggregate"
164
164
  SPDX-FileCopyrightText = [
165
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
165
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
166
166
  "2014 jQuery Foundation and other contributors"
167
167
  ]
168
168
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -179,7 +179,7 @@ SPDX-FileComment = "these files belong to: jQuery UI 1.10"
179
179
  path = "src/sap.ui.core/src/jquery.sap.dom.js"
180
180
  precedence = "aggregate"
181
181
  SPDX-FileCopyrightText = [
182
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
182
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
183
183
  "2014 jQuery Foundation and other contributors"
184
184
  ]
185
185
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -189,7 +189,7 @@ SPDX-FileComment = "these files contain content from SAP and jQuery UI 1.10: jqu
189
189
  path = "src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js"
190
190
  precedence = "aggregate"
191
191
  SPDX-FileCopyrightText = [
192
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
192
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
193
193
  "2014 jQuery Foundation and other contributors"
194
194
  ]
195
195
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -243,7 +243,7 @@ SPDX-FileComment = "these files belong to: jQuery Mobile"
243
243
  path = "src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js"
244
244
  precedence = "aggregate"
245
245
  SPDX-FileCopyrightText = [
246
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
246
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
247
247
  "2012 Wei-Ko Kao"
248
248
  ]
249
249
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -270,7 +270,7 @@ SPDX-FileComment = "these files belong to: JUnit Reporter for QUnit"
270
270
  path = "src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js"
271
271
  precedence = "aggregate"
272
272
  SPDX-FileCopyrightText = [
273
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
273
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
274
274
  "jQuery Foundation and other contributors"
275
275
  ]
276
276
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -421,7 +421,7 @@ SPDX-FileComment = "these files belong to: blanket.js"
421
421
  path = "src/sap.ui.core/src/sap/base/util/JSTokenizer.js"
422
422
  precedence = "aggregate"
423
423
  SPDX-FileCopyrightText = [
424
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
424
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
425
425
  "Douglas Crockford"
426
426
  ]
427
427
  SPDX-License-Identifier = "Apache-2.0 and LicenseRef-JSONinJSPublicDomain"
@@ -431,7 +431,7 @@ SPDX-FileComment = "these files contain content from SAP and JSON in JS: JSToken
431
431
  path = "src/sap.ui.core/src/sap/ui/base/ExpressionParser.js"
432
432
  precedence = "aggregate"
433
433
  SPDX-FileCopyrightText = [
434
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
434
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
435
435
  "2010 Douglas Crockford"
436
436
  ]
437
437
  SPDX-License-Identifier = "Apache-2.0"
@@ -479,7 +479,7 @@ SPDX-FileComment = "these files contain content from p-cancelable and @babel/hel
479
479
  path = "src/sap.ui.core/src/sap/ui/core/date/Persian.js"
480
480
  precedence = "aggregate"
481
481
  SPDX-FileCopyrightText = [
482
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
482
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
483
483
  "Behrang Norouzinia"
484
484
  ]
485
485
  SPDX-License-Identifier = "Apache-2.0 and MIT"
@@ -496,7 +496,7 @@ SPDX-FileComment = "these files belong to: vkBeautify"
496
496
  path = "src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js"
497
497
  precedence = "aggregate"
498
498
  SPDX-FileCopyrightText = [
499
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
499
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
500
500
  "Isaac Z. Schlueter and Contributors"
501
501
  ]
502
502
  SPDX-License-Identifier = "Apache-2.0 and ISC"
@@ -589,6 +589,30 @@ SPDX-License-Identifier = "MIT"
589
589
  SPDX-FileComment = "these files belong to: @cfworker/json-schema"
590
590
 
591
591
 
592
+ # Library: sap.ui.mdc:
593
+
594
+ [[annotations]]
595
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js"
596
+ precedence = "aggregate"
597
+ SPDX-FileCopyrightText = "2025 Chart.js Contributors"
598
+ SPDX-License-Identifier = "MIT"
599
+ SPDX-FileComment = "these files belong to: Chart.js"
600
+
601
+ [[annotations]]
602
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js"
603
+ precedence = "aggregate"
604
+ SPDX-FileCopyrightText = "2016-2021 chartjs-plugin-zoom Contributors"
605
+ SPDX-License-Identifier = "MIT"
606
+ SPDX-FileComment = "these files belong to: chartjs-plugin-zoom"
607
+
608
+ [[annotations]]
609
+ path = "src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js"
610
+ precedence = "aggregate"
611
+ SPDX-FileCopyrightText = "2011-2017 by Jorik Tangelder (Eight Media)"
612
+ SPDX-License-Identifier = "MIT"
613
+ SPDX-FileComment = "these files belong to: hammer.js"
614
+
615
+
592
616
  # Library: sap.ui.webc.common:
593
617
 
594
618
  [[annotations]]
@@ -646,7 +670,7 @@ SPDX-FileComment = "these files belong to: UI5 Web Components"
646
670
  path = "lib/jsdoc/ui5/plugin.js"
647
671
  precedence = "aggregate"
648
672
  SPDX-FileCopyrightText = [
649
- "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors",
673
+ "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors",
650
674
  "2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc"
651
675
  ]
652
676
  SPDX-License-Identifier = "Apache-2.0"
package/THIRDPARTY.txt CHANGED
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.f:
8
8
 
9
- Component: UI5 Web Components, version: 2.15.0
9
+ Component: UI5 Web Components, version: 2.19.2
10
10
  Copyright: SAP
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.f/src/sap/f/thirdparty/**
14
14
 
15
- Component: UI5 Web Components Fiori, version: 2.15.0
15
+ Component: UI5 Web Components Fiori, version: 2.19.2
16
16
  Copyright: SAP
17
17
  License: Apache-2.0
18
18
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
19
  Contained in: src/sap.f/src/sap/f/thirdparty/**
20
20
 
21
- Component: UI5 Web Components Icons, version: 2.15.0
21
+ Component: UI5 Web Components Icons, version: 2.19.2
22
22
  Copyright: SAP
23
23
  License: Apache-2.0
24
24
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
25
  Contained in: src/sap.f/src/sap/f/thirdparty/**
26
26
 
27
- Component: UI5 Web Components Icons Business Suite, version: 2.15.0
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.19.2
28
28
  Copyright: SAP
29
29
  License: Apache-2.0
30
30
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
31
  Contained in: src/sap.f/src/sap/f/thirdparty/**
32
32
 
33
- Component: UI5 Web Components Icons TNT, version: 2.15.0
33
+ Component: UI5 Web Components Icons TNT, version: 2.19.2
34
34
  Copyright: SAP
35
35
  License: Apache-2.0
36
36
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -309,7 +309,7 @@ License: MIT
309
309
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
310
310
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
311
311
 
312
- Component: lodash, version: 4.17.21
312
+ Component: lodash, version: 4.17.23
313
313
  Copyright: OpenJS Foundation and other contributors
314
314
  License: MIT
315
315
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
@@ -425,6 +425,27 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
425
425
  Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
426
426
 
427
427
 
428
+ Library: sap.ui.mdc:
429
+
430
+ Component: Chart.js, version: 4.5.0
431
+ Copyright: 2025 Chart.js Contributors
432
+ License: MIT
433
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
434
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/ChartJS.js
435
+
436
+ Component: chartjs-plugin-zoom, version: 1.0.1
437
+ Copyright: 2016-2021 chartjs-plugin-zoom Contributors
438
+ License: MIT
439
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
440
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/chartjs-plugin-zoom.js
441
+
442
+ Component: hammer.js, version: 2.0.7
443
+ Copyright: 2011-2017 by Jorik Tangelder (Eight Media)
444
+ License: MIT
445
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
446
+ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
447
+
448
+
428
449
  Library: sap.ui.webc.common:
429
450
 
430
451
  Component: UI5 Web Components, version: 1.18.0
@@ -477,7 +498,7 @@ License: Apache-2.0
477
498
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
478
499
  Contained in: lib/jsdoc/ui5/plugin.js
479
500
 
480
- Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
501
+ Component: SAP Theming Base Content, version: 11.34.0
481
502
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
482
503
  License: Apache-2.0
483
504
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.documentation",
3
- "version": "1.144.0",
3
+ "version": "1.146.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.documentation",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,11 +14,11 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.144.0",
18
- "@openui5/sap.ui.core": "1.144.0",
19
- "@openui5/sap.ui.layout": "1.144.0",
20
- "@openui5/themelib_sap_belize": "1.144.0",
21
- "@openui5/themelib_sap_fiori_3": "1.144.0",
22
- "@openui5/themelib_sap_horizon": "1.144.0"
17
+ "@openui5/sap.m": "1.146.0",
18
+ "@openui5/sap.ui.core": "1.146.0",
19
+ "@openui5/sap.ui.layout": "1.146.0",
20
+ "@openui5/themelib_sap_belize": "1.146.0",
21
+ "@openui5/themelib_sap_fiori_3": "1.146.0",
22
+ "@openui5/themelib_sap_horizon": "1.146.0"
23
23
  }
24
24
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.144.0</version>
9
+ <version>1.146.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>
12
12
 
@@ -37,68 +37,42 @@ sap.ui.define(['sap/ui/core/Control'],
37
37
  }
38
38
  },
39
39
  renderer: {
40
- apiVersion: 2,
40
+ apiVersion: 2,
41
41
 
42
- render: function(oRm, oControl) {
43
- var aRows = oControl.getRows(),
44
- aControls,
42
+ render: function(oRm, oControl) {
43
+ var aRows = oControl.getRows(),
45
44
  aColumnTitles = oControl.getColumnTitles(),
46
- aLen,
47
- a,
48
45
  iLen,
49
46
  i;
50
47
 
51
- oRm.openStart("div", oControl);
52
- oRm.class("sapUiDocLightTable");
53
- oRm.class("columns-" + oControl.getColumnCount());
54
- oRm.openEnd();
48
+ oRm.openStart("div", oControl);
49
+ oRm.class("sapUiDocLightTable");
50
+ oRm.class("columns-" + oControl.getColumnCount());
51
+ oRm.openEnd();
55
52
 
56
- // Column titles
57
- oRm.openStart("div")
58
- .class("head")
59
- .openEnd();
60
-
61
- for (i = 0, iLen = aColumnTitles.length; i < iLen; i++) {
62
- oRm.openStart("div")
63
- .class("cell")
64
- .openEnd();
65
-
66
- oRm.text(aColumnTitles[i])
67
- .close("div");
68
- }
69
-
70
- oRm.close("div");
71
-
72
- // Rows
73
- for (i = 0, iLen = aRows.length; i < iLen; i++) {
53
+ // Column titles
74
54
  oRm.openStart("div")
75
- .class("row")
55
+ .class("head")
76
56
  .openEnd();
77
57
 
78
- aControls = aRows[i].getContent();
79
- for (a = 0, aLen = aControls.length; a < aLen; a++) {
58
+ for (i = 0, iLen = aColumnTitles.length; i < iLen; i++) {
80
59
  oRm.openStart("div")
81
60
  .class("cell")
82
61
  .openEnd();
83
62
 
84
- // Handle inline title
85
- if (a > 0) {
86
- oRm.openStart("div")
87
- .class("inTitle")
88
- .openEnd()
89
- .text(aColumnTitles[a] + ":")
90
- .close("div");
91
- }
63
+ oRm.text(aColumnTitles[i])
64
+ .close("div");
65
+ }
66
+
67
+ oRm.close("div");
92
68
 
93
- oRm.renderControl(aControls[a]);
94
- oRm.close("div");
69
+ // Render rows (each row handles its own rendering including subRows)
70
+ for (i = 0, iLen = aRows.length; i < iLen; i++) {
71
+ oRm.renderControl(aRows[i]);
95
72
  }
96
73
 
97
74
  oRm.close("div");
98
75
  }
99
-
100
- oRm.close("div");
101
76
  }
102
- }});
103
-
104
- });
77
+ });
78
+ });
@@ -3,34 +3,173 @@
3
3
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
- sap.ui.define(['sap/ui/core/Element'],
7
- function(Element) {
6
+ sap.ui.define([
7
+ 'sap/ui/core/Control',
8
+ 'sap/ui/core/Icon'
9
+ ], function(Control, Icon) {
8
10
  "use strict";
9
11
 
10
12
  /**
11
13
  * @class
12
14
  * Provides a row element for the <code>LightTable</code>.
13
- * @extends sap.ui.core.Element
15
+ * @extends sap.ui.core.Control
14
16
  * @private
15
17
  * @ui5-restricted sdk
16
18
  */
17
- return Element.extend("sap.ui.documentation.Row", {
19
+ var Row = Control.extend("sap.ui.documentation.Row", {
18
20
  metadata : {
19
21
  library: "sap.ui.documentation",
20
22
  properties: {
21
23
  /**
22
24
  * Determines whether the row is visible.
23
25
  */
24
- visible: {type: "boolean"}
26
+ visible: {type: "boolean", defaultValue: true},
27
+ /**
28
+ * Determines whether the row is expanded (showing subRows).
29
+ */
30
+ expanded: {type: "boolean", defaultValue: false},
31
+ /**
32
+ * Determines whether the row can be expanded/collapsed (shows expand/collapse icon).
33
+ */
34
+ expandable: {type: "boolean", defaultValue: false},
35
+ /**
36
+ * The name of the typedef that this parameter refers to
37
+ */
38
+ typedefName: {type : "string", defaultValue : ""}
25
39
  },
26
40
  defaultAggregation : "content",
27
41
  aggregations: {
28
42
  /**
29
43
  * Controls to be displayed by the <code>LightTable</code>.
30
44
  */
31
- content: {type: "sap.ui.core.Control", multiple: true}
45
+ content: {type: "sap.ui.core.Control", multiple: true},
46
+ /**
47
+ * Sub-rows to be displayed when the row is expanded.
48
+ */
49
+ subRows: {type: "sap.ui.documentation.Row", multiple: true},
50
+ /**
51
+ * Internal Icon control for the expand/collapse functionality
52
+ */
53
+ _expandIcon: {type: "sap.ui.core.Icon", multiple: false, visibility: "hidden"}
54
+ },
55
+ events: {
56
+ /**
57
+ * Event is fired when the user clicks on the expand/collapse icon.
58
+ */
59
+ expandToggle: {}
60
+ }
61
+ },
62
+
63
+ /**
64
+ * Creates the expand/collapse icon
65
+ * @private
66
+ */
67
+ _getExpandCollapseIcon: function() {
68
+ if (!this.getAggregation("_expandIcon")) {
69
+ var oExpandIcon = new Icon({
70
+ press: function() {
71
+ this.fireExpandToggle();
72
+ }.bind(this)
73
+ });
74
+
75
+ // Add custom classes for styling
76
+ oExpandIcon.addStyleClass("sapUiTinyMarginEnd").addStyleClass("sapUiDocTypedefExpandIcon");
77
+
78
+ this.setAggregation("_expandIcon", oExpandIcon);
79
+
80
+ // Update the icon appearance based on the current expanded state
81
+ this._updateExpandIconState();
82
+ }
83
+
84
+ return this.getAggregation("_expandIcon");
85
+ },
86
+
87
+ /**
88
+ * Updates the expand icon state (src) based on the expanded property
89
+ * @private
90
+ */
91
+ _updateExpandIconState: function() {
92
+ var oExpandIcon = this.getAggregation("_expandIcon");
93
+
94
+ if (oExpandIcon) {
95
+ var bExpanded = this.getExpanded();
96
+ oExpandIcon.setSrc(bExpanded ? "sap-icon://slim-arrow-down" : "sap-icon://slim-arrow-right");
97
+ }
98
+ },
99
+
100
+ /**
101
+ * Updates the expand icon when the expanded property changes
102
+ */
103
+ setExpanded: function(bExpanded) {
104
+ this.setProperty("expanded", bExpanded, true); // Suppress rerendering
105
+ this._updateExpandIconState();
106
+ return this;
107
+ },
108
+ renderer: {
109
+ apiVersion: 2,
110
+
111
+ render: function(oRm, oControl) {
112
+ var aControls = oControl.getContent(),
113
+ aSubRows = oControl.getSubRows(),
114
+ bExpanded = oControl.getExpanded(),
115
+ bExpandable = oControl.getExpandable(),
116
+ bVisible = oControl.getVisible(),
117
+ aLen,
118
+ a;
119
+
120
+ // Don't render if not visible
121
+ if (!bVisible) {
122
+ return;
123
+ }
124
+
125
+ // Get column titles from parent LightTable
126
+ var oParent = oControl.getParent(),
127
+ aColumnTitles = oParent && oParent.getColumnTitles ? oParent.getColumnTitles() : [];
128
+
129
+ // Render the main row
130
+ oRm.openStart("div", oControl);
131
+ oRm.class("row");
132
+ if (bExpandable) {
133
+ oRm.class(bExpanded ? "expanded" : "collapsed");
134
+ }
135
+ oRm.openEnd();
136
+
137
+ // Render cells
138
+ for (a = 0, aLen = aControls.length; a < aLen; a++) {
139
+ oRm.openStart("div")
140
+ .class("cell")
141
+ .openEnd();
142
+
143
+ // Handle inline title (for responsive view)
144
+ if (a > 0 && aColumnTitles[a]) {
145
+ oRm.openStart("div")
146
+ .class("inTitle")
147
+ .openEnd()
148
+ .text(aColumnTitles[a] + ":")
149
+ .close("div");
150
+ }
151
+
152
+ // Render the expand/collapse icon in the first cell if expandable
153
+ if (a === 0 && bExpandable) {
154
+ oRm.renderControl(oControl._getExpandCollapseIcon());
155
+ }
156
+
157
+ oRm.renderControl(aControls[a]);
158
+ oRm.close("div");
159
+ }
160
+
161
+ oRm.close("div");
162
+
163
+ // Render sub-rows if expanded
164
+ if (bExpanded && aSubRows.length > 0) {
165
+ for (var i = 0; i < aSubRows.length; i++) {
166
+ oRm.renderControl(aSubRows[i]);
167
+ }
168
+ }
32
169
  }
33
170
  }
34
171
  });
35
172
 
36
- });
173
+ return Row;
174
+
175
+ });
@@ -25,14 +25,14 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.ui.documentation
27
27
  * @author SAP SE
28
- * @version 1.144.0
28
+ * @version 1.146.0
29
29
  * @since 1.48
30
30
  * @public
31
31
  */
32
32
  var thisLibrary = Lib.init({
33
33
  apiVersion: 2,
34
34
  name : 'sap.ui.documentation',
35
- version: '1.144.0',
35
+ version: '1.146.0',
36
36
  dependencies : ['sap.ui.core','sap.m'],
37
37
  types: [],
38
38
  interfaces: [],
@@ -669,9 +669,9 @@ ABOUT_DIALOG_TITLE = About
669
669
  #XTXT: The About dialog heading
670
670
  ABOUT_DIALOG_TEXT_1 = UI5 Demo Kit - UI Development Toolkit for HTML5
671
671
  #XTXT: Text for copyrights
672
- ABOUT_DIALOG_TEXT_2 = \u00a9 Copyright 2025 SAP SE. All rights reserved.
672
+ ABOUT_DIALOG_TEXT_2 = \u00a9 Copyright 2026 SAP SE. All rights reserved.
673
673
  #XTXT: Text for copyrights
674
- ABOUT_DIALOG_TEXT_3 = \u00a9 2025 SAP SE or an SAP affiliate company.
674
+ ABOUT_DIALOG_TEXT_3 = \u00a9 2026 SAP SE or an SAP affiliate company.
675
675
  #XTXT: Text for distrubution and its current version
676
676
  ABOUT_DIALOG_TEXT_4 = {0} Version {1}
677
677
  #XTXT: Text for OpenUI5 version
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u0644\u0645 \u064A\u062A\u0645 \u0625\u062C\u0631\u
346
346
 
347
347
  ABOUT_DIALOG_TITLE=\u0646\u0628\u0630\u0629
348
348
  ABOUT_DIALOG_TEXT_1=\u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u062F\u0648\u0627\u062A \u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A\u0629 \u0644\u0640 UI5 - \u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u062F\u0648\u0627\u062A \u062A\u0637\u0648\u064A\u0631 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0640 HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 \u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 2025 \u0644\u0634\u0631\u0643\u0629 SAP SE. \u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 \u0644\u0634\u0631\u0643\u0629 SAP SE \u0623\u0648 \u0623\u064A \u0634\u0631\u0643\u0629 \u062A\u0627\u0628\u0639\u0629 \u0644\u0634\u0631\u0643\u0629 SAP.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 \u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 2026 \u0644\u0634\u0631\u0643\u0629 SAP SE. \u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 \u0644\u0634\u0631\u0643\u0629 SAP SE \u0623\u0648 \u0623\u064A \u0634\u0631\u0643\u0629 \u062A\u0627\u0628\u0639\u0629 \u0644\u0634\u0631\u0643\u0629 SAP.
351
351
  ABOUT_DIALOG_TEXT_4={0} \u0627\u0644\u0625\u0635\u062F\u0627\u0631 {1}
352
352
  ABOUT_DIALOG_TEXT_5=\u0641\u062A\u062D \u0625\u0635\u062F\u0627\u0631 UI5 {0}
353
353
  ABOUT_DIALOG_TEXT_6=\u064A\u062A\u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0625\u0635\u062F\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u062A\u0628\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u041D\u044F\u043C\u0430 \u043F\u0440\u043E\u043C\u0
346
346
 
347
347
  ABOUT_DIALOG_TITLE=\u041E\u0442\u043D\u043E\u0441\u043D\u043E
348
348
  ABOUT_DIALOG_TEXT_1=\u0414\u0435\u043C\u043E\u043D\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u043A\u043E\u043C\u043F\u043B\u0435\u043A\u0442 UI5 - \u043D\u0430\u0431\u043E\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 \u0437\u0430 UI \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0437\u0430 HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 \u0410\u0432\u0442\u043E\u0440\u0441\u043A\u043E \u043F\u0440\u0430\u0432\u043E 2025 SAP SE. \u0412\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE \u0438\u043B\u0438 \u0444\u0438\u0440\u043C\u0430, \u0441\u0432\u044A\u0440\u0437\u0430\u043D\u0430 \u0441\u044A\u0441 SAP.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 \u0410\u0432\u0442\u043E\u0440\u0441\u043A\u043E \u043F\u0440\u0430\u0432\u043E 2026 SAP SE. \u0412\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 SAP SE \u0438\u043B\u0438 \u0444\u0438\u0440\u043C\u0430, \u0441\u0432\u044A\u0440\u0437\u0430\u043D\u0430 \u0441\u044A\u0441 SAP.
351
351
  ABOUT_DIALOG_TEXT_4={0} \u0432\u0435\u0440\u0441\u0438\u044F {1}
352
352
  ABOUT_DIALOG_TEXT_5=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F UI5 {0}
353
353
  ABOUT_DIALOG_TEXT_6=\u0422\u043E\u0437\u0438 \u0441\u043E\u0444\u0442\u0443\u0435\u0440 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u043D\u0430 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0430
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Sense canvis per a aquesta biblioteca.
346
346
 
347
347
  ABOUT_DIALOG_TITLE=Quant a
348
348
  ABOUT_DIALOG_TEXT_1=Kit de demostraci\u00F3 UI5 - UI Development Toolkit for HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2025 SAP SE. Tots els drets reservats.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE o una empresa filial de SAP.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2026 SAP SE. Tots els drets reservats.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 SAP SE o una empresa filial de SAP.
351
351
  ABOUT_DIALOG_TEXT_4={0} Versi\u00F3 {1}
352
352
  ABOUT_DIALOG_TEXT_5=Obrir versi\u00F3 d''UI5 {0}
353
353
  ABOUT_DIALOG_TEXT_6=Aquest programari inclou les versions seg\u00FCents de la biblioteca
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Nema promjena za ovu biblioteku.
346
346
 
347
347
  ABOUT_DIALOG_TITLE=Informacije
348
348
  ABOUT_DIALOG_TEXT_1=UI5 demonstracijski komplet \u2013 skup alata razvoja korisni\u010Dkog interfejsa za HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 Autorsko pravo 2025 SAP SE. Sva prava zadr\u017Eana.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE ili SAP pridru\u017Eena kompanija.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 Autorsko pravo 2026 SAP SE. Sva prava zadr\u017Eana.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 SAP SE ili SAP pridru\u017Eena kompanija.
351
351
  ABOUT_DIALOG_TEXT_4={0} Verzija {1}
352
352
  ABOUT_DIALOG_TEXT_5=Otvorena UI5 verzija {0}
353
353
  ABOUT_DIALOG_TEXT_6=Ovaj softver uklju\u010Duje sljede\u0107e verzije biblioteke
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u017D\u00E1dn\u00E9 zm\u011Bny pro tuto knihovnu.
346
346
 
347
347
  ABOUT_DIALOG_TITLE=O aplikaci
348
348
  ABOUT_DIALOG_TEXT_1=Uk\u00E1zkov\u00E1 sada UI5 - sada v\u00FDvojov\u00FDch n\u00E1stroj\u016F UI pro HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2025 SAP SE. V\u0161echna pr\u00E1va vyhrazena.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE nebo p\u0159idru\u017Een\u00E1 spole\u010Dnost SAP.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2026 SAP SE. V\u0161echna pr\u00E1va vyhrazena.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 SAP SE nebo p\u0159idru\u017Een\u00E1 spole\u010Dnost SAP.
351
351
  ABOUT_DIALOG_TEXT_4={0} verze {1}
352
352
  ABOUT_DIALOG_TEXT_5=Verze Open UI5 {0}
353
353
  ABOUT_DIALOG_TEXT_6=Tento software zahrnuje n\u00E1sleduj\u00EDc\u00ED verze knihoven
@@ -346,8 +346,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Does dim newidiadau ar gyfer y llyfrgell hon.
346
346
 
347
347
  ABOUT_DIALOG_TITLE=Manylion
348
348
  ABOUT_DIALOG_TEXT_1=Pecyn Demo UI5 - Pecyn Cymorth Datblygu UI ar gyfer HTML5
349
- ABOUT_DIALOG_TEXT_2=\u00A9 Hawlfraint 2025 SAP SE. Cedwir pob hawl.
350
- ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE neu gwmni cyswllt SAP.
349
+ ABOUT_DIALOG_TEXT_2=\u00A9 Hawlfraint 2026 SAP SE. Cedwir pob hawl.
350
+ ABOUT_DIALOG_TEXT_3=\u00A9 2026 SAP SE neu gwmni cyswllt SAP.
351
351
  ABOUT_DIALOG_TEXT_4={0} Fersiwn {1}
352
352
  ABOUT_DIALOG_TEXT_5=Agor UI5 Fersiwn {0}
353
353
  ABOUT_DIALOG_TEXT_6=Mae'r feddalwedd hon yn cynnwys y fersiynau llyfrgell canlynol