@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 {
|
|
@@ -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;
|
|
@@ -1066,12 +1102,18 @@
|
|
|
1066
1102
|
}
|
|
1067
1103
|
.e-pivotview .e-rowcell {
|
|
1068
1104
|
opacity: 1;
|
|
1105
|
+
/* stylelint-disable */
|
|
1106
|
+
/* stylelint-enable */
|
|
1069
1107
|
}
|
|
1070
1108
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1071
1109
|
-webkit-user-select: none;
|
|
1072
1110
|
-ms-user-select: none;
|
|
1073
1111
|
user-select: none;
|
|
1074
1112
|
}
|
|
1113
|
+
.e-pivotview .e-grouping-bar {
|
|
1114
|
+
/* stylelint-disable */
|
|
1115
|
+
/* stylelint-enable */
|
|
1116
|
+
}
|
|
1075
1117
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1076
1118
|
-ms-flex: auto;
|
|
1077
1119
|
flex: auto;
|
|
@@ -1197,7 +1239,9 @@
|
|
|
1197
1239
|
border: 1px solid #dadada;
|
|
1198
1240
|
border-radius: 0;
|
|
1199
1241
|
box-shadow: none;
|
|
1242
|
+
/* stylelint-disable */
|
|
1200
1243
|
color: #333 !important;
|
|
1244
|
+
/* stylelint-enable */
|
|
1201
1245
|
cursor: default;
|
|
1202
1246
|
display: -ms-flexbox;
|
|
1203
1247
|
display: flex;
|
|
@@ -1208,6 +1252,8 @@
|
|
|
1208
1252
|
text-transform: none;
|
|
1209
1253
|
vertical-align: bottom;
|
|
1210
1254
|
z-index: 1;
|
|
1255
|
+
/* stylelint-disable */
|
|
1256
|
+
/* stylelint-enable */
|
|
1211
1257
|
}
|
|
1212
1258
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1213
1259
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1469,6 +1515,7 @@
|
|
|
1469
1515
|
width: 18px;
|
|
1470
1516
|
}
|
|
1471
1517
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1518
|
+
margin-top: 3px;
|
|
1472
1519
|
transform: rotateX(180deg);
|
|
1473
1520
|
}
|
|
1474
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1543,6 +1590,12 @@
|
|
|
1543
1590
|
.e-pivotview .e-expand::before {
|
|
1544
1591
|
font-size: 10px;
|
|
1545
1592
|
}
|
|
1593
|
+
.e-pivotview.e-rtl {
|
|
1594
|
+
/* stylelint-disable */
|
|
1595
|
+
/* stylelint-enable */
|
|
1596
|
+
/* stylelint-disable */
|
|
1597
|
+
/* stylelint-enable */
|
|
1598
|
+
}
|
|
1546
1599
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1547
1600
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1548
1601
|
margin-left: 0;
|
|
@@ -1614,8 +1667,10 @@
|
|
|
1614
1667
|
padding-right: 8px;
|
|
1615
1668
|
}
|
|
1616
1669
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1670
|
+
/* stylelint-disable */
|
|
1617
1671
|
padding-left: 8px;
|
|
1618
1672
|
padding-right: 0;
|
|
1673
|
+
/* stylelint-enable */
|
|
1619
1674
|
}
|
|
1620
1675
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1621
1676
|
margin-left: 4px;
|
|
@@ -1638,9 +1693,18 @@
|
|
|
1638
1693
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1639
1694
|
float: left;
|
|
1640
1695
|
}
|
|
1696
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1697
|
+
/* stylelint-disable */
|
|
1698
|
+
}
|
|
1641
1699
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1642
1700
|
line-height: 1em !important;
|
|
1643
1701
|
}
|
|
1702
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1703
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1704
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1705
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1706
|
+
margin-top: 2px !important;
|
|
1707
|
+
}
|
|
1644
1708
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1645
1709
|
max-width: 155px;
|
|
1646
1710
|
}
|
|
@@ -1651,6 +1715,9 @@
|
|
|
1651
1715
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1652
1716
|
max-width: 200px;
|
|
1653
1717
|
}
|
|
1718
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1719
|
+
width: 100% !important;
|
|
1720
|
+
}
|
|
1654
1721
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1655
1722
|
width: 0 !important;
|
|
1656
1723
|
}
|
|
@@ -1706,6 +1773,13 @@
|
|
|
1706
1773
|
margin-right: 5px;
|
|
1707
1774
|
}
|
|
1708
1775
|
|
|
1776
|
+
.e-bigger .e-pivotview,
|
|
1777
|
+
.e-bigger.e-pivotview {
|
|
1778
|
+
/* stylelint-disable */
|
|
1779
|
+
/* stylelint-enable */
|
|
1780
|
+
/* stylelint-disable */
|
|
1781
|
+
/* stylelint-enable */
|
|
1782
|
+
}
|
|
1709
1783
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1710
1784
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1711
1785
|
margin: 5px;
|
|
@@ -1768,6 +1842,10 @@
|
|
|
1768
1842
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1769
1843
|
margin-top: 7px;
|
|
1770
1844
|
}
|
|
1845
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1846
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1847
|
+
/* stylelint-enable */
|
|
1848
|
+
}
|
|
1771
1849
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1772
1850
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1773
1851
|
height: 36px !important;
|
|
@@ -1808,8 +1886,10 @@
|
|
|
1808
1886
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1809
1887
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1810
1888
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1889
|
+
/* stylelint-disable */
|
|
1811
1890
|
font-size: 14px !important;
|
|
1812
1891
|
height: 20px;
|
|
1892
|
+
margin-top: 1px;
|
|
1813
1893
|
width: 20px;
|
|
1814
1894
|
}
|
|
1815
1895
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1893,7 +1973,7 @@
|
|
|
1893
1973
|
}
|
|
1894
1974
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1895
1975
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1896
|
-
margin: -
|
|
1976
|
+
margin: -18px -5px !important;
|
|
1897
1977
|
}
|
|
1898
1978
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1899
1979
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1923,8 +2003,15 @@
|
|
|
1923
2003
|
}
|
|
1924
2004
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1925
2005
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2006
|
+
/* stylelint-disable */
|
|
1926
2007
|
font-size: 13px !important;
|
|
1927
2008
|
}
|
|
2009
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2010
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2011
|
+
/* stylelint-enable */
|
|
2012
|
+
/* stylelint-disable */
|
|
2013
|
+
/* stylelint-enable */
|
|
2014
|
+
}
|
|
1928
2015
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1929
2016
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1930
2017
|
padding-right: 10px !important;
|
|
@@ -153,6 +153,12 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/*! PivotView layout */
|
|
156
|
+
.e-pivotview {
|
|
157
|
+
/* stylelint-disable */
|
|
158
|
+
/* stylelint-enable */
|
|
159
|
+
/* stylelint-enable */
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
}
|
|
156
162
|
.e-pivotview .e-value-field-settings,
|
|
157
163
|
.e-pivotview .e-member-editor-dialog,
|
|
158
164
|
.e-pivotview .e-group-field-settings {
|
|
@@ -227,6 +233,7 @@
|
|
|
227
233
|
}
|
|
228
234
|
.e-pivotview .e-member-editor-dialog {
|
|
229
235
|
min-width: 320px;
|
|
236
|
+
/* stylelint-disable */
|
|
230
237
|
}
|
|
231
238
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
232
239
|
display: -ms-flexbox;
|
|
@@ -241,6 +248,7 @@
|
|
|
241
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
242
249
|
box-shadow: none;
|
|
243
250
|
margin-left: 10px;
|
|
251
|
+
/* stylelint-disable */
|
|
244
252
|
}
|
|
245
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
246
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -332,6 +340,7 @@
|
|
|
332
340
|
}
|
|
333
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
334
342
|
border: none;
|
|
343
|
+
/* stylelint-enable */
|
|
335
344
|
}
|
|
336
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
337
346
|
margin: 0 0 0 6px;
|
|
@@ -561,6 +570,7 @@
|
|
|
561
570
|
}
|
|
562
571
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
572
|
font-size: 16px;
|
|
573
|
+
margin: 4px;
|
|
564
574
|
}
|
|
565
575
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
566
576
|
background-color: transparent;
|
|
@@ -588,13 +598,16 @@
|
|
|
588
598
|
}
|
|
589
599
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
590
600
|
margin-left: 18px !important;
|
|
601
|
+
/* stylelint-enable */
|
|
591
602
|
}
|
|
592
603
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
604
|
+
/* stylelint-disable */
|
|
593
605
|
padding: 0 !important;
|
|
594
606
|
}
|
|
595
607
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
596
608
|
float: left;
|
|
597
609
|
font-weight: 500;
|
|
610
|
+
/* stylelint-enable */
|
|
598
611
|
}
|
|
599
612
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
600
613
|
float: right;
|
|
@@ -623,6 +636,7 @@
|
|
|
623
636
|
}
|
|
624
637
|
|
|
625
638
|
.e-pivotview-report-dialog {
|
|
639
|
+
/* stylelint-disable */
|
|
626
640
|
max-width: 350px !important;
|
|
627
641
|
}
|
|
628
642
|
|
|
@@ -642,6 +656,7 @@
|
|
|
642
656
|
max-width: 500px !important;
|
|
643
657
|
}
|
|
644
658
|
|
|
659
|
+
/* stylelint-enable */
|
|
645
660
|
.e-report-outer {
|
|
646
661
|
display: inline-block;
|
|
647
662
|
width: 100%;
|
|
@@ -654,6 +669,7 @@
|
|
|
654
669
|
width: 40%;
|
|
655
670
|
}
|
|
656
671
|
|
|
672
|
+
/* stylelint-disable */
|
|
657
673
|
.e-pivotview-report-input {
|
|
658
674
|
float: right;
|
|
659
675
|
width: 60% !important;
|
|
@@ -675,11 +691,16 @@
|
|
|
675
691
|
font-size: 18px !important;
|
|
676
692
|
}
|
|
677
693
|
|
|
694
|
+
/* stylelint-enable */
|
|
678
695
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
679
696
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
680
697
|
white-space: nowrap;
|
|
681
698
|
}
|
|
682
699
|
|
|
700
|
+
.e-drillthrough-dialog {
|
|
701
|
+
/* stylelint-disable */
|
|
702
|
+
/* stylelint-enable */
|
|
703
|
+
}
|
|
683
704
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
684
705
|
margin-bottom: 20px;
|
|
685
706
|
}
|
|
@@ -700,9 +721,18 @@
|
|
|
700
721
|
flex-wrap: wrap;
|
|
701
722
|
}
|
|
702
723
|
|
|
724
|
+
.e-bigger .e-pivotview,
|
|
725
|
+
.e-bigger.e-pivotview {
|
|
726
|
+
/* stylelint-disable */
|
|
727
|
+
/* stylelint-enable */
|
|
728
|
+
/* stylelint-disable */
|
|
729
|
+
/* stylelint-enable */
|
|
730
|
+
}
|
|
703
731
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
704
732
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
733
|
+
/* stylelint-disable */
|
|
705
734
|
height: 26px !important;
|
|
735
|
+
/* stylelint-enable */
|
|
706
736
|
}
|
|
707
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
738
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -858,6 +888,18 @@
|
|
|
858
888
|
}
|
|
859
889
|
|
|
860
890
|
/*! PivotView theme */
|
|
891
|
+
.e-pivotview {
|
|
892
|
+
/* stylelint-enable */
|
|
893
|
+
/* stylelint-disable */
|
|
894
|
+
/* stylelint-enable */
|
|
895
|
+
/* stylelint-disable */
|
|
896
|
+
/* stylelint-enable */
|
|
897
|
+
/* stylelint-disable */
|
|
898
|
+
/* stylelint-enable */
|
|
899
|
+
/* stylelint-disable */
|
|
900
|
+
/* stylelint-enable */
|
|
901
|
+
/* stylelint-enable */
|
|
902
|
+
}
|
|
861
903
|
.e-pivotview .e-nextspan {
|
|
862
904
|
display: inline-block;
|
|
863
905
|
width: 18px;
|
|
@@ -878,6 +920,7 @@
|
|
|
878
920
|
text-align: right;
|
|
879
921
|
}
|
|
880
922
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
|
+
/* stylelint-disable */
|
|
881
924
|
font-size: 14px !important;
|
|
882
925
|
padding-left: 8px;
|
|
883
926
|
-webkit-user-select: none;
|
|
@@ -988,7 +1031,6 @@
|
|
|
988
1031
|
}
|
|
989
1032
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
990
1033
|
font-size: 14px !important;
|
|
991
|
-
padding: 3px 4px 4px 4px !important;
|
|
992
1034
|
}
|
|
993
1035
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
994
1036
|
margin: -10px 0 !important;
|
|
@@ -1028,11 +1070,6 @@
|
|
|
1028
1070
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1029
1071
|
visibility: hidden !important;
|
|
1030
1072
|
}
|
|
1031
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1032
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1033
|
-
text-overflow: ellipsis;
|
|
1034
|
-
white-space: nowrap;
|
|
1035
|
-
}
|
|
1036
1073
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1037
1074
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1038
1075
|
padding-left: 8px !important;
|
|
@@ -1092,12 +1129,18 @@
|
|
|
1092
1129
|
}
|
|
1093
1130
|
.e-pivotview .e-rowcell {
|
|
1094
1131
|
opacity: 1;
|
|
1132
|
+
/* stylelint-disable */
|
|
1133
|
+
/* stylelint-enable */
|
|
1095
1134
|
}
|
|
1096
1135
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1097
1136
|
-webkit-user-select: none;
|
|
1098
1137
|
-ms-user-select: none;
|
|
1099
1138
|
user-select: none;
|
|
1100
1139
|
}
|
|
1140
|
+
.e-pivotview .e-grouping-bar {
|
|
1141
|
+
/* stylelint-disable */
|
|
1142
|
+
/* stylelint-enable */
|
|
1143
|
+
}
|
|
1101
1144
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1102
1145
|
-ms-flex: auto;
|
|
1103
1146
|
flex: auto;
|
|
@@ -1227,7 +1270,9 @@
|
|
|
1227
1270
|
border: 1px solid #252423;
|
|
1228
1271
|
border-radius: 2px;
|
|
1229
1272
|
box-shadow: none;
|
|
1273
|
+
/* stylelint-disable */
|
|
1230
1274
|
color: #d2d0ce !important;
|
|
1275
|
+
/* stylelint-enable */
|
|
1231
1276
|
cursor: default;
|
|
1232
1277
|
display: -ms-flexbox;
|
|
1233
1278
|
display: flex;
|
|
@@ -1238,6 +1283,8 @@
|
|
|
1238
1283
|
text-transform: none;
|
|
1239
1284
|
vertical-align: bottom;
|
|
1240
1285
|
z-index: 1;
|
|
1286
|
+
/* stylelint-disable */
|
|
1287
|
+
/* stylelint-enable */
|
|
1241
1288
|
}
|
|
1242
1289
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1243
1290
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1500,6 +1547,7 @@
|
|
|
1500
1547
|
width: 18px;
|
|
1501
1548
|
}
|
|
1502
1549
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1550
|
+
margin-top: 3px;
|
|
1503
1551
|
transform: rotateX(180deg);
|
|
1504
1552
|
}
|
|
1505
1553
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1554,7 +1602,7 @@
|
|
|
1554
1602
|
width: auto;
|
|
1555
1603
|
}
|
|
1556
1604
|
.e-pivotview .e-collapse::before {
|
|
1557
|
-
font-size:
|
|
1605
|
+
font-size: 18px;
|
|
1558
1606
|
}
|
|
1559
1607
|
.e-pivotview .e-expand,
|
|
1560
1608
|
.e-pivotview .e-collapse {
|
|
@@ -1577,6 +1625,12 @@
|
|
|
1577
1625
|
.e-pivotview .e-expand::before {
|
|
1578
1626
|
font-size: 18px;
|
|
1579
1627
|
}
|
|
1628
|
+
.e-pivotview.e-rtl {
|
|
1629
|
+
/* stylelint-disable */
|
|
1630
|
+
/* stylelint-enable */
|
|
1631
|
+
/* stylelint-disable */
|
|
1632
|
+
/* stylelint-enable */
|
|
1633
|
+
}
|
|
1580
1634
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1581
1635
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1582
1636
|
margin-left: 0;
|
|
@@ -1648,8 +1702,10 @@
|
|
|
1648
1702
|
padding-right: 8px;
|
|
1649
1703
|
}
|
|
1650
1704
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1705
|
+
/* stylelint-disable */
|
|
1651
1706
|
padding-left: 8px;
|
|
1652
1707
|
padding-right: 0;
|
|
1708
|
+
/* stylelint-enable */
|
|
1653
1709
|
}
|
|
1654
1710
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1655
1711
|
margin-left: 4px;
|
|
@@ -1672,9 +1728,18 @@
|
|
|
1672
1728
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1673
1729
|
float: left;
|
|
1674
1730
|
}
|
|
1731
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1732
|
+
/* stylelint-disable */
|
|
1733
|
+
}
|
|
1675
1734
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1676
1735
|
line-height: 1em !important;
|
|
1677
1736
|
}
|
|
1737
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1738
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1739
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1740
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1741
|
+
margin-top: 2px !important;
|
|
1742
|
+
}
|
|
1678
1743
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1679
1744
|
max-width: 155px;
|
|
1680
1745
|
}
|
|
@@ -1685,6 +1750,9 @@
|
|
|
1685
1750
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1686
1751
|
max-width: 200px;
|
|
1687
1752
|
}
|
|
1753
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1754
|
+
width: 100% !important;
|
|
1755
|
+
}
|
|
1688
1756
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1689
1757
|
width: 0 !important;
|
|
1690
1758
|
}
|
|
@@ -1740,6 +1808,13 @@
|
|
|
1740
1808
|
margin-right: 5px;
|
|
1741
1809
|
}
|
|
1742
1810
|
|
|
1811
|
+
.e-bigger .e-pivotview,
|
|
1812
|
+
.e-bigger.e-pivotview {
|
|
1813
|
+
/* stylelint-disable */
|
|
1814
|
+
/* stylelint-enable */
|
|
1815
|
+
/* stylelint-disable */
|
|
1816
|
+
/* stylelint-enable */
|
|
1817
|
+
}
|
|
1743
1818
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1744
1819
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1745
1820
|
margin: 4px;
|
|
@@ -1802,6 +1877,10 @@
|
|
|
1802
1877
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1803
1878
|
margin-top: 0;
|
|
1804
1879
|
}
|
|
1880
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1881
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1882
|
+
/* stylelint-enable */
|
|
1883
|
+
}
|
|
1805
1884
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1806
1885
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1807
1886
|
height: 36px !important;
|
|
@@ -1842,8 +1921,10 @@
|
|
|
1842
1921
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1843
1922
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1844
1923
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1924
|
+
/* stylelint-disable */
|
|
1845
1925
|
font-size: 14px !important;
|
|
1846
1926
|
height: 20px;
|
|
1927
|
+
margin-top: 2px;
|
|
1847
1928
|
width: 20px;
|
|
1848
1929
|
}
|
|
1849
1930
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1939,7 +2020,8 @@
|
|
|
1939
2020
|
}
|
|
1940
2021
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1941
2022
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1942
|
-
margin: -
|
|
2023
|
+
margin: -14px -10px !important;
|
|
2024
|
+
padding-top: 28px;
|
|
1943
2025
|
}
|
|
1944
2026
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1945
2027
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1969,8 +2051,15 @@
|
|
|
1969
2051
|
}
|
|
1970
2052
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1971
2053
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2054
|
+
/* stylelint-disable */
|
|
1972
2055
|
font-size: 16px !important;
|
|
1973
2056
|
}
|
|
2057
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2058
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2059
|
+
/* stylelint-enable */
|
|
2060
|
+
/* stylelint-disable */
|
|
2061
|
+
/* stylelint-enable */
|
|
2062
|
+
}
|
|
1974
2063
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1975
2064
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1976
2065
|
padding-right: 10px !important;
|
|
@@ -2016,7 +2105,7 @@
|
|
|
2016
2105
|
}
|
|
2017
2106
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2018
2107
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2019
|
-
font-size:
|
|
2108
|
+
font-size: 24px;
|
|
2020
2109
|
}
|
|
2021
2110
|
|
|
2022
2111
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|