@openui5/sap.ui.ux3 1.96.5 → 1.99.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.
Files changed (37) hide show
  1. package/.reuse/dep5 +26 -31
  2. package/THIRDPARTY.txt +15 -21
  3. package/package.json +4 -4
  4. package/src/sap/ui/ux3/.library +1 -1
  5. package/src/sap/ui/ux3/ActionBar.js +1 -1
  6. package/src/sap/ui/ux3/Collection.js +1 -1
  7. package/src/sap/ui/ux3/CollectionInspector.js +1 -1
  8. package/src/sap/ui/ux3/DataSet.js +1 -1
  9. package/src/sap/ui/ux3/DataSetItem.js +1 -1
  10. package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
  11. package/src/sap/ui/ux3/Exact.js +1 -1
  12. package/src/sap/ui/ux3/ExactArea.js +1 -1
  13. package/src/sap/ui/ux3/ExactAttribute.js +1 -1
  14. package/src/sap/ui/ux3/ExactBrowser.js +1 -1
  15. package/src/sap/ui/ux3/ExactList.js +1 -1
  16. package/src/sap/ui/ux3/FacetFilter.js +1 -1
  17. package/src/sap/ui/ux3/FacetFilterList.js +1 -1
  18. package/src/sap/ui/ux3/Feed.js +1 -1
  19. package/src/sap/ui/ux3/FeedChunk.js +1 -1
  20. package/src/sap/ui/ux3/Feeder.js +1 -1
  21. package/src/sap/ui/ux3/NavigationBar.js +1 -1
  22. package/src/sap/ui/ux3/NavigationItem.js +1 -1
  23. package/src/sap/ui/ux3/NotificationBar.js +1 -1
  24. package/src/sap/ui/ux3/Notifier.js +1 -1
  25. package/src/sap/ui/ux3/Overlay.js +1 -1
  26. package/src/sap/ui/ux3/OverlayContainer.js +1 -1
  27. package/src/sap/ui/ux3/OverlayDialog.js +1 -1
  28. package/src/sap/ui/ux3/QuickView.js +1 -1
  29. package/src/sap/ui/ux3/Shell.js +16 -5
  30. package/src/sap/ui/ux3/ShellPersonalization.js +32 -9
  31. package/src/sap/ui/ux3/ThingAction.js +1 -1
  32. package/src/sap/ui/ux3/ThingGroup.js +1 -1
  33. package/src/sap/ui/ux3/ThingInspector.js +1 -1
  34. package/src/sap/ui/ux3/ThingViewer.js +1 -1
  35. package/src/sap/ui/ux3/ToolPopup.js +1 -1
  36. package/src/sap/ui/ux3/library.js +2 -2
  37. package/src/sap/ui/ux3/messagebundle_de.properties +2 -2
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
60
60
 
61
61
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
62
62
  Copyright:
63
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
63
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
64
64
  Spencer Tipping
65
65
  License: Apache-2.0 and MIT
66
66
  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
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
75
75
 
76
76
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
77
77
  Copyright:
78
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
78
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
79
79
  OpenJS Foundation and other contributors
80
80
  License: Apache-2.0 and MIT
81
81
  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
82
82
 
83
83
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
84
84
  Copyright:
85
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
85
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
86
  OpenJS Foundation and other contributors
87
87
  License: Apache-2.0 and MIT
88
88
  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
89
89
 
90
90
  Files: src/sap.ui.core/src/jquery.sap.script.js
91
91
  Copyright:
92
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
92
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
93
  OpenJS Foundation and other contributors
94
94
  License: Apache-2.0 and MIT
95
95
  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
96
96
 
97
97
  Files: src/sap.ui.core/src/sap/ui/Device.js
98
98
  Copyright:
99
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
99
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
100
  2011, John Resig
101
101
  License: Apache-2.0 and MIT
102
102
  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)
103
103
 
104
104
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
105
105
  Copyright:
106
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
106
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
107
  2014 jQuery Foundation and other contributors
108
108
  License: Apache-2.0 and MIT
109
109
  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)
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
115
115
 
116
116
  Files: src/sap.ui.core/src/jquery.sap.dom.js
