@openui5/sap.ui.suite 1.94.0 → 1.95.0

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/.reuse/dep5 CHANGED
@@ -309,7 +309,7 @@ License: MIT
309
309
  Comment: these files belong to: lodash
310
310
 
311
311
  Files: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
312
- Copyright: 2018 Mathias Nater
312
+ Copyright: 2021 Mathias Nater
313
313
  License: MIT
314
314
  Comment: these files belong to: Hyphenopoly
315
315
 
@@ -347,11 +347,6 @@ Copyright: 2013 Ariya Hidayat and other contributors
347
347
  License: BSD-2-Clause
348
348
  Comment: these files belong to: Esprima
349
349
 
350
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
351
- Copyright: 2006 Google Inc.
352
- License: Apache-2.0
353
- Comment: these files belong to: google-code-prettify
354
-
355
350
  Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
356
351
  Copyright: 2006-2020, Ivan Sagalaev
357
352
  License: BSD-3-Clause
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.ui.codeeditor:
8
8
 
9
- Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.4
9
+ Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.12
10
10
  Copyright: 2010, Ajax.org B.V.
11
11
  License: BSD-3-Clause
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -279,8 +279,8 @@ License: MIT
279
279
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
280
280
  Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
281
281
 
282
- Component: Hyphenopoly, version: 2.4.0
283
- Copyright: 2018 Mathias Nater
282
+ Component: Hyphenopoly, version: 3.4.0
283
+ Copyright: 2021 Mathias Nater
284
284
  License: MIT
285
285
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
286
286
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
@@ -324,12 +324,6 @@ License: BSD-2-Clause
324
324
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
325
325
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
326
326
 
327
- Component: google-code-prettify, version: 20130304
328
- Copyright: 2006 Google Inc.
329
- License: Apache-2.0
330
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
331
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
332
-
333
327
  Component: highlight.js, version: 10.4.1
334
328
  Copyright: 2006-2020, Ivan Sagalaev
335
329
  License: BSD-3-Clause
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.suite",
3
- "version": "1.94.0",
3
+ "version": "1.95.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.suite",
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.94.0"
17
+ "@openui5/sap.ui.core": "1.95.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.94.0</version>
9
+ <version>1.95.0</version>
10
10
 
11
11
  <documentation>SAP UI library: sap.ui.suite (by SAP, Author)</documentation>
12
12
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author Svetozar Buzdumovic
31
- * @version 1.94.0
31
+ * @version 1.95.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author Svetozar Buzdumovic
37
- * @version 1.94.0
37
+ * @version 1.95.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  }
98
98
 
99
99
  // get the ProgressBar
100
- this.oBar = window.document.getElementById(this.getId() + '-bar');
100
+ this.oBar = this.getDomRef('bar');
101
101
 
102
102
  // get the new Value and calculate Pixels
103
103
  VerticalPercent = iPercentage;
@@ -117,7 +117,7 @@ sap.ui.define([
117
117
 
118
118
  //set the ARIA property
119
119
  if (!this.oThis) {
120
- this.oThis = jQuery(document.getElementById(this.getId()));
120
+ this.oThis = this.$();
121
121
  }
122
122
  this.oThis.attr('aria-valuenow', iPercentage + '%');
123
123
  return this;
@@ -16,7 +16,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
16
16
  // delegate further initialization of this library to the Core
17
17
  sap.ui.getCore().initLibrary({
18
18
  name : "sap.ui.suite",
19
- version: "1.94.0",
19
+ version: "1.95.0",
20
20
  dependencies : ["sap.ui.core"],
21
21
  types: [
22
22
  "sap.ui.suite.TaskCircleColor"
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
36
36
  * @namespace
37
37
  * @alias sap.ui.suite
38
38
  * @author SAP SE
39
- * @version 1.94.0
39
+ * @version 1.95.0
40
40
  * @since 1.1
41
41
  * @public
42
42
  */
@@ -46,7 +46,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
46
46
  /**
47
47
  * Defined color values for the Task Circle Control
48
48
  *
49
- * @version 1.94.0
49
+ * @version 1.95.0
50
50
  * @enum {string}
51
51
  * @public
52
52
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel