@sapui5/sap.suite.ui.commons 1.144.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.
Files changed (123) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +35 -6
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -3
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlow.js +79 -75
  17. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  18. package/src/sap/suite/ui/commons/Timeline.js +9 -0
  19. package/src/sap/suite/ui/commons/TimelineNavigator.js +37 -5
  20. package/src/sap/suite/ui/commons/TimelineRenderer.js +3 -3
  21. package/src/sap/suite/ui/commons/collaboration/BaseHelperService.js +0 -1
  22. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +0 -3
  23. package/src/sap/suite/ui/commons/collaboration/CollaborationManagerService.js +0 -1
  24. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +12 -1
  25. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +4 -1
  26. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +8 -5
  27. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  28. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +0 -6
  29. package/src/sap/suite/ui/commons/collaboration/channels/MessageChannel.js +0 -2
  30. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +1 -1
  31. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +1 -2
  32. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  35. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  36. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  37. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  38. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  39. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  40. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  41. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  42. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  43. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  44. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  45. package/src/sap/suite/ui/commons/library.js +25 -1
  46. package/src/sap/suite/ui/commons/messagebundle.properties +20 -9
  47. package/src/sap/suite/ui/commons/messagebundle_ar.properties +24 -3
  48. package/src/sap/suite/ui/commons/messagebundle_bg.properties +24 -3
  49. package/src/sap/suite/ui/commons/messagebundle_ca.properties +24 -3
  50. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +24 -3
  51. package/src/sap/suite/ui/commons/messagebundle_cs.properties +23 -2
  52. package/src/sap/suite/ui/commons/messagebundle_cy.properties +24 -3
  53. package/src/sap/suite/ui/commons/messagebundle_da.properties +23 -2
  54. package/src/sap/suite/ui/commons/messagebundle_de.properties +36 -15
  55. package/src/sap/suite/ui/commons/messagebundle_el.properties +25 -4
  56. package/src/sap/suite/ui/commons/messagebundle_en.properties +24 -3
  57. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +24 -3
  58. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_es.properties +24 -3
  60. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +24 -3
  61. package/src/sap/suite/ui/commons/messagebundle_et.properties +23 -2
  62. package/src/sap/suite/ui/commons/messagebundle_fi.properties +23 -2
  63. package/src/sap/suite/ui/commons/messagebundle_fr.properties +32 -11
  64. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +24 -3
  65. package/src/sap/suite/ui/commons/messagebundle_hi.properties +24 -3
  66. package/src/sap/suite/ui/commons/messagebundle_hr.properties +24 -3
  67. package/src/sap/suite/ui/commons/messagebundle_hu.properties +24 -3
  68. package/src/sap/suite/ui/commons/messagebundle_id.properties +25 -4
  69. package/src/sap/suite/ui/commons/messagebundle_it.properties +24 -3
  70. package/src/sap/suite/ui/commons/messagebundle_iw.properties +24 -3
  71. package/src/sap/suite/ui/commons/messagebundle_ja.properties +24 -3
  72. package/src/sap/suite/ui/commons/messagebundle_kk.properties +25 -4
  73. package/src/sap/suite/ui/commons/messagebundle_ko.properties +23 -2
  74. package/src/sap/suite/ui/commons/messagebundle_lt.properties +24 -3
  75. package/src/sap/suite/ui/commons/messagebundle_lv.properties +24 -3
  76. package/src/sap/suite/ui/commons/messagebundle_mk.properties +23 -2
  77. package/src/sap/suite/ui/commons/messagebundle_ms.properties +24 -3
  78. package/src/sap/suite/ui/commons/messagebundle_nl.properties +23 -2
  79. package/src/sap/suite/ui/commons/messagebundle_no.properties +25 -4
  80. package/src/sap/suite/ui/commons/messagebundle_pl.properties +24 -3
  81. package/src/sap/suite/ui/commons/messagebundle_pt.properties +24 -3
  82. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +24 -3
  83. package/src/sap/suite/ui/commons/messagebundle_ro.properties +24 -3
  84. package/src/sap/suite/ui/commons/messagebundle_ru.properties +25 -4
  85. package/src/sap/suite/ui/commons/messagebundle_sh.properties +24 -3
  86. package/src/sap/suite/ui/commons/messagebundle_sk.properties +24 -3
  87. package/src/sap/suite/ui/commons/messagebundle_sl.properties +23 -2
  88. package/src/sap/suite/ui/commons/messagebundle_sr.properties +24 -3
  89. package/src/sap/suite/ui/commons/messagebundle_sv.properties +23 -2
  90. package/src/sap/suite/ui/commons/messagebundle_th.properties +25 -4
  91. package/src/sap/suite/ui/commons/messagebundle_tr.properties +24 -3
  92. package/src/sap/suite/ui/commons/messagebundle_uk.properties +27 -6
  93. package/src/sap/suite/ui/commons/messagebundle_vi.properties +26 -5
  94. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +24 -3
  95. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +26 -5
  96. package/src/sap/suite/ui/commons/networkgraph/Graph.js +49 -22
  97. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +45 -4
  98. package/src/sap/suite/ui/commons/networkgraph/Line.js +157 -11
  99. package/src/sap/suite/ui/commons/networkgraph/Node.js +289 -86
  100. package/src/sap/suite/ui/commons/networkgraph/Utils.js +239 -10
  101. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  102. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +156 -74
  103. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  104. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +14 -6
  105. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  108. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  109. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  110. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  111. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  112. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  113. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  114. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  115. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  116. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  117. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  118. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  119. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  120. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  121. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  122. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +26 -5
  123. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.144.0
