@openui5/sap.ui.documentation 1.136.5 → 1.136.7

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 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: 12.3.2
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.5",
3
+ "version": "1.136.7",
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.5",
18
- "@openui5/sap.ui.core": "1.136.5",
19
- "@openui5/sap.ui.layout": "1.136.5",
20
- "@openui5/themelib_sap_belize": "1.136.5",
21
- "@openui5/themelib_sap_fiori_3": "1.136.5",
22
- "@openui5/themelib_sap_horizon": "1.136.5"
17
+ "@openui5/sap.m": "1.136.7",
18
+ "@openui5/sap.ui.core": "1.136.7",
19
+ "@openui5/sap.ui.layout": "1.136.7",
20
+ "@openui5/themelib_sap_belize": "1.136.7",
21
+ "@openui5/themelib_sap_fiori_3": "1.136.7",
22
+ "@openui5/themelib_sap_horizon": "1.136.7"
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.5</version>
9
+ <version>1.136.7</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.5
28
+ * @version 1.136.7
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.5',
35
+ version: '1.136.7',
36
36
  dependencies : ['sap.ui.core','sap.m'],
37
37
  types: [],
38
38
  interfaces: [],
@@ -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=Usang
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=Usang
381
+ API_MASTER_DEPRECATED=Tidak Digunakan Lagi
382
382
  API_MASTER_EXPERIMENTAL=Eksperimental
383
- API_MASTER_DEPRECATED_APIS=API Usang
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 Usang
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}
@@ -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.5/${message}`]) return;
1001
+ if (seenDeprecations[`1.136.7/${message}`]) return;
1002
1002
 
1003
- console.log(`Deprecated as of 1.136.5. ${message}`);
1004
- seenDeprecations[`1.136.5/${message}`] = true;
1003
+ console.log(`Deprecated as of 1.136.7. ${message}`);
1004
+ seenDeprecations[`1.136.7/${message}`] = true;
1005
1005
  };
1006
1006
 
1007
1007
  /* eslint-disable no-throw-literal */