@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.42
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/CHANGELOG.md +33 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +145 -118
- package/styles/bootstrap.css +145 -118
- package/styles/bootstrap4.css +144 -95
- package/styles/bootstrap5-dark.css +250 -182
- package/styles/bootstrap5.css +245 -175
- package/styles/fabric-dark.css +147 -117
- package/styles/fabric.css +145 -116
- package/styles/highcontrast-light.css +146 -116
- package/styles/highcontrast.css +148 -118
- package/styles/material-dark.css +138 -111
- package/styles/material.css +138 -111
- package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
- package/styles/pivotfieldlist/bootstrap.css +79 -72
- package/styles/pivotfieldlist/bootstrap4.css +74 -53
- package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
- package/styles/pivotfieldlist/bootstrap5.css +145 -103
- package/styles/pivotfieldlist/fabric-dark.css +79 -72
- package/styles/pivotfieldlist/fabric.css +79 -72
- package/styles/pivotfieldlist/highcontrast-light.css +79 -72
- package/styles/pivotfieldlist/highcontrast.css +79 -72
- package/styles/pivotfieldlist/material-dark.css +74 -67
- package/styles/pivotfieldlist/material.css +74 -67
- package/styles/pivotfieldlist/tailwind-dark.css +168 -95
- package/styles/pivotfieldlist/tailwind.css +170 -97
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +280 -159
- package/styles/tailwind.css +277 -154
package/styles/tailwind.css
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.e-pivotview .e-dropdown-icon::before {
|
|
45
|
-
content: '\
|
|
45
|
+
content: '\e706';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.e-pivotview .e-export::before {
|
|
@@ -187,17 +187,18 @@
|
|
|
187
187
|
.e-pivotview .e-group-field-settings {
|
|
188
188
|
max-height: 450px !important;
|
|
189
189
|
border-radius: 4px;
|
|
190
|
-
max-width: 400px;
|
|
191
|
-
width: auto;
|
|
190
|
+
max-width: 400px !important;
|
|
191
|
+
width: auto !important;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.e-pivotview .e-pivot-format-dialog {
|
|
195
195
|
border-radius: 4px;
|
|
196
|
-
max-width: 400px;
|
|
197
|
-
width: auto;
|
|
196
|
+
max-width: 400px !important;
|
|
197
|
+
width: auto !important;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
200
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
201
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
201
202
|
display: -ms-flexbox;
|
|
202
203
|
display: flex;
|
|
203
204
|
}
|
|
@@ -212,9 +213,9 @@
|
|
|
212
213
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
213
214
|
-ms-flex: auto;
|
|
214
215
|
flex: auto;
|
|
215
|
-
width: 100%;
|
|
216
216
|
font-size: 13px;
|
|
217
217
|
font-weight: 500;
|
|
218
|
+
width: 100%;
|
|
218
219
|
}
|
|
219
220
|
|
|
220
221
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -311,13 +312,6 @@
|
|
|
311
312
|
font-size: 16px;
|
|
312
313
|
}
|
|
313
314
|
|
|
314
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
315
|
-
background-color: #f9fafb;
|
|
316
|
-
border-color: transparent;
|
|
317
|
-
color: #6b7280;
|
|
318
|
-
outline: none;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
315
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
322
316
|
padding: 15px 12px;
|
|
323
317
|
text-align: center;
|
|
@@ -442,6 +436,7 @@
|
|
|
442
436
|
height: 14px;
|
|
443
437
|
min-width: 14px;
|
|
444
438
|
width: 14px;
|
|
439
|
+
height: auto;
|
|
445
440
|
}
|
|
446
441
|
|
|
447
442
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
|
|
@@ -460,7 +455,7 @@
|
|
|
460
455
|
|
|
461
456
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
462
457
|
float: left;
|
|
463
|
-
margin
|
|
458
|
+
margin: 0;
|
|
464
459
|
}
|
|
465
460
|
|
|
466
461
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -506,7 +501,7 @@
|
|
|
506
501
|
|
|
507
502
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
508
503
|
float: right;
|
|
509
|
-
margin
|
|
504
|
+
margin: 0;
|
|
510
505
|
}
|
|
511
506
|
|
|
512
507
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -573,9 +568,9 @@
|
|
|
573
568
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
574
569
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
575
570
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
576
|
-
border-radius: 4px;
|
|
577
571
|
border-top-left-radius: 0;
|
|
578
572
|
border-top-right-radius: 0;
|
|
573
|
+
border-radius: 4px;
|
|
579
574
|
padding-bottom: 8px;
|
|
580
575
|
padding-top: 8px;
|
|
581
576
|
}
|
|
@@ -641,7 +636,7 @@
|
|
|
641
636
|
}
|
|
642
637
|
|
|
643
638
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
644
|
-
max-width: 350px;
|
|
639
|
+
max-width: 350px !important;
|
|
645
640
|
max-height: 380px !important;
|
|
646
641
|
}
|
|
647
642
|
|
|
@@ -673,8 +668,8 @@
|
|
|
673
668
|
}
|
|
674
669
|
|
|
675
670
|
.e-pivotview .e-pivot-format-dialog {
|
|
676
|
-
max-height:
|
|
677
|
-
max-width: 350px;
|
|
671
|
+
max-height: 550px !important;
|
|
672
|
+
max-width: 350px !important;
|
|
678
673
|
}
|
|
679
674
|
|
|
680
675
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -700,6 +695,7 @@
|
|
|
700
695
|
}
|
|
701
696
|
|
|
702
697
|
.e-pivotview .e-pivot-toolbar {
|
|
698
|
+
background: #f9fafb;
|
|
703
699
|
border-bottom: 0;
|
|
704
700
|
border-style: solid;
|
|
705
701
|
border-top: 1px solid #e5e7eb;
|
|
@@ -707,6 +703,10 @@
|
|
|
707
703
|
border-right: 1px solid #e5e7eb;
|
|
708
704
|
}
|
|
709
705
|
|
|
706
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
707
|
+
background: #f9fafb;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
710
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
711
711
|
font-size: 16px;
|
|
712
712
|
}
|
|
@@ -719,7 +719,6 @@
|
|
|
719
719
|
|
|
720
720
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
721
721
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
722
|
-
height: 32px;
|
|
723
722
|
overflow: hidden;
|
|
724
723
|
padding-left: 10px;
|
|
725
724
|
}
|
|
@@ -729,6 +728,12 @@
|
|
|
729
728
|
margin-left: 0;
|
|
730
729
|
margin-right: 0;
|
|
731
730
|
font-size: 16px;
|
|
731
|
+
line-height: 40px;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
735
|
+
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
|
|
736
|
+
line-height: 40px;
|
|
732
737
|
}
|
|
733
738
|
|
|
734
739
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
@@ -772,7 +777,7 @@
|
|
|
772
777
|
}
|
|
773
778
|
|
|
774
779
|
.e-pivotview-report-dialog {
|
|
775
|
-
max-width: 350px;
|
|
780
|
+
max-width: 350px !important;
|
|
776
781
|
}
|
|
777
782
|
|
|
778
783
|
.e-mdx-query-content {
|
|
@@ -788,7 +793,7 @@
|
|
|
788
793
|
}
|
|
789
794
|
|
|
790
795
|
.e-pivotview-mdx-dialog {
|
|
791
|
-
max-width: 500px;
|
|
796
|
+
max-width: 500px !important;
|
|
792
797
|
}
|
|
793
798
|
|
|
794
799
|
.e-report-outer {
|
|
@@ -841,7 +846,6 @@
|
|
|
841
846
|
|
|
842
847
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
843
848
|
color: #6b7280;
|
|
844
|
-
margin-left: 10px;
|
|
845
849
|
margin-right: 20px;
|
|
846
850
|
}
|
|
847
851
|
|
|
@@ -853,11 +857,18 @@
|
|
|
853
857
|
flex-wrap: wrap;
|
|
854
858
|
}
|
|
855
859
|
|
|
856
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
857
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item,
|
|
858
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
859
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
860
|
-
height:
|
|
860
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
861
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon,
|
|
862
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
863
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon {
|
|
864
|
+
line-height: 50px;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
868
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret,
|
|
869
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
870
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
|
|
871
|
+
line-height: 50px;
|
|
861
872
|
}
|
|
862
873
|
|
|
863
874
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -1016,7 +1027,8 @@
|
|
|
1016
1027
|
padding-top: 16px;
|
|
1017
1028
|
}
|
|
1018
1029
|
|
|
1019
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1030
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1031
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1020
1032
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1021
1033
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1022
1034
|
display: -ms-flexbox;
|
|
@@ -1028,7 +1040,6 @@
|
|
|
1028
1040
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1029
1041
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1030
1042
|
font-size: 14px;
|
|
1031
|
-
font-size: 13px;
|
|
1032
1043
|
font-weight: 500;
|
|
1033
1044
|
}
|
|
1034
1045
|
|
|
@@ -1094,7 +1105,6 @@
|
|
|
1094
1105
|
|
|
1095
1106
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1096
1107
|
margin-left: 10px;
|
|
1097
|
-
vertical-align: super !important;
|
|
1098
1108
|
}
|
|
1099
1109
|
|
|
1100
1110
|
.e-pivotview .e-valuescontent {
|
|
@@ -1138,6 +1148,7 @@
|
|
|
1138
1148
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1139
1149
|
margin-left: 8px;
|
|
1140
1150
|
margin-top: 5px;
|
|
1151
|
+
vertical-align: middle;
|
|
1141
1152
|
}
|
|
1142
1153
|
|
|
1143
1154
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1217,6 +1228,7 @@
|
|
|
1217
1228
|
|
|
1218
1229
|
.e-pivotview div.e-cellvalue {
|
|
1219
1230
|
margin-top: 5px;
|
|
1231
|
+
margin-top: 2px;
|
|
1220
1232
|
}
|
|
1221
1233
|
|
|
1222
1234
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1226,11 +1238,9 @@
|
|
|
1226
1238
|
|
|
1227
1239
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1228
1240
|
margin: 0px !important;
|
|
1229
|
-
padding
|
|
1230
|
-
padding-
|
|
1231
|
-
|
|
1232
|
-
padding-bottom: 30px !important;
|
|
1233
|
-
padding-top: 30px !important;
|
|
1241
|
+
padding: 2px 4px !important;
|
|
1242
|
+
padding-bottom: 0px !important;
|
|
1243
|
+
padding-top: 0px !important;
|
|
1234
1244
|
}
|
|
1235
1245
|
|
|
1236
1246
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1241,10 +1251,6 @@
|
|
|
1241
1251
|
border: 1px solid #e5e7eb;
|
|
1242
1252
|
}
|
|
1243
1253
|
|
|
1244
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1245
|
-
direction: ltr;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
1254
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1249
1255
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1250
1256
|
margin: -18px !important;
|
|
@@ -1270,12 +1276,28 @@
|
|
|
1270
1276
|
color: #6b7280 !important;
|
|
1271
1277
|
}
|
|
1272
1278
|
|
|
1279
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1280
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1281
|
+
text-overflow: ellipsis;
|
|
1282
|
+
white-space: nowrap;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1273
1285
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1274
1286
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1275
1287
|
padding-left: 8px !important;
|
|
1276
1288
|
text-transform: none;
|
|
1277
1289
|
}
|
|
1278
1290
|
|
|
1291
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1292
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1293
|
+
padding-right: 8px !important;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1297
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1298
|
+
line-height: normal;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1279
1301
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1280
1302
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1281
1303
|
border-left-color: #e5e7eb !important;
|
|
@@ -1284,22 +1306,23 @@
|
|
|
1284
1306
|
border-right-width: 1px;
|
|
1285
1307
|
}
|
|
1286
1308
|
|
|
1309
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1310
|
+
display: block;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1287
1314
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1288
1315
|
padding-left: 8px !important;
|
|
1289
1316
|
margin-top: 5px;
|
|
1290
1317
|
margin-top: 2px;
|
|
1291
1318
|
}
|
|
1292
1319
|
|
|
1293
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1294
|
-
margin-top: 3px;
|
|
1295
|
-
padding-left: 8px !important;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
1320
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1299
1321
|
padding: 0 0 0 1px !important;
|
|
1300
1322
|
}
|
|
1301
1323
|
|
|
1302
1324
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1325
|
+
.e-pivotview .e-stackedheadertext,
|
|
1303
1326
|
.e-pivotview .e-headertext,
|
|
1304
1327
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1305
1328
|
color: #6b7280;
|
|
@@ -1308,6 +1331,7 @@
|
|
|
1308
1331
|
}
|
|
1309
1332
|
|
|
1310
1333
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1334
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1311
1335
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1312
1336
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1313
1337
|
cursor: pointer;
|
|
@@ -1408,7 +1432,6 @@
|
|
|
1408
1432
|
.e-pivotview .e-group-rows,
|
|
1409
1433
|
.e-pivotview .e-group-all-fields {
|
|
1410
1434
|
background: #f9fafb;
|
|
1411
|
-
vertical-align: top;
|
|
1412
1435
|
display: inline-table;
|
|
1413
1436
|
-ms-flex: auto;
|
|
1414
1437
|
flex: auto;
|
|
@@ -1417,6 +1440,7 @@
|
|
|
1417
1440
|
overflow: hidden;
|
|
1418
1441
|
padding-left: 8px;
|
|
1419
1442
|
scroll-behavior: smooth;
|
|
1443
|
+
vertical-align: top;
|
|
1420
1444
|
}
|
|
1421
1445
|
|
|
1422
1446
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1441,6 +1465,8 @@
|
|
|
1441
1465
|
position: relative;
|
|
1442
1466
|
text-align: center;
|
|
1443
1467
|
vertical-align: middle;
|
|
1468
|
+
font-size: 14px;
|
|
1469
|
+
font-weight: normal;
|
|
1444
1470
|
}
|
|
1445
1471
|
|
|
1446
1472
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
@@ -1513,7 +1539,7 @@
|
|
|
1513
1539
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1514
1540
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1515
1541
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1516
|
-
color: #6b7280
|
|
1542
|
+
color: #6b7280;
|
|
1517
1543
|
}
|
|
1518
1544
|
|
|
1519
1545
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1534,7 +1560,7 @@
|
|
|
1534
1560
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1535
1561
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1536
1562
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1537
|
-
color: #6b7280
|
|
1563
|
+
color: #6b7280;
|
|
1538
1564
|
}
|
|
1539
1565
|
|
|
1540
1566
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1567,7 +1593,7 @@
|
|
|
1567
1593
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1568
1594
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1569
1595
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1570
|
-
color: #6b7280
|
|
1596
|
+
color: #6b7280;
|
|
1571
1597
|
}
|
|
1572
1598
|
|
|
1573
1599
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1590,7 +1616,7 @@
|
|
|
1590
1616
|
|
|
1591
1617
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1592
1618
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1593
|
-
height: initial;
|
|
1619
|
+
height: initial !important;
|
|
1594
1620
|
}
|
|
1595
1621
|
|
|
1596
1622
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1610,7 +1636,7 @@
|
|
|
1610
1636
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1611
1637
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1612
1638
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1613
|
-
color: #6b7280
|
|
1639
|
+
color: #6b7280;
|
|
1614
1640
|
cursor: pointer;
|
|
1615
1641
|
display: inline-block;
|
|
1616
1642
|
font-size: 12px;
|
|
@@ -1631,7 +1657,7 @@
|
|
|
1631
1657
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1632
1658
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1633
1659
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1634
|
-
color: #6b7280
|
|
1660
|
+
color: #6b7280;
|
|
1635
1661
|
}
|
|
1636
1662
|
|
|
1637
1663
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1846,7 +1872,7 @@
|
|
|
1846
1872
|
padding-bottom: 7px;
|
|
1847
1873
|
}
|
|
1848
1874
|
|
|
1849
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1875
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1850
1876
|
height: auto;
|
|
1851
1877
|
width: auto;
|
|
1852
1878
|
}
|
|
@@ -1864,6 +1890,7 @@
|
|
|
1864
1890
|
text-align: center;
|
|
1865
1891
|
width: 18px;
|
|
1866
1892
|
margin-top: 0;
|
|
1893
|
+
vertical-align: middle;
|
|
1867
1894
|
}
|
|
1868
1895
|
|
|
1869
1896
|
.e-pivotview th .e-expand,
|
|
@@ -1871,8 +1898,7 @@
|
|
|
1871
1898
|
float: left;
|
|
1872
1899
|
font-size: 10px !important;
|
|
1873
1900
|
margin-left: 0px;
|
|
1874
|
-
margin-top:
|
|
1875
|
-
margin-top: 2px !important;
|
|
1901
|
+
margin-top: 1px;
|
|
1876
1902
|
}
|
|
1877
1903
|
|
|
1878
1904
|
.e-pivotview .e-expand::before {
|
|
@@ -2038,7 +2064,7 @@
|
|
|
2038
2064
|
}
|
|
2039
2065
|
|
|
2040
2066
|
.e-pivottooltip {
|
|
2041
|
-
border-radius:
|
|
2067
|
+
border-radius: 4px;
|
|
2042
2068
|
padding: 3px 4px;
|
|
2043
2069
|
}
|
|
2044
2070
|
|
|
@@ -2121,14 +2147,23 @@
|
|
|
2121
2147
|
}
|
|
2122
2148
|
|
|
2123
2149
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2150
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2124
2151
|
.e-bigger .e-pivotview .e-headertext,
|
|
2125
2152
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2126
2153
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2154
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2127
2155
|
.e-bigger.e-pivotview .e-headertext,
|
|
2128
2156
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2129
2157
|
font-size: 14px !important;
|
|
2130
2158
|
}
|
|
2131
2159
|
|
|
2160
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2161
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2162
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2163
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2164
|
+
margin-top: 1px;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2132
2167
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2133
2168
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2134
2169
|
height: 36px !important;
|
|
@@ -2204,6 +2239,19 @@
|
|
|
2204
2239
|
padding-left: 10px;
|
|
2205
2240
|
}
|
|
2206
2241
|
|
|
2242
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2243
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2244
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2245
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2246
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
|
|
2247
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2248
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2249
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2250
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2251
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
|
|
2252
|
+
font-size: 16px;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2207
2255
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2208
2256
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2209
2257
|
height: 100%;
|
|
@@ -2309,9 +2357,11 @@
|
|
|
2309
2357
|
}
|
|
2310
2358
|
|
|
2311
2359
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2360
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2312
2361
|
.e-bigger .e-pivotview .e-headertext,
|
|
2313
2362
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2314
2363
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2364
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2315
2365
|
.e-bigger.e-pivotview .e-headertext,
|
|
2316
2366
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2317
2367
|
color: #6b7280 !important;
|
|
@@ -2604,7 +2654,7 @@
|
|
|
2604
2654
|
|
|
2605
2655
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
2606
2656
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
2607
|
-
content: '\
|
|
2657
|
+
content: '\e7b0';
|
|
2608
2658
|
}
|
|
2609
2659
|
|
|
2610
2660
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
@@ -2614,7 +2664,7 @@
|
|
|
2614
2664
|
|
|
2615
2665
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
2616
2666
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
2617
|
-
content: '\
|
|
2667
|
+
content: '\e706';
|
|
2618
2668
|
}
|
|
2619
2669
|
|
|
2620
2670
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
@@ -2887,6 +2937,18 @@
|
|
|
2887
2937
|
width: 14px;
|
|
2888
2938
|
}
|
|
2889
2939
|
|
|
2940
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2941
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2942
|
+
pointer-events: none;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2946
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2947
|
+
background: none;
|
|
2948
|
+
margin: 0 2px;
|
|
2949
|
+
width: 14px;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2890
2952
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2891
2953
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2892
2954
|
border: 1px solid #e5e7eb;
|
|
@@ -3064,12 +3126,14 @@
|
|
|
3064
3126
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
3065
3127
|
color: #374151;
|
|
3066
3128
|
font-size: 12px;
|
|
3129
|
+
margin-bottom: 4px;
|
|
3067
3130
|
margin-top: 15px;
|
|
3068
3131
|
overflow: hidden;
|
|
3069
3132
|
padding: 4px 0;
|
|
3070
3133
|
padding-bottom: 0;
|
|
3071
3134
|
text-overflow: ellipsis;
|
|
3072
3135
|
white-space: nowrap;
|
|
3136
|
+
padding: 0;
|
|
3073
3137
|
}
|
|
3074
3138
|
|
|
3075
3139
|
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
|
|
@@ -3092,6 +3156,10 @@
|
|
|
3092
3156
|
font-family: Inter;
|
|
3093
3157
|
}
|
|
3094
3158
|
|
|
3159
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3160
|
+
color: #6b7280;
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3095
3163
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3096
3164
|
color: #6b7280;
|
|
3097
3165
|
margin: 0;
|
|
@@ -3107,6 +3175,10 @@
|
|
|
3107
3175
|
padding: 0;
|
|
3108
3176
|
}
|
|
3109
3177
|
|
|
3178
|
+
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
|
|
3179
|
+
line-height: 31px;
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3110
3182
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3111
3183
|
cursor: pointer;
|
|
3112
3184
|
font-size: 18px;
|
|
@@ -3115,6 +3187,8 @@
|
|
|
3115
3187
|
padding: 2px 4px 4px;
|
|
3116
3188
|
pointer-events: auto;
|
|
3117
3189
|
width: 24px;
|
|
3190
|
+
height: 20px;
|
|
3191
|
+
width: 20px;
|
|
3118
3192
|
}
|
|
3119
3193
|
|
|
3120
3194
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
@@ -3132,6 +3206,12 @@
|
|
|
3132
3206
|
padding: 2px 4px 4px;
|
|
3133
3207
|
pointer-events: auto;
|
|
3134
3208
|
width: 24px;
|
|
3209
|
+
height: 20px;
|
|
3210
|
+
width: 20px;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3214
|
+
color: #d1d5db;
|
|
3135
3215
|
}
|
|
3136
3216
|
|
|
3137
3217
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
@@ -3141,10 +3221,16 @@
|
|
|
3141
3221
|
font-size: 18px;
|
|
3142
3222
|
height: 24px;
|
|
3143
3223
|
margin-right: 4px;
|
|
3144
|
-
margin-top: 4px;
|
|
3145
|
-
padding: 5px;
|
|
3146
3224
|
pointer-events: auto;
|
|
3147
3225
|
width: 24px;
|
|
3226
|
+
height: 20px;
|
|
3227
|
+
margin-top: 0;
|
|
3228
|
+
padding: 0 5px;
|
|
3229
|
+
width: 20px;
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
3233
|
+
color: #6b7280;
|
|
3148
3234
|
}
|
|
3149
3235
|
|
|
3150
3236
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3176,9 +3262,9 @@
|
|
|
3176
3262
|
padding: 5px;
|
|
3177
3263
|
width: 24px;
|
|
3178
3264
|
float: left;
|
|
3179
|
-
margin-right: 0;
|
|
3180
3265
|
margin-left: 12px;
|
|
3181
|
-
|
|
3266
|
+
margin-right: 0;
|
|
3267
|
+
padding-top: 0;
|
|
3182
3268
|
}
|
|
3183
3269
|
|
|
3184
3270
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
@@ -3228,7 +3314,6 @@
|
|
|
3228
3314
|
color: #111827;
|
|
3229
3315
|
font-size: 13px;
|
|
3230
3316
|
height: 70px;
|
|
3231
|
-
margin-top: 5px;
|
|
3232
3317
|
padding: 5px 10px;
|
|
3233
3318
|
resize: none;
|
|
3234
3319
|
width: 100%;
|
|
@@ -3252,7 +3337,6 @@
|
|
|
3252
3337
|
border: 1px solid #e5e7eb;
|
|
3253
3338
|
border-radius: 4px;
|
|
3254
3339
|
height: 120px;
|
|
3255
|
-
margin-top: 5px;
|
|
3256
3340
|
overflow: auto;
|
|
3257
3341
|
}
|
|
3258
3342
|
|
|
@@ -3470,6 +3554,7 @@
|
|
|
3470
3554
|
font-size: 14px;
|
|
3471
3555
|
padding: 6px 0;
|
|
3472
3556
|
padding-bottom: 0;
|
|
3557
|
+
padding: 0;
|
|
3473
3558
|
}
|
|
3474
3559
|
|
|
3475
3560
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -3485,6 +3570,7 @@
|
|
|
3485
3570
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3486
3571
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3487
3572
|
font-size: 22px;
|
|
3573
|
+
vertical-align: sub;
|
|
3488
3574
|
}
|
|
3489
3575
|
|
|
3490
3576
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula,
|
|
@@ -3544,8 +3630,8 @@
|
|
|
3544
3630
|
|
|
3545
3631
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3546
3632
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3547
|
-
max-width: 400px;
|
|
3548
|
-
min-width: 320px;
|
|
3633
|
+
max-width: 400px !important;
|
|
3634
|
+
min-width: 320px !important;
|
|
3549
3635
|
}
|
|
3550
3636
|
|
|
3551
3637
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3666,10 +3752,6 @@
|
|
|
3666
3752
|
}
|
|
3667
3753
|
|
|
3668
3754
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3669
|
-
background-color: #6b7280;
|
|
3670
|
-
border-color: transparent;
|
|
3671
|
-
color: #6b7280;
|
|
3672
|
-
outline: none;
|
|
3673
3755
|
background-color: #e5e7eb !important;
|
|
3674
3756
|
color: #374151 !important;
|
|
3675
3757
|
}
|
|
@@ -3699,6 +3781,7 @@
|
|
|
3699
3781
|
height: 14px;
|
|
3700
3782
|
min-width: 14px;
|
|
3701
3783
|
width: 14px;
|
|
3784
|
+
height: auto;
|
|
3702
3785
|
}
|
|
3703
3786
|
|
|
3704
3787
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -3820,8 +3903,8 @@
|
|
|
3820
3903
|
}
|
|
3821
3904
|
|
|
3822
3905
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3823
|
-
max-width: 400px;
|
|
3824
|
-
min-width: 300px;
|
|
3906
|
+
max-width: 400px !important;
|
|
3907
|
+
min-width: 300px !important;
|
|
3825
3908
|
}
|
|
3826
3909
|
|
|
3827
3910
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3890,7 +3973,7 @@
|
|
|
3890
3973
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3891
3974
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3892
3975
|
border-radius: 4px;
|
|
3893
|
-
width: auto;
|
|
3976
|
+
width: auto !important;
|
|
3894
3977
|
}
|
|
3895
3978
|
|
|
3896
3979
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3960,8 +4043,8 @@
|
|
|
3960
4043
|
|
|
3961
4044
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3962
4045
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3963
|
-
|
|
3964
|
-
|
|
4046
|
+
max-width: 400px !important;
|
|
4047
|
+
min-width: 320px !important;
|
|
3965
4048
|
}
|
|
3966
4049
|
|
|
3967
4050
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4087,15 +4170,6 @@
|
|
|
4087
4170
|
font-size: 16px;
|
|
4088
4171
|
}
|
|
4089
4172
|
|
|
4090
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4091
|
-
background-color: #6b7280;
|
|
4092
|
-
border-color: transparent;
|
|
4093
|
-
color: #6b7280;
|
|
4094
|
-
outline: none;
|
|
4095
|
-
background-color: #e5e7eb !important;
|
|
4096
|
-
color: #374151;
|
|
4097
|
-
}
|
|
4098
|
-
|
|
4099
4173
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4100
4174
|
margin-left: -22px;
|
|
4101
4175
|
overflow: hidden;
|
|
@@ -4110,7 +4184,7 @@
|
|
|
4110
4184
|
}
|
|
4111
4185
|
|
|
4112
4186
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4113
|
-
border:
|
|
4187
|
+
border: 0;
|
|
4114
4188
|
}
|
|
4115
4189
|
|
|
4116
4190
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4121,6 +4195,7 @@
|
|
|
4121
4195
|
height: 14px;
|
|
4122
4196
|
min-width: 14px;
|
|
4123
4197
|
width: 14px;
|
|
4198
|
+
height: auto;
|
|
4124
4199
|
}
|
|
4125
4200
|
|
|
4126
4201
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -4242,8 +4317,8 @@
|
|
|
4242
4317
|
}
|
|
4243
4318
|
|
|
4244
4319
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4245
|
-
max-width: 400px;
|
|
4246
|
-
min-width: 300px;
|
|
4320
|
+
max-width: 400px !important;
|
|
4321
|
+
min-width: 300px !important;
|
|
4247
4322
|
}
|
|
4248
4323
|
|
|
4249
4324
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4312,7 +4387,7 @@
|
|
|
4312
4387
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4313
4388
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4314
4389
|
border-radius: 4px;
|
|
4315
|
-
width: auto;
|
|
4390
|
+
width: auto !important;
|
|
4316
4391
|
}
|
|
4317
4392
|
|
|
4318
4393
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4385,14 +4460,18 @@
|
|
|
4385
4460
|
background-color: #e5e7eb;
|
|
4386
4461
|
border: 1px solid #e5e7eb;
|
|
4387
4462
|
border-radius: 0;
|
|
4388
|
-
box-shadow:
|
|
4389
|
-
height:
|
|
4463
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4464
|
+
height: 32px;
|
|
4465
|
+
line-height: 1.5em;
|
|
4390
4466
|
min-width: 100px;
|
|
4391
4467
|
padding: 5px 10px;
|
|
4468
|
+
line-height: normal;
|
|
4469
|
+
padding: 0 10px;
|
|
4392
4470
|
}
|
|
4393
4471
|
|
|
4394
4472
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4395
4473
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4474
|
+
height: 100%;
|
|
4396
4475
|
padding: 0;
|
|
4397
4476
|
text-align: center;
|
|
4398
4477
|
width: 100%;
|
|
@@ -4404,6 +4483,9 @@
|
|
|
4404
4483
|
font-size: 16px;
|
|
4405
4484
|
line-height: 1em;
|
|
4406
4485
|
width: 100%;
|
|
4486
|
+
display: inline;
|
|
4487
|
+
line-height: normal;
|
|
4488
|
+
vertical-align: sub;
|
|
4407
4489
|
}
|
|
4408
4490
|
|
|
4409
4491
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -4480,7 +4562,7 @@
|
|
|
4480
4562
|
background-color: #e5e7eb !important;
|
|
4481
4563
|
border: 1px solid #e5e7eb;
|
|
4482
4564
|
border-radius: 0;
|
|
4483
|
-
box-shadow:
|
|
4565
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4484
4566
|
color: #374151;
|
|
4485
4567
|
font-size: 16px;
|
|
4486
4568
|
font-family: Inter;
|
|
@@ -4492,10 +4574,14 @@
|
|
|
4492
4574
|
text-align: center;
|
|
4493
4575
|
width: auto;
|
|
4494
4576
|
z-index: 100000;
|
|
4577
|
+
line-height: normal;
|
|
4578
|
+
padding: 0 10px;
|
|
4495
4579
|
}
|
|
4496
4580
|
|
|
4497
4581
|
.e-button-drag-clone .e-text-content {
|
|
4498
4582
|
width: 100%;
|
|
4583
|
+
display: inline;
|
|
4584
|
+
vertical-align: sub;
|
|
4499
4585
|
}
|
|
4500
4586
|
|
|
4501
4587
|
.e-bigger .e-button-drag-clone,
|
|
@@ -4503,26 +4589,13 @@
|
|
|
4503
4589
|
height: 36px !important;
|
|
4504
4590
|
line-height: 1.5em;
|
|
4505
4591
|
padding: 6px 12px;
|
|
4592
|
+
line-height: normal;
|
|
4593
|
+
padding: 0 12px;
|
|
4506
4594
|
}
|
|
4507
4595
|
|
|
4508
4596
|
.e-pivot-error-dialog {
|
|
4509
|
-
max-width: 400px;
|
|
4510
|
-
width: auto;
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4514
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4515
|
-
border: 0;
|
|
4516
|
-
}
|
|
4517
|
-
|
|
4518
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4519
|
-
font-weight: normal;
|
|
4520
|
-
opacity: 0.87;
|
|
4521
|
-
}
|
|
4522
|
-
|
|
4523
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4524
|
-
font-weight: normal;
|
|
4525
|
-
opacity: 0.54;
|
|
4597
|
+
max-width: 400px !important;
|
|
4598
|
+
width: auto !important;
|
|
4526
4599
|
}
|
|
4527
4600
|
|
|
4528
4601
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4611,7 +4684,7 @@
|
|
|
4611
4684
|
|
|
4612
4685
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4613
4686
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4614
|
-
height: 91px
|
|
4687
|
+
height: 91px;
|
|
4615
4688
|
}
|
|
4616
4689
|
|
|
4617
4690
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4942,7 +5015,7 @@
|
|
|
4942
5015
|
.e-pivotfieldlist .e-select-table {
|
|
4943
5016
|
background-color: #f3f4f6;
|
|
4944
5017
|
border: 0.5px solid #e5e7eb;
|
|
4945
|
-
box-shadow:
|
|
5018
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4946
5019
|
color: rgba(17, 24, 39, 0.54);
|
|
4947
5020
|
font-size: 17px;
|
|
4948
5021
|
height: 31px;
|
|
@@ -4957,7 +5030,7 @@
|
|
|
4957
5030
|
}
|
|
4958
5031
|
|
|
4959
5032
|
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
|
|
4960
|
-
box-shadow:
|
|
5033
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4961
5034
|
}
|
|
4962
5035
|
|
|
4963
5036
|
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
|
|
@@ -4985,19 +5058,31 @@
|
|
|
4985
5058
|
.e-pivotfieldlist-wrapper {
|
|
4986
5059
|
font-family: Inter;
|
|
4987
5060
|
font-size: 14px;
|
|
4988
|
-
max-width: 700px;
|
|
4989
|
-
min-width: 300px;
|
|
5061
|
+
max-width: 700px !important;
|
|
5062
|
+
min-width: 300px !important;
|
|
4990
5063
|
}
|
|
4991
5064
|
|
|
4992
5065
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
5066
|
+
display: -ms-flexbox;
|
|
5067
|
+
display: flex;
|
|
4993
5068
|
padding: 10px 2px 2px;
|
|
4994
|
-
text-align: right;
|
|
4995
5069
|
}
|
|
4996
5070
|
|
|
4997
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
5071
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
5072
|
+
-ms-flex: auto;
|
|
5073
|
+
flex: auto;
|
|
5074
|
+
text-align: end;
|
|
5075
|
+
}
|
|
5076
|
+
|
|
5077
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4998
5078
|
margin-right: 10px;
|
|
4999
5079
|
}
|
|
5000
5080
|
|
|
5081
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
5082
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
5083
|
+
min-width: fit-content;
|
|
5084
|
+
}
|
|
5085
|
+
|
|
5001
5086
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
5002
5087
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
5003
5088
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5008,7 +5093,7 @@
|
|
|
5008
5093
|
}
|
|
5009
5094
|
|
|
5010
5095
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
5011
|
-
|
|
5096
|
+
padding-right: 10px;
|
|
5012
5097
|
}
|
|
5013
5098
|
|
|
5014
5099
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5018,12 +5103,8 @@
|
|
|
5018
5103
|
.e-pivotfieldlist-wrapper .e-checkbox-layout {
|
|
5019
5104
|
float: left;
|
|
5020
5105
|
margin-top: 6px;
|
|
5021
|
-
margin: 0;
|
|
5022
|
-
|
|
5023
|
-
}
|
|
5024
|
-
|
|
5025
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
5026
|
-
text-align: left;
|
|
5106
|
+
margin-left: 0 !important;
|
|
5107
|
+
margin-right: 0 !important;
|
|
5027
5108
|
}
|
|
5028
5109
|
|
|
5029
5110
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
@@ -5077,10 +5158,10 @@
|
|
|
5077
5158
|
}
|
|
5078
5159
|
|
|
5079
5160
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
5080
|
-
font-size: 16px;
|
|
5081
|
-
line-height: 1.5em;
|
|
5082
5161
|
-ms-flex: auto;
|
|
5083
5162
|
flex: auto;
|
|
5163
|
+
font-size: 16px;
|
|
5164
|
+
line-height: 1.5em;
|
|
5084
5165
|
}
|
|
5085
5166
|
|
|
5086
5167
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5114,13 +5195,13 @@
|
|
|
5114
5195
|
font-size: 12px;
|
|
5115
5196
|
font-weight: normal;
|
|
5116
5197
|
height: 28px;
|
|
5198
|
+
line-height: 1.125em;
|
|
5117
5199
|
overflow: hidden;
|
|
5118
5200
|
padding: 6px 0 0 12px;
|
|
5119
5201
|
text-align: left;
|
|
5120
5202
|
text-overflow: ellipsis;
|
|
5121
|
-
word-break: break-all;
|
|
5122
|
-
line-height: 1.125em;
|
|
5123
5203
|
text-transform: uppercase;
|
|
5204
|
+
word-break: break-all;
|
|
5124
5205
|
}
|
|
5125
5206
|
|
|
5126
5207
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5306,7 +5387,8 @@
|
|
|
5306
5387
|
display: flex;
|
|
5307
5388
|
height: 28px;
|
|
5308
5389
|
padding: 2px 12px 5px;
|
|
5309
|
-
padding: 5px 12px
|
|
5390
|
+
padding: 5px 12px;
|
|
5391
|
+
border-radius: 3px 3px 0 0;
|
|
5310
5392
|
}
|
|
5311
5393
|
|
|
5312
5394
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -5316,6 +5398,7 @@
|
|
|
5316
5398
|
height: 20px;
|
|
5317
5399
|
padding-top: 0;
|
|
5318
5400
|
width: 20px;
|
|
5401
|
+
padding-left: 3px;
|
|
5319
5402
|
}
|
|
5320
5403
|
|
|
5321
5404
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -5350,8 +5433,8 @@
|
|
|
5350
5433
|
overflow: hidden;
|
|
5351
5434
|
padding: 0 8px;
|
|
5352
5435
|
text-overflow: ellipsis;
|
|
5353
|
-
width: 100%;
|
|
5354
5436
|
text-transform: uppercase;
|
|
5437
|
+
width: 100%;
|
|
5355
5438
|
}
|
|
5356
5439
|
|
|
5357
5440
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5835,6 +5918,7 @@
|
|
|
5835
5918
|
display: inline-block;
|
|
5836
5919
|
height: 100%;
|
|
5837
5920
|
width: 100%;
|
|
5921
|
+
line-height: 1.5;
|
|
5838
5922
|
}
|
|
5839
5923
|
|
|
5840
5924
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -5881,7 +5965,8 @@
|
|
|
5881
5965
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5882
5966
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5883
5967
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5884
|
-
padding-top:
|
|
5968
|
+
padding-top: 0;
|
|
5969
|
+
padding-left: 3px;
|
|
5885
5970
|
}
|
|
5886
5971
|
|
|
5887
5972
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -5892,10 +5977,22 @@
|
|
|
5892
5977
|
padding-left: 10px;
|
|
5893
5978
|
}
|
|
5894
5979
|
|
|
5980
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5981
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5982
|
+
padding-left: 0;
|
|
5983
|
+
padding-right: 3px;
|
|
5984
|
+
}
|
|
5985
|
+
|
|
5895
5986
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5896
5987
|
padding: 0;
|
|
5897
5988
|
}
|
|
5898
5989
|
|
|
5990
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5991
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5992
|
+
padding-left: 0;
|
|
5993
|
+
padding-right: 3px;
|
|
5994
|
+
}
|
|
5995
|
+
|
|
5899
5996
|
.e-pivotfieldlist-wrapper.e-device {
|
|
5900
5997
|
height: 100%;
|
|
5901
5998
|
max-height: 100% !important;
|
|
@@ -6190,8 +6287,8 @@
|
|
|
6190
6287
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
6191
6288
|
padding-left: 0;
|
|
6192
6289
|
padding-right: 10px;
|
|
6193
|
-
padding-right: 0;
|
|
6194
6290
|
margin-right: 8px;
|
|
6291
|
+
padding-right: 0;
|
|
6195
6292
|
}
|
|
6196
6293
|
|
|
6197
6294
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -6479,14 +6576,26 @@
|
|
|
6479
6576
|
}
|
|
6480
6577
|
|
|
6481
6578
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6579
|
+
display: -ms-flexbox;
|
|
6580
|
+
display: flex;
|
|
6482
6581
|
padding: 10px 2px 2px;
|
|
6483
|
-
text-align: right;
|
|
6484
6582
|
}
|
|
6485
6583
|
|
|
6486
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6584
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6585
|
+
-ms-flex: auto;
|
|
6586
|
+
flex: auto;
|
|
6587
|
+
text-align: end;
|
|
6588
|
+
}
|
|
6589
|
+
|
|
6590
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6487
6591
|
margin-right: 10px;
|
|
6488
6592
|
}
|
|
6489
6593
|
|
|
6594
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6595
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6596
|
+
min-width: fit-content;
|
|
6597
|
+
}
|
|
6598
|
+
|
|
6490
6599
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6491
6600
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6492
6601
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6497,7 +6606,7 @@
|
|
|
6497
6606
|
}
|
|
6498
6607
|
|
|
6499
6608
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6500
|
-
|
|
6609
|
+
padding-right: 10px;
|
|
6501
6610
|
}
|
|
6502
6611
|
|
|
6503
6612
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6507,12 +6616,8 @@
|
|
|
6507
6616
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
6508
6617
|
float: left;
|
|
6509
6618
|
margin-top: 6px;
|
|
6510
|
-
margin: 0;
|
|
6511
|
-
|
|
6512
|
-
}
|
|
6513
|
-
|
|
6514
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6515
|
-
text-align: left;
|
|
6619
|
+
margin-left: 0 !important;
|
|
6620
|
+
margin-right: 0 !important;
|
|
6516
6621
|
}
|
|
6517
6622
|
|
|
6518
6623
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
@@ -6791,7 +6896,7 @@
|
|
|
6791
6896
|
display: flex;
|
|
6792
6897
|
height: 28px;
|
|
6793
6898
|
padding: 2px 12px 5px;
|
|
6794
|
-
padding: 5px 12px
|
|
6899
|
+
padding: 5px 12px;
|
|
6795
6900
|
}
|
|
6796
6901
|
|
|
6797
6902
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -6835,8 +6940,8 @@
|
|
|
6835
6940
|
overflow: hidden;
|
|
6836
6941
|
padding: 0 8px;
|
|
6837
6942
|
text-overflow: ellipsis;
|
|
6838
|
-
width: 100%;
|
|
6839
6943
|
text-transform: uppercase;
|
|
6944
|
+
width: 100%;
|
|
6840
6945
|
}
|
|
6841
6946
|
|
|
6842
6947
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -7366,7 +7471,7 @@
|
|
|
7366
7471
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
7367
7472
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
7368
7473
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
7369
|
-
padding-top:
|
|
7474
|
+
padding-top: 0;
|
|
7370
7475
|
}
|
|
7371
7476
|
|
|
7372
7477
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -7673,8 +7778,8 @@
|
|
|
7673
7778
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
7674
7779
|
padding-left: 0;
|
|
7675
7780
|
padding-right: 10px;
|
|
7676
|
-
padding-right: 0;
|
|
7677
7781
|
margin-right: 8px;
|
|
7782
|
+
padding-right: 0;
|
|
7678
7783
|
}
|
|
7679
7784
|
|
|
7680
7785
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -7969,12 +8074,12 @@
|
|
|
7969
8074
|
font-weight: normal;
|
|
7970
8075
|
height: 30px;
|
|
7971
8076
|
overflow: hidden;
|
|
7972
|
-
padding: 6px 0 0
|
|
8077
|
+
padding: 6px 0 0 16px;
|
|
7973
8078
|
}
|
|
7974
8079
|
|
|
7975
8080
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper,
|
|
7976
8081
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper {
|
|
7977
|
-
padding-right:
|
|
8082
|
+
padding-right: 16px;
|
|
7978
8083
|
}
|
|
7979
8084
|
|
|
7980
8085
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none,
|
|
@@ -8055,7 +8160,7 @@
|
|
|
8055
8160
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,
|
|
8056
8161
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
|
|
8057
8162
|
height: 30px;
|
|
8058
|
-
padding: 0
|
|
8163
|
+
padding: 0 16px 5px;
|
|
8059
8164
|
}
|
|
8060
8165
|
|
|
8061
8166
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -8069,6 +8174,7 @@
|
|
|
8069
8174
|
height: 24px;
|
|
8070
8175
|
padding-top: 7px;
|
|
8071
8176
|
width: 24px;
|
|
8177
|
+
padding-left: 4px;
|
|
8072
8178
|
}
|
|
8073
8179
|
|
|
8074
8180
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -8265,6 +8371,7 @@
|
|
|
8265
8371
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8266
8372
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8267
8373
|
padding-top: 7px;
|
|
8374
|
+
padding-left: 4px;
|
|
8268
8375
|
}
|
|
8269
8376
|
|
|
8270
8377
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -8272,11 +8379,27 @@
|
|
|
8272
8379
|
padding-left: 16px;
|
|
8273
8380
|
}
|
|
8274
8381
|
|
|
8382
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8383
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8384
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8385
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8386
|
+
padding-left: 0;
|
|
8387
|
+
padding-right: 4px;
|
|
8388
|
+
}
|
|
8389
|
+
|
|
8275
8390
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
8276
8391
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
8277
8392
|
padding: 0 !important;
|
|
8278
8393
|
}
|
|
8279
8394
|
|
|
8395
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8396
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8397
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8398
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8399
|
+
padding-left: 0 !important;
|
|
8400
|
+
padding-right: 4px !important;
|
|
8401
|
+
}
|
|
8402
|
+
|
|
8280
8403
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
8281
8404
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
8282
8405
|
padding-left: 0;
|
|
@@ -8317,12 +8440,12 @@
|
|
|
8317
8440
|
|
|
8318
8441
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header,
|
|
8319
8442
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
8320
|
-
padding-right:
|
|
8443
|
+
padding-right: 16px;
|
|
8321
8444
|
}
|
|
8322
8445
|
|
|
8323
8446
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper,
|
|
8324
8447
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
8325
|
-
padding-left:
|
|
8448
|
+
padding-left: 16px;
|
|
8326
8449
|
}
|
|
8327
8450
|
|
|
8328
8451
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none,
|
|
@@ -8409,12 +8532,12 @@
|
|
|
8409
8532
|
font-weight: normal;
|
|
8410
8533
|
height: 30px;
|
|
8411
8534
|
overflow: hidden;
|
|
8412
|
-
padding: 6px 0 0
|
|
8535
|
+
padding: 6px 0 0 16px;
|
|
8413
8536
|
}
|
|
8414
8537
|
|
|
8415
8538
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
|
|
8416
8539
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
|
|
8417
|
-
padding-right:
|
|
8540
|
+
padding-right: 16px;
|
|
8418
8541
|
}
|
|
8419
8542
|
|
|
8420
8543
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,
|
|
@@ -8494,7 +8617,7 @@
|
|
|
8494
8617
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
8495
8618
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
8496
8619
|
height: 30px;
|
|
8497
|
-
padding: 0
|
|
8620
|
+
padding: 0 16px 5px;
|
|
8498
8621
|
}
|
|
8499
8622
|
|
|
8500
8623
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -8756,12 +8879,12 @@
|
|
|
8756
8879
|
|
|
8757
8880
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header,
|
|
8758
8881
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
8759
|
-
padding-right:
|
|
8882
|
+
padding-right: 16px;
|
|
8760
8883
|
}
|
|
8761
8884
|
|
|
8762
8885
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
8763
8886
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
8764
|
-
padding-left:
|
|
8887
|
+
padding-left: 16px;
|
|
8765
8888
|
}
|
|
8766
8889
|
|
|
8767
8890
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|