@openui5/sap.ui.documentation 1.150.0 → 1.151.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.
- package/THIRDPARTY.txt +6 -6
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle_bg.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_uk.properties +1 -1
- package/src/sap/ui/documentation/sdk/CookieStatement.html +35 -25
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +8 -4
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +9 -3
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +27 -5
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +3 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +63 -14
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.
|
|
9
|
+
Component: UI5 Web Components, version: 2.24.0
|
|
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
|
+
Component: UI5 Web Components Fiori, version: 2.24.0
|
|
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.
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.24.0
|
|
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.
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.24.0
|
|
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.
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.24.0
|
|
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
|
|
@@ -267,7 +267,7 @@ License: MIT
|
|
|
267
267
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
268
268
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
|
|
269
269
|
|
|
270
|
-
Component: handlebars, version: 4.7.
|
|
270
|
+
Component: handlebars, version: 4.7.9
|
|
271
271
|
Copyright: 2011-2019 by Yehuda Katz
|
|
272
272
|
License: MIT
|
|
273
273
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.151.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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.
|
|
17
|
+
"@openui5/sap.m": "1.151.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.151.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.151.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.151.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.151.0",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.151.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.
|
|
9
|
+
<version>1.151.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -25,14 +25,14 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.documentation
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.151.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.
|
|
35
|
+
version: '1.151.0',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -438,7 +438,7 @@ RESOURCES_CARD_TITLE_CARD_EXPLORER=\u0418\u043D\u0441\u0442\u0440\u0443\u043C\u0
|
|
|
438
438
|
RESOURCES_CARD_DESC_CARD_EXPLORER=\u041A\u0430\u0440\u0442\u0438\u0442\u0435 \u0437\u0430 \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044F \u0441\u0430 \u0447\u0443\u0434\u0435\u0441\u0435\u043D \u043D\u0430\u0447\u0438\u043D \u0437\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0431\u0438\u0437\u043D\u0435\u0441 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0438\u0442\u0435 \u0432 \u043A\u0430\u0440\u0442\u0438 \u0432\u044A\u0432 \u0444\u043E\u0440\u043C\u0430 \u043D\u0430 \u0443\u0438\u0434\u0436\u0435\u0442\u0438 \u0437\u0430 \u043D\u0430\u0447\u0430\u043B\u043D\u0430\u0442\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0438\u043B\u0438 \u0442\u0430\u0431\u043B\u043E\u0442\u043E. \u0418\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u043D\u0430 \u043A\u0430\u0440\u0442\u0438 \u0432\u0438 \u043F\u043E\u043A\u0430\u0437\u0432\u0430 \u0432\u0441\u0438\u0447\u043A\u043E, \u043A\u043E\u0435\u0442\u043E \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u043D\u0430\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0433\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0438\u0442\u0435.
|
|
439
439
|
RESOURCES_CARD_TITLE_LINTER=\u041B\u0438\u043D\u0442\u0435\u0440 \u0437\u0430 UI5
|
|
440
440
|
RESOURCES_CARD_DESC_LINTER=\u041B\u0438\u043D\u0442\u0435\u0440\u044A\u0442 \u0437\u0430 UI5 \u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442 \u0437\u0430 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u043D \u0430\u043D\u0430\u043B\u0438\u0437 \u043D\u0430 \u043A\u043E\u0434\u0430 \u0437\u0430 \u043F\u0440\u043E\u0435\u043A\u0442\u0438 \u0432 UI5. \u0422\u043E\u0439 \u043F\u0440\u043E\u0432\u0435\u0440\u044F\u0432\u0430 JavaScript, XML, JSON \u0438 \u0434\u0440\u0443\u0433\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u0435 \u0432\u044A\u0432 \u0432\u0430\u0448\u0438\u044F \u043F\u0440\u043E\u0435\u043A\u0442 \u0438 \u0434\u043E\u043A\u043B\u0430\u0434\u0432\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435. \u041F\u043E\u043C\u0430\u0433\u0430 \u0432\u0438 \u0434\u0430 \u0441\u043B\u0435\u0434\u0432\u0430\u0442\u0435 \u0434\u043E\u0431\u0440\u0438\u0442\u0435 \u043F\u0440\u0430\u043A\u0442\u0438\u043A\u0438 \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043F\u0440\u043E\u0435\u043A\u0442\u0438 \u0432 UI5 \u0438 \u0434\u0430 \u0433\u0438 \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u0442\u0435 \u043A\u044A\u043C \u043D\u043E\u0432\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u0438 \u0432\u0435\u0440\u0441\u0438\u0438 \u043D\u0430 UI5.
|
|
441
|
-
RESOURCES_CARD_TITLE_PLUGINS_CODING_AGENTS=
|
|
441
|
+
RESOURCES_CARD_TITLE_PLUGINS_CODING_AGENTS=Knowledge Graph Reasoner
|
|
442
442
|
RESOURCES_CARD_DESC_PLUGINS_CODING_AGENTS=\u0417\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435 \u0441\u0432\u043E\u0435\u0442\u043E \u043F\u044A\u0442\u0443\u0432\u0430\u043D\u0435 \u0432 UI5 \u0441 \u043F\u043E\u043C\u043E\u0449\u0442\u0430 \u043D\u0430 \u043A\u043E\u0434\u0438\u0440\u0430\u0449\u0438 \u0430\u0433\u0435\u043D\u0442\u0438. \u041F\u0440\u0438\u0441\u0442\u0430\u0432\u043A\u0438\u0442\u0435 \u043F\u043E\u0434\u043F\u043E\u043C\u0430\u0433\u0430\u0442 \u043A\u043E\u0434\u0438\u0440\u0430\u0449\u0438\u0442\u0435 \u0430\u0433\u0435\u043D\u0442\u0438 \u043F\u0440\u0438 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435\u0442\u043E \u0438 \u0432\u0430\u043B\u0438\u0434\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 UI5 \u043F\u0440\u043E\u0435\u043A\u0442\u0438, \u043A\u0430\u043A\u0442\u043E \u0438 \u043F\u0440\u0438 \u0434\u043E\u0441\u0442\u044A\u043F\u0430 \u0434\u043E \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F\u0442\u0430 \u043D\u0430 API, \u0443\u043A\u0430\u0437\u0430\u043D\u0438\u044F\u0442\u0430 \u0437\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0438 \u0434\u043E\u0431\u0440\u0438\u0442\u0435 \u043F\u0440\u0430\u043A\u0442\u0438\u043A\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0441 UI5.
|
|
443
443
|
RESOURCES_CARD_TITLE_MCPSERVER=\u0421\u044A\u0440\u0432\u044A\u0440 UI5 MCP
|
|
444
444
|
RESOURCES_CARD_DESC_MCPSERVER=\u0421\u044A\u0440\u0432\u044A\u0440\u044A\u0442 \u043D\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0437\u0430 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043D\u0430 \u043C\u043E\u0434\u0435\u043B UI5 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 \u0437\u0430 \u043F\u043E\u0434\u043E\u0431\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0436\u0438\u0432\u044F\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u0446\u0438\u0442\u0435 \u043F\u0440\u0438 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u0430 \u0438\u043C \u0441 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 \u043D\u0430 \u0430\u0433\u0435\u043D\u0442\u0435\u043D AI.
|
|
@@ -39,7 +39,7 @@ APP_INFORMATION_BTN_APPEARANCE_HCW=\u0412\u0438\u0441\u043E\u043A\u0430 \u043A\u
|
|
|
39
39
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E (\u0437\u0430\u043B\u0435\u0436\u043D\u043E \u0432\u0456\u0434 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043E\u043A \u041E\u0421)
|
|
40
40
|
APP_INFORMATION_BTN_SITEMAP=\u041A\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0443
|
|
41
41
|
APP_INFORMATION_BTN_COPYRIGHT=\u0410\u0432\u0442\u043E\u0440\u0441\u044C\u043A\u0435 \u043F\u0440\u0430\u0432\u043E
|
|
42
|
-
APP_INFORMATION_BTN_TRADEMARK=\u0422\u043E\u0440\u0433\u043E\u0432\u0430 \u043C\u0430\u0440\u043A\u0430
|
|
42
|
+
APP_INFORMATION_BTN_TRADEMARK=\u0422\u043E\u0440\u0433\u043E\u0432\u0435\u043B\u044C\u043D\u0430 \u043C\u0430\u0440\u043A\u0430
|
|
43
43
|
APP_INFORMATION_BTN_DISCLAIMER=\u0412\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0456
|
|
44
44
|
APP_INFORMATION_BTN_LICENSE=\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F
|
|
45
45
|
APP_COOKIES_TEXT=\u041C\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u043C\u043E \u0444\u0430\u0439\u043B\u0438 cookies \u0434\u043B\u044F \u043F\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u043D\u044F \u0432\u0430\u0448\u043E\u0433\u043E \u0434\u043E\u0441\u0432\u0456\u0434\u0443 \u043D\u0430 \u043D\u0430\u0448\u043E\u043C\u0443 \u0441\u0430\u0439\u0442\u0456. \u041F\u0440\u043E\u0434\u043E\u0432\u0436\u0443\u044E\u0447\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442, \u0432\u0438 \u043F\u043E\u0433\u043E\u0434\u0436\u0443\u0454\u0442\u0435\u0441\u044C \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0448\u0456 cookies.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<h2>Cookie Statement</h2>
|
|
3
|
-
<p>This Cookie Statement was updated on
|
|
3
|
+
<p>This Cookie Statement was updated on July 8, 2026.</p>
|
|
4
4
|
<p>This Cookie Statement describes how SAP (hereinafter also “We”, “Our”)
|
|
5
5
|
uses cookies and similar technologies to collect and store information when
|
|
6
6
|
you visit UI5 Demo Kit. SAP's Privacy Statement applies in
|
|
@@ -73,9 +73,8 @@
|
|
|
73
73
|
when applicable</li>
|
|
74
74
|
</ul>
|
|
75
75
|
<p>SAP differentiates between Required Cookies that are absolutely necessary
|
|
76
|
-
to enable technical core functionalities
|
|
77
|
-
analyze the site usage
|
|
78
|
-
relevant to your interests.</p>
|
|
76
|
+
to enable technical core functionalities and Functional Cookies that allow SAP to
|
|
77
|
+
analyze the site usage.</p>
|
|
79
78
|
<h3>Required Cookies</h3>
|
|
80
79
|
<table class="cookieList" border="0" cellspacing="0" cellpadding="0">
|
|
81
80
|
<thead class="tableHeader" style="transform: translateY(0px);">
|
|
@@ -109,6 +108,11 @@
|
|
|
109
108
|
<td valign="top">Facilitates account authentication</td>
|
|
110
109
|
<td valign="top">Session</td>
|
|
111
110
|
</tr>
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="cookieNameColumn">botinfo_sap</td>
|
|
113
|
+
<td valign="top">Used by the system to recognize bots, ensuring a secure and efficient user experience</td>
|
|
114
|
+
<td valign="top">Session</td>
|
|
115
|
+
</tr>
|
|
112
116
|
<tr>
|
|
113
117
|
<td class="cookieNameColumn">notice_behavior</td>
|
|
114
118
|
<td valign="top">TrustArc sets this cookie to store the cookie preferences of visitors</td>
|
|
@@ -129,6 +133,11 @@
|
|
|
129
133
|
<td valign="top">Retains a TrustArc session ID to collect and record cookie consent decisions</td>
|
|
130
134
|
<td valign="top">30 min</td>
|
|
131
135
|
</tr>
|
|
136
|
+
<tr>
|
|
137
|
+
<td class="cookieNameColumn">optout_domains_pc</td>
|
|
138
|
+
<td valign="top">When the optout_domains_pc cookie is set, and the user switches to a subdomain with no consent or conflicting consent, the user's opt-out preference is respected across subdomains.</td>
|
|
139
|
+
<td valign="top">391 days</td>
|
|
140
|
+
</tr>
|
|
132
141
|
</tbody>
|
|
133
142
|
</table>
|
|
134
143
|
<h3>Functional Cookies</h3>
|
|
@@ -144,6 +153,11 @@
|
|
|
144
153
|
</tr>
|
|
145
154
|
</thead>
|
|
146
155
|
<tbody>
|
|
156
|
+
<tr>
|
|
157
|
+
<td class="cookieNameColumn">6suuid</td>
|
|
158
|
+
<td valign="top">6sense uses this cookie as a long-lived unique identifier of the user. It is either correlated to other 6sense identifiers or a unique value</td>
|
|
159
|
+
<td valign="top">1 year</td>
|
|
160
|
+
</tr>
|
|
147
161
|
<tr>
|
|
148
162
|
<td class="cookieNameColumn">_an_uid</td>
|
|
149
163
|
<td valign="top">6sense uses this cookie for collecting information on users' visits such as the total number of visits, average time spent on the website, and pages loaded</td>
|
|
@@ -159,6 +173,11 @@
|
|
|
159
173
|
<td valign="top">6sense uses this cookie for collecting information on the user's visit such as the number of visits, average time spent on the website, and the pages loaded for displaying targeted ads</td>
|
|
160
174
|
<td valign="top">1 year 1 month 4 days</td>
|
|
161
175
|
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<td class="cookieNameColumn">_gd_svisitor</td>
|
|
178
|
+
<td valign="top">6sense uses this cookie as a long-lived unique identifier of the user. It is either correlated to the 6suuid or a unique value</td>
|
|
179
|
+
<td valign="top">1 year</td>
|
|
180
|
+
</tr>
|
|
162
181
|
<tr>
|
|
163
182
|
<td class="cookieNameColumn">AMCV_<id>@AdobeOrg</td>
|
|
164
183
|
<td valign="top">Adobe Experience Cloud uses this cookie to retain the Experience Cloud visitor ID, also known as MID</td>
|
|
@@ -216,25 +235,16 @@
|
|
|
216
235
|
</tr>
|
|
217
236
|
</tbody>
|
|
218
237
|
</table>
|
|
219
|
-
<h3>
|
|
220
|
-
<
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<tbody>
|
|
232
|
-
<tr>
|
|
233
|
-
<td class="cookieNameColumn">receive-cookie-deprecation</td>
|
|
234
|
-
<td valign="top">Part of a Google Chrome experiment to identify if a user's browser is in specific test groups within Chrome’s Privacy Sandbox initiative. Websites must opt-in to use it. The cookie tracks group participation (e.g., "example_label_1") and it will be discontinued after the experiment.</td>
|
|
235
|
-
<td valign="top">Persistent</td>
|
|
236
|
-
</tr>
|
|
237
|
-
|
|
238
|
-
</tbody>
|
|
239
|
-
</table>
|
|
238
|
+
<h3>How can you manage and delete Cookies?</h3>
|
|
239
|
+
<p>SAP provides you with the option to adjust your
|
|
240
|
+
preferences for Functional Cookies when such cookies are placed
|
|
241
|
+
on your device. In such a case, you can access preferences at any time by
|
|
242
|
+
selecting the "Legal Information" icon > "Cookie Preferences" link in the header of the UI5 Demo Kit.</p>
|
|
243
|
+
<p>You can also block and delete cookies by
|
|
244
|
+
changing your browser settings. To manage cookies using your browser settings,
|
|
245
|
+
most browsers allow you to refuse or accept all cookies or only to accept
|
|
246
|
+
certain types of cookies. The process for the management and deletion of
|
|
247
|
+
cookies can be found in the help function integrated in your browser. If you
|
|
248
|
+
wish to limit the use of cookies, you may not be able to use all the
|
|
249
|
+
interactive functions.</p>
|
|
240
250
|
</div>
|
|
@@ -102,7 +102,7 @@ sap.ui.define(
|
|
|
102
102
|
},
|
|
103
103
|
|
|
104
104
|
onClearButtonPressed: function (oEvent) {
|
|
105
|
-
var oFrame =
|
|
105
|
+
var oFrame = this._getIFrameDomRef(),
|
|
106
106
|
sLocalStorageDKSamples = this._getChangedSamplesLocalStorage(),
|
|
107
107
|
oModelData = this.oModel.getData(),
|
|
108
108
|
sRef = sap.ui.require.toUrl((this._sId).replace(/\./g, "/"));
|
|
@@ -321,10 +321,14 @@ sap.ui.define(
|
|
|
321
321
|
_createHTMLControl: function () {
|
|
322
322
|
return new HTML({
|
|
323
323
|
id : "sampleFrameEdit",
|
|
324
|
-
content : '<iframe
|
|
324
|
+
content : '<iframe frameBorder="0" width="100%" height="100%"></iframe>'
|
|
325
325
|
});
|
|
326
326
|
},
|
|
327
327
|
|
|
328
|
+
_getIFrameDomRef: function () {
|
|
329
|
+
return this._oHtmlControl && this._oHtmlControl.getDomRef();
|
|
330
|
+
},
|
|
331
|
+
|
|
328
332
|
_getPage: function () {
|
|
329
333
|
return this.byId("samplePageEdit");
|
|
330
334
|
},
|
|
@@ -388,9 +392,9 @@ sap.ui.define(
|
|
|
388
392
|
* @param {string} sValue The value of the manifest.json file.
|
|
389
393
|
*/
|
|
390
394
|
_updateSample: function () {
|
|
391
|
-
var oFrame =
|
|
395
|
+
var oFrame = this._getIFrameDomRef();
|
|
392
396
|
|
|
393
|
-
if (oFrame.contentWindow && oFrame.contentWindow.sap) {
|
|
397
|
+
if (oFrame && oFrame.contentWindow && oFrame.contentWindow.sap) {
|
|
394
398
|
oFrame.contentWindow.location.reload();
|
|
395
399
|
}
|
|
396
400
|
},
|
|
@@ -320,8 +320,9 @@ sap.ui.define([
|
|
|
320
320
|
|
|
321
321
|
// Assigning allowed query parameters from Demo Kit URL
|
|
322
322
|
ALLOWLIST_SAMPLES_SEARCH_PARAMS.forEach(function (oParam, index) {
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
var sValue = new URL(document.location.href).searchParams.get(oParam);
|
|
324
|
+
if (sValue) {
|
|
325
|
+
sSampleSearchParams += (sSampleSearchParams === "" ? "?" : "&") + oParam + "=" + encodeURIComponent(sValue);
|
|
325
326
|
}
|
|
326
327
|
});
|
|
327
328
|
|
|
@@ -662,6 +663,11 @@ sap.ui.define([
|
|
|
662
663
|
_onAfterIframeRendering: function() {
|
|
663
664
|
var oModelData = this.oModel.getData();
|
|
664
665
|
|
|
666
|
+
var oIframeDomRef = this._oHtmlControl && this._oHtmlControl.getDomRef();
|
|
667
|
+
if (oIframeDomRef) {
|
|
668
|
+
oIframeDomRef.src = this.sIFrameUrl;
|
|
669
|
+
}
|
|
670
|
+
|
|
665
671
|
// For external samples, resolve immediately after rendering since they don't use our messaging protocol
|
|
666
672
|
if (this._isExternalSample(oModelData)) {
|
|
667
673
|
setTimeout(function() {
|
|
@@ -675,7 +681,7 @@ sap.ui.define([
|
|
|
675
681
|
_createHTMLControl: function () {
|
|
676
682
|
return new HTML({
|
|
677
683
|
id : "sampleFrame",
|
|
678
|
-
content : '<iframe
|
|
684
|
+
content : '<iframe id="sampleFrame" frameBorder="0"></iframe>'
|
|
679
685
|
});
|
|
680
686
|
},
|
|
681
687
|
|
|
@@ -34,11 +34,13 @@ sap.ui.define([
|
|
|
34
34
|
"sap/uxap/ObjectPageSection",
|
|
35
35
|
"sap/ui/documentation/ObjectPageSubSection",
|
|
36
36
|
"sap/ui/core/HTML",
|
|
37
|
-
"sap/ui/core/Core"
|
|
37
|
+
"sap/ui/core/Core",
|
|
38
|
+
"sap/m/MessageStrip",
|
|
39
|
+
"sap/ui/layout/VerticalLayout"
|
|
38
40
|
], function (jQuery, Log, Fragment, APIInfo, BaseController, ToggleFullScreenHandler,
|
|
39
41
|
formatter, Row, ParamText, JSDocType, JSDocText, Image, Label, Link, Text, HBox, ObjectAttribute, ObjectStatus, Popover,
|
|
40
42
|
library, MessageToast, coreLibrary, CustomListItem, List, includeStylesheet, includeScript,
|
|
41
|
-
ObjectPageSection, ObjectPageSubSection, HTML, Core) {
|
|
43
|
+
ObjectPageSection, ObjectPageSubSection, HTML, Core, MessageStrip, VerticalLayout) {
|
|
42
44
|
"use strict";
|
|
43
45
|
|
|
44
46
|
// shortcut for sap.m.FlexWrap
|
|
@@ -1034,9 +1036,29 @@ sap.ui.define([
|
|
|
1034
1036
|
text: this.formatter.escapeSettingsValue(sDefault),
|
|
1035
1037
|
wrapping: true
|
|
1036
1038
|
}),
|
|
1037
|
-
new
|
|
1038
|
-
|
|
1039
|
-
|
|
1039
|
+
new VerticalLayout({
|
|
1040
|
+
content: [
|
|
1041
|
+
new JSDocText({
|
|
1042
|
+
sanitizeContent: false,
|
|
1043
|
+
text: this.formatter.escapeSettingsValue(oProperty.description)
|
|
1044
|
+
}),
|
|
1045
|
+
new MessageStrip({
|
|
1046
|
+
visible: oProperty.deprecatedText !== undefined,
|
|
1047
|
+
text: oProperty.deprecatedText || "",
|
|
1048
|
+
type: "Error",
|
|
1049
|
+
showIcon: true,
|
|
1050
|
+
showCloseButton: false,
|
|
1051
|
+
enableFormattedText: true
|
|
1052
|
+
}).addStyleClass("sapUiTinyMarginBottom sapUiTinyMarginTop"),
|
|
1053
|
+
new MessageStrip({
|
|
1054
|
+
visible: oProperty.experimentalText !== undefined,
|
|
1055
|
+
text: oProperty.experimentalText || "",
|
|
1056
|
+
type: "Warning",
|
|
1057
|
+
showIcon: true,
|
|
1058
|
+
showCloseButton: false,
|
|
1059
|
+
enableFormattedText: true
|
|
1060
|
+
}).addStyleClass("sapUiTinyMarginBottom sapUiTinyMarginTop")
|
|
1061
|
+
]
|
|
1040
1062
|
})
|
|
1041
1063
|
]
|
|
1042
1064
|
}).addStyleClass("subrow");
|
|
@@ -3,6 +3,9 @@ COOKIE_SETTINGS_DIALOG_TITLE=VSiHf/ID+8Qa6LMSy2qeOA_Your Cookie Settings
|
|
|
3
3
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=1QXuYN58UnmqoK7UtwpzHg_Required Cookies
|
|
4
4
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=1mlj9qCqW87sOdOuAR2C4w_These cookies are required to enable core site functionality.
|
|
5
5
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=zEB+717Bx2XbQHiornUX5g_We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
6
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=ZXlj7cSXT6P/Ps82CAsL8w_Functional Cookies
|
|
7
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=1H7LvCVhIoMq/dePe1FukA_These cookies are used to keep your preferences for site appearance and display language.
|
|
8
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=NHRZgyI642RKfviuT6QZtw_To enhance your browsing experience, we use cookies to remember your preferences for the site's appearance (light or dark theme) and display language. These cookies ensure that your chosen settings are applied every time you visit or refresh the page, providing a consistent and personalized experience.
|
|
6
9
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Qpa+hooIo7y9TfuBB8qI3Q_More Info
|
|
7
10
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=1fDIhkWCDHFw/wvL6LOsrQ_Accept All
|
|
8
11
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=WQb3PnaP15zVcqEmlUYfLQ_Reject All
|
|
@@ -998,10 +998,10 @@ var hljs = (function () {
|
|
|
998
998
|
* @param {string} message
|
|
999
999
|
*/
|
|
1000
1000
|
const deprecated = (version, message) => {
|
|
1001
|
-
if (seenDeprecations[`1.
|
|
1001
|
+
if (seenDeprecations[`1.151.0/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.
|
|
1004
|
-
seenDeprecations[`1.
|
|
1003
|
+
console.log(`Deprecated as of 1.151.0. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.151.0/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
<custom:JSDocText sanitizeContent="false" text="{path: 'data', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
192
192
|
</layout:VerticalLayout>
|
|
193
193
|
<m:MessageStrip
|
|
194
|
-
visible="{=${
|
|
195
|
-
text="
|
|
194
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
195
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
196
196
|
type="Error"
|
|
197
197
|
showIcon="true"
|
|
198
198
|
showCloseButton="false"
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
201
201
|
</m:MessageStrip>
|
|
202
202
|
<m:MessageStrip
|
|
203
|
-
visible="{=${
|
|
204
|
-
text="
|
|
203
|
+
visible="{=${experimentalText} !== undefined}"
|
|
204
|
+
text="{path : 'experimentalText'}"
|
|
205
205
|
type="Warning"
|
|
206
206
|
showIcon="true"
|
|
207
207
|
showCloseButton="false"
|
|
@@ -258,7 +258,27 @@
|
|
|
258
258
|
<custom:ParamText text="{name}" phoneText="{phoneName}" depth="{depth}" optional="{optional}"/>
|
|
259
259
|
<custom:JSDocType typeInfo="{parts: ['typeInfo', 'types', 'type', 'linkEnabled'], formatter: '.formatter.formatJSDocType'}"/>
|
|
260
260
|
<m:Text text="{parts: ['defaultValue', 'typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
|
|
261
|
-
<
|
|
261
|
+
<layout:VerticalLayout>
|
|
262
|
+
<custom:JSDocText sanitizeContent="false" text="{description}"/>
|
|
263
|
+
<m:MessageStrip
|
|
264
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
265
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
266
|
+
type="Error"
|
|
267
|
+
showIcon="true"
|
|
268
|
+
showCloseButton="false"
|
|
269
|
+
enableFormattedText="true"
|
|
270
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
271
|
+
</m:MessageStrip>
|
|
272
|
+
<m:MessageStrip
|
|
273
|
+
visible="{=${experimentalText} !== undefined}"
|
|
274
|
+
text="{path : 'experimentalText'}"
|
|
275
|
+
type="Warning"
|
|
276
|
+
showIcon="true"
|
|
277
|
+
showCloseButton="false"
|
|
278
|
+
enableFormattedText="true"
|
|
279
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
280
|
+
</m:MessageStrip>
|
|
281
|
+
</layout:VerticalLayout>
|
|
262
282
|
</custom:Row>
|
|
263
283
|
</custom:LightTable>
|
|
264
284
|
</template:if>
|
|
@@ -322,8 +342,8 @@
|
|
|
322
342
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
323
343
|
</m:MessageStrip>
|
|
324
344
|
<m:MessageStrip
|
|
325
|
-
visible="{=${
|
|
326
|
-
text="
|
|
345
|
+
visible="{=${experimentalText} !== undefined}"
|
|
346
|
+
text="{path : 'experimentalText'}"
|
|
327
347
|
type="Warning"
|
|
328
348
|
showIcon="true"
|
|
329
349
|
showCloseButton="false"
|
|
@@ -381,8 +401,8 @@
|
|
|
381
401
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
382
402
|
</m:MessageStrip>
|
|
383
403
|
<m:MessageStrip
|
|
384
|
-
visible="{=${
|
|
385
|
-
text="
|
|
404
|
+
visible="{=${experimentalText} !== undefined}"
|
|
405
|
+
text="{path : 'experimentalText'}"
|
|
386
406
|
type="Warning"
|
|
387
407
|
showIcon="true"
|
|
388
408
|
showCloseButton="false"
|
|
@@ -444,8 +464,8 @@
|
|
|
444
464
|
<layout:VerticalLayout width="100%">
|
|
445
465
|
<custom:JSDocText sanitizeContent="false" text="{description}"/>
|
|
446
466
|
<m:MessageStrip
|
|
447
|
-
visible="{=${
|
|
448
|
-
text="
|
|
467
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
468
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
449
469
|
type="Error"
|
|
450
470
|
showIcon="true"
|
|
451
471
|
showCloseButton="false"
|
|
@@ -453,8 +473,8 @@
|
|
|
453
473
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
454
474
|
</m:MessageStrip>
|
|
455
475
|
<m:MessageStrip
|
|
456
|
-
visible="{=${
|
|
457
|
-
text="
|
|
476
|
+
visible="{=${experimentalText} !== undefined}"
|
|
477
|
+
text="{path : 'experimentalText'}"
|
|
458
478
|
type="Warning"
|
|
459
479
|
showIcon="true"
|
|
460
480
|
showCloseButton="false"
|
|
@@ -569,6 +589,15 @@
|
|
|
569
589
|
enableFormattedText="true"
|
|
570
590
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
571
591
|
</m:MessageStrip>
|
|
592
|
+
<m:MessageStrip
|
|
593
|
+
visible="{=${parameter>experimental} !== undefined}"
|
|
594
|
+
text="{path : 'parameter>experimentalText'}"
|
|
595
|
+
type="Warning"
|
|
596
|
+
showIcon="true"
|
|
597
|
+
showCloseButton="false"
|
|
598
|
+
enableFormattedText="true"
|
|
599
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
600
|
+
</m:MessageStrip>
|
|
572
601
|
</layout:VerticalLayout>
|
|
573
602
|
</custom:Row>
|
|
574
603
|
</template:repeat>
|
|
@@ -688,7 +717,27 @@
|
|
|
688
717
|
<custom:ParamText text="{parameter>name}" phoneText="{parameter>phoneName}" depth="{parameter>depth}" optional="{parameter>optional}"/>
|
|
689
718
|
<custom:JSDocType typeInfo="{parts: ['parameter>typeInfo','parameter>types'], formatter: '.formatter.stringifyJSDocType'}"/>
|
|
690
719
|
<m:Text text="{parts: ['parameter>defaultValue', 'parameter>typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
|
|
691
|
-
<
|
|
720
|
+
<layout:VerticalLayout>
|
|
721
|
+
<custom:JSDocText sanitizeContent="false" text="{path: 'parameter>description', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
722
|
+
<m:MessageStrip
|
|
723
|
+
visible="{=${parameter>deprecated} !== undefined}"
|
|
724
|
+
text="{path : 'parameter>deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
725
|
+
type="Error"
|
|
726
|
+
showIcon="true"
|
|
727
|
+
showCloseButton="false"
|
|
728
|
+
enableFormattedText="true"
|
|
729
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
730
|
+
</m:MessageStrip>
|
|
731
|
+
<m:MessageStrip
|
|
732
|
+
visible="{=${parameter>experimental} !== undefined}"
|
|
733
|
+
text="{path : 'parameter>experimentalText'}"
|
|
734
|
+
type="Warning"
|
|
735
|
+
showIcon="true"
|
|
736
|
+
showCloseButton="false"
|
|
737
|
+
enableFormattedText="true"
|
|
738
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
739
|
+
</m:MessageStrip>
|
|
740
|
+
</layout:VerticalLayout>
|
|
692
741
|
</custom:Row>
|
|
693
742
|
</template:repeat>
|
|
694
743
|
</custom:LightTable>
|