@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
@@ -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 #4a4848;
@@ -653,6 +665,7 @@
653
665
  .e-pivot-calc-dialog-div .e-olap-member-title {
654
666
  color: #fff;
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: "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: #dadada;
699
+ }
700
+
684
701
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
685
702
  color: #dadada;
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;
@@ -742,7 +762,7 @@
742
762
 
743
763
  .e-pivot-calc-dialog-div .e-contextmenu {
744
764
  background-color: #201f1f;
745
- border-radius: 4px;
765
+ border-radius: 0;
746
766
  }
747
767
 
748
768
  .e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
@@ -803,11 +823,10 @@
803
823
  .e-pivot-calc-dialog-div .e-pivot-formula {
804
824
  background-color: #201f1f;
805
825
  border: 1px solid #514f4f;
806
- border-radius: 4px;
826
+ border-radius: 0;
807
827
  color: #dadada;
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%;
@@ -829,9 +848,8 @@
829
848
  .e-pivot-calc-dialog-div .e-pivot-treeview-outer {
830
849
  background-color: #201f1f;
831
850
  border: 1px solid #514f4f;
832
- border-radius: 4px;
851
+ border-radius: 0;
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: #6f6c6c;
1249
- border-color: #6f6c6c;
1250
- color: #fff;
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: 0;
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: #6f6c6c;
1664
- border-color: #6f6c6c;
1665
- color: #fff;
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: 0;
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: 0;
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: 1;
2086
- }
2087
-
2088
- .e-pivot-error-dialog .e-dlg-content {
2089
- font-weight: normal;
2090
- opacity: 1;
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: 73px !important;
2165
+ height: 73px;
2175
2166
  }
2176
2167
 
2177
2168
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2540,19 +2531,31 @@
2540
2531
  .e-pivotfieldlist-wrapper {
2541
2532
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
2542
2533
  font-size: 14px;
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 {
2539
+ display: -ms-flexbox;
2540
+ display: flex;
2548
2541
  padding: 10px 2px 2px;
2549
- text-align: right;
2550
2542
  }
2551
2543
 
2552
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
2544
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
2545
+ -ms-flex: auto;
2546
+ flex: auto;
2547
+ text-align: end;
2548
+ }
2549
+
2550
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2553
2551
  margin-right: 10px;
2554
2552
  }
2555
2553
 
2554
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
2555
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2556
+ min-width: fit-content;
2557
+ }
2558
+
2556
2559
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
2557
2560
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
2558
2561
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2563,7 +2566,7 @@
2563
2566
  }
2564
2567
 
2565
2568
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
2566
- white-space: nowrap;
2569
+ padding-right: 10px;
2567
2570
  }
2568
2571
 
2569
2572
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2575,10 +2578,6 @@
2575
2578
  margin-top: 6px;
2576
2579
  }
2577
2580
 
2578
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
2579
- text-align: left;
2580
- }
2581
-
2582
2581
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
2583
2582
  margin-left: 10px;
2584
2583
  }
@@ -2630,9 +2629,9 @@
2630
2629
  }
2631
2630
 
2632
2631
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2633
- font-size: 18px;
2634
2632
  -ms-flex: auto;
2635
2633
  flex: auto;
2634
+ font-size: 18px;
2636
2635
  }
2637
2636
 
2638
2637
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2666,13 +2665,13 @@
2666
2665
  font-size: 13px;
2667
2666
  font-weight: normal;
2668
2667
  height: 28px;
2668
+ line-height: 1.4em;
2669
2669
  overflow: hidden;
2670
2670
  padding: 5px 0 0 15px;
2671
2671
  text-align: left;
2672
2672
  text-overflow: ellipsis;
2673
- word-break: break-all;
2674
- line-height: 1.4em;
2675
2673
  text-transform: none;
2674
+ word-break: break-all;
2676
2675
  }
2677
2676
 
2678
2677
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2899,8 +2898,8 @@
2899
2898
  overflow: hidden;
2900
2899
  padding: 0 8px;
2901
2900
  text-overflow: ellipsis;
2902
- width: 100%;
2903
2901
  text-transform: none;
2902
+ width: 100%;
2904
2903
  }
2905
2904
 
2906
2905
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -3757,7 +3756,7 @@
3757
3756
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
3758
3757
  background-color: #201f1f;
3759
3758
  border: 1px solid #514f4f;
3760
- border-radius: 4px;
3759
+ border-radius: 0;
3761
3760
  color: #dadada;
3762
3761
  height: 200px;
3763
3762
  margin-left: 20px;
@@ -4013,14 +4012,26 @@
4013
4012
  }
4014
4013
 
4015
4014
  .e-pivotfieldlist-container .e-layout-footer {
4015
+ display: -ms-flexbox;
4016
+ display: flex;
4016
4017
  padding: 10px 2px 2px;
4017
- text-align: right;
4018
4018
  }
4019
4019
 
4020
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
4020
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
4021
+ -ms-flex: auto;
4022
+ flex: auto;
4023
+ text-align: end;
4024
+ }
4025
+
4026
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4021
4027
  margin-right: 10px;
4022
4028
  }
4023
4029
 
4030
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
4031
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4032
+ min-width: fit-content;
4033
+ }
4034
+
4024
4035
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
4025
4036
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
4026
4037
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4031,7 +4042,7 @@
4031
4042
  }
4032
4043
 
4033
4044
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
4034
- white-space: nowrap;
4045
+ padding-right: 10px;
4035
4046
  }
4036
4047
 
4037
4048
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4043,10 +4054,6 @@
4043
4054
  margin-top: 6px;
4044
4055
  }
4045
4056
 
4046
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
4047
- text-align: left;
4048
- }
4049
-
4050
4057
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
4051
4058
  margin-left: 10px;
4052
4059
  }
@@ -4364,8 +4371,8 @@
4364
4371
  overflow: hidden;
4365
4372
  padding: 0 8px;
4366
4373
  text-overflow: ellipsis;
4367
- width: 100%;
4368
4374
  text-transform: none;
4375
+ width: 100%;
4369
4376
  }
4370
4377
 
4371
4378
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -5222,7 +5229,7 @@
5222
5229
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
5223
5230
  background-color: #201f1f;
5224
5231
  border: 1px solid #514f4f;
5225
- border-radius: 4px;
5232
+ border-radius: 0;
5226
5233
  color: #dadada;
5227
5234
  height: 200px;
5228
5235
  margin-left: 20px;