@openui5/sap.ui.layout 1.96.31 → 1.96.33
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.
- package/package.json +2 -2
- package/src/sap/ui/layout/.library +1 -1
- package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
- package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
- package/src/sap/ui/layout/BlockLayout.js +1 -1
- package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
- package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
- package/src/sap/ui/layout/DynamicSideContent.js +1 -1
- package/src/sap/ui/layout/FixFlex.js +1 -1
- package/src/sap/ui/layout/Grid.js +1 -1
- package/src/sap/ui/layout/GridData.js +1 -1
- package/src/sap/ui/layout/GridRenderer.js +1 -1
- package/src/sap/ui/layout/HorizontalLayout.js +1 -1
- package/src/sap/ui/layout/PaneContainer.js +1 -1
- package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
- package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
- package/src/sap/ui/layout/SplitPane.js +1 -1
- package/src/sap/ui/layout/Splitter.js +1 -1
- package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
- package/src/sap/ui/layout/VerticalLayout.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
- package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
- package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
- package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridSettings.js +1 -1
- package/src/sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData.js +1 -1
- package/src/sap/ui/layout/cssgrid/ResponsiveColumnLayout.js +1 -1
- package/src/sap/ui/layout/designtime/messagebundle_en_US_saptrc.properties +24 -11
- package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
- package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
- package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
- package/src/sap/ui/layout/form/Form.js +1 -1
- package/src/sap/ui/layout/form/FormContainer.js +1 -1
- package/src/sap/ui/layout/form/FormElement.js +1 -1
- package/src/sap/ui/layout/form/FormLayout.js +1 -1
- package/src/sap/ui/layout/form/GridContainerData.js +1 -1
- package/src/sap/ui/layout/form/GridElementData.js +1 -1
- package/src/sap/ui/layout/form/GridLayout.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
- package/src/sap/ui/layout/form/SemanticFormElement.js +1 -1
- package/src/sap/ui/layout/form/SimpleForm.js +1 -1
- package/src/sap/ui/layout/library.js +2 -2
- package/src/sap/ui/layout/messagebundle_en_US_saptrc.properties +20 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.layout",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.33",
|
|
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.96.
|
|
17
|
+
"@openui5/sap.ui.core": "1.96.33"
|
|
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.96.
|
|
9
|
+
<version>1.96.33</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with layout controls.</documentation>
|
|
12
12
|
|
|
@@ -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.96.
|
|
27
|
+
* @version 1.96.33
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -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.96.
|
|
22
|
+
* @version 1.96.33
|
|
23
23
|
* @experimental Since 1.27.0
|
|
24
24
|
*/
|
|
25
25
|
var AddSimpleFormGroup = {};
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.ui.layout.changeHandler.RenameFormContainer
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.96.
|
|
21
|
+
* @version 1.96.33
|
|
22
22
|
* @since 1.48
|
|
23
23
|
* @private
|
|
24
24
|
* @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.96.
|
|
25
|
+
* @version 1.96.33
|
|
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.
|
|
@@ -95,7 +95,7 @@ sap.ui.define([
|
|
|
95
95
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
96
96
|
*
|
|
97
97
|
* @author SAP SE
|
|
98
|
-
* @version 1.96.
|
|
98
|
+
* @version 1.96.33
|
|
99
99
|
*
|
|
100
100
|
* @extends sap.ui.core.Control
|
|
101
101
|
* @implements sap.ui.layout.cssgrid.IGridConfigurable
|
|
@@ -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.96.
|
|
24
|
+
* @version 1.96.33
|
|
25
25
|
*
|
|
26
26
|
* @extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
27
27
|
*
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
|
+
MSG_REMOVING_TOOLBAR=s0y0aoq+Gfh0iCz58fALbA_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
6
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
|
+
GROUP_CONTROL_NAME=dtoY1bcx7KL21WwxpdisVQ_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=MvM2lcmK/7KQtiwGvEJqGg_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=Jz3gZVe82auAHgGB2mL0ug_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=/lt5FWdCP7Ogv+cWgwwJ7A_Fields
|
|
8
15
|
|
|
9
|
-
|
|
16
|
+
#XMIT: Horizontal layout control name caption
|
|
17
|
+
HORIZONTAL_LAYOUT_CONTROL_NAME=pWx/abUNhCBWfWqnVVhkQQ_Horizontal Container
|
|
10
18
|
|
|
11
|
-
|
|
19
|
+
#XTIT: Horizontal layout control name plural caption
|
|
20
|
+
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=rZSJcdFRTCVt4HapKYMOaQ_Horizontal Containers
|
|
12
21
|
|
|
13
|
-
|
|
22
|
+
#XMIT: Vertical layout control name caption
|
|
23
|
+
VERTICAL_LAYOUT_CONTROL_NAME=Kb7Z1u1Tw+LaGgcxbel/2w_Vertical Container
|
|
14
24
|
|
|
15
|
-
|
|
25
|
+
#XTIT: Vertical layout control name plural caption
|
|
26
|
+
VERTICAL_LAYOUT_NAME_PLURAL=TuogL2gj8XBtRV7zzGf0RA_Vertical Containers
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
#XMIT: Grid control name caption
|
|
29
|
+
GRID_CONTROL_NAME=ZI68IHz/3rH9TQ1WaRYtXA_Grid
|
|
18
30
|
|
|
19
|
-
|
|
31
|
+
#XTIT: Grid control name plural caption
|
|
32
|
+
GRID_CONTROL_NAME_PLURAL=0MRw6pqm4iB2kG/wWhmQiA_Grids
|
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
|
60
60
|
* This control cannot be used stand-alone, it just renders a <code>Form</code> control,
|
|
61
61
|
* so it must be assigned to a <code>Form</code> control using the <code>layout</code> aggregation.
|
|
62
62
|
* @extends sap.ui.layout.form.FormLayout
|
|
63
|
-
* @version 1.96.
|
|
63
|
+
* @version 1.96.33
|
|
64
64
|
*
|
|
65
65
|
* @constructor
|
|
66
66
|
* @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.96.
|
|
56
|
+
* @version 1.96.33
|
|
57
57
|
*
|
|
58
58
|
* @constructor
|
|
59
59
|
* @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.96.
|
|
70
|
+
* @version 1.96.33
|
|
71
71
|
*
|
|
72
72
|
* @constructor
|
|
73
73
|
* @public
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @name sap.ui.layout
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.96.
|
|
23
|
+
* @version 1.96.33
|
|
24
24
|
* @since 1.15
|
|
25
25
|
* @public
|
|
26
26
|
*/
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
// delegate further initialization of this library to the Core
|
|
29
29
|
sap.ui.getCore().initLibrary({
|
|
30
30
|
name : "sap.ui.layout",
|
|
31
|
-
version: "1.96.
|
|
31
|
+
version: "1.96.33",
|
|
32
32
|
dependencies: ["sap.ui.core"],
|
|
33
33
|
designtime: "sap/ui/layout/designtime/library.designtime",
|
|
34
34
|
types: [
|
|
@@ -1,17 +1,28 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
+
#XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (collapsed state)
|
|
5
|
+
FORM_EXPAND=pcRd53lPrIubWfxf3skzqA_Expand
|
|
6
|
+
#XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (expanded state)
|
|
7
|
+
FORM_COLLAPSE=751hoQcg+/Eu0yWhA4mcYg_Collapse
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
#XTOL: Tooltip for Splitter bars
|
|
10
|
+
SPLITTER_MOVE=c0cyDOSAKz+2Klmrxr/gIg_Press ARROW keys to move
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
#XACT: Aria information for the Dynamic Side Content Label
|
|
13
|
+
SIDE_CONTENT_LABEL=/15olG3cLm7UW7vfldcFFw_Side Content
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
#XTOL: Tooltip for ResponsiveSplitter bars
|
|
16
|
+
RESPONSIVE_SPLITTER_RESIZE=vpK8lVEpNqtcD0J2pGgDdQ_Resize between pane {0} and pane {1}
|
|
10
17
|
|
|
11
|
-
|
|
18
|
+
#XTOL: Text for ResponsiveSplitter Paginator's home button
|
|
19
|
+
RESPONSIVE_SPLITTER_HOME=to9M8tENHLe87/DIE1edrA_Go to split screen
|
|
12
20
|
|
|
13
|
-
|
|
21
|
+
#XTOL: And
|
|
22
|
+
RESPONSIVE_SPLITTER_AND=QvEOIY9tXuRKOcR7sghMYw_and
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
#XTOL: Text for ResponsiveSplitter Paginator buttons
|
|
25
|
+
RESPONSIVE_SPLITTER_GOTO=Lo1jYbuimRqUDNp5UIvgvA_Go to screen
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
#XACT: Aria information for ResponsiveSplitter Paginator
|
|
28
|
+
RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=04e1kdbyXVCnAi/8bQPAVQ_Pane Switcher
|