@openui5/themelib_sap_belize 1.108.2 → 1.110.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_belize/DynamicPage.less +7 -1
- package/src/sap/f/themes/sap_belize/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_hcb/DynamicPage.less +5 -1
- package/src/sap/f/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize/Carousel.less +3 -1
- package/src/sap/m/themes/sap_belize/GenericTile.less +9 -7
- package/src/sap/m/themes/sap_belize/IconTabBar.less +13 -0
- package/src/sap/m/themes/sap_belize/MenuListItem.less +23 -0
- package/src/sap/m/themes/sap_belize/ObjectStatus.less +9 -0
- package/src/sap/m/themes/sap_belize/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize/Slider.less +10 -0
- package/src/sap/m/themes/sap_belize/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
- package/src/sap/m/themes/sap_belize/library.source.less +3 -2
- package/src/sap/m/themes/sap_belize_hcb/MenuListItem.less +24 -0
- package/src/sap/m/themes/sap_belize_hcb/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcb/Slider.less +8 -4
- package/src/sap/m/themes/sap_belize_hcb/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/MenuListItem.less +23 -0
- package/src/sap/m/themes/sap_belize_hcw/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcw/Slider.less +8 -4
- package/src/sap/m/themes/sap_belize_hcw/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize/base.less +126 -20
- package/src/sap/ui/core/themes/sap_belize/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_hcb/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +119 -13
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_hcw/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +119 -13
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +21 -4
- package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_hcb/Toolbar.adaptation.less +5 -1
- package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_hcw/Toolbar.adaptation.less +5 -1
- package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize/Menu.less +4 -1
- package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_hcw/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize/LightBox.less +0 -6
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
|
|
|
68
68
|
|
|
69
69
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
70
70
|
Copyright:
|
|
71
|
-
2009-
|
|
71
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
72
72
|
Spencer Tipping
|
|
73
73
|
License: Apache-2.0 and MIT
|
|
74
74
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
|
|
|
83
83
|
|
|
84
84
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
85
85
|
Copyright:
|
|
86
|
-
2009-
|
|
86
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
87
87
|
OpenJS Foundation and other contributors
|
|
88
88
|
License: Apache-2.0 and MIT
|
|
89
89
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
90
90
|
|
|
91
91
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
92
92
|
Copyright:
|
|
93
|
-
2009-
|
|
93
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
94
94
|
OpenJS Foundation and other contributors
|
|
95
95
|
License: Apache-2.0 and MIT
|
|
96
96
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
97
97
|
|
|
98
98
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
99
99
|
Copyright:
|
|
100
|
-
2009-
|
|
100
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
101
101
|
OpenJS Foundation and other contributors
|
|
102
102
|
License: Apache-2.0 and MIT
|
|
103
103
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
104
104
|
|
|
105
105
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
106
106
|
Copyright:
|
|
107
|
-
2009-
|
|
107
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
108
108
|
2011, John Resig
|
|
109
109
|
License: Apache-2.0 and MIT
|
|
110
110
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
111
111
|
|
|
112
112
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
113
113
|
Copyright:
|
|
114
|
-
2009-
|
|
114
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
115
115
|
2014 jQuery Foundation and other contributors
|
|
116
116
|
License: Apache-2.0 and MIT
|
|
117
117
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
123
123
|
|
|
124
124
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
125
125
|
Copyright:
|
|
126
|
-
2009-
|
|
126
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
127
127
|
2014 jQuery Foundation and other contributors
|
|
128
128
|
License: Apache-2.0 and MIT
|
|
129
129
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
130
130
|
|
|
131
131
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
132
132
|
Copyright:
|
|
133
|
-
2009-
|
|
133
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
134
134
|
2014 jQuery Foundation and other contributors
|
|
135
135
|
License: Apache-2.0 and MIT
|
|
136
136
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
162
162
|
|
|
163
163
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
164
164
|
Copyright:
|
|
165
|
-
2009-
|
|
165
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
166
166
|
2012 Wei-Ko Kao
|
|
167
167
|
License: Apache-2.0 and MIT
|
|
168
168
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
|
|
|
299
299
|
|
|
300
300
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
301
301
|
Copyright:
|
|
302
|
-
2009-
|
|
302
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
303
303
|
Douglas Crockford
|
|
304
304
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
305
305
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
306
306
|
|
|
307
307
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
308
308
|
Copyright:
|
|
309
|
-
2009-
|
|
309
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
310
310
|
2010 Douglas Crockford
|
|
311
311
|
License: Apache-2.0
|
|
312
312
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
340
340
|
|
|
341
341
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
342
342
|
Copyright:
|
|
343
|
-
2009-
|
|
343
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
344
344
|
Behrang Norouzinia
|
|
345
345
|
License: Apache-2.0 and MIT
|
|
346
346
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
|
|
|
352
352
|
|
|
353
353
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
354
354
|
Copyright:
|
|
355
|
-
2009-
|
|
355
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
356
356
|
Isaac Z. Schlueter and Contributors
|
|
357
357
|
License: Apache-2.0 and ISC
|
|
358
358
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
359
359
|
|
|
360
360
|
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
361
361
|
Copyright:
|
|
362
|
-
2009-
|
|
362
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
363
363
|
Arthur David Olson, Paul Eggert and other contributors
|
|
364
364
|
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
365
365
|
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
|
|
|
469
469
|
|
|
470
470
|
Files: lib/jsdoc/ui5/plugin.js
|
|
471
471
|
Copyright:
|
|
472
|
-
2009-
|
|
472
|
+
2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
473
473
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
474
474
|
License: Apache-2.0
|
|
475
475
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -185,7 +185,7 @@ License: Apache-2.0
|
|
|
185
185
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
186
186
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
187
187
|
|
|
188
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
188
|
+
Component: Unicode Common Locale Data Repository, version: 41
|
|
189
189
|
Copyright: 1991-2014 Unicode, Inc.
|
|
190
190
|
License: Unicode-DFS-2015
|
|
191
191
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
@@ -478,7 +478,7 @@ License: Apache-2.0
|
|
|
478
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
479
479
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
480
480
|
|
|
481
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
481
|
+
Component: SAP Theming Base Content, version: 11.1.48
|
|
482
482
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
483
483
|
License: Apache-2.0
|
|
484
484
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.110.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.110.0",
|
|
18
|
+
"@openui5/sap.m": "1.110.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.110.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.110.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.110.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.110.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.110.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.110.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.110.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.110.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.110.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.110.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.110.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.110.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.110.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.110.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.110.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
height: 2.5rem;
|
|
11
11
|
font-size: 1.375rem;
|
|
12
12
|
|
|
13
|
+
// Reflection: styles overwritten
|
|
14
|
+
// The following styles were moved from the base theme
|
|
15
|
+
// to specific theme which is using them
|
|
13
16
|
.sapMBtnInner {
|
|
14
17
|
height: 2rem;
|
|
15
18
|
bottom: 0.5rem;
|
|
@@ -28,6 +31,9 @@
|
|
|
28
31
|
height: 2rem;
|
|
29
32
|
font-size: 1rem;
|
|
30
33
|
|
|
34
|
+
// Reflection: styles overwritten
|
|
35
|
+
// The following styles were moved from the base theme
|
|
36
|
+
// to specific theme which is using them
|
|
31
37
|
.sapMBtnInner {
|
|
32
38
|
height: 1.25rem;
|
|
33
39
|
bottom: 0.375rem;
|
|
@@ -129,4 +135,4 @@
|
|
|
129
135
|
|
|
130
136
|
.title-hover(@backgroundColor) {
|
|
131
137
|
background-color: darken(@backgroundColor, 3);
|
|
132
|
-
}
|
|
138
|
+
}
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
height: 2.5rem;
|
|
11
11
|
font-size: 1.375rem;
|
|
12
12
|
|
|
13
|
+
// Reflection: styles overwritten
|
|
14
|
+
// The following styles were moved from the base theme
|
|
15
|
+
// to specific theme which is using them
|
|
13
16
|
.sapMBtnInner {
|
|
14
17
|
height: 2rem;
|
|
15
18
|
bottom: 0.5rem;
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
height: 2rem;
|
|
29
32
|
font-size: 1rem;
|
|
30
33
|
|
|
34
|
+
// Reflection: styles overwritten
|
|
31
35
|
.sapMBtnInner {
|
|
32
36
|
height: 1.25rem;
|
|
33
37
|
bottom: 0.375rem;
|
|
@@ -90,4 +94,4 @@
|
|
|
90
94
|
border-bottom: 0 none;
|
|
91
95
|
}
|
|
92
96
|
}
|
|
93
|
-
}
|
|
97
|
+
}
|
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
height: auto;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
.sapMGT.sapMGTBackgroundImage.sapMGTStateFailed, .sapMGT.sapMGTBackgroundImage.sapMGTStateDisabled {
|
|
13
|
+
|
|
14
|
+
.sapMGTContent {
|
|
15
|
+
border-bottom-left-radius: inherit;
|
|
16
|
+
border-bottom-right-radius: inherit;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
12
20
|
.sapMGT.sapMGTScopeActions.sapMGTBackgroundImage .sapMGTMoreIcon {
|
|
13
21
|
color: @sapUiContentContrastTextColor;
|
|
14
22
|
}
|
|
@@ -23,13 +31,6 @@
|
|
|
23
31
|
}
|
|
24
32
|
}
|
|
25
33
|
|
|
26
|
-
html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
|
|
27
|
-
{
|
|
28
|
-
.sapMGTFocusDiv{
|
|
29
|
-
border: none;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
34
|
html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
|
|
34
35
|
{
|
|
35
36
|
.sapMGTFocusDiv{
|
|
@@ -215,6 +216,7 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
215
216
|
right: 0;
|
|
216
217
|
left: 0;
|
|
217
218
|
bottom: 0;
|
|
219
|
+
border-radius: inherit;
|
|
218
220
|
}
|
|
219
221
|
|
|
220
222
|
html.sap-desktop .sapMGTWithoutImageHoverOverlay.sapMGTPressActive,
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
/* Header Container */
|
|
15
15
|
|
|
16
|
+
.sapMITH {
|
|
17
|
+
z-index: 1;
|
|
18
|
+
}
|
|
19
|
+
|
|
16
20
|
.sapMITH:not(.sapMITBTextOnly) .sapMITBHead {
|
|
17
21
|
padding-top: 1rem;
|
|
18
22
|
}
|
|
@@ -208,6 +212,15 @@ html.sap-desktop {
|
|
|
208
212
|
}
|
|
209
213
|
}
|
|
210
214
|
|
|
215
|
+
.sapMITHStartOverflow,
|
|
216
|
+
.sapMITHEndOverflow {
|
|
217
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus:active {
|
|
218
|
+
&::after {
|
|
219
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentContrastFocusColor;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
211
224
|
.sapMITH.sapUiSizeCompact {
|
|
212
225
|
|
|
213
226
|
.sapMITBItem.sapMITBVertical:focus.sapMITBAll {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* =================================== */
|
|
2
|
+
/* CSS for control sap.m/MenuListItem */
|
|
3
|
+
/* Belize theme */
|
|
4
|
+
/* =================================== */
|
|
5
|
+
|
|
6
|
+
.sapMMenu .sapUiMnuLst .sapUiMnuItm {
|
|
7
|
+
.sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
8
|
+
margin-left: 3rem;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmTxt {
|
|
13
|
+
padding-right: 4rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapUiSizeCompact {
|
|
17
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport .sapUiMnuItmTxt {
|
|
18
|
+
padding-right: 2.75rem;
|
|
19
|
+
}
|
|
20
|
+
.sapMMenu .sapUiMnuLst.sapUiMnuNoSbMnu .sapUiMnuItm .sapUiMnuItmTxt {
|
|
21
|
+
padding-right: 0.75rem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
30
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
31
|
+
margin-left: 3rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
29
34
|
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
30
35
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
31
36
|
}
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
.sapMSliderInner {
|
|
12
12
|
background: @_sap_m_Slider_Background;
|
|
13
13
|
}
|
|
14
|
+
.sapMSliderTickmarks {
|
|
15
|
+
top: -0.8125em;
|
|
16
|
+
}
|
|
14
17
|
|
|
15
18
|
.sapMSliderInner,
|
|
16
19
|
.sapMSliderProgress {
|
|
@@ -39,4 +42,11 @@
|
|
|
39
42
|
/* disabled */
|
|
40
43
|
.sapMSliderDisabled {
|
|
41
44
|
opacity: 0.5;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.sapUiSizeCompact {
|
|
48
|
+
.sapMSliderTickmarks {
|
|
49
|
+
height: 1rem;
|
|
50
|
+
top: -0.4375rem;
|
|
51
|
+
}
|
|
42
52
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* =============================== */
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
|
+
/* Belize theme */
|
|
4
|
+
/* =============================== */
|
|
5
|
+
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5rem 0.625rem;
|
|
10
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
/* note: the following three files are not in alphabetical order and should be imported after InputBase.less */
|
|
34
34
|
@import "ComboBoxTextField.less";
|
|
35
35
|
@import "ComboBoxBase.less";
|
|
36
|
-
@import "LightBox.less";
|
|
37
36
|
@import "Link.less";
|
|
38
37
|
@import "ListBase.less";
|
|
39
38
|
@import "ListItemBase.less";
|
|
39
|
+
@import "MenuListItem.less";
|
|
40
40
|
@import "MessageStrip.less";
|
|
41
41
|
@import "MessagePopover.less";
|
|
42
42
|
@import "MessageView.less";
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
@import "Table.less";
|
|
79
79
|
@import "TabStrip.less";
|
|
80
80
|
@import "Text.less";
|
|
81
|
+
@import "TextArea.less";
|
|
81
82
|
@import "TileContent.less";
|
|
82
83
|
@import "TileContainer.less";
|
|
83
84
|
@import "TimePicker.less";
|
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
/* =================================== */
|
|
2
|
+
/* CSS for control sap.m/MenuListItem */
|
|
3
|
+
/* Belize High Contrast Black theme */
|
|
4
|
+
/* =================================== */
|
|
5
|
+
|
|
1
6
|
.sapMRespMenuDialog .sapMLIB {
|
|
2
7
|
border-bottom: 1px solid;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMMenu .sapUiMnuLst .sapUiMnuItm {
|
|
11
|
+
.sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
12
|
+
margin-left: 3rem;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmTxt {
|
|
17
|
+
padding-right: 4rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sapUiSizeCompact {
|
|
21
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport .sapUiMnuItmTxt {
|
|
22
|
+
padding-right: 2.75rem;
|
|
23
|
+
}
|
|
24
|
+
.sapMMenu .sapUiMnuLst.sapUiMnuNoSbMnu .sapUiMnuItm .sapUiMnuItmTxt {
|
|
25
|
+
padding-right: 0.75rem;
|
|
26
|
+
}
|
|
3
27
|
}
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
24
|
+
margin-left: 3rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
22
27
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
23
28
|
width: 2.5rem;
|
|
24
29
|
font-size: 1.375rem;
|
|
@@ -15,15 +15,19 @@
|
|
|
15
15
|
border-radius: 0.125rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapMSliderTickmarks {
|
|
19
|
+
top: -0.8125rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
18
22
|
/* slider handle */
|
|
19
23
|
.sapMSliderHandle {
|
|
20
24
|
background: transparent;
|
|
21
25
|
border: 0.125rem solid @sapUiFieldBorderColor;
|
|
22
26
|
&:focus:before {
|
|
23
|
-
top: -
|
|
24
|
-
bottom: -
|
|
25
|
-
left: -
|
|
26
|
-
right: -
|
|
27
|
+
top: -0.3125rem;
|
|
28
|
+
bottom: -0.3125rem;
|
|
29
|
+
left: -0.3125rem;
|
|
30
|
+
right: -0.3125rem;
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/* ================================= */
|
|
2
|
-
/* CSS for control sap.m/TextArea
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
3
|
/* Belize High Contrast Black theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
|
|
10
|
+
@_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
|
|
11
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
|
|
12
|
+
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
|
|
13
|
+
|
|
6
14
|
.sapMFocus.sapMTextArea {
|
|
7
15
|
& .sapMInputBaseContentWrapper {
|
|
8
16
|
.sapMInputBaseInner {
|
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
/* =================================== */
|
|
2
|
+
/* CSS for control sap.m/MenuListItem */
|
|
3
|
+
/* Belize High Contrast White theme */
|
|
4
|
+
/* =================================== */
|
|
5
|
+
|
|
1
6
|
.sapMRespMenuDialog .sapMLIB {
|
|
2
7
|
border-bottom: 1px solid;
|
|
8
|
+
}
|
|
9
|
+
.sapMMenu .sapUiMnuLst .sapUiMnuItm {
|
|
10
|
+
.sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
11
|
+
margin-left: 3rem;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmTxt {
|
|
16
|
+
padding-right: 4rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.sapUiSizeCompact {
|
|
20
|
+
.sapMMenu.sapUiMnu.sapUiMnuCozySupport .sapUiMnuItmTxt {
|
|
21
|
+
padding-right: 2.75rem;
|
|
22
|
+
}
|
|
23
|
+
.sapMMenu .sapUiMnuLst.sapUiMnuNoSbMnu .sapUiMnuItm .sapUiMnuItmTxt {
|
|
24
|
+
padding-right: 0.75rem;
|
|
25
|
+
}
|
|
3
26
|
}
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
24
|
+
margin-left: 3rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
22
27
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
23
28
|
width: 2.5rem;
|
|
24
29
|
font-size: 1.375rem;
|
|
@@ -15,15 +15,19 @@
|
|
|
15
15
|
border-radius: 0.125rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.sapMSliderTickmarks {
|
|
19
|
+
top: -0.8125rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
18
22
|
/* slider handle */
|
|
19
23
|
.sapMSliderHandle {
|
|
20
24
|
background: transparent;
|
|
21
25
|
border: 0.125rem solid @sapUiFieldBorderColor;
|
|
22
26
|
&:focus:before {
|
|
23
|
-
top: -
|
|
24
|
-
bottom: -
|
|
25
|
-
left: -
|
|
26
|
-
right: -
|
|
27
|
+
top: -0.3125rem;
|
|
28
|
+
bottom: -0.3125rem;
|
|
29
|
+
left: -0.3125rem;
|
|
30
|
+
right: -0.3125rem;
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
|