@sapui5/sap.suite.ui.commons 1.148.0 → 1.149.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 (68) 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 +1 -1
  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/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/Timeline.js +6 -0
  15. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/library.js +1 -1
  29. package/src/sap/suite/ui/commons/messagebundle_ar.properties +1 -1
  30. package/src/sap/suite/ui/commons/messagebundle_bg.properties +1 -1
  31. package/src/sap/suite/ui/commons/messagebundle_de.properties +6 -6
  32. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +2 -2
  33. package/src/sap/suite/ui/commons/messagebundle_id.properties +1 -1
  34. package/src/sap/suite/ui/commons/messagebundle_ja.properties +1 -1
  35. package/src/sap/suite/ui/commons/messagebundle_ms.properties +1 -1
  36. package/src/sap/suite/ui/commons/messagebundle_pt.properties +1 -1
  37. package/src/sap/suite/ui/commons/messagebundle_ru.properties +5 -5
  38. package/src/sap/suite/ui/commons/messagebundle_sv.properties +1 -1
  39. package/src/sap/suite/ui/commons/messagebundle_th.properties +1 -1
  40. package/src/sap/suite/ui/commons/networkgraph/ElementBase.js +1 -1
  41. package/src/sap/suite/ui/commons/networkgraph/Graph.js +31 -7
  42. package/src/sap/suite/ui/commons/networkgraph/Tooltip.js +4 -0
  43. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  52. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  53. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  54. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  55. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  56. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  57. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  58. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  59. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  60. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +4 -3
  61. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +4 -6
  62. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +4 -6
  63. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/MicroProcessFlow.less +7 -0
  64. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/MicroProcessFlow.less +7 -0
  65. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +7 -0
  66. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +7 -0
  67. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +7 -0
  68. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.148.0",
3
+ "version": "1.149.0",
4
4
  "description": "SAPUI5 Library sap.suite.ui.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
  SAP UI development toolkit for HTML5 (SAPUI5)
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.148.0</version>
10
+ <version>1.149.0</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.148.0
22
+ * @version 1.149.0
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  * @extends sap.ui.core.Control
135
135
  *
136
136
  * @author SAP SE
137
- * @version 1.148.0
137
+ * @version 1.149.0
138
138
  * @since 1.56.0
139
139
  *
140
140
  * @constructor
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  * @extends sap.ui.core.Control
149
149
  *
150
150
  * @author SAP SE
151
- * @version 1.148.0
151
+ * @version 1.149.0
152
152
  * @since 1.56.0
153
153
  *
154
154
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.148.0
29
+ * @version 1.149.0
30
30
  * @since 1.56.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.148.0
25
+ * @version 1.149.0
26
26
  * @since 1.60.0
27
27
  *
28
28
  * @constructor
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.148.0
43
+ * @version 1.149.0
44
44
  * @since 1.56.0
45
45
  *
46
46
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.ManagedObject
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.148.0
24
+ * @version 1.149.0
25
25
  * @since 1.56.0
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.148.0
26
+ * @version 1.149.0
27
27
  * @since 1.56.0
28
28
  *
