@sapui5/sap.suite.ui.commons 1.84.14 → 1.84.16

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 (47) 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 +7 -4
  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/MicroProcessFlow.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  13. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  14. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  15. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/library.js +1 -1
  27. package/src/sap/suite/ui/commons/messagebundle_de.properties +7 -7
  28. package/src/sap/suite/ui/commons/messagebundle_it.properties +2 -2
  29. package/src/sap/suite/ui/commons/messagebundle_nl.properties +6 -6
  30. package/src/sap/suite/ui/commons/messagebundle_sv.properties +3 -3
  31. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +10 -5
  47. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.84.14",
3
+ "version": "1.84.16",
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.84.14</version>
10
+ <version>1.84.16</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Element
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.84.14
20
+ * @version 1.84.16
21
21
  * @since 1.65.0
22
22
  *
23
23
  * @constructor
@@ -125,7 +125,7 @@ sap.ui.define([
125
125
  * @extends sap.ui.core.Control
126
126
  *
127
127
  * @author SAP SE
128
- * @version 1.84.14
128
+ * @version 1.84.16
129
129
  * @since 1.56.0
130
130
  *
131
131
  * @constructor
@@ -887,9 +887,12 @@ sap.ui.define([
887
887
  var oToggleButton = oEvent.getSource();
888
888
 
889
889
  this._toggleFullScreen();
890
- oToggleButton.setTooltip(this._bIsFullScreen ? oResourceBundle.getText("CALCULATION_BUILDER_EXIT_FULL_SCREEN_BUTTON") : oResourceBundle.getText("CALCULATION_BUILDER_ENTER_FULL_SCREEN_BUTTON"));
891
- oToggleButton.setIcon(this._bIsFullScreen ? Icons.EXIT_FULL_SCREEN : Icons.FULL_SCREEN);
892
- this.invalidate();
890
+ oToggleButton.setAggregation("tooltip",
891
+ this._bIsFullScreen
892
+ ? oResourceBundle.getText("CALCULATION_BUILDER_EXIT_FULL_SCREEN_BUTTON")
893
+ : oResourceBundle.getText("CALCULATION_BUILDER_ENTER_FULL_SCREEN_BUTTON"),true);
894
+ oToggleButton.setProperty("icon", this._bIsFullScreen ? Icons.EXIT_FULL_SCREEN : Icons.FULL_SCREEN, true);
895
+ oToggleButton.focus();
893
896
  }.bind(this)
894
897
  }));
895
898
 
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @extends sap.ui.core.Control
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.84.14
104
+ * @version 1.84.16
105
105
  * @since 1.56.0
106
106
  *
107
107
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Control
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.14
21
+ * @version 1.84.16
22
22
  * @since 1.56.0
23
23
  *
24
24
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.84.14
18
+ * @version 1.84.16
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @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.84.14
33
+ * @version 1.84.16
34
34
  * @since 1.56.0
35
35
  *
36
36
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.84.14
19
+ * @version 1.84.16
20
20
  * @since 1.56.0
21
21
  *
22
22
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.84.14
18
+ * @version 1.84.16
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @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.84.14
31
+ * @version 1.84.16
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.84.14
33
+ * @version 1.84.16
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @constructor
22
22
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
23
- * @version 1.84.14
23
+ * @version 1.84.16
24
24
  * @since 1.50
25
25
  * @private
26
26
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.14
24
+ * @version 1.84.16
25
25
  * @since 1.67.0
26
26
  *
27
27
  * @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.84.14
26
+ * @version 1.84.16
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.14
24
+ * @version 1.84.16
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.84.14
18
+ * @version 1.84.16
19
19
  * @since 1.66.0
20
20
  *
