@syncfusion/ej2-vue-pivotview 19.2.51 → 19.3.43

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 (57) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/ej2-vue-pivotview.umd.min.js +11 -2
  3. package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-pivotview.es2015.js +49 -1
  5. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-pivotview.es5.js +53 -1
  7. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  8. package/package.json +8 -8
  9. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
  10. package/src/pivotfieldlist/pivotfieldlist.component.js +27 -1
  11. package/src/pivotview/pivotview.component.d.ts +2 -0
  12. package/src/pivotview/pivotview.component.js +27 -1
  13. package/styles/bootstrap-dark.css +34 -49
  14. package/styles/bootstrap.css +35 -50
  15. package/styles/bootstrap4.css +76 -92
  16. package/styles/bootstrap5-dark.css +8780 -0
  17. package/styles/bootstrap5-dark.scss +2 -0
  18. package/styles/bootstrap5.css +8780 -0
  19. package/styles/bootstrap5.scss +2 -0
  20. package/styles/fabric-dark.css +38 -52
  21. package/styles/fabric.css +38 -52
  22. package/styles/highcontrast-light.css +47 -58
  23. package/styles/highcontrast.css +40 -51
  24. package/styles/material-dark.css +49 -64
  25. package/styles/material.css +37 -52
  26. package/styles/pivotfieldlist/bootstrap-dark.css +12 -14
  27. package/styles/pivotfieldlist/bootstrap.css +14 -16
  28. package/styles/pivotfieldlist/bootstrap4.css +42 -40
  29. package/styles/pivotfieldlist/bootstrap5-dark.css +6404 -0
  30. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -0
  31. package/styles/pivotfieldlist/bootstrap5.css +6404 -0
  32. package/styles/pivotfieldlist/bootstrap5.scss +1 -0
  33. package/styles/pivotfieldlist/fabric-dark.css +18 -20
  34. package/styles/pivotfieldlist/fabric.css +18 -20
  35. package/styles/pivotfieldlist/highcontrast-light.css +18 -20
  36. package/styles/pivotfieldlist/highcontrast.css +18 -20
  37. package/styles/pivotfieldlist/material-dark.css +29 -31
  38. package/styles/pivotfieldlist/material.css +18 -20
  39. package/styles/pivotfieldlist/tailwind-dark.css +58 -25
  40. package/styles/pivotfieldlist/tailwind.css +60 -27
  41. package/styles/pivotview/bootstrap-dark.css +22 -35
  42. package/styles/pivotview/bootstrap.css +21 -34
  43. package/styles/pivotview/bootstrap4.css +34 -52
  44. package/styles/pivotview/bootstrap5-dark.css +2375 -0
  45. package/styles/pivotview/bootstrap5-dark.scss +1 -0
  46. package/styles/pivotview/bootstrap5.css +2375 -0
  47. package/styles/pivotview/bootstrap5.scss +1 -0
  48. package/styles/pivotview/fabric-dark.css +20 -32
  49. package/styles/pivotview/fabric.css +20 -32
  50. package/styles/pivotview/highcontrast-light.css +29 -38
  51. package/styles/pivotview/highcontrast.css +22 -31
  52. package/styles/pivotview/material-dark.css +20 -33
  53. package/styles/pivotview/material.css +19 -32
  54. package/styles/pivotview/tailwind-dark.css +40 -40
  55. package/styles/pivotview/tailwind.css +37 -37
  56. package/styles/tailwind-dark.css +98 -65
  57. package/styles/tailwind.css +97 -64
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  .e-pivotview .e-pv-filtered::before {
26
- color: #ff80ab;
26
+ color: #00b0ff;
27
27
  content: '\ebb3';
28
28
  }
29
29
 
@@ -267,11 +267,6 @@
267
267
  padding-top: 20px;
268
268
  }
269
269
 
270
- .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
271
- height: 18px;
272
- width: 18px;
273
- }
274
-
275
270
  .e-pivotview .e-group-field-settings .e-group-field-div-content {
276
271
  margin-bottom: 10px;
277
272
  }
@@ -287,6 +282,12 @@
287
282
  padding: 0 20px 10px;