29
29
  * @constructor
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.148.0
121
+ * @version 1.149.0
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.148.0
53
+ * @version 1.149.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.148.0
41
+ * @version 1.149.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -1659,6 +1659,12 @@ sap.ui.define([
1659
1659
  // or nasty private variables manipulation.
1660
1660
  this._objects.destroyObject("FilterContent");
1661
1661
  this._setupFilterDialog();
1662
+
1663
+ // When enableModelFilter=false, recreateFilter() exits early (aPrevFilters is empty)
1664
+ // without calling invalidate(), so the filter bar never hides. Force re-render here.
1665
+ if (!this._useModelFilter()) {
1666
+ this.invalidate();
1667
+ }
1662
1668
  };
1663
1669
 
1664
1670
  /**
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
25
- * @version 1.148.0
25
+ * @version 1.149.0
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.148.0
31
+ * @version 1.149.0
32
32
  * @since 1.67.0
33
33
  *
34
34
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.148.0
33
+ * @version 1.149.0
34
34
  * @since 1.66.0
35
35
  *
36
36
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.148.0
31
+ * @version 1.149.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.148.0
25
+ * @version 1.149.0
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.148.0
31
+ * @version 1.149.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.148.0
28
+ * @version 1.149.0
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.base.Object
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.148.0
21
+ * @version 1.149.0
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @abstract
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.148.0
53
+ * @version 1.149.0
54
54
  * @since 1.66.0
55
55
  *
56
56
  * @constructor
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  * @extends sap.ui.core.Control
163
163
  *
164
164
  * @author SAP SE
165
- * @version 1.148.0
165
+ * @version 1.149.0
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.148.0
37
+ * @version 1.149.0
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.148.0
31
+ * @version 1.149.0
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.148.0
26
+ * @version 1.149.0
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -198,7 +198,7 @@ sap.ui.define([
198
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
199
199
  "sap.suite.ui.commons.AriaProperties"
200
200
  ],
201
- version: "1.148.0",
201
+ version: "1.149.0",
202
202
  extensions: {
203
203
  flChangeHandlers: {
204
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -186,7 +186,7 @@ PF_ARIA_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629
186
186
  PF_ARIA_STATUS_POSITIVE=\u0625\u064A\u062C\u0627\u0628\u064A\u0629
187
187
  PF_ARIA_STATUS_NEGATIVE=\u0633\u0644\u0628\u064A\u0629
188
188
  PF_ARIA_STATUS_CRITICAL=\u0645\u0647\u0645
189
- PF_ARIA_STATUS_PLANNED=\u062A\u0645 \u0627\u0644\u062A\u062E\u0637\u064A\u0637
189
+ PF_ARIA_STATUS_PLANNED=\u0627\u0644\u0645\u064F\u062E\u0637\u0637
190
190
  PF_ARIA_STATUS_PLNNEGATIVE=\u0645\u062E\u0637\u0637 (\u0633\u0644\u0628\u064A)
191
191
  PF_ARIA_STATUS_NEUTRAL=\u0645\u062D\u0627\u064A\u062F
192
192
  PF_ARIA_TYPE=\u060C \u0645\u062C\u0645\u0639\u0629
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0417\u0430 \u0434\u0430 \u043E\u04
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0417\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u0434\u043E {0}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift + Tab
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0434\u0440\u0443\u0433\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0438 \u043E\u0442 {0}, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438\u0442\u0435
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=\u0417\u0430 \u0434\u0430 \u0447\u0443\u0435\u0442\u0435 \u0432\u044A\u0437\u043C\u043E\u0436\u043D\u0438\u0442\u0435 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0438, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 ALT +
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=\u041E\u0442\u0438\u0434\u0435\u0442\u0435 \u043D\u0430 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440 \u043E\u0442 \u0432\u0438\u0434\u0430 {0} \u043D\u0430 {1}, \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440 \u043E\u0442 \u0432\u0438\u0434\u0430 {2}, \u0441\u0432\u044A\u0440\u0437\u0432\u0430\u0449 {3} \u0438 {4}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 ALT + {5}
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=\u041F\u0440\u0435\u043C\u0438\u043D\u0435\u0442\u0435 \u043A\u044A\u043C {0} \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440 {1}, \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440 \u043E\u0442 \u0432\u0438\u0434\u0430 {2}, \u0441\u0432\u044A\u0440\u0437\u0432\u0430\u0449 {3} \u0438 {4}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 ALT + {5}
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0412\u0440\u044A\u0437\u043A\u0430 \u043E\u0442 {0} \u043A\u044A\u043C {1}
306
306
 
@@ -290,17 +290,17 @@ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Ende bis Anfang
290
290
  NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Ende bis Ende
291
291
  NETWORK_GRAPH_NODE_ATTRIBUTES=Attribute sind
292
292
  NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status ist
293
- NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR={0} incoming connector
294
- NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL={0} incoming connectors
295
- NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR={0} outgoing connector
296
- NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL={0} outgoing connectors
293
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR={0} eingehender Konnektor
294
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL={0} eingehende Konnektoren
295
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR={0} ausgehender Konnektor
296
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL={0} ausgehende Konnektoren
297
297
  NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Um zum ausgehenden Konnektor zu navigieren, dr\u00FCcken Sie die Tabulatortaste.
298
298
  NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Um zum eingehenden Konnektor zu navigieren, dr\u00FCcken Sie Umschalt + Tab.
299
299
  NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Um zu {0} zu navigieren, dr\u00FCcken Sie die Tabulatortaste.
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Um zur\u00FCck zu {0} zu navigieren, dr\u00FCcken Sie Umschalt + Tab.
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Um zu anderen Konnektoren von {0} zu navigieren, verwenden Sie die Pfeiltasten.
302
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Um m\u00F6gliche Anschl\u00FCsse zu h\u00F6ren, dr\u00FCcken Sie ALT +
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigieren Sie zu {0} Verbinder auf {1}, {2} Verbinden {3}{4}, dr\u00FCcken Sie ALT + {5}
302
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Um m\u00F6gliche Konnektoren zu h\u00F6ren, dr\u00FCcken Sie Alt +.
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Von {3}zu {4}, Konnektor {2}. {0}, {1}. Alt + {5}.
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status ist
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Verbindung geht von {0} nach {1}
306
306
 
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Pour acc\u00E9der \u00E0 {0}, appuye
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Pour revenir \u00E0 {0}, appuyer sur les touches Maj + Tab
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Pour acc\u00E9der \u00E0 d''autres connecteurs depuis {0}, utiliser les touches de direction
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Pour entendre les \u00E9ventuels connecteurs, appuyez sur Alt +.
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Acc\u00E9dez au connecteur {0} dans le sens {1}, connecteur {2} reliant {3} \u00E0 {4}, appuyez sur Alt + {5}.
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Acc\u00E9dez au connecteur {0} sur la {1}, connecteur de type {2} reliant {3} \u00E0 {4}, appuyez sur Alt + {5}.
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Le statut est
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Connexion de {0} vers {1}
306
306
 
@@ -345,7 +345,7 @@ CALCULATION_BUILDER_VARIABLES_PAGE_TITLE=S\u00E9lectionnez une variable.
345
345
  CALCULATION_BUILDER_FUNCTIONS_PAGE_TITLE=Fonctions
346
346
  CALCULATION_BUILDER_EXPAND_MESSAGE_TITLE=Avertissement
347
347
  CALCULATION_BUILDER_EXPAND_MESSAGE_TEXT=Vous allez d\u00E9velopper la variable "{0}". Une fois cette variable d\u00E9velopp\u00E9e, vous ne pourrez pas la r\u00E9duire.
348
- CALCULATION_BUILDER_SYNTAX_ERROR_TEXT=Expression non valide pour une fonction, une constante, un op\u00E9rateur ou une variable.
348
+ CALCULATION_BUILDER_SYNTAX_ERROR_TEXT=Expression invalide pour une fonction, une constante, un op\u00E9rateur ou une variable.
349
349
  CALCULATION_BUILDER_FIRST_CHAR_ERROR_TEXT=Le premier \u00E9l\u00E9ment doit \u00EAtre un +, un -, une (, une fonction, une variable ou un litt\u00E9ral.
350
350
  CALCULATION_BUILDER_LAST_CHAR_ERROR_TEXT=Le dernier \u00E9l\u00E9ment doit \u00EAtre une (, une variable ou un litt\u00E9ral.
351
351
  CALCULATION_BUILDER_CHAR_ERROR_TEXT=Ce caract\u00E8re n'est pas autoris\u00E9 ici.
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Untuk menavigasi ke {0}, tekan Tab
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Untuk kembali ke {0}, tekan Shift + Tab
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Untuk menavigasi ke konektor lain dari {0}, gunakan tombol panah
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Untuk mendapatkan informasi tentang konektor yang tersedia, tekan ALT +
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigasikan ke konektor {0} di {1}, konektor {2} yang menghubungkan {3} ke {4}, tekan ALT + {5}
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigasikan ke konektor {0} di sebelah {1}, konektor {2} yang menghubungkan {3} ke {4}, tekan ALT + {5}
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status adalah
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Koneksi dari {0} ke {1}
306
306
 
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Tab \u3092\u62BC\u3057\u3066 {0} \u3
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Shift+Tab \u3092\u62BC\u3057\u3066 {0} \u306B\u30CA\u30D3\u30B2\u30FC\u30C8\u3057\u3066\u623B\u308B
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u77E2\u5370\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066 {0} \u304B\u3089\u5225\u306E\u30B3\u30CD\u30AF\u30BF\u306B\u30CA\u30D3\u30B2\u30FC\u30C8
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=\u4F7F\u7528\u53EF\u80FD\u306A\u30B3\u30CD\u30AF\u30BF\u306B\u3064\u3044\u3066\u306F\u3001ALT + \u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE={1} \u306E {0} \u30B3\u30CD\u30AF\u30BF\u306B\u30CA\u30D3\u30B2\u30FC\u30C8\u3057\u3001{2} \u30B3\u30CD\u30AF\u30BF\u3067 {3} \u3068 {4} \u3092\u63A5\u7D9A\u3057\u307E\u3059\u3002ALT + {5} \u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE={1} \u306E {0} \u30B3\u30CD\u30AF\u30BF\u306B\u30CA\u30D3\u30B2\u30FC\u30C8\u3057\u3001{3} \u3068 {4} \u3092\u63A5\u7D9A\u3059\u308B {2} \u30B3\u30CD\u30AF\u30BF\u3067 ALT + {5} \u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u30B9\u30C6\u30FC\u30BF\u30B9\u306F
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO={0} \u304B\u3089 {1} \u3078\u306E\u63A5\u7D9A
306
306
 
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Untuk navigasi ke {0}, tekan Tab
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Untuk navigasi kembali ke {0}, tekan Shift + Tab
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Untuk navigasi ke penyambung lain dari {0}, gunakan kekunci anak panah
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Untuk mendengar penyambung yang mungkin, tekan ALT +
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigasi ke penyambung {0} di {1}, {2} penyambung {3} ke {4}, tekan ALT + {5}
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigasi ke penyambung {0} di sebelah {1}, penyambung {2} menyambungkan {3} ke {4}, tekan ALT + {5}
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status ialah
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Sambungan dari {0} ke {1}
306
306
 
@@ -538,7 +538,7 @@ CFP_NO_DATA_FILESHARE=Nenhum arquivo ou pasta encontrado
538
538
  CFP_NO_FILESHARE_FOUND=Nenhum compartilhamento de arquivos encontrado
539
539
  CFP_NO_FILESHARE_FOUND_RELOAD=Tentar recarregar o browser de arquivo. Se isso n\u00E3o ajudar, contate seu administrador.
540
540
  CFP_EMPTY_FOLDER_TEXT=Ainda n\u00E3o existem arquivos
541
- CFP_EMPTY_FOLDER_DESCRIPTION=Quando existirem, voc\u00EA ir\u00E1 ver os mesmos aqui.
541
+ CFP_EMPTY_FOLDER_DESCRIPTION=Quando houver, voc\u00EA ver\u00E1 aqui.
542
542
  CFP_LOCKED_FOLDER_INFO=Os arquivos n\u00E3o podem ser exportados para esta pasta
543
543
 
544
544
  CFP_TITLE_LAST_CHANGED_ON=\u00DAltima modifica\u00E7\u00E3o em
@@ -290,10 +290,10 @@ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=\u0417\u0430\u0432\u0435\u0440\u044
290
290
  NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0435 \u0441 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0435\u043C
291
291
  NETWORK_GRAPH_NODE_ATTRIBUTES=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044B\:
292
292
  NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\:
293
- NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u044B\: {0}
294
- NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u044B\: {0}
295
- NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u0418\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u044B\: {0}
296
- NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u0418\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u044B\: {0}
293
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u043E\u0432\: {0}
294
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u0412\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u043E\u0432\: {0}
295
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u0418\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u043E\u0432\: {0}
296
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u0418\u0441\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u043E\u0432\: {0}
297
297
  NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0427\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0438\u0441\u0445\u043E\u0434\u044F\u0449\u0435\u043C\u0443 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u0443, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 Tab
298
298
  NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0427\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0432\u0445\u043E\u0434\u044F\u0449\u0435\u043C\u0443 \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u0443, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 Shift+Tab
299
299
  NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0427\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A {0}, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 Tab
@@ -495,7 +495,7 @@ IMGEDITOR_ORIGINAL_SIZE=\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\
495
495
  IMGEDITOR_WIDTH=\u0428\u0438\u0440\u0438\u043D\u0430\:
496
496
  IMGEDITOR_HEIGHT=\u0412\u044B\u0441\u043E\u0442\u0430\:
497
497
  IMGEDITOR_PX=\u043F\u0438\u043A\u0441.
498
- IMGEDITOR_APPLY=\u041F\u0440\u0438\u043C\u0435\u043D\u0442\u044C
498
+ IMGEDITOR_APPLY=\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C
499
499
  IMGEDITOR_BAD_NUMBER=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043E\u0442 {0} \u0434\u043E {1}.
500
500
  IMGEDITOR_LOCK_RATIO=\u0411\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D
501
501
  IMGEDITOR_RESIZE=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0440\u0430\u0437\u043C\u0435\u0440
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Tryck p\u00E5 Tabb f\u00F6r att g\u0
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Tryck p\u00E5 Shift + Tabb f\u00F6r att g\u00E5 tillbaka till {0}
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Anv\u00E4nd piltangenterna f\u00F6r att g\u00E5 fr\u00E5n {0} till andra konnektorer
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=Tryck p\u00E5 ALT + f\u00F6r att h\u00F6ra m\u00F6jliga konnektorer
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=G\u00E5 till konnektor {0} p\u00E5 {1}, konnektor {2} som ansluter {3} till {4}, tryck p\u00E5 ALT + {5}
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=G\u00E5 till {0} konnektor till {1}, konnektor {2} som f\u00F6rbinder {3} med {4}, tryck p\u00E5 ALT + {5}
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status \u00E4r
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Anslutning g\u00E5r fr\u00E5n {0} till {1}
306
306
 
@@ -300,7 +300,7 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15
300
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15\u0E01\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E22\u0E31\u0E07 ''{0}'' \u0E43\u0E2B\u0E49\u0E01\u0E14 Shift+Tab
301
301
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E2D\u0E37\u0E48\u0E19\u0E46 \u0E08\u0E32\u0E01 {0} \u0E43\u0E2B\u0E49\u0E43\u0E0A\u0E49\u0E41\u0E1B\u0E49\u0E19\u0E25\u0E39\u0E01\u0E28\u0E23
302
302
  NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E1F\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1B\u0E44\u0E14\u0E49 \u0E43\u0E2B\u0E49\u0E01\u0E14 ALT +
303
- NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ''{0}'' \u0E43\u0E19 {1}, \u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ''{2}'' \u0E17\u0E35\u0E48\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E08\u0E32\u0E01 {3} \u0E44\u0E1B\u0E22\u0E31\u0E07 {4} \u0E43\u0E2B\u0E49\u0E01\u0E14 ALT + {5}
303
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D{0}\u0E17\u0E32\u0E07{1} \u0E15\u0E31\u0E27\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ''{2}'' \u0E17\u0E35\u0E48\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ''{3}'' \u0E44\u0E1B\u0E22\u0E31\u0E07 ''{4}'' \u0E43\u0E2B\u0E49\u0E01\u0E14 ALT + {5}
304
304
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0E2A\u0E16\u0E32\u0E19\u0E30\u0E04\u0E37\u0E2D
305
305
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E08\u0E32\u0E01 {0} \u0E44\u0E1B\u0E22\u0E31\u0E07 {1}
306
306
 
@@ -517,7 +517,6 @@ sap.ui.define([
517
517
 
518
518
  var $button = jQuery(sButtonHtml);
519
519
  if (mArguments.enable && mArguments.click) {
520
- $button.on("click", mArguments.click);
521
520
  $button.on("click", function (evt) {
522
521
  if (this.getParent()) {
523
522
  this.getParent().setFocus({
@@ -526,6 +525,7 @@ sap.ui.define([
526
525
  }, true);
527
526
  }
528
527
  }.bind(this));
528
+ $button.on("click", mArguments.click);
529
529
  }
530
530
 
531
531
  $wrapper.append($button);
@@ -296,6 +296,16 @@ sap.ui.define([
296
296
  "RightToLeft": "Finish to Start",
297
297
  "RightToRight": "Finish to Finish"
298
298
  }
299
+ },
300
+ /**
301
+ * Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
302
+ * Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
303
+ * Reverts to the default values for keys that are not set.
304
+ * @public
305
+ * @since 1.149
306
+ */
307
+ labels: {
308
+ type: "object", group: "Appearance", defaultValue: {}
299
309
  }
300
310
  },
