@sapui5/sap.suite.ui.commons 1.145.1 → 1.147.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/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +83 -4
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
- package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
- package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
- package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
- package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
- package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
- package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel
|
|
3
|
-
/* High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
|
+
/* ================================================================ */
|
|
5
5
|
|
|
6
6
|
@_sap_suite_ui_commons_ProcessFlowConnectionLabel_BorderDimmed: lighten(@sapUiButtonBorderColor, 15);
|
|
7
7
|
|
|
8
8
|
/* Regular */
|
|
9
9
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner {
|
|
10
|
-
background-color:
|
|
11
|
-
border-color:
|
|
10
|
+
background-color: var(--sapButton_Background);
|
|
11
|
+
border-color: var(--sapButton_BorderColor);
|
|
12
12
|
text-shadow: @sapUiShadowText;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
background-image: none;
|
|
19
19
|
border-color: darken(@sapUiButtonBorderColor, 5);
|
|
20
20
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
21
|
-
-webkit-box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
/* Disabled */
|
|
@@ -29,42 +28,48 @@
|
|
|
29
28
|
/* Dimmed */
|
|
30
29
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
31
30
|
background-image: none;
|
|
32
|
-
background-color:
|
|
31
|
+
background-color: var(--sapButton_Background);
|
|
33
32
|
border-color: @_sap_suite_ui_commons_ProcessFlowConnectionLabel_BorderDimmed;
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
/* Hover */
|
|
37
36
|
.sapSuiteUiCommonsProcessFlowConnectionLabel:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
38
|
-
background-color:
|
|
39
|
-
border-color:
|
|
37
|
+
background-color: var(--sapButton_Hover_Background);
|
|
38
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
/* Configure inner text element of Label for specific state. */
|
|
43
42
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner {
|
|
44
|
-
color:
|
|
43
|
+
color: var(--sapNegativeTextColor);
|
|
45
44
|
}
|
|
45
|
+
|
|
46
46
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner {
|
|
47
|
-
color:
|
|
47
|
+
color: var(--sapCriticalTextColor);
|
|
48
48
|
}
|
|
49
|
+
|
|
49
50
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner {
|
|
50
|
-
color:
|
|
51
|
+
color: var(--sapPositiveTextColor);
|
|
51
52
|
}
|
|
53
|
+
|
|
52
54
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner {
|
|
53
|
-
color:
|
|
55
|
+
color: var(--sapButton_TextColor);
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
/* Configure inner icon element of Label for specific state. */
|
|
57
59
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner > .sapMBtnIcon {
|
|
58
|
-
color:
|
|
60
|
+
color: var(--sapNegativeElementColor);
|
|
59
61
|
}
|
|
62
|
+
|
|
60
63
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner > .sapMBtnIcon {
|
|
61
|
-
color:
|
|
64
|
+
color: var(--sapCriticalElementColor);
|
|
62
65
|
}
|
|
66
|
+
|
|
63
67
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner > .sapMBtnIcon {
|
|
64
|
-
color:
|
|
68
|
+
color: var(--sapPositiveElementColor);
|
|
65
69
|
}
|
|
70
|
+
|
|
66
71
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner > .sapMBtnIcon {
|
|
67
|
-
color:
|
|
72
|
+
color: var(--sapNeutralElementColor);
|
|
68
73
|
}
|
|
69
74
|
|
|
70
75
|
/* handle the keyboard press event for active state (both text and icon) */
|
|
@@ -72,23 +77,22 @@
|
|
|
72
77
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive,
|
|
73
78
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive,
|
|
74
79
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive {
|
|
75
|
-
color:
|
|
76
|
-
background-color:
|
|
77
|
-
border-color:
|
|
80
|
+
color: var(--sapButton_Active_TextColor);
|
|
81
|
+
background-color: var(--sapButton_Active_Background);
|
|
82
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
78
83
|
box-shadow: none;
|
|
79
|
-
-webkit-box-shadow: none;
|
|
80
84
|
text-shadow: none;
|
|
81
85
|
outline-style: none;
|
|
82
86
|
}
|
|
87
|
+
|
|
83
88
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
|
|
84
89
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
|
|
85
90
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon,
|
|
86
91
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon {
|
|
87
|
-
color:
|
|
88
|
-
background-color:
|
|
89
|
-
border-color:
|
|
92
|
+
color: var(--sapButton_Active_TextColor);
|
|
93
|
+
background-color: var(--sapButton_Active_Background);
|
|
94
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
90
95
|
box-shadow: none;
|
|
91
|
-
-webkit-box-shadow: none;
|
|
92
96
|
text-shadow: none;
|
|
93
97
|
outline-style: none;
|
|
94
98
|
}
|
|
@@ -98,23 +102,22 @@
|
|
|
98
102
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive,
|
|
99
103
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive,
|
|
100
104
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive {
|
|
101
|
-
color:
|
|
102
|
-
background-color:
|
|
103
|
-
border-color:
|
|
105
|
+
color: var(--sapButton_Active_TextColor);
|
|
106
|
+
background-color: var(--sapButton_Active_Background);
|
|
107
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
104
108
|
box-shadow: none;
|
|
105
|
-
-webkit-box-shadow: none;
|
|
106
109
|
text-shadow: none;
|
|
107
110
|
outline-style: none;
|
|
108
111
|
}
|
|
112
|
+
|
|
109
113
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
|
|
110
114
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
|
|
111
115
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon,
|
|
112
116
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon {
|
|
113
|
-
color:
|
|
114
|
-
background-color:
|
|
115
|
-
border-color:
|
|
117
|
+
color: var(--sapButton_Active_TextColor);
|
|
118
|
+
background-color: var(--sapButton_Active_Background);
|
|
119
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
116
120
|
box-shadow: none;
|
|
117
|
-
-webkit-box-shadow: none;
|
|
118
121
|
text-shadow: none;
|
|
119
122
|
outline-style: none;
|
|
120
|
-
}
|
|
123
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowLaneHeader
|
|
3
|
-
/* High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowLaneHeader */
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
|
+
/* =========================================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_suite_ui_commons_ProcessFlowLaneHeader_PositiveColor: lighten(@sapUiPositiveElement, 6);
|
|
7
7
|
@_sap_suite_ui_commons_ProcessFlowLaneHeader_NegativeColor: lighten(@sapUiNegativeElement, 6);
|
|
@@ -10,92 +10,91 @@
|
|
|
10
10
|
|
|
11
11
|
.suiteUiProcessFlowLaneHeaderDonutSvg {
|
|
12
12
|
-webkit-tap-highlight-color: transparent;
|
|
13
|
-
|
|
13
|
+
transform: translate3d(0, 0, 0);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.suiteUiProcessFlowLaneHeaderIconContainer {
|
|
17
17
|
-webkit-tap-highlight-color: transparent;
|
|
18
|
-
|
|
18
|
+
transform: translate3d(0, 0, 0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.suiteUiProcessFlowLaneHeaderStartEndSymbolContainer {
|
|
22
22
|
border: none;
|
|
23
23
|
-webkit-tap-highlight-color: transparent;
|
|
24
|
-
|
|
24
|
+
transform: translate3d(0, 0, 0);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.suiteUiProcessFlowLaneHeaderProcessSymbolContainer {
|
|
28
28
|
border: none;
|
|
29
29
|
-webkit-tap-highlight-color: transparent;
|
|
30
|
-
|
|
30
|
+
transform: translate3d(0, 0, 0);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.suiteUiProcessFlowLaneHeaderProcessSymbol {
|
|
34
34
|
background-color: transparent;
|
|
35
35
|
text-shadow: @sapUiShadowText;
|
|
36
|
-
-webkit-text-shadow: @sapUiShadowText;
|
|
37
36
|
-webkit-tap-highlight-color: transparent;
|
|
38
|
-
|
|
37
|
+
transform: translate3d(0, 0, 0);
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon,
|
|
42
41
|
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon,
|
|
43
|
-
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon
|
|
42
|
+
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon::before {
|
|
44
43
|
-webkit-tap-highlight-color: transparent;
|
|
45
|
-
|
|
44
|
+
transform: translate3d(0, 0, 0);
|
|
46
45
|
}
|
|
47
46
|
|
|
48
47
|
.suiteUiProcessFlowLaneHeaderNoSelection {
|
|
49
48
|
-webkit-tap-highlight-color: transparent;
|
|
50
|
-
|
|
49
|
+
transform: translate3d(0, 0, 0);
|
|
51
50
|
}
|
|
52
51
|
|
|
53
52
|
.suiteUiCommonsProcessFlowHeaderIconFill {
|
|
54
|
-
fill:
|
|
55
|
-
stroke:
|
|
53
|
+
fill: var(--sapGroup_ContentBackground);
|
|
54
|
+
stroke: var(--sapContent_ForegroundBorderColor);
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.suiteUiCommonsProcessFlowHeaderPositiveColor {
|
|
59
|
-
fill:
|
|
58
|
+
fill: var(--sapChart_Good);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.suiteUiCommonsProcessFlowHeaderNegativeColor {
|
|
63
|
-
fill:
|
|
62
|
+
fill: var(--sapChart_Bad);
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.suiteUiCommonsProcessFlowHeaderNeutralColor {
|
|
67
|
-
fill:
|
|
66
|
+
fill: var(--sapChart_Neutral);
|
|
68
67
|
}
|
|
69
68
|
|
|
70
69
|
.suiteUiCommonsProcessFlowHeaderCriticalColor {
|
|
71
|
-
fill:
|
|
70
|
+
fill: var(--sapChart_Critical);
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.suiteUiCommonsProcessFlowHeaderPlannedColor {
|
|
75
|
-
fill:
|
|
74
|
+
fill: var(--sapGroup_ContentBackground);
|
|
76
75
|
}
|
|
77
76
|
|
|
78
77
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPositiveColor {
|
|
79
|
-
stroke:
|
|
80
|
-
fill:
|
|
78
|
+
stroke: var(--sapChart_Good);
|
|
79
|
+
fill: var(--sapGroup_ContentBackground);
|
|
81
80
|
}
|
|
82
81
|
|
|
83
82
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNegativeColor {
|
|
84
|
-
stroke:
|
|
85
|
-
fill:
|
|
83
|
+
stroke: var(--sapChart_Bad);
|
|
84
|
+
fill: var(--sapGroup_ContentBackground);
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNeutralColor {
|
|
89
|
-
stroke:
|
|
90
|
-
fill:
|
|
88
|
+
stroke: var(--sapChart_Neutral);
|
|
89
|
+
fill: var(--sapGroup_ContentBackground);
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderCriticalColor {
|
|
94
|
-
stroke:
|
|
95
|
-
fill:
|
|
93
|
+
stroke: var(--sapChart_Critical);
|
|
94
|
+
fill: var(--sapGroup_ContentBackground);
|
|
96
95
|
}
|
|
97
96
|
|
|
98
97
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPlannedColor {
|
|
99
|
-
stroke:
|
|
100
|
-
fill:
|
|
101
|
-
}
|
|
98
|
+
stroke: var(--sapGroup_ContentBackground);
|
|
99
|
+
fill: var(--sapGroup_ContentBackground);
|
|
100
|
+
}
|