@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
@@ -495,6 +495,18 @@
495
495
  width: 14px;
496
496
  }
497
497
 
498
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
499
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
500
+ pointer-events: none;
501
+ }
502
+
503
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
504
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
505
+ background: none;
506
+ margin: 0 2px;
507
+ width: 14px;
508
+ }
509
+
498
510
  .e-pivot-formatting-dialog .e-split-preview,
499
511
  .e-pivot-formatting-dialog .e-tip-transparent {
500
512
  border: 1px solid #000;
@@ -651,6 +663,7 @@
651
663
  .e-pivot-calc-dialog-div .e-olap-member-title {
652
664
  color: #000;
653
665
  font-size: 13px;
666
+ margin-bottom: 4px;
654
667
  margin-top: 15px;
655
668
  overflow: hidden;
656
669
  padding: 4px 0;
@@ -679,6 +692,10 @@
679
692
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
680
693
  }
681
694
 
695
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
696
+ color: #000;
697
+ }
698
+
682
699
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
683
700
  color: #000;
684
701
  margin: 0;
@@ -715,6 +732,10 @@
715
732
  width: 24px;
716
733
  }
717
734
 
735
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
736
+ color: #000;
737
+ }
738
+
718
739
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
719
740
  color: #000;
720
741
  cursor: move;
@@ -722,7 +743,6 @@
722
743
  font-size: 14px;
723
744
  height: 24px;
724
745
  margin-right: 4px;
725
- margin-top: 4px;
726
746
  padding: 5px;
727
747
  pointer-events: auto;
728
748
  width: 24px;
@@ -740,7 +760,7 @@
740
760
 
741
761
  .e-pivot-calc-dialog-div .e-contextmenu {
742
762
  background-color: #fff;
743
- border-radius: 4px;
763
+ border-radius: 0;
744
764
  }
745
765
 
746
766
  .e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
@@ -801,11 +821,10 @@
801
821
  .e-pivot-calc-dialog-div .e-pivot-formula {
802
822
  background-color: #fff;
803
823
  border: 1px solid #757575;
804
- border-radius: 4px;
824
+ border-radius: 0;
805
825
  color: #000;
806
826
  font-size: 13px;
807
827
  height: 70px;
808
- margin-top: 5px;
809
828
  padding: 5px 10px;
810
829
  resize: none;
811
830
  width: 100%;
@@ -827,9 +846,8 @@
827
846
  .e-pivot-calc-dialog-div .e-pivot-treeview-outer {
828
847
  background-color: #fff;
829
848
  border: 1px solid #757575;
830
- border-radius: 4px;
849
+ border-radius: 0;
831
850
  height: 120px;
832
- margin-top: 5px;
833
851
  overflow: auto;
834
852
  }
835
853
 
@@ -1121,8 +1139,8 @@
1121
1139
 
1122
1140
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
1123
1141
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
1124
- max-width: 400px;
1125
- min-width: 320px;
1142
+ max-width: 400px !important;
1143
+ min-width: 320px !important;
1126
1144
  }
1127
1145
 
1128
1146
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1242,13 +1260,6 @@
1242
1260
  font-size: 16px;
1243
1261
  }
1244
1262
 
1245
- .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1246
- background-color: #400074;
1247
- border-color: #400074;
1248
- color: #fff;
1249
- outline: none;
1250
- }
1251
-
1252
1263
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
1253
1264
  margin-left: -35px;
1254
1265
  overflow: hidden;
@@ -1392,8 +1403,8 @@
1392
1403
  }
1393
1404
 
1394
1405
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1395
- max-width: 400px;
1396
- min-width: 300px;
1406
+ max-width: 400px !important;
1407
+ min-width: 300px !important;
1397
1408
  }
1398
1409
 
1399
1410
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -1461,7 +1472,7 @@
1461
1472
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
1462
1473
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1463
1474
  border-radius: 0;
1464
- width: auto;
1475
+ width: auto !important;
1465
1476
  }
1466
1477
 
1467
1478
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1530,8 +1541,8 @@
1530
1541
 