301
311
  aggregations: {
@@ -1015,6 +1025,13 @@ sap.ui.define([
1015
1025
  this._createLegend();
1016
1026
  };
1017
1027
 
1028
+ Graph.prototype.setLabels = function (oValue) {
1029
+ this.setProperty("labels", oValue, true);
1030
+ this._createSearchSuggestItems();
1031
+ this._createLegend();
1032
+ return this;
1033
+ };
1034
+
1018
1035
 
1019
1036
  /**
1020
1037
  * Zooms in or out of the graph.
@@ -1157,6 +1174,7 @@ sap.ui.define([
1157
1174
  return;
1158
1175
  }
1159
1176
 
1177
+ this._oFocus = null;
1160
1178
  this.setFocus(oFocus);
1161
1179
 
1162
1180
  if (oFocus.button == "menu") {
@@ -2889,6 +2907,11 @@ sap.ui.define([
2889
2907
  // indicates current count of suggestion items when they are rendered
2890
2908
  this._oSuggestionItemsModel.setSizeLimit(SUGGESTION_ITEMS_LIMIT);
2891
2909
 
2910
+ const oLabels = this.getLabels() || {};
2911
+ const sNodeLabel = oLabels.nodeLabel || oResourceBundle.getText("NETWORK_GRAPH_NODE");
2912
+ const sLineLabel = oLabels.lineLabel || oResourceBundle.getText("NETWORK_GRAPH_LINE");
2913
+ const sGroupLabel = oLabels.groupLabel || oResourceBundle.getText("NETWORK_GRAPH_GROUP");
2914
+
2892
2915
  aNodes.forEach(function (oNode) {
2893
2916
  var sTitle = Utils.trimText(oNode.getTitle(), TITLE_LENGTH);
2894
2917
  oData.items.push({
@@ -2896,7 +2919,7 @@ sap.ui.define([
2896
2919
  type: SUGGESTIONS.Node,
2897
2920
  icon: oNode.getIcon(),
2898
2921
  key: oNode.getKey(),
2899
- description: "(" + oResourceBundle.getText("NETWORK_GRAPH_NODE") + ")"
2922
+ description: "(" + sNodeLabel + ")"
2900
2923
  });
2901
2924
  });
2902
2925
 
@@ -2909,7 +2932,7 @@ sap.ui.define([
2909
2932
  text: oLine._createSuggestionHelpText(),
2910
2933
  type: SUGGESTIONS.Line,
2911
2934
  key: oLine._getLineId(),
2912
- description: "(" + oResourceBundle.getText("NETWORK_GRAPH_LINE") + ")"
2935
+ description: "(" + sLineLabel + ")"
2913
2936
  });
2914
2937
  }
2915
2938
  });
@@ -2921,7 +2944,7 @@ sap.ui.define([
2921
2944
  text: sTitle ? sTitle : oGroup.getKey(),
2922
2945
  key: oGroup.getKey(),
2923
2946
  type: SUGGESTIONS.Group,
2924
- description: "(" + oResourceBundle.getText("NETWORK_GRAPH_GROUP") + ")"
2947
+ description: "(" + sGroupLabel + ")"
2925
2948
  });
2926
2949
  }
2927
2950
  });
@@ -3088,7 +3111,7 @@ sap.ui.define([
3088
3111
  if (fnHasStatus(oCollection)) {
3089
3112
  oRm.openStart("div").class(sClass).openEnd();
3090
3113
  oRm.openStart("label").class("sapSuiteUiCommonsNetworkGraphLegendTitle").openEnd();
3091
- oRm.text(oResourceBundle.getText(sTitle));
3114
+ oRm.text(sTitle);
3092
3115
  oRm.close("label");
3093
3116
  oRm.close("div");
3094
3117
  // get the status labels for sorting (some statuses can have custom labels)
@@ -3123,12 +3146,13 @@ sap.ui.define([
3123
3146
  return;
3124
3147
  }
3125
3148
 
3149
+ const oLabels = this.getLabels() || {};
3126
3150
  fnProcessElements(this.getNodes(), oNodeStatuses, "sapSuiteUiCommonsNetworkGraphLegendTitleNode",
3127
- "NETWORK_GRAPH_NODES", StatusType.Node);
3151
+ oLabels.nodeLabelPlural || oResourceBundle.getText("NETWORK_GRAPH_NODES"), StatusType.Node);
3128
3152
  fnProcessElements(this.getLines(), oLineStatuses, "sapSuiteUiCommonsNetworkGraphLegendTitleLine",
3129
- "NETWORK_GRAPH_LINES", StatusType.Line);
3153
+ oLabels.lineLabelPlural || oResourceBundle.getText("NETWORK_GRAPH_LINES"), StatusType.Line);
3130
3154
  fnProcessElements(this.getGroups(), oGroupStatuses, "sapSuiteUiCommonsNetworkGraphLegendTitleLine",
3131
- "NETWORK_GRAPH_GROUPS", StatusType.Group);
3155
+ oLabels.groupLabelPlural || oResourceBundle.getText("NETWORK_GRAPH_GROUPS"), StatusType.Group);
3132
3156
  oRm.flush($legend[0]);
3133
3157
  oRm.destroy();
3134
3158
  // $legend.html(sHtml);
@@ -101,6 +101,9 @@ sap.ui.define([
101
101
  beforeOpen: function () {
102
102
  this._fnCreate();
103
103
  this._oPopover.setInitialFocus(Element.getElementById(this.getId() + "-detailsSection"));
104
+ if (this._oOpener && this._oElement && this._oElement._setActionButtonFocus) {
105
+ this._oElement._setActionButtonFocus(this._oOpener, false);
106
+ }
104
107
  }.bind(this),
105
108
  contentWidth: "350px"
106
109
  }).addStyleClass("sapSuiteUiCommonsNetworkTooltip");
@@ -161,6 +164,7 @@ sap.ui.define([
161
164
 
162
165
  this._fnCreate = this._createDetail;
163
166
  this._oElement = mArguments.item;
167
+ this._oOpener = oOpener;
164
168
  this._oPopover.openBy(oOpener);
165
169
  };
166
170
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.148.0
33
+ * @version 1.149.0
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.suite.ui.commons.statusindicator.Shape
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.148.0
39
+ * @version 1.149.0
40
40
  * @since 1.50
41
41
  *
42
42
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.148.0
24
+ * @version 1.149.0
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.148.0
26
+ * @version 1.149.0
27
27
  * @since 1.50
28
28
  *
29
29
  * @constructor
@@ -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.148.0
26
+ * @version 1.149.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.148.0
32
+ * @version 1.149.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.148.0
31
+ * @version 1.149.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.148.0
32
+ * @version 1.149.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.148.0
45
+ * @version 1.149.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.148.0
33
+ * @version 1.149.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.148.0
33
+ * @version 1.149.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.148.0
52
+ * @version 1.149.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.148.0
59
+ * @version 1.149.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.148.0
44
+ * @version 1.149.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.148.0
44
+ * @version 1.149.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.148.0
27
+ * @version 1.149.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.148.0
68
+ * @version 1.149.0
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor
@@ -87,8 +87,8 @@
87
87
  }
88
88
 
89
89
  .sapSuiteUiCommonsMicroProcessFlowItemInformation {
90
- border-color: var(--sapInformationBorderColor);
91
- background-color: var(--sapInformationBackground);
90
+ border-color: var(--sapIndicationColor_5_BorderColor);
91
+ background-color: var(--sapIndicationColor_5_Background);
92
92
  }
93
93
 
94
94
  .sapSuiteUiCommonsMicroProcessFlowItemNone {
@@ -102,7 +102,8 @@
102
102
  }
103
103
 
104
104
  .sapSuiteUiCommonsMicroProcessFlowItemInformation .sapSuiteUiCommonsMicroProcessFlowItemIcon {
105
- color: var(--sapInformativeTextColor);
105
+ color: var(--sapContent_ContrastTextColor);
106
+ text-shadow: var(--sapContent_ContrastTextShadow);
106
107
  }
107
108
 
108
109
  .sapSuiteUiCommonsMicroProcessFlowItemWarning .sapSuiteUiCommonsMicroProcessFlowItemIcon {
@@ -2,12 +2,10 @@
2
2
  /* CSS for control sap.suite.ui.commons/MicroProcessFlow */
3
3
  /* Quartz Light theme */
4
4
  /* ====================================================== */
5
-
6
5
  .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
7
- background-color: var(--sapButton_Hover_Background);
8
- border-color: var(--sapInformationBorderColor);
6
+ background-color: var(--sapButton_Information_Hover_Background);
9
7
 
10
- .sapSuiteUiCommonsMicroProcessFlowItemIcon {
11
- color: var(--sapButton_Hover_TextColor);
12
- }
8
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
9
+ color: var(--sapContent_ContrastTextColor);
10
+ }
13
11
  }
