@openui5/sap.ui.suite 1.125.0 → 1.126.1

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
@@ -384,13 +384,13 @@ Copyright: 2017 Wei Song and Oliver Nightingale
384
384
  License: MIT
385
385
  Comment: these files belong to: Elasticlunr
386
386
 
387
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
388
- Copyright: 2008-2017 SpryMedia Ltd
387
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
388
+ Copyright: SpryMedia Ltd
389
389
  License: MIT
390
390
  Comment: these files belong to: DataTables
391
391
 
392
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
393
- Copyright: 2016 SpryMedia Ltd
392
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
393
+ Copyright: SpryMedia Ltd
394
394
  License: MIT
395
395
  Comment: these files belong to: Buttons extension for DataTables
396
396
 
package/THIRDPARTY.txt CHANGED
@@ -363,17 +363,17 @@ License: MIT
363
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
364
364
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
365
365
 
366
- Component: DataTables, version: 1.10.15
367
- Copyright: 2008-2017 SpryMedia Ltd
366
+ Component: DataTables, version: 2.0.1
367
+ Copyright: SpryMedia Ltd
368
368
  License: MIT
369
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
370
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
371
371
 
372
- Component: Buttons extension for DataTables, version: 1.4.0
373
- Copyright: 2016 SpryMedia Ltd
372
+ Component: Buttons extension for DataTables, version: 3.0.0
373
+ Copyright: SpryMedia Ltd
374
374
  License: MIT
375
375
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
376
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
376
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
377
377
 
378
378
 
379
379
  Library: sap.ui.integration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.suite",
3
- "version": "1.125.0",
3
+ "version": "1.126.1",
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.125.0"
17
+ "@openui5/sap.ui.core": "1.126.1"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.1</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.125.0
31
+ * @version 1.126.1
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.125.0
37
+ * @version 1.126.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -18,14 +18,14 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
18
18
  * @namespace
19
19
  * @alias sap.ui.suite
20
20
  * @author SAP SE
21
- * @version 1.125.0
21
+ * @version 1.126.1
22
22
  * @since 1.1
23
23
  * @public
24
24
  * @deprecated as of version 1.108
25
25
  */
26
26
  var thisLibrary = sap.ui.getCore().initLibrary({
27
27
  name : "sap.ui.suite",
28
- version: "1.125.0",
28
+ version: "1.126.1",
29
29
  dependencies : ["sap.ui.core"],
30
30
  types: [
31
31
  "sap.ui.suite.TaskCircleColor"
@@ -41,7 +41,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'], // library dependency
41
41
  /**
42
42
  * Defined color values for the Task Circle Control
43
43
  *
44
- * @version 1.125.0
44
+ * @version 1.126.1
45
45
  * @enum {string}
46
46
  * @public
47
47
  */
@@ -0,0 +1,14 @@
1
+
2
+ /* ============================================= */
3
+ /* CSS for control sap.ui.dev/TaskCircle.control */
4
+ /* ============================================= */
5
+
6
+ .sapUiTaskCircle {
7
+ font-weight:bold;
8
+ text-align: center;
9
+ border: 2px solid @sapUiDarkBorder;
10
+ box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
11
+ background-color: @sapUiBaseBG;
12
+ color: @sapUiText;
13
+ }
14
+
@@ -0,0 +1,18 @@
1
+
2
+ /* ============================================= */
3
+ /* CSS for control sap.ui.suite/VerticalProgressIndicator.control */
4
+ /* ============================================= */
5
+
6
+
7
+ .sapUiVerticalProgressOuterContainer{
8
+ border: 2px solid @sapUiBaseBorder;
9
+ width: 31px;
10
+ height: 58px;
11
+ box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
12
+ background-color: @sapUiMediumBG;
13
+ }
14
+
15
+ .sapUiVerticalProgressInnerContainer{
16
+ position: relative;
17
+ background-color: @sapUiDarkBG;
18
+ }
@@ -0,0 +1 @@
1
+ /* This CSS shares it rules with all other CSS of this library */
@@ -4,7 +4,21 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- @import "../base/library.source.less";
7
+ /* ============================================================================== */
8
+ /* Due to deprecation of sap_hcb with SAPUI5 version 1.46 the library.source.less */
9
+ /* file of base is resolved: Imports to base.less and global.less of */
10
+ /* base are added to this library.source.less file (sap_hcb) and the */
11
+ /* respective control css files of base are added to the sap_hcb theme folder. */
12
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.126. */
13
+ /* ============================================================================== */
14
+
15
+ @import "../../../core/themes/base/base.less";
16
+ @import "../../../core/themes/base/global.less";
17
+
18
+ @import "base_shared.less";
19
+ @import "base_TaskCircle.less";
20
+ @import "base_VerticalProgressIndicator.less";
21
+
8
22
  @import "../../../../../sap/ui/core/themes/sap_hcb/global.less";
9
23
  @import "shared.less";
10
24