@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.
Files changed (93) hide show
  1. package/package.json +6 -6
  2. package/styles/bootstrap-dark.css +241 -14
  3. package/styles/bootstrap.css +241 -14
  4. package/styles/bootstrap4.css +237 -15
  5. package/styles/bootstrap5-dark.css +281 -18
  6. package/styles/bootstrap5.css +281 -18
  7. package/styles/fabric-dark.css +241 -14
  8. package/styles/fabric.css +241 -14
  9. package/styles/fluent-dark.css +247 -16
  10. package/styles/fluent.css +247 -16
  11. package/styles/highcontrast-light.css +241 -14
  12. package/styles/highcontrast.css +241 -14
  13. package/styles/material-dark.css +241 -14
  14. package/styles/material.css +241 -14
  15. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
  16. package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
  17. package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
  18. package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
  19. package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
  20. package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
  21. package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
  22. package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
  23. package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
  24. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
  25. package/styles/pivotfieldlist/_layout.scss +62 -65
  26. package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
  27. package/styles/pivotfieldlist/_material-definition.scss +3 -2
  28. package/styles/pivotfieldlist/_material3-definition.scss +3 -1
  29. package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
  30. package/styles/pivotfieldlist/_theme.scss +51 -44
  31. package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
  32. package/styles/pivotfieldlist/bootstrap.css +147 -7
  33. package/styles/pivotfieldlist/bootstrap4.css +142 -7
  34. package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
  35. package/styles/pivotfieldlist/bootstrap5.css +151 -7
  36. package/styles/pivotfieldlist/fabric-dark.css +147 -7
  37. package/styles/pivotfieldlist/fabric.css +147 -7
  38. package/styles/pivotfieldlist/fluent-dark.css +149 -7
  39. package/styles/pivotfieldlist/fluent.css +149 -7
  40. package/styles/pivotfieldlist/highcontrast-light.css +147 -7
  41. package/styles/pivotfieldlist/highcontrast.css +147 -7
  42. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
  43. package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
  44. package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
  45. package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
  46. package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
  47. package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
  48. package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
  49. package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
  50. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
  51. package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
  52. package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
  53. package/styles/pivotfieldlist/icons/_material.scss +4 -4
  54. package/styles/pivotfieldlist/icons/_material3.scss +4 -4
  55. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
  56. package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
  57. package/styles/pivotfieldlist/material-dark.css +147 -7
  58. package/styles/pivotfieldlist/material.css +147 -7
  59. package/styles/pivotfieldlist/tailwind-dark.css +151 -9
  60. package/styles/pivotfieldlist/tailwind.css +151 -9
  61. package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
  62. package/styles/pivotview/_bootstrap-definition.scss +2 -1
  63. package/styles/pivotview/_bootstrap4-definition.scss +2 -1
  64. package/styles/pivotview/_bootstrap5-definition.scss +5 -4
  65. package/styles/pivotview/_fabric-dark-definition.scss +2 -1
  66. package/styles/pivotview/_fabric-definition.scss +2 -1
  67. package/styles/pivotview/_fluent-definition.scss +4 -3
  68. package/styles/pivotview/_fusionnew-definition.scss +1 -0
  69. package/styles/pivotview/_highcontrast-definition.scss +2 -1
  70. package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
  71. package/styles/pivotview/_layout.scss +25 -25
  72. package/styles/pivotview/_material-dark-definition.scss +2 -1
  73. package/styles/pivotview/_material-definition.scss +2 -2
  74. package/styles/pivotview/_material3-definition.scss +1 -0
  75. package/styles/pivotview/_tailwind-definition.scss +5 -4
  76. package/styles/pivotview/_theme.scss +77 -50
  77. package/styles/pivotview/bootstrap-dark.css +94 -7
  78. package/styles/pivotview/bootstrap.css +94 -7
  79. package/styles/pivotview/bootstrap4.css +95 -8
  80. package/styles/pivotview/bootstrap5-dark.css +130 -11
  81. package/styles/pivotview/bootstrap5.css +130 -11
  82. package/styles/pivotview/fabric-dark.css +94 -7
  83. package/styles/pivotview/fabric.css +94 -7
  84. package/styles/pivotview/fluent-dark.css +98 -9
  85. package/styles/pivotview/fluent.css +98 -9
  86. package/styles/pivotview/highcontrast-light.css +94 -7
  87. package/styles/pivotview/highcontrast.css +94 -7
  88. package/styles/pivotview/material-dark.css +94 -7
  89. package/styles/pivotview/material.css +94 -7
  90. package/styles/pivotview/tailwind-dark.css +98 -11
  91. package/styles/pivotview/tailwind.css +98 -11
  92. package/styles/tailwind-dark.css +249 -20
  93. 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;