26
+ * @version 1.146.0
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.144.0
32
+ * @version 1.146.0
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.146.0
32
32
  * @since 1.50
33
33
  *
34
34
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define(
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.144.0
32
+ * @version 1.146.0
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.144.0
45
+ * @version 1.146.0
46
46
  * @since 1.50
47
47
  *
48
48
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.144.0
33
+ * @version 1.146.0
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.Shape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.144.0
33
+ * @version 1.146.0
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.144.0
52
+ * @version 1.146.0
53
53
  * @since 1.50
54
54
  *
55
55
  * @constructor
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.144.0
59
+ * @version 1.146.0
60
60
  * @since 1.58.0
61
61
  *
62
62
  * @constructor
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.144.0
44
+ * @version 1.146.0
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.144.0
44
+ * @version 1.146.0
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.144.0
27
+ * @version 1.146.0
28
28
  * @since 1.58.0
29
29
  *
30
30
  * @constructor
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.m.Panel
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.144.0
68
+ * @version 1.146.0
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor
@@ -14,7 +14,8 @@
14
14
  .sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
15
15
  .sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
16
16
  .sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineNipple,
17
- .sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground {
17
+ .sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
18
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground {
18
19
  stroke-width: 2;
19
20
  }
20
21
 
@@ -49,7 +50,9 @@
49
50
  .sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
50
51
  .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLinePath,
51
52
  .sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
52
- .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground {
53
+ .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground,
54
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
55
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground {
53
56
  stroke: @sapWarningBorderColor;
54
57
  }
55
58
 
@@ -63,7 +66,9 @@
63
66
  .sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
64
67
  .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLinePath,
65
68
  .sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
66
- .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground {
69
+ .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground,
70
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
71
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground {
67
72
  stroke: @sapErrorBorderColor;
68
73
  }
69
74
 
@@ -77,7 +82,9 @@
77
82
  .sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
78
83
  .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLinePath,
79
84
  .sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
80
- .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground {
85
+ .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground,
86
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
87
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground {
81
88
  stroke: @sapSuccessBorderColor;
82
89
  }
83
90
 
@@ -92,7 +99,9 @@
92
99
  .sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
93
100
  .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLinePath,
94
101
  .sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
95
- .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground {
102
+ .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground,
103
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
104
+ .sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground {
96
105
  stroke: @sapInformationBorderColor;
97
106
  }
98
107
 
@@ -266,3 +275,15 @@
266
275
  pointer-events: all;
267
276
  }
268
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
+ }
@@ -72,8 +72,8 @@ sap.ui.define([
72
72
  try {
73
73
  await oMessageBrokerService.connect(sClientId, Function.prototype);
74
74
  oLogger.info(`Client ID: ${sClientId} is connected successfully`);
75
- } catch {
76
- oLogger.warn("Could not connect to the Message Broker");
75
+ } catch (connectError) {
76
+ oLogger.warn(`Could not connect to the Message Broker: ${connectError}`);
77
77
  return null;
78
78
  }
79
79
 
@@ -146,4 +146,4 @@ sap.ui.define([
146
146
  }
147
147
  }
148
148
  };
149
- });
149
+ });