@openui5/sap.ui.ux3 1.125.0 → 1.126.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 +4 -4
- package/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/ux3/.library +1 -1
- package/src/sap/ui/ux3/ActionBar.js +1 -1
- package/src/sap/ui/ux3/Collection.js +1 -1
- package/src/sap/ui/ux3/CollectionInspector.js +1 -1
- package/src/sap/ui/ux3/DataSet.js +1 -1
- package/src/sap/ui/ux3/DataSetItem.js +1 -1
- package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
- package/src/sap/ui/ux3/Exact.js +1 -1
- package/src/sap/ui/ux3/ExactArea.js +1 -1
- package/src/sap/ui/ux3/ExactAttribute.js +1 -1
- package/src/sap/ui/ux3/ExactBrowser.js +1 -1
- package/src/sap/ui/ux3/ExactList.js +1 -1
- package/src/sap/ui/ux3/FacetFilter.js +1 -1
- package/src/sap/ui/ux3/FacetFilterList.js +1 -1
- package/src/sap/ui/ux3/Feed.js +1 -1
- package/src/sap/ui/ux3/FeedChunk.js +1 -1
- package/src/sap/ui/ux3/Feeder.js +1 -1
- package/src/sap/ui/ux3/NavigationBar.js +1 -1
- package/src/sap/ui/ux3/NavigationItem.js +1 -1
- package/src/sap/ui/ux3/NotificationBar.js +1 -1
- package/src/sap/ui/ux3/Notifier.js +1 -1
- package/src/sap/ui/ux3/Overlay.js +1 -1
- package/src/sap/ui/ux3/OverlayContainer.js +1 -1
- package/src/sap/ui/ux3/OverlayDialog.js +1 -1
- package/src/sap/ui/ux3/QuickView.js +1 -1
- package/src/sap/ui/ux3/Shell.js +1 -1
- package/src/sap/ui/ux3/ThingAction.js +1 -1
- package/src/sap/ui/ux3/ThingGroup.js +1 -1
- package/src/sap/ui/ux3/ThingInspector.js +1 -1
- package/src/sap/ui/ux3/ThingViewer.js +1 -1
- package/src/sap/ui/ux3/ToolPopup.js +1 -1
- package/src/sap/ui/ux3/library.js +2 -2
- package/src/sap/ui/ux3/themes/sap_hcb/base_ActionBar.less +307 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_CollectionInspector.less +190 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_DataSet.less +28 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_DataSetSimpleView.less +29 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Exact.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactArea.less +30 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactBrowser.less +40 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ExactList.less +400 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilter.less +10 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FacetFilterList.less +47 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Feed.less +28 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_FeedChunk.less +117 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Feeder.less +74 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_NavigationBar.less +224 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_NotificationBar.less +374 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Overlay.less +75 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayContainer.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_OverlayDialog.less +24 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_QuickView.less +55 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_Shell.less +611 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ShellColorPicker.less +40 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ShellPersonalization.less +20 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ThingInspector.less +269 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ThingViewer.less +290 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_ToolPopup.less +118 -0
- package/src/sap/ui/ux3/themes/sap_hcb/base_shared.less +1 -0
- package/src/sap/ui/ux3/themes/sap_hcb/library.source.less +38 -1
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for control sap.ui.ux3/ThingInspector.control */
|
|
3
|
+
/* ================================================= */
|
|
4
|
+
|
|
5
|
+
.sapUiShd.sapUiUx3TI {
|
|
6
|
+
min-width: 390px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapUiShd.sapUiUx3TI > .sapUiUx3TV {
|
|
10
|
+
background-color: @sapUiExtraLightBG;
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 29px;
|
|
13
|
+
left: 29px;
|
|
14
|
+
bottom: 29px;
|
|
15
|
+
right: 29px;
|
|
16
|
+
opacity: 1;
|
|
17
|
+
padding: 0;
|
|
18
|
+
min-width: 332px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiUx3TIContent {
|
|
22
|
+
background-color: @sapUiDarkBG;
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 29px;
|
|
25
|
+
left: 29px;
|
|
26
|
+
bottom: 29px;
|
|
27
|
+
right: 29px;
|
|
28
|
+
opacity: 1;
|
|
29
|
+
padding: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUiUx3TIOverlay {
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapUiUx3TIContentScrollContainer {
|
|
36
|
+
position: absolute;
|
|
37
|
+
background-color: @sapUiExtraLightBG;
|
|
38
|
+
top: 0px;
|
|
39
|
+
left: 0px;
|
|
40
|
+
bottom: 0px;
|
|
41
|
+
right: 0px;
|
|
42
|
+
padding: 0;
|
|
43
|
+
overflow-y:auto;
|
|
44
|
+
overflow-x:hidden;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.sapUiUx3TIHeader {
|
|
48
|
+
background-color: @sapUiExtraLightBG;
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0px;
|
|
51
|
+
left: 0px;
|
|
52
|
+
bottom: 42px;
|
|
53
|
+
width: 270px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sapUiUx3TIFacets {
|
|
57
|
+
background-color: @sapUiExtraLightBG;
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 0px;
|
|
60
|
+
left: 270px;
|
|
61
|
+
bottom: 42px;
|
|
62
|
+
right: 0px;
|
|
63
|
+
border-left: 1px solid @sapUiMediumBorder;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sapUiUx3TIToolbar {
|
|
67
|
+
background-color: @sapUiExtraLightBG;
|
|
68
|
+
position: absolute;
|
|
69
|
+
bottom: 0px;
|
|
70
|
+
right: 0px;
|
|
71
|
+
left: 0px;
|
|
72
|
+
height: 31px;
|
|
73
|
+
margin: 0;
|
|
74
|
+
padding: 9px 18px 0 18px;
|
|
75
|
+
border-top: 1px solid @sapUiMediumBorder;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapUiUx3TIHeaderContent {
|
|
79
|
+
background-color: @sapUiBlackBG;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapUiUx3TIHeaderContainer {
|
|
83
|
+
padding: 0px 10px 5px 10px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sapUiUx3TIHeaderContainerIdentifier {
|
|
87
|
+
padding: 10px 10px 0px 10px;
|
|
88
|
+
position: absolute;
|
|
89
|
+
top: 0;
|
|
90
|
+
left: 0;
|
|
91
|
+
width: 250px;
|
|
92
|
+
height: 28px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.sapUiUx3TIIdentifier {
|
|
96
|
+
font-size: 16px;
|
|
97
|
+
font-weight: bold;
|
|
98
|
+
color: @sapUiBaseText;
|
|
99
|
+
height: 27px;
|
|
100
|
+
width: 100%;
|
|
101
|
+
text-transform: uppercase;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapUiUx3TITitle {
|
|
105
|
+
font-weight: bold;
|
|
106
|
+
padding-left: 10px;
|
|
107
|
+
color: @sapUiBaseText;
|
|
108
|
+
display: inline-block;
|
|
109
|
+
vertical-align: top;
|
|
110
|
+
position:relative;
|
|
111
|
+
width:67%; /*174px;*/
|
|
112
|
+
text-overflow:ellipsis;
|
|
113
|
+
white-space:nowrap;
|
|
114
|
+
overflow:hidden;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.sapUiUx3TITitleFirst {
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.sapUiUx3TITitleSecond {
|
|
122
|
+
font-size: 14px;
|
|
123
|
+
font-weight: regular;
|
|
124
|
+
padding-top: 4px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.sapUiUx3TIIconBar {
|
|
128
|
+
position: relative;
|
|
129
|
+
padding: 10px 0px 15px 0px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.sapUiUx3TIIcon {
|
|
133
|
+
padding: 8px;
|
|
134
|
+
display: inline-block;
|
|
135
|
+
width: 48px;
|
|
136
|
+
height: 48px;
|
|
137
|
+
border: 1px solid @sapUiMediumBorder;
|
|
138
|
+
border-radius: 6px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.sapUiUx3TIIcon>IMG {
|
|
142
|
+
width: 100%;
|
|
143
|
+
height: 100%;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.sapUiUx3TIOverview {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.sapUiUx3TIHRGrey {
|
|
150
|
+
background-color: @sapUiMediumBorder;
|
|
151
|
+
border: 0;
|
|
152
|
+
height: 2px;
|
|
153
|
+
margin: 0;
|
|
154
|
+
padding: 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.sapUiUx3TIHRWhite {
|
|
158
|
+
background-color: @sapUiMediumBorder;
|
|
159
|
+
border: 0;
|
|
160
|
+
height: 2px;
|
|
161
|
+
margin: 0;
|
|
162
|
+
padding: 0;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.sapUiUx3TIHeaderGroupTitle {
|
|
166
|
+
font-weight: bold;
|
|
167
|
+
font-size: 12px;
|
|
168
|
+
color: @sapUiBaseText;
|
|
169
|
+
text-transform: uppercase;
|
|
170
|
+
padding-top:7px;
|
|
171
|
+
text-overflow:ellipsis;
|
|
172
|
+
white-space:nowrap;
|
|
173
|
+
overflow:hidden;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.sapUiUx3TIHeaderGroupContent {
|
|
177
|
+
margin: 10px 0px 0px 0px;
|
|
178
|
+
font: 12px arial, sans-serif;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.sapUiUx3TIFacetBar {
|
|
182
|
+
position: absolute;
|
|
183
|
+
left: 20px;
|
|
184
|
+
right: 20px;
|
|
185
|
+
top: 0px;
|
|
186
|
+
height: 38px;
|
|
187
|
+
padding: 10px 0px 0px 0px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.sapUiUx3TIFacetContent {
|
|
191
|
+
position: absolute;
|
|
192
|
+
left: 0px;
|
|
193
|
+
right: 0px;
|
|
194
|
+
top: 40px;
|
|
195
|
+
bottom: 0px;
|
|
196
|
+
overflow-y: auto;
|
|
197
|
+
overflow-x: auto;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.sapUiUx3TIFacetItem {
|
|
201
|
+
display: inline-block;
|
|
202
|
+
padding: 5px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sapUiUx3TIFacetThingGroup {
|
|
206
|
+
width: 50%;
|
|
207
|
+
/*height: 300px;*/
|
|
208
|
+
min-width: 400px;
|
|
209
|
+
display: inline-block;
|
|
210
|
+
vertical-align: top;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.sapUiUx3TIFacetThingGroupSpan {
|
|
214
|
+
width: 100%;
|
|
215
|
+
/*height: 300px;*/
|
|
216
|
+
min-width: 600px;
|
|
217
|
+
display: block;
|
|
218
|
+
vertical-align: top;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.sapUiUx3TIFacetThingGroupContent {
|
|
222
|
+
margin: 5px 20px 0px 20px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapUiUx3TIFacetThingGroupContentTitle {
|
|
226
|
+
margin: 10px 20px 0px 20px;
|
|
227
|
+
font-weight: bold;
|
|
228
|
+
font-size: 14px;
|
|
229
|
+
color: @sapUiBaseText;
|
|
230
|
+
padding-bottom: 8px;
|
|
231
|
+
text-transform: uppercase;
|
|
232
|
+
border-bottom: 2px solid @sapUiMediumBorder;
|
|
233
|
+
text-overflow:ellipsis;
|
|
234
|
+
white-space:nowrap;
|
|
235
|
+
overflow:hidden;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.sapUiUx3TIFacetThingGroupContentTitle.HR {
|
|
239
|
+
margin-top: 8px;
|
|
240
|
+
padding: 0px;
|
|
241
|
+
height: 2px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.sapUiUx3TIHeaderGroupScrollContainer {
|
|
245
|
+
overflow-y: auto;
|
|
246
|
+
position: absolute;
|
|
247
|
+
top: 40px;
|
|
248
|
+
bottom: 0px;
|
|
249
|
+
width: 270px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sapUiUx3TI.sapUiUx3TINoFrame {
|
|
253
|
+
box-shadow: none;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.sapUiUx3TI.sapUiUx3TINoFrame > .sapUiUx3TIContent {
|
|
257
|
+
left: 0;
|
|
258
|
+
right: 0;
|
|
259
|
+
bottom: 0;
|
|
260
|
+
top: 0;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.sapUiUx3TI.sapUiUx3TINoFrame .sapUiUx3TV >.sapUiUx3TVContent {
|
|
264
|
+
background-color: @sapUiWhiteBG;
|
|
265
|
+
}
|
|
266
|
+
.sapUiUx3TI.sapUiUx3TINoFrame > .sapUiUx3OverlayOpenButton,
|
|
267
|
+
.sapUiUx3TI.sapUiUx3TINoFrame > .sapUiUx3OverlayCloseButton {
|
|
268
|
+
display: none;
|
|
269
|
+
}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.ui.ux3/Thing.control */
|
|
3
|
+
/* ======================================== */
|
|
4
|
+
|
|
5
|
+
.sapUiUx3TV {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapUiUx3TVContent {
|
|
10
|
+
background-color: @sapUiExtraLightBG;
|
|
11
|
+
border: 1px solid @sapUiMediumBorder;
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 0px;
|
|
14
|
+
left: 0px;
|
|
15
|
+
bottom: 0px;
|
|
16
|
+
right: 0px;
|
|
17
|
+
opacity: 1;
|
|
18
|
+
padding: 0;
|
|
19
|
+
min-width: 332px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiUx3TVActionBar {
|
|
23
|
+
bottom: 42px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapUiUx3TVNoActionBar {
|
|
27
|
+
bottom: 0px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapUiUx3TVContentScrollContainer {
|
|
31
|
+
position: absolute;
|
|
32
|
+
background-color: @sapUiExtraLightBG;
|
|
33
|
+
top: 0px;
|
|
34
|
+
left: 0px;
|
|
35
|
+
bottom: 0px;
|
|
36
|
+
right: 0px;
|
|
37
|
+
padding: 0;
|
|
38
|
+
overflow-y:auto;
|
|
39
|
+
overflow-x:hidden;
|
|
40
|
+
}
|
|
41
|
+
.sapUiUx3TVHeader {
|
|
42
|
+
background-color: @sapUiExtraLightBG;
|
|
43
|
+
position: absolute;
|
|
44
|
+
top: 0px;
|
|
45
|
+
left: 0px;
|
|
46
|
+
width: 270px;
|
|
47
|
+
}
|
|
48
|
+
.sapUiUx3TVHeader.sapUiUx3TVhorizontal{
|
|
49
|
+
height: 155px;
|
|
50
|
+
right: 0px;
|
|
51
|
+
width: auto;
|
|
52
|
+
border-bottom: 1px solid @sapUiMediumBorder;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapUiUx3TVFacets {
|
|
56
|
+
background-color: @sapUiExtraLightBG;
|
|
57
|
+
position: absolute;
|
|
58
|
+
top: 0px;
|
|
59
|
+
left: 270px;
|
|
60
|
+
right: 0px;
|
|
61
|
+
border-left: 1px solid @sapUiMediumBorder;
|
|
62
|
+
}
|
|
63
|
+
.sapUiUx3TVFacets.sapUiUx3TVhorizontal {
|
|
64
|
+
top: 156px;
|
|
65
|
+
left: 0px;
|
|
66
|
+
right: 0px;
|
|
67
|
+
bottom:40px;
|
|
68
|
+
border-left: 0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapUiUx3TVToolbar {
|
|
72
|
+
background-color: @sapUiExtraLightBG;
|
|
73
|
+
position: absolute;
|
|
74
|
+
bottom: 0px;
|
|
75
|
+
right: 0px;
|
|
76
|
+
left: 0px;
|
|
77
|
+
height: 31px;
|
|
78
|
+
margin: 0;
|
|
79
|
+
padding: 9px 18px 0 18px;
|
|
80
|
+
border-top: 1px solid @sapUiMediumBorder;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapUiUx3TVHeaderContent {
|
|
84
|
+
background-color: @sapUiBlackBG;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapUiUx3TVHeaderContainer {
|
|
88
|
+
padding: 0px 10px 5px 10px;
|
|
89
|
+
display: inline-block;
|
|
90
|
+
width: 250px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapUiUx3TVHeaderContainer.sapUiUx3TVhorizontal {
|
|
94
|
+
display: inline-block;
|
|
95
|
+
padding: 0px 10px 0px 10px;
|
|
96
|
+
overflow-x: hidden;
|
|
97
|
+
overflow-y: auto;
|
|
98
|
+
min-width: 200px;
|
|
99
|
+
height: 100%;
|
|
100
|
+
vertical-align: top;
|
|
101
|
+
border-left: 1px solid @sapUiMediumBorder;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapUiUx3TVHeaderContainerIdentifier {
|
|
105
|
+
padding: 10px 10px 0px 10px;
|
|
106
|
+
width: 250px;
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
text-overflow: ellipsis;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.sapUiUx3TVIdentifier {
|
|
112
|
+
font-size: 16px;
|
|
113
|
+
font-weight: bold;
|
|
114
|
+
color: @sapUiBaseText;
|
|
115
|
+
height: 27px;
|
|
116
|
+
width: 100%;
|
|
117
|
+
text-transform: uppercase;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.sapUiUx3TVTitle {
|
|
121
|
+
font-weight: bold;
|
|
122
|
+
padding-left: 10px;
|
|
123
|
+
color: @sapUiBaseText;
|
|
124
|
+
display: inline-block;
|
|
125
|
+
vertical-align: top;
|
|
126
|
+
position:relative;
|
|
127
|
+
width:67%; /*174px;*/
|
|
128
|
+
text-overflow:ellipsis;
|
|
129
|
+
white-space:nowrap;
|
|
130
|
+
overflow:hidden;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.sapUiUx3TVTitleFirst {
|
|
134
|
+
font-size: 16px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.sapUiUx3TVTitleSecond {
|
|
138
|
+
font-size: 14px;
|
|
139
|
+
font-weight: regular;
|
|
140
|
+
padding-top: 4px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.sapUiUx3TVIconBar {
|
|
144
|
+
position: relative;
|
|
145
|
+
padding: 10px 0px 15px 0px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.sapUiUx3TVIcon {
|
|
149
|
+
padding: 8px;
|
|
150
|
+
display: inline-block;
|
|
151
|
+
width: 48px;
|
|
152
|
+
height: 48px;
|
|
153
|
+
font-size: 48px;
|
|
154
|
+
border: 1px solid @sapUiMediumBorder;
|
|
155
|
+
border-radius: 6px;
|
|
156
|
+
float: left;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.sapUiUx3TVIcon>IMG {
|
|
160
|
+
width: 100%;
|
|
161
|
+
height: 100%;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.sapUiUx3TVHRGrey {
|
|
165
|
+
background-color: @sapUiMediumBorder;
|
|
166
|
+
border: 0;
|
|
167
|
+
height: 2px;
|
|
168
|
+
margin: 0;
|
|
169
|
+
padding: 0;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.sapUiUx3TVHRWhite {
|
|
173
|
+
background-color: @sapUiMediumBorder;
|
|
174
|
+
border: 0;
|
|
175
|
+
height: 2px;
|
|
176
|
+
margin: 0;
|
|
177
|
+
padding: 0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.sapUiUx3TVHeaderGroupTitle {
|
|
181
|
+
font-weight: bold;
|
|
182
|
+
font-size: 12px;
|
|
183
|
+
color: @sapUiBaseText;
|
|
184
|
+
text-transform: uppercase;
|
|
185
|
+
padding-top:7px;
|
|
186
|
+
text-overflow:ellipsis;
|
|
187
|
+
white-space:nowrap;
|
|
188
|
+
overflow:hidden;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.sapUiUx3TVHeaderGroupContent {
|
|
192
|
+
margin: 10px 0px 0px 0px;
|
|
193
|
+
font: 12px arial, sans-serif;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.sapUiUx3TVFacetBar {
|
|
197
|
+
position: absolute;
|
|
198
|
+
left: 20px;
|
|
199
|
+
right: 20px;
|
|
200
|
+
top: 0px;
|
|
201
|
+
height: 38px;
|
|
202
|
+
padding: 10px 0px 0px 0px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sapUiUx3TVFacetContent {
|
|
206
|
+
position: absolute;
|
|
207
|
+
left: 0px;
|
|
208
|
+
right: 0px;
|
|
209
|
+
top: 40px;
|
|
210
|
+
bottom: 0px;
|
|
211
|
+
overflow-y: auto;
|
|
212
|
+
overflow-x: auto;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.sapUiUx3TVFacetItem {
|
|
216
|
+
display: inline-block;
|
|
217
|
+
padding: 5px;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.sapUiUx3TVFacetThingGroup {
|
|
221
|
+
width: 50%;
|
|
222
|
+
min-width: 400px;
|
|
223
|
+
display: inline-block;
|
|
224
|
+
vertical-align: top;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.sapUiUx3TVFacetThingGroupSpan {
|
|
228
|
+
width: 100%;
|
|
229
|
+
min-width: 600px;
|
|
230
|
+
display: block;
|
|
231
|
+
vertical-align: top;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.sapUiUx3TVFacetThingGroupContent {
|
|
235
|
+
margin: 5px 20px 0px 20px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.sapUiUx3TVFacetThingGroupContentTitle {
|
|
239
|
+
margin: 10px 20px 0px 20px;
|
|
240
|
+
font-weight: bold;
|
|
241
|
+
font-size: 14px;
|
|
242
|
+
color: @sapUiBaseText;
|
|
243
|
+
padding-bottom: 8px;
|
|
244
|
+
text-transform: uppercase;
|
|
245
|
+
border-bottom: 2px solid @sapUiMediumBorder;
|
|
246
|
+
text-overflow:ellipsis;
|
|
247
|
+
white-space:nowrap;
|
|
248
|
+
overflow:hidden;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.sapUiUx3TVFacetThingGroupContentTitle.HR {
|
|
252
|
+
margin-top: 8px;
|
|
253
|
+
padding: 0px;
|
|
254
|
+
height: 2px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.sapUiUx3TVHeaderGroupScrollContainer {
|
|
258
|
+
overflow-y: auto;
|
|
259
|
+
position: absolute;
|
|
260
|
+
top: 40px;
|
|
261
|
+
bottom: 0px;
|
|
262
|
+
width: 270px;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sapUiUx3TVHeaderGroupScrollContainer.sapUiUx3TVhorizontal {
|
|
266
|
+
overflow-x: auto;
|
|
267
|
+
overflow-y: hidden;
|
|
268
|
+
top: 0px;
|
|
269
|
+
left: 270px;
|
|
270
|
+
right: 0px;
|
|
271
|
+
height: 155px;
|
|
272
|
+
width: auto;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.sapUiUx3TV.sapUiUx3TVNoFrame {
|
|
276
|
+
box-shadow: none;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.sapUiUx3TV.sapUiUx3TVNoFrame > .sapUiUx3TVContent {
|
|
280
|
+
left: 0;
|
|
281
|
+
right: 0;
|
|
282
|
+
bottom: 0;
|
|
283
|
+
top: 0;
|
|
284
|
+
background-color: @sapUiWhiteBG;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.sapUiUx3TV.sapUiUx3TVNoFrame > .sapUiUx3OverlayOpenButton,
|
|
288
|
+
.sapUiUx3TV.sapUiUx3TVNoFrame > .sapUiUx3OverlayCloseButton {
|
|
289
|
+
display: none;
|
|
290
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
/* ============================================ */
|
|
2
|
+
/* CSS for control sap.ui.ux3/ToolPopup.control */
|
|
3
|
+
/* Base */
|
|
4
|
+
/* ============================================ */
|
|
5
|
+
|
|
6
|
+
.sapUiUx3TP {
|
|
7
|
+
padding: 10px 22px;
|
|
8
|
+
min-width: 50px;
|
|
9
|
+
min-height: 20px;
|
|
10
|
+
color: @sapUiBaseText;
|
|
11
|
+
background-color: @sapUiExtraLightBG;
|
|
12
|
+
border: 1px solid @sapUiMediumBorder;
|
|
13
|
+
font-family: @sapUiFontFamily;
|
|
14
|
+
font-size: @sapUiFontSize;
|
|
15
|
+
outline: none;
|
|
16
|
+
}
|
|
17
|
+
.sapUiUx3TP.sapUiTPInverted {
|
|
18
|
+
color : @sapUiTextInverted;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiUx3TPTitle {
|
|
22
|
+
margin: 0;
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapUiUx3TPTitleSep {
|
|
28
|
+
height: 2px;
|
|
29
|
+
margin: 6px 0;
|
|
30
|
+
background-color: @sapUiLightLine;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapUiUx3TPButtonsSep {
|
|
34
|
+
height: 2px;
|
|
35
|
+
margin: 6px 0;
|
|
36
|
+
background-color: @sapUiLightLine;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapUiUxTPFocus {
|
|
40
|
+
outline : none;
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 0;
|
|
43
|
+
left: 0;
|
|
44
|
+
width: 1px;
|
|
45
|
+
height: 1px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapUiUx3TPArrow {
|
|
49
|
+
position: absolute;
|
|
50
|
+
width: @sapUiUx3ToolPopupArrowWidth;
|
|
51
|
+
height: @sapUiUx3ToolPopupArrowHeight;
|
|
52
|
+
left: -@sapUiUx3ToolPopupArrowWidth;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapUiUx3TPArrowRight {
|
|
56
|
+
right: -@sapUiUx3ToolPopupArrowWidth;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.sapUiUx3TPArrowUp {
|
|
60
|
+
left: 10px;
|
|
61
|
+
top: -@sapUiUx3ToolPopupArrowWidth;
|
|
62
|
+
width: @sapUiUx3ToolPopupArrowHeight;
|
|
63
|
+
height: @sapUiUx3ToolPopupArrowWidth;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sapUiUx3TPArrowDown {
|
|
67
|
+
left: 10px;
|
|
68
|
+
bottom: -@sapUiUx3ToolPopupArrowWidth;
|
|
69
|
+
width: @sapUiUx3ToolPopupArrowHeight;
|
|
70
|
+
height: @sapUiUx3ToolPopupArrowWidth;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sapUiUx3TPBtnRow {
|
|
74
|
+
text-align: right;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
html[dir=rtl] .sapUiUx3TPBtnRow {
|
|
78
|
+
text-align: left;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.sapUiUx3TPBtnRow > .sapUiUx3TPBtn {
|
|
82
|
+
margin-left: 5px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.sapUiUx3TP.sapUiUx3TPLargeContent {
|
|
86
|
+
bottom: @sapUiUx3TPPaddingBottom;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.sapUiUx3TPContent.sapUiUx3TPLargeContent {
|
|
90
|
+
bottom: 0px;
|
|
91
|
+
overflow-y: scroll;
|
|
92
|
+
height: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Control Adaptations */
|
|
96
|
+
.sapUiUx3TP .sapUiMlt {
|
|
97
|
+
color: @sapUiBaseText;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.sapUiUx3TP .sapUiMlt .sapUiTPInverted {
|
|
101
|
+
color : @sapUiTextInverted;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* But do not adapt inside children with a special CSS class "sapUiUx3TPResetColors".
|
|
105
|
+
This class is used to allow controls with regular design inside a ToolPopup. */
|
|
106
|
+
.sapUiUx3TP .sapUiUx3TPResetColors {
|
|
107
|
+
color: @sapUiBaseText;
|
|
108
|
+
background-color: @sapUiExtraLightBG;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.sapUiUx3TP .sapUiUx3TPResetColors .sapUiLbl,
|
|
112
|
+
.sapUiUx3TP .sapUiUx3TPResetColors .sapUiMlt {
|
|
113
|
+
color: @sapUiBaseText;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sapUiUx3TPButtonRowHidden{
|
|
117
|
+
display: none;
|
|
118
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* This CSS shares it rules with all other CSS of this library */
|
|
@@ -4,7 +4,44 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
/* ============================================================================== */
|
|
8
|
+
/* Due to deprecation of sap_hcb with SAPUI5 version 1.46 the library.source.less */
|
|
9
|
+
/* file of base is resolved: Imports to base.less and global.less of */
|
|
10
|
+
/* base are added to this library.source.less file (sap_hcb) and the */
|
|
11
|
+
/* respective control css files of base are added to the sap_hcb theme folder. */
|
|
12
|
+
/* This decoupling of the base theme is introduced with SAPUI5 version 1.126. */
|
|
13
|
+
/* ============================================================================== */
|
|
14
|
+
|
|
15
|
+
@import "../../../core/themes/base/base.less";
|
|
16
|
+
@import "../../../core/themes/base/global.less";
|
|
17
|
+
|
|
18
|
+
@import "base_shared.less";
|
|
19
|
+
@import "base_ActionBar.less";
|
|
20
|
+
@import "base_CollectionInspector.less";
|
|
21
|
+
@import "base_DataSet.less";
|
|
22
|
+
@import "base_DataSetSimpleView.less";
|
|
23
|
+
@import "base_Exact.less";
|
|
24
|
+
@import "base_ExactArea.less";
|
|
25
|
+
@import "base_ExactBrowser.less";
|
|
26
|
+
@import "base_ExactList.less";
|
|
27
|
+
@import "base_FacetFilter.less";
|
|
28
|
+
@import "base_FacetFilterList.less";
|
|
29
|
+
@import "base_Feed.less";
|
|
30
|
+
@import "base_FeedChunk.less";
|
|
31
|
+
@import "base_Feeder.less";
|
|
32
|
+
@import "base_NavigationBar.less";
|
|
33
|
+
@import "base_NotificationBar.less";
|
|
34
|
+
@import "base_Overlay.less";
|
|
35
|
+
@import "base_OverlayContainer.less";
|
|
36
|
+
@import "base_OverlayDialog.less";
|
|
37
|
+
@import "base_QuickView.less";
|
|
38
|
+
@import "base_Shell.less";
|
|
39
|
+
@import "base_ShellColorPicker.less";
|
|
40
|
+
@import "base_ShellPersonalization.less";
|
|
41
|
+
@import "base_ThingInspector.less";
|
|
42
|
+
@import "base_ThingViewer.less";
|
|
43
|
+
@import "base_ToolPopup.less";
|
|
44
|
+
|
|
8
45
|
@import "../../../../../sap/ui/core/themes/sap_hcb/global.less";
|
|
9
46
|
@import "shared.less";
|
|
10
47
|
|