@openui5/sap.ui.documentation 1.148.3 → 1.148.5
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
|
@@ -248,7 +248,7 @@ License: MIT
|
|
|
248
248
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
249
249
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
|
|
250
250
|
|
|
251
|
-
Component: handlebars, version: 4.7.
|
|
251
|
+
Component: handlebars, version: 4.7.9
|
|
252
252
|
Copyright: 2011-2019 by Yehuda Katz
|
|
253
253
|
License: MIT
|
|
254
254
|
License Text: https://github.com/UI5/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.148.
|
|
3
|
+
"version": "1.148.5",
|
|
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/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.148.
|
|
18
|
-
"@openui5/sap.ui.core": "1.148.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.148.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.148.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.148.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.148.
|
|
17
|
+
"@openui5/sap.m": "1.148.5",
|
|
18
|
+
"@openui5/sap.ui.core": "1.148.5",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.148.5",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.148.5",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.148.5",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.148.5"
|
|
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.148.
|
|
9
|
+
<version>1.148.5</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.148.
|
|
28
|
+
* @version 1.148.5
|
|
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.148.
|
|
35
|
+
version: '1.148.5',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -998,10 +998,10 @@ var hljs = (function () {
|
|
|
998
998
|
* @param {string} message
|
|
999
999
|
*/
|
|
1000
1000
|
const deprecated = (version, message) => {
|
|
1001
|
-
if (seenDeprecations[`1.148.
|
|
1001
|
+
if (seenDeprecations[`1.148.5/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.148.
|
|
1004
|
-
seenDeprecations[`1.148.
|
|
1003
|
+
console.log(`Deprecated as of 1.148.5. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.148.5/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|