@openui5/sap.ui.codeeditor 1.60.36 → 1.60.40
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/LICENSE.txt
CHANGED
|
@@ -314,7 +314,7 @@ Licensor: Various
|
|
|
314
314
|
Website: http://code.google.com/p/google-code-prettify/
|
|
315
315
|
License: Apache License 2.0
|
|
316
316
|
|
|
317
|
-
Component: Handlebars 4.7.
|
|
317
|
+
Component: Handlebars 4.7.7
|
|
318
318
|
Licensor: Yehuda Katz
|
|
319
319
|
Website: http://handlebarsjs.com/
|
|
320
320
|
License: MIT License
|
|
@@ -576,7 +576,7 @@ License: MIT License
|
|
|
576
576
|
<copyright holders> = Bjarke Walling
|
|
577
577
|
<year> = 2014
|
|
578
578
|
|
|
579
|
-
Component: URI.js 1.19.
|
|
579
|
+
Component: URI.js 1.19.8
|
|
580
580
|
Licensor: Rodney Rehm
|
|
581
581
|
Website: http://github.com/medialize/URI.js/
|
|
582
582
|
License: MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.codeeditor",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.40",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.codeeditor",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.60.
|
|
17
|
+
"@openui5/sap.ui.core": "1.60.40"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/pom.xml
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.codeeditor</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>UI development toolkit for HTML5 (OpenUI5)
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.60.
|
|
9
|
+
<version>1.60.40</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.codeeditor</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -54,7 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
* @extends sap.ui.core.Control
|
|
55
55
|
*
|
|
56
56
|
* @author SAP SE
|
|
57
|
-
* @version 1.60.
|
|
57
|
+
* @version 1.60.40
|
|
58
58
|
*
|
|
59
59
|
* @constructor
|
|
60
60
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -33,7 +33,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'],
|
|
|
33
33
|
],
|
|
34
34
|
elements: [],
|
|
35
35
|
noLibraryCSS: false,
|
|
36
|
-
version: "1.60.
|
|
36
|
+
version: "1.60.40"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
|