@sapui5/sap.suite.ui.commons 1.116.0 → 1.118.1

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 (63) 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 +55 -10
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +4 -4
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/ProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/ProcessFlowLaneHeader.js +1 -0
  16. package/src/sap/suite/ui/commons/ProcessFlowNode.js +3 -3
  17. package/src/sap/suite/ui/commons/ProcessFlowNodeRenderer.js +0 -3
  18. package/src/sap/suite/ui/commons/Timeline.js +25 -8
  19. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +50 -27
  28. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  32. package/src/sap/suite/ui/commons/library.js +1 -1
  33. package/src/sap/suite/ui/commons/messagebundle_ca.properties +4 -4
  34. package/src/sap/suite/ui/commons/messagebundle_de.properties +1 -1
  35. package/src/sap/suite/ui/commons/messagebundle_es.properties +2 -2
  36. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +3 -3
  37. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +4 -4
  38. package/src/sap/suite/ui/commons/messagebundle_hi.properties +3 -3
  39. package/src/sap/suite/ui/commons/messagebundle_it.properties +8 -8
  40. package/src/sap/suite/ui/commons/networkgraph/Graph.js +5 -18
  41. package/src/sap/suite/ui/commons/networkgraph/Group.js +1 -1
  42. package/src/sap/suite/ui/commons/networkgraph/Node.js +22 -6
  43. package/src/sap/suite/ui/commons/networkgraph/layout/LayoutTask.js +3 -2
  44. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  52. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  53. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  54. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  55. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +3 -3
  56. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -2
  57. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  58. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  59. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  60. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +5 -1
  61. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +12 -12
  62. package/src/sap/suite/ui/commons/util/ManagedObjectRegister.js +4 -3
  63. package/src/sap/suite/ui/commons/util/RenderUtils.js +5 -0
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.116.0
127
+ * @version 1.118.1
128
128
  * @since 1.66.0
129
129
  *
130
130
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.116.0
29
+ * @version 1.118.1
30
30
  * @since 1.68.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.116.0
25
+ * @version 1.118.1
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.116.0
19
+ * @version 1.118.1
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -185,7 +185,7 @@
185
185
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
186
186
  "sap.suite.ui.commons.AriaProperties"
187
187
  ],
