@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40

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 (50) hide show
  1. package/CHANGELOG.md +26 -26
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pivotview.umd.min.js +10 -1
  4. package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
  5. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
  7. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
  11. package/src/pivotview/pivotview.component.js +1 -1
  12. package/styles/bootstrap-dark.css +115 -104
  13. package/styles/bootstrap.css +115 -104
  14. package/styles/bootstrap4.css +114 -81
  15. package/styles/bootstrap5-dark.css +220 -168
  16. package/styles/bootstrap5.css +215 -161
  17. package/styles/fabric-dark.css +117 -103
  18. package/styles/fabric.css +115 -102
  19. package/styles/highcontrast-light.css +116 -102
  20. package/styles/highcontrast.css +118 -104
  21. package/styles/material-dark.css +108 -97
  22. package/styles/material.css +108 -97
  23. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap.css +49 -58
  25. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  26. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  27. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  28. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  29. package/styles/pivotfieldlist/fabric.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  31. package/styles/pivotfieldlist/highcontrast.css +49 -58
  32. package/styles/pivotfieldlist/material-dark.css +44 -53
  33. package/styles/pivotfieldlist/material.css +44 -53
  34. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  35. package/styles/pivotfieldlist/tailwind.css +140 -83
  36. package/styles/pivotview/bootstrap-dark.css +66 -46
  37. package/styles/pivotview/bootstrap.css +66 -46
  38. package/styles/pivotview/bootstrap4.css +70 -42
  39. package/styles/pivotview/bootstrap5-dark.css +99 -73
  40. package/styles/pivotview/bootstrap5.css +100 -72
  41. package/styles/pivotview/fabric-dark.css +68 -45
  42. package/styles/pivotview/fabric.css +66 -44
  43. package/styles/pivotview/highcontrast-light.css +67 -44
  44. package/styles/pivotview/highcontrast.css +69 -46
  45. package/styles/pivotview/material-dark.css +64 -44
  46. package/styles/pivotview/material.css +64 -44
  47. package/styles/pivotview/tailwind-dark.css +106 -58
  48. package/styles/pivotview/tailwind.css +107 -57
  49. package/styles/tailwind-dark.css +250 -145
  50. package/styles/tailwind.css +247 -140
@@ -498,6 +498,18 @@
498
498
  width: 14px;
499
499
  }
500
500
 
501
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
502
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
503
+ pointer-events: none;
504
+ }
505
+
506
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
507
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
508
+ background: none;
509
+ margin: 0 2px;
510
+ width: 14px;
511
+ }
512
+
501
513
  .e-pivot-formatting-dialog .e-split-preview,
502
514
  .e-pivot-formatting-dialog .e-tip-transparent {
503
515
  border: 1px solid #e0e0e0;
@@ -654,6 +666,7 @@
654
666
  .e-pivot-calc-dialog-div .e-olap-member-title {
655
667
  color: #fff;
656
668
  font-size: 13px;
669
+ margin-bottom: 4px;
657
670
  margin-top: 15px;
658
671
  overflow: hidden;
659
672
  padding: 4px 0;
@@ -682,6 +695,10 @@
682
695
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
683
696
  }
684
697
 
698
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
699
+ color: rgba(255, 255, 255, 0.7);
700
+ }
701
+
685
702
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
686
703
  color: rgba(255, 255, 255, 0.7);
687
704
  margin: 0;
@@ -718,6 +735,10 @@
718
735
  width: 24px;
719
736
  }
720
737
 
738
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
739
+ color: #bdbdbd;
740
+ }
741
+
721
742
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
722
743
  color: #bdbdbd;
723
744
  cursor: move;
@@ -725,7 +746,6 @@
725
746
  font-size: 14px;
726
747
  height: 24px;
727
748
  margin-right: 4px;
728
- margin-top: 4px;
729
749
  padding: 5px;
730
750
  pointer-events: auto;
731
751
  width: 24px;
