@openui5/sap.uxap 1.105.1 → 1.107.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 +5 -5
- package/src/sap/uxap/.library +1 -1
- package/src/sap/uxap/AnchorBar.js +17 -11
- package/src/sap/uxap/BlockBase.js +0 -1
- package/src/sap/uxap/BlockBaseMetadata.js +1 -1
- package/src/sap/uxap/BreadCrumbs.js +3 -2
- package/src/sap/uxap/HierarchicalSelect.js +3 -2
- package/src/sap/uxap/ModelMapping.js +0 -1
- package/src/sap/uxap/ObjectPageAccessibleLandmarkInfo.js +1 -2
- package/src/sap/uxap/ObjectPageDynamicHeaderContent.js +9 -6
- package/src/sap/uxap/ObjectPageDynamicHeaderTitle.js +9 -6
- package/src/sap/uxap/ObjectPageHeader.js +3 -2
- package/src/sap/uxap/ObjectPageHeaderActionButton.js +3 -2
- package/src/sap/uxap/ObjectPageHeaderContent.js +3 -2
- package/src/sap/uxap/ObjectPageHeaderLayoutData.js +0 -1
- package/src/sap/uxap/ObjectPageLayout.js +96 -21
- package/src/sap/uxap/ObjectPageLazyLoader.js +1 -2
- package/src/sap/uxap/ObjectPageSection.js +70 -4
- package/src/sap/uxap/ObjectPageSectionBase.js +242 -13
- package/src/sap/uxap/ObjectPageSectionRenderer.js +18 -4
- package/src/sap/uxap/ObjectPageSubSection.js +112 -136
- package/src/sap/uxap/ObjectPageSubSectionRenderer.js +2 -2
- package/src/sap/uxap/changeHandler/AddIFrameObjectPageLayout.js +17 -4
- package/src/sap/uxap/changeHandler/MoveObjectPageSection.js +1 -1
- package/src/sap/uxap/changeHandler/RenameObjectPageSection.js +12 -20
- package/src/sap/uxap/designtime/ObjectPageLayout.designtime.js +3 -1
- package/src/sap/uxap/library.js +2 -12
- package/src/sap/uxap/themes/base/ObjectPageSection.less +36 -0
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.uxap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.107.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.uxap",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.ui.core": "1.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.
|
|
17
|
+
"@openui5/sap.f": "1.107.0",
|
|
18
|
+
"@openui5/sap.m": "1.107.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.107.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.107.0"
|
|
21
21
|
}
|
|
22
22
|
}
|
package/src/sap/uxap/.library
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.uxap</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.
|
|
6
|
+
<version>1.107.0</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -23,9 +23,10 @@ sap.ui.define([
|
|
|
23
23
|
"./library",
|
|
24
24
|
"sap/uxap/AnchorBarRenderer",
|
|
25
25
|
"sap/base/Log",
|
|
26
|
+
"sap/ui/core/Configuration",
|
|
26
27
|
"sap/ui/dom/jquery/scrollLeftRTL"
|
|
27
|
-
], function (jQuery, Button, MenuButton, mobileLibrary, Toolbar, IconPool, Item, ResizeHandler,
|
|
28
|
-
HorizontalLayout, Device, CustomData, Control, HierarchicalSelect, library, AnchorBarRenderer, Log) {
|
|
28
|
+
], function (jQuery, Button, MenuButton, mobileLibrary, Toolbar, IconPool, Item, ResizeHandler, ScrollEnablement,
|
|
29
|
+
HorizontalLayout, Device, CustomData, Control, HierarchicalSelect, library, AnchorBarRenderer, Log, Configuration) {
|
|
29
30
|
"use strict";
|
|
30
31
|
|
|
31
32
|
// shortcut for sap.m.SelectType
|
|
@@ -56,7 +57,6 @@ sap.ui.define([
|
|
|
56
57
|
* @since 1.26
|
|
57
58
|
* @see {@link topic:370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
58
59
|
* @alias sap.uxap.AnchorBar
|
|
59
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
60
60
|
*/
|
|
61
61
|
var AnchorBar = Toolbar.extend("sap.uxap.AnchorBar", /** @lends sap.uxap.AnchorBar.prototype */ {
|
|
62
62
|
metadata: {
|
|
@@ -97,7 +97,9 @@ sap.ui.define([
|
|
|
97
97
|
_scrollArrowLeft: {type: "sap.ui.core.Control", multiple: false, visibility: "hidden"},
|
|
98
98
|
_scrollArrowRight: {type: "sap.ui.core.Control", multiple: false, visibility: "hidden"}
|
|
99
99
|
}
|
|
100
|
-
}
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
renderer: AnchorBarRenderer
|
|
101
103
|
});
|
|
102
104
|
|
|
103
105
|
AnchorBar.ButtonDelegate = {
|
|
@@ -134,7 +136,7 @@ sap.ui.define([
|
|
|
134
136
|
this._oSectionInfo = {}; //keep scrolling info on sections
|
|
135
137
|
this._oScroller = null;
|
|
136
138
|
this._sSelectedKey = null; // keep track of sap.uxap.HierarchicalSelect selected key
|
|
137
|
-
this._bRtl =
|
|
139
|
+
this._bRtl = Configuration.getRTL();
|
|
138
140
|
|
|
139
141
|
//there are 2 different uses cases:
|
|
140
142
|
//case 1: on a real phone we don't need the scrolling anchorBar, just the hierarchicalSelect
|
|
@@ -347,7 +349,9 @@ sap.ui.define([
|
|
|
347
349
|
* @private
|
|
348
350
|
*/
|
|
349
351
|
AnchorBar.prototype._onSelectChange = function (oEvent) {
|
|
350
|
-
var oSelectedItem = oEvent.getParameter("selectedItem"),
|
|
352
|
+
var oSelectedItem = oEvent.getParameter("selectedItem"),
|
|
353
|
+
oSelectedSection,
|
|
354
|
+
oSelectedSectionDomRef;
|
|
351
355
|
|
|
352
356
|
if (!oSelectedItem) {
|
|
353
357
|
Log.warning("AnchorBar :: no selected hierarchicalSelect item");
|
|
@@ -357,8 +361,12 @@ sap.ui.define([
|
|
|
357
361
|
oSelectedSection = sap.ui.getCore().byId(oSelectedItem.getKey());
|
|
358
362
|
|
|
359
363
|
if (oSelectedSection) {
|
|
360
|
-
|
|
361
364
|
this.fireEvent("_anchorPress", { sectionBaseId: oSelectedSection.getId() });
|
|
365
|
+
oSelectedSectionDomRef = oSelectedSection.getDomRef();
|
|
366
|
+
|
|
367
|
+
if (oSelectedSectionDomRef) {
|
|
368
|
+
oSelectedSectionDomRef.focus();
|
|
369
|
+
}
|
|
362
370
|
} else {
|
|
363
371
|
Log.error("AnchorBar :: cannot find corresponding section", oSelectedItem.getKey());
|
|
364
372
|
}
|
|
@@ -424,12 +432,12 @@ sap.ui.define([
|
|
|
424
432
|
|
|
425
433
|
oScrollButton.addEventDelegate({
|
|
426
434
|
onAfterRendering: function () {
|
|
427
|
-
if (
|
|
435
|
+
if (Configuration.getTheme() != "sap_hcb") {
|
|
428
436
|
this.$().attr("tabindex", -1);
|
|
429
437
|
}
|
|
430
438
|
},
|
|
431
439
|
onThemeChanged: function () {
|
|
432
|
-
if (
|
|
440
|
+
if (Configuration.getTheme() == "sap_hcb") {
|
|
433
441
|
this.$().removeAttr("tabindex");
|
|
434
442
|
} else {
|
|
435
443
|
this.$().attr("tabindex", -1);
|
|
@@ -590,7 +598,6 @@ sap.ui.define([
|
|
|
590
598
|
* @param {string} sId The Section ID to scroll to
|
|
591
599
|
* @param {int} [iDuration=0] Scroll duration (in ms)
|
|
592
600
|
* @public
|
|
593
|
-
* @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
|
|
594
601
|
*/
|
|
595
602
|
AnchorBar.prototype.scrollToSection = function (sId, iDuration) {
|
|
596
603
|
|
|
@@ -659,7 +666,6 @@ sap.ui.define([
|
|
|
659
666
|
*
|
|
660
667
|
* @type object
|
|
661
668
|
* @public
|
|
662
|
-
* @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
|
|
663
669
|
* @returns {sap.ui.core.delegate.ScrollEnablement} The <code>sap.ui.core.delegate.ScrollEnablement</code> instance
|
|
664
670
|
*/
|
|
665
671
|
AnchorBar.prototype.getScrollDelegate = function () {
|
|
@@ -76,7 +76,6 @@ sap.ui.define([
|
|
|
76
76
|
* @see {@link topic:4527729576cb4a4888275b6935aad03a Block Base}
|
|
77
77
|
* @see {@link topic:2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
78
78
|
* @alias sap.uxap.BlockBase
|
|
79
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
80
79
|
*/
|
|
81
80
|
|
|
82
81
|
var BlockBase = Control.extend("sap.uxap.BlockBase", {
|
|
@@ -64,7 +64,6 @@ sap.ui.define([
|
|
|
64
64
|
* @public
|
|
65
65
|
* @since 1.30
|
|
66
66
|
* @alias sap.uxap.BreadCrumbs
|
|
67
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
68
67
|
*/
|
|
69
68
|
var BreadCrumbs = Control.extend("sap.uxap.BreadCrumbs", /** @lends sap.uxap.BreadCrumbs.prototype */ {
|
|
70
69
|
metadata: {
|
|
@@ -102,7 +101,9 @@ sap.ui.define([
|
|
|
102
101
|
*/
|
|
103
102
|
_overflowSelect: {type: "sap.m.Select", multiple: false, visibility: "hidden"}
|
|
104
103
|
}
|
|
105
|
-
}
|
|
104
|
+
},
|
|
105
|
+
|
|
106
|
+
renderer: BreadCrumbsRenderer
|
|
106
107
|
});
|
|
107
108
|
|
|
108
109
|
BreadCrumbs.PAGEUP_AND_PAGEDOWN_JUMP_SIZE = 5;
|
|
@@ -34,7 +34,6 @@ sap.ui.define([
|
|
|
34
34
|
* @public
|
|
35
35
|
* @since 1.26
|
|
36
36
|
* @alias sap.uxap.HierarchicalSelect
|
|
37
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
38
37
|
*/
|
|
39
38
|
var HierarchicalSelect = Select.extend("sap.uxap.HierarchicalSelect", /** @lends sap.uxap.HierarchicalSelect.prototype */ {
|
|
40
39
|
metadata: {
|
|
@@ -47,7 +46,9 @@ sap.ui.define([
|
|
|
47
46
|
*/
|
|
48
47
|
upperCase: {type: "boolean", group: "Appearance", defaultValue: false}
|
|
49
48
|
}
|
|
50
|
-
}
|
|
49
|
+
},
|
|
50
|
+
|
|
51
|
+
renderer: HierarchicalSelectRenderer
|
|
51
52
|
});
|
|
52
53
|
|
|
53
54
|
HierarchicalSelect.POPOVER_MIN_WIDTH_REM = 11;
|
|
@@ -26,7 +26,6 @@ sap.ui.define(["sap/ui/core/Element", "./library"],
|
|
|
26
26
|
* @public
|
|
27
27
|
* @alias sap.uxap.ModelMapping
|
|
28
28
|
* @since 1.26
|
|
29
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
30
29
|
*/
|
|
31
30
|
var ModelMapping = Element.extend("sap.uxap.ModelMapping", /** @lends sap.uxap.ModelMapping.prototype */ {
|
|
32
31
|
metadata: {
|
|
@@ -22,13 +22,12 @@ sap.ui.define(['sap/ui/core/Element', './library'],
|
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.107.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
29
29
|
* @alias sap.uxap.ObjectPageAccessibleLandmarkInfo
|
|
30
30
|
* @since 1.61
|
|
31
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
32
31
|
*/
|
|
33
32
|
var ObjectPageAccessibleLandmarkInfo = Element.extend("sap.uxap.ObjectPageAccessibleLandmarkInfo", /** @lends sap.uxap.ObjectPageAccessibleLandmarkInfo.prototype */ { metadata : {
|
|
34
33
|
|
|
@@ -40,19 +40,22 @@ sap.ui.define([
|
|
|
40
40
|
* @implements sap.uxap.IHeaderContent
|
|
41
41
|
*
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.107.0
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @public
|
|
47
47
|
* @alias sap.uxap.ObjectPageDynamicHeaderContent
|
|
48
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
49
48
|
* @since 1.52
|
|
50
49
|
*/
|
|
51
|
-
var ObjectPageDynamicHeaderContent = DynamicPageHeader.extend("sap.uxap.ObjectPageDynamicHeaderContent", /** @lends sap.uxap.ObjectPageDynamicHeaderContent.prototype */ {
|
|
50
|
+
var ObjectPageDynamicHeaderContent = DynamicPageHeader.extend("sap.uxap.ObjectPageDynamicHeaderContent", /** @lends sap.uxap.ObjectPageDynamicHeaderContent.prototype */ {
|
|
51
|
+
metadata : {
|
|
52
52
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
interfaces : ["sap.uxap.IHeaderContent"],
|
|
54
|
+
library : "sap.uxap"
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
renderer: ObjectPageDynamicHeaderContentRenderer
|
|
58
|
+
});
|
|
56
59
|
|
|
57
60
|
/**
|
|
58
61
|
* Required by the {@link sap.uxap.IHeaderContent} interface.
|
|
@@ -42,22 +42,25 @@ sap.ui.define([
|
|
|
42
42
|
* @implements sap.uxap.IHeaderTitle
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.107.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @public
|
|
49
49
|
* @alias sap.uxap.ObjectPageDynamicHeaderTitle
|
|
50
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
51
50
|
* @since 1.52
|
|
52
51
|
* @see {@link topic:6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
53
52
|
* @see {@link topic:d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
54
53
|
* @see {@link topic:9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
55
54
|
*/
|
|
56
|
-
var ObjectPageDynamicHeaderTitle = DynamicPageTitle.extend("sap.uxap.ObjectPageDynamicHeaderTitle", /** @lends sap.uxap.ObjectPageDynamicHeaderTitle.prototype */ {
|
|
55
|
+
var ObjectPageDynamicHeaderTitle = DynamicPageTitle.extend("sap.uxap.ObjectPageDynamicHeaderTitle", /** @lends sap.uxap.ObjectPageDynamicHeaderTitle.prototype */ {
|
|
56
|
+
metadata : {
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
interfaces : ["sap.uxap.IHeaderTitle"],
|
|
59
|
+
library : "sap.uxap"
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
renderer: ObjectPageDynamicHeaderTitleRenderer
|
|
63
|
+
});
|
|
61
64
|
|
|
62
65
|
/**
|
|
63
66
|
* Required by the {@link sap.uxap.IHeaderTitle} interface.
|
|
@@ -94,7 +94,6 @@ sap.ui.define([
|
|
|
94
94
|
* @public
|
|
95
95
|
* @alias sap.uxap.ObjectPageHeader
|
|
96
96
|
* @since 1.26
|
|
97
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
98
97
|
*/
|
|
99
98
|
var ObjectPageHeader = Control.extend("sap.uxap.ObjectPageHeader", /** @lends sap.uxap.ObjectPageHeader.prototype */ {
|
|
100
99
|
metadata: {
|
|
@@ -350,7 +349,9 @@ sap.ui.define([
|
|
|
350
349
|
}
|
|
351
350
|
},
|
|
352
351
|
designtime: "sap/uxap/designtime/ObjectPageHeader.designtime"
|
|
353
|
-
}
|
|
352
|
+
},
|
|
353
|
+
|
|
354
|
+
renderer: ObjectPageHeaderRenderer
|
|
354
355
|
});
|
|
355
356
|
|
|
356
357
|
ObjectPageHeader.prototype._iAvailablePercentageForActions = 0.3;
|
|
@@ -27,7 +27,6 @@ sap.ui.define(["sap/m/Button", "./library", "./ObjectPageHeaderActionButtonRende
|
|
|
27
27
|
* @public
|
|
28
28
|
* @since 1.26
|
|
29
29
|
* @alias sap.uxap.ObjectPageHeaderActionButton
|
|
30
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
31
30
|
*/
|
|
32
31
|
var ObjectPageHeaderActionButton = Button.extend("sap.uxap.ObjectPageHeaderActionButton", /** @lends sap.uxap.ObjectPageHeaderActionButton.prototype */ {
|
|
33
32
|
metadata: {
|
|
@@ -62,7 +61,9 @@ sap.ui.define(["sap/m/Button", "./library", "./ObjectPageHeaderActionButtonRende
|
|
|
62
61
|
|
|
63
62
|
},
|
|
64
63
|
designtime: "sap/uxap/designtime/ObjectPageHeaderActionButton.designtime"
|
|
65
|
-
}
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
renderer: ObjectPageHeaderActionButtonRenderer
|
|
66
67
|
});
|
|
67
68
|
|
|
68
69
|
ObjectPageHeaderActionButton.prototype.init = function () {
|
|
@@ -58,7 +58,6 @@ sap.ui.define([
|
|
|
58
58
|
* @public
|
|
59
59
|
* @since 1.30
|
|
60
60
|
* @alias sap.uxap.ObjectPageHeaderContent
|
|
61
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
62
61
|
*/
|
|
63
62
|
var ObjectPageHeaderContent = Control.extend("sap.uxap.ObjectPageHeaderContent", /** @lends sap.uxap.ObjectPageHeaderContent.prototype */ {
|
|
64
63
|
metadata: {
|
|
@@ -97,7 +96,9 @@ sap.ui.define([
|
|
|
97
96
|
|
|
98
97
|
_placeholder: {type: "sap.m.Avatar", multiple: false, visibility: "hidden"}
|
|
99
98
|
}
|
|
100
|
-
}
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
renderer: ObjectPageHeaderContentRenderer
|
|
101
102
|
});
|
|
102
103
|
|
|
103
104
|
|
|
@@ -28,7 +28,6 @@ sap.ui.define(["sap/ui/core/LayoutData", "./library"], function (LayoutData, lib
|
|
|
28
28
|
* @public
|
|
29
29
|
* @since 1.26
|
|
30
30
|
* @alias sap.uxap.ObjectPageHeaderLayoutData
|
|
31
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
32
31
|
*/
|
|
33
32
|
var ObjectPageHeaderLayoutData = LayoutData.extend("sap.uxap.ObjectPageHeaderLayoutData", /** @lends sap.uxap.ObjectPageHeaderLayoutData.prototype */ {
|
|
34
33
|
metadata: {
|