@syncfusion/ej2-angular-pivotview 22.2.12 → 23.1.36
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 +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +55 -21
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +55 -21
- package/styles/material3.scss +1 -1
- package/styles/pivotfieldlist/_layout.scss +2 -3
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -1
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap.scss +1 -1
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.scss +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -1
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.scss +1 -1
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.scss +1 -1
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fabric.scss +1 -1
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.scss +1 -1
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/fluent.scss +1 -1
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -1
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/highcontrast.scss +1 -1
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material-dark.scss +1 -1
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material.scss +1 -1
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -1
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotfieldlist/tailwind.scss +1 -1
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +3 -2
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +2 -1
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +2 -1
- package/styles/pivotview/_fusionnew-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +2 -1
- package/styles/pivotview/_layout.scss +11 -0
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -1
- package/styles/pivotview/_material3-definition.scss +2 -1
- package/styles/pivotview/_tailwind-definition.scss +2 -1
- package/styles/pivotview/_theme.scss +67 -39
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap-dark.scss +1 -1
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap.scss +1 -1
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap4.scss +1 -1
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5-dark.scss +1 -1
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/bootstrap5.scss +1 -1
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric-dark.scss +1 -1
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fabric.scss +1 -1
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent-dark.scss +1 -1
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/fluent.scss +1 -1
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast-light.scss +1 -1
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/highcontrast.scss +1 -1
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material-dark.scss +1 -1
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material.scss +1 -1
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind-dark.scss +1 -1
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/pivotview/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +55 -23
- package/styles/tailwind.css +55 -23
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/*! PivotView theme */
|
|
4
4
|
.e-pivotview {
|
|
5
5
|
.e-pivotcell-container {
|
|
6
|
+
align-items: center;
|
|
6
7
|
display: flex;
|
|
7
8
|
|
|
8
9
|
.e-stackedheadertext,
|
|
@@ -62,15 +63,27 @@
|
|
|
62
63
|
user-select: none;
|
|
63
64
|
}
|
|
64
65
|
|
|
66
|
+
.e-grid .e-content-virtualtable {
|
|
67
|
+
overflow-x: auto;
|
|
68
|
+
scrollbar-width: none; /* firefox */
|
|
69
|
+
|
|
70
|
+
&::-webkit-scrollbar {
|
|
71
|
+
display: none; /* safari, chrome and edge */
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
65
75
|
.e-gtot,
|
|
66
76
|
.e-gtot.e-rowsheader,
|
|
67
77
|
.e-gtot.e-columnsheader,
|
|
68
78
|
.e-grid .e-content,
|
|
69
|
-
.e-grid .e-gridheader
|
|
70
|
-
.e-headercell {
|
|
79
|
+
.e-grid .e-gridheader {
|
|
71
80
|
background: $pivotgrid-gtot-background-color;
|
|
72
81
|
}
|
|
73
82
|
|
|
83
|
+
.e-headercell:not(.e-columnsheader) {
|
|
84
|
+
background: $pivotgrid-gtot-background-color !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
74
87
|
.e-grid .e-gridheader {
|
|
75
88
|
border-bottom-width: 1px;
|
|
76
89
|
@if($skin-name == 'bootstrap5') {
|
|
@@ -168,20 +181,14 @@
|
|
|
168
181
|
color: $pivotgrid-header-selection-color !important;
|
|
169
182
|
}
|
|
170
183
|
}
|
|
171
|
-
/* stylelint-enable */
|
|
172
184
|
|
|
173
185
|
.e-drop-indicator {
|
|
174
186
|
display: block;
|
|
175
187
|
}
|
|
176
188
|
|
|
177
189
|
div {
|
|
178
|
-
&.e-cellvalue {
|
|
179
|
-
margin-top: $pivotgrid-cell-value-margin-top;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
190
|
div span.e-value-sort-icon {
|
|
183
191
|
@if ($skin-name == 'Material3') {
|
|
184
|
-
/* stylelint-disable */
|
|
185
192
|
padding: 0 !important;
|
|
186
193
|
}
|
|
187
194
|
}
|
|
@@ -210,11 +217,20 @@
|
|
|
210
217
|
}
|
|
211
218
|
}
|
|
212
219
|
|
|
220
|
+
.e-stackedheadercelldiv .e-sortfilterdiv, .e-headercelldiv .e-sortfilterdiv {
|
|
221
|
+
margin: $pivotgrid-vsort-column-margin !important;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
225
|
+
margin: $pivotgrid-vsort-column-parent-margin !important;
|
|
226
|
+
}
|
|
227
|
+
|
|
213
228
|
.e-stackedheadercelldiv, .e-headercelldiv {
|
|
214
229
|
.e-sortfilterdiv, .e-sortfilterdiv.e-value-sort-align {
|
|
215
|
-
margin: $pivotgrid-
|
|
230
|
+
margin: $pivotgrid-cell-value-margin !important;
|
|
216
231
|
margin-left: auto !important;
|
|
217
|
-
|
|
232
|
+
padding-bottom: $pivotgrid-cell-value-margin !important;
|
|
233
|
+
padding-top: $pivotgrid-cell-value-margin !important;
|
|
218
234
|
}
|
|
219
235
|
}
|
|
220
236
|
|
|
@@ -282,16 +298,36 @@
|
|
|
282
298
|
}
|
|
283
299
|
}
|
|
284
300
|
|
|
285
|
-
&.sf-pivotview
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
301
|
+
&.sf-pivotview {
|
|
302
|
+
.e-spinner-pane.e-pivot-outer-spinner {
|
|
303
|
+
z-index: 1 !important;
|
|
304
|
+
}
|
|
305
|
+
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
306
|
+
visibility: hidden !important;
|
|
307
|
+
/* stylelint-enable */
|
|
308
|
+
}
|
|
309
|
+
.e-grid {
|
|
310
|
+
.e-pivot-content-loader {
|
|
311
|
+
position: absolute;
|
|
312
|
+
z-index: 10;
|
|
313
|
+
color: $pivotgrid-primary-color;
|
|
314
|
+
font-size: 20px;
|
|
315
|
+
text-align: center;
|
|
316
|
+
padding: 10%;
|
|
317
|
+
|
|
318
|
+
&.e-hide-loader {
|
|
319
|
+
display: none;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
.e-virtual-pivot-content {
|
|
323
|
+
visibility: hidden;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
291
326
|
}
|
|
292
327
|
|
|
293
328
|
.e-grid .e-headercelldiv,
|
|
294
329
|
.e-grid .e-columnsheader {
|
|
330
|
+
/* stylelint-disable */
|
|
295
331
|
padding-left: 8px !important;
|
|
296
332
|
|
|
297
333
|
@if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
|
|
@@ -326,6 +362,16 @@
|
|
|
326
362
|
border-right-width: 1px;
|
|
327
363
|
}
|
|
328
364
|
|
|
365
|
+
.e-leftfreeze.e-freezeleftborder {
|
|
366
|
+
border-left-color: $pivotgrid-default-border-color !important;
|
|
367
|
+
border-right-color: $pivotgrid-default-border-color !important;
|
|
368
|
+
border-right-width: 1px !important;
|
|
369
|
+
|
|
370
|
+
&:not(.e-gtot) {
|
|
371
|
+
background: $pivotgrid-header-background-color;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
329
375
|
.e-stackedheadercelldiv {
|
|
330
376
|
display: block;
|
|
331
377
|
}
|
|
@@ -334,20 +380,6 @@
|
|
|
334
380
|
.e-stackedheadercelldiv.e-cellvalue {
|
|
335
381
|
display: inline-block;
|
|
336
382
|
padding-left: 12px !important;
|
|
337
|
-
margin-top: 5px;
|
|
338
|
-
|
|
339
|
-
@if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
|
|
340
|
-
margin-top: 0;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($pivotgrid-skin == 'fabric-dark') {
|
|
344
|
-
margin-top: 2px;
|
|
345
|
-
padding-left: 8px !important;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
@if ($skin-name == 'FluentUI') {
|
|
349
|
-
margin-top: 1px;
|
|
350
|
-
}
|
|
351
383
|
}
|
|
352
384
|
|
|
353
385
|
.e-headercelldiv.e-cellvalue {
|
|
@@ -921,8 +953,6 @@
|
|
|
921
953
|
cursor: pointer;
|
|
922
954
|
display: inline-block;
|
|
923
955
|
height: 18px;
|
|
924
|
-
margin-top: $pivotgrid-expand-collapse-margin-top;
|
|
925
|
-
margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
|
|
926
956
|
text-align: center;
|
|
927
957
|
width: 18px;
|
|
928
958
|
@if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') or ($skin-name == 'tailwind') {
|
|
@@ -935,8 +965,6 @@
|
|
|
935
965
|
th .e-collapse {
|
|
936
966
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
937
967
|
margin-left: 0px;
|
|
938
|
-
margin-top: $pivotgrid-drill-margintop;
|
|
939
|
-
margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
|
|
940
968
|
}
|
|
941
969
|
|
|
942
970
|
/* stylelint-enable */
|
|
@@ -1363,6 +1391,11 @@
|
|
|
1363
1391
|
border-right: 0;
|
|
1364
1392
|
}
|
|
1365
1393
|
|
|
1394
|
+
.e-leftfreeze.e-freezeleftborder {
|
|
1395
|
+
border-left-width: 1px;
|
|
1396
|
+
border-right: 0;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1366
1399
|
/* stylelint-enable */
|
|
1367
1400
|
|
|
1368
1401
|
.e-rowsheader .e-cellvalue {
|
|
@@ -1661,11 +1694,6 @@
|
|
|
1661
1694
|
padding-left: 16px !important;
|
|
1662
1695
|
}
|
|
1663
1696
|
|
|
1664
|
-
th .e-expand,
|
|
1665
|
-
th .e-collapse {
|
|
1666
|
-
margin-top: $pivotgrid-bigger-drill-margintop;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
1697
|
.e-grouping-bar {
|
|
1670
1698
|
.e-all-fields-axis {
|
|
1671
1699
|
height: 36px !important;
|
|
@@ -162,6 +162,8 @@
|
|
|
162
162
|
/* stylelint-disable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
164
|
/* stylelint-enable */
|
|
165
|
+
/* stylelint-disable */
|
|
166
|
+
/* stylelint-enable */
|
|
165
167
|
}
|
|
166
168
|
.e-pivotview .e-value-field-settings,
|
|
167
169
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -627,6 +629,9 @@
|
|
|
627
629
|
.e-pivotview .e-frozenscrollbar {
|
|
628
630
|
background: #131313;
|
|
629
631
|
}
|
|
632
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
633
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
634
|
+
}
|
|
630
635
|
|
|
631
636
|
.e-pivotview-disable-icon {
|
|
632
637
|
visibility: hidden;
|
|
@@ -901,7 +906,6 @@
|
|
|
901
906
|
|
|
902
907
|
/*! PivotView theme */
|
|
903
908
|
.e-pivotview {
|
|
904
|
-
/* stylelint-enable */
|
|
905
909
|
/* stylelint-enable */
|
|
906
910
|
/* stylelint-disable */
|
|
907
911
|
/* stylelint-enable */
|
|
@@ -912,6 +916,8 @@
|
|
|
912
916
|
/* stylelint-enable */
|
|
913
917
|
}
|
|
914
918
|
.e-pivotview .e-pivotcell-container {
|
|
919
|
+
-ms-flex-align: center;
|
|
920
|
+
align-items: center;
|
|
915
921
|
display: -ms-flexbox;
|
|
916
922
|
display: flex;
|
|
917
923
|
}
|
|
@@ -957,14 +963,23 @@
|
|
|
957
963
|
-ms-user-select: none;
|
|
958
964
|
user-select: none;
|
|
959
965
|
}
|
|
966
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
967
|
+
overflow-x: auto;
|
|
968
|
+
scrollbar-width: none; /* firefox */
|
|
969
|
+
}
|
|
970
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
971
|
+
display: none; /* safari, chrome and edge */
|
|
972
|
+
}
|
|
960
973
|
.e-pivotview .e-gtot,
|
|
961
974
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
962
975
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
963
976
|
.e-pivotview .e-grid .e-content,
|
|
964
|
-
.e-pivotview .e-grid .e-gridheader
|
|
965
|
-
.e-pivotview .e-headercell {
|
|
977
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
966
978
|
background: #131313;
|
|
967
979
|
}
|
|
980
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
981
|
+
background: #131313 !important;
|
|
982
|
+
}
|
|
968
983
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
984
|
border-bottom-width: 1px;
|
|
970
985
|
}
|
|
@@ -1057,9 +1072,6 @@
|
|
|
1057
1072
|
.e-pivotview .e-drop-indicator {
|
|
1058
1073
|
display: block;
|
|
1059
1074
|
}
|
|
1060
|
-
.e-pivotview div.e-cellvalue {
|
|
1061
|
-
margin-top: 5px;
|
|
1062
|
-
}
|
|
1063
1075
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1064
1076
|
float: right;
|
|
1065
1077
|
}
|
|
@@ -1069,10 +1081,17 @@
|
|
|
1069
1081
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1070
1082
|
display: none;
|
|
1071
1083
|
}
|
|
1072
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1084
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1085
|
+
margin: -28px 0 !important;
|
|
1086
|
+
}
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1073
1088
|
margin: -11px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1091
|
+
margin: 0 !important;
|
|
1074
1092
|
margin-left: auto !important;
|
|
1075
|
-
|
|
1093
|
+
padding-bottom: 0 !important;
|
|
1094
|
+
padding-top: 0 !important;
|
|
1076
1095
|
}
|
|
1077
1096
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1078
1097
|
margin: -20px 0 !important;
|
|
@@ -1107,9 +1126,25 @@
|
|
|
1107
1126
|
}
|
|
1108
1127
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1109
1128
|
visibility: hidden !important;
|
|
1129
|
+
/* stylelint-enable */
|
|
1130
|
+
}
|
|
1131
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1132
|
+
position: absolute;
|
|
1133
|
+
z-index: 10;
|
|
1134
|
+
color: #0070f0;
|
|
1135
|
+
font-size: 20px;
|
|
1136
|
+
text-align: center;
|
|
1137
|
+
padding: 10%;
|
|
1138
|
+
}
|
|
1139
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1140
|
+
display: none;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1143
|
+
visibility: hidden;
|
|
1110
1144
|
}
|
|
1111
1145
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1112
1146
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1147
|
+
/* stylelint-disable */
|
|
1113
1148
|
padding-left: 8px !important;
|
|
1114
1149
|
}
|
|
1115
1150
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1130,6 +1165,14 @@
|
|
|
1130
1165
|
border-left: 0;
|
|
1131
1166
|
border-right-width: 1px;
|
|
1132
1167
|
}
|
|
1168
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1169
|
+
border-left-color: #414141 !important;
|
|
1170
|
+
border-right-color: #414141 !important;
|
|
1171
|
+
border-right-width: 1px !important;
|
|
1172
|
+
}
|
|
1173
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1174
|
+
background: #131313;
|
|
1175
|
+
}
|
|
1133
1176
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1134
1177
|
display: block;
|
|
1135
1178
|
}
|
|
@@ -1137,7 +1180,6 @@
|
|
|
1137
1180
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1138
1181
|
display: inline-block;
|
|
1139
1182
|
padding-left: 12px !important;
|
|
1140
|
-
margin-top: 5px;
|
|
1141
1183
|
}
|
|
1142
1184
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1143
1185
|
margin-left: 0px;
|
|
@@ -1634,8 +1676,6 @@
|
|
|
1634
1676
|
cursor: pointer;
|
|
1635
1677
|
display: inline-block;
|
|
1636
1678
|
height: 18px;
|
|
1637
|
-
margin-top: 5px;
|
|
1638
|
-
margin-bottom: 0;
|
|
1639
1679
|
text-align: center;
|
|
1640
1680
|
width: 18px;
|
|
1641
1681
|
}
|
|
@@ -1643,8 +1683,6 @@
|
|
|
1643
1683
|
.e-pivotview th .e-collapse {
|
|
1644
1684
|
font-size: 12px !important;
|
|
1645
1685
|
margin-left: 0px;
|
|
1646
|
-
margin-top: 6px;
|
|
1647
|
-
margin-bottom: 0;
|
|
1648
1686
|
}
|
|
1649
1687
|
.e-pivotview .e-expand::before {
|
|
1650
1688
|
font-size: 10px;
|
|
@@ -2008,6 +2046,10 @@
|
|
|
2008
2046
|
border-left-width: 1px;
|
|
2009
2047
|
border-right: 0;
|
|
2010
2048
|
}
|
|
2049
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2050
|
+
border-left-width: 1px;
|
|
2051
|
+
border-right: 0;
|
|
2052
|
+
}
|
|
2011
2053
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2012
2054
|
margin-left: 0;
|
|
2013
2055
|
margin-right: 7px;
|
|
@@ -2240,12 +2282,6 @@
|
|
|
2240
2282
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2241
2283
|
padding-left: 16px !important;
|
|
2242
2284
|
}
|
|
2243
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2244
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2245
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2247
|
-
margin-top: 6px;
|
|
2248
|
-
}
|
|
2249
2285
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2250
2286
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2251
2287
|
/* stylelint-enable */
|
|
@@ -161,6 +161,8 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
/* stylelint-enable */
|
|
164
166
|
}
|
|
165
167
|
.e-pivotview .e-value-field-settings,
|
|
166
168
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -626,6 +628,9 @@
|
|
|
626
628
|
.e-pivotview .e-frozenscrollbar {
|
|
627
629
|
background: #f5f5f5;
|
|
628
630
|
}
|
|
631
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
632
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
633
|
+
}
|
|
629
634
|
|
|
630
635
|
.e-pivotview-disable-icon {
|
|
631
636
|
visibility: hidden;
|
|
@@ -900,7 +905,6 @@
|
|
|
900
905
|
|
|
901
906
|
/*! PivotView theme */
|
|
902
907
|
.e-pivotview {
|
|
903
|
-
/* stylelint-enable */
|
|
904
908
|
/* stylelint-enable */
|
|
905
909
|
/* stylelint-disable */
|
|
906
910
|
/* stylelint-enable */
|
|
@@ -911,6 +915,8 @@
|
|
|
911
915
|
/* stylelint-enable */
|
|
912
916
|
}
|
|
913
917
|
.e-pivotview .e-pivotcell-container {
|
|
918
|
+
-ms-flex-align: center;
|
|
919
|
+
align-items: center;
|
|
914
920
|
display: -ms-flexbox;
|
|
915
921
|
display: flex;
|
|
916
922
|
}
|
|
@@ -956,14 +962,23 @@
|
|
|
956
962
|
-ms-user-select: none;
|
|
957
963
|
user-select: none;
|
|
958
964
|
}
|
|
965
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
966
|
+
overflow-x: auto;
|
|
967
|
+
scrollbar-width: none; /* firefox */
|
|
968
|
+
}
|
|
969
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
970
|
+
display: none; /* safari, chrome and edge */
|
|
971
|
+
}
|
|
959
972
|
.e-pivotview .e-gtot,
|
|
960
973
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
961
974
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
962
975
|
.e-pivotview .e-grid .e-content,
|
|
963
|
-
.e-pivotview .e-grid .e-gridheader
|
|
964
|
-
.e-pivotview .e-headercell {
|
|
976
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
965
977
|
background: #f5f5f5;
|
|
966
978
|
}
|
|
979
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
980
|
+
background: #f5f5f5 !important;
|
|
981
|
+
}
|
|
967
982
|
.e-pivotview .e-grid .e-gridheader {
|
|
968
983
|
border-bottom-width: 1px;
|
|
969
984
|
}
|
|
@@ -1056,9 +1071,6 @@
|
|
|
1056
1071
|
.e-pivotview .e-drop-indicator {
|
|
1057
1072
|
display: block;
|
|
1058
1073
|
}
|
|
1059
|
-
.e-pivotview div.e-cellvalue {
|
|
1060
|
-
margin-top: 5px;
|
|
1061
|
-
}
|
|
1062
1074
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1063
1075
|
float: right;
|
|
1064
1076
|
}
|
|
@@ -1068,10 +1080,17 @@
|
|
|
1068
1080
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1069
1081
|
display: none;
|
|
1070
1082
|
}
|
|
1071
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1083
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1084
|
+
margin: -28px 0 !important;
|
|
1085
|
+
}
|
|
1086
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1072
1087
|
margin: -11px 0 !important;
|
|
1088
|
+
}
|
|
1089
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1090
|
+
margin: 0 !important;
|
|
1073
1091
|
margin-left: auto !important;
|
|
1074
|
-
|
|
1092
|
+
padding-bottom: 0 !important;
|
|
1093
|
+
padding-top: 0 !important;
|
|
1075
1094
|
}
|
|
1076
1095
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1077
1096
|
margin: -20px 0 !important;
|
|
@@ -1106,9 +1125,25 @@
|
|
|
1106
1125
|
}
|
|
1107
1126
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1108
1127
|
visibility: hidden !important;
|
|
1128
|
+
/* stylelint-enable */
|
|
1129
|
+
}
|
|
1130
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1131
|
+
position: absolute;
|
|
1132
|
+
z-index: 10;
|
|
1133
|
+
color: #317ab9;
|
|
1134
|
+
font-size: 20px;
|
|
1135
|
+
text-align: center;
|
|
1136
|
+
padding: 10%;
|
|
1137
|
+
}
|
|
1138
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1139
|
+
display: none;
|
|
1140
|
+
}
|
|
1141
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1142
|
+
visibility: hidden;
|
|
1109
1143
|
}
|
|
1110
1144
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1111
1145
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1146
|
+
/* stylelint-disable */
|
|
1112
1147
|
padding-left: 8px !important;
|
|
1113
1148
|
}
|
|
1114
1149
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1129,6 +1164,14 @@
|
|
|
1129
1164
|
border-left: 0;
|
|
1130
1165
|
border-right-width: 1px;
|
|
1131
1166
|
}
|
|
1167
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1168
|
+
border-left-color: #e6e6e6 !important;
|
|
1169
|
+
border-right-color: #e6e6e6 !important;
|
|
1170
|
+
border-right-width: 1px !important;
|
|
1171
|
+
}
|
|
1172
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1173
|
+
background: #f9f9f9;
|
|
1174
|
+
}
|
|
1132
1175
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1133
1176
|
display: block;
|
|
1134
1177
|
}
|
|
@@ -1136,7 +1179,6 @@
|
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1137
1180
|
display: inline-block;
|
|
1138
1181
|
padding-left: 12px !important;
|
|
1139
|
-
margin-top: 5px;
|
|
1140
1182
|
}
|
|
1141
1183
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1142
1184
|
margin-left: 0px;
|
|
@@ -1633,8 +1675,6 @@
|
|
|
1633
1675
|
cursor: pointer;
|
|
1634
1676
|
display: inline-block;
|
|
1635
1677
|
height: 18px;
|
|
1636
|
-
margin-top: 5px;
|
|
1637
|
-
margin-bottom: 0;
|
|
1638
1678
|
text-align: center;
|
|
1639
1679
|
width: 18px;
|
|
1640
1680
|
}
|
|
@@ -1642,8 +1682,6 @@
|
|
|
1642
1682
|
.e-pivotview th .e-collapse {
|
|
1643
1683
|
font-size: 11px !important;
|
|
1644
1684
|
margin-left: 0px;
|
|
1645
|
-
margin-top: 6px;
|
|
1646
|
-
margin-bottom: 0;
|
|
1647
1685
|
}
|
|
1648
1686
|
.e-pivotview .e-expand::before {
|
|
1649
1687
|
font-size: 10px;
|
|
@@ -2007,6 +2045,10 @@
|
|
|
2007
2045
|
border-left-width: 1px;
|
|
2008
2046
|
border-right: 0;
|
|
2009
2047
|
}
|
|
2048
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2049
|
+
border-left-width: 1px;
|
|
2050
|
+
border-right: 0;
|
|
2051
|
+
}
|
|
2010
2052
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2011
2053
|
margin-left: 0;
|
|
2012
2054
|
margin-right: 7px;
|
|
@@ -2139,7 +2181,7 @@
|
|
|
2139
2181
|
}
|
|
2140
2182
|
|
|
2141
2183
|
.e-pivottooltip p {
|
|
2142
|
-
color: #
|
|
2184
|
+
color: #fff;
|
|
2143
2185
|
display: inline-block;
|
|
2144
2186
|
font-family: Helvetica;
|
|
2145
2187
|
font-size: 14px;
|
|
@@ -2239,12 +2281,6 @@
|
|
|
2239
2281
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2240
2282
|
padding-left: 16px !important;
|
|
2241
2283
|
}
|
|
2242
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2243
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2244
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2245
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2246
|
-
margin-top: 6px;
|
|
2247
|
-
}
|
|
2248
2284
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2249
2285
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2250
2286
|
/* stylelint-enable */
|