@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
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
<div class="body">
|
|
2
|
+
<h2>Privacy Statement</h2>
|
|
3
|
+
<p>This Privacy Statement was updated on January 28, 2025. We have created this Privacy
|
|
4
|
+
Statement to demonstrate the firm commitment of SAP (hereinafter "We", "SAP", "Us" or
|
|
5
|
+
"Our") to the individual`s right to data protection and privacy. It outlines how SAP
|
|
6
|
+
processes information that can be used to directly or indirectly identify an individual
|
|
7
|
+
(hereinafter “Personal Data”). Processing in the context of this Privacy Statement means
|
|
8
|
+
any collection, use, transmission, disclosure, erasure or any other similar operation
|
|
9
|
+
based on Personal Data (hereinafter “Processing” or “Process”).</p>
|
|
10
|
+
<p>SAP is processing information including Personal Data about the users of UI5 DemoKit using cookies
|
|
11
|
+
or similar technologies for the purposes set out in the <a href="static/CookieStatement">Cookie Statement</a>.
|
|
12
|
+
You will find further information and have the option to exercise your preferences by clicking on the Cookie Preferences link in the footer of this page.</p>
|
|
13
|
+
<h3>Who is the responsible SAP entity</h3>
|
|
14
|
+
<p>This Privacy Statement applies to the collection and processing of personal data during the central operation of this website and other globally operated SAP
|
|
15
|
+
business activities by</p>
|
|
16
|
+
<ul>
|
|
17
|
+
<li><strong>SAP SE</strong>, Dietmar-Hopp-Allee 16, Walldorf 69190, Germany if you are in a member state of the EU or the EWR or in any of the countries of Andorra, Faroe Islands, Guernsey, Isle of Man, Jersey, Switzerland, or the United Kingdom or by</li>
|
|
18
|
+
<li><strong>SAP America Inc.</strong>, 3809 West Chester Pike, Suite 200, Newtown Square, PA 19073, USA if you are in any other country, or by</li>
|
|
19
|
+
<li>a <strong>specific SAP Group member</strong> as may be stated in the Additional Country and Regional Specific Provisions at the end of this privacy statement.</li>
|
|
20
|
+
</ul>
|
|
21
|
+
<p>You can reach SAP Group's data protection officer at privacy[@]sap.com.</p>
|
|
22
|
+
<p>SAP SE, SAP America, Inc., and each relevant SAP Group member are, depending on the given case, hereinafter referred to as “SAP”.</p>
|
|
23
|
+
<h3>For what purposes does SAP process your Personal Data and based on what legal
|
|
24
|
+
basis?</h3>
|
|
25
|
+
Depending on the applicable law, the Processing of Personal Data is subject to a
|
|
26
|
+
justification, sometimes referred to as legal basis.
|
|
27
|
+
<h4>SAP's compliance with statutory obligations</h4>
|
|
28
|
+
<ul>
|
|
29
|
+
<li>SAP processes your Personal Data for the purpose of ensuring an adequate level of
|
|
30
|
+
technical and organizational security of SAP's products, services, online events,
|
|
31
|
+
facilities, and premises. For this, SAP will take the measures necessary to verify or
|
|
32
|
+
maintain the quality and safety of a product or service which is owned,
|
|
33
|
+
manufactured by or for, or controlled by SAP. This may comprise the use of
|
|
34
|
+
Personal Data for sufficient identification and authorization of designated users,
|
|
35
|
+
internal quality control through auditing, analysis, and research, debugging to
|
|
36
|
+
identify and repair errors that impair existing or intended functionality, account and
|
|
37
|
+
network security, replication for loss prevention, detecting security incidents,
|
|
38
|
+
protection against malicious, deceptive, fraudulent, or illegal activity, and
|
|
39
|
+
prosecuting those responsible for such kind of activity. We may further process your
|
|
40
|
+
name, likeness, and other contact or compliance related data when you visit a local
|
|
41
|
+
SAP affiliate or lab in the context of access management and video surveillance to
|
|
42
|
+
protect the security and safety of Our locations and assets.</li>
|
|
43
|
+
<li>SAP processes Personal Data (name, surname, country, IP address) to the extent
|
|
44
|
+
necessary to fulfil sanctions and embargo requirements under European Economic
|
|
45
|
+
Area (“EEA”) laws to which SAP is subject, and laws and regulations extraterritorial
|
|
46
|
+
to the EEA (based on SAP's legitimate interest).</li>
|
|
47
|
+
<li>If necessary, SAP uses Personal Data to prevent or prosecute criminal activities
|
|
48
|
+
such as any form of cybercrime, the illegal use of Our products and services or
|
|
49
|
+
fraud, to assert Our rights or defend SAP against legal claims.</li>
|
|
50
|
+
<li>To comply with data protection and privacy laws (e.g. to respond to your data
|
|
51
|
+
subject request)and unfair competition laws. Depending on the country in which the
|
|
52
|
+
relevant SAP Group company operates, SAP may process Personal Data
|
|
53
|
+
necessary to accommodate your data protection and privacy choices for the receipt
|
|
54
|
+
of such information and, when necessary to ensure compliance, exchange such
|
|
55
|
+
information with the other entities of the SAP Group.</li>
|
|
56
|
+
</ul>
|
|
57
|
+
<p>When ensuring compliance, SAP processes your Personal Data if and to the extend
|
|
58
|
+
necessary to fulfill legal requirements under European Union or EU Member State law to
|
|
59
|
+
which SAP is subject, and laws and regulations extraterritorial to the EU (legitimate
|
|
60
|
+
interest to comply with extraterritorial laws and regulations).</p>
|
|
61
|
+
<h4>UI5 DemoKit Usage Tracking</h4>
|
|
62
|
+
<p>We require your Personal Data to collect statistics on the visited pages for the purpose of optimizing and improving site usability.
|
|
63
|
+
When collecting statistics on the visited pages SAP processes
|
|
64
|
+
your Personal Data if and to the extend
|
|
65
|
+
<ul>
|
|
66
|
+
<li>SAP obtained your consent, if required by law, to process your Personal Data for this
|
|
67
|
+
purpose,</li>
|
|
68
|
+
<li>necessary to fulfill (pre-)contractual obligations with you,</li>
|
|
69
|
+
<li>necessary to fulfill legal requirements applicable to SAP,</li>
|
|
70
|
+
<li>necessary to pursue SAP's legitimate interest in collecting statistics on the visited pages.</li>
|
|
71
|
+
</ul>
|
|
72
|
+
</p>
|
|
73
|
+
<h3>What categories of Personal Data does UI5 DemoKit process?</h3>
|
|
74
|
+
<p>UI5 DemoKit processes the following Personal Data:
|
|
75
|
+
<ul>
|
|
76
|
+
<li><strong>Usage data:</strong> SAP processes certain user-related information, e.g., info regarding your browser, operating system, or your IP address when you visit SAP's web properties. We also process information regarding your use of our web offerings, like the pages you visit, the amount of time you spend on a page, the page which has referred you to our page and the links on our sites you select.</li>
|
|
77
|
+
</ul>
|
|
78
|
+
If SAP processes special categories of Personal Data under applicable law, SAP will ask
|
|
79
|
+
you for your consent in a specific declaration.
|
|
80
|
+
</p>
|
|
81
|
+
<h3>From What Types of Third Parties does SAP obtain Personal Data?</h3>
|
|
82
|
+
<p>SAP generally aims to collect personal data directly from the data subjects. If you are requested to provide personal data to SAP and you fail to provide such personal data, kindly note that SAP may not be able to provide you with the respective service and/or business relationship requested. If you or applicable law allows SAP to do so, SAP may obtain personal data also from third party sources. These third-party sources may include:</p>
|
|
83
|
+
<ul>
|
|
84
|
+
<li>your employer in the context of its business dealings with SAP and/or the SAP Group Entities,</li>
|
|
85
|
+
<li>third-parties you directed to share your personal data with SAP,</li>
|
|
86
|
+
<li>third-party sources and publicly available sources like business-oriented social networks or information brokers.</li>
|
|
87
|
+
</ul>
|
|
88
|
+
<p>When we collect personal data from third-party sources, established internal controls aim to ensure that the third-party source was permitted to provide this information to SAP and that we may use it for this purpose. SAP will treat this personal data according to this privacy statement, plus any additional restrictions imposed by the third party that provided the personal data to SAP or by applicable national law.</p>
|
|
89
|
+
<h3>How long does SAP store your Personal Data?</h3>
|
|
90
|
+
<p>SAP may retain your Personal Data for additional periods if necessary for compliance
|
|
91
|
+
with legal obligations to process your Personal Data or if the Personal Data is needed by
|
|
92
|
+
SAP to assert or defend itself against legal claims. SAP will retain your Personal Data
|
|
93
|
+
until the end of the relevant retention period or until the claims in question have been
|
|
94
|
+
settled. SAP does only store your Personal Data for as long as it is required:</p>
|
|
95
|
+
<ul>
|
|
96
|
+
<li>to make products and services requested by you or your employer available to you;</li>
|
|
97
|
+
<li>to develop products or services until this is no longer necessary or SAP is informed that your relationship with the SAP customer has changed;</li>
|
|
98
|
+
<li>to fulfill SAP's legitimate business purposes as further described in this privacy statement, unless you object to SAP's use of your personal data for these purposes;</li>
|
|
99
|
+
<li>for SAP to comply with statutory obligations to retain personal data, resulting inter alia e.g., from applicable export, finance, tax or commercial laws;</li>
|
|
100
|
+
<li>until you revoke a consent you previously granted to SAP to process your personal data.</li>
|
|
101
|
+
</ul>
|
|
102
|
+
<h3>Who are the recipients of your Personal Data?</h3>
|
|
103
|
+
<p>Your Personal Data will be transferred to or accessed by the following categories of third
|
|
104
|
+
parties to process your Personal Data:</p>
|
|
105
|
+
<ul>
|
|
106
|
+
<li><strong>SAP Group:</strong> <a href="https://www.sap.com/sap-group-companies" target="_blank" data-title="Members of the SAP Group">Members of the SAP Group</a> may also receive or gain access to personal data either when rendering group internal services centrally and on behalf of SAP SE, when supporting others in the SAP Group or when personal data is transferred to them on a respective legal basis. In these cases, these members may process the personal data for the same purposes and under the same conditions as outlined in this privacy statement. If you would like to find out which SAP Group member is responsible for the business relationship with you or your employer, please contact us at webmaster[@]sap.com.</li>
|
|
107
|
+
<li><strong>Third-party service providers:</strong> SAP may engage third-party service providers to process personal data on SAP's behalf, e.g., for consulting or other services, the provision of the website, the fulfillment and provisioning of offers from SAP or newsletter dispatch. These service providers may receive or are granted with access to personal data when rendering their services and will constitute recipients within the meaning of the relevant data protection law, including GDPR.</li>
|
|
108
|
+
<li><strong>SAP partners:</strong></li> With your consent or as otherwise indicated by your request, including to fulfill your ordered services, SAP may share your personal data with designated partner companies to provide you with the product or service you have requested.
|
|
109
|
+
</ul>
|
|
110
|
+
<h3>What are your data protection rights and how can you exercise them?</h3>
|
|
111
|
+
<p>SAP honors your statutory rights when it comes to the Processing of your Personal Data.
|
|
112
|
+
To the extent provided by applicable data protection laws, you have the right to:</p>
|
|
113
|
+
<ul>
|
|
114
|
+
<li><strong>Access your personal data</strong> that we have on you, or have it updated.</li>
|
|
115
|
+
<li><strong>Obtain a copy of the personal data</strong> you provided to SAP, if SAP uses your personal data based on your consent or to perform a contract with you. In this case, please refer to the section below "How you can exercise your Data Protection Rights(s)". Please note that you will need to specify the information or processing activities to which your request relates, the format in which you would like to receive the personal data and whether it should be sent to you or another recipient. SAP will carefully consider your request and communicate with you how it can best be fulfilled.</li>
|
|
116
|
+
<li><strong>Delete your personal data</strong> we hold about you. Please note, however, that SAP can or will delete your personal data only if there is no statutory obligation or prevailing right of SAP to retain it. If you request from SAP to delete your personal data, you may not be able to continue to use any SAP service that requires SAP's use of your personal data.</li>
|
|
117
|
+
<li><strong>Object to SAP further processing your personal data</strong>, if and to the extent SAP is processing your personal data based on its legitimate interest. When you object to SAP's processing of your personal data, SAP will carefully review your objection and cease further use of the relevant information, subject to SAP's compelling legitimate grounds for continued use of the personal data, which may override your interest in objecting, or if SAP requires the information for the establishment, exercise, or defense of legal claims.</li>
|
|
118
|
+
<li><strong>Object to direct marketing or to apply profiling in relation to direct marketing.</strong> When you object to SAP's processing of your personal data for direct marketing purposes, SAP will immediately cease to process your personal data for such purposes.</li>
|
|
119
|
+
<li><strong>Revoke consent</strong> wherever SAP is processing your personal data based on your consent, you may at any time withdraw your consent by unsubscribing or giving us respective notice of withdrawal. In case of withdrawal, SAP will not process personal data subject to this consent any longer unless legally required or permitted to do so (e.g., if your personal data is needed by SAP do assert or defend against legal claims). In case SAP is required or permitted to retain your personal data for other legal reasons your personal data will be restricted from further processing and only retained for the term required by law or fulfil the other purpose. However, any withdrawal has no effect on past processing of personal data by SAP up to the point in time of your withdrawal. Furthermore, if your use of an SAP offering requires your prior consent, SAP will no longer be able to provide the relevant service, offer or event to you after your revocation.</li>
|
|
120
|
+
<li><strong>Not to be subject to a decision based solely on automated means</strong>, if the decision produces legal effects concerning you or significantly affects you in a similar way.</li>
|
|
121
|
+
<li><strong>Request from SAP to restrict your Personal Data from further processing</strong> in any of the following events:
|
|
122
|
+
<ul>
|
|
123
|
+
<li><strong>you state the Personal Data about you is incorrect</strong>, subject to the time SAP requires to check the accuracy of the relevant Personal Data,</li>
|
|
124
|
+
<li><strong>there is no legal basis for SAP to process your Personal Data</strong> and you demand SAP to restrict your Personal Data from further processing,</li>
|
|
125
|
+
<li><strong>SAP no longer requires your Personal Data</strong>, but you state you require SAP to retain such data to claim or exercise legal rights or to defend against third party claims, or</li>
|
|
126
|
+
<li><strong>in case you object to the processing of your Personal Data</strong> by SAP based on SAP's legitimate interest, subject to the time required for SAP to determine whether it has a prevailing interest or legal obligation in processing your Personal Data.</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</li>
|
|
129
|
+
<li><strong>Lodge a complaint</strong> to the competent supervisory authority if you are not satisfied with how SAP is processing your personal data. Your competent supervisory authority can be found in the country specific section below.</li>
|
|
130
|
+
</ul>
|
|
131
|
+
<p>Depending on applicable local data protection laws, your rights may be subject to deviations, limitations, or exceptions as set out below in the country-specific section. Please be aware, that SAP honors your statutory rights when it comes to the processing of your personal data to the extent provided by applicable data protection laws.</p>
|
|
132
|
+
<h4>How you can exercise your data protection rights.</h4>
|
|
133
|
+
<p>If you want to unsubscribe from SAP Marketing communications, please contact webmaster@sap.com.</p>
|
|
134
|
+
<p>If you want to exercise your data subject rights under applicable data protection law, then please fill out and submit the <a href="https://www.sap.com/registration/data-subject-rights-request.html" data-title="DSR Intake Request form">DSR Intake Request form</a>. SAP will take steps to ensure it verifies your identity to a reasonable degree of certainty before it will process the data protection right you want to exercise. When feasible, SAP will match personal data provided by you in submitting a request to exercise your rights with information already maintained by SAP. This could include matching two or more data points you provide when you submit a request with two or more data points that are already maintained by SAP.</p>
|
|
135
|
+
<p>SAP will decline to process requests that are manifestly unfounded, excessive, fraudulent, represented by third parties without duly representing respective authority or are otherwise not required by local law.</p>
|
|
136
|
+
<h3>Can you use SAP's services if you are a minor?</h3>
|
|
137
|
+
<p>In general, SAP websites and online services are not directed to users below the age of 16 years, or equivalent minimum age in the relevant jurisdiction. If you are younger than 16, you cannot register with and use these websites or online services.</p>
|
|
138
|
+
<h3>Additional country and regional specific Provisions</h3>
|
|
139
|
+
<h4>Where SAP is subject to privacy requirements in the EU/EEA or a country with national laws equivalent to the GDPR:</h4>
|
|
140
|
+
<h5>Who is the Data Protection Officer of the Controller?</h5>
|
|
141
|
+
<p>You can reach SAP Group's data protection officer any time at privacy[@]sap.com.</p>
|
|
142
|
+
<h5>Who is the relevant Data Protection Authority?</h5>
|
|
143
|
+
<p>The contact details of your specific data protection supervisory authority can be found on the <a href="https://www.edpb.europa.eu/about-edpb/about-edpb/members_en" target="_blank" data-title="European Data Protection Board website" rel="noopener noreferrer">European Data Protection Board website</a>. SAP's lead data protection supervisory authority is the Landesbeauftragter für den Datenschutz und die Informationsfreiheit Baden-Württemberg and can be reached at Lautenschlagerstraße 20, 70173 Stuttgart/Germany.</p>
|
|
144
|
+
<h5>How does SAP justify international data transfers?</h5>
|
|
145
|
+
<p>As a global group of companies, SAP has group affiliates and uses third-party service providers also in countries outside the European Economic Area (the “EEA”). SAP may transfer your personal data to countries outside the EEA as part of SAP's international business operations. If we transfer personal data from a country in the EU or the EEA to a country outside the EEA and for which the EU Commission has not issued an adequacy decision, SAP uses the EU standard contractual clauses to contractually require the data importer to ensure a level of data protection consistent with the one in the EEA to protect your personal data. You may obtain a copy (redacted to remove commercial or irrelevant information) of such standard contractual clauses by sending a request to privacy[@]sap.com. You may also obtain more information and their perspectives on international data protection issues on the <a href="https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection_en?prefLang=en" target="_blank" data-title="European Commission's International Dimension of Data Protection webpage." rel="noopener noreferrer">European Commission's International Dimension of Data Protection webpage.</a>.</p>
|
|
146
|
+
<h4>Where SAP is subject to privacy requirements in Australia</h4>
|
|
147
|
+
<p>Your personal data is predominantly stored inside the EEA or in the US, however, your personal data may be processed globally.</p>
|
|
148
|
+
<h4>Where SAP is subject to the requirements of the Brazilian General Data Protection Law (“LGPD”)</h4>
|
|
149
|
+
<p>SAP has appointed a Data Protection Officer for Brazil. Written inquiries, requests or complaints to our Data Protection Officer may be addressed to:</p>
|
|
150
|
+
<p>Email: privacy[@]sap.com</p>
|
|
151
|
+
<p>Address: Avenida das Nações Unidas 14171 - Marble Tower – 7th Floor - São Paulo-SP, Brazil 04794-000</p>
|
|
152
|
+
<h4>Where SAP is subject to privacy requirements in Canada</h4>
|
|
153
|
+
<p>Your personal data may be processed globally. If personal data is processed across country borders, SAP complies with laws of the transfer of personal data between countries to keep your personal data protected. It may, however, based on the laws of such countries be subject to access by local law enforcement.</p>
|
|
154
|
+
<h4>Where SAP is subject to privacy requirements in Colombia.</h4>
|
|
155
|
+
<p>Where SAP is subject to the requirements of the Colombian Statutory Law 1581 of 2012 and Decree 1377 of 2013, the following applies:</p>
|
|
156
|
+
<p>Within Colombia you have the right to:</p>
|
|
157
|
+
<ul>
|
|
158
|
+
<li>
|
|
159
|
+
<p>
|
|
160
|
+
<span aria-hidden="true"></span>access, update and rectify your Personal Data.
|
|
161
|
+
</p>
|
|
162
|
+
</li>
|
|
163
|
+
<li>
|
|
164
|
+
<p>
|
|
165
|
+
<span aria-hidden="true"></span>request evidence of your consent.
|
|
166
|
+
</p>
|
|
167
|
+
</li>
|
|
168
|
+
<li>
|
|
169
|
+
<p>
|
|
170
|
+
<span aria-hidden="true"></span>upon request, receive information about how SAP processes your Personal Data.
|
|
171
|
+
</p>
|
|
172
|
+
</li>
|
|
173
|
+
<li>
|
|
174
|
+
<p>
|
|
175
|
+
<span aria-hidden="true"></span>lodge a complaint with the Superintendence of Industry and Commerce (“SIC”) about a violation of the applicable laws.
|
|
176
|
+
</p>
|
|
177
|
+
</li>
|
|
178
|
+
<li>
|
|
179
|
+
<p>
|
|
180
|
+
<span aria-hidden="true"></span>revoke your consent and/or request the deletion of your Personal Data, provided that there is no supervenient legal or contractual obligation that allows SAP to keep your Personal Data in SAP's databases.
|
|
181
|
+
</p>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
<p>SAP Colombia S.A. may Process your Personal Data by itself or on behalf of the SAP Group, with its main office located at Carrera 9 No 115 – 06, Edificio Tierra Firme Of. 2401 Bogotá D.C., Colombia. You can contact us either by the telephone number +57-6003000 or via email at: webmaster[@]sap.com</p>
|
|
185
|
+
<p>SAP will be responsible to answer any requests, questions, and complaints that you might have to your right to access, update, correct and delete your Personal Data, or revoke your consent.</p>
|
|
186
|
+
<h4>Where SAP is subject to privacy requirements in the Kingdom of Saudi Arabia (KSA)</h4>
|
|
187
|
+
<p>Where SAP is subject to the requirements of the Personal Data Protection Law (PDPL) the following applies:</p>
|
|
188
|
+
<ul>
|
|
189
|
+
<li>
|
|
190
|
+
<p>
|
|
191
|
+
<span aria-hidden="true"></span>SAP processes your Personal Data by using electronic means for collecting, storing and other processing as described above.
|
|
192
|
+
</p>
|
|
193
|
+
</li>
|
|
194
|
+
<li>
|
|
195
|
+
<p>
|
|
196
|
+
<span aria-hidden="true"></span>SAP destroys your Personal Data by using electronic means as appropriate for the purposes described above.
|
|
197
|
+
</p>
|
|
198
|
+
</li>
|
|
199
|
+
<li>
|
|
200
|
+
<p>
|
|
201
|
+
<span aria-hidden="true"></span>Your Personal Data will be held and stored by SAP or the <a href="https://www.sap.com/sap-group-companies" target="_blank" data-title="SAP Group">SAP Group</a> which may be located in another country outside of Saudi Arabia for our general business purposes including outsourcing and data processing.
|
|
202
|
+
</p>
|
|
203
|
+
</li>
|
|
204
|
+
<li>
|
|
205
|
+
<p>
|
|
206
|
+
<span aria-hidden="true"></span>Depending on the purpose, Personal Data may be shared regularly or occasionally.
|
|
207
|
+
</p>
|
|
208
|
+
</li>
|
|
209
|
+
<li>
|
|
210
|
+
<p>
|
|
211
|
+
<span aria-hidden="true"></span>Compensation can only be claimed if the courts determined that you were harmed by material or moral damage as a result of any violation stipulated in the PDPL and its Implementing Regulations.
|
|
212
|
+
</p>
|
|
213
|
+
</li>
|
|
214
|
+
</ul>
|
|
215
|
+
<p>If SAP does not comply with the PDPL you can file a complaint to the contact provided in the <strong>first section of this privacy statement</strong>.</p>
|
|
216
|
+
<p>If you are not satisfied with how we process your complaint you can file a complaint at the competent authority:</p>
|
|
217
|
+
<p>Saudi Data and Artificial Intelligence Authority (SDAIA), Digital City, Riyadh, 12382, Kingdom of Saudi Arabia, Website: sdaia.gov.sa</p>
|
|
218
|
+
<h4>Where SAP is subject to the privacy requirements of Malaysia</h4>
|
|
219
|
+
<p>Where SAP is subject to the requirements of the Malaysian Personal Data Protection Act (“PDPA”), the following applies:</p>
|
|
220
|
+
<p>Written inquiries, requests or complaints may be addressed to:</p>
|
|
221
|
+
<p>Data Protection and Privacy Coordinator for Malaysia</p>
|
|
222
|
+
<p>Phone No. 60 3-2202 6000</p>
|
|
223
|
+
<p>Email address: privacy[@]sap.com</p>
|
|
224
|
+
<p>SAP has implemented technology, security features and strict policy guidelines to safeguard the privacy of users' personal data, including a <a href="https://www.sap.com/sea/about/legal/privacy-my-bh.html" target="_blank" data-title="Bahasa Malaysia version of this privacy statement" x-cq-linkchecker="valid">Bahasa Malaysia version of this privacy statement</a>.</p>
|
|
225
|
+
<h4>Where SAP is subject to the privacy requirements of New Zealand,</h4>
|
|
226
|
+
<p>the following data protection rights apply:</p>
|
|
227
|
+
<h5>Right to access and correct</h5>
|
|
228
|
+
<p>You can request from SAP at any time access to information about which personal data SAP processes about you and, if necessary, the correction of such personal data. Please note, however, that SAP can or will delete your personal data only if there is no statutory obligation or prevailing right of SAP to retain it.</p>
|
|
229
|
+
<h5>Right to revoke consent</h5>
|
|
230
|
+
<p>Wherever SAP is processing your personal data based on your consent, you may at any time withdraw your consent by unsubscribing or giving us respective notice of withdrawal. In case of withdrawal, SAP will not process personal data subject to this consent any longer unless legally required to do so. In case SAP is required to retain your personal data for legal reasons your personal data will be restricted from further processing and only retained for the term required by law. However, any withdrawal has no effect on past processing of personal data by SAP up to the point in time of your withdrawal.</p>
|
|
231
|
+
<h4>Where SAP is subject to privacy requirements in the Philippines, the following also applies:</h4>
|
|
232
|
+
<h5>Within the Philippines you have the right to:</h5>
|
|
233
|
+
<ul>
|
|
234
|
+
<li>
|
|
235
|
+
<p>
|
|
236
|
+
<span aria-hidden="true"></span>Claim compensation as finally awarded by the National Privacy Commission or the courts if you suffered damages due to inaccurate, incomplete, outdated, false, unlawfully obtained or unauthorized use of personal data, considering any violation of your rights and freedoms.
|
|
237
|
+
</p>
|
|
238
|
+
</li>
|
|
239
|
+
<li>
|
|
240
|
+
<p>
|
|
241
|
+
<span aria-hidden="true"></span>File a complaint with the National Privacy Commission if you are the subject of a privacy violation or personal data breach or are otherwise personally affected by a violation of the Data Privacy Act.
|
|
242
|
+
</p>
|
|
243
|
+
</li>
|
|
244
|
+
<li>
|
|
245
|
+
<p>
|
|
246
|
+
<span aria-hidden="true"></span>Your Transmissibility Rights. Your lawful heirs and assigns may invoke your rights at any time after your death or when you are incapacitated or incapable of exercising your rights.
|
|
247
|
+
</p>
|
|
248
|
+
</li>
|
|
249
|
+
</ul>
|
|
250
|
+
<p>For individuals within the Philippines, you may exercise your rights by submitting a request by mail or phone to SAP at:</p>
|
|
251
|
+
<p>Address: SAP Philippines, Inc., Attn: Data Protection Officer, 27F Nac Tower, Taguig City 1632, Philippines</p>
|
|
252
|
+
<p>Phone:+632-8705-2500</p>
|
|
253
|
+
<h4>Where SAP is subject to the requirements of Singapore's Personal Data Protection Act (“PDPA”),</h4>
|
|
254
|
+
<p>the following applies:</p>
|
|
255
|
+
<p>SAP has appointed a Data Protection Officer for Singapore. Written inquiries, requests or complaints to our Data Protection Officer may be addressed to:</p>
|
|
256
|
+
<p>Subject: Data Protection Officer</p>
|
|
257
|
+
<p>Email: privacy[@]sap.com</p>
|
|
258
|
+
<p>Address: Mapletree Business City, 30 Pasir Panjang Rd, Singapore 117440</p>
|
|
259
|
+
<p>Contact: +65 6664 6868</p>
|
|
260
|
+
<h4>Where SAP is subject to the requirements of the Protection of Personal Information Act, 2013 (“POPIA”) in South Africa,</h4>
|
|
261
|
+
<p>the following applies:</p>
|
|
262
|
+
<p>“Personal Data” as used in this privacy statement means Personal Information as such term is defined under POPIA. “You” and “Your” as used in this Privacy Statement means a natural person or a juristic person as such term is used under POPIA.</p>
|
|
263
|
+
<p>Systems Applications Products (Africa Region) Proprietary Limited, Systems Applications Products (South Africa) Proprietary Limited with registered address at 1 Woodmead Drive, Woodmead (SAP South Africa) is subject to South Africa's Protection of Personal Information Act, 2013 (Act 4 of 2013) and responsible party under the POPIA.</p>
|
|
264
|
+
<p>You may request details of personal information which we hold about you under the Promotion of Access to Information Act 2 of 2000 (“PAIA”). For further information please review the <a href="https://dam.sap.com/mac/embed/public/pdf/a/qW1sGy5.htm?rc=10&includeSapBrandedWraper=true" target="_blank" data-title="SAP PAIA Manual">SAP PAIA Manual</a>.</p>
|
|
265
|
+
<p>Should you as an individual or a juristic person believe that SAP South Africa as responsible party has utilized your personal information contrary to POPIA, you undertake to first attempt to resolve any concerns with SAP South Africa.</p>
|
|
266
|
+
<p>Phone: 011 325 6000</p>
|
|
267
|
+
<p>Address: 1 Woodmead Drive, Woodmead Johannesburg South Africa 2148</p>
|
|
268
|
+
<p>Email: privacy[@]sap.com</p>
|
|
269
|
+
<p>If you are not satisfied with such process, you have the right to lodge a complaint with the Information Regulator, using the contact details listed below:</p>
|
|
270
|
+
<p>JD House, 27 Stiemens Street, Braamfontein, Johannesburg, 2001, P.O. Box 31533, Braamfontein, Johannesburg, 2017</p>
|
|
271
|
+
<p>Email: complaints.IR[@]justice.gov.za</p>
|
|
272
|
+
<p>Enquires: inforeg[@]justice.gov.za</p>
|
|
273
|
+
<h4>Where SAP is subject to the requirements of the South Korea Personal Information Protection Act (“PIPA”)</h4>
|
|
274
|
+
<p>Your personal data may be processed globally. When personal data is processed across country borders, SAP complies with laws on the transfer of personal data between countries to keep your personal data protected. Your personal data may be transferred to, accessed or processed by the categories of third-parties as described above.</p>
|
|
275
|
+
<h4>Where SAP is subject to the requirements of the Thailand Personal Data Protection Act (“PDPA”)</h4>
|
|
276
|
+
<p>Your personal data may be processed globally. When personal data is processed across country borders, SAP complies with laws on the transfer of personal data between countries to keep your personal data protected. Your personal data may be transferred to, accessed or processed by the categories of third-parties as described above.</p>
|
|
277
|
+
<h4>Where SAP is subject to privacy requirements in the United States of America.</h4>
|
|
278
|
+
<p>Where SAP is subject to the requirements of the California Consumer Privacy Act of 2018 (CCPA), as amended by the California Privacy Rights Acts of 2020 (CPRA), from here on referred to as “CCPA” or where other US state laws have similar requirements, the following applies:</p>
|
|
279
|
+
<h5>You have the right to:</h5>
|
|
280
|
+
<ul>
|
|
281
|
+
<li>
|
|
282
|
+
<p>
|
|
283
|
+
<span aria-hidden="true"></span>Know what personal information the business has collected about the consumer, including the categories of personal information, the categories of sources from which the personal information is collected, the business or commercial purpose for collecting, selling, or sharing personal information, the categories of third parties to whom the business discloses personal information, and the specific pieces of personal information the business has collected about the consumer.
|
|
284
|
+
</p>
|
|
285
|
+
</li>
|
|
286
|
+
<li>
|
|
287
|
+
<p>
|
|
288
|
+
<span aria-hidden="true"></span>Delete personal information that the business has collected from the consumer, subject to certain exceptions.
|
|
289
|
+
</p>
|
|
290
|
+
</li>
|
|
291
|
+
<li>
|
|
292
|
+
<p>
|
|
293
|
+
<span aria-hidden="true"></span>Correct inaccurate personal information that a business maintains about a consumer.
|
|
294
|
+
</p>
|
|
295
|
+
</li>
|
|
296
|
+
<li>
|
|
297
|
+
<p>
|
|
298
|
+
<span aria-hidden="true"></span>Opt-out of the sale or sharing of their personal information by the business (where applicable).
|
|
299
|
+
</p>
|
|
300
|
+
</li>
|
|
301
|
+
<li>
|
|
302
|
+
<p>
|
|
303
|
+
<span aria-hidden="true"></span>Limit the use or disclosure of sensitive personal information by the business (subject to certain exceptions, where applicable).
|
|
304
|
+
</p>
|
|
305
|
+
</li>
|
|
306
|
+
<li>
|
|
307
|
+
<p>
|
|
308
|
+
<span aria-hidden="true"></span>Receive non-discriminatory treatment for the exercise of these rights.
|
|
309
|
+
</p>
|
|
310
|
+
</li>
|
|
311
|
+
</ul>
|
|
312
|
+
<h5>How you can exercise your Data Protection Right(s)</h5>
|
|
313
|
+
<p>To exercise these rights, or to limit the sharing of your personal information, please fill out and submit the <a href="https://www.sap.com/registration/data-subject-rights-request.html" data-title="DSR Intake Request form">DSR Intake Request form</a> or contact us at:</p>
|
|
314
|
+
<p>Address: 3999 West Chester Pike, Newtown Square, PA 19073 USA</p>
|
|
315
|
+
<p>In accordance with the verification process set forth under US relevant state law (as appropriate), SAP may require a more stringent verification process for deletion requests (or for personal data that is considered sensitive or valuable) to minimize the harm that might be posed to you by unauthorized access or deletion of your personal data. If SAP must request additional information from you outside of information that is already maintained by SAP, SAP will only use it to verify your identity so you can exercise your data protection rights, or for security and fraud-prevention purposes. You can designate an authorized agent to submit requests to exercise your data protection rights to SAP. The agent must submit authorization to act on your behalf and, where required by relevant law, the agent must be appropriately registered.</p>
|
|
316
|
+
<h5>Financial Incentives</h5>
|
|
317
|
+
<p>SAP does not offer financial incentives in return for your consent to share your personal information, nor limit service offerings where you opt-out of such sharing (unless sharing is practically necessary to perform the relevant service).</p>
|
|
318
|
+
<h5>Children's Privacy</h5>
|
|
319
|
+
<p>Given that SAP websites and online services are not directed to users under 16 years of age, SAP does not sell or share the personal information of any minors under 16. If you are a parent or guardian and believe SAP collected information about your child, please contact SAP. SAP will take steps to delete the information as soon as possible.</p>
|
|
320
|
+
</div>
|
|
@@ -13,6 +13,7 @@ sap.ui.define([
|
|
|
13
13
|
"sap/ui/documentation/sdk/controller/BaseController",
|
|
14
14
|
"sap/ui/documentation/sdk/controller/util/NewsInfo",
|
|
15
15
|
"sap/ui/documentation/sdk/controller/util/SearchUtil",
|
|
16
|
+
"sap/ui/documentation/sdk/controller/util/LocaleHelper",
|
|
16
17
|
"sap/ui/model/Filter",
|
|
17
18
|
"sap/ui/model/FilterOperator",
|
|
18
19
|
"sap/ui/model/json/JSONModel",
|
|
@@ -42,6 +43,7 @@ sap.ui.define([
|
|
|
42
43
|
BaseController,
|
|
43
44
|
NewsInfo,
|
|
44
45
|
SearchUtil,
|
|
46
|
+
LocaleHelper,
|
|
45
47
|
Filter,
|
|
46
48
|
FilterOperator,
|
|
47
49
|
JSONModel,
|
|
@@ -89,7 +91,8 @@ sap.ui.define([
|
|
|
89
91
|
CHANGE_VERSION_TEXT = "change_version",
|
|
90
92
|
CHANGE_SETTINGS_TEXT = "settings",
|
|
91
93
|
CHANGE_COOKIE_PREFERENCES_TEXT = "cookie_preferences",
|
|
92
|
-
DEMOKIT_DEFAULT_LANGUAGE = "
|
|
94
|
+
DEMOKIT_DEFAULT_LANGUAGE = "en_US",
|
|
95
|
+
PRIVACY_TEXT = "privacy",
|
|
93
96
|
DEMOKIT_CONFIGURATION_LANGUAGE = "language",
|
|
94
97
|
DEMOKIT_CONFIGURATION_APPEARANCE = "appearance",
|
|
95
98
|
SITEMAP = "sitemap";
|
|
@@ -184,15 +187,6 @@ sap.ui.define([
|
|
|
184
187
|
|
|
185
188
|
}.bind(this));
|
|
186
189
|
|
|
187
|
-
this._oCookiesConsentManager = this.getOwnerComponent().getCookiesConsentManager();
|
|
188
|
-
this._oCookiesConsentManager.checkUserAcceptsUsageTracking(function(bAccepts) {
|
|
189
|
-
if (bAccepts) {
|
|
190
|
-
// start tracking, including the route visited at app-startup (before the check of the persisted consent-decision completed)
|
|
191
|
-
this.getOwnerComponent().getUsageTracker().start(this._aRouterCachedEventDetails);
|
|
192
|
-
this._aRouterCachedEventDetails = []; // clear the already logged route visits
|
|
193
|
-
}
|
|
194
|
-
}.bind(this));
|
|
195
|
-
|
|
196
190
|
// Config routes
|
|
197
191
|
this.oRouter = this.getRouter();
|
|
198
192
|
this.oRouter.attachRouteMatched(this.onRouteChange.bind(this));
|
|
@@ -253,13 +247,23 @@ sap.ui.define([
|
|
|
253
247
|
|
|
254
248
|
this._createConfigurationBasedOnURIInput();
|
|
255
249
|
|
|
256
|
-
this._oCookiesConsentManager.
|
|
250
|
+
this._oCookiesConsentManager = this.getOwnerComponent().getCookiesConsentManager();
|
|
251
|
+
this._oCookiesConsentManager.checkUserAcceptsToPersistDisplaySettings(function(bAccepts) {
|
|
257
252
|
if (bAccepts && this._aConfiguration.length > 0) {
|
|
258
253
|
this._applyCookiesConfiguration(this._aConfiguration);
|
|
259
254
|
} else {
|
|
260
255
|
this._applyDefaultConfiguration(this._aConfiguration);
|
|
261
256
|
}
|
|
262
257
|
}.bind(this));
|
|
258
|
+
this._oCookiesConsentManager.checkUserAcceptsUsageTracking(function(bAccepts) {
|
|
259
|
+
if (bAccepts) {
|
|
260
|
+
this._getVersionName().then(function(sVersionName) {
|
|
261
|
+
// start tracking, including the route visited at app-startup (before the check of the persisted consent-decision completed)
|
|
262
|
+
this.getOwnerComponent().getUsageTracker().start(sVersionName, this._aRouterCachedEventDetails);
|
|
263
|
+
this._aRouterCachedEventDetails = []; // clear the already logged route visits
|
|
264
|
+
}.bind(this));
|
|
265
|
+
}
|
|
266
|
+
}.bind(this));
|
|
263
267
|
|
|
264
268
|
// Handle page resize
|
|
265
269
|
ResizeHandler.register(this._demoKitPage, this.onPageResize.bind(this));
|
|
@@ -450,6 +454,8 @@ sap.ui.define([
|
|
|
450
454
|
this.aboutDialogOpen();
|
|
451
455
|
} else if (sTargetText === CHANGE_SETTINGS_TEXT) {
|
|
452
456
|
this.settingsDialogOpen();
|
|
457
|
+
} else if (sTargetText === PRIVACY_TEXT) {
|
|
458
|
+
this.navToPrivacyStatement();
|
|
453
459
|
} else if (sTargetText === CHANGE_COOKIE_PREFERENCES_TEXT) {
|
|
454
460
|
this.onEditCookiePreferencesRequest();
|
|
455
461
|
} else if (sTargetText === CHANGE_VERSION_TEXT) {
|
|
@@ -833,6 +839,10 @@ sap.ui.define([
|
|
|
833
839
|
break;
|
|
834
840
|
}
|
|
835
841
|
|
|
842
|
+
if (!LocaleHelper.hasRegion(sLangAbbreviation)) {
|
|
843
|
+
sLangAbbreviation = LocaleHelper.appendDefaultRegion(sLangAbbreviation);
|
|
844
|
+
}
|
|
845
|
+
|
|
836
846
|
result.push(new Promise(function (resolve, reject) {
|
|
837
847
|
LoaderExtensions.loadResource("sap/ui/core/cldr/" + sLang + ".json", { async: true })
|
|
838
848
|
.then(function (locale) {
|
|
@@ -859,7 +869,7 @@ sap.ui.define([
|
|
|
859
869
|
_setSelectedLanguage: function (sLanguage) {
|
|
860
870
|
this._oSupportedLangModel.setProperty("/selectedLang", sLanguage);
|
|
861
871
|
Localization.setLanguage(sLanguage);
|
|
862
|
-
this._oCookiesConsentManager.
|
|
872
|
+
this._oCookiesConsentManager.checkUserAcceptsToPersistDisplaySettings(function(bAccepts) {
|
|
863
873
|
if (bAccepts) {
|
|
864
874
|
this._oConfigUtil.setCookie(DEMOKIT_CONFIGURATION_LANGUAGE, sLanguage);
|
|
865
875
|
}
|
|
@@ -5,71 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
bundleName: "sap.ui.documentation.messagebundle"
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
this.setModel(this._oMessageBundle, "i18n");
|
|
31
|
-
this.oConfigUtil = this.getOwnerComponent().getConfigUtil();
|
|
32
|
-
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
_requestContentPage: function(oConfigPath) {
|
|
36
|
-
return new Promise(function(resolve, reject) {
|
|
37
|
-
jQuery.ajax(ResourcesUtil.getResourceOriginPath(oConfigPath["browserSupportPath"]), {
|
|
38
|
-
dataType: "text"
|
|
39
|
-
}).done(function (oData) {
|
|
40
|
-
resolve(oData);
|
|
41
|
-
}).fail(function (jqXHR, sTextStatus, sError) {
|
|
42
|
-
reject();
|
|
43
|
-
});
|
|
44
|
-
});
|
|
45
|
-
},
|
|
46
|
-
/**
|
|
47
|
-
* Handles "BPSupport" routing
|
|
48
|
-
* @function
|
|
49
|
-
* @private
|
|
50
|
-
*/
|
|
51
|
-
_onMatched: function () {
|
|
52
|
-
try {
|
|
53
|
-
this.hideMasterSide();
|
|
54
|
-
} catch (e) {
|
|
55
|
-
// try-catch due to a bug in UI5 SplitApp, CL 1898264 should fix it
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
this.oConfigUtil._requireConfigJSON()
|
|
59
|
-
.then(this._requestContentPage)
|
|
60
|
-
.then(function(oData){
|
|
61
|
-
this._oHTML = new HTML({
|
|
62
|
-
id : "BPSupportContent",
|
|
63
|
-
content : '<div id="d4h5-main-container" class="bpsupport">' + oData + '</div>'
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
this.byId("BPSupportPage").removeAllContent();
|
|
67
|
-
this.byId("BPSupportPage").addContent(this._oHTML);
|
|
68
|
-
|
|
69
|
-
}.bind(this))
|
|
70
|
-
.catch(function(oErr) {
|
|
71
|
-
this.onRouteNotFound();
|
|
72
|
-
}.bind(this));
|
|
73
|
-
}
|
|
74
|
-
});
|
|
8
|
+
"sap/ui/documentation/sdk/controller/StaticResourceBaseController"
|
|
9
|
+
], function (StaticResourceBaseController) {
|
|
10
|
+
'use strict';
|
|
11
|
+
|
|
12
|
+
return StaticResourceBaseController.extend('sap.ui.documentation.sdk.controller.BPSupport', {
|
|
13
|
+
onInit: function () {
|
|
14
|
+
var sRouteName = "BPSupport";
|
|
15
|
+
StaticResourceBaseController.prototype.onInit.call(this, sRouteName);
|
|
16
|
+
},
|
|
17
|
+
|
|
18
|
+
// Overwrite the method from StaticResourceBaseController
|
|
19
|
+
_getPathToContent: function () {
|
|
20
|
+
return this.getOwnerComponent().getConfigUtil().getPathToBPSupportStatement();
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
// Overwrite the method from StaticResourceBaseController
|
|
24
|
+
_decorateContent(sContent) {
|
|
25
|
+
return '<div id="d4h5-main-container" class="bpsupport">' + sContent + '</div>';
|
|
26
|
+
}
|
|
75
27
|
});
|
|
28
|
+
});
|
|
@@ -248,6 +248,10 @@ sap.ui.define([
|
|
|
248
248
|
this.onEditCookiePreferencesRequest();
|
|
249
249
|
return;
|
|
250
250
|
}
|
|
251
|
+
if (sTargetText === FOOTER_MENU_OPTIONS.PRIVACY) {
|
|
252
|
+
this.navToPrivacyStatement();
|
|
253
|
+
return;
|
|
254
|
+
}
|
|
251
255
|
var sTarget = BaseController.LEGAL_LINKS[sTargetText];
|
|
252
256
|
URLHelper.redirect(sTarget, true);
|
|
253
257
|
},
|
|
@@ -284,22 +288,37 @@ sap.ui.define([
|
|
|
284
288
|
},
|
|
285
289
|
|
|
286
290
|
onEditCookiePreferencesRequest: function () {
|
|
287
|
-
var oConsentManager = this.getOwnerComponent().getCookiesConsentManager()
|
|
291
|
+
var oConsentManager = this.getOwnerComponent().getCookiesConsentManager(),
|
|
292
|
+
oTracker;
|
|
293
|
+
|
|
288
294
|
oConsentManager.showPreferencesDialog(this.getView());
|
|
289
295
|
if (!oConsentManager.supportsWaitForPreferencesSubmission()) {
|
|
290
296
|
return;
|
|
291
297
|
}
|
|
298
|
+
oTracker = this.getOwnerComponent().getUsageTracker();
|
|
299
|
+
|
|
292
300
|
oConsentManager.waitForPreferencesSubmission().then(function () {
|
|
293
301
|
oConsentManager.checkUserAcceptsUsageTracking(function(bAcceptsUsageTracking) {
|
|
294
302
|
if (bAcceptsUsageTracking) {
|
|
295
|
-
this.
|
|
303
|
+
this._getVersionName().then(oTracker.start.bind(oTracker));
|
|
296
304
|
} else {
|
|
297
|
-
|
|
305
|
+
oTracker.stop();
|
|
298
306
|
}
|
|
299
307
|
}.bind(this));
|
|
300
308
|
}.bind(this));
|
|
301
309
|
},
|
|
302
310
|
|
|
311
|
+
navToPrivacyStatement: function () {
|
|
312
|
+
this.getRouter().navTo("PrivacyStatement");
|
|
313
|
+
},
|
|
314
|
+
|
|
315
|
+
_getVersionName: function () {
|
|
316
|
+
var oComponent = this.getOwnerComponent();
|
|
317
|
+
return oComponent.loadVersionInfo().then(function() {
|
|
318
|
+
return oComponent.getModel("versionData").getProperty("/versionName");
|
|
319
|
+
});
|
|
320
|
+
},
|
|
321
|
+
|
|
303
322
|
_isRouteBypassedEvent: function (oEvent) {
|
|
304
323
|
return typeof oEvent?.getId === "function" && oEvent.getId() === "bypassed";
|
|
305
324
|
},
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/documentation/sdk/controller/StaticResourceBaseController"
|
|
9
|
+
], function (StaticResourceBaseController) {
|
|
10
|
+
'use strict';
|
|
11
|
+
|
|
12
|
+
return StaticResourceBaseController.extend('sap.ui.documentation.sdk.controller.CookieStatement', {
|
|
13
|
+
onInit: function () {
|
|
14
|
+
var sRouteName = "CookieStatement";
|
|
15
|
+
StaticResourceBaseController.prototype.onInit.call(this, sRouteName);
|
|
16
|
+
},
|
|
17
|
+
// Overwrite the method from StaticResourceBaseController
|
|
18
|
+
_getPathToContent: function () {
|
|
19
|
+
var sPath = this.getOwnerComponent().getConfigUtil().getPathToCookieStatement();
|
|
20
|
+
return Promise.resolve(sPath);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/documentation/sdk/controller/StaticResourceBaseController"
|
|
9
|
+
], function (StaticResourceBaseController) {
|
|
10
|
+
'use strict';
|
|
11
|
+
|
|
12
|
+
return StaticResourceBaseController.extend('sap.ui.documentation.sdk.controller.PrivacyStatement', {
|
|
13
|
+
onInit: function () {
|
|
14
|
+
var sRouteName = "PrivacyStatement";
|
|
15
|
+
StaticResourceBaseController.prototype.onInit.call(this, sRouteName);
|
|
16
|
+
},
|
|
17
|
+
// Overwrite the method from StaticResourceBaseController
|
|
18
|
+
_getPathToContent: function () {
|
|
19
|
+
var sPath = this.getOwnerComponent().getConfigUtil().getPathToPrivacyStatement();
|
|
20
|
+
return Promise.resolve(sPath);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
});
|