@openui5/sap.ui.commons 1.106.0 → 1.107.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 (111) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/commons/.library +1 -1
  3. package/src/sap/ui/commons/Accordion.js +1 -4
  4. package/src/sap/ui/commons/AccordionRenderer.js +5 -5
  5. package/src/sap/ui/commons/AccordionSection.js +4 -5
  6. package/src/sap/ui/commons/ApplicationHeader.js +1 -2
  7. package/src/sap/ui/commons/ApplicationHeaderRenderer.js +4 -4
  8. package/src/sap/ui/commons/Area.js +1 -2
  9. package/src/sap/ui/commons/AutoComplete.js +1 -3
  10. package/src/sap/ui/commons/Button.js +1 -3
  11. package/src/sap/ui/commons/ButtonRenderer.js +1 -1
  12. package/src/sap/ui/commons/Callout.js +1 -2
  13. package/src/sap/ui/commons/CalloutBase.js +8 -9
  14. package/src/sap/ui/commons/CalloutBaseRenderer.js +3 -3
  15. package/src/sap/ui/commons/Carousel.js +5 -8
  16. package/src/sap/ui/commons/CarouselRenderer.js +3 -3
  17. package/src/sap/ui/commons/CheckBox.js +1 -3
  18. package/src/sap/ui/commons/ColorPicker.js +1 -2
  19. package/src/sap/ui/commons/ComboBox.js +1 -2
  20. package/src/sap/ui/commons/ComboBoxRenderer.js +3 -3
  21. package/src/sap/ui/commons/DatePicker.js +8 -7
  22. package/src/sap/ui/commons/Dialog.js +10 -11
  23. package/src/sap/ui/commons/DropdownBox.js +9 -8
  24. package/src/sap/ui/commons/FileUploader.js +1 -2
  25. package/src/sap/ui/commons/FileUploaderParameter.js +1 -2
  26. package/src/sap/ui/commons/FormattedTextView.js +1 -3
  27. package/src/sap/ui/commons/HorizontalDivider.js +1 -2
  28. package/src/sap/ui/commons/Image.js +1 -2
  29. package/src/sap/ui/commons/ImageMap.js +1 -3
  30. package/src/sap/ui/commons/ImageMapRenderer.js +3 -3
  31. package/src/sap/ui/commons/InPlaceEdit.js +1 -3
  32. package/src/sap/ui/commons/Label.js +1 -2
  33. package/src/sap/ui/commons/Link.js +1 -3
  34. package/src/sap/ui/commons/ListBox.js +1 -2
  35. package/src/sap/ui/commons/ListBoxRenderer.js +1 -1
  36. package/src/sap/ui/commons/Menu.js +1 -2
  37. package/src/sap/ui/commons/MenuBar.js +7 -7
  38. package/src/sap/ui/commons/MenuBarRenderer.js +3 -3
  39. package/src/sap/ui/commons/MenuButton.js +1 -2
  40. package/src/sap/ui/commons/MenuButtonRenderer.js +3 -3
  41. package/src/sap/ui/commons/MenuItem.js +1 -2
  42. package/src/sap/ui/commons/MenuItemBase.js +1 -1
  43. package/src/sap/ui/commons/MenuTextFieldItem.js +1 -2
  44. package/src/sap/ui/commons/Message.js +6 -6
  45. package/src/sap/ui/commons/MessageBar.js +7 -8
  46. package/src/sap/ui/commons/MessageBox.js +1 -1
  47. package/src/sap/ui/commons/MessageList.js +5 -6
  48. package/src/sap/ui/commons/MessageToast.js +8 -9
  49. package/src/sap/ui/commons/Paginator.js +1 -2
  50. package/src/sap/ui/commons/Panel.js +7 -8
  51. package/src/sap/ui/commons/PanelRenderer.js +3 -3
  52. package/src/sap/ui/commons/PasswordField.js +1 -2
  53. package/src/sap/ui/commons/ProgressIndicator.js +1 -2
  54. package/src/sap/ui/commons/ProgressIndicatorRenderer.js +4 -4
  55. package/src/sap/ui/commons/RadioButton.js +1 -2
  56. package/src/sap/ui/commons/RadioButtonGroup.js +1 -4
  57. package/src/sap/ui/commons/RangeSlider.js +1 -2
  58. package/src/sap/ui/commons/RatingIndicator.js +1 -3
  59. package/src/sap/ui/commons/ResponsiveContainer.js +1 -2
  60. package/src/sap/ui/commons/ResponsiveContainerRange.js +1 -2
  61. package/src/sap/ui/commons/RichTooltip.js +1 -2
  62. package/src/sap/ui/commons/RichTooltipRenderer.js +3 -3
  63. package/src/sap/ui/commons/RoadMap.js +1 -2
  64. package/src/sap/ui/commons/RoadMapRenderer.js +15 -15
  65. package/src/sap/ui/commons/RoadMapStep.js +1 -2
  66. package/src/sap/ui/commons/RowRepeater.js +6 -15
  67. package/src/sap/ui/commons/RowRepeaterFilter.js +1 -2
  68. package/src/sap/ui/commons/RowRepeaterSorter.js +1 -2
  69. package/src/sap/ui/commons/SearchField.js +11 -11
  70. package/src/sap/ui/commons/SearchProvider.js +1 -2
  71. package/src/sap/ui/commons/SegmentedButton.js +1 -2
  72. package/src/sap/ui/commons/Slider.js +6 -6
  73. package/src/sap/ui/commons/Splitter.js +10 -9
  74. package/src/sap/ui/commons/Tab.js +1 -2
  75. package/src/sap/ui/commons/TabStrip.js +14 -12
  76. package/src/sap/ui/commons/TextArea.js +1 -2
  77. package/src/sap/ui/commons/TextField.js +8 -7
  78. package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
  79. package/src/sap/ui/commons/TextView.js +1 -2
  80. package/src/sap/ui/commons/Title.js +1 -2
  81. package/src/sap/ui/commons/ToggleButton.js +1 -2
  82. package/src/sap/ui/commons/Toolbar.js +7 -6
  83. package/src/sap/ui/commons/ToolbarSeparator.js +1 -2
  84. package/src/sap/ui/commons/Tree.js +6 -8
  85. package/src/sap/ui/commons/TreeNode.js +5 -9
  86. package/src/sap/ui/commons/TriStateCheckBox.js +1 -3
  87. package/src/sap/ui/commons/ValueHelpField.js +1 -2
  88. package/src/sap/ui/commons/form/Form.js +1 -2
  89. package/src/sap/ui/commons/form/FormContainer.js +1 -2
  90. package/src/sap/ui/commons/form/FormElement.js +1 -2
  91. package/src/sap/ui/commons/form/FormLayout.js +1 -2
  92. package/src/sap/ui/commons/form/GridContainerData.js +1 -2
  93. package/src/sap/ui/commons/form/GridElementData.js +1 -2
  94. package/src/sap/ui/commons/form/GridLayout.js +1 -2
  95. package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -2
  96. package/src/sap/ui/commons/form/SimpleForm.js +1 -2
  97. package/src/sap/ui/commons/layout/AbsoluteLayout.js +1 -10
  98. package/src/sap/ui/commons/layout/BorderLayout.js +1 -13
  99. package/src/sap/ui/commons/layout/BorderLayoutArea.js +1 -2
  100. package/src/sap/ui/commons/layout/BorderLayoutRenderer.js +5 -4
  101. package/src/sap/ui/commons/layout/HorizontalLayout.js +1 -2
  102. package/src/sap/ui/commons/layout/MatrixLayout.js +1 -3
  103. package/src/sap/ui/commons/layout/MatrixLayoutCell.js +1 -5
  104. package/src/sap/ui/commons/layout/MatrixLayoutRenderer.js +3 -3
  105. package/src/sap/ui/commons/layout/MatrixLayoutRow.js +1 -5
  106. package/src/sap/ui/commons/layout/PositionContainer.js +1 -3
  107. package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -2
  108. package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -2
  109. package/src/sap/ui/commons/layout/VerticalLayout.js +1 -2
  110. package/src/sap/ui/commons/library.js +2 -30
  111. package/src/sap/ui/commons/messagebundle_de.properties +1 -1
