@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.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 (49) hide show
  1. package/CHANGELOG.md +23 -41
  2. package/dist/ej2-vue-pivotview.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
  4. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
  6. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
  10. package/src/pivotview/pivotview.component.js +1 -1
  11. package/styles/bootstrap-dark.css +115 -104
  12. package/styles/bootstrap.css +115 -104
  13. package/styles/bootstrap4.css +114 -81
  14. package/styles/bootstrap5-dark.css +220 -168
  15. package/styles/bootstrap5.css +215 -161
  16. package/styles/fabric-dark.css +117 -103
  17. package/styles/fabric.css +115 -102
  18. package/styles/highcontrast-light.css +116 -102
  19. package/styles/highcontrast.css +118 -104
  20. package/styles/material-dark.css +108 -97
  21. package/styles/material.css +108 -97
  22. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  23. package/styles/pivotfieldlist/bootstrap.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  26. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  27. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  28. package/styles/pivotfieldlist/fabric.css +49 -58
  29. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast.css +49 -58
  31. package/styles/pivotfieldlist/material-dark.css +44 -53
  32. package/styles/pivotfieldlist/material.css +44 -53
  33. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  34. package/styles/pivotfieldlist/tailwind.css +140 -83
  35. package/styles/pivotview/bootstrap-dark.css +66 -46
  36. package/styles/pivotview/bootstrap.css +66 -46
  37. package/styles/pivotview/bootstrap4.css +70 -42
  38. package/styles/pivotview/bootstrap5-dark.css +99 -73
  39. package/styles/pivotview/bootstrap5.css +100 -72
  40. package/styles/pivotview/fabric-dark.css +68 -45
  41. package/styles/pivotview/fabric.css +66 -44
  42. package/styles/pivotview/highcontrast-light.css +67 -44
  43. package/styles/pivotview/highcontrast.css +69 -46
  44. package/styles/pivotview/material-dark.css +64 -44
  45. package/styles/pivotview/material.css +64 -44
  46. package/styles/pivotview/tailwind-dark.css +106 -58
  47. package/styles/pivotview/tailwind.css +107 -57
  48. package/styles/tailwind-dark.css +250 -145
  49. package/styles/tailwind.css +247 -140
@@ -505,6 +505,18 @@
505
505
  width: 14px;
506
506
  }
507
507
 
508
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
509
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
510
+ pointer-events: none;
511
+ }
512
+
513
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
514
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
515
+ background: none;
516
+ margin: 0 2px;
517
+ width: 14px;
518
+ }
519
+
508
520
  .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn,
509
521
  .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn {
510
522
  padding: 4px 5px;
@@ -673,6 +685,7 @@
673
685
  .e-pivot-calc-dialog-div .e-olap-member-title {
674
686
  color: #212529;
675
687
  font-size: 13px;
688
+ margin-bottom: 4px;
676
689
  margin-top: 15px;
677
690
  overflow: hidden;
678
691
  padding: 4px 0;
@@ -701,6 +714,10 @@
701
714
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
702
715
  }
703
716
 
717
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
718
+ color: #495057;
719
+ }
720
+
704
721
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
705
722
  color: #495057;
706
723
  margin: 0;
@@ -737,6 +754,10 @@
737
754
  width: 24px;
738
755
  }
739
756
 
757
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
758
+ color: #adb5bd;
759
+ }
760
+
740
761
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
741
762
  color: #adb5bd;
742
763
  cursor: move;
@@ -744,7 +765,6 @@
744
765
  font-size: 14px;
745
766
  height: 24px;
746
767
  margin-right: 4px;
747
- margin-top: 4px;
748
768
  padding: 5px;
749
769
  pointer-events: auto;
750
770
  width: 24px;
@@ -827,7 +847,6 @@
827
847
  color: #212529;
828
848
  font-size: 13px;
829
849
  height: 70px;
830
- margin-top: 5px;
831
850
  padding: 5px 10px;
832
851
  resize: none;
833
852
  width: 100%;
@@ -851,7 +870,6 @@
851
870
  border: 1px solid #ced4da;
852
871
  border-radius: 4px;
853
872
  height: 120px;
854
- margin-top: 5px;
855
873
  overflow: auto;
856
874
  }
857
875
 
@@ -1143,8 +1161,8 @@
1143
1161
 
1144
1162
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
1145
1163
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
1146
- max-width: 400px;
1147
- min-width: 320px;
1164
+ max-width: 400px !important;
1165
+ min-width: 320px !important;
1148
1166
  }
1149
1167
 
1150
1168
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1445,8 +1463,8 @@
1445
1463
  }
1446
1464
 
1447
1465
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1448
- max-width: 400px;
1449
- min-width: 300px;
1466
+ max-width: 400px !important;
1467
+ min-width: 300px !important;
1450
1468
  }
1451
1469
 
1452
1470
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -1514,7 +1532,7 @@
1514
1532
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
1515
1533
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1516
1534
  border-radius: 4px;
