@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
|
@@ -157,6 +157,12 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
/*! PivotView layout */
|
|
160
|
+
.e-pivotview {
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
}
|
|
160
166
|
.e-pivotview .e-value-field-settings,
|
|
161
167
|
.e-pivotview .e-member-editor-dialog,
|
|
162
168
|
.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;
|
|
@@ -243,6 +250,7 @@
|
|
|
243
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
244
251
|
box-shadow: none;
|
|
245
252
|
margin-left: 10px;
|
|
253
|
+
/* stylelint-disable */
|
|
246
254
|
}
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
248
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -334,6 +342,7 @@
|
|
|
334
342
|
}
|
|
335
343
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
336
344
|
border: none;
|
|
345
|
+
/* stylelint-enable */
|
|
337
346
|
}
|
|
338
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
339
348
|
margin: 0 0 0 6px;
|
|
@@ -569,13 +578,16 @@
|
|
|
569
578
|
}
|
|
570
579
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
571
580
|
margin-left: 18px !important;
|
|
581
|
+
/* stylelint-enable */
|
|
572
582
|
}
|
|
573
583
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
+
/* stylelint-disable */
|
|
574
585
|
padding: 0 !important;
|
|
575
586
|
}
|
|
576
587
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
577
588
|
float: left;
|
|
578
589
|
font-weight: 500;
|
|
590
|
+
/* stylelint-enable */
|
|
579
591
|
}
|
|
580
592
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
581
593
|
float: right;
|
|
@@ -604,6 +616,7 @@
|
|
|
604
616
|
}
|
|
605
617
|
|
|
606
618
|
.e-pivotview-report-dialog {
|
|
619
|
+
/* stylelint-disable */
|
|
607
620
|
max-width: 350px !important;
|
|
608
621
|
}
|
|
609
622
|
|
|
@@ -623,6 +636,7 @@
|
|
|
623
636
|
max-width: 500px !important;
|
|
624
637
|
}
|
|
625
638
|
|
|
639
|
+
/* stylelint-enable */
|
|
626
640
|
.e-report-outer {
|
|
627
641
|
display: inline-block;
|
|
628
642
|
width: 100%;
|
|
@@ -634,6 +648,7 @@
|
|
|
634
648
|
width: 40%;
|
|
635
649
|
}
|
|
636
650
|
|
|
651
|
+
/* stylelint-disable */
|
|
637
652
|
.e-pivotview-report-input {
|
|
638
653
|
float: right;
|
|
639
654
|
width: 60% !important;
|
|
@@ -655,11 +670,16 @@
|
|
|
655
670
|
font-size: 18px !important;
|
|
656
671
|
}
|
|
657
672
|
|
|
673
|
+
/* stylelint-enable */
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
659
675
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
660
676
|
white-space: nowrap;
|
|
661
677
|
}
|
|
662
678
|
|
|
679
|
+
.e-drillthrough-dialog {
|
|
680
|
+
/* stylelint-disable */
|
|
681
|
+
/* stylelint-enable */
|
|
682
|
+
}
|
|
663
683
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
664
684
|
margin-bottom: 20px;
|
|
665
685
|
}
|
|
@@ -680,9 +700,18 @@
|
|
|
680
700
|
flex-wrap: wrap;
|
|
681
701
|
}
|
|
682
702
|
|
|
703
|
+
.e-bigger .e-pivotview,
|
|
704
|
+
.e-bigger.e-pivotview {
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
/* stylelint-disable */
|
|
708
|
+
/* stylelint-enable */
|
|
709
|
+
}
|
|
683
710
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
684
711
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
712
|
+
/* stylelint-disable */
|
|
685
713
|
height: 52px !important;
|
|
714
|
+
/* stylelint-enable */
|
|
686
715
|
}
|
|
687
716
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
688
717
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -838,6 +867,18 @@
|
|
|
838
867
|
}
|
|
839
868
|
|
|
840
869
|
/*! PivotView theme */
|
|
870
|
+
.e-pivotview {
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-disable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
}
|
|
841
882
|
.e-pivotview .e-nextspan {
|
|
842
883
|
display: inline-block;
|
|
843
884
|
width: 18px;
|
|
@@ -858,6 +899,7 @@
|
|
|
858
899
|
text-align: right;
|
|
859
900
|
}
|
|
860
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
902
|
+
/* stylelint-disable */
|
|
861
903
|
font-size: 13px !important;
|
|
862
904
|
padding-left: 8px;
|
|
863
905
|
-webkit-user-select: none;
|
|
@@ -966,7 +1008,6 @@
|
|
|
966
1008
|
}
|
|
967
1009
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
968
1010
|
font-size: 12px !important;
|
|
969
|
-
padding: 3px 4px 4px 4px !important;
|
|
970
1011
|
}
|
|
971
1012
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
972
1013
|
margin: -10px 0 !important;
|
|
@@ -1006,11 +1047,6 @@
|
|
|
1006
1047
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1007
1048
|
visibility: hidden !important;
|
|
1008
1049
|
}
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1010
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1011
|
-
text-overflow: ellipsis;
|
|
1012
|
-
white-space: nowrap;
|
|
1013
|
-
}
|
|
1014
1050
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1015
1051
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1016
1052
|
padding-left: 8px !important;
|
|
@@ -1070,12 +1106,18 @@
|
|
|
1070
1106
|
}
|
|
1071
1107
|
.e-pivotview .e-rowcell {
|
|
1072
1108
|
opacity: 1;
|
|
1109
|
+
/* stylelint-disable */
|
|
1110
|
+
/* stylelint-enable */
|
|
1073
1111
|
}
|
|
1074
1112
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1075
1113
|
-webkit-user-select: none;
|
|
1076
1114
|
-ms-user-select: none;
|
|
1077
1115
|
user-select: none;
|
|
1078
1116
|
}
|
|
1117
|
+
.e-pivotview .e-grouping-bar {
|
|
1118
|
+
/* stylelint-disable */
|
|
1119
|
+
/* stylelint-enable */
|
|
1120
|
+
}
|
|
1079
1121
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1080
1122
|
-ms-flex: auto;
|
|
1081
1123
|
flex: auto;
|
|
@@ -1201,7 +1243,9 @@
|
|
|
1201
1243
|
border: 1px solid #e0e0e0;
|
|
1202
1244
|
border-radius: 25px;
|
|
1203
1245
|
box-shadow: none;
|
|
1246
|
+
/* stylelint-disable */
|
|
1204
1247
|
color: #000 !important;
|
|
1248
|
+
/* stylelint-enable */
|
|
1205
1249
|
cursor: default;
|
|
1206
1250
|
display: -ms-flexbox;
|
|
1207
1251
|
display: flex;
|
|
@@ -1212,6 +1256,8 @@
|
|
|
1212
1256
|
text-transform: none;
|
|
1213
1257
|
vertical-align: bottom;
|
|
1214
1258
|
z-index: 1;
|
|
1259
|
+
/* stylelint-disable */
|
|
1260
|
+
/* stylelint-enable */
|
|
1215
1261
|
}
|
|
1216
1262
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1217
1263
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1473,6 +1519,7 @@
|
|
|
1473
1519
|
width: 18px;
|
|
1474
1520
|
}
|
|
1475
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1522
|
+
margin-top: 3px;
|
|
1476
1523
|
transform: rotateX(180deg);
|
|
1477
1524
|
}
|
|
1478
1525
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1547,6 +1594,12 @@
|
|
|
1547
1594
|
.e-pivotview .e-expand::before {
|
|
1548
1595
|
font-size: 10px;
|
|
1549
1596
|
}
|
|
1597
|
+
.e-pivotview.e-rtl {
|
|
1598
|
+
/* stylelint-disable */
|
|
1599
|
+
/* stylelint-enable */
|
|
1600
|
+
/* stylelint-disable */
|
|
1601
|
+
/* stylelint-enable */
|
|
1602
|
+
}
|
|
1550
1603
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1551
1604
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1552
1605
|
margin-left: 0;
|
|
@@ -1618,8 +1671,10 @@
|
|
|
1618
1671
|
padding-right: 8px;
|
|
1619
1672
|
}
|
|
1620
1673
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1674
|
+
/* stylelint-disable */
|
|
1621
1675
|
padding-left: 8px;
|
|
1622
1676
|
padding-right: 0;
|
|
1677
|
+
/* stylelint-enable */
|
|
1623
1678
|
}
|
|
1624
1679
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1625
1680
|
margin-left: 4px;
|
|
@@ -1642,9 +1697,18 @@
|
|
|
1642
1697
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1643
1698
|
float: left;
|
|
1644
1699
|
}
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1701
|
+
/* stylelint-disable */
|
|
1702
|
+
}
|
|
1645
1703
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1646
1704
|
line-height: 1em !important;
|
|
1647
1705
|
}
|
|
1706
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1707
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1708
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1709
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1710
|
+
margin-top: 2px !important;
|
|
1711
|
+
}
|
|
1648
1712
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1649
1713
|
max-width: 155px;
|
|
1650
1714
|
}
|
|
@@ -1655,6 +1719,9 @@
|
|
|
1655
1719
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1656
1720
|
max-width: 200px;
|
|
1657
1721
|
}
|
|
1722
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1723
|
+
width: 100% !important;
|
|
1724
|
+
}
|
|
1658
1725
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1659
1726
|
width: 0 !important;
|
|
1660
1727
|
}
|
|
@@ -1710,6 +1777,13 @@
|
|
|
1710
1777
|
margin-right: 5px;
|
|
1711
1778
|
}
|
|
1712
1779
|
|
|
1780
|
+
.e-bigger .e-pivotview,
|
|
1781
|
+
.e-bigger.e-pivotview {
|
|
1782
|
+
/* stylelint-disable */
|
|
1783
|
+
/* stylelint-enable */
|
|
1784
|
+
/* stylelint-disable */
|
|
1785
|
+
/* stylelint-enable */
|
|
1786
|
+
}
|
|
1713
1787
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1714
1788
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1715
1789
|
margin: 0;
|
|
@@ -1772,6 +1846,10 @@
|
|
|
1772
1846
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1773
1847
|
margin-top: 8px;
|
|
1774
1848
|
}
|
|
1849
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1850
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1851
|
+
/* stylelint-enable */
|
|
1852
|
+
}
|
|
1775
1853
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1776
1854
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1777
1855
|
height: 36px !important;
|
|
@@ -1812,8 +1890,10 @@
|
|
|
1812
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1813
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1814
1892
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1893
|
+
/* stylelint-disable */
|
|
1815
1894
|
font-size: 14px !important;
|
|
1816
1895
|
height: 20px;
|
|
1896
|
+
margin-top: 0;
|
|
1817
1897
|
width: 20px;
|
|
1818
1898
|
}
|
|
1819
1899
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1897,7 +1977,7 @@
|
|
|
1897
1977
|
}
|
|
1898
1978
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1899
1979
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1900
|
-
margin: -
|
|
1980
|
+
margin: -12px -10px !important;
|
|
1901
1981
|
}
|
|
1902
1982
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1903
1983
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1927,8 +2007,15 @@
|
|
|
1927
2007
|
}
|
|
1928
2008
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1929
2009
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2010
|
+
/* stylelint-disable */
|
|
1930
2011
|
font-size: 13px !important;
|
|
1931
2012
|
}
|
|
2013
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2014
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2015
|
+
/* stylelint-enable */
|
|
2016
|
+
/* stylelint-disable */
|
|
2017
|
+
/* stylelint-enable */
|
|
2018
|
+
}
|
|
1932
2019
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1933
2020
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1934
2021
|
padding-right: 10px !important;
|
|
@@ -154,6 +154,12 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/*! PivotView layout */
|
|
157
|
+
.e-pivotview {
|
|
158
|
+
/* stylelint-disable */
|
|
159
|
+
/* stylelint-enable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
}
|
|
157
163
|
.e-pivotview .e-value-field-settings,
|
|
158
164
|
.e-pivotview .e-member-editor-dialog,
|
|
159
165
|
.e-pivotview .e-group-field-settings {
|
|
@@ -228,6 +234,7 @@
|
|
|
228
234
|
}
|
|
229
235
|
.e-pivotview .e-member-editor-dialog {
|
|
230
236
|
min-width: 320px;
|
|
237
|
+
/* stylelint-disable */
|
|
231
238
|
}
|
|
232
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
233
240
|
display: -ms-flexbox;
|
|
@@ -247,6 +254,7 @@
|
|
|
247
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
248
255
|
box-shadow: none;
|
|
249
256
|
margin-left: 10px;
|
|
257
|
+
/* stylelint-disable */
|
|
250
258
|
}
|
|
251
259
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
252
260
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -259,7 +267,7 @@
|
|
|
259
267
|
}
|
|
260
268
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
261
269
|
display: inline-block;
|
|
262
|
-
height:
|
|
270
|
+
height: 214px;
|
|
263
271
|
max-width: 400px;
|
|
264
272
|
overflow: auto;
|
|
265
273
|
width: 100%;
|
|
@@ -302,7 +310,7 @@
|
|
|
302
310
|
padding-top: 12px;
|
|
303
311
|
}
|
|
304
312
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
305
|
-
height:
|
|
313
|
+
height: 182px;
|
|
306
314
|
}
|
|
307
315
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
308
316
|
opacity: 56%;
|
|
@@ -340,6 +348,7 @@
|
|
|
340
348
|
}
|
|
341
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
342
350
|
border: none;
|
|
351
|
+
/* stylelint-enable */
|
|
343
352
|
}
|
|
344
353
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
345
354
|
margin: 0 0 0 6px;
|
|
@@ -585,13 +594,16 @@
|
|
|
585
594
|
}
|
|
586
595
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
587
596
|
margin-left: 18px !important;
|
|
597
|
+
/* stylelint-enable */
|
|
588
598
|
}
|
|
589
599
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
600
|
+
/* stylelint-disable */
|
|
590
601
|
padding: 0 !important;
|
|
591
602
|
}
|
|
592
603
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
593
604
|
float: left;
|
|
594
605
|
font-weight: 500;
|
|
606
|
+
/* stylelint-enable */
|
|
595
607
|
}
|
|
596
608
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
597
609
|
float: right;
|
|
@@ -620,6 +632,7 @@
|
|
|
620
632
|
}
|
|
621
633
|
|
|
622
634
|
.e-pivotview-report-dialog {
|
|
635
|
+
/* stylelint-disable */
|
|
623
636
|
max-width: 350px !important;
|
|
624
637
|
}
|
|
625
638
|
|
|
@@ -639,6 +652,7 @@
|
|
|
639
652
|
max-width: 500px !important;
|
|
640
653
|
}
|
|
641
654
|
|
|
655
|
+
/* stylelint-enable */
|
|
642
656
|
.e-report-outer {
|
|
643
657
|
display: inline-block;
|
|
644
658
|
width: 100%;
|
|
@@ -650,6 +664,7 @@
|
|
|
650
664
|
width: 40%;
|
|
651
665
|
}
|
|
652
666
|
|
|
667
|
+
/* stylelint-disable */
|
|
653
668
|
.e-pivotview-report-input {
|
|
654
669
|
float: right;
|
|
655
670
|
width: 60% !important;
|
|
@@ -671,11 +686,16 @@
|
|
|
671
686
|
font-size: 18px !important;
|
|
672
687
|
}
|
|
673
688
|
|
|
689
|
+
/* stylelint-enable */
|
|
674
690
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
675
691
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
676
692
|
white-space: nowrap;
|
|
677
693
|
}
|
|
678
694
|
|
|
695
|
+
.e-drillthrough-dialog {
|
|
696
|
+
/* stylelint-disable */
|
|
697
|
+
/* stylelint-enable */
|
|
698
|
+
}
|
|
679
699
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
680
700
|
margin-bottom: 20px;
|
|
681
701
|
}
|
|
@@ -696,6 +716,13 @@
|
|
|
696
716
|
flex-wrap: wrap;
|
|
697
717
|
}
|
|
698
718
|
|
|
719
|
+
.e-bigger .e-pivotview,
|
|
720
|
+
.e-bigger.e-pivotview {
|
|
721
|
+
/* stylelint-disable */
|
|
722
|
+
/* stylelint-enable */
|
|
723
|
+
/* stylelint-disable */
|
|
724
|
+
/* stylelint-enable */
|
|
725
|
+
}
|
|
699
726
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
|
|
700
727
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
701
728
|
line-height: 50px;
|
|
@@ -706,7 +733,7 @@
|
|
|
706
733
|
}
|
|
707
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
709
|
-
height:
|
|
736
|
+
height: 178px;
|
|
710
737
|
}
|
|
711
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
712
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -732,7 +759,7 @@
|
|
|
732
759
|
}
|
|
733
760
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
734
761
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
735
|
-
height:
|
|
762
|
+
height: 132px !important;
|
|
736
763
|
}
|
|
737
764
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
738
765
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -862,6 +889,18 @@
|
|
|
862
889
|
}
|
|
863
890
|
|
|
864
891
|
/*! PivotView theme */
|
|
892
|
+
.e-pivotview {
|
|
893
|
+
/* stylelint-enable */
|
|
894
|
+
/* stylelint-disable */
|
|
895
|
+
/* stylelint-enable */
|
|
896
|
+
/* stylelint-disable */
|
|
897
|
+
/* stylelint-enable */
|
|
898
|
+
/* stylelint-disable */
|
|
899
|
+
/* stylelint-enable */
|
|
900
|
+
/* stylelint-disable */
|
|
901
|
+
/* stylelint-enable */
|
|
902
|
+
/* stylelint-enable */
|
|
903
|
+
}
|
|
865
904
|
.e-pivotview .e-nextspan {
|
|
866
905
|
display: inline-block;
|
|
867
906
|
width: 18px;
|
|
@@ -882,6 +921,7 @@
|
|
|
882
921
|
text-align: right;
|
|
883
922
|
}
|
|
884
923
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
|
+
/* stylelint-disable */
|
|
885
925
|
font-size: 14px !important;
|
|
886
926
|
padding-left: 8px;
|
|
887
927
|
-webkit-user-select: none;
|
|
@@ -999,7 +1039,7 @@
|
|
|
999
1039
|
}
|
|
1000
1040
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1001
1041
|
font-size: 12px !important;
|
|
1002
|
-
padding:
|
|
1042
|
+
padding-top: 14px !important;
|
|
1003
1043
|
}
|
|
1004
1044
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1005
1045
|
margin: -10px 0 !important;
|
|
@@ -1040,11 +1080,6 @@
|
|
|
1040
1080
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1041
1081
|
visibility: hidden !important;
|
|
1042
1082
|
}
|
|
1043
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1044
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1045
|
-
text-overflow: ellipsis;
|
|
1046
|
-
white-space: nowrap;
|
|
1047
|
-
}
|
|
1048
1083
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1049
1084
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1050
1085
|
padding-left: 8px !important;
|
|
@@ -1107,12 +1142,18 @@
|
|
|
1107
1142
|
}
|
|
1108
1143
|
.e-pivotview .e-rowcell {
|
|
1109
1144
|
opacity: 1;
|
|
1145
|
+
/* stylelint-disable */
|
|
1146
|
+
/* stylelint-enable */
|
|
1110
1147
|
}
|
|
1111
1148
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1112
1149
|
-webkit-user-select: none;
|
|
1113
1150
|
-ms-user-select: none;
|
|
1114
1151
|
user-select: none;
|
|
1115
1152
|
}
|
|
1153
|
+
.e-pivotview .e-grouping-bar {
|
|
1154
|
+
/* stylelint-disable */
|
|
1155
|
+
/* stylelint-enable */
|
|
1156
|
+
}
|
|
1116
1157
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1117
1158
|
-ms-flex: auto;
|
|
1118
1159
|
flex: auto;
|
|
@@ -1241,7 +1282,9 @@
|
|
|
1241
1282
|
border: 1px solid #4b5563;
|
|
1242
1283
|
border-radius: 0;
|
|
1243
1284
|
box-shadow: none;
|
|
1285
|
+
/* stylelint-disable */
|
|
1244
1286
|
color: #d1d5db !important;
|
|
1287
|
+
/* stylelint-enable */
|
|
1245
1288
|
cursor: default;
|
|
1246
1289
|
display: -ms-flexbox;
|
|
1247
1290
|
display: flex;
|
|
@@ -1252,6 +1295,8 @@
|
|
|
1252
1295
|
text-transform: none;
|
|
1253
1296
|
vertical-align: bottom;
|
|
1254
1297
|
z-index: 1;
|
|
1298
|
+
/* stylelint-disable */
|
|
1299
|
+
/* stylelint-enable */
|
|
1255
1300
|
}
|
|
1256
1301
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1257
1302
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1513,6 +1558,7 @@
|
|
|
1513
1558
|
width: 18px;
|
|
1514
1559
|
}
|
|
1515
1560
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1561
|
+
margin-top: 3px;
|
|
1516
1562
|
transform: rotateX(180deg);
|
|
1517
1563
|
}
|
|
1518
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1589,6 +1635,12 @@
|
|
|
1589
1635
|
.e-pivotview .e-expand::before {
|
|
1590
1636
|
font-size: 18px;
|
|
1591
1637
|
}
|
|
1638
|
+
.e-pivotview.e-rtl {
|
|
1639
|
+
/* stylelint-disable */
|
|
1640
|
+
/* stylelint-enable */
|
|
1641
|
+
/* stylelint-disable */
|
|
1642
|
+
/* stylelint-enable */
|
|
1643
|
+
}
|
|
1592
1644
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1593
1645
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1594
1646
|
margin-left: 0;
|
|
@@ -1660,8 +1712,10 @@
|
|
|
1660
1712
|
padding-right: 8px;
|
|
1661
1713
|
}
|
|
1662
1714
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1715
|
+
/* stylelint-disable */
|
|
1663
1716
|
padding-left: 8px;
|
|
1664
1717
|
padding-right: 0;
|
|
1718
|
+
/* stylelint-enable */
|
|
1665
1719
|
}
|
|
1666
1720
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1667
1721
|
margin-left: 4px;
|
|
@@ -1684,9 +1738,18 @@
|
|
|
1684
1738
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1685
1739
|
float: left;
|
|
1686
1740
|
}
|
|
1741
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1742
|
+
/* stylelint-disable */
|
|
1743
|
+
}
|
|
1687
1744
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1688
1745
|
line-height: 1em !important;
|
|
1689
1746
|
}
|
|
1747
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1748
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1749
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1750
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1751
|
+
margin-top: 2px !important;
|
|
1752
|
+
}
|
|
1690
1753
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1691
1754
|
max-width: 155px;
|
|
1692
1755
|
}
|
|
@@ -1697,6 +1760,9 @@
|
|
|
1697
1760
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1698
1761
|
max-width: 200px;
|
|
1699
1762
|
}
|
|
1763
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1764
|
+
width: 100% !important;
|
|
1765
|
+
}
|
|
1700
1766
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1701
1767
|
width: 0 !important;
|
|
1702
1768
|
}
|
|
@@ -1752,6 +1818,13 @@
|
|
|
1752
1818
|
margin-right: 5px;
|
|
1753
1819
|
}
|
|
1754
1820
|
|
|
1821
|
+
.e-bigger .e-pivotview,
|
|
1822
|
+
.e-bigger.e-pivotview {
|
|
1823
|
+
/* stylelint-disable */
|
|
1824
|
+
/* stylelint-enable */
|
|
1825
|
+
/* stylelint-disable */
|
|
1826
|
+
/* stylelint-enable */
|
|
1827
|
+
}
|
|
1755
1828
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1756
1829
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1757
1830
|
margin: 0;
|
|
@@ -1816,6 +1889,10 @@
|
|
|
1816
1889
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1817
1890
|
margin-top: 0;
|
|
1818
1891
|
}
|
|
1892
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1893
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1894
|
+
/* stylelint-enable */
|
|
1895
|
+
}
|
|
1819
1896
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1820
1897
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1821
1898
|
height: 36px !important;
|
|
@@ -1856,8 +1933,10 @@
|
|
|
1856
1933
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1857
1934
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1858
1935
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1936
|
+
/* stylelint-disable */
|
|
1859
1937
|
font-size: 14px !important;
|
|
1860
1938
|
height: 20px;
|
|
1939
|
+
margin-top: 1px;
|
|
1861
1940
|
width: 20px;
|
|
1862
1941
|
}
|
|
1863
1942
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1954,6 +2033,7 @@
|
|
|
1954
2033
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1955
2034
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1956
2035
|
margin: -13px -10px !important;
|
|
2036
|
+
font-size: 16px !important;
|
|
1957
2037
|
}
|
|
1958
2038
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1959
2039
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1963,7 +2043,7 @@
|
|
|
1963
2043
|
}
|
|
1964
2044
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
1965
2045
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1966
|
-
height:
|
|
2046
|
+
height: 178px;
|
|
1967
2047
|
}
|
|
1968
2048
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
1969
2049
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -1983,9 +2063,16 @@
|
|
|
1983
2063
|
}
|
|
1984
2064
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1985
2065
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2066
|
+
/* stylelint-disable */
|
|
1986
2067
|
font-size: 16px !important;
|
|
1987
2068
|
padding: 0 12px;
|
|
1988
2069
|
}
|
|
2070
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2071
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2072
|
+
/* stylelint-enable */
|
|
2073
|
+
/* stylelint-disable */
|
|
2074
|
+
/* stylelint-enable */
|
|
2075
|
+
}
|
|
1989
2076
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1990
2077
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1991
2078
|
padding-right: 10px !important;
|