@@ -5,8 +5,8 @@
5
5
  */
6
6
 
7
7
  // Provides control sap.ui.commons.TreeNode.
8
- sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyleClassSupport', 'sap/ui/core/Element', './Tree'],
9
- function(jQuery, library, CustomStyleClassSupport, Element, Tree) {
8
+ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyleClassSupport', 'sap/ui/core/Element', './Tree', 'sap/ui/core/Configuration'],
9
+ function(jQuery, library, CustomStyleClassSupport, Element, Tree, Configuration) {
10
10
  "use strict";
11
11
 
12
12
 
@@ -23,13 +23,12 @@ 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.106.0
26
+ * @version 1.107.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
30
30
  * @deprecated as of version 1.38, replaced by {@link sap.m.Tree}
31
31
  * @alias sap.ui.commons.TreeNode
32
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
33
32
  */
34
33
  var TreeNode = Element.extend("sap.ui.commons.TreeNode", /** @lends sap.ui.commons.TreeNode.prototype */ { metadata : {
35
34
 
@@ -134,7 +133,6 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
134
133
  * @param {boolean} bExpandChildren Propagates expand to node's children
135
134
  * @param {boolean} bDisableExpandFinishedHandler Disables the expand finished handler
136
135
  * @public
137
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
138
136
  */
139
137
  TreeNode.prototype.expand = function(bExpandChildren, bDisableExpandFinishedHandler){
140
138
  //Change property anyway. (Even if node has no expander)
@@ -184,7 +182,6 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
184
182
  * @param {boolean} bCollapseChildren Propagates collapse to node's children
185
183
  * @param {boolean} bDisableCollapseFinishedHandler Disables the collapse finished handler
186
184
  * @public
187
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
188
185
  */
189
186
  TreeNode.prototype.collapse = function(bCollapseChildren, bDisableCollapseFinishedHandler){
190
187
  //Change property anyway. (Even if node has no expander)
@@ -230,7 +227,6 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
230
227
  * Select the node, and if any, deselects the previously selected node
231
228
  * @param {boolean} bSuppressEvent
232
229
  * @public
233
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
234
230
  */
235
231
  TreeNode.prototype.select = function(bSuppressEvent) {
236
232
  var oTree = this.getTree();
@@ -467,7 +463,7 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
467
463
  * @param {Object} oEvent Browser event
468
464
  */
469
465
  TreeNode.prototype.onsapleft = function(oEvent){
470
- if (sap.ui.getCore().getConfiguration().getRTL()) {
466
+ if (Configuration.getRTL()) {
471
467
  this.expand();
472
468
  } else {
473
469
  this.collapse();
@@ -482,7 +478,7 @@ sap.ui.define(['sap/ui/thirdparty/jquery', './library', 'sap/ui/core/CustomStyle
482
478
  * @param {Object} oEvent Browser event
483
479
  */
484
480
  TreeNode.prototype.onsapright = function(oEvent){
485
- if (sap.ui.getCore().getConfiguration().getRTL()) {
481
+ if (Configuration.getRTL()) {
486
482
  this.collapse();
487
483
  } else {
488
484
  this.expand();
@@ -34,14 +34,13 @@ 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.106.0
37
+ * @version 1.107.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
41
41
  * @since 1.7.2
42
42
  * @deprecated Since version 1.38.
43
43
  * @alias sap.ui.commons.TriStateCheckBox
44
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
45
44
  */
46
45
  var TriStateCheckBox = Control.extend("sap.ui.commons.TriStateCheckBox", /** @lends sap.ui.commons.TriStateCheckBox.prototype */ { metadata : {
47
46
 
@@ -175,7 +174,6 @@ sap.ui.define([
175
174
  * @param {sap.ui.commons.TriStateCheckBoxState} destState
176
175
  * destined selection state of checkbox
177
176
  * @public
178
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
179
177
  */
180
178
  TriStateCheckBox.prototype.toggle = function(destState) {
181
179
  if (destState in TriStateCheckBoxState) {
@@ -25,13 +25,12 @@ sap.ui.define([
25
25
  * @extends sap.ui.commons.TextField
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.106.0
28
+ * @version 1.107.1
29
29
  *
30
30
  * @constructor
31
31
  * @public
32
32
  * @deprecated Since version 1.38. Instead, use the <code>sap.m.Input</code> control.
33
33
  * @alias sap.ui.commons.ValueHelpField
34
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
34
  */
36
35
  var ValueHelpField = TextField.extend("sap.ui.commons.ValueHelpField", /** @lends sap.ui.commons.ValueHelpField.prototype */ { metadata : {
37
36
 
@@ -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.106.0
31
+ * @version 1.107.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -36,7 +36,6 @@ sap.ui.define([
36
36
  * @deprecated Since version 1.16.0.
37
37
  * moved to sap.ui.layout library. Please use this one.
38
38
  * @alias sap.ui.commons.form.Form
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var Form = LayoutForm.extend("sap.ui.commons.form.Form", /** @lends sap.ui.commons.form.Form.prototype */ { metadata : {
42
41
 
@@ -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.106.0
25
+ * @version 1.107.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -30,7 +30,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/FormContainer'],
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.form.FormContainer
33
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
34
33
  */
35
34
  var FormContainer = LayoutFormContainer.extend("sap.ui.commons.form.FormContainer", /** @lends sap.ui.commons.form.FormContainer.prototype */ { metadata : {
36
35
 
@@ -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.106.0
25
+ * @version 1.107.1
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -30,7 +30,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/FormElement'],
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.form.FormElement
33
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
34
33
  */
35
34
  var FormElement = LayoutFormElement.extend("sap.ui.commons.form.FormElement", /** @lends sap.ui.commons.form.FormElement.prototype */ { metadata : {
36
35
 
@@ -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.106.0
30
+ * @version 1.107.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -35,7 +35,6 @@ sap.ui.define([
35
35
  * @deprecated Since version 1.16.0.
36
36
  * moved to sap.ui.layout library. Please use this one.
37
37
  * @alias sap.ui.commons.form.FormLayout
38
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
38
  */
40
39
  var FormLayout = LayoutFormLayout.extend("sap.ui.commons.form.FormLayout", /** @lends sap.ui.commons.form.FormLayout.prototype */ { metadata : {
41
40
 
@@ -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.106.0
26
+ * @version 1.107.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -31,7 +31,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/GridContainerData']
31
31
  * @deprecated Since version 1.16.0.
32
32
  * moved to sap.ui.layout library. Please use this one.
33
33
  * @alias sap.ui.commons.form.GridContainerData
34
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
34
  */
36
35
  var GridContainerData = LayoutGridContainerData.extend("sap.ui.commons.form.GridContainerData", /** @lends sap.ui.commons.form.GridContainerData.prototype */ { metadata : {
37
36
 
@@ -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.106.0
26
+ * @version 1.107.1
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -31,7 +31,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/form/GridElementData'],
31
31
  * @deprecated Since version 1.16.0.
32
32
  * moved to sap.ui.layout library. Please use this one.
33
33
  * @alias sap.ui.commons.form.GridElementData
34
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
34
  */
36
35
  var GridElementData = LayoutGridElementData.extend("sap.ui.commons.form.GridElementData", /** @lends sap.ui.commons.form.GridElementData.prototype */ { metadata : {
37
36
 
@@ -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.106.0
31
+ * @version 1.107.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -36,7 +36,6 @@ sap.ui.define([
36
36
  * @deprecated Since version 1.16.0.
37
37
  * moved to sap.ui.layout library. Please use this one.
38
38
  * @alias sap.ui.commons.form.GridLayout
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var GridLayout = LayoutGridLayout.extend("sap.ui.commons.form.GridLayout", /** @lends sap.ui.commons.form.GridLayout.prototype */ { metadata : {
42
41
 
@@ -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.106.0
29
+ * @version 1.107.1
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.form.ResponsiveLayout
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var ResponsiveLayout = LayoutResponsiveLayout.extend("sap.ui.commons.form.ResponsiveLayout", /** @lends sap.ui.commons.form.ResponsiveLayout.prototype */ { metadata : {
40
39
 
@@ -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.106.0
27
+ * @version 1.107.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -32,7 +32,6 @@ sap.ui.define([
32
32
  * @deprecated Since version 1.16.0.
33
33
  * moved to sap.ui.layout library. Please use this one.
34
34
  * @alias sap.ui.commons.form.SimpleForm
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var SimpleForm = LayoutSimpleForm.extend("sap.ui.commons.form.SimpleForm", /** @lends sap.ui.commons.form.SimpleForm.prototype */ { metadata : {
38
37
 
@@ -35,13 +35,12 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.106.0
38
+ * @version 1.107.1
39
39
  *
40
40
  * @constructor
41
41
  * @public
42
42
  * @deprecated Since version 1.38.
43
43
  * @alias sap.ui.commons.layout.AbsoluteLayout
44
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
45
44
  */
46
45
  var AbsoluteLayout = Control.extend("sap.ui.commons.layout.AbsoluteLayout", /** @lends sap.ui.commons.layout.AbsoluteLayout.prototype */ { metadata : {
47
46
 
@@ -228,7 +227,6 @@ sap.ui.define([
228
227
  *
229
228
  * @type sap.ui.core.Control[]
230
229
  * @public
231
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
232
230
  */
233
231
  AbsoluteLayout.prototype.getContent = function() {
234
232
  var aControls = [];
@@ -251,7 +249,6 @@ sap.ui.define([
251
249
  * The object is expected to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
252
250
  * @type this
253
251
  * @public
254
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
255
252
  */
256
253
  AbsoluteLayout.prototype.addContent = function(oContent, oPos) {
257
254
  var oPosition = PositionContainer.createPosition(oContent, oPos);
@@ -274,7 +271,6 @@ sap.ui.define([
274
271
  * The object is expected to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
275
272
  * @type this
276
273
  * @public
277
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
278
274
  */
279
275
  AbsoluteLayout.prototype.insertContent = function(oContent, iIndex, oPos) {
280
276
  var oPosition = PositionContainer.createPosition(oContent, oPos);
@@ -291,7 +287,6 @@ sap.ui.define([
291
287
  * The content control to remove, its ID, or the index of the corresponding position container in the 'positions' aggregation.
292
288
  * @type sap.ui.core.Control
293
289
  * @public
294
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
295
290
  */
296
291
  AbsoluteLayout.prototype.removeContent = function(vContent) {
297
292
  var iIndex = vContent;
@@ -315,7 +310,6 @@ sap.ui.define([
315
310
  *
316
311
  * @type sap.ui.core.Control[]
317
312
  * @public
318
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
319
313
  */
320
314
  AbsoluteLayout.prototype.removeAllContent = function() {
321
315
  var aControls = this.getContent();
@@ -333,7 +327,6 @@ sap.ui.define([
333
327
  * The content of which the index is looked for
334
328
  * @type int
335
329
  * @public
336
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
337
330
  */
338
331
  AbsoluteLayout.prototype.indexOfContent = function(oContent) {
339
332
  var aControls = this.getContent();
@@ -352,7 +345,6 @@ sap.ui.define([
352
345
  *
353
346
  * @type this
354
347
  * @public
355
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
356
348
  */
357
349
  AbsoluteLayout.prototype.destroyContent = function() {
358
350
  this.destroyPositions();
@@ -371,7 +363,6 @@ sap.ui.define([
371
363
  * The object is expected to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
372
364
  * @type boolean
373
365
  * @public
374
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
375
366
  */
376
367
  AbsoluteLayout.prototype.setPositionOfChild = function(oControl, oPos) {
377
368
  var iIdx = this.indexOfContent(oControl);
@@ -34,13 +34,12 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.106.0
37
+ * @version 1.107.1
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.106.0
30
+ * @version 1.107.1
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.106.0
29
+ * @version 1.107.1
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.106.0
60
+ * @version 1.107.1
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.106.0
26
+ * @version 1.107.1
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.106.0
26
+ * @version 1.107.1
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.106.0
25
+ * @version 1.107.1
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) {