@openui5/sap.ui.commons 1.90.6 → 1.93.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 (103) hide show
  1. package/.reuse/dep5 +41 -0
  2. package/THIRDPARTY.txt +49 -0
  3. package/package.json +4 -4
  4. package/src/sap/ui/commons/.library +1 -1
  5. package/src/sap/ui/commons/Accordion.js +2 -1
  6. package/src/sap/ui/commons/AccordionSection.js +6 -5
  7. package/src/sap/ui/commons/ApplicationHeader.js +4 -3
  8. package/src/sap/ui/commons/Area.js +2 -1
  9. package/src/sap/ui/commons/AutoComplete.js +2 -1
  10. package/src/sap/ui/commons/Button.js +3 -2
  11. package/src/sap/ui/commons/ButtonRenderer.js +2 -12
  12. package/src/sap/ui/commons/Callout.js +2 -1
  13. package/src/sap/ui/commons/CalloutBase.js +2 -1
  14. package/src/sap/ui/commons/Carousel.js +2 -1
  15. package/src/sap/ui/commons/CheckBox.js +2 -1
  16. package/src/sap/ui/commons/ColorPicker.js +1 -1
  17. package/src/sap/ui/commons/ComboBox.js +21 -28
  18. package/src/sap/ui/commons/DatePicker.js +5 -4
  19. package/src/sap/ui/commons/Dialog.js +2 -1
  20. package/src/sap/ui/commons/DropdownBox.js +20 -44
  21. package/src/sap/ui/commons/FileUploader.js +1 -1
  22. package/src/sap/ui/commons/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/commons/FormattedTextView.js +2 -1
  24. package/src/sap/ui/commons/HorizontalDivider.js +2 -1
  25. package/src/sap/ui/commons/Image.js +2 -1
  26. package/src/sap/ui/commons/ImageMap.js +7 -33
  27. package/src/sap/ui/commons/InPlaceEdit.js +4 -3
  28. package/src/sap/ui/commons/Label.js +5 -4
  29. package/src/sap/ui/commons/Link.js +2 -1
  30. package/src/sap/ui/commons/ListBox.js +3 -16
  31. package/src/sap/ui/commons/ListBoxRenderer.js +4 -21
  32. package/src/sap/ui/commons/Menu.js +1 -1
  33. package/src/sap/ui/commons/MenuBar.js +2 -1
  34. package/src/sap/ui/commons/MenuButton.js +2 -1
  35. package/src/sap/ui/commons/MenuItem.js +1 -1
  36. package/src/sap/ui/commons/MenuItemBase.js +1 -1
  37. package/src/sap/ui/commons/MenuTextFieldItem.js +1 -1
  38. package/src/sap/ui/commons/Message.js +1 -1
  39. package/src/sap/ui/commons/MessageBar.js +3 -3
  40. package/src/sap/ui/commons/MessageBox.js +1 -1
  41. package/src/sap/ui/commons/MessageList.js +1 -1
  42. package/src/sap/ui/commons/MessageToast.js +3 -3
  43. package/src/sap/ui/commons/Paginator.js +2 -1
  44. package/src/sap/ui/commons/Panel.js +2 -1
  45. package/src/sap/ui/commons/PasswordField.js +3 -2
  46. package/src/sap/ui/commons/ProgressIndicator.js +2 -1
  47. package/src/sap/ui/commons/RadioButton.js +2 -1
  48. package/src/sap/ui/commons/RadioButtonGroup.js +4 -3
  49. package/src/sap/ui/commons/RangeSlider.js +2 -1
  50. package/src/sap/ui/commons/RatingIndicator.js +8 -26
  51. package/src/sap/ui/commons/ResponsiveContainer.js +2 -1
  52. package/src/sap/ui/commons/ResponsiveContainerRange.js +2 -1
  53. package/src/sap/ui/commons/RichTooltip.js +2 -1
  54. package/src/sap/ui/commons/RoadMap.js +2 -1
  55. package/src/sap/ui/commons/RoadMapRenderer.js +1 -1
  56. package/src/sap/ui/commons/RoadMapStep.js +2 -1
  57. package/src/sap/ui/commons/RowRepeater.js +4 -3
  58. package/src/sap/ui/commons/RowRepeaterFilter.js +2 -1
  59. package/src/sap/ui/commons/RowRepeaterSorter.js +2 -1
  60. package/src/sap/ui/commons/SearchField.js +2 -1
  61. package/src/sap/ui/commons/SearchProvider.js +1 -1
  62. package/src/sap/ui/commons/SegmentedButton.js +2 -1
  63. package/src/sap/ui/commons/Slider.js +2 -1
  64. package/src/sap/ui/commons/Splitter.js +2 -1
  65. package/src/sap/ui/commons/Tab.js +3 -2
  66. package/src/sap/ui/commons/TabStrip.js +2 -1
  67. package/src/sap/ui/commons/TextArea.js +2 -1
  68. package/src/sap/ui/commons/TextAreaRenderer.js +4 -4
  69. package/src/sap/ui/commons/TextField.js +13 -64
  70. package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
  71. package/src/sap/ui/commons/TextView.js +2 -1
  72. package/src/sap/ui/commons/Title.js +1 -1
  73. package/src/sap/ui/commons/ToggleButton.js +3 -2
  74. package/src/sap/ui/commons/Toolbar.js +2 -1
  75. package/src/sap/ui/commons/ToolbarSeparator.js +2 -1
  76. package/src/sap/ui/commons/Tree.js +3 -1
  77. package/src/sap/ui/commons/TreeNode.js +2 -1
  78. package/src/sap/ui/commons/TriStateCheckBox.js +2 -1
  79. package/src/sap/ui/commons/ValueHelpField.js +2 -1
  80. package/src/sap/ui/commons/form/Form.js +1 -1
  81. package/src/sap/ui/commons/form/FormContainer.js +1 -1
  82. package/src/sap/ui/commons/form/FormElement.js +1 -1
  83. package/src/sap/ui/commons/form/FormLayout.js +1 -1
  84. package/src/sap/ui/commons/form/GridContainerData.js +1 -1
  85. package/src/sap/ui/commons/form/GridElementData.js +1 -1
  86. package/src/sap/ui/commons/form/GridLayout.js +1 -1
  87. package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -1
  88. package/src/sap/ui/commons/form/SimpleForm.js +1 -1
  89. package/src/sap/ui/commons/layout/AbsoluteLayout.js +2 -1
  90. package/src/sap/ui/commons/layout/BorderLayout.js +2 -1
  91. package/src/sap/ui/commons/layout/BorderLayoutArea.js +2 -1
  92. package/src/sap/ui/commons/layout/HorizontalLayout.js +2 -1
  93. package/src/sap/ui/commons/layout/MatrixLayout.js +2 -1
  94. package/src/sap/ui/commons/layout/MatrixLayoutCell.js +2 -1
  95. package/src/sap/ui/commons/layout/MatrixLayoutRenderer.js +2 -35
  96. package/src/sap/ui/commons/layout/MatrixLayoutRow.js +2 -1
  97. package/src/sap/ui/commons/layout/PositionContainer.js +2 -1
  98. package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -1
  99. package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -1
  100. package/src/sap/ui/commons/layout/VerticalLayout.js +1 -1
  101. package/src/sap/ui/commons/library.js +3 -2
  102. package/src/sap/ui/commons/messagebundle_de.properties +2 -2
  103. package/src/sap/ui/commons/themes/base/ControlsInUITable.less +0 -4
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @implements sap.ui.core.Toolbar
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.90.6
52
+ * @version 1.93.1
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -64,6 +64,7 @@ sap.ui.define([
64
64
  "sap.ui.core.Toolbar"
65
65
  ],
66
66
  library: "sap.ui.commons",
67
+ deprecated: true,
67
68
  properties: {
68
69
  /**
69
70
  * When there is not enough space for the toolbar to display all items, the rightmost items are overflowing into a drop-down menu.
@@ -23,7 +23,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
23
23
  * @implements sap.ui.commons.ToolbarItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -37,6 +37,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
37
37
  "sap.ui.commons.ToolbarItem"
38
38
  ],
39
39
  library : "sap.ui.commons",
40
+ deprecated: true,
40
41
  properties : {
41
42
 
42
43
  /**
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class
33
33
  * Simple tree to display item in a hierarchical way
34
34
  * @extends sap.ui.core.Control
35
- * @version 1.90.6
35
+ * @version 1.93.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -43,6 +43,7 @@ sap.ui.define([
43
43
  var Tree = Control.extend("sap.ui.commons.Tree", /** @lends sap.ui.commons.Tree.prototype */ { metadata : {
44
44
 
45
45
  library : "sap.ui.commons",
46
+ deprecated: true,
46
47
  properties : {
47
48
 
48
49
  /**
@@ -757,6 +758,7 @@ sap.ui.define([
757
758
  * @private
758
759
  */
759
760
  Tree.prototype.getSelection = function(){
761
+ // eslint-disable-next-line no-unreachable-loop
760
762
  for (var sId in this.mSelectedNodes) {
761
763
  return this.mSelectedNodes[sId];
762
764
  }
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
23
23
  * @class
24
24
  * Tree node element
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -34,6 +34,7 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
34
34
  var TreeNode = Element.extend("sap.ui.commons.TreeNode", /** @lends sap.ui.commons.TreeNode.prototype */ { metadata : {
35
35
 
36
36
  library : "sap.ui.commons",
37
+ deprecated: true,
37
38
  properties : {
38
39
 
39
40
  /**
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * TriStateCheckBox to reflect mixed state for checkboxes. The control can display three states, namely checked, unchecked and mixed. However, mixed state cannot be directly reached by user interaction on the particular control.
35
35
  * It can be only set by the control's public toggle function, to make a behaviour possible which is e.g. required in checkbox trees.
36
36
  * @extends sap.ui.core.Control
37
- * @version 1.90.6
37
+ * @version 1.93.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -46,6 +46,7 @@ sap.ui.define([
46
46
  var TriStateCheckBox = Control.extend("sap.ui.commons.TriStateCheckBox", /** @lends sap.ui.commons.TriStateCheckBox.prototype */ { metadata : {
47
47
 
48
48
  library : "sap.ui.commons",
49
+ deprecated: true,
49
50
  properties : {
50
51
 
51
52
  /**
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.commons.TextField
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.90.6
31
+ * @version 1.93.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -39,6 +39,7 @@ sap.ui.define([
39
39
  var ValueHelpField = TextField.extend("sap.ui.commons.ValueHelpField", /** @lends sap.ui.commons.ValueHelpField.prototype */ { metadata : {
40
40
 
41
41
  library : "sap.ui.commons",
42
+ deprecated: true,
42
43
  properties : {
43
44
 
44
45
  /**
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.layout.form.Form
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.90.6
31
+ * @version 1.93.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/FormContainer'],
22
22
  * @extends sap.ui.layout.form.FormContainer
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.90.6
25
+ * @version 1.93.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/FormElement'],
22
22
  * @extends sap.ui.layout.form.FormElement
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.90.6
25
+ * @version 1.93.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.layout.form.FormLayout
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.90.6
30
+ * @version 1.93.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/GridContainerData']
23
23
  * @extends sap.ui.layout.form.GridContainerData
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/GridElementData'],
23
23
  * @extends sap.ui.layout.form.GridElementData
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.layout.form.GridLayout
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.90.6
31
+ * @version 1.93.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.form.ResponsiveLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.90.6
29
+ * @version 1.93.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * Use the SimpleForm to create a form based on title, label and fields that are stacked in the content aggregation. Add Title to start a new FormContainer(Group). Add Label to start a new row in the container. Add Input/Display controls as needed. Use LayoutData to influence the layout for special cases in the Input/Display controls.
26
26
  * @extends sap.ui.layout.form.SimpleForm
27
- * @version 1.90.6
27
+ * @version 1.93.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.90.6
38
+ * @version 1.93.1
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -45,6 +45,7 @@ sap.ui.define([
45
45
  */
46
46
  var AbsoluteLayout = Control.extend("sap.ui.commons.layout.AbsoluteLayout", /** @lends sap.ui.commons.layout.AbsoluteLayout.prototype */ { metadata : {
47
47
 
48
+ deprecated: true,
48
49
  library : "sap.ui.commons",
49
50
  properties : {
50
51
  /**
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.90.6
37
+ * @version 1.93.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -44,6 +44,7 @@ sap.ui.define([
44
44
  */
45
45
  var BorderLayout = Control.extend("sap.ui.commons.layout.BorderLayout", /** @lends sap.ui.commons.layout.BorderLayout.prototype */ { metadata : {
46
46
 
47
+ deprecated: true,
47
48
  library : "sap.ui.commons",
48
49
  properties : {
49
50
 
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.90.6
30
+ * @version 1.93.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -37,6 +37,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
37
37
  */
38
38
  var BorderLayoutArea = Element.extend("sap.ui.commons.layout.BorderLayoutArea", /** @lends sap.ui.commons.layout.BorderLayoutArea.prototype */ { metadata : {
39
39
 
40
+ deprecated: true,
40
41
  library : "sap.ui.commons",
41
42
  properties : {
42
43
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.HorizontalLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.90.6
29
+ * @version 1.93.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -36,6 +36,7 @@ sap.ui.define([
36
36
  */
37
37
  var HorizontalLayout = LayoutHorizontalLayout.extend("sap.ui.commons.layout.HorizontalLayout", /** @lends sap.ui.commons.layout.HorizontalLayout.prototype */ { metadata : {
38
38
 
39
+ deprecated: true,
39
40
  library : "sap.ui.commons"
40
41
  }});
41
42
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.ui.core.Control
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.90.6
60
+ * @version 1.93.1
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -67,6 +67,7 @@ sap.ui.define([
67
67
  */
68
68
  var MatrixLayout = Control.extend("sap.ui.commons.layout.MatrixLayout", /** @lends sap.ui.commons.layout.MatrixLayout.prototype */ { metadata : {
69
69
 
70
+ deprecated: true,
70
71
  library : "sap.ui.commons",
71
72
  properties : {
72
73
  /**
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -33,6 +33,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
33
33
  */
34
34
  var MatrixLayoutCell = Element.extend("sap.ui.commons.layout.MatrixLayoutCell", /** @lends sap.ui.commons.layout.MatrixLayoutCell.prototype */ { metadata : {
35
35
 
36
+ deprecated: true,
36
37
  library : "sap.ui.commons",
37
38
  aggregatingType : "MatrixLayoutRow",
38
39
  properties : {
@@ -5,8 +5,8 @@
5
5
  */
6
6
 
7
7
  // Provides default renderer for control sap.ui.commons.layout.MatrixLayout
8
- sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
9
- function(assert, Device, commonsLibrary) {
8
+ sap.ui.define(['sap/base/assert', 'sap/ui/commons/library'],
9
+ function(assert, commonsLibrary) {
10
10
  "use strict";
11
11
 
12
12
 
@@ -55,7 +55,6 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
55
55
  var oRowHeight;
56
56
  var sSpanHeight;
57
57
  var sVAlign;
58
- var bBrowserIEorEdge;
59
58
 
60
59
  //ARIA
61
60
  rm.write("<table role=\"presentation\"");
@@ -122,12 +121,6 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
122
121
  rm.write("</colgroup>");
123
122
  }
124
123
 
125
- // in IE9 there is a problem with column width if too much colspans are used and not
126
- // at least one cell per columns has colspan 1
127
- // to keep the check simple just check if in every row colspans are used
128
- var bDummyRow = true;
129
- var bColspanInRow = false;
130
-
131
124
  rm.write('<tbody style="width: 100%; height: 100%">');
132
125
 
133
126
  // for each row
@@ -155,16 +148,6 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
155
148
  rm.writeAttributeEscaped('title', oMatrixLayoutRow.getTooltip_AsString());
156
149
  }
157
150
 
158
- bBrowserIEorEdge = Device.browser.edge || Device.browser.msie && Device.browser.version >= 9;
159
-
160
- if (bBrowserIEorEdge && sRowHeight) {
161
- // for IE9 and IE10 in some cases the height is needed on TR, so it's added here.
162
- // Other browsers don't need it here
163
- // TD must have the same height even it looks wrong
164
- // (e.g. TR must have 30% and TD must have 30% to show a 30% height row)
165
- rm.addStyle("height", sRowHeight);
166
- rm.writeStyles();
167
- }
168
151
  rm.write(">");
169
152
 
170
153
  // for each cell
@@ -176,12 +159,9 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
176
159
  iColumns = aCells.length;
177
160
  }
178
161
 
179
- bColspanInRow = false;
180
162
  var iColSpans = 0;
181
163
  if (!oMatrixLayoutRow.RowSpanCells) {
182
164
  oMatrixLayoutRow.RowSpanCells = 0;
183
- } else {
184
- bColspanInRow = true; // not really but ok for this case
185
165
  }
186
166
 
187
167
  for (j = 0; j < iColumns; j++) {
@@ -227,7 +207,6 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
227
207
  if (oMatrixLayoutCell.getColSpan() > 1) {
228
208
  rm.writeAttribute("colspan", oMatrixLayoutCell.getColSpan());
229
209
  iColSpans = iColSpans + oMatrixLayoutCell.getColSpan() - 1;
230
- bColspanInRow = true;
231
210
  }
232
211
  if (oMatrixLayoutCell.getRowSpan() > 1) {
233
212
  rm.writeAttribute("rowspan", oMatrixLayoutCell.getRowSpan());
@@ -419,20 +398,8 @@ sap.ui.define(['sap/base/assert', 'sap/ui/Device', 'sap/ui/commons/library'],
419
398
  // initialize RowSpanCounter after Row is rendered
420
399
  oMatrixLayoutRow.RowSpanCells = undefined;
421
400
 
422
- if (!bColspanInRow) {
423
- bDummyRow = false;
424
- }
425
401
  } // end of rows-rendering
426
402
 
427
- if (bDummyRow && Device.browser.msie && Device.browser.version >= 9) {
428
- // render dummy row to help IE9 to calculate column sizes
429
- rm.write("<tr style='height:0;'>");
430
- for (i = 0; i < iCols; i++) {
431
- rm.write("<td></td>");
432
- }
433
- rm.write("</tr>");
434
- }
435
-
436
403
  // close tbody, close table
437
404
  rm.write("</tbody></table>");
438
405
 
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.90.6
26
+ * @version 1.93.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -33,6 +33,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
33
33
  */
34
34
  var MatrixLayoutRow = Element.extend("sap.ui.commons.layout.MatrixLayoutRow", /** @lends sap.ui.commons.layout.MatrixLayoutRow.prototype */ { metadata : {
35
35
 
36
+ deprecated: true,
36
37
  library : "sap.ui.commons",
37
38
  aggregatingType : "MatrixLayout",
38
39
  properties : {
@@ -22,7 +22,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/commons/library', 'sap/ui/core/Element',
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.90.6
25
+ * @version 1.93.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -32,6 +32,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/commons/library', 'sap/ui/core/Element',
32
32
  */
33
33
  var PositionContainer = Element.extend("sap.ui.commons.layout.PositionContainer", /** @lends sap.ui.commons.layout.PositionContainer.prototype */ { metadata : {
34
34
 
35
+ deprecated: true,
35
36
  library : "sap.ui.commons",
36
37
  properties : {
37
38
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.ResponsiveFlowLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.90.6
29
+ * @version 1.93.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/ResponsiveFlowLayoutData
22
22
  * @extends sap.ui.layout.ResponsiveFlowLayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.90.6
25
+ * @version 1.93.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.VerticalLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.90.6
29
+ * @version 1.93.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -21,7 +21,8 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
21
21
  * @namespace
22
22
  * @name sap.ui.commons
23
23
  * @author SAP SE
24
- * @version 1.90.6
24
+ * @version 1.93.1
25
+ * @since 0.8
25
26
  * @public
26
27
  * @deprecated as of version 1.38
27
28
  */
@@ -29,7 +30,7 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
29
30
  // delegate further initialization of this library to the Core
30
31
  sap.ui.getCore().initLibrary({
31
32
  name : "sap.ui.commons",
32
- version: "1.90.6",
33
+ version: "1.93.1",
33
34
  dependencies : ["sap.ui.core","sap.ui.layout","sap.ui.unified"],
34
35
  types: [
35
36
  "sap.ui.commons.ButtonStyle",
@@ -36,7 +36,7 @@ RDMP_ARIA_EXPANDABLE_STEP={0} Zum \u00D6ffnen oder Schlie\u00DFen, LEERTASTE dr\
36
36
 
37
37
  RDMP_ARIA_STANDARD_STEP={0} Zum Markieren oder Entmarkieren, LEERTASTE dr\u00FCcken
38
38
 
39
- AUTOCOMPLETE_ARIA_SUGGEST=Vorschlagliste offen. Um eine Position auszuw\u00E4hlen, verwenden Sie die Pfeiltasten.
39
+ AUTOCOMPLETE_ARIA_SUGGEST=Vorschlagliste offen. Um ein Element zu markieren, verwenden Sie die Pfeiltasten.
40
40
 
41
41
  SEGMENTEDBUTTON_ARIA_SELECT=Zum Ausw\u00E4hlen, Leertaste dr\u00FCcken
42
42
 
@@ -93,7 +93,7 @@ DDBX_SHI_ARIA=Suchhilfe mittels {0} \u00F6ffnen
93
93
 
94
94
  CALLOUT_ARIA_NAME=Beschriftung
95
95
 
96
- FILEUPLOAD_BROWSE=Durchsuchen ...
96
+ FILEUPLOAD_BROWSE=Durchsuchen...
97
97
 
98
98
  ACCORDION_DSC=Zum Expandieren oder Komprimieren, die Leertaste dr\u00FCcken
99
99
 
@@ -108,10 +108,6 @@ tr.sapUiTableRowHvr {
108
108
 
109
109
  }
110
110
 
111
- .sapUiAnalyticalTableSum .sapUiTv {
112
- font-weight: bold !important;
113
- }
114
-
115
111
  .sapUiTableTbr .sapUiTb,
116
112
  .sapUiTableTbr .sapUiTbCont {
117
113
  border: none;