@openui5/sap.ui.layout 1.108.2 → 1.110.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.
- package/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +2 -2
- package/src/sap/ui/layout/.library +2 -2
- package/src/sap/ui/layout/AlignedFlowLayout.js +2 -2
- package/src/sap/ui/layout/AlignedFlowLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/AssociativeSplitter.js +2 -2
- package/src/sap/ui/layout/BlockLayout.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCell.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCellData.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCellRenderer.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRow.js +2 -2
- package/src/sap/ui/layout/BlockLayoutRowRenderer.js +1 -1
- package/src/sap/ui/layout/DynamicSideContent.js +15 -15
- package/src/sap/ui/layout/DynamicSideContentRenderer.js +1 -1
- package/src/sap/ui/layout/FixFlex.js +2 -2
- package/src/sap/ui/layout/FixFlexRenderer.js +1 -1
- package/src/sap/ui/layout/Grid.js +2 -2
- package/src/sap/ui/layout/GridData.js +2 -2
- package/src/sap/ui/layout/GridRenderer.js +2 -2
- package/src/sap/ui/layout/HorizontalLayout.js +3 -3
- package/src/sap/ui/layout/HorizontalLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/PaneContainer.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayout.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitter.js +2 -2
- package/src/sap/ui/layout/ResponsiveSplitterPage.js +2 -2
- package/src/sap/ui/layout/ResponsiveSplitterRenderer.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitterUtilities.js +1 -1
- package/src/sap/ui/layout/SplitPane.js +2 -2
- package/src/sap/ui/layout/Splitter.js +2 -2
- package/src/sap/ui/layout/SplitterLayoutData.js +2 -2
- package/src/sap/ui/layout/SplitterRenderer.js +7 -5
- package/src/sap/ui/layout/VerticalLayout.js +2 -2
- package/src/sap/ui/layout/VerticalLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormContainer.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddFormField.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +2 -2
- package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +3 -3
- package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +18 -4
- package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +2 -2
- package/src/sap/ui/layout/changeHandler/RenameFormElement.js +91 -0
- package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +2 -2
- package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +2 -2
- package/src/sap/ui/layout/cssgrid/CSSGrid.js +2 -2
- package/src/sap/ui/layout/cssgrid/CSSGridRenderer.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridSettings.js +2 -2
- package/src/sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData.js +2 -2
- package/src/sap/ui/layout/cssgrid/ResponsiveColumnLayout.js +2 -2
- package/src/sap/ui/layout/designtime/BlockLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/BlockLayoutCell.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/BlockLayoutRow.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/DynamicSideContent.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/FixFlex.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/Grid.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/HorizontalLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/Splitter.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/VerticalLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/Form.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/FormContainer.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/FormElement.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/SimpleForm.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/library.designtime.js +1 -1
- package/src/sap/ui/layout/flexibility/BlockLayoutCell.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/Form.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/FormContainer.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/FormElement.flexibility.js +4 -8
- package/src/sap/ui/layout/flexibility/SimpleForm.flexibility.js +1 -1
- package/src/sap/ui/layout/form/ColumnContainerData.js +2 -2
- package/src/sap/ui/layout/form/ColumnElementData.js +2 -2
- package/src/sap/ui/layout/form/ColumnLayout.js +2 -2
- package/src/sap/ui/layout/form/ColumnLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/Form.js +2 -2
- package/src/sap/ui/layout/form/FormContainer.js +2 -2
- package/src/sap/ui/layout/form/FormElement.js +2 -2
- package/src/sap/ui/layout/form/FormLayout.js +6 -7
- package/src/sap/ui/layout/form/FormLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/FormRenderer.js +1 -1
- package/src/sap/ui/layout/form/GridContainerData.js +2 -2
- package/src/sap/ui/layout/form/GridElementData.js +2 -2
- package/src/sap/ui/layout/form/GridLayout.js +2 -2
- package/src/sap/ui/layout/form/GridLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveGridLayout.js +2 -2
- package/src/sap/ui/layout/form/ResponsiveGridLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveLayout.js +2 -2
- package/src/sap/ui/layout/form/ResponsiveLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/SemanticFormElement.js +2 -2
- package/src/sap/ui/layout/form/SimpleForm.js +2 -2
- package/src/sap/ui/layout/form/SimpleFormRenderer.js +1 -1
- package/src/sap/ui/layout/library.js +5 -3
- package/src/sap/ui/layout/library.support.js +1 -1
- package/src/sap/ui/layout/rules/Form.support.js +1 -1
- package/src/sap/ui/layout/themes/base/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_hcb/library.source.less +1 -1
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
|
|
|
68
68
|
|
|
69
69
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
70
70
|
Copyright:
|
|
71
|
-
2009-
|
|
71
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
72
72
|
Spencer Tipping
|
|
73
73
|
License: Apache-2.0 and MIT
|
|
74
74
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
|
|
|
83
83
|
|
|
84
84
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
85
85
|
Copyright:
|
|
86
|
-
2009-
|
|
86
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
87
87
|
OpenJS Foundation and other contributors
|
|
88
88
|
License: Apache-2.0 and MIT
|
|
89
89
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
90
90
|
|
|
91
91
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
92
92
|
Copyright:
|
|
93
|
-
2009-
|
|
93
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
94
94
|
OpenJS Foundation and other contributors
|
|
95
95
|
License: Apache-2.0 and MIT
|
|
96
96
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
97
97
|
|
|
98
98
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
99
99
|
Copyright:
|
|
100
|
-
2009-
|
|
100
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
101
101
|
OpenJS Foundation and other contributors
|
|
102
102
|
License: Apache-2.0 and MIT
|
|
103
103
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
104
104
|
|
|
105
105
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
106
106
|
Copyright:
|
|
107
|
-
2009-
|
|
107
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
108
108
|
2011, John Resig
|
|
109
109
|
License: Apache-2.0 and MIT
|
|
110
110
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
111
111
|
|
|
112
112
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
113
113
|
Copyright:
|
|
114
|
-
2009-
|
|
114
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
115
115
|
2014 jQuery Foundation and other contributors
|
|
116
116
|
License: Apache-2.0 and MIT
|
|
117
117
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
123
123
|
|
|
124
124
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
125
125
|
Copyright:
|
|
126
|
-
2009-
|
|
126
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
127
127
|
2014 jQuery Foundation and other contributors
|
|
128
128
|
License: Apache-2.0 and MIT
|
|
129
129
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
130
130
|
|
|
131
131
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
132
132
|
Copyright:
|
|
133
|
-
2009-
|
|
133
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
134
134
|
2014 jQuery Foundation and other contributors
|
|
135
135
|
License: Apache-2.0 and MIT
|
|
136
136
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
162
162
|
|
|
163
163
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
164
164
|
Copyright:
|
|
165
|
-
2009-
|
|
165
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
166
166
|
2012 Wei-Ko Kao
|
|
167
167
|
License: Apache-2.0 and MIT
|
|
168
168
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
|
|
|
299
299
|
|
|
300
300
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
301
301
|
Copyright:
|
|
302
|
-
2009-
|
|
302
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
303
303
|
Douglas Crockford
|
|
304
304
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
305
305
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
306
306
|
|
|
307
307
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
308
308
|
Copyright:
|
|
309
|
-
2009-
|
|
309
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
310
310
|
2010 Douglas Crockford
|
|
311
311
|
License: Apache-2.0
|
|
312
312
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
340
340
|
|
|
341
341
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
342
342
|
Copyright:
|
|
343
|
-
2009-
|
|
343
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
344
344
|
Behrang Norouzinia
|
|
345
345
|
License: Apache-2.0 and MIT
|
|
346
346
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
|
|
|
352
352
|
|
|
353
353
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
354
354
|
Copyright:
|
|
355
|
-
2009-
|
|
355
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
356
356
|
Isaac Z. Schlueter and Contributors
|
|
357
357
|
License: Apache-2.0 and ISC
|
|
358
358
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
359
359
|
|
|
360
360
|
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
361
361
|
Copyright:
|
|
362
|
-
2009-
|
|
362
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
363
363
|
Arthur David Olson, Paul Eggert and other contributors
|
|
364
364
|
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
365
365
|
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
|
|
|
469
469
|
|
|
470
470
|
Files: lib/jsdoc/ui5/plugin.js
|
|
471
471
|
Copyright:
|
|
472
|
-
2009-
|
|
472
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
473
473
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
474
474
|
License: Apache-2.0
|
|
475
475
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -185,7 +185,7 @@ License: Apache-2.0
|
|
|
185
185
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
186
186
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
187
187
|
|
|
188
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
188
|
+
Component: Unicode Common Locale Data Repository, version: 41
|
|
189
189
|
Copyright: 1991-2014 Unicode, Inc.
|
|
190
190
|
License: Unicode-DFS-2015
|
|
191
191
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
@@ -478,7 +478,7 @@ License: Apache-2.0
|
|
|
478
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
479
479
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
480
480
|
|
|
481
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
481
|
+
Component: SAP Theming Base Content, version: 11.1.48
|
|
482
482
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
483
483
|
License: Apache-2.0
|
|
484
484
|
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.110.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.
|
|
17
|
+
"@openui5/sap.ui.core": "1.110.0"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.layout</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2023 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.110.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with layout controls.</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @extends sap.ui.core.Control
|
|
41
41
|
*
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.110.0
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @extends sap.ui.layout.Splitter
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.110.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -63,7 +63,7 @@ sap.ui.define([
|
|
|
63
63
|
* @extends sap.ui.core.Control
|
|
64
64
|
*
|
|
65
65
|
* @author SAP SE
|
|
66
|
-
* @version 1.
|
|
66
|
+
* @version 1.110.0
|
|
67
67
|
*
|
|
68
68
|
* @constructor
|
|
69
69
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.core.Control
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.110.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
21
|
+
* @version 1.110.0
|
|
22
22
|
* @constructor
|
|
23
23
|
* @public
|
|
24
24
|
* @since 1.50.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @extends sap.ui.core.Control
|
|
33
33
|
*
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.110.0
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -94,7 +94,7 @@ sap.ui.define([
|
|
|
94
94
|
* @extends sap.ui.core.Control
|
|
95
95
|
*
|
|
96
96
|
* @author SAP SE
|
|
97
|
-
* @version 1.
|
|
97
|
+
* @version 1.110.0
|
|
98
98
|
*
|
|
99
99
|
* @constructor
|
|
100
100
|
* @public
|
|
@@ -214,7 +214,7 @@ sap.ui.define([
|
|
|
214
214
|
* Sets the sideContentVisibility property.
|
|
215
215
|
* @param {sap.ui.layout.SideContentVisibility} sVisibility Determines on which breakpoints the side content is visible.
|
|
216
216
|
* @param {boolean} bSuppressVisualUpdate Determines if the visual state is updated
|
|
217
|
-
* @returns {this} this
|
|
217
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
218
218
|
* @override
|
|
219
219
|
* @public
|
|
220
220
|
*/
|
|
@@ -232,7 +232,7 @@ sap.ui.define([
|
|
|
232
232
|
* Sets the showSideContent property.
|
|
233
233
|
* @param {boolean} bVisible Determines if the side content part is visible
|
|
234
234
|
* @param {boolean} bSuppressVisualUpdate Determines if the visual state is updated
|
|
235
|
-
* @returns {this} this
|
|
235
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
236
236
|
* @override
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
@@ -257,7 +257,7 @@ sap.ui.define([
|
|
|
257
257
|
* Sets the showMainContent property.
|
|
258
258
|
* @param {boolean} bVisible Determines if the main content part is visible
|
|
259
259
|
* @param {boolean} bSuppressVisualUpdate Determines if the visual state is updated
|
|
260
|
-
* @returns {this} this
|
|
260
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
261
261
|
* @override
|
|
262
262
|
* @public
|
|
263
263
|
*/
|
|
@@ -307,7 +307,7 @@ sap.ui.define([
|
|
|
307
307
|
/**
|
|
308
308
|
* Sets or unsets the page in equalSplit mode.
|
|
309
309
|
* @param {boolean}[bState] Determines if the page is set to equalSplit mode
|
|
310
|
-
* @returns {this} this
|
|
310
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
311
311
|
* @override
|
|
312
312
|
* @public
|
|
313
313
|
*/
|
|
@@ -325,8 +325,8 @@ sap.ui.define([
|
|
|
325
325
|
/**
|
|
326
326
|
* Adds a control to the side content area.
|
|
327
327
|
* Only the side content part in the aggregation is re-rendered.
|
|
328
|
-
* @param {
|
|
329
|
-
* @returns {this} this
|
|
328
|
+
* @param {sap.ui.core.Control} oControl Object to be added in the aggregation
|
|
329
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
330
330
|
* @override
|
|
331
331
|
* @public
|
|
332
332
|
*/
|
|
@@ -340,8 +340,8 @@ sap.ui.define([
|
|
|
340
340
|
/**
|
|
341
341
|
* Adds a control to the main content area.
|
|
342
342
|
* Only the main content part in the aggregation is re-rendered.
|
|
343
|
-
* @param {
|
|
344
|
-
* @returns {this} this
|
|
343
|
+
* @param {sap.ui.core.Control} oControl Object to be added in the aggregation
|
|
344
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
345
345
|
* @override
|
|
346
346
|
* @public
|
|
347
347
|
*/
|
|
@@ -358,7 +358,7 @@ sap.ui.define([
|
|
|
358
358
|
* This helper method is used to implement a button/switch for changing
|
|
359
359
|
* between the main and side content areas.
|
|
360
360
|
* Only works if the current breakpoint is "S".
|
|
361
|
-
* @returns {this} this
|
|
361
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
362
362
|
* @public
|
|
363
363
|
*/
|
|
364
364
|
DynamicSideContent.prototype.toggle = function () {
|
|
@@ -463,7 +463,7 @@ sap.ui.define([
|
|
|
463
463
|
/**
|
|
464
464
|
* Returns a scroll helper object used to handle scrolling.
|
|
465
465
|
* @public
|
|
466
|
-
* @param {
|
|
466
|
+
* @param {sap.ui.core.Control} oControl The control instance that requested the scroll helper
|
|
467
467
|
* @returns {sap.ui.core.delegate.ScrollEnablement} The scroll helper instance
|
|
468
468
|
* @since 1.78
|
|
469
469
|
*/
|
|
@@ -508,7 +508,7 @@ sap.ui.define([
|
|
|
508
508
|
* Re-renders only part of the control that is changed.
|
|
509
509
|
* @param {object} aControls Array containing the passed aggregation controls
|
|
510
510
|
* @param {object} $domElement DOM reference of the control to be re-rendered
|
|
511
|
-
* @returns {this} this
|
|
511
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
512
512
|
* @private
|
|
513
513
|
*/
|
|
514
514
|
DynamicSideContent.prototype._rerenderControl = function (aControls, $domElement) {
|
|
@@ -624,7 +624,7 @@ sap.ui.define([
|
|
|
624
624
|
* control mode.
|
|
625
625
|
* @param {string} sSizeName Possible values S, M, L, XL
|
|
626
626
|
* @param {boolean} bComparison Checks if the page is in equalSplit mode
|
|
627
|
-
* @returns {this} this
|
|
627
|
+
* @returns {this} Reference to <code>this</code> for method chaining
|
|
628
628
|
* @private
|
|
629
629
|
*/
|
|
630
630
|
DynamicSideContent.prototype._setResizeData = function (sSizeName, bComparison) {
|
|
@@ -699,7 +699,7 @@ sap.ui.define([
|
|
|
699
699
|
/**
|
|
700
700
|
* Determines if the control sets height, based on the control state.
|
|
701
701
|
* @private
|
|
702
|
-
* @
|
|
702
|
+
* @returns {boolean} If the control sets height
|
|
703
703
|
*/
|
|
704
704
|
DynamicSideContent.prototype._shouldSetHeight = function () {
|
|
705
705
|
var bSameLine,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* @extends sap.ui.core.Control
|
|
54
54
|
*
|
|
55
55
|
* @author SAP SE
|
|
56
|
-
* @version 1.
|
|
56
|
+
* @version 1.110.0
|
|
57
57
|
*
|
|
58
58
|
* @constructor
|
|
59
59
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @extends sap.ui.core.Control
|
|
60
60
|
*
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.110.0
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
31
|
+
* @version 1.110.0
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/Device", "sap/ui/layout/library"],
|
|
@@ -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.
|
|
18
|
+
* 1.110.0
|
|
19
19
|
* @namespace
|
|
20
20
|
*/
|
|
21
21
|
var GridRenderer = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
25
|
+
* @version 1.110.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -57,7 +57,7 @@ sap.ui.define(['sap/ui/core/Control', './library', "./HorizontalLayoutRenderer"]
|
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
59
|
* @see sap.ui.core.Control#getAccessibilityInfo
|
|
60
|
-
* @returns {
|
|
60
|
+
* @returns {sap.ui.core.AccessibilityInfo} Current accessibility state of the control
|
|
61
61
|
* @protected
|
|
62
62
|
*/
|
|
63
63
|
HorizontalLayout.prototype.getAccessibilityInfo = function() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
27
|
+
* @version 1.110.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
* @extends sap.ui.core.Control
|
|
40
40
|
*
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.110.0
|
|
43
43
|
*
|
|
44
44
|
* @constructor
|
|
45
45
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.
|
|
25
|
+
* @version 1.110.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -70,7 +70,7 @@ sap.ui.define([
|
|
|
70
70
|
* @extends sap.ui.core.Control
|
|
71
71
|
*
|
|
72
72
|
* @author SAP SE
|
|
73
|
-
* @version 1.
|
|
73
|
+
* @version 1.110.0
|
|
74
74
|
*
|
|
75
75
|
* @constructor
|
|
76
76
|
* @public
|