@sapui5/sap.zen.crosstab 1.124.7 → 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.
@@ -0,0 +1,401 @@
1
+ .sapbi_snippet_ROOT, #sapbi_snippet_ROOT, #sapbi_snippet_ROOT_DIALOG {
2
+ height: 100%;
3
+ margin-left: 0px;
4
+ margin-right: 0px;
5
+ margin-top: 0px;
6
+ margin-bottom: 0px;
7
+ /* should include sapUiBody */
8
+ }
9
+
10
+ #sapbi_snippet_ROOT_DIALOG {
11
+ position: absolute;
12
+ top: 0px;
13
+ width: 100%;
14
+ }
15
+
16
+ .sapbi_body>div:nth-child(1) {
17
+ box-sizing: border-box;
18
+ padding-left: 3rem;
19
+ padding-right: 3rem;
20
+ padding-top: 2rem;
21
+ padding-bottom: 2rem;
22
+ }
23
+
24
+ .sapbi_bodyContent {
25
+ border: 0px solid @sapUiGroupTitleBorderColor;
26
+ }
27
+
28
+ .sapbi_bodyContent_detailToolbar {
29
+ border-top: 1px solid #cdcdcd;
30
+ border-right: 1px solid #cdcdcd;
31
+ border-bottom: 1px solid #dddddd;
32
+ /* should include sapContrastPlus sapMBar-CTX sapMContent-CTX sapMHeader-CTX sapMIBar sapMIBar-CTX */
33
+ }
34
+
35
+ .sapbi_bodyContent_detailContent {
36
+ border-bottom: 1px solid #cdcdcd;
37
+ border-right: 1px solid #cdcdcd;
38
+ overflow: hidden !important;
39
+ }
40
+
41
+ div.zenborder{
42
+ overflow: visible !important;
43
+ }
44
+
45
+ .sapzenfilterbar .sapzenfilterpanel-HasLabelOnTop{
46
+ margin-top:20px;
47
+ }
48
+
49
+ button.zenSapMBtnFixHeight{
50
+ padding-top:0px;
51
+ }
52
+
53
+ button.zenSapMBtnFixHeight .sapMBtnContent{
54
+ position: absolute;
55
+ top: 50%;
56
+ left: 0.75rem;
57
+ transform: translateX(0%) translateY(-50%);
58
+ -ms-transform: translateX(0%) translateY(-50%); /* IE 9 */
59
+ -webkit-transform: translateX(0%) translateY(-50%); /* Chrome, Safari, Opera */
60
+ right: 0.75rem;
61
+ }
62
+
63
+ button.zenSapMBtnFixHeight .sapMBtnInner{
64
+ height:100%;
65
+ width:100%;
66
+ }
67
+
68
+ .sapUiSizeCompact button.zenSapMBtnFixHeight{
69
+ padding-top:0px;
70
+ }
71
+
72
+
73
+ .zenMessageWithOpacity {
74
+ background: @sapUiFieldReadOnlyBackground;
75
+ }
76
+
77
+ .hideLoadingStateClass{
78
+ visibility: hidden;
79
+ }
80
+ .hideLoadingStateClassIcon{
81
+ visibility: hidden;
82
+ }
83
+ .componentLoadingState{
84
+ background-color: @sapUiMediumBG;
85
+ width:100%;
86
+ height:100%;
87
+ position:absolute;
88
+ top:0px;
89
+ }
90
+
91
+ .zenHideFilterPanel {
92
+ display: none;
93
+ }
94
+
95
+ .zenLoadingStateOpacity{
96
+ opacity:0.5;
97
+ }
98
+ .zenLoadingStateFilter{
99
+ filter: alpha(opacity=50);
100
+ }
101
+
102
+ .zenLoadingStateOpacity75{
103
+ opacity:0.75;
104
+ }
105
+ .zenLoadingStateFilter75{
106
+ filter: alpha(opacity=75);
107
+ }
108
+
109
+ .componentLoadingStateMessage{
110
+
111
+ font: 10.5pt, arial;
112
+
113
+ position:absolute;
114
+
115
+ text-align: center;
116
+ text-vertical-align: middle;
117
+
118
+ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
119
+
120
+ padding-left: 13px;
121
+ padding-right: 13px;
122
+ padding-top: 43px;
123
+
124
+ margin-top: -45px;
125
+ margin-left: -100px;
126
+
127
+ left: 50%;
128
+ top: 50%;
129
+
130
+ width: 200px;
131
+ height: 90px;
132
+
133
+ background-color: transparent !important;
134
+
135
+ white-space: nowrap;
136
+ overflow: hidden !important;
137
+ text-overflow: ellipsis ;
138
+
139
+ color: @sapUiBase;
140
+ }
141
+
142
+ .componentLoadingStateMessageWithIcon{
143
+
144
+ font: 10.5pt, arial;
145
+
146
+ position:absolute;
147
+
148
+ text-align: center;
149
+ text-vertical-align: middle;
150
+
151
+ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
152
+
153
+ padding-left: 13px;
154
+ padding-right: 13px;
155
+ padding-top: 50px;
156
+
157
+ margin-top: -45px;
158
+ margin-left: -100px;
159
+
160
+ left: 50%;
161
+ top: 50%;
162
+
163
+ width: 200px;
164
+ height: 90px;
165
+
166
+ background-color: transparent !important;
167
+
168
+ white-space: nowrap;
169
+ overflow: hidden !important;
170
+ text-overflow: ellipsis ;
171
+
172
+ }
173
+
174
+
175
+ .componentLoadingStateBox {
176
+
177
+ font-size: 10.5pt;
178
+
179
+ position:absolute;
180
+
181
+ text-align: center;
182
+ text-vertical-align: middle;
183
+
184
+ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
185
+
186
+ padding-top: 43px;
187
+ padding-left: 13px;
188
+ padding-right: 13px;
189
+
190
+ margin-top: -45px;
191
+ margin-left: -100px;
192
+
193
+ left: 50%;
194
+ top: 50%;
195
+
196
+ width: 200px;
197
+ height: 90px;
198
+
199
+ background-color: @sapUiWhite !important;
200
+
201
+ }
202
+ .componentLoadingStateBox.componentLoadingStateBoxNoText.componentLoadingStateBoxNoIcon {
203
+ display:none;
204
+ }
205
+
206
+
207
+ .componentLoadingStateMessageDT{
208
+ background-color:white;
209
+ }
210
+
211
+ .componentLoadingStateIcon{
212
+ background-image: url("../base/img/loading_comp.gif");
213
+ background-repeat:no-repeat;
214
+ position: absolute;
215
+ left: 50%;
216
+ top: 50%;
217
+ width: 65px;
218
+ height: 19px;
219
+ margin-top: -20px;
220
+ margin-left: -35px;
221
+ opacity:1 !important;
222
+ }
223
+
224
+ .componentLoadingStateBoxNoText + .componentLoadingStateIcon{
225
+ background-image: url("../base/img/loading_comp.gif");
226
+ background-repeat:no-repeat;
227
+ position: absolute;
228
+ left: 50%;
229
+ top: 50%;
230
+ width: 65px;
231
+ height: 19px;
232
+ margin-top: -5px;
233
+ margin-left: -35px;
234
+ opacity:1 !important;
235
+ }
236
+
237
+
238
+ .hideLoadingStateClass + .componentLoadingStateIcon{
239
+ background-image: url("../base/img/loading_comp.gif");
240
+ background-repeat:no-repeat;
241
+ position: absolute;
242
+ left: 50%;
243
+ top: 50%;
244
+ width: 65px;
245
+ height: 19px;
246
+ margin-top: -7px;
247
+ margin-left: -34px;
248
+ opacity:1 !important;
249
+ }
250
+
251
+ .sapDataboundComponentLoadingIndicator{
252
+ margin: -20px 0px 0px -100px;
253
+ }
254
+
255
+ .sapFixIEBugThatMakesImageControlTwoPixelsTooHigh {
256
+ margin-bottom: -2px;
257
+ }
258
+
259
+ .zenClickable {
260
+ cursor: pointer;
261
+ }
262
+
263
+ .customGlasspaneZenClass {
264
+ position: fixed;
265
+ top: 0px;
266
+ left: 0px;
267
+ width: 100%;
268
+ height: 99%;
269
+ z-index: 9999;
270
+ vertical-align: middle;
271
+ text-align: center;
272
+ cursor: wait;
273
+ background-color: @sapUiBase;
274
+ display: block;
275
+ }
276
+
277
+ .zenGlasspaneOpacity{
278
+ opacity:0.3;
279
+ }
280
+
281
+ .zenGlasspaneFilter{
282
+ filter: alpha(opacity=50);
283
+ }
284
+
285
+ .zenPixelClass{
286
+ width:100%; height:100%;
287
+ }
288
+
289
+ /* Begin of Dialog styles */
290
+
291
+ .zenDialogMatrixLayout {
292
+ overflow: hidden;
293
+ padding: 0px;
294
+ }
295
+
296
+ /* BUTTONS *********************************/
297
+ .zenDialogButtonArea {
298
+ padding: 0 5px 0px 5px !important;
299
+ height: 21px;
300
+ }
301
+
302
+ .zenDialogButtonRow {
303
+ height: 21px;
304
+ }
305
+
306
+ /* CONTENT *********************************/
307
+ .zenDialogContentArea {
308
+ padding: 5px !important;
309
+ height: auto;
310
+ }
311
+
312
+ .zenDialogContentRow {
313
+ height: auto;
314
+ }
315
+
316
+
317
+ .zenChartImage {
318
+ position: absolute;
319
+ opacity:0.50;
320
+ }
321
+
322
+
323
+ .bookmarkOpenButton{
324
+ padding-left:10px;
325
+ }
326
+
327
+ .shareBookmarkDialogContainer .sapUiDlgCont{
328
+ padding:14px;
329
+ }
330
+
331
+ .shareBookmarkDialogContainer .sapUiTf{
332
+ margin-right: 4px;
333
+ margin-bottom: 5px;
334
+ }
335
+ /* End of Dialog styles */
336
+
337
+ /***Dialog**********************************/
338
+ .uidialogzentitle{
339
+ position: absolute;
340
+ height: 2.5rem !important;
341
+ top: 0;
342
+ background-color: #f2f2f2;
343
+ filter: none;
344
+ background-image: none;
345
+ font-size: 1rem;
346
+ color: #666;
347
+ text-shadow: 0 0.0625rem 0 rgba(255,255,255,0.5);
348
+ -webkit-box-shadow: inset 0 -0.0625rem #dddddd;
349
+ box-shadow: inset 0 -0.0625rem #dddddd;
350
+ }
351
+
352
+ .uidialogzenfooter{
353
+ position: absolute;
354
+ height: 2.5rem !important;
355
+ bottom: 0;
356
+ background-color: rgba(54,62,67,0.96);
357
+ color: #ffffff;
358
+ text-shadow: 0 0.0625em 0 rgba(0,0,0,0.5);
359
+ background-color: rgba(54,62,67,0.96);
360
+ background-image: none;
361
+ border-top: 0.0625rem solid rgba(229,229,229,0.2);
362
+ -webkit-box-shadow: none;
363
+ box-shadow: none;
364
+ }
365
+
366
+ .uidialogzencontent{
367
+ position: absolute;
368
+ padding-top: 2.5rem;
369
+ padding-bottom:2.5rem;
370
+ background: #fafafa;
371
+ }
372
+
373
+ .uidialogzenroot{
374
+ border: 1px solid #CCC;
375
+ }
376
+
377
+ .uidialogzenroot > .sapUiLayoutAbsPos:not(:nth-child(2)){
378
+ height: auto !important;
379
+ }
380
+ .uidialogzenroot > .sapUiLayoutAbsPos:nth-child(2){
381
+ height: calc(100% - 5rem) !important;
382
+ }
383
+
384
+ .uidialogzentitle > .sapUiLayoutAbsPos{
385
+ width: 100% !important;
386
+ height: 100% !important;
387
+ }
388
+
389
+ .uidialogzentitle > .sapUiLayoutAbsPos > span{
390
+ text-align: center !important;
391
+ position: absolute;
392
+ margin: auto;
393
+ top: 0;
394
+ bottom: 0;
395
+ right: 0;
396
+ left: 0;
397
+ width: 50%;
398
+ height: 50%;
399
+ }
400
+ /***done Dialog**********************************/
401
+
@@ -2,6 +2,15 @@
2
2
  * (c) Copyright 2010-2016 SAP SE or an SAP affiliate company.
