@openui5/sap.ui.commons 1.105.1 → 1.107.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/.reuse/dep5 +20 -17
  2. package/THIRDPARTY.txt +31 -21
  3. package/package.json +4 -4
  4. package/src/sap/ui/commons/.library +1 -1
  5. package/src/sap/ui/commons/Accordion.js +1 -4
  6. package/src/sap/ui/commons/AccordionRenderer.js +5 -5
  7. package/src/sap/ui/commons/AccordionSection.js +4 -5
  8. package/src/sap/ui/commons/ApplicationHeader.js +1 -2
  9. package/src/sap/ui/commons/ApplicationHeaderRenderer.js +4 -4
  10. package/src/sap/ui/commons/Area.js +1 -2
  11. package/src/sap/ui/commons/AutoComplete.js +1 -3
  12. package/src/sap/ui/commons/Button.js +1 -3
  13. package/src/sap/ui/commons/ButtonRenderer.js +1 -1
  14. package/src/sap/ui/commons/Callout.js +1 -2
  15. package/src/sap/ui/commons/CalloutBase.js +8 -9
  16. package/src/sap/ui/commons/CalloutBaseRenderer.js +3 -3
  17. package/src/sap/ui/commons/Carousel.js +5 -8
  18. package/src/sap/ui/commons/CarouselRenderer.js +3 -3
  19. package/src/sap/ui/commons/CheckBox.js +1 -3
  20. package/src/sap/ui/commons/ColorPicker.js +1 -2
  21. package/src/sap/ui/commons/ComboBox.js +1 -2
  22. package/src/sap/ui/commons/ComboBoxRenderer.js +3 -3
  23. package/src/sap/ui/commons/DatePicker.js +8 -7
  24. package/src/sap/ui/commons/Dialog.js +10 -11
  25. package/src/sap/ui/commons/DropdownBox.js +11 -10
  26. package/src/sap/ui/commons/FileUploader.js +1 -2
  27. package/src/sap/ui/commons/FileUploaderParameter.js +1 -2
  28. package/src/sap/ui/commons/FormattedTextView.js +1 -3
  29. package/src/sap/ui/commons/HorizontalDivider.js +1 -2
  30. package/src/sap/ui/commons/Image.js +1 -2
  31. package/src/sap/ui/commons/ImageMap.js +1 -3
  32. package/src/sap/ui/commons/ImageMapRenderer.js +3 -3
  33. package/src/sap/ui/commons/InPlaceEdit.js +1 -3
  34. package/src/sap/ui/commons/Label.js +1 -2
  35. package/src/sap/ui/commons/Link.js +1 -3
  36. package/src/sap/ui/commons/ListBox.js +1 -2
  37. package/src/sap/ui/commons/ListBoxRenderer.js +1 -1
  38. package/src/sap/ui/commons/Menu.js +1 -2
  39. package/src/sap/ui/commons/MenuBar.js +7 -7
  40. package/src/sap/ui/commons/MenuBarRenderer.js +3 -3
  41. package/src/sap/ui/commons/MenuButton.js +1 -2
  42. package/src/sap/ui/commons/MenuButtonRenderer.js +3 -3
  43. package/src/sap/ui/commons/MenuItem.js +1 -2
  44. package/src/sap/ui/commons/MenuItemBase.js +1 -1
  45. package/src/sap/ui/commons/MenuTextFieldItem.js +1 -2
  46. package/src/sap/ui/commons/Message.js +6 -6
  47. package/src/sap/ui/commons/MessageBar.js +7 -8
  48. package/src/sap/ui/commons/MessageBox.js +1 -1
  49. package/src/sap/ui/commons/MessageList.js +5 -6
  50. package/src/sap/ui/commons/MessageToast.js +8 -9
  51. package/src/sap/ui/commons/Paginator.js +1 -2
  52. package/src/sap/ui/commons/Panel.js +7 -8
  53. package/src/sap/ui/commons/PanelRenderer.js +3 -3
  54. package/src/sap/ui/commons/PasswordField.js +1 -2
  55. package/src/sap/ui/commons/ProgressIndicator.js +1 -2
  56. package/src/sap/ui/commons/ProgressIndicatorRenderer.js +4 -4
  57. package/src/sap/ui/commons/RadioButton.js +1 -2
  58. package/src/sap/ui/commons/RadioButtonGroup.js +1 -4
  59. package/src/sap/ui/commons/RangeSlider.js +1 -2
  60. package/src/sap/ui/commons/RatingIndicator.js +1 -3
  61. package/src/sap/ui/commons/ResponsiveContainer.js +1 -2
  62. package/src/sap/ui/commons/ResponsiveContainerRange.js +1 -2
  63. package/src/sap/ui/commons/RichTooltip.js +1 -2
  64. package/src/sap/ui/commons/RichTooltipRenderer.js +3 -3
  65. package/src/sap/ui/commons/RoadMap.js +1 -2
  66. package/src/sap/ui/commons/RoadMapRenderer.js +15 -15
  67. package/src/sap/ui/commons/RoadMapStep.js +1 -2
  68. package/src/sap/ui/commons/RowRepeater.js +6 -15
  69. package/src/sap/ui/commons/RowRepeaterFilter.js +1 -2
  70. package/src/sap/ui/commons/RowRepeaterSorter.js +1 -2
  71. package/src/sap/ui/commons/SearchField.js +11 -11
  72. package/src/sap/ui/commons/SearchProvider.js +1 -2
  73. package/src/sap/ui/commons/SegmentedButton.js +1 -2
  74. package/src/sap/ui/commons/Slider.js +6 -6
  75. package/src/sap/ui/commons/Splitter.js +10 -9
  76. package/src/sap/ui/commons/Tab.js +1 -2
  77. package/src/sap/ui/commons/TabStrip.js +14 -12
  78. package/src/sap/ui/commons/TextArea.js +1 -2
  79. package/src/sap/ui/commons/TextField.js +9 -8
  80. package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
  81. package/src/sap/ui/commons/TextView.js +1 -2
  82. package/src/sap/ui/commons/Title.js +1 -2
  83. package/src/sap/ui/commons/ToggleButton.js +1 -2
  84. package/src/sap/ui/commons/Toolbar.js +7 -6
  85. package/src/sap/ui/commons/ToolbarSeparator.js +1 -2
  86. package/src/sap/ui/commons/Tree.js +6 -8
  87. package/src/sap/ui/commons/TreeNode.js +5 -9
  88. package/src/sap/ui/commons/TriStateCheckBox.js +1 -3
  89. package/src/sap/ui/commons/ValueHelpField.js +1 -2
  90. package/src/sap/ui/commons/form/Form.js +1 -2
  91. package/src/sap/ui/commons/form/FormContainer.js +1 -2
  92. package/src/sap/ui/commons/form/FormElement.js +1 -2
  93. package/src/sap/ui/commons/form/FormLayout.js +1 -2
  94. package/src/sap/ui/commons/form/GridContainerData.js +1 -2
  95. package/src/sap/ui/commons/form/GridElementData.js +1 -2
  96. package/src/sap/ui/commons/form/GridLayout.js +1 -2
  97. package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -2
  98. package/src/sap/ui/commons/form/SimpleForm.js +1 -2
  99. package/src/sap/ui/commons/layout/AbsoluteLayout.js +1 -10
  100. package/src/sap/ui/commons/layout/BorderLayout.js +1 -13
  101. package/src/sap/ui/commons/layout/BorderLayoutArea.js +1 -2
  102. package/src/sap/ui/commons/layout/BorderLayoutRenderer.js +5 -4
  103. package/src/sap/ui/commons/layout/HorizontalLayout.js +1 -2
  104. package/src/sap/ui/commons/layout/MatrixLayout.js +1 -3
  105. package/src/sap/ui/commons/layout/MatrixLayoutCell.js +1 -5
  106. package/src/sap/ui/commons/layout/MatrixLayoutRenderer.js +3 -3
  107. package/src/sap/ui/commons/layout/MatrixLayoutRow.js +1 -5
  108. package/src/sap/ui/commons/layout/PositionContainer.js +1 -3
  109. package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -2
  110. package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -2
  111. package/src/sap/ui/commons/layout/VerticalLayout.js +1 -2
  112. package/src/sap/ui/commons/library.js +2 -30
  113. package/src/sap/ui/commons/messagebundle_de.properties +1 -1