@@ -245,6 +252,7 @@
245
252
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
246
253
  box-shadow: none;
247
254
  margin-left: 10px;
255
+ /* stylelint-disable */
248
256
  }
249
257
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
250
258
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -336,6 +344,7 @@
336
344
  }
337
345
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
338
346
  border: none;
347
+ /* stylelint-enable */
339
348
  }
340
349
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
341
350
  margin: 0 0 0 6px;
@@ -580,13 +589,16 @@
580
589
  }
581
590
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
591
  margin-left: 18px !important;
592
+ /* stylelint-enable */
583
593
  }
584
594
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
595
+ /* stylelint-disable */
585
596
  padding: 0 !important;
586
597
  }
587
598
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
588
599
  float: left;
589
600
  font-weight: 500;
601
+ /* stylelint-enable */
590
602
  }
591
603
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
592
604
  float: right;
@@ -615,6 +627,7 @@
615
627
  }
616
628
 
617
629
  .e-pivotview-report-dialog {
630
+ /* stylelint-disable */
618
631
  max-width: 350px !important;
619
632
  }
620
633
 
@@ -634,6 +647,7 @@
634
647
  max-width: 500px !important;
635
648
  }
636
649
 
650
+ /* stylelint-enable */
637
651
  .e-report-outer {
638
652
  display: inline-block;
639
653
  width: 100%;
@@ -646,6 +660,7 @@
646
660
  padding-left: 12px;
647
661
  }
648
662
 
663
+ /* stylelint-disable */
649
664
  .e-pivotview-report-input {
650
665
  float: right;
651
666
  width: 60% !important;
@@ -667,11 +682,16 @@
667
682
  font-size: 18px !important;
668
683
  }
669
684
 
685
+ /* stylelint-enable */
670
686
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
671
687
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
672
688
  white-space: nowrap;
673
689
  }
674
690
 
691
+ .e-drillthrough-dialog {
692
+ /* stylelint-disable */
693
+ /* stylelint-enable */
694
+ }
675
695
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
676
696
  margin-bottom: 20px;
677
697
  margin-bottom: 18px;
@@ -693,6 +713,13 @@
693
713
  flex-wrap: wrap;
694
714
  }
695
715
 
716
+ .e-bigger .e-pivotview,
717
+ .e-bigger.e-pivotview {
718
+ /* stylelint-disable */
719
+ /* stylelint-enable */
720
+ /* stylelint-disable */
721
+ /* stylelint-enable */
722
+ }
696
723
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
697
724
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
698
725
  height: 139px;
@@ -847,6 +874,18 @@
847
874
  }
848
875
 
849
876
  /*! PivotView theme */
877
+ .e-pivotview {
878
+ /* stylelint-enable */
879
+ /* stylelint-disable */
880
+ /* stylelint-enable */
881
+ /* stylelint-disable */
882
+ /* stylelint-enable */
883
+ /* stylelint-disable */
884
+ /* stylelint-enable */
885
+ /* stylelint-disable */
886
+ /* stylelint-enable */
887
+ /* stylelint-enable */
888
+ }
850
889
  .e-pivotview .e-nextspan {
851
890
  display: inline-block;
852
891
  width: 18px;
@@ -867,6 +906,7 @@
867
906
  text-align: right;
868
907
  }
869
908
  .e-pivotview .e-grid .e-rowcell {
909
+ /* stylelint-disable */
870
910
  font-size: 14px !important;
871
911
  padding-left: 8px;
872
912
  -webkit-user-select: none;
@@ -979,7 +1019,7 @@
979
1019
  }
980
1020
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
981
1021
  font-size: 12px !important;
982
- padding: 6px 0 4px 0 !important;
1022
+ padding-right: 5px !important;
983
1023
  }
984
1024
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
985
1025
  margin: -10px 0 !important;
@@ -1022,11 +1062,6 @@
1022
1062
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1023
1063
  visibility: hidden !important;
1024
1064
  }
1025
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1026
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1027
- text-overflow: ellipsis;
1028
- white-space: nowrap;
1029
- }
1030
1065
  .e-pivotview .e-grid .e-headercelldiv,
