@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: 45px !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: 24px;
|
|
@@ -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 #414141;
|
|
1202
1244
|
border-radius: 4px;
|
|
1203
1245
|
box-shadow: none;
|
|
1246
|
+
/* stylelint-disable */
|
|
1204
1247
|
color: #f0f0f0 !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: 5px;
|
|
@@ -1772,6 +1846,10 @@
|
|
|
1772
1846
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1773
1847
|
margin-top: 6px;
|
|
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: -13px -11px !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;
|
|
@@ -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 {
|
|
@@ -229,6 +235,7 @@
|
|
|
229
235
|
}
|
|
230
236
|
.e-pivotview .e-member-editor-dialog {
|
|
231
237
|
min-width: 320px;
|
|
238
|
+
/* stylelint-disable */
|
|
232
239
|
}
|
|
233
240
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
234
241
|
display: -ms-flexbox;
|
|
@@ -242,6 +249,7 @@
|
|
|
242
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
243
250
|
box-shadow: none;
|
|
244
251
|
margin-left: 10px;
|
|
252
|
+
/* stylelint-disable */
|
|
245
253
|
}
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -333,6 +341,7 @@
|
|
|
333
341
|
}
|
|
334
342
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
335
343
|
border: none;
|
|
344
|
+
/* stylelint-enable */
|
|
336
345
|
}
|
|
337
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
338
347
|
margin: 0 0 0 6px;
|
|
@@ -568,13 +577,16 @@
|
|
|
568
577
|
}
|
|
569
578
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
570
579
|
margin-left: 18px !important;
|
|
580
|
+
/* stylelint-enable */
|
|
571
581
|
}
|
|
572
582
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
583
|
+
/* stylelint-disable */
|
|
573
584
|
padding: 0 !important;
|
|
574
585
|
}
|
|
575
586
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
576
587
|
float: left;
|
|
577
588
|
font-weight: 500;
|
|
589
|
+
/* stylelint-enable */
|
|
578
590
|
}
|
|
579
591
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
580
592
|
float: right;
|
|
@@ -603,6 +615,7 @@
|
|
|
603
615
|
}
|
|
604
616
|
|
|
605
617
|
.e-pivotview-report-dialog {
|
|
618
|
+
/* stylelint-disable */
|
|
606
619
|
max-width: 350px !important;
|
|
607
620
|
}
|
|
608
621
|
|
|
@@ -622,6 +635,7 @@
|
|
|
622
635
|
max-width: 500px !important;
|
|
623
636
|
}
|
|
624
637
|
|
|
638
|
+
/* stylelint-enable */
|
|
625
639
|
.e-report-outer {
|
|
626
640
|
display: inline-block;
|
|
627
641
|
width: 100%;
|
|
@@ -633,6 +647,7 @@
|
|
|
633
647
|
width: 40%;
|
|
634
648
|
}
|
|
635
649
|
|
|
650
|
+
/* stylelint-disable */
|
|
636
651
|
.e-pivotview-report-input {
|
|
637
652
|
float: right;
|
|
638
653
|
width: 60% !important;
|
|
@@ -654,11 +669,16 @@
|
|
|
654
669
|
font-size: 18px !important;
|
|
655
670
|
}
|
|
656
671
|
|
|
672
|
+
/* stylelint-enable */
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
658
674
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
659
675
|
white-space: nowrap;
|
|
660
676
|
}
|
|
661
677
|
|
|
678
|
+
.e-drillthrough-dialog {
|
|
679
|
+
/* stylelint-disable */
|
|
680
|
+
/* stylelint-enable */
|
|
681
|
+
}
|
|
662
682
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
663
683
|
margin-bottom: 20px;
|
|
664
684
|
}
|
|
@@ -679,9 +699,18 @@
|
|
|
679
699
|
flex-wrap: wrap;
|
|
680
700
|
}
|
|
681
701
|
|
|
702
|
+
.e-bigger .e-pivotview,
|
|
703
|
+
.e-bigger.e-pivotview {
|
|
704
|
+
/* stylelint-disable */
|
|
705
|
+
/* stylelint-enable */
|
|
706
|
+
/* stylelint-disable */
|
|
707
|
+
/* stylelint-enable */
|
|
708
|
+
}
|
|
682
709
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
683
710
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
711
|
+
/* stylelint-disable */
|
|
684
712
|
height: 48px !important;
|
|
713
|
+
/* stylelint-enable */
|
|
685
714
|
}
|
|
686
715
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
687
716
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -837,6 +866,18 @@
|
|
|
837
866
|
}
|
|
838
867
|
|
|
839
868
|
/*! PivotView theme */
|
|
869
|
+
.e-pivotview {
|
|
870
|
+
/* stylelint-enable */
|
|
871
|
+
/* stylelint-disable */
|
|
872
|
+
/* stylelint-enable */
|
|
873
|
+
/* stylelint-disable */
|
|
874
|
+
/* stylelint-enable */
|
|
875
|
+
/* stylelint-disable */
|
|
876
|
+
/* stylelint-enable */
|
|
877
|
+
/* stylelint-disable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-enable */
|
|
880
|
+
}
|
|
840
881
|
.e-pivotview .e-nextspan {
|
|
841
882
|
display: inline-block;
|
|
842
883
|
width: 18px;
|
|
@@ -857,6 +898,7 @@
|
|
|
857
898
|
text-align: right;
|
|
858
899
|
}
|
|
859
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
|
+
/* stylelint-disable */
|
|
860
902
|
font-size: 13px !important;
|
|
861
903
|
padding-left: 8px;
|
|
862
904
|
-webkit-user-select: none;
|
|
@@ -965,7 +1007,6 @@
|
|
|
965
1007
|
}
|
|
966
1008
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
967
1009
|
font-size: 12px !important;
|
|
968
|
-
padding: 3px 4px 4px 4px !important;
|
|
969
1010
|
}
|
|
970
1011
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
971
1012
|
margin: -10px 0 !important;
|
|
@@ -1005,11 +1046,6 @@
|
|
|
1005
1046
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1006
1047
|
visibility: hidden !important;
|
|
1007
1048
|
}
|
|
1008
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1010
|
-
text-overflow: ellipsis;
|
|
1011
|
-
white-space: nowrap;
|
|
1012
|
-
}
|
|
1013
1049
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1014
1050
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1015
1051
|
padding-left: 8px !important;
|
|
@@ -1069,12 +1105,18 @@
|
|
|
1069
1105
|
}
|
|
1070
1106
|
.e-pivotview .e-rowcell {
|
|
1071
1107
|
opacity: 1;
|
|
1108
|
+
/* stylelint-disable */
|
|
1109
|
+
/* stylelint-enable */
|
|
1072
1110
|
}
|
|
1073
1111
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1074
1112
|
-webkit-user-select: none;
|
|
1075
1113
|
-ms-user-select: none;
|
|
1076
1114
|
user-select: none;
|
|
1077
1115
|
}
|
|
1116
|
+
.e-pivotview .e-grouping-bar {
|
|
1117
|
+
/* stylelint-disable */
|
|
1118
|
+
/* stylelint-enable */
|
|
1119
|
+
}
|
|
1078
1120
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1079
1121
|
-ms-flex: auto;
|
|
1080
1122
|
flex: auto;
|
|
@@ -1200,7 +1242,9 @@
|
|
|
1200
1242
|
border: 1px solid #e6e6e6;
|
|
1201
1243
|
border-radius: 4px;
|
|
1202
1244
|
box-shadow: none;
|
|
1245
|
+
/* stylelint-disable */
|
|
1203
1246
|
color: #333 !important;
|
|
1247
|
+
/* stylelint-enable */
|
|
1204
1248
|
cursor: default;
|
|
1205
1249
|
display: -ms-flexbox;
|
|
1206
1250
|
display: flex;
|
|
@@ -1211,6 +1255,8 @@
|
|
|
1211
1255
|
text-transform: none;
|
|
1212
1256
|
vertical-align: bottom;
|
|
1213
1257
|
z-index: 1;
|
|
1258
|
+
/* stylelint-disable */
|
|
1259
|
+
/* stylelint-enable */
|
|
1214
1260
|
}
|
|
1215
1261
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1216
1262
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1472,6 +1518,7 @@
|
|
|
1472
1518
|
width: 18px;
|
|
1473
1519
|
}
|
|
1474
1520
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1521
|
+
margin-top: 3px;
|
|
1475
1522
|
transform: rotateX(180deg);
|
|
1476
1523
|
}
|
|
1477
1524
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1546,6 +1593,12 @@
|
|
|
1546
1593
|
.e-pivotview .e-expand::before {
|
|
1547
1594
|
font-size: 10px;
|
|
1548
1595
|
}
|
|
1596
|
+
.e-pivotview.e-rtl {
|
|
1597
|
+
/* stylelint-disable */
|
|
1598
|
+
/* stylelint-enable */
|
|
1599
|
+
/* stylelint-disable */
|
|
1600
|
+
/* stylelint-enable */
|
|
1601
|
+
}
|
|
1549
1602
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1550
1603
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1551
1604
|
margin-left: 0;
|
|
@@ -1617,8 +1670,10 @@
|
|
|
1617
1670
|
padding-right: 8px;
|
|
1618
1671
|
}
|
|
1619
1672
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1673
|
+
/* stylelint-disable */
|
|
1620
1674
|
padding-left: 8px;
|
|
1621
1675
|
padding-right: 0;
|
|
1676
|
+
/* stylelint-enable */
|
|
1622
1677
|
}
|
|
1623
1678
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1624
1679
|
margin-left: 4px;
|
|
@@ -1641,9 +1696,18 @@
|
|
|
1641
1696
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1642
1697
|
float: left;
|
|
1643
1698
|
}
|
|
1699
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1700
|
+
/* stylelint-disable */
|
|
1701
|
+
}
|
|
1644
1702
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1645
1703
|
line-height: 1em !important;
|
|
1646
1704
|
}
|
|
1705
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1706
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1707
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1708
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1709
|
+
margin-top: 2px !important;
|
|
1710
|
+
}
|
|
1647
1711
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1648
1712
|
max-width: 155px;
|
|
1649
1713
|
}
|
|
@@ -1654,6 +1718,9 @@
|
|
|
1654
1718
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1655
1719
|
max-width: 200px;
|
|
1656
1720
|
}
|
|
1721
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1722
|
+
width: 100% !important;
|
|
1723
|
+
}
|
|
1657
1724
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1658
1725
|
width: 0 !important;
|
|
1659
1726
|
}
|
|
@@ -1709,6 +1776,13 @@
|
|
|
1709
1776
|
margin-right: 5px;
|
|
1710
1777
|
}
|
|
1711
1778
|
|
|
1779
|
+
.e-bigger .e-pivotview,
|
|
1780
|
+
.e-bigger.e-pivotview {
|
|
1781
|
+
/* stylelint-disable */
|
|
1782
|
+
/* stylelint-enable */
|
|
1783
|
+
/* stylelint-disable */
|
|
1784
|
+
/* stylelint-enable */
|
|
1785
|
+
}
|
|
1712
1786
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1713
1787
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1714
1788
|
margin: 5px;
|
|
@@ -1771,6 +1845,10 @@
|
|
|
1771
1845
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1772
1846
|
margin-top: 6px;
|
|
1773
1847
|
}
|
|
1848
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1849
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1850
|
+
/* stylelint-enable */
|
|
1851
|
+
}
|
|
1774
1852
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1775
1853
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1776
1854
|
height: 36px !important;
|
|
@@ -1811,8 +1889,10 @@
|
|
|
1811
1889
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1812
1890
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1813
1891
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1892
|
+
/* stylelint-disable */
|
|
1814
1893
|
font-size: 14px !important;
|
|
1815
1894
|
height: 20px;
|
|
1895
|
+
margin-top: 1px;
|
|
1816
1896
|
width: 20px;
|
|
1817
1897
|
}
|
|
1818
1898
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1896,7 +1976,7 @@
|
|
|
1896
1976
|
}
|
|
1897
1977
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1898
1978
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1899
|
-
margin: -
|
|
1979
|
+
margin: -14px -9px !important;
|
|
1900
1980
|
}
|
|
1901
1981
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1902
1982
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1926,8 +2006,15 @@
|
|
|
1926
2006
|
}
|
|
1927
2007
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1928
2008
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2009
|
+
/* stylelint-disable */
|
|
1929
2010
|
font-size: 13px !important;
|
|
1930
2011
|
}
|
|
2012
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2013
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2014
|
+
/* stylelint-enable */
|
|
2015
|
+
/* stylelint-disable */
|
|
2016
|
+
/* stylelint-enable */
|
|
2017
|
+
}
|
|
1931
2018
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1932
2019
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1933
2020
|
padding-right: 10px !important;
|