@sapui5/sap.suite.ui.commons 1.150.0 → 1.152.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 (69) 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/TimelineItem.js +2 -3
  15. package/src/sap/suite/ui/commons/TimelineNavigator.js +12 -9
  16. package/src/sap/suite/ui/commons/collaboration/UniversalCollaborationBar.js +475 -360
  17. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/library.js +1 -1
  31. package/src/sap/suite/ui/commons/messagebundle_de.properties +2 -2
  32. package/src/sap/suite/ui/commons/messagebundle_en_US_saptrc.properties +616 -537
  33. package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
  34. package/src/sap/suite/ui/commons/messagebundle_pl.properties +1 -1
  35. package/src/sap/suite/ui/commons/networkgraph/ElementBase.js +7 -2
  36. package/src/sap/suite/ui/commons/networkgraph/Graph.js +19 -7
  37. package/src/sap/suite/ui/commons/networkgraph/GraphRenderer.js +1 -1
  38. package/src/sap/suite/ui/commons/networkgraph/Group.js +1 -1
  39. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +2 -0
  40. package/src/sap/suite/ui/commons/networkgraph/Line.js +24 -0
  41. package/src/sap/suite/ui/commons/networkgraph/Node.js +1 -1
  42. package/src/sap/suite/ui/commons/networkgraph/Tooltip.js +3 -1
  43. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +323 -129
  44. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +21 -6
  45. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  52. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  53. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  54. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  55. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  56. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  57. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  58. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  59. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  60. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  61. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  62. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +2 -1
  63. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +23 -6
  64. package/src/sap/suite/ui/commons/themes/base/Timeline.less +2 -2
  65. package/src/sap/suite/ui/commons/themes/sap_belize_base/NetworkGraph.less +23 -6
  66. package/src/sap/suite/ui/commons/themes/sap_belize_base/Timeline.less +2 -2
  67. package/src/sap/suite/ui/commons/themes/sap_belize_hcb/NetworkGraph.less +23 -2
  68. package/src/sap/suite/ui/commons/themes/sap_belize_hcw/NetworkGraph.less +23 -2
  69. package/src/sap/suite/ui/commons/themes/sap_hcb/base_NetworkGraph.less +23 -6
@@ -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.150.0
25
+ * @version 1.152.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.150.0
31
+ * @version 1.152.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.150.0
33
+ * @version 1.152.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.150.0
31
+ * @version 1.152.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.150.0
25
+ * @version 1.152.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.150.0
31
+ * @version 1.152.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.150.0
28
+ * @version 1.152.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.150.0
21
+ * @version 1.152.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.150.0
53
+ * @version 1.152.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.150.0
165
+ * @version 1.152.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.150.0
37
+ * @version 1.152.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.150.0
31
+ * @version 1.152.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.150.0
26
+ * @version 1.152.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.150.0",
201
+ version: "1.152.0",
202
202
  extensions: {
203
203
  flChangeHandlers: {
204
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -136,7 +136,7 @@ TIMELINE_ADD_POST=SAP Jam Post hinzuf\u00FCgen
136
136
  TIMELINE_SHOW_MORE=Mehr anzeigen
137
137
  TIMELINE_TEXT_SHOW_MORE=weitere
138
138
  TIMELINE_TEXT_SHOW_LESS=weniger
139
- TIMELINE_LINK_ACTIVATE_INSTRUCTION=link, press Enter to activate
139
+ TIMELINE_LINK_ACTIVATE_INSTRUCTION=Link; Aktivieren mit Enter.
140
140
  PF_ERROR_INPUT_DATA=Fehler beim Laden der Daten
141
141
  TIMELINE_GROUP_TEXT=Posts von
142
142
  TIMELINE_CUSTOM_RANGE=Eigener Bereich
@@ -596,7 +596,7 @@ POPOVER_CANCEL=Abbrechen
596
596
  POPOVER_CONTACT_COPY_EMAIL=Kopieren
597
597
  POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-Mail in Zwischenablage kopiert
598
598
  POPOVER_CONTACT_COPY_EMAIL_ERROR=E-Mail konnte nicht in die Zwischenablage kopiert werden
599
- POPOVER_CONTACT_SHARE_TEAMS=Mit MS Teams teilen
599
+ POPOVER_CONTACT_SHARE_TEAMS=In MS Teams teilen
600
600
 
601
601
  POPOVER_CONTACT_DETAILS=Kontaktdetails
602
602