1531
1542
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
1532
1543
  .e-pivotfieldlist-container .e-member-editor-dialog {
1533
- min-width: 320px;
1534
- max-width: 400px;
1544
+ max-width: 400px !important;
1545
+ min-width: 320px !important;
1535
1546
  }
1536
1547
 
1537
1548
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1657,13 +1668,6 @@
1657
1668
  font-size: 16px;
1658
1669
  }
1659
1670
 
1660
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1661
- background-color: #400074;
1662
- border-color: #400074;
1663
- color: #fff;
1664
- outline: none;
1665
- }
1666
-
1667
1671
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
1668
1672
  margin-left: -35px;
1669
1673
  overflow: hidden;
@@ -1678,7 +1682,7 @@
1678
1682
  }
1679
1683
 
1680
1684
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1681
- border: none;
1685
+ border: 0;
1682
1686
  }
1683
1687
 
1684
1688
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1807,8 +1811,8 @@
1807
1811
  }
1808
1812
 
1809
1813
  .e-pivotfieldlist-container .e-value-field-settings {
1810
- max-width: 400px;
1811
- min-width: 300px;
1814
+ max-width: 400px !important;
1815
+ min-width: 300px !important;
1812
1816
  }
1813
1817
 
1814
1818
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -1876,7 +1880,7 @@
1876
1880
  .e-pivotfieldlist-container .e-member-editor-dialog,
1877
1881
  .e-pivotfieldlist-container .e-value-field-settings {
1878
1882
  border-radius: 0;
1879
- width: auto;
1883
+ width: auto !important;
1880
1884
  }
1881
1885
 
1882
1886
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1950,12 +1954,14 @@
1950
1954
  border-radius: 0;
1951
1955
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
1952
1956
  height: 28px;
1957
+ line-height: 1em;
1953
1958
  min-width: 100px;
1954
1959
  padding: 5px 10px;
1955
1960
  }
1956
1961
 
1957
1962
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
1958
1963
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
1964
+ height: 100%;
1959
1965
  padding: 0;
1960
1966
  text-align: center;
1961
1967
  width: 100%;
@@ -2069,23 +2075,8 @@
2069
2075
  }
2070
2076
 
2071
2077
  .e-pivot-error-dialog {
2072
- max-width: 400px;
2073
- width: auto;
2074
- }
2075
-
2076
- .e-pivot-error-dialog .e-dlg-header-content,
2077
- .e-pivot-error-dialog .e-footer-content {
2078
- border: 0;
2079
- }
2080
-
2081
- .e-pivot-error-dialog .e-dlg-header {
2082
- font-weight: normal;
2083
- opacity: 1;
2084
- }
2085
-
2086
- .e-pivot-error-dialog .e-dlg-content {
2087
- font-weight: normal;
2088
- opacity: 1;
2078
+ max-width: 400px !important;
2079
+ width: auto !important;
2089
2080
  }
2090
2081
 
2091
2082
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -2169,7 +2160,7 @@
2169
2160
 
2170
2161
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
2171
2162
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
2172
- height: 71px !important;
2163
+ height: 71px;
2173
2164
  }
2174
2165
 
2175
2166
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2538,19 +2529,31 @@
2538
2529
  .e-pivotfieldlist-wrapper {
2539
2530
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
2540
2531
  font-size: 12px;
2541
- max-width: 700px;
2542
- min-width: 300px;
2532
+ max-width: 700px !important;
2533
+ min-width: 300px !important;
2543
2534
  }
2544
2535
 
2545
2536
  .e-pivotfieldlist-wrapper .e-layout-footer {
2537
+ display: -ms-flexbox;
2538
+ display: flex;
2546
2539
  padding: 10px 2px 2px;
2547
- text-align: right;
2548
2540
  }
2549
2541
 
2550
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
2542
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
2543
+ -ms-flex: auto;
2544
+ flex: auto;
2545
+ text-align: end;
2546
+ }
2547
+
2548
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2551
2549
  margin-right: 10px;
2552
2550
  }
2553
2551
 