1031
1066
  .e-pivotview .e-grid .e-columnsheader {
1032
1067
  padding-left: 8px !important;
@@ -1087,12 +1122,18 @@
1087
1122
  }
1088
1123
  .e-pivotview .e-rowcell {
1089
1124
  opacity: 1;
1125
+ /* stylelint-disable */
1126
+ /* stylelint-enable */
1090
1127
  }
1091
1128
  .e-pivotview .e-rowcell .e-cellvalue {
1092
1129
  -webkit-user-select: none;
1093
1130
  -ms-user-select: none;
1094
1131
  user-select: none;
1095
1132
  }
1133
+ .e-pivotview .e-grouping-bar {
1134
+ /* stylelint-disable */
1135
+ /* stylelint-enable */
1136
+ }
1096
1137
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1097
1138
  -ms-flex: auto;
1098
1139
  flex: auto;
@@ -1191,6 +1232,38 @@
1191
1232
  font-size: 14px;
1192
1233
  font-weight: normal;
1193
1234
  }
1235
+ .e-pivotview .e-group-values .e-pivot-button .e-sort,
1236
+ .e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
1237
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
1238
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
1239
+ .e-pivotview .e-group-values .e-pivot-button .e-remove,
1240
+ .e-pivotview .e-group-values .e-pivot-button .e-edit,
1241
+ .e-pivotview .e-group-columns .e-pivot-button .e-sort,
1242
+ .e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
1243
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
1244
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
1245
+ .e-pivotview .e-group-columns .e-pivot-button .e-remove,
1246
+ .e-pivotview .e-group-columns .e-pivot-button .e-edit,
1247
+ .e-pivotview .e-group-filters .e-pivot-button .e-sort,
1248
+ .e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
1249
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
1250
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
1251
+ .e-pivotview .e-group-filters .e-pivot-button .e-remove,
1252
+ .e-pivotview .e-group-filters .e-pivot-button .e-edit,
1253
+ .e-pivotview .e-group-rows .e-pivot-button .e-sort,
1254
+ .e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
1255
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
1256
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1257
+ .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1258
+ .e-pivotview .e-group-rows .e-pivot-button .e-edit,
1259
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
1260
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
1261
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
1262
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
1263
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
1264
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
1265
+ margin-top: 1px;
1266
+ }
1194
1267
  .e-pivotview .e-grouping-bar .e-pvt-btn-div,
1195
1268
  .e-pivotview .e-group-rows .e-pvt-btn-div {
1196
1269
  display: -ms-inline-flexbox;
@@ -1221,17 +1294,21 @@
1221
1294
  border: 1px solid #dee2e6;
1222
1295
  border-radius: 4px;
1223
1296
  box-shadow: none;
1297
+ /* stylelint-disable */
1224
1298
  color: #343a40 !important;
1299
+ /* stylelint-enable */
1225
1300
  cursor: default;
1226
1301
  display: -ms-flexbox;
1227
1302
  display: flex;
1228
1303
  font-weight: normal;
1229
1304
  height: 24px;
1230
1305
  line-height: 0.9em;
1231
- padding: 5px 8px;
1306
+ padding: 3px 8px;
1232
1307
  text-transform: none;
1233
1308
  vertical-align: bottom;
1234
1309
  z-index: 1;
1310
+ /* stylelint-disable */
1311
+ /* stylelint-enable */
1235
1312
  }
1236
1313
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1237
1314
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1417,7 +1494,7 @@
1417
1494
  pointer-events: none;
1418
1495
  }
1419
1496
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
1420
- padding: 5px 8px;
1497
+ padding: 3px 8px;
1421
1498
  width: 180px;
1422
1499
  }
1423
1500
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
@@ -1494,6 +1571,7 @@
1494
1571
  width: 18px;
1495
1572
  }
1496
1573
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1574
+ margin-top: 3px;
1497
1575
  transform: rotateX(180deg);
1498
1576
  }
1499
1577
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1548,7 +1626,7 @@
1548
1626
  width: auto;
1549
1627
  }
1550
1628
  .e-pivotview .e-collapse::before {
1551
- font-size: 18px;
1629
+ font-size: 20px;
1552
1630
  }
1553
1631
  .e-pivotview .e-expand,