21
21
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.14
24
+ * @version 1.84.16
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.84.14
21
+ * @version 1.84.16
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @constructor
@@ -10,7 +10,7 @@ sap.ui.define([
10
10
  * @extends sap.ui.base.Object
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.84.14
13
+ * @version 1.84.16
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.84.14
45
+ * @version 1.84.16
46
46
  * @since 1.66.0
47
47
  *
48
48
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.84.14
127
+ * @version 1.84.16
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.84.14
29
+ * @version 1.84.16
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.84.14
25
+ * @version 1.84.16
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.84.14
19
+ * @version 1.84.16
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -182,7 +182,7 @@ sap.ui.define([
182
182
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
183
183
  "sap.suite.ui.commons.AriaProperties"
184
184
  ],
185
- version: "1.84.14",
185
+ version: "1.84.16",
186
186
  extensions: {
187
187
  flChangeHandlers: {
188
188
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -78,7 +78,7 @@ NOTETAKERCARD_BUTTON_CLOSE_OVERLAY_TOOLTIP=Volltextsicht der Notiz schlie\u00DFe
78
78
  NOTETAKERCARD_EDITFIELD_TITLE_TOOLTIP=Titel bearbeiten
79
79
 
80
80
  THREEPANELTHINGVIEWER_BUTTON_MENU_TOOLTIP=Zeigt die Liste von Aktionen an
81
- THINGCOLLECTION_BUTTON_REMOVE_TOOLTIP=L\u00F6scht eine Position aus der Sammlung
81
+ THINGCOLLECTION_BUTTON_REMOVE_TOOLTIP=L\u00F6scht ein Element aus der Sammlung
82
82
  THINGCOLLECTION_BUTTON_PREVIOUS_TOOLTIP=Zur\u00FCck
83
83
  THINGCOLLECTION_BUTTON_NEXT_TOOLTIP=Weiter
84
84
 
@@ -102,7 +102,7 @@ UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_OPENWITH=\u00D6ffnen mit
102
102
  FACETOVERVIEW_NO_CONTENT_TEXT=Kein Inhalt vorhanden
103
103
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_EMAIL_LINK=Link per E-Mail
104
104
  UNIFIEDTHINGINSPECTOR_GENERAL_INFORMATION_HEADER_TEXT=Allgemeine Informationen
105
- FACETOVERVIEW_NO_ITEMS_TEXT=Keine Positionen vorhanden
105
+ FACETOVERVIEW_NO_ITEMS_TEXT=Keine Elemente verf\u00FCgbar
106
106
  INFOTILE_CANNOT_LOAD_TILE=Kachel kann nicht geladen werden
107
107
  INFOTILE_LOADING=L\u00E4dt
108
108
 
@@ -120,7 +120,7 @@ USHELL_FACTSHEET_ENTER_YOUR_FILTER=Filterwert hier eingeben
120
120
  TIMELINE_TODAY=Heute
121
121
  TIMELINE_YESTERDAY=Gestern
122
122
  TIMELINE_AT=um
123
- TIMELINE_NO_DATA=Keine Positionen verf\u00FCgbar
123
+ TIMELINE_NO_DATA=Es sind zurzeit keine Elemente verf\u00FCgbar
124
124
  TIMELINE_FILTER_BY=Filtern nach
125
125
  TIMELINE_ALL=Alles
126
126
  TIMELINE_FILTER_CANCEL=Abbrechen
@@ -235,7 +235,7 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=Netzwerk-Graph
235
235
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Netzwerk-Graph-Inhalt
236
236
  NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Zeile von {0} bis {1}
237
237
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Aktionstaste
238
- NETWORK_GRAPH_LINES=Zeilen
238
+ NETWORK_GRAPH_LINES=Linien
239
239
  NETWORK_GRAPH_NODES=Knoten
240
240
  NETWORK_GRAPH_GROUPS=Gruppen
241
241
  NETWORK_GRAPH_LEGEND=Legende
@@ -268,12 +268,12 @@ MICRO_PROCESS_FLOW_SUCCESS=Erfolg
268
268
  MICRO_PROCESS_FLOW_WARNING=Warnung
269
269
  MICRO_PROCESS_FLOW_ERROR=Fehler
270
270
  MICRO_PROCESS_FLOW_INFORMATION=Information
271
- MICRO_PROCESS_FLOW_ITEM=Position
271
+ MICRO_PROCESS_FLOW_ITEM=Element
272
272
 
273
273
 
274
274
  CALCULATION_BUILDER_SEARCH_VARIABLE=Suchen...
275
275
  CALCULATION_BUILDER_CONFIRM_BUTTON=OK
276
- CALCULATION_BUILDER_CLOSE_BUTTON=Abbrech.
276
+ CALCULATION_BUILDER_CLOSE_BUTTON=Abbrechen
277
277
  CALCULATION_BUILDER_DELETE_BUTTON=L\u00F6schen
278
278
  CALCULATION_BUILDER_TOGGLE_EXPRESSION_BUTTON=Ausgabe des Ausdrucks \u00E4ndern
279
279
  CALCULATION_BUILDER_EXPAND_ALL_BUTTON=Alle Variablen expandieren
@@ -345,7 +345,7 @@ TACCOUNT_TOTALBALANCE=Gesamtsaldo
345
345
  TACCOUNT_TOTALDEBIT=Soll gesamt
346
346
  TACCOUNT_TOTALCREDIT=Haben gesamt
347
347
  TACCOUNT_OK=OK
348
- TACCOUNT_CANCEL=Abbrech.
348
+ TACCOUNT_CANCEL=Abbrechen
349
349
  TACCOUNT_SELECTED=Passender Eintrag vorhanden
350
350
  TACCOUNT_COLLAPSE=Komprimieren
351
351
  TACCOUNT_EXPAND=Expandieren
@@ -240,7 +240,7 @@ NETWORK_GRAPH_NODES=Nodi
240
240
  NETWORK_GRAPH_GROUPS=Gruppi
241
241
  NETWORK_GRAPH_LEGEND=Legenda
242
242
  NETWORK_GRAPH_ZOOMTOFIT=Adatta alla finestra
243
- NETWORK_GRAPH_ZOOMCTRL=Premi il tasto CTRL e utilizza la rotella del mouse per ingrandire o ridurre.
243
+ NETWORK_GRAPH_ZOOMCTRL=Tenere premuto il tasto CTRL e utilizzare la rotella del mouse per ingrandire o ridurre.
244
244
  NETWORK_GRAPH_WRONGDATA=I dati del grafo network non sono consistenti; controlla la console per maggiori dettagli.
245
245
  NETWORK_GRAPH_COLLAPSED=Compresso
246
246
  NETWORK_GRAPH_NO_DATA=Nessun dato trovato.
@@ -314,7 +314,7 @@ CALCULATION_BUILDER_ADDITIONAL_OPERATOR=Operatori personalizzati
314
314
  CALCULATION_BUILDER_OPERATORS_PAGE_TITLE=Selezionare un operatore
315
315
  CALCULATION_BUILDER_LOGICAL_TITLE_SELECT=Operatori logici\:
316
316
  CALCULATION_BUILDER_COMPARISON_TITLE_SELECT=Operatori di confronto\:
317
- CALCULATION_BUILDER_OPERATORS_CATEGORY_DESCRIPTION=Scegliere un confronto o un operatore logico
317
+ CALCULATION_BUILDER_OPERATORS_CATEGORY_DESCRIPTION=Seleziona un operatore logico o di confronto
318
318
  CALCULATION_BUILDER_OPERATORS_TITLE=Operatori
319
319
  CALCULATION_BUILDER_COMPARISON_TITLE=Confronto
320
320
  CALCULATION_BUILDER_LOGICAL_TITLE=Logico
@@ -55,8 +55,8 @@ NOTETAKER_BUTTON_FILTER_ALL_TOOLTIP=Alle filters wissen
55
55
  NOTETAKER_BUTTON_FILTER_TAG_APPLY_TEXT=Filteren
56
56
  NOTETAKER_BUTTON_FILTER_TAG_APPLY_TOOLTIP=Notities op geselecteerde tags filteren
57
57
  NOTETAKERFEEDER_TOOLPOPUP_TITLE=Tags
58
- NOTETAKERFEEDER_BUTTON_CANCEL_TAGS=Afbreken
59
- NOTETAKERFEEDER_BUTTON_CANCEL_TAGS_TOOLTIP=Tagselectie afbreken
58
+ NOTETAKERFEEDER_BUTTON_CANCEL_TAGS=Annuleren
59
+ NOTETAKERFEEDER_BUTTON_CANCEL_TAGS_TOOLTIP=Tagselectie annuleren
60
60
  NOTETAKERFEEDER_BUTTON_ADD_TAGS=Toepassen
61
61
  NOTETAKERFEEDER_BUTTON_ADD_TAGS_TOOLTIP=Geselecteerde tags toepassen op deze notitie
62
62
  NOTETAKERFEEDER_BUTTON_ADD_TAGS_SELECTED_TOOLTIP=Geselecteerde tags
@@ -123,7 +123,7 @@ TIMELINE_AT=om
123
123
  TIMELINE_NO_DATA=Geen posities beschikbaar
124
124
  TIMELINE_FILTER_BY=Filteren op
125
125
  TIMELINE_ALL=Alles
126
- TIMELINE_FILTER_CANCEL=Afbreken
126
+ TIMELINE_FILTER_CANCEL=Annuleren
127
127
  TIMELINE_FILTER_INFO_BY=Gefilterd op\: {0}
128
128
  TIMELINE_CLEAR_ICN_TOOLTIP=Filters wissen
129
129
  TIMELINE_MORE=Meer weergeven
@@ -215,7 +215,7 @@ TARGETFILTER_OTHERS_TEXT=Overige
215
215
  TARGETFILTER_MORE_TEXT=Meer
216
216
  TARGETFILTER_BUTTON_SELECT=Select.
217
217
  TARGETFILTER_BUTTON_DESELECT=Demarkeren
218
- TARGETFILTER_BUTTON_CANCEL=Afbreken
218
+ TARGETFILTER_BUTTON_CANCEL=Annuleren
219
219
 
220
220
  VNB_ARIA_LABEL={0} Hoeveelheid {1}
221
221
 
@@ -273,7 +273,7 @@ MICRO_PROCESS_FLOW_ITEM=Positie
273
273
 
274
274
  CALCULATION_BUILDER_SEARCH_VARIABLE=Zoeken...
275
275
  CALCULATION_BUILDER_CONFIRM_BUTTON=OK
276
- CALCULATION_BUILDER_CLOSE_BUTTON=Afbreken
276
+ CALCULATION_BUILDER_CLOSE_BUTTON=Annuleren
277
277
  CALCULATION_BUILDER_DELETE_BUTTON=Verwijderen
278
278
  CALCULATION_BUILDER_TOGGLE_EXPRESSION_BUTTON=Uitdrukkingsuitvoer omschakelen
279
279
  CALCULATION_BUILDER_EXPAND_ALL_BUTTON=Alle variabelen weergeven
@@ -345,7 +345,7 @@ TACCOUNT_TOTALBALANCE=Totaal saldo
345
345
  TACCOUNT_TOTALDEBIT=Totaal debet
346
346
  TACCOUNT_TOTALCREDIT=Totaal credit
347
347
  TACCOUNT_OK=OK
348
- TACCOUNT_CANCEL=Afbreken
348
+ TACCOUNT_CANCEL=Annuleren
349
349
  TACCOUNT_SELECTED=Overeenkomend gegeven binnen
350
350
  TACCOUNT_COLLAPSE=Verbergen
351
351
  TACCOUNT_EXPAND=Weergeven
@@ -334,9 +334,9 @@ CALCULATION_BUILDER_MINUS_ARIA_LABEL=Minus
334
334
  CALCULATION_BUILDER_EXPAND_BUTTON_TITLE=Expandera variabel
335
335
  CALCULATION_BUILDER_ERROR_TITLE=Fel
336
336
 
337
- TACCOUNT_TITLE=Titel konto
338
- TACCOUNT_GROUP_TITLE=Titel kontogrupp
339
- TACCOUNT_ITEM=Titel kontoposition
337
+ TACCOUNT_TITLE=T-konto
338
+ TACCOUNT_GROUP_TITLE=T-kontogrupp
339
+ TACCOUNT_ITEM=T-kontoposition
340
340
  TACCOUNT_DEBIT=Debet
341
341
  TACCOUNT_CREDIT=Kredit
342
342
  TACCOUNT_SELECTALL=Markera alla
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.84.14
27
+ * @version 1.84.16
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.suite.ui.commons.statusindicator.Shape
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.84.14
34
+ * @version 1.84.16
35
35
  * @since 1.50
36
36
  *
37
37
  * @constructor
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.84.14
22
+ * @version 1.84.16
23
23
  * @since 1.50
24
24
  *
25
25
  * @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.84.14
24
+ * @version 1.84.16
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.84.14
24
+ * @version 1.84.16
25
25
  * @since 1.60.0
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.84.14
26
+ * @version 1.84.16
27
27
  * @since 1.50
28
28
  *
29
29
  * @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.84.14
25
+ * @version 1.84.16
26
26
  * @since 1.50
27
27
  *
28
28
  * @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.84.14
21
+ * @version 1.84.16
22
22
  * @since 1.50
23
23
  *
24
24
  * @constructor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.84.14
38
+ * @version 1.84.16
39
39
  * @since 1.50
40
40
  *
41
41
  * @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.84.14
30
+ * @version 1.84.16
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.Shape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.84.14
28
+ * @version 1.84.16
29
29
  * @since 1.50
30
30
  *
31
31
  * @constructor
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.core.Control
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.84.14
48
+ * @version 1.84.16
49
49
  * @since 1.50
50
50
  *
51
51
  * @constructor
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.84.14
47
+ * @version 1.84.16
48
48
  * @since 1.58.0
49
49
  *
50
50
  * @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.84.14
33
+ * @version 1.84.16
34
34
  * @since 1.58.0
35
35
  *
36
36
  * @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.84.14
29
+ * @version 1.84.16
30
30
  * @since 1.58.0
31
31
  *
32
32
  * @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.84.14
20
+ * @version 1.84.16
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -64,11 +64,16 @@ sap.ui.define([
64
64
  oRm.write(">");
65
65
 
66
66
  if (sLabel && oProperty.getDisplayLabel()) {
67
- oRm.write("<div class=\"sapSuiteUiCommonsAccountItemLabel\">" + sLabel + ":</div>");
68
- }
67
+ oRm.write("<div class=\"sapSuiteUiCommonsAccountItemLabel\">");
68
+ oRm.text(sLabel);
69
+ oRm.write(":</div>");
70
+ }
71
+
72
+ oRm.write("<div class=\"sapSuiteUiCommonsAccountItemProperty\">");
73
+ oRm.text(sValue);
74
+ oRm.write("</div>");
69
75
 
70
- oRm.write("<div class=\"sapSuiteUiCommonsAccountItemProperty\">" + sValue + "</div>");
71
- oRm.write("</div>");
76
+ oRm.write("</div>");
72
77
  }
73
78
  });
74
79
 
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.84.14
53
+ * @version 1.84.16
54
54
  * @since 1.58.0
55
55
  *
56
56
  * @constructor