@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
|
@@ -155,6 +155,12 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
+
.e-pivotview {
|
|
159
|
+
/* stylelint-disable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-disable */
|
|
163
|
+
}
|
|
158
164
|
.e-pivotview .e-value-field-settings,
|
|
159
165
|
.e-pivotview .e-member-editor-dialog,
|
|
160
166
|
.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;
|
|
@@ -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;
|
|
@@ -563,6 +572,7 @@
|
|
|
563
572
|
}
|
|
564
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
574
|
font-size: 16px;
|
|
575
|
+
margin: 4px;
|
|
566
576
|
}
|
|
567
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
568
578
|
background-color: transparent;
|
|
@@ -590,13 +600,16 @@
|
|
|
590
600
|
}
|
|
591
601
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
592
602
|
margin-left: 18px !important;
|
|
603
|
+
/* stylelint-enable */
|
|
593
604
|
}
|
|
594
605
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
606
|
+
/* stylelint-disable */
|
|
595
607
|
padding: 0 !important;
|
|
596
608
|
}
|
|
597
609
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
598
610
|
float: left;
|
|
599
611
|
font-weight: 500;
|
|
612
|
+
/* stylelint-enable */
|
|
600
613
|
}
|
|
601
614
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
602
615
|
float: right;
|
|
@@ -625,6 +638,7 @@
|
|
|
625
638
|
}
|
|
626
639
|
|
|
627
640
|
.e-pivotview-report-dialog {
|
|
641
|
+
/* stylelint-disable */
|
|
628
642
|
max-width: 350px !important;
|
|
629
643
|
}
|
|
630
644
|
|
|
@@ -644,6 +658,7 @@
|
|
|
644
658
|
max-width: 500px !important;
|
|
645
659
|
}
|
|
646
660
|
|
|
661
|
+
/* stylelint-enable */
|
|
647
662
|
.e-report-outer {
|
|
648
663
|
display: inline-block;
|
|
649
664
|
width: 100%;
|
|
@@ -656,6 +671,7 @@
|
|
|
656
671
|
width: 40%;
|
|
657
672
|
}
|
|
658
673
|
|
|
674
|
+
/* stylelint-disable */
|
|
659
675
|
.e-pivotview-report-input {
|
|
660
676
|
float: right;
|
|
661
677
|
width: 60% !important;
|
|
@@ -677,11 +693,16 @@
|
|
|
677
693
|
font-size: 18px !important;
|
|
678
694
|
}
|
|
679
695
|
|
|
696
|
+
/* stylelint-enable */
|
|
680
697
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
681
698
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
682
699
|
white-space: nowrap;
|
|
683
700
|
}
|
|
684
701
|
|
|
702
|
+
.e-drillthrough-dialog {
|
|
703
|
+
/* stylelint-disable */
|
|
704
|
+
/* stylelint-enable */
|
|
705
|
+
}
|
|
685
706
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
686
707
|
margin-bottom: 20px;
|
|
687
708
|
}
|
|
@@ -702,9 +723,18 @@
|
|
|
702
723
|
flex-wrap: wrap;
|
|
703
724
|
}
|
|
704
725
|
|
|
726
|
+
.e-bigger .e-pivotview,
|
|
727
|
+
.e-bigger.e-pivotview {
|
|
728
|
+
/* stylelint-disable */
|
|
729
|
+
/* stylelint-enable */
|
|
730
|
+
/* stylelint-disable */
|
|
731
|
+
/* stylelint-enable */
|
|
732
|
+
}
|
|
705
733
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
706
734
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
735
|
+
/* stylelint-disable */
|
|
707
736
|
height: 26px !important;
|
|
737
|
+
/* stylelint-enable */
|
|
708
738
|
}
|
|
709
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
710
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -860,6 +890,18 @@
|
|
|
860
890
|
}
|
|
861
891
|
|
|
862
892
|
/*! PivotView theme */
|
|
893
|
+
.e-pivotview {
|
|
894
|
+
/* stylelint-enable */
|
|
895
|
+
/* stylelint-disable */
|
|
896
|
+
/* stylelint-enable */
|
|
897
|
+
/* stylelint-disable */
|
|
898
|
+
/* stylelint-enable */
|
|
899
|
+
/* stylelint-disable */
|
|
900
|
+
/* stylelint-enable */
|
|
901
|
+
/* stylelint-disable */
|
|
902
|
+
/* stylelint-enable */
|
|
903
|
+
/* stylelint-enable */
|
|
904
|
+
}
|
|
863
905
|
.e-pivotview .e-nextspan {
|
|
864
906
|
display: inline-block;
|
|
865
907
|
width: 18px;
|
|
@@ -880,6 +922,7 @@
|
|
|
880
922
|
text-align: right;
|
|
881
923
|
}
|
|
882
924
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
|
+
/* stylelint-disable */
|
|
883
926
|
font-size: 14px !important;
|
|
884
927
|
padding-left: 8px;
|
|
885
928
|
-webkit-user-select: none;
|
|
@@ -990,7 +1033,6 @@
|
|
|
990
1033
|
}
|
|
991
1034
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
992
1035
|
font-size: 14px !important;
|
|
993
|
-
padding: 3px 4px 4px 4px !important;
|
|
994
1036
|
}
|
|
995
1037
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
996
1038
|
margin: -10px 0 !important;
|
|
@@ -1030,11 +1072,6 @@
|
|
|
1030
1072
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1031
1073
|
visibility: hidden !important;
|
|
1032
1074
|
}
|
|
1033
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1034
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1035
|
-
text-overflow: ellipsis;
|
|
1036
|
-
white-space: nowrap;
|
|
1037
|
-
}
|
|
1038
1075
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1039
1076
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1040
1077
|
padding-left: 8px !important;
|
|
@@ -1094,12 +1131,18 @@
|
|
|
1094
1131
|
}
|
|
1095
1132
|
.e-pivotview .e-rowcell {
|
|
1096
1133
|
opacity: 1;
|
|
1134
|
+
/* stylelint-disable */
|
|
1135
|
+
/* stylelint-enable */
|
|
1097
1136
|
}
|
|
1098
1137
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1099
1138
|
-webkit-user-select: none;
|
|
1100
1139
|
-ms-user-select: none;
|
|
1101
1140
|
user-select: none;
|
|
1102
1141
|
}
|
|
1142
|
+
.e-pivotview .e-grouping-bar {
|
|
1143
|
+
/* stylelint-disable */
|
|
1144
|
+
/* stylelint-enable */
|
|
1145
|
+
}
|
|
1103
1146
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1104
1147
|
-ms-flex: auto;
|
|
1105
1148
|
flex: auto;
|
|
@@ -1229,7 +1272,9 @@
|
|
|
1229
1272
|
border: 1px solid #f3f2f1;
|
|
1230
1273
|
border-radius: 2px;
|
|
1231
1274
|
box-shadow: none;
|
|
1275
|
+
/* stylelint-disable */
|
|
1232
1276
|
color: #323130 !important;
|
|
1277
|
+
/* stylelint-enable */
|
|
1233
1278
|
cursor: default;
|
|
1234
1279
|
display: -ms-flexbox;
|
|
1235
1280
|
display: flex;
|
|
@@ -1240,6 +1285,8 @@
|
|
|
1240
1285
|
text-transform: none;
|
|
1241
1286
|
vertical-align: bottom;
|
|
1242
1287
|
z-index: 1;
|
|
1288
|
+
/* stylelint-disable */
|
|
1289
|
+
/* stylelint-enable */
|
|
1243
1290
|
}
|
|
1244
1291
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1245
1292
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1502,6 +1549,7 @@
|
|
|
1502
1549
|
width: 18px;
|
|
1503
1550
|
}
|
|
1504
1551
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1552
|
+
margin-top: 3px;
|
|
1505
1553
|
transform: rotateX(180deg);
|
|
1506
1554
|
}
|
|
1507
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1556,7 +1604,7 @@
|
|
|
1556
1604
|
width: auto;
|
|
1557
1605
|
}
|
|
1558
1606
|
.e-pivotview .e-collapse::before {
|
|
1559
|
-
font-size:
|
|
1607
|
+
font-size: 18px;
|
|
1560
1608
|
}
|
|
1561
1609
|
.e-pivotview .e-expand,
|
|
1562
1610
|
.e-pivotview .e-collapse {
|
|
@@ -1579,6 +1627,12 @@
|
|
|
1579
1627
|
.e-pivotview .e-expand::before {
|
|
1580
1628
|
font-size: 18px;
|
|
1581
1629
|
}
|
|
1630
|
+
.e-pivotview.e-rtl {
|
|
1631
|
+
/* stylelint-disable */
|
|
1632
|
+
/* stylelint-enable */
|
|
1633
|
+
/* stylelint-disable */
|
|
1634
|
+
/* stylelint-enable */
|
|
1635
|
+
}
|
|
1582
1636
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1583
1637
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1584
1638
|
margin-left: 0;
|
|
@@ -1650,8 +1704,10 @@
|
|
|
1650
1704
|
padding-right: 8px;
|
|
1651
1705
|
}
|
|
1652
1706
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1707
|
+
/* stylelint-disable */
|
|
1653
1708
|
padding-left: 8px;
|
|
1654
1709
|
padding-right: 0;
|
|
1710
|
+
/* stylelint-enable */
|
|
1655
1711
|
}
|
|
1656
1712
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1657
1713
|
margin-left: 4px;
|
|
@@ -1674,9 +1730,18 @@
|
|
|
1674
1730
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1675
1731
|
float: left;
|
|
1676
1732
|
}
|
|
1733
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1734
|
+
/* stylelint-disable */
|
|
1735
|
+
}
|
|
1677
1736
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1678
1737
|
line-height: 1em !important;
|
|
1679
1738
|
}
|
|
1739
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1740
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1741
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1742
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1743
|
+
margin-top: 2px !important;
|
|
1744
|
+
}
|
|
1680
1745
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1681
1746
|
max-width: 155px;
|
|
1682
1747
|
}
|
|
@@ -1687,6 +1752,9 @@
|
|
|
1687
1752
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1688
1753
|
max-width: 200px;
|
|
1689
1754
|
}
|
|
1755
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1756
|
+
width: 100% !important;
|
|
1757
|
+
}
|
|
1690
1758
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1691
1759
|
width: 0 !important;
|
|
1692
1760
|
}
|
|
@@ -1742,6 +1810,13 @@
|
|
|
1742
1810
|
margin-right: 5px;
|
|
1743
1811
|
}
|
|
1744
1812
|
|
|
1813
|
+
.e-bigger .e-pivotview,
|
|
1814
|
+
.e-bigger.e-pivotview {
|
|
1815
|
+
/* stylelint-disable */
|
|
1816
|
+
/* stylelint-enable */
|
|
1817
|
+
/* stylelint-disable */
|
|
1818
|
+
/* stylelint-enable */
|
|
1819
|
+
}
|
|
1745
1820
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1746
1821
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1747
1822
|
margin: 4px;
|
|
@@ -1804,6 +1879,10 @@
|
|
|
1804
1879
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1805
1880
|
margin-top: 0;
|
|
1806
1881
|
}
|
|
1882
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1883
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1884
|
+
/* stylelint-enable */
|
|
1885
|
+
}
|
|
1807
1886
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1808
1887
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1809
1888
|
height: 36px !important;
|
|
@@ -1844,8 +1923,10 @@
|
|
|
1844
1923
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1845
1924
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1846
1925
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1926
|
+
/* stylelint-disable */
|
|
1847
1927
|
font-size: 14px !important;
|
|
1848
1928
|
height: 20px;
|
|
1929
|
+
margin-top: 2px;
|
|
1849
1930
|
width: 20px;
|
|
1850
1931
|
}
|
|
1851
1932
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1941,7 +2022,8 @@
|
|
|
1941
2022
|
}
|
|
1942
2023
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1943
2024
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1944
|
-
margin: -
|
|
2025
|
+
margin: -14px -10px !important;
|
|
2026
|
+
padding-top: 28px;
|
|
1945
2027
|
}
|
|
1946
2028
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1947
2029
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1971,8 +2053,15 @@
|
|
|
1971
2053
|
}
|
|
1972
2054
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1973
2055
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2056
|
+
/* stylelint-disable */
|
|
1974
2057
|
font-size: 16px !important;
|
|
1975
2058
|
}
|
|
2059
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2060
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2061
|
+
/* stylelint-enable */
|
|
2062
|
+
/* stylelint-disable */
|
|
2063
|
+
/* stylelint-enable */
|
|
2064
|
+
}
|
|
1976
2065
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1977
2066
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1978
2067
|
padding-right: 10px !important;
|
|
@@ -2018,7 +2107,7 @@
|
|
|
2018
2107
|
}
|
|
2019
2108
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2020
2109
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2021
|
-
font-size:
|
|
2110
|
+
font-size: 24px;
|
|
2022
2111
|
}
|
|
2023
2112
|
|
|
2024
2113
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -155,6 +155,12 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*! PivotView layout */
|
|
158
|
+
.e-pivotview {
|
|
159
|
+
/* stylelint-disable */
|
|
160
|
+
/* stylelint-enable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-disable */
|
|
163
|
+
}
|
|
158
164
|
.e-pivotview .e-value-field-settings,
|
|
159
165
|
.e-pivotview .e-member-editor-dialog,
|
|
160
166
|
.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;
|
|
@@ -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;
|
|
@@ -567,13 +576,16 @@
|
|
|
567
576
|
}
|
|
568
577
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
569
578
|
margin-left: 18px !important;
|
|
579
|
+
/* stylelint-enable */
|
|
570
580
|
}
|
|
571
581
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
582
|
+
/* stylelint-disable */
|
|
572
583
|
padding: 0 !important;
|
|
573
584
|
}
|
|
574
585
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
575
586
|
float: left;
|
|
576
587
|
font-weight: 500;
|
|
588
|
+
/* stylelint-enable */
|
|
577
589
|
}
|
|
578
590
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
579
591
|
float: right;
|
|
@@ -602,6 +614,7 @@
|
|
|
602
614
|
}
|
|
603
615
|
|
|
604
616
|
.e-pivotview-report-dialog {
|
|
617
|
+
/* stylelint-disable */
|
|
605
618
|
max-width: 350px !important;
|
|
606
619
|
}
|
|
607
620
|
|
|
@@ -621,6 +634,7 @@
|
|
|
621
634
|
max-width: 500px !important;
|
|
622
635
|
}
|
|
623
636
|
|
|
637
|
+
/* stylelint-enable */
|
|
624
638
|
.e-report-outer {
|
|
625
639
|
display: inline-block;
|
|
626
640
|
width: 100%;
|
|
@@ -632,6 +646,7 @@
|
|
|
632
646
|
width: 40%;
|
|
633
647
|
}
|
|
634
648
|
|
|
649
|
+
/* stylelint-disable */
|
|
635
650
|
.e-pivotview-report-input {
|
|
636
651
|
float: right;
|
|
637
652
|
width: 60% !important;
|
|
@@ -653,11 +668,16 @@
|
|
|
653
668
|
font-size: 18px !important;
|
|
654
669
|
}
|
|
655
670
|
|
|
671
|
+
/* stylelint-enable */
|
|
656
672
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
657
673
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
658
674
|
white-space: nowrap;
|
|
659
675
|
}
|
|
660
676
|
|
|
677
|
+
.e-drillthrough-dialog {
|
|
678
|
+
/* stylelint-disable */
|
|
679
|
+
/* stylelint-enable */
|
|
680
|
+
}
|
|
661
681
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
662
682
|
margin-bottom: 20px;
|
|
663
683
|
}
|
|
@@ -678,9 +698,18 @@
|
|
|
678
698
|
flex-wrap: wrap;
|
|
679
699
|
}
|
|
680
700
|
|
|
701
|
+
.e-bigger .e-pivotview,
|
|
702
|
+
.e-bigger.e-pivotview {
|
|
703
|
+
/* stylelint-disable */
|
|
704
|
+
/* stylelint-enable */
|
|
705
|
+
/* stylelint-disable */
|
|
706
|
+
/* stylelint-enable */
|
|
707
|
+
}
|
|
681
708
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
682
709
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
|
+
/* stylelint-disable */
|
|
683
711
|
height: 46px !important;
|
|
712
|
+
/* stylelint-enable */
|
|
684
713
|
}
|
|
685
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
686
715
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -836,6 +865,18 @@
|
|
|
836
865
|
}
|
|
837
866
|
|
|
838
867
|
/*! PivotView theme */
|
|
868
|
+
.e-pivotview {
|
|
869
|
+
/* stylelint-enable */
|
|
870
|
+
/* stylelint-disable */
|
|
871
|
+
/* stylelint-enable */
|
|
872
|
+
/* stylelint-disable */
|
|
873
|
+
/* stylelint-enable */
|
|
874
|
+
/* stylelint-disable */
|
|
875
|
+
/* stylelint-enable */
|
|
876
|
+
/* stylelint-disable */
|
|
877
|
+
/* stylelint-enable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
}
|
|
839
880
|
.e-pivotview .e-nextspan {
|
|
840
881
|
display: inline-block;
|
|
841
882
|
width: 24px;
|
|
@@ -856,6 +897,7 @@
|
|
|
856
897
|
text-align: right;
|
|
857
898
|
}
|
|
858
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
|
+
/* stylelint-disable */
|
|
859
901
|
font-size: 13px !important;
|
|
860
902
|
padding-left: 8px;
|
|
861
903
|
-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;
|
|
@@ -1068,12 +1104,18 @@
|
|
|
1068
1104
|
}
|
|
1069
1105
|
.e-pivotview .e-rowcell {
|
|
1070
1106
|
opacity: 1;
|
|
1107
|
+
/* stylelint-disable */
|
|
1108
|
+
/* stylelint-enable */
|
|
1071
1109
|
}
|
|
1072
1110
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1073
1111
|
-webkit-user-select: none;
|
|
1074
1112
|
-ms-user-select: none;
|
|
1075
1113
|
user-select: none;
|
|
1076
1114
|
}
|
|
1115
|
+
.e-pivotview .e-grouping-bar {
|
|
1116
|
+
/* stylelint-disable */
|
|
1117
|
+
/* stylelint-enable */
|
|
1118
|
+
}
|
|
1077
1119
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1078
1120
|
-ms-flex: auto;
|
|
1079
1121
|
flex: auto;
|
|
@@ -1199,7 +1241,9 @@
|
|
|
1199
1241
|
border: 1px solid #000;
|
|
1200
1242
|
border-radius: 0;
|
|
1201
1243
|
box-shadow: none;
|
|
1244
|
+
/* stylelint-disable */
|
|
1202
1245
|
color: #000 !important;
|
|
1246
|
+
/* stylelint-enable */
|
|
1203
1247
|
cursor: default;
|
|
1204
1248
|
display: -ms-flexbox;
|
|
1205
1249
|
display: flex;
|
|
@@ -1210,6 +1254,8 @@
|
|
|
1210
1254
|
text-transform: none;
|
|
1211
1255
|
vertical-align: bottom;
|
|
1212
1256
|
z-index: 1;
|
|
1257
|
+
/* stylelint-disable */
|
|
1258
|
+
/* stylelint-enable */
|
|
1213
1259
|
}
|
|
1214
1260
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1215
1261
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1471,6 +1517,7 @@
|
|
|
1471
1517
|
width: 18px;
|
|
1472
1518
|
}
|
|
1473
1519
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1520
|
+
margin-top: 3px;
|
|
1474
1521
|
transform: rotateX(180deg);
|
|
1475
1522
|
}
|
|
1476
1523
|
.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: 2px;
|
|
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: 16px !important;
|
|
1815
1894
|
height: 20px;
|
|
1895
|
+
margin-top: 0;
|
|
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: -17px -6px !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;
|