@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
@@ -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,19 +2532,31 @@
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 {
2540
+ display: -ms-flexbox;
2541
+ display: flex;
2549
2542
  padding: 10px 2px 2px;
2550
- text-align: right;
2551
2543
  }
2552
2544
 
2553
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
2545
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
2546
+ -ms-flex: auto;
2547
+ flex: auto;
2548
+ text-align: end;
2549
+ }
2550
+
2551
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2554
2552
  margin-right: 10px;
2555
2553
  }
2556
2554
 
2555
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
2556
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
2557
+ min-width: fit-content;
2558
+ }
2559
+
2557
2560
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
2558
2561
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
2559
2562
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2564,7 +2567,7 @@
2564
2567
  }
2565
2568
 
2566
2569
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
2567
- white-space: nowrap;
2570
+ padding-right: 10px;
2568
2571
  }
2569
2572
 
2570
2573
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -2576,10 +2579,6 @@
2576
2579
  margin-top: 6px;
2577
2580
  }
2578
2581
 
2579
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
2580
- text-align: left;
2581
- }
2582
-
2583
2582
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
2584
2583
  margin-left: 10px;
2585
2584
  }
@@ -2631,9 +2630,9 @@
2631
2630
  }
2632
2631
 
2633
2632
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2634
- font-size: 18px;
2635
2633
  -ms-flex: auto;
2636
2634
  flex: auto;
2635
+ font-size: 18px;
2637
2636
  }
2638
2637
 
2639
2638
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2667,13 +2666,13 @@
2667
2666
  font-size: 13px;
2668
2667
  font-weight: normal;
2669
2668
  height: 28px;
2669
+ line-height: 1.5em;
2670
2670
  overflow: hidden;
2671
2671
  padding: 7px 0 0 15px;
2672
2672
  text-align: left;
2673
2673
  text-overflow: ellipsis;
2674
- word-break: break-all;
2675
- line-height: 1.5em;
2676
2674
  text-transform: none;
2675
+ word-break: break-all;
2677
2676
  }
2678
2677
 
2679
2678
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2900,8 +2899,8 @@
2900
2899
  overflow: hidden;
2901
2900
  padding: 0 8px;
2902
2901
  text-overflow: ellipsis;
2903
- width: 100%;
2904
2902
  text-transform: none;
2903
+ width: 100%;
2905
2904
  }
2906
2905
 
2907
2906
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -4014,14 +4013,26 @@
4014
4013
  }
4015
4014
 
4016
4015
  .e-pivotfieldlist-container .e-layout-footer {
4016
+ display: -ms-flexbox;
4017
+ display: flex;
4017
4018
  padding: 10px 2px 2px;
4018
- text-align: right;
4019
4019
  }
4020
4020
 
4021
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
4021
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
4022
+ -ms-flex: auto;
4023
+ flex: auto;
4024
+ text-align: end;
4025
+ }
4026
+
4027
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4022
4028
  margin-right: 10px;
4023
4029
  }
4024
4030
 
4031
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
4032
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
4033
+ min-width: fit-content;
4034
+ }
4035
+
4025
4036
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
4026
4037
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
4027
4038
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4032,7 +4043,7 @@
4032
4043
  }
4033
4044
 
4034
4045
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
4035
- white-space: nowrap;
4046
+ padding-right: 10px;
4036
4047
  }
4037
4048
 
4038
4049
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -4044,10 +4055,6 @@
4044
4055
  margin-top: 6px;
4045
4056
  }
4046
4057
 
4047
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
4048
- text-align: left;
4049
- }
4050
-
4051
4058
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
4052
4059
  margin-left: 10px;
4053
4060
  }
@@ -4365,8 +4372,8 @@
4365
4372
  overflow: hidden;
4366
4373
  padding: 0 8px;
4367
4374
  text-overflow: ellipsis;
4368
- width: 100%;
4369
4375
  text-transform: none;
4376
+ width: 100%;
4370
4377
  }
4371
4378
 
4372
4379
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,