@openui5/sap.ui.layout 1.71.65 → 1.71.67

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 (58) hide show
  1. package/package.json +2 -2
  2. package/src/sap/ui/layout/.library +1 -1
  3. package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
  4. package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
  5. package/src/sap/ui/layout/BlockLayout.js +1 -1
  6. package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
  7. package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
  8. package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
  9. package/src/sap/ui/layout/DynamicSideContent.js +1 -1
  10. package/src/sap/ui/layout/FixFlex.js +1 -1
  11. package/src/sap/ui/layout/Grid.js +1 -1
  12. package/src/sap/ui/layout/GridData.js +1 -1
  13. package/src/sap/ui/layout/GridRenderer.js +1 -1
  14. package/src/sap/ui/layout/HorizontalLayout.js +1 -1
  15. package/src/sap/ui/layout/PaneContainer.js +1 -1
  16. package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
  17. package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
  18. package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
  19. package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
  20. package/src/sap/ui/layout/SplitPane.js +1 -1
  21. package/src/sap/ui/layout/Splitter.js +1 -1
  22. package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
  23. package/src/sap/ui/layout/VerticalLayout.js +1 -1
  24. package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
  25. package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
  26. package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
  27. package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
  28. package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
  29. package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
  30. package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
  31. package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
  32. package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
  33. package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
  34. package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
  35. package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
  36. package/src/sap/ui/layout/cssgrid/GridBoxLayoutStyleHelper.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/VirtualGrid.js +1 -1
  43. package/src/sap/ui/layout/designtime/messagebundle_en_US_saptrc.properties +11 -24
  44. package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
  45. package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
  46. package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
  47. package/src/sap/ui/layout/form/Form.js +1 -1
  48. package/src/sap/ui/layout/form/FormContainer.js +1 -1
  49. package/src/sap/ui/layout/form/FormElement.js +1 -1
  50. package/src/sap/ui/layout/form/FormLayout.js +1 -1
  51. package/src/sap/ui/layout/form/GridContainerData.js +1 -1
  52. package/src/sap/ui/layout/form/GridElementData.js +1 -1
  53. package/src/sap/ui/layout/form/GridLayout.js +1 -1
  54. package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
  55. package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
  56. package/src/sap/ui/layout/form/SimpleForm.js +1 -1
  57. package/src/sap/ui/layout/library.js +2 -2
  58. package/src/sap/ui/layout/messagebundle_en_US_saptrc.properties +9 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.layout",
3
- "version": "1.71.65",
3
+ "version": "1.71.67",
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.71.65"
17
+ "@openui5/sap.ui.core": "1.71.67"
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.71.65</version>
9
+ <version>1.71.67</version>
10
10
 
11
11
  <documentation>SAPUI5 library with layout controls.</documentation>