@@ -2,12 +2,10 @@
2
2
  /* CSS for control sap.suite.ui.commons/MicroProcessFlow */
3
3
  /* Quartz Dark theme */
4
4
  /* ====================================================== */
5
-
6
5
  .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
7
- background-color: var(--sapButton_Hover_Background);
8
- border-color: var(--sapInformationBorderColor);
6
+ background-color: var(--sapButton_Information_Hover_Background);
9
7
 
10
- .sapSuiteUiCommonsMicroProcessFlowItemIcon {
11
- color: var(--sapButton_Information_Hover_Background);
12
- }
8
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
9
+ color: var(--sapContent_ContrastTextColor);
10
+ }
13
11
  }
@@ -0,0 +1,7 @@
1
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
2
+ background-color: var(--sapButton_Information_Hover_Background);
3
+
4
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
5
+ color: var(--sapContent_ContrastTextColor);
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
2
+ background-color: var(--sapButton_Information_Hover_Background);
3
+
4
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
5
+ color: var(--sapContent_ContrastTextColor);
6
+ }
7
+ }
@@ -7,4 +7,11 @@
7
7
  border-radius: 100%;
8
8
  min-width: 1.25rem;
9
9
  min-height: 1.25rem;
10
+ }
11
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
12
+ background-color: var(--sapButton_Lite_Hover_TextColor);
13
+
14
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
15
+ color: var(--sapContent_ContrastTextColor);
16
+ }
10
17
  }
