@openui5/sap.ui.documentation 1.136.12 → 1.136.13
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/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_de.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_it.properties +3 -3
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.136.
|
|
3
|
+
"version": "1.136.13",
|
|
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.136.
|
|
18
|
-
"@openui5/sap.ui.core": "1.136.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.136.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.136.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.136.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.136.
|
|
17
|
+
"@openui5/sap.m": "1.136.13",
|
|
18
|
+
"@openui5/sap.ui.core": "1.136.13",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.136.13",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.136.13",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.136.13",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.136.13"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.136.
|
|
9
|
+
<version>1.136.13</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.136.
|
|
28
|
+
* @version 1.136.13
|
|
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.136.
|
|
35
|
+
version: '1.136.13',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -8,7 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API-Referenz
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Beispiele
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demo-Apps
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Ressourcen
|
|
11
|
-
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori
|
|
11
|
+
APP_TABHEADER_SUBITEM_FIORI_TOOLS=SAP Fiori tools
|
|
12
12
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Symbolexplorer
|
|
13
13
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
14
14
|
APP_TABHEADER_SUBITEM_UI5_TOOLING=UI5 Tooling
|
|
@@ -26,7 +26,7 @@ APP_SEARCH_FIELD_CLOSE=Chiudi
|
|
|
26
26
|
APP_INFORMATION_BTN_TOOLTIP=Impostazioni
|
|
27
27
|
APP_LEGAL_BTN_TOOLTIP=Informazioni legali
|
|
28
28
|
APP_INFORMATION_BTN_FEEDBACK=Feedback
|
|
29
|
-
APP_INFORMATION_BTN_ABOUT=Informazioni
|
|
29
|
+
APP_INFORMATION_BTN_ABOUT=Informazioni
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legale
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Condizioni di utilizzo
|
|
@@ -181,7 +181,7 @@ TOPIC_MASTER_EXPAND_TOOLTIP=Esplodi tutto
|
|
|
181
181
|
TOPIC_MASTER_COLAPSE_TOOLTIP=Comprimi tutto
|
|
182
182
|
TOPIC_MASTER_NO_DATA_TEXT=Nessun dato, prova con la ricerca globale
|
|
183
183
|
|
|
184
|
-
ENTITY_ABOUT=Informazioni
|
|
184
|
+
ENTITY_ABOUT=Informazioni
|
|
185
185
|
ENTITY_SAMPLES=Campioni ({0})
|
|
186
186
|
ENITITY_API=Riferimento API\:
|
|
187
187
|
ENTITY_DOCUMENTATION=Documentazione\:
|
|
@@ -331,7 +331,7 @@ RELEASE_DIALOG_TITLE=Registro modifiche per\: {0}
|
|
|
331
331
|
RELEASE_DIALOG_CLOSE_BTN=Chiudi
|
|
332
332
|
RELEASE_DIALOG_NO_DATA_TEXT=Nessuna modifica per questa library.
|
|
333
333
|
|
|
334
|
-
ABOUT_DIALOG_TITLE=Informazioni
|
|
334
|
+
ABOUT_DIALOG_TITLE=Informazioni
|
|
335
335
|
ABOUT_DIALOG_TEXT_1=Kit dimostrativo UI5 - UI Development Toolkit for HTML5
|
|
336
336
|
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2025 SAP SE. Tutti i diritti riservati.
|
|
337
337
|
ABOUT_DIALOG_TEXT_3=\u00A9 2025 SAP SE o una sua affiliata SAP.
|
|
@@ -998,10 +998,10 @@ var hljs = (function () {
|
|
|
998
998
|
* @param {string} message
|
|
999
999
|
*/
|
|
1000
1000
|
const deprecated = (version, message) => {
|
|
1001
|
-
if (seenDeprecations[`1.136.
|
|
1001
|
+
if (seenDeprecations[`1.136.13/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.136.
|
|
1004
|
-
seenDeprecations[`1.136.
|
|
1003
|
+
console.log(`Deprecated as of 1.136.13. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.136.13/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|