12
12
 
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.71.65
41
+ * @version 1.71.67
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -20,7 +20,7 @@ sap.ui.define(['./Splitter', './SplitterRenderer', "sap/base/Log", "sap/ui/third
20
20
  * @extends sap.ui.layout.Splitter
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.65
65
+ * @version 1.71.67
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.65
31
+ * @version 1.71.67
32
32
  *
33
33
  * @constructor
34
34
  * @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.71.65
21
+ * @version 1.71.67
22
22
  * @constructor
23
23
  * @public
24
24
  * @since 1.50.0
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.71.65
39
+ * @version 1.71.67
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * @extends sap.ui.core.Control
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.71.65
97
+ * @version 1.71.67
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.ui.core.Control
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.71.65
60
+ * @version 1.71.67
61
61
  *
62
62
  * @constructor
63
63
  * @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.71.65
62
+ * @version 1.71.67
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.71.65
31
+ * @version 1.71.67
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.71.65
18
+ * 1.71.67
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.71.65
25
+ * @version 1.71.67
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', './AssociativeSplitter', 'sap
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.65
28
+ * @version 1.71.67
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.ui.core.Control
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.71.65
42
+ * @version 1.71.67
43
43
  *
44
44
  * @constructor
45
45
  * @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.71.65
25
+ * @version 1.71.67
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @extends sap.ui.core.Control
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.71.65
71
+ * @version 1.71.67
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(["./library", "sap/ui/core/Core", "sap/ui/core/Control"],
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -27,7 +27,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.65
30
+ * @version 1.71.67
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.71.65
57
+ * @version 1.71.67
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
24
24
  * (The CSS value "auto" is used internally to recalculate the size of the content
25
25
  * dynamically and is not directly set as style property.)
26
26
  * @extends sap.ui.core.LayoutData
27
- * @version 1.71.65
27
+ * @version 1.71.67
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.65
28
+ * @version 1.71.67
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Change handler for adding a form group.
22
22
  * @alias sap.ui.layout.changeHandler.AddFormContainer
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  * @experimental Since 1.48.0
26
26
  */
27
27
  var AddGroup = { };
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @author SAP SE
28
28
  *
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  *
31
31
  * @experimental Since 1.50.0 This class is experimental and provides only limited functionality. Also the API might be
32
32
  * changed in future.
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @author SAP SE
26
26
  *
27
- * @version 1.71.65
27
+ * @version 1.71.67
28
28
  *
29
29
  * @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
30
30
  * changed in future.
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Change handler for adding a simple form group.
20
20
  * @alias sap.ui.layout.changeHandler.AddSimpleFormGroup
21
21
  * @author SAP SE
22
- * @version 1.71.65
22
+ * @version 1.71.67
23
23
  * @experimental Since 1.27.0
24
24
  */
25
25
  var AddSimpleFormGroup = {};
@@ -11,7 +11,7 @@ sap.ui.define(['sap/ui/fl/changeHandler/JsControlTreeModifier', "sap/base/Log"],
11
11
  * Change handler for hiding of a control.
12
12
  * @alias sap.ui.fl.changeHandler.HideControl
13
13
  * @author SAP SE
14
- * @version 1.71.65
14
+ * @version 1.71.67
15
15
  * @experimental Since 1.27.0
16
16
  */
17
17
  var HideForm = { };
@@ -23,7 +23,7 @@ function(
23
23
  *
24
24
  * @alias sap.ui.layout.changeHandler.MoveSimpleForm
25
25
  * @author SAP SE
26
- * @version 1.71.65
26
+ * @version 1.71.67
27
27
  * @experimental Since 1.34.0
28
28
  */
29
29
  var MoveSimpleForm = {};
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @alias sap.ui.layout.changeHandler.RenameFormContainer
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  * @since 1.48
25
25
  * @private
26
26
  * @experimental Since 1.48. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @alias sap.ui.layout.changeHandler.RenameForm
24
24
  * @author SAP SE
25
- * @version 1.71.65
25
+ * @version 1.71.67
26
26
  * @since 1.40
27
27
  * @private
28
28
  * @experimental Since 1.40. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * Change handler for hiding of a control.
14
14
  * @alias sap.ui.fl.changeHandler.HideControl
15
15
  * @author SAP SE
16
- * @version 1.71.65
16
+ * @version 1.71.67
17
17
  * @experimental Since 1.27.0
18
18
  */
19
19
  var UnhideForm = { };
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.71.65
100
+ * @version 1.71.67
101
101
  *
102
102
  * @extends sap.ui.core.Control
103
103
  * @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.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
27
27
  *
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.71.65
45
+ * @version 1.71.67
46
46
  *
47
47
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
48
48
  *
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * Handles dynamic style changes of items when sap.ui.layout.cssgrid.GridBoxLayout is used.
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.71.65
14
+ * @version 1.71.67
15
15
  *
16
16
  * @private
17
17
  * @constructor
@@ -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.71.65
32
+ * @version 1.71.67
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.71.65
41
+ * @version 1.71.67
42
42
  *
43
43
  * @extends sap.ui.base.ManagedObject
44
44
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  * @alias sap.ui.layout.cssgrid.GridLayoutDelegate
25
25
  * @public
26
26
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Have to possibility to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.65
24
+ * @version 1.71.67
25
25
  *
26
26
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
27
27
  *
@@ -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.71.65
23
+ * @version 1.71.67
24
24
  *
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  *
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @private
45
45
  * @constructor
46
46
  * @author SAP SE
47
- * @version 1.71.65
47
+ * @version 1.71.67
48
48
  * @alias sap.f.VirtualGrid
49
49
  * @extends sap.ui.base.Object
50
50
  */
@@ -1,32 +1,19 @@
1
- #This is the resource bundle for the sap.ui.layout library
2
- #
3
1
 
4
- #XMSG: Message when removing a SimpleForm toolbar
5
- MSG_REMOVING_TOOLBAR=gb+Pn797y1EHHf2SRDf6oA_The header 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=BJyfJvdzULPNr5vuPt3lPw_The header of this group contains additional elements. If you remove the group, they will be lost. Do you want to remove the group anyway?
6
3
 
7
- #XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
8
- GROUP_CONTROL_NAME=hjEwA2xtH1tTNmX+6suRNQ_Group
9
- #XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
10
- GROUP_CONTROL_NAME_PLURAL=AevNFPS0WMTPCu+5srRkZQ_Groups
11
- #XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
12
- FIELD_CONTROL_NAME=QYZfG6Nutdm2c3WesWn6mA_Field
13
- #XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
14
- FIELD_CONTROL_NAME_PLURAL=eAPxy3MUYUwwAxWDWta/Gw_Fields
4
+ GROUP_CONTROL_NAME=uhYypOq+7qv/xTehbVmgLg_Group
5
+ GROUP_CONTROL_NAME_PLURAL=LPNqNqqVs+6cpXxMfWQyfg_Groups
6
+ FIELD_CONTROL_NAME=O9blb3Mr2kRrmKDtAnR/GA_Field
7
+ FIELD_CONTROL_NAME_PLURAL=FITYOaMF2K2qpxrd8B0GLQ_Fields
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
- HORIZONTAL_LAYOUT_CONTROL_NAME=U+r9G/lhHh04a7QyJAb2Dg_Horizontal Container
9
+ HORIZONTAL_LAYOUT_CONTROL_NAME=Fibn/uU8iYxu/ii5YVQabw_Horizontal Container
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
- HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=0zn7Ppez9aLuiR4j3SQEVQ_Horizontal Containers
11
+ HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=rdGsCyFFUKzGnj5/6wTW0Q_Horizontal Containers
21
12
 
22
- #XMIT: Vertical layout control name caption
23
- VERTICAL_LAYOUT_CONTROL_NAME=4TzBSWqV5vUOFB+hvuNUew_Vertical Container
13
+ VERTICAL_LAYOUT_CONTROL_NAME=gvonfveu7ZpVGEtc01U32g_Vertical Container
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
- VERTICAL_LAYOUT_NAME_PLURAL=J7zlG0sQr33fLJExVfTkMA_Vertical Containers
15
+ VERTICAL_LAYOUT_NAME_PLURAL=OEH5vWtYien7YNB981XYSQ_Vertical Containers
27
16
 
28
- #XMIT: Grid control name caption
29
- GRID_CONTROL_NAME=Id695bgWf1HvlPedn6ydvQ_Grid
17
+ GRID_CONTROL_NAME=jHDs8mu4vkMPz08OMxZjUg_Grid
30
18
 
31
- #XTIT: Grid control name plural caption
32
- GRID_CONTROL_NAME_PLURAL=K1+JfJjWFrONMHND3U8wzg_Grids
19
+ GRID_CONTROL_NAME_PLURAL=NUSzvvLltAxAJGNHP50Yyw_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.71.65
29
+ * @version 1.71.67
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.71.65
29
+ * @version 1.71.67
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * This control cannot be used stand-alone, it just renders a <code>Form</code> control,
59
59
  * so it must be assigned to a <code>Form</code> control using the <code>layout</code> aggregation.
60
60
  * @extends sap.ui.layout.form.FormLayout
61
- * @version 1.71.65
61
+ * @version 1.71.67
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.71.65
46
+ * @version 1.71.67
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.65
30
+ * @version 1.71.67
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.65
29
+ * @version 1.71.67
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.71.65
38
+ * @version 1.71.67
39
39
  *
40
40
  * @constructor
41
41
  * @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.71.65
25
+ * @version 1.71.67
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.71.65
25
+ * @version 1.71.67
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.71.65
31
+ * @version 1.71.67
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  *
54
54
  * This control cannot be used stand-alone, it just renders a <code>Form</code>, so it must be assigned to a <code>Form</code> using the <code>layout</code> aggregation.
55
55
  * @extends sap.ui.layout.form.FormLayout
56
- * @version 1.71.65
56
+ * @version 1.71.67
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.layout.form.FormLayout
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.65
53
+ * @version 1.71.67
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * <b>Note:</b> If a more complex form is needed, use the <code>{@link sap.ui.layout.form.Form Form}</code> control instead.
68
68
  *
69
69
  * @extends sap.ui.core.Control
70
- * @version 1.71.65
70
+ * @version 1.71.67
71
71
  *
72
72
  * @constructor
73
73
  * @public
@@ -20,14 +20,14 @@ sap.ui.define([
20
20
  * @namespace
21
21
  * @name sap.ui.layout
22
22
  * @author SAP SE
23
- * @version 1.71.65
23
+ * @version 1.71.67
24
24
  * @public
25
25
  */
26
26
 
27
27
  // delegate further initialization of this library to the Core
28
28
  sap.ui.getCore().initLibrary({
29
29
  name : "sap.ui.layout",
30
- version: "1.71.65",
30
+ version: "1.71.67",
31
31
  dependencies: ["sap.ui.core"],
32
32
  designtime: "sap/ui/layout/designtime/library.designtime",
33
33
  types: [
@@ -1,31 +1,17 @@
1
- #This is the resource bundle for the sap.ui.layout library
2
- #
3
1
 
4
- #XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (collapsed state)
5
- FORM_EXPAND=XA9eNKIEUWpMV3jmx03LdA_Expand
6
- #XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (expanded state)
7
- FORM_COLLAPSE=aQ9cKkOi9qgJaM7Wl3SkQg_Collapse
2
+ FORM_EXPAND=c/7085riDKkyC1znjPLlJQ_Expand
3
+ FORM_COLLAPSE=J7kJEl1/93joIKQD1AKe4w_Collapse
8
4
 
9
- #XTOL: Tooltip for Splitter bars
10
- SPLITTER_MOVE=rBqH/ZT65qLR/fWRD1Jiaw_Press ARROW keys to move
5
+ SPLITTER_MOVE=M9W2g6FzNZqVDTmnQqDfew_Press ARROW keys to move
11
6
 
12
- #XACT: Aria information for the Dynamic Side Content Label
13
- SIDE_CONTENT_LABEL=8G1oYA/xMnL2611tGef0YQ_Side Content
7
+ SIDE_CONTENT_LABEL=rNyhL23m0Uf3ypall5xR7Q_Side Content
14
8
 
15
- #XTOL: Tooltip for ResponsiveSplitter bars
16
- RESPONSIVE_SPLITTER_RESIZE=ZgKVkzMfDPvgJXgqa1Zlzg_Resize split screen between pane
9
+ RESPONSIVE_SPLITTER_RESIZE=Unjnqms2+slNTD4SgbV9XA_Resize between pane {0} and pane {1}
17
10
 
18
- #XTOL: Text for pane indexes
19
- RESPONSIVE_SPLITTER_PANES=YIetmxDOxBUPOMzxHvR8Wg_{0} and pane {1}
11
+ RESPONSIVE_SPLITTER_HOME=50IsUEUeaD26C46tJoiRpQ_Go to split screen
20
12
 
21
- #XTOL: Text for ResponsiveSplitter Paginator's home button
22
- RESPONSIVE_SPLITTER_HOME=aC7DJxhdqgPhAdfrhUCMRg_Go to split screen
13
+ RESPONSIVE_SPLITTER_AND=z0GV1FOTJCQcALckwqDClg_and
23
14
 
24
- #XTOL: And
25
- RESPONSIVE_SPLITTER_AND=hxfmMx3bGQEIq7t4aP8Rmg_and
15
+ RESPONSIVE_SPLITTER_GOTO=AKtXgtxH+LqLIEBsWMPoQA_Go to screen
26
16
 
27
- #XTOL: Text for ResponsiveSplitter Paginator buttons
28
- RESPONSIVE_SPLITTER_GOTO=qke9GRXwEw7Ur0mUbCIE6g_Go to screen
29
-
30
- #XACT: Aria information for ResponsiveSplitter Paginator
31
- RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=ip0TLS1Qwj52q5lzHLauZQ_Pane Switcher
17
+ RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=nFcdfP+Iq+61R9m8sJKV1w_Pane Switcher