@@ -7,4 +7,11 @@
7
7
  border-radius: 100%;
8
8
  min-width: 1.25rem;
9
9
  min-height: 1.25rem;
10
+ }
11
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
12
+ background-color: var(--sapButton_Lite_Hover_TextColor);
13
+
14
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
15
+ color: var(--sapContent_ContrastTextColor);
16
+ }
10
17
  }
@@ -6,4 +6,11 @@
6
6
  .sapUiSizeCompact .sapSuiteUiCommonsMicroProcessFlowItem {
7
7
  min-width: 1.25rem;
8
8
  min-height: 1.25rem;
9
+ }
10
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
11
+ background-color: var(--sapButton_Information_Hover_Background);
12
+
13
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
14
+ color: var(--sapContent_ContrastTextColor);
15
+ }
9
16
  }
@@ -6,4 +6,11 @@
6
6
  .sapUiSizeCompact .sapSuiteUiCommonsMicroProcessFlowItem {
7
7
  min-width: 1.25rem;
8
8
  min-height: 1.25rem;
9
+ }
10
+ .sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
11
+ background-color: var(--sapButton_Information_Hover_Background);
12
+
13
+ .sapSuiteUiCommonsMicroProcessFlowItemIcon {
14
+ color: var(--sapContent_ContrastTextColor);
15
+ }
9
16
  }