@openui5/sap.ui.documentation 1.136.6 → 1.136.8
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 +1 -1
- 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_id.properties +4 -4
- package/src/sap/ui/documentation/messagebundle_pl.properties +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
package/THIRDPARTY.txt
CHANGED
|
@@ -397,7 +397,7 @@ License: MIT
|
|
|
397
397
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
398
398
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
399
399
|
|
|
400
|
-
Component: Markdown-it, version:
|
|
400
|
+
Component: Markdown-it, version: 14.1.0
|
|
401
401
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
402
402
|
License: MIT
|
|
403
403
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
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.8",
|
|
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.8",
|
|
18
|
+
"@openui5/sap.ui.core": "1.136.8",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.136.8",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.136.8",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.136.8",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.136.8"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.136.
|
|
9
|
+
<version>1.136.8</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.8
|
|
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.8',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -409,7 +409,7 @@ RESOURCES_CATEGORY_TITLE_DEV_TOOLS=Entwicklungswerkzeuge
|
|
|
409
409
|
RESOURCES_CARD_TITLE_TOOLING=UI5 Tooling
|
|
410
410
|
RESOURCES_CARD_DESC_TOOLING=UI5 Tooling ist eine hochmoderne, modulare Toolchain zur Entwicklung von UI5-Projekten durch die Verwendung von UI5 \u00FCber npm. Mit der Open-Source-, modularen, konfigurierbaren und erweiterbaren CLI k\u00F6nnen Sie Apps und Bibliotheken effizient entwickeln und Komponenten mit dem UI5-Framework wiederverwenden.
|
|
411
411
|
RESOURCES_CARD_TITLE_FIORI_TOOLS=SAP Fiori tools
|
|
412
|
-
RESOURCES_CARD_DESC_FIORI_TOOLS=SAP
|
|
412
|
+
RESOURCES_CARD_DESC_FIORI_TOOLS=SAP Fiori tools vereinfacht durch das Bereitstellen von Erweiterungen f\u00FCr Ihre SAP-Business-Application-Studio- und Visual-Studio-Code-Entwicklungsumgebungen das Anlegen von SAP-Fiori-Elements-Anwendungen.
|
|
413
413
|
RESOURCES_CARD_TITLE_CARD_EXPLORER=Kartenexplorer
|
|
414
414
|
RESOURCES_CARD_DESC_CARD_EXPLORER=Mit Integrationskarten haben Sie eine gute M\u00F6glichkeit, Gesch\u00E4ftsinhalte f\u00FCr Benutzer auf Widget-\u00E4hnlichen Karten auf Startseiten oder Dashboards bereitzustellen. Im Kartenexplorer finden Sie alles, was Sie f\u00FCr die Implementierung der Karten wissen m\u00FCssen.
|
|
415
415
|
RESOURCES_CARD_TITLE_LINTER=UI5 linter
|
|
@@ -187,7 +187,7 @@ ENTITY_COMPONENT=Komponen Aplikasi
|
|
|
187
187
|
ENTITY_SINCE=Tersedia Sejak
|
|
188
188
|
ENTITY_CATEGORY=Kategori
|
|
189
189
|
ENTITY_DENSITY=Kepadatan Konten
|
|
190
|
-
ENTITY_DEPRECATED=
|
|
190
|
+
ENTITY_DEPRECATED=Tidak Digunakan Lagi
|
|
191
191
|
ENTITY_FULLSCREEN_TOOLTIP=Tampilkan sampel ini dalam mode layar penuh
|
|
192
192
|
ENTITY_BACK_BTN=Kembali ke Hasil Pencarian
|
|
193
193
|
ENTITY_TABLE_NAME=Nama
|
|
@@ -378,9 +378,9 @@ API_MASTER_COLLAPSE_BTN_TOOLTIP=Ciutkan Semua
|
|
|
378
378
|
API_MASTER_DEPRECATED_CB=Mencakup yang usang
|
|
379
379
|
API_MASTER_EXPERIMENTAL_CB=Sertakan eksperimental
|
|
380
380
|
API_MASTER_NO_DATA_TEXT=Tidak ada data, silakan coba dengan pencarian global
|
|
381
|
-
API_MASTER_DEPRECATED=
|
|
381
|
+
API_MASTER_DEPRECATED=Tidak Digunakan Lagi
|
|
382
382
|
API_MASTER_EXPERIMENTAL=Eksperimental
|
|
383
|
-
API_MASTER_DEPRECATED_APIS=API
|
|
383
|
+
API_MASTER_DEPRECATED_APIS=API yang Tidak Digunakan Lagi
|
|
384
384
|
API_MASTER_EXPERIMENTAL_APIS=API Eksperimental
|
|
385
385
|
API_MASTER_INDEX_BY_VERSION=Indeks berdasarkan Versi
|
|
386
386
|
|
|
@@ -388,7 +388,7 @@ API_DETAIL_SINCE_TITLE=Indeks berdasarkan Versi
|
|
|
388
388
|
|
|
389
389
|
API_DETAIL_EXPERIMENTAL_TITLE=Indeks API Eksperimental
|
|
390
390
|
|
|
391
|
-
API_DETAIL_DEPRECATED_TITLE=Indeks API
|
|
391
|
+
API_DETAIL_DEPRECATED_TITLE=Indeks API yang Tidak Digunakan Lagi
|
|
392
392
|
API_DETAIL_DEPRECATED_WARNING=Untuk informasi umum tentang fitur yang usang, silakan periksa aturan kompatibilitas.
|
|
393
393
|
|
|
394
394
|
API_DETAIL_AS_OF_VERSION=Mulai {0}
|
|
@@ -412,7 +412,7 @@ RESOURCES_CARD_TITLE_FIORI_TOOLS=Narz\u0119dzia SAP Fiori
|
|
|
412
412
|
RESOURCES_CARD_DESC_FIORI_TOOLS=Narz\u0119dzia SAP Fiori u\u0142atwiaj\u0105 tworzenie aplikacji z elementami SAP Fiori poprzez udost\u0119pnianie rozszerze\u0144 dla \u015Brodowisk projektowych SAP Business Application Studio i Visual Studio Code.
|
|
413
413
|
RESOURCES_CARD_TITLE_CARD_EXPLORER=Eksplorator kart
|
|
414
414
|
RESOURCES_CARD_DESC_CARD_EXPLORER=Karty integracji to doskona\u0142y spos\u00F3b udost\u0119pniania u\u017Cytkownikom tre\u015Bci biznesowych na kartach przypominaj\u0105cych wid\u017Cety na stronach g\u0142\u00F3wnych lub pulpitach. Eksplorator kart wy\u015Bwietla wszystkie informacje potrzebne do implementacji.
|
|
415
|
-
RESOURCES_CARD_TITLE_LINTER=
|
|
415
|
+
RESOURCES_CARD_TITLE_LINTER=UI5 linter
|
|
416
416
|
RESOURCES_CARD_DESC_LINTER=UI5 linter jest narz\u0119dziem do statycznej analizy kodu dla projekt\u00F3w UI5. Sprawdza pliki JavaScript, XML, JSON i inne pliki w Twoim projekcie i przedstawia wyniki. Pomaga ono w przestrzeganiu najlepszych praktyk w swoich projektach UI5 i dostosowaniu ich do nowych g\u0142\u00F3wnych wersji UI5.
|
|
417
417
|
RESOURCES_CARD_TITLE_FPM_EXPLORER=Eksplorator elastycznego modelu programowania
|
|
418
418
|
RESOURCES_CARD_DESC_FPM_EXPLORER=Elastyczny model programowania u\u0142atwia dostosowanie aplikacji do w\u0142asnych potrzeb podczas korzystania z element\u00F3w SAP Fiori dla OData V4.
|
|
@@ -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.8/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.136.
|
|
1004
|
-
seenDeprecations[`1.136.
|
|
1003
|
+
console.log(`Deprecated as of 1.136.8. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.136.8/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|