@openui5/sap.ui.documentation 1.131.1 → 1.132.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 (182) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +2 -2
  4. package/src/sap/ui/documentation/BorrowedList.js +1 -1
  5. package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
  6. package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
  7. package/src/sap/ui/documentation/DivContainer.js +1 -1
  8. package/src/sap/ui/documentation/JSDocText.js +1 -1
  9. package/src/sap/ui/documentation/JSDocType.js +72 -0
  10. package/src/sap/ui/documentation/LightTable.js +1 -1
  11. package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
  12. package/src/sap/ui/documentation/ParamText.js +1 -1
  13. package/src/sap/ui/documentation/Row.js +1 -1
  14. package/src/sap/ui/documentation/Search.js +1 -1
  15. package/src/sap/ui/documentation/TitleLink.js +1 -1
  16. package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
  17. package/src/sap/ui/documentation/library.js +3 -3
  18. package/src/sap/ui/documentation/messagebundle.properties +11 -3
  19. package/src/sap/ui/documentation/messagebundle_ar.properties +6 -3
  20. package/src/sap/ui/documentation/messagebundle_bg.properties +6 -3
  21. package/src/sap/ui/documentation/messagebundle_ca.properties +6 -3
  22. package/src/sap/ui/documentation/messagebundle_cnr.properties +6 -3
  23. package/src/sap/ui/documentation/messagebundle_cs.properties +6 -3
  24. package/src/sap/ui/documentation/messagebundle_cy.properties +6 -3
  25. package/src/sap/ui/documentation/messagebundle_da.properties +6 -3
  26. package/src/sap/ui/documentation/messagebundle_de.properties +6 -3
  27. package/src/sap/ui/documentation/messagebundle_el.properties +6 -3
  28. package/src/sap/ui/documentation/messagebundle_en.properties +6 -3
  29. package/src/sap/ui/documentation/messagebundle_en_GB.properties +6 -3
  30. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +1 -0
  31. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +456 -452
  32. package/src/sap/ui/documentation/messagebundle_es.properties +6 -3
  33. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -3
  34. package/src/sap/ui/documentation/messagebundle_et.properties +6 -3
  35. package/src/sap/ui/documentation/messagebundle_fi.properties +6 -3
  36. package/src/sap/ui/documentation/messagebundle_fr.properties +6 -3
  37. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +6 -3
  38. package/src/sap/ui/documentation/messagebundle_hi.properties +6 -3
  39. package/src/sap/ui/documentation/messagebundle_hr.properties +6 -3
  40. package/src/sap/ui/documentation/messagebundle_hu.properties +6 -3
  41. package/src/sap/ui/documentation/messagebundle_id.properties +8 -5
  42. package/src/sap/ui/documentation/messagebundle_it.properties +6 -3
  43. package/src/sap/ui/documentation/messagebundle_iw.properties +6 -3
  44. package/src/sap/ui/documentation/messagebundle_ja.properties +6 -3
  45. package/src/sap/ui/documentation/messagebundle_kk.properties +6 -3
  46. package/src/sap/ui/documentation/messagebundle_ko.properties +6 -3
  47. package/src/sap/ui/documentation/messagebundle_lt.properties +6 -3
  48. package/src/sap/ui/documentation/messagebundle_lv.properties +6 -3
  49. package/src/sap/ui/documentation/messagebundle_mk.properties +6 -3
  50. package/src/sap/ui/documentation/messagebundle_ms.properties +6 -3
  51. package/src/sap/ui/documentation/messagebundle_nl.properties +6 -3
  52. package/src/sap/ui/documentation/messagebundle_no.properties +6 -3
  53. package/src/sap/ui/documentation/messagebundle_pl.properties +6 -3
  54. package/src/sap/ui/documentation/messagebundle_pt.properties +6 -3
  55. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +6 -3
  56. package/src/sap/ui/documentation/messagebundle_ro.properties +6 -3
  57. package/src/sap/ui/documentation/messagebundle_ru.properties +6 -3
  58. package/src/sap/ui/documentation/messagebundle_sh.properties +6 -3
  59. package/src/sap/ui/documentation/messagebundle_sk.properties +6 -3
  60. package/src/sap/ui/documentation/messagebundle_sl.properties +6 -3
  61. package/src/sap/ui/documentation/messagebundle_sr.properties +6 -3
  62. package/src/sap/ui/documentation/messagebundle_sv.properties +6 -3
  63. package/src/sap/ui/documentation/messagebundle_th.properties +6 -3
  64. package/src/sap/ui/documentation/messagebundle_tr.properties +6 -3
  65. package/src/sap/ui/documentation/messagebundle_uk.properties +6 -3
  66. package/src/sap/ui/documentation/messagebundle_vi.properties +6 -3
  67. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +6 -3
  68. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +6 -3
  69. package/src/sap/ui/documentation/sdk/Component.js +26 -13
  70. package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
  71. package/src/sap/ui/documentation/sdk/blocks/IndexEntryController.controller.js +1 -1
  72. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
  73. package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
  74. package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
  75. package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +7 -5
  76. package/src/sap/ui/documentation/sdk/controller/App.controller.js +33 -32
  77. package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +1 -1
  78. package/src/sap/ui/documentation/sdk/controller/BaseController.js +52 -9
  79. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  80. package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
  81. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +1 -1
  82. package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
  83. package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
  84. package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
  85. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
  86. package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
  87. package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
  88. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
  89. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +3 -3
  90. package/src/sap/ui/documentation/sdk/controller/News.controller.js +1 -1
  91. package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
  92. package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +3 -2
  93. package/src/sap/ui/documentation/sdk/controller/Resources.controller.js +1 -1
  94. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
  95. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  96. package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
  97. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +8 -2
  98. package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
  99. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -2
  100. package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
  101. package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +18 -33
  102. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
  103. package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +5 -4
  104. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +1 -1
  105. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  106. package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
  107. package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +1 -1
  108. package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
  109. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
  110. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  111. package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +332 -0
  112. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
  113. package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
  114. package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
  115. package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +14 -4
  116. package/src/sap/ui/documentation/sdk/controller/util/DocumentationLoader.js +37 -0
  117. package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
  118. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  119. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +11 -2
  120. package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
  121. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -1
  122. package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
  123. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
  124. package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
  125. package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
  126. package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
  127. package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +23 -9
  128. package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
  129. package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +35 -3
  130. package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -1
  131. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +316 -0
  132. package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
  133. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
  134. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
  135. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
  136. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
  137. package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
  138. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
  139. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
  140. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
  141. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
  142. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
  143. package/src/sap/ui/documentation/sdk/controls/FileEditor.js +1 -1
  144. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +3 -3
  145. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
  146. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +10 -10
  147. package/src/sap/ui/documentation/sdk/css/style.css +4 -0
  148. package/src/sap/ui/documentation/sdk/index.js +1 -1
  149. package/src/sap/ui/documentation/sdk/manifest.json +59 -30
  150. package/src/sap/ui/documentation/sdk/model/ExploreSettingsModel.js +1 -1
  151. package/src/sap/ui/documentation/sdk/model/formatter.js +35 -1
  152. package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
  153. package/src/sap/ui/documentation/sdk/model/models.js +1 -1
  154. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  155. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +52 -5
  156. package/src/sap/ui/documentation/sdk/util/FileUtils.js +1 -1
  157. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
  158. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  159. package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
  160. package/src/sap/ui/documentation/sdk/view/App.view.xml +4 -3
  161. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +6 -2
  162. package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +1 -0
  163. package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +9 -0
  164. package/src/sap/ui/documentation/sdk/view/SearchPage.view.xml +44 -0
  165. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +29 -51
  166. package/src/sap/ui/documentation/themes/base/JSDocType.less +20 -0
  167. package/src/sap/ui/documentation/themes/base/library.source.less +2 -1
  168. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
  169. package/src/sap/ui/documentation/themes/sap_belize_base/library.source.less +1 -1
  170. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
  171. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
  172. package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
  173. package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
  174. package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
  175. package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
  176. package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
  177. package/src/sap/ui/documentation/themes/sap_horizon/Link.less +8 -2
  178. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
  179. package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +8 -2
  180. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -1
  181. package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +1 -1
  182. package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -401,44 +401,52 @@