288
283
  }
289
284
 
285
+ .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
286
+ .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
287
+ display: inline-block;
288
+ visibility: hidden;
289
+ }
290
+
290
291
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
291
292
  box-shadow: none;
292
293
  margin-left: 10px;
@@ -312,7 +313,7 @@
312
313
 
313
314
  .e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
314
315
  display: inline-block;
315
- height: 160px;
316
+ height: 157px;
316
317
  max-width: 400px;
317
318
  overflow: auto;
318
319
  width: 100%;
@@ -320,7 +321,6 @@
320
321
 
321
322
  .e-pivotview .e-member-editor-dialog .e-member-editor-container {
322
323
  display: inline-table;
323
- height: 100%;
324
324
  width: 100%;
325
325
  }
326
326
 
@@ -365,7 +365,7 @@
365
365
  }
366
366
 
367
367
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
368
- height: 147px;
368
+ height: 151px;
369
369
  }
370
370
 
371
371
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
@@ -658,11 +658,6 @@
658
658
  width: 49%;
659
659
  }
660
660
 
661
- .e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
662
- height: 18px;
663
- width: 18px;
664
- }
665
-
666
661
  .e-pivotview .e-pivot-format-dialog {
667
662
  max-height: 500px !important;
668
663
  max-width: 350px;
@@ -691,6 +686,9 @@
691
686
  .e-pivotview .e-pivot-toolbar {
692
687
  border-bottom: 0;
693
688
  border-style: solid;
689
+ border-top: 1px solid #e0e0e0;
690
+ border-left: 1px solid #e0e0e0;
691
+ border-right: 1px solid #e0e0e0;
694
692
  }
695
693
 
696
694
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -706,6 +704,7 @@
706
704
  .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
707
705
  .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
708
706
  height: 40px;
707
+ overflow: hidden;
709
708
  padding-left: 10px;
710
709
  }
711
710
 
@@ -886,7 +885,7 @@
886
885
 
887
886
  .e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
888
887
  .e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
889
- height: 100px;
888
+ height: 102px !important;
890
889
  }
891
890
 
892
891
  .e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
@@ -948,17 +947,16 @@
948
947
  top: 0;
949
948
  }
950
949
 
950
+ .e-bigger .e-pivotview .e-value-field-settings,
951
+ .e-bigger.e-pivotview .e-value-field-settings {
952
+ max-height: 510px !important;
953
+ }
954
+
951
955
  .e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
952
956
  .e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
953
957
  padding: 0 20px 10px;
954
958
  }
955
959
 
956
- .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
957
- .e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
958
- height: 22px;
959
- width: 22px;
960
- }
961
-
962
960
  .e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
963
961
  .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
964
962
  .e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
@@ -1057,12 +1055,6 @@
1057
1055
  margin-top: 12px;
1058
1056
  }
1059
1057
 
1060
- .e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
1061
- .e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
1062
- height: 22px;
1063
- width: 22px;
1064
- }
1065
-
1066
1058
  /*! PivotView theme */
1067
1059
  .e-pivotview .e-nextspan {
1068
1060
  display: inline-block;
@@ -1273,7 +1265,6 @@
1273
1265
  }
1274
1266
 
1275
1267
  .e-pivotview .e-headercelldiv.e-cellvalue {
1276
- float: left;
1277
1268
  margin-left: 0px;
1278
1269
  }
1279
1270
 
@@ -1805,10 +1796,6 @@
1805
1796
  padding-bottom: 7px;
1806
1797
  }
1807
1798
 
1808
- .e-pivotview .e-chart-grouping-bar .e-axis-row {
1809
- height: 50% !important;
1810
- }
1811
-
1812
1799
  .e-pivotview .e-chart-grouping-bar .e-axis-value {
1813
1800
  height: auto !important;
1814
1801
  padding-left: 6px;
@@ -1831,7 +1818,7 @@
1831
1818
  padding-bottom: 7px;
1832
1819
  }
1833
1820
 
1834
- .e-pivotview .e-icons {
1821
+ .e-pivotview .e-icons:not(.e-frame) {
1835
1822
  height: auto;
1836
1823
  width: auto;
1837
1824
  }
@@ -268,11 +268,6 @@
268
268
  padding-top: 20px;
269
269
  }
