@openui5/themelib_sap_belize 1.71.67 → 1.71.68
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/package.json +15 -15
- package/src/sap/m/themes/sap_belize_hcb/ObjectStatus.less +37 -74
- package/src/sap/m/themes/sap_belize_hcw/ObjectStatus.less +31 -72
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.68",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.71.
|
|
18
|
-
"@openui5/sap.m": "1.71.
|
|
19
|
-
"@openui5/sap.tnt": "1.71.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.71.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.71.
|
|
22
|
-
"@openui5/sap.ui.core": "1.71.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.71.
|
|
24
|
-
"@openui5/sap.ui.layout": "1.71.
|
|
25
|
-
"@openui5/sap.ui.rta": "1.71.
|
|
26
|
-
"@openui5/sap.ui.suite": "1.71.
|
|
27
|
-
"@openui5/sap.ui.table": "1.71.
|
|
28
|
-
"@openui5/sap.ui.unified": "1.71.
|
|
29
|
-
"@openui5/sap.ui.ux3": "1.71.
|
|
30
|
-
"@openui5/sap.uxap": "1.71.
|
|
17
|
+
"@openui5/sap.f": "1.71.68",
|
|
18
|
+
"@openui5/sap.m": "1.71.68",
|
|
19
|
+
"@openui5/sap.tnt": "1.71.68",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.71.68",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.71.68",
|
|
22
|
+
"@openui5/sap.ui.core": "1.71.68",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.71.68",
|
|
24
|
+
"@openui5/sap.ui.layout": "1.71.68",
|
|
25
|
+
"@openui5/sap.ui.rta": "1.71.68",
|
|
26
|
+
"@openui5/sap.ui.suite": "1.71.68",
|
|
27
|
+
"@openui5/sap.ui.table": "1.71.68",
|
|
28
|
+
"@openui5/sap.ui.unified": "1.71.68",
|
|
29
|
+
"@openui5/sap.ui.ux3": "1.71.68",
|
|
30
|
+
"@openui5/sap.uxap": "1.71.68"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -18,22 +18,27 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.sapMObjStatusActive .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
22
|
-
.sapMObjStatusActive .sapMObjStatusLink .sapMObjStatusText {
|
|
21
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted) .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
22
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted) .sapMObjStatusLink .sapMObjStatusText {
|
|
23
23
|
text-decoration: underline;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.sapMObjStatusActive:hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
27
|
-
.sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText,
|
|
28
|
-
.sapMObjStatusActive:focus .sapMObjStatusLink .sapMObjStatusText,
|
|
29
|
-
.sapMObjStatusActive:focus .sapMObjStatusIcon:only-child > .sapUiIcon{
|
|
26
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
27
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):hover .sapMObjStatusLink .sapMObjStatusText,
|
|
28
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):focus .sapMObjStatusLink .sapMObjStatusText,
|
|
29
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):focus .sapMObjStatusIcon:only-child > .sapUiIcon{
|
|
30
30
|
text-decoration: none;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
34
|
-
.sapMObjStatusInverted .
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
34
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText {
|
|
35
|
+
background-color: @sapUiButtonHoverBackground;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapMObjStatusInverted .sapMObjStatusTitle,
|
|
39
|
+
.sapMObjStatusInverted .sapMObjStatusText,
|
|
40
|
+
.sapMObjStatusInverted .sapMObjStatusIcon .sapMObjStatusIconOnly {
|
|
41
|
+
padding: 0.025rem 0.25rem;
|
|
37
42
|
}
|
|
38
43
|
|
|
39
44
|
.sapMObjStatusInverted.sapMObjStatusIndication01,
|
|
@@ -46,72 +51,30 @@
|
|
|
46
51
|
.sapMObjStatusInverted.sapMObjStatusWarning,
|
|
47
52
|
.sapMObjStatusInverted.sapMObjStatusSuccess,
|
|
48
53
|
.sapMObjStatusInverted.sapMObjStatusInformation {
|
|
54
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
55
|
+
border-radius: @sapElement_BorderCornerRadius;
|
|
49
56
|
.sapMObjStatusText,
|
|
50
57
|
.sapMObjStatusIcon {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
font-weight: normal;
|
|
54
|
-
padding: 0;
|
|
55
|
-
}
|
|
56
|
-
.sapMObjStatusIcon {
|
|
57
|
-
padding-right: .5rem;
|
|
58
|
-
}
|
|
59
|
-
.sapMObjStatusLink:active,
|
|
60
|
-
.sapMObjStatusLink:hover {
|
|
61
|
-
.sapMObjStatusText,
|
|
62
|
-
.sapMObjStatusIcon {
|
|
63
|
-
background: none;
|
|
64
|
-
}
|
|
58
|
+
color: @sapUiButtonTextColor;
|
|
59
|
+
background-color: @sapUiButtonBackground;
|
|
65
60
|
}
|
|
66
61
|
}
|
|
67
62
|
|
|
68
|
-
|
|
69
|
-
.sapMObjStatusInverted.
|
|
70
|
-
.sapMObjStatusInverted.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
.sapMObjStatusInverted.
|
|
75
|
-
.sapMObjStatusInverted.sapMObjStatusError .
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
.sapMObjStatusInverted.
|
|
80
|
-
.sapMObjStatusInverted.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
color: @sapUiPositiveText;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
90
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
91
|
-
color: @sapUiInformativeText;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
95
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
96
|
-
color: @sapUiIndication1;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
100
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
101
|
-
color: @sapUiIndication2;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
105
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
106
|
-
color: @sapUiIndication3;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
110
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
111
|
-
color: @sapUiIndication4;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
115
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
116
|
-
color: @sapUiIndication5;
|
|
117
|
-
}
|
|
63
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover,
|
|
64
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusLink,
|
|
65
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusIcon,
|
|
66
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusIcon .sapUiIcon,
|
|
67
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText,
|
|
68
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
69
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
70
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
71
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
72
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
73
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
74
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
75
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover.sapMObjStatusIcon
|
|
76
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
77
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
78
|
+
border-radius: @sapElement_BorderCornerRadius;
|
|
79
|
+
background-color: @sapUiButtonHoverBackground;
|
|
80
|
+
}
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.sapMObjStatusActive .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
24
|
-
.sapMObjStatusActive .sapMObjStatusLink .sapMObjStatusText {
|
|
23
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted) .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
24
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted) .sapMObjStatusLink .sapMObjStatusText {
|
|
25
25
|
text-decoration: underline;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.sapMObjStatusActive:hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
29
|
-
.sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText,
|
|
30
|
-
.sapMObjStatusActive:focus .sapMObjStatusLink .sapMObjStatusText,
|
|
31
|
-
.sapMObjStatusActive:focus .sapMObjStatusIcon:only-child > .sapUiIcon{
|
|
28
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):hover .sapMObjStatusIcon:only-child > .sapUiIcon,
|
|
29
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):hover .sapMObjStatusLink .sapMObjStatusText,
|
|
30
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):focus .sapMObjStatusLink .sapMObjStatusText,
|
|
31
|
+
.sapMObjStatusActive:not(.sapMObjStatusInverted):focus .sapMObjStatusIcon:only-child > .sapUiIcon{
|
|
32
32
|
text-decoration: none;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
36
|
-
.sapMObjStatusInverted .
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
.sapMObjStatusInverted .sapMObjStatusTitle,
|
|
36
|
+
.sapMObjStatusInverted .sapMObjStatusText,
|
|
37
|
+
.sapMObjStatusInverted .sapMObjStatusIcon .sapMObjStatusIconOnly {
|
|
38
|
+
padding: 0.025rem 0.25rem;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.sapMObjStatusInverted.sapMObjStatusIndication01,
|
|
@@ -48,71 +48,30 @@
|
|
|
48
48
|
.sapMObjStatusInverted.sapMObjStatusWarning,
|
|
49
49
|
.sapMObjStatusInverted.sapMObjStatusSuccess,
|
|
50
50
|
.sapMObjStatusInverted.sapMObjStatusInformation {
|
|
51
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
52
|
+
border-radius: @sapElement_BorderCornerRadius;
|
|
51
53
|
.sapMObjStatusText,
|
|
52
54
|
.sapMObjStatusIcon {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
font-weight: normal;
|
|
56
|
-
padding: 0;
|
|
55
|
+
color: @sapUiButtonTextColor;
|
|
56
|
+
background-color: @sapUiButtonBackground;
|
|
57
57
|
}
|
|
58
|
-
.sapMObjStatusIcon {
|
|
59
|
-
padding-right: .5rem;
|
|
60
|
-
}
|
|
61
|
-
.sapMObjStatusLink:active,
|
|
62
|
-
.sapMObjStatusLink:hover {
|
|
63
|
-
.sapMObjStatusText,
|
|
64
|
-
.sapMObjStatusIcon {
|
|
65
|
-
background: none;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
|
|
71
|
-
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
72
|
-
color: @sapUiNeutralText;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
76
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
77
|
-
color: @sapUiNegativeText;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
|
|
81
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
82
|
-
color: @sapUiCriticalText;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
|
|
86
|
-
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
87
|
-
color: @sapUiPositiveText;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
91
|
-
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
92
|
-
color: @sapUiInformativeText;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
96
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
97
|
-
color: @sapUiIndication1;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
101
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
102
|
-
color: @sapUiIndication2;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
106
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
107
|
-
color: @sapUiIndication3;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
111
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
112
|
-
color: @sapUiIndication4;
|
|
113
58
|
}
|
|
114
59
|
|
|
115
|
-
.sapMObjStatusInverted.
|
|
116
|
-
.sapMObjStatusInverted.
|
|
117
|
-
|
|
60
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover,
|
|
61
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusLink,
|
|
62
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusIcon,
|
|
63
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusIcon .sapUiIcon,
|
|
64
|
+
.sapMObjStatusInverted.sapMObjStatusActive:hover .sapMObjStatusLink .sapMObjStatusText,
|
|
65
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
66
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
67
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
68
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
69
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
70
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon,
|
|
71
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
72
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover.sapMObjStatusIcon
|
|
73
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
74
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
75
|
+
border-radius: @sapElement_BorderCornerRadius;
|
|
76
|
+
background-color: @sapUiButtonHoverBackground;
|
|
118
77
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.68</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 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.68</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 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.68</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 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.68</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|