@openui5/sap.ui.documentation 1.120.40 → 1.120.41
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.41",
|
|
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.120.
|
|
18
|
-
"@openui5/sap.ui.core": "1.120.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.120.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.120.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.120.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.120.
|
|
17
|
+
"@openui5/sap.m": "1.120.41",
|
|
18
|
+
"@openui5/sap.ui.core": "1.120.41",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.120.41",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.120.41",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.120.41",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.120.41"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-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.120.
|
|
9
|
+
<version>1.120.41</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -25,13 +25,13 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.documentation
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.120.
|
|
28
|
+
* @version 1.120.41
|
|
29
29
|
* @since 1.48
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
var thisLibrary = Core.initLibrary({
|
|
33
33
|
name : 'sap.ui.documentation',
|
|
34
|
-
version: '1.120.
|
|
34
|
+
version: '1.120.41',
|
|
35
35
|
dependencies : ['sap.ui.core','sap.m'],
|
|
36
36
|
types: [],
|
|
37
37
|
interfaces: [],
|
|
@@ -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
|
|
@@ -176,7 +176,7 @@ TOPIC_MASTER_EXPAND_TOOLTIP=Esplodi tutto
|
|
|
176
176
|
TOPIC_MASTER_COLAPSE_TOOLTIP=Comprimi tutto
|
|
177
177
|
TOPIC_MASTER_NO_DATA_TEXT=Nessun dato, prova con la ricerca globale
|
|
178
178
|
|
|
179
|
-
ENTITY_ABOUT=Informazioni
|
|
179
|
+
ENTITY_ABOUT=Informazioni
|
|
180
180
|
ENTITY_SAMPLES=Campioni ({0})
|
|
181
181
|
ENITITY_API=Riferimento API\:
|
|
182
182
|
ENTITY_DOCUMENTATION=Documentazione\:
|
|
@@ -323,7 +323,7 @@ RELEASE_DIALOG_TITLE=Registro modifiche per\: {0}
|
|
|
323
323
|
RELEASE_DIALOG_CLOSE_BTN=Chiudi
|
|
324
324
|
RELEASE_DIALOG_NO_DATA_TEXT=Nessuna modifica per questa library.
|
|
325
325
|
|
|
326
|
-
ABOUT_DIALOG_TITLE=Informazioni
|
|
326
|
+
ABOUT_DIALOG_TITLE=Informazioni
|
|
327
327
|
ABOUT_DIALOG_TEXT_1=Kit dimostrativo UI5 - UI Development Toolkit for HTML5
|
|
328
328
|
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2023 SAP SE. Tutti i diritti riservati.
|
|
329
329
|
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE o una sua affiliata SAP.
|