@openui5/sap.ui.layout 1.84.50 → 1.84.52
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 +3 -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 +2 -2
- 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 +26 -3
- 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/GridBoxLayoutStyleHelper.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/cssgrid/VirtualGrid.js +1 -1
- package/src/sap/ui/layout/designtime/messagebundle_fr_CA.properties +1 -1
- 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/SimpleForm.js +1 -1
- package/src/sap/ui/layout/library.js +2 -2
- package/src/sap/ui/layout/messagebundle_hu.properties +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.layout",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.52",
|
|
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.84.
|
|
17
|
+
"@openui5/sap.ui.core": "1.84.52"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.84.
|
|
9
|
+
<version>1.84.52</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with layout controls.</documentation>
|
|
12
12
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.layout.Splitter
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.84.
|
|
28
|
+
* @version 1.84.52
|
|
29
29
|
*
|
|
30
30
|
* @constructor
|
|
31
31
|
* @private
|
|
@@ -195,6 +195,8 @@ sap.ui.define([
|
|
|
195
195
|
oLd1.setSize(sFinalSize1);
|
|
196
196
|
oLd2.setSize(sFinalSize2);
|
|
197
197
|
}
|
|
198
|
+
|
|
199
|
+
this._delayedResize();
|
|
198
200
|
} else {
|
|
199
201
|
// Live-Resize, resize contents in Dom
|
|
200
202
|
sFinalSize1 = this._pxToPercent(iNewSize1, iSplitterSize);
|
|
@@ -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.84.
|
|
27
|
+
* @version 1.84.52
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -35,7 +35,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', './AssociativeSplitter', 'sap
|
|
|
35
35
|
library : "sap.ui.layout",
|
|
36
36
|
properties : {
|
|
37
37
|
/**
|
|
38
|
-
The orientation of the Splitter
|
|
38
|
+
* The orientation of the Splitter
|
|
39
39
|
*/
|
|
40
40
|
orientation : { type : "sap.ui.core.Orientation", group : "Behavior", defaultValue : Orientation.Horizontal }
|
|
41
41
|
},
|
|
@@ -13,7 +13,8 @@ sap.ui.define([
|
|
|
13
13
|
'./SplitterRenderer',
|
|
14
14
|
"sap/base/Log",
|
|
15
15
|
"sap/ui/thirdparty/jquery",
|
|
16
|
-
"sap/ui/layout/SplitterLayoutData"
|
|
16
|
+
"sap/ui/layout/SplitterLayoutData",
|
|
17
|
+
"sap/ui/core/Core"
|
|
17
18
|
],
|
|
18
19
|
function(
|
|
19
20
|
Control,
|
|
@@ -24,7 +25,8 @@ sap.ui.define([
|
|
|
24
25
|
SplitterRenderer,
|
|
25
26
|
Log,
|
|
26
27
|
jQuery,
|
|
27
|
-
SplitterLayoutData
|
|
28
|
+
SplitterLayoutData,
|
|
29
|
+
Core
|
|
28
30
|
) {
|
|
29
31
|
"use strict";
|
|
30
32
|
|
|
@@ -66,7 +68,7 @@ sap.ui.define([
|
|
|
66
68
|
* @extends sap.ui.core.Control
|
|
67
69
|
*
|
|
68
70
|
* @author SAP SE
|
|
69
|
-
* @version 1.84.
|
|
71
|
+
* @version 1.84.52
|
|
70
72
|
*
|
|
71
73
|
* @constructor
|
|
72
74
|
* @public
|
|
@@ -169,6 +171,7 @@ sap.ui.define([
|
|
|
169
171
|
min : this._onKeyboardResize.bind(this, "min", 20)
|
|
170
172
|
};
|
|
171
173
|
this._enableKeyboardListeners();
|
|
174
|
+
this._handleThemeAppliedBound = this._handleThemeApplied.bind(this);
|
|
172
175
|
};
|
|
173
176
|
|
|
174
177
|
Splitter.prototype.exit = function() {
|
|
@@ -190,6 +193,14 @@ sap.ui.define([
|
|
|
190
193
|
this._$SplitterOverlay = this.$("overlay");
|
|
191
194
|
this._$SplitterOverlayBar = this.$("overlayBar");
|
|
192
195
|
|
|
196
|
+
if (!this._bThemeApplied && Core.isThemeApplied()) {
|
|
197
|
+
this._bThemeApplied = true;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
if (!Core.isThemeApplied()) {
|
|
201
|
+
Core.attachThemeChanged(this._handleThemeAppliedBound);
|
|
202
|
+
}
|
|
203
|
+
|
|
193
204
|
// Calculate and apply correct sizes to the Splitter contents
|
|
194
205
|
this._resize();
|
|
195
206
|
};
|
|
@@ -630,10 +641,18 @@ sap.ui.define([
|
|
|
630
641
|
// Live-Resize, resize contents in Dom
|
|
631
642
|
$Cnt1.css(this._sizeType, iNewSize1 + "px");
|
|
632
643
|
$Cnt2.css(this._sizeType, iNewSize2 + "px");
|
|
644
|
+
|
|
645
|
+
this._delayedResize();
|
|
633
646
|
}
|
|
634
647
|
};
|
|
635
648
|
|
|
636
649
|
|
|
650
|
+
Splitter.prototype._handleThemeApplied = function () {
|
|
651
|
+
Core.detachThemeChanged(this._handleThemeAppliedBound);
|
|
652
|
+
this._bThemeApplied = true;
|
|
653
|
+
this._resize();
|
|
654
|
+
};
|
|
655
|
+
|
|
637
656
|
////////////////////////////////////////// Private Methods /////////////////////////////////////////
|
|
638
657
|
|
|
639
658
|
/**
|
|
@@ -689,6 +708,10 @@ sap.ui.define([
|
|
|
689
708
|
* @private
|
|
690
709
|
*/
|
|
691
710
|
Splitter.prototype._resize = function() {
|
|
711
|
+
if (!this._bThemeApplied) {
|
|
712
|
+
return;
|
|
713
|
+
}
|
|
714
|
+
|
|
692
715
|
var oDomRef = this.getDomRef();
|
|
693
716
|
if (!oDomRef || RenderManager.getPreserveAreaRef().contains(oDomRef)) {
|
|
694
717
|
// Do not attempt to resize the content areas in case we are in the preserved area
|
|
@@ -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.84.
|
|
27
|
+
* @version 1.84.52
|
|
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.84.
|
|
22
|
+
* @version 1.84.52
|
|
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.84.
|
|
14
|
+
* @version 1.84.52
|
|
15
15
|
* @experimental Since 1.27.0
|
|
16
16
|
*/
|
|
17
17
|
var HideForm = { };
|
|
@@ -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.84.
|
|
23
|
+
* @version 1.84.52
|
|
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.84.
|
|
25
|
+
* @version 1.84.52
|
|
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.
|
|
@@ -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.84.
|
|
100
|
+
* @version 1.84.52
|
|
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
|
* 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.84.
|
|
24
|
+
* @version 1.84.52
|
|
25
25
|
*
|
|
26
26
|
* @extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
27
27
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
MSG_REMOVING_TOOLBAR=La zone d'en-t\u00EAte de ce groupe contient des \u00E9l\u00E9ments suppl\u00E9mentaires. Si vous
|
|
2
|
+
MSG_REMOVING_TOOLBAR=La zone d'en-t\u00EAte de ce groupe contient des \u00E9l\u00E9ments suppl\u00E9mentaires. Si vous retirez le groupe, ces \u00E9l\u00E9ments seront perdus. Voulez-vous quand m\u00EAme retirer le groupe?
|
|
3
3
|
|
|
4
4
|
GROUP_CONTROL_NAME=Groupe
|
|
5
5
|
GROUP_CONTROL_NAME_PLURAL=Groupes
|
|
@@ -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.84.
|
|
63
|
+
* @version 1.84.52
|
|
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.84.
|
|
56
|
+
* @version 1.84.52
|
|
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.84.
|
|
70
|
+
* @version 1.84.52
|
|
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.84.
|
|
23
|
+
* @version 1.84.52
|
|
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.84.
|
|
30
|
+
version: "1.84.52",
|
|
31
31
|
dependencies: ["sap.ui.core"],
|
|
32
32
|
designtime: "sap/ui/layout/designtime/library.designtime",
|
|
33
33
|
types: [
|
|
@@ -6,7 +6,7 @@ SPLITTER_MOVE=\u00C1thelyez\u00E9shez nyomja meg a megfelel\u0151 ny\u00EDlbille
|
|
|
6
6
|
|
|
7
7
|
SIDE_CONTENT_LABEL=Mell\u00E9ktartalom
|
|
8
8
|
|
|
9
|
-
RESPONSIVE_SPLITTER_RESIZE={0} \u00E9s {1} k\u00E9perny\u0151k m\u00E9ret\u00E9nek be\u00E1ll\u00EDt\u00E1sa
|
|
9
|
+
RESPONSIVE_SPLITTER_RESIZE={0}. \u00E9s {1}. k\u00E9perny\u0151k m\u00E9ret\u00E9nek be\u00E1ll\u00EDt\u00E1sa
|
|
10
10
|
|
|
11
11
|
RESPONSIVE_SPLITTER_HOME=V\u00E1lt\u00E1s osztott k\u00E9perny\u0151re
|
|
12
12
|
|