270
270
 
271
- .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
272
- height: 18px;
273
- width: 18px;
274
- }
275
-
276
271
  .e-pivotview .e-group-field-settings .e-group-field-div-content {
277
272
  margin-bottom: 10px;
278
273
  }
@@ -288,6 +283,12 @@
288
283
  padding: 0 20px 10px;
289
284
  }
290
285
 
286
+ .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
287
+ .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
288
+ display: inline-block;
289
+ visibility: hidden;
290
+ }
291
+
291
292
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
292
293
  box-shadow: none;
293
294
  margin-left: 10px;
@@ -313,7 +314,7 @@
313
314
 
314
315
  .e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
315
316
  display: inline-block;
316
- height: 160px;
317
+ height: 157px;
317
318
  max-width: 400px;
318
319
  overflow: auto;
319
320
  width: 100%;
@@ -321,7 +322,6 @@
321
322
 
322
323
  .e-pivotview .e-member-editor-dialog .e-member-editor-container {
323
324
  display: inline-table;
324
- height: 100%;
325
325
  width: 100%;
326
326
  }
327
327
 
@@ -366,7 +366,7 @@
366
366
  }
367
367
 
368
368
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
369
- height: 147px;
369
+ height: 151px;
370
370
  }
371
371
 
372
372
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
@@ -659,11 +659,6 @@
659
659
  width: 49%;
660
660
  }
661
661
 
662
- .e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
663
- height: 18px;
664
- width: 18px;
665
- }
666
-
667
662
  .e-pivotview .e-pivot-format-dialog {
668
663
  max-height: 500px !important;
669
664
  max-width: 350px;
@@ -692,6 +687,9 @@
692
687
  .e-pivotview .e-pivot-toolbar {
693
688
  border-bottom: 0;
694
689
  border-style: solid;
690
+ border-top: 1px solid #e0e0e0;
691
+ border-left: 1px solid #e0e0e0;
692
+ border-right: 1px solid #e0e0e0;
695
693
  }
696
694
 
697
695
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -707,6 +705,7 @@
707
705
  .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
708
706
  .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
709
707
  height: 40px;
708
+ overflow: hidden;
710
709
  padding-left: 10px;
711
710
  }
712
711
 
@@ -887,7 +886,7 @@
887
886
 
888
887
  .e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
889
888
  .e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
890
- height: 100px;
889
+ height: 102px !important;
891
890
  }
892
891
 
893
892
  .e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
@@ -949,17 +948,16 @@
949
948
  top: 0;
950
949
  }
951
950
 
951
+ .e-bigger .e-pivotview .e-value-field-settings,
952
+ .e-bigger.e-pivotview .e-value-field-settings {
953
+ max-height: 510px !important;
954
+ }
955
+
952
956
  .e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
953
957
  .e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
954
958
  padding: 0 20px 10px;
955
959
  }
956
960
 
957
- .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
958
- .e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
959
- height: 22px;
960
- width: 22px;
961
- }
962
-
963
961
  .e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
964
962
  .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
965
963
  .e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
@@ -1058,12 +1056,6 @@
1058
1056
  margin-top: 12px;
1059
1057
  }
1060
1058
 
1061
- .e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
1062
- .e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
1063
- height: 22px;
1064
- width: 22px;
1065
- }
1066
-
1067
1059
  /*! PivotView theme */
1068
1060
  .e-pivotview .e-nextspan {
1069
1061
  display: inline-block;
@@ -1274,7 +1266,6 @@
1274
1266
  }
1275
1267
 
1276
1268
  .e-pivotview .e-headercelldiv.e-cellvalue {
1277
- float: left;
1278
1269
  margin-left: 0px;
1279
1270
  }
1280
1271
 
@@ -1806,10 +1797,6 @@
1806
1797
  padding-bottom: 7px;
1807
1798
  }
1808
1799
 
