@sapui5/sap.suite.ui.commons 1.143.0 → 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/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +26 -14
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +2 -2
- 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 +5 -5
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
- 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 -3
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +77 -73
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +3 -3
- package/src/sap/suite/ui/commons/Timeline.js +9 -0
- package/src/sap/suite/ui/commons/TimelineNavigator.js +37 -5
- package/src/sap/suite/ui/commons/TimelineRenderer.js +3 -3
- package/src/sap/suite/ui/commons/collaboration/BaseHelperService.js +0 -1
- package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +0 -3
- package/src/sap/suite/ui/commons/collaboration/CollaborationManagerService.js +0 -1
- package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +7 -0
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +4 -1
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +2 -1
- package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +0 -6
- package/src/sap/suite/ui/commons/collaboration/channels/MessageChannel.js +0 -2
- package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +1 -1
- package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +1 -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 +1 -1
- 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 +100 -3
- package/src/sap/suite/ui/commons/messagebundle.properties +76 -10
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_bg.properties +62 -16
- package/src/sap/suite/ui/commons/messagebundle_ca.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_cnr.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_cs.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_cy.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_da.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_de.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_el.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_en.properties +50 -7
- package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +54 -6
- package/src/sap/suite/ui/commons/messagebundle_es.properties +53 -7
- package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +54 -8
- package/src/sap/suite/ui/commons/messagebundle_et.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_fi.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_fr.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_hi.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_hr.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_id.properties +60 -14
- package/src/sap/suite/ui/commons/messagebundle_it.properties +53 -7
- package/src/sap/suite/ui/commons/messagebundle_iw.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_ja.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_kk.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_ko.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_lt.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_lv.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_ms.properties +59 -13
- package/src/sap/suite/ui/commons/messagebundle_nl.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_no.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_pl.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_ro.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_sh.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_sk.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_sl.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_sr.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_sv.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_th.properties +52 -6
- package/src/sap/suite/ui/commons/messagebundle_tr.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_uk.properties +53 -7
- package/src/sap/suite/ui/commons/messagebundle_vi.properties +55 -9
- package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +51 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +53 -7
- package/src/sap/suite/ui/commons/networkgraph/ElementBase.js +19 -1
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +371 -29
- package/src/sap/suite/ui/commons/networkgraph/GraphRenderer.js +23 -10
- package/src/sap/suite/ui/commons/networkgraph/Group.js +43 -22
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +54 -6
- package/src/sap/suite/ui/commons/networkgraph/Line.js +736 -31
- package/src/sap/suite/ui/commons/networkgraph/Node.js +546 -96
- package/src/sap/suite/ui/commons/networkgraph/Tooltip.js +5 -0
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +28 -5
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +1144 -0
- package/src/sap/suite/ui/commons/networkgraph/util/CreateConnectionPopover.js +374 -0
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +870 -0
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +563 -41
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +573 -0
- 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/NetworkGraph.less +13 -13
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +34 -2
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -13
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +206 -1
|
@@ -58,7 +58,8 @@
|
|
|
58
58
|
|
|
59
59
|
.sapSuiteUiCommonsNetworkGraphInnerScrollerCenter.sapSuiteUiCommonsNetworkGraphInnerScrollerNoMargin {
|
|
60
60
|
margin: 0;
|
|
61
|
-
|
|
61
|
+
height:fit-content;
|
|
62
|
+
min-height: 0;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.sapSuiteUiCommonsNetworkGraphSearchField {
|
|
@@ -404,24 +405,23 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
404
405
|
.sapSuiteUiCommonsNetworkGraphNoDataWrapper {
|
|
405
406
|
margin-left: auto;
|
|
406
407
|
margin-right: auto;
|
|
407
|
-
margin-top:
|
|
408
|
+
margin-top: auto;
|
|
409
|
+
margin-bottom: auto;
|
|
408
410
|
|
|
409
411
|
display: flex;
|
|
410
|
-
flex-direction:
|
|
412
|
+
flex-direction: unset;
|
|
411
413
|
align-items: center;
|
|
412
414
|
}
|
|
413
415
|
|
|
414
|
-
.
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
.sapSuiteUiCommonsNetworkGraphNoDataIcon {
|
|
420
|
-
font-size: 4rem;
|
|
421
|
-
}
|
|
416
|
+
.sapSuiteUiCommonsNetworkGraphLoadingWrapper {
|
|
417
|
+
margin-left: auto;
|
|
418
|
+
margin-right: auto;
|
|
419
|
+
margin-top: auto;
|
|
420
|
+
margin-bottom: auto;
|
|
422
421
|
|
|
423
|
-
|
|
424
|
-
|
|
422
|
+
display: flex;
|
|
423
|
+
flex-direction: unset;
|
|
424
|
+
align-items: center;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
.sapSuiteNetworkGraphSvgMargin {
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
|
|
188
188
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom {
|
|
189
189
|
border-left-style: solid;
|
|
190
|
-
border-right: @sapUiElementBorderWidth @sapUiContentFocusStyle @
|
|
190
|
+
border-right: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapNeutralBorderColor;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom {
|
|
@@ -204,7 +204,39 @@
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom:last-of-type {
|
|
207
|
-
border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @
|
|
207
|
+
border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapNeutralBorderColor;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop .sapSuiteUiCommonsNetworkGroupHeader {
|
|
211
|
+
border: @sapUiFieldBorderStyle;
|
|
212
|
+
border-right: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiListBorderColor;
|
|
213
|
+
height: 99%;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop {
|
|
217
|
+
border-left-style: solid;
|
|
218
|
+
border-right: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapNeutralBorderColor;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop {
|
|
222
|
+
border-bottom: none;
|
|
223
|
+
border-top-style: dashed;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop.sapSuiteUiCommonsNetworkGroupCollapsed .sapSuiteUiCommonsNetworkGroupHeader {
|
|
227
|
+
border: @sapUiFieldBorderStyle;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop:first-of-type {
|
|
231
|
+
border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapNeutralBorderColor;
|
|
232
|
+
|
|
233
|
+
.sapSuiteUiCommonsNetworkGroupHeader {
|
|
234
|
+
height: 100%;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop:last-of-type {
|
|
239
|
+
border-top: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapNeutralBorderColor;
|
|
208
240
|
}
|
|
209
241
|
|
|
210
242
|
// status
|
|
@@ -13,19 +13,15 @@
|
|
|
13
13
|
|
|
14
14
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
15
15
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
|
|
16
|
-
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineNipple
|
|
16
|
+
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineNipple,
|
|
17
|
+
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
18
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
17
19
|
stroke-width: 2;
|
|
18
20
|
}
|
|
19
|
-
// .sapSuiteUiCommonsNetworkElementSelected.sapSuiteUiCommonsNetworkElementFocus {
|
|
20
|
-
// .sapSuiteUiCommonsNetworkCircleFocus,
|
|
21
|
-
// .sapSuiteUiCommonsNetworkGroupButton,
|
|
22
|
-
// .sapSuiteUiCommonsNetworkBoxFocus {
|
|
23
|
-
// stroke: none;
|
|
24
|
-
// }
|
|
25
|
-
// }
|
|
26
21
|
|
|
27
22
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLinePath,
|
|
28
|
-
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineArrow
|
|
23
|
+
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineArrow,
|
|
24
|
+
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
29
25
|
stroke-width: 2;
|
|
30
26
|
stroke: @sapUiContentDragAndDropActiveColor;
|
|
31
27
|
}
|
|
@@ -52,7 +48,11 @@
|
|
|
52
48
|
shape-rendering: auto !important;
|
|
53
49
|
}
|
|
54
50
|
.sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
55
|
-
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLinePath
|
|
51
|
+
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLinePath,
|
|
52
|
+
.sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
53
|
+
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
54
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
55
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
56
56
|
stroke: @sapWarningBorderColor;
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -64,7 +64,11 @@
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
67
|
-
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLinePath
|
|
67
|
+
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLinePath,
|
|
68
|
+
.sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
69
|
+
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
70
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
71
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
68
72
|
stroke: @sapErrorBorderColor;
|
|
69
73
|
}
|
|
70
74
|
|
|
@@ -76,7 +80,11 @@
|
|
|
76
80
|
}
|
|
77
81
|
|
|
78
82
|
.sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
79
|
-
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLinePath
|
|
83
|
+
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLinePath,
|
|
84
|
+
.sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
85
|
+
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
86
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
87
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
80
88
|
stroke: @sapSuccessBorderColor;
|
|
81
89
|
}
|
|
82
90
|
|
|
@@ -89,7 +97,11 @@
|
|
|
89
97
|
|
|
90
98
|
|
|
91
99
|
.sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
92
|
-
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLinePath
|
|
100
|
+
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLinePath,
|
|
101
|
+
.sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
102
|
+
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
103
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
104
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
93
105
|
stroke: @sapInformationBorderColor;
|
|
94
106
|
}
|
|
95
107
|
|
|
@@ -242,3 +254,36 @@
|
|
|
242
254
|
display: none;
|
|
243
255
|
}
|
|
244
256
|
|
|
257
|
+
.sapSuiteUiCommonsNetworkLineText {
|
|
258
|
+
font-size: 12px;
|
|
259
|
+
font-family: @sapUiFontFamily;
|
|
260
|
+
fill: @sapTextColor;
|
|
261
|
+
text-shadow: @sapContent_TextShadow;
|
|
262
|
+
pointer-events: all;
|
|
263
|
+
text-anchor: middle;
|
|
264
|
+
dominant-baseline: central;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.sapSuiteUiCommonsNetworkLineTextBox {
|
|
268
|
+
pointer-events: all;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
272
|
+
fill: @sapNeutralBackground;
|
|
273
|
+
stroke: @sapNeutralBorderColor;
|
|
274
|
+
stroke-width: 1;
|
|
275
|
+
pointer-events: all;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementFocus .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
279
|
+
stroke: @sapContent_FocusColor !important;
|
|
280
|
+
stroke-width: 2;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementFocus .sapSuiteUiCommonsNetworkLineText {
|
|
284
|
+
font-weight: bold;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineText {
|
|
288
|
+
font-weight: bold;
|
|
289
|
+
}
|
|
@@ -264,6 +264,25 @@
|
|
|
264
264
|
display: block;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
+
.sapSuiteUiCommonsNetworkNodeActionButtonsVisible.sapSuiteUiCommonsNetworkGraphDivActionButtonsTop {
|
|
268
|
+
display: flex;
|
|
269
|
+
flex-direction: row;
|
|
270
|
+
gap: 4px;
|
|
271
|
+
width: auto;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.sapSuiteUiCommonsNetworkGraphDivActionButtonsTop {
|
|
275
|
+
top: -2.25rem;
|
|
276
|
+
right: 0;
|
|
277
|
+
width: auto;
|
|
278
|
+
display: none;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* Remove vertical spacing for buttons in the top container */
|
|
282
|
+
.sapSuiteUiCommonsNetworkGraphDivActionButtonsTop .sapSuiteUiCommonsNetworkGraphDivActionButtonBackground {
|
|
283
|
+
margin-bottom: 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
267
286
|
.sapSuiteUiCommonsNetworkNodeActionButton {
|
|
268
287
|
font-size: @sapMFontLargeSize;
|
|
269
288
|
cursor: pointer;
|
|
@@ -880,4 +899,190 @@
|
|
|
880
899
|
.sapSuiteStrokeSemanticColor(strokeSemanticColor);
|
|
881
900
|
|
|
882
901
|
// auto-create border-color class with all different semantic colors
|
|
883
|
-
.sapSuiteFillSemanticColor(fillSemanticColor);
|
|
902
|
+
.sapSuiteFillSemanticColor(fillSemanticColor);
|
|
903
|
+
|
|
904
|
+
/* ============================================= */
|
|
905
|
+
/* Port Styles */
|
|
906
|
+
/* ============================================= */
|
|
907
|
+
.sapSuiteUiCommonsNetworkNodePort {
|
|
908
|
+
position: absolute;
|
|
909
|
+
width: 1.5rem; /* 24px including border */
|
|
910
|
+
height: 1.5rem; /* 24px including border */
|
|
911
|
+
background-color: transparent;
|
|
912
|
+
border: 0.125rem dashed @sapContent_DragAndDropActiveColor; /* 2px dashed */
|
|
913
|
+
border-radius: 50%;
|
|
914
|
+
cursor: default;
|
|
915
|
+
pointer-events: auto;
|
|
916
|
+
z-index: 10;
|
|
917
|
+
opacity: 1;
|
|
918
|
+
transition: all 0.2s ease;
|
|
919
|
+
box-sizing: border-box; /* Include border in width/height */
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/* Position-specific styles for trigger ports */
|
|
923
|
+
.sapSuiteUiLeftTriggerPort {
|
|
924
|
+
top: 50%;
|
|
925
|
+
left: -2rem;
|
|
926
|
+
transform: translateY(-50%);
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.sapSuiteUiRightTriggerPort {
|
|
930
|
+
top: 50%;
|
|
931
|
+
right: -2rem;
|
|
932
|
+
transform: translateY(-50%);
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.sapSuiteUiTopTriggerPort {
|
|
936
|
+
left: 50%;
|
|
937
|
+
top: -1rem;
|
|
938
|
+
transform: translateX(-50%);
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.sapSuiteUiBottomTriggerPort {
|
|
942
|
+
left: 50%;
|
|
943
|
+
bottom: -1rem;
|
|
944
|
+
transform: translateX(-50%);
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
/* Position-specific styles for inlet ports */
|
|
948
|
+
.sapSuiteUiLeftInletPort {
|
|
949
|
+
top: 50%;
|
|
950
|
+
left: -2rem;
|
|
951
|
+
transform: translateY(-50%);
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.sapSuiteUiRightInletPort {
|
|
955
|
+
top: 50%;
|
|
956
|
+
right: -2rem;
|
|
957
|
+
transform: translateY(-50%);
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.sapSuiteUiTopInletPort {
|
|
961
|
+
left: 50%;
|
|
962
|
+
top: -1rem;
|
|
963
|
+
transform: translateX(-50%);
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
.sapSuiteUiBottomInletPort {
|
|
967
|
+
left: 50%;
|
|
968
|
+
bottom: -1rem;
|
|
969
|
+
transform: translateX(-50%);
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
/* Position-specific styles for circle nodes (closer positioning) */
|
|
973
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiLeftTriggerPort,
|
|
974
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiLeftInletPort {
|
|
975
|
+
left: 1.25rem;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiRightTriggerPort,
|
|
979
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiRightInletPort {
|
|
980
|
+
right: 1.25rem;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiTopTriggerPort,
|
|
984
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiTopInletPort {
|
|
985
|
+
top: 1.25rem;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiBottomTriggerPort,
|
|
989
|
+
.sapSuiteUiCommonsNetworkNodeCircle .sapSuiteUiBottomInletPort {
|
|
990
|
+
bottom: 1.25rem;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort {
|
|
994
|
+
background: @sapButton_Background;
|
|
995
|
+
border: 0.125rem dashed @sapContent_DragAndDropActiveColor; /* 2px dashed */
|
|
996
|
+
cursor: pointer;
|
|
997
|
+
}
|
|
998
|
+
/* Active/dragging state for trigger ports */
|
|
999
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort.sapSuiteUiCommonsNetworkNodePortActive,
|
|
1000
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort:active,
|
|
1001
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort.sapSuiteUiCommonsNetworkNodePortDragging {
|
|
1002
|
+
background-color: @sapButton_Emphasized_Background;
|
|
1003
|
+
border: 0.125rem solid @sapContent_DragAndDropActiveColor; /* 2px solid when active */
|
|
1004
|
+
}
|
|
1005
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort:hover,
|
|
1006
|
+
.sapSuiteUiLeftTriggerPort:hover,
|
|
1007
|
+
.sapSuiteUiRightTriggerPort:hover,
|
|
1008
|
+
.sapSuiteUiTopTriggerPort:hover,
|
|
1009
|
+
.sapSuiteUiBottomTriggerPort:hover {
|
|
1010
|
+
background-color: @sapContent_DragAndDropActiveColor;
|
|
1011
|
+
border-color: @sapContent_DragAndDropActiveColor;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.sapSuiteUiCommonsNetworkNodePortFocused {
|
|
1015
|
+
outline: 2px solid @sapUiContentFocusColor;
|
|
1016
|
+
outline-offset: 2px;
|
|
1017
|
+
box-shadow: 0 0 0 1px @sapUiContentFocusColor;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.sapSuiteUiCommonsNetworkNodeTriggerPort.sapSuiteUiCommonsNetworkNodePortFocused {
|
|
1021
|
+
background-color: @sapButton_Emphasized_Background;
|
|
1022
|
+
border: 0.125rem solid @sapContent_DragAndDropActiveColor;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.sapSuiteUiCommonsNetworkNodeInletPort {
|
|
1026
|
+
background: @sapButton_Background;
|
|
1027
|
+
border: 0.125rem dashed @sapContent_DragAndDropActiveColor;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.sapSuiteUiCommonsNetworkNodeInletPort:hover,
|
|
1031
|
+
.sapSuiteUiLeftInletPort:hover,
|
|
1032
|
+
.sapSuiteUiRightInletPort:hover,
|
|
1033
|
+
.sapSuiteUiTopInletPort:hover,
|
|
1034
|
+
.sapSuiteUiBottomInletPort:hover {
|
|
1035
|
+
opacity: 1;
|
|
1036
|
+
background-color: @sapContent_DragAndDropActiveColor;
|
|
1037
|
+
border: 0.125rem solid @sapContent_DragAndDropActiveColor; /* 2px solid on hover */
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/* Active drop zone styling for inlet ports */
|
|
1041
|
+
.sapSuiteUiCommonsNetworkNodeInletPort.sapSuiteUiCommonsNetworkNodePortDropZone,
|
|
1042
|
+
.sapSuiteUiCommonsNetworkNodeInletPort.sapSuiteUiCommonsNetworkNodePortActive {
|
|
1043
|
+
opacity: 1;
|
|
1044
|
+
background-color: @sapButton_Emphasized_Background;
|
|
1045
|
+
border: 0.125rem solid @sapContent_DragAndDropActiveColor; /* 2px solid when active drop zone */
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.sapSuiteUiCommonsNetworkNodeGhostPort {
|
|
1049
|
+
width: 1rem; /* 24px to match other ports */
|
|
1050
|
+
height: 1rem; /* 24px to match other ports */
|
|
1051
|
+
background-color: @sapContent_DragAndDropActiveColor;
|
|
1052
|
+
border: 0.125rem dashed @sapContent_DragAndDropActiveColor; /* 2px dashed to match */
|
|
1053
|
+
border-radius: 50%;
|
|
1054
|
+
pointer-events: none;
|
|
1055
|
+
z-index: 999;
|
|
1056
|
+
opacity: 0.7;
|
|
1057
|
+
box-sizing: border-box; /* Include border in width/height */
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.sapSuiteUiCommonsNetworkNodeGhostLine {
|
|
1061
|
+
position: absolute;
|
|
1062
|
+
border-top: 0.0625rem dashed @sapUiContentForegroundBorderColor;
|
|
1063
|
+
pointer-events: none;
|
|
1064
|
+
z-index: 998;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.sapSuiteUiCommonsNetworkNodeGhostArrow {
|
|
1068
|
+
width: 13px;
|
|
1069
|
+
height: 19px;
|
|
1070
|
+
pointer-events: none;
|
|
1071
|
+
z-index: 999;
|
|
1072
|
+
opacity: 0.8;
|
|
1073
|
+
box-sizing: border-box;
|
|
1074
|
+
|
|
1075
|
+
/* Create arrow shape using borders */
|
|
1076
|
+
&:after {
|
|
1077
|
+
content: '';
|
|
1078
|
+
position: absolute;
|
|
1079
|
+
top: 50%;
|
|
1080
|
+
left: 50%;
|
|
1081
|
+
transform: translate(-50%, -50%);
|
|
1082
|
+
width: 0;
|
|
1083
|
+
height: 0;
|
|
1084
|
+
border-left: 7px solid @sapContent_DragAndDropActiveColor;
|
|
1085
|
+
border-top: 6px solid transparent;
|
|
1086
|
+
border-bottom: 6px solid transparent;
|
|
1087
|
+
}
|
|
1088
|
+
}
|