@sapui5/sap.suite.ui.microchart 1.143.1 → 1.145.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/suite/ui/microchart/.library +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +56 -14
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +11 -2
- package/src/sap/suite/ui/microchart/ComparisonMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/DeltaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +21 -4
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +5 -3
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveDonutChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +2 -3
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartRenderUtils.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartUtils.js +5 -3
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +5 -6
- package/src/sap/suite/ui/microchart/RadialMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +3 -3
- package/src/sap/suite/ui/microchart/themes/base/AreaMicroChart.less +30 -64
- package/src/sap/suite/ui/microchart/themes/base/BulletMicroChart.less +41 -44
- package/src/sap/suite/ui/microchart/themes/base/ColumnMicroChart.less +38 -30
- package/src/sap/suite/ui/microchart/themes/base/ComparisonMicroChart.less +205 -195
- package/src/sap/suite/ui/microchart/themes/base/DeltaMicroChart.less +28 -18
- package/src/sap/suite/ui/microchart/themes/base/HarveyBallMicroChart.less +190 -163
- package/src/sap/suite/ui/microchart/themes/base/InteractiveBarChart.less +35 -33
- package/src/sap/suite/ui/microchart/themes/base/InteractiveDonutChart.less +67 -40
- package/src/sap/suite/ui/microchart/themes/base/InteractiveLineChart.less +61 -43
- package/src/sap/suite/ui/microchart/themes/base/LineMicroChart.less +75 -82
- package/src/sap/suite/ui/microchart/themes/base/RadialMicroChart.less +45 -41
- package/src/sap/suite/ui/microchart/themes/base/StackedBarMicroChart.less +45 -42
- package/src/sap/suite/ui/microchart/themes/base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveDonutChart.less +19 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveLineChart.less +35 -16
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/RadialMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveLineChart.less +31 -11
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +3 -4
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/DeltaMicroChart.control
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/DeltaMicroChart.control */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================================ */
|
|
5
5
|
|
|
6
6
|
.sapSuiteDMC {
|
|
7
7
|
outline: none;
|
|
@@ -27,11 +27,11 @@ html.sap-desktop .sapSuiteDMC:focus:not([tabindex]),
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
html.sap-desktop .sapSuiteDMC:focus {
|
|
30
|
-
outline:
|
|
31
|
-
|
|
30
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
31
|
+
outline-offset: 1px;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
/* sizes */
|
|
35
35
|
.sapSuiteDMC.sapSuiteDMCSizeResponsive {
|
|
36
36
|
height: 100%;
|
|
37
37
|
width: 100%;
|
|
@@ -61,6 +61,7 @@ html.sapUiMedia-Std-Phone .sapSuiteDMC.sapSuiteDMCSizeAuto,
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.sapSuiteDMC.sapSuiteDMCNoRightLabels{
|
|
64
|
+
|
|
64
65
|
.sapSuiteDMCLbls,
|
|
65
66
|
.sapSuiteDMCSpacerRight {
|
|
66
67
|
display: none;
|
|
@@ -73,6 +74,7 @@ html.sapUiMedia-Std-Phone .sapSuiteDMC.sapSuiteDMCSizeAuto,
|
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
.sapSuiteDMC:not(.sapSuiteDMCWideMode) {
|
|
77
|
+
|
|
76
78
|
.sapSuiteDMCSpacerLeft,
|
|
77
79
|
.sapSuiteDMCWideTitles {
|
|
78
80
|
display: none;
|
|
@@ -80,6 +82,7 @@ html.sapUiMedia-Std-Phone .sapSuiteDMC.sapSuiteDMCSizeAuto,
|
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
.sapSuiteDMC.sapSuiteDMCWideMode {
|
|
85
|
+
|
|
83
86
|
.sapSuiteDMCCnt .sapSuiteDMCLabel {
|
|
84
87
|
display: none;
|
|
85
88
|
}
|
|
@@ -91,7 +94,7 @@ html.sapUiMedia-Std-Phone .sapSuiteDMC.sapSuiteDMCSizeAuto,
|
|
|
91
94
|
text-overflow: ellipsis;
|
|
92
95
|
white-space: nowrap;
|
|
93
96
|
font-size: @sapMFontMediumSize;
|
|
94
|
-
color:
|
|
97
|
+
color: var(--sapChart_Data_TextColor);
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
.sapSuiteDMCLbls {
|
|
@@ -212,6 +215,7 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
212
215
|
|
|
213
216
|
.sapSuiteDMCBarInternal.sapSuiteDMCDirectionLeft {
|
|
214
217
|
margin-right: 2px;
|
|
218
|
+
|
|
215
219
|
.sapSuiteDMCBarSizeSmaller:not(.sapSuiteDMCBarDeltaMaxDelta) & {
|
|
216
220
|
margin-right: 1px;
|
|
217
221
|
}
|
|
@@ -219,6 +223,7 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
219
223
|
|
|
220
224
|
.sapSuiteDMCBarInternal.sapSuiteDMCDirectionRight {
|
|
221
225
|
margin-left: 2px;
|
|
226
|
+
|
|
222
227
|
.sapSuiteDMCBarSizeSmaller:not(.sapSuiteDMCBarDeltaMaxDelta) & {
|
|
223
228
|
margin-left: 1px;
|
|
224
229
|
}
|
|
@@ -287,6 +292,7 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
287
292
|
}
|
|
288
293
|
|
|
289
294
|
.sapSuiteDMCBar.sapSuiteDMCBarUniqueNonzero .sapSuiteDMCBarInternal {
|
|
295
|
+
|
|
290
296
|
&.sapSuiteDMCDirectionRight,
|
|
291
297
|
&.sapSuiteDMCDirectionLeft {
|
|
292
298
|
margin-left: .125rem;
|
|
@@ -294,10 +300,11 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
294
300
|
}
|
|
295
301
|
}
|
|
296
302
|
|
|
297
|
-
|
|
303
|
+
/* different possible looks that are changed base on the current height of the container */
|
|
298
304
|
.sapSuiteDMC.sapSuiteDMCLookM {
|
|
305
|
+
|
|
299
306
|
.sapSuiteDMCLabel {
|
|
300
|
-
font-size:
|
|
307
|
+
font-size: var(--sapFontSmallSize);
|
|
301
308
|
}
|
|
302
309
|
|
|
303
310
|
&.sapSuiteDMCWideMode .sapSuiteDMCChart,
|
|
@@ -312,8 +319,9 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
312
319
|
}
|
|
313
320
|
|
|
314
321
|
.sapSuiteDMC.sapSuiteDMCLookS {
|
|
322
|
+
|
|
315
323
|
.sapSuiteDMCLabel {
|
|
316
|
-
font-size:
|
|
324
|
+
font-size: var(--sapFontSmallSize);
|
|
317
325
|
}
|
|
318
326
|
|
|
319
327
|
.sapSuiteDMCBar {
|
|
@@ -336,8 +344,9 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
336
344
|
}
|
|
337
345
|
|
|
338
346
|
.sapSuiteDMC.sapSuiteDMCLookXS {
|
|
347
|
+
|
|
339
348
|
.sapSuiteDMCLabel {
|
|
340
|
-
font-size:
|
|
349
|
+
font-size: var(--sapFontSmallSize);
|
|
341
350
|
}
|
|
342
351
|
|
|
343
352
|
.sapSuiteDMCBar {
|
|
@@ -367,6 +376,7 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
367
376
|
}
|
|
368
377
|
|
|
369
378
|
.sapSuiteDMC.sapSuiteDMCNoLabels {
|
|
379
|
+
|
|
370
380
|
.sapSuiteDMCLbls,
|
|
371
381
|
.sapSuiteDMCLabel,
|
|
372
382
|
.sapSuiteDMCSpacer {
|
|
@@ -379,19 +389,19 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
379
389
|
}
|
|
380
390
|
|
|
381
391
|
.sapSuiteDMCDelta.sapSuiteDMCSemanticColorNeutral {
|
|
382
|
-
color:
|
|
392
|
+
color: var(--sapNeutralTextColor);
|
|
383
393
|
}
|
|
384
394
|
|
|
385
395
|
.sapSuiteDMCDelta.sapSuiteDMCSemanticColorGood {
|
|
386
|
-
color:
|
|
396
|
+
color: var(--sapPositiveTextColor);
|
|
387
397
|
}
|
|
388
398
|
|
|
389
399
|
.sapSuiteDMCDelta.sapSuiteDMCSemanticColorCritical {
|
|
390
|
-
color:
|
|
400
|
+
color: var(--sapCriticalTextColor);
|
|
391
401
|
}
|
|
392
402
|
|
|
393
403
|
.sapSuiteDMCDelta.sapSuiteDMCSemanticColorError {
|
|
394
|
-
color:
|
|
404
|
+
color: var(--sapNegativeTextColor);
|
|
395
405
|
}
|
|
396
406
|
|
|
397
407
|
.sapSuiteDMCBarDeltaInt {
|
|
@@ -399,10 +409,10 @@ html[dir=rtl] .sapSuiteDMCTitle {
|
|
|
399
409
|
}
|
|
400
410
|
|
|
401
411
|
.sapSuiteDMCBarDeltaStripe {
|
|
402
|
-
background-color:
|
|
412
|
+
background-color: var(--sapChart_LineColor_3);
|
|
403
413
|
}
|
|
404
414
|
|
|
405
415
|
.sapSuiteDMCBarInternal {
|
|
406
|
-
background-color:
|
|
416
|
+
background-color: var(--sapChart_Sequence_Neutral);
|
|
407
417
|
height: 100%;
|
|
408
418
|
}
|
|
@@ -1,311 +1,338 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/HarveyBallMicroChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/HarveyBallMicroChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteHBMC {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
outline: none;
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
html.sap-desktop .sapSuiteHBMC:focus:not([tabindex]),
|
|
14
14
|
.sapSuiteHBMC:focus:not([tabindex]) {
|
|
15
|
-
|
|
15
|
+
outline: none;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
html.sap-desktop .sapSuiteHBMC:focus {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
20
|
+
outline-offset: 1px;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.sapSuiteHBMCVerticalAlignmentContainer {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
position: relative;
|
|
27
|
+
min-width: 4rem;
|
|
28
|
+
max-width: 20rem;
|
|
29
|
+
min-height: 1.125rem;
|
|
30
|
+
max-height: 5.875rem;
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.sapSuiteHBMCChart {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
height: 100%;
|
|
37
|
+
flex: 0 0 auto;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.sapSuiteHBMCChart .sapSuiteHBMCChartSvg {
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
height: 100%;
|
|
42
|
+
width: auto;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.sapSuiteHBMC .sapSuiteHBMCTextContainer {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
flex: 0 0 auto;
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-direction: column;
|
|
49
|
+
padding-left: 4%;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.sapSuiteHBMCVerticalAlignmentContainer.sapSuiteHBMCAlignLeft {
|
|
53
|
-
|
|
53
|
+
justify-content: flex-start;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.sapSuiteHBMCVerticalAlignmentContainer.sapSuiteHBMCAlignCenter {
|
|
57
|
-
|
|
57
|
+
justify-content: center;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.sapSuiteHBMCVerticalAlignmentContainer.sapSuiteHBMCAlignRight {
|
|
61
|
-
|
|
61
|
+
justify-content: flex-end;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.sapSuiteHBMC .sapSuiteHBMCTextContainerHide {
|
|
65
|
-
|
|
65
|
+
display: none;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.sapSuiteHBMC:focus:not([tabindex]) {
|
|
69
|
-
|
|
69
|
+
outline: none;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.sapSuiteHBMC.sapSuiteHBMCSizeResponsive {
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.sapSuiteHBMC .sapSuiteHBMCValueContainer {
|
|
78
|
-
|
|
78
|
+
font-weight: bold;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.sapSuiteHBMC.sapSuiteHBMCSizeL {
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
height: 5.875rem;
|
|
83
|
+
width: 12rem;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
html.sap-desktop .sapSuiteHBMC.sapSuiteHBMCSizeAuto,
|
|
87
87
|
html.sap-tablet .sapSuiteHBMC.sapSuiteHBMCSizeAuto,
|
|
88
88
|
.sapSuiteHBMC.sapSuiteHBMCSizeM {
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
height: 4.5rem;
|
|
90
|
+
width: 10.5rem;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.sapSuiteHBMC.sapSuiteHBMCLookL,
|
|
94
94
|
.sapSuiteHBMC.sapSuiteHBMCLookM {
|
|
95
|
-
& .sapSuiteHBMCValueContainer {
|
|
96
|
-
font-size: 1.25rem;
|
|
97
|
-
line-height: 1.25rem;
|
|
98
|
-
padding-bottom: 0.34375rem;
|
|
99
|
-
font-family: @sapUiFontHeaderFamily;
|
|
100
|
-
}
|
|
101
95
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
96
|
+
& .sapSuiteHBMCValueContainer {
|
|
97
|
+
font-size: 1.25rem;
|
|
98
|
+
line-height: 1.25rem;
|
|
99
|
+
padding-bottom: 0.34375rem;
|
|
100
|
+
font-family: var(--sapFontHeaderFamily);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
& .sapSuiteHBMCTotalContainer {
|
|
104
|
+
font-size: 1rem;
|
|
105
|
+
line-height: 1rem;
|
|
106
|
+
padding-top: 0.34375rem;
|
|
107
|
+
}
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
html.sap-phone .sapSuiteHBMC.sapSuiteHBMCSizeAuto,
|
|
110
111
|
.sapSuiteHBMC.sapSuiteHBMCSizeS {
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
height: 3.5rem;
|
|
113
|
+
width: 8.25rem;
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
.sapSuiteHBMC.sapSuiteHBMCLookS {
|
|
116
|
-
& .sapSuiteHBMCValueContainer {
|
|
117
|
-
font-size: 1rem;
|
|
118
|
-
line-height: 1rem;
|
|
119
|
-
padding-bottom: 0.28125rem;
|
|
120
|
-
font-family: @sapUiFontFamily;
|
|
121
|
-
}
|
|
122
117
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
118
|
+
& .sapSuiteHBMCValueContainer {
|
|
119
|
+
font-size: 1rem;
|
|
120
|
+
line-height: 1rem;
|
|
121
|
+
padding-bottom: 0.28125rem;
|
|
122
|
+
font-family: var(--sapFontFamily);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
& .sapSuiteHBMCTotalContainer {
|
|
126
|
+
font-size: 0.875rem;
|
|
127
|
+
line-height: 0.875rem;
|
|
128
|
+
padding-top: 0.28125rem;
|
|
129
|
+
}
|
|
128
130
|
}
|
|
129
131
|
|
|
130
132
|
.sapSuiteHBMC.sapSuiteHBMCSizeXS {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
+
height: 1.5rem;
|
|
134
|
+
width: 6rem;
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
.sapSuiteHBMC.sapSuiteHBMCLookXS {
|
|
136
|
-
& .sapSuiteHBMCBackgroundCircle {
|
|
137
|
-
visibility: hidden;
|
|
138
|
-
}
|
|
139
138
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
& .sapSuiteHBMCBackgroundCircle {
|
|
140
|
+
visibility: hidden;
|
|
141
|
+
}
|
|
143
142
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
font-family: @sapUiFontFamily;
|
|
148
|
-
}
|
|
143
|
+
& .sapSuiteHBMCSegment {
|
|
144
|
+
stroke: none;
|
|
145
|
+
}
|
|
149
146
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
147
|
+
& .sapSuiteHBMCValueContainer {
|
|
148
|
+
font-size: 0.875rem;
|
|
149
|
+
line-height: 0.875rem;
|
|
150
|
+
font-family: var(--sapFontFamily);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
& .sapSuiteHBMCTotalContainer {
|
|
154
|
+
display: none;
|
|
155
|
+
}
|
|
153
156
|
}
|
|
154
157
|
|
|
155
158
|
.sapSuiteHBMCValue,
|
|
156
159
|
.sapSuiteHBMCValueScale,
|
|
157
160
|
.sapSuiteHBMCTotal,
|
|
158
161
|
.sapSuiteHBMCTotalScale {
|
|
159
|
-
|
|
160
|
-
|
|
162
|
+
white-space: normal;
|
|
163
|
+
word-wrap: break-word;
|
|
161
164
|
}
|
|
162
165
|
|
|
163
166
|
html[dir=ltr] .sapSuiteHBMCTotalScale,
|
|
164
167
|
html[dir=ltr] .sapSuiteHBMCValueScale {
|
|
165
|
-
|
|
168
|
+
margin-left: 0.2rem;
|
|
166
169
|
}
|
|
167
170
|
|
|
168
171
|
html[dir=rtl] .sapSuiteHBMCTotalScale,
|
|
169
172
|
html[dir=rtl] .sapSuiteHBMCValueScale {
|
|
170
|
-
|
|
173
|
+
margin-right: 0.2rem;
|
|
171
174
|
}
|
|
172
175
|
|
|
173
176
|
/* Containers CSS */
|
|
174
177
|
.sapSuiteHBMCValueContainer {
|
|
175
|
-
|
|
176
|
-
|
|
178
|
+
flex: 0 1 auto;
|
|
179
|
+
color: var(--sapTile_TextColor)
|
|
177
180
|
}
|
|
178
181
|
|
|
179
182
|
.sapSuiteHBMCTotalContainer {
|
|
180
|
-
|
|
181
|
-
|
|
183
|
+
flex: 0 1 auto;
|
|
184
|
+
color: var(--sapChart_Data_TextColor);
|
|
182
185
|
}
|
|
183
186
|
|
|
184
187
|
.sapSuiteHBMCSegment {
|
|
185
|
-
|
|
188
|
+
stroke-width: 0.125rem;
|
|
186
189
|
}
|
|
187
190
|
|
|
188
191
|
.sapSuiteHBMCBackgroundCircle {
|
|
189
|
-
|
|
190
|
-
|
|
192
|
+
fill: var(--sapContent_ForegroundColor);
|
|
193
|
+
stroke: var(--sapContent_ForegroundBorderColor);
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
.sapSuiteHBMCSemanticColorNeutral {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
197
|
+
|
|
198
|
+
&.sapSuiteHBMCValueContainer {
|
|
199
|
+
color: var(--sapNeutralTextColor);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapSuiteHBMCValueScale, &.sapSuiteHBMCValue {
|
|
203
|
+
color: var(--sapNeutralTextColor);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.sapSuiteHBMCSegment {
|
|
207
|
+
fill: @sapSuiteMCSemanticColorNeutral;
|
|
208
|
+
}
|
|
203
209
|
}
|
|
204
210
|
|
|
205
211
|
.sapSuiteHBMCSemanticColorGood {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
212
|
+
|
|
213
|
+
&.sapSuiteHBMCValueContainer {
|
|
214
|
+
color: var(--sapPositiveTextColor);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
&.sapSuiteHBMCValueScale, &.sapSuiteHBMCValue {
|
|
218
|
+
color: var(--sapPositiveTextColor);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
&.sapSuiteHBMCSegment {
|
|
222
|
+
fill: @sapSuiteMCSemanticColorGood;
|
|
223
|
+
}
|
|
215
224
|
}
|
|
216
225
|
|
|
217
226
|
.sapSuiteHBMCSemanticColorCritical {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
+
|
|
228
|
+
&.sapSuiteHBMCValueContainer {
|
|
229
|
+
color: var(--sapCriticalTextColor);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&.sapSuiteHBMCValueScale, &.sapSuiteHBMCValue {
|
|
233
|
+
color: var(--sapCriticalTextColor);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
&.sapSuiteHBMCSegment {
|
|
237
|
+
fill: @sapSuiteMCSemanticColorCritical;
|
|
238
|
+
}
|
|
227
239
|
}
|
|
228
240
|
|
|
229
241
|
.sapSuiteHBMCSemanticColorError {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
242
|
+
|
|
243
|
+
&.sapSuiteHBMCValueContainer {
|
|
244
|
+
color: var(--sapNegativeTextColor);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
&.sapSuiteHBMCValueScale, &.sapSuiteHBMCValue {
|
|
248
|
+
color: var(--sapNegativeTextColor);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
&.sapSuiteHBMCSegment {
|
|
252
|
+
fill: @sapSuiteMCSemanticColorError;
|
|
253
|
+
}
|
|
239
254
|
}
|
|
240
255
|
|
|
241
256
|
.sapSuiteHBMCSemanticColorSequence1 {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
257
|
+
|
|
258
|
+
&.sapSuiteHBMCSegment {
|
|
259
|
+
fill: @sapSuiteMCSemanticColorSequence1;
|
|
260
|
+
}
|
|
245
261
|
}
|
|
246
262
|
|
|
247
263
|
.sapSuiteHBMCSemanticColorSequence2 {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
264
|
+
|
|
265
|
+
&.sapSuiteHBMCSegment {
|
|
266
|
+
fill: @sapSuiteMCSemanticColorSequence2;
|
|
267
|
+
}
|
|
251
268
|
}
|
|
252
269
|
|
|
253
270
|
.sapSuiteHBMCSemanticColorSequence3 {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
271
|
+
|
|
272
|
+
&.sapSuiteHBMCSegment {
|
|
273
|
+
fill: @sapSuiteMCSemanticColorSequence3;
|
|
274
|
+
}
|
|
257
275
|
}
|
|
258
276
|
|
|
259
277
|
.sapSuiteHBMCSemanticColorSequence4 {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
278
|
+
|
|
279
|
+
&.sapSuiteHBMCSegment {
|
|
280
|
+
fill: @sapSuiteMCSemanticColorSequence4;
|
|
281
|
+
}
|
|
263
282
|
}
|
|
264
283
|
|
|
265
284
|
.sapSuiteHBMCSemanticColorSequence5 {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
|
|
286
|
+
&.sapSuiteHBMCSegment {
|
|
287
|
+
fill: @sapSuiteMCSemanticColorSequence5;
|
|
288
|
+
}
|
|
269
289
|
}
|
|
270
290
|
|
|
271
291
|
.sapSuiteHBMCSemanticColorSequence6 {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
292
|
+
|
|
293
|
+
&.sapSuiteHBMCSegment {
|
|
294
|
+
fill: @sapSuiteMCSemanticColorSequence6;
|
|
295
|
+
}
|
|
275
296
|
}
|
|
276
297
|
|
|
277
298
|
.sapSuiteHBMCSemanticColorSequence7 {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
299
|
+
|
|
300
|
+
&.sapSuiteHBMCSegment {
|
|
301
|
+
fill: @sapSuiteMCSemanticColorSequence7;
|
|
302
|
+
}
|
|
281
303
|
}
|
|
282
304
|
|
|
283
305
|
.sapSuiteHBMCSemanticColorSequence8 {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
306
|
+
|
|
307
|
+
&.sapSuiteHBMCSegment {
|
|
308
|
+
fill: @sapSuiteMCSemanticColorSequence8;
|
|
309
|
+
}
|
|
287
310
|
}
|
|
288
311
|
|
|
289
312
|
.sapSuiteHBMCSemanticColorSequence9 {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
313
|
+
|
|
314
|
+
&.sapSuiteHBMCSegment {
|
|
315
|
+
fill: @sapSuiteMCSemanticColorSequence9;
|
|
316
|
+
}
|
|
293
317
|
}
|
|
294
318
|
|
|
295
319
|
.sapSuiteHBMCSemanticColorSequence10 {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
320
|
+
|
|
321
|
+
&.sapSuiteHBMCSegment {
|
|
322
|
+
fill: @sapSuiteMCSemanticColorSequence10;
|
|
323
|
+
}
|
|
299
324
|
}
|
|
300
325
|
|
|
301
326
|
.sapSuiteHBMCSemanticColorSequence11 {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
327
|
+
|
|
328
|
+
&.sapSuiteHBMCSegment {
|
|
329
|
+
fill: @sapSuiteMCSemanticColorSequence11;
|
|
330
|
+
}
|
|
305
331
|
}
|
|
306
332
|
|
|
307
333
|
.sapSuiteHBMCSemanticColorSequence12 {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
334
|
+
|
|
335
|
+
&.sapSuiteHBMCSegment {
|
|
336
|
+
fill: @sapSuiteMCSemanticColorSequence12;
|
|
337
|
+
}
|
|
311
338
|
}
|