@openui5/sap.ui.layout 1.101.0 → 1.102.2
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/THIRDPARTY.txt +1 -1
- 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 +17 -19
- 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 +2 -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/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/rules/Form.support.js +32 -32
- package/src/sap/ui/layout/themes/base/ResponsiveSplitter.less +7 -3
- package/src/sap/ui/layout/themes/base/Splitter.less +3 -2
package/THIRDPARTY.txt
CHANGED
|
@@ -450,7 +450,7 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
452
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.39
|
|
454
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
455
|
License: Apache-2.0
|
|
456
456
|
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.
|
|
3
|
+
"version": "1.102.2",
|
|
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.
|
|
17
|
+
"@openui5/sap.ui.core": "1.102.2"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.102.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with layout controls.</documentation>
|
|
12
12
|
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @extends sap.ui.core.Control
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.102.2
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
@@ -548,13 +548,6 @@ sap.ui.define([
|
|
|
548
548
|
this._rows[i].oRect = oTmpRect;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
|
|
552
|
-
if (this._rows.length === 0) {
|
|
553
|
-
if (this._resizeHandlerComputeWidthsID) {
|
|
554
|
-
ResizeHandler.deregister(this._resizeHandlerComputeWidthsID);
|
|
555
|
-
delete this._resizeHandlerComputeWidthsID;
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
551
|
}
|
|
559
552
|
}
|
|
560
553
|
};
|
|
@@ -567,11 +560,6 @@ sap.ui.define([
|
|
|
567
560
|
ResponsiveFlowLayout.prototype.onBeforeRendering = function() {
|
|
568
561
|
// update the internal structure of the rows
|
|
569
562
|
updateRows(this);
|
|
570
|
-
|
|
571
|
-
if (this._resizeHandlerComputeWidthsID) {
|
|
572
|
-
ResizeHandler.deregister(this._resizeHandlerComputeWidthsID);
|
|
573
|
-
delete this._resizeHandlerComputeWidthsID;
|
|
574
|
-
}
|
|
575
563
|
};
|
|
576
564
|
|
|
577
565
|
/**
|
|
@@ -591,11 +579,6 @@ sap.ui.define([
|
|
|
591
579
|
// are handled in the on after rendering hook the same way as the initial width calculations.
|
|
592
580
|
this._resizeHandlerComputeWidthsID = ResizeHandler.register(this, ResponsiveFlowLayout.prototype.rerender.bind(this));
|
|
593
581
|
}
|
|
594
|
-
} else {
|
|
595
|
-
if (this._resizeHandlerComputeWidthsID) {
|
|
596
|
-
ResizeHandler.deregister(this._resizeHandlerComputeWidthsID);
|
|
597
|
-
delete this._resizeHandlerComputeWidthsID;
|
|
598
|
-
}
|
|
599
582
|
}
|
|
600
583
|
};
|
|
601
584
|
|
|
@@ -603,7 +586,7 @@ sap.ui.define([
|
|
|
603
586
|
if (oEvent.type === "LayoutDataChange") {
|
|
604
587
|
this._bLayoutDataChanged = true;
|
|
605
588
|
}
|
|
606
|
-
if (!this._resizeHandlerComputeWidthsID) {
|
|
589
|
+
if (this.getResponsive() && !this._resizeHandlerComputeWidthsID) {
|
|
607
590
|
// Trigger rerendering when the control is resized so width recalculations
|
|
608
591
|
// are handled in the on after rendering hook the same way as the initial width calculations.
|
|
609
592
|
this._resizeHandlerComputeWidthsID = ResizeHandler.register(this, ResponsiveFlowLayout.prototype.rerender.bind(this));
|
|
@@ -613,6 +596,21 @@ sap.ui.define([
|
|
|
613
596
|
this._proxyComputeWidths();
|
|
614
597
|
};
|
|
615
598
|
|
|
599
|
+
ResponsiveFlowLayout.prototype.setResponsive = function(bResponsive) {
|
|
600
|
+
Control.prototype.setProperty.call(this, "responsive", bResponsive);
|
|
601
|
+
if (bResponsive && !this._resizeHandlerComputeWidthsID) {
|
|
602
|
+
// Trigger rerendering when the control is resized so width recalculations
|
|
603
|
+
// are handled in the on after rendering hook the same way as the initial width calculations.
|
|
604
|
+
this._resizeHandlerComputeWidthsID = ResizeHandler.register(this, ResponsiveFlowLayout.prototype.rerender.bind(this));
|
|
605
|
+
} else if (this._resizeHandlerComputeWidthsID) {
|
|
606
|
+
if (this._resizeHandlerComputeWidthsID) {
|
|
607
|
+
ResizeHandler.deregister(this._resizeHandlerComputeWidthsID);
|
|
608
|
+
delete this._resizeHandlerComputeWidthsID;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
return this;
|
|
612
|
+
};
|
|
613
|
+
|
|
616
614
|
/**
|
|
617
615
|
* If any LayoutData was changed, the same logic should be applied as in onThemeChanged.
|
|
618
616
|
*/
|
|
@@ -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.
|
|
27
|
+
* @version 1.102.2
|
|
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.
|
|
22
|
+
* @version 1.102.2
|
|
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.
|
|
21
|
+
* @version 1.102.2
|
|
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.
|
|
@@ -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.
|
|
23
|
+
* @version 1.102.2
|
|
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.
|
|
@@ -92,10 +92,11 @@ sap.ui.define([
|
|
|
92
92
|
* </ul>
|
|
93
93
|
*
|
|
94
94
|
* @see {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
|
|
95
|
+
* @see {@link fiori:https://experience.sap.com/fiori-design-web/flexible-grid/ Flexible Grid}
|
|
95
96
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
96
97
|
*
|
|
97
98
|
* @author SAP SE
|
|
98
|
-
* @version 1.
|
|
99
|
+
* @version 1.102.2
|
|
99
100
|
*
|
|
100
101
|
* @extends sap.ui.core.Control
|
|
101
102
|
* @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.
|
|
24
|
+
* @version 1.102.2
|
|
25
25
|
*
|
|
26
26
|
* @extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
27
27
|
*
|
|
@@ -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.
|
|
63
|
+
* @version 1.102.2
|
|
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.
|
|
56
|
+
* @version 1.102.2
|
|
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.
|
|
70
|
+
* @version 1.102.2
|
|
71
71
|
*
|
|
72
72
|
* @constructor
|
|
73
73
|
* @public
|
|
@@ -20,13 +20,13 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @alias sap.ui.layout
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.102.2
|
|
24
24
|
* @since 1.15
|
|
25
25
|
* @public
|
|
26
26
|
*/
|
|
27
27
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
28
28
|
name : "sap.ui.layout",
|
|
29
|
-
version: "1.
|
|
29
|
+
version: "1.102.2",
|
|
30
30
|
dependencies: ["sap.ui.core"],
|
|
31
31
|
designtime: "sap/ui/layout/designtime/library.designtime",
|
|
32
32
|
types: [
|
|
@@ -50,19 +50,19 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
50
50
|
resolution: "Use the ResponsiveGridLayout or ColumnLayout instead",
|
|
51
51
|
resolutionurls: [{
|
|
52
52
|
text: "API Reference: Form",
|
|
53
|
-
href: "https://
|
|
53
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
text: "API Reference: SimpleForm",
|
|
57
|
-
href: "https://
|
|
57
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
text: "API Reference: ResponsiveGridLayout",
|
|
61
|
-
href: "https://
|
|
61
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
text: "API Reference: ColumnLayout",
|
|
65
|
-
href: "https://
|
|
65
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ColumnLayout"
|
|
66
66
|
}],
|
|
67
67
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
68
68
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -122,15 +122,15 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
122
122
|
resolution: "Use either Title or a Toolbar",
|
|
123
123
|
resolutionurls: [{
|
|
124
124
|
text: "API Reference: Form",
|
|
125
|
-
href:"https://
|
|
125
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
text: "API Reference: SimpleForm",
|
|
129
|
-
href:"https://
|
|
129
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
text: "API Reference: FormContainer",
|
|
133
|
-
href:"https://
|
|
133
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormContainer"
|
|
134
134
|
}],
|
|
135
135
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
136
136
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -167,15 +167,15 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
167
167
|
resolution: "Set a Title on Form or FormContainer or assign it via AriaLabelledBy",
|
|
168
168
|
resolutionurls: [{
|
|
169
169
|
text: "API Reference: Form",
|
|
170
|
-
href:"https://
|
|
170
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
text: "API Reference: SimpleForm",
|
|
174
|
-
href:"https://
|
|
174
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
text: "API Reference: FormContainer",
|
|
178
|
-
href:"https://
|
|
178
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormContainer"
|
|
179
179
|
}],
|
|
180
180
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
181
181
|
oScope.getElementsByClassName("sap.ui.layout.form.FormContainer")
|
|
@@ -240,19 +240,19 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
240
240
|
resolution: "Use only labels and controls implementing interface sap.ui.core.IFormContent as content of a Form",
|
|
241
241
|
resolutionurls: [{
|
|
242
242
|
text: "API Reference: Form",
|
|
243
|
-
href:"https://
|
|
243
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
text: "API Reference: SimpleForm",
|
|
247
|
-
href:"https://
|
|
247
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
text: "API Reference: FormElement",
|
|
251
|
-
href:"https://
|
|
251
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormElement"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
text: "API Reference: IFormContent",
|
|
255
|
-
href:"https://
|
|
255
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.core.IFormContent"
|
|
256
256
|
}],
|
|
257
257
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
258
258
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -360,15 +360,15 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
360
360
|
resolution: "Set the Title used inside the Toolbar to AriaLabelledBy of the Form or FormContainer.",
|
|
361
361
|
resolutionurls: [{
|
|
362
362
|
text: "API Reference: Form",
|
|
363
|
-
href:"https://
|
|
363
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
text: "API Reference: SimpleForm",
|
|
367
|
-
href:"https://
|
|
367
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
text: "API Reference: FormContainer",
|
|
371
|
-
href:"https://
|
|
371
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormContainer"
|
|
372
372
|
}],
|
|
373
373
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
374
374
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -408,7 +408,7 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
408
408
|
resolution: "Use only properties that are valid for the layout used",
|
|
409
409
|
resolutionurls: [{
|
|
410
410
|
text: "API Reference: SimpleForm",
|
|
411
|
-
href:"https://
|
|
411
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
412
412
|
}],
|
|
413
413
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
414
414
|
oScope.getElementsByClassName("sap.ui.layout.form.SimpleForm")
|
|
@@ -477,15 +477,15 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
477
477
|
resolution: "Set the editable property according to the content of the Form.",
|
|
478
478
|
resolutionurls: [{
|
|
479
479
|
text: "API Reference: Form",
|
|
480
|
-
href:"https://
|
|
480
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
text: "API Reference: SimpleForm",
|
|
484
|
-
href:"https://
|
|
484
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
text: "API Reference: FormElement",
|
|
488
|
-
href:"https://
|
|
488
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormElement"
|
|
489
489
|
}],
|
|
490
490
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
491
491
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -679,11 +679,11 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
679
679
|
resolution: "Use only valid LayoutData that are suitable for the layout used",
|
|
680
680
|
resolutionurls: [{
|
|
681
681
|
text: "API Reference: ResponsiveGridLayout",
|
|
682
|
-
href:"https://
|
|
682
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
685
|
text: "API Reference: ResponsiveLayout",
|
|
686
|
-
href:"https://
|
|
686
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ResponsiveLayout"
|
|
687
687
|
}],
|
|
688
688
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
689
689
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -740,15 +740,15 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
740
740
|
resolution: "Assign a label to the field",
|
|
741
741
|
resolutionurls: [{
|
|
742
742
|
text: "API Reference: Form",
|
|
743
|
-
href:"https://
|
|
743
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
746
|
text: "API Reference: SimpleForm",
|
|
747
|
-
href:"https://
|
|
747
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
text: "API Reference: FormElement",
|
|
751
|
-
href:"https://
|
|
751
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormElement"
|
|
752
752
|
}],
|
|
753
753
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
754
754
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -816,11 +816,11 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
816
816
|
resolution: "Use Labels only in the Label aggregation",
|
|
817
817
|
resolutionurls: [{
|
|
818
818
|
text: "API Reference: Form",
|
|
819
|
-
href:"https://
|
|
819
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
820
820
|
},
|
|
821
821
|
{
|
|
822
822
|
text: "API Reference: FormElement",
|
|
823
|
-
href:"https://
|
|
823
|
+
href:"https://openui5.hana.ondemand.com/api/sap.ui.layout.form.FormElement"
|
|
824
824
|
}],
|
|
825
825
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
826
826
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -878,19 +878,19 @@ sap.ui.define(["sap/ui/support/library", "sap/ui/layout/library"],
|
|
|
878
878
|
resolution: "Use the ResponsiveGridLayout or ColumnLayout instead",
|
|
879
879
|
resolutionurls: [{
|
|
880
880
|
text: "API Reference: Form",
|
|
881
|
-
href: "https://
|
|
881
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.Form"
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
text: "API Reference: SimpleForm",
|
|
885
|
-
href: "https://
|
|
885
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleForm"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
text: "API Reference: ResponsiveGridLayout",
|
|
889
|
-
href: "https://
|
|
889
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
text: "API Reference: ColumnLayout",
|
|
893
|
-
href: "https://
|
|
893
|
+
href: "https://openui5.hana.ondemand.com/api/sap.ui.layout.form.ColumnLayout"
|
|
894
894
|
}],
|
|
895
895
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
896
896
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
@_sap_ui_layout_ResponsiveSplitter_PaginatorButtonWidth: 2.5rem;
|
|
8
8
|
@_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHeight: 2.375rem;
|
|
9
9
|
@_sap_ui_layout_ResponsiveSplitter_PaginatorButtonFocusBorderRadius: unset;
|
|
10
|
+
@_sap_ui_layout_ResponsiveSplitter_PaginatorSelectedButton: @sapUiContentIconColor;
|
|
11
|
+
@_sap_ui_layout_ResponsiveSplitter_PaginatorButtonActive: @sapUiContentContrastIconColor;
|
|
12
|
+
@_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHoverShadow: none;
|
|
10
13
|
|
|
11
14
|
.sapUiResponsiveSplitter {
|
|
12
15
|
width: 100%;
|
|
@@ -84,6 +87,7 @@
|
|
|
84
87
|
|
|
85
88
|
&:hover {
|
|
86
89
|
background-color: @sapUiButtonLiteHoverBackground;
|
|
90
|
+
box-shadow: @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHoverShadow;
|
|
87
91
|
|
|
88
92
|
&::after {
|
|
89
93
|
background-color: @sapUiContentNonInteractiveIconColor;
|
|
@@ -94,14 +98,14 @@
|
|
|
94
98
|
background-color: @sapUiButtonLiteActiveBackground;
|
|
95
99
|
|
|
96
100
|
&::after {
|
|
97
|
-
background-color: @
|
|
101
|
+
background-color: @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonActive;
|
|
98
102
|
}
|
|
99
103
|
}
|
|
100
104
|
}
|
|
101
105
|
|
|
102
106
|
.sapUiResponsiveSplitterPaginatorSelectedButton {
|
|
103
107
|
&::after {
|
|
104
|
-
background-color: @
|
|
108
|
+
background-color: @_sap_ui_layout_ResponsiveSplitter_PaginatorSelectedButton;
|
|
105
109
|
width: 0.5rem;
|
|
106
110
|
height: 0.5rem;
|
|
107
111
|
margin-top: 0.875rem;
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
|
|
110
114
|
&:hover {
|
|
111
115
|
&::after {
|
|
112
|
-
background-color: @
|
|
116
|
+
background-color: @_sap_ui_layout_ResponsiveSplitter_PaginatorSelectedButton;
|
|
113
117
|
}
|
|
114
118
|
}
|
|
115
119
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
@_sap_ui_layout_Splitter_BarBorder: none;
|
|
21
21
|
@_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteBorderColor;
|
|
22
22
|
@_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteBackground;
|
|
23
|
+
@_sap_ui_layout_Splitter_GripButtonColor: @sapUiContentIconColor;
|
|
23
24
|
|
|
24
25
|
/********************************************* General ********************************************/
|
|
25
26
|
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
|
|
39
40
|
.sapUiLoSplitter > .sapUiLoSplitterBar,
|
|
40
41
|
.sapUiLoSplitterOverlay > .sapUiLoSplitterOverlayBar {
|
|
41
|
-
color: @
|
|
42
|
+
color: @_sap_ui_layout_Splitter_GripButtonColor;
|
|
42
43
|
-webkit-touch-callout: none;
|
|
43
44
|
-webkit-user-select: none;
|
|
44
45
|
-moz-user-select: none;
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
background-position: center;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
|
-
.sapUiLoSplitterBarDecorationAfter{
|
|
114
|
+
.sapUiLoSplitterBarDecorationAfter {
|
|
114
115
|
width: 1rem;
|
|
115
116
|
height: 4rem;
|
|
116
117
|
height: 4rem;
|