188
- version: "1.116.0",
188
+ version: "1.118.1",
189
189
  extensions: {
190
190
  flChangeHandlers: {
191
191
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -133,7 +133,7 @@ TIMELINE_REPLIES=Respondre
133
133
  TIMELINE_LIKE=M'agrada
134
134
  TIMELINE_OK=D'acord
135
135
  TIMELINE_ADD_POST=Afegir contribuci\u00F3 de SAP Jam
136
- TIMELINE_SHOW_MORE=Visual.m\u00E9s
136
+ TIMELINE_SHOW_MORE=Mostrar m\u00E9s
137
137
  TIMELINE_TEXT_SHOW_MORE=m\u00E9s
138
138
  TIMELINE_TEXT_SHOW_LESS=menys
139
139
  PF_ERROR_INPUT_DATA=Error en carregar les dades
@@ -193,11 +193,11 @@ PF_CONNECTIONLABEL=Etiqueta de connexi\u00F3
193
193
  NUMERICCONTENT_DEVIATION_UP=Ascendent
194
194
  NUMERICCONTENT_DEVIATION_DOWN=Descendent
195
195
 
196
- CHARTCONTAINER_VIEWBY=Visual.per
196
+ CHARTCONTAINER_VIEWBY=Visualitzar per
197
197
  CHARTCONTAINER_LEGEND=Llegenda
198
198
  CHARTCONTAINER_PERSONALIZE=Personalitzar
199
- CHARTCONTAINER_FULLSCREEN=Obr.pan.com.
200
- CHARTCONTAINER_FULLSCREEN_CLOSE=Tan.pan.com.
199
+ CHARTCONTAINER_FULLSCREEN=Obrir pantalla completa
200
+ CHARTCONTAINER_FULLSCREEN_CLOSE=Tancar pantalla completa
201
201
  CHARTCONTAINER_OPTIONS=Opcions
202
202
  CHARTCONTAINER_CLOSE=Tancar
203
203
  CHARTCONTAINER_ZOOMIN=Ampliar
@@ -477,7 +477,7 @@ CFP_DATA_LOADING_TEXT=Daten werden geladen...
477
477
  CFP_BUTTON_OK=OK
478
478
 
479
479
  COLLABORATION_MSTEAMS_SHARE=Microsoft Teams
480
- COLLABORATION_MSTEAMS_CHAT=Als Chat
480
+ COLLABORATION_MSTEAMS_CHAT=Per Chat
481
481
  COLLABORATION_MSTEAMS_TAB=Als Registerkarte
482
482
  COLLABORATION_MSTEAMS_CARD=Als Karte
483
483
  COLLABORATION_MSTEAMS_TAB_SINGLE=Registerkarte in Microsoft Teams
@@ -133,7 +133,7 @@ TIMELINE_REPLIES=Respuestas
133
133
  TIMELINE_LIKE=Me gusta
134
134
  TIMELINE_OK=OK
135
135
  TIMELINE_ADD_POST=A\u00F1adir publicaci\u00F3n de SAP Jam
136
- TIMELINE_SHOW_MORE=Visual.m\u00E1s
136
+ TIMELINE_SHOW_MORE=Visualizar m\u00E1s
137
137
  TIMELINE_TEXT_SHOW_MORE=m\u00E1s
138
138
  TIMELINE_TEXT_SHOW_LESS=menos
139
139
  PF_ERROR_INPUT_DATA=Error al cargar los datos
@@ -193,7 +193,7 @@ PF_CONNECTIONLABEL=Etiqueta de conexi\u00F3n
193
193
  NUMERICCONTENT_DEVIATION_UP=Ascendente
194
194
  NUMERICCONTENT_DEVIATION_DOWN=Descendente
195
195
 
196
- CHARTCONTAINER_VIEWBY=Visual.por
196
+ CHARTCONTAINER_VIEWBY=Visualizar por
197
197
  CHARTCONTAINER_LEGEND=Leyenda
198
198
  CHARTCONTAINER_PERSONALIZE=Personalizaci\u00F3n
199
199
  CHARTCONTAINER_FULLSCREEN=Abrir pantalla completa
@@ -196,8 +196,8 @@ NUMERICCONTENT_DEVIATION_DOWN=Descendente
196
196
  CHARTCONTAINER_VIEWBY=Ver por
197
197
  CHARTCONTAINER_LEGEND=Leyenda
198
198
  CHARTCONTAINER_PERSONALIZE=Personalizar
199
- CHARTCONTAINER_FULLSCREEN=Abrir pant.
200
- CHARTCONTAINER_FULLSCREEN_CLOSE=Cerrar pant.
199
+ CHARTCONTAINER_FULLSCREEN=Abrir pantalla completa
200
+ CHARTCONTAINER_FULLSCREEN_CLOSE=Cerrar pantalla completa
201
201
  CHARTCONTAINER_OPTIONS=Opciones
202
202
  CHARTCONTAINER_CLOSE=Cerrar
203
203
  CHARTCONTAINER_ZOOMIN=Acercar
@@ -214,7 +214,7 @@ TARGETFILTER_ENTRIES_TEXT=Entradas
214
214
  TARGETFILTER_OTHERS_TEXT=Otros
215
215
  TARGETFILTER_MORE_TEXT=m\u00E1s
216
216
  TARGETFILTER_BUTTON_SELECT=Selec.
217
- TARGETFILTER_BUTTON_DESELECT=Demarcar
217
+ TARGETFILTER_BUTTON_DESELECT=Desmarcar
218
218
  TARGETFILTER_BUTTON_CANCEL=Cancelar
219
219
 
220
220
  VNB_ARIA_LABEL={0} Cantidad {1}
@@ -126,14 +126,14 @@ TIMELINE_ALL=Tous
126
126
  TIMELINE_FILTER_CANCEL=Annuler
127
127
  TIMELINE_FILTER_INFO_BY=Filtr\u00E9 par\: {0}
128
128
  TIMELINE_CLEAR_ICN_TOOLTIP=R\u00E9initialiser les filtres
129
- TIMELINE_MORE=Afficher +
129
+ TIMELINE_MORE=Afficher plus
130
130
  TIMELINE_ADD=Ajouter
131
131
  TIMELINE_REPLY=R\u00E9pondre
132
132
  TIMELINE_REPLIES=R\u00E9ponses
133
133
  TIMELINE_LIKE=J'aime
134
134
  TIMELINE_OK=OK
135
135
  TIMELINE_ADD_POST=Ajouter une publication SAP Jam
136
- TIMELINE_SHOW_MORE=Afficher +
136
+ TIMELINE_SHOW_MORE=Afficher plus
137
137
  TIMELINE_TEXT_SHOW_MORE=plus
138
138
  TIMELINE_TEXT_SHOW_LESS=moins
139
139
  PF_ERROR_INPUT_DATA=Erreur lors du chargement des donn\u00E9es
@@ -197,7 +197,7 @@ CHARTCONTAINER_VIEWBY=Afficher par
197
197
  CHARTCONTAINER_LEGEND=L\u00E9gende
198
198
  CHARTCONTAINER_PERSONALIZE=Personnaliser
199
199
  CHARTCONTAINER_FULLSCREEN=Plein \u00E9cran
200
- CHARTCONTAINER_FULLSCREEN_CLOSE=Fermer \u00E9cran
200
+ CHARTCONTAINER_FULLSCREEN_CLOSE=Quitter le plein \u00E9cran
201
201
  CHARTCONTAINER_OPTIONS=Options
202
202
  CHARTCONTAINER_CLOSE=Fermer
203
203
  CHARTCONTAINER_ZOOMIN=Zoom avant
@@ -214,7 +214,7 @@ TARGETFILTER_ENTRIES_TEXT=Entr\u00E9es
214
214
  TARGETFILTER_OTHERS_TEXT=Autres
215
215
  TARGETFILTER_MORE_TEXT=plus
216
216
  TARGETFILTER_BUTTON_SELECT=S\u00E9lect.
217
- TARGETFILTER_BUTTON_DESELECT=D\u00E9s\u00E9lect.
217
+ TARGETFILTER_BUTTON_DESELECT=D\u00E9s\u00E9lectionner
218
218
  TARGETFILTER_BUTTON_CANCEL=Annuler
219
219
 
220
220
  VNB_ARIA_LABEL={0} quantit\u00E9 {1}
@@ -45,7 +45,7 @@ NOTETAKERCARD_BUTTON_SAVE_TEXT=\u0938\u0939\u0947\u091C\u0947\u0902
45
45
  NOTETAKERCARD_BUTTON_SAVE_TOOLTIP=\u0928\u094B\u091F \u0938\u0939\u0947\u091C\u0947\u0902
46
46
  NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_MESSAGE=\u0938\u0939\u0947\u091C\u093E \u0928 \u0917\u092F\u093E \u0921\u0947\u091F\u093E \u0916\u094B \u091C\u093E\u090F\u0917\u093E. \u0915\u094D\u092F\u093E \u0906\u092A \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948?
47
47
  NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_TITLE=\u0938\u0939\u0947\u091C\u093E \u0928 \u0917\u092F\u093E \u0921\u0947\u091F\u093E
48
- NOTETAKER_FILTER_TITLE=\u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0926\u094D\u0935\u093E\u0930\u093E
48
+ NOTETAKER_FILTER_TITLE=\u0907\u0938\u0915\u0947\u0905\u0928\u0941\u0938\u093E\u0930 \u092B\u093C\u093F\u0932\u094D\u091F\u0930
49
49
  NOTETAKER_BUTTON_HOME_TOOLTIP=\u091C\u094B\u0921\u093C\u0947 \u0928\u094B\u091F \u0915\u093E\u0930\u094D\u0921 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902
50
50
  NOTETAKER_BUTTON_FILTER_TAG_TOOLTIP=\u091F\u0948\u0917 \u0926\u094D\u0935\u093E\u0930\u093E \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0928\u094B\u091F \u0915\u094B \u091A\u0942\u0928\u0947\u0902
51
51
  NOTETAKER_BUTTON_FILTER_THUMB_UP_TOOLTIP=\u0938\u0915\u093E\u0930\u093E\u0924\u094D\u092E\u0915 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0928\u0947 \u0935\u093E\u0932\u0940 \u0928\u094B\u091F \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902
@@ -193,7 +193,7 @@ PF_CONNECTIONLABEL=\u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0932\u0947\u092C
193
193
  NUMERICCONTENT_DEVIATION_UP=\u092C\u095D\u0924\u0947 \u0915\u094D\u0930\u092E \u092E\u0947\u0902
194
194
  NUMERICCONTENT_DEVIATION_DOWN=\u0918\u091F\u0924\u0947 \u0915\u094D\u0930\u092E \u092E\u0947\u0902
195
195
 
196
- CHARTCONTAINER_VIEWBY=\u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0943\u0936\u094D\u092F
196
+ CHARTCONTAINER_VIEWBY=\u0907\u0938\u0915\u0947 \u0905\u0928\u0941\u0938\u093E\u0930 \u0926\u0947\u0916\u0947\u0902
197
197
  CHARTCONTAINER_LEGEND=\u0932\u0947\u091C\u0947\u0902\u0921
198
198
  CHARTCONTAINER_PERSONALIZE=\u0928\u093F\u091C\u0940\u0915\u0943\u0924 \u0915\u0930\u0947\u0902
199
199
  CHARTCONTAINER_FULLSCREEN=\u092A\u0942\u0930\u094D\u0923 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0916\u094B\u0932\u0947\u0902
@@ -214,7 +214,7 @@ TARGETFILTER_ENTRIES_TEXT=\u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F
214
214
  TARGETFILTER_OTHERS_TEXT=\u0905\u0928\u094D\u092F
215
215
  TARGETFILTER_MORE_TEXT=\u0905\u0927\u093F\u0915
216
216
  TARGETFILTER_BUTTON_SELECT=\u091A\u092F\u0928
217
- TARGETFILTER_BUTTON_DESELECT=\u091A\u092F\u0928 \u0939\u091F\u093E\u090F\u0902
217
+ TARGETFILTER_BUTTON_DESELECT=\ \u091A\u092F\u0928 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902
218
218
  TARGETFILTER_BUTTON_CANCEL=\u0930\u0926\u094D\u0926
219
219
 
220
220
  VNB_ARIA_LABEL={0} \u092E\u093E\u0924\u094D\u0930\u093E {1}
@@ -126,14 +126,14 @@ TIMELINE_ALL=Tutto
126
126
  TIMELINE_FILTER_CANCEL=Annulla
127
127
  TIMELINE_FILTER_INFO_BY=Filtra per\: {0}
128
128
  TIMELINE_CLEAR_ICN_TOOLTIP=Resetta filtri
129
- TIMELINE_MORE=Vis. pi\u00F9
129
+ TIMELINE_MORE=Mostra di pi\u00F9
130
130
  TIMELINE_ADD=Aggiungi
131
131
  TIMELINE_REPLY=Rispondi
132
132
  TIMELINE_REPLIES=Risposte
133
133
  TIMELINE_LIKE=Mi piace
134
134
  TIMELINE_OK=OK
135
135
  TIMELINE_ADD_POST=Aggiungi post SAP Jam
136
- TIMELINE_SHOW_MORE=Vis. pi\u00F9
136
+ TIMELINE_SHOW_MORE=Mostra di pi\u00F9
137
137
  TIMELINE_TEXT_SHOW_MORE=di pi\u00F9
138
138
  TIMELINE_TEXT_SHOW_LESS=Meno
139
139
  PF_ERROR_INPUT_DATA=Errore nel caricamento dei dati
@@ -148,7 +148,7 @@ TIMELINE_MONTH=Mese
148
148
  TIMELINE_QUARTER=Trimestre
149
149
  TIMELINE_YEAR=Anno
150
150
  TIMELINE_GROUP_BY_PERIOD=Periodo
151
- TIMELINE_FILTER_TIME=Filtrare per data/ora
151
+ TIMELINE_FILTER_TIME=Filtra per data/ora
152
152
  TIMELINE_FILTER_SUBMIT=Applica
153
153
  TIMELINE_SORT=Classif.
154
154
  TIMELINE_SORT_ASCENDING=Classifica in ordine crescente
@@ -193,11 +193,11 @@ PF_CONNECTIONLABEL=Etichetta di collegamento
193
193
  NUMERICCONTENT_DEVIATION_UP=In ordine crescente
194
194
  NUMERICCONTENT_DEVIATION_DOWN=In ordine decrescente
195
195
 
196
- CHARTCONTAINER_VIEWBY=Vis. per
196
+ CHARTCONTAINER_VIEWBY=Visualizza per
197
197
  CHARTCONTAINER_LEGEND=Legenda
198
- CHARTCONTAINER_PERSONALIZE=Personalizzare
199
- CHARTCONTAINER_FULLSCREEN=Apri tt.sch.
200
- CHARTCONTAINER_FULLSCREEN_CLOSE=Ch. tt. sch.
198
+ CHARTCONTAINER_PERSONALIZE=Personalizza
199
+ CHARTCONTAINER_FULLSCREEN=Apri immagine a tutto schermo
200
+ CHARTCONTAINER_FULLSCREEN_CLOSE=Chiudi immagine a tutto schermo
201
201
  CHARTCONTAINER_OPTIONS=Opzioni
202
202
  CHARTCONTAINER_CLOSE=Chiudi
203
203
  CHARTCONTAINER_ZOOMIN=Ingrandisci
@@ -214,7 +214,7 @@ TARGETFILTER_ENTRIES_TEXT=Inserimenti
214
214
  TARGETFILTER_OTHERS_TEXT=Altro
215
215
  TARGETFILTER_MORE_TEXT=di pi\u00F9
216
216
  TARGETFILTER_BUTTON_SELECT=Sel.
217
- TARGETFILTER_BUTTON_DESELECT=Elim.
217
+ TARGETFILTER_BUTTON_DESELECT=Deseleziona
218
218
  TARGETFILTER_BUTTON_CANCEL=Annulla
219
219
 
220
220
  VNB_ARIA_LABEL={0} Quantit\u00E0 {1}
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  var ZOOM_MILESTONES = [0.05, 0.1, 0.25, 0.33, 0.50, 0.67, 0.75, 0.80, 0.90, 1, 1.1, 1.25, 1.5, 1.75, 2, 2.5, 3, 4, 5],
57
57
  DEFAULT_ZOOM_MILESTONE = 1,
58
58
  ZOOM_OUT_RATING = 0.4,
59
- SUGGESTION_ITEMS_LIMIT = 100000;
59
+ SUGGESTION_ITEMS_LIMIT = 100;
60
60
 
61
61
  var SUGGESTIONS = {
62
62
  Group: "group",
@@ -73,19 +73,6 @@ sap.ui.define([
73
73
  });
74
74
 
75
75
  var oResourceBundle = sap.ui.getCore().getLibraryResourceBundle("sap.suite.ui.commons");
76
-
77
- // indicates current count of suggestion items when they are rendered
78
- var iSuggestItemCount = 0,
79
- MAX_DISPLAY_ITEM = 100;
80
-
81
- var LimitedSuggestionItem = SuggestionItem.extend("sap.suite.ui.commons.networkgraph.LimitedSuggestionItem", {
82
- render: function (oRenderManager, oItem, sSearch, bSelected) {
83
- if (iSuggestItemCount++ < MAX_DISPLAY_ITEM) {
84
- SuggestionItem.prototype.render.call(this, oRenderManager, oItem, sSearch, bSelected);
85
- }
86
- }
87
- });
88
-
89
76
  /**
90
77
  * Constructor for a new Graph.
91
78
  *
@@ -557,7 +544,7 @@ sap.ui.define([
557
544
 
558
545
  /**
559
546
  * If you call this method with <code>true</code> parameter, no invalidation will be triggered until you call it with <code>false</code>.
560
- * This may be useful when changing properties before rendering which may trigger unwanted invalidation and force an infinite loop.
547
+ * This can be useful when changing properties before rendering that can trigger unwanted invalidation and force an infinite loop.
561
548
  * @param {boolean} bPreventInvalidation True for preventing graph invalidation
562
549
  */
563
550
  Graph.prototype.preventInvalidation = function (bPreventInvalidation) {
@@ -567,6 +554,7 @@ sap.ui.define([
567
554
  /**
568
555
  * Scrolls to the element set in the parameter.
569
556
  * @param {Object} oElement Element to scroll to
557
+ * @returns {void}
570
558
  * @public
571
559
  */
572
560
  Graph.prototype.scrollToElement = function (oElement) {
@@ -1592,8 +1580,6 @@ sap.ui.define([
1592
1580
  term: sTerm
1593
1581
  }, true);
1594
1582
 
1595
- iSuggestItemCount = 0;
1596
-
1597
1583
  if (bExecuteDefault) {
1598
1584
  if (sTerm) {
1599
1585
  aFilters = [
@@ -2302,6 +2288,7 @@ sap.ui.define([
2302
2288
  });
2303
2289
 
2304
2290
  this._oSuggestionItemsModel = new JSONModel();
2291
+ // indicates current count of suggestion items when they are rendered
2305
2292
  this._oSuggestionItemsModel.setSizeLimit(SUGGESTION_ITEMS_LIMIT);
2306
2293
 
2307
2294
  aNodes.forEach(function (oNode) {
@@ -2345,7 +2332,7 @@ sap.ui.define([
2345
2332
  this._searchField.setModel(this._oSuggestionItemsModel);
2346
2333
  this._searchField.bindAggregation("suggestionItems", {
2347
2334
  path: "/items",
2348
- template: new LimitedSuggestionItem({
2335
+ template: new SuggestionItem({
2349
2336
  text: "{text}",
2350
2337
  icon: "{icon}",
2351
2338
  key: "{key}",
@@ -303,7 +303,7 @@ sap.ui.define([
303
303
  }
304
304
 
305
305
  if (sIcon) {
306
- this._renderHtmlIcon(sIcon, "sapSuiteUiCommonsNetworkGroupHeaderIcon", null, sContentStyle, null, mOptions.renderManager);
306
+ this._renderHtmlIcon(sIcon, "sapSuiteUiCommonsNetworkGroupHeaderIcon", null, mOptions.renderManager ? sContentStyleVal : sContentStyle, null, mOptions.renderManager);
307
307
  }
308
308
 
309
309
  if (sTitle) {
@@ -481,6 +481,11 @@ sap.ui.define([
481
481
 
482
482
  /* =========================================================== */
483
483
  /* HTML Rendering */
484
+ /** Renders the HTML for the info icon of the node
485
+ * @param {Object} [mArguments] Optional arguments for rendering the info icon.
486
+ * @param {Object} [mOptions] Options for rendering the info icon.
487
+ * /
488
+
484
489
  /* =========================================================== */
485
490
  Node.prototype._renderHtmlInfoIcon = function(mArguments, mOptions) {
486
491
  mArguments = mArguments || {};
@@ -585,7 +590,7 @@ sap.ui.define([
585
590
  if (this.getShowDetailButton()) {
586
591
  var sNodeTitle = this.getTitle();
587
592
  this._appendActionButton({
588
- icon: "sap-icon://menu",
593
+ icon: "sap-icon://menu2",
589
594
  enable: this._hasDetailData() || (sNodeTitle ? sNodeTitle : this.getAltText()),
590
595
  id: this._getDomId("actionDetail"),
591
596
  title: oResourceBundle.getText("NETWORK_GRAPH_NODE_DETAILS"),
@@ -1382,7 +1387,16 @@ sap.ui.define([
1382
1387
  return sHtmlContent;
1383
1388
  }
1384
1389
  };
1385
-
1390
+ /**
1391
+ * Render the info icon
1392
+ * @param {number} iX The x coordinate of the status icon.
1393
+ * @param {number} iY The y coordinate of the status icon.
1394
+ * @param {number} iSize The size of the info box.
1395
+ * @param {number} iFontSize The fontsize of the icon.
1396
+ * @param {RenderManager} oRm The renderManager (optional).
1397
+ * @returns {string|void} The rendered HTML is string or nothing if 'oRm' is provided.
1398
+ * @private
1399
+ */
1386
1400
  Node.prototype._renderInfoIcon = function(iX, iY, iSize, iFontSize, oRm) {
1387
1401
  var sStatusIcon = this.getStatusIcon(),
1388
1402
  sStatusIconClass = sStatusIcon ? "sapSuiteUiCommonsNetworkNodeInfoWrapperCustomIcon" : "";
@@ -2580,7 +2594,7 @@ sap.ui.define([
2580
2594
 
2581
2595
  /**
2582
2596
  * Creates HTML representation of an icon.
2583
- * @param sIcon icon to render
2597
+ * @param {string} sIcon icon to render
2584
2598
  * @returns {string} HTML icon
2585
2599
  * @param {Object} [mOptions] Options passed to the method (optional).
2586
2600
  * @public
@@ -2708,7 +2722,7 @@ sap.ui.define([
2708
2722
  * @param {number} [mOptions.y] Offset value added to the y coordinate of the top left corner of the node to get the y coordinate of the status icon.
2709
2723
  * @param {number} [mOptions.size] Size of the icon box
2710
2724
  * @param {number} [mOptions.iconSize] Icon size
2711
- *
2725
+ * @returns {void}
2712
2726
  * @public
2713
2727
  */
2714
2728
  Node.prototype.renderStatusIcon = function(mParameters) {
@@ -2724,7 +2738,9 @@ sap.ui.define([
2724
2738
  * method to change the internal width and height.
2725
2739
  *
2726
2740
  * @param {Object} mArguments Arguments passed to the method
2727
- *
2741
+ * @param {number} [mArguments.width]- The width of the node.
2742
+ * @param {number} [mArguments.height]- The height of the node.
2743
+ * @param {number} [mArguments.titleHeight]- The height of the title.
2728
2744
  * @public
2729
2745
  */
2730
2746
  Node.prototype.setSize = function(mArguments) {
@@ -2943,7 +2959,7 @@ sap.ui.define([
2943
2959
  oMenuElements = fnCreateIcon({
2944
2960
  x: aActionButtonPositions[iButtonIndex][0],
2945
2961
  y: iStartY + aActionButtonPositions[iButtonIndex][1],
2946
- icon: "sap-icon://menu",
2962
+ icon: "sap-icon://menu2",
2947
2963
  enable: this._hasDetailData() || (sNodeTitle ? sNodeTitle : this.getAltText()),
2948
2964
  id: this._getDomId("actionDetail"),
2949
2965
  title: oResourceBundle.getText("NETWORK_GRAPH_NODE_DETAILS"),
@@ -14,16 +14,17 @@ sap.ui.define([
14
14
  * Constructor for a new LayoutTask.
15
15
  *
16
16
  * @class
17
- * A layout task is a wrapper around Promise which allows the caller to terminate the task. A terminated layout task
17
+ * A layout task is a wrapper around Promise that allows the caller to terminate the task. A terminated layout task
18
18
  * should not modify the graph associated with it.
19
19
  *
20
20
  * @extends sap.ui.base.Object
21
21
  *
22
22
  * @constructor
23
- * @param {function} fnPromiseCallback A function to be called from Promise main body. It gets
23
+ * @param {function(function,function,LayoutTask)} fnPromiseCallback A function to be called from Promise main body.
24
24
  * @public
25
25
  * @since 1.50
26
26
  * @alias sap.suite.ui.commons.networkgraph.layout.LayoutTask
27
+ * @returns {Promise} A promise reprsenting the LayoutTask
27
28
  */
28
29
  var LayoutTask = BaseObject.extend("sap.suite.ui.commons.networkgraph.layout.LayoutTask", {
29
30
  constructor: function (fnPromiseCallback) {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.116.0
29
+ * @version 1.118.1
30
30
  * @since 1.50
31
31
  *
32
32
  * @constructor
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.suite.ui.commons.statusindicator.Shape
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.116.0
36
+ * @version 1.118.1
37
37
  * @since 1.50
38
38
  *
39
39
  * @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.116.0
24
+ * @version 1.118.1
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.116.0
26
+ * @version 1.118.1
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.116.0
26
+ * @version 1.118.1
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.116.0
28
+ * @version 1.118.1
29
29
  * @since 1.50
30
30
  *
31
31
  * @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.116.0
27
+ * @version 1.118.1
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define(
18
18
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.116.0
21
+ * @version 1.118.1
22
22
  * @since 1.50
23
23
  *
24
24
  * @constructor
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.116.0
40
+ * @version 1.118.1
41
41
  * @since 1.50
42
42
  *
43
43
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.116.0
32
+ * @version 1.118.1
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.statusindicator.Shape
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.116.0
30
+ * @version 1.118.1
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.116.0
50
+ * @version 1.118.1
51
51
  * @since 1.50
52
52
  *
53
53
  * @constructor
@@ -388,10 +388,10 @@ sap.ui.define([
388
388
  };
389
389
 
390
390
  /**
391
- * @param {int} iValue Value that should be displayed
391
+ * @param {number} iValue Value that should be displayed.Must be a number between 0 and 100.
392
392
  *
393
393
  * @public
394
- * @returns {Object} self
394
+ * @returns {sap.suite.ui.commons.statusindicator.StatusIndicator} The StatusIndicator Instance.
395
395
  * Sets the status indicator percentage value.
396
396
  */
397
397
  StatusIndicator.prototype.setValue = function (iValue) {
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.116.0
51
+ * @version 1.118.1
52
52
  * @since 1.58.0
53
53
  *
54
54
  * @constructor
@@ -176,7 +176,6 @@ sap.ui.define([
176
176
  }
177
177
 
178
178
  oRm.attr("role", "region");
179
- // oRm.writeAttribute("aria-labelledby", oAccount.getId() + "-title" + " " + oAccount.getId() + "-sum");
180
179
  oRm.attr("aria-describedby", oAccount.getId());
181
180
  oRm.attr("aria-label", oAccount._getAriaLabelText());
182
181
  oRm.attr("tabindex", "0");
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.116.0
35
+ * @version 1.118.1
36
36
  * @since 1.58.0
37
37
  *
38
38
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.116.0
30
+ * @version 1.118.1
31
31
  * @since 1.58.0
32
32
  *
33
33
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.116.0
20
+ * @version 1.118.1
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.core.Control
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.116.0
58
+ * @version 1.118.1
59
59
  * @since 1.58.0
60
60
  *
61
61
  * @constructor
@@ -183,6 +183,10 @@ sap.ui.define([
183
183
  *
184
184
  * @public
185
185
  * @returns {Object} Object that includes the sum of entries in all included T-account groups.
186
+ * @property {string} measure- The measure of the sum
187
+ * @property {BigNumber} sum - The sum of Big Number entries as a object
188
+ * @property {boolean} correct - Indicaates whether the sum is correct.
189
+ *
186
190
  */
187
191
  TAccountPanel.prototype.getSum = function () {
188
192
  var iSum = new BigNumber("0"),