@@ -808,7 +828,6 @@
808
828
  color: rgba(255, 255, 255, 0.7);
809
829
  font-size: 13px;
810
830
  height: 70px;
811
- margin-top: 5px;
812
831
  padding: 5px 10px;
813
832
  resize: none;
814
833
  width: 100%;
@@ -832,7 +851,6 @@
832
851
  border: 1px solid #616161;
833
852
  border-radius: 4px;
834
853
  height: 120px;
835
- margin-top: 5px;
836
854
  overflow: auto;
837
855
  }
838
856
 
@@ -1124,8 +1142,8 @@
1124
1142
 
1125
1143
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
1126
1144
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
1127
- max-width: 400px;
1128
- min-width: 320px;
1145
+ max-width: 400px !important;
1146
+ min-width: 320px !important;
1129
1147
  }
1130
1148
 
1131
1149
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1245,13 +1263,6 @@
1245
1263
  font-size: 16px;
1246
1264
  }
1247
1265
 
1248
- .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1249
- background-color: #7d7d7d;
1250
- border-color: transparent;
1251
- color: #fff;
1252
- outline: none;
1253
- }
1254
-
1255
1266
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
1256
1267
  margin-left: -35px;
1257
1268
  overflow: hidden;
@@ -1395,8 +1406,8 @@
1395
1406
  }
1396
1407
 
1397
1408
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1398
- max-width: 400px;
1399
- min-width: 300px;
1409
+ max-width: 400px !important;
1410
+ min-width: 300px !important;
1400
1411
  }
1401
1412
 
1402
1413
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -1464,7 +1475,7 @@
1464
1475
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
1465
1476
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1466
1477
  border-radius: 4px;
1467
- width: auto;
1478
+ width: auto !important;
1468
1479
  }
1469
1480
 
1470
1481
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1533,8 +1544,8 @@
1533
1544
 
1534
1545
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
1535
1546
  .e-pivotfieldlist-container .e-member-editor-dialog {
1536
- min-width: 320px;
1537
- max-width: 400px;
1547
+ max-width: 400px !important;
1548
+ min-width: 320px !important;
1538
1549
  }
1539
1550
 
1540
1551
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1660,13 +1671,6 @@
1660
1671
  font-size: 16px;
1661
1672
  }
1662
1673
 
1663
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1664
- background-color: #7d7d7d;
1665
- border-color: transparent;
1666
- color: #fff;
1667
- outline: none;
1668
- }
1669
-
1670
1674
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
1671
1675
  margin-left: -35px;
1672
1676
  overflow: hidden;
@@ -1681,7 +1685,7 @@
1681
1685
  }
1682
1686
 
1683
1687
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1684
- border: none;
1688
+ border: 0;
1685
1689
  }
1686
1690
 
1687
1691
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1810,8 +1814,8 @@
1810
1814
  }
1811
1815
 
1812
1816
  .e-pivotfieldlist-container .e-value-field-settings {
1813
- max-width: 400px;
1814
- min-width: 300px;
1817
+ max-width: 400px !important;
1818
+ min-width: 300px !important;
1815
1819
  }
1816
1820
 
1817
1821
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -1879,7 +1883,7 @@
1879
1883
  .e-pivotfieldlist-container .e-member-editor-dialog,
1880
1884
  .e-pivotfieldlist-container .e-value-field-settings {
1881
1885
  border-radius: 4px;
1882
- width: auto;
1886
+ width: auto !important;
1883
1887
  }
1884
1888
 
1885
1889
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1953,12 +1957,14 @@
1953
1957
  border-radius: 20px;
1954
1958
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
1955
1959
  height: 28px;
1960
+ line-height: 1em;
1956
1961
  min-width: 100px;
1957
1962
  padding: 5px 10px;
1958
1963
  }
1959
1964
 
1960
1965
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
1961
1966
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
1967
+ height: 100%;
1962
1968
  padding: 0;
1963
1969
  text-align: center;
