@openui5/sap.ui.documentation 1.118.0 → 1.119.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 (73) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +1 -1
  4. package/src/sap/ui/documentation/Search.js +32 -22
  5. package/src/sap/ui/documentation/library.js +2 -2
  6. package/src/sap/ui/documentation/messagebundle.properties +28 -5
  7. package/src/sap/ui/documentation/messagebundle_ar.properties +17 -5
  8. package/src/sap/ui/documentation/messagebundle_bg.properties +19 -7
  9. package/src/sap/ui/documentation/messagebundle_ca.properties +17 -5
  10. package/src/sap/ui/documentation/messagebundle_cs.properties +17 -5
  11. package/src/sap/ui/documentation/messagebundle_cy.properties +17 -5
  12. package/src/sap/ui/documentation/messagebundle_da.properties +17 -5
  13. package/src/sap/ui/documentation/messagebundle_de.properties +18 -6
  14. package/src/sap/ui/documentation/messagebundle_el.properties +17 -5
  15. package/src/sap/ui/documentation/messagebundle_en.properties +15 -3
  16. package/src/sap/ui/documentation/messagebundle_en_GB.properties +17 -5
  17. package/src/sap/ui/documentation/messagebundle_es.properties +17 -5
  18. package/src/sap/ui/documentation/messagebundle_es_MX.properties +17 -5
  19. package/src/sap/ui/documentation/messagebundle_et.properties +16 -4
  20. package/src/sap/ui/documentation/messagebundle_fi.properties +18 -6
  21. package/src/sap/ui/documentation/messagebundle_fr.properties +17 -5
  22. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +17 -5
  23. package/src/sap/ui/documentation/messagebundle_hi.properties +19 -7
  24. package/src/sap/ui/documentation/messagebundle_hr.properties +17 -5
  25. package/src/sap/ui/documentation/messagebundle_hu.properties +17 -5
  26. package/src/sap/ui/documentation/messagebundle_id.properties +17 -5
  27. package/src/sap/ui/documentation/messagebundle_it.properties +18 -6
  28. package/src/sap/ui/documentation/messagebundle_iw.properties +18 -6
  29. package/src/sap/ui/documentation/messagebundle_ja.properties +20 -8
  30. package/src/sap/ui/documentation/messagebundle_kk.properties +17 -5
  31. package/src/sap/ui/documentation/messagebundle_ko.properties +18 -6
  32. package/src/sap/ui/documentation/messagebundle_lt.properties +17 -5
  33. package/src/sap/ui/documentation/messagebundle_lv.properties +17 -5
  34. package/src/sap/ui/documentation/messagebundle_ms.properties +17 -5
  35. package/src/sap/ui/documentation/messagebundle_nl.properties +17 -5
  36. package/src/sap/ui/documentation/messagebundle_no.properties +17 -5
  37. package/src/sap/ui/documentation/messagebundle_pl.properties +17 -5
  38. package/src/sap/ui/documentation/messagebundle_pt.properties +18 -6
  39. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +17 -5
  40. package/src/sap/ui/documentation/messagebundle_ro.properties +17 -5
  41. package/src/sap/ui/documentation/messagebundle_ru.properties +18 -6
  42. package/src/sap/ui/documentation/messagebundle_sh.properties +17 -5
  43. package/src/sap/ui/documentation/messagebundle_sk.properties +19 -7
  44. package/src/sap/ui/documentation/messagebundle_sl.properties +17 -5
  45. package/src/sap/ui/documentation/messagebundle_sv.properties +17 -5
  46. package/src/sap/ui/documentation/messagebundle_th.properties +26 -14
  47. package/src/sap/ui/documentation/messagebundle_tr.properties +17 -5
  48. package/src/sap/ui/documentation/messagebundle_uk.properties +22 -10
  49. package/src/sap/ui/documentation/messagebundle_vi.properties +17 -5
  50. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +17 -5
  51. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +18 -6
  52. package/src/sap/ui/documentation/sdk/Component.js +0 -24
  53. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +7 -0
  54. package/src/sap/ui/documentation/sdk/controller/App.controller.js +1534 -1658
  55. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  56. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +31 -14
  57. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -2
  58. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +11 -3
  60. package/src/sap/ui/documentation/sdk/css/style.css +0 -4
  61. package/src/sap/ui/documentation/sdk/images/ui5-logo-dark.svg +22 -0
  62. package/src/sap/ui/documentation/sdk/images/ui5-logo-light.svg +22 -0
  63. package/src/sap/ui/documentation/sdk/manifest.json +6 -0
  64. package/src/sap/ui/documentation/sdk/model/theme-parameters.json +4 -0
  65. package/src/sap/ui/documentation/sdk/view/App.view.xml +312 -192
  66. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +1 -1
  67. package/src/sap/ui/documentation/themes/base/Documentation.less +361 -0
  68. package/src/sap/ui/documentation/themes/base/Search.less +16 -12
  69. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -2
  70. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -2
  71. package/src/sap/ui/documentation/sdk/view/FeedbackDialog.fragment.xml +0 -87
  72. package/src/sap/ui/documentation/themes/sap_horizon/Search.less +0 -3
  73. package/src/sap/ui/documentation/themes/sap_horizon_dark/Search.less +0 -3