1809
- .e-pivotview .e-chart-grouping-bar .e-axis-row {
1810
- height: 50% !important;
1811
- }
1812
-
1813
1800
  .e-pivotview .e-chart-grouping-bar .e-axis-value {
1814
1801
  height: auto !important;
1815
1802
  padding-left: 6px;
@@ -1832,7 +1819,7 @@
1832
1819
  padding-bottom: 7px;
1833
1820
  }
1834
1821
 
1835
- .e-pivotview .e-icons {
1822
+ .e-pivotview .e-icons:not(.e-frame) {
1836
1823
  height: auto;
1837
1824
  width: auto;
1838
1825
  }
@@ -269,11 +269,6 @@
269
269
  padding-top: 12px;
270
270
  }
271
271
 
272
- .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
273
- height: 18px;
274
- width: 18px;
275
- }
276
-
277
272
  .e-pivotview .e-group-field-settings .e-group-field-div-content {
278
273
  margin-bottom: 10px;
279
274
  }
@@ -289,6 +284,22 @@
289
284
  padding: 0 12px 10px;
290
285
  }
291
286
 
287
+ .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
288
+ .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
289
+ display: inline-block;
290
+ visibility: hidden;
291
+ }
292
+
293
+ .e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
294
+ .e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
295
+ padding: 5px 12px 10px;
296
+ }
297
+
298
+ .e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
299
+ .e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
300
+ padding: 5px 12px 10px;
301
+ }
302
+
292
303
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
293
304
  box-shadow: none;
294
305
  margin-left: 10px;
@@ -314,7 +325,7 @@
314
325
 
315
326
  .e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
316
327
  display: inline-block;
317
- height: 160px;
328
+ height: 174px;
318
329
  max-width: 400px;
319
330
  overflow: auto;
320
331
  width: 100%;
@@ -322,7 +333,6 @@
322
333
 
323
334
  .e-pivotview .e-member-editor-dialog .e-member-editor-container {
324
335
  display: inline-table;
325
- height: 100%;
326
336
  width: 100%;
327
337
  }
328
338
 
@@ -368,7 +378,7 @@
368
378
  }
369
379
 
370
380
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
371
- height: 147px;
381
+ height: 165px;
372
382
  }
373
383
 
374
384
  .e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
@@ -661,11 +671,6 @@
661
671
  width: 49%;
662
672
  }
663
673
 
664
- .e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
665
- height: 18px;
666
- width: 18px;
667
- }
668
-
669
674
  .e-pivotview .e-pivot-format-dialog {
670
675
  max-height: 500px !important;
671
676
  max-width: 350px;
@@ -696,6 +701,9 @@
696
701
  .e-pivotview .e-pivot-toolbar {
697
702
  border-bottom: 0;
698
703
  border-style: solid;
704
+ border-top: 1px solid #4b5563;
705
+ border-left: 1px solid #4b5563;
706
+ border-right: 1px solid #4b5563;
699
707
  }
700
708
 
701
709
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
@@ -711,6 +719,7 @@
711
719
  .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
712
720
  .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
713
721
  height: 32px;
722
+ overflow: hidden;
714
723
  padding-left: 10px;
715
724
  }
716
725
 
@@ -767,7 +776,7 @@
767
776
 
768
777
  .e-mdx-query-content {
769
778
  background-color: transparent;
770
- color: #fff;
779
+ color: #d1d5db;
771
780
  font-size: 14px;
772
781
  font-weight: 500;
773
782
  height: 200px;
@@ -854,7 +863,7 @@
854
863
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
855
864
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
856
865
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
857
- height: 125px;
866
+ height: 140px;
858
867
  }
859
868
 
860
869
  .e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
@@ -896,7 +905,7 @@
896
905
 
897
906
  .e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
898
907
  .e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
899
- height: 100px;
908
+ height: 109px !important;
900
909
  }
901
910
 
902
911
  .e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
@@ -958,17 +967,16 @@
958
967
  top: 0;
959
968
  }
960
969
 
970
+ .e-bigger .e-pivotview .e-value-field-settings,
971
+ .e-bigger.e-pivotview .e-value-field-settings {
972
+ max-height: 510px !important;
973
+ }
974
+
961
975
  .e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
962
976
  .e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
963
977
  padding: 0 20px 10px;