1964
1970
  width: 100%;
@@ -2072,23 +2078,8 @@
2072
2078
  }
2073
2079
 
2074
2080
  .e-pivot-error-dialog {
2075
- max-width: 400px;
2076
- width: auto;
2077
- }
2078
-
2079
- .e-pivot-error-dialog .e-dlg-header-content,
2080
- .e-pivot-error-dialog .e-footer-content {
2081
- border: 0;
2082
- }
2083
-
2084
- .e-pivot-error-dialog .e-dlg-header {
2085
- font-weight: normal;
2086
- opacity: 0.87;
2087
- }
2088
-
2089
- .e-pivot-error-dialog .e-dlg-content {
2090
- font-weight: normal;
2091
- opacity: 0.54;
2081
+ max-width: 400px !important;
2082
+ width: auto !important;
2092
2083
  }
2093
2084
 
2094
2085
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -2172,7 +2163,7 @@
2172
2163
 
2173
2164
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
2174
2165
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
2175
- height: 100px !important;
2166
+ height: 100px;
2176
2167
  }
2177
2168
 
2178
2169
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2541,8 +2532,8 @@
2541
2532
  .e-pivotfieldlist-wrapper {
2542
2533
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
2543
2534
  font-size: 12px;
2544
- max-width: 700px;
2545
- min-width: 300px;
2535
+ max-width: 700px !important;
2536
+ min-width: 300px !important;
2546
2537
  }
2547
2538
 
2548
2539
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -2631,9 +2622,9 @@
2631
2622
  }
2632
2623
 
2633
2624
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2634
- font-size: 18px;
2635
2625
  -ms-flex: auto;
2636
2626
  flex: auto;
2627
+ font-size: 18px;
2637
2628
  }
2638
2629
 
2639
2630
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2667,13 +2658,13 @@
2667
2658
  font-size: 13px;
2668
2659
  font-weight: normal;
2669
2660
  height: 28px;
2661
+ line-height: 1.5em;
2670
2662
  overflow: hidden;
2671
2663
  padding: 7px 0 0 15px;
2672
2664
  text-align: left;
2673
2665
  text-overflow: ellipsis;
2674
- word-break: break-all;
2675
- line-height: 1.5em;
2676
2666
  text-transform: none;
2667
+ word-break: break-all;
2677
2668
  }
2678
2669
 
2679
2670
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2900,8 +2891,8 @@
2900
2891
  overflow: hidden;
2901
2892
  padding: 0 8px;
2902
2893
  text-overflow: ellipsis;
2903
- width: 100%;
2904
2894
  text-transform: none;
2895
+ width: 100%;
2905
2896
  }
2906
2897
 
2907
2898
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -4365,8 +4356,8 @@
4365
4356
  overflow: hidden;
4366
4357
  padding: 0 8px;
4367
4358
  text-overflow: ellipsis;
4368
- width: 100%;
4369
4359
  text-transform: none;
4360
+ width: 100%;
4370
4361
  }
4371
4362
 
4372
4363
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -497,6 +497,18 @@
497
497
  width: 14px;
498
498
  }
499
499
 
500
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
501
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
502
+ pointer-events: none;
503
+ }
504
+
505
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
506
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
507
+ background: none;
508
+ margin: 0 2px;
509
+ width: 14px;
510
+ }
511
+
500
512
  .e-pivot-formatting-dialog .e-split-preview,
501
513
  .e-pivot-formatting-dialog .e-tip-transparent {
502
514
  border: 1px solid #e0e0e0;
@@ -653,6 +665,7 @@
653
665
  .e-pivot-calc-dialog-div .e-olap-member-title {
654
666
  color: rgba(0, 0, 0, 0.54);
655
667
  font-size: 13px;
668
+ margin-bottom: 4px;
656
669
  margin-top: 15px;
657
670
  overflow: hidden;
658
671
  padding: 4px 0;
@@ -681,6 +694,10 @@
681
694
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
682
695
  }
683
696
 
697
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
698
+ color: rgba(0, 0, 0, 0.54);
699
+ }
700
+
684
701
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
685
702
  color: rgba(0, 0, 0, 0.54);