401
401
  "welcome": {
402
402
  "viewName": "Welcome",
403
403
  "viewLevel": 2,
404
- "viewId": "welcome"
404
+ "viewId": "welcome",
405
+ "title": "home"
405
406
  },
406
407
  "controls": {
407
408
  "viewName": "Controls",
408
409
  "viewLevel": 2,
409
- "viewId": "controls"
410
+ "viewId": "controls",
411
+ "title": "samples"
410
412
  },
411
413
  "controlsMaster": {
412
414
  "viewName": "ControlsMaster",
413
415
  "viewLevel": 1,
414
416
  "viewId": "controlsMaster",
415
- "controlAggregation": "masterPages"
417
+ "controlAggregation": "masterPages",
418
+ "title": "samples"
416
419
  },
417
420
  "group": {
418
421
  "viewName": "Group",
419
422
  "viewLevel": 2,
420
- "viewId": "group"
423
+ "viewId": "group",
424
+ "title": "samples"
421
425
  },
422
426
  "entity": {
423
427
  "viewName": "Entity",
424
428
  "viewLevel": 2,
425
- "viewId": "entity"
429
+ "viewId": "entity",
430
+ "title": "samples"
426
431
  },
427
432
  "sample": {
428
433
  "viewName": "Sample",
429
434
  "viewLevel": 2,
430
- "viewId": "sample"
435
+ "viewId": "sample",
436
+ "title": "samples"
431
437
  },