@@ -34,13 +34,12 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.105.1
37
+ * @version 1.107.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
41
41
  * @deprecated as of version 1.38, replaced by {@link sap.m.Page}
42
42
  * @alias sap.ui.commons.layout.BorderLayout
43
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
44
43
  */
45
44
  var BorderLayout = Control.extend("sap.ui.commons.layout.BorderLayout", /** @lends sap.ui.commons.layout.BorderLayout.prototype */ { metadata : {
46
45
 
@@ -154,7 +153,6 @@ sap.ui.define([
154
153
  * @returns {sap.ui.commons.layout.BorderLayoutArea} The aria
155
154
  *
156
155
  * @public
157
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
158
156
  */
159
157
  BorderLayout.prototype.getArea = function(sAreaId, bCreate) {
160
158
  return this._getOrCreateArea(sAreaId, bCreate ? [] : null);
@@ -171,7 +169,6 @@ sap.ui.define([
171
169
  * @returns {sap.ui.commons.layout.BorderLayoutArea} The created aria
172
170
  *
173
171
  * @public
174
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
175
172
  */
176
173
  BorderLayout.prototype.createArea = function(sAreaId, oContent /* ... */) {
177
174
  return this._getOrCreateArea(sAreaId, Array.prototype.slice.call(arguments, 1));
@@ -186,7 +183,6 @@ sap.ui.define([
186
183
  * @returns {sap.ui.commons.layout.BorderLayoutArea} The aria
187
184
  * @type {sap.ui.commons.layout.BorderLayoutArea}
188
185
  * @public
189
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
190
186
  */
191
187
  BorderLayout.prototype.getAreaById = function(sAreaId) {
192
188
  return this._getOrCreateArea(sAreaId, []);
@@ -201,7 +197,6 @@ sap.ui.define([
201
197
  * @returns {object} The aria data
202
198
  *
203
199
  * @public
204
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
205
200
  */
206
201
  BorderLayout.prototype.getAreaData = function(sAreaId) {
207
202
  var oArea = this.getAreaById(sAreaId);
@@ -226,7 +221,6 @@ sap.ui.define([
226
221
  * @returns {this} <code>this</code> to allow method chaining
227
222
  *
228
223
  * @public
229
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
230
224
  */
231
225
  BorderLayout.prototype.setAreaData = function(sAreaId, oData) {
232
226
  this.getArea(sAreaId, true).applySettings(oData);
@@ -242,7 +236,6 @@ sap.ui.define([
242
236
  * @returns {this} <code>this</code> to allow method chaining
243
237
  *
244
238
  * @public
245
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
246
239
  */
247
240
  BorderLayout.prototype.addContent = function(sAreaId) {
248
241
  var oArea = this.getArea(sAreaId, true),
@@ -266,7 +259,6 @@ sap.ui.define([
266
259
  * @returns {this} <code>this</code> to allow method chaining
267
260
  *
268
261
  * @public
269
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
270
262
  */
271
263
  BorderLayout.prototype.insertContent = function(sAreaId, iIndex) { //obsolete
272
264
  var oArea = this.getArea(sAreaId, true),
@@ -289,7 +281,6 @@ sap.ui.define([
289
281
  * @returns {this} <code>this</code> to allow method chaining
290
282
  *
291
283
  * @public
292
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
293
284
  */
294
285
  BorderLayout.prototype.removeContent = function(oAreaId, vElement) {
295
286
  var oArea = this.getAreaById(oAreaId);
@@ -308,7 +299,6 @@ sap.ui.define([
308
299
  * @returns {this} <code>this</code> to allow method chaining
309
300
  *
310
301
  * @public
311
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
312
302
  */
313
303
  BorderLayout.prototype.removeAllContent = function(sAreaId) {
314
304
  var oArea = this.getAreaById(sAreaId);
@@ -327,7 +317,6 @@ sap.ui.define([
327
317
  * @returns {sap.ui.core.Control[]} The array with the content
328
318
  *
329
319
  * @public
330
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
331
320
  */
332
321
  BorderLayout.prototype.getContent = function(sAreaId) {
333
322
  var oArea = this.getAreaById(sAreaId);
@@ -358,7 +347,6 @@ sap.ui.define([
358
347
  * @returns {this} <code>this</code> to allow method chaining
359
348
  *
360
349
  * @public
361
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
362
350
  */
363
351
  BorderLayout.prototype.destroyContent = function(sAreaId) {
364
352
  this.getAreaById(sAreaId, true).destroyContent();
@@ -27,13 +27,12 @@ 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.105.1
30
+ * @version 1.107.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
34
34
  * @deprecated Since version 1.38. Instead, use the <code>sap.m.Page</code> control.
35
35
  * @alias sap.ui.commons.layout.BorderLayoutArea
36
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
37
36
  */
38
37
  var BorderLayoutArea = Element.extend("sap.ui.commons.layout.BorderLayoutArea", /** @lends sap.ui.commons.layout.BorderLayoutArea.prototype */ { metadata : {
39
38
 
@@ -8,9 +8,10 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery",
10
10
  "sap/base/assert",
11
- "sap/base/security/encodeXML"
11
+ "sap/base/security/encodeXML",
12
+ "sap/ui/core/Configuration"
12
13
  ],
13
- function(jQuery, assert, encodeXML) {
14
+ function(jQuery, assert, encodeXML, Configuration) {
14
15
  "use strict";
15
16
 
16
17
 
@@ -46,7 +47,7 @@ sap.ui.define([
46
47
  end : sizeOf(mAreas.end),
47
48
  bottom : sizeOf(mAreas.bottom)
48
49
  };
49
- var bRTL = sap.ui.getCore().getConfiguration().getRTL();
50
+ var bRTL = Configuration.getRTL();
50
51
 
51
52
  // open the outer HTML tag
52
53
  oRm.write("<div");
@@ -84,7 +85,7 @@ sap.ui.define([
84
85
 
85
86
  BorderLayoutRenderer.animate = function(oArea, bVisible) {
86
87
  // var sBorderLayoutId = oBorderLayout.getId();
87
- var bRTL = sap.ui.getCore().getConfiguration().getRTL();
88
+ var bRTL = Configuration.getRTL();
88
89
  var end = bVisible ? oArea.getSize() : "0";
89
90
 
90
91
  switch (oArea.getAreaId()) {
@@ -26,13 +26,12 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.HorizontalLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.105.1
29
+ * @version 1.107.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
33
33
  * @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.HorizontalLayout</code> control.
34
34
  * @alias sap.ui.commons.layout.HorizontalLayout
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var HorizontalLayout = LayoutHorizontalLayout.extend("sap.ui.commons.layout.HorizontalLayout", /** @lends sap.ui.commons.layout.HorizontalLayout.prototype */ { metadata : {
38
37
 
@@ -57,13 +57,12 @@ sap.ui.define([
57
57
  * @extends sap.ui.core.Control
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.105.1
60
+ * @version 1.107.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
64
64
  * @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control.
65
65
  * @alias sap.ui.commons.layout.MatrixLayout
66
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
67
66
  */
68
67
  var MatrixLayout = Control.extend("sap.ui.commons.layout.MatrixLayout", /** @lends sap.ui.commons.layout.MatrixLayout.prototype */ { metadata : {
69
68
 
@@ -123,7 +122,6 @@ sap.ui.define([
123
122
  *
124
123
  * @return {this} <code>this</code> to allow method chaining
125
124
  * @public
126
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
127
125
  */
128
126
  MatrixLayout.prototype.createRow = function() {
129
127
 
@@ -23,13 +23,12 @@ 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.105.1
26
+ * @version 1.107.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
30
30
  * @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control.
31
31
  * @alias sap.ui.commons.layout.MatrixLayoutCell
32
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
33
32
  */
34
33
  var MatrixLayoutCell = Element.extend("sap.ui.commons.layout.MatrixLayoutCell", /** @lends sap.ui.commons.layout.MatrixLayoutCell.prototype */ { metadata : {
35
34
 
@@ -135,7 +134,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
135
134
  * the CSS class name to be added
136
135
  * @type this
137
136
  * @public
138
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
139
137
  */
140
138
 
141
139
 
@@ -151,7 +149,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
151
149
  * the style to be removed
152
150
  * @type this
153
151
  * @public
154
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
155
152
  */
156
153
 
157
154
 
@@ -164,7 +161,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
164
161
  * the style to check for
165
162
  * @type boolean
166
163
  * @public
167
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
168
164
  */
169
165
 
170
166
  CustomStyleClassSupport.apply(MatrixLayoutCell.prototype);
@@ -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/commons/library'],
9
- function(assert, commonsLibrary) {
8
+ sap.ui.define(['sap/base/assert', 'sap/ui/commons/library', 'sap/ui/core/Configuration'],
9
+ function(assert, commonsLibrary, Configuration) {
10
10
  "use strict";
11
11
 
12
12
 
@@ -43,7 +43,7 @@ sap.ui.define(['sap/base/assert', 'sap/ui/commons/library'],
43
43
  */
44
44
  MatrixLayoutRenderer.render = function(rm, oMatrixLayout) {
45
45
  // some convenience variables.
46
- var bRTL = sap.ui.getCore().getConfiguration().getRTL();
46
+ var bRTL = Configuration.getRTL();
47
47
  var i = 0;
48
48
  var j = 0;
49
49
  var index = 0;
@@ -23,13 +23,12 @@ 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.105.1
26
+ * @version 1.107.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
30
30
  * @deprecated Since version 1.38. Instead, use the <code>sap.ui.layout.Grid</code> control.
31
31
  * @alias sap.ui.commons.layout.MatrixLayoutRow
32
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
33
32
  */
34
33
  var MatrixLayoutRow = Element.extend("sap.ui.commons.layout.MatrixLayoutRow", /** @lends sap.ui.commons.layout.MatrixLayoutRow.prototype */ { metadata : {
35
34
 
@@ -90,7 +89,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
90
89
  * the CSS class name to be added
91
90
  * @type this
92
91
  * @public
93
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
94
92
  */
95
93
 
96
94
 
@@ -106,7 +104,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
106
104
  * the style to be removed
107
105
  * @type this
108
106
  * @public
109
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
110
107
  */
111
108
 
112
109
 
@@ -119,7 +116,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/core/CustomStyleClassSupport',
119
116
  * the style to check for
120
117
  * @type boolean
121
118
  * @public
122
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
123
119
  */
124
120
 
125
121
  CustomStyleClassSupport.apply(MatrixLayoutRow.prototype);
@@ -22,12 +22,11 @@ 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.105.1
25
+ * @version 1.107.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
29
29
  * @alias sap.ui.commons.layout.PositionContainer
30
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
31
30
  * @deprecated as of version 1.38
32
31
  */
33
32
  var PositionContainer = Element.extend("sap.ui.commons.layout.PositionContainer", /** @lends sap.ui.commons.layout.PositionContainer.prototype */ { metadata : {
@@ -167,7 +166,6 @@ sap.ui.define(['sap/base/Log', 'sap/ui/commons/library', 'sap/ui/core/Element',
167
166
  * is given, nothing is updated.
168
167
  * @type void
169
168
  * @public
170
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
171
169
  */
172
170
  PositionContainer.prototype.updatePosition = function(oPos) {
173
171
  if (!oPos) {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.ResponsiveFlowLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.105.1
29
+ * @version 1.107.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -34,7 +34,6 @@ sap.ui.define([
34
34
  * @deprecated Since version 1.16.0.
35
35
  * moved to sap.ui.layout library. Please use this one.
36
36
  * @alias sap.ui.commons.layout.ResponsiveFlowLayout
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var ResponsiveFlowLayout = LayoutResponsiveFlowLayout.extend("sap.ui.commons.layout.ResponsiveFlowLayout", /** @lends sap.ui.commons.layout.ResponsiveFlowLayout.prototype */ { metadata : {
40
39
 
@@ -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.105.1
25
+ * @version 1.107.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -30,7 +30,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/ResponsiveFlowLayoutData
30
30
  * @deprecated Since version 1.16.0.
31
31
  * moved to sap.ui.layout library. Please use this one.
32
32
  * @alias sap.ui.commons.layout.ResponsiveFlowLayoutData
33
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
34
33
  */
35
34
  var ResponsiveFlowLayoutData = LayoutResponsiveFlowLayoutData.extend("sap.ui.commons.layout.ResponsiveFlowLayoutData", /** @lends sap.ui.commons.layout.ResponsiveFlowLayoutData.prototype */ { metadata : {
36
35
 
@@ -26,14 +26,13 @@ sap.ui.define([
26
26
  * @extends sap.ui.layout.VerticalLayout
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.105.1
29
+ * @version 1.107.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
33
33
  * @deprecated Since version 1.16.0.
34
34
  * Moved to sap.ui.layout library. Please use this one.
35
35
  * @alias sap.ui.commons.layout.VerticalLayout
36
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
37
36
  */
38
37
  var VerticalLayout = LayoutVerticalLayout.extend("sap.ui.commons.layout.VerticalLayout", /** @lends sap.ui.commons.layout.VerticalLayout.prototype */ { metadata : {
39
38
 
@@ -21,14 +21,14 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
21
21
  * @namespace
22
22
  * @alias sap.ui.commons
23
23
  * @author SAP SE
24
- * @version 1.105.1
24
+ * @version 1.107.0
25
25
  * @since 0.8
26
26
  * @public
27
27
  * @deprecated as of version 1.38
28
28
  */
29
29
  var thisLib = sap.ui.getCore().initLibrary({
30
30
  name : "sap.ui.commons",
31
- version: "1.105.1",
31
+ version: "1.107.0",
32
32
  dependencies : ["sap.ui.core","sap.ui.layout","sap.ui.unified"],
33
33
  types: [
34
34
  "sap.ui.commons.ButtonStyle",
@@ -166,7 +166,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
166
166
  *
167
167
  * @enum {string}
168
168
  * @public
169
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
170
169
  * @deprecated as of version 1.38
171
170
  */
172
171
  thisLib.ButtonStyle = {
@@ -207,7 +206,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
207
206
  * @typedef {sap.ui.unified.ColorPickerMode}
208
207
  * @public
209
208
  * @deprecated Since version 1.48.0. Use {@link sap.ui.unified.ColorPickerMode} instead.
210
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
211
209
  */
212
210
  thisLib.ColorPickerMode = sap.ui.unified.ColorPickerMode;
213
211
 
@@ -217,7 +215,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
217
215
  * @name sap.ui.commons.FormattedTextViewControl
218
216
  * @interface
219
217
  * @public
220
- * @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
221
218
  * @deprecated as of version 1.38
222
219
  */
223
220
 
@@ -227,7 +224,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
227
224
  *
228
225
  * @enum {string}
229
226
  * @public
230
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
231
227
  * @deprecated as of version 1.38
232
228
  */
233
229
  thisLib.HorizontalDividerHeight = {
@@ -264,7 +260,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
264
260
  *
265
261
  * @enum {string}
266
262
  * @public
267
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
268
263
  * @deprecated as of version 1.38
269
264
  */
270
265
  thisLib.HorizontalDividerType = {
@@ -289,7 +284,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
289
284
  *
290
285
  * @enum {string}
291
286
  * @public
292
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
293
287
  * @deprecated as of version 1.38
294
288
  */
295
289
  thisLib.LabelDesign = {
@@ -314,7 +308,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
314
308
  *
315
309
  * @enum {string}
316
310
  * @public
317
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
318
311
  * @deprecated as of version 1.38
319
312
  */
320
313
  thisLib.MenuBarDesign = {
@@ -339,7 +332,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
339
332
  *
340
333
  * @enum {string}
341
334
  * @public
342
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
343
335
  * @deprecated as of version 1.38
344
336
  */
345
337
  thisLib.MessageType = {
@@ -370,7 +362,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
370
362
  *
371
363
  * @enum {string}
372
364
  * @public
373
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
374
365
  * @deprecated as of version 1.38
375
366
  */
376
367
  thisLib.PaginatorEvent = {
@@ -413,7 +404,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
413
404
  *
414
405
  * @enum {string}
415
406
  * @public
416
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
417
407
  * @deprecated as of version 1.38
418
408
  */
419
409
  thisLib.RatingIndicatorVisualMode = {
@@ -444,7 +434,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
444
434
  *
445
435
  * @enum {string}
446
436
  * @public
447
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
448
437
  * @deprecated as of version 1.38
449
438
  */
450
439
  thisLib.RowRepeaterDesign = {
@@ -476,7 +465,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
476
465
  * @final
477
466
  * @namespace
478
467
  * @public
479
- * @ui5-metamodel This simple type also will be described in the UI5 (legacy) designtime metamodel
480
468
  * @deprecated as of version 1.38
481
469
  */
482
470
  thisLib.SplitterSize = DataType.createType('sap.ui.commons.SplitterSize', {
@@ -494,7 +482,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
494
482
  *
495
483
  * @enum {string}
496
484
  * @public
497
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
498
485
  * @deprecated as of version 1.38
499
486
  */
500
487
  thisLib.TextViewColor = {
@@ -531,7 +518,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
531
518
  *
532
519
  * @enum {string}
533
520
  * @public
534
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
535
521
  * @deprecated as of version 1.38
536
522
  */
537
523
  thisLib.TextViewDesign = {
@@ -629,7 +615,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
629
615
  *
630
616
  * @enum {string}
631
617
  * @public
632
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
633
618
  * @deprecated as of version 1.38
634
619
  */
635
620
  thisLib.ToolbarDesign = {
@@ -669,7 +654,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
669
654
  * @name sap.ui.commons.ToolbarItem
670
655
  * @interface
671
656
  * @public
672
- * @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
673
657
  * @deprecated as of version 1.38
674
658
  */
675
659
 
@@ -679,7 +663,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
679
663
  *
680
664
  * @enum {string}
681
665
  * @public
682
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
683
666
  * @deprecated as of version 1.38
684
667
  */
685
668
  thisLib.ToolbarSeparatorDesign = {
@@ -704,7 +687,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
704
687
  *
705
688
  * @enum {string}
706
689
  * @public
707
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
708
690
  * @deprecated as of version 1.38
709
691
  */
710
692
  thisLib.TreeSelectionMode = {
@@ -742,7 +724,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
742
724
  * @enum {string}
743
725
  * @public
744
726
  * @since 1.7.2
745
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
746
727
  * @deprecated as of version 1.38
747
728
  */
748
729
  thisLib.TriStateCheckBoxState = {
@@ -779,7 +760,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
779
760
  *
780
761
  * @enum {string}
781
762
  * @public
782
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
783
763
  * @deprecated as of version 1.38
784
764
  */
785
765
  thisLib.enums.AreaDesign = {
@@ -810,7 +790,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
810
790
  *
811
791
  * @enum {string}
812
792
  * @public
813
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
814
793
  * @deprecated as of version 1.38
815
794
  */
816
795
  thisLib.enums.BorderDesign = {
@@ -835,7 +814,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
835
814
  *
836
815
  * @enum {string}
837
816
  * @public
838
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
839
817
  * @deprecated as of version 1.38
840
818
  */
841
819
  thisLib.enums.Orientation = {
@@ -895,7 +873,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
895
873
  *
896
874
  * @enum {string}
897
875
  * @public
898
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
899
876
  * @deprecated as of version 1.38
900
877
  */
901
878
  thisLib.layout.BackgroundDesign = {
@@ -964,7 +941,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
964
941
  *
965
942
  * @enum {string}
966
943
  * @public
967
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
968
944
  * @deprecated as of version 1.38
969
945
  */
970
946
  thisLib.layout.BorderLayoutAreaTypes = {
@@ -1009,7 +985,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
1009
985
  *
1010
986
  * @enum {string}
1011
987
  * @public
1012
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1013
988
  * @deprecated as of version 1.38
1014
989
  */
1015
990
  thisLib.layout.HAlign = {
@@ -1065,7 +1040,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
1065
1040
  *
1066
1041
  * @enum {string}
1067
1042
  * @public
1068
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1069
1043
  * @deprecated as of version 1.38
1070
1044
  */
1071
1045
  thisLib.layout.Padding = {
@@ -1125,7 +1099,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
1125
1099
  *
1126
1100
  * @enum {string}
1127
1101
  * @public
1128
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1129
1102
  * @deprecated as of version 1.38
1130
1103
  */
1131
1104
  thisLib.layout.Separation = {
@@ -1194,7 +1167,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
1194
1167
  *
1195
1168
  * @enum {string}
1196
1169
  * @public
1197
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1198
1170
  * @deprecated as of version 1.38
1199
1171
  */
1200
1172
  thisLib.layout.VAlign = {
@@ -69,7 +69,7 @@ PANEL_HEAD_ACC=Zum Komprimieren oder Expandieren des Panels dr\u00FCcken Sie die
69
69
 
70
70
  TAB_CLOSE_TEXT=Tab schlie\u00DFen
71
71
 
72
- TOOLBAR_OVERFLOW=Toolbar-Overflow
72
+ TOOLBAR_OVERFLOW=\u00DCberlauf
73
73
 
74
74
  PAGINATOR=Paginator
75
75
  BACK=Zur\u00FCck