686
703
  margin: 0;
@@ -717,6 +734,10 @@
717
734
  width: 24px;
718
735
  }
719
736
 
737
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
738
+ color: #bdbdbd;
739
+ }
740
+
720
741
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
721
742
  color: #bdbdbd;
722
743
  cursor: move;
@@ -724,7 +745,6 @@
724
745
  font-size: 14px;
725
746
  height: 24px;
726
747
  margin-right: 4px;
727
- margin-top: 4px;
728
748
  padding: 5px;
729
749
  pointer-events: auto;
730
750
  width: 24px;
@@ -807,7 +827,6 @@
807
827
  color: #000;
808
828
  font-size: 13px;
809
829
  height: 70px;
810
- margin-top: 5px;
811
830
  padding: 5px 10px;
812
831
  resize: none;
813
832
  width: 100%;
@@ -831,7 +850,6 @@
831
850
  border: 1px solid #e0e0e0;
832
851
  border-radius: 4px;
833
852
  height: 120px;
834
- margin-top: 5px;
835
853
  overflow: auto;
836
854
  }
837
855
 
@@ -1123,8 +1141,8 @@
1123
1141
 
1124
1142
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
1125
1143
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
1126
- max-width: 400px;
1127
- min-width: 320px;
1144
+ max-width: 400px !important;
1145
+ min-width: 320px !important;
1128
1146
  }
1129
1147
 
1130
1148
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1244,13 +1262,6 @@
1244
1262
  font-size: 16px;
1245
1263
  }
1246
1264
 
1247
- .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1248
- background-color: rgba(184, 184, 184, 0.9584);
1249
- border-color: transparent;
1250
- color: rgba(0, 0, 0, 0.87);
1251
- outline: none;
1252
- }
1253
-
1254
1265
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
1255
1266
  margin-left: -35px;
1256
1267
  overflow: hidden;
@@ -1394,8 +1405,8 @@
1394
1405
  }
1395
1406
 
1396
1407
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1397
- max-width: 400px;
1398
- min-width: 300px;
1408
+ max-width: 400px !important;
1409
+ min-width: 300px !important;
1399
1410
  }
1400
1411
 
1401
1412
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -1463,7 +1474,7 @@
1463
1474
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
1464
1475
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1465
1476
  border-radius: 4px;
1466
- width: auto;
1477
+ width: auto !important;
1467
1478
  }
1468
1479
 
1469
1480
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1532,8 +1543,8 @@
1532
1543
 
1533
1544
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
1534
1545
  .e-pivotfieldlist-container .e-member-editor-dialog {
1535
- min-width: 320px;
1536
- max-width: 400px;
1546
+ max-width: 400px !important;
1547
+ min-width: 320px !important;
1537
1548
  }
1538
1549
 
1539
1550
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1659,13 +1670,6 @@
1659
1670
  font-size: 16px;
1660
1671
  }
1661
1672
 
1662
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1663
- background-color: rgba(184, 184, 184, 0.9584);
1664
- border-color: transparent;
1665
- color: rgba(0, 0, 0, 0.87);
1666
- outline: none;
1667
- }
1668
-
1669
1673
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
1670
1674
  margin-left: -35px;
1671
1675
  overflow: hidden;
@@ -1680,7 +1684,7 @@
1680
1684
  }
1681
1685
 
1682
1686
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1683
- border: none;
1687
+ border: 0;
1684
1688
  }
1685
1689
 
1686
1690
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1809,8 +1813,8 @@
1809
1813
  }
1810
1814
 
1811
1815
  .e-pivotfieldlist-container .e-value-field-settings {
1812
- max-width: 400px;
1813
- min-width: 300px;
1816
+ max-width: 400px !important;
1817
+ min-width: 300px !important;
1814
1818
  }