1554
1632
  .e-pivotview .e-collapse {
@@ -1571,6 +1649,12 @@
1571
1649
  .e-pivotview .e-expand::before {
1572
1650
  font-size: 20px;
1573
1651
  }
1652
+ .e-pivotview.e-rtl {
1653
+ /* stylelint-disable */
1654
+ /* stylelint-enable */
1655
+ /* stylelint-disable */
1656
+ /* stylelint-enable */
1657
+ }
1574
1658
  .e-pivotview.e-rtl .e-expand::before,
1575
1659
  .e-pivotview.e-rtl .e-collapse::before {
1576
1660
  margin-left: 0;
@@ -1642,8 +1726,10 @@
1642
1726
  padding-right: 8px;
1643
1727
  }
1644
1728
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1729
+ /* stylelint-disable */
1645
1730
  padding-left: 8px;
1646
1731
  padding-right: 0;
1732
+ /* stylelint-enable */
1647
1733
  }
1648
1734
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1649
1735
  margin-left: 4px;
@@ -1666,9 +1752,18 @@
1666
1752
  .e-pivotview.e-rtl .e-sortfilterdiv {
1667
1753
  float: left;
1668
1754
  }
1755
+ .e-pivotview.e-device .e-grouping-bar {
1756
+ /* stylelint-disable */
1757
+ }
1669
1758
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1670
1759
  line-height: 1em !important;
1671
1760
  }
1761
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1762
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1763
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1764
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1765
+ margin-top: 2px !important;
1766
+ }
1672
1767
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1673
1768
  max-width: 155px;
1674
1769
  }
@@ -1679,6 +1774,9 @@
1679
1774
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1680
1775
  max-width: 200px;
1681
1776
  }
1777
+ .e-pivotview.e-device .e-drillthrough-dialog {
1778
+ width: 100% !important;
1779
+ }
1682
1780
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1683
1781
  width: 0 !important;
1684
1782
  }
@@ -1734,6 +1832,13 @@
1734
1832
  margin-right: 5px;
1735
1833
  }
1736
1834
 
1835
+ .e-bigger .e-pivotview,
1836
+ .e-bigger.e-pivotview {
1837
+ /* stylelint-disable */
1838
+ /* stylelint-enable */
1839
+ /* stylelint-disable */
1840
+ /* stylelint-enable */
1841
+ }
1737
1842
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1738
1843
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1739
1844
  margin: 4px;
@@ -1796,6 +1901,10 @@
1796
1901
  .e-bigger.e-pivotview th .e-collapse {
1797
1902
  margin-top: 0;
1798
1903
  }
1904
+ .e-bigger .e-pivotview .e-grouping-bar,
1905
+ .e-bigger.e-pivotview .e-grouping-bar {
1906
+ /* stylelint-enable */
1907
+ }
1799
1908
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1800
1909
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1801
1910
  height: 36px !important;
@@ -1836,8 +1945,10 @@
1836
1945
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1837
1946
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1838
1947
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1948
+ /* stylelint-disable */
1839
1949
  font-size: 14px !important;
1840
1950
  height: 20px;
1951
+ margin-top: 2px;
1841
1952
  width: 20px;
1842
1953
  }
1843
1954
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1933,8 +2044,9 @@
1933
2044
  }
1934
2045
  .e-bigger .e-pivotview .e-sortfilterdiv,
1935
2046
  .e-bigger.e-pivotview .e-sortfilterdiv {
1936
- margin: -23px -15px !important;
2047
+ margin: -15px -8px !important;
1937
2048
  font-size: 12px !important;
2049
+ padding-top: 28px;
1938
2050
  }
1939
2051
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1940
2052
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -1964,8 +2076,15 @@
1964
2076
  }
1965
2077
  .e-bigger .e-pivotview .e-rowcell,
1966
2078
  .e-bigger.e-pivotview .e-rowcell {
2079
+ /* stylelint-disable */
1967
2080
  font-size: 16px !important;
1968
2081
  }
2082
+ .e-bigger .e-pivotview.e-rtl,
2083
+ .e-bigger.e-pivotview.e-rtl {
2084
+ /* stylelint-enable */
2085
+ /* stylelint-disable */
2086
+ /* stylelint-enable */
2087
+ }
1969
2088
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
1970
2089
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
1971
2090
  padding-right: 10px !important;
@@ -2011,7 +2130,7 @@
2011
2130
  }
2012
2131
  .e-bigger .e-pivotview .e-collapse::before,
2013
2132
  .e-bigger.e-pivotview .e-collapse::before {
2014
- font-size: 22px;
2133
+ font-size: 24px;
2015
2134
  }