2552
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
2553
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2554
+ min-width: fit-content;
2555
+ }
2556
+
2554
2557
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
2555
2558
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
2556
2559
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2561,7 +2564,7 @@
2561
2564
  }
2562
2565
 
2563
2566
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
2564
- white-space: nowrap;
2567
+ padding-right: 10px;
2565
2568
  }
2566
2569
 
2567
2570
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2573,10 +2576,6 @@
2573
2576
  margin-top: 6px;
2574
2577
  }
2575
2578
 
2576
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
2577
- text-align: left;
2578
- }
2579
-
2580
2579
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
2581
2580
  margin-left: 10px;
2582
2581
  }
@@ -2628,9 +2627,9 @@
2628
2627
  }
2629
2628
 
2630
2629
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2631
- font-size: 18px;
2632
2630
  -ms-flex: auto;
2633
2631
  flex: auto;
2632
+ font-size: 18px;
2634
2633
  }
2635
2634
 
2636
2635
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2664,13 +2663,13 @@
2664
2663
  font-size: 13px;
2665
2664
  font-weight: normal;
2666
2665
  height: 28px;
2666
+ line-height: 1.5em;
2667
2667
  overflow: hidden;
2668
2668
  padding: 5px 0 0 15px;
2669
2669
  text-align: left;
2670
2670
  text-overflow: ellipsis;
2671
- word-break: break-all;
2672
- line-height: 1.5em;
2673
2671
  text-transform: none;
2672
+ word-break: break-all;
2674
2673
  }
2675
2674
 
2676
2675
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2897,8 +2896,8 @@
2897
2896
  overflow: hidden;
2898
2897
  padding: 0 8px;
2899
2898
  text-overflow: ellipsis;
2900
- width: 100%;
2901
2899
  text-transform: none;
2900
+ width: 100%;
2902
2901
  }
2903
2902
 
2904
2903
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -3755,7 +3754,7 @@
3755
3754
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
3756
3755
  background-color: #fff;
3757
3756
  border: 1px solid #757575;
3758
- border-radius: 4px;
3757
+ border-radius: 0;
3759
3758
  color: #000;
3760
3759
  height: 200px;
3761
3760
  margin-left: 20px;
@@ -4011,14 +4010,26 @@
4011
4010
  }
4012
4011
 
4013
4012
  .e-pivotfieldlist-container .e-layout-footer {
4013
+ display: -ms-flexbox;
4014
+ display: flex;
4014
4015
  padding: 10px 2px 2px;
4015
- text-align: right;
4016
4016
  }
4017
4017
 
4018
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
4018
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
4019
+ -ms-flex: auto;
4020
+ flex: auto;
4021
+ text-align: end;
4022
+ }
4023
+
4024
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4019
4025
  margin-right: 10px;
4020
4026
  }
4021
4027
 
4028
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
4029
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4030
+ min-width: fit-content;
4031
+ }
4032
+
4022
4033
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
4023
4034
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
4024
4035
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4029,7 +4040,7 @@
4029
4040
  }
4030
4041
 
4031
4042
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
4032
- white-space: nowrap;
4043
+ padding-right: 10px;
4033
4044
  }
4034
4045
 
4035
4046
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4041,10 +4052,6 @@
4041
4052
  margin-top: 6px;
4042
4053
  }
4043
4054
 
4044
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
4045
- text-align: left;
4046
- }
4047
-
4048
4055
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
4049
4056
  margin-left: 10px;
4050
4057
  }
@@ -4362,8 +4369,8 @@
4362
4369
  overflow: hidden;
4363
4370
  padding: 0 8px;
4364
4371
  text-overflow: ellipsis;
4365
- width: 100%;
4366
4372
  text-transform: none;
4373
+ width: 100%;
4367
4374
  }
4368
4375
 
4369
4376
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -5220,7 +5227,7 @@
5220
5227
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
5221
5228
  background-color: #fff;
5222
5229
  border: 1px solid #757575;
5223
- border-radius: 4px;
5230
+ border-radius: 0;
5224
5231
  color: #000;
5225
5232
  height: 200px;
5226
5233
  margin-left: 20px;