@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
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 +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
+
.e-pivotview {
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
}
|
|
159
165
|
.e-pivotview .e-value-field-settings,
|
|
160
166
|
.e-pivotview .e-member-editor-dialog,
|
|
161
167
|
.e-pivotview .e-group-field-settings {
|
|
@@ -230,6 +236,7 @@
|
|
|
230
236
|
}
|
|
231
237
|
.e-pivotview .e-member-editor-dialog {
|
|
232
238
|
min-width: 320px;
|
|
239
|
+
/* stylelint-disable */
|
|
233
240
|
}
|
|
234
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
235
242
|
display: -ms-flexbox;
|
|
@@ -249,6 +256,7 @@
|
|
|
249
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
250
257
|
box-shadow: none;
|
|
251
258
|
margin-left: 10px;
|
|
259
|
+
/* stylelint-disable */
|
|
252
260
|
}
|
|
253
261
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
254
262
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -261,7 +269,7 @@
|
|
|
261
269
|
}
|
|
262
270
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
263
271
|
display: inline-block;
|
|
264
|
-
height:
|
|
272
|
+
height: 214px;
|
|
265
273
|
max-width: 400px;
|
|
266
274
|
overflow: auto;
|
|
267
275
|
width: 100%;
|
|
@@ -304,7 +312,7 @@
|
|
|
304
312
|
padding-top: 12px;
|
|
305
313
|
}
|
|
306
314
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
307
|
-
height:
|
|
315
|
+
height: 182px;
|
|
308
316
|
}
|
|
309
317
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
310
318
|
opacity: 56%;
|
|
@@ -342,6 +350,7 @@
|
|
|
342
350
|
}
|
|
343
351
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
352
|
border: none;
|
|
353
|
+
/* stylelint-enable */
|
|
345
354
|
}
|
|
346
355
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
347
356
|
margin: 0 0 0 6px;
|
|
@@ -587,13 +596,16 @@
|
|
|
587
596
|
}
|
|
588
597
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
589
598
|
margin-left: 18px !important;
|
|
599
|
+
/* stylelint-enable */
|
|
590
600
|
}
|
|
591
601
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
602
|
+
/* stylelint-disable */
|
|
592
603
|
padding: 0 !important;
|
|
593
604
|
}
|
|
594
605
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
595
606
|
float: left;
|
|
596
607
|
font-weight: 500;
|
|
608
|
+
/* stylelint-enable */
|
|
597
609
|
}
|
|
598
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
599
611
|
float: right;
|
|
@@ -622,6 +634,7 @@
|
|
|
622
634
|
}
|
|
623
635
|
|
|
624
636
|
.e-pivotview-report-dialog {
|
|
637
|
+
/* stylelint-disable */
|
|
625
638
|
max-width: 350px !important;
|
|
626
639
|
}
|
|
627
640
|
|
|
@@ -641,6 +654,7 @@
|
|
|
641
654
|
max-width: 500px !important;
|
|
642
655
|
}
|
|
643
656
|
|
|
657
|
+
/* stylelint-enable */
|
|
644
658
|
.e-report-outer {
|
|
645
659
|
display: inline-block;
|
|
646
660
|
width: 100%;
|
|
@@ -652,6 +666,7 @@
|
|
|
652
666
|
width: 40%;
|
|
653
667
|
}
|
|
654
668
|
|
|
669
|
+
/* stylelint-disable */
|
|
655
670
|
.e-pivotview-report-input {
|
|
656
671
|
float: right;
|
|
657
672
|
width: 60% !important;
|
|
@@ -673,11 +688,16 @@
|
|
|
673
688
|
font-size: 18px !important;
|
|
674
689
|
}
|
|
675
690
|
|
|
691
|
+
/* stylelint-enable */
|
|
676
692
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
677
693
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
678
694
|
white-space: nowrap;
|
|
679
695
|
}
|
|
680
696
|
|
|
697
|
+
.e-drillthrough-dialog {
|
|
698
|
+
/* stylelint-disable */
|
|
699
|
+
/* stylelint-enable */
|
|
700
|
+
}
|
|
681
701
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
682
702
|
margin-bottom: 20px;
|
|
683
703
|
}
|
|
@@ -698,6 +718,13 @@
|
|
|
698
718
|
flex-wrap: wrap;
|
|
699
719
|
}
|
|
700
720
|
|
|
721
|
+
.e-bigger .e-pivotview,
|
|
722
|
+
.e-bigger.e-pivotview {
|
|
723
|
+
/* stylelint-disable */
|
|
724
|
+
/* stylelint-enable */
|
|
725
|
+
/* stylelint-disable */
|
|
726
|
+
/* stylelint-enable */
|
|
727
|
+
}
|
|
701
728
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
702
729
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
703
730
|
line-height: 50px;
|
|
@@ -708,7 +735,7 @@
|
|
|
708
735
|
}
|
|
709
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
710
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
711
|
-
height:
|
|
738
|
+
height: 178px;
|
|
712
739
|
}
|
|
713
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
714
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -734,7 +761,7 @@
|
|
|
734
761
|
}
|
|
735
762
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
736
763
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
737
|
-
height:
|
|
764
|
+
height: 132px !important;
|
|
738
765
|
}
|
|
739
766
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
740
767
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -864,6 +891,18 @@
|
|
|
864
891
|
}
|
|
865
892
|
|
|
866
893
|
/*! PivotView theme */
|
|
894
|
+
.e-pivotview {
|
|
895
|
+
/* stylelint-enable */
|
|
896
|
+
/* stylelint-disable */
|
|
897
|
+
/* stylelint-enable */
|
|
898
|
+
/* stylelint-disable */
|
|
899
|
+
/* stylelint-enable */
|
|
900
|
+
/* stylelint-disable */
|
|
901
|
+
/* stylelint-enable */
|
|
902
|
+
/* stylelint-disable */
|
|
903
|
+
/* stylelint-enable */
|
|
904
|
+
/* stylelint-enable */
|
|
905
|
+
}
|
|
867
906
|
.e-pivotview .e-nextspan {
|
|
868
907
|
display: inline-block;
|
|
869
908
|
width: 18px;
|
|
@@ -884,6 +923,7 @@
|
|
|
884
923
|
text-align: right;
|
|
885
924
|
}
|
|
886
925
|
.e-pivotview .e-grid .e-rowcell {
|
|
926
|
+
/* stylelint-disable */
|
|
887
927
|
font-size: 14px !important;
|
|
888
928
|
padding-left: 8px;
|
|
889
929
|
-webkit-user-select: none;
|
|
@@ -1001,7 +1041,7 @@
|
|
|
1001
1041
|
}
|
|
1002
1042
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1003
1043
|
font-size: 12px !important;
|
|
1004
|
-
padding:
|
|
1044
|
+
padding-top: 14px !important;
|
|
1005
1045
|
}
|
|
1006
1046
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1007
1047
|
margin: -10px 0 !important;
|
|
@@ -1042,11 +1082,6 @@
|
|
|
1042
1082
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1043
1083
|
visibility: hidden !important;
|
|
1044
1084
|
}
|
|
1045
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1046
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1047
|
-
text-overflow: ellipsis;
|
|
1048
|
-
white-space: nowrap;
|
|
1049
|
-
}
|
|
1050
1085
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1051
1086
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1052
1087
|
padding-left: 8px !important;
|
|
@@ -1109,12 +1144,18 @@
|
|
|
1109
1144
|
}
|
|
1110
1145
|
.e-pivotview .e-rowcell {
|
|
1111
1146
|
opacity: 1;
|
|
1147
|
+
/* stylelint-disable */
|
|
1148
|
+
/* stylelint-enable */
|
|
1112
1149
|
}
|
|
1113
1150
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1114
1151
|
-webkit-user-select: none;
|
|
1115
1152
|
-ms-user-select: none;
|
|
1116
1153
|
user-select: none;
|
|
1117
1154
|
}
|
|
1155
|
+
.e-pivotview .e-grouping-bar {
|
|
1156
|
+
/* stylelint-disable */
|
|
1157
|
+
/* stylelint-enable */
|
|
1158
|
+
}
|
|
1118
1159
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1119
1160
|
-ms-flex: auto;
|
|
1120
1161
|
flex: auto;
|
|
@@ -1243,7 +1284,9 @@
|
|
|
1243
1284
|
border: 1px solid #e5e7eb;
|
|
1244
1285
|
border-radius: 0;
|
|
1245
1286
|
box-shadow: none;
|
|
1287
|
+
/* stylelint-disable */
|
|
1246
1288
|
color: #374151 !important;
|
|
1289
|
+
/* stylelint-enable */
|
|
1247
1290
|
cursor: default;
|
|
1248
1291
|
display: -ms-flexbox;
|
|
1249
1292
|
display: flex;
|
|
@@ -1254,6 +1297,8 @@
|
|
|
1254
1297
|
text-transform: none;
|
|
1255
1298
|
vertical-align: bottom;
|
|
1256
1299
|
z-index: 1;
|
|
1300
|
+
/* stylelint-disable */
|
|
1301
|
+
/* stylelint-enable */
|
|
1257
1302
|
}
|
|
1258
1303
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1259
1304
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1515,6 +1560,7 @@
|
|
|
1515
1560
|
width: 18px;
|
|
1516
1561
|
}
|
|
1517
1562
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1563
|
+
margin-top: 3px;
|
|
1518
1564
|
transform: rotateX(180deg);
|
|
1519
1565
|
}
|
|
1520
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1591,6 +1637,12 @@
|
|
|
1591
1637
|
.e-pivotview .e-expand::before {
|
|
1592
1638
|
font-size: 18px;
|
|
1593
1639
|
}
|
|
1640
|
+
.e-pivotview.e-rtl {
|
|
1641
|
+
/* stylelint-disable */
|
|
1642
|
+
/* stylelint-enable */
|
|
1643
|
+
/* stylelint-disable */
|
|
1644
|
+
/* stylelint-enable */
|
|
1645
|
+
}
|
|
1594
1646
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1595
1647
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1596
1648
|
margin-left: 0;
|
|
@@ -1662,8 +1714,10 @@
|
|
|
1662
1714
|
padding-right: 8px;
|
|
1663
1715
|
}
|
|
1664
1716
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1717
|
+
/* stylelint-disable */
|
|
1665
1718
|
padding-left: 8px;
|
|
1666
1719
|
padding-right: 0;
|
|
1720
|
+
/* stylelint-enable */
|
|
1667
1721
|
}
|
|
1668
1722
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1669
1723
|
margin-left: 4px;
|
|
@@ -1686,9 +1740,18 @@
|
|
|
1686
1740
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1687
1741
|
float: left;
|
|
1688
1742
|
}
|
|
1743
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1744
|
+
/* stylelint-disable */
|
|
1745
|
+
}
|
|
1689
1746
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1690
1747
|
line-height: 1em !important;
|
|
1691
1748
|
}
|
|
1749
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1750
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1751
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1752
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1753
|
+
margin-top: 2px !important;
|
|
1754
|
+
}
|
|
1692
1755
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1693
1756
|
max-width: 155px;
|
|
1694
1757
|
}
|
|
@@ -1699,6 +1762,9 @@
|
|
|
1699
1762
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1700
1763
|
max-width: 200px;
|
|
1701
1764
|
}
|
|
1765
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1766
|
+
width: 100% !important;
|
|
1767
|
+
}
|
|
1702
1768
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1703
1769
|
width: 0 !important;
|
|
1704
1770
|
}
|
|
@@ -1754,6 +1820,13 @@
|
|
|
1754
1820
|
margin-right: 5px;
|
|
1755
1821
|
}
|
|
1756
1822
|
|
|
1823
|
+
.e-bigger .e-pivotview,
|
|
1824
|
+
.e-bigger.e-pivotview {
|
|
1825
|
+
/* stylelint-disable */
|
|
1826
|
+
/* stylelint-enable */
|
|
1827
|
+
/* stylelint-disable */
|
|
1828
|
+
/* stylelint-enable */
|
|
1829
|
+
}
|
|
1757
1830
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1758
1831
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1759
1832
|
margin: 0;
|
|
@@ -1818,6 +1891,10 @@
|
|
|
1818
1891
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1819
1892
|
margin-top: 0;
|
|
1820
1893
|
}
|
|
1894
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1895
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1896
|
+
/* stylelint-enable */
|
|
1897
|
+
}
|
|
1821
1898
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1822
1899
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1823
1900
|
height: 36px !important;
|
|
@@ -1858,8 +1935,10 @@
|
|
|
1858
1935
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1859
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1860
1937
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1938
|
+
/* stylelint-disable */
|
|
1861
1939
|
font-size: 14px !important;
|
|
1862
1940
|
height: 20px;
|
|
1941
|
+
margin-top: 1px;
|
|
1863
1942
|
width: 20px;
|
|
1864
1943
|
}
|
|
1865
1944
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1956,6 +2035,7 @@
|
|
|
1956
2035
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1957
2036
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1958
2037
|
margin: -13px -10px !important;
|
|
2038
|
+
font-size: 16px !important;
|
|
1959
2039
|
}
|
|
1960
2040
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1961
2041
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1965,7 +2045,7 @@
|
|
|
1965
2045
|
}
|
|
1966
2046
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
1967
2047
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1968
|
-
height:
|
|
2048
|
+
height: 178px;
|
|
1969
2049
|
}
|
|
1970
2050
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
1971
2051
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -1985,9 +2065,16 @@
|
|
|
1985
2065
|
}
|
|
1986
2066
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1987
2067
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2068
|
+
/* stylelint-disable */
|
|
1988
2069
|
font-size: 16px !important;
|
|
1989
2070
|
padding: 0 12px;
|
|
1990
2071
|
}
|
|
2072
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2073
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2074
|
+
/* stylelint-enable */
|
|
2075
|
+
/* stylelint-disable */
|
|
2076
|
+
/* stylelint-enable */
|
|
2077
|
+
}
|
|
1991
2078
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1992
2079
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1993
2080
|
padding-right: 10px !important;
|