1517
- width: auto;
1535
+ width: auto !important;
1518
1536
  }
1519
1537
 
1520
1538
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1583,8 +1601,8 @@
1583
1601
 
1584
1602
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
1585
1603
  .e-pivotfieldlist-container .e-member-editor-dialog {
1586
- min-width: 320px;
1587
- max-width: 400px;
1604
+ max-width: 400px !important;
1605
+ min-width: 320px !important;
1588
1606
  }
1589
1607
 
1590
1608
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1761,7 +1779,7 @@
1761
1779
  }
1762
1780
 
1763
1781
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1764
- border: none;
1782
+ border: 0;
1765
1783
  }
1766
1784
 
1767
1785
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1891,8 +1909,8 @@
1891
1909
  }
1892
1910
 
1893
1911
  .e-pivotfieldlist-container .e-value-field-settings {
1894
- max-width: 400px;
1895
- min-width: 300px;
1912
+ max-width: 400px !important;
1913
+ min-width: 300px !important;
1896
1914
  }
1897
1915
 
1898
1916
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -1960,7 +1978,7 @@
1960
1978
  .e-pivotfieldlist-container .e-member-editor-dialog,
1961
1979
  .e-pivotfieldlist-container .e-value-field-settings {
1962
1980
  border-radius: 4px;
1963
- width: auto;
1981
+ width: auto !important;
1964
1982
  }
1965
1983
 
1966
1984
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -2034,6 +2052,7 @@
2034
2052
  border-radius: 4px;
2035
2053
  box-shadow: 0 2px 3px 0 black;
2036
2054
  height: 28px;
2055
+ line-height: 1em;
2037
2056
  min-width: 100px;
2038
2057
  padding: 5px 10px;
2039
2058
  border: 0;
@@ -2042,6 +2061,7 @@
2042
2061
 
2043
2062
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
2044
2063
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
2064
+ height: 100%;
2045
2065
  padding: 0;
2046
2066
  text-align: center;
2047
2067
  width: 100%;
@@ -2163,23 +2183,8 @@
2163
2183
  }
2164
2184
 
2165
2185
  .e-pivot-error-dialog {
2166
- max-width: 400px;
2167
- width: auto;
2168
- }
2169
-
2170
- .e-pivot-error-dialog .e-dlg-header-content,
2171
- .e-pivot-error-dialog .e-footer-content {
2172
- border: 0;
2173
- }
2174
-
2175
- .e-pivot-error-dialog .e-dlg-header {
2176
- font-weight: bold;
2177
- opacity: 1;
2178
- }
2179
-
2180
- .e-pivot-error-dialog .e-dlg-content {
2181
- font-weight: normal;
2182
- opacity: 1;
2186
+ max-width: 400px !important;
2187
+ width: auto !important;
2183
2188
  }
2184
2189
 
2185
2190
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -2273,7 +2278,7 @@
2273
2278
 
2274
2279
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
2275
2280
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
2276
- height: 116px !important;
2281
+ height: 116px;
2277
2282
  }
2278
2283
 
2279
2284
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2652,8 +2657,8 @@
2652
2657
  .e-pivotfieldlist-wrapper {
2653
2658
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
2654
2659
  font-size: 14px;
2655
- max-width: 700px;
2656
- min-width: 300px;
2660
+ max-width: 700px !important;
2661
+ min-width: 300px !important;
2657
2662
  }
2658
2663
 
2659
2664
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -2742,9 +2747,9 @@
2742
2747
  }
2743
2748
 
2744
2749
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2745
- font-size: 18px;
2746
2750
  -ms-flex: auto;
2747
2751
  flex: auto;
2752
+ font-size: 18px;
2748
2753
  }
2749
2754
 
2750
2755
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2778,13 +2783,13 @@
2778
2783
  font-size: 13px;
2779
2784
  font-weight: normal;
2780
2785
  height: 31px;
2786
+ line-height: 1.5em;
2781
2787
  overflow: hidden;
2782
2788
  padding: 7px 0 0 8px;
2783
2789
  text-align: left;
2784
2790
  text-overflow: ellipsis;
2785
- word-break: break-all;
2786
- line-height: 1.5em;
2787
2791
  text-transform: none;
2792
+ word-break: break-all;
2788
2793
  padding-left: 12px;
2789
2794
  }
2790
2795
 
@@ -3012,8 +3017,8 @@
3012
3017
  overflow: hidden;
3013
3018
  padding: 0 8px;
3014
3019
  text-overflow: ellipsis;
3015
- width: 100%;
3016
3020
  text-transform: none;
3021
+ width: 100%;
3017
3022
  margin-top: 3px;
3018
3023
  }
3019
3024
 
@@ -4482,8 +4487,8 @@
4482
4487
  overflow: hidden;
4483
4488
  padding: 0 8px;
4484
4489
  text-overflow: ellipsis;
4485
- width: 100%;
4486
4490
  text-transform: none;
4491
+ width: 100%;
4487
4492
  margin-top: 3px;
4488
4493
  }
4489
4494