@openui5/sap.ui.layout 1.105.0 → 1.106.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 +20 -17
- package/THIRDPARTY.txt +31 -21
- 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 +5 -3
- package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +6 -5
- package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +12 -5
- package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +5 -8
- 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/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/.reuse/dep5
CHANGED
|
@@ -43,6 +43,14 @@ License: Apache-2.0
|
|
|
43
43
|
#
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
# Library: sap.m:
|
|
47
|
+
|
|
48
|
+
Files: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
49
|
+
Copyright: Mario Heiderich
|
|
50
|
+
License: Apache-2.0
|
|
51
|
+
Comment: these files belong to: purify.js
|
|
52
|
+
|
|
53
|
+
|
|
46
54
|
# Library: sap.ui.codeeditor:
|
|
47
55
|
|
|
48
56
|
Files: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
|
|
@@ -127,17 +135,17 @@ Copyright:
|
|
|
127
135
|
License: Apache-2.0 and MIT
|
|
128
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
|
|
129
137
|
|
|
130
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit
|
|
138
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
|
|
131
139
|
Copyright: jQuery Foundation and other contributors
|
|
132
140
|
License: MIT
|
|
133
141
|
Comment: these files belong to: QUnit
|
|
134
142
|
|
|
135
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2
|
|
143
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
|
|
136
144
|
Copyright: jQuery Foundation and other contributors
|
|
137
145
|
License: MIT
|
|
138
146
|
Comment: these files belong to: QUnit 2
|
|
139
147
|
|
|
140
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18
|
|
148
|
+
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
141
149
|
Copyright: jQuery Foundation and other contributors
|
|
142
150
|
License: MIT
|
|
143
151
|
Comment: these files belong to: QUnit 2.18
|
|
@@ -159,7 +167,7 @@ Copyright:
|
|
|
159
167
|
License: Apache-2.0 and MIT
|
|
160
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
|
|
161
169
|
|
|
162
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite
|
|
170
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
|
|
163
171
|
Copyright: jQuery Foundation and other contributors
|
|
164
172
|
License: MIT
|
|
165
173
|
Comment: these files belong to: QUnit Composite
|
|
@@ -239,7 +247,7 @@ Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
|
|
|
239
247
|
License: BSD-3-Clause
|
|
240
248
|
Comment: these files belong to: SinonJS
|
|
241
249
|
|
|
242
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0
|
|
250
|
+
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
243
251
|
Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
|
|
244
252
|
License: BSD-3-Clause
|
|
245
253
|
Comment: these files belong to: SinonJS 14
|
|
@@ -313,7 +321,7 @@ Copyright: 2018 Michael Mclaughlin
|
|
|
313
321
|
License: MIT
|
|
314
322
|
Comment: these files belong to: bignumber.js
|
|
315
323
|
|
|
316
|
-
Files: src/sap.ui.core/src/sap/
|
|
324
|
+
Files: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
|
|
317
325
|
Copyright: OpenJS Foundation and other contributors
|
|
318
326
|
License: MIT
|
|
319
327
|
Comment: these files belong to: lodash
|
|
@@ -323,7 +331,7 @@ Copyright: 2021 Mathias Nater
|
|
|
323
331
|
License: MIT
|
|
324
332
|
Comment: these files belong to: Hyphenopoly
|
|
325
333
|
|
|
326
|
-
Files: src/sap.ui.core/src/sap/
|
|
334
|
+
Files: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
327
335
|
Copyright:
|
|
328
336
|
Sindre Sorhus <sindresorhus@gmail.com>
|
|
329
337
|
2014-present Sebastian McKenzie and other contributors
|
|
@@ -418,16 +426,6 @@ License: MIT
|
|
|
418
426
|
Comment: these files belong to: @cfworker/json-schema
|
|
419
427
|
|
|
420
428
|
|
|
421
|
-
# Library: sap.ui.mdc:
|
|
422
|
-
|
|
423
|
-
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
424
|
-
Copyright:
|
|
425
|
-
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
426
|
-
2015 unnikked
|
|
427
|
-
License: Apache-2.0 and MIT
|
|
428
|
-
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
429
|
-
|
|
430
|
-
|
|
431
429
|
# Library: sap.ui.webc.common:
|
|
432
430
|
|
|
433
431
|
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
@@ -448,6 +446,11 @@ Copyright: SAP
|
|
|
448
446
|
License: Apache-2.0
|
|
449
447
|
Comment: these files belong to: UI5 Web Components
|
|
450
448
|
|
|
449
|
+
Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
450
|
+
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
451
|
+
License: Apache-2.0
|
|
452
|
+
Comment: these files belong to: ZXing
|
|
453
|
+
|
|
451
454
|
|
|
452
455
|
# Library: sap.ui.webc.main:
|
|
453
456
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,15 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.m:
|
|
8
|
+
|
|
9
|
+
Component: purify.js, version: 2.3.8
|
|
10
|
+
Copyright: Mario Heiderich
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
14
|
+
|
|
15
|
+
|
|
7
16
|
Library: sap.ui.codeeditor:
|
|
8
17
|
|
|
9
18
|
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
|
|
@@ -68,19 +77,22 @@ Component: QUnit, version: 1.18.0
|
|
|
68
77
|
Copyright: jQuery Foundation and other contributors
|
|
69
78
|
License: MIT
|
|
70
79
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
71
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit
|
|
80
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css
|
|
81
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
|
|
72
82
|
|
|
73
83
|
Component: QUnit 2, version: 2.3.2
|
|
74
84
|
Copyright: jQuery Foundation and other contributors
|
|
75
85
|
License: MIT
|
|
76
86
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
77
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2
|
|
87
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css
|
|
88
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
|
|
78
89
|
|
|
79
90
|
Component: QUnit 2.18, version: 2.18.0
|
|
80
91
|
Copyright: jQuery Foundation and other contributors
|
|
81
92
|
License: MIT
|
|
82
93
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
83
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18
|
|
94
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
|
|
95
|
+
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
84
96
|
|
|
85
97
|
Component: jQuery-Migrate, version: 3.3.1
|
|
86
98
|
Copyright: OpenJS Foundation and other contributors
|
|
@@ -104,7 +116,8 @@ Component: QUnit Composite, version: 1.0.2-pre
|
|
|
104
116
|
Copyright: jQuery Foundation and other contributors
|
|
105
117
|
License: MIT
|
|
106
118
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
107
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite
|
|
119
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css
|
|
120
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
|
|
108
121
|
|
|
109
122
|
Component: JUnit Reporter for QUnit, version: 1.1.1
|
|
110
123
|
Copyright: jQuery Foundation and other contributors
|
|
@@ -201,7 +214,7 @@ Component: SinonJS 14, version: 14.0.0
|
|
|
201
214
|
Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
|
|
202
215
|
License: BSD-3-Clause
|
|
203
216
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
204
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0
|
|
217
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
205
218
|
|
|
206
219
|
Component: Sinon-qunit, version: 2.0.0
|
|
207
220
|
Copyright: 2010-2011, Christian Johansen
|
|
@@ -289,7 +302,7 @@ Component: lodash, version: 4.17.21
|
|
|
289
302
|
Copyright: OpenJS Foundation and other contributors
|
|
290
303
|
License: MIT
|
|
291
304
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
292
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
305
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
|
|
293
306
|
|
|
294
307
|
Component: Hyphenopoly, version: 3.4.0
|
|
295
308
|
Copyright: 2021 Mathias Nater
|
|
@@ -301,13 +314,13 @@ Component: p-cancelable, version: 2.0.0
|
|
|
301
314
|
Copyright: Sindre Sorhus <sindresorhus@gmail.com>
|
|
302
315
|
License: MIT
|
|
303
316
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
304
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
317
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
305
318
|
|
|
306
319
|
Component: @babel/helpers, version: 7.10.4
|
|
307
320
|
Copyright: 2014-present Sebastian McKenzie and other contributors
|
|
308
321
|
License: MIT
|
|
309
322
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
310
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
323
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
311
324
|
|
|
312
325
|
Component: Jalaali JS
|
|
313
326
|
Copyright: Behrang Norouzinia
|
|
@@ -407,18 +420,9 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
407
420
|
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
408
421
|
|
|
409
422
|
|
|
410
|
-
Library: sap.ui.mdc:
|
|
411
|
-
|
|
412
|
-
Component: BooleanExpressionEvaluator, version: master-18530acbf3
|
|
413
|
-
Copyright: 2015 unnikked
|
|
414
|
-
License: MIT
|
|
415
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
416
|
-
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
417
|
-
|
|
418
|
-
|
|
419
423
|
Library: sap.ui.webc.common:
|
|
420
424
|
|
|
421
|
-
Component: UI5 Web Components, version: 1.
|
|
425
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
422
426
|
Copyright: SAP
|
|
423
427
|
License: Apache-2.0
|
|
424
428
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -429,7 +433,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
|
429
433
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
430
434
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
431
435
|
|
|
432
|
-
Component: lit-html, version: 2.
|
|
436
|
+
Component: lit-html, version: 2.2.2
|
|
433
437
|
Copyright: Google LLC
|
|
434
438
|
License: BSD-3-Clause
|
|
435
439
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -438,16 +442,22 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
438
442
|
|
|
439
443
|
Library: sap.ui.webc.fiori:
|
|
440
444
|
|
|
441
|
-
Component: UI5 Web Components, version: 1.
|
|
445
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
442
446
|
Copyright: SAP
|
|
443
447
|
License: Apache-2.0
|
|
444
448
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
445
449
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
446
450
|
|
|
451
|
+
Component: ZXing, version: 0.19.1
|
|
452
|
+
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
453
|
+
License: Apache-2.0
|
|
454
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
455
|
+
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
456
|
+
|
|
447
457
|
|
|
448
458
|
Library: sap.ui.webc.main:
|
|
449
459
|
|
|
450
|
-
Component: UI5 Web Components, version: 1.
|
|
460
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
451
461
|
Copyright: SAP
|
|
452
462
|
License: Apache-2.0
|
|
453
463
|
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.106.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.106.0"
|
|
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.106.0</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.
|
|
27
|
+
* @version 1.106.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -91,7 +91,7 @@ sap.ui.define([
|
|
|
91
91
|
*
|
|
92
92
|
* @author SAP SE
|
|
93
93
|
*
|
|
94
|
-
* @version 1.
|
|
94
|
+
* @version 1.106.0
|
|
95
95
|
*
|
|
96
96
|
* @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
|
|
97
97
|
* changed in future.
|
|
@@ -108,9 +108,10 @@ sap.ui.define([
|
|
|
108
108
|
var aContentClone;
|
|
109
109
|
|
|
110
110
|
var oChange = mPropertyBag.change;
|
|
111
|
-
// as the label is stored independent of the field and will not be destroyed by destroying the field,
|
|
111
|
+
// as the label is stored independent of the field and will not be destroyed by destroying the field, it needs to be remembered
|
|
112
112
|
var oRevertData = oChange.getRevertData();
|
|
113
113
|
oRevertData.labelSelector = oModifier.getSelector(mInnerControls.label, oAppComponent);
|
|
114
|
+
oChange.setRevertData(oRevertData);
|
|
114
115
|
|
|
115
116
|
return Promise.resolve()
|
|
116
117
|
.then(oModifier.getAggregation.bind(oModifier, oSimpleForm, "content"))
|
|
@@ -175,7 +176,8 @@ sap.ui.define([
|
|
|
175
176
|
var oRevertData = oChange.getRevertData();
|
|
176
177
|
if (oRevertData && oRevertData.labelSelector) {
|
|
177
178
|
return {
|
|
178
|
-
affectedControls: [JsControlTreeModifier.bySelector(oRevertData.labelSelector, oAppComponent).
|
|
179
|
+
affectedControls: [JsControlTreeModifier.bySelector(oRevertData.labelSelector, oAppComponent).getId()],
|
|
180
|
+
hasParentWithUnstableId: true
|
|
179
181
|
};
|
|
180
182
|
}
|
|
181
183
|
return {
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* Change handler for adding a simple form group.
|
|
18
18
|
* @alias sap.ui.layout.changeHandler.AddSimpleFormGroup
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.106.0
|
|
21
21
|
* @experimental Since 1.27.0
|
|
22
22
|
*/
|
|
23
23
|
var AddSimpleFormGroup = {};
|
|
@@ -190,8 +190,8 @@ sap.ui.define([
|
|
|
190
190
|
AddSimpleFormGroup.getControlIdFromChangeContent = function (oChange) {
|
|
191
191
|
var sControlId;
|
|
192
192
|
|
|
193
|
-
if (oChange && oChange.
|
|
194
|
-
sControlId = oChange.
|
|
193
|
+
if (oChange && oChange.getContent()) {
|
|
194
|
+
sControlId = oChange.getContent().group.id;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
return sControlId;
|
|
@@ -229,9 +229,10 @@ sap.ui.define([
|
|
|
229
229
|
|
|
230
230
|
AddSimpleFormGroup.getChangeVisualizationInfo = function(oChange, oAppComponent) {
|
|
231
231
|
var oSelector = oChange.getContent().group.selector;
|
|
232
|
-
var oAffectedGroup = JsControlTreeModifier.bySelector(oSelector, oAppComponent).
|
|
232
|
+
var oAffectedGroup = JsControlTreeModifier.bySelector(oSelector, oAppComponent).getId();
|
|
233
233
|
return {
|
|
234
|
-
affectedControls: [oAffectedGroup]
|
|
234
|
+
affectedControls: [oAffectedGroup],
|
|
235
|
+
hasParentWithUnstableId: true
|
|
235
236
|
};
|
|
236
237
|
};
|
|
237
238
|
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* Change handler for hiding of a control.
|
|
18
18
|
* @alias sap.ui.fl.changeHandler.HideControl
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.106.0
|
|
21
21
|
* @experimental Since 1.27.0
|
|
22
22
|
*/
|
|
23
23
|
var HideForm = { };
|
|
@@ -44,6 +44,10 @@ sap.ui.define([
|
|
|
44
44
|
return mPropertyBag.modifier.targets === "xmlTree";
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
+
function getGroupHeader(oElement) {
|
|
48
|
+
return oElement.getTitle() || oElement.getToolbar();
|
|
49
|
+
}
|
|
50
|
+
|
|
47
51
|
/**
|
|
48
52
|
* Hides a control.
|
|
49
53
|
*
|
|
@@ -272,12 +276,15 @@ sap.ui.define([
|
|
|
272
276
|
HideForm.getChangeVisualizationInfo = function(oChange, oAppComponent) {
|
|
273
277
|
var oSelector = oChange.getContent().elementSelector;
|
|
274
278
|
var oElement = JsControlTreeModifier.bySelector(oSelector, oAppComponent);
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
279
|
+
// to show the change indicator on the correct position a stable id needs to be passed to the ChangeIndicatorRegistry
|
|
280
|
+
var oStableElementId = oChange.getChangeType() === "hideSimpleFormField"
|
|
281
|
+
? getGroupHeader(oElement.getParent().getParent()).getId()
|
|
282
|
+
: oElement.getId();
|
|
283
|
+
|
|
278
284
|
return {
|
|
279
285
|
affectedControls: [oSelector],
|
|
280
|
-
displayControls: [
|
|
286
|
+
displayControls: [oStableElementId],
|
|
287
|
+
hasParentWithUnstableId: true
|
|
281
288
|
};
|
|
282
289
|
};
|
|
283
290
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.ui.layout.changeHandler.MoveSimpleForm
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.106.0
|
|
24
24
|
* @experimental Since 1.34.0
|
|
25
25
|
*/
|
|
26
26
|
var MoveSimpleForm = {};
|
|
@@ -168,12 +168,8 @@ sap.ui.define([
|
|
|
168
168
|
return aResult;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
function getGroupHeader(
|
|
172
|
-
|
|
173
|
-
if (!oResult) {
|
|
174
|
-
oResult = oHeader.getToolbar();
|
|
175
|
-
}
|
|
176
|
-
return oResult;
|
|
171
|
+
function getGroupHeader(oElement) {
|
|
172
|
+
return oElement.getTitle() || oElement.getToolbar();
|
|
177
173
|
}
|
|
178
174
|
|
|
179
175
|
function moveFormContainer(oSimpleForm, mMovedElement, mPropertyBag) {
|
|
@@ -469,7 +465,7 @@ sap.ui.define([
|
|
|
469
465
|
var oTargetParentContainer;
|
|
470
466
|
var oMovedElement = oChange.getContent().movedElements[0];
|
|
471
467
|
var oGroupSelector = oMovedElement.source.groupSelector;
|
|
472
|
-
var oAffectedControlSelector = JsControlTreeModifier.bySelector(oMovedElement.elementSelector, oAppComponent).
|
|
468
|
+
var oAffectedControlSelector = JsControlTreeModifier.bySelector(oMovedElement.elementSelector, oAppComponent).getId();
|
|
473
469
|
if (oChange.getChangeType() === MoveSimpleForm.CHANGE_TYPE_MOVE_FIELD) {
|
|
474
470
|
var oSourceParentTitleElement = JsControlTreeModifier.bySelector(oMovedElement.source.groupSelector, oAppComponent);
|
|
475
471
|
var oTargetParentTitleElement = JsControlTreeModifier.bySelector(oMovedElement.target.groupSelector, oAppComponent);
|
|
@@ -486,6 +482,7 @@ sap.ui.define([
|
|
|
486
482
|
? oGroupSelector
|
|
487
483
|
: oChange.getContent().targetSelector
|
|
488
484
|
],
|
|
485
|
+
hasParentWithUnstableId: true,
|
|
489
486
|
payload: {
|
|
490
487
|
sourceParentContainer: oSourceParentContainer,
|
|
491
488
|
targetParentContainer: oTargetParentContainer
|
|
@@ -14,7 +14,7 @@ sap.ui.define([
|
|
|
14
14
|
*
|
|
15
15
|
* @alias sap.ui.layout.changeHandler.RenameFormContainer
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.
|
|
17
|
+
* @version 1.106.0
|
|
18
18
|
* @since 1.48
|
|
19
19
|
* @private
|
|
20
20
|
* @experimental Since 1.48. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.ui.layout.changeHandler.RenameForm
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.106.0
|
|
22
22
|
* @since 1.40
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental Since 1.40. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
97
97
|
*
|
|
98
98
|
* @author SAP SE
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.106.0
|
|
100
100
|
*
|
|
101
101
|
* @extends sap.ui.core.Control
|
|
102
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.106.0
|
|
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.106.0
|
|
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.106.0
|
|
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.106.0
|
|
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.106.0
|
|
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.106.0",
|
|
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://openui5.
|
|
53
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
text: "API Reference: SimpleForm",
|
|
57
|
-
href: "https://openui5.
|
|
57
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
text: "API Reference: ResponsiveGridLayout",
|
|
61
|
-
href: "https://openui5.
|
|
61
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
text: "API Reference: ColumnLayout",
|
|
65
|
-
href: "https://openui5.
|
|
65
|
+
href: "https://sdk.openui5.org/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://openui5.
|
|
125
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
text: "API Reference: SimpleForm",
|
|
129
|
-
href:"https://openui5.
|
|
129
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
text: "API Reference: FormContainer",
|
|
133
|
-
href:"https://openui5.
|
|
133
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
170
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
text: "API Reference: SimpleForm",
|
|
174
|
-
href:"https://openui5.
|
|
174
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
text: "API Reference: FormContainer",
|
|
178
|
-
href:"https://openui5.
|
|
178
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
243
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
text: "API Reference: SimpleForm",
|
|
247
|
-
href:"https://openui5.
|
|
247
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
text: "API Reference: FormElement",
|
|
251
|
-
href:"https://openui5.
|
|
251
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.FormElement"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
text: "API Reference: IFormContent",
|
|
255
|
-
href:"https://openui5.
|
|
255
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
363
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
text: "API Reference: SimpleForm",
|
|
367
|
-
href:"https://openui5.
|
|
367
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
text: "API Reference: FormContainer",
|
|
371
|
-
href:"https://openui5.
|
|
371
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
411
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
480
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
text: "API Reference: SimpleForm",
|
|
484
|
-
href:"https://openui5.
|
|
484
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
text: "API Reference: FormElement",
|
|
488
|
-
href:"https://openui5.
|
|
488
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
682
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
685
|
text: "API Reference: ResponsiveLayout",
|
|
686
|
-
href:"https://openui5.
|
|
686
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
743
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
746
|
text: "API Reference: SimpleForm",
|
|
747
|
-
href:"https://openui5.
|
|
747
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
text: "API Reference: FormElement",
|
|
751
|
-
href:"https://openui5.
|
|
751
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
819
|
+
href:"https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
820
820
|
},
|
|
821
821
|
{
|
|
822
822
|
text: "API Reference: FormElement",
|
|
823
|
-
href:"https://openui5.
|
|
823
|
+
href:"https://sdk.openui5.org/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://openui5.
|
|
881
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.Form"
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
text: "API Reference: SimpleForm",
|
|
885
|
-
href: "https://openui5.
|
|
885
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.SimpleForm"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
text: "API Reference: ResponsiveGridLayout",
|
|
889
|
-
href: "https://openui5.
|
|
889
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.ResponsiveGridLayout"
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
text: "API Reference: ColumnLayout",
|
|
893
|
-
href: "https://openui5.
|
|
893
|
+
href: "https://sdk.openui5.org/api/sap.ui.layout.form.ColumnLayout"
|
|
894
894
|
}],
|
|
895
895
|
check: function (oIssueManager, oCoreFacade, oScope) {
|
|
896
896
|
oScope.getElementsByClassName("sap.ui.layout.form.Form")
|