@openui5/themelib_sap_belize 1.141.2 → 1.142.1
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/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize_base/TimePicker.less +0 -16
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/table/themes/sap_belize_base/Cell.less +53 -28
- package/src/sap/ui/table/themes/sap_belize_base/Scrolling.less +50 -22
- package/src/sap/ui/table/themes/sap_belize_base/library.source.less +7 -3
- package/src/sap/uxap/themes/sap_belize/ObjectPageHeaderContent.less +16 -0
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageSection.less +0 -4
- package/src/sap/uxap/themes/sap_belize_base/ObjectPageSubSection.less +6 -21
- package/src/sap/uxap/themes/sap_belize_hcb/ObjectPageHeaderContent.less +16 -0
- package/src/sap/uxap/themes/sap_belize_hcw/ObjectPageHeaderContent.less +16 -0
package/README.md
CHANGED
|
@@ -7,13 +7,13 @@ Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) Theme Library
|
|
|
7
7
|
**This library is deprecated since 1.120.2 and should not be used for new projects.**
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
10
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
11
11
|
|
|
12
12
|
```
|
|
13
13
|
ui5 add themelib_sap_belize
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
16
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
17
17
|
|
|
18
18
|
## License
|
|
19
19
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
|
@@ -347,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
|
|
|
347
385
|
[[annotations]]
|
|
348
386
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
|
|
349
387
|
precedence = "aggregate"
|
|
350
|
-
SPDX-FileCopyrightText = "2010-
|
|
388
|
+
SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
|
|
351
389
|
SPDX-License-Identifier = "MIT"
|
|
352
390
|
SPDX-FileComment = "these files belong to: requireJS"
|
|
353
391
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ 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.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -221,8 +254,8 @@ License: MIT
|
|
|
221
254
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
222
255
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
223
256
|
|
|
224
|
-
Component: requireJS, version: 2.
|
|
225
|
-
Copyright: 2010-
|
|
257
|
+
Component: requireJS, version: 2.3.7
|
|
258
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
226
259
|
License: MIT
|
|
227
260
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
228
261
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/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.142.1",
|
|
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/UI5/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.142.1",
|
|
18
|
+
"@openui5/sap.m": "1.142.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.142.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.142.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.142.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.142.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.142.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.142.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.142.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.142.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.142.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.142.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.142.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.142.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.142.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.142.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.142.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -20,22 +20,6 @@
|
|
|
20
20
|
-webkit-user-select: none;
|
|
21
21
|
-moz-user-select: none;
|
|
22
22
|
user-select: none;
|
|
23
|
-
box-shadow: @sapUiShadowLevel1 !important; //Need to override this with important because of popover stronger selectors
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* ======================================== */
|
|
27
|
-
/* COMPACT MODE STYLES */
|
|
28
|
-
/* ======================================== */
|
|
29
|
-
|
|
30
|
-
.sapUiSizeCompact {
|
|
31
|
-
|
|
32
|
-
/* ======================================== */
|
|
33
|
-
/* TimePicker Dropdown */
|
|
34
|
-
/* ======================================== */
|
|
35
|
-
|
|
36
|
-
.sapMTimePickerDropDown {
|
|
37
|
-
box-shadow: @sapUiShadowLevel1 !important; //Need to override this with important because of popover stronger selectors
|
|
38
|
-
}
|
|
39
23
|
}
|
|
40
24
|
|
|
41
25
|
/* PHONE STYLES */
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.142.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.142.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.142.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.142.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -313,33 +313,45 @@
|
|
|
313
313
|
height: 100%;
|
|
314
314
|
display: none;
|
|
315
315
|
z-index: 4; /* Ensure Action Area before Resize/Reorder bars */
|
|
316
|
-
width: @_sap_ui_table_RowActionColumnWidth;
|
|
317
316
|
|
|
318
|
-
.sapUiTableRAct
|
|
319
|
-
.sapUiTableRActS & {
|
|
317
|
+
.sapUiTableRAct & {
|
|
320
318
|
display: block;
|
|
321
319
|
}
|
|
322
320
|
|
|
323
321
|
.sapUiTableRActS & {
|
|
324
322
|
width: @_sap_ui_table_RowActionColumnSmallWidth;
|
|
325
|
-
}
|
|
326
323
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
324
|
+
.sapUiSizeCozy & {
|
|
325
|
+
width: @_sap_ui_table_RowActionColumnSmallWidthCozy;
|
|
326
|
+
}
|
|
330
327
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
328
|
+
.sapUiSizeCondensed & {
|
|
329
|
+
width: @_sap_ui_table_RowActionColumnSmallWidthCondensed;
|
|
330
|
+
}
|
|
334
331
|
}
|
|
335
332
|
|
|
336
|
-
.
|
|
337
|
-
width: @
|
|
333
|
+
.sapUiTableRActM & {
|
|
334
|
+
width: @_sap_ui_table_RowActionColumnWidth;
|
|
335
|
+
|
|
336
|
+
.sapUiSizeCozy & {
|
|
337
|
+
width: @_sap_ui_table_RowActionColumnWidthCozy;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.sapUiSizeCondensed & {
|
|
341
|
+
width: @_sap_ui_table_RowActionColumnWidthCondensed;
|
|
342
|
+
}
|
|
338
343
|
}
|
|
339
344
|
|
|
340
|
-
.
|
|
341
|
-
|
|
342
|
-
|
|
345
|
+
.sapUiTableRActL & {
|
|
346
|
+
width: @_sap_ui_table_RowActionColumnLargeWidth;
|
|
347
|
+
|
|
348
|
+
.sapUiSizeCozy & {
|
|
349
|
+
width: @_sap_ui_table_RowActionColumnLargeWidthCozy;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.sapUiSizeCondensed & {
|
|
353
|
+
width: @_sap_ui_table_RowActionColumnLargeWidthCondensed;
|
|
354
|
+
}
|
|
343
355
|
}
|
|
344
356
|
|
|
345
357
|
> span {
|
|
@@ -371,28 +383,41 @@
|
|
|
371
383
|
.sapUiTableRowActionCell {
|
|
372
384
|
display: flex;
|
|
373
385
|
align-items: center;
|
|
374
|
-
min-width: @_sap_ui_table_RowActionColumnWidth;
|
|
375
386
|
|
|
376
387
|
.sapUiTableRActS & {
|
|
377
388
|
min-width: @_sap_ui_table_RowActionColumnSmallWidth;
|
|
378
|
-
}
|
|
379
389
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
390
|
+
.sapUiSizeCozy & {
|
|
391
|
+
min-width: @_sap_ui_table_RowActionColumnSmallWidthCozy;
|
|
392
|
+
}
|
|
383
393
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
394
|
+
.sapUiSizeCondensed & {
|
|
395
|
+
min-width: @_sap_ui_table_RowActionColumnSmallWidthCondensed;
|
|
396
|
+
}
|
|
387
397
|
}
|
|
388
398
|
|
|
389
|
-
.
|
|
390
|
-
min-width: @
|
|
399
|
+
.sapUiTableRActM & {
|
|
400
|
+
min-width: @_sap_ui_table_RowActionColumnWidth;
|
|
401
|
+
|
|
402
|
+
.sapUiSizeCozy & {
|
|
403
|
+
min-width: @_sap_ui_table_RowActionColumnWidthCozy;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.sapUiSizeCondensed & {
|
|
407
|
+
min-width: @_sap_ui_table_RowActionColumnWidthCondensed;
|
|
408
|
+
}
|
|
391
409
|
}
|
|
392
410
|
|
|
393
|
-
.
|
|
394
|
-
|
|
395
|
-
|
|
411
|
+
.sapUiTableRActL & {
|
|
412
|
+
min-width: @_sap_ui_table_RowActionColumnLargeWidth;
|
|
413
|
+
|
|
414
|
+
.sapUiSizeCozy & {
|
|
415
|
+
min-width: @_sap_ui_table_RowActionColumnLargeWidthCozy;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.sapUiSizeCondensed & {
|
|
419
|
+
min-width: @_sap_ui_table_RowActionColumnLargeWidthCondensed;
|
|
420
|
+
}
|
|
396
421
|
}
|
|
397
422
|
|
|
398
423
|
.sapUiTableRowNavIndicator & {
|
|
@@ -120,20 +120,6 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.sapUiTableVScr.sapUiTableRAct {
|
|
124
|
-
._sapUiTableVScrWithActionsInnerMixin();
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.sapUiSizeCozy.sapUiTableVScr.sapUiTableRAct,
|
|
128
|
-
.sapUiSizeCozy .sapUiTableVScr.sapUiTableRAct {
|
|
129
|
-
._sapUiTableVScrWithActionsInnerMixin("WidthCozy");
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.sapUiSizeCondensed.sapUiTableVScr.sapUiTableRAct,
|
|
133
|
-
.sapUiSizeCondensed .sapUiTableVScr.sapUiTableRAct {
|
|
134
|
-
._sapUiTableVScrWithActionsInnerMixin("WidthCondensed");
|
|
135
|
-
}
|
|
136
|
-
|
|
137
123
|
.sapUiTableVScr.sapUiTableRActS {
|
|
138
124
|
._sapUiTableVScrWithActionsInnerMixin("SmallWidth");
|
|
139
125
|
}
|
|
@@ -148,18 +134,32 @@
|
|
|
148
134
|
._sapUiTableVScrWithActionsInnerMixin("SmallWidthCondensed");
|
|
149
135
|
}
|
|
150
136
|
|
|
151
|
-
.
|
|
152
|
-
.
|
|
137
|
+
.sapUiTableVScr.sapUiTableRActM {
|
|
138
|
+
._sapUiTableVScrWithActionsInnerMixin();
|
|
153
139
|
}
|
|
154
140
|
|
|
155
|
-
.sapUiSizeCozy.
|
|
156
|
-
.sapUiSizeCozy .
|
|
157
|
-
.
|
|
141
|
+
.sapUiSizeCozy.sapUiTableVScr.sapUiTableRActM,
|
|
142
|
+
.sapUiSizeCozy .sapUiTableVScr.sapUiTableRActM {
|
|
143
|
+
._sapUiTableVScrWithActionsInnerMixin("WidthCozy");
|
|
158
144
|
}
|
|
159
145
|
|
|
160
|
-
.sapUiSizeCondensed.
|
|
161
|
-
.sapUiSizeCondensed .
|
|
162
|
-
.
|
|
146
|
+
.sapUiSizeCondensed.sapUiTableVScr.sapUiTableRActM,
|
|
147
|
+
.sapUiSizeCondensed .sapUiTableVScr.sapUiTableRActM {
|
|
148
|
+
._sapUiTableVScrWithActionsInnerMixin("WidthCondensed");
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.sapUiTableVScr.sapUiTableRActL {
|
|
152
|
+
._sapUiTableVScrWithActionsInnerMixin("LargeWidth");
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.sapUiSizeCozy.sapUiTableVScr.sapUiTableRActL,
|
|
156
|
+
.sapUiSizeCozy .sapUiTableVScr.sapUiTableRActL {
|
|
157
|
+
._sapUiTableVScrWithActionsInnerMixin("LargeWidthCozy");
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.sapUiSizeCondensed.sapUiTableVScr.sapUiTableRActL,
|
|
161
|
+
.sapUiSizeCondensed .sapUiTableVScr.sapUiTableRActL {
|
|
162
|
+
._sapUiTableVScrWithActionsInnerMixin("LargeWidthCondensed");
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.sapUiTableRActS:not(.sapUiTableVScr) {
|
|
@@ -176,6 +176,34 @@
|
|
|
176
176
|
._sapUiTableNoVScrWithActionsInnerMixin("SmallWidthCondensed");
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
+
.sapUiTableRActM:not(.sapUiTableVScr) {
|
|
180
|
+
._sapUiTableNoVScrWithActionsInnerMixin();
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.sapUiSizeCozy.sapUiTableRActM:not(.sapUiTableVScr),
|
|
184
|
+
.sapUiSizeCozy .sapUiTableRActM:not(.sapUiTableVScr) {
|
|
185
|
+
._sapUiTableNoVScrWithActionsInnerMixin("WidthCozy");
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.sapUiSizeCondensed.sapUiTableRActM:not(.sapUiTableVScr),
|
|
189
|
+
.sapUiSizeCondensed .sapUiTableRActM:not(.sapUiTableVScr) {
|
|
190
|
+
._sapUiTableNoVScrWithActionsInnerMixin("WidthCondensed");
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.sapUiTableRActL:not(.sapUiTableVScr) {
|
|
194
|
+
._sapUiTableNoVScrWithActionsInnerMixin("LargeWidth");
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.sapUiSizeCozy.sapUiTableRActL:not(.sapUiTableVScr),
|
|
198
|
+
.sapUiSizeCozy .sapUiTableRActL:not(.sapUiTableVScr) {
|
|
199
|
+
._sapUiTableNoVScrWithActionsInnerMixin("LargeWidthCozy");
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.sapUiSizeCondensed.sapUiTableRActL:not(.sapUiTableVScr),
|
|
203
|
+
.sapUiSizeCondensed .sapUiTableRActL:not(.sapUiTableVScr) {
|
|
204
|
+
._sapUiTableNoVScrWithActionsInnerMixin("LargeWidthCondensed");
|
|
205
|
+
}
|
|
206
|
+
|
|
179
207
|
/* Hide last border right of column header and cell when no vertical scroll is available */
|
|
180
208
|
.sapUiTable:not(.sapUiTableVScr) {
|
|
181
209
|
.sapUiTableColHdrScr .sapUiTableHeaderCell:last-child,
|
|
@@ -34,12 +34,16 @@
|
|
|
34
34
|
@_sap_ui_table_RowActionItemSizeCozy: calc(@_sap_ui_table_BaseSizeCozy ~"-" 0.5rem);
|
|
35
35
|
@_sap_ui_table_RowActionItemSizeCondensed: calc(@_sap_ui_table_BaseSizeCondensed ~"-" 0.125rem);
|
|
36
36
|
@_sap_ui_table_RowActionPadding: 0.25rem;
|
|
37
|
-
|
|
38
|
-
@_sap_ui_table_RowActionColumnWidthCozy: calc(~"2 *" @_sap_ui_table_RowActionItemSizeCozy ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
39
|
-
@_sap_ui_table_RowActionColumnWidthCondensed: calc(~"2 *" @_sap_ui_table_RowActionItemSizeCondensed ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
37
|
+
|
|
40
38
|
@_sap_ui_table_RowActionColumnSmallWidth: calc(@_sap_ui_table_RowActionItemSize ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
41
39
|
@_sap_ui_table_RowActionColumnSmallWidthCozy: calc(@_sap_ui_table_RowActionItemSizeCozy ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
42
40
|
@_sap_ui_table_RowActionColumnSmallWidthCondensed: calc(@_sap_ui_table_RowActionItemSizeCondensed ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
41
|
+
@_sap_ui_table_RowActionColumnWidth: calc(~"2 *" @_sap_ui_table_RowActionItemSize ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
42
|
+
@_sap_ui_table_RowActionColumnWidthCozy: calc(~"2 *" @_sap_ui_table_RowActionItemSizeCozy ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
43
|
+
@_sap_ui_table_RowActionColumnWidthCondensed: calc(~"2 *" @_sap_ui_table_RowActionItemSizeCondensed ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
44
|
+
@_sap_ui_table_RowActionColumnLargeWidth: calc(~"3 *" @_sap_ui_table_RowActionItemSize ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
45
|
+
@_sap_ui_table_RowActionColumnLargeWidthCozy: calc(~"3 *" @_sap_ui_table_RowActionItemSizeCozy ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
46
|
+
@_sap_ui_table_RowActionColumnLargeWidthCondensed: calc(~"3 *" @_sap_ui_table_RowActionItemSizeCondensed ~"+ 2 *" @_sap_ui_table_RowActionPadding ~"+ 2 *" @_sap_ui_table_BaseBorderWidth);
|
|
43
47
|
|
|
44
48
|
@_sap_ui_table_NavigationIcon: navigation-right-arrow;
|
|
45
49
|
@_sap_ui_table_DeleteIcon: sys-cancel;
|
|
@@ -30,6 +30,22 @@ html .sapUxAPObjectPageLayout-Std-Desktop, html .sapUxAPObjectPageLayout-Std-Tab
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
.sapUxAPObjectPageLayout-Std-Tablet,
|
|
34
|
+
.sapUxAPObjectPageLayout-Std-Desktop {
|
|
35
|
+
.sapUxAPObjectPageHeaderContentCellRight {
|
|
36
|
+
padding-right: 2rem;
|
|
37
|
+
}
|
|
38
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
39
|
+
padding: 1rem 2rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapUxAPObjectPageLayout-Std-Phone {
|
|
44
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
45
|
+
padding: 1rem;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
33
49
|
.sapUxAPObjectPageHeaderIdentifierSubTitleInContent {
|
|
34
50
|
font-size: @sapMFontMediumSize;
|
|
35
51
|
}
|
|
@@ -134,8 +134,4 @@ html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
|
134
134
|
.sapUxAPObjectPageSectionHeader {
|
|
135
135
|
height: auto;
|
|
136
136
|
padding-bottom: 0;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.sapUxAPObjectPageSection.sapUxAPObjectPageSectionWrapTitle .sapUxAPObjectPageSubSectionHeaderToolbar {
|
|
140
|
-
height: auto;
|
|
141
137
|
}
|
|
@@ -52,16 +52,6 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeader {
|
|
|
52
52
|
padding: 0 1rem;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSectionHeaderTitle,
|
|
56
|
-
html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeaderTitle {
|
|
57
|
-
height: auto;
|
|
58
|
-
overflow: auto;
|
|
59
|
-
float: none;
|
|
60
|
-
white-space: normal;
|
|
61
|
-
word-wrap: break-word;
|
|
62
|
-
word-break: break-all;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
55
|
/* tablet display */
|
|
66
56
|
|
|
67
57
|
.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
|
|
@@ -95,13 +85,6 @@ Doing so will result in less generated CSS, as well as less future maintanance i
|
|
|
95
85
|
margin-left: 0;
|
|
96
86
|
}
|
|
97
87
|
|
|
98
|
-
.sapUxAPObjectPageSubSectionHeader.titleOnLeftLayout .sapUxAPObjectPageSubSectionHeaderTitle {
|
|
99
|
-
height: auto;
|
|
100
|
-
white-space: normal;
|
|
101
|
-
word-wrap: break-word;
|
|
102
|
-
line-height: normal;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
88
|
.sapUxAPObjectPageSubSectionHeader.titleOnLeftLayout .sapUxAPObjectPageSubSectionHeaderActions {
|
|
106
89
|
float: none;
|
|
107
90
|
display: inline-block;
|
|
@@ -193,10 +176,6 @@ Doing so will result in less generated CSS, as well as less future maintanance i
|
|
|
193
176
|
|
|
194
177
|
/* compact size */
|
|
195
178
|
.sapUiSizeCompact {
|
|
196
|
-
.sapUxAPObjectPageSubSectionHeaderTitle {
|
|
197
|
-
height: 2rem;
|
|
198
|
-
line-height: 2rem;
|
|
199
|
-
}
|
|
200
179
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUiFormResGrid > div,
|
|
201
180
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUiFormCLContainer {
|
|
202
181
|
padding: 1rem 0;
|
|
@@ -229,3 +208,9 @@ html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
|
229
208
|
}
|
|
230
209
|
}
|
|
231
210
|
|
|
211
|
+
// Styles needed for wrapping title
|
|
212
|
+
.sapUxAPObjectPageSubSection .sapUxAPObjectPageSubSectionHeader .sapUxAPObjectPageSubSectionTitle {
|
|
213
|
+
height: auto;
|
|
214
|
+
line-height: normal;
|
|
215
|
+
}
|
|
216
|
+
|
|
@@ -26,3 +26,19 @@ html .sapUxAPObjectPageLayout-Std-Desktop, html .sapUxAPObjectPageLayout-Std-Tab
|
|
|
26
26
|
margin: 0.25rem 1rem 0.25rem 0;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
|
|
30
|
+
.sapUxAPObjectPageLayout-Std-Tablet,
|
|
31
|
+
.sapUxAPObjectPageLayout-Std-Desktop {
|
|
32
|
+
.sapUxAPObjectPageHeaderContentCellRight {
|
|
33
|
+
padding-right: 2rem;
|
|
34
|
+
}
|
|
35
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
36
|
+
padding: 1rem 2rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapUxAPObjectPageLayout-Std-Phone {
|
|
41
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
42
|
+
padding: 1rem;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -26,3 +26,19 @@ html .sapUxAPObjectPageLayout-Std-Desktop, html .sapUxAPObjectPageLayout-Std-Tab
|
|
|
26
26
|
margin: 0.25rem 1rem 0.25rem 0;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
|
|
30
|
+
.sapUxAPObjectPageLayout-Std-Tablet,
|
|
31
|
+
.sapUxAPObjectPageLayout-Std-Desktop {
|
|
32
|
+
.sapUxAPObjectPageHeaderContentCellRight {
|
|
33
|
+
padding-right: 2rem;
|
|
34
|
+
}
|
|
35
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
36
|
+
padding: 1rem 2rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapUxAPObjectPageLayout-Std-Phone {
|
|
41
|
+
.sapUxAPObjectPageHeaderContent:only-child {
|
|
42
|
+
padding: 1rem;
|
|
43
|
+
}
|
|
44
|
+
}
|