@openui5/sap.ui.layout 1.126.1 → 1.127.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 (61) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/layout/.library +1 -1
  4. package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
  5. package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
  6. package/src/sap/ui/layout/BlockLayout.js +1 -1
  7. package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
  8. package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
  9. package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
  10. package/src/sap/ui/layout/DynamicSideContent.js +1 -1
  11. package/src/sap/ui/layout/FixFlex.js +1 -1
  12. package/src/sap/ui/layout/Grid.js +1 -1
  13. package/src/sap/ui/layout/GridData.js +1 -1
  14. package/src/sap/ui/layout/GridRenderer.js +1 -1
  15. package/src/sap/ui/layout/HorizontalLayout.js +1 -1
  16. package/src/sap/ui/layout/PaneContainer.js +1 -1
  17. package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
  18. package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
  19. package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
  20. package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
  21. package/src/sap/ui/layout/SplitPane.js +1 -1
  22. package/src/sap/ui/layout/Splitter.js +5 -1
  23. package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
  24. package/src/sap/ui/layout/VerticalLayout.js +3 -1
  25. package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
  26. package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
  27. package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
  28. package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
  29. package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
  30. package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
  31. package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
  32. package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
  33. package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
  34. package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
  35. package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
  36. package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
  37. package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +1 -1
  38. package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +1 -1
  39. package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +1 -1
  40. package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +1 -1
  41. package/src/sap/ui/layout/cssgrid/GridSettings.js +1 -1
  42. package/src/sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData.js +1 -1
  43. package/src/sap/ui/layout/cssgrid/ResponsiveColumnLayout.js +1 -1
  44. package/src/sap/ui/layout/designtime/form/SimpleForm.designtime.js +12 -0
  45. package/src/sap/ui/layout/designtime/messagebundle_en_US_saptrc.properties +11 -11
  46. package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
  47. package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
  48. package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
  49. package/src/sap/ui/layout/form/Form.js +7 -3
  50. package/src/sap/ui/layout/form/FormContainer.js +5 -1
  51. package/src/sap/ui/layout/form/FormElement.js +1 -1
  52. package/src/sap/ui/layout/form/FormLayout.js +1 -1
  53. package/src/sap/ui/layout/form/GridContainerData.js +1 -1
  54. package/src/sap/ui/layout/form/GridElementData.js +1 -1
  55. package/src/sap/ui/layout/form/GridLayout.js +1 -1
  56. package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
  57. package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
  58. package/src/sap/ui/layout/form/SemanticFormElement.js +1 -1
  59. package/src/sap/ui/layout/form/SimpleForm.js +12 -2
  60. package/src/sap/ui/layout/library.js +2 -2
  61. package/src/sap/ui/layout/messagebundle_en_US_saptrc.properties +9 -9
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.12.0
471
+ Component: SAP Theming Base Content, version: 11.16.1
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.layout",
3
- "version": "1.126.1",
3
+ "version": "1.127.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.layout",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.126.1"
17
+ "@openui5/sap.ui.core": "1.127.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.1</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with layout controls.</documentation>
12
12
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.126.1
43
+ * @version 1.127.0
44
44
  *
45
45
  * @constructor
46
46
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.layout.Splitter
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.126.1
28
+ * @version 1.127.0
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * @extends sap.ui.core.Control
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.126.1
66
+ * @version 1.127.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
18
18
  * @class
19
19
  * Holds layout data for the BlockLayoutCells contents.
20
20
  * @extends sap.ui.core.LayoutData
21
- * @version 1.126.1
21
+ * @version 1.127.0
22
22
  * @constructor
23
23
  * @public
24
24
  * @since 1.50.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.126.1
