@sapui5/sap.ui.vbm 1.145.0 → 1.146.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/package.json +1 -1
- package/src/sap/ui/vbm/.library +1 -1
- package/src/sap/ui/vbm/Adapter.js +4 -4
- package/src/sap/ui/vbm/Adapter3D.js +1 -1
- package/src/sap/ui/vbm/Viewport.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ColladaBounds.js +1 -1
- package/src/sap/ui/vbm/adapter3d/DragDropHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ModelHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ObjectFactory.js +1 -1
- package/src/sap/ui/vbm/adapter3d/PolygonHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/RectangleTracker.js +1 -1
- package/src/sap/ui/vbm/adapter3d/SceneBuilder.js +1 -1
- package/src/sap/ui/vbm/adapter3d/VBIJSONParser.js +1 -1
- package/src/sap/ui/vbm/library.js +2 -2
- package/src/sap/ui/vbm/themes/base/AnalyticMap.less +5 -5
- package/src/sap/ui/vbm/themes/base/Cluster.less +41 -48
- package/src/sap/ui/vbm/themes/base/ContainerBase.less +14 -14
- package/src/sap/ui/vbm/themes/base/ContainerLegendItem.less +12 -27
- package/src/sap/ui/vbm/themes/base/DetailWindow.less +12 -8
- package/src/sap/ui/vbm/themes/base/ListPanel.less +17 -18
- package/src/sap/ui/vbm/themes/base/ListPanelStack.less +9 -10
- package/src/sap/ui/vbm/themes/base/MapContainer.less +49 -41
- package/src/sap/ui/vbm/themes/base/VBI.less +356 -491
- package/src/sap/ui/vbm/themes/base/Viewport.less +5 -1
- package/src/sap/ui/vbm/themes/base/library.source.less +1 -2
- package/src/sap/ui/vbm/themes/sap_fiori_3_dark/VBI.less +46 -55
- package/src/sap/ui/vbm/themes/sap_fiori_3_dark/library.source.less +1 -2
- package/src/sap/ui/vbm/themes/sap_fiori_3_hcb/VBI.less +46 -55
- package/src/sap/ui/vbm/themes/sap_fiori_3_hcb/library.source.less +1 -2
- package/src/sap/ui/vbm/themes/sap_horizon_dark/VBI.less +45 -54
- package/src/sap/ui/vbm/themes/sap_horizon_dark/library.source.less +1 -2
- package/src/sap/ui/vbm/themes/sap_horizon_hcb/VBI.less +45 -54
- package/src/sap/ui/vbm/themes/sap_horizon_hcb/library.source.less +1 -3
- package/src/sap/ui/vbm/themes/sap_horizon_hcw/VBI.less +45 -54
- package/src/sap/ui/vbm/themes/sap_horizon_hcw/library.source.less +1 -2
- package/src/sap/ui/vbm/vector/MapRenderer.js +497 -416
- package/src/sap/ui/vbm/vector/PayloadGenerator.js +1 -1
- package/src/sap/ui/vbm/vector/RectangularSelection.js +1 -1
- package/src/sap/ui/vbm/vector/VBITransformer.js +19 -4
- package/src/sap/ui/vbm/themes/base/GeoMap.less +0 -8
- package/src/sap/ui/vbm/themes/sap_fiori_3_dark/AnalyticMap.less +0 -4
- package/src/sap/ui/vbm/themes/sap_fiori_3_hcb/AnalyticMap.less +0 -4
- package/src/sap/ui/vbm/themes/sap_horizon_dark/AnalyticMap.less +0 -3
- package/src/sap/ui/vbm/themes/sap_horizon_hcb/AnalyticMap.less +0 -3
- package/src/sap/ui/vbm/themes/sap_horizon_hcw/AnalyticMap.less +0 -3
package/package.json
CHANGED
package/src/sap/ui/vbm/.library
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<name>sap.ui.vbm</name>
|
|
4
4
|
<vendor>SAP SE</vendor>
|
|
5
5
|
<copyright>SAP UI development toolkit for HTML5 (SAPUI5) (c) Copyright 2009-2012 SAP AG. All rights reserved</copyright>
|
|
6
|
-
<version>1.
|
|
6
|
+
<version>1.146.0</version>
|
|
7
7
|
|
|
8
8
|
<documentation>SAP UI library: sap.ui.vbm</documentation>
|
|
9
9
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @param {string} [sId] id for the new control, generated automatically if no id is given
|
|
25
25
|
* @param {object} [mSettings] initial settings for the new object
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.146.0
|
|
28
28
|
* @extends sap.ui.core.Element
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -361,15 +361,15 @@ sap.ui.define([
|
|
|
361
361
|
this._processMapLayerStacks(obj.SAPVB.MapLayerStacks);
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
if (obj.SAPVB.Scenes) {
|
|
364
|
+
if (obj.SAPVB.Scenes && VBI.VBITransformer.getVectorFlag() == false) {
|
|
365
365
|
this._processScenes(obj.SAPVB.Scenes);
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
if (obj.SAPVB.Data) {
|
|
368
|
+
if (obj.SAPVB.Data && VBI.VBITransformer.getVectorFlag() == false) {
|
|
369
369
|
this._processData(obj.SAPVB.Data);
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
if (obj.SAPVB.Actions) {
|
|
372
|
+
if (obj.SAPVB.Actions && VBI.VBITransformer.getVectorFlag() == false) {
|
|
373
373
|
this._processActions(obj.SAPVB.Actions);
|
|
374
374
|
}
|
|
375
375
|
|
|
@@ -47,7 +47,7 @@ sap.ui.define([
|
|
|
47
47
|
* @param {string} [sId] id for the new control, generated automatically if no id is given
|
|
48
48
|
* @param {object} [mSettings] initial settings for the new object
|
|
49
49
|
* @author SAP SE
|
|
50
|
-
* @version 1.
|
|
50
|
+
* @version 1.146.0
|
|
51
51
|
* @extends sap.ui.core.Element
|
|
52
52
|
* @constructor
|
|
53
53
|
* @public
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
*
|
|
23
23
|
* @private
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.146.0
|
|
26
26
|
* @alias sap.ui.vbm.adapter3d.ColladaBounds
|
|
27
27
|
*/
|
|
28
28
|
var ColladaBounds = BaseObject.extend("sap.ui.vbm.adapter3d.ColladaBounds", /** @lends sap.ui.vbm.adapter3d.ColladaBounds.prototype */ {
|
|
@@ -83,7 +83,7 @@ sap.ui.define([
|
|
|
83
83
|
*
|
|
84
84
|
* @private
|
|
85
85
|
* @author SAP SE
|
|
86
|
-
* @version 1.
|
|
86
|
+
* @version 1.146.0
|
|
87
87
|
* @alias sap.ui.vbm.adapter3d.DragDropHandler
|
|
88
88
|
*/
|
|
89
89
|
var DragDropHandler = BaseObject.extend("sap.ui.vbm.adapter3d.DragDropHandler", /** @lends sap.ui.vbm.adapter3d.DragDropHandler.prototype */ {
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
*
|
|
30
30
|
* @private
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.146.0
|
|
33
33
|
* @alias sap.ui.vbm.adapter3d.ModelHandler
|
|
34
34
|
*/
|
|
35
35
|
var ModelHandler = BaseObject.extend("sap.ui.vbm.adapter3d.ModelHandler", /** @lends sap.ui.vbm.adapter3d.ModelHandler.prototype */ {
|
|
@@ -377,7 +377,7 @@ sap.ui.define([
|
|
|
377
377
|
*
|
|
378
378
|
* @private
|
|
379
379
|
* @author SAP SE
|
|
380
|
-
* @version 1.
|
|
380
|
+
* @version 1.146.0
|
|
381
381
|
* @alias sap.ui.vbm.adapter3d.ObjectFactory
|
|
382
382
|
*/
|
|
383
383
|
var ObjectFactory = BaseObject.extend("sap.ui.vbm.adapter3d.ObjectFactory", /** @lends sap.ui.vbm.adapter3d.ObjectFactory.prototype */ {});
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
*
|
|
33
33
|
* @private
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.146.0
|
|
36
36
|
* @alias sap.ui.vbm.adapter3d.PolygonHandler
|
|
37
37
|
*/
|
|
38
38
|
var PolygonHandler = BaseObject.extend("sap.ui.vbm.adapter3d.PolygonHandler", /** @lends sap.ui.vbm.adapter3d.PolygonHandler.prototype */ {
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
*
|
|
40
40
|
* @private
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.146.0
|
|
43
43
|
* @alias sap.ui.vbm.adapter3d.RectangleTracker
|
|
44
44
|
*/
|
|
45
45
|
var RectangleTracker = BaseObject.extend("sap.ui.vbm.adapter3d.RectangleTracker", /** @lends sap.ui.vbm.adapter3d.RectangleTracker.prototype */ {
|
|
@@ -47,7 +47,7 @@ sap.ui.define([
|
|
|
47
47
|
*
|
|
48
48
|
* @private
|
|
49
49
|
* @author SAP SE
|
|
50
|
-
* @version 1.
|
|
50
|
+
* @version 1.146.0
|
|
51
51
|
* @alias sap.ui.vbm.adapter3d.SceneBuilder
|
|
52
52
|
*/
|
|
53
53
|
var SceneBuilder = BaseObject.extend("sap.ui.vbm.adapter3d.SceneBuilder", /** @lends sap.ui.vbm.adapter3d.SceneBuilder.prototype */ {
|
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
*
|
|
57
57
|
* @private
|
|
58
58
|
* @author SAP SE
|
|
59
|
-
* @version 1.
|
|
59
|
+
* @version 1.146.0
|
|
60
60
|
* @alias sap.ui.vbm.adapter3d.VBIJSONParser
|
|
61
61
|
*/
|
|
62
62
|
var VBIJSONParser = BaseObject.extend("sap.ui.vbm.adapter3d.VBIJSONParser", /** @lends sap.ui.vbm.adapter3d.VBIJSONParser.prototype */ {
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @alias sap.ui.vbm
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.146.0
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
|
26
26
|
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
"sap.ui.vbm.ClusterBase", "sap.ui.vbm.ClusterTree", "sap.ui.vbm.ClusterGrid", "sap.ui.vbm.ClusterDistance", "sap.ui.vbm.Heatmap",
|
|
47
47
|
"sap.ui.vbm.HeatPoint", "sap.ui.vbm.ClusterContainer", "sap.ui.vbm.Adapter", "sap.ui.vbm.Adapter3D"
|
|
48
48
|
],
|
|
49
|
-
version: "1.
|
|
49
|
+
version: "1.146.0"
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
sap.ui.loader.config({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ======================================= */
|
|
2
|
+
/* CSS for control sap.ui.vbm/AnalyticMap */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
.sapUiVbmAnalyticMap {
|
|
7
|
-
|
|
7
|
+
background-color: var(--sapBackgroundColor);
|
|
8
8
|
}
|
|
@@ -1,35 +1,31 @@
|
|
|
1
|
+
/* =================================== */
|
|
2
|
+
/* CSS for control sap.ui.vbm/Cluster */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* =================================== */
|
|
1
5
|
|
|
2
|
-
|
|
3
|
-
/* LESS for control sap.ui.vbm/Cluster.control...............................*/
|
|
4
|
-
/*...........................................................................*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/* main cluster container style..................................................*/
|
|
6
|
+
/* main cluster container style */
|
|
8
7
|
.sapUiVbicluster-main {
|
|
9
8
|
height: 100%;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
z-index: 0;
|
|
15
|
-
cursor: pointer;
|
|
9
|
+
-webkit-user-select: none;
|
|
10
|
+
user-select: none;
|
|
11
|
+
z-index: 0;
|
|
12
|
+
cursor: pointer;
|
|
16
13
|
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
.sapUiVbicluster-backgroundcircle{
|
|
15
|
+
.sapUiVbicluster-backgroundcircle {
|
|
20
16
|
position: relative;
|
|
21
17
|
padding: 0.0625rem;
|
|
22
18
|
width: 3.625rem;
|
|
23
19
|
height: 3.625rem;
|
|
24
20
|
box-sizing: border-box;
|
|
25
21
|
border-radius: 1.8125rem;
|
|
26
|
-
background-color: rgba(255,255,255,0.25);
|
|
22
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
27
23
|
border-style: solid;
|
|
28
24
|
border-width: 0.5rem;
|
|
29
|
-
|
|
25
|
+
|
|
30
26
|
}
|
|
31
27
|
|
|
32
|
-
.sapUiVbicluster-innercircle{
|
|
28
|
+
.sapUiVbicluster-innercircle {
|
|
33
29
|
width: 2.5rem;
|
|
34
30
|
height: 2.5rem;
|
|
35
31
|
border-radius: 1.25rem;
|
|
@@ -39,98 +35,95 @@
|
|
|
39
35
|
line-height: 2.25rem;
|
|
40
36
|
}
|
|
41
37
|
|
|
42
|
-
.sapUiVbicluster-background-error{
|
|
38
|
+
.sapUiVbicluster-background-error {
|
|
43
39
|
background-color: rgba(211, 32, 48, 1.0);
|
|
44
40
|
border-color: rgba(211, 32, 48, 1.0);
|
|
45
41
|
}
|
|
46
42
|
|
|
47
|
-
.sapUiVbicluster-border-error{
|
|
43
|
+
.sapUiVbicluster-border-error {
|
|
48
44
|
border-color: rgba(211, 32, 48, 0.5);
|
|
49
45
|
}
|
|
50
46
|
|
|
51
|
-
.sapUiVbicluster-background-warning{
|
|
47
|
+
.sapUiVbicluster-background-warning {
|
|
52
48
|
background-color: rgba(225, 123, 36, 1.0);
|
|
53
49
|
border-color: rgba(225, 123, 36, 1.0);
|
|
54
50
|
}
|
|
55
51
|
|
|
56
|
-
.sapUiVbicluster-border-warning{
|
|
52
|
+
.sapUiVbicluster-border-warning {
|
|
57
53
|
border-color: rgba(225, 123, 36, 0.5);
|
|
58
54
|
}
|
|
59
55
|
|
|
60
|
-
.sapUiVbicluster-inner-light{
|
|
56
|
+
.sapUiVbicluster-inner-light {
|
|
61
57
|
background-color: rgba(255, 255, 255, 0.8);
|
|
62
|
-
|
|
63
|
-
|
|
64
58
|
}
|
|
65
59
|
|
|
66
|
-
.sapUiVbicluster-background-success{
|
|
60
|
+
.sapUiVbicluster-background-success {
|
|
67
61
|
border-color: rgba(77, 132, 69, 0.5);
|
|
68
62
|
}
|
|
69
63
|
|
|
70
|
-
.sapUiVbicluster-border-success{
|
|
64
|
+
.sapUiVbicluster-border-success {
|
|
71
65
|
border-color: rgba(77, 132, 69, 0.5);
|
|
72
66
|
}
|
|
73
67
|
|
|
74
|
-
.sapUiVbicluster-background-default{
|
|
68
|
+
.sapUiVbicluster-background-default {
|
|
75
69
|
border-color: rgba(94, 105, 110, 0.5);
|
|
76
70
|
}
|
|
77
|
-
|
|
71
|
+
|
|
72
|
+
.sapUiVbicluster-border-default {
|
|
78
73
|
border-color: rgba(94, 105, 110, 0.5);
|
|
79
74
|
}
|
|
80
75
|
|
|
81
|
-
.sapUiVbicluster-icon{
|
|
82
|
-
display:inline-block;
|
|
76
|
+
.sapUiVbicluster-icon {
|
|
77
|
+
display: inline-block;
|
|
83
78
|
vertical-align: sub;
|
|
84
|
-
font-family:
|
|
79
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
85
80
|
font-size: 1.375rem;
|
|
86
81
|
}
|
|
87
82
|
|
|
88
|
-
.sapUiVbicluster-iconSuccess{
|
|
83
|
+
.sapUiVbicluster-iconSuccess {
|
|
89
84
|
color: rgba(77, 132, 69, 1.0);
|
|
90
85
|
}
|
|
91
86
|
|
|
92
|
-
.sapUiVbicluster-iconDefault{
|
|
87
|
+
.sapUiVbicluster-iconDefault {
|
|
93
88
|
color: rgba(94, 105, 110, 1.0);
|
|
94
89
|
}
|
|
95
90
|
|
|
96
|
-
.sapUiVbicluster-iconLight{
|
|
91
|
+
.sapUiVbicluster-iconLight {
|
|
97
92
|
color: rgba(255, 255, 255, 1.0);
|
|
98
93
|
}
|
|
99
94
|
|
|
100
|
-
.sapUiVbicluster-textbox-success{
|
|
95
|
+
.sapUiVbicluster-textbox-success {
|
|
101
96
|
border-color: rgba(77, 132, 69, 1.0);
|
|
102
97
|
}
|
|
103
98
|
|
|
104
|
-
.sapUiVbicluster-textbox-warning{
|
|
99
|
+
.sapUiVbicluster-textbox-warning {
|
|
105
100
|
border-color: rgba(225, 123, 36, 1.0);
|
|
106
101
|
}
|
|
107
102
|
|
|
108
|
-
.sapUiVbicluster-textbox-default{
|
|
103
|
+
.sapUiVbicluster-textbox-default {
|
|
109
104
|
border-color: rgba(94, 105, 110, 1.0);
|
|
110
105
|
}
|
|
111
106
|
|
|
112
|
-
.sapUiVbicluster-textbox-error{
|
|
107
|
+
.sapUiVbicluster-textbox-error {
|
|
113
108
|
border-color: rgba(211, 32, 48, 1.0);
|
|
114
109
|
}
|
|
115
110
|
|
|
116
|
-
|
|
117
|
-
.sapUiVbicluster-textbox{
|
|
111
|
+
.sapUiVbicluster-textbox {
|
|
118
112
|
line-height: normal;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
113
|
+
position: absolute;
|
|
114
|
+
bottom: 2rem;
|
|
115
|
+
left: 2rem;
|
|
122
116
|
border-radius: 0.59375rem;
|
|
123
117
|
border-width: 0.125rem;
|
|
124
118
|
box-sizing: border-box;
|
|
125
|
-
|
|
126
119
|
border-style: solid;
|
|
127
120
|
background-color: rgba(255, 255, 255, 1.0);
|
|
128
121
|
}
|
|
129
122
|
|
|
130
|
-
.sapUiVbicluster-textbox div{
|
|
131
|
-
margin:
|
|
123
|
+
.sapUiVbicluster-textbox div {
|
|
124
|
+
margin: 0 0.3125rem 0 0.3125rem;
|
|
132
125
|
font-weight: normal;
|
|
133
|
-
font-family:
|
|
126
|
+
font-family: var(--sapFontFamily);
|
|
134
127
|
font-size: 0.75rem;
|
|
135
128
|
color: #333333;
|
|
136
|
-
}
|
|
129
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
|
|
1
|
+
/* ========================================= */
|
|
2
|
+
/* CSS for control sap.ui.vbm/ContainerBase */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ========================================= */
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
/* main container style..................................................*/
|
|
6
|
+
/* main container style */
|
|
7
7
|
.sapUiVkContainerBase {
|
|
8
8
|
border: none;
|
|
9
9
|
position: relative;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapUiVkContainerBaseOverlay { /* class for fullscreen overlay */
|
|
15
|
-
|
|
15
|
+
left: 0;
|
|
16
16
|
top: 0 !important;
|
|
17
17
|
width: 100%;
|
|
18
18
|
height: 100%;
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.sapUiVkContainerBaseToolbarArea {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: 0;
|
|
30
|
+
right: 0;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.sapUiVkContainerBaseToolbarArea .sapMTB {
|
|
34
|
-
|
|
34
|
+
border: none;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.sapUiVkContainerBaseContentArea {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
height: 100%;
|
|
38
|
+
padding-top: 3em;
|
|
39
|
+
width: 100%;
|
|
40
|
+
height: 100%;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.sapUiSizeCompact .sapUiVkContainerBaseContentArea {
|
|
44
|
-
|
|
44
|
+
padding-top: 2em;
|
|
45
45
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
|
|
1
|
+
/* =============================================== */
|
|
2
|
+
/* CSS for control sap.ui.vbm/ContainerLegendItem */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* =============================================== */
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
.sapUiVkLegendItemSquare
|
|
10
|
-
{
|
|
11
|
-
|
|
6
|
+
/* Legend Item style */
|
|
7
|
+
.sapUiVkLegendItemSquare {
|
|
12
8
|
height: 1.125rem;
|
|
13
9
|
width: 1.125rem;
|
|
14
10
|
border-style: solid;
|
|
@@ -17,30 +13,19 @@
|
|
|
17
13
|
margin-right: 1rem;
|
|
18
14
|
}
|
|
19
15
|
|
|
20
|
-
.sapUiSizeCompact .sapUiVkLegendItemSquare
|
|
21
|
-
{
|
|
16
|
+
.sapUiSizeCompact .sapUiVkLegendItemSquare {
|
|
22
17
|
height: 0.75rem;
|
|
23
18
|
width: 0.75rem;
|
|
24
|
-
|
|
25
19
|
}
|
|
26
20
|
|
|
27
|
-
.sapUiVkLegendItemSpotType
|
|
28
|
-
{
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
.sapUiVkLegendItemSpotType .sapMSLIImg , .sapUiVkLegendItemSpotType .sapMSLIImgFirst
|
|
32
|
-
{
|
|
33
|
-
|
|
21
|
+
.sapUiVkLegendItemSpotType .sapMSLIImg,
|
|
22
|
+
.sapUiVkLegendItemSpotType .sapMSLIImgFirst {
|
|
34
23
|
height: 2rem;
|
|
35
24
|
width: 1.49rem;
|
|
36
|
-
|
|
37
25
|
}
|
|
38
26
|
|
|
39
|
-
.sapUiSizeCompact .sapUiVkLegendItemSpotType .sapMSLIImg,
|
|
40
|
-
{
|
|
41
|
-
|
|
27
|
+
.sapUiSizeCompact .sapUiVkLegendItemSpotType .sapMSLIImg,
|
|
28
|
+
.sapUiSizeCompact .sapUiVkLegendItemSpotType .sapMSLIImgFirst {
|
|
42
29
|
height: 1.5rem;
|
|
43
30
|
width: 1.15rem;
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
31
|
+
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.ui.vbm/DetailWindow */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
1
6
|
.sapUiVbmDetailWindowAnchor {
|
|
2
7
|
width: 1px;
|
|
3
8
|
height: 1px;
|
|
@@ -9,13 +14,12 @@
|
|
|
9
14
|
padding: 10px;
|
|
10
15
|
}
|
|
11
16
|
|
|
12
|
-
.sapUiVbmDetailWindowBase
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
text-align: left;
|
|
17
|
+
.sapUiVbmDetailWindowBase {
|
|
18
|
+
font-size: 10px;
|
|
19
|
+
font-family: var(--sapFontFamily);
|
|
20
|
+
color: var(--sapTextColor);
|
|
21
|
+
background-color: transparent;
|
|
22
|
+
text-align: left;
|
|
19
23
|
}
|
|
20
24
|
|
|
21
25
|
.sapUiVbmDetaiWindowCaption {
|
|
@@ -39,4 +43,4 @@
|
|
|
39
43
|
|
|
40
44
|
.sapUiVbmDetailWindowAlignRight {
|
|
41
45
|
text-align: right;
|
|
42
|
-
}
|
|
46
|
+
}
|
|
@@ -1,43 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/* main List Panel style..................................................*/
|
|
7
|
-
.sapUiVkListPanel {
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.ui.vbm/ListPanel */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================== */
|
|
10
5
|
|
|
11
6
|
/* change margin and padding of panel header toolbar for right aligned expand icon */
|
|
12
7
|
.sapMPanel .sapMPanelWrappingDivTb .sapUiVkLPTb.sapMIBar.sapMTB {
|
|
13
8
|
margin-left: 0.25rem;
|
|
14
|
-
padding-right:
|
|
9
|
+
padding-right: 0;
|
|
15
10
|
margin-right: 3rem;
|
|
16
11
|
}
|
|
17
12
|
|
|
18
13
|
.sapMPanel.sapMPanelExpandable.sapUiVkListPanel .sapMTB.sapMPanelHeaderTB {
|
|
19
|
-
padding:
|
|
14
|
+
padding: 0; /* remove padding from header when collapsed completely */
|
|
20
15
|
}
|
|
21
16
|
|
|
22
17
|
.sapUiVkListPanel {
|
|
18
|
+
|
|
23
19
|
.sapMPanelContent { /* remove padding from panel content */
|
|
24
|
-
padding:
|
|
20
|
+
padding: 0;
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
.sapMPanelWrappingDivTb {
|
|
24
|
+
|
|
28
25
|
button { /* move panel expand icon right */
|
|
29
|
-
right:
|
|
26
|
+
right: 0;
|
|
30
27
|
}
|
|
31
28
|
}
|
|
32
29
|
|
|
33
30
|
.sapMLIB:last-child { /* remove border from last list item to prevent double border together with panel content */
|
|
34
|
-
border-bottom:
|
|
31
|
+
border-bottom: 0;
|
|
35
32
|
}
|
|
36
|
-
|
|
37
|
-
|
|
33
|
+
|
|
34
|
+
/* indent list items by panel header icon width */
|
|
35
|
+
.sapMLIB {
|
|
38
36
|
padding-left: 3rem;
|
|
39
37
|
}
|
|
40
|
-
|
|
38
|
+
|
|
39
|
+
.sapUiSizeCompact & .sapMLIB {
|
|
41
40
|
padding-left: 2.75rem;
|
|
42
41
|
}
|
|
43
|
-
}
|
|
42
|
+
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
|
|
1
|
+
/* ========================================== */
|
|
2
|
+
/* CSS for control sap.ui.vbm/ListPanelStack */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ========================================== */
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
/* main ListPanelStack style..................................................*/
|
|
6
|
+
/* main ListPanelStack style */
|
|
7
7
|
.sapUiVkListPanelStack {
|
|
8
|
-
background-color:
|
|
8
|
+
background-color: var(--sapList_Background);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
.sapUiVkLPSTrans {
|
|
13
12
|
transition: width 0.4s;
|
|
14
13
|
}
|
|
@@ -17,14 +16,14 @@
|
|
|
17
16
|
display: none;
|
|
18
17
|
}
|
|
19
18
|
|
|
20
|
-
html:not(.sap-phone) .sapUiVkLPSCollapse .sapUiVkListPanel .sapMPanelWrappingDivTb>button
|
|
19
|
+
html:not(.sap-phone) .sapUiVkLPSCollapse .sapUiVkListPanel .sapMPanelWrappingDivTb > button { /* hide default panel expand button if collapsed */
|
|
21
20
|
display: none;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
.sapUiVkLPSCollapse .sapMPanel .sapMPanelWrappingDivTb .sapUiVkLPTb.sapMIBar.sapMTB {
|
|
25
|
-
margin-right:
|
|
24
|
+
margin-right: 0;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
.sapUiVkListPanelStack .sapUiVkListPanel .sapMPanelContent { /* remove scrolling from panel content since whole stack should scroll */
|
|
29
28
|
overflow: hidden;
|
|
30
|
-
}
|
|
29
|
+
}
|