1815
1819
 
1816
1820
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -1878,7 +1882,7 @@
1878
1882
  .e-pivotfieldlist-container .e-member-editor-dialog,
1879
1883
  .e-pivotfieldlist-container .e-value-field-settings {
1880
1884
  border-radius: 4px;
1881
- width: auto;
1885
+ width: auto !important;
1882
1886
  }
1883
1887
 
1884
1888
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1952,12 +1956,14 @@
1952
1956
  border-radius: 20px;
1953
1957
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
1954
1958
  height: 28px;
1959
+ line-height: 1em;
1955
1960
  min-width: 100px;
1956
1961
  padding: 5px 10px;
1957
1962
  }
1958
1963
 
1959
1964
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
1960
1965
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
1966
+ height: 100%;
1961
1967
  padding: 0;
1962
1968
  text-align: center;
1963
1969
  width: 100%;
@@ -2071,23 +2077,8 @@
2071
2077
  }
2072
2078
 
2073
2079
  .e-pivot-error-dialog {
2074
- max-width: 400px;
2075
- width: auto;
2076
- }
2077
-
2078
- .e-pivot-error-dialog .e-dlg-header-content,
2079
- .e-pivot-error-dialog .e-footer-content {
2080
- border: 0;
2081
- }
2082
-
2083
- .e-pivot-error-dialog .e-dlg-header {
2084
- font-weight: normal;
2085
- opacity: 0.87;
2086
- }
2087
-
2088
- .e-pivot-error-dialog .e-dlg-content {
2089
- font-weight: normal;
2090
- opacity: 0.54;
2080
+ max-width: 400px !important;
2081
+ width: auto !important;
2091
2082
  }
2092
2083
 
2093
2084
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -2171,7 +2162,7 @@
2171
2162
 
2172
2163
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
2173
2164
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
2174
- height: 100px !important;
2165
+ height: 100px;
2175
2166
  }
2176
2167
 
2177
2168
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2540,8 +2531,8 @@
2540
2531
  .e-pivotfieldlist-wrapper {
2541
2532
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
2542
2533
  font-size: 12px;
2543
- max-width: 700px;
2544
- min-width: 300px;
2534
+ max-width: 700px !important;
2535
+ min-width: 300px !important;
2545
2536
  }
2546
2537
 
2547
2538
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -2630,9 +2621,9 @@
2630
2621
  }
2631
2622
 
2632
2623
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2633
- font-size: 18px;
2634
2624
  -ms-flex: auto;
2635
2625
  flex: auto;
2626
+ font-size: 18px;
2636
2627
  }
2637
2628
 
2638
2629
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2666,13 +2657,13 @@
2666
2657
  font-size: 13px;
2667
2658
  font-weight: normal;
2668
2659
  height: 28px;
2660
+ line-height: 1.5em;
2669
2661
  overflow: hidden;
2670
2662
  padding: 7px 0 0 15px;
2671
2663
  text-align: left;
2672
2664
  text-overflow: ellipsis;
2673
- word-break: break-all;
2674
- line-height: 1.5em;
2675
2665
  text-transform: none;
2666
+ word-break: break-all;
2676
2667
  }
2677
2668
 
2678
2669
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2899,8 +2890,8 @@
2899
2890
  overflow: hidden;
2900
2891
  padding: 0 8px;
2901
2892
  text-overflow: ellipsis;
2902
- width: 100%;
2903
2893
  text-transform: none;
2894
+ width: 100%;
2904
2895
  }
2905
2896
 
2906
2897
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -4364,8 +4355,8 @@
4364
4355
  overflow: hidden;
4365
4356
  padding: 0 8px;
4366
4357
  text-overflow: ellipsis;
4367
- width: 100%;
4368
4358
  text-transform: none;
4359
+ width: 100%;
4369
4360
  }
4370
4361
 
4371
4362
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,