2016
2135
 
2017
2136
  .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
@@ -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;
@@ -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 #414040;
1200
1242
  border-radius: 0;
1201
1243
  box-shadow: none;
1244
+ /* stylelint-disable */
1202
1245
  color: #dadada !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 {
@@ -1545,6 +1592,12 @@
1545
1592
  .e-pivotview .e-expand::before {
1546
1593
  font-size: 10px;
1547
1594
  }
1595
+ .e-pivotview.e-rtl {
1596
+ /* stylelint-disable */
1597
+ /* stylelint-enable */
1598
+ /* stylelint-disable */
1599
+ /* stylelint-enable */
1600
+ }
1548
1601
  .e-pivotview.e-rtl .e-expand::before,
1549
1602
  .e-pivotview.e-rtl .e-collapse::before {
1550
1603
  margin-left: 0;
@@ -1616,8 +1669,10 @@
1616
1669
  padding-right: 8px;
1617
1670
  }
1618
1671
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1672
+ /* stylelint-disable */
1619
1673
  padding-left: 8px;
1620
1674
  padding-right: 0;
1675
+ /* stylelint-enable */
1621
1676
  }
1622
1677
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1623
1678
  margin-left: 4px;
@@ -1640,9 +1695,18 @@
1640
1695
  .e-pivotview.e-rtl .e-sortfilterdiv {
1641
1696
  float: left;
1642
1697
  }
1698
+ .e-pivotview.e-device .e-grouping-bar {
1699
+ /* stylelint-disable */
1700
+ }
1643
1701
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1644
1702
  line-height: 1em !important;
1645
1703
  }
1704
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1705
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1706
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1707
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1708
+ margin-top: 2px !important;
1709
+ }
1646
1710
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1647
1711
  max-width: 155px;
1648
1712
  }
@@ -1653,6 +1717,9 @@
1653
1717
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1654
1718
  max-width: 200px;
1655
1719
  }
1720
+ .e-pivotview.e-device .e-drillthrough-dialog {
1721
+ width: 100% !important;
1722
+ }
1656
1723
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1657
1724
  width: 0 !important;
1658
1725
  }
@@ -1708,6 +1775,13 @@
1708
1775
  margin-right: 5px;
1709
1776
  }
1710
1777
 
1778
+ .e-bigger .e-pivotview,
1779
+ .e-bigger.e-pivotview {
1780
+ /* stylelint-disable */
1781
+ /* stylelint-enable */
1782
+ /* stylelint-disable */
1783
+ /* stylelint-enable */
1784
+ }
1711
1785
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1712
1786
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1713
1787
  margin: 5px;
@@ -1770,6 +1844,10 @@
1770
1844
  .e-bigger.e-pivotview th .e-collapse {
1771
1845
  margin-top: 7px;
1772
1846
  }
1847
+ .e-bigger .e-pivotview .e-grouping-bar,
1848
+ .e-bigger.e-pivotview .e-grouping-bar {
1849
+ /* stylelint-enable */
1850
+ }
1773
1851
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1774
1852
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1775
1853
  height: 36px !important;
@@ -1810,8 +1888,10 @@
1810
1888
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1811
1889
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1812
1890
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1891
+ /* stylelint-disable */
1813
1892
  font-size: 14px !important;
1814
1893
  height: 20px;
1894
+ margin-top: 1px;
1815
1895
  width: 20px;
1816
1896
  }
1817
1897
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1895,7 +1975,7 @@
1895
1975
  }
1896
1976
  .e-bigger .e-pivotview .e-sortfilterdiv,
1897
1977
  .e-bigger.e-pivotview .e-sortfilterdiv {
1898
- margin: -23px -5px !important;
1978
+ margin: -18px -5px !important;
1899
1979
  }
1900
1980
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1901
1981
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -1925,8 +2005,15 @@
1925
2005
  }
1926
2006
  .e-bigger .e-pivotview .e-rowcell,
1927
2007
  .e-bigger.e-pivotview .e-rowcell {
2008
+ /* stylelint-disable */
1928
2009
  font-size: 13px !important;
1929
2010
  }
2011
+ .e-bigger .e-pivotview.e-rtl,
2012
+ .e-bigger.e-pivotview.e-rtl {
2013
+ /* stylelint-enable */
2014
+ /* stylelint-disable */
2015
+ /* stylelint-enable */
2016
+ }
1930
2017
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
1931
2018
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
1932
2019
  padding-right: 10px !important;