@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.42

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 +33 -26
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pivotview.umd.min.js +1 -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 +145 -118
  13. package/styles/bootstrap.css +145 -118
  14. package/styles/bootstrap4.css +144 -95
  15. package/styles/bootstrap5-dark.css +250 -182
  16. package/styles/bootstrap5.css +245 -175
  17. package/styles/fabric-dark.css +147 -117
  18. package/styles/fabric.css +145 -116
  19. package/styles/highcontrast-light.css +146 -116
  20. package/styles/highcontrast.css +148 -118
  21. package/styles/material-dark.css +138 -111
  22. package/styles/material.css +138 -111
  23. package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
  24. package/styles/pivotfieldlist/bootstrap.css +79 -72
  25. package/styles/pivotfieldlist/bootstrap4.css +74 -53
  26. package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
  27. package/styles/pivotfieldlist/bootstrap5.css +145 -103
  28. package/styles/pivotfieldlist/fabric-dark.css +79 -72
  29. package/styles/pivotfieldlist/fabric.css +79 -72
  30. package/styles/pivotfieldlist/highcontrast-light.css +79 -72
  31. package/styles/pivotfieldlist/highcontrast.css +79 -72
  32. package/styles/pivotfieldlist/material-dark.css +74 -67
  33. package/styles/pivotfieldlist/material.css +74 -67
  34. package/styles/pivotfieldlist/tailwind-dark.css +168 -95
  35. package/styles/pivotfieldlist/tailwind.css +170 -97
  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 +280 -159
  50. package/styles/tailwind.css +277 -154
@@ -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,19 +2657,31 @@
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 {
2665
+ display: -ms-flexbox;
2666
+ display: flex;
2660
2667
  padding: 10px 2px 2px;
2661
- text-align: right;
2662
2668
  }
2663
2669
 
2664
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
2670
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
2671
+ -ms-flex: auto;
2672
+ flex: auto;
2673
+ text-align: end;
2674
+ }
2675
+
2676
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2665
2677
  margin-right: 10px;
2666
2678
  }
2667
2679
 
2680
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
2681
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2682
+ min-width: fit-content;
2683
+ }
2684
+
2668
2685
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
2669
2686
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
2670
2687
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2675,7 +2692,7 @@
2675
2692
  }
2676
2693
 
2677
2694
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
2678
- white-space: nowrap;
2695
+ padding-right: 10px;
2679
2696
  }
2680
2697
 
2681
2698
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2687,10 +2704,6 @@
2687
2704
  margin-top: 6px;
2688
2705
  }
2689
2706
 
2690
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
2691
- text-align: left;
2692
- }
2693
-
2694
2707
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
2695
2708
  margin-left: 10px;
2696
2709
  }
@@ -2742,9 +2755,9 @@
2742
2755
  }
2743
2756
 
2744
2757
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2745
- font-size: 18px;
2746
2758
  -ms-flex: auto;
2747
2759
  flex: auto;
2760
+ font-size: 18px;
2748
2761
  }
2749
2762
 
2750
2763
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2778,13 +2791,13 @@
2778
2791
  font-size: 13px;
2779
2792
  font-weight: normal;
2780
2793
  height: 31px;
2794
+ line-height: 1.5em;
2781
2795
  overflow: hidden;
2782
2796
  padding: 7px 0 0 8px;
2783
2797
  text-align: left;
2784
2798
  text-overflow: ellipsis;
2785
- word-break: break-all;
2786
- line-height: 1.5em;
2787
2799
  text-transform: none;
2800
+ word-break: break-all;
2788
2801
  padding-left: 12px;
2789
2802
  }
2790
2803
 
@@ -3012,8 +3025,8 @@
3012
3025
  overflow: hidden;
3013
3026
  padding: 0 8px;
3014
3027
  text-overflow: ellipsis;
3015
- width: 100%;
3016
3028
  text-transform: none;
3029
+ width: 100%;
3017
3030
  margin-top: 3px;
3018
3031
  }
3019
3032
 
@@ -4130,14 +4143,26 @@
4130
4143
  }
4131
4144
 
4132
4145
  .e-pivotfieldlist-container .e-layout-footer {
4146
+ display: -ms-flexbox;
4147
+ display: flex;
4133
4148
  padding: 10px 2px 2px;
4134
- text-align: right;
4135
4149
  }
4136
4150
 
4137
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
4151
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
4152
+ -ms-flex: auto;
4153
+ flex: auto;
4154
+ text-align: end;
4155
+ }
4156
+
4157
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4138
4158
  margin-right: 10px;
4139
4159
  }
4140
4160
 
4161
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
4162
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4163
+ min-width: fit-content;
4164
+ }
4165
+
4141
4166
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
4142
4167
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
4143
4168
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4148,7 +4173,7 @@
4148
4173
  }
4149
4174
 
4150
4175
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
4151
- white-space: nowrap;
4176
+ padding-right: 10px;
4152
4177
  }
4153
4178
 
4154
4179
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4160,10 +4185,6 @@
4160
4185
  margin-top: 6px;
4161
4186
  }
4162
4187
 
4163
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
4164
- text-align: left;
4165
- }
4166
-
4167
4188
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
4168
4189
  margin-left: 10px;
4169
4190
  }
@@ -4482,8 +4503,8 @@
4482
4503
  overflow: hidden;
4483
4504
  padding: 0 8px;
4484
4505
  text-overflow: ellipsis;
4485
- width: 100%;
4486
4506
  text-transform: none;
4507
+ width: 100%;
4487
4508
  margin-top: 3px;
4488
4509
  }
4489
4510