@sapui5/sap.suite.ui.commons 1.120.19 → 1.120.20

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 (46) 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/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  15. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/library.js +1 -1
  28. package/src/sap/suite/ui/commons/messagebundle.properties +10 -0
  29. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  30. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  31. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  41. package/src/sap/suite/ui/commons/taccount/TAccount.js +57 -6
  42. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +3 -2
  44. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  46. package/src/sap/suite/ui/commons/themes/base/TAccount.less +28 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.120.19",
3
+ "version": "1.120.20",
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.120.19</version>
10
+ <version>1.120.20</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.120.19
22
+ * @version 1.120.20
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @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.120.19
128
+ * @version 1.120.20
129
129
  * @since 1.56.0
130
130
  *
131
131
  * @constructor
@@ -113,7 +113,7 @@ sap.ui.define([
113
113
  * @extends sap.ui.core.Control
114
114
  *
115
115
  * @author SAP SE
116
- * @version 1.120.19
116
+ * @version 1.120.20
117
117
  * @since 1.56.0
118
118
  *
119
119
  * @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.120.19
21
+ * @version 1.120.20
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.120.19
18
+ * @version 1.120.20
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @constructor
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.120.19
35
+ * @version 1.120.20
36
36
  * @since 1.56.0
37
37
  *
38
38
  * @constructor
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @extends sap.ui.base.ManagedObject
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.120.19
17
+ * @version 1.120.20
18
18
  * @since 1.56.0
19
19
  *
20
20
  * @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.120.19
18
+ * @version 1.120.20
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @constructor
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.120.19
121
+ * @version 1.120.20
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.120.19
33
+ * @version 1.120.20
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.120.19
34
+ * @version 1.120.20
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -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.120.19
25
+ * @version 1.120.20
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -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.120.19
24
+ * @version 1.120.20
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.120.19
26
+ * @version 1.120.20
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.120.19
24
+ * @version 1.120.20
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.120.19
18
+ * @version 1.120.20
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.120.19
24
+ * @version 1.120.20
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.120.19
21
+ * @version 1.120.20
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.120.19
13
+ * @version 1.120.20
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.120.19
46
+ * @version 1.120.20
47
47
  * @since 1.66.0
48
48
  *
49
49
  * @constructor
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  * @extends sap.ui.core.Control
127
127
  *
128
128
  * @author SAP SE
129
- * @version 1.120.19
129
+ * @version 1.120.20
130
130
  * @since 1.66.0
131
131
  *
132
132
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.120.19
30
+ * @version 1.120.20
31
31
  * @since 1.68.0
32
32
  *
33
33
  * @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.120.19
25
+ * @version 1.120.20
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.120.19
19
+ * @version 1.120.20
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -202,7 +202,7 @@
202
202
  "sap.suite.ui.commons.PagePanel",
203
203
  "sap.suite.ui.commons.Page"
204
204
  ],
205
- version: "1.120.19",
205
+ version: "1.120.20",
206
206
  extensions: {
207
207
  flChangeHandlers: {
208
208
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -696,6 +696,16 @@ COLORED_ITEM_FROM=Colored Item from Journal Entry
696
696
  TACCOUNT_DROP_HERE=Drop Here
697
697
  #XCAP: T Account no data text
698
698
  TACCOUNT_NO_DATA=No data.
699
+ #XCAP: T Account debit
700
+ TACCOUNT_DEBIT_NUMBER=Debit {0}
701
+ #XCAP: T Account credit
702
+ TACCOUNT_CREDIT_NUMBER=Credit {0}
703
+ #XCAP: T Account debit
704
+ TACCOUNT_TOTAL_DEBIT_NUMBER=Total Debit {0}
705
+ #XCAP: T Account credit
706
+ TACCOUNT_TOTAL_CREDIT_NUMBER=Total Credit {0}
707
+ #XCAP: T AccountItems wrapper
708
+ TACCOUNT_ITEM_WRAPPER=List with interactive items. To move to the content press F2
699
709
 
700
710
  #XMSG: Message Toast shown when the image is automatically scaled down because of the restrictions of the platform that the ImageEditor is currently running on
701
711
  IMGEDITOR_SCALE_WARNING=The image was scaled down to {0} x {1} px from {2} x {3} px to ensure better compatibility with your device.
@@ -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.120.19
29
+ * @version 1.120.20
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.120.19
36
+ * @version 1.120.20
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.120.19
24
+ * @version 1.120.20
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.120.19
26
+ * @version 1.120.20
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.120.19
26
+ * @version 1.120.20
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.120.19
28
+ * @version 1.120.20
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.120.19
27
+ * @version 1.120.20
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.120.19
21
+ * @version 1.120.20
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.120.19
40
+ * @version 1.120.20
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.120.19
32
+ * @version 1.120.20
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.120.19
30
+ * @version 1.120.20
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.120.19
51
+ * @version 1.120.20
52
52
  * @since 1.50
53
53
  *
54
54
  * @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.120.19
52
+ * @version 1.120.20
53
53
  * @since 1.58.0
54
54
  *
55
55
  * @constructor
@@ -271,6 +271,8 @@ sap.ui.define([
271
271
 
272
272
  oRm.openEnd();
273
273
 
274
+ oRm.renderControl(oAccount._getAriaRowForTAccount());
275
+
274
276
  if (bHasData || oAccount.getOpening()) {
275
277
  oRm.openStart("div");
276
278
  oRm.class("sapSuiteUiCommonsAccountTHeader");
@@ -298,6 +300,8 @@ sap.ui.define([
298
300
  if (oAccount.getOpening()) {
299
301
  oRm.openStart("div")
300
302
  .class("sapSuiteUiCommonsAccountOpeningHeader")
303
+ .attr("tabindex","0")
304
+ .attr("aria-labelledby",oAccount._getAriaRowForTAccount().getId())
301
305
  .openEnd();
302
306
  oRm.openStart("span")
303
307
  .attr("id", oAccount.getId() + "-opening-debit-text")
@@ -311,12 +315,16 @@ sap.ui.define([
311
315
  .openEnd()
312
316
  .text(sOpeningCredit + " " + sUnit)
313
317
  .close("span");
318
+ oRm.openStart("div")
319
+ .class("sapSuiteUiCommonsAccountFocus")
320
+ .openEnd();
321
+ oRm.close("div");
314
322
  oRm.close("div");
315
323
  }
316
324
 
317
- oRm.openStart("div")
325
+ oRm.openStart("div",oAccount.getId() + "-itemWrapper")
318
326
  .class("sapSuiteUiCommonsAccountTBody")
319
- .attr("role", "listbox")
327
+ .attr("tabindex","0")
320
328
  .openEnd();
321
329
 
322
330
  if (oAccount._isOrdered()) {
@@ -336,7 +344,7 @@ sap.ui.define([
336
344
  .attr("role", "listbox")
337
345
  .attr("aria-labelledby", oAccount.getId() + "-debit-text")
338
346
  .openEnd();
339
- fnWriteColumn(oAccount.getDebit(), true);
347
+ fnWriteColumn(oAccount.getDebit(),true);
340
348
  }
341
349
  oRm.close("div");
342
350
 
@@ -346,7 +354,7 @@ sap.ui.define([
346
354
  .attr("role", "listbox")
347
355
  .attr("aria-labelledby", oAccount.getId() + "-credit-text")
348
356
  .openEnd();
349
- fnWriteColumn(oAccount.getCredit(), false);
357
+ fnWriteColumn(oAccount.getCredit(),false);
350
358
  oRm.close("div");
351
359
  }
352
360
 
@@ -367,6 +375,8 @@ sap.ui.define([
367
375
  .close("div");
368
376
  oRm.openStart("div")
369
377
  .class("sapSuiteUiCommonsAccountClosingHeader")
378
+ .attr("aria-labelledby",oAccount._getAriaRowForTAccount().getId())
379
+ .attr("tabindex","0")
370
380
  .openEnd();
371
381
  oRm.openStart("span")
372
382
  .attr("id", oAccount.getId() + "-closing-debit-text")
@@ -380,6 +390,10 @@ sap.ui.define([
380
390
  .openEnd()
381
391
  .text(fnCountBalance(false) + " " + sUnit)
382
392
  .close("span");
393
+ oRm.openStart("div")
394
+ .class("sapSuiteUiCommonsAccountFocus")
395
+ .openEnd();
396
+ oRm.close("div");
383
397
  oRm.close("div");
384
398
  }
385
399
 
@@ -448,6 +462,32 @@ sap.ui.define([
448
462
  }
449
463
  };
450
464
 
465
+ TAccount.prototype.onfocusin = function (oEvent) {
466
+ const oCurrentTarget = oEvent.target;
467
+
468
+ const bIsOpeningHeader = oCurrentTarget.classList.contains("sapSuiteUiCommonsAccountOpeningHeader");
469
+ const bIsClosingHeader = oCurrentTarget.classList.contains("sapSuiteUiCommonsAccountClosingHeader");
470
+ if (!(bIsOpeningHeader || bIsClosingHeader)) {
471
+ return;
472
+ }
473
+
474
+ const sDebitText = oCurrentTarget.childNodes[0]?.innerText;
475
+ const sCreditText = oCurrentTarget.childNodes[1]?.innerText;
476
+
477
+ let sAriaText = "";
478
+
479
+ if (sDebitText) {
480
+ sAriaText += (bIsOpeningHeader) ? oResourceBundle.getText("TACCOUNT_DEBIT_NUMBER",[sDebitText]) : oResourceBundle.getText("TACCOUNT_TOTAL_DEBIT_NUMBER",[sDebitText]);
481
+ sAriaText += " ";
482
+ }
483
+
484
+ if (sCreditText) {
485
+ sAriaText += (bIsOpeningHeader) ? oResourceBundle.getText("TACCOUNT_CREDIT_NUMBER",[sCreditText]) : oResourceBundle.getText("TACCOUNT_TOTAL_CREDIT_NUMBER",[sCreditText]);
486
+ }
487
+
488
+ this._getAriaRowForTAccount().setText(sAriaText);
489
+ };
490
+
451
491
  /* =========================================================== */
452
492
  /* Public methods */
453
493
  /* =========================================================== */
@@ -475,7 +515,7 @@ sap.ui.define([
475
515
 
476
516
  this._oItemNavigation.setRootDomRef(this.$().find(".sapSuiteUiCommonsAccountTBody")[0]);
477
517
  this._oItemNavigation.setItemDomRefs(this.$().find(".sapSuiteUiCommonsAccountItem"));
478
- this._oItemNavigation.setCycling(true);
518
+ this._oItemNavigation.setCycling(false);
479
519
  };
480
520
 
481
521
  TAccount.prototype._isInGroup = function () {
@@ -568,6 +608,17 @@ sap.ui.define([
568
608
  return this._oMarkText;
569
609
  };
570
610
 
611
+ TAccount.prototype._getAriaRowForTAccount = function () {
612
+ if (!this._oTableRowText) {
613
+ this._oTableRowText = new InvisibleText({
614
+ id: this.getId() + "-row-text"
615
+ }
616
+ );
617
+ this.addDependent(this._oTableRowText);
618
+ }
619
+ return this._oTableRowText;
620
+ };
621
+
571
622
  TAccount.prototype._getSum = function () {
572
623
  if (this._iSum == null) {
573
624
  var iSum = new BigNumber("0");
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.120.19
37
+ * @version 1.120.20
38
38
  * @since 1.58.0
39
39
  *
40
40
  * @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.120.19
31
+ * @version 1.120.20
32
32
  * @since 1.58.0
33
33
  *
34
34
  * @constructor
@@ -85,8 +85,9 @@ sap.ui.define([
85
85
  sValue = TAccountUtils.formatCurrency(new BigNumber(oItem.getValue()), sUnit, oPanelParent ? oPanelParent.getMaxFractionDigits() : 0),
86
86
  sTextValue = sValue + " " + sUnit;
87
87
 
88
- oRm.openStart("div", oItem).attr("tabindex", "0");
88
+ oRm.openStart("div", oItem);
89
89
  oRm.class("sapSuiteUiCommonsAccountItem");
90
+ oRm.attr("tabindex","-1");
90
91
 
91
92
  if (oItem.getGroup()) {
92
93
  oRm.attr("group", oItem.getGroup());
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.120.19
20
+ * @version 1.120.20
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.120.19
58
+ * @version 1.120.20
59
59
  * @since 1.58.0
60
60
  *
61
61
  * @constructor
@@ -83,10 +83,6 @@ html[dir=rtl] .sapSuiteUiCommonsAccountCredit .sapSuiteUiCommonsAccountContent{
83
83
  display: flex;
84
84
  }
85
85
 
86
- .sapSuiteUiCommonsAccountGroupCollapseIcon {
87
- height: 0.9375rem;
88
- }
89
-
90
86
  .sapSuiteUiCommonsAccount:focus {
91
87
  outline: 1px dotted @sapUiContentFocusColor;
92
88
  }
@@ -121,6 +117,27 @@ html[dir=rtl] .sapSuiteUiCommonsAccountCredit .sapSuiteUiCommonsAccountContent{
121
117
  height: auto;
122
118
  font-size: @sapMFontSmallSize;
123
119
  margin: 0 1rem;
120
+ outline: none;
121
+ position: relative;
122
+ &:focus {
123
+ .sapSuiteUiCommonsAccountFocus {
124
+ position: absolute;
125
+ outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
126
+ right: -15px;
127
+ left: -15px;
128
+ top: 1px;
129
+ bottom: 2px;
130
+ }
131
+ }
132
+ }
133
+
134
+ .sapSuiteUiCommonsAccountClosingHeader {
135
+ &:focus {
136
+ .sapSuiteUiCommonsAccountFocus {
137
+ top: 2px;
138
+ bottom: 1px;
139
+ }
140
+ }
124
141
  }
125
142
 
126
143
  .sapSuiteUiCommonsAccountClosingHeader {
@@ -171,7 +188,7 @@ html[dir=rtl] .sapSuiteUiCommonsAccountCredit .sapSuiteUiCommonsAccountContent{
171
188
  .sapSuiteUiCommonsAccountHeaderTitle {
172
189
  overflow: hidden;
173
190
  text-overflow: ellipsis;
174
- margin: 0.5rem 0.2608rem;
191
+ margin: 0.875rem 0.2608rem 0.5rem 0.2608rem;
175
192
  max-height: 4.2rem;
176
193
  min-height: 1rem;
177
194
  display: -webkit-box;
@@ -179,6 +196,12 @@ html[dir=rtl] .sapSuiteUiCommonsAccountCredit .sapSuiteUiCommonsAccountContent{
179
196
  -webkit-line-clamp: 4;
180
197
  }
181
198
 
199
+ .sapUiSizeCompact {
200
+ .sapSuiteUiCommonsAccountHeaderTitle {
201
+ margin: 0.5rem 0.2608rem;
202
+ }
203
+ }
204
+
182
205
  .sapSuiteUiCommonsAccountTHeaderOpeningDebitTitle,
183
206
  .sapSuiteUiCommonsAccountTHeaderOpeningCreditTitle {
184
207
  font-size: @sapMFontMediumSize;