@openui5/sap.ui.documentation 1.97.0 → 1.97.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 (102) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/documentation/.library +2 -2
  3. package/src/sap/ui/documentation/BorrowedList.js +1 -1
  4. package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
  5. package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
  6. package/src/sap/ui/documentation/JSDocText.js +1 -1
  7. package/src/sap/ui/documentation/LightTable.js +1 -1
  8. package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
  9. package/src/sap/ui/documentation/ParamText.js +1 -1
  10. package/src/sap/ui/documentation/Row.js +1 -1
  11. package/src/sap/ui/documentation/Search.js +1 -1
  12. package/src/sap/ui/documentation/TitleLink.js +1 -1
  13. package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
  14. package/src/sap/ui/documentation/library.js +3 -3
  15. package/src/sap/ui/documentation/messagebundle.properties +8 -0
  16. package/src/sap/ui/documentation/sdk/Component.js +1 -1
  17. package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
  18. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +1 -1
  19. package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
  20. package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
  21. package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +1 -1
  22. package/src/sap/ui/documentation/sdk/controller/App.controller.js +1 -1
  23. package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
  24. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  25. package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
  26. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +1 -1
  27. package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
  28. package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
  29. package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
  30. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
  31. package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
  32. package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
  33. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
  34. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +1 -1
  35. package/src/sap/ui/documentation/sdk/controller/News.controller.js +1 -1
  36. package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
  37. package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +1 -1
  38. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
  39. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  40. package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
  41. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +1 -1
  42. package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
  43. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -1
  44. package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
  45. package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +1 -1
  46. package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +1 -1
  47. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
  48. package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +1 -1
  49. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +106 -0
  50. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  51. package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
  52. package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
  53. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
  54. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  55. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
  56. package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
  57. package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
  58. package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
  60. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  61. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
  62. package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
  63. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -1
  64. package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
  65. package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
  66. package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
  67. package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
  68. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +1 -1
  69. package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
  70. package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +1 -1
  71. package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
  72. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
  73. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
  74. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
  75. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
  76. package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
  77. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
  78. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
  79. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
  80. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
  81. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
  82. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +1 -1
  83. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
  84. package/src/sap/ui/documentation/sdk/manifest.json +4 -0
  85. package/src/sap/ui/documentation/sdk/model/formatter.js +1 -1
  86. package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
  87. package/src/sap/ui/documentation/sdk/model/models.js +1 -1
  88. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
  89. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
  90. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  91. package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
  92. package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +44 -0
  93. package/src/sap/ui/documentation/themes/base/library.source.less +1 -1
  94. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
  95. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
  96. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
  97. package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
  98. package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
  99. package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
  100. package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
  101. package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
  102. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /* global fetch */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -489,6 +489,10 @@
489
489
  "viewName": "NotFound",
490
490
  "viewId": "notFound"
491
491
  },
492
+ "versionNotFound": {
493
+ "viewName": "VersionNotFound",
494
+ "viewId": "versionNotFound"
495
+ },
492
496
  "sitemap": {
493
497
  "viewName": "Sitemap",
494
498
  "viewId": "sitemap"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,7 +1,7 @@
1
1
  /* global hasher */
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  // Applies the html of a live-edited code-sample
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -0,0 +1,44 @@
1
+ <mvc:View
2
+ controllerName="sap.ui.documentation.sdk.controller.VersionNotFound"
3
+ xmlns:mvc="sap.ui.core.mvc"
4
+ xmlns:f="sap.f"
5
+ xmlns="sap.m">
6
+
7
+ <App>
8
+ <Page>
9
+ <customHeader>
10
+ <f:ShellBar
11
+ title="UI5 Version Not Found"
12
+ homeIcon="/resources/sap/ui/documentation/sdk/images/logo_ui5.png"
13
+ homeIconPressed="onHomePress"
14
+ >
15
+ </f:ShellBar>
16
+ </customHeader>
17
+ <MessagePage
18
+ id="page"
19
+ icon="sap-icon://document"
20
+ description=""
21
+ showHeader="false"
22
+ text=""
23
+ busy="true"
24
+ >
25
+ <buttons>
26
+ <Button
27
+ id="readMoreButton"
28
+ visible="false"
29
+ text="Read More"
30
+ press="onReadMore"
31
+ type="Emphasized"
32
+ width="100%" />
33
+ <Button
34
+ id="homePageButton"
35
+ visible="true"
36
+ text="Home Page"
37
+ press="onHomePress"
38
+ width="100%" />
39
+ </buttons>
40
+ </MessagePage>
41
+ </Page>
42
+ </App>
43
+
44
+ </mvc:View>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6