@sapui5/sap.ui.vbm 1.122.0 → 1.124.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/LICENSE.txt +13 -10
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/sap/ui/vbm/.library +1 -1
- package/src/sap/ui/vbm/Adapter.js +1 -1
- package/src/sap/ui/vbm/Adapter3D.js +1 -1
- package/src/sap/ui/vbm/Viewport.js +1 -1
- package/src/sap/ui/vbm/adapter3d/DragDropHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ModelHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ObjectFactory.js +1 -1
- package/src/sap/ui/vbm/adapter3d/PolygonHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/SceneBuilder.js +1 -1
- package/src/sap/ui/vbm/adapter3d/VBIJSONParser.js +1 -1
- package/src/sap/ui/vbm/getResourceBundle.js +4 -6
- package/src/sap/ui/vbm/i18n/messagebundle_ar.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_bg.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ca.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_cnr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_cs.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_cy.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_da.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_de.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_el.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_en.properties +1 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_GB.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_en_US_saprigi.properties +23 -23
- package/src/sap/ui/vbm/i18n/messagebundle_es.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_et.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_fr.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_hi.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_hr.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_hu.properties +4 -4
- package/src/sap/ui/vbm/i18n/messagebundle_id.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_it.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_iw.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ja.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_kk.properties +0 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ko.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_lt.properties +6 -6
- package/src/sap/ui/vbm/i18n/messagebundle_lv.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_mk.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ms.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_nl.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_no.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_pl.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_pt.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_pt_PT.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ro.properties +4 -4
- package/src/sap/ui/vbm/i18n/messagebundle_ru.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sh.properties +18 -4
- package/src/sap/ui/vbm/i18n/messagebundle_sk.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sl.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sv.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_th.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_tr.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_uk.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_vi.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_zh_TW.properties +2 -2
- package/src/sap/ui/vbm/lib/sapnavigation.js +3 -7
- package/src/sap/ui/vbm/library.js +2 -2
- package/src/sap/ui/vbm/themes/sap_bluecrystal/library.source.less +10 -1
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/AnalyticMap.less +8 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Cluster.less +136 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerBase.less +45 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerLegendItem.less +46 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/DetailWindow.less +42 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/GeoMap.less +8 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanel.less +43 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanelStack.less +30 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/MapContainer.less +210 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/VBI.less +829 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Viewport.less +17 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/library.source.less +18 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/shared.less +9 -0
|
@@ -0,0 +1,829 @@
|
|
|
1
|
+
|
|
2
|
+
/*...........................................................................*/
|
|
3
|
+
/* LESS for control sap.ui.vbm/VBI.control...................................*/
|
|
4
|
+
/*...........................................................................*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* main vbi container style..................................................*/
|
|
8
|
+
.vbi-main {
|
|
9
|
+
border: none;
|
|
10
|
+
/* change box model to enable relative sizing with fixed border */
|
|
11
|
+
/* not needed without border
|
|
12
|
+
-moz-box-sizing: border-box;
|
|
13
|
+
-webkit-box-sizing: border-box;
|
|
14
|
+
-ms-box-sizing: border-box;
|
|
15
|
+
box-sizing: border-box; */
|
|
16
|
+
-webkit-user-select: none;
|
|
17
|
+
-moz-user-select: none;
|
|
18
|
+
-ms-user-select: none;
|
|
19
|
+
user-select: none;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.vbi-hidden {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.vbi-viewport {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
position: relative;
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.vbi-moveable-layer {
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.vbi-map-layer {
|
|
38
|
+
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.vbi-structure-layer {
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* geoscene canvas style.....................................................*/
|
|
45
|
+
.vbi-geoscenecanvas {
|
|
46
|
+
-ms-touch-action: none;
|
|
47
|
+
touch-action: none;
|
|
48
|
+
}
|
|
49
|
+
.vbi-map-active {
|
|
50
|
+
opacity: 1;
|
|
51
|
+
transition: opacity 1s ease;
|
|
52
|
+
}
|
|
53
|
+
.vbi-map-inactive {
|
|
54
|
+
opacity: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* container vo style..........................................................*/
|
|
58
|
+
.vbi-container-vo {
|
|
59
|
+
-ms-touch-action: none;
|
|
60
|
+
touch-action: none;
|
|
61
|
+
pointer-events: auto; /* explicitly set to make sure element receives events */
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/*...........................................................................*/
|
|
66
|
+
/* Begin of Navigation Control styles........................................*/
|
|
67
|
+
/*...........................................................................*/
|
|
68
|
+
|
|
69
|
+
.vbi-nav{
|
|
70
|
+
position: absolute;
|
|
71
|
+
top: 10px;
|
|
72
|
+
left: 10px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.vbi-nav * {
|
|
76
|
+
background-image: url('../base/img/sapvisualbusiness.png');
|
|
77
|
+
position: absolute;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.vbi-cursor-reset,
|
|
81
|
+
.vbi-cursor-left,
|
|
82
|
+
.vbi-cursor-top,
|
|
83
|
+
.vbi-cursor-right,
|
|
84
|
+
.vbi-cursor-down,
|
|
85
|
+
.vbi-scrollpoint{ cursor: pointer; }
|
|
86
|
+
|
|
87
|
+
.vbi-cursor{
|
|
88
|
+
position: absolute;
|
|
89
|
+
width: 72px;
|
|
90
|
+
height: 72px;
|
|
91
|
+
background-position: -5px 305px;
|
|
92
|
+
}
|
|
93
|
+
.vbi-cursor:hover{ background-position: -5px 228px; }
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
.vbi-cursor-grip{
|
|
97
|
+
position: absolute;
|
|
98
|
+
top: 0px;
|
|
99
|
+
left: 0px;
|
|
100
|
+
width: 72px;
|
|
101
|
+
height: 72px;
|
|
102
|
+
background-position: -82px 305px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.vbi-cursor-middle{
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 7px;
|
|
108
|
+
left: 7px;
|
|
109
|
+
width: 58px;
|
|
110
|
+
height: 58px;
|
|
111
|
+
background-position: -159px 305px;
|
|
112
|
+
display: block;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.vbi-cursor-middle .vbi-cursor-reset{
|
|
116
|
+
position: absolute;
|
|
117
|
+
width: 16px;
|
|
118
|
+
height: 16px;
|
|
119
|
+
background-position: -222px 305px;
|
|
120
|
+
left: 21px;
|
|
121
|
+
top: 21px;
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
html[ dir=rtl ] .vbi-cursor-middle .vbi-cursor-reset{
|
|
126
|
+
left: auto;
|
|
127
|
+
right: 21px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
.vbi-cursor-middle .vbi-cursor-reset:hover{ background-position: -222px 284px; }
|
|
132
|
+
|
|
133
|
+
.vbi-cursor-middle .vbi-cursor-left{
|
|
134
|
+
position: absolute;
|
|
135
|
+
width: 13px;
|
|
136
|
+
height: 12px;
|
|
137
|
+
top: 23px;
|
|
138
|
+
left: 8px;
|
|
139
|
+
background-position: -134px 228px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
html[ dir=rtl ] .vbi-cursor-middle .vbi-cursor-left {
|
|
144
|
+
left: auto;
|
|
145
|
+
right: 8px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
.vbi-cursor-middle .vbi-cursor-left:hover{background-position: -134px 211px;}
|
|
150
|
+
|
|
151
|
+
.vbi-cursor-middle .vbi-cursor-top{
|
|
152
|
+
position: absolute;
|
|
153
|
+
width: 12px;
|
|
154
|
+
height: 13px;
|
|
155
|
+
top: 8px;
|
|
156
|
+
left: 23px;
|
|
157
|
+
background-position: -82px 228px;
|
|
158
|
+
}
|
|
159
|
+
.vbi-cursor-middle .vbi-cursor-top:hover{background-position: -82px 210px;}
|
|
160
|
+
|
|
161
|
+
.vbi-cursor-middle .vbi-cursor-right{
|
|
162
|
+
position: absolute;
|
|
163
|
+
width: 13px;
|
|
164
|
+
height: 12px;
|
|
165
|
+
top: 23px;
|
|
166
|
+
right:8px;
|
|
167
|
+
background-position: -116px 228px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
html[ dir=rtl ] .vbi-cursor-middle .vbi-cursor-right {
|
|
172
|
+
right:auto;
|
|
173
|
+
left: 8px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
.vbi-cursor-middle .vbi-cursor-right:hover{background-position: -116px 211px;}
|
|
178
|
+
|
|
179
|
+
.vbi-cursor-middle .vbi-cursor-down{
|
|
180
|
+
position: absolute;
|
|
181
|
+
width: 12px;
|
|
182
|
+
height: 13px;
|
|
183
|
+
bottom: 8px;
|
|
184
|
+
left: 23px;
|
|
185
|
+
background-position: -99px 228px;
|
|
186
|
+
}
|
|
187
|
+
.vbi-cursor-middle .vbi-cursor-down:hover{background-position: -99px 210px;}
|
|
188
|
+
|
|
189
|
+
.vbi-scrollarea{
|
|
190
|
+
position: absolute;
|
|
191
|
+
top: 84px;
|
|
192
|
+
left: 27px;
|
|
193
|
+
height: 94px;
|
|
194
|
+
width: 18px;
|
|
195
|
+
background: none;
|
|
196
|
+
display: block;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.vbi-scrolllineupperending{
|
|
200
|
+
position: absolute;
|
|
201
|
+
width: 10px;
|
|
202
|
+
height: 4px;
|
|
203
|
+
left: 4px;
|
|
204
|
+
top: 0px;
|
|
205
|
+
background-position: -243px 305px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.vbi-scrollline{
|
|
209
|
+
position: absolute;
|
|
210
|
+
width: 10px;
|
|
211
|
+
height: 85px;
|
|
212
|
+
top: 4px;
|
|
213
|
+
left: 4px;
|
|
214
|
+
background-image: url('../base/img/scrollline.png');
|
|
215
|
+
background-repeat: repeat-y;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.vbi-scrolllinelowerending{
|
|
219
|
+
position: absolute;
|
|
220
|
+
width: 10px;
|
|
221
|
+
height: 5px;
|
|
222
|
+
left: 4px;
|
|
223
|
+
top: 89px;
|
|
224
|
+
background-position: -243px 290px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.vbi-scrollpoint{
|
|
228
|
+
position: absolute;
|
|
229
|
+
width: 18px;
|
|
230
|
+
height: 18px;
|
|
231
|
+
left: 0px;
|
|
232
|
+
background-position: -235px 242px;
|
|
233
|
+
top: 0px;
|
|
234
|
+
}
|
|
235
|
+
.vbi-scrollpoint:hover{background-position: -235px 219px;}
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
.vbi-navmobile-home,
|
|
239
|
+
.vbi-navmobile-zoomin,
|
|
240
|
+
.vbi-navmobile-zoomout
|
|
241
|
+
{
|
|
242
|
+
line-height: 32px;
|
|
243
|
+
color: rgba( 0, 0, 0, 0.5 );
|
|
244
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
245
|
+
padding: 0px 0px;
|
|
246
|
+
background-image: none;
|
|
247
|
+
position: absolute;
|
|
248
|
+
width: 32px;
|
|
249
|
+
height: 32px;
|
|
250
|
+
font-size:28px;
|
|
251
|
+
border: 1px solid rgba(120, 120, 120, 1.0);
|
|
252
|
+
background-clip:content-box;
|
|
253
|
+
text-align: center;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.vbi-navmobile-home{
|
|
257
|
+
font-family: "SAP-icons", Arial, Helvetica, sans-serif;
|
|
258
|
+
font-size:22px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.vbi-navmobile-zoomin{
|
|
262
|
+
top: 40px;
|
|
263
|
+
}
|
|
264
|
+
.vbi-navmobile-zoomout{
|
|
265
|
+
top: 80px;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/*...........................................................................*/
|
|
269
|
+
/* End of Navigation Control styles..........................................*/
|
|
270
|
+
/*...........................................................................*/
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
/*...........................................................................*/
|
|
274
|
+
/* Begin of Detail Window styles.............................................*/
|
|
275
|
+
/*...........................................................................*/
|
|
276
|
+
|
|
277
|
+
@_sap_ui_vbm_VBI_DetailBG: rgba(255, 255, 255, 0.9);
|
|
278
|
+
|
|
279
|
+
.vbi-detail {
|
|
280
|
+
box-sizing: border-box;
|
|
281
|
+
position: absolute;
|
|
282
|
+
margin: 0;
|
|
283
|
+
padding:0.9375rem;
|
|
284
|
+
background-color: @_sap_ui_vbm_VBI_DetailBG;
|
|
285
|
+
box-shadow: 0rem 0rem 1.875rem 0.125rem rgba(0, 0, 0, 0.15); /* to get a shadow around the box */
|
|
286
|
+
/*max-width:18rem;*/
|
|
287
|
+
/*max-height:20rem;*/
|
|
288
|
+
-webkit-user-select: initial;
|
|
289
|
+
-moz-user-select: text;
|
|
290
|
+
-ms-user-select: initial;
|
|
291
|
+
user-select: initial;
|
|
292
|
+
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
.vbi-detail > .vbi-detail-arrow {
|
|
297
|
+
position: absolute;
|
|
298
|
+
left: 1.563rem; /* shift arrow to the left*/
|
|
299
|
+
margin: 0;
|
|
300
|
+
border-top: 0;
|
|
301
|
+
/* all borders are first transparent......................................*/
|
|
302
|
+
/* the correction is done in the specialization...........................*/
|
|
303
|
+
border-left: 0.5rem solid transparent;
|
|
304
|
+
border-top: 0.5rem solid transparent;
|
|
305
|
+
border-right: 0.5rem solid transparent;
|
|
306
|
+
border-bottom: 0.5rem solid transparent;
|
|
307
|
+
|
|
308
|
+
/* there is no padding....................................................*/
|
|
309
|
+
padding: 0;
|
|
310
|
+
width: 0;
|
|
311
|
+
height: 0;
|
|
312
|
+
font-size: 0;
|
|
313
|
+
line-height: 0;
|
|
314
|
+
_border-right-color: pink;
|
|
315
|
+
_border-left-color: pink;
|
|
316
|
+
_filter: chroma(color=pink);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/*...........................................................................*/
|
|
320
|
+
/* left side arrow...........................................................*/
|
|
321
|
+
|
|
322
|
+
.vbi-detail > .vbi-detail-arrow.vbi-detail-left
|
|
323
|
+
{
|
|
324
|
+
left: -0.5rem;
|
|
325
|
+
top: 0.9375rem;
|
|
326
|
+
|
|
327
|
+
/* only right border is used all others are transparent...................*/
|
|
328
|
+
border-left: 0rem solid transparent;
|
|
329
|
+
border-right: 0.5rem solid;
|
|
330
|
+
border-right-color: @_sap_ui_vbm_VBI_DetailBG;
|
|
331
|
+
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/* borders for arrow.........................................................*/
|
|
335
|
+
.vbi-detail-border .vbi-detail-arrow.vbi-detail-left.vbi-detail-border-arrow
|
|
336
|
+
{
|
|
337
|
+
position: absolute;
|
|
338
|
+
top: 0.9375rem;
|
|
339
|
+
left: -0.563rem;
|
|
340
|
+
border-left: 0rem solid transparent;
|
|
341
|
+
border-right: 0.5rem solid;
|
|
342
|
+
border-right-color: #a6b5d1;
|
|
343
|
+
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/* border for detail div.....................................................*/
|
|
347
|
+
.vbi-detail-border
|
|
348
|
+
{
|
|
349
|
+
border: 0.0625rem #a6b5d1 solid; /* color border*/
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.vbi-detail > .vbi-detail-header
|
|
353
|
+
{
|
|
354
|
+
/* font definition of the callout header..................................*/
|
|
355
|
+
font-size: @sapUiFontHeader4Size;
|
|
356
|
+
font-family: @sapUiFontFamily;
|
|
357
|
+
font-weight: bold;
|
|
358
|
+
color: @sapUiText;
|
|
359
|
+
overflow: hidden;
|
|
360
|
+
vertical-align: top;
|
|
361
|
+
/*text-overflow: ellipsis;*/
|
|
362
|
+
white-space: nowrap;
|
|
363
|
+
left: 0rem;
|
|
364
|
+
top: 0rem;
|
|
365
|
+
padding: 0;
|
|
366
|
+
margin: 0;
|
|
367
|
+
border-width:0;
|
|
368
|
+
line-height:normal;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
.vbi-detail-closebutton
|
|
373
|
+
{
|
|
374
|
+
font-family: "SAP-icons", Arial, Helvetica, sans-serif;
|
|
375
|
+
font-size:0.750rem;
|
|
376
|
+
text-align: center;
|
|
377
|
+
position: absolute;
|
|
378
|
+
margin: 0;
|
|
379
|
+
padding: 0;
|
|
380
|
+
margin: 0;
|
|
381
|
+
border-width: 0;
|
|
382
|
+
background-color: rgba(255, 255, 255, 0.0);
|
|
383
|
+
-moz-box-sizing: border-box;
|
|
384
|
+
box-sizing: border-box;
|
|
385
|
+
cursor: pointer;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.vbi-detail-closebutton-desktop
|
|
389
|
+
{
|
|
390
|
+
border-top: 0.063rem solid transparent;
|
|
391
|
+
right: 0.3125rem;
|
|
392
|
+
top: 0.3125rem;
|
|
393
|
+
height: 1.375rem;
|
|
394
|
+
width: 1.375rem;
|
|
395
|
+
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.vbi-detail-closebutton-tablet
|
|
399
|
+
{
|
|
400
|
+
border-top: 0.125rem solid transparent;
|
|
401
|
+
right: 0.0rem;
|
|
402
|
+
top: 0.0rem;
|
|
403
|
+
height: 2rem;
|
|
404
|
+
width: 2rem;
|
|
405
|
+
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
@_sap_ui_vbm_VBI_DetailCloseHoverBG: rgba(128, 150, 189, 1.0);
|
|
409
|
+
|
|
410
|
+
.vbi-detail-closebutton:hover
|
|
411
|
+
{
|
|
412
|
+
background-color: @_sap_ui_vbm_VBI_DetailCloseHoverBG;
|
|
413
|
+
}
|
|
414
|
+
.vbi-detail-closebutton:active
|
|
415
|
+
{
|
|
416
|
+
background-color: @_sap_ui_vbm_VBI_DetailCloseHoverBG;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.vbi-detail-closebutton:before
|
|
420
|
+
{
|
|
421
|
+
content: "\e03e";
|
|
422
|
+
color: rgba(107, 125, 151, 1.0);
|
|
423
|
+
}
|
|
424
|
+
.vbi-detail-closebutton-desktop:before
|
|
425
|
+
{
|
|
426
|
+
vertical-align: -25%;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.vbi-detail-closebutton-tablet:before
|
|
430
|
+
{
|
|
431
|
+
vertical-align: -50%;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
.vbi-detail-closebutton:hover::before
|
|
436
|
+
{
|
|
437
|
+
color: #ffffff;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.vbi-detail-closebutton:active::before
|
|
441
|
+
{
|
|
442
|
+
color: #ffffff;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.vbi-detail .vbi-detail-title
|
|
446
|
+
{
|
|
447
|
+
display:inline-block;
|
|
448
|
+
text-align: center;
|
|
449
|
+
top: 0rem;
|
|
450
|
+
left: 0rem;
|
|
451
|
+
margin: 0;
|
|
452
|
+
padding: 0 1rem 1rem 0;
|
|
453
|
+
border-width: 0;
|
|
454
|
+
width: 100%;
|
|
455
|
+
-moz-box-sizing: border-box;
|
|
456
|
+
box-sizing: border-box;
|
|
457
|
+
overflow: hidden;
|
|
458
|
+
text-overflow: ellipsis;
|
|
459
|
+
/* max-width:18rem; */
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.vbi-detail-content
|
|
463
|
+
{
|
|
464
|
+
position: relative;
|
|
465
|
+
margin: 0rem;
|
|
466
|
+
padding: 0rem;
|
|
467
|
+
border: 0rem;
|
|
468
|
+
background-color: @_sap_ui_vbm_VBI_DetailBG;
|
|
469
|
+
box-sizing: border-box;
|
|
470
|
+
-moz-box-sizing: border-box;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
/* Styles for phone */
|
|
474
|
+
|
|
475
|
+
.vbi-detail-phone
|
|
476
|
+
{
|
|
477
|
+
|
|
478
|
+
box-sizing: border-box;
|
|
479
|
+
position: absolute;
|
|
480
|
+
margin: 0;
|
|
481
|
+
background-color: @_sap_ui_vbm_VBI_DetailBG;
|
|
482
|
+
width: 100%;
|
|
483
|
+
min-height: 3.5 rem;
|
|
484
|
+
padding-bottom: 0.75rem;
|
|
485
|
+
padding-right: 2rem;
|
|
486
|
+
padding-left: 1rem;
|
|
487
|
+
padding-top: 0.75rem;
|
|
488
|
+
border-top: 0.0625rem #a6b5d1 solid;
|
|
489
|
+
border-left: 0rem;
|
|
490
|
+
border-right: 0rem;
|
|
491
|
+
border-bottom: 0rem;
|
|
492
|
+
box-shadow: 0rem 0rem 1.875rem 0.125rem rgba(0, 0, 0, 0.15);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.vbi-detail-header-phone
|
|
496
|
+
{
|
|
497
|
+
font-size: 0.875rem;
|
|
498
|
+
font-family: @sapUiFontFamily;
|
|
499
|
+
font-weight: bold;
|
|
500
|
+
color: @sapUiText;
|
|
501
|
+
overflow: hidden;
|
|
502
|
+
vertical-align: top;
|
|
503
|
+
/*text-overflow: ellipsis;*/
|
|
504
|
+
white-space: nowrap;
|
|
505
|
+
left: 0rem;
|
|
506
|
+
top: 0rem;
|
|
507
|
+
padding: 0;
|
|
508
|
+
margin: 0;
|
|
509
|
+
border-width:0;
|
|
510
|
+
}
|
|
511
|
+
.vbi-detail-title-phone
|
|
512
|
+
{
|
|
513
|
+
display:inline-block;
|
|
514
|
+
text-align: center;
|
|
515
|
+
top: 0rem;
|
|
516
|
+
left: 0rem;
|
|
517
|
+
margin: 0;
|
|
518
|
+
border-width: 0;
|
|
519
|
+
width: 100%;
|
|
520
|
+
box-sizing: border-box;
|
|
521
|
+
overflow: hidden;
|
|
522
|
+
text-overflow: ellipsis;
|
|
523
|
+
padding: 0 0 0.375rem 0;
|
|
524
|
+
max-width: none;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
/*...........................................................................*/
|
|
528
|
+
/* 2d elements for Detail Window.............................................*/
|
|
529
|
+
/*...........................................................................*/
|
|
530
|
+
|
|
531
|
+
.vbi-2d-common
|
|
532
|
+
{
|
|
533
|
+
position: absolute;
|
|
534
|
+
font-size: 12px;
|
|
535
|
+
font-family: @sapUiFontFamily;
|
|
536
|
+
color: @sapUiBaseText;
|
|
537
|
+
background-color: transparent;
|
|
538
|
+
text-align: left;
|
|
539
|
+
vertical-align: middle;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.vbi-2d-caption
|
|
543
|
+
{
|
|
544
|
+
font-family: @sapUiFontFamily;
|
|
545
|
+
color: @sapUiText;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
vbi-2d-label
|
|
549
|
+
{
|
|
550
|
+
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.vbi-2d-link
|
|
554
|
+
{
|
|
555
|
+
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.vbi-2d-image
|
|
559
|
+
{
|
|
560
|
+
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.vbi-2d-button
|
|
564
|
+
{
|
|
565
|
+
color: @sapUiButtonTextColor;
|
|
566
|
+
background-color: @sapUiButtonBackground;
|
|
567
|
+
border-color: @sapUiButtonBorderColor;
|
|
568
|
+
border-width: 1px;
|
|
569
|
+
border-style: solid;
|
|
570
|
+
border-radius: 2px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
/*...........................................................................*/
|
|
574
|
+
/* End of Detail Window styles...............................................*/
|
|
575
|
+
/*...........................................................................*/
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
/*...........................................................................*/
|
|
579
|
+
/* Begin of Legend window style .............................................*/
|
|
580
|
+
/*...........................................................................*/
|
|
581
|
+
|
|
582
|
+
.vbi-legend {
|
|
583
|
+
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1.875rem 0.125rem;
|
|
584
|
+
top: 0;
|
|
585
|
+
box-sizing: border-box;
|
|
586
|
+
position: absolute;
|
|
587
|
+
margin: 0;
|
|
588
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
589
|
+
-webkit-user-select: none;
|
|
590
|
+
-moz-user-select: none;
|
|
591
|
+
-ms-user-select: none;
|
|
592
|
+
user-select: none;
|
|
593
|
+
color: black;
|
|
594
|
+
text-align: left;
|
|
595
|
+
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
html[ dir=rtl ] .vbi-legend {
|
|
599
|
+
text-align: right;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.vbi-legend > .vbi-legend-header
|
|
603
|
+
{
|
|
604
|
+
padding: 0.5rem 1rem 0.5rem 3rem;
|
|
605
|
+
overflow: hidden;
|
|
606
|
+
vertical-align: top;
|
|
607
|
+
white-space: nowrap;
|
|
608
|
+
top: 0rem;
|
|
609
|
+
height: 1rem;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.vbi-legend-header{
|
|
613
|
+
cursor: pointer;
|
|
614
|
+
-webkit-user-select: none;
|
|
615
|
+
-moz-user-select: none;
|
|
616
|
+
-ms-user-select: none;
|
|
617
|
+
user-select: none;
|
|
618
|
+
touch-action: none;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.vbi-legend .vbi-legend-title
|
|
622
|
+
{
|
|
623
|
+
display:block;
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
font-size: 14px;
|
|
627
|
+
font-family: @sapUiFontFamily;
|
|
628
|
+
|
|
629
|
+
overflow: hidden;
|
|
630
|
+
text-overflow: ellipsis;
|
|
631
|
+
-webkit-user-select: none;
|
|
632
|
+
-moz-user-select: none;
|
|
633
|
+
-ms-user-select: none;
|
|
634
|
+
user-select: none;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.vbi-legend-button
|
|
638
|
+
{
|
|
639
|
+
font-family: "SAP-icons", Arial, Helvetica, sans-serif;
|
|
640
|
+
font-size: 1rem;
|
|
641
|
+
text-align: center;
|
|
642
|
+
position: absolute;
|
|
643
|
+
height: 2rem;
|
|
644
|
+
width: 3rem;
|
|
645
|
+
cursor: pointer;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.vbi-legend-button .vbi-legend-button-col
|
|
649
|
+
{
|
|
650
|
+
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.vbi-legend-button .vbi-legend-button-exp
|
|
654
|
+
{
|
|
655
|
+
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.vbi-legend-button-col:hover
|
|
659
|
+
{
|
|
660
|
+
|
|
661
|
+
}
|
|
662
|
+
.vbi-legend-button-col:active
|
|
663
|
+
{
|
|
664
|
+
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.vbi-legend-button-col:before
|
|
668
|
+
{
|
|
669
|
+
content: "\e1f9";
|
|
670
|
+
vertical-align: -25%;
|
|
671
|
+
vertical-align: -webkit-baseline-middle;
|
|
672
|
+
-ms-transform: translate(0, 10%);
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
.vbi-legend-button-exp:hover
|
|
679
|
+
{
|
|
680
|
+
|
|
681
|
+
}
|
|
682
|
+
.vbi-legend-button-exp:active
|
|
683
|
+
{
|
|
684
|
+
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.vbi-legend-button-exp:before
|
|
688
|
+
{
|
|
689
|
+
content: "\e1c0";
|
|
690
|
+
vertical-align: -25%;
|
|
691
|
+
vertical-align: -webkit-baseline-middle;
|
|
692
|
+
-ms-transform: translate(0, 10%);
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
html[ dir=rtl ] .vbi-legend-button-exp:before
|
|
697
|
+
{
|
|
698
|
+
content: "\e1bf";
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
.vbi-legend-content
|
|
703
|
+
{
|
|
704
|
+
position: relative;
|
|
705
|
+
overflow-y: auto;
|
|
706
|
+
overflow-x: hidden;
|
|
707
|
+
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.vbi-legend-table
|
|
711
|
+
{
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
float: left;
|
|
715
|
+
width: 100%;
|
|
716
|
+
border-collapse: collapse;
|
|
717
|
+
td { padding-left: 1rem; padding-top: 0rem; padding-bottom: 0rem;
|
|
718
|
+
};
|
|
719
|
+
td:nth-child(1){
|
|
720
|
+
width:1rem;
|
|
721
|
+
};
|
|
722
|
+
tr { line-height: 30px;
|
|
723
|
+
|
|
724
|
+
};
|
|
725
|
+
}
|
|
726
|
+
td.vbi-legend-content-celltext
|
|
727
|
+
{
|
|
728
|
+
padding: 0rem 1rem 0rem 0.5rem;
|
|
729
|
+
|
|
730
|
+
-webkit-user-select: none;
|
|
731
|
+
-moz-user-select: none;
|
|
732
|
+
-ms-user-select: none;
|
|
733
|
+
user-select: none;
|
|
734
|
+
white-space: nowrap;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
.vbi-legend-content-celltext-group
|
|
739
|
+
{
|
|
740
|
+
|
|
741
|
+
font-style: italic;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.vbi-legend-content-celldiv
|
|
745
|
+
{
|
|
746
|
+
height: 1rem;
|
|
747
|
+
width: 1rem;
|
|
748
|
+
object-fit: contain;
|
|
749
|
+
transform: translate(0, 25%);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.vbi-legend-content-celldiv-square
|
|
753
|
+
{
|
|
754
|
+
|
|
755
|
+
height: 0.875rem;
|
|
756
|
+
width: 0.875rem;
|
|
757
|
+
border-style: solid;
|
|
758
|
+
border-width: 0.0625rem;
|
|
759
|
+
border-color: white;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
/*...........................................................................*/
|
|
769
|
+
/* End of Legend window style ...............................................*/
|
|
770
|
+
/*...........................................................................*/
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
/*...........................................................................*/
|
|
774
|
+
/* Copyright style...........................................................*/
|
|
775
|
+
/*...........................................................................*/
|
|
776
|
+
|
|
777
|
+
.vbi-copyright
|
|
778
|
+
{
|
|
779
|
+
color: black;
|
|
780
|
+
position: absolute;
|
|
781
|
+
bottom: 0px;
|
|
782
|
+
right: 0px;
|
|
783
|
+
text-align: center;
|
|
784
|
+
font-size: 10px;
|
|
785
|
+
padding-right:10px;
|
|
786
|
+
padding-left:10px;
|
|
787
|
+
background-color: rgba(255,255,255,0.45);
|
|
788
|
+
background: -moz-linear-gradient(right,rgba(255,255,255,0.45),rgba(255,255,255,0.45) 80%,rgba(255,255,255,0)); /* Firefox */
|
|
789
|
+
background: -webkit-linear-gradient(right,rgba(255,255,255,0.45),rgba(255,255,255,0.45) 80%,rgba(255,255,255,0)); /* Chrome, Safari */
|
|
790
|
+
background: -ms-linear-gradient(right,rgba(255,255,255,0.45),rgba(255,255,255,0.45) 80%,rgba(255,255,255,0));
|
|
791
|
+
a[href]
|
|
792
|
+
{
|
|
793
|
+
color: #436976;
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
/*...........................................................................*/
|
|
798
|
+
/* Scale style...............................................................*/
|
|
799
|
+
/*...........................................................................*/
|
|
800
|
+
|
|
801
|
+
.vbi-scale
|
|
802
|
+
{
|
|
803
|
+
left: 5px;
|
|
804
|
+
position: absolute;
|
|
805
|
+
bottom: 1px;
|
|
806
|
+
pointer-events: none;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
/*...........................................................................*/
|
|
810
|
+
/* End of Scale style........................................................*/
|
|
811
|
+
/*...........................................................................*/
|
|
812
|
+
|
|
813
|
+
/*...........................................................................*/
|
|
814
|
+
/* VBI Icon font.............................................................*/
|
|
815
|
+
/*...........................................................................*/
|
|
816
|
+
|
|
817
|
+
@font-face {
|
|
818
|
+
font-family: 'VBI-Icons';
|
|
819
|
+
src:url('../base/fonts/VBI-Icons.eot?#iefix') format('embedded-opentype'),
|
|
820
|
+
url('../base/fonts/VBI-Icons.woff2') format('woff2'),
|
|
821
|
+
url('../base/fonts/VBI-Icons.woff') format('woff'),
|
|
822
|
+
url('../base/fonts/VBI-Icons.ttf') format('truetype');
|
|
823
|
+
font-weight: normal;
|
|
824
|
+
font-style: normal;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
/*...........................................................................*/
|
|
828
|
+
/* End of VBI Icon font......................................................*/
|
|
829
|
+
/*...........................................................................*/
|