35
+ * @version 1.127.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @extends sap.ui.core.Control
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.126.1
100
+ * @version 1.127.0
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @extends sap.ui.core.Control
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.126.1
56
+ * @version 1.127.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @extends sap.ui.core.Control
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.126.1
62
+ * @version 1.127.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library', "sap/base/Log"],
28
28
  * @extends sap.ui.core.LayoutData
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.126.1
31
+ * @version 1.127.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/Device", "sap/ui/layout/library"],
15
15
  /**
16
16
  * @author SAP SE
17
17
  * @version
18
- * 1.126.1
18
+ * 1.127.0
19
19
  * @namespace
20
20
  */
21
21
  var GridRenderer = {
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Control', './library', "./HorizontalLayoutRenderer"]
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', './AssociativeSplitter', 'sap
24
24
  * @extends sap.ui.core.Element
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.126.1
45
+ * @version 1.127.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library', "sap/base/Log"],
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.core.Control
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.126.1
75
+ * @version 1.127.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.126.1
27
+ * @version 1.127.0
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -26,7 +26,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @extends sap.ui.core.Control
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.126.1
75
+ * @version 1.127.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -1247,6 +1247,10 @@ sap.ui.define([
1247
1247
 
1248
1248
  //////////////////////////////////////// Overridden Methods ////////////////////////////////////////
1249
1249
 
1250
+ Splitter.prototype.getFocusDomRef = function() {
1251
+ return this.getDomRef("splitbar-0") || this.getDomRef();
1252
+ };
1253
+
1250
1254
  Splitter.prototype.invalidate = function(oOrigin) {
1251
1255
  var bForce =
1252
1256
  // In case the content invalidates and bubbles up (for example an invisible button being
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
21
21
  * Holds layout data for the splitter contents.
22
22
 
23
23
  * @extends sap.ui.core.LayoutData
24
- * @version 1.126.1
24
+ * @version 1.127.0
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -22,10 +22,12 @@ sap.ui.define([
22
22
  *
23
23
  * @class
24
24
  * In this layout the content controls are rendered one below the other.
25
+ *
26
+ * <b>Note:</b> <code>VerticalLayout</code> is not a focusable element and therefore the inheritance of the <code>tooltip</code> property isn't supported.
25
27
  * @extends sap.ui.core.Control
26
28
  *
27
29
  * @author SAP SE
28
- * @version 1.126.1
30
+ * @version 1.127.0
29
31
  *
30
32
  * @constructor
31
33
  * @public
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * Change handler for adding a form group.
18
18
  * @alias sap.ui.layout.changeHandler.AddFormContainer
19
19
  * @author SAP SE
20
- * @version 1.126.1
20
+ * @version 1.127.0
21
21
  * @experimental Since 1.48.0
22
22
  */
23
23
  var AddGroup = { };
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @author SAP SE
21
21
  *
22
- * @version 1.126.1
22
+ * @version 1.127.0
23
23
  *
24
24
  * @experimental Since 1.50.0 This class is experimental and provides only limited functionality. Also the API might be
25
25
  * changed in future.
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  *
78
78
  * @author SAP SE
79
79
  *
80
- * @version 1.126.1
80
+ * @version 1.127.0
81
81
  *
82
82
  * @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
83
83
  * changed in future.
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * Change handler for adding a simple form group.
18
18
  * @alias sap.ui.layout.changeHandler.AddSimpleFormGroup
19
19
  * @author SAP SE
20
- * @version 1.126.1
20
+ * @version 1.127.0
21
21
  * @experimental Since 1.27.0
22
22
  */
23
23
  var AddSimpleFormGroup = {};
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Change handler for hiding of a control.
20
20
  * @alias sap.ui.fl.changeHandler.HideControl
21
21
  * @author SAP SE
22
- * @version 1.126.1
22
+ * @version 1.127.0
23
23
  * @experimental Since 1.27.0
24
24
  */
25
25
  var HideForm = { };
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @alias sap.ui.layout.changeHandler.MoveSimpleForm
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  * @experimental Since 1.34.0
27
27
  */
28
28
  var MoveSimpleForm = {};
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @alias sap.ui.layout.changeHandler.RenameFormContainer
16
16
  * @author SAP SE
17
- * @version 1.126.1
17
+ * @version 1.127.0
18
18
  * @since 1.48
19
19
  * @private
20
20
  * @experimental Since 1.48. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @alias sap.ui.layout.changeHandler.RenameForm
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.0
24
24
  * @since 1.40
25
25
  * @private
26
26
  * @experimental Since 1.40. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * Change handler for hiding of a control.
15
15
  * @alias sap.ui.fl.changeHandler.HideControl
16
16
  * @author SAP SE
17
- * @version 1.126.1
17
+ * @version 1.127.0
18
18
  * @experimental Since 1.27.0
19
19
  */
20
20
  var UnhideForm = { };
@@ -96,7 +96,7 @@ sap.ui.define([
96
96
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
97
97
  *
98
98
  * @author SAP SE
99
- * @version 1.126.1
99
+ * @version 1.127.0
100
100
  *
101
101
  * @extends sap.ui.core.Control
102
102
  * @implements sap.ui.layout.cssgrid.IGridConfigurable
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.126.1
24
+ * @version 1.127.0
25
25
  *
26
26
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
27
27
  *
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.126.1
53
+ * @version 1.127.0
54
54
  *
55
55
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
56
56
  *
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * Holds layout data for a grid item.
30
30
  *
31
31
  * @extends sap.ui.core.LayoutData
32
- * @version 1.126.1
32
+ * @version 1.127.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.126.1
39
+ * @version 1.127.0
40
40
  *
41
41
  * @extends sap.ui.base.ManagedObject
42
42
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
- * @version 1.126.1
23
+ * @version 1.127.0
24
24
  * @alias sap.ui.layout.cssgrid.GridLayoutDelegate
25
25
  * @public
26
26
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * Have to possibility to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  *
27
27
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
28
28
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Holds a set of CSS display:grid properties
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.126.1
23
+ * @version 1.127.0
24
24
  *
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Holds layout data for an item inside a responsive column layout.
21
21
  *
22
22
  * @extends sap.ui.core.LayoutData
23
- * @version 1.126.1
23
+ * @version 1.127.0
24
24
  *
25
25
  * @since 1.72
26
26
  * @constructor
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * </ul>
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.126.1
47
+ * @version 1.127.0
48
48
  *
49
49
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
50
50
  *
@@ -65,6 +65,10 @@ sap.ui.define([
65
65
  }
66
66
 
67
67
  var oFormPropagatedMetadata = {
68
+ properties: {
69
+ width: {ignore: true},
70
+ editable: {ignore: true}
71
+ },
68
72
  aggregations: {
69
73
  formContainers: {
70
74
  //maybe inherited from Form
@@ -145,6 +149,11 @@ sap.ui.define([
145
149
  singular: "GROUP_CONTROL_NAME",
146
150
  plural: "GROUP_CONTROL_NAME_PLURAL"
147
151
  },
152
+ properties: {
153
+ visible: {ignore: true},
154
+ expanded: {ignore: true},
155
+ expandable: {ignore: true}
156
+ },
148
157
  aggregations: {
149
158
  formElements: {
150
159
  childNames: {
@@ -228,6 +237,9 @@ sap.ui.define([
228
237
  singular: "FIELD_CONTROL_NAME",
229
238
  plural: "FIELD_CONTROL_NAME_PLURAL"
230
239
  },
240
+ properties: {
241
+ visible: {ignore: true}
242
+ },
231
243
  actions: {
232
244
  rename: {
233
245
  changeType: "renameLabel",
@@ -1,19 +1,19 @@
1
1
 
2
- MSG_REMOVING_TOOLBAR=Kk60nDR9BDh+4LVEDRn93w_The header area of this group contains additional elements. If you remove the group, they will be lost. Do you want to remove the group anyway?
2
+ MSG_REMOVING_TOOLBAR=xJBe3YqQGOr3oQko3mQIcg_The header area of this group contains additional elements. If you remove the group, they will be lost. Do you want to remove the group anyway?
3
3
 
4
- GROUP_CONTROL_NAME=hjEwA2xtH1tTNmX+6suRNQ_Group
5
- GROUP_CONTROL_NAME_PLURAL=AevNFPS0WMTPCu+5srRkZQ_Groups
6
- FIELD_CONTROL_NAME=QYZfG6Nutdm2c3WesWn6mA_Field
7
- FIELD_CONTROL_NAME_PLURAL=eAPxy3MUYUwwAxWDWta/Gw_Fields
4
+ GROUP_CONTROL_NAME=Mbrpt8d9tAMiKsqz1vXtZA_Group
5
+ GROUP_CONTROL_NAME_PLURAL=IH8lIpo3PNNoGWslFGfq2Q_Groups
6
+ FIELD_CONTROL_NAME=32tOjjunnXaTo1JrqBT/ow_Field
7
+ FIELD_CONTROL_NAME_PLURAL=itPDJb3jEdqDfM68ZeQ4jw_Fields
8
8
 
9
- HORIZONTAL_LAYOUT_CONTROL_NAME=U+r9G/lhHh04a7QyJAb2Dg_Horizontal Container
9
+ HORIZONTAL_LAYOUT_CONTROL_NAME=e9WfzyUHqjegT4obDJQ7mQ_Horizontal Container
10
10
 
11
- HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=0zn7Ppez9aLuiR4j3SQEVQ_Horizontal Containers
11
+ HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=1cblhOgB3MHsG3rULGpCfA_Horizontal Containers
12
12
 
13
- VERTICAL_LAYOUT_CONTROL_NAME=4TzBSWqV5vUOFB+hvuNUew_Vertical Container
13
+ VERTICAL_LAYOUT_CONTROL_NAME=T4GSkpmqS2rc7TSpuvd2Ag_Vertical Container
14
14
 
15
- VERTICAL_LAYOUT_NAME_PLURAL=J7zlG0sQr33fLJExVfTkMA_Vertical Containers
15
+ VERTICAL_LAYOUT_NAME_PLURAL=+cxm7ZrkSLIopMmqRpgElw_Vertical Containers
16
16
 
17
- GRID_CONTROL_NAME=Id695bgWf1HvlPedn6ydvQ_Grid
17
+ GRID_CONTROL_NAME=ge03rg9Gq0LdNFvgouGcPg_Grid
18
18
 
19
- GRID_CONTROL_NAME_PLURAL=K1+JfJjWFrONMHND3U8wzg_Grids
19
+ GRID_CONTROL_NAME_PLURAL=DztqDB8tSZEVjd2GPmpPUg_Grids
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form} control,
61
61
  * so it must be assigned to a {@link sap.ui.layout.form.Form Form} control using the <code>layout</code> aggregation.
62
62
  * @extends sap.ui.layout.form.FormLayout
63
- * @version 1.126.1
63
+ * @version 1.127.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.126.1
47
+ * @version 1.127.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -95,7 +95,7 @@ sap.ui.define([
95
95
  *
96
96
  * <b>Note:</b> If the title is provided as a string, the title is rendered with a theme-dependent default level.
97
97
  * As the <code>Form</code> control cannot know the structure of the page, this might not fit the page structure.
98
- * In this case provide the title using a <code>Title</code> element and set its {@link sap.ui.core.Title#setLevel level} to the needed value.
98
+ * In this case, provide the title using a <code>Title</code> element and set its {@link sap.ui.core.Title#setLevel level} to the needed value.
99
99
  */
100
100
  title : {type : "sap.ui.core.Title", altTypes : ["string"], multiple : false},
101
101
 
@@ -104,7 +104,7 @@ sap.ui.define([
104
104
  *
105
105
  * <b>Note:</b> If a <code>Toolbar</code> is used, the <code>Title</code> is ignored.
106
106
  * If a title is needed inside the <code>Toolbar</code> it must be added at content to the <code>Toolbar</code>.
107
- * In this case add the <code>Title</code> to the <code>ariaLabelledBy</code> association.
107
+ * In this case, add the <code>Title</code> to the <code>ariaLabelledBy</code> association.
108
108
  * Use the right title level to meet the visual requirements. This might be theme-dependent.
109
109
  * @since 1.36.0
110
110
  */
@@ -121,6 +121,10 @@ sap.ui.define([
121
121
 
122
122
  /**
123
123
  * Association to controls / IDs that label this control (see WAI-ARIA attribute <code>aria-labelledby</code>).
124
+ *
125
+ * <b>Note:</b> Every <code>Form</code> needs to have some title or label (at least for screen reader support). If no <code>Title</code>
126
+ * is set, and the <code>Form</code> is not a child or a control with a title, such as {@link sap.m.Panel Panel} or {@link sap.m.Dialog Dialog},
127
+ * a label or title needs to be assigned using the <code>ariaLabelledBy</code> association.
124
128
  * @since 1.28.0
125
129
  */
126
130
  ariaLabelledBy: { type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy" }
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Element
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.126.1
32
+ * @version 1.127.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -113,6 +113,10 @@ sap.ui.define([
113
113
  *
114
114
  * <b>Note:</b> This attribute is only rendered if the <code>FormContainer</code> has it's own
115
115
  * DOM representation in the used <code>FormLayout</code>.
116
+ *
117
+ * <b>Note:</b> If there is more than one <code>FormContainers</code>, every <code>FormContainer</code> needs to have some title or label
118
+ * (at least for screen reader support).
119
+ * If no <code>Title</code> is set, a label or title needs to be assigned using the <code>ariaLabelledBy</code> association.
116
120
  * @since 1.36.0
117
121
  */
118
122
  ariaLabelledBy: { type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy" }
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.126.1
29
+ * @version 1.127.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.126.1
40
+ * @version 1.127.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.126.1
25
+ * @version 1.127.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/layout/library', './FormLayout', './GridLayoutRenderer'],
28
28
  * @extends sap.ui.layout.form.FormLayout
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.126.1
31
+ * @version 1.127.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  *
56
56
  * This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form}, so it must be assigned to a {@link sap.ui.layout.form.Form Form} using the <code>layout</code> aggregation.
57
57
  * @extends sap.ui.layout.form.FormLayout
58
- * @version 1.126.1
58
+ * @version 1.127.0
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.layout.form.FormLayout
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.126.1
55
+ * @version 1.127.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.layout.form.FormElement
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.126.1
33
+ * @version 1.127.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * <b>Note:</b> If a more complex form is needed, use the <code>{@link sap.ui.layout.form.Form Form}</code> control instead.
70
70
  *
71
71
  * @extends sap.ui.core.Control
72
- * @version 1.126.1
72
+ * @version 1.127.0
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -364,6 +364,12 @@ sap.ui.define([
364
364
 
365
365
  /**
366
366
  * Title element of the <code>SimpleForm</code>. Can either be a <code>Title</code> element, or a string.
367
+ *
368
+ * <b>Note:</b> If a <code>Toolbar</code> is used, the <code>Title</code> is ignored.
369
+ *
370
+ * <b>Note:</b> If the title is provided as a string, the title is rendered with a theme-dependent default level.
371
+ * As the <code>Form</code> control cannot know the structure of the page, this might not fit the page structure.
372
+ * In this case, provide the title using a <code>Title</code> element and set its {@link sap.ui.core.Title#setLevel level} to the needed value.
367
373
  * @since 1.16.3
368
374
  */
369
375
  title : {type : "sap.ui.core.Title", altTypes : ["string"], multiple : false},
@@ -373,7 +379,7 @@ sap.ui.define([
373
379
  *
374
380
  * <b>Note:</b> If a <code>Toolbar</code> is used, the <code>Title</code> is ignored.
375
381
  * If a title is needed inside the <code>Toolbar</code> it must be added at content to the <code>Toolbar</code>.
376
- * In this case add the <code>Title</code> to the <code>ariaLabelledBy</code> association.
382
+ * In this case, add the <code>Title</code> to the <code>ariaLabelledBy</code> association.
377
383
  * @since 1.36.0
378
384
  */
379
385
  toolbar : {type : "sap.ui.core.Toolbar", multiple : false,
@@ -387,6 +393,10 @@ sap.ui.define([
387
393
 
388
394
  /**
389
395
  * Association to controls / IDs which label this control (see WAI-ARIA attribute <code>aria-labelledby</code>).
396
+ *
397
+ * <b>Note:</b> Every <code>Form</code> needs to have some title or label (at least for screen reader support). If no <code>Title</code>
398
+ * is set, and the <code>Form</code> is not a child or a control with a title, such as {@link sap.m.Panel Panel} or {@link sap.m.Dialog Dialog},
399
+ * a label or title needs to be assigned using the <code>ariaLabelledBy</code> association.
390
400
  * @since 1.32.0
391
401
  */
392
402
  ariaLabelledBy: { type: "sap.ui.core.Control", multiple: true, singularName: "ariaLabelledBy" }
@@ -21,14 +21,14 @@ sap.ui.define([
21
21
  * @namespace
22
22
  * @alias sap.ui.layout
23
23
  * @author SAP SE
24
- * @version 1.126.1
24
+ * @version 1.127.0
25
25
  * @since 1.15
26
26
  * @public
27
27
  */
28
28
  var thisLib = Library.init({
29
29
  apiVersion: 2,
30
30
  name : "sap.ui.layout",
31
- version: "1.126.1",
31
+ version: "1.127.0",
32
32
  dependencies: ["sap.ui.core"],
33
33
  designtime: "sap/ui/layout/designtime/library.designtime",
34
34
  types: [
@@ -1,17 +1,17 @@
1
1
 
2
- FORM_EXPAND=XA9eNKIEUWpMV3jmx03LdA_Expand
3
- FORM_COLLAPSE=aQ9cKkOi9qgJaM7Wl3SkQg_Collapse
2
+ FORM_EXPAND=7Zay2iwIJM/EDnTfSQczUA_Expand
3
+ FORM_COLLAPSE=NcbR6oXO01wRtqpcmZKJbQ_Collapse
4
4
 
5
- SPLITTER_MOVE=rBqH/ZT65qLR/fWRD1Jiaw_Press ARROW keys to move
5
+ SPLITTER_MOVE=q6fPoV4nPzTcxLTA2QWc3w_Press ARROW keys to move
6
6
 
7
- SIDE_CONTENT_LABEL=8G1oYA/xMnL2611tGef0YQ_Side Content
7
+ SIDE_CONTENT_LABEL=A9xfQcEf3me38LFpqRX0ow_Side Content
8
8
 
9
- RESPONSIVE_SPLITTER_RESIZE=QT92s8WN6nt6xYqHSJVm9Q_Resize between pane {0} and pane {1}
9
+ RESPONSIVE_SPLITTER_RESIZE=4Ayey5+wC65ZECx+Mr6o0A_Resize between pane {0} and pane {1}
10
10
 
11
- RESPONSIVE_SPLITTER_HOME=aC7DJxhdqgPhAdfrhUCMRg_Go to split screen
11
+ RESPONSIVE_SPLITTER_HOME=4gaHmqTxuNGRjqzbYMuUJw_Go to split screen
12
12
 
13
- RESPONSIVE_SPLITTER_AND=hxfmMx3bGQEIq7t4aP8Rmg_and
13
+ RESPONSIVE_SPLITTER_AND=tg5Os3DNmgls+54Z2tugTQ_and
14
14
 
15
- RESPONSIVE_SPLITTER_GOTO=qke9GRXwEw7Ur0mUbCIE6g_Go to screen
15
+ RESPONSIVE_SPLITTER_GOTO=rxO819eNb+Q1MyjqZUXCKw_Go to screen
16
16
 
17
- RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=ip0TLS1Qwj52q5lzHLauZQ_Pane Switcher
17
+ RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=EfD6Ja5HDc2J30DGihMVBQ_Pane Switcher