432
438
  "code": {
433
439
  "viewName": "Code",
434
440
  "viewLevel": 2,
435
441
  "viewId": "code",
436
- "transition": "slide"
442
+ "transition": "slide",
443
+ "title": "samples"
437
444
  },
438
445
  "downloads": {
439
446
  "viewName": "Downloads",
440
447
  "viewLevel": 2,
441
- "viewId": "downloads"
448
+ "viewId": "downloads",
449
+ "title": "demoApps"
442
450
  },
443
451
  "apiMaster": {
444
452
  "viewName": "ApiMaster",
@@ -449,47 +457,56 @@
449
457
  "demoApps": {
450
458
  "viewName": "DemoApps",
451
459
  "viewLevel": 2,
452
- "viewId": "demoApps"
460
+ "viewId": "demoApps",
461
+ "title": "demoApps"
453
462
  },
454
463
  "resources": {
455
464
  "viewName": "Resources",
456
465
  "viewLevel": 2,
457
- "viewId": "resources"
466
+ "viewId": "resources",
467
+ "title": "resources"
458
468
  },
459
469
  "news": {
460
470
  "viewName": "News",
461
471
  "viewLevel": 2,
462
- "viewId": "news"
472
+ "viewId": "news",
473
+ "title": "home"
463
474
  },
464
475
  "BPSupport": {
465
476
  "viewName": "BPSupport",
466
477
  "viewLevel": 2,
467
- "viewId": "BPSupport"
478
+ "viewId": "BPSupport",
479
+ "title": "home"
468
480
  },
469
481
  "apiDetailInitial": {
470
482
  "viewName": "ApiDetailInitial",
471
483
  "viewId": "apiDetailInitial",
472
- "viewLevel": 2
484
+ "viewLevel": 2,
485
+ "title": "apiReference"
473
486
  },
474
487
  "apiDetail": {
475
488
  "viewName": "ApiDetail",
476
489
  "viewId": "apiDetail",
477
- "viewLevel": 2
490
+ "viewLevel": 2,
491
+ "title": "apiReference"
478
492
  },
479
493
  "apiDetailDeprecated": {
480
494
  "viewName": "ApiDetailDeprecated",
481
495
  "viewId": "apiDetailDeprecated",
482
- "viewLevel": 2
496
+ "viewLevel": 2,
497
+ "title": "apiReference"
483
498
  },
484
499
  "apiDetailExperimental": {
485
500
  "viewName": "ApiDetailExperimental",
486
501
  "viewId": "apiDetailExperimental",
487
- "viewLevel": 2
502
+ "viewLevel": 2,
503
+ "title": "apiReference"
488
504
  },
489
505
  "apiDetailSince": {
490
506
  "viewName": "ApiDetailSince",
491
507
  "viewId": "apiDetailSince",
492
- "viewLevel": 2
508
+ "viewLevel": 2,
509
+ "title": "apiReference"
493
510
  },
494
511
  "topicMaster": {
495
512
  "viewName": "TopicMaster",
@@ -500,62 +517,74 @@
500
517
  "topicDetailInitial": {
501
518
  "viewName": "TopicDetailInitial",
502
519
  "viewId": "topicDetailInitial",
503
- "viewLevel": 2
520
+ "viewLevel": 2,
521
+ "title": "documentation"
504
522
  },
505
523
  "topicDetail": {
506
524
  "viewName": "TopicDetail",
507
525
  "viewId": "topicDetail",
508
- "viewLevel": 2
526
+ "viewLevel": 2,
527
+ "title": "documentation"
509
528
  },
510
529
  "searchPage": {
511
530
  "viewName": "SearchPage",
512
531
  "viewId": "searchPage",
513
532
  "viewLevel": 2,
514
- "controlAggregation": "detailPages"
533
+ "controlAggregation": "detailPages",
534
+ "title": "home"
515
535
  },
516
536
  "sampleNotFound": {
517
- "viewName": "SampleNotFound",
518
- "viewId": "sampleNotFound"
537
+ "viewName": "SampleNotFound",
538
+ "viewId": "sampleNotFound",
539
+ "title": "samples"
519
540
  },
520
541
  "notFound": {
521
542
  "viewName": "NotFound",
522
- "viewId": "notFound"
543
+ "viewId": "notFound",
544
+ "title": "home"
523
545
  },
524
546
  "versionNotFound": {
525
547
  "viewName": "VersionNotFound",
526
- "viewId": "versionNotFound"
548
+ "viewId": "versionNotFound",
549
+ "title": "home"
527
550
  },
528
551
  "sitemap": {
529
552
  "viewName": "Sitemap",
530
- "viewId": "sitemap"
553
+ "viewId": "sitemap",
554
+ "title": "home"
531
555
  },
532
556
  "liveEditor": {
533
557
  "viewName": "LiveEditor",
534
- "viewId": "liveEditor"
558
+ "viewId": "liveEditor",
559
+ "title": "home"
535
560
  },
536
561
  "releaseNotes": {
537
562
  "viewName": "ReleaseNotes",
538
563
  "viewLevel": 2,
539
564
  "viewId": "releaseNotes",
540
- "controlAggregation": "detailPages"
565
+ "controlAggregation": "detailPages",
566
+ "title": "home"
541
567
  },
542
568
  "license": {
543
569
  "viewName": "License",
544
570
  "viewLevel": 2,
545
571
  "viewId": "releaseNotes",
546
- "controlAggregation": "detailPages"
572
+ "controlAggregation": "detailPages",
573
+ "title": "home"
547
574
  },
548
575
  "termsOfUse": {
549
576
  "viewName": "TermsOfUse",
550
577
  "viewLevel": 2,
551
578
  "viewId": "termsOfUse",
552
- "controlAggregation": "detailPages"
579
+ "controlAggregation": "detailPages",
580
+ "title": "home"
553
581
  },
554
582
  "versionInfo": {
555
583
  "viewName": "VersionInfo",
556
584
  "viewLevel": 2,
557
585
  "viewId": "versionInfo",
558
- "controlAggregation": "detailPages"
586
+ "controlAggregation": "detailPages",
587
+ "title": "home"
559
588
  }
560
589
  }
561
590
  },
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -362,6 +362,40 @@ sap.ui.define([
362
362
  return sType;
363
363
  }
364
364
  return "api/" + sType.replace("[]", "");
365
+ },
366
+
367
+ stringify: function (oObject) {
368
+ return JSON.stringify(oObject, null, 2);
369
+ },
370
+ stringifyJSDocType: function (oObject, aTyoes, sType, bLinkEnabled) {
371
+ oObject = oFormatter.formatJSDocType(oObject, aTyoes, sType, bLinkEnabled);
372
+ return JSON.stringify(oObject, null, 2);
373
+ },
374
+ formatJSDocType: function (oObject, aTyoes, sType, bLinkEnabled) {
375
+ oObject ??= oFormatter.convertLegacyJSDocTypes(aTyoes, sType, bLinkEnabled);
376
+ return oObject;
377
+ },
378
+ convertLegacyJSDocTypes: function(aTypes, sType, bLinkEnabled) {
379
+ if (!aTypes && !sType) {
380
+ return;
381
+ }
382
+ aTypes || (aTypes = [{value: sType, linkEnabled: bLinkEnabled}]);
383
+ // try to get the old 'types' array and convert it to the new typeInfo structure
384
+ if ( Array.isArray(aTypes) ) {
385
+ const UI5Types = [];
386
+ const template = aTypes.map(({value, name, linkEnabled}) => {
387
+ const simpleType = value || name;
388
+ if ( linkEnabled ) {
389
+ UI5Types.push(simpleType);
390
+ return `\${${UI5Types.length - 1}}`;
391
+ }
392
+ return simpleType;
393
+ }).join(" | ");
394
+ return {
395
+ template,
396
+ UI5Types
397
+ };
398
+ }
365
399
  }