@@ -128,7 +128,7 @@ sap.ui.define([
128
128
  name: this._formatWebAppPath(sFileName),
129
129
  url: sRef + "/" + sFileName
130
130
  }, oZipFile));
131
- });
131
+ }.bind(this));
132
132
 
133
133
 
134
134
  // add generic license file
@@ -70,6 +70,7 @@ sap.ui.define([
70
70
 
71
71
  if (sQuery === sOldQuery) {
72
72
  this.getView().byId("searchPage").setSelectedSection(sSectionId);
73
+ this._modifyLinks();
73
74
  return;
74
75
  }
75
76
 
@@ -119,9 +120,11 @@ sap.ui.define([
119
120
 
120
121
  /**
121
122
  * Modify all search result links
123
+ * The default modification is formatting of titles (hide/show trailing colons)
124
+ * @param bModifyHref enable modifications of href and target (to alow open in new window)
122
125
  * @private
123
126
  */
124
- _modifyLinks: function () {
127
+ _modifyLinks: function (bModifyHref) {
125
128
  var oView = this.getView(),
126
129
  // Collect all possible items from all lists
127
130
  aItems = [].concat(
@@ -135,26 +138,40 @@ sap.ui.define([
135
138
  oLink,
136
139
  sHref,
137
140
  sTarget = "_self",
138
- bExternal;
141
+ bExternal,
142
+ bFormatTitle = true;
139
143
 
140
144
  while (iLen--) {
141
145
  oItem = aItems[iLen];
142
146
  // Access control lazy loading method if available
143
147
  if (oItem._getLinkSender) {
144
148
  // Set link href to allow open in new window functionality
145
- oLink = oItem._getLinkSender();
146
- sHref = oItem.getCustomData()[0].getValue();
147
- bExternal = oItem.getCustomData()[1].getValue();
148
- if (bExternal) {
149
- sHref = new URL(sHref, document.baseURI).href;
150
- sTarget = "_blank";
149
+ oLink = this.loadSearchResultLink(oItem, bFormatTitle);
150
+ if (bModifyHref) {
151
+ sHref = oItem.getCustomData()[0].getValue();
152
+ bExternal = oItem.getCustomData()[1].getValue();
153
+ if (bExternal) {
154
+ sHref = new URL(sHref, document.baseURI).href;
155
+ sTarget = "_blank";
156
+ }
157
+ oLink.setHref(sHref);
158
+ oLink.setTarget(sTarget);
151
159
  }
152
- oLink.setHref(sHref);
153
- oLink.setTarget(sTarget);
154
160
  }
155
161
  }
156
162
  },
157
163
 
164
+ loadSearchResultLink: function(oItem, bFormatTitle) {
165
+ var bShowColon;
166
+ if (!oItem._getLinkSender) {
167
+ return null;
168
+ }
169
+ if (bFormatTitle) {
170
+ bShowColon = !!oItem.getText();
171
+ }
172
+ return oItem._getLinkSender(bShowColon);
173
+ },
174
+
158
175
  getGroupHeader : function (oGroup) {
159
176
  return new GroupHeaderListItem( {
160
177
  title: oGroup.key,
@@ -176,22 +193,22 @@ sap.ui.define([
176
193
 
177
194
  onAllLoadMore : function (oEvent) {
178
195
  this.getModel("searchView").setProperty("/visibleAllLength", oEvent.getParameter("actual"));
179
- this._modifyLinks();
196
+ this._modifyLinks(true);
180
197
  },
181
198
 
182
199
  onAPILoadMore : function (oEvent) {
183
200
  this.getModel("searchView").setProperty("/visibleAPILength", oEvent.getParameter("actual"));
184
- this._modifyLinks();
201
+ this._modifyLinks(true);
185
202
  },
186
203
 
187
204
  onDocLoadMore : function (oEvent) {
188
205
  this.getModel("searchView").setProperty("/visibleDocLength", oEvent.getParameter("actual"));
189
- this._modifyLinks();
206
+ this._modifyLinks(true);
190
207
  },
191
208
 
192
209
  onExploredLoadMore : function (oEvent) {
193
210
  this.getModel("searchView").setProperty("/visibleExploredLength", oEvent.getParameter("actual"));
194
- this._modifyLinks();
211
+ this._modifyLinks(true);
195
212
  },
196
213
 
197
214
  onSwitchTab: function(oEvent) {
@@ -18,8 +18,7 @@ sap.ui.define([
18
18
 
19
19
  "COOKIE_NAMES": {
20
20
  "APPROVAL_REQUESTED": "dk_approval_requested",
21
- "ALLOW_REQUIRED_COOKIES": "dk_allow_required_cookies",
22
- "DEMOKIT_IMPORTANT_MESSAGES_READ": "IMR"
21
+ "ALLOW_REQUIRED_COOKIES": "dk_allow_required_cookies"
23
22
  },
24
23
 
25
24
  "LOCAL_STORAGE_NAMES": {
@@ -556,7 +556,7 @@
556
556
  oDoc.modifiedStr = oDoc.modified + "";
557
557
  var sModified = oDoc.modifiedStr.substring(0,4) + "/" + oDoc.modifiedStr.substring(4,6) + "/" + oDoc.modifiedStr.substring(6,8) + ", " + oDoc.modifiedStr.substring(8,10) + ":" + oDoc.modifiedStr.substring(10),
558
558
  sTitle = oDoc.title,
559
- sSummary = oDoc.summary,
559
+ sSummary = oDoc.summary ? oDoc.summary.trim() : "",
560
560
  sNavURL = oDoc.path,
561
561
  bShouldAddToSearchResults = false,
562
562
  sCategory,
@@ -73,9 +73,11 @@ sap.ui.define([
73
73
  * @private
74
74
  */
75
75
  ThemePicker._updateAppearance = function(sKey) {
76
+ var bIsAutoSettingActive = this._bSupportsPrefersColorScheme && sKey === APPEARANCE_KEY_AUTO,
77
+ bIsDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
76
78
 
77
- if (sKey === APPEARANCE_KEY_AUTO && this._bSupportsPrefersColorScheme) {
78
- this._toggleLightOrDarkAppearance(window.matchMedia('(prefers-color-scheme: dark)').matches);
79
+ if (bIsAutoSettingActive) {
80
+ this._toggleLightOrDarkAppearance(bIsDark);
79
81
  this._attachPrefersColorSchemeChangeListener();
80
82
  } else {
81
83
  Core.applyTheme(this._getTheme()[sKey]);
@@ -83,7 +85,13 @@ sap.ui.define([
83
85
 
84
86
  this._sLastKnownAppearanceKey = sKey;
85
87
 
86
- this.bus.publish("themeChanged", "onThemeChanged", {sThemeActive: this._getTheme()[sKey]});
88
+ // I've added this check because there was a mismatch between the selected theme
89
+ // and the theme that was sent as event data when the user had selected the 'Auto' setting.
90
+ if (bIsAutoSettingActive) {
91
+ this.bus.publish("themeChanged", "onThemeChanged", {sThemeActive: APPEARANCE[bIsDark ? APPEARANCE_KEY_DARK : APPEARANCE_KEY_LIGHT]});
92
+ } else {
93
+ this.bus.publish("themeChanged", "onThemeChanged", {sThemeActive: this._getTheme()[sKey]});
94
+ }
87
95
 
88
96
  if (this._oConfigUtil.getCookieValue(this._oCookieNames.ALLOW_REQUIRED_COOKIES) === "1") {
89
97
  this._oConfigUtil.setCookie(CONFIGURATION_APPEARANCE, sKey);
@@ -79,10 +79,6 @@ pre.sapUiDocumentationAPICode,
79
79
  padding-left: 0;
80
80
  }
81
81
 
82
- .sapMBarChild.sapMSF.sdkHeaderSearchField {
83
- margin-right: 0;
84
- }
85
-
86
82
  .sapMBtn.sdkHeaderSearchButton {
87
83
  margin-left: 0;
88
84
  }
@@ -0,0 +1,22 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_155_62869" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="26" height="26">
3
+ <path d="M12.7105 0C12.7105 0 12.7074 1.08212 15.5362 2.80072C21.0284 6.136 21.0097 9.1962 21.0097 9.8384C21.0097 12.5653 18.1715 14.3281 16.8549 12.9012C16.8549 12.9012 18.1471 11.9423 18.1471 10.4676C18.1471 10.4676 17.1996 11.0916 16.7041 11.1998C16.7041 11.1998 17.3499 10.0584 17.0488 8.05584C17.0488 8.05584 16.532 9.06776 14.8737 9.88624C14.8737 9.88624 15.5195 8.44324 14.9168 7.06524C14.9168 7.06524 15.0458 8.788 11.126 10.6184C7.20628 12.4488 8.41268 14.2797 8.41268 14.2797C8.41268 14.2797 9.19268 13.4477 10.5208 14.0327C12.3153 14.821 11.5899 17.9847 8.70388 17.9847C5.89588 17.9847 4.0504 14.9292 4.0504 12.5429C4.0504 11.5549 4.15752 9.74168 5.93956 7.7454C7.35708 6.15784 9.10532 5.32012 9.48024 3.5646C7.53908 5.36432 4.0348 6.53952 1.9522 9.62C0.0802032 12.3869 0.688603 16.0472 1.02504 17.173C2.5528 22.2789 7.28636 26 12.8888 26C19.7274 26 25.3418 20.528 25.3418 13.6895C25.3418 3.33736 15.5003 2.23912 12.7105 0ZM11.0538 12.6729C10.8458 12.7213 10.6456 12.6339 10.3128 12.533C10.0008 12.4384 9.89104 12.4561 9.89104 12.4561C10.1013 12.3146 10.3215 12.1884 10.5499 12.0786C10.8806 11.9262 11.1635 11.9184 11.2945 12.221C11.3808 12.4202 11.2243 12.6329 11.0538 12.6729Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_155_62869)">
6
+ <path d="M12.7105 0C12.7105 0 12.7074 1.08212 15.5362 2.80072C21.0284 6.136 21.0097 9.1962 21.0097 9.8384C21.0097 12.5653 18.1715 14.3281 16.8549 12.9012C16.8549 12.9012 18.1471 11.9423 18.1471 10.4676C18.1471 10.4676 17.1996 11.0916 16.7041 11.1998C16.7041 11.1998 17.3499 10.0584 17.0488 8.05584C17.0488 8.05584 16.532 9.06776 14.8737 9.88624C14.8737 9.88624 15.5195 8.44324 14.9168 7.06524C14.9168 7.06524 15.0458 8.788 11.126 10.6184C7.20628 12.4488 8.41268 14.2797 8.41268 14.2797C8.41268 14.2797 9.19268 13.4477 10.5208 14.0327C12.3153 14.821 11.5899 17.9847 8.70388 17.9847C5.89588 17.9847 4.0504 14.9292 4.0504 12.5429C4.0504 11.5549 4.15752 9.74168 5.93956 7.7454C7.35708 6.15784 9.10532 5.32012 9.48024 3.5646C7.53908 5.36432 4.0348 6.53952 1.9522 9.62C0.0802032 12.3869 0.688603 16.0472 1.02504 17.173C2.5528 22.2789 7.28636 26 12.8888 26C19.7274 26 25.3418 20.528 25.3418 13.6895C25.3418 3.33736 15.5003 2.23912 12.7105 0Z" fill="url(#paint0_linear_155_62869)"/>
7
+ <path opacity="0.6" d="M11.9988 12.9318C14.1792 11.8081 14.8781 9.88253 14.8781 9.88253C14.8781 9.88253 15.5239 8.43901 14.9207 7.05945C14.9207 7.05945 15.0497 8.78377 11.1247 10.6157C7.19974 12.4477 8.40926 14.2796 8.40926 14.2796C8.61466 14.0966 8.81018 13.9728 9.19758 13.8688C9.8455 13.6952 10.8611 13.5199 11.9988 12.9318Z" fill="#FF961E"/>
8
+ <path opacity="0.4" d="M12.1116 13.7279C13.7964 13.7279 15.7459 12.9448 16.7105 11.1955C16.8613 10.9225 16.9955 10.479 17.0625 10.0614C17.1665 9.39583 17.1795 8.90079 17.0568 8.00171C17.0568 8.00171 16.7375 8.89663 14.8785 9.88047C14.2025 10.2377 13.3388 10.5949 12.1948 10.9423C7.76233 12.2875 8.41233 14.2776 8.41233 14.2776C9.11069 13.8174 9.11485 13.7279 12.1116 13.7279Z" fill="#FF961E"/>
9
+ <path opacity="0.2" d="M12.1111 13.7278C13.6602 13.7278 15.7662 13.8152 16.8603 12.8958C17.5311 12.3337 18.1437 11.5906 18.1551 10.4581C18.1551 10.4581 17.2373 11.0639 16.71 11.1939C15.982 11.3738 14.6669 11.6504 13.4657 11.5823C9.38842 11.3509 8.41187 14.2754 8.41187 14.2754C8.97399 13.7595 9.65831 13.7278 12.1111 13.7278Z" fill="#FF961E"/>
10
+ <path opacity="0.4" d="M11.9993 12.9319C14.1797 11.8082 14.8785 9.88263 14.8785 9.88263C14.2025 10.2399 13.3388 10.5971 12.1948 10.9445C7.76233 12.2897 8.41233 14.2797 8.41233 14.2797C8.61773 14.0967 8.81325 13.9729 9.20065 13.8689C9.84597 13.6953 10.8615 13.52 11.9993 12.9319Z" fill="#FF961E"/>
11
+ <path d="M9.20227 13.8688C9.84759 13.6951 10.8631 13.5183 12.0009 12.9328C12.6599 12.5929 13.2544 12.1405 13.7575 11.5959C13.6597 11.5959 13.5625 11.5922 13.4657 11.587C9.38842 11.3556 8.41187 14.2801 8.41187 14.2801C8.58897 14.1122 8.80255 13.9876 9.03587 13.9161C9.08839 13.901 9.14143 13.8839 9.20227 13.8688Z" fill="#FF961E"/>
12
+ <path opacity="0.4" d="M25.3413 13.6895C25.3413 11.6251 24.9492 9.92935 24.3013 8.51807C24.3632 8.70475 25.6169 12.6261 22.4782 15.7632C20.6862 17.5551 17.6375 18.1755 15.1862 16.2161C15.1862 16.2161 15.4982 21.1343 9.67109 21.8597C5.86625 22.3334 2.87209 19.9092 1.57313 16.8214C0.669367 14.6738 0.585127 12.2054 1.61993 10.1654C0.158207 12.8502 0.709927 16.1199 1.02453 17.1729C2.55229 22.2788 7.28585 25.9999 12.8883 25.9999C19.7268 25.9999 25.3413 20.528 25.3413 13.6895Z" fill="#FF961E"/>
13
+ <path opacity="0.6" d="M24.0848 19.0891C23.4389 19.2638 18.3773 20.4681 15.186 16.2161C15.186 16.2161 16.6722 21.9803 10.3552 25.7399C11.1887 25.9133 12.0378 26.0004 12.8892 25.9999C17.786 25.9999 22.0552 23.1919 24.0848 19.0891Z" fill="#FF961E"/>
14
+ <path opacity="0.7" d="M21.3355 22.7332C17.3778 20.6959 15.1849 16.2161 15.1849 16.2161C16.9488 20.518 16.1844 23.8751 15.3929 25.7497C17.6104 25.3009 19.6643 24.2583 21.3355 22.7332Z" fill="#FF961E"/>
15
+ </g>
16
+ <defs>
17
+ <linearGradient id="paint0_linear_155_62869" x1="19.134" y1="24.3412" x2="6.98788" y2="3.30356" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#FC4229"/>
19
+ <stop offset="1" stop-color="#FF7014"/>
20
+ </linearGradient>
21
+ </defs>
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="25" height="26" viewBox="0 0 25 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_155_61244" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="26">
3
+ <path d="M12.2079 0C12.2079 0 12.2047 1.08212 15.0696 2.80072C20.6317 6.136 20.6127 9.1962 20.6127 9.8384C20.6127 12.5653 17.7385 14.3281 16.4051 12.9012C16.4051 12.9012 17.7137 11.9423 17.7137 10.4676C17.7137 10.4676 16.7542 11.0916 16.2523 11.1998C16.2523 11.1998 16.9064 10.0584 16.6015 8.05584C16.6015 8.05584 16.078 9.06776 14.3986 9.88624C14.3986 9.88624 15.0527 8.44324 14.4424 7.06524C14.4424 7.06524 14.573 8.788 10.6033 10.6184C6.63365 12.4488 7.8554 14.2797 7.8554 14.2797C7.8554 14.2797 8.64533 13.4477 9.99032 14.0327C11.8077 14.821 11.073 17.9847 8.15031 17.9847C5.30657 17.9847 3.4376 14.9292 3.4376 12.5429C3.4376 11.5549 3.54608 9.74168 5.35081 7.7454C6.78637 6.15784 8.55686 5.32012 8.93655 3.5646C6.97069 5.36432 3.4218 6.53952 1.3127 9.62C-0.583132 12.3869 0.0330121 16.0472 0.373734 17.173C1.92094 22.2789 6.71475 26 12.3885 26C19.3141 26 25 20.528 25 13.6895C25 3.33736 15.0332 2.23912 12.2079 0ZM10.5301 12.6729C10.3195 12.7213 10.1167 12.6339 9.77967 12.533C9.4637 12.4384 9.35258 12.4561 9.35258 12.4561C9.56553 12.3146 9.78852 12.1884 10.0198 12.0786C10.3547 11.9262 10.6412 11.9184 10.7739 12.221C10.8613 12.4202 10.7028 12.6329 10.5301 12.6729Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_155_61244)">
6
+ <path d="M12.2079 0C12.2079 0 12.2047 1.08212 15.0696 2.80072C20.6317 6.136 20.6127 9.1962 20.6127 9.8384C20.6127 12.5653 17.7385 14.3281 16.4051 12.9012C16.4051 12.9012 17.7137 11.9423 17.7137 10.4676C17.7137 10.4676 16.7542 11.0916 16.2523 11.1998C16.2523 11.1998 16.9064 10.0584 16.6015 8.05584C16.6015 8.05584 16.078 9.06776 14.3986 9.88624C14.3986 9.88624 15.0527 8.44324 14.4424 7.06524C14.4424 7.06524 14.573 8.788 10.6033 10.6184C6.63365 12.4488 7.8554 14.2797 7.8554 14.2797C7.8554 14.2797 8.64533 13.4477 9.99032 14.0327C11.8077 14.821 11.073 17.9847 8.15031 17.9847C5.30657 17.9847 3.4376 14.9292 3.4376 12.5429C3.4376 11.5549 3.54608 9.74168 5.35081 7.7454C6.78637 6.15784 8.55686 5.32012 8.93655 3.5646C6.97069 5.36432 3.4218 6.53952 1.3127 9.62C-0.583132 12.3869 0.0330121 16.0472 0.373734 17.173C1.92094 22.2789 6.71475 26 12.3885 26C19.3141 26 25 20.528 25 13.6895C25 3.33736 15.0332 2.23912 12.2079 0Z" fill="url(#paint0_linear_155_61244)"/>
7
+ <path opacity="0.6" d="M11.488 12.9319C13.6961 11.8081 14.4039 9.88259 14.4039 9.88259C14.4039 9.88259 15.058 8.43907 14.4471 7.05951C14.4471 7.05951 14.5777 8.78383 10.6028 10.6158C6.62787 12.4477 7.85278 14.2797 7.85278 14.2797C8.0608 14.0967 8.25881 13.9729 8.65114 13.8689C9.3073 13.6952 10.3358 13.52 11.488 12.9319Z" fill="#07C1F2"/>
8
+ <path opacity="0.4" d="M11.6018 13.728C13.308 13.728 15.2823 12.9449 16.2592 11.1956C16.4119 10.9226 16.5478 10.479 16.6157 10.0615C16.721 9.39586 16.7342 8.90082 16.6099 8.00174C16.6099 8.00174 16.2866 8.89666 14.4039 9.8805C13.7193 10.2377 12.8446 10.595 11.686 10.9423C7.19711 12.2876 7.85539 14.2776 7.85539 14.2776C8.56264 13.8174 8.56685 13.728 11.6018 13.728Z" fill="#07C1F2"/>
9
+ <path opacity="0.2" d="M11.6017 13.728C13.1705 13.728 15.3033 13.8153 16.4113 12.896C17.0907 12.3339 17.711 11.5908 17.7226 10.4582C17.7226 10.4582 16.7931 11.064 16.2591 11.194C15.5219 11.3739 14.19 11.6506 12.9736 11.5825C8.84434 11.3511 7.85535 14.2755 7.85535 14.2755C8.42462 13.7597 9.11765 13.728 11.6017 13.728Z" fill="#07C1F2"/>
10
+ <path opacity="0.4" d="M11.488 12.9319C13.6961 11.8082 14.4039 9.8826 14.4039 9.8826C13.7193 10.2398 12.8446 10.5971 11.686 10.9444C7.19711 12.2897 7.85539 14.2797 7.85539 14.2797C8.0634 14.0967 8.26141 13.9729 8.65374 13.8689C9.30727 13.6952 10.3358 13.52 11.488 12.9319Z" fill="#07C1F2"/>
11
+ <path d="M8.65581 13.8689C9.30934 13.6952 10.3378 13.5184 11.4901 12.9329C12.1574 12.5931 12.7595 12.1406 13.269 11.596C13.17 11.596 13.0715 11.5923 12.9736 11.5871C8.84434 11.3557 7.85535 14.2802 7.85535 14.2802C8.03471 14.1123 8.251 13.9877 8.48729 13.9162C8.54048 13.9011 8.59419 13.884 8.65581 13.8689Z" fill="#07C1F2"/>
12
+ <path opacity="0.4" d="M25 13.6895C25 11.6251 24.6029 9.92938 23.9467 8.5181C24.0094 8.70478 25.2791 12.6261 22.1004 15.7633C20.2857 17.5552 17.1981 18.1755 14.7156 16.2162C14.7156 16.2162 15.0316 21.1343 9.13031 21.8597C5.27705 22.3335 2.24478 19.9092 0.929283 16.8215C0.0140197 14.6739 -0.0712926 12.2054 0.976678 10.1655C-0.503646 12.8502 0.0550958 16.12 0.3737 17.173C1.92091 22.2789 6.71472 26 12.3885 26C19.3141 26 25 20.528 25 13.6895Z" fill="#07C1F2"/>
13
+ <path opacity="0.6" d="M23.7266 19.0892C23.0725 19.2639 17.9464 20.4682 14.7146 16.2162C14.7146 16.2162 16.2196 21.9804 9.82227 25.74C10.6664 25.9134 11.5263 26.0005 12.3885 26C17.3476 26 21.6712 23.192 23.7266 19.0892Z" fill="#07C1F2"/>
14
+ <path opacity="0.7" d="M20.9434 22.7333C16.9354 20.696 14.7146 16.2162 14.7146 16.2162C16.5009 20.5181 15.7268 23.8753 14.9252 25.7499C17.1709 25.301 19.251 24.2584 20.9434 22.7333Z" fill="#07C1F2"/>
15
+ </g>
16
+ <defs>
17
+ <linearGradient id="paint0_linear_155_61244" x1="18.7132" y1="24.3412" x2="6.64436" y2="3.17136" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#146CD0"/>
19
+ <stop offset="1" stop-color="#0FA1EA"/>
20
+ </linearGradient>
21
+ </defs>
22
+ </svg>
@@ -69,6 +69,12 @@
69
69
  "compact": true,
70
70
  "cozy": true
71
71
  },
72
+ "models": {
73
+ "theme": {
74
+ "type": "sap.ui.model.json.JSONModel",
75
+ "uri": "model/theme-parameters.json"
76
+ }
77
+ },
72
78
  "config": {
73
79
  "docuPath": "./docs/topics/",
74
80
  "exploredURI": "./",
@@ -0,0 +1,4 @@
1
+ {
2
+ "darkLogo": "./resources/sap/ui/documentation/sdk/images/ui5-logo-dark.svg",
3
+ "lightLogo": "./resources/sap/ui/documentation/sdk/images/ui5-logo-light.svg"
4
+ }