964
978
  }
965
979
 
966
- .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
967
- .e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
968
- height: 22px;
969
- width: 22px;
970
- }
971
-
972
980
  .e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
973
981
  .e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
974
982
  .e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
@@ -1067,12 +1075,6 @@
1067
1075
  margin-top: 12px;
1068
1076
  }
1069
1077
 
1070
- .e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
1071
- .e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
1072
- height: 22px;
1073
- width: 22px;
1074
- }
1075
-
1076
1078
  /*! PivotView theme */
1077
1079
  .e-pivotview .e-nextspan {
1078
1080
  display: inline-block;
@@ -1270,6 +1272,7 @@
1270
1272
  .e-pivotview .e-grid .e-headercelldiv,
1271
1273
  .e-pivotview .e-grid .e-columnsheader {
1272
1274
  padding-left: 8px !important;
1275
+ text-transform: none;
1273
1276
  }
1274
1277
 
1275
1278
  .e-pivotview .e-frozenheader > .e-table,
@@ -1299,7 +1302,7 @@
1299
1302
  .e-pivotview .e-headertext,
1300
1303
  .e-pivotview .e-rowsheader .e-cellvalue {
1301
1304
  color: #9ca3af;
1302
- font-size: 13px;
1305
+ font-size: 12px;
1303
1306
  font-weight: 500;
1304
1307
  }
1305
1308
 
@@ -1463,8 +1466,8 @@
1463
1466
 
1464
1467
  .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
1465
1468
  .e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
1466
- border-left: 1px dashed #4F46E5;
1467
- border-left: 1px solid #4F46E5;
1469
+ border-left: 1px dashed #22d3ee;
1470
+ border-left: 1px solid #22d3ee;
1468
1471
  }
1469
1472
 
1470
1473
  .e-pivotview .e-grouping-bar .e-pivot-button,
@@ -1820,10 +1823,6 @@
1820
1823
  padding-bottom: 7px;
1821
1824
  }
1822
1825
 
1823
- .e-pivotview .e-chart-grouping-bar .e-axis-row {
1824
- height: 50% !important;
1825
- }
1826
-
1827
1826
  .e-pivotview .e-chart-grouping-bar .e-axis-value {
1828
1827
  height: auto !important;
1829
1828
  padding-left: 6px;
@@ -1846,7 +1845,7 @@
1846
1845
  padding-bottom: 7px;
1847
1846
  }
1848
1847
 
1849
- .e-pivotview .e-icons {
1848
+ .e-pivotview .e-icons:not(.e-frame) {
1850
1849
  height: auto;
1851
1850
  width: auto;
1852
1851
  }
@@ -1863,7 +1862,7 @@
1863
1862
  margin-top: 5px;
1864
1863
  text-align: center;
1865
1864
  width: 18px;
1866
- margin-top: 0 !important;
1865
+ margin-top: 0;
1867
1866
  }
1868
1867
 
1869
1868
  .e-pivotview th .e-expand,
@@ -1872,6 +1871,7 @@
1872
1871
  font-size: 10px !important;
1873
1872
  margin-left: 0px;
1874
1873
  margin-top: 8px;
1874
+ margin-top: 2px !important;
1875
1875
  }
1876
1876
 
1877
1877
  .e-pivotview .e-expand::before {
@@ -2125,7 +2125,7 @@
2125
2125
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2126
2126
  .e-bigger.e-pivotview .e-headertext,
2127
2127
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2128
- font-size: 13px !important;
2128
+ font-size: 14px !important;
2129
2129
  }
2130
2130
 
2131
2131
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
@@ -2304,7 +2304,7 @@
2304
2304
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
2305
2305
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
2306
2306
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
2307
- height: 125px;
2307
+ height: 140px;
2308
2308
  }
2309
2309
 
2310
2310
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
@@ -2314,7 +2314,7 @@
2314
2314
  .e-bigger.e-pivotview .e-headertext,
2315
2315
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2316
2316
  color: #9ca3af !important;
2317
- font-size: 13px;
2317
+ font-size: 14px;
2318
2318
  font-weight: 500 !important;
2319
2319
  }
2320
2320