366
400
  };
367
401
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -998,10 +998,10 @@ var hljs = (function () {
998
998
  * @param {string} message
999
999
  */
1000
1000
  const deprecated = (version, message) => {
1001
- if (seenDeprecations[`1.131.1/${message}`]) return;
1001
+ if (seenDeprecations[`1.132.1/${message}`]) return;
1002
1002
 
1003
- console.log(`Deprecated as of 1.131.1. ${message}`);
1004
- seenDeprecations[`1.131.1/${message}`] = true;
1003
+ console.log(`Deprecated as of 1.132.1. ${message}`);
1004
+ seenDeprecations[`1.132.1/${message}`] = true;
1005
1005
  };
1006
1006
 
1007
1007
  /* eslint-disable no-throw-literal */
@@ -1,7 +1,7 @@
1
1
  /* global hasher */
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
  // Provides a customized router class for the 'documentation' app.
@@ -9,10 +9,11 @@ sap.ui.define([
9
9
  'sap/m/routing/Router',
10
10
  'sap/ui/core/routing/History',
11
11
  'sap/ui/thirdparty/hasher',
12
+ "sap/ui/documentation/sdk/util/Resources",
12
13
  "sap/ui/documentation/sdk/controller/util/ControlsInfo",
13
14
  "sap/ui/documentation/sdk/controller/util/URLUtil",
14
15
  "sap/ui/thirdparty/URI"
15
- ], function(Router, History, Hasher, ControlsInfo, URLUtil, URI) {
16
+ ], function(Router, History, Hasher, ResourcesUtil, ControlsInfo, URLUtil, URI) {
16
17
  "use strict";
17
18
 
18
19
  // We need to set the global hasher instance to not encode URL's. This is specific for the SDK
@@ -167,6 +168,7 @@ sap.ui.define([
167
168
 
168
169
  oApp.addPage(oView, master);
169
170
  oApp.toDetail(oView.getId(), "show", data);
171
+ this.fireEvent("_navToWithoutHash", { viewName, viewType, master, data });
170
172
  }.bind(this));
171
173
  },
172
174
 
@@ -397,9 +399,8 @@ sap.ui.define([
397
399
  * @returns {object} Demo Kit custom object
398
400
  * @private
399
401
  */
400
- DocumentationRouter.prototype._decodeSpecialRouteArguments = function (oEvent) {
401
- var oArguments = oEvent.getParameters().arguments,
402
- aEntity = [],
402
+ DocumentationRouter.prototype._decodeSpecialRouteArguments = function (oArguments) {
403
+ var aEntity = [],
403
404
  sMemberType,
404
405
  aMember = [],
405
406
  aTemp;
@@ -485,6 +486,52 @@ sap.ui.define([
485
486
 
486
487
  };
487
488
 
489
+ DocumentationRouter.prototype._decodeDocumentationRouteArguments = function (oArguments) {
490
+ var sId = decodeURIComponent(oArguments.id),
491
+ aUrlParts = sId.split("#"),
492
+ sTopicId = aUrlParts[0],
493
+ sSubTopicId = oArguments.subId || aUrlParts[1],
494
+ oOptions = oArguments["?options"];
495
+
496
+ return {
497
+ topicId: sTopicId.replace(".html", ""),
498
+ subTopicId: sSubTopicId,
499
+ options: oOptions,
500
+ topicURL: ResourcesUtil.getResourceOriginPath(this.getAppConfig().docuPath + sTopicId + (sTopicId.match(/\.html/) ? "" : ".html"))
501
+ };
502
+ };
503
+
504
+ DocumentationRouter.prototype.getAppConfig = function () {
505
+ if (!this._oAppConfig) {
506
+ this._oAppConfig = this._getOwnerComponent().getConfig();
507
+ }
508
+ return this._oAppConfig;
509
+ };
510
+
511
+ DocumentationRouter.prototype.getConfig = function () {
512
+ return this._getOwnerComponent().getManifestEntry("/sap.ui5/routing");
513
+ };
514
+
515
+ DocumentationRouter.prototype.getRouteConfig = function (sRouteName) {
516
+ return this.getConfig().routes.find((oRouteConfig) => oRouteConfig.name === sRouteName);
517
+ };
518
+
519
+ DocumentationRouter.prototype.getTargetConfig = function (sTargetName) {
520
+ return this.getConfig().targets[sTargetName];
521
+ };
522
+
523
+ DocumentationRouter.prototype.getRouteTopLevelTitle = function(oRouteConfig) {
524
+ var sTarget = oRouteConfig.titleTarget || this._getLastTargetForRoute(oRouteConfig);
525
+ return this.getTargetConfig(sTarget)?.title; // the title is the title of the corresponding top-level tab
526
+ };
527
+
528
+ DocumentationRouter.prototype._getLastTargetForRoute = function(oRouteConfig) {
529
+ var aTargets = oRouteConfig.target;
530
+ if (aTargets && aTargets.length) {
531
+ return aTargets[aTargets.length - 1];
532
+ }
533
+ };
534
+
488
535
  /**
489
536
  * @override
490
537
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  // Applies the html of a live-edited code-sample
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 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-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -128,6 +128,10 @@
128
128
  icon="sap-icon://document-text"
129
129
  text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}"
130
130
  visible="{versionData>/isOpenUI5}" />
131
+ <MenuItem
132
+ key="cookie_preferences"
133
+ icon="sap-icon://user-settings"
134
+ text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}" />
131
135
  <MenuItem
132
136
  key="terms_of_use"
133
137
  icon="sap-icon://document-text"
@@ -319,7 +323,4 @@
319
323
  </ScrollContainer>
320
324
  </tnt:mainContents>
321
325
  </tnt:ToolPage>
322
- <core:HTML visible="{appView>/bShowTAConsent}"
323
- content='&lt;div id="consent_blackbar"&gt;&lt;/div&gt;&lt;div id="teconsent"&gt;&lt;/div&gt;&lt;script async="async" src="https://consent.trustarc.com/notice?domain=ui5.sap.com&amp;c=teconsent&amp;gtm=1&amp;pcookie&amp;js=nj&amp;noticeType=bb&amp;pn=1-0&amp;privacypolicylink=https%3A%2F%2Fwww.sap.com%2Fabout%2Flegal%2Fprivacy.html&amp;text=true&amp;gtm=1" crossorigin&gt;&lt;/script&gt;'>
324
- </core:HTML>
325
326
  </mvc:View>
@@ -36,7 +36,7 @@
36
36
  href="https://www.sap.com/corporate/en/legal/privacy.html"
37
37
  target="_blank"/>
38
38
  <Link
39
- class="sapUiDocumentationFooterLink"
39
+ class="sapUiTinyMarginBottom sapUiLargeMarginEnd sapUiDocumentationFooterLink"
40
40
  text="{i18n>FOOTER_TERMS}"
41
41
  href="https://www.sap.com/corporate/en/legal/terms-of-use.html"
42
42
  visible="{= !${versionData>/isOpenUI5} &amp;&amp; !${versionData>/isDevEnv} }"
@@ -48,11 +48,15 @@
48
48
  visible="{versionData>/isOpenUI5}"
49
49
  target="_blank"/>
50
50
  <Link
51
- class="sapUiDocumentationFooterLink"
51
+ class="sapUiTinyMarginBottom sapUiLargeMarginEnd sapUiDocumentationFooterLink"
52
52
  text="{i18n>FOOTER_TERMS}"
53
53
  href="TermsOfUse.txt"
54
54
  visible="{versionData>/isOpenUI5}"
55
55
  target="_blank"/>
56
+ <Link
57
+ class="sapUiDocumentationFooterLink"
58
+ text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}"
59
+ press="onEditCookiePreferencesRequest"/>
56
60
  </items>
57
61
  </FlexBox>
58
62
  </items>
@@ -7,5 +7,6 @@
7
7
  <tnt:NavigationListItem icon="sap-icon://locked" key="privacy" text="{i18n>APP_INFORMATION_BTN_PRIVACY}" />
8
8
  <tnt:NavigationListItem icon="sap-icon://permission" text="{i18n>APP_INFORMATION_BTN_LICENSE}" key="license" visible="{versionData>/isOpenUI5}" />
9
9
  <tnt:NavigationListItem icon="sap-icon://document-text" key="terms_of_use" text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" visible="{=!${versionData>/isOpenUI5}}" />
10
+ <tnt:NavigationListItem icon="sap-icon://user-settings" key="cookie_preferences" text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}" />
10
11
  </tnt:NavigationList>
11
12
  </core:FragmentDefinition>
@@ -59,6 +59,15 @@
59
59
  <core:CustomData key="category" value="entity" />
60
60
  </customData>
61
61
  </StandardListItem>
62
+ <StandardListItem
63
+ title="{i18n>SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE}"
64
+ counter="{searchData>/matches/ExternalLength}"
65
+ press="onSearchResultsSummaryPress"
66
+ type="Active">
67
+ <customData>
68
+ <core:CustomData key="category" value="external" />
69
+ </customData>
70
+ </StandardListItem>
62
71
  </List>
63
72
  </VBox>
64
73
  </core:FragmentDefinition>
@@ -202,6 +202,50 @@
202
202
  </op:ObjectPageSubSection>
203
203
  </op:subSections>
204
204
  </op:ObjectPageSection>
205
+ <op:ObjectPageSection id="external" title="{
206
+ parts: [
207
+ 'i18n>SEARCH_PAGE_EXTERNAL_SECTION_TITLE',
208
+ 'searchData>/matches/ExternalLength'
209
+ ],
210
+ formatter: '.formatMessage'
211
+ }"
212
+ visible="{=!!${searchData>/matches/ExternalLength}}"
213
+ app:category="external">
214
+ <op:subSections>
215
+ <op:ObjectPageSubSection>
216
+ <op:blocks>
217
+ <VBox class="sapUxAPObjectPageSubSectionAlignContent" width="auto">
218
+ <OverflowToolbar design="Transparent" height="3rem">
219
+ <Title text="{
220
+ parts: [
221
+ 'i18n>SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE',
222
+ 'searchView>/visibleExternalLength',
223
+ 'searchData>/matches/ExternalLength'
224
+ ],
225
+ formatter: '.formatTableTitle'
226
+ }"/>
227
+ </OverflowToolbar>
228
+
229
+ <List
230
+ id="externalList"
231
+ growing="true"
232
+ growingThreshold="25"
233
+ updateFinished="onExternalLoadMore"
234
+ items="{
235
+ path: 'searchData>/matches/aDataExternal'
236
+ }">
237
+ <FeedListItem
238
+ sender="{searchData>title}"
239
+ text="{searchData>summary}"
240
+ showIcon="false"
241
+ app:path="{searchData>path}"
242
+ app:external="{searchData>external}"/>
243
+ </List>
244
+ </VBox>
245
+ </op:blocks>
246
+ </op:ObjectPageSubSection>
247
+ </op:subSections>
248
+ </op:ObjectPageSection>
205
249
  </op:sections>
206
250
  </op:ObjectPageLayout>
207
251
  </mvc:View>