@openui5/sap.ui.documentation 1.132.0 → 1.133.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/.reuse/dep5 +2 -2
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +54 -66
- 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.properties +3 -3
- package/src/sap/ui/documentation/messagebundle_ar.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cnr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +3 -2
- package/src/sap/ui/documentation/messagebundle_el.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_en.properties +3 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_es.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_mk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_vi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +1 -0
- package/src/sap/ui/documentation/sdk/CookieStatement.html +240 -0
- package/src/sap/ui/documentation/sdk/PrivacyStatement.html +320 -0
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +22 -12
- package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +20 -67
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +22 -3
- package/src/sap/ui/documentation/sdk/controller/CookieStatement.controller.js +23 -0
- package/src/sap/ui/documentation/sdk/controller/PrivacyStatement.controller.js +23 -0
- package/src/sap/ui/documentation/sdk/controller/StaticResourceBaseController.js +52 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +34 -1
- package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +86 -31
- package/src/sap/ui/documentation/sdk/controller/util/LocaleHelper.js +86 -0
- package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +3 -1
- package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +38 -18
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +6 -6
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n.properties +6 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saprigi.properties +3 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/view/CookieSettingsDialog.fragment.xml +5 -5
- package/src/sap/ui/documentation/sdk/css/style.css +9 -0
- package/src/sap/ui/documentation/sdk/manifest.json +28 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/BPSupport.view.xml +3 -1
- package/src/sap/ui/documentation/sdk/view/CookieStatement.view.xml +10 -0
- package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +1 -2
- package/src/sap/ui/documentation/sdk/view/PrivacyStatement.view.xml +10 -0
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
package/src/sap/ui/documentation/sdk/cookieSettingsDialog/view/CookieSettingsDialog.fragment.xml
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<Dialog title="{i18n>COOKIE_SETTINGS_DIALOG_TITLE}" contentWidth="45rem">
|
|
8
8
|
<content>
|
|
9
9
|
<custom:DivContainer class="sapUiSmallMargin">
|
|
10
|
-
<Text text="{i18n>
|
|
10
|
+
<Text text="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT}"
|
|
11
11
|
visible="{= !${cookieData>/showCookieDetails} }"/>
|
|
12
12
|
<f:GridList visible="{cookieData>/showCookieDetails}">
|
|
13
13
|
<f:customLayout>
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
<f:GridListItem>
|
|
17
17
|
<HBox justifyContent="SpaceBetween" class="sapUiSmallMarginBeginEnd sapUiSmallMarginTop">
|
|
18
18
|
<VBox>
|
|
19
|
-
<Title text="{i18n>
|
|
20
|
-
<Text text="{i18n>
|
|
19
|
+
<Title text="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE}" />
|
|
20
|
+
<Text text="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY}"/>
|
|
21
21
|
</VBox>
|
|
22
22
|
<Switch id="requiredCookiesSwitch" class="sapUiSmallMarginBegin"
|
|
23
|
-
state="{path: 'cookieData>/
|
|
23
|
+
state="{path: 'cookieData>/dk_allow_functional_cookies', type: 'sap.ui.model.type.Boolean', formatter: '.formatCookieValue'}"/>
|
|
24
24
|
</HBox>
|
|
25
25
|
<Panel headerText="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO}" expandable="true" class="sapUiTinyMarginTop">
|
|
26
|
-
<Text text="{i18n>
|
|
26
|
+
<Text text="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT}"/>
|
|
27
27
|
</Panel>
|
|
28
28
|
</f:GridListItem>
|
|
29
29
|
</f:GridList>
|
|
@@ -1818,4 +1818,13 @@ html[dir="rtl"] .sapUiDemoKitTreeItemIcon {
|
|
|
1818
1818
|
|
|
1819
1819
|
.sapUiFileEditor .sapUiFileEditorContent {
|
|
1820
1820
|
flex: 1;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
/* Cookie Statement */
|
|
1824
|
+
table.cookieList {
|
|
1825
|
+
width: 100%;
|
|
1826
|
+
}
|
|
1827
|
+
table.cookieList td {
|
|
1828
|
+
padding: 1rem;
|
|
1829
|
+
border-bottom: 2px solid var(--sapList_BorderColor);
|
|
1821
1830
|
}
|
|
@@ -77,6 +77,8 @@
|
|
|
77
77
|
},
|
|
78
78
|
"config": {
|
|
79
79
|
"docuPath": "./docs/topics/",
|
|
80
|
+
"cookieStatementURI": "sap/ui/documentation/sdk/CookieStatement.html",
|
|
81
|
+
"privacyStatementURI": "sap/ui/documentation/sdk/PrivacyStatement.html",
|
|
80
82
|
"exploredURI": "./",
|
|
81
83
|
"topicHtmlMainDivId": "d4h5-main-container",
|
|
82
84
|
"preservedContent": [
|
|
@@ -330,6 +332,20 @@
|
|
|
330
332
|
"BPSupport"
|
|
331
333
|
]
|
|
332
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"pattern": "static/PrivacyStatement",
|
|
337
|
+
"name": "PrivacyStatement",
|
|
338
|
+
"target": [
|
|
339
|
+
"PrivacyStatement"
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"pattern": "static/CookieStatement",
|
|
344
|
+
"name": "CookieStatement",
|
|
345
|
+
"target": [
|
|
346
|
+
"CookieStatement"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
333
349
|
|
|
334
350
|
{
|
|
335
351
|
"pattern": "search/{searchParam}:?options:",
|
|
@@ -478,6 +494,18 @@
|
|
|
478
494
|
"viewId": "BPSupport",
|
|
479
495
|
"title": "home"
|
|
480
496
|
},
|
|
497
|
+
"CookieStatement": {
|
|
498
|
+
"viewName": "CookieStatement",
|
|
499
|
+
"viewLevel": 2,
|
|
500
|
+
"viewId": "CookieStatement",
|
|
501
|
+
"title": "home"
|
|
502
|
+
},
|
|
503
|
+
"PrivacyStatement": {
|
|
504
|
+
"viewName": "PrivacyStatement",
|
|
505
|
+
"viewLevel": 2,
|
|
506
|
+
"viewId": "PrivacyStatement",
|
|
507
|
+
"title": "home"
|
|
508
|
+
},
|
|
481
509
|
"apiDetailInitial": {
|
|
482
510
|
"viewName": "ApiDetailInitial",
|
|
483
511
|
"viewId": "apiDetailInitial",
|
|
@@ -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.133.0/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.
|
|
1004
|
-
seenDeprecations[`1.
|
|
1003
|
+
console.log(`Deprecated as of 1.133.0. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.133.0/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -3,5 +3,7 @@
|
|
|
3
3
|
xmlns="sap.m"
|
|
4
4
|
xmlns:l="sap.ui.layout"
|
|
5
5
|
xmlns:core="sap.ui.core">
|
|
6
|
-
<Page id="BPSupportPage" showNavButton="false" showFooter="false" showHeader="false" class="sapUiResponsiveContentPadding"
|
|
6
|
+
<Page id="BPSupportPage" showNavButton="false" showFooter="false" showHeader="false" class="sapUiResponsiveContentPadding">
|
|
7
|
+
<core:HTML id="content" />
|
|
8
|
+
</Page>
|
|
7
9
|
</mvc:View>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<mvc:View controllerName="sap.ui.documentation.sdk.controller.CookieStatement"
|
|
2
|
+
xmlns:mvc="sap.ui.core.mvc"
|
|
3
|
+
xmlns="sap.m"
|
|
4
|
+
xmlns:l="sap.ui.layout"
|
|
5
|
+
xmlns:core="sap.ui.core">
|
|
6
|
+
<Page showNavButton="false" showFooter="false" showHeader="false"
|
|
7
|
+
class="sapUiResponsiveContentPadding">
|
|
8
|
+
<core:HTML id="content" />
|
|
9
|
+
</Page>
|
|
10
|
+
</mvc:View>
|
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
<Link
|
|
34
34
|
class="sapUiLargeMarginEnd sapUiTinyMarginBottom sapUiDocumentationFooterLink"
|
|
35
35
|
text="{i18n>FOOTER_PRIVACY}"
|
|
36
|
-
|
|
37
|
-
target="_blank"/>
|
|
36
|
+
press="navToPrivacyStatement"/>
|
|
38
37
|
<Link
|
|
39
38
|
class="sapUiTinyMarginBottom sapUiLargeMarginEnd sapUiDocumentationFooterLink"
|
|
40
39
|
text="{i18n>FOOTER_TERMS}"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<mvc:View controllerName="sap.ui.documentation.sdk.controller.PrivacyStatement"
|
|
2
|
+
xmlns:mvc="sap.ui.core.mvc"
|
|
3
|
+
xmlns="sap.m"
|
|
4
|
+
xmlns:l="sap.ui.layout"
|
|
5
|
+
xmlns:core="sap.ui.core">
|
|
6
|
+
<Page showNavButton="false" showFooter="false" showHeader="false"
|
|
7
|
+
class="sapUiResponsiveContentPadding">
|
|
8
|
+
<core:HTML id="content" />
|
|
9
|
+
</Page>
|
|
10
|
+
</mvc:View>
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
2
|
-
|
|
3
|
-
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
|
|
4
|
-
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
|
|
5
|
-
Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
|
|
6
|
-
Software includes any source code published in the Unicode Standard or under
|
|
7
|
-
the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
|
8
|
-
and http://www.unicode.org/cldr/data/.
|
|
9
|
-
|
|
10
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
|
|
11
|
-
INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
|
|
12
|
-
AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
|
|
13
|
-
BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
|
|
14
|
-
DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
15
|
-
|
|
16
|
-
COPYRIGHT AND PERMISSION NOTICE
|
|
17
|
-
|
|
18
|
-
Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
|
|
19
|
-
the Terms of Use in http://www.unicode.org/copyright.html.
|
|
20
|
-
|
|
21
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22
|
-
of the Unicode data files and any associated documentation (the "Data Files")
|
|
23
|
-
or Unicode software and any associated documentation (the "Software") to deal
|
|
24
|
-
in the Data Files or Software without restriction, including without limitation
|
|
25
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
|
|
26
|
-
of the Data Files or Software, and to permit persons to whom the Data Files
|
|
27
|
-
or Software are furnished to do so, provided that
|
|
28
|
-
|
|
29
|
-
(a) this copyright and permission notice appear with all copies of the Data
|
|
30
|
-
Files or Software,
|
|
31
|
-
|
|
32
|
-
(b) this copyright and permission notice appear in associated documentation,
|
|
33
|
-
and
|
|
34
|
-
|
|
35
|
-
(c) there is clear notice in each modified Data File or in the Software as
|
|
36
|
-
well as in the documentation associated with the Data File(s) or Software
|
|
37
|
-
that the data or software has been modified.
|
|
38
|
-
|
|
39
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
40
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
41
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
42
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
43
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
44
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
|
|
45
|
-
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
46
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
|
47
|
-
|
|
48
|
-
Except as contained in this notice, the name of a copyright holder shall not
|
|
49
|
-
be used in advertising or otherwise to promote the sale, use or other dealings
|
|
50
|
-
in these Data Files or Software without prior written authorization of the
|
|
51
|
-
copyright holder.
|