3
3
  */
4
4
 
5
- @import "../base/library.source.less";
5
+ /***********************************************************************************
6
+ /* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the
7
+ /* inheritance of the base theme is now updated to an inheritance of a static
8
+ /* copy of the base theme named sap_belize_base. The respective
9
+ /* control css files of base are copied to the sap_belize_base theme folder.
10
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.125.
11
+ ***********************************************************************************/
12
+
13
+
14
+ @import "../sap_belize_base/library.source.less";
6
15
  @import "../../../../../sap/ui/core/themes/sap_belize_hcb/base.less";
7
16
  @import "../../../../../sap/ui/core/themes/sap_belize_hcb/global.less";
@@ -2,6 +2,15 @@
2
2
  * (c) Copyright 2010-2016 SAP SE or an SAP affiliate company.
3
3
  */
4
4
 
5
- @import "../base/library.source.less";
5
+ /***********************************************************************************
6
+ /* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the
7
+ /* inheritance of the base theme is now updated to an inheritance of a static
8
+ /* copy of the base theme named sap_belize_base. The respective
9
+ /* control css files of base are copied to the sap_belize_base theme folder.
10
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.125.
11
+ ***********************************************************************************/
12
+
13
+
14
+ @import "../sap_belize_base/library.source.less";
6
15
  @import "../../../../../sap/ui/core/themes/sap_belize_hcw/base.less";
7
16
  @import "../../../../../sap/ui/core/themes/sap_belize_hcw/global.less";