@openui5/sap.ui.documentation 1.134.0 → 1.135.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 +2 -2
- 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_fr.properties +6 -6
- package/src/sap/ui/documentation/messagebundle_sl.properties +6 -6
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +3 -3
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +5 -6
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +7 -0
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +2 -5
- package/src/sap/ui/documentation/sdk/controller/config/datatable.js +6 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +13 -3
- package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +5 -7
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en.properties +0 -15
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_fr.properties +4 -1
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/themes/base/Documentation.less +5 -0
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.m:
|
|
8
8
|
|
|
9
|
-
Component: purify.js, version: 3.
|
|
9
|
+
Component: purify.js, version: 3.2.4
|
|
10
10
|
Copyright: Mario Heiderich
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -462,7 +462,7 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.28.2
|
|
466
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
467
|
License: Apache-2.0
|
|
468
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.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/SAP/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.135.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.135.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.135.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.135.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.135.0",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.135.0"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 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.135.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.135.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.135.0',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -62,9 +62,9 @@ FEEDBACK_DIALOG_RELATED=Le feedback concerne la page actuelle.
|
|
|
62
62
|
FEEDBACK_DIALOG_SHOW_DATA=Afficher donn\u00E9es de contexte
|
|
63
63
|
FEEDBACK_DIALOG_DISCLAIMER=Votre feedback est anonyme, nous ne collectons aucune donn\u00E9e personnelle.
|
|
64
64
|
FEEDBACK_DIALOG_BTN_SEND=Envoyer
|
|
65
|
-
FEEDBACK_DIALOG_BTN_CANCEL=
|
|
65
|
+
FEEDBACK_DIALOG_BTN_CANCEL=Annuler
|
|
66
66
|
FEEDBACK_DIALOG_STATUS_EXCELLENT=Excellente
|
|
67
|
-
FEEDBACK_DIALOG_STATUS_GOOD=
|
|
67
|
+
FEEDBACK_DIALOG_STATUS_GOOD=Satisfaisante
|
|
68
68
|
FEEDBACK_DIALOG_STATUS_AVERAGE=Moyenne
|
|
69
69
|
FEEDBACK_DIALOG_STATUS_POOR=Mauvaise
|
|
70
70
|
FEEDBACK_DIALOG_STATUS_VERY_POOR=Tr\u00E8s mauvaise
|
|
@@ -235,21 +235,21 @@ APP_SETTINGS_DIALOG_DENSITY=Densit\u00E9 du contenu \:
|
|
|
235
235
|
APP_SETTINGS_DIALOG_READ_MORE=Pour en savoir plus sur les densit\u00E9s de contenu.
|
|
236
236
|
APP_SETTINGS_DIALOG_RTL=Mode RTL
|
|
237
237
|
APP_SETTINGS_DIALOG_OK_BTN=OK
|
|
238
|
-
APP_SETTINGS_DIALOG_CANCEL_BTN=
|
|
238
|
+
APP_SETTINGS_DIALOG_CANCEL_BTN=Annuler
|
|
239
239
|
|
|
240
240
|
COOKIE_SETTINGS_DIALOG_TITLE=Options de vos cookies
|
|
241
241
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Cookies obligatoires
|
|
242
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=Ces cookies sont requis pour activer les fonctions centrales du site.
|
|
243
243
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=Nous utilisons des cookies pour am\u00E9liorer votre exp\u00E9rience sur notre site. En poursuivant votre visite, vous consentez \u00E0 l'utilisation de nos cookies.
|
|
244
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Cookies fonctionnels
|
|
245
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Ces cookies
|
|
246
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=
|
|
245
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Ces cookies sont utilis\u00E9s pour conserver vos pr\u00E9f\u00E9rences concernant l'aspect visuel du site et la langue d'affichage.
|
|
246
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=Pour am\u00E9liorer votre exp\u00E9rience de navigation, nous utilisons des cookies pour nous rappeler vos pr\u00E9f\u00E9rences concernant l'aspect visuel du site (th\u00E8me clair ou sombre) et la langue d'affichage. Ces cookies garantissent que les options que vous avez s\u00E9lectionn\u00E9es sont appliqu\u00E9es chaque fois que vous consultez le site ou que vous actualisez la page, vous offrant ainsi une exp\u00E9rience coh\u00E9rente et personnalis\u00E9e.
|
|
247
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Plus d'informations
|
|
248
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accepter tout
|
|
249
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Refuser tout
|
|
250
250
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=D\u00E9finir les pr\u00E9f\u00E9rences
|
|
251
251
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Sauvegarder les pr\u00E9f\u00E9rences
|
|
252
|
-
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=
|
|
252
|
+
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=Annuler
|
|
253
253
|
|
|
254
254
|
EMPTY_TEXT=Vide
|
|
255
255
|
|
|
@@ -172,7 +172,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Uredite na GitHubu
|
|
|
172
172
|
TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Uredite to stran na GitHubu
|
|
173
173
|
TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Prika\u017Ei ta dokument v celozaslonskem na\u010Dinu
|
|
174
174
|
|
|
175
|
-
TOPIC_MASTER_FILTER_PLACEHOLDER=
|
|
175
|
+
TOPIC_MASTER_FILTER_PLACEHOLDER=Filtriranje
|
|
176
176
|
TOPIC_MASTER_EXPAND_TOOLTIP=Raz\u0161iri vse
|
|
177
177
|
TOPIC_MASTER_COLAPSE_TOOLTIP=Skr\u010Di vse
|
|
178
178
|
TOPIC_MASTER_NO_DATA_TEXT=Ni podatkov, poskusite z globalnim iskanjem
|
|
@@ -214,8 +214,8 @@ CONTROLS_TEXT_14=Stran z naslovom, glavo in podro\u010Djem vsebine
|
|
|
214
214
|
CONTROLS_TEXT_15=Stran z do 3 stolpci
|
|
215
215
|
CONTROLS_TEXT_16=Izgled z dvema stolpcema
|
|
216
216
|
|
|
217
|
-
CONTROLS_MASTER_FILTER_PLACERHOLDER=
|
|
218
|
-
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=
|
|
217
|
+
CONTROLS_MASTER_FILTER_PLACERHOLDER=Filtriranje
|
|
218
|
+
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Grupiranje/filtriranje
|
|
219
219
|
CONTROLS_MASTER_NO_DATA_TEXT=Ni podatkov, poskusite z globalnim iskanjem.
|
|
220
220
|
|
|
221
221
|
CODE_BACK_BTN_TOOLTIP=Nazaj na vzorec
|
|
@@ -242,8 +242,8 @@ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Obvezni pi\u0161kotki
|
|
|
242
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=Ti pi\u0161kotki zagotavljajo osnovno funkcionalnost spletne strani.
|
|
243
243
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=Pi\u0161kotke uporabljamo za izbolj\u0161anje va\u0161e izku\u0161nje na na\u0161i spletni strani. Z nadaljevanjem uporabe te strani sogla\u0161ate z uporabo pi\u0161kotkov.
|
|
244
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Funkcionalni pi\u0161kotki
|
|
245
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Ti pi\u0161kotki se uporabljajo za
|
|
246
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=
|
|
245
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Ti pi\u0161kotki se uporabljajo za ohranjanje va\u0161ih nastavitev glede videza spletnega mesta in jezika prikaza.
|
|
246
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=Za izbolj\u0161anje va\u0161e izku\u0161nje pri brskanju uporabljamo pi\u0161kotke, s katerimi si zapomnimo va\u0161e nastavitve glede videza spletnega mesta (svetla ali temna tema) in jezika prikaza. Ti pi\u0161kotki zagotavljajo, da se izbrane nastavitve uporabijo ob vsakem obisku ali osve\u017Eitvi strani, kar zagotavlja dosledno in prilagojeno izku\u0161njo.
|
|
247
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Druge informacije
|
|
248
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Sprejmi vse
|
|
249
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Zavrni vse
|
|
@@ -372,7 +372,7 @@ LIVE_EDITOR_RESULT=Rezultat
|
|
|
372
372
|
LIVE_EDITOR_PREVIEW_BTN=Predogled
|
|
373
373
|
LIVE_EDITOR_LIVE_PREVIEW_TEXT=Avtomati\u010Dni predogled
|
|
374
374
|
|
|
375
|
-
API_MASTER_PLACEHOLDER=
|
|
375
|
+
API_MASTER_PLACEHOLDER=Filtriranje
|
|
376
376
|
API_MASTER_EXPAND_BTN_TOOLTIP=Raz\u0161iri vse
|
|
377
377
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Skr\u010Di vse
|
|
378
378
|
API_MASTER_DEPRECATED_CB=Vklju\u010Di zastarele
|
|
@@ -317,7 +317,6 @@ sap.ui.define([
|
|
|
317
317
|
*/
|
|
318
318
|
_processApiIndexAndLoadApiJson: function (aData) {
|
|
319
319
|
var oEntityData,
|
|
320
|
-
oMasterController,
|
|
321
320
|
sTopicId = this._sTopicid;
|
|
322
321
|
|
|
323
322
|
// Cache api-index data
|
|
@@ -344,8 +343,9 @@ sap.ui.define([
|
|
|
344
343
|
|
|
345
344
|
// If target symbol is deprecated - all deprecated records should be shown in the tree
|
|
346
345
|
if (oEntityData.deprecated || oEntityData.bAllContentDeprecated) {
|
|
347
|
-
|
|
348
|
-
|
|
346
|
+
this.getOwnerComponent().getConfigUtil().getMasterView("apiId").then(function(oMasterView) {
|
|
347
|
+
oMasterView.getController().selectDeprecatedSymbol(this._sTopicid);
|
|
348
|
+
}.bind(this));
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
oEntityData.nodes = this._filterEntityByVisibilityInApiJsonData(oEntityData.nodes);
|
|
@@ -303,9 +303,7 @@ sap.ui.define([
|
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
var
|
|
307
|
-
sMasterViewId,
|
|
308
|
-
bPhone = Device.system.phone,
|
|
306
|
+
var bPhone = Device.system.phone,
|
|
309
307
|
sRouteName = oEvent.getParameter("name"),
|
|
310
308
|
sTabId = this.oRouter.getRoute(sRouteName)._oConfig.target[0] + "Tab",
|
|
311
309
|
oTabToSelect = this._oView.byId(sTabId),
|
|
@@ -319,9 +317,10 @@ sap.ui.define([
|
|
|
319
317
|
oViewModel.setProperty("/bHasMaster", bHasMaster);
|
|
320
318
|
|
|
321
319
|
if (bPhone && bHasMaster) { // on phone we need the id of the master view (for navigation)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
320
|
+
this.getOwnerComponent().getConfigUtil().getMasterView(sRouteName).then(function(oMasterView) {
|
|
321
|
+
var sMasterViewId = oMasterView?.getId();
|
|
322
|
+
oViewModel.setProperty("/sMasterViewId", sMasterViewId);
|
|
323
|
+
});
|
|
325
324
|
}
|
|
326
325
|
|
|
327
326
|
// hide master on route change
|
|
@@ -56,6 +56,8 @@ sap.ui.define([
|
|
|
56
56
|
bundleName: "sap.ui.documentation.messagebundle"
|
|
57
57
|
});
|
|
58
58
|
|
|
59
|
+
this._oConfigUtil = this.getOwnerComponent().getConfigUtil();
|
|
60
|
+
|
|
59
61
|
this.setModel(oMessageBundle, "i18n");
|
|
60
62
|
// Load <code>versionInfo</code> to ensure the <code>versionData</code> model is loaded.
|
|
61
63
|
if (Device.system.phone || Device.system.tablet) {
|
|
@@ -305,6 +307,11 @@ sap.ui.define([
|
|
|
305
307
|
oTracker.stop();
|
|
306
308
|
}
|
|
307
309
|
}.bind(this));
|
|
310
|
+
oConsentManager.checkUserAcceptsToPersistDisplaySettings(function(bAccepts) {
|
|
311
|
+
if (!bAccepts) {
|
|
312
|
+
this._oConfigUtil.unsetCookie(this._oConfigUtil.COOKIE_NAMES.CONFIGURATION_APPEARANCE);
|
|
313
|
+
}
|
|
314
|
+
}.bind(this));
|
|
308
315
|
}.bind(this));
|
|
309
316
|
},
|
|
310
317
|
|
|
@@ -211,7 +211,7 @@ sap.ui.define(
|
|
|
211
211
|
return {
|
|
212
212
|
key: sFile,
|
|
213
213
|
name: sFile,
|
|
214
|
-
editable: !!(sFile.endsWith(".xml") || sFile.endsWith(".js")
|
|
214
|
+
editable: !!(sFile.endsWith(".xml") || sFile.endsWith(".js") || sFile === "manifest.json"
|
|
215
215
|
|| (aAdditionalEditableFiles && aAdditionalEditableFiles.indexOf(sFile) > -1)),
|
|
216
216
|
url: sap.ui.require.toUrl((oSample.id).replace(/\./g, "/")) + "/" + sFile
|
|
217
217
|
};
|
|
@@ -422,14 +422,11 @@ sap.ui.define([
|
|
|
422
422
|
|
|
423
423
|
_enableDataTable: function (oTable) {
|
|
424
424
|
var sTableId = oTable.id,
|
|
425
|
-
oConfig = Object.assign(this._getDataTableConfig(sTableId),
|
|
426
|
-
topStart: {
|
|
427
|
-
buttons: ['colvis', 'pageLength']
|
|
428
|
-
}}}),
|
|
425
|
+
oConfig = Object.assign(this._getDataTableConfig(sTableId)),
|
|
429
426
|
oDataTable;
|
|
430
427
|
|
|
431
428
|
if (oConfig) {
|
|
432
|
-
oDataTable =
|
|
429
|
+
oDataTable = new DataTable().init(sTableId, oTable, oConfig);
|
|
433
430
|
this._getDataTableHelper().addDatatable(oDataTable);
|
|
434
431
|
}
|
|
435
432
|
|
|
@@ -24,7 +24,8 @@ sap.ui.define([
|
|
|
24
24
|
|
|
25
25
|
"COOKIE_NAMES": {
|
|
26
26
|
"APPROVAL_REQUESTED": "dk_approval_requested",
|
|
27
|
-
"ALLOW_FUNCTIONAL_COOKIES": "dk_allow_functional_cookies"
|
|
27
|
+
"ALLOW_FUNCTIONAL_COOKIES": "dk_allow_functional_cookies",
|
|
28
|
+
"CONFIGURATION_APPEARANCE": "appearance"
|
|
28
29
|
},
|
|
29
30
|
|
|
30
31
|
"LOCAL_STORAGE_NAMES": {
|
|
@@ -41,14 +42,19 @@ sap.ui.define([
|
|
|
41
42
|
return !!bIsSplitView;
|
|
42
43
|
},
|
|
43
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Obtains the master view
|
|
47
|
+
* @param {string} sRouteName
|
|
48
|
+
* @returns {Promise<sap.ui.core.mvc.View>} The master view
|
|
49
|
+
*/
|
|
44
50
|
getMasterView: function(sRouteName) {
|
|
45
51
|
var sMasterTargetName = this._getMasterTargetName(sRouteName),
|
|
46
52
|
sTargetConfig = this._getTargetConfig(sMasterTargetName),
|
|
47
53
|
sViewName = sTargetConfig.viewName;
|
|
48
54
|
|
|
49
|
-
|
|
55
|
+
sViewName = "sap.ui.documentation.sdk.view." + capitalize(sViewName, 0);
|
|
50
56
|
|
|
51
|
-
|
|
57
|
+
return this._oComponent.getRouter().getViews().getView({viewName: sViewName, type: "XML"});
|
|
52
58
|
},
|
|
53
59
|
|
|
54
60
|
setCookie: function (sCookieName, sValue) {
|
|
@@ -90,6 +96,10 @@ sap.ui.define([
|
|
|
90
96
|
window.localStorage.removeItem(sItem);
|
|
91
97
|
},
|
|
92
98
|
|
|
99
|
+
unsetCookie: function (sCookieName) {
|
|
100
|
+
document.cookie = `${sCookieName}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;`;
|
|
101
|
+
},
|
|
102
|
+
|
|
93
103
|
_getMasterTargetName: function(sRouteName) {
|
|
94
104
|
var oRouteConfig = this._getRouteConfig(sRouteName),
|
|
95
105
|
bIsSplitView = oRouteConfig && oRouteConfig.target.length === 2,
|
|
@@ -58,13 +58,11 @@ sap.ui.define([
|
|
|
58
58
|
(window.matchMedia('(prefers-color-scheme: dark)').matches ||
|
|
59
59
|
window.matchMedia('(prefers-color-scheme: light)').matches));
|
|
60
60
|
|
|
61
|
-
this.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
}.bind(this));
|
|
61
|
+
if (this._oConfigUtil.getCookieValue(CONFIGURATION_APPEARANCE)) {
|
|
62
|
+
ThemePicker._applyCookiesConfiguration(this._aConfiguration);
|
|
63
|
+
} else {
|
|
64
|
+
ThemePicker._applyDefaultConfiguration(this._aConfiguration);
|
|
65
|
+
}
|
|
68
66
|
|
|
69
67
|
};
|
|
70
68
|
|
|
@@ -1,29 +1,14 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.ui.documentation library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XHED: The title of the dialog for configuring the cookie settings
|
|
5
2
|
COOKIE_SETTINGS_DIALOG_TITLE=Your Cookie Settings
|
|
6
|
-
#XTXT: Title of the section about the required cookies used in the application
|
|
7
3
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Required Cookies
|
|
8
|
-
#XTXT: Summary note that explains what are the required cookies in the application
|
|
9
4
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=These cookies are required to enable core site functionality.
|
|
10
|
-
#XTXT: Detailed note that explains why we use the required cookies in the application
|
|
11
5
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
12
|
-
#XTXT: Title of the panel that contains more detailed information
|
|
13
|
-
#XTXT: Title of the section about the functional cookies used in the application
|
|
14
6
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Functional Cookies
|
|
15
|
-
#XTXT: Summary note that explains what are the functional cookies in the application
|
|
16
7
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=These cookies are used to keep your preferences for site appearance and display language.
|
|
17
|
-
#XTXT: Detailed note that explains why we use the functional cookies in the application
|
|
18
8
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=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.
|
|
19
9
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=More Info
|
|
20
|
-
#XTXT: Title of the button to accept all cookies
|
|
21
10
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accept All
|
|
22
|
-
#XTXT: Title of the button to reject all cookies
|
|
23
11
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Reject All
|
|
24
|
-
#XTXT: Title of the button to open the edit panel to edit cookie preferences
|
|
25
12
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=Set Preferences
|
|
26
|
-
#XTXT: Title of the button to save the edited cookie preferences
|
|
27
13
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Save Preferences
|
|
28
|
-
#XTXT: Title of the button to discard the edited cookie preferences
|
|
29
14
|
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=Cancel
|
|
@@ -3,9 +3,12 @@ COOKIE_SETTINGS_DIALOG_TITLE=Options de vos cookies
|
|
|
3
3
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Cookies obligatoires
|
|
4
4
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=Ces cookies sont requis pour activer les fonctions centrales du site.
|
|
5
5
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=Nous utilisons des cookies pour am\u00E9liorer votre exp\u00E9rience sur notre site. En poursuivant votre visite, vous consentez \u00E0 l'utilisation de nos cookies.
|
|
6
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Cookies fonctionnels
|
|
7
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Ces cookies sont utilis\u00E9s pour conserver vos pr\u00E9f\u00E9rences concernant l'aspect visuel du site et la langue d'affichage.
|
|
8
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=Pour am\u00E9liorer votre exp\u00E9rience de navigation, nous utilisons des cookies pour nous rappeler vos pr\u00E9f\u00E9rences concernant l'aspect visuel du site (th\u00E8me clair ou sombre) et la langue d'affichage. Ces cookies garantissent que les options que vous avez s\u00E9lectionn\u00E9es sont appliqu\u00E9es chaque fois que vous consultez le site ou que vous actualisez la page, vous offrant ainsi une exp\u00E9rience coh\u00E9rente et personnalis\u00E9e.
|
|
6
9
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Plus d'informations
|
|
7
10
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accepter tout
|
|
8
11
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Refuser tout
|
|
9
12
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=D\u00E9finir les pr\u00E9f\u00E9rences
|
|
10
13
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Sauvegarder les pr\u00E9f\u00E9rences
|
|
11
|
-
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=
|
|
14
|
+
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=Annuler
|
|
@@ -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.135.0/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.
|
|
1004
|
-
seenDeprecations[`1.
|
|
1003
|
+
console.log(`Deprecated as of 1.135.0. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.135.0/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -113,6 +113,7 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
113
113
|
.itemgroup, div.disclaimer-page-block li, div.disclaimer-page-block li p {
|
|
114
114
|
margin-top: 1.5em;
|
|
115
115
|
margin-bottom: 1.5em;
|
|
116
|
+
word-wrap: break-word;
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
.collapsible.expanded {
|
|
@@ -581,6 +582,10 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
581
582
|
overflow-x: auto;
|
|
582
583
|
}
|
|
583
584
|
|
|
585
|
+
.tableWrapper.datatable{
|
|
586
|
+
overflow-x: visible;
|
|
587
|
+
}
|
|
588
|
+
|
|
584
589
|
table {
|
|
585
590
|
border: 0;
|
|
586
591
|
border-color: darken(@sapUiListTableGroupHeaderBorderColor, 10);
|