117
117
  Copyright:
118
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
118
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
119
119
  2014 jQuery Foundation and other contributors
120
120
  License: Apache-2.0 and MIT
121
121
  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)
122
122
 
123
123
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
124
124
  Copyright:
125
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
125
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
126
  2014 jQuery Foundation and other contributors
127
127
  License: Apache-2.0 and MIT
128
128
  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
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
149
149
 
150
150
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
151
151
  Copyright:
152
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
152
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
153
153
  2012 Wei-Ko Kao
154
154
  License: Apache-2.0 and MIT
155
155
  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
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
281
281
 
282
282
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
283
283
  Copyright:
284
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
284
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
285
285
  Douglas Crockford
286
286
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
287
287
  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
288
288
 
289
289
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
290
290
  Copyright:
291
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
291
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
292
292
  2010 Douglas Crockford
293
293
  License: Apache-2.0
294
294
  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)
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
322
322
 
323
323
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
324
324
  Copyright:
325
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
325
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
326
326
  Behrang Norouzinia
327
327
  License: Apache-2.0 and MIT
328
328
  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
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
334
334
 
335
335
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
336
336
  Copyright:
337
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
337
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
338
338
  Isaac Z. Schlueter and Contributors
339
339
  License: Apache-2.0 and ISC
340
340
  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.
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
370
370
 
371
371
  # Library: sap.ui.integration:
372
372
 
373
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*.*.json src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
373
+ Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
374
374
  Copyright: SAP
375
375
  License: Apache-2.0
376
376
  Comment: these files belong to: UI5 Web Components
377
377
 
378
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
379
- Copyright: 2015 The Polymer Authors
380
- License: BSD-3-Clause
381
- Comment: these files belong to: Webcomponentsjs
382
-
383
- Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
384
- Copyright: 1991-2014 Unicode, Inc.
385
- License: Unicode-DFS-2015
386
- Comment: these files belong to: Unicode Common Locale Data Repository
387
-
388
378
  Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
389
379
  Copyright: 2017 Microsoft
390
380
  License: MIT
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
395
385
  License: MIT
396
386
  Comment: these files belong to: Adaptive Cards Templating
397
387
 
388
+ Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
389
+ Copyright: Microsoft
390
+ License: MIT
391
+ Comment: these files belong to: Adaptive Expressions
392
+
398
393
  Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
399
394
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
400
395
  License: MIT
401
396
  Comment: these files belong to: Markdown-it
402
397
 
403
- Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
404
- Copyright: 2015-2017 Evgeny Poberezkin
398
+ Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
399
+ Copyright: 2020 Jeremy Danyow
405
400
  License: MIT
406
- Comment: these files belong to: ajv
401
+ Comment: these files belong to: @cfworker/json-schema
407
402
 
408
403
 
409
404
  # Library: sap.ui.mdc:
410
405
 
411
406
  Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
412
407
  Copyright:
413
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
408
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
414
409
  2015 unnikked
415
410
  License: Apache-2.0 and MIT
416
411
  Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
@@ -418,7 +413,7 @@ Comment: these files contain content from SAP and BooleanExpressionEvaluator: Bo
418
413
 
419
414
  # Library: sap.ui.webc.common:
420
415
 
421
- Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.* 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/*.*
416
+ 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/*.*
422
417
  Copyright: SAP
423
418
  License: Apache-2.0
424
419
  Comment: these files belong to: UI5 Web Components
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
454
449
 
455
450
  Files: lib/jsdoc/ui5/plugin.js
456
451
  Copyright:
457
- 2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
452
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
458
453
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
459
454
  License: Apache-2.0
460
455
  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
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
351
351
 
352
352
  Library: sap.ui.integration:
353
353
 
354
- Component: UI5 Web Components, version: 1.0.0-rc.8
354
+ Component: UI5 Web Components, version: 1.0.1
355
355
  Copyright: SAP
356
356
  License: Apache-2.0
357
357
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
358
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*.*.json
359
- src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
360
-
361
- Component: Webcomponentsjs, version: 1.0.2
362
- Copyright: 2015 The Polymer Authors
363
- License: BSD-3-Clause
364
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
365
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
366
-
367
- Component: Unicode Common Locale Data Repository
368
- Copyright: 1991-2014 Unicode, Inc.
369
- License: Unicode-DFS-2015
370
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
371
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
358
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
372
359
 
373
360
  Component: Adaptive Cards, version: 2.9.0
374
361
  Copyright: 2017 Microsoft
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
377
364
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
378
365
  src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
379
366
 
380
- Component: Adaptive Cards Templating, version: 0.1.1-alpha.0
367
+ Component: Adaptive Cards Templating, version: 2.2.0
381
368
  Copyright: 2017 Microsoft
382
369
  License: MIT
383
370
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
384
371
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
385
372
 
386
- Component: Markdown-it, version: 10.0.0
373
+ Component: Adaptive Expressions, version: 4.15.0
374
+ Copyright: Microsoft
375
+ License: MIT
376
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
377
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
378
+
379
+ Component: Markdown-it, version: 12.2.0
387
380
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
388
381
  License: MIT
389
382
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
390
383
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
391
384
 
392
- Component: ajv, version: 6.12.3
393
- Copyright: 2015-2017 Evgeny Poberezkin
385
+ Component: @cfworker/json-schema, version: 1.6.8
386
+ Copyright: 2020 Jeremy Danyow
394
387
  License: MIT
395
388
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
396
- Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
389
+ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
397
390
 
398
391
 
399
392
  Library: sap.ui.mdc:
@@ -412,10 +405,11 @@ Copyright: SAP
412
405
  License: Apache-2.0
413
406
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
414
407
  Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
415
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theme-base/*.*
408
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
416
409
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
417
410
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
418
411
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
419
413
 
420
414
  Component: lit-html, version: 1.4.1
421
415
  Copyright: Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.ux3",
3
- "version": "1.96.5",
3
+ "version": "1.99.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.ux3",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.commons": "1.96.5",
18
- "@openui5/sap.ui.core": "1.96.5",
19
- "@openui5/sap.ui.unified": "1.96.5"
17
+ "@openui5/sap.ui.commons": "1.99.0",
18
+ "@openui5/sap.ui.core": "1.99.0",
19
+ "@openui5/sap.ui.unified": "1.99.0"
20
20
  }
21
21
  }
@@ -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.96.5</version>
9
+ <version>1.99.0</version>
10
10
 
11
11
  <documentation>Controls that implement the SAP User Experience (UX) Guidelines 3.0</documentation>
12
12
 
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  *
73
73
  * When using this control, please be aware that it fulfills rather specific requirements: it has been designed for and is used within composite controls QuickView and ThingInspector.
74
74
  * @extends sap.ui.core.Control
75
- * @version 1.96.5
75
+ * @version 1.99.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/model/SelectionModel', './library'
20
20
  * @class
21
21
  * Collection
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.96.5
23
+ * @version 1.99.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * CollectionInspector
31
31
  * @extends sap.ui.core.Control
32
- * @version 1.96.5
32
+ * @version 1.99.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @class
45
45
  * DataSet
46
46
  * @extends sap.ui.core.Control
47
- * @version 1.96.5
47
+ * @version 1.99.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * DataSet Item
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.96.5
23
+ * @version 1.99.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * DataSetSimpleView provides a simple view example for DataSet usage.
38
38
  * @extends sap.ui.core.Control
39
39
  * @implements sap.ui.ux3.DataSetView
40
- * @version 1.96.5
40
+ * @version 1.99.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.core.Control
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.96.5
55
+ * @version 1.99.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.5
32
+ * @version 1.99.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.96.5
26
+ * @version 1.99.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.96.5
53
+ * @version 1.99.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.96.5
65
+ * @version 1.99.0
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.96.5
34
+ * @version 1.99.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.5
31
+ * @version 1.99.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.core.Control
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.96.5
54
+ * @version 1.99.0
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.96.5
52
+ * @version 1.99.0
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.96.5
52
+ * @version 1.99.0
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.96.5
65
+ * @version 1.99.0
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Item', './library'],
22
22
  * @extends sap.ui.core.Item
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.5
25
+ * @version 1.99.0
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.96.5
59
+ * @version 1.99.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Element
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.96.5
39
+ * @version 1.99.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @implements sap.ui.core.PopupInterface
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.5
38
+ * @version 1.99.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.ux3.Overlay
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.5
31
+ * @version 1.99.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and Header-Items accessible.
28
28
  * @extends sap.ui.ux3.Overlay
29
- * @version 1.96.5
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.commons.CalloutBase
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.96.5
39
+ * @version 1.99.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * The Ux3 GoldReflection Shell, which is an application frame with navigation capabilities.
89
89
  * It is supposed to be added to a direct child of the BODY tag of a page and there should be no other parts of the page consuming space outside the Shell.
90
90
  * @extends sap.ui.core.Control
91
- * @version 1.96.5
91
+ * @version 1.99.0
92
92
  *
93
93
  * @constructor
94
94
  * @public
@@ -490,11 +490,22 @@ sap.ui.define([
490
490
  * @private
491
491
  */
492
492
  Shell.prototype._updateThemeVariables = function() {
493
- Shell.SIDE_BAR_BASE_WIDTH = parseInt(
494
- Parameters.get("sapUiUx3ShellSideBarBaseWidth"));
493
+ var mParams = Object.assign({
494
+ // add base styles as default
495
+ "sapUiUx3ShellSideBarBaseWidth": "40px",
496
+ "sapUiUx3ShellPaneOverflowButtonHeight": "40px"
497
+ }, Parameters.get({
498
+ name: ["sapUiUx3ShellSideBarBaseWidth", "sapUiUx3ShellPaneOverflowButtonHeight"],
499
+ callback: function (_mParams) {
500
+ Shell.SIDE_BAR_BASE_WIDTH = parseInt(_mParams["sapUiUx3ShellSideBarBaseWidth"]);
501
+ Shell.PANE_OVERFLOW_BUTTON_HEIGHT = parseInt(_mParams["sapUiUx3ShellPaneOverflowButtonHeight"]);
502
+ }
503
+ }));
504
+
505
+ Shell.SIDE_BAR_BASE_WIDTH = parseInt(mParams["sapUiUx3ShellSideBarBaseWidth"]);
506
+
507
+ Shell.PANE_OVERFLOW_BUTTON_HEIGHT = parseInt(mParams["sapUiUx3ShellPaneOverflowButtonHeight"]);
495
508
 
496
- Shell.PANE_OVERFLOW_BUTTON_HEIGHT = parseInt(
497
- Parameters.get("sapUiUx3ShellPaneOverflowButtonHeight"));
498
509
  // Save the original button height to be referenced as maximum height
499
510
  Shell.PANE_OVERFLOW_BUTTON_MAX_HEIGHT = Shell.PANE_OVERFLOW_BUTTON_HEIGHT;
500
511
  };
@@ -134,20 +134,43 @@ sap.ui.define([
134
134
  if (!ShellPersonalization._bOriginalSettingsInitialized) {
135
135
  ShellPersonalization._bOriginalSettingsInitialized = true;
136
136
 
137
- var mAllParameters = Parameters.get();
138
- var gradientTop = mAllParameters["sap.ui.ux3.Shell:sapUiUx3ShellGradientTop"];
139
- var gradientBottom = mAllParameters["sap.ui.ux3.Shell:sapUiUx3ShellGradientBottom"];
140
-
141
- if (Device.browser.firefox) {
142
- ShellPersonalization.ORIGINAL_SETTINGS.sBgCssImg = "-moz-linear-gradient(top, " + gradientTop + " 0, " + gradientBottom + " 108px, " + gradientBottom + ")";
143
- } else if (Device.browser.webkit) {
144
- ShellPersonalization.ORIGINAL_SETTINGS.sBgCssImg = "-webkit-linear-gradient(top, " + gradientTop + " 0, " + gradientBottom + " 108px, " + gradientBottom + ")";
145
- }
137
+ var sGradientColorTop,
138
+ sGradientColorBottom,
139
+ mParams = Object.assign({
140
+ // add base styles as default
141
+ "sapUiUx3ShellGradientTop": "#000000",
142
+ "sapUiUx3ShellGradientBottom": "#000000"
143
+ }, Parameters.get({
144
+ name: ["sapUiUx3ShellGradientTop", "sapUiUx3ShellGradientBottom"],
145
+ callback: function (_mParams) {
146
+ this._calcGradient(_mParams["sapUiUx3ShellGradientTop"], _mParams["sapUiUx3ShellGradientBottom"]);
147
+ this.invalidate();
148
+ }.bind(this)
149
+ }));
150
+
151
+ sGradientColorTop = mParams["sapUiUx3ShellGradientTop"];
152
+ sGradientColorBottom = mParams["sapUiUx3ShellGradientBottom"];
153
+
154
+ this._calcGradient(sGradientColorTop, sGradientColorBottom);
146
155
  }
147
156
 
148
157
  return ShellPersonalization.ORIGINAL_SETTINGS;
149
158
  };
150
159
 
160
+ /**
161
+ * Calculates the gradient style setting.
162
+ *
163
+ * @param {string} sGradientColorTop The top setting
164
+ * @param {string} sGradientColorBottom The bottom setting
165
+ * @private
166
+ */
167
+ ShellPersonalization.prototype._calcGradient = function(sGradientColorTop, sGradientColorBottom) {
168
+ if (Device.browser.firefox) {
169
+ ShellPersonalization.ORIGINAL_SETTINGS.sBgCssImg = "-moz-linear-gradient(top, " + sGradientColorTop + " 0, " + sGradientColorBottom + " 108px, " + sGradientColorBottom + ")";
170
+ } else if (Device.browser.webkit) {
171
+ ShellPersonalization.ORIGINAL_SETTINGS.sBgCssImg = "-webkit-linear-gradient(top, " + sGradientColorTop + " 0, " + sGradientColorBottom + " 108px, " + sGradientColorBottom + ")";
172
+ }
173
+ };
151
174
 
152
175
 
153
176
  /**
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Action for Swatch, QuickView, Thinginspector
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.96.5
23
+ * @version 1.99.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Group Area
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.96.5
23
+ * @version 1.99.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @class
43
43
  * Thing Inspector
44
44
  * @extends sap.ui.ux3.Overlay
45
- * @version 1.96.5
45
+ * @version 1.99.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar.
34
34
  * The control can be added to a Parent container that has a defined width. The ThingViewer fill the whole container. If the parent container has no width defined the control will not work properly.
35
35
  * @extends sap.ui.core.Control
36
- * @version 1.96.5
36
+ * @version 1.99.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  *
64
64
  * @namespace
65
65
  * @author SAP SE
66
- * @version 1.96.5
66
+ * @version 1.99.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @namespace
21
21
  * @name sap.ui.ux3
22
22
  * @author SAP SE
23
- * @version 1.96.5
23
+ * @version 1.99.0
24
24
  * @public
25
25
  * @since 0.13
26
26
  * @deprecated Since 1.38
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  // delegate further initialization of this library to the Core
30
30
  sap.ui.getCore().initLibrary({
31
31
  name : "sap.ui.ux3",
32
- version: "1.96.5",
32
+ version: "1.99.0",
33
33
  dependencies : ["sap.ui.core","sap.ui.commons"],
34
34
  types: [
35
35
  "sap.ui.ux3.ActionBarSocialActions",
@@ -26,12 +26,12 @@ FEED_TOOLS=Werkzeuge
26
26
  FEED_DELETE=L\u00F6schen
27
27
  FEED_FLAGGED=Markiert
28
28
  FEED_FAVORITE=Favorit
29
- FEED_SHARED=Freigegeben
29
+ FEED_SHARED=Geteilt
30
30
  FEED_ACT_COMMENT=Kommentar
31
31
  FEED_ACT_FLAG=Kennzeichen
32
32
  FEED_ACT_FAVORITE=Als Favoriten kennzeichnen
33
33
  FEED_ACT_INSPECT=Pr\u00FCfen
34
- FEED_ACT_SHARE=Freigeben
34
+ FEED_ACT_SHARE=Teilen
35
35
 
36
36
  SHELL_LOGOUT=Abmelden
37